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

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

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

p {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 160%;
}

ul {
  /* margin-top: 10px; */
  margin-bottom: 30px;
  padding-left: 40px;
}

/* li {
  font-size: 20px;
  line-height: 160%;
} */

.navbar {
  background-color: #3a474f;
}

.brand {
  height: 32px;
  margin-top: 15px;
}

.nav-logo {
  max-height: 100%;
}

.nav-link {
  color: #fff;
}

.hero {
  background-color: #fff3e0;
  padding-top: 100px;
  padding-bottom: 70px;
}

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

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

.hero-left {
  width: 50%;
}

.hero-right {
  width: 45%;
  overflow: visible;
}

.flex-block {
  justify-content: space-between;
  width: 1439px;
}

.atf {
  grid-row-gap: 4px;
  background-color: #fff3e0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  text-decoration: none;
  display: flex;
}

.hero-flex {
  grid-column-gap: 38px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.frame-9 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 922px;
  text-decoration: none;
  display: flex;
}

.frame-7 {
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.hero-main-content {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.hero-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.hero-subheading {
  color: #555;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.button {
  grid-column-gap: 4px;
  background-color: #f1926a;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  display: block;
}

.text-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.hero-callout {
  color: #767272;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.hero-reviews {
  grid-column-gap: 36px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  text-decoration: none;
  display: flex;
}

.review-image {
  object-fit: fill;
  height: 50px;
  overflow: visible;
}

.vectors-wrapper {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-text {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.social-proof {
  grid-row-gap: 4px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  text-decoration: none;
}

.frame-14 {
  grid-row-gap: 70px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1388px;
  text-decoration: none;
  display: flex;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.section-heading.smaller {
  font-size: 40px;
}

.testimonial-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: grid;
}

.frame-13 {
  grid-column-gap: 64px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  box-shadow: 0 9px 14.2px #00000030, 0 2px 2.8px #00000040;
}

.testimonial {
  grid-row-gap: 4px;
  background-color: #fff3e0;
  border: 1px solid #f1926a;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 701px;
  padding: 36px 40px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 11px 14.4px #0000000d;
}

.testimonial-content {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.testimonial-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.testimonial-author {
  color: #666;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.frame-12 {
  grid-row-gap: 4px;
  background-color: #fff3e0;
  border: 1px solid #f1926a;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 701px;
  height: 335px;
  padding: 48px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 11px 14.4px #0000000d;
}

.frame-16 {
  grid-column-gap: 64px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 9px 14.2px #00000030, 0 2px 2.8px #00000040;
}

.frame-17 {
  grid-row-gap: 4px;
  background-color: #fff3e0;
  border: 1px solid #f1926a;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 701px;
  height: 290px;
  padding: 48px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 11px 14.4px #0000000d;
}

.why-pricetable {
  grid-row-gap: 4px;
  background-color: #f6f9fc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  text-decoration: none;
  display: flex;
}

.why-flex {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1615.06px;
  text-decoration: none;
  display: flex;
}

.flex-right {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  text-decoration: none;
  display: block;
}

.flex-left {
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  text-decoration: none;
  display: flex;
}

.text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.error-06f37bde-5989-a72c-e6b8-f83380c672a6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.frame-5 {
  grid-column-gap: 4px;
  background-color: #f1926a;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 36px 48px;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.start-14-day-free-trial---0 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.demo-callout {
  color: #767272;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
  display: block;
}

.features {
  grid-row-gap: 4px;
  background-color: #fff3e0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  text-decoration: none;
  display: flex;
}

.features-section {
  grid-row-gap: 66px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1781px;
  text-decoration: none;
  display: flex;
}

.frame-64 {
  grid-row-gap: 99px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-header {
  grid-row-gap: 38px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1092px;
  text-decoration: none;
  display: flex;
}

.section-header.centered {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.text-5 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.section-subheading {
  color: #767272;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.feature-cards {
  grid-column-gap: 30px;
  grid-row-gap: 39px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-62 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-63 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-65 {
  grid-row-gap: 67px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 922px;
  text-decoration: none;
  display: flex;
}

.frame-66 {
  grid-column-gap: 4px;
  background-color: #f1926a;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 36px 48px;
  text-decoration: none;
  display: flex;
}

.text-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.button-callout {
  color: #767272;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.frame-67 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.feature-card {
  grid-row-gap: 37px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 47px 38px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 11px 14.4px #0000000d;
}

.vectors-wrapper-2 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-top {
  grid-row-gap: 27px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.feature-icon {
  object-fit: cover;
  height: 42px;
}

.frame-27 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.feature-top-content {
  grid-row-gap: 24px;
  text-align: left;
  border-bottom: 3px solid #d0dce7;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 30px;
  text-decoration: none;
  display: block;
}

.feature-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
}

.feature-text {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.vectors-wrapper-3 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.feature-list {
  grid-row-gap: 28px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 610px;
  text-decoration: none;
  display: flex;
}

.feature-list-item {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.feature-check {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
  display: flex;
}

.frame-24 {
  grid-column-gap: 36px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-68 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-11 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

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

.feature-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  margin-top: 70px;
}

.button-row {
  margin-top: 50px;
  display: flex;
}

.button-row.centered {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}

.before-after {
  grid-row-gap: 4px;
  background-color: #f6f9fc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  text-decoration: none;
  display: flex;
}

.frame-69 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1481px;
  text-decoration: none;
  display: flex;
}

.frame-70 {
  grid-row-gap: 76px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-71 {
  grid-row-gap: 44px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-12 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.text-13 {
  color: #767272;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.comparison-table {
  grid-column-gap: 80px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1080px;
  text-decoration: none;
  display: flex;
}

.comparison-box {
  grid-row-gap: 47px;
  background-color: #fff;
  border: 4px solid #f1926a;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 567px;
  padding: 40px 31px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 11px 14.4px #0000000d;
}

.vectors-wrapper-4 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.comparison-list {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.comparison-list-item {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.comparison-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.frame-41 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 505px;
  text-decoration: none;
  display: flex;
}

.text-15 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.frame-42 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 505px;
  text-decoration: none;
  display: flex;
}

.frame-33 {
  grid-row-gap: 45px;
  background-color: #fff;
  border: 4px solid #f1926a;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 567px;
  padding: 43px 31px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 11px 14.4px #0000000d;
}

.vectors-wrapper-5 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 98px;
  text-decoration: none;
  display: flex;
}

.frame-73 {
  grid-column-gap: 36px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-74 {
  grid-column-gap: 4px;
  background-color: #f1926a;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 36px 48px;
  text-decoration: none;
  display: flex;
}

.text-16 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.start-14-day-free-trial---2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.start-14-day-free-trial---1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.comparison-header {
  text-align: center;
  border-bottom: 3px solid #d0dce7;
  width: 100%;
  padding-bottom: 20px;
}

.comparison-heading {
  margin-top: 0;
  font-size: 36px;
  line-height: 110%;
}

.comparison-icon {
  font-size: 24px;
}

.final-cta {
  grid-row-gap: 4px;
  background-color: #fff3e0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  text-decoration: none;
  display: flex;
}

.final-cta-flex {
  grid-column-gap: 101px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-54 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 930px;
  text-decoration: none;
  display: flex;
}

.frame-35 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.final-cta-left {
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-17 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.error-8d21a54e-11fd-badf-10a2-3f784e7a5c3c {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.frame-76 {
  grid-column-gap: 4px;
  background-color: #f1926a;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 36px 48px;
  text-decoration: none;
  display: flex;
}

.text-18 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.text-19 {
  color: #767272;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.frame-77 {
  grid-row-gap: 98px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 605px;
  text-decoration: none;
  display: flex;
}

.final-cta-right {
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.text-20 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.text-21 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.start-14-day-free-trial---3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.start-14-day-free-trial---4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.security {
  grid-row-gap: 4px;
  background-color: #d5f7ff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  text-decoration: none;
  display: flex;
}

.security-flex {
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-44 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1007px;
  text-decoration: none;
  display: flex;
}

.text-22 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.text-23 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.frame-78 {
  grid-column-gap: 4px;
  background-color: #f1926a;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 36px 48px;
  text-decoration: none;
  display: flex;
}

.text-24 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.start-14-day-free-trial---5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.faq {
  grid-row-gap: 4px;
  color: #fff;
  background-color: #3a474f;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  text-decoration: none;
  display: flex;
}

.faq-section-context {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-25 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.faq-questions {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-46 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-45 {
  border: 0 solid #fff;
  border-bottom-width: 1px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.faq-quesiton {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.faq-plus {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.faq-header-trash {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.security-flex-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 70%;
  display: flex;
}

.faq-item-trash {
  border-bottom: 1px solid #fff;
  width: 100%;
  padding-bottom: 12px;
}

.faq-answer-trash p {
  color: #ccc;
  font-size: 18px;
}

.faq-item {
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.faq-item:hover {
  opacity: 1;
}

.faq-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-right: 8px;
  display: flex;
  position: relative;
}

.faq-question {
  flex: 1;
  margin-bottom: 0;
  margin-right: 50px;
  font-weight: 400;
  line-height: 1.33em;
}

.faq-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
  top: -2px;
}

.faq-icon-line {
  background-color: #fff;
  width: 100%;
  height: 2px;
}

.faq-icon-line.flipped {
  position: absolute;
  transform: rotate(-90deg);
}

.faq-answer {
  max-width: 100%;
  margin-bottom: 10px;
  padding-right: 50px;
  overflow: hidden;
}

.faq-answer p {
  color: #ccc;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .hero-left, .hero-right {
    width: 100%;
  }

  .hero-flex {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

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

  .section-heading {
    font-size: 38px;
  }

  .section-heading.smaller {
    font-size: 32px;
  }

  .why-flex {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .flex-right, .flex-left {
    width: 100%;
  }

  .feature-card {
    grid-row-gap: 32px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .feature-top-content {
    padding-bottom: 25px;
  }

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

  .comparison-table {
    grid-column-gap: 50px;
  }

  .faq-answer {
    padding-right: 100px;
  }
}

@media screen and (max-width: 767px) {
  p, li {
    font-size: 18px;
  }

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

  .hero-subheading {
    font-size: 20px;
  }

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

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

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

  .section-subheading {
    font-size: 20px;
  }

  .feature-card {
    padding: 32px 30px;
  }

  .feature-top {
    grid-row-gap: 24px;
  }

  .feature-icon {
    height: 36px;
  }

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

  .feature-text {
    font-size: 16px;
  }

  .comparison-table {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .comparison-box {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .comparison-header {
    padding-bottom: 10px;
  }

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

  .final-cta-flex {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .security-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .faq-quesiton {
    font-size: 18px;
  }

  .security-flex-left {
    width: 100%;
  }

  .faq-question {
    font-size: 21px;
  }

  .faq-answer {
    padding-right: 50px;
  }
}

@media screen and (max-width: 479px) {
  .hero-heading {
    font-size: 32px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .button {
    padding: 8px 24px;
  }

  .hero-callout {
    font-size: 16px;
  }

  .hero-reviews {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .button-text {
    font-size: 18px;
  }

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

  .testimonial-wrapper {
    margin-top: 50px;
  }

  .flex-left {
    grid-row-gap: 32px;
  }

  .faq-question {
    margin-right: 30px;
    font-size: 19px;
  }

  .faq-answer {
    padding-right: 0;
    font-size: 1.1em;
  }
}


