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

body {
  font-family: Roboto;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 45px;
  font-weight: 300;
}

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

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

p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
}

.nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 88888;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 10px 20px -9px hsla(0, 0%, 47.3%, 0.2);
}

.nav-container {
  width: 1280px;
  height: 100%;
  max-width: none;
  margin-right: 24px;
  margin-left: 24px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.hero-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.section-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.wrap-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 15px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 9px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
}

.heading-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 65px;
  line-height: 65px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -2px;
}

.subhead-1 {
  margin-top: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
}

.paragraph-3 {
  max-width: 280px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.icon {
  max-width: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-link {
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 600;
}

.nav-link.w--current {
  color: #1665ff;
}

.hero-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-button {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 16px 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  background-color: #1665ff;
  box-shadow: 0 1px 0 0 transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
}

.cta-button:hover {
  background-color: #1457db;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}

.cta-button.navbar {
  margin-top: auto;
  margin-bottom: auto;
  padding: 9px 16px;
  font-size: 12px;
}

.class {
  margin-right: 2px;
  margin-left: 2px;
  padding: 4px 5px;
  border-radius: 2px;
  background-color: #3b79c3;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 12px;
}

.class-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.class-section.choice {
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
}

.wrap-2.b {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.logos-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.logos-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  opacity: 0.75;
}

.left-1 {
  width: 50%;
  padding: 50px 20px;
}

.right-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-1-title {
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'DM Sans', sans-serif;
  text-align: center;
}

.left-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-2 {
  width: 65%;
  padding: 50px 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: left;
}

.right-2.choice {
  width: 50%;
}

.footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6b6b6b;
  color: #fff;
}

.footer-top-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #111;
}

.footer-bottom-wrap {
  width: 80%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.legal {
  color: #777;
  font-size: 12px;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.column-wrap-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.center-heading {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'DM Sans', sans-serif;
  font-size: 40px;
  line-height: 42px;
  font-weight: 700;
  text-align: left;
  letter-spacing: -1px;
}

.subhead-3 {
  margin-bottom: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  text-align: left;
}

.column-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.heading-4 {
  margin-top: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.heading-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.heading-2 {
  font-family: 'DM Sans', sans-serif;
  color: #333;
  font-size: 27px;
  line-height: 36px;
  font-weight: 700;
  text-align: left;
}

.screenshot {
  display: block;
  overflow: visible;
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px;
}

.paragraph-2 {
  padding-top: 20px;
  font-family: 'DM Sans', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
}

.caption-2 {
  max-width: 320px;
  margin-top: 20px;
  color: #777;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
}

.footer-logo {
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-link {
  margin-left: 50px;
  color: #fff;
  text-decoration: none;
}

.hero-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.caption-1 {
  max-width: 320px;
  margin-top: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  line-height: 21px;
  text-align: center;
}

.customers-logo {
  margin: 10px;
}

.caption-4 {
  max-width: 320px;
  margin-top: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #777;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
}

.caption-3 {
  max-width: 320px;
  margin-top: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #777;
  font-size: 13px;
  line-height: 21px;
}

.body {
  font-family: 'IBM Plex Sans', sans-serif;
}

.container {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-4 {
  padding: 60px 20px 0px;
  background-color: #fff;
}

.text-block {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  text-align: center;
}

.headr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #51788d;
  color: #fff;
  font-size: 12px;
}

.text-block-2 {
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
}

.text-block-3 {
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'DM Mono', sans-serif;
}

.link {
  color: #fff;
}

.image {
  max-width: 90%;
}

.bold-text {
  background-color: #ff0;
}

.bold-text-2 {
  background-color: #edffcf;
  font-weight: 700;
}

.footer {
  padding: 60px 20px 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #efefef;
  color: #ccc;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 300;
}

.footer-link-2 {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.text-span {
  font-size: 10px;
  line-height: 10px;
}

.text-block-4 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  line-height: 12px;
}

.book {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 38vh;
  margin-top: 25px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-6 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.container-3 {
  display: block;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.heading-7 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
}

.text-block-5 {
  padding-top: 15px;
  font-family: 'DM Sans', sans-serif;
  text-align: center;
}

.div-block-2 {
  padding-right: 20px;
  color: #333;
}

.text-block-6 {
  font-size: 12px;
}

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

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

.image-2 {
  max-width: 50%;
}

.lottie-animation {
  overflow: visible;
  margin-top: 40px;
  -webkit-transform: scale(1.5) perspective(0px) rotate(70deg);
  transform: scale(1.5) perspective(0px) rotate(70deg);
  -o-object-fit: fill;
  object-fit: fill;
}

.grid-2 {
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-3 {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.footercopy {
  font-size: 12px;
  text-align: center;
}

.text-span-2 {
  text-decoration: none;
}

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

.contact {
  font-family: 'DM Sans', sans-serif;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.hero {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'DM Sans', sans-serif;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-image-mask {
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-8 {
  padding-right: 20px;
  padding-left: 0px;
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
  letter-spacing: -2px;
}

.heading-8.heading-or {
  padding-left: 0px;
  font-size: 40px;
}

.paragraph-5 {
  font-size: 15px;
  line-height: 23px;
  font-weight: 300;
}

.lottie-animation-2 {
  display: block;
  overflow: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -o-object-fit: fill;
  object-fit: fill;
}

.feature-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85vh;
  padding: 0px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'DM Sans', sans-serif;
}

.feature-image-mask {
  margin-right: 10px;
}

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

.main-heading {
  font-size: 40px;
  line-height: 42px;
  font-weight: 700;
  text-align: left;
  letter-spacing: -1px;
}

.lottie-animation-3 {
  width: 400px;
  margin-right: 40px;
}

.main-body {
  padding-top: 20px;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
}

.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'DM Sans', sans-serif;
}

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 0px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

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

.text-span-4 {
  font-size: 10px;
}

.team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'DM Sans', sans-serif;
}

.heading-10 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 200;
  text-align: center;
}

.text-block-8 {
  padding-top: 10px;
  padding-bottom: 0px;
  font-size: 22px;
  text-align: left;
}

.container-5 {
  max-width: 88%;
}

.heading-11 {
  font-weight: 600;
}

.paragraph-7 {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 0px;
  font-size: 18px;
  text-align: left;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.text-block-9 {
  padding-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.cards-section {
  padding-top: 40px;
  padding-bottom: 100px;
  font-family: 'DM Sans', sans-serif;
}

.cards-section.coreplatform {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.paragraph-8 {
  padding-bottom: 40px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
}

.text-span-5 {
  font-size: 12px;
  line-height: 14px;
}

.text-block-10 {
  font-size: 10px;
  line-height: 14px;
  text-align: left;
}

.heading-12 {
  font-family: 'DM Sans', sans-serif;
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
}

.text-span-6 {
  font-weight: 600;
}

.link-3 {
  color: #fff;
}

.text-span-7 {
  font-size: 12px;
  line-height: 14px;
}

.text-block-11 {
  font-size: 10px;
  line-height: 14px;
  text-align: left;
}

.grid-3 {
  grid-column-gap: 18px;
  grid-row-gap: 28px;
  grid-template-areas: ". Area Area Area Area";
  -ms-grid-columns: 1fr 18px 1fr 18px 1fr 18px 1fr 18px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.heading-13 {
  margin-top: 0px;
  text-align: left;
}

.heading-13.heading-2 {
  line-height: 30px;
}

.paragraph-9 {
  line-height: 22px;
  text-align: left;
}

.animation-image {
  display: block;
  max-width: 200px;
  min-width: 150px;
  margin-right: 16px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.animation-image.robot {
  min-width: 104px;
}

.grid-4 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-areas: "Area Area Area-2 Area-2"
    "Area-3 Area-3 Area-4 Area-4"
    "Area-5 Area-5 Area-6 Area-6";
  -ms-grid-columns: 0.5fr 38px 1fr 38px 0.5fr 38px 1fr;
  grid-template-columns: 0.5fr 1fr 0.5fr 1fr;
  -ms-grid-rows: auto 38px auto 38px auto;
  grid-template-rows: auto auto auto;
}

.heading-14 {
  margin-top: 0px;
  text-align: left;
}

.heading-14.heading-2 {
  line-height: 30px;
}

.paragraph-10 {
  text-align: left;
}

.text-block-12 {
  font-size: 15px;
  line-height: 24px;
  text-align: left;
}

.heading-15 {
  margin-top: 0px;
  text-align: left;
}

.heading-15.heading-2 {
  line-height: 30px;
}

.heading-16 {
  margin-top: 0px;
  text-align: left;
}

.heading-16.heading-2 {
  line-height: 30px;
}

.heading-17 {
  margin-top: 0px;
  text-align: left;
}

.heading-17.heading-2 {
  line-height: 30px;
}

.text-block-13 {
  font-size: 15px;
  line-height: 24px;
  text-align: left;
}

.text-span-8 {
  font-weight: 200;
  letter-spacing: -5px;
}

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

.left-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 35%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lottie-animation-5 {
  width: 100%;
}

.text-block-14 {
  font-size: 15px;
  line-height: 24px;
  text-align: left;
}

.lottie-animation-6 {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.lottie-animation-7 {
  overflow: hidden;
  width: 75%;
  margin-left: -11%;
  -o-object-fit: fill;
  object-fit: fill;
}

.grid-5 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.card-block {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 2fr;
  grid-template-columns: 0.25fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-6 {
  width: 125%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-8 {
  margin-left: 20px;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-11 {
  width: 110%;
}

.lottie-animation-8 {
  width: auto;
}

.div-block-12 {
  overflow: hidden;
  width: 150%;
}

.div-block-12.db12 {
  width: 105%;
}

.div-block-12.db12a {
  width: 200%;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-14 {
  margin-left: 25px;
}

.div-block-15 {
  width: 115%;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-17 {
  margin-left: 0px;
}

.div-block-18 {
  width: 300%;
}

.text-block-15 {
  font-size: 10px;
  line-height: 12px;
}

.cards-grid-container-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.paragraph-11 {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.grid-6 {
  padding-top: 40px;
  padding-bottom: 40px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-16 {
  font-size: 10px;
  line-height: 12px;
  text-align: left;
}

.section-5 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 9, 14, 0.39)), to(rgba(6, 9, 14, 0.39)));
  background-image: linear-gradient(180deg, rgba(6, 9, 14, 0.39), rgba(6, 9, 14, 0.39));
}

.div-block-19 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-20 {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.header-heading {
  max-width: 600px;
  margin-top: 0px;
  margin-bottom: 20px;
  background-color: transparent;
  font-size: 56px;
  line-height: 56px;
  font-weight: 600;
  text-align: center;
}

.tiny-caps-label-center {
  padding-top: 0px;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 24px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 1px;
  text-indent: 0px;
  text-transform: uppercase;
}

.text-block-18 {
  padding-bottom: 20px;
  background-color: transparent;
  font-family: 'DM Sans', sans-serif;
  font-size: 22px;
  line-height: 31px;
  font-weight: 400;
  text-align: center;
}

.text-block-19 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.text-span-10 {
  background-color: transparent;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
}

.text-span-11 {
  background-color: transparent;
}

.text-span-12 {
  background-color: transparent;
}

.text-span-13 {
  background-color: transparent;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.myfooter {
  padding-top: 40px;
}

.footeryc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-21 {
  padding-right: 20px;
  padding-left: 20px;
}

.text-block-22 {
  font-size: 10px;
  line-height: 14px;
  text-align: left;
}

.ycfooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  text-align: center;
}

.copyrightthing {
  margin-top: 25px;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
}

.yctext {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 14px;
}

.bold-text-3 {
  color: #9de2ff;
}

.bold-text-4 {
  color: #9de2ff;
}

.bold-text-5 {
  color: #9de2ff;
}

.bold-text-6 {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
}

.link-4 {
  color: #1665ff;
  font-weight: 700;
  text-decoration: none;
}

.link-5 {
  color: #1665ff;
  font-weight: 700;
  text-decoration: none;
}

.link-6 {
  color: #1665ff;
  font-weight: 700;
  text-decoration: none;
}

.bold-text-7 {
  color: #1b6fdd;
}

.bold-text-8 {
  color: #1b6fdd;
}

.link-7 {
  color: #1b6fdd;
}

.paragraph-12 {
  text-align: left;
}

.paragraph-13 {
  text-align: left;
}

.heading-19 {
  text-align: left;
}

.heading-20 {
  text-align: left;
}

.section-6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fcfcfc;
}

.grid-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-21 {
  padding-top: 220px;
  padding-right: 40px;
  padding-left: 0px;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 56px;
  font-style: normal;
  font-weight: 700;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  padding: 100px 0px 100px 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-block-23 {
  max-width: 50%;
  padding: 100px;
}

.italic-text {
  font-style: normal;
  font-weight: 400;
}

.image-4 {
  max-width: 70%;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-25 {
  width: 50%;
  padding: 60px;
}

.heading-22 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'DM Sans', sans-serif;
  color: #5f5f5f;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -1px;
}

.italic-text-2 {
  color: #fff;
  font-size: 40px;
  line-height: 42px;
  font-style: normal;
}

.text-block-23 {
  padding-top: 0px;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-26 {
  display: block;
  width: 600px;
  padding: 0px;
}

.image-5 {
  overflow: hidden;
  max-width: 100%;
  border-radius: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-23-copy {
  margin-top: 20px;
  padding-top: 0px;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.main-body-center {
  padding-top: 20px;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
}

.tiny-caps-label {
  margin-top: 0px;
  margin-bottom: -5px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-indent: 0px;
  text-transform: uppercase;
}

.money-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-title {
  margin-top: 0px;
  font-family: 'DM Sans', sans-serif;
  color: #333;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  text-align: left;
}

.product-grid {
  grid-column-gap: 21px;
  grid-row-gap: 45px;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.product-paragraph {
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}

.testimonial-photo {
  overflow: hidden;
  max-width: 300px;
  border-radius: 4px;
  -o-object-fit: fill;
  object-fit: fill;
}

.testimonial-wrapper {
  display: block;
  width: 600px;
  margin-left: 40px;
  padding: 0px;
}

.tiny-caps-label-highlight {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'DM Sans', sans-serif;
  color: #1665ff;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-indent: 0px;
  text-transform: uppercase;
}

.quote-highlight {
  color: #000;
}

.div-block-24-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-text {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'DM Sans', sans-serif;
  color: #5f5f5f;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -1px;
}

.testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-heading-about {
  font-size: 56px;
  line-height: 55px;
  font-weight: 700;
  text-align: left;
  letter-spacing: -1px;
}

.centered-container-copy {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.about-subheading {
  font-weight: 500;
  text-align: left;
}

.image-6 {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.team-subheader {
  padding-top: 10px;
  padding-bottom: 0px;
  font-size: 22px;
  text-align: left;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #f05f5f;
}

.section-8 {
  width: 100%;
  height: 100vh;
  background-color: #eb5ff0;
}

.div-block-27 {
  background-color: #fff;
}

.text-block-24 {
  display: inline-block;
  padding: 20px 100px;
  border-radius: 11px;
  background-color: #fff;
  font-family: 'DM Mono', sans-serif;
  color: #000;
  font-weight: 500;
  letter-spacing: 3px;
}

.link-block {
  display: block;
  background-color: transparent;
  text-decoration: none;
}

.body-2 {
  display: block;
}

.panel1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #f05f5f;
  background-image: url('../images/Screen-Shot-2021-04-25-at-11.24.07-PM.png');
  background-position: 50% 50%;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.caption {
  display: inline-block;
  padding: 20px 100px;
  border-radius: 11px;
  background-color: #fff;
  font-family: 'DM Mono', sans-serif;
  color: #000;
  font-weight: 500;
  text-align: center;
  letter-spacing: 3px;
}

.panel2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #f05f5f;
  background-image: url('../images/Screen-Shot-2021-04-25-at-11.24.07-PM.png');
  background-position: 50% 50%;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.log-in {
  margin-top: auto;
  margin-bottom: auto;
  padding: 8px 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #1665ff;
  border-radius: 4px;
  background-color: transparent;
  box-shadow: 0 1px 0 0 transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  font-family: 'DM Sans', sans-serif;
  color: #1665ff;
  font-size: 12px;
  line-height: 25px;
  font-weight: 600;
}

.log-in:hover {
  background-color: #1457db;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}

.log-in.navbar {
  margin-top: auto;
  margin-right: 16px;
  margin-bottom: auto;
  padding: 8px 24px;
  border: 1px solid #1665ff;
  background-color: #fff;
  color: #1665ff;
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  .nav {
    color: #fff;
  }

  .nav-container {
    width: 100%;
  }

  .nav-menu {
    display: none;
  }

  .hero-section {
    min-height: 38vh;
  }

  .hero-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-1 {
    font-size: 56px;
    line-height: 58px;
  }

  .subhead-1 {
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-3 {
    max-width: 480px;
  }

  .nav-link {
    padding-left: 40px;
    background-color: #fff;
    font-size: 21px;
    line-height: 40px;
  }

  .nav-link.w--current {
    background-color: #1665ff;
    color: #fff;
  }

  .hero-left {
    width: 100%;
  }

  .cta-button {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .logos-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .right-2.choice {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-wrap-1 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .column-wrap-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .column-2 {
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .screenshot {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .hero-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

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

  .grid-2 {
    padding-right: 0px;
    padding-left: 0px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .lottie-animation-3 {
    width: 500px;
  }

  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .div-block-3 {
    padding-bottom: 20px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .grid-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .div-block-8 {
    width: 100%;
  }

  .div-block-11 {
    width: 140%;
  }

  .div-block-12.db12a {
    width: 250%;
  }

  .div-block-17 {
    margin-left: -70px;
  }

  .cards-grid-container-2 {
    grid-column-gap: 20px;
  }

  .grid-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button {
    margin-top: 6px;
    color: #000;
  }

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

  .div-block-24 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .product-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-24-copy {
    padding-right: 40px;
    padding-left: 40px;
  }

  .testimonial {
    padding-right: 40px;
    padding-left: 40px;
  }

  .team-subheader {
    line-height: 31px;
  }

  .log-in {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-container {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .nav-menu {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero-section {
    height: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .hero-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

  .hero-left {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }

  .wrap-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrap-2.a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .left-1 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .right-1 {
    width: 100%;
  }

  .left-2 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .right-2 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

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

  .subhead-3 {
    text-align: center;
  }

  .paragraph-2 {
    text-align: left;
  }

  .hero-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .headr {
    padding-top: 3px;
    font-size: 10px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

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

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

  .hero-overlay {
    padding: 40px 20px;
  }

  .hero {
    padding: 40px 20px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .feature-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 40px 20px;
  }

  .feature-image-mask {
    margin-right: 0px;
  }

  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }

  .main-heading {
    padding-right: 0px;
    padding-left: 0px;
  }

  .lottie-animation-3 {
    width: 400px;
  }

  .main-body {
    padding-right: 20px;
    padding-left: 20px;
  }

  .gallery {
    display: block;
    height: auto;
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

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

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .grid-4 {
    grid-auto-columns: 0.5fr;
    -ms-grid-columns: 0.5fr 1fr 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr 0.5fr 1fr;
  }

  .left-2-copy {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-4 {
    width: 110%;
  }

  .grid-5 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-6 {
    width: 120%;
  }

  .div-block-11 {
    width: 105%;
  }

  .div-block-12.db12a {
    width: 200%;
  }

  .div-block-17 {
    margin-left: -146px;
  }

  .div-block-18 {
    width: 270%;
  }

  .cards-grid-container-2 {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .menu-button {
    position: static;
    margin-top: 6px;
    -webkit-transition: opacity 175ms cubic-bezier(.25, .46, .45, .94);
    transition: opacity 175ms cubic-bezier(.25, .46, .45, .94);
    color: #000;
  }

  .menu-button:hover {
    opacity: 0.6;
  }

  .section-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-24 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-body-center {
    padding-right: 0px;
    padding-left: 0px;
  }

  .product-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .testimonial-photo {
    width: 100%;
    max-width: 600px;
  }

  .testimonial-wrapper {
    width: 100%;
    max-width: 600px;
    margin-left: 0px;
  }

  .div-block-24-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonial-text {
    margin-top: 20px;
  }

  .testimonial {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-heading-about {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .column-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .subhead-1 {
    font-size: 16px;
  }

  .cta-button {
    font-size: 14px;
    text-align: center;
  }

  .logos-section {
    padding-top: 20px;
  }

  .logos-wrap {
    width: 95%;
  }

  .left-1 {
    padding-top: 0px;
  }

  .right-2.choice {
    width: 100%;
  }

  .footer-top-wrap {
    padding-bottom: 33px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .column-wrap-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-2 {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .screenshot {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .footer-link {
    margin-right: 20px;
    margin-left: 20px;
  }

  .headr {
    padding-top: 5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    font-size: 10px;
    line-height: 14px;
    text-align: left;
  }

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

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 0px;
  }

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

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

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

  .div-block-2.dna {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid {
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-2 {
    width: 80px;
    padding-bottom: 20px;
  }

  .lottie-animation {
    width: 50%;
    padding-top: 0px;
  }

  .grid-2 {
    padding-right: 0px;
    padding-left: 0px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .centered-container {
    text-align: left;
  }

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

  .feature-section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .main-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 32px;
    line-height: 39px;
    font-weight: 400;
    text-align: left;
  }

  .lottie-animation-3 {
    width: 100%;
    max-width: 400px;
    margin-right: 0px;
  }

  .main-body {
    padding-top: 20px;
    font-family: 'DM Sans', sans-serif;
  }

  .gallery {
    font-family: 'DM Sans', sans-serif;
  }

  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .team {
    height: 40vh;
    font-family: 'DM Sans', sans-serif;
  }

  .heading-10 {
    font-weight: 400;
    text-align: left;
  }

  .text-block-8 {
    padding-top: 20px;
    text-align: left;
  }

  .paragraph-7 {
    margin-right: 0px;
    margin-left: 0px;
    font-weight: 400;
  }

  .cards-section {
    font-family: 'DM Sans', sans-serif;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .heading-12 {
    font-size: 45px;
    line-height: 47px;
    text-align: center;
  }

  .animation-image {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .lottie-animation-7 {
    margin-left: 0%;
  }

  .card-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 0px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-8 {
    margin-left: 0px;
  }

  .div-block-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .lottie-animation-8 {
    width: 80%;
  }

  .div-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-12.db12a {
    width: 100%;
  }

  .div-block-13 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-14 {
    margin-left: 0px;
  }

  .div-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-16 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-17 {
    margin-left: 0px;
  }

  .div-block-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .lottie-animation-9 {
    width: 80%;
    padding-bottom: 20px;
  }

  .lottie-animation-10 {
    width: 80%;
  }

  .lottie-animation-11 {
    width: 80%;
  }

  .cards-grid-container-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .paragraph-11 {
    font-weight: 400;
  }

  .menu-button {
    margin-top: 6px;
    background-color: #fff;
  }

  .icon-2 {
    color: #2c2c2c;
  }

  .background-video {
    height: 600px;
  }

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

  .header-heading {
    max-width: 100%;
    line-height: 41px;
  }

  .text-span-10 {
    font-size: 39px;
    line-height: 21px;
  }

  .ycfooter {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .yctext {
    padding-right: 0px;
    padding-left: 10px;
    font-size: 13px;
    text-align: left;
  }

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

  .main-body-center {
    padding-top: 20px;
    padding-left: 0px;
    font-family: 'DM Sans', sans-serif;
    text-align: left;
  }

  .tiny-caps-label {
    line-height: 20px;
  }

  .testimonial-photo {
    width: 100%;
  }

  .tiny-caps-label-highlight {
    line-height: 20px;
  }

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

  .testimonial-text {
    font-size: 30px;
    line-height: 34px;
  }

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

  .main-heading-about {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 40px;
    line-height: 42px;
    font-weight: 400;
  }

  .centered-container-copy {
    text-align: left;
  }

  .team-subheader {
    padding-top: 20px;
    text-align: left;
  }

  .log-in {
    font-size: 14px;
    text-align: center;
  }
}

#w-node-aa8cf33c-9cc6-a2e6-2501-33e3e2a4cbfb-f36db001 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-div-block-5-3baee5c9 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c8b86465-a767-fb6c-05f1-a24cc22cf5df-3baee5c9 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

@media screen and (max-width: 479px) {
  #w-node-aa8cf33c-9cc6-a2e6-2501-33e3e2a4cbfb-f36db001 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

