.page-wrapper {
  width: 100%;
  max-width: 100%;
  font-family: Inter, sans-serif;
  overflow: hidden;
}

.hero {
  width: 100%;
  padding: 20px 20px 0;
  position: relative;
}

.padding-block {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-frame {
  z-index: 0;
  background-color: #0b132b;
  border-radius: 20px;
  width: calc(100% - 40px);
  height: 85%;
  min-height: 1040px;
  max-height: calc(100vh - 40px);
  padding: 40px 30px;
  position: absolute;
  inset: 20px;
}

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

.image {
  width: 160px;
}

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

.button {
  color: #242424;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}

.button.size-sm {
  padding: 16px 24px;
  font-size: 13px;
  font-weight: 600;
  transition: transform .2s;
}

.button.size-sm:hover {
  transform: scale(1.02);
}

.button.size-md {
  justify-content: center;
  align-items: center;
  height: 56px;
  padding: 16px 32px;
  font-size: 15px;
  font-weight: 600;
  transition: transform .2s;
  display: flex;
}

.button.size-md:hover {
  transform: scale(1.02);
}

.hero-header_content {
  z-index: 9;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.hero-header_content.footer {
  padding-top: 0;
}

.tag {
  grid-column-gap: 14px;
  background-color: #ffffff1f;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

.tag-icon {
  object-fit: cover;
  background-color: #4cf449;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  text-decoration: none;
  display: flex;
}

.tag-label {
  color: #fff;
  letter-spacing: 1.64px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

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

.heading-h1 {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 22ch;
  margin: 0 auto;
  font-family: Inter, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 112%;
  text-decoration: none;
}

.subheadline {
  color: #ffffffb3;
  text-align: center;
  width: 100%;
  max-width: 82ch;
  margin: 0 auto;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
  text-decoration: none;
}

.horizontal-row {
  width: 100%;
}

.horizontal-row.centered {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-secondary {
  color: #242424;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}

.button-secondary.size-sm {
  padding: 16px 24px;
  font-size: 13px;
  font-weight: 600;
}

.button-secondary.size-md {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #3c4255;
  justify-content: center;
  align-items: center;
  min-width: 260px;
  height: 56px;
  padding: 16px 32px;
  font-size: 15px;
  font-weight: 600;
  transition: transform .2s;
  display: flex;
}

.button-secondary.size-md:hover {
  transform: scale(1.02);
}

.mockup-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: flex-start;
  width: 320px;
  height: 630px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.mockup-image-hero {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mockup-float-card-01 {
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 320px;
  height: 152px;
  padding-top: 12px;
  padding-bottom: 16px;
  padding-left: 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 180px;
  right: -180px;
  overflow: hidden;
}

.mockup-float-card-header {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.mockup-float-card-icon {
  color: #2b72ff;
  object-fit: cover;
  flex: none;
  align-self: flex-start;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.mockup-float-card-subtitle {
  color: #0b132b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

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

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

.img-wrapper {
  grid-column-gap: 13.7091px;
  border: .171363px solid #fff3;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  width: 88px;
  height: 88px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.book-card-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.book-card-tag {
  grid-row-gap: 2.13873px;
  background-color: #f4e749;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 71.371px;
  height: 11.1022px;
  padding-top: 2.13873px;
  padding-bottom: 2.13873px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 82.9804px;
  left: 33.3065px;
}

.tag-3 {
  color: #002699;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.tag-4 {
  color: #002699;
  text-align: center;
  letter-spacing: .267341px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 4px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.img-wrapper-2 {
  grid-column-gap: 13.7091px;
  border: .171363px solid #fff3;
  border-radius: 5.1409px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 74.543px;
  display: flex;
  overflow: hidden;
}

.mockup-float-card-02 {
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 320px;
  height: 152px;
  padding: 12px 12px 16px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 370px;
  left: -180px;
  overflow: hidden;
}

.mockup-float-card-frame-image-02 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mockup-float-card-frame-02 {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

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

.heading-h2 {
  color: #242424;
  text-align: center;
  width: 100%;
  max-width: 22ch;
  margin: 0 auto;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 112%;
  text-decoration: none;
}

.section-header_content {
  z-index: 9;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 52px;
  display: flex;
  position: relative;
}

.button-section {
  color: #242424;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}

.button-section.size-sm {
  padding: 16px 24px;
  font-size: 13px;
  font-weight: 600;
}

.button-section.size-md {
  color: #fff;
  background-color: #002699;
  padding: 20px 32px;
  font-size: 15px;
  font-weight: 600;
  transition: transform .2s;
}

.button-section.size-md:hover {
  transform: scale(1.02);
}

.section-subheadline {
  color: #505050;
  text-align: center;
  width: 100%;
  max-width: 67ch;
  margin: 0 auto;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
  text-decoration: none;
}

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

.card-block {
  grid-row-gap: 16px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 305px;
  height: 130px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card-block.alt._01, .card-block.alt._02 {
  margin-top: 0;
}

.card-block-icon-wrapper {
  grid-column-gap: 16px;
  background-color: #2b72ff;
  border: 1px solid #2b72ff;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

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

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

.card-block-title {
  color: #16171b;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.card-block-text {
  color: #766f7d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 136%;
  text-decoration: none;
}

.card-block-icon {
  color: #fff;
  object-fit: cover;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.flow-graph-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flow-graph-column-left-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: auto;
  max-width: none;
  display: flex;
}

.line-curve {
  transform-style: preserve-3d;
  flex: none;
  width: 180px;
  max-width: none;
  position: absolute;
  top: 78px;
  left: auto;
  right: -140px;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.line-curve.invert {
  transform-style: preserve-3d;
  flex: none;
  top: -78px;
  left: auto;
  right: -140px;
  transform: rotateX(-180deg)rotateY(-180deg)rotateZ(0);
}

.line-curve.right-variation {
  left: auto;
}

.line-rect {
  flex: none;
  width: 180px;
  max-width: none;
  position: absolute;
  top: 50%;
  right: -153px;
}

.line-rect.invert {
  transform-style: preserve-3d;
  top: auto;
  bottom: 85px;
  transform: rotateX(-180deg)rotateY(0)rotateZ(0);
}

.flow-graph-column-center-wrapper {
  z-index: 9;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 300px;
  min-width: 300px;
  max-width: none;
  display: flex;
  position: relative;
}

.flow-graph-column-right-wrapper {
  z-index: 0;
  grid-column-gap: 92px;
  grid-row-gap: 92px;
  flex-flow: column;
  flex: 0 auto;
  align-self: stretch;
  padding-top: 45px;
  display: flex;
  position: relative;
}

.line-curve-alt-01 {
  width: 224px;
  position: absolute;
  top: 85px;
  left: 233px;
}

.line-curve-alt-01.invert {
  z-index: 0;
  transform-style: preserve-3d;
  width: 180px;
  max-width: none;
  top: 45px;
  left: -136px;
  right: auto;
  transform: rotateX(180deg)rotateY(-180deg)rotateZ(0);
}

.line-curve-alt-01.right-variation {
  left: auto;
}

.graph-card-bookvox {
  z-index: 99;
  width: 100%;
  position: relative;
}

.line-rect-alt-01 {
  width: 180px;
  max-width: none;
  position: absolute;
  top: 153px;
  left: 50%;
  transform: translate(-50%)rotate(90deg);
}

.line-rect-alt-01.invert {
  transform-style: preserve-3d;
  top: auto;
  bottom: 85px;
  transform: rotateX(-180deg)rotateY(0)rotateZ(0);
}

.card-block-inner-fill {
  z-index: 9;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border: 1px solid #2b72ff;
  border-radius: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  position: relative;
}

.line-curve-right-mobile, .line-curve-left-mobile {
  display: none;
}

.line-rect-alt-01-mobile {
  width: auto;
  height: 88px;
  display: none;
  position: absolute;
  top: 47px;
  left: 331px;
  transform: rotate(90deg);
}

.line-rect-alt-01-mobile.invert {
  transform-style: preserve-3d;
  top: auto;
  bottom: 85px;
  transform: rotateX(-180deg)rotateY(0)rotateZ(0);
}

.brands-wrapper {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 954px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.brands-title {
  color: #242424;
  text-align: center;
  letter-spacing: -.3px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.brands-slide-wrapper {
  grid-column-gap: 77px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-23 {
  mix-blend-mode: luminosity;
  object-fit: cover;
}

.padding-bottom {
  padding-bottom: 112px;
}

.bg-gray {
  background-color: #f7f7f7;
}

.frame-56 {
  grid-row-gap: 28px;
  background-color: #eeeff0;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 380px;
  padding: 64px 32px 44px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-39 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text {
  color: #242424;
  text-align: center;
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 112%;
  text-decoration: none;
}

.text-2 {
  color: #505050;
  text-align: center;
  max-width: 34ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 142%;
  text-decoration: none;
}

.text-2._02 {
  max-width: none;
}

.div-block {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: grid;
}

.number {
  width: 44px;
  height: 44px;
}

.frame-36 {
  grid-row-gap: 16px;
  background-color: #262525;
  border-radius: 22px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 4px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 20px;
  left: 20px;
}

.text-3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 142%;
  text-decoration: none;
}

.image-24 {
  width: 240px;
}

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

.div-block-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch stretch;
  display: grid;
}

.frame-52 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: grid;
}

.tag-container {
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px dashed #838383;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 708px;
  padding: 40px 32px;
  text-decoration: none;
  display: flex;
}

.frame-5 {
  grid-column-gap: 16px;
  background-color: #fff;
  border: 1px solid #2b72ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

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

.button-text {
  color: #16171b;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.text-4 {
  color: #505050;
  width: 100%;
  max-width: 50ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 136%;
  text-decoration: none;
}

.footer {
  background-color: #16171b;
}

.frame-12 {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  background-color: #002699;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 227px;
  padding: 66px 40px;
  text-decoration: none;
  display: flex;
}

.symbol-02 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 65.9879px;
  height: 95.3566px;
  text-decoration: none;
  display: flex;
}

.slogan-footer {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 82ch;
  margin: 0 auto;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
  text-decoration: none;
}

.div-block-4 {
  padding-top: 112px;
}

.padding-block-footer {
  border-left: 1px solid #ffffff26;
  border-right: 1px solid #ffffff26;
  padding-top: 112px;
  padding-bottom: 0;
}

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

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

.text-5 {
  color: #fff;
  letter-spacing: -.56px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 80px;
  display: flex;
}

.frame-58 {
  grid-column-gap: 16px;
  border-top: 1px solid #ffffff26;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1439px;
  padding: 20px 16px 16px;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: #766f7d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.button-contact {
  color: #242424;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}

.button-contact.size-sm {
  padding: 16px 24px;
  font-size: 13px;
  font-weight: 600;
}

.button-contact.size-md {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #3c4255;
  justify-content: flex-start;
  align-items: center;
  height: 56px;
  padding: 16px 32px;
  font-size: 15px;
  font-weight: 600;
  transition: transform .2s;
  display: flex;
}

.button-contact.size-md:hover {
  transform: scale(1.02);
}

.horizontal-row-footer {
  width: 100%;
}

.horizontal-row-footer.centered {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.headline-wrapper-footer {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.image-25 {
  height: 65px;
}

.image-25.buzz {
  height: 30px;
}

.image-25.objetiva {
  height: 51px;
}

.image-25.comp {
  height: 54px;
}

.image-25.gente, .image-25.lvm {
  height: 55px;
}

.image-25.port {
  height: 59px;
}

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

.step-02 {
  width: 300px;
}

.step-03 {
  width: 320px;
}

.step-04 {
  width: 100%;
  position: absolute;
}

.step-04-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 260px;
  height: 140px;
  display: flex;
  position: relative;
}

.step-05 {
  width: 380px;
}

.mockup-float-card-01-parallax {
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 320px;
  height: 152px;
  padding-top: 12px;
  padding-bottom: 16px;
  padding-left: 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 180px;
  right: -180px;
  overflow: hidden;
}

.hero-content {
  z-index: 999;
  padding: 40px 30px 0;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .hero {
    padding-bottom: 0;
  }

  .hero-frame {
    min-height: 1040px;
    max-height: calc(100vh - 40px);
  }

  .hero-header_content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tag-label {
    font-size: 10px;
  }

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

  .subheadline {
    font-size: 18px;
  }

  .mockup-wrapper {
    width: 320px;
    height: 630px;
  }

  .padding-top-section-01 {
    padding-top: 232px;
  }

  .flow-graph-column-left-wrapper {
    flex: 0 auto;
  }

  .flow-graph-column-center-wrapper {
    min-width: 320px;
    max-width: 760px;
  }

  .flow-graph-column-right-wrapper {
    flex: 0 auto;
  }

  .card-block-inner-fill {
    max-width: 320px;
  }

  .line-rect-alt-01-mobile {
    top: 175px;
    left: 50%;
  }

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

  .slogan-footer {
    font-size: 18px;
  }

  .hero-content {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    height: auto;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .padding-block {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hero-frame {
    width: calc(100% - 20px);
    max-height: none;
    padding: 30px 10px;
    inset: 10px;
  }

  .hero-header_content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-bottom: 32px;
  }

  .hero-header_content.footer {
    padding-bottom: 52px;
  }

  .heading-h1 {
    font-size: 40px;
  }

  .subheadline {
    max-width: 61ch;
  }

  .mockup-float-card-01 {
    right: -150px;
  }

  .mockup-float-card-02 {
    left: -150px;
  }

  .heading-h2 {
    font-size: 40px;
  }

  .section-header_content {
    padding-bottom: 44px;
  }

  .card-block {
    grid-row-gap: 16px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    width: 282px;
    max-width: 100%;
    height: 152px;
    min-height: auto;
    display: flex;
    position: relative;
  }

  .card-block.alt._01, .card-block.alt._02 {
    flex: 0 auto;
  }

  .card-block-text {
    letter-spacing: -.2px;
    font-size: 13px;
  }

  .flow-graph-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .flow-graph-column-left-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .line-curve {
    top: 170px;
    left: 180px;
    right: auto;
    transform: rotate(90deg);
  }

  .line-curve.invert {
    width: 180px;
    max-width: none;
    position: absolute;
    inset: 170px 180px auto auto;
    transform: rotateX(0)rotateY(180deg)rotateZ(90deg);
  }

  .line-rect {
    top: 220px;
    left: 50%;
    right: auto;
    transform: translate(-50%)rotate(90deg);
  }

  .flow-graph-column-center-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 320px;
    display: flex;
  }

  .flow-graph-column-right-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .line-curve-alt-01.invert {
    top: -100px;
    left: 166px;
    right: auto;
    transform: rotateX(0)rotateY(180deg)rotateZ(90deg);
  }

  .line-rect-alt-01 {
    max-width: none;
    height: auto;
    top: 50%;
    left: 220px;
    transform: rotate(0);
  }

  .card-block-inner-fill {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 16px;
    display: flex;
  }

  .div-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-2, .div-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .slogan-footer {
    max-width: 61ch;
  }

  .padding-block-footer {
    padding-top: 64px;
  }

  .div-block-5 {
    padding-bottom: 52px;
  }

  .mockup-float-card-01-parallax {
    right: -150px;
  }

  .hero-content {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: auto;
    overflow: hidden;
  }

  .padding-block, .hero-frame {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .navbar {
    justify-content: center;
  }

  .image {
    width: 140px;
  }

  .button.size-sm {
    display: none;
  }

  .button.size-md {
    text-align: center;
    width: 100%;
    max-width: 340px;
  }

  .hero-header_content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-top: 40px;
  }

  .tag-label {
    letter-spacing: 1px;
  }

  .headline-wrapper {
    grid-row-gap: 24px;
  }

  .heading-h1 {
    font-size: 32px;
    line-height: 132%;
  }

  .subheadline {
    letter-spacing: .3px;
    font-size: 16px;
  }

  .horizontal-row.centered {
    flex-flow: column;
  }

  .button-secondary.size-md {
    display: none;
  }

  .mockup-wrapper {
    width: 320px;
  }

  .mockup-float-card-01 {
    max-width: 280px;
    height: 120px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    top: 169px;
    right: -60px;
  }

  .mockup-float-card-subtitle {
    font-size: 12px;
  }

  .img-wrapper {
    width: 70px;
    height: 70px;
  }

  .mockup-float-card-02 {
    max-width: 280px;
    height: 120px;
    top: 344px;
    left: -60px;
  }

  .mockup-float-card-frame-02 {
    width: 75%;
  }

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

  .card-block {
    flex: none;
    height: 80px;
  }

  .card-block-icon-wrapper {
    padding: 6px;
  }

  .flow-graph-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .flow-graph-column-left-wrapper {
    flex-flow: column;
  }

  .line-curve, .line-curve.invert {
    display: none;
  }

  .line-rect {
    width: 170px;
    top: 220px;
  }

  .flow-graph-column-center-wrapper {
    max-width: 200px;
  }

  .flow-graph-column-right-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .line-curve-alt-01.invert {
    display: none;
  }

  .graph-card-bookvox {
    min-width: auto;
  }

  .line-rect-alt-01 {
    top: 50px;
    left: 50%;
    transform: translate(-50%)rotate(90deg);
  }

  .card-block-inner-fill {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding: 12px;
  }

  .line-curve-right-mobile {
    border-top: 1px dashed #2b72ff;
    border-bottom: 1px dashed #2b72ff;
    border-left: 1px dashed #2b72ff;
    border-radius: 8px 0 0 8px;
    width: 140px;
    height: 405px;
    display: block;
    position: absolute;
    top: 42px;
    left: -20px;
  }

  .line-curve-left-mobile {
    border: 1px dashed #2b72ff;
    border-left-style: none;
    border-radius: 0 8px 8px 0;
    width: 140px;
    height: 315px;
    display: block;
    position: absolute;
    top: 42px;
    right: -20px;
  }

  .line-rect-alt-01-mobile {
    width: 170px;
    height: auto;
    display: block;
    top: -42px;
    left: 50%;
    transform: translate(-50%)rotate(90deg);
  }

  .div-block, .div-block-3, .frame-52 {
    flex-flow: column;
    display: flex;
  }

  .symbol-02 {
    width: 44px;
  }

  .slogan-footer {
    letter-spacing: .3px;
    font-size: 16px;
  }

  .padding-block-footer {
    padding-top: 44px;
  }

  .button-contact.size-md {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 340px;
    display: flex;
  }

  .horizontal-row-footer.centered {
    flex-flow: column;
  }

  .headline-wrapper-footer {
    grid-row-gap: 24px;
  }

  .image-25.buzz {
    display: none;
  }

  .mockup-float-card-01-parallax {
    max-width: 280px;
    height: 120px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    top: 169px;
    right: -60px;
  }

  .hero-content {
    padding-top: 44px;
    padding-bottom: 44px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: auto;
  }

  .hero-frame {
    padding-left: 0;
    padding-right: 0;
  }

  .tag {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-h1 {
    font-size: 27px;
  }

  .mockup-wrapper {
    width: 280px;
    height: 562px;
  }

  .mockup-float-card-01 {
    width: 120%;
    max-width: 305px;
    top: 380px;
    right: -12px;
  }

  .mockup-float-card-02 {
    width: 120%;
    max-width: 305px;
    display: none;
    top: 360px;
    left: -5px;
  }

  .heading-h2 {
    font-size: 27px;
  }

  .card-block {
    max-height: 100px;
  }

  .card-block.alt._01 {
    height: 140px;
  }

  .card-block-icon-wrapper {
    padding: 2px;
  }

  .card-block-icon {
    width: 18px;
    height: 18px;
  }

  .line-rect {
    width: 180px;
  }

  .flow-graph-column-center-wrapper {
    min-width: 240px;
    max-width: 240px;
  }

  .flow-graph-column-right-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .line-rect-alt-01 {
    top: 128px;
  }

  .card-block-inner-fill {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .line-curve-right-mobile {
    height: 378px;
    left: -20px;
  }

  .line-curve-left-mobile {
    height: 282px;
    right: -20px;
  }

  .line-rect-alt-01-mobile {
    width: 180px;
  }

  .frame-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .frame-55 {
    grid-row-gap: 44px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .frame-58 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .horizontal-row-footer.centered, .headline-wrapper-footer {
    padding-left: 12px;
    padding-right: 12px;
  }

  .mockup-float-card-01-parallax {
    width: 120%;
    max-width: 305px;
    top: 380px;
    right: -12px;
  }

  .hero-content {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_088c0deb-dd85-0e43-cd69-8a0de265e1ee-1ae497a9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1280px) {
  #w-node-_088c0deb-dd85-0e43-cd69-8a0de265e1ee-1ae497a9 {
    grid-column: span 1 / span 1;
  }
}


