@font-face {
  font-family: Montserrat Variablefont Wght;
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

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

.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-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

h5 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

a {
  color: #fff;
  text-decoration: none;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  font-size: 18px;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

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

.grey-card {
  background-color: #a5a5a5;
  border-top: 10px solid #583a95;
  width: 500px;
  margin-top: 11px;
  margin-bottom: -90px;
  margin-left: 10px;
  padding-bottom: 20px;
}

.grey-card.rounded-corners {
  border-radius: 10px;
}

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

.grid.feature {
  background-color: #d7d6d7;
}

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

.grid-2.review {
  background-color: #a5a5a5;
}

.heading {
  text-align: center;
}

.feature-review {
  background-color: #d7d6d7;
}

.feature-review.rounded-corners {
  background-color: #583a95;
  border-radius: 10px;
  margin-bottom: 0;
}

.heading-2 {
  color: #fff;
  text-align: center;
  padding-top: 14px;
  font-size: 20px;
}

.paragraph {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 87px;
  padding-right: 87px;
  font-weight: 500;
}

.paragraph.feature-review {
  border-radius: 10px;
  padding-bottom: 14px;
}

.paragraph.white {
  color: #fff;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 300;
}

.footer-light {
  background-color: #a5a5a5;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

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

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-right: 0;
  display: flex;
}

.footer-title {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

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

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

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

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: var(--white);
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.cell {
  background-color: #fff;
}

.card-product {
  background-color: #d6d6d6;
  position: relative;
}

.card-product.rounded-corners {
  border-radius: 10px;
}

.button {
  background-color: #583a95;
  border-radius: 5px;
}

.button.pr {
  background-color: #22c2ec;
  display: inline-flex;
}

.button.blue {
  background-color: #22c2ec;
}

.button.grey {
  background-color: #575757;
}

.image {
  aspect-ratio: 3 / 2;
  border: 3px solid #23c2ec;
  display: block;
}

.image.feature {
  border: 3px solid #23c2ec;
  border-radius: 0;
}

.image.purple {
  border-color: #583a95;
}

.image.purple.rounded-corners {
  border-radius: 10px;
}

.image.grey {
  border-color: #575757;
}

.image.rounded-corners {
  border-radius: 10px;
}

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

.list-item {
  font-size: 12px;
}

.list-item-2 {
  padding-right: 15px;
  font-size: 12px;
}

.container-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 11px;
  padding-top: 0;
  display: flex;
}

.white-button {
  color: #000;
  background-color: #fff;
  border: 1px solid #2b2b2b;
  padding-left: 72px;
  padding-right: 72px;
}

.white-button.rounded-corners {
  border-radius: 5px;
}

.cell-2, .cell-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.container-3 {
  margin-top: -1px;
}

.paragraph-2 {
  font-size: 12px;
}

.card-insight {
  background-color: #d6d6d6;
  position: relative;
}

.card-insight.rounded-corners {
  border-radius: 10px;
}

.button-insight {
  background-color: #22c2ec;
}

.button-insight.pr {
  background-color: #22c2ec;
  display: inline-flex;
}

.button-insight.rounded-corners {
  border-radius: 5px;
}

.button-product {
  background-color: #583a95;
  padding-left: 107px;
  padding-right: 107px;
}

.button-product.pr {
  background-color: #22c2ec;
  display: inline-flex;
}

.button-product.rounded-corners {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-left: 70px;
  margin-right: 70px;
  padding-left: 72px;
  padding-right: 72px;
  display: flex;
}

.button-product.rounded-corners:hover {
  background-color: #b298e7;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 30px;
  position: relative;
}

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

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 20px;
  padding-right: 0;
  font-weight: 400;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-4 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-5 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block {
  background-color: #a5a5a5;
  border-top: 10px solid #583a95;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 500px;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.heading-5 {
  margin-left: 12px;
  padding-top: 0;
}

.container-6 {
  margin-bottom: 10px;
}

.button-2 {
  padding-left: 120px;
  padding-right: 120px;
}

.paragraph-3 {
  padding-left: 12px;
}

.container-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text {
  color: #fff;
  margin-left: 20px;
  padding-left: 0;
  font-size: 24px;
}

.heading-6 {
  padding-top: 0;
}

.link {
  color: #fff;
  margin-bottom: 20px;
  text-decoration: none;
}

.submit-button {
  background-color: #583a96;
}

.submit-button.rounded-corners {
  border-radius: 5px;
}

.quick-stack {
  margin-bottom: 0;
}

.grid-3 {
  grid-template-rows: auto;
  margin-bottom: 20px;
}

.paragraph-4 {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}

.text-field {
  min-height: 200px;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 2fr auto;
  max-height: 100vh;
  margin-bottom: 90px;
}

.rounded-image {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin-left: 0;
  padding-left: 0;
}

.div-block-2 {
  background-color: #a5a5a5;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.paragraph-5 {
  color: #fffefe;
  padding-left: 20px;
  padding-right: 20px;
}

.section {
  margin-top: 30px;
}

.heading-7 {
  margin-top: 10px;
  margin-bottom: 5px;
}

.div-block-3 {
  margin-top: 74px;
}

.hero-heading-left-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.image-rounded-corners {
  border: 0 solid #583a95;
  border-radius: 10px;
  flex: 0 auto;
  margin-top: 0;
}

.image-rounded-corners.purple-border {
  border-width: 4px;
}

.heading-8 {
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.heading-9 {
  margin-top: 10px;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-2 {
  background-color: #f5f7fa;
}

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

.container-10, .container-11 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.quick-stack-4 {
  padding-bottom: 40px;
}

.heading-16 {
  margin-top: 10px;
}

.paragraph-6 {
  margin-bottom: 31px;
  padding-top: 0;
}

.link-3, .bold-text-3, .bold-text-4 {
  color: #583a96;
}

.link-4 {
  color: #333;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-areas: ". Area";
}

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

.link-purple {
  color: #593a96;
  font-weight: 700;
}

.container-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  display: block;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.section-3 {
  background-color: #f5f7fa;
}

.list-item-3 {
  margin-top: 0;
  padding-bottom: 5px;
}

.list-item-4, .list-item-5 {
  padding-bottom: 5px;
}

.heading-17 {
  font-size: 0;
}

.heading-18 {
  font-size: 34px;
}

.list-item-6, .list-item-7, .list-item-8 {
  padding-bottom: 10px;
}

.grid-8 {
  grid-template: "."
                 "Area"
                 / 1fr;
  margin-bottom: 40px;
}

.hero-heading-right-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-4 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 41px 30px 0;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-5 {
  margin-bottom: 24px;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

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

.hero-wrapper-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-6 {
  margin-bottom: 24px;
}

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two-5 {
  margin-left: 75px;
  box-shadow: 0 4px 24px #96a3b514;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .container {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

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

  .white-button.rounded-corners {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .quick-stack-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .grid-7 {
    flex-flow: column;
    display: flex;
  }

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

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-15, .container-16 {
    max-width: 728px;
  }

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-5 {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

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

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .grey-card.rounded-corners {
    margin-top: -45px;
    margin-right: 10px;
  }

  .feature-review.rounded-corners {
    margin-left: 20px;
    margin-right: 20px;
  }

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

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

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

  .heading-3 {
    font-size: 12px;
  }

  .white-button.rounded-corners {
    text-align: center;
    padding-left: 28px;
    padding-right: 28px;
  }

  .hero-heading-left {
    padding: 10px 15px;
  }

  .bold-text {
    font-size: 20px;
  }

  .grid-4 {
    grid-template-rows: 2fr;
    grid-template-columns: 1fr;
  }

  .rounded-image {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-5 {
    font-size: 12px;
  }

  .heading-7 {
    margin-top: -10px;
  }

  .hero-heading-left-2 {
    padding: 60px 15px;
  }

  .grid-6 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .heading-10, .heading-11 {
    font-size: 20px;
  }

  .div-block-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-12, .heading-13, .phone-header {
    font-size: 28px;
  }

  .phone-header.portrait, .heading-14 {
    padding-left: 20px;
  }

  .grid-7 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-heading-right, .hero-heading-right-2, .hero-without-image, .hero-heading-center {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .grey-card.rounded-corners {
    width: 280px;
  }

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

  .paragraph {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
  }

  .container {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -90px;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-title {
    font-size: 14px;
  }

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

  .footer-copyright {
    font-size: 11px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .button {
    font-size: 12px;
  }

  .heading-3 {
    font-size: 14px;
    line-height: 16px;
  }

  .cell-2 {
    display: block;
  }

  .button-product.rounded-corners {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

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

  .margin-bottom-24px {
    font-size: 12px;
  }

  .shadow-two.rounded-image {
    margin-bottom: 20px;
  }

  .link, .submit-button.rounded-corners {
    font-size: 12px;
  }

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

  .heading-10, .heading-11 {
    padding-left: 20px;
  }

  .phone-header.portrait {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .phone-header.product {
    font-size: 22px;
    line-height: 26px;
  }

  .cell-4 {
    display: block;
  }

  .quick-stack-3 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .container-9 {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-15 {
    font-size: 28px;
  }

  .bold-text-2 {
    font-size: 14px;
  }

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

  .paragraph-6 {
    margin-right: 20px;
    font-size: 12px;
  }

  .form-block {
    width: 270px;
    margin-right: -69px;
  }

  .paragraph-7, .link-2, .paragraph-8, .paragraph-9 {
    font-size: 12px;
  }

  .container-13, .container-14, .container-15, .container-16 {
    max-width: none;
  }

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

#w-node-_325d9406-1859-7dce-6437-8fa93ecf6973-7f9414e9 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_9e5d616a-6813-393d-ce00-06a3dd316d11-7f9414e9 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_5c95695a-3574-cb03-80be-04537c335e79-7f9414e9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c7ac9d79-5788-a23d-ade3-46cda6e75361-7f9414e9 {
  grid-area: Area;
}

#w-node-e3349971-c297-c079-5a5b-f66f82777ff5-7f9414e9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5c95695a-3574-cb03-80be-04537c335e79-24be40f8, #w-node-e3349971-c297-c079-5a5b-f66f82777ff5-24be40f8, #w-node-_5362e22c-b749-0d24-b415-55a01700cfdb-24be40f8, #w-node-_0ae50cb2-2e8a-676d-4121-26c963ebbc8d-24be40f8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_93c34f86-02f7-8cf8-6a2b-2fbceab2687a-8c7dbe58 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_93c34f86-02f7-8cf8-6a2b-2fbceab2687b-8c7dbe58 {
  grid-column: span 3 / span 3;
}

#w-node-_0ae50cb2-2e8a-676d-4121-26c963ebbc8d-17c7f4c8 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_0ae50cb2-2e8a-676d-4121-26c963ebbc8e-17c7f4c8 {
  grid-column: span 4 / span 4;
}

#w-node-_5c95695a-3574-cb03-80be-04537c335e79-50804d2d, #w-node-e3349971-c297-c079-5a5b-f66f82777ff5-50804d2d, #w-node-_0ae50cb2-2e8a-676d-4121-26c963ebbc8d-50804d2d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_5c95695a-3574-cb03-80be-04537c335e79-7f9414e9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-e3349971-c297-c079-5a5b-f66f82777ff5-7f9414e9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_5c95695a-3574-cb03-80be-04537c335e79-24be40f8, #w-node-e3349971-c297-c079-5a5b-f66f82777ff5-24be40f8, #w-node-_5362e22c-b749-0d24-b415-55a01700cfdb-24be40f8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_0ae50cb2-2e8a-676d-4121-26c963ebbc8d-24be40f8 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_5c95695a-3574-cb03-80be-04537c335e79-50804d2d, #w-node-e3349971-c297-c079-5a5b-f66f82777ff5-50804d2d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_0ae50cb2-2e8a-676d-4121-26c963ebbc8d-50804d2d {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_325d9406-1859-7dce-6437-8fa93ecf6973-7f9414e9 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_9e5d616a-6813-393d-ce00-06a3dd316d11-7f9414e9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_5c95695a-3574-cb03-80be-04537c335e79-7f9414e9, #w-node-e3349971-c297-c079-5a5b-f66f82777ff5-7f9414e9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5c95695a-3574-cb03-80be-04537c335e79-7f9414e9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-e3349971-c297-c079-5a5b-f66f82777ff5-7f9414e9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5c95695a-3574-cb03-80be-04537c335e79-24be40f8, #w-node-e3349971-c297-c079-5a5b-f66f82777ff5-24be40f8, #w-node-_5362e22c-b749-0d24-b415-55a01700cfdb-24be40f8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0ae50cb2-2e8a-676d-4121-26c963ebbc8d-24be40f8 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5c95695a-3574-cb03-80be-04537c335e79-50804d2d, #w-node-e3349971-c297-c079-5a5b-f66f82777ff5-50804d2d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0ae50cb2-2e8a-676d-4121-26c963ebbc8d-50804d2d {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Montserrat Variablefont Wght';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}