:root {
  --main: #fe296a;
  --white: #fff;
  --black: #000;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
}

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

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

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

a {
  color: var(--main);
  text-decoration: underline;
}

.video {
  background-color: #fff;
  border-radius: 30px;
  width: auto;
  min-width: 400px;
  max-width: 500px;
  overflow: hidden;
  box-shadow: 0 8px 28px #18274b14;
}

.video.ybgse {
  text-align: center;
  width: 100%;
  max-width: 700px;
}

.video.steps {
  width: 550px;
  min-width: 45%;
  max-width: 100%;
}

.text-20 {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  font-weight: 800;
  line-height: 120%;
  text-decoration: none;
  display: flex;
  position: static;
}

.text-20.color {
  color: var(--main);
}

.image-72 {
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
  max-width: none;
  max-height: 100%;
  margin-left: 0;
  padding-left: 0;
}

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

.block-step {
  grid-column-gap: 4em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.h2-step {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  min-width: auto;
  text-decoration: none;
  display: flex;
}

.h2 {
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 39px;
  font-weight: 800;
  line-height: 120%;
  text-decoration: none;
}

.h2.white {
  color: var(--white);
}

.h2.space {
  margin-top: 20px;
}

.h2.margin-top {
  margin-top: 60px;
}

.h2.mt-40 {
  margin-top: 40px;
}

.step-count {
  background-color: var(--main);
  border-radius: 40px;
  width: 80px;
  height: 80px;
  box-shadow: 0 8px 16px 6px #fe296a2e;
}

.step-count.white {
  background-color: var(--white);
  box-shadow: 0 10px 16px 6px #00000014;
}

.block-icons {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.block-icons.icons {
  grid-row-gap: 40px;
  margin-top: 20px;
}

.h3-title {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  text-decoration: none;
  display: flex;
}

.h3-title.center {
  justify-content: flex-start;
  align-items: center;
}

.h3 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  font-weight: 800;
  line-height: 120%;
  text-decoration: none;
}

.h3.short {
  width: 680px;
}

.h3.space {
  margin-top: 30px;
}

.item-list {
  grid-row-gap: 60px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1180px;
  text-decoration: none;
  display: flex;
}

.row {
  grid-column-gap: 3em;
  text-align: left;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.item {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.icon {
  object-fit: cover;
  width: 42px;
  height: 42px;
  overflow: hidden;
}

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

.h4 {
  color: #000;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  position: static;
}

.body {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 160%;
  text-decoration: none;
}

.body.center {
  text-align: center;
}

.body.center.grey {
  color: #00000080;
}

.body.center.color {
  color: var(--main);
}

.body.white {
  color: var(--white);
}

.body.bold {
  font-weight: 700;
}

.body.status {
  border: 1px #000;
}

.body.indent {
  margin-left: 20px;
}

.body.items {
  font-size: 23px;
}

.body.testimonial {
  margin-top: 20px;
  margin-bottom: 20px;
}

.container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1180px;
  display: flex;
}

.container.center {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  line-height: 160%;
  display: flex;
}

.container.center.price {
  display: none;
}

.container.center.testimonial {
  padding-bottom: 140px;
}

.container.cta {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
}

.container.steps {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 90%;
}

.section {
  padding-top: 50px;
  position: relative;
}

.section.white {
  background-color: var(--white);
  padding-top: 0;
}

.section.no-padding {
  padding-top: 0;
}

.section.overflow {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  padding-top: 0;
  line-height: 0%;
  display: block;
  overflow: hidden;
}

.section.overflow.cta {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.section.c-r, .section.d-a {
  padding-top: 0;
}

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

.cards-row {
  grid-column-gap: 3em;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.cards-row.centered {
  grid-column-gap: 0em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.cards-row.middle {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 90%;
}

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

.card-image {
  text-align: left;
  background-color: #fff;
  border-radius: 30px;
  width: auto;
  height: auto;
  overflow: hidden;
  box-shadow: 0 18px 88px #18274b1a, 0 8px 28px #18274b14;
}

.card-content {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  text-decoration: none;
  display: flex;
}

.card-content.centered {
  align-items: center;
  width: 80%;
}

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

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

.steps {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.step {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 120px;
  text-decoration: none;
  display: flex;
}

.line {
  grid-column-gap: 8px;
  border-bottom: 3px dotted #00000080;
  justify-content: center;
  align-items: center;
  width: 15%;
  height: 39px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.h2---header {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 920px;
  text-decoration: none;
  display: flex;
}

.h2---header.mt-40 {
  margin-top: 40px;
}

.sub-header {
  color: #000;
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 27px;
  font-weight: 300;
  line-height: 130%;
  text-decoration: none;
}

.sub-header.left {
  text-align: left;
}

.sub-header.left._211 {
  text-align: center;
}

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

.text-span {
  color: var(--main);
}

.tags {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 64px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 12px 19px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 18px 88px #18274b1a, 0 8px 28px #18274b14;
}

.text-55 {
  display: flex;
}

.text-56 {
  color: #fe296a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.text-57 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.text-span-2, .text-span-3 {
  color: var(--main);
}

.video-big {
  background-color: #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 18px 88px #18274b1a, 0 8px 28px #18274b14;
}

.scheme {
  opacity: 1;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.scheme.formats {
  width: 80%;
  display: block;
}

.scheme.mobile {
  display: none;
}

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

.cards {
  grid-column-gap: 3em;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 18px 88px #18274b1a, 0 8px 28px #18274b14;
}

.text-61 {
  color: #fe296a;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 120%;
  text-decoration: none;
}

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

.cta-2 {
  grid-row-gap: 30px;
  -webkit-backdrop-filter: blur(37px);
  backdrop-filter: blur(37px);
  background-image: linear-gradient(85.98deg, #0c2046, #133777 30%, #0c2046 87%);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  padding: 40px 140px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.ellipse-9 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 159px;
  height: 159px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 144.5px;
  left: -40px;
}

.ellipse-10 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 74px;
  height: 74px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 141.5px;
  left: 214px;
}

.ellipse-11 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 202px;
  height: 202px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -13.5px;
  right: -89px;
}

.ellipse-12 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 22.8577px;
  height: 22.8577px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 134.663px;
  left: 320.326px;
}

.text-span-4, .text-span-5, .text-span-6 {
  color: var(--main);
}

.frame-1000002884 {
  z-index: 10;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1180px;
  margin-top: 30px;
  padding: 30px 30px 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 88px #18274b1a, 0 8px 28px #18274b14;
}

.frame-1000002884.sticky {
  z-index: 100;
  position: sticky;
}

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

.table-platform {
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-1000002898 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image {
  object-fit: cover;
  border-radius: 6px;
  padding-right: 0;
}

.check {
  object-fit: cover;
  height: 24px;
  overflow: hidden;
}

.platform {
  border: 0 solid #e5e7eb;
  border-bottom-width: 1px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  min-width: 30%;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.platform.no-line {
  border-style: none;
  border-width: 1px;
}

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

.price-list {
  grid-column-gap: 3em;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.price {
  grid-row-gap: 50px;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 30px 30px 40px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 18px 88px #18274b1a, 0 8px 28px #18274b14;
}

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

.intro {
  color: #1f2a37;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

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

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

._20 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 120%;
  text-decoration: none;
}

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

.frame-1000002907 {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.price-highlite {
  grid-row-gap: 50px;
  background-color: #fe296a;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 30px 30px 40px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 18px 88px #fe296a33, 0 8px 28px #fe296a14;
}

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

.intro-2 {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.frame-10 {
  grid-column-gap: 8px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #fff;
  border: 1px solid #ffffff40;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-70 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

._20-2 {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 120%;
  text-decoration: none;
}

.button-text {
  opacity: .5;
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
  text-decoration: none;
}

.button-text.white {
  opacity: 100;
}

.for-most-businesses-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  text-decoration: none;
}

.frame-1000003222 {
  grid-column-gap: 8px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #fe296a;
  border: 1px solid #ffffff40;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-72 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.button-big {
  background-color: #0000001a;
  border-radius: 15px;
  align-self: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  overflow: hidden;
}

.button-big.white {
  background-color: #ffffffeb;
}

.button-big.color {
  background-color: var(--main);
  box-shadow: 0 4px 12px #0003;
}

.frame-1000003223 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.payments-icons {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 45%;
  text-decoration: none;
  display: flex;
}

.frame-1000002912 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #ffffff05;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1000003225 {
  grid-column-gap: 60px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  text-decoration: none;
  display: flex;
}

.rectangle-1235 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  text-decoration: none;
  display: flex;
}

.for-most-businesses-0 {
  color: #000;
  letter-spacing: undefinedundefined;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.for-most-businesses-1 {
  color: #1f2a37;
  letter-spacing: undefinedundefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.for-most-businesses-4 {
  color: #fe296a;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.for-most-businesses-5 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.for-most-businesses-7 {
  color: #fff;
  letter-spacing: undefinedundefined;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.for-most-businesses-8 {
  color: #fff;
  letter-spacing: undefinedundefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-span-7, .text-span-8 {
  color: var(--main);
}

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

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

.person {
  object-fit: cover;
}

.hero-content {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: -20px;
  text-decoration: none;
  display: flex;
}

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

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

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

.h1 {
  color: var(--black);
  text-align: left;
  letter-spacing: -1px;
  width: 380px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 120%;
}

.h1.bold {
  font-weight: 700;
}

.hero-buttons {
  grid-column-gap: 2em;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-outline {
  color: var(--black);
  text-align: center;
  background-color: #3898ec00;
  border: 1px solid #fe296a;
  border-radius: 15px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 196px;
  height: 60px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-outline:hover {
  background-color: var(--main);
  color: var(--white);
  box-shadow: 0 4px 12px #e71f5c3d;
}

.button-outline:active {
  box-shadow: none;
  background-color: #eb0e51;
}

.button-outline.pricing {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-81 {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 200%;
  text-decoration: none;
}

.video-2 {
  background-color: #fff0;
  border-radius: 0;
  max-width: none;
  margin-top: 0;
  overflow: hidden;
}

.video-placeholder {
  object-fit: cover;
  border: 1.10401px solid #f9fafb;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  overflow: visible;
}

.video-placeholder.formats {
  width: 90%;
  max-width: 600px;
  font-size: 100px;
}

.block {
  -webkit-backdrop-filter: blur(37px);
  backdrop-filter: blur(37px);
  background-image: linear-gradient(87.04deg, #0c2046, #1d4fac 28%, #0c2046 58%);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  padding: 20px 20px 20px 30px;
  text-decoration: none;
  display: flex;
}

.block.bottom {
  margin-top: 60px;
}

.frame-626462 {
  grid-column-gap: 2em;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navbar {
  z-index: 200;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 18px 88px #18274b12, 0 8px 28px #18274b0f;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1180px;
  text-decoration: none;
  display: flex;
}

.image-11 {
  object-fit: cover;
}

.image-11.navimg {
  opacity: 1;
  width: 16%;
  object-fit: fill;
}

.image-11.footer {
  width: 16%;
  padding-bottom: 20px;
}

.button--nav {
  grid-column-gap: 8px;
  color: var(--black);
  background-color: #0000;
  border: 1px solid #fe296a;
  border-radius: 15px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button--nav:hover {
  background-color: var(--main);
  box-shadow: none;
  color: var(--white);
}

.button--nav:active {
  box-shadow: none;
  color: var(--white);
  background-color: #eb0e51;
  border-color: #f71e60;
}

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

.button--nav.amp {
  text-align: center;
  font-size: 14px;
}

.text-span-9 {
  color: var(--main);
}

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

.footer-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px #ffffff26;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.footer-text-block {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.body-link {
  color: #fff9;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 200;
  line-height: 150%;
  text-decoration: none;
}

.body-link:hover {
  color: #fff;
}

.lower-part {
  border-top: 1px solid #ffffff26;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

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

.logo {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 36px;
  text-decoration: none;
  display: flex;
}

.image-80 {
  object-fit: cover;
}

.links {
  grid-column-gap: 80px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-1000003229 {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.footer {
  background-color: var(--black);
  width: auto;
  height: auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

.footer-container {
  flex-flow: column;
  width: 90%;
  max-width: none;
  min-height: 300px;
  display: block;
  overflow: clip;
}

.text-span-10 {
  color: var(--main);
}

.faq_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  border-top: 1px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  display: flex;
}

.faq_icon-wrapper {
  align-self: flex-start;
}

.faq_answer {
  overflow: hidden;
}

.faq_answer-wrapper {
  margin-bottom: 1.5rem;
}

.faq_icon {
  color: var(--main);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.bg-image {
  z-index: -1;
  width: 1760px;
  max-width: none;
  position: absolute;
}

.hero-list {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.button-text-outline {
  color: #000;
  text-align: center;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
}

.button-text-outline:hover {
  color: #fff;
}

.button {
  color: var(--white);
  text-align: center;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
}

.button-solid {
  background-color: var(--main);
  box-shadow: none;
  text-align: center;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 16px 32px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-solid:hover {
  opacity: .4;
  box-shadow: 0 4px 12px #e71f5c3d;
}

.button-solid:active {
  box-shadow: none;
  background-color: #eb0e51;
}

.button-solid.cta {
  width: 50%;
  font-weight: 500;
}

.button-solid.cta.white {
  background-color: var(--white);
  color: var(--black);
}

.button-solid.cta.last {
  width: 25%;
}

.button-solid.cta.last.table {
  border: 1px solid var(--main);
  justify-content: center;
  align-items: center;
  width: 95%;
  min-width: 0;
  height: auto;
  padding: 5px 10px;
  font-size: 14px;
}

.body-payments {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 160%;
  text-decoration: none;
}

.h4-payments {
  color: #000;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.item-robots {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

.button-solid-small {
  background-color: var(--main);
  box-shadow: none;
  text-align: center;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-solid-small:hover {
  opacity: .4;
  box-shadow: 0 4px 12px #e71f5c3d;
}

.button-solid-small:active {
  box-shadow: none;
}

.h4-spots {
  color: var(--white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.body-cto {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 160%;
  text-decoration: none;
}

.button-small {
  color: var(--white);
  text-align: center;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 170%;
  text-decoration: none;
}

.navbar_button-wrapper {
  grid-column-gap: 1rem;
  align-self: center;
  margin-left: 1rem;
  display: flex;
}

.navbar_link {
  color: var(--black);
  align-self: center;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.navbar_link:hover {
  color: var(--main);
}

.navbar_link.w--current {
  color: #000;
}

.navbar_link.mob {
  display: none;
}

.rl_navbar2_menu-button {
  padding: 0;
}

.rl_navbar2_logo-link {
  width: 150px;
}

.rl_navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.div-block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.bg-hero {
  z-index: -1;
  width: 130%;
  max-width: 1290px;
  margin-top: 0;
  position: absolute;
}

.body-footer {
  color: #fff9;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 200;
  line-height: 150%;
  text-decoration: none;
}

.video-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bg-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.bg-hero-mob {
  z-index: -1;
  width: 1320px;
  max-width: none;
  display: none;
  position: absolute;
}

.scheme-mob {
  width: 100%;
  display: none;
}

.sub-hero-header {
  color: #000;
  text-align: left;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 27px;
  font-weight: 300;
  line-height: 130%;
  text-decoration: none;
}

.sub-hero-header.left {
  text-align: left;
}

.h3-steps {
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  font-weight: 800;
  line-height: 120%;
  text-decoration: none;
}

.h3-steps.short {
  width: 680px;
}

.image-mob {
  display: none;
}

.image-85 {
  width: 419.398px;
}

.image-86 {
  width: 420px;
  max-width: 420px;
  height: 100%;
  max-height: 248.5px;
}

.button-solid-copy {
  background-color: var(--main);
  text-align: center;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 16px 32px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-solid-copy:hover {
  box-shadow: 0 4px 12px #e71f5c3d;
}

.button-solid-copy:active {
  box-shadow: none;
}

.button-solid-copy.cart {
  width: 100%;
}

.rl_navbar1_dropdown-link {
  color: #000;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar1_dropdown-link.w--current {
  color: #000;
}

.rl_navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.rl_navbar1_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
}

.rl_navbar1_link {
  color: var(--relume-library-lite--rl-black);
  background-color: #0000;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_link.w--current {
  color: #000;
}

.rl_navbar1_menu-button {
  padding: 0;
}

.rl_navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl_navbar1_component {
  border-bottom: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.rl_navbar1_button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_dropdown-toggle {
  color: var(--relume-library-lite--rl-black);
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar1_button-secondary {
  border: 1px solid var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl-dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.rl_navbar1_logo-link {
  padding-left: 0;
}

.rl_navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.header-line {
  background-color: var(--main);
  border-radius: 20px;
  width: 80px;
  height: 8px;
}

.header-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.comparison {
  grid-row-gap: 20px;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1180px;
  padding: 30px 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-1000003244 {
  z-index: 100;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1180px;
  margin-top: 30px;
  padding: 30px 30px 40px;
  text-decoration: none;
  display: flex;
  position: sticky;
  inset: 101px 0% auto;
  box-shadow: 0 18px 88px #18274b1a, 0 8px 28px #18274b14;
}

.frame-1000003239 {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 375px;
  padding: 8px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

.text {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-82 {
  color: #1f2a37;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
}

.competitor-base {
  grid-column-gap: 8px;
  border-right: 1px solid #00000026;
  justify-content: center;
  align-items: center;
  width: 173.25px;
  height: 79px;
  padding: 8px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.competitor-base.no-line {
  border-right-style: none;
}

.competitor-base.no-line.amp {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  height: auto;
  display: grid;
}

.competitor-base.button {
  flex-flow: column;
  height: auto;
}

.table-competitor {
  color: var(--black);
  text-align: center;
  letter-spacing: -.01em;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.image-98 {
  text-align: center;
  object-fit: cover;
  border-radius: 5px;
}

.image-98.yts {
  color: #0000;
  width: 8%;
  max-width: 90%;
  height: 83%;
  font-weight: 100;
}

.image-98.usat {
  width: 95%;
}

.image-98.usat.insider {
  width: 78%;
}

.image-98.apple {
  background-color: #000;
  box-shadow: 0 2px 5px #0003;
}

.rectangle-11151 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 79px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 24px;
  left: 580px;
}

.rectangle-11152 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 79px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 24px;
  left: 753px;
}

.rectangle-11153 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 79px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 24px;
  left: 927px;
}

.rectangle-11154 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 79px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 24px;
  left: 407px;
}

.frame-1000003252 {
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 30px 32px 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 18px 88px #18274b1a, 0 8px 28px #18274b14;
}

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

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

.service-table {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 5px;
  text-decoration: none;
  display: flex;
}

.service-title {
  color: var(--main);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
}

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

.table-row {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 10px;
  text-decoration: none;
  display: flex;
}

.table-row.left {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.table-row.numbers {
  margin-top: -20px;
}

.table-row.pricing {
  margin-top: 20px;
}

.table-row.pricing._22 {
  margin-top: 30px;
}

.service-row {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  max-width: none;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.youtube {
  object-fit: cover;
  border-radius: 6px;
}

.text-85 {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
}

.status {
  grid-column-gap: 8px;
  border-right: 1px solid #0000001f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 173.25px;
  height: auto;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.status.no-line {
  border-right-style: none;
  min-height: 50px;
}

.status.down {
  flex-flow: column;
  height: 60px;
}

.status.title {
  min-height: 90px;
}

.status.x {
  padding-top: 10px;
  padding-bottom: 10px;
}

.status.ampcast {
  background-color: #fe296a57;
}

.frame-style {
  object-fit: cover;
  overflow: hidden;
}

.shorts {
  background-color: #fff;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  min-height: 24px;
}

.rectangle-11155 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 1885px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 74px;
  left: 407px;
}

.rectangle-11156 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 1885px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 74px;
  left: 754px;
}

.rectangle-11157 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 1885px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 74px;
  left: 580px;
}

.rectangle-11158 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 1885px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 74px;
  left: 927px;
}

.competitor-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.status-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.old-table {
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1180px;
  padding: 30px 30px 40px;
  text-decoration: none;
  display: none;
  overflow: hidden;
  box-shadow: 0 18px 88px #18274b1a, 0 8px 28px #18274b14;
}

.div-block-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
  position: static;
}

.price-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.price-base {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f3f4f600;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.price-base.no-line {
  border-right-style: none;
}

.price-base.red {
  background-color: var(--main);
}

.table-price {
  color: #000;
  text-align: center;
  letter-spacing: -.01em;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.table-price.white {
  color: var(--white);
}

.table-price.light {
  font-weight: 400;
}

.addon-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: grid;
}

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

.addon-row.second.imgs._3rows {
  grid-template-columns: 1fr 1fr 1fr;
}

.addon-row.second.imgs._2-rows {
  grid-template-columns: 1fr 1fr;
  width: 70%;
}

.addon-row.imgs {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 90%;
  margin-top: 20px;
}

.addon-row.imgs._3cols {
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
}

.addons {
  grid-column-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.addons.extra {
  width: 80%;
}

.addons.extra.us {
  width: 90%;
}

.text-span-11 {
  color: var(--main);
}

.div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.image-99 {
  border-radius: 6px;
  padding-right: 0;
}

.frame-1000003244-copy {
  z-index: 20;
  clear: none;
  background-color: #fff;
  border-radius: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  padding: 30px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: 10% 0% auto;
  box-shadow: 0 18px 88px #18274b1a, 0 8px 28px #18274b14;
}

.bold-text-2, .text-span-12, .text-span-13, .text-span-14 {
  color: var(--main);
}

.image-100 {
  width: auto;
  min-height: auto;
}

.video-3 {
  box-shadow: 0 2px 5px 5px #00000054;
}

.text-span-15 {
  color: var(--main);
}

.container-2 {
  text-align: center;
  margin-top: 30px;
}

.text-span-16, .text-span-17, .text-span-18, .text-span-19, .text-span-20, .text-span-21 {
  color: var(--main);
}

.code-embed {
  margin-bottom: 0;
}

.text-span-22 {
  color: var(--white);
}

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

.code-embed-2 {
  margin-bottom: 0;
}

.image-101 {
  border-radius: 60%;
  width: 670px;
  min-width: auto;
  max-width: none;
  height: auto;
  margin-top: 0;
  display: inline-block;
}

.dropdown-toggle {
  flex-flow: column;
  padding-left: 0;
  padding-right: 35px;
  display: flex;
}

.dropdown-toggle:active, .dropdown-toggle.w--open {
  flex-flow: column;
}

.dropdown {
  flex-flow: column;
  align-items: flex-start;
  display: inline-flex;
}

.dropdown-list {
  flex-flow: column;
  display: none;
}

.dropdown-list.w--open {
  text-align: left;
  background-color: #fdfdfd;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-102 {
  width: 100%;
  max-width: 420px;
  max-height: 248.5px;
}

.button-outline-copy {
  color: var(--black);
  text-align: center;
  background-color: #3898ec00;
  border: 1px solid #fe296a;
  border-radius: 15px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: 30px;
  margin-top: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-outline-copy:hover {
  background-color: var(--main);
  color: var(--white);
  box-shadow: 0 4px 12px #e71f5c3d;
}

.button-outline-copy:active {
  box-shadow: none;
  background-color: #eb0e51;
}

.button-outline-copy.pricing {
  padding-top: 10px;
  padding-bottom: 10px;
}

.body-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.links-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.image-104 {
  width: 120px;
}

.images-heroheader {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-5 {
  min-width: 100%;
  max-width: none;
}

.pink-heading {
  font-size: 22px;
}

.container-6.testimonial {
  background-color: #f3f3f3;
  border-radius: 30px;
  width: 100%;
  max-width: 720px;
  padding: 50px 140px 50px 40px;
  box-shadow: 0 2px 5px #0003;
}

.container-6.testimonial._2 {
  padding-left: 140px;
  padding-right: 40px;
}

.image110.alex {
  margin-top: 0;
  position: absolute;
  top: 45%;
  left: 62%;
}

.image110.alex.becker {
  width: 240px;
  left: auto;
  right: 62%;
}

.text-span-23, .text-span-24 {
  color: var(--main);
}

.image-106 {
  display: none;
}

@media screen and (max-width: 991px) {
  .video, .image-72 {
    width: 100%;
  }

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

  .h2-step {
    width: 100%;
  }

  .h2 {
    font-size: 38px;
  }

  .h2.space {
    margin-top: 0;
  }

  .h2.margin-top {
    margin-top: 40px;
  }

  .h2.mt-40 {
    margin-top: 0;
    font-size: 38px;
  }

  .block-icons {
    grid-row-gap: 40px;
  }

  .block-icons.icons {
    grid-row-gap: 40px;
    margin-top: 0;
  }

  .h3-title.center {
    text-align: center;
    width: 100%;
  }

  .h3 {
    font-size: 30px;
  }

  .row {
    grid-column-gap: 2em;
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .item {
    width: 45%;
  }

  .h4 {
    font-size: 24px;
  }

  .body.items {
    font-size: 23px;
  }

  .container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    width: 95%;
    max-width: 900px;
  }

  .container.center {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 95%;
  }

  .container.cta {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .section {
    padding-top: 0;
    overflow: hidden;
  }

  .cards-list {
    grid-row-gap: 40px;
  }

  .cards-row {
    grid-column-gap: 30px;
    grid-row-gap: 45px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    display: grid;
  }

  .cards-row.middle {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .card {
    grid-row-gap: 30px;
  }

  .card-image.long {
    height: auto;
  }

  .card-content {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .card-content.centered {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .big-card {
    order: -1;
    width: 100%;
  }

  .frame-1000003205 {
    grid-row-gap: 30px;
    max-width: none;
  }

  .line {
    width: 13%;
  }

  .h2---header {
    grid-row-gap: 30px;
    width: 85%;
  }

  .h2---header.mt-40 {
    margin-top: 0;
  }

  .sub-header {
    font-size: 26px;
  }

  .sub-header.left {
    font-size: 24px;
  }

  .tags {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .frame-13 {
    justify-content: flex-start;
    align-items: center;
  }

  .text-57 {
    font-size: 15px;
  }

  .video-big {
    justify-content: center;
    align-items: center;
    height: 480px;
    display: flex;
  }

  .scheme {
    width: 95%;
  }

  .scheme.formats {
    width: 100%;
    margin-top: 10px;
  }

  .cards {
    grid-column-gap: 2em;
    align-items: stretch;
  }

  .card-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .cta-2 {
    margin-top: 0;
    padding-left: 70px;
    padding-right: 70px;
  }

  .ellipse-9 {
    top: 190px;
  }

  .ellipse-10 {
    left: 116px;
  }

  .ellipse-11 {
    top: -80px;
    right: -130px;
  }

  .platform {
    min-width: 47%;
  }

  .price-list {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .price {
    grid-row-gap: 30px;
    height: auto;
  }

  .price-description {
    flex-flow: row;
  }

  .frame-1000003206 {
    justify-content: flex-start;
    align-items: center;
    width: 90%;
  }

  .price-highlite {
    height: auto;
  }

  .frame-1000003223 {
    flex-flow: column;
    width: 90%;
  }

  .frame-1000002912 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-content {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-text {
    justify-content: center;
    align-items: flex-start;
    max-width: none;
  }

  .hero-cta {
    grid-row-gap: 30px;
    max-width: 100%;
  }

  .hero-header {
    margin-top: 0;
  }

  .h1 {
    width: auto;
    margin-top: 0;
    font-size: 44px;
  }

  .h1.bold {
    width: 700px;
    margin-bottom: 0;
  }

  .button-outline {
    width: 290px;
  }

  .video-2 {
    margin-top: 40px;
  }

  .video-placeholder {
    width: 100%;
    height: auto;
  }

  .block {
    margin-top: 0;
  }

  .block.bottom {
    margin-top: 40px;
  }

  .frame-626462 {
    grid-column-gap: .6em;
    grid-row-gap: .6em;
    flex-flow: row;
  }

  .navbar-container {
    width: 95%;
  }

  .faq {
    padding-bottom: 50px;
  }

  .footer-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-text-block {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .lower-part {
    flex-flow: column;
    justify-content: center;
    height: auto;
  }

  .frame-1000003228 {
    flex-flow: column;
  }

  .links {
    grid-row-gap: 2em;
    flex-flow: column;
    height: auto;
  }

  .footer {
    flex-flow: column;
  }

  .footer-container {
    width: 95%;
    max-width: 900px;
    min-height: auto;
    margin-bottom: 40px;
  }

  .bg-image {
    opacity: .6;
    width: 1210px;
    margin-top: -155px;
    margin-left: -10px;
  }

  .button-solid {
    width: 290px;
  }

  .button-solid.cta.last {
    width: 32%;
  }

  .body-payments {
    text-align: center;
    width: 100%;
  }

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

  .h4-payments {
    text-align: center;
  }

  .item-robots {
    width: 30%;
  }

  .price-content {
    width: 50%;
  }

  .button-solid-small {
    width: 200px;
  }

  .body-cto {
    width: 150px;
  }

  .rl_menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_menu-icon2_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_button-wrapper {
    align-items: center;
  }

  .navbar_link {
    text-align: right;
    padding: 1rem 0;
    font-size: 1.125rem;
  }

  .navbar_link.mob {
    display: none;
  }

  .rl_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar2_menu-button {
    padding: 0;
  }

  .rl_navbar2_menu-button.w--open {
    background-color: #0000;
  }

  .rl_navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar2_menu.is-page-height-tablet {
    border-bottom-style: none;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: absolute;
    box-shadow: 0 4px 12px #c9c9c933;
  }

  .rl_menu-icon2_line-bottom, .rl_menu-icon2_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .bg-hero {
    width: 900px;
    display: none;
    inset: 0% 0% auto auto;
  }

  .video-block {
    width: 100%;
  }

  .bg-hero-mob {
    opacity: .35;
    width: 900px;
    margin-top: -160px;
    margin-right: -60px;
    display: block;
    inset: auto 0% auto auto;
  }

  .sub-hero-header {
    font-size: 26px;
  }

  .h3-steps {
    font-size: 30px;
  }

  .image-85 {
    display: none;
  }

  .image-86 {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
  }

  .button-solid-copy {
    width: 290px;
  }

  .rl_navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .rl_menu-icon_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .rl_navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar1_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .rl_menu-icon_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .rl_navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .rl_menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .rl_navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .rl_menu-icon_line-middle-inner-2 {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .rl_menu-icon_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .header-line {
    width: 50px;
    height: 6px;
  }

  .frame-1000003244 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 0;
    padding-bottom: 30px;
  }

  .frame-1000003244.this {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .table-header.hide {
    display: none;
  }

  .competitor-base {
    border-right-style: none;
  }

  .table-competitor {
    font-size: 16px;
    font-weight: 600;
  }

  .image-98.yts {
    width: 3%;
  }

  .image-98.usat, .image-98.usat.mob {
    width: 100%;
  }

  .service-table.hide {
    display: none;
  }

  .table-row {
    flex-flow: column;
  }

  .service-row {
    background-color: #f7f7f8;
    border-radius: 8px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-left: 12px;
  }

  .status {
    border-right-style: none;
  }

  .competitor-row {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .status-row {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .price-row {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .price-base {
    border-right-style: none;
  }

  .table-price {
    font-size: 16px;
    font-weight: 600;
  }

  .addon-row {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .addon-row.imgs {
    width: 100%;
  }

  .addons {
    justify-content: flex-start;
    align-items: center;
  }

  .addons.extra {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .addons.extra.us {
    width: 100%;
  }

  .frame-1000003244-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

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

  .image-101 {
    width: 500px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-outline-copy {
    width: 100%;
  }

  .bold-text-3 {
    font-size: 24px;
  }

  .bold-text-4 {
    font-size: 38px;
  }

  .body-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .container-6 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .video {
    height: 300px;
  }

  .video.ybgse {
    height: 320px;
  }

  .video._02 {
    height: 300px;
  }

  .block-step {
    justify-content: space-between;
    align-items: center;
  }

  .h2-step {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .h2 {
    font-size: 31px;
  }

  .h2.white {
    width: 99.9999%;
    font-size: 32px;
  }

  .h2.space {
    font-size: 32px;
  }

  .h2.margin-top {
    margin-top: 30px;
  }

  .h2.mt-40 {
    font-size: 36px;
  }

  .block-icons {
    text-align: left;
  }

  .h3-title {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .h3 {
    text-align: center;
    font-size: 28px;
  }

  .h3.short {
    width: auto;
    font-size: 27px;
  }

  .item-list {
    grid-row-gap: 2em;
  }

  .row {
    grid-row-gap: 2em;
    flex-flow: wrap;
  }

  .item {
    width: 45%;
  }

  .icon {
    width: 35px;
    height: 35px;
  }

  .h4 {
    font-size: 21px;
  }

  .body {
    width: auto;
    font-size: 17px;
  }

  .body.status {
    text-align: center;
    font-size: 13px;
  }

  .body.items {
    font-size: 21px;
  }

  .container, .container.center {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .section.no-padding, .section.overflow {
    overflow: visible;
  }

  .cards-list {
    grid-row-gap: 40px;
  }

  .cards-row {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: start;
  }

  .cards-row.middle {
    width: 100%;
  }

  .card {
    grid-row-gap: 1.5em;
    width: auto;
  }

  .big-card {
    grid-row-gap: 1.5em;
  }

  .frame-1000003205 {
    grid-row-gap: 1.5em;
    max-width: 100%;
  }

  .h2---header {
    width: 90%;
  }

  .sub-header {
    font-size: 21px;
  }

  .sub-header.left {
    text-align: center;
    width: 90%;
    font-size: 21px;
  }

  .tags {
    justify-content: center;
    align-items: flex-start;
  }

  .text-57 {
    text-align: left;
  }

  .video-big {
    height: 320px;
  }

  .scheme {
    display: none;
  }

  .scheme.formats {
    display: block;
  }

  .cards {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 300px;
  }

  .card-2 {
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cta-2 {
    padding: 30px 40px;
  }

  .ellipse-9 {
    top: 145px;
    left: -75px;
  }

  .ellipse-10 {
    top: 139.5px;
    left: 95px;
  }

  .ellipse-11 {
    top: 13px;
    right: -176px;
  }

  .frame-1000002884 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .table-platform {
    flex-flow: column;
  }

  .platform {
    min-width: 100%;
  }

  .platform.no-line.hide {
    display: none;
  }

  .price {
    grid-row-gap: 50px;
  }

  .intro {
    font-size: 21px;
  }

  .price-description {
    flex-flow: column;
  }

  ._20 {
    font-size: 41px;
  }

  .intro-2 {
    font-size: 21px;
  }

  .text-70 {
    font-size: 12px;
  }

  .for-most-businesses-3 {
    font-size: 17px;
  }

  .text-72 {
    font-size: 12px;
  }

  .frame-1000003223, .frame-1000002912 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .rectangle-1235 {
    width: 90px;
    height: 90px;
  }

  .for-most-businesses-0 {
    font-size: 17px;
  }

  .for-most-businesses-1, .for-most-businesses-4, .for-most-businesses-5 {
    font-size: 21px;
  }

  .for-most-businesses-7 {
    font-size: 17px;
  }

  .for-most-businesses-8 {
    font-size: 21px;
  }

  .team {
    grid-column-gap: 2em;
    justify-content: center;
    align-items: center;
  }

  .person {
    width: 120px;
    height: 100%;
  }

  .hero-text {
    max-width: 100%;
  }

  .h1 {
    font-size: 41px;
  }

  .h1.bold {
    width: auto;
    font-size: 40px;
  }

  .hero-buttons {
    grid-column-gap: 2em;
    grid-row-gap: 1em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .button-outline {
    width: 100%;
  }

  .video-2 {
    height: auto;
  }

  .block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .block.bottom {
    margin-top: 20px;
  }

  .frame-626462 {
    grid-row-gap: 1em;
    flex-flow: column;
  }

  .faq {
    padding-bottom: 20px;
  }

  .footer-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 30px;
    display: flex;
  }

  .logo {
    justify-content: center;
    align-items: center;
  }

  .faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq_icon-wrapper {
    width: 1.75rem;
  }

  .faq_answer-wrapper {
    margin-bottom: 1.25rem;
  }

  .faq_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .bg-image {
    width: 150%;
  }

  .button-solid {
    z-index: 1;
    width: auto;
    position: relative;
  }

  .button-solid.cta.last {
    width: 40%;
  }

  .item-robots {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .price-content {
    width: auto;
  }

  .h4-spots {
    text-align: center;
  }

  .body-cto {
    order: 1;
  }

  .navbar_link {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: inline-flex;
  }

  .navbar_link.mob {
    display: inline-flex;
  }

  .navbar_link.hide {
    display: none;
  }

  .rl_navbar2_menu.is-page-height-tablet {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-flow: column;
    display: flex;
  }

  .bg-hero {
    width: 930px;
    top: -134px;
  }

  .bg-hero-mob {
    width: 800px;
    inset: 0% 0% auto auto;
  }

  .scheme-mob {
    width: 450px;
    margin: -30px auto -40px;
    display: block;
  }

  .sub-hero-header {
    font-size: 24px;
  }

  .sub-hero-header.left {
    width: 90%;
    font-size: 21px;
  }

  .h3-steps {
    text-align: center;
    font-size: 28px;
  }

  .h3-steps.short {
    width: auto;
    font-size: 27px;
  }

  .button-solid-copy {
    z-index: 1;
    width: 100%;
    position: relative;
  }

  .rl_navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .rl_navbar1_logo-link {
    padding-left: 0;
  }

  .frame-1000003244 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 20px;
  }

  .service-title {
    align-self: center;
    line-height: 100%;
    display: block;
  }

  .status {
    height: auto;
  }

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

  .addon-row {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: start center;
    display: grid;
  }

  .addons {
    width: 50%;
  }

  .frame-1000003244-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-outline-copy {
    width: 100%;
  }

  .container-4 {
    width: 95%;
  }

  .bold-text-3 {
    font-size: 22px;
  }

  .bold-text-4 {
    font-size: 32px;
  }

  .body-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .bold-text-6 {
    font-size: 31px;
  }

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

@media screen and (max-width: 479px) {
  .video, .video.ybgse {
    min-width: 0;
    height: auto;
  }

  .video.steps {
    max-width: 100%;
  }

  .text-20 {
    width: 60px;
    height: 60px;
  }

  .text-20.color {
    width: 60px;
    height: 60px;
    font-size: 21px;
  }

  .image-72 {
    height: 100%;
  }

  .frame-1000003191 {
    grid-row-gap: 2em;
    justify-content: flex-start;
    align-items: center;
  }

  .block-step {
    grid-column-gap: 1.9em;
    grid-row-gap: 1.9em;
  }

  .h2, .h2.white {
    font-size: 28px;
  }

  .h2.space {
    font-size: 30px;
  }

  .h2.mt-40 {
    font-size: 34px;
  }

  .step-count, .step-count.white {
    width: 60px;
    height: 60px;
  }

  .block-icons {
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: center;
  }

  .block-icons.icons {
    grid-row-gap: 30px;
  }

  .h3-title.hide {
    display: none;
  }

  .h3 {
    font-size: 26px;
  }

  .item-list {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .row {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    text-align: left;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }

  .item {
    justify-content: flex-start;
    align-items: flex-start;
    width: 70%;
  }

  .h4 {
    font-size: 20px;
  }

  .body.center.color {
    width: 90%;
  }

  .body.items {
    font-size: 19px;
  }

  .body.minw {
    min-width: 100px;
  }

  .body.alex {
    padding-right: 40px;
  }

  .body.alex.becker {
    padding-left: 60px;
    padding-right: 5px;
  }

  .body.testimonial {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: 95%;
    overflow: visible;
  }

  .container.center {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .container.center.testimonial {
    padding-bottom: 40px;
  }

  .container.steps {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .section, .section.overflow {
    overflow: hidden;
  }

  .cards-list {
    width: 95%;
  }

  .cards-row {
    grid-template-columns: 1fr;
  }

  .cards-row.middle {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .card {
    grid-row-gap: 20px;
  }

  .card-content, .card-content.centered {
    width: 100%;
  }

  .big-card {
    grid-row-gap: 1.5em;
  }

  .steps {
    width: 95%;
  }

  .step {
    width: 80px;
  }

  .line {
    width: 11%;
    height: 29px;
  }

  .sub-header, .sub-header.left {
    font-size: 19px;
  }

  .text-47 {
    grid-row-gap: .2em;
  }

  .tags {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: flex-start;
  }

  .frame-13 {
    justify-content: flex-start;
    align-items: center;
    width: 95%;
  }

  .text-55 {
    line-height: 150%;
  }

  .text-57 {
    width: 100%;
  }

  .video-big {
    height: 240px;
  }

  .scheme.formats {
    width: 100%;
    display: none;
    overflow: clip;
  }

  .scheme.mobile {
    display: block;
  }

  .content-style-3 {
    grid-row-gap: 60px;
  }

  .cards {
    width: 95%;
  }

  .text-61 {
    font-size: 31px;
  }

  .cta-2 {
    width: 95%;
    padding: 20px 30px;
  }

  .ellipse-9 {
    top: 190px;
    left: -80px;
  }

  .ellipse-10 {
    top: -52.5px;
  }

  .frame-1000002884 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .table-platform {
    flex-flow: column;
  }

  .platform {
    min-width: 100%;
    max-width: 100%;
  }

  .platform.no-line.hide {
    display: none;
  }

  .price-list {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .price {
    grid-row-gap: 2em;
    padding-left: 20px;
    padding-right: 20px;
  }

  .price-description {
    grid-row-gap: 2em;
    flex-flow: column;
  }

  .frame-1000003223 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .payments-icons {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: wrap;
    width: auto;
  }

  .frame-1000002912 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .frame-1000003225 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: wrap;
    width: auto;
  }

  .rectangle-1235 {
    width: 85px;
    height: 85px;
  }

  .team {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .person {
    width: 100px;
  }

  .hero-text {
    justify-content: center;
    align-items: center;
  }

  .hero-cta {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .hero-header {
    justify-content: flex-start;
    align-items: center;
  }

  .h1.bold {
    text-align: center;
    font-size: 36px;
  }

  .hero-buttons {
    flex-flow: column;
    display: flex;
  }

  .button-outline {
    width: 250px;
  }

  .video-2 {
    width: auto;
    height: auto;
    margin-top: 0;
  }

  .block {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .frame-626462 {
    width: 80%;
  }

  .navbar {
    padding-top: 2px;
    padding-bottom: 2px;
    position: sticky;
    top: 0;
  }

  .image-11 {
    width: 16%;
  }

  .image-11.navimg {
    width: 40%;
  }

  .image-11.footer {
    width: 20%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button--nav {
    display: none;
  }

  .button--nav.mob {
    width: 80%;
    margin-top: 20px;
    display: inline-flex;
  }

  .faq {
    width: 95%;
  }

  .footer-content {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    margin-top: 20px;
  }

  .footer-text-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .logo {
    flex-flow: column;
    height: auto;
  }

  .links {
    grid-row-gap: 1em;
    width: 80%;
  }

  .footer-container {
    margin-bottom: 20px;
  }

  .bg-image {
    width: 150%;
  }

  .hero-list {
    padding-left: 20px;
    list-style-type: disc;
  }

  .button-solid {
    width: 250px;
  }

  .button-solid.cta {
    width: 90%;
  }

  .button-solid.cta.last {
    width: 215px;
  }

  .image-81 {
    width: 200px;
  }

  .item-robots {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
  }

  .price-content {
    grid-row-gap: 0em;
  }

  .button-solid-small {
    width: 99.9998%;
  }

  .rl_navbar2_logo {
    width: 70%;
  }

  .rl_menu-icon2 {
    margin-right: 0;
  }

  .rl_navbar2_logo-link {
    width: 200px;
    padding-left: 0;
  }

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

  .scheme-mob {
    overflow: clip;
  }

  .sub-hero-header {
    text-align: center;
    font-size: 22px;
  }

  .sub-hero-header.left {
    text-align: left;
  }

  .h3-steps {
    font-size: 17px;
  }

  .image-82, .image-83, .image-84, .image-87, .image-88, .image-89, .image-90, .image-91, .image-92, .image-93, .image-94, .image-95, .image-96, .image-97 {
    width: 200px;
  }

  .frame-1000003244 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .frame-1000003244.this {
    top: 60px;
  }

  .competitor-base {
    width: 40%;
    padding: 0;
  }

  .competitor-base.no-line {
    width: 40%;
  }

  .table-competitor {
    text-align: center;
    font-size: 12px;
  }

  .image-98 {
    max-width: 90%;
  }

  .image-98.usat {
    width: 100%;
    max-width: none;
    overflow: clip;
  }

  .image-98.usat.mob {
    width: 50%;
  }

  .frame-1000003252 {
    grid-row-gap: 20px;
    padding: 30px 20px;
  }

  .service-table {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .service-title {
    height: 40px;
    font-weight: 600;
    display: flex;
  }

  .table {
    justify-content: center;
    align-items: center;
  }

  .service-row {
    padding-left: 6px;
  }

  .service-row.no-bg {
    background-color: #fff;
    padding-left: 0;
  }

  .status {
    min-height: 50px;
  }

  .status.x.borderright {
    border: 1px #000;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    min-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .status.ampcast {
    min-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .status.borderright {
    border-left: 1px solid #aaa;
    border-right-style: solid;
    border-right-color: #aaa;
    min-height: 50px;
  }

  .competitor-row {
    justify-content: space-between;
    align-items: center;
  }

  .old-table {
    grid-row-gap: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .price-base {
    width: 170px;
    height: auto;
    min-height: 50px;
    padding: 0;
  }

  .table-price {
    text-align: center;
    overflow-wrap: break-word;
    font-size: 14px;
  }

  .addon-row {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-columns: 1fr;
    place-items: start;
  }

  .addon-row.second, .addon-row.second.imgs._3rows {
    grid-template-columns: 1fr;
  }

  .addon-row.second.imgs._2-rows {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .addon-row.imgs {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
    place-items: center;
    width: 100%;
  }

  .addon-row.imgs._3cols {
    grid-template-columns: 1fr;
  }

  .addons {
    width: 48%;
  }

  .addons.extra {
    justify-content: flex-start;
    align-items: center;
    width: 60%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .addons.extra._80 {
    width: 90%;
  }

  .addons.extra.us {
    width: 100%;
  }

  .frame-1000003244-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 30px 20px 20px;
  }

  .text-span-22 {
    font-size: 15px;
  }

  .image-101 {
    width: 300px;
    height: 91%;
    margin-top: 20px;
  }

  .button-outline-copy {
    min-height: 40px;
    font-size: 12px;
  }

  .container-4 {
    width: 95%;
  }

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

  .bold-text-4 {
    font-size: 30px;
  }

  .body-section {
    width: 100%;
  }

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

  .bold-text-6 {
    font-size: 28px;
  }

  .bold-text-7 {
    font-size: 24px;
  }

  .links-footer {
    flex-flow: column;
    place-items: start stretch;
  }

  .text-block-2 {
    font-size: 15px;
  }

  .image-103 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .images-heroheader {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    justify-items: stretch;
  }

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

  .text-block-3 {
    text-align: center;
    font-size: 12px;
  }

  .text-block-4 {
    text-align: center;
    font-size: 12px;
    line-height: 130%;
  }

  .text-block-5 {
    text-align: center;
    font-size: 12px;
  }

  .container-6.testimonial {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 10px;
    display: block;
  }

  .container-6.testimonial._2 {
    padding-left: 10px;
    padding-right: 20px;
  }

  .image110.alex {
    width: 40%;
    max-width: 120%;
    top: 68%;
    left: 65%;
  }

  .image110.alex.becker {
    width: 50%;
    max-width: 170px;
    top: 70%;
    right: 55%;
  }

  .image-105 {
    display: none;
  }

  .image-106 {
    display: block;
  }
}

#w-node-_5f80a752-da67-709c-e132-b699f7e6afbb-29234b16 {
  justify-self: center;
}

#w-node-_5f80a752-da67-709c-e132-b699f7e6afce-29234b16 {
  justify-self: end;
}

#w-node-_5e3a42c3-2c99-f325-a2de-51bf84c097e6-29234b16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


