.conter-number {
  color: #fcfcfd;
  background-color: #2b2c30;
  border-radius: 6px;
  padding: 6px 12px;
}

.svg-manual {
  width: 12px;
}

.express-h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
}

.div-block-9 {
  background-color: #fff;
  border: 1px solid #e8e9ed;
  border-radius: 8px;
  flex: none;
  width: 310px;
  padding: 34px;
  transform: rotate(3deg);
  box-shadow: 0 9px 20px -6px #00000014;
}

.counter {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #5b5c63;
  background-color: #f8f8fa;
  border: 1px solid #e8e9ed;
  border-radius: 9px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 3px 12px 3px 3px;
  display: flex;
  box-shadow: 0 3px 4px -2px #00000014;
}

.express-logos-wrapper {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  color: #8b8c93;
  justify-content: flex-start;
  align-items: center;
  margin-top: 34px;
  font-weight: 500;
  display: flex;
}

.express-logos-wrapper.hide {
  display: none;
}

.text-span {
  color: #5b5c63;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  display: block;
}

.express-hero-container {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
  padding-right: 40px;
  display: flex;
}

.express-info-wrapper {
  width: 100%;
  margin-top: 38px;
  margin-right: 49px;
}

.express-how-to-bullet-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #5b5c63;
  border-bottom: 1px solid #e8e9ed;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.express-how-to {
  margin-bottom: 11px;
  font-size: 16px;
  font-weight: 600;
}

.express-hero {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.express-name-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.icon-product-copy {
  width: 32px;
}

.number-small {
  color: #fcfcfd;
  text-align: center;
  background-color: #5b5c63;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  font-size: 12px;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fcfcfd;
  cursor: pointer;
  background-color: #2b2c30;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 34px;
  padding: 8px 12px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: inset 0 0 #fff3, 0 2px 6px #0003;
}

.button:hover {
  background-color: #3f3f3f;
}

.button.secondary {
  color: #5b5c63;
  background-color: #fcfcfd;
  box-shadow: inset 0 0 0 1px #e8e9ed;
}

.button.secondary:hover {
  background-color: #e8e9ed;
}

.button-nav-mobile {
  display: none;
}

.header-link {
  color: #2b2c30;
  border-radius: 6px;
  padding: 8px 12px;
  text-decoration: none;
  transition: background-color .2s;
}

.header-link:hover {
  background-color: #2b2c3014;
}

.header-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fcfcfd;
  background-color: #2b2c30;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: inset 0 0 #fff3, 0 2px 6px #0003;
}

.header-button:hover {
  background-color: #000;
}

.svg-book-a-demo {
  width: 16px;
}

.header-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 980px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.header-actions {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  display: none;
}

.header-actions.mobile {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header {
  z-index: 100;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #fafafacc;
  border-bottom: 1px solid #e8e9ed;
  height: 58px;
  padding-left: 24px;
  padding-right: 24px;
  position: sticky;
  top: 0;
}

.header-mobile {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  display: flex;
}

.footer {
  color: #2b2c30;
  border: 1px solid #e8e9ed;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 60px;
  display: flex;
}

.image {
  width: 80px;
}

.footer-link {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.link-footer {
  color: #8b8c93;
  -webkit-text-stroke-color: #5b5c63;
  text-decoration: none;
  transition: color .4s;
}

.link-footer:hover {
  color: #2b2c30;
}

.text-block-5 {
  color: #8b8c93;
  border: 1px solid #e8e9ed;
  border-radius: 8px;
  padding: 6px 16px;
}

.section-super-form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 60px;
  display: flex;
}

.super-form-wrapper {
  background-color: #fff;
  border: 1px solid #e8e9ed;
  border-radius: 12px;
  width: 100%;
  max-width: 980px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 0 20px #0000000a;
}

.replace-this {
  width: 100%;
  height: 1200px;
}

.express-logos-wrapper-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  color: #8b8c93;
  justify-content: flex-start;
  align-items: center;
  margin-top: 34px;
  font-weight: 500;
  display: flex;
}

