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

body {
  background-color: #1a1a1a;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.navcard {
  display: block;
  padding: 8px;
  border-radius: 8px;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #fff;
  text-decoration: none;
}

.navcard:hover {
  background-color: hsla(0, 0%, 100%, 0.04);
}

.brand {
  margin-right: 24px;
  margin-left: -12px;
  padding: 4px 12px;
  border-radius: 4px;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}

.navlink {
  padding: 6px 12px;
  border-radius: 4px;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #fff;
  font-weight: 600;
}

.navlink:hover {
  background-color: hsla(0, 0%, 100%, 0.04);
}

.navlink.navlink-m {
  display: none;
}

.container-2 {
  position: relative;
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

.badge {
  padding-right: 4px;
  padding-left: 4px;
  float: left;
  border-radius: 4px;
  background-color: #fadb5f;
  font-weight: 600;
}

.badge.bardge-popular {
  margin-top: 2px;
  background-color: #47d16c;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}

.badge.bardge-new {
  margin-top: 2px;
  font-size: 12px;
  line-height: 16px;
}

.badge.bardge-new {
  margin-top: 2px;
  color: #1a1a1a;
  font-size: 12px;
  line-height: 16px;
}

.navdrop-icon {
  width: 16px;
  height: 20px;
  float: left;
}

.text-ui {
  font-size: 14px;
  line-height: 20px;
}

.text-ui.text-ui_semibold {
  font-weight: 600;
}

.text-ui.text-ui_semibold.left {
  margin-right: 8px;
  float: left;
}

.text-ui.text-ui_semibold.mb-4 {
  margin-bottom: 4px;
}

.text-ui.api-heading {
  margin-top: 16px;
  margin-bottom: 8px;
  padding-left: 8px;
  opacity: 0.4;
}

.navdrop-link {
  display: block;
  padding: 8px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
}

.navdrop-link:hover {
  background-color: hsla(0, 0%, 100%, 0.04);
}

.nav-global {
  margin-right: -12px;
  float: right;
}

.navdrop {
  position: static;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5;
  padding: 14px 24px;
  background-color: transparent;
}

.text-ui-header {
  margin-right: 8px;
  float: left;
}

.navdrop-cell {
  margin: -8px;
}

.navcard-img {
  width: 100%;
  margin-bottom: 16px;
  border-radius: 8px;
}

.navdrop-text {
  margin-right: 4px;
  float: left;
  color: #fff;
  font-weight: 600;
}

.navdrop-item {
  padding: 6px 12px;
  border-radius: 4px;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}

.navdrop-item:hover {
  background-color: hsla(0, 0%, 100%, 0.04);
}

.navdrop-list {
  margin-top: -8px;
  margin-left: -8px;
}

.navgrid {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navgrid.navgrid-second-row {
  grid-row-gap: 40px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.navcontainer {
  position: relative;
  text-align: center;
}

.navmenu {
  position: static;
  float: left;
}

.navdroplist.w--open {
  left: 0%;
  top: 40px;
  right: 0%;
  bottom: auto;
  padding: 40px;
  border-radius: 8px;
  background-color: #2a2a2a;
}

.navdroplist.navdroplist-full {
  top: -15px;
  z-index: -1;
  margin-right: -24px;
  margin-left: -24px;
  padding-top: 85px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0px;
  box-shadow: 0 11px 24px -6px rgba(96, 96, 96, 0.15), 0 0 1px 0 rgba(96, 96, 96, 0.31);
}

.main {
  position: relative;
  overflow: hidden;
  padding: 148px 40px 120px;
}

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

.logo-footer-2 {
  margin-bottom: 32px;
}

.tech-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 14px;
  line-height: 20px;
}

.footer-grid-bottom {
  margin-top: 24px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.h5 {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.footer-divider {
  height: 1px;
  background-color: #000;
  opacity: 0.08;
}

.link-dark {
  display: inline-block;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.26);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.link-dark:hover {
  border-bottom-color: hsla(0, 0%, 100%, 0.6);
}

.link-dark:active {
  border-bottom-color: #fff;
}

.link-dark.link-dark-footer {
  margin-bottom: 16px;
  float: left;
  clear: left;
}

.link-dark.link-dark-footer-bottom {
  margin-right: 24px;
  float: left;
  clear: none;
}

.footer {
  padding: 56px 40px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.08);
}

.footer-bottom-item-right {
  text-align: right;
}

.footer-grid-top {
  margin-bottom: 24px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.hero-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 56px;
  line-height: 64px;
  font-weight: 700;
  letter-spacing: -1.65px;
}

.h1.h1-hero {
  display: none;
}

.h1.h1-nom {
  margin-bottom: 0px;
}

.subtitle {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}

.subtitle.subtitle-nom {
  margin-bottom: 0px;
}

.top-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-block {
  float: left;
}

.span-button-video {
  color: hsla(0, 0%, 100%, 0.26);
}

.button {
  padding: 20px 28px;
  border-radius: 4px;
  background-color: #ffde69;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1a1a1a;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.button:hover {
  background-color: #ffca0a;
}

.button:active {
  background-color: #e0b000;
  -webkit-transform: scale(0.975);
  -ms-transform: scale(0.975);
  transform: scale(0.975);
}

.button.button-video {
  margin-right: 8px;
  margin-left: 8px;
  float: left;
  background-color: hsla(0, 0%, 100%, 0.03);
  color: #fff;
}

.button.button-video:hover {
  background-color: hsla(0, 0%, 100%, 0.08);
}

.button.button-video:active {
  background-color: hsla(0, 0%, 100%, 0.15);
}

.button.button-video.hidden {
  display: none;
}

.button.button-left {
  margin-right: 16px;
  float: left;
}

.button.button-hero {
  margin-right: 8px;
  margin-left: 8px;
}

.top-block {
  position: relative;
  z-index: 1;
  text-align: center;
}

.button-icon {
  margin-right: 12px;
  float: left;
}

.section {
  position: relative;
  padding: 120px 40px;
}

.section.section-cta {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.section-notm {
  padding-top: 0px;
}

.cta {
  padding-bottom: 120px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
}

.cta-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-block {
  width: 100%;
  margin-bottom: 0px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.input {
  height: 64px;
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 20px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  color: #000;
  font-size: 18px;
  line-height: 24px;
}

.input:hover {
  border-color: rgba(0, 0, 0, 0.15);
}

.input:focus {
  border-color: rgba(0, 0, 0, 0.26);
}

.input::-webkit-input-placeholder {
  color: #bdbdbd;
}

.input:-ms-input-placeholder {
  color: #bdbdbd;
}

.input::-ms-input-placeholder {
  color: #bdbdbd;
}

.input::placeholder {
  color: #bdbdbd;
}

.form-agreement {
  margin-top: 16px;
  color: hsla(0, 0%, 100%, 0.4);
}

.faq-grid {
  grid-column-gap: 64px;
  grid-row-gap: 40px;
}

.h3 {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.h3.h3-nom {
  margin-bottom: 4px;
}

.text {
  font-size: 16px;
  line-height: 24px;
}

.span-link {
  display: inline;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.26);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.span-link:hover {
  border-bottom-color: hsla(0, 0%, 100%, 0.55);
}

.span-link:active {
  border-bottom-color: #fff;
}

.footer-socials {
  max-width: 160px;
  margin-bottom: 8px;
  margin-left: -8px;
}

.footer-social {
  margin-right: 8px;
  margin-bottom: 8px;
  float: left;
  opacity: 0.4;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.footer-social:hover {
  opacity: 0.7;
}

.footer-social:active {
  opacity: 1;
}

.hero-heading {
  margin-bottom: 56px;
}

.hero-left {
  position: relative;
}

.sticker-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 10%;
  max-width: none;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.sticker-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 80%;
  bottom: auto;
  max-width: none;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.sticker-1 {
  position: absolute;
  left: auto;
  top: 16%;
  right: 30%;
  bottom: auto;
  z-index: 1;
  max-width: none;
}

.hero-right {
  position: relative;
}

.sticker-4 {
  position: absolute;
  left: 40%;
  top: 0%;
  right: auto;
  bottom: auto;
  max-width: none;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.sticker-5 {
  position: absolute;
  left: auto;
  top: 20%;
  right: 40%;
  bottom: auto;
  max-width: none;
  -webkit-transform: rotate(14deg);
  -ms-transform: rotate(14deg);
  transform: rotate(14deg);
}

.sticker-6 {
  position: absolute;
  left: 70%;
  top: auto;
  right: auto;
  bottom: 0%;
  max-width: none;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.cases-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.case-img {
  border-radius: 12px;
}

.section-top-grid {
  margin-bottom: 56px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.icons-grid {
  grid-auto-flow: column dense;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr);
  grid-template-columns: minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr);
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
  border-right: 1px solid #2c2c2c;
}

.icon-link {
  position: relative;
  margin: -0.5px;
  padding: 32px;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #2c2c2c;
  background-color: #1a1a1a;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}

.icon-link:hover {
  z-index: 1;
  border-right-style: solid;
  border-radius: 12px;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.icon-link:active {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.icon-link.last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #232323;
  color: hsla(0, 0%, 100%, 0.5);
  text-decoration: none;
}

.icon-link.last:hover {
  background-color: #2c2c2c;
}

.icon-link.last:active {
  background-color: #3c3c3c;
}

.cta-img {
  max-height: 426px;
}

.other-grid-1 {
  margin-bottom: 64px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.other-grid-2 {
  margin-bottom: 64px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.other-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  text-decoration: none;
}

.other-link-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -8px;
  margin-bottom: 20px;
  margin-left: -8px;
  padding: 8px 16px 8px 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #fff;
}

.other-link-top:hover {
  background-color: hsla(0, 0%, 100%, 0.04);
}

.other-link-top:active {
  background-color: hsla(0, 0%, 100%, 0.08);
  -webkit-transform: scale(0.975);
  -ms-transform: scale(0.975);
  transform: scale(0.975);
}

.image {
  width: 48px;
  height: 48px;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.other-link-img {
  border-radius: 12px;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}

.other-link-img:active {
  -webkit-transform: scale(0.975);
  -ms-transform: scale(0.975);
  transform: scale(0.975);
}

.other-link-s {
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #fff;
  text-decoration: none;
}

.other-link-s:active {
  -webkit-transform: scale(0.975);
  -ms-transform: scale(0.975);
  transform: scale(0.975);
}

.other-link-s-img {
  margin-bottom: 16px;
  border-radius: 12px;
}

.m-hero-heading-img {
  display: none;
}

.section-top-grid2 {
  margin-bottom: 56px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

@media screen and (max-width: 991px) {
  .navcard {
    padding-right: 0px;
    padding-left: 0px;
  }

  .navcard:hover {
    background-color: transparent;
  }

  .navlink {
    display: block;
    padding: 8px 0px;
  }

  .navlink:hover {
    background-color: transparent;
  }

  .navlink.navlink-m {
    display: block;
  }

  .navdrop-icon {
    float: right;
  }

  .text-ui.text-ui_semibold.left {
    font-weight: 400;
  }

  .text-ui.text-ui_semibold.mb-4 {
    margin-bottom: 0px;
    font-weight: 400;
  }

  .text-ui.hidden {
    display: none;
  }

  .text-ui.api-heading {
    padding-left: 0px;
    opacity: 0.4;
  }

  .navdrop-link {
    padding-right: 0px;
    padding-left: 0px;
  }

  .navdrop-link:hover {
    background-color: transparent;
  }

  .nav-global {
    position: relative;
    display: none;
  }

  .navdrop {
    width: 100%;
    clear: left;
  }

  .navbar {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #1a1a1a;
  }

  .navdrop-cell {
    margin: 0px;
  }

  .burger {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    padding: 4px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .burger.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 4px;
    padding-bottom: 4px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .navcard-img {
    display: none;
  }

  .navdrop-item {
    width: 100%;
    padding: 8px 0px;
  }

  .navdrop-item:hover {
    background-color: transparent;
  }

  .navdrop-item.w--open {
    padding-right: 0px;
    padding-left: 0px;
  }

  .navdrop-list {
    margin-top: 0px;
    margin-left: 0px;
  }

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

  .navgrid.navgrid-second-row {
    grid-row-gap: 0px;
  }

  .navmenu {
    position: absolute;
    left: 0%;
    top: 46px;
    right: 0%;
    bottom: auto;
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    float: none;
    background-color: #1a1a1a;
  }

  .navdroplist.w--open {
    position: relative;
    top: 0px;
    z-index: 0;
    margin: 10px 0px;
    padding: 0px 0px 0px 16px;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    border-top-style: none;
    box-shadow: none;
  }

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

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

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

  .hero-heading {
    margin-right: -40px;
    margin-left: -40px;
  }

  .hero-left {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: none;
  }

  .hero-right {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: none;
  }

  .section-top-grid {
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    -ms-grid-columns: 0.75fr 0.5fr;
    grid-template-columns: 0.75fr 0.5fr;
  }

  .icons-grid {
    -ms-grid-columns: minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr);
    grid-template-columns: minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr);
    -ms-grid-rows: auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }

  .icon-link {
    padding: 24px;
  }

  .cta-img {
    display: none;
  }

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

  .hero-heading-img {
    display: none;
  }

  .m-hero-heading-img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .section-top-grid2 {
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .main {
    padding: 88px 20px 56px;
  }

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

  .hero-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .h1 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.8px;
  }

  .subtitle {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .button {
    padding: 10px 18px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
  }

  .button.button-video {
    margin-right: 4px;
    margin-left: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 24px;
  }

  .button.button-left {
    margin-right: 8px;
  }

  .button.button-hero {
    margin-right: 4px;
    margin-left: 4px;
  }

  .button-icon {
    margin-right: 6px;
  }

  .section {
    padding: 56px 20px;
  }

  .cta {
    padding-bottom: 56px;
  }

  .input {
    height: 40px;
    margin-right: 8px;
    margin-bottom: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }

  .faq-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .hero-heading {
    margin-right: -20px;
    margin-bottom: 24px;
    margin-left: -20px;
  }

  .cases-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .h2 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.25px;
  }

  .other-grid-1 {
    margin-bottom: 32px;
  }

  .other-grid-2 {
    margin-bottom: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
}

@media screen and (max-width: 479px) {
  .main {
    padding-bottom: 48px;
  }

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

  .footer-bottom-item-right {
    text-align: left;
  }

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

  .top-buttons {
    margin-top: -8px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .button {
    padding-right: 16px;
    padding-left: 16px;
  }

  .button.button-video {
    margin-top: 4px;
    margin-bottom: 4px;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
  }

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

  .button.button-hero {
    margin-top: 4px;
    margin-bottom: 4px;
  }

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

  .input {
    width: 100%;
    margin-bottom: 8px;
  }

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

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

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

  .icons-grid {
    -ms-grid-columns: minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr);
    grid-template-columns: minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr);
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .icon-link {
    padding: 16px;
  }

  .icon-link.last {
    padding-right: 4px;
    padding-left: 4px;
  }

  .other-link-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

#w-node-_3e1ec82c-a4b7-b68f-7a08-38be85a988c5-f4a38446 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-a27f3183-5d50-a651-f963-a103dade81d7-f4a38446 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-e23b09fd-9406-6019-3e69-7ca9567eeba2-f4a38446 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_29e75694-1189-1ead-6353-8f249c43e702-f4a38446 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-df1fd3b5-cded-288a-fa92-9ee964fc6b62-f4a38446 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_73b6f926-4534-0f85-5f90-e729dbf3a231-f4a38446 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-e7c5f9ed-4294-6613-368a-2984b5a0e066-b5a0e063 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e7c5f9ed-4294-6613-368a-2984b5a0e0ca-b5a0e063 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-e7c5f9ed-4294-6613-368a-2984b5a0e0cf-b5a0e063 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_18674e95-7865-254c-4ab1-6aebbee31267-bee311c3 {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_18674e95-7865-254c-4ab1-6aebbee312b7-bee311c3 {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3e1ec82c-a4b7-b68f-7a08-38be85a988c5-f4a38446 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-e7c5f9ed-4294-6613-368a-2984b5a0e066-b5a0e063 {
    -ms-grid-row: span 4;
    grid-row-start: span 4;
    -ms-grid-row-span: 4;
    grid-row-end: span 4;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e7c5f9ed-4294-6613-368a-2984b5a0e0ca-b5a0e063 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-e7c5f9ed-4294-6613-368a-2984b5a0e0cf-b5a0e063 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_18674e95-7865-254c-4ab1-6aebbee31256-bee311c3 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_18674e95-7865-254c-4ab1-6aebbee31267-bee311c3 {
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_18674e95-7865-254c-4ab1-6aebbee312b7-bee311c3 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a27f3183-5d50-a651-f963-a103dade81d7-f4a38446 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-e7c5f9ed-4294-6613-368a-2984b5a0e066-b5a0e063 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-e7c5f9ed-4294-6613-368a-2984b5a0e0ca-b5a0e063 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

