:root {
  --silver: #b8b7b7;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.brand {
  font-size: 60px;
  line-height: 27px;
}

.image-4 {
  width: 100px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 100px;
  line-height: 40px;
}

.button {
  color: #222d38;
  background-color: rgba(14, 14, 41, .1);
  border-radius: 4px;
  padding: 8px 18px;
  font-size: 15px;
  font-weight: 500;
}

.button.nav {
  color: #fff;
  background-color: #3898ec;
  border: 0 #000;
  border-radius: 25px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px 32px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.button.nav.trial {
  color: #0091ff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #0091ff;
  border-radius: 20px;
  display: none;
}

.section-header {
  margin-top: 48px;
  margin-bottom: 24px;
}

.container {
  max-width: 1440px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.paragraph-header {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 32px;
}

.button-signup {
  background-color: #0091ff;
  border-radius: 30px;
  margin-top: 20px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 16px 32px;
  font-size: 18px;
}

.button-signup.trial-button {
  color: #0091ff;
  background-color: #fff;
  border: 1px solid #0091ff;
}

.button-signup.demo {
  margin-top: 0;
}

.button-signup.trial-button {
  color: #0091ff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #0091ff;
  margin-top: 0;
  display: none;
}

.button-signup.demo {
  margin-top: 0;
}

.button-signup.trial-button {
  color: #0091ff;
  color: #fff;
  background-color: #3898ec;
  border: 1px solid #3898ec;
  border-radius: 20px;
  margin-top: 0;
  padding: 13px 55px;
  font-weight: 400;
  display: block;
}

.logo-image {
  max-width: 80%;
}

.logo-div {
  width: 244px;
  height: 120px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph {
  text-align: center;
  font-size: 32px;
  line-height: 40px;
}

.paragraph.logos {
  width: 80%;
  color: #000;
  margin-bottom: 92px;
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
  display: block;
}

.section-logos {
  margin-bottom: 54px;
}

.div-block {
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.grid-logos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 32px;
}

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

.div-spacer {
  height: 64px;
  background-image: linear-gradient(#f5f5f5, #fff);
}

.section-content {
  margin-bottom: 40px;
  display: block;
}

.paragraph-content {
  width: 80%;
  color: #404040;
  font-size: 16px;
  line-height: 24px;
}

.heading-content---2 {
  width: 96%;
  color: #000;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.div-half {
  width: 624px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-half.mobile {
  display: none;
}

.div-half-text-right {
  padding-left: 60px;
}

.image-10 {
  border-radius: 8px;
  display: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .16);
}

.div-content {
  width: 100%;
  margin-top: 0;
  margin-bottom: 60px;
  padding-left: 96px;
  padding-right: 96px;
  display: flex;
}

.div-half-text-left {
  padding-right: 60px;
}

.div-grid-content {
  width: 400px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.text-span-9 {
  font-size: 39px;
  font-weight: 400;
}

.card-header-copy {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 16px;
}

.card-para {
  color: gray;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.image-12 {
  width: 50px;
  height: 50px;
}

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

.centered-container {
  max-width: 1440px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

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

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

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

.card-heading {
  text-align: center;
  margin-top: -40px;
}

.hero {
  width: auto;
  float: none;
  object-fit: fill;
  background-color: #f0f0f0;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: static;
}

.flex-container {
  max-height: 640px;
  max-width: 1250px;
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.heading-3 {
  color: #333;
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 400;
  line-height: 47px;
}

.text-span-3 {
  color: #0091ff;
}

.paragraph-3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

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

.hero-image {
  width: 100%;
  height: 100%;
  min-width: 624px;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
}

.section-tags {
  margin-top: 180px;
  margin-bottom: 180px;
}

.div-pill-wrapper {
  width: 60%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.div-pill {
  border-radius: 20px;
  margin: 8px;
  padding: 8px 16px;
  display: inline-block;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .16);
}

.section-trial {
  background-color: #000;
  margin-top: 80px;
  margin-bottom: 80px;
}

.section-trial.lower {
  margin-top: 0;
  margin-bottom: 0;
}

.container-copy {
  max-width: 1440px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-trial {
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 104px;
  display: flex;
}

.div-spacer-2 {
  height: 64px;
  background-image: linear-gradient(#f5f6f8, #fff);
}

.section-9 {
  background-color: #fff;
  padding-top: 72px;
  padding-bottom: 72px;
}

.container-footer {
  max-width: 1212px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-6 {
  margin-bottom: 48px;
}

.image-8 {
  height: 48px;
}

.footer-text {
  padding-right: 48px;
  font-size: 14px;
}

.div-block-3 {
  height: 1px;
  background-color: #ececec;
  margin-top: 10px;
}

.aftertext {
  color: #bbb;
  margin-bottom: 0;
  margin-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  display: inline-block;
}

.afterlink {
  color: #bbb;
  margin-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

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

.hero-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.2em;
}

.form-text-field {
  background-color: #f7f8fa;
  border-radius: 5px;
  margin-bottom: 12px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 32px 18px;
  font-size: 14px;
}

.hero-tick {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  margin-right: 8px;
}

.select-field {
  background-color: #fff;
  border-radius: 5px;
  margin-left: 4px;
  margin-right: 4px;
}

.hero-point-div {
  margin-bottom: 12px;
  display: flex;
}

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

.hero-form {
  justify-content: flex-end;
  display: flex;
}

.hero-point {
  font-size: 16px;
  line-height: 1.5em;
}

.hero-para {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.4em;
}

.hero-content {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 58.5px;
}

.section-center {
  padding-top: 80px;
  padding-left: 40px;
  padding-right: 40px;
}

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

.center-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.5em;
}

.center-heading.white {
  color: #fff;
}

.center-para {
  max-width: 650px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.4em;
}

.section-ticker {
  height: 70px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.ticker-div {
  display: flex;
}

.logo-group {
  height: 70px;
  align-items: center;
  display: flex;
}

.company-logo {
  width: 142px;
  height: 70px;
  flex: none;
}

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

.card-icon {
  width: 32px;
  height: 32px;
}

.card-heading-2 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4em;
}

.div-card {
  background-color: #f7f8fa;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 40px 20px;
  display: flex;
  position: relative;
}

.div-card-icon {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 23px;
  padding: 20px;
  position: relative;
  top: 0;
  box-shadow: 0 -15px 30px -5px rgba(55, 103, 126, .05);
}

.card-text {
  color: #101945;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.4em;
}

.tab-pane-div {
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.tab-icon-div {
  background-color: #fff;
  border-radius: 24px;
  flex: none;
  margin-right: 10px;
  padding: 10px;
}

.image-2 {
  width: 28px;
  height: 28px;
}

.tab-heading-div {
  width: 50%;
  padding-right: 8.34%;
}

.tabs {
  width: 100%;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.tabs-menu {
  width: 360px;
  flex-direction: column;
  margin-top: 64px;
  margin-bottom: 100px;
  padding-right: 4%;
  display: flex;
}

.tab-image {
  width: 90%;
  object-fit: contain;
  margin-bottom: 30px;
  display: block;
}

.tab-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.2em;
}

.section-tabs {
  background-color: #f7f8fa;
  padding: 80px 40px;
}

.tabs-content {
  width: 70%;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  top: -60px;
  bottom: 0;
  right: 0;
  overflow: visible;
}

.tab-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3em;
}

.tab-text-block {
  margin-top: 10px;
  line-height: 1.5em;
}

.feature-div {
  flex-direction: column;
  align-items: center;
  margin-left: 150px;
  margin-right: 150px;
  display: flex;
}

.feature-wrap-div {
  width: 100%;
  max-width: 900px;
  flex-wrap: wrap;
  display: flex;
}

.feature-card-heading {
  text-align: center;
  margin-top: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4em;
}

.feature-card-div {
  width: 50%;
  min-height: 220px;
  background-color: #fff;
  border: 1px solid #e3e6ed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 35px 40px;
  display: flex;
  position: relative;
}

.image-14 {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}

.section-features {
  background-color: #f7f8fa;
  padding: 80px 40px;
}

.feature-card-text {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4em;
}

.section-white {
  padding: 80px 40px;
}

.twin-div {
  flex-wrap: wrap;
  display: flex;
}

.twin-right-div {
  width: 50%;
  flex-direction: column;
  display: flex;
}

.twin-grid {
  width: 360px;
  grid-column-gap: 40px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.twin-left-div {
  width: 50%;
  flex-direction: column;
  padding-right: 8.34%;
  display: flex;
}

.twin-grid-icon {
  width: 40px;
  height: 40px;
}

.twin-heading {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4em;
}

.twin-text {
  width: 100%;
  margin-bottom: 20px;
  line-height: 1.4em;
}

.text-span {
  color: #0091ff;
  font-weight: 700;
}

.designation {
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
}

.bottom-50-div {
  margin-bottom: 50px;
}

.testimonial-card-thumb {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 23px;
  position: relative;
  top: 0;
  box-shadow: 0 -15px 30px -5px rgba(55, 103, 126, .05);
}

.closer-form {
  justify-content: center;
  align-items: center;
  display: flex;
}

.closer-para {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.4em;
}

.section-closer {
  background-color: #f7f8fa;
  padding: 80px 40px;
}

.closer-heading {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2em;
}

.closer-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 58.5px;
  display: flex;
}

.navbar-3 {
  z-index: 1;
  width: 100%;
  height: 72px;
  background-color: #fff;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 -1px 6px #eaf0f6;
}

.container-10 {
  max-width: 1246px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 6px;
  font-size: 15px;
  font-weight: 500;
  display: block;
}

.nav-menu-3 {
  align-items: center;
  margin-left: 18px;
  display: flex;
}

.trial-popup {
  z-index: 10;
  background-color: rgba(0, 0, 0, .25);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.trial-popup.body, .image-18 {
  display: none;
}

.popup-text-field-2 {
  border: 1px solid #0091ff;
  border-radius: 20px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
}

.popup-form-para {
  margin-bottom: 24px;
  display: none;
}

.error-message {
  text-align: center;
  position: relative;
  top: -110px;
}

.popup-testimonial-2 {
  width: 50%;
  background-color: #000;
  border-radius: 0 12px 12px 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.form-block {
  flex: 1;
  margin-bottom: 0;
}

.popup-testimonial-para {
  color: #bdbdbd;
  margin-top: 28px;
  margin-bottom: 0;
  font-size: 16px;
}

.popup-header {
  margin-top: 0;
  margin-bottom: 24px;
  display: block;
}

.form {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.popup-form-2 {
  width: 100%;
  flex-direction: column;
  /* justify-content: space-between; */
  padding: 24px;
  display: flex;
  position: relative;
  overflow: visible;
}

.success-message-2 {
  background-color: #0091ff;
}

.submit-button {
  background-color: #0091ff;
  border-radius: 24px;
  margin-top: auto;
  padding: 12px 18px;
  font-size: 18px;
  line-height: 24px;
  display: none;
  position: relative;
}

.popup-testimonial-header {
  color: #fff;
  margin-top: 24px;
  font-size: 24px;
  line-height: 32px;
}

.popup-window-2 {
  width: 960px;
  max-height: 800px;
  max-width: 485px;
  min-height: 480px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .25);
}

.text-block-11 {
  color: #fff;
  transition: opacity .2s;
  display: inline-block;
}

.image-17 {
  cursor: pointer;
  margin-top: 12px;
  margin-right: 12px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-19 {
  border-top-right-radius: 72px;
}

.demo-popup {
  z-index: 10;
  background-color: rgba(0, 0, 0, .25);
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.select-field-2 {
  border: 1px solid #0091ff;
  border-radius: 20px;
  margin-bottom: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: none;
}

.heading-5 {
  text-align: center;
  margin-top: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.section-video-2 {
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 64px;
  font-size: 14px;
  display: none;
}

.banner-image {
  display: none;
}

.banner-image.mobile {
  display: block;
}

.background-video {
  width: 100%;
  object-fit: fill;
}

.background-video.desktop {
  display: block;
}

.image-20 {
  box-shadow: none;
  border-radius: 8px;
}

.image-20.steps {
  box-shadow: none;
}

.heading-trial-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

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

.card-header {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
}

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

.grid-heading-2 {
  color: #000;
  font-weight: 400;
}

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

.div-spacer-3 {
  height: 64px;
  background-image: linear-gradient(#f5f6f8, #fff);
}

.hero-2 {
  width: auto;
  float: none;
  object-fit: fill;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 100px;
  display: block;
  position: static;
}

.hero-image-2 {
  width: 100%;
  height: 100%;
  min-width: 624px;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
}

.hero-image-2.mobiile {
  display: none;
}

.heading-6 {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

.paragraph-4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.flex-container-2 {
  max-height: 640px;
  max-width: 1250px;
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.div-pill-wrapper-2 {
  width: 60%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.image-16 {
  width: 100%;
}

.navbar-4 {
  z-index: 1;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.image-21 {
  margin-top: 12px;
}

.button-nav-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #0091ff;
  border-radius: 4px;
  padding: 11px 34px;
  font-size: 13px;
  line-height: 1.3em;
}

.button-nav-2.hollow {
  color: #0091ff;
  background-color: #fff;
  border: 1px solid #0091ff;
  margin-right: 16px;
  display: none;
}

.button-form-2 {
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  background-color: #0091ff;
  border-radius: 5px;
  margin-top: 32px;
  padding: 15px 30px;
  font-size: 14px;
  display: block;
}

.form-wrapper-2 {
  z-index: 1;
  width: 90%;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  padding: 24px 32px 10px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 30px 10px rgba(35, 0, 120, .06);
}

.section-hero-2 {
  background-image: url('../images/XOBG.svg');
  background-position: 50% 100%;
  background-size: cover;
  padding: 80px 40px;
}

.section-cards-2 {
  background-color: #003c69;
  padding: 48px 40px;
}

.tab-2 {
  background-color: #fff;
  border-radius: 5px;
  align-items: center;
  margin-bottom: 12px;
  padding: 16px 16px 16px 9px;
  display: flex;
}

.tab-2.w--current {
  color: #fff;
  background-color: #0091ff;
}

.blue-box-div-2 {
  background-color: #f5f5f5;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.button-3 {
  color: #fff;
  background-color: #0091ff;
  border-radius: 5px;
  padding: 15px 30px;
  font-size: 14px;
}

.section-testimonials-2 {
  background-color: #003c69;
  padding: 60px 40px 70px;
}

.success-message {
  color: #fff;
  background-color: #0091ff;
}

.navbar {
  z-index: 5;
  width: 100%;
  height: auto;
  background-color: #fff;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 -1px 6px #eaf0f6;
}

.container-11 {
  max-width: 1200px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 13px;
  margin-bottom: 13px;
  font-size: 15px;
  font-weight: 500;
  display: block;
}

.section-header-2 {
  margin-top: 64px;
  margin-bottom: 24px;
}

.paragraph-header-2 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 32px;
}

.div-spacer-4 {
  height: 64px;
  background-image: linear-gradient(#f5f5f5, #fff);
}

.grid-heading-3 {
  color: #fff;
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: 400;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 20px;
}

.text-span-11 {
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
}

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

.heading-trial-3 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 30px;
}

.div-grid-content-2 {
  width: 400px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 8px 16px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.grid-section-3 {
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 60px;
}

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

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

.div-trial-2 {
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
}

.button-popup {
  text-align: center;
  border-radius: 20px;
  font-size: 16px;
  display: block;
}

.video {
  width: 100%;
  height: 99.068%;
  object-fit: fill;
  display: inline-block;
  position: relative;
}

.section-10 {
  width: 100%;
  height: 100%;
  display: block;
}

.video-2 {
  width: 100%;
  height: 590.625px;
  object-fit: cover;
}

.video-3 {
  width: 100%;
  height: 100%;
  display: none;
}

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

.success-message-3 {
  background-color: #0091ff;
}

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

.html-embed {
  display: flex;
}

.submit-button-2 {
  border-radius: 18px;
  font-size: 16px;
}

.lottie-animation {
  width: 624px;
  height: 378px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .16);
}

.html-embed-2.mobile {
  display: none;
}

.section-hero-3 {
  height: auto;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.container-12 {
  height: 100%;
  max-width: 1200px;
  background-color: #fafafa;
  justify-content: flex-start;
  align-items: center;
  padding-top: 108px;
  padding-bottom: 108px;
  display: block;
}

.header-content {
  width: 45%;
  align-self: center;
  margin-top: 0;
  font-weight: 400;
}

.heading-8 {
  width: 75%;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 65px;
  font-weight: 300;
  line-height: 67px;
}

.heading {
  width: 90%;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 33px;
}

.button-4 {
  color: #fff;
  background-color: #3898ec;
  border-radius: 20px;
  margin-left: 30px;
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 500;
}

.button-4.nav {
  color: #fff;
  color: #fff;
  background-color: #3898ec;
  border: 1px #000;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 30px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.button-4.nav.trial {
  color: #0091ff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #0091ff;
  border-radius: 20px;
  display: none;
}

.image-header {
  width: 54%;
  max-width: 670px;
  min-width: 670px;
  object-fit: contain;
  border-radius: 12px;
}

.heading-9 {
  width: 75%;
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 65px;
  font-weight: 300;
  line-height: 67px;
}

.heading-10 {
  width: 90%;
  text-align: left;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 33px;
}

.mobileview {
  width: 624px;
  display: none;
}

.div-half-2 {
  width: 624px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container-13 {
  max-width: 1440px;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.paragraph-content-2 {
  width: 96%;
  color: #000;
  padding-left: 59px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.image-11 {
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .16);
}

.div-content-2 {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 96px;
  padding-right: 96px;
  display: flex;
}

.container-14 {
  max-width: 1440px;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-half-3 {
  width: 624px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-22 {
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .16);
}

.div-content-3 {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 96px;
  padding-right: 96px;
  display: flex;
}

.div-half-4 {
  width: 624px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container-15 {
  max-width: 1440px;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-23 {
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .16);
}

.div-content-4 {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 96px;
  padding-right: 96px;
  display: flex;
}

.container-16 {
  max-width: 1200px;
}

.card-heading-3 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4em;
}

.section-testimonials {
  background-color: #024375;
  padding: 80px 40px;
}

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

.text-span-5 {
  font-size: 24px;
}

.div-trial-3 {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container-copy-2 {
  max-width: 1440px;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.heading-trial {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 55px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.body-2 {
  font-family: Open Sans, sans-serif;
}

.field-label {
  display: none;
}

.div-half-5-left {
  width: 534px;
  min-width: 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.container-17 {
  max-width: 933px;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.image-24 {
  width: 399.984px;
  height: auto;
  border-radius: 8px;
  align-self: auto;
  overflow: auto;
}

.div-content-5-left {
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-18 {
  max-width: 1015px;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.div-half-6 {
  width: 624px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-25 {
  width: 400px;
  border-radius: 8px;
}

.div-content-6 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-half-7 {
  width: 624px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container-19 {
  max-width: 1440px;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-26 {
  border-radius: 8px;
}

.div-content-7 {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 96px;
  padding-right: 96px;
  display: flex;
}

.text-span-12 {
  font-size: 24px;
}

.text-block-14 {
  width: 70%;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.heading-11 {
  width: 90%;
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 60px;
  padding-left: 30px;
  font-family: Roboto, sans-serif;
  font-size: 58px;
  font-weight: 500;
  line-height: 58px;
}

.heading-12 {
  width: 90%;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 33px;
}

.column {
  display: block;
  position: relative;
}

.columns {
  display: flex;
}

.container-20 {
  height: 100%;
  max-width: 1200px;
  background-color: #fff;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.heading-13 {
  width: 93%;
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 60px;
  padding-left: 30px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.image-header-2 {
  width: 55%;
  object-fit: contain;
  border-radius: 4px;
  align-self: center;
  margin-top: -36px;
  margin-bottom: 18px;
}

.div-block-12 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  display: none;
}

.container-21 {
  max-width: 1440px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-21.logos {
  margin-top: 138px;
}

.div-half-5-left-copy {
  width: 534px;
  min-width: 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-half-5-left-copy.right {
  width: 400px;
}

.section-11 {
  height: 108px;
  background-color: #fafafa;
}

.container-22 {
  max-width: 1110px;
  background-color: #fafafa;
  margin-top: 0;
  padding-top: 110px;
  padding-bottom: 110px;
  display: flex;
}

.div-block-13 {
  width: 645px;
  min-width: 0;
  display: inline-block;
}

.div-block-14 {
  width: 465px;
  min-width: 0;
  font-family: Roboto, sans-serif;
  display: inline-block;
}

.text-block-15 {
  width: 390px;
  min-width: 0;
  color: #000;
  font-size: 20px;
  line-height: 26px;
}

.image-99 {
  width: 40px;
  height: 40px;
  margin-top: 27px;
  margin-bottom: 27px;
  display: block;
}

.text-block-16 {
  color: #000;
  margin-bottom: 27px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.text-block-179 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.text-block-18 {
  color: #000;
  margin-top: 62px;
  margin-bottom: 27px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.section-12 {
  background-color: #fafafa;
}

.body-3 {
  font-family: Roboto, sans-serif;
}

.heading-14 {
  font-size: 32px;
}

.heading-15---1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 400;
}

.paragraph-5 {
  color: #000;
  font-size: 18px;
  line-height: 26px;
}

.heading-16 {
  width: 330px;
  color: #000;
  margin-top: -10px;
  margin-bottom: 15px;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
}

.heading-17 {
  width: 96%;
  color: #000;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 59px;
  font-size: 32px;
  font-weight: 400;
}

.heading-18 {
  color: #000;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 59px;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.container-23 {
  max-width: 95%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 13px;
  margin-bottom: 13px;
  font-size: 15px;
  font-weight: 500;
  display: block;
}

.image-100 {
  height: auto;
  margin-top: 1px;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 60px;
  line-height: 30px;
}

.navbar-6 {
  z-index: 5;
  width: 100%;
  height: auto;
  background-color: #fff;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 -1px 6px #eaf0f6;
}

.container-24 {
  width: 1100px;
  max-width: 1100px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section-13 {
  background-color: #f8faff;
}

.body-4 {
  font-family: Montserrat, sans-serif;
}

.div-block-15, .div-block-16 {
  width: 50%;
}

.heading-19 {
  width: 100%;
  color: #000;
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 54px;
  font-weight: 900;
  line-height: 68px;
}

.paragraph-6 {
  width: 80%;
  color: #000;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.image-101 {
  max-width: 92%;
}

.container-25 {
  width: 1100px;
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.heading-20 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 45px;
}

.div-block-17 {
  width: 50%;
  display: flex;
}

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

.bold-text {
  color: #000;
  font-size: 40px;
  font-weight: 800;
  line-height: 56px;
}

.container-26 {
  max-width: 1440px;
}

.button-5 {
  text-align: center;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  display: inline;
}

.image-102 {
  display: none;
}

.container-27 {
  width: 1170px;
  padding-top: 110px;
  padding-bottom: 100px;
}

.heading-21 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 40px;
  line-height: 56px;
}

.text-block-180 {
  color: #000;
  text-align: center;
  margin-bottom: 28px;
  font-size: 24px;
  line-height: 30px;
}

.section-14 {
  color: #000;
  background-color: #f8faff;
  padding-top: 0;
  padding-bottom: 0;
}

.container-28 {
  width: 760px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-22 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-weight: 300;
}

.div-block-19 {
  text-align: center;
}

.container-29 {
  width: 1000px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-23 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 36px;
}

.image-103, .div-block-20 {
  text-align: center;
}

.section-15 {
  background-color: #f8faff;
}

.text-block-181 {
  margin-bottom: 60px;
  padding-left: 30px;
  font-size: 30px;
  line-height: 34px;
}

.image-104, .image-105, .image-106, .image-107 {
  display: none;
}

.section-16 {
  height: 628px;
  background-color: #f0f0f0;
  background-image: url('../images/Computer-management-easy-1.png');
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.container-30 {
  max-width: 1302px;
  padding-top: 100px;
  padding-bottom: 60px;
}

.div-block-21 {
  width: 642px;
  display: inline-block;
}

.div-block-22 {
  width: 333px;
  clear: none;
  text-decoration: underline;
  display: inline-block;
}

.heading-24 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 50px;
  font-family: Open Sans, sans-serif;
  font-size: 48px;
  line-height: 60px;
}

.paragraph-7 {
  width: 85%;
  color: #000;
  text-align: left;
  margin-top: 29px;
  margin-bottom: 50px;
  margin-left: 50px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.button-6 {
  text-align: center;
  background-color: #3898ec;
  border-radius: 25px;

  margin-right: auto;
  padding: 12px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: table;
margin: 0 auto;
}

.paragraph-8 {
  display: table;
margin: 0 auto;
  margin-top: 23px;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 16px;
}

.body-5 {
  color: #000;
  border: 0 #000;
  font-family: Open Sans, sans-serif;
  overflow: scroll;
}

.container-31 {
  max-width: 1016px;
  text-align: center;
  padding-top: 73px;
  padding-bottom: 73px;
}

.heading-25 {
  width: 100%;
  color: #4a4a4a;
  text-align: center;
  border-top: 0 #1f1f1f;
  margin: 0 auto 45px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 46px;
  display: block;
}

.section-17 {
  background-color: #f0f0f0;
}

.container-32 {
  max-width: 1016px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.div-block-23 {
  width: 50%;
  text-align: left;
  border: 1px solid #d6d6d6;
  border-radius: 1px;
  padding: 40px 32px;
  display: inline-block;
}

.div-block-24 {
  width: 50%;
  border: 1px solid #d6d6d6;
  border-left-style: none;
  padding: 40px 32px;
  display: inline-block;
}

.div-block-25 {
  width: 55%;
  text-align: left;
  display: inline-block;
}

.div-block-26 {
  width: 45%;
  display: inline-block;
}

.list-item, .list-item-2, .list-item-3 {
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  list-style-type: none;
}

.list-item-4, .list-item-5, .list-item-6 {
  list-style-type: none;
}

.paragraph-9, .paragraph-10 {
  color: #4a4a4a;
  margin-bottom: 42px;
  font-size: 18px;
  line-height: 24px;
}

.heading-26, .heading-27 {
  color: #1f1f1f;
  margin-top: 0;
  margin-bottom: 27px;
  line-height: 40px;
}

.list, .list-2 {
  margin-bottom: 0;
  padding-left: 0;
}

.image-108 {
  width: 500px;
  max-width: 0%;
  text-align: center;
  margin-top: -338px;
  display: inline-block;
}

.image-109 {
  margin-top: -190px;
}

.image-110 {
  margin-top: -170px;
}

.container-33 {
  max-width: 1302px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.heading-28 {
  max-width: 1042px;
  text-align: center;
  margin: 0 auto 80px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 63px;
}

.paragraph-11 {
  text-align: center;
  margin-bottom: 120px;
  font-size: 18px;
}

.heading-29 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 40px;
}

.div-block-27 {
  background-image: url('../images/application-management_1.png');
  background-position: 100%;
  background-size: 100% 100px;
  background-attachment: fixed;
}

.div-block-28 {
  width: 34%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.div-block-29 {
  width: 66%;
  display: inline-block;
}

.paragraph-12 {
  margin-bottom: 25px;
  line-height: 24px;
  display: inline-block;
}

.paragraph-13, .paragraph-14 {
  margin-bottom: 25px;
  line-height: 24px;
}

.image-111 {
  width: 670px;
  margin-top: -401px;
  text-decoration: overline;
  display: inline-block;
  position: static;
}

.heading-30 {
  margin-top: -12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
}

.div-block-30 {
  width: 350px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.heading-31, .heading-32, .heading-33 {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph-15 {
  line-height: 24px;
}

.image-112 {
  margin-bottom: 55px;
}

.image-113 {
  padding-bottom: 55px;
}

.list-item-7, .list-item-8, .list-item-9 {
  color: #1f1f1f;
  margin-bottom: 15px;
}

.list-item-10 {
  color: #1f1f1f;
}

.list-3 {
  color: #1f1f1f;
  margin-bottom: 0;
  padding-left: 18px;
}

.list-4 {
  margin-bottom: 0;
  padding-left: 18px;
}

.list-item-11, .list-item-12, .list-item-13 {
  color: #1f1f1f;
  margin-bottom: 15px;
}

.list-item-14 {
  color: #1f1f1f;
}

.container-34 {
  max-width: 1016px;
  margin-top: 84px;
  margin-bottom: 84px;
}

.heading-34 {
  color: #1f1f1f;
  margin-top: 0;
  margin-bottom: 65px;
  line-height: 40px;
}

.columns-2 {
  margin-bottom: 75px;
}

.heading-35, .heading-36, .heading-37, .heading-38 {
  color: #1f1f1f;
  margin-bottom: 23px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.heading-39, .heading-40 {
  color: #1f1f1f;
  margin-bottom: 23px;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-16 {
  color: #4a4a4a;
  margin-bottom: 0;
  line-height: 24px;
}

.paragraph-17, .paragraph-18, .paragraph-19, .paragraph-20, .paragraph-21 {
  color: #4a4a4a;
  line-height: 24px;
}

.paragraph-22 {
  width: 30px;
  height: 2px;
  background-color: #ffa667;
  margin-bottom: 10px;
}

.container-35 {
  max-width: 1016px;
  margin-top: 66px;
  margin-bottom: 96px;
}

.div-block-31 {
  width: 607px;
  display: inline-block;
}

.div-block-32 {
  width: 408px;
  margin-top: 0;
  display: inline-block;
}

.heading-41 {
  color: #1f1f1f;
  margin-top: 0;
  margin-bottom: 18px;
  padding-top: 0;
  font-size: 32px;
  line-height: 40px;
}

.paragraph-23 {
  color: #4a4a4a;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.image-114 {
  display: block;
}

.flex-block {
  width: 607px;
  display: inline-block;
}

.flex-block-2 {
  width: 409px;
  float: none;
  clear: both;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 134px;
  text-decoration: none;
  display: inline-block;
  position: absolute;
}

.image-115 {
  width: auto;
}

.heading-42 {
  color: #1f1f1f;
  margin-top: 0;
  margin-bottom: 18px;
  padding-top: 0;
  font-size: 32px;
  line-height: 40px;
  display: block;
}

.paragraph-24 {
  color: #4a4a4a;
  margin-bottom: 0;
  line-height: 24px;
}

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

.paragraph-25 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.button-7 {
  text-align: center;
  border-radius: 20px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.container-36 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.container-37 {
  max-width: 1016px;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
}

.section-19 {
  background-color: #162646;
  display: none;
}

.div-block-33 {
  width: 372px;
  text-align: left;
  flex: 0 auto;
  display: inline-block;
  position: static;
}

.div-block-34 {
  width: 644px;
  border-left: 2px dashed #244079;
  margin-left: 0;
  padding-left: 60px;
  display: inline-block;
}

.heading-44 {
  width: 58%;
  color: #fff;
  text-align: center;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 125px auto 25px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 42px;
  display: flex;
  position: relative;
}

.container-38 {
  max-width: 1016px;
}

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

.heading-45 {
  color: #1f1f1f;
  text-align: center;
  margin-bottom: 22px;
  font-size: 32px;
  line-height: 40px;
}

.paragraph-26 {
  color: #4a4a4a;
  text-align: center;
  margin-bottom: 64px;
  font-size: 18px;
  line-height: 28px;
}

.heading-46 {
  color: #1f1f1f;
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph-27, .paragraph-28, .paragraph-29 {
  width: 80%;
  color: #4a4a4a;
  margin-bottom: 0;
  line-height: 24px;
}

.paragraph-30 {
  width: 80%;
  color: #4a4a4a;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.image-116 {
  margin-left: -27px;
}

.image-117 {
  margin-left: -29px;
}

.image-118 {
  margin-left: -27px;
}

.image-119 {
  margin-left: -28px;
}

.paragraph-31 {
  width: 45%;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 24px;
}

.slide {
  width: 100%;
  height: 331px;
  background-color: #303032;
  padding-left: 60px;
}

.paragraph-32 {
  color: #fff;
  font-size: 106px;
}

.heading-47 {
  width: 90%;
  color: #fff;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.image-120 {
  width: 104px;
  display: inline-block;
}

.slide-nav {
  margin-top: 26px;
  display: block;
}

.slider {
  width: 100%;
  height: 330px;
  min-height: 0;
  background-color: #162646;
}

.paragraph-33 {
  color: #fff;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 9px;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  display: inline-block;
  position: absolute;
}

.mask {
  height: 375px;
  background-color: #303032;
}

.slide-2 {
  width: 100%;
  background-color: #303032;
  padding-left: 60px;
}

.container-39 {
  max-width: 1302px;
  background-color: #303032;
  margin-bottom: 0;
  padding-top: 75px;
  padding-bottom: 75px;
}

.section-20 {
  background-color: #303032;
}

.div-block-37 {
  width: 372px;
  min-width: 0;
  margin-top: 0;
  display: inline-block;
  position: relative;
}

.div-block-38 {
  width: 644px;
  display: inline-block;
}

.column-9 {
  border: 1px #162646;
  border-left: 3px dashed #848484;
  padding-left: 0;
  padding-right: 0;
}

.column-10 {
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.image-121 {
  width: 50px;
  max-width: 50px;
  margin-bottom: 61px;
  margin-left: 60px;
}

.heading-48 {
  text-align: center;
  margin-bottom: 40px;
}

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

.paragraph-34 {
  margin-top: 20px;
  margin-left: 30px;
  font-weight: 500;
}

.container-40 {
  width: 1366px;
  min-width: 1348px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 23px;
}

.navbar-7 {
  background-color: #fff;
}

.container-41 {
  max-width: 1366px;
  padding-top: 48px;
  padding-bottom: 68px;
}

.heading-49 {
  width: 75%;
  max-width: 1046px;
  text-align: center;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.image-123 {
  width: 1348px;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.container-42 {
  height: 769px;
  max-width: 1360px;
  background-image: url('../images/OSDeployment-feature.png');
  background-position: 0 0;
  background-size: auto;
  margin-top: 33px;
  margin-bottom: 0;
}

.heading-50 {
  width: 40%;
  -webkit-text-stroke-color: black;
  margin-left: 180px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 46px;
}

.paragraph-35 {
  width: 30%;
  margin-left: 180px;
  font-size: 22px;
  line-height: 33px;
}

.container-43 {
  max-width: 1173px;
  margin-top: 70px;
  margin-bottom: 100px;
}

.heading-51 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 36px;
  line-height: 46px;
}

.paragraph-36 {
  width: 90%;
  text-align: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 34px;
}

.div-block-39 {
  width: 554px;
  border-radius: 29px;
  margin-top: -17px;
  margin-right: 60px;
  padding: 30px;
  display: inline-block;
  box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.div-block-40 {
  width: 554px;
  border-radius: 29px;
  padding: 30px;
  display: inline-block;
  box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.flex-block-3 {
  display: flex;
}

.flex-block-4 {
  flex-direction: column-reverse;
  align-items: flex-start;
  display: flex;
}

.heading-52 {
  margin-top: 0;
  margin-bottom: 17px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
}

.paragraph-37 {
  width: 100%;
  margin-bottom: 48px;
  font-size: 15px;
  line-height: 22px;
}

.div-block-41 {
  width: 210px;
  text-align: left;
  margin-top: 0;
  text-decoration: line-through;
  display: inline-block;
}

.div-block-42 {
  width: 280px;
  padding-left: 35px;
  display: inline-block;
}

.image-124 {
  max-width: 85%;
  margin-top: -232px;
  margin-left: 0;
  text-decoration: line-through;
}

.list-item-15, .list-item-16, .list-item-17 {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
  list-style-type: disc;
}

.list-item-18 {
  font-size: 16px;
  line-height: 24px;
  list-style-type: disc;
}

.container-44 {
  max-width: 1302px;
  padding-top: 62px;
  padding-bottom: 62px;
}

.div-block-43 {
  width: 583px;
  margin-top: 0;
  margin-right: 55px;
  padding-right: 0;
  display: inline-block;
}

.div-block-44 {
  width: 656px;
  display: inline-block;
}

.heading-53 {
  font-weight: 300;
}

.heading-54 {
  width: 80%;
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 80px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 54px;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
  position: relative;
  top: -18px;
  overflow: auto;
}

.grid-5 {
  grid-template-areas: "Area";
}

.heading-55, .heading-56, .heading-57, .heading-58, .heading-59, .heading-60 {
  margin-top: 0;
  margin-bottom: 13px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
}

.paragraph-38, .paragraph-39, .paragraph-40 {
  color: #4a4a4a;
  margin-bottom: 36px;
  font-size: 14px;
}

.paragraph-41, .paragraph-42, .paragraph-43 {
  margin-bottom: 36px;
}

.bold-text-2 {
  font-size: 18px;
  line-height: 26px;
}

.div-block-45 {
  padding-top: 60px;
  display: none;
}

.paragraph-44, .paragraph-45, .paragraph-46 {
  text-align: center;
  margin-bottom: 30px;
}

.heading-61, .heading-62, .heading-63, .heading-64, .paragraph-47, .heading-65 {
  text-align: center;
}

.paragraph-48 {
  text-align: center;
  margin-bottom: 30px;
}

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

.paragraph-49 {
  text-align: center;
  margin-bottom: 30px;
}

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

.paragraph-50 {
  text-align: center;
  margin-bottom: 30px;
}

.heading-68, .paragraph-51 {
  text-align: center;
}

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

.bold-text-3, .bold-text-4 {
  font-weight: 800;
}

.section-23 {
  background-color: #f5f9fd;
  margin-top: 0;
}

.container-45 {
  max-width: 1306px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 0;
}

.heading-69 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 400;
}

.button-8 {
  width: auto;
  text-align: center;
  border-radius: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.div-block-47 {
  text-align: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-52 {
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 24px;
}

.div-block-48 {
  z-index: 9999;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, .5);
  padding-top: 80px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.signup-wrapper {
  width: 400px;
  height: 340px;
  max-width: 100%;
  text-align: center;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px 20px;
  display: block;
}

.heading-70 {
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.field-label-2 {
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.paragraph-53 {
  margin-bottom: 30px;
  display: none;
}

.submit-button-3 {
  text-align: right;
  border-radius: 22px;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.link {
  text-align: right;
}

.close-link {
  color: #999;
  text-align: right;
  margin-left: 310px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  position: static;
  right: auto;
}

.modal-wrapper {
  z-index: 10;
  aspect-ratio: auto;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: rgba(0, 0, 0, .5);
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-field {
  border-radius: 20px;
  font-family: Open Sans, sans-serif;
}

.image-125 {
  width: 12px;
  height: 12px;
  cursor: pointer;
  margin-top: -22px;
  margin-left: 340px;
}

.div-block-49 {
  width: 318px;
  float: none;
  clear: none;
  margin-top: -158px;
  margin-left: 765px;
  position: relative;
  right: auto;
}

.heading-71 {
  margin-top: 0;
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
}

.heading-72 {
  font-size: 23px;
}

.heading-73 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
}

.div-block-50 {
  width: 310px;
  margin-top: 178px;
  margin-left: 89px;
}

.paragraph-54 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-74 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
}

.paragraph-55 {
  color: #fff;
}

.div-block-51 {
  width: 290px;
  margin-top: 20px;
  margin-left: 495px;
}

.heading-75 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
}

.paragraph-56 {
  color: #fff;
  margin-bottom: 0;
}

.div-block-52 {
  width: 319px;
  margin-top: 20px;
  margin-left: 899px;
}

.section-24 {
  text-align: center;
}

.container-46 {
  height: 768px;
  max-width: 1366px;
  background-image: url('../images/ApplicationsPlatformView.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-53 {
  width: 465px;
  margin-top: 330px;
  margin-left: 50px;
}

.heading-76 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
}

.heading-77 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
}

.heading-78, .heading-79 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 32px;
}

.paragraph-57, .paragraph-58, .paragraph-59, .paragraph-60 {
  text-align: left;
  margin-bottom: 0;
}

.div-block-54 {
  width: 410px;
  margin-top: 36px;
  margin-left: 50px;
}

.div-block-55 {
  width: 410px;
  margin-top: 14px;
  margin-left: 50px;
}

.div-block-56 {
  width: 365px;
  margin-top: 47px;
  margin-left: 50px;
}

.list-5, .list-6 {
  margin-bottom: 0;
  padding-left: 10px;
}

.columns-5 {
  padding-right: 30px;
}

.column-11 {
  padding-left: 40px;
  padding-right: 0;
}

.column-12 {
  padding-right: 30px;
}

.column-13 {
  padding-left: 20px;
}

.column-14 {
  padding-right: 30px;
}

.column-15 {
  padding-left: 20px;
}

.text-wrap {
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.constant {
  padding-right: 7px;
  font-size: 40px;
  display: inline;
}

.changer-overflow {
  height: 50px;
  float: right;
  display: inline-block;
  overflow: hidden;
}

.changer-move {
  width: 100%;
  height: 50px;
  overflow-wrap: normal;
  display: inline-block;
  overflow: visible;
}

.changer {
  text-align: left;
  position: relative;
  top: 0;
}

.wrap {
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  display: flex;
}

.text-wrap-2 {
  width: 60%;
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.changer-overflow-2 {
  width: 55%;
  height: 50px;
  float: right;
  display: inline-block;
  overflow: hidden;
}

.changer-2 {
  height: 50px;
  color: #0c91f8;
  text-align: left;
  font-size: 40px;
  line-height: 48px;
  position: relative;
  top: 0;
  left: 0;
}

.text-field-2, .text-field-3 {
  border-radius: 20px;
  margin-bottom: 25px;
}

.text-field-4 {
  border-radius: 20px;
  margin-bottom: 60px;
}

.form-2 {
  margin-top: 0;
}

.submit-button-4 {
  width: 150px;
  border-radius: 20px;
}

@media screen and (max-width: 991px) {
  .image-4 {
    margin-top: 14px;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-content {
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-pill-wrapper {
    width: 100%;
  }

  .container-copy, .section-9 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-10 {
    padding-left: 24px;
  }

  .section-video-2 {
    background-image: none;
  }

  .div-pill-wrapper-2 {
    width: 100%;
  }

  .container-11 {
    max-width: 95%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

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

  .section-hero-3 {
    padding-top: 0;
  }

  .container-12 {
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-content {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .button-4 {
    margin-left: 0;
  }

  .image-header {
    width: 100%;
    margin-top: 60px;
  }

  .container-13 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-content-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-14 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-content-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-15 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-content-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-copy-2, .container-17 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-content-5-left {
    padding-left: 0;
    padding-right: 0;
  }

  .container-18 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-content-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-19 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-content-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-11 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-top: 0;
    padding-left: 0;
  }

  .container-20 {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    padding: 0 20px;
  }

  .heading-13 {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
  }

  .image-header-2 {
    width: 100%;
    margin-top: 60px;
    display: none;
  }

  .container-21 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-11 {
    display: none;
  }

  .container-23 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .image-100 {
    margin-top: 12px;
  }

  .container-24 {
    width: 100%;
    padding: 20px 20px 60px;
  }

  .div-block-15 {
    width: 100%;
    padding-left: 0;
  }

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

  .heading-19 {
    margin-top: 0;
    padding-top: 20px;
  }

  .paragraph-6 {
    width: 100%;
  }

  .text-block-181 {
    padding-left: 0;
  }

  .image-104, .image-105 {
    margin-top: 20px;
    display: block;
  }

  .image-106, .image-107 {
    display: block;
  }

  .section-16 {
    height: auto;
    background-image: none;
    background-size: auto;
  }

  .container-30 {
    max-width: 95%;
    padding-top: 60px;
    padding-bottom: 0;
  }

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

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

  .heading-24 {
    text-align: center;
    margin-left: 0;
    font-size: 38px;
    line-height: 48px;
  }

  .paragraph-7 {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }

  .button-6 {
    width: 100%;
    margin-left: auto;
  }

  .columns-5, .column-14, .column-13, .column-15, .column-12{
    padding: 0px !important;
  }

  .column-11{
    padding-left: 0px;
  }

  .paragraph-8 {
    width: auto;
    text-align: center;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-31 {
    width: 95%;
  }

  .heading-25 {
    font-size: 36px;
  }

  .heading-44 {
    width: 100%;
    margin-top: 200px;
    font-size: 32px;
    line-height: 36px;
  }

  .paragraph-31 {
    width: 90%;
  }

  .slide {
    height: 443px;
  }

  .heading-47 {
    width: 90%;
    font-size: 22px;
  }

  .slide-nav {
    margin-top: 100px;
  }

  .slider {
    height: 422px;
    background-color: #303032;
  }

  .mask {
    background-color: #303032;
  }

  .container-39 {
    width: 95%;
    height: 670px;
  }

  .column-9 {
    height: 563px;
  }

  .column-10 {
    display: block;
  }

  .image-121 {
    width: 50px;
  }

  .paragraph-34 {
    margin-left: 0;
  }

  .container-40 {
    width: 95%;
    min-width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .container-41 {
    width: 95%;
  }

  .heading-49 {
    width: 100%;
    font-size: 32px;
  }

  .image-123 {
    display: none;
  }

  .container-42 {
    width: 95%;
    height: auto;
    background-image: none;
    background-size: auto;
  }

  .heading-50 {
    width: 100%;
    text-align: center;
    margin-top: 60px;
    margin-left: 0;
    font-size: 36px;
  }

  .paragraph-35 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    margin-left: 0;
  }

  .container-43 {
    width: 95%;
  }

  .heading-51 {
    font-size: 32px;
    line-height: 42px;
  }

  .paragraph-36 {
    font-size: 22px;
    line-height: 32px;
  }

  .div-block-39 {
    width: 100%;
    margin-bottom: 65px;
    margin-right: 0;
  }

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

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

  .paragraph-37 {
    width: 100%;
    text-align: center;
  }

  .div-block-41 {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }

  .div-block-42 {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }

  .image-124 {
    margin-top: 0;
  }

  .list-item-15, .list-item-16, .list-item-17, .list-item-18 {
    list-style-type: none;
  }

  .container-44 {
    width: 95%;
    max-width: 95%;
    text-align: center;
    padding-top: 150px;
  }

  .div-block-43 {
    width: 100%;
    margin-right: 0;
  }

  .heading-54 {
    width: 100%;
    margin-left: 0;
    font-size: 36px;
    line-height: 48px;
  }

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

  .heading-61, .heading-62, .heading-63, .heading-64, .heading-65, .heading-66, .heading-67, .heading-68 {
    font-size: 22px;
    line-height: 28px;
  }

  .paragraph-51 {
    margin-bottom: 100px;
  }

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

  .heading-69 {
    font-size: 36px;
    line-height: 42px;
  }

  .signup-wrapper {
    height: 340px;
  }

  .div-block-49, .div-block-50, .div-block-51, .div-block-52, .container-46 {
    display: none;
  }

  .columns-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .list-5, .list-6 {
    padding-left: 0;
  }

  .constant {
    font-size: 32px;
    line-height: 40px;
  }

  .changer-move {
    text-align: center;
  }

  .text-wrap-2 {
    width: 100%;
    text-align: center;
  }

  .changer-overflow-2 {
    width: 100%;
  }

  .changer-2 {
    text-align: center;
    font-size: 32px;
    left: auto;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    padding-left: 0;
  }

  .image-4 {
    margin-top: 14px;
  }

  .container.logos {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-image {
    max-width: 100%;
  }

  .logo-div {
    width: 80px;
    height: 60px;
  }

  .paragraph.logos {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 50px;
  }

  .grid-logos {
    width: 100%;
  }

  .div-block-copy {
    width: 90%;
  }

  .section-content {
    margin-bottom: 100px;
  }

  .heading-content---2 {
    width: 100%;
    text-align: left;
    padding-left: 0;
  }

  .div-half-text-right {
    align-self: center;
    padding-left: 0;
  }

  .div-half-text-left {
    padding-right: 0;
  }

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

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

  .hero {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-section-2, .hero-2 {
    padding: 40px 20px;
  }

  .flex-container-2 {
    flex-direction: column;
  }

  .container-11 {
    max-width: 93%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .grid-section-3 {
    padding: 40px 20px;
  }

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

  .section-hero-3 {
    padding-top: 0;
  }

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

  .header-content {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .button-4 {
    margin-left: 0;
  }

  .button-4.nav {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }

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

  .mobileview {
    width: 100%;
    text-align: center;
    display: block;
  }

  .paragraph-content-2 {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    padding-left: 0;
  }

  .container-copy-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-half-5-left {
    width: 100%;
  }

  .container-17 {
    padding-bottom: 0;
  }

  .div-content-5-left {
    display: block;
  }

  .container-18 {
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
  }

  .div-half-6.desktop {
    width: 100%;
  }

  .image-25 {
    display: none;
  }

  .div-content-6 {
    display: block;
  }

  .text-block-14 {
    width: 100%;
  }

  .heading-11 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-left: 0;
    font-size: 42px;
    line-height: 54px;
  }

  .container-20 {
    margin-bottom: 0;
    padding: 0 20px 40px;
  }

  .heading-13 {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .image-header-2, .div-half-5-left-copy.right, .section-11 {
    display: none;
  }

  .container-22 {
    width: 94%;
    margin-top: 0;
    display: block;
  }

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

  .div-block-14 {
    width: 100%;
    padding-top: 60px;
  }

  .text-block-15 {
    width: 100%;
    text-align: center;
  }

  .text-block-179 {
    border: 1px #000;
    padding-bottom: 0;
  }

  .text-block-18 {
    margin-top: 0;
    padding-top: 60px;
  }

  .heading-15---1, .paragraph-5 {
    text-align: center;
  }

  .heading-16 {
    width: 100%;
    text-align: center;
  }

  .image-28, .image-29, .image-30 {
    margin-bottom: 30px;
  }

  .heading-17, .heading-18 {
    text-align: center;
    padding-left: 0;
  }

  .container-24 {
    width: 100%;
    margin-right: 24px;
    padding-top: 20px;
    padding-left: 24px;
  }

  .div-block-15 {
    width: 100%;
    padding-left: 0;
  }

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

  .heading-19 {
    margin-bottom: 20px;
    padding-top: 20px;
    font-size: 40px;
    line-height: 50px;
  }

  .paragraph-6 {
    width: 100%;
  }

  .container-25 {
    width: 98%;
  }

  .button-5 {
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
  }

  .container-27, .container-28 {
    width: 100%;
  }

  .container-29 {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-block-181 {
    margin-bottom: 40px;
    padding-left: 0;
  }

  .image-104, .image-105, .image-106 {
    display: block;
  }

  .image-107 {
    margin-top: 20px;
    display: block;
  }

  .section-16 {
    height: auto;
  }

  .container-30 {
    width: 90%;
  }

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

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

  .heading-24 {
    text-align: center;
    font-size: 40px;
    line-height: 52px;
  }

  .paragraph-7 {
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .button-6 {
    width: 100%;
    text-align: center;
  }

  .columns-5, .column-14, .column-13, .column-15, .column-12{
    padding: 0px !important;
  }

  .column-11{
    padding-left: 0px;
  }

  .paragraph-8 {
    text-align: center;
    margin-top: 30px;
  }

  .container-31 {
    width: 90%;
  }

  .heading-25 {
    width: 100%;
    font-size: 32px;
    line-height: 42px;
  }

  .container-32 {
    width: 90%;
  }

  .div-block-23, .div-block-24 {
    width: 100%;
  }

  .paragraph-9, .paragraph-10 {
    margin-bottom: 20px;
    line-height: 28px;
  }

  .container-33 {
    width: 90%;
    padding-bottom: 10px;
  }

  .heading-28 {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 40px;
  }

  .paragraph-11 {
    margin-bottom: 40px;
    font-size: 16px;
  }

  .heading-29 {
    font-size: 20px;
  }

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

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

  .paragraph-12, .paragraph-13, .paragraph-14 {
    line-height: 24px;
  }

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

  .paragraph-15 {
    line-height: 24px;
  }

  .image-112 {
    margin-bottom: 20px;
  }

  .image-113 {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .container-34 {
    width: 90%;
  }

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

  .columns-2 {
    margin-bottom: 40px;
  }

  .paragraph-16, .paragraph-19, .paragraph-20 {
    line-height: 24px;
  }

  .container-35 {
    width: 90%;
    margin-top: 0;
  }

  .flex-block {
    width: 100%;
    display: block;
  }

  .flex-block-2 {
    width: 100%;
    margin-top: 0;
    display: block;
  }

  .image-115 {
    width: 100%;
    margin-top: 60px;
    display: block;
  }

  .heading-42 {
    width: 90%;
    text-align: center;
  }

  .paragraph-24 {
    width: 90%;
    text-align: center;
    line-height: 24px;
  }

  .container-36, .container-37 {
    width: 90%;
  }

  .div-block-33, .div-block-34 {
    width: 100%;
    flex: 0 auto;
    display: block;
  }

  .heading-44 {
    width: 100%;
    text-align: center;
    align-items: center;
    margin-top: 0;
    font-size: 32px;
    line-height: 40px;
  }

  .container-38 {
    width: 90%;
  }

  .paragraph-27, .paragraph-28, .paragraph-29, .paragraph-30 {
    width: 100%;
    line-height: 24px;
  }

  .paragraph-31 {
    text-align: center;
    margin-bottom: 50px;
  }

  .slide {
    height: 456px;
    padding-left: 0;
  }

  .slide-nav {
    margin-top: 30px;
    padding-top: 0;
  }

  .slider {
    height: 370px;
  }

  .slide-2 {
    padding-left: 0;
  }

  .column-2, .column-3, .column-5, .column-6, .column-7 {
    margin-bottom: 40px;
  }

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

  .columns-3 {
    margin-bottom: 0;
  }

  .column-8 {
    margin-bottom: 40px;
  }

  .container-39 {
    width: 90%;
  }

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

  .column-10 {
    padding-left: 0;
  }

  .image-121 {
    width: 40px;
    max-width: 40px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .section-21 {
    display: inline-block;
  }

  .section-22 {
    margin-top: 120px;
  }

  .paragraph-34 {
    margin-left: 0;
  }

  .heading-49 {
    font-size: 32px;
    line-height: 40px;
  }

  .heading-50, .heading-51 {
    font-size: 32px;
    line-height: 42px;
  }

  .paragraph-36 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-52 {
    font-size: 30px;
    line-height: 38px;
  }

  .container-44 {
    padding-top: 80px;
  }

  .div-block-43 {
    margin-top: 80px;
  }

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

  .heading-54 {
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 32px;
    line-height: 42px;
  }

  .heading-61, .heading-62, .heading-63, .heading-64 {
    font-size: 22px;
    line-height: 28px;
  }

  .heading-65, .heading-66, .heading-67, .heading-68 {
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    line-height: 28px;
  }

  .signup-wrapper {
    height: 325px;
    padding-bottom: 30px;
  }

  .modal-wrapper, .div-block-49, .div-block-50, .div-block-51, .div-block-52 {
    display: none;
  }

  .constant {
    font-size: 32px;
    line-height: 40px;
  }

  .changer-2 {
    font-size: 32px;
    line-height: 48px;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    padding-left: 0;
  }

  .image-4 {
    margin-top: 10px;
  }

  .button {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .button.nav {
    flex: 0 auto;
    margin-bottom: 12px;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .menu-button {
    background-color: rgba(200, 200, 200, 0);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .section-header {
    margin-top: 36px;
  }

  .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .container.logos {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .paragraph-header {
    text-align: center;
    margin-top: 4px;
  }

  .button-signup.demo {
    padding: 12px 24px;
    font-size: 14px;
  }

  .button-signup.trial-button {
    margin-top: 20px;
    display: block;
  }

  .logo-image {
    width: 100%;
    max-width: 100%;
  }

  .logo-div {
    width: 30vw;
    height: 50px;
    margin-bottom: 0;
  }

  .logo-div.dektop {
    display: block;
  }

  .logo-div.desktop {
    display: flex;
  }

  .paragraph {
    font-size: 20px;
  }

  .paragraph.logos {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
  }

  .paragraph.tags {
    font-size: 24px;
    font-weight: 700;
  }

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

  .grid-logos {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 0;
  }

  .div-spacer {
    height: 32px;
    display: none;
  }

  .section-content {
    margin-bottom: 80px;
  }

  .paragraph-content {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }

  .heading-content---2 {
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
  }

  .div-half {
    width: auto;
  }

  .div-half.mobile, .div-half.desktop {
    display: block;
  }

  .div-half-text-right {
    padding-left: 0;
    padding-right: 0;
  }

  .div-content {
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .div-half-text-left {
    padding-left: 0;
    padding-right: 0;
  }

  .div-grid-content {
    width: 100%;
    margin: 0;
  }

  .div-grid-content.desktop {
    display: none;
  }

  .card-header-copy {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 32px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .cards-section {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .cards-image {
    margin-top: -24px;
  }

  .card-heading {
    margin-top: -64px;
  }

  .hero {
    background-color: #d6d5d5;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-container {
    max-height: none;
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero-image {
    min-width: 0;
  }

  .section-tags {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .div-pill-wrapper {
    margin-top: 0;
  }

  .section-trial {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .div-trial {
    padding-top: 20px;
    padding-bottom: 48px;
  }

  .div-spacer-2 {
    display: none;
  }

  .footer-text, .aftertext {
    padding-right: 0;
  }

  .hero-heading {
    font-size: 24px;
  }

  .form-text-field {
    width: 98%;
  }

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

  .hero-content {
    padding-top: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-center {
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .center-heading {
    font-size: 28px;
    line-height: 1.3em;
  }

  .grid {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .div-card {
    padding: 30px;
  }

  .div-card.desktop {
    display: block;
  }

  .tab-pane-div {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-heading-div {
    width: 100%;
  }

  .tabs {
    flex-direction: column;
  }

  .tabs-menu {
    width: 100%;
    margin-top: 0;
    padding-right: 0%;
  }

  .tab-image {
    width: 100%;
  }

  .tab-heading {
    font-size: 24px;
  }

  .section-tabs {
    padding-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .tabs-content {
    width: 100%;
    padding: 0;
  }

  .feature-div {
    margin-left: 0;
    margin-right: 0;
  }

  .feature-card-div {
    width: 100%;
  }

  .section-features {
    padding-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-white {
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .twin-right-div {
    width: 100%;
    margin-top: 10%;
  }

  .twin-left-div {
    width: 100%;
    margin-top: 48px;
    padding-right: 0%;
  }

  .twin-heading {
    text-align: center;
    margin-top: 24px;
  }

  .twin-text, .closer-para {
    text-align: center;
  }

  .section-closer {
    padding-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .closer-heading {
    text-align: center;
    font-size: 24px;
  }

  .closer-content {
    padding-right: 0;
  }

  .container-10 {
    padding-left: 24px;
  }

  .nav-menu-3 {
    background-color: #fff;
    margin-left: 0;
    display: flex;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, .2);
  }

  .image-18 {
    z-index: 666;
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
  }

  .popup-testimonial-2 {
    display: none;
  }

  .popup-form-2 {
    z-index: 665;
    width: 100%;
    height: auto;
    overflow: scroll;
  }

  .popup-window-2 {
    height: auto;
  }

  .image-17, .demo-popup {
    display: none;
  }

  .heading-5 {
    font-size: 32px;
    line-height: 40px;
  }

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

  .section-video-2 {
    width: 100vw;
    height: 100%;
    margin-bottom: 50px;
    overflow: hidden;
  }

  .banner-image {
    display: none;
  }

  .banner-image.mobile {
    height: 110px;
    object-fit: cover;
    height: 110px;
    object-fit: cover;
    display: block;
  }

  .background-video {
    height: 100px;
  }

  .background-video.desktop {
    display: block;
  }

  .image-20 {
    box-shadow: none;
    margin-bottom: 30px;
    display: none;
  }

  .heading-trial-2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
  }

  .text-span-10 {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
  }

  .card-header {
    text-align: center;
    margin-bottom: 0;
    font-size: 32px;
  }

  .cards-image-2 {
    margin-top: -24px;
  }

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

  .grid-section-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-spacer-3 {
    display: block;
  }

  .hero-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-image-2 {
    min-width: 0;
    display: none;
  }

  .hero-image-2.mobiile {
    margin-top: -64px;
    margin-bottom: -40px;
    display: block;
  }

  .heading-6 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
  }

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

  .flex-container-2 {
    max-height: none;
    padding-left: 18px;
    padding-right: 18px;
  }

  .div-pill-wrapper-2 {
    margin-top: 0;
  }

  .image-16 {
    height: 64px;
  }

  .navbar-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-21 {
    margin-top: 12px;
  }

  .nav-menu {
    background-color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .menu-button-2.w--open {
    background-color: #e0e0e0;
    border-radius: 4px;
  }

  .form-wrapper-2 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-hero-2 {
    padding: 40px 17px;
  }

  .section-cards-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-11 {
    max-width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .section-header-2 {
    margin-top: 36px;
  }

  .paragraph-header-2 {
    text-align: center;
    margin-top: 4px;
  }

  .div-spacer-4 {
    height: 32px;
    margin-top: -24px;
    display: block;
  }

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

  .grid-3 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .text-span-11 {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
  }

  .div-block-8 {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .heading-trial-3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
  }

  .div-grid-content-2 {
    width: 100%;
    margin: 8px 0;
  }

  .div-grid-content-2.desktop {
    display: none;
  }

  .grid-section-3 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .cards-grid-container-2 {
    width: 100%;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .div-trial-2 {
    padding-top: 20px;
    padding-bottom: 48px;
  }

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

  .html-embed-2 {
    height: 350px;
    margin-top: -180px;
  }

  .html-embed-2.desktop {
    display: none;
  }

  .html-embed-2.mobile {
    display: block;
  }

  .html-embed-3 {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .html-embed-4 {
    margin-top: -48px;
  }

  .section-hero-3 {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-12 {
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-content {
    width: 100%;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-8 {
    width: 100%;
    margin-top: 47px;
    font-size: 35px;
    line-height: 44px;
  }

  .heading {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 28px;
  }

  .button-4 {
    color: #fff;
    text-align: center;
    background-color: #3898ec;
    border: 1px solid #fff;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 0;
    display: block;
  }

  .button-4.nav {
    text-align: center;
    width: auto;
    flex: 0 auto;
    margin-bottom: 12px;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .image-header {
    width: 100%;
    margin-top: 50px;
    display: none;
  }

  .heading-9 {
    width: 100%;
    margin-top: 47px;
    font-size: 35px;
    line-height: 44px;
  }

  .heading-10 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 28px;
  }

  .mobileview {
    width: 100%;
    flex: 0 auto;
    margin-bottom: 20px;
    display: block;
  }

  .div-half-2 {
    width: auto;
    margin-bottom: 0;
    display: flex;
  }

  .container-13 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

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

  .image-11 {
    display: none;
  }

  .div-content-2 {
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .container-14 {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .div-half-3 {
    width: auto;
    margin-bottom: 0;
    display: flex;
  }

  .div-half-3.desktop {
    display: block;
  }

  .image-22 {
    display: none;
  }

  .div-content-3 {
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .div-half-4 {
    width: auto;
    margin-bottom: 0;
    display: flex;
  }

  .container-15 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .image-23 {
    display: none;
  }

  .div-content-4 {
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .grid-4 {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .text-span-5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
  }

  .div-trial-3 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-copy-2 {
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-trial {
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
  }

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

  .div-half-5-left {
    width: auto;
    margin-bottom: 0;
    display: flex;
  }

  .container-17 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .image-24 {
    display: none;
  }

  .div-content-5-left {
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .container-18 {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .div-half-6 {
    width: auto;
    margin-bottom: 0;
    display: flex;
  }

  .div-half-6.desktop {
    display: block;
  }

  .image-25 {
    display: none;
  }

  .div-content-6 {
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .div-half-7 {
    width: auto;
    margin-bottom: 0;
    display: flex;
  }

  .container-19 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .image-26 {
    display: none;
  }

  .div-content-7 {
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .text-span-12 {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
  }

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

  .text-block-14 {
    text-align: center;
    line-height: 30px;
  }

  .heading-11 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-left: 0;
    font-size: 28px;
    line-height: 34px;
  }

  .heading-12 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 28px;
  }

  .container-20 {
    height: auto;
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    padding: 0 20px 40px;
    display: block;
  }

  .heading-13 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .image-header-2 {
    width: 100%;
    margin-top: 50px;
    display: none;
  }

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

  .container-21 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .container-21.logos {
    padding-left: 0;
    padding-right: 0;
  }

  .div-half-5-left-copy {
    width: auto;
    margin-bottom: 0;
    display: flex;
  }

  .section-11 {
    display: none;
  }

  .container-22 {
    width: 100%;
    margin-top: 0;
    padding-left: 18px;
    padding-right: 18px;
    display: block;
  }

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

  .div-block-14 {
    width: 100%;
    margin-top: 60px;
    display: block;
  }

  .text-block-15 {
    width: 100%;
  }

  .text-block-16 {
    border-bottom: 2px none var(--silver);
  }

  .text-block-179 {
    outline-offset: 0px;
    border: 1px #000;
    outline: 3px #000;
    padding-bottom: 0;
  }

  .text-block-18 {
    margin-top: 0;
    padding-top: 60px;
  }

  .heading-15---1 {
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
  }

  .heading-16 {
    width: 100%;
    font-size: 32px;
    line-height: 40px;
  }

  .heading-17, .heading-18 {
    text-align: center;
    padding-left: 0;
  }

  .container-23 {
    padding-left: 0;
  }

  .image-100 {
    margin-top: 10px;
  }

  .menu-button-3, .menu-button-3.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .container-24 {
    width: 100%;
    padding: 20px 24px 60px;
  }

  .div-block-15 {
    width: 100%;
    padding-left: 0;
  }

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

  .heading-19 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph-6 {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
  }

  .container-25 {
    width: 100%;
    margin-bottom: 80px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .bold-text {
    width: 100%;
    font-size: 24px;
    line-height: 34px;
    display: block;
  }

  .button-5 {
    width: auto;
    min-width: auto;
    text-align: center;
    object-fit: fill;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 30px;
    display: block;
  }

  .image-102 {
    margin-bottom: 40px;
    display: block;
  }

  .container-27 {
    width: 100%;
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-21 {
    margin-top: 80px;
    margin-bottom: 50px;
    font-size: 24px;
    line-height: 34px;
  }

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

  .container-28 {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-22 {
    font-size: 34px;
  }

  .container-29 {
    width: 100%;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-23 {
    font-size: 24px;
    line-height: 34px;
  }

  .image-103 {
    width: 100%;
  }

  .text-block-181 {
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .image-104, .image-105 {
    margin-top: 20px;
    display: block;
  }

  .image-106 {
    display: block;
  }

  .image-107 {
    margin-top: 20px;
    display: block;
  }

  .section-16 {
    height: auto;
  }

  .container-30 {
    width: 90%;
    padding-top: 60px;
  }

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

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

  .heading-24 {
    font-size: 36px;
    line-height: 42px;
  }

  .paragraph-7 {
    width: 100%;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 26px;
  }

  .button-6 {
    padding-left: 26px;
    padding-right: 26px;
    font-size: 16px;
  }

  .columns-5, .column-14, .column-13, .column-15, .column-12{
    padding: 0px !important;
  }

  .column-11{
    padding-left: 0px;
  }
  .paragraph-8 {
    width: 90%;
  }

  .container-31 {
    width: 90%;
  }

  .heading-25 {
    width: 100%;
    font-size: 32px;
    line-height: 40px;
  }

  .container-32 {
    width: 90%;
  }

  .div-block-23 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-24 {
    width: 100%;
    border-top-style: none;
    border-left-style: solid;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-9, .paragraph-10 {
    margin-bottom: 20px;
  }

  .container-33 {
    width: 90%;
  }

  .heading-28 {
    font-size: 32px;
    line-height: 40px;
  }

  .paragraph-11 {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-29 {
    font-size: 22px;
  }

  .div-block-28 {
    width: 100%;
    position: static;
  }

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

  .paragraph-12 {
    margin-bottom: 40px;
    line-height: 24px;
  }

  .paragraph-13, .paragraph-14 {
    margin-bottom: 40px;
  }

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

  .image-112 {
    margin-bottom: 25px;
  }

  .image-113 {
    padding-bottom: 25px;
  }

  .container-34 {
    width: 90%;
  }

  .columns-2 {
    margin-bottom: 0;
  }

  .paragraph-18, .paragraph-21 {
    line-height: 24px;
  }

  .container-35 {
    width: 90%;
  }

  .flex-block {
    width: 100%;
  }

  .flex-block-2 {
    width: 100%;
    margin-bottom: 60px;
  }

  .image-115 {
    width: 100%;
    margin-bottom: 30px;
  }

  .heading-42 {
    font-size: 28px;
  }

  .paragraph-24 {
    margin-bottom: 60px;
  }

  .container-36, .container-37 {
    width: 90%;
  }

  .div-block-33 {
    width: 100%;
    clear: none;
    flex: none;
  }

  .div-block-34 {
    width: 100%;
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .heading-44 {
    font-size: 36px;
    line-height: 42px;
  }

  .container-38 {
    width: 90%;
    margin-top: 40px;
  }

  .paragraph-26 {
    margin-bottom: 40px;
  }

  .paragraph-27, .paragraph-28 {
    width: 100%;
    margin-bottom: 20px;
  }

  .paragraph-29 {
    width: 100%;
    margin-bottom: 20px;
    line-height: 24px;
  }

  .paragraph-30 {
    width: 100%;
    margin-bottom: 20px;
  }

  .image-116 {
    margin-left: -20px;
  }

  .image-117 {
    margin-left: -15px;
  }

  .image-118 {
    margin-left: -14px;
  }

  .image-119 {
    width: 100%;
    margin-left: -15px;
  }

  .paragraph-31 {
    width: 100%;
    margin-bottom: 20px;
  }

  .slide {
    height: auto;
    padding-left: 0;
  }

  .heading-47 {
    width: 100%;
    margin-bottom: 50px;
    font-size: 22px;
    line-height: 30px;
  }

  .slide-nav {
    margin-top: 64px;
    position: static;
  }

  .slider {
    height: auto;
    background-color: #303032;
  }

  .paragraph-33 {
    padding-top: 0;
    font-size: 16px;
  }

  .mask {
    height: auto;
    background-color: #303032;
  }

  .slide-2 {
    background-color: #303032;
    padding-left: 0;
  }

  .column-2, .column-3, .column-4, .column-5, .column-6, .column-7 {
    margin-bottom: 40px;
  }

  .container-39 {
    width: 90%;
    height: 860px;
    padding-bottom: 40px;
  }

  .section-20 {
    display: block;
  }

  .column-9 {
    border: 1px #000;
    margin-bottom: 0;
  }

  .column-10 {
    margin-bottom: 30px;
    padding-left: 0;
  }

  .image-121 {
    width: 30px;
    max-width: 40%;
  }

  .section-22 {
    margin-top: 150px;
  }

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

  .container-40 {
    width: 95%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-41 {
    width: 90%;
    padding-bottom: 0;
  }

  .heading-49 {
    font-size: 32px;
    line-height: 40px;
  }

  .container-42 {
    width: 90%;
  }

  .heading-50 {
    font-size: 36px;
    line-height: 42px;
  }

  .paragraph-35 {
    font-size: 20px;
    line-height: 30px;
  }

  .container-43 {
    width: 90%;
  }

  .heading-51 {
    width: 100%;
    margin-bottom: 50px;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    line-height: 40px;
  }

  .paragraph-36 {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
  }

  .div-block-39, .div-block-40 {
    padding: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
  }

  .heading-52 {
    font-size: 28px;
    line-height: 36px;
  }

  .paragraph-37 {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-42 {
    padding-left: 0;
  }

  .image-124 {
    width: 96px;
  }

  .container-44 {
    width: 90%;
    padding-top: 0;
  }

  .div-block-43 {
    margin-bottom: 80px;
  }

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

  .heading-54 {
    width: 100%;
    margin-left: 0;
    font-size: 32px;
    line-height: 40px;
    top: 0;
  }

  .heading-55, .heading-56, .heading-57, .heading-58, .heading-59, .heading-60 {
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-38, .paragraph-39, .paragraph-40, .paragraph-41, .paragraph-42 {
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-43 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
  }

  .paragraph-44, .paragraph-45, .paragraph-46 {
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 24px;
  }

  .heading-61, .heading-62, .heading-63, .heading-64 {
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-47 {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-65 {
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-48 {
    margin-bottom: 50px;
  }

  .heading-66 {
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-49 {
    margin-bottom: 50px;
  }

  .heading-67 {
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-50 {
    margin-bottom: 50px;
  }

  .heading-68 {
    font-size: 20px;
    line-height: 24px;
  }

  .container-45 {
    width: 95%;
  }

  .heading-69 {
    font-size: 36px;
    line-height: 42px;
  }

  .button-8 {
    font-size: 16px;
  }

  .signup-wrapper {
    width: 300px;
    height: 340px;
    max-width: 300px;
    padding-top: 10px;
  }

  .div-block-49, .div-block-50, .div-block-51, .div-block-52 {
    display: none;
  }

  .list-5, .list-6 {
    padding-left: 0;
  }

  .constant {
    font-size: 32px;
  }

  .text-wrap-2 {
    font-size: 32px;
    line-height: 38px;
  }

  .changer-2 {
    font-size: 26px;
  }
}

#w-node-_76dd23ef-5a5a-2fe3-b22f-233e8ede6f0c-8dd7242c, #w-node-_76dd23ef-5a5a-2fe3-b22f-233e8ede6f0e-8dd7242c, #w-node-_76dd23ef-5a5a-2fe3-b22f-233e8ede6f10-8dd7242c, #w-node-_76dd23ef-5a5a-2fe3-b22f-233e8ede6f12-8dd7242c, #w-node-_76dd23ef-5a5a-2fe3-b22f-233e8ede6f14-8dd7242c, #w-node-_76dd23ef-5a5a-2fe3-b22f-233e8ede6f16-8dd7242c, #w-node-_76dd23ef-5a5a-2fe3-b22f-233e8ede6f18-8dd7242c, #w-node-_76dd23ef-5a5a-2fe3-b22f-233e8ede6f1a-8dd7242c, #w-node-_76dd23ef-5a5a-2fe3-b22f-233e8ede6f1c-8dd7242c, #w-node-_76dd23ef-5a5a-2fe3-b22f-233e8ede6f1e-8dd7242c {
  align-self: center;
  justify-self: center;
}

#w-node-a093e79d-a872-9d46-5a38-85f840a83403-8dd7242c, #w-node-a093e79d-a872-9d46-5a38-85f840a8340b-8dd7242c, #w-node-a093e79d-a872-9d46-5a38-85f840a83413-8dd7242c, #w-node-a093e79d-a872-9d46-5a38-85f840a83419-8dd7242c, #w-node-a093e79d-a872-9d46-5a38-85f840a8341f-8dd7242c, #w-node-a093e79d-a872-9d46-5a38-85f840a83425-8dd7242c, #w-node-a093e79d-a872-9d46-5a38-85f840a8342b-8dd7242c, #w-node-a093e79d-a872-9d46-5a38-85f840a83431-8dd7242c, #w-node-a093e79d-a872-9d46-5a38-85f840a83437-8dd7242c, #w-node-_4a6a2ad4-f1d9-a07e-9d3d-a3ce5e05881a-8dd7242c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_159e4155-95c6-5c90-8e9b-332b185a48ee-3c54302f, #w-node-_159e4155-95c6-5c90-8e9b-332b185a48f0-3c54302f, #w-node-_159e4155-95c6-5c90-8e9b-332b185a48f2-3c54302f, #w-node-_159e4155-95c6-5c90-8e9b-332b185a48f4-3c54302f, #w-node-_159e4155-95c6-5c90-8e9b-332b185a48f6-3c54302f, #w-node-_159e4155-95c6-5c90-8e9b-332b185a48f8-3c54302f, #w-node-_159e4155-95c6-5c90-8e9b-332b185a48fa-3c54302f, #w-node-_159e4155-95c6-5c90-8e9b-332b185a48fc-3c54302f, #w-node-_159e4155-95c6-5c90-8e9b-332b185a48fe-3c54302f, #w-node-_159e4155-95c6-5c90-8e9b-332b185a4900-3c54302f {
  align-self: center;
  justify-self: center;
}

#w-node-ca1ce5eb-b15e-7344-001a-fb1843dcab18-3c54302f, #w-node-ca1ce5eb-b15e-7344-001a-fb1843dcab1c-3c54302f, #w-node-ca1ce5eb-b15e-7344-001a-fb1843dcab20-3c54302f, #w-node-ca1ce5eb-b15e-7344-001a-fb1843dcab24-3c54302f, #w-node-ca1ce5eb-b15e-7344-001a-fb1843dcab28-3c54302f, #w-node-ca1ce5eb-b15e-7344-001a-fb1843dcab2c-3c54302f, #w-node-bfd58a9b-b1b4-d4e5-6177-b956da91bf0c-3c54302f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d6187b5-ad1b-fb27-bc84-d146d051f6fe-c69912fe, #w-node-_5d6187b5-ad1b-fb27-bc84-d146d051f700-c69912fe, #w-node-_5d6187b5-ad1b-fb27-bc84-d146d051f702-c69912fe, #w-node-_5d6187b5-ad1b-fb27-bc84-d146d051f704-c69912fe, #w-node-_5d6187b5-ad1b-fb27-bc84-d146d051f706-c69912fe, #w-node-_5d6187b5-ad1b-fb27-bc84-d146d051f708-c69912fe, #w-node-_5d6187b5-ad1b-fb27-bc84-d146d051f70a-c69912fe, #w-node-_5d6187b5-ad1b-fb27-bc84-d146d051f70c-c69912fe, #w-node-_5d6187b5-ad1b-fb27-bc84-d146d051f70e-c69912fe, #w-node-_5d6187b5-ad1b-fb27-bc84-d146d051f710-c69912fe {
  align-self: center;
  justify-self: center;
}

#w-node-_778e005d-1500-5bf1-60ff-2cd7f2be0cc9-c69912fe, #w-node-_778e005d-1500-5bf1-60ff-2cd7f2be0cd1-c69912fe, #w-node-_778e005d-1500-5bf1-60ff-2cd7f2be0cd9-c69912fe, #w-node-_778e005d-1500-5bf1-60ff-2cd7f2be0cdf-c69912fe, #w-node-_778e005d-1500-5bf1-60ff-2cd7f2be0ce5-c69912fe, #w-node-_778e005d-1500-5bf1-60ff-2cd7f2be0ceb-c69912fe, #w-node-_778e005d-1500-5bf1-60ff-2cd7f2be0cf1-c69912fe, #w-node-_778e005d-1500-5bf1-60ff-2cd7f2be0cf7-c69912fe, #w-node-_778e005d-1500-5bf1-60ff-2cd7f2be0cfd-c69912fe, #w-node-a1e9ccd9-ae91-c6e0-6d34-fe6e50896b6c-c69912fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c11974f0-6a36-0754-338c-730851568a40-821b0d4f, #w-node-c11974f0-6a36-0754-338c-730851568a42-821b0d4f, #w-node-c11974f0-6a36-0754-338c-730851568a44-821b0d4f, #w-node-c11974f0-6a36-0754-338c-730851568a46-821b0d4f, #w-node-c11974f0-6a36-0754-338c-730851568a48-821b0d4f, #w-node-c11974f0-6a36-0754-338c-730851568a4a-821b0d4f, #w-node-c11974f0-6a36-0754-338c-730851568a4c-821b0d4f, #w-node-c11974f0-6a36-0754-338c-730851568a4e-821b0d4f, #w-node-c11974f0-6a36-0754-338c-730851568a50-821b0d4f, #w-node-c11974f0-6a36-0754-338c-730851568a52-821b0d4f, #w-node-c72b81d2-b91a-f21d-faab-3dd1ec64ba71-7c868894, #w-node-c72b81d2-b91a-f21d-faab-3dd1ec64ba73-7c868894, #w-node-c72b81d2-b91a-f21d-faab-3dd1ec64ba75-7c868894, #w-node-c72b81d2-b91a-f21d-faab-3dd1ec64ba77-7c868894, #w-node-c72b81d2-b91a-f21d-faab-3dd1ec64ba79-7c868894, #w-node-c72b81d2-b91a-f21d-faab-3dd1ec64ba7b-7c868894, #w-node-c72b81d2-b91a-f21d-faab-3dd1ec64ba7d-7c868894, #w-node-c72b81d2-b91a-f21d-faab-3dd1ec64ba7f-7c868894, #w-node-c72b81d2-b91a-f21d-faab-3dd1ec64ba81-7c868894, #w-node-c72b81d2-b91a-f21d-faab-3dd1ec64ba83-7c868894, #w-node-_69540f63-5c4d-f332-9fc4-018dbb6e72d5-af8bbb6a, #w-node-_69540f63-5c4d-f332-9fc4-018dbb6e72d7-af8bbb6a, #w-node-_69540f63-5c4d-f332-9fc4-018dbb6e72d9-af8bbb6a, #w-node-_69540f63-5c4d-f332-9fc4-018dbb6e72db-af8bbb6a, #w-node-_69540f63-5c4d-f332-9fc4-018dbb6e72dd-af8bbb6a, #w-node-_69540f63-5c4d-f332-9fc4-018dbb6e72df-af8bbb6a, #w-node-_69540f63-5c4d-f332-9fc4-018dbb6e72e1-af8bbb6a, #w-node-_69540f63-5c4d-f332-9fc4-018dbb6e72e3-af8bbb6a, #w-node-_69540f63-5c4d-f332-9fc4-018dbb6e72e5-af8bbb6a, #w-node-_69540f63-5c4d-f332-9fc4-018dbb6e72e7-af8bbb6a, #w-node-c72b81d2-b91a-f21d-faab-3dd1ec64ba71-3986bc8b, #w-node-c72b81d2-b91a-f21d-faab-3dd1ec64ba73-3986bc8b, #w-node-c72b81d2-b91a-f21d-faab-3dd1ec64ba75-3986bc8b, #w-node-c72b81d2-b91a-f21d-faab-3dd1ec64ba77-3986bc8b, #w-node-c72b81d2-b91a-f21d-faab-3dd1ec64ba79-3986bc8b, #w-node-c72b81d2-b91a-f21d-faab-3dd1ec64ba7b-3986bc8b, #w-node-c72b81d2-b91a-f21d-faab-3dd1ec64ba7d-3986bc8b, #w-node-c72b81d2-b91a-f21d-faab-3dd1ec64ba7f-3986bc8b, #w-node-c72b81d2-b91a-f21d-faab-3dd1ec64ba81-3986bc8b, #w-node-c72b81d2-b91a-f21d-faab-3dd1ec64ba83-3986bc8b {
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_2efbf1fa-7e89-ecef-8a83-a58ccd0a1ff6-8dd7242c, #w-node-_2efbf1fa-7e89-ecef-8a83-a58ccd0a1ff8-8dd7242c, #w-node-_2efbf1fa-7e89-ecef-8a83-a58ccd0a1ffd-8dd7242c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2efbf1fa-7e89-ecef-8a83-a58ccd0a1fff-8dd7242c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-f75a78f6-f1a9-da38-72bc-02004826b673-3c54302f, #w-node-f75a78f6-f1a9-da38-72bc-02004826b675-3c54302f, #w-node-f75a78f6-f1a9-da38-72bc-02004826b67a-3c54302f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f75a78f6-f1a9-da38-72bc-02004826b67c-3c54302f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-b856ebc4-628c-17f8-df19-6a6457368888-c69912fe, #w-node-b856ebc4-628c-17f8-df19-6a645736888a-c69912fe, #w-node-b856ebc4-628c-17f8-df19-6a645736888f-c69912fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b856ebc4-628c-17f8-df19-6a6457368891-c69912fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_76dd23ef-5a5a-2fe3-b22f-233e8ede6f1c-8dd7242c {
    align-self: center;
    justify-self: center;
  }

  #w-node-_76dd23ef-5a5a-2fe3-b22f-233e8ede6f1e-8dd7242c {
    grid-area: 4 / 2 / 5 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_2efbf1fa-7e89-ecef-8a83-a58ccd0a1fec-8dd7242c, #w-node-_2efbf1fa-7e89-ecef-8a83-a58ccd0a1ff3-8dd7242c, #w-node-_2efbf1fa-7e89-ecef-8a83-a58ccd0a1ffa-8dd7242c {
    grid-column: span 1 / span 1;
  }

  #w-node-_159e4155-95c6-5c90-8e9b-332b185a48fe-3c54302f {
    align-self: center;
    justify-self: center;
  }

  #w-node-_159e4155-95c6-5c90-8e9b-332b185a4900-3c54302f {
    grid-area: 4 / 2 / 5 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-f75a78f6-f1a9-da38-72bc-02004826b670-3c54302f, #w-node-f75a78f6-f1a9-da38-72bc-02004826b677-3c54302f {
    grid-column: span 1 / span 1;
  }

  #w-node-_5d6187b5-ad1b-fb27-bc84-d146d051f70e-c69912fe {
    align-self: center;
    justify-self: center;
  }

  #w-node-_5d6187b5-ad1b-fb27-bc84-d146d051f710-c69912fe {
    grid-area: 4 / 2 / 5 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-b856ebc4-628c-17f8-df19-6a645736887e-c69912fe, #w-node-b856ebc4-628c-17f8-df19-6a6457368885-c69912fe, #w-node-b856ebc4-628c-17f8-df19-6a645736888c-c69912fe {
    grid-column: span 1 / span 1;
  }

  #w-node-c11974f0-6a36-0754-338c-730851568a50-821b0d4f {
    align-self: center;
    justify-self: center;
  }

  #w-node-c11974f0-6a36-0754-338c-730851568a52-821b0d4f {
    grid-area: 4 / 2 / 5 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-c72b81d2-b91a-f21d-faab-3dd1ec64ba81-7c868894 {
    align-self: center;
    justify-self: center;
  }

  #w-node-c72b81d2-b91a-f21d-faab-3dd1ec64ba83-7c868894 {
    grid-area: 4 / 2 / 5 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_69540f63-5c4d-f332-9fc4-018dbb6e72e5-af8bbb6a {
    align-self: center;
    justify-self: center;
  }

  #w-node-_69540f63-5c4d-f332-9fc4-018dbb6e72e7-af8bbb6a {
    grid-area: 4 / 2 / 5 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-c72b81d2-b91a-f21d-faab-3dd1ec64ba81-3986bc8b {
    align-self: center;
    justify-self: center;
  }

  #w-node-c72b81d2-b91a-f21d-faab-3dd1ec64ba83-3986bc8b {
    grid-area: 4 / 2 / 5 / 2;
    align-self: center;
    justify-self: center;
  }
}


.errMessage{
  font-size: 12px !important;
  color:red !important;
}