.div-block-13 {
  background-color: #fff;
  border: 1px solid #e8e9ed;
  border-radius: 8px;
  flex: none;
  width: 310px;
  padding: 34px;
  transform: rotate(3deg);
  box-shadow: 0 9px 20px -6px #00000014;
}

.logo-image {
  filter: grayscale();
}

.link-footer-2 {
  color: #8b8c93;
  -webkit-text-stroke-color: #5b5c63;
  text-decoration: none;
  transition: color .4s;
}

.link-footer-2:hover {
  color: #2b2c30;
}

.link-footer-2.w--current {
  color: #2b2c30;
  text-shadow: 0 1px 10px #2b2c30;
}

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

.locales-list {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  margin-top: 44px;
  display: flex;
}

.link-footer-3 {
  color: #8b8c93;
  -webkit-text-stroke-color: #5b5c63;
  text-decoration: none;
  transition: color .4s;
}

.link-footer-3:hover {
  color: #2b2c30;
}

.link-footer-3.w--current {
  color: #2b2c30;
  text-shadow: 0 1px 10px #2b2c30;
}

@media screen and (max-width: 991px) {
  .express-h1 {
    line-height: 1.2;
  }

  .express-logos-wrapper {
    grid-row-gap: 18px;
    flex-flow: wrap;
  }

  .express-hero-container {
    padding-right: 0;
  }

  .express-logos-wrapper-2 {
    grid-row-gap: 18px;
    flex-flow: wrap;
  }
}

@media screen and (max-width: 767px) {
  .express-h1 {
    font-size: 32px;
    line-height: 1.6;
  }

  .div-block-9 {
    text-align: left;
    transform: rotate(0);
  }

  .express-logos-wrapper {
    justify-content: center;
    align-items: center;
  }

  .express-hero-container {
    grid-column-gap: 68px;
    grid-row-gap: 68px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    max-width: 550px;
    padding-top: 0;
    padding-right: 0;
  }

  .express-info-wrapper {
    margin-right: 0;
  }

  .express-name-wrapper {
    justify-content: center;
    align-items: center;
  }

  .button:hover {
    box-shadow: inset 81ch 0 0 -3px #ffffff1f, 0 5px 9px 2px #0003;
  }

  .button-nav-mobile {
    z-index: 110;
    border-radius: 8px;
    width: 44px;
    height: 44px;
    padding: 8px;
    display: flex;
    position: relative;
  }

  .header-link {
    text-align: left;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
  }

  .header-button {
    text-align: center;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
  }

  .header-button:hover {
    box-shadow: inset 81ch 0 0 -3px #ffffff1f, 0 5px 9px 2px #0003;
  }

  .brand-link {
    z-index: 110;
    position: relative;
  }

  .header-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 8px 24px;
    display: flex;
  }

  .header-actions {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    margin-left: 0;
    display: block;
  }

  .header-actions.mobile {
    display: none;
  }

  .header {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #fafafa;
    flex-flow: row;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    position: sticky;
    inset: 0% 0% auto;
  }

  .header-mobile {
    z-index: 100;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    -webkit-backdrop-filter: blur(60px);
    backdrop-filter: blur(60px);
    background-color: #fffc;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100svw;
    height: 100svh;
    margin-left: 0;
    padding: 80px 24px 24px;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .footer-link {
    grid-column-gap: 46px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .express-logos-wrapper-2 {
    justify-content: center;
    align-items: center;
  }

  .div-block-13 {
    text-align: left;
    transform: rotate(0);
  }
}

@media screen and (max-width: 479px) {
  .express-h1 {
    font-size: 24px;
  }

  .div-block-9 {
    width: 100%;
    max-width: 330px;
  }

  .text-span {
    font-size: 14px;
  }

  .header-button {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

#w-node-f581aeca-772f-0242-2ae7-f175b1c23863-c4d0f614 {
  justify-self: center;
}
