:root {
  --rapidfunnel-components---base-color-brand--blue-light: #d9e5ff;
  --rapidfunnel-components---base-color-brand--blue: #2d62ff;
  --rapidfunnel-components---base-color-brand--blue-dark: #080331;
  --rapidfunnel-components---base-color-brand--pink-light: #ffaefe;
  --rapidfunnel-components---base-color-brand--pink: #dd23bb;
  --rapidfunnel-components---base-color-brand--pink-dark: #3c043b;
  --rapidfunnel-components---base-color-neutral--black: #000;
  --rapidfunnel-components---base-color-neutral--white: #fff;
  --rapidfunnel-components---base-color-neutral--neutral-lightest: #eee;
  --rapidfunnel-components---base-color-neutral--neutral-lighter: #ccc;
  --rapidfunnel-components---base-color-neutral--neutral-light: #aaa;
  --rapidfunnel-components---base-color-neutral--neutral: #666;
  --rapidfunnel-components---base-color-neutral--neutral-dark: #444;
  --rapidfunnel-components---base-color-neutral--neutral-darker: #222;
  --rapidfunnel-components---base-color-neutral--neutral-darkest: #111;
  --rapidfunnel-components---base-color-system--success-green: #cef5ca;
  --rapidfunnel-components---base-color-system--success-green-dark: #114e0b;
  --rapidfunnel-components---base-color-system--warning-yellow: #fcf8d8;
  --rapidfunnel-components---base-color-system--warning-yellow-dark: #5e5515;
  --rapidfunnel-components---base-color-system--error-red: #f8e4e4;
  --rapidfunnel-components---base-color-system--error-red-dark: #3b0b0b;
  --rapidfunnel-components---base-color-system--focus-state: #2d62ff;
  --rapidfunnel-components---background-color--background-primary: var(--rapidfunnel-components---base-color-neutral--black);
  --rapidfunnel-components---background-color--background-secondary: var(--rapidfunnel-components---base-color-brand--blue);
  --rapidfunnel-components---background-color--background-tertiary: var(--rapidfunnel-components---base-color-brand--pink);
  --rapidfunnel-components---background-color--background-alternate: var(--rapidfunnel-components---base-color-neutral--white);
  --rapidfunnel-components---background-color--background-success: var(--rapidfunnel-components---base-color-system--success-green);
  --rapidfunnel-components---background-color--background-warning: var(--rapidfunnel-components---base-color-system--warning-yellow);
  --rapidfunnel-components---background-color--background-error: var(--rapidfunnel-components---base-color-system--error-red);
  --rapidfunnel-components---border-color--border-primary: var(--rapidfunnel-components---base-color-neutral--neutral-lightest);
  --rapidfunnel-components---border-color--border-secondary: var(--rapidfunnel-components---base-color-brand--blue);
  --rapidfunnel-components---border-color--border-alternate: var(--rapidfunnel-components---base-color-neutral--neutral-darker);
  --rapidfunnel-components---link-color--link-primary: var(--rapidfunnel-components---base-color-brand--blue);
  --rapidfunnel-components---link-color--link-secondary: var(--rapidfunnel-components---base-color-neutral--black);
  --rapidfunnel-components---link-color--link-alternate: var(--rapidfunnel-components---base-color-neutral--white);
  --rapidfunnel-components---text-color--text-primary: var(--rapidfunnel-components---base-color-neutral--black);
  --rapidfunnel-components---text-color--text-secondary: var(--rapidfunnel-components---base-color-neutral--neutral-darker);
  --rapidfunnel-components---text-color--text-alternate: var(--rapidfunnel-components---base-color-neutral--white);
  --rapidfunnel-components---text-color--text-success: var(--rapidfunnel-components---base-color-system--success-green-dark);
  --rapidfunnel-components---text-color--text-warning: var(--rapidfunnel-components---base-color-system--warning-yellow-dark);
  --rapidfunnel-components---text-color--text-error: var(--rapidfunnel-components---base-color-system--error-red-dark);
}

.rapidfunnel-components--foundationswrapper {
  overflow: hidden;
}

.rapidfunnel-components--foundationscript {
  position: static;
}

.rapidfunnel-components--text-align-left {
  text-align: left;
}

.rapidfunnel-components--margin-bottom-24px {
  margin-bottom: 24px;
}

.rapidfunnel-components--buttonstandard {
  text-align: center;
  background-color: #000;
  border-radius: 18px;
  width: auto;
  min-width: 220px;
  margin-top: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.rapidfunnel-components--buttonstandard.rapidfunnel-components--remove-margin-bot {
  margin-bottom: 0;
}

.rapidfunnel-components--text-standard {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.rapidfunnel-components--text-standard.rapidfunnel-components--text-align-left {
  text-align: left;
}

.rapidfunnel-components--accordion-item {
  border: 2px solid #000;
  border-radius: 8px;
  flex-flow: column;
  margin-bottom: 16px;
  padding: 0;
  display: flex;
}

.rapidfunnel-components--item-header {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 24px;
  display: flex;
}

.rapidfunnel-components--heading3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.rapidfunnel-components--icon {
  width: 36px;
  max-width: 36px;
  height: 36px;
  max-height: 36px;
  margin-right: 0;
}

.rapidfunnel-components--accordion-bottom {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 24px 24px;
  display: flex;
}

.rapidfunnel-components--container-47 {
  margin-left: 0;
}

.rapidfunnel-components--code-embed-5 {
  color: #000;
}

.rapidfunnel-components--videoscript {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.rapidfunnel-components--videowrapper {
  width: 720px;
}

.hero-heading-left {
  aspect-ratio: auto;
  text-align: center;
  object-fit: fill;
  background-color: #2541be;
  background-image: url('../images/10029.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  height: auto;
  padding: 80px 30px;
  font-family: Montserrat, sans-serif;
  display: block;
  position: relative;
}

.shadow-two {
  flex: 0 auto;
  max-width: 80%;
  height: auto;
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  color: #000;
  text-align: center;
  text-shadow: none;
  border: 0 solid #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  display: flex;
}

.hero-split-2 {
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  max-width: 46%;
  display: block;
}

.container {
  text-shadow: none;
  border: 1px #000;
  width: 100%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}

.hero-split {
  color: #fff;
  text-align: left;
  text-shadow: none;
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  max-width: 46%;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.button-primary {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #001052;
  border: 1px solid #1400ac;
  border-radius: 30px;
  margin-top: 0;
  padding: 20px 40px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.subheader-2-hero {
  text-align: left;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
}

.hero-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.heading {
  text-align: left;
  border: 0 solid #fff;
  margin-top: 0;
}

.section-description {
  margin-top: 30px;
  font-size: 21px;
  font-weight: 300;
  line-height: 27px;
}

.section-description.small {
  width: 70%;
  margin-top: 25px;
  font-size: 20px;
  font-weight: 300;
}

.feature-info-paragraph {
  opacity: .7;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.image-section {
  background-image: url('../images/Photo-5.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-section.ui-section {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #eee;
  background-image: linear-gradient(86deg, #eee 48%, #eee3), url('../images/e6d4e5c8-ca29-4a3c-9005-5bd3cd033c39.jpg');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 700px;
  background-attachment: scroll, fixed;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-section.avatars {
  background-image: url('../images/10029.png');
  background-position: 50% 67%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
}

.feature-info-icon {
  float: left;
  height: 45px;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 16px;
}

.feature-info-row {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.feature-info-title {
  text-align: left;
  margin-top: 8px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.section-title-wrapper {
  text-align: center;
  width: 60%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-title-wrapper.full {
  text-align: left;
  flex-direction: row;
  width: 100%;
}

.section-title-wrapper.full.info {
  margin-top: 0;
  margin-bottom: 30px;
}

.section-title-wrapper.small-title {
  width: 80%;
  margin-bottom: 30px;
}

.image-section-overlay {
  color: #fff;
  background-color: #2c2e31b3;
  width: 100%;
  height: 100%;
  padding-top: 145px;
  padding-bottom: 105px;
}

.image-section-overlay.color {
  background-color: #2541be;
  background-image: url('../images/10029.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
}

.image-section-overlay.dark {
  opacity: 1;
  mix-blend-mode: multiply;
  background-color: #02399b;
  padding-top: 0;
  padding-bottom: 185px;
}

.feature-info-column {
  padding-right: 20px;
}

.section-title {
  text-align: left;
  margin-top: 0;
  font-size: 46px;
  font-weight: 300;
  line-height: 46px;
  display: block;
}

.feature-info-block {
  text-align: justify;
  width: 90%;
  position: relative;
}

.container-2 {
  flex-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container-2.hero-container {
  text-align: center;
}

.info-column-right {
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 70px;
}

.info-column-right.responsive, .info-column-right.responsive-copy {
  padding-top: 0;
  padding-bottom: 40px;
}

.description-paragraph {
  color: #e4e4e4;
  text-align: left;
  font-size: 14px;
  line-height: 22px;
}

.left-feature-icon {
  height: 34px;
  position: absolute;
  top: 0;
  left: 0;
}

.long-feature-block {
  margin-top: 25px;
  padding-left: 65px;
  padding-right: 20px;
  position: relative;
}

.long-feature-title {
  color: #03389b;
  text-align: left;
  margin-bottom: 14px;
  font-size: 19px;
}

.home-mockup {
  z-index: 3;
  vertical-align: baseline;
  width: 715px;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: -290px;
}

.home-mockup.iphone {
  z-index: 5;
  width: 130px;
  top: 180px;
  left: 270px;
}

.home-mockup.ipad {
  z-index: 4;
  width: 251px;
  top: 59px;
  left: 85px;
}

.section {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 20px;
  position: relative;
}

.section.overflow-none {
  width: auto;
  padding-bottom: 0;
  overflow: hidden;
}

.section.tint {
  background-color: #5c9aff;
}

.section.app-info-section {
  background-color: #f7f7f7;
  padding-top: 70px;
  padding-bottom: 60px;
}

.info-block-left {
  width: 56%;
}

.info-block-left.ui {
  width: 50%;
  padding-right: 20px;
  display: block;
}

.button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1f6fff;
  border-radius: 3px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

.button:hover {
  color: #fff;
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px #0000004d;
}

.button.icon-button {
  background-image: url('../images/Icon-download.png');
  background-position: 21px;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-top: 10px;
  padding-left: 51px;
}

.button.icon-button.download {
  background-image: url('../images/Icon-download.png');
}

.button.icon-button.download.green {
  background-color: #8bc715;
  border-radius: 10px;
  margin-top: 30px;
  margin-right: 0;
}

.simple-white-footer {
  background-color: #fff;
  border-top: 1px solid #eee;
  padding-top: 0;
  padding-bottom: 0;
}

.bottom-footer-paragraph {
  float: left;
  margin-bottom: 0;
  font-size: 12px;
}

.bottom-footer-paragraph.dark {
  color: #94979e;
}

.bottom-footer-paragraph.right {
  float: right;
}

.bottom-footer-link {
  color: #91959c;
}

.bottom-footer-link:hover {
  color: #ffffffb3;
}

.bottom-footer-link.color {
  color: #babdc2;
  text-decoration: none;
}

.bottom-footer-link.color:hover {
  color: #1f6fff;
}

.image-section-overlay-block {
  color: #fff;
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-section-overlay-title {
  color: #fff;
  text-align: center;
  padding-top: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 41px;
}

.image-section-overlay-title.subtitle {
  width: 70%;
  margin: 30px auto 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  display: block;
}

.video-lightbox-button {
  text-align: center;
  background-color: #5ec045;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-left: 2px;
  transition: transform .2s;
  display: block;
  position: absolute;
  top: 53%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.video-lightbox-button:hover {
  transform: translate(0, -50%)scale(1.2);
  box-shadow: 0 0 13px #00000080;
}

.video-lightbox {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 0 23px #0000004d;
}

.video-lightbox.large {
  margin-top: -180px;
}

.video-lightbox-block {
  background-image: url('../images/Photo-8.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  height: 400px;
  overflow: hidden;
}

.video-lightbox-block.large {
  background-image: url('../images/Photo-6.jpg');
  display: block;
}

.video-lightbox-icon {
  height: 25px;
}

.video-lightbox-overlay {
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-mockup-description-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 600px;
  padding-top: 200px;
  display: flex;
}

.small-hero-intro-title {
  opacity: .3;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.iphone-hero {
  -webkit-text-fill-color: inherit;
  background-color: #353942;
  background-clip: border-box;
  padding-top: 200px;
  padding-bottom: 130px;
  overflow: hidden;
}

.hero-mockup-image {
  vertical-align: baseline;
  order: 0;
  align-self: auto;
  width: 550px;
  display: block;
  position: absolute;
  top: -120px;
  right: 30px;
}

.white-hero-title {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 400;
  position: relative;
  top: 200px;
}

.hero-description {
  color: #fff;
  width: 99.9998%;
  margin-bottom: 0;
}

.iphone-hero-2 {
  background-color: #353942;
  background-image: url('../images/Hero-03.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 200px;
  padding-bottom: 130px;
  overflow: hidden;
}

.text-span {
  color: #ffb619;
}

.container-3 {
  display: flex;
}

.container-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  max-width: none;
  display: flex;
}

.iphone-hero-2-copy {
  background-color: #353942;
  background-image: url('../images/Hero-03.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: auto;
  padding-top: 0;
  padding-bottom: 140px;
  overflow: hidden;
}

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

.video {
  position: relative;
}

.small-section-title {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.logos-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.client-logo {
  opacity: 1;
  height: 50px;
  transition: opacity .2s;
}

.client-logo:hover {
  opacity: 1;
}

.logo-column {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.container-5 {
  max-width: 80%;
  position: relative;
}

.info-block-right {
  float: right;
  width: 50%;
}

.info-block-right.app-info {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.section-title-2 {
  margin-top: 0;
  font-size: 46px;
  font-weight: 300;
  line-height: 39px;
}

.section-title-2.large {
  line-height: 47px;
}

.device-mockup-left {
  max-width: 90%;
  height: 700px;
  padding-top: 0;
  padding-right: 0;
  position: absolute;
  inset: -20px auto auto 0%;
}

.container-6 {
  width: 50%;
}

.container-2-222 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container-2-222.hero-container {
  text-align: center;
}

.body {
  display: block;
}

.video-2 {
  position: relative;
}

.container-7 {
  width: 6%;
}

.container-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
  position: static;
}

.text-block, .text-block-2, .text-block-3 {
  font-size: 45px;
  line-height: 55px;
}

.text-block-4 {
  font-size: 45px;
}

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

.quick-stack {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fafafa4a;
  border-radius: 20px;
}

.text-block-5 {
  font-size: 10px;
}

.text-block-6 {
  padding-top: 10px;
}

.text-block-7, .text-block-8 {
  font-size: 10px;
}

.heading-2 {
  margin-top: 0;
  font-weight: 400;
}

.image {
  align-self: flex-end;
}

.quick-stack-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100%;
  margin-top: 20px;
  padding: 0;
}

.cell-2 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
}

.button-2 {
  background-color: #220090;
  border-radius: 10px;
}

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

.container-10 {
  padding-top: 0;
  padding-bottom: 60px;
}

.text-span-2 {
  color: gold;
}

.video-3 {
  top: -100px;
}

.logos-title-small {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.clients-tag {
  text-align: center;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 20px;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  max-width: 15%;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.testimonial-slider-small {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 1380px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.paragraph, .paragraph-2, .paragraph-3, .paragraph-4 {
  font-family: Open Sans, sans-serif;
}

.footer-small-social-icon {
  height: 15px;
}

.footer-logo {
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 700;
  line-height: 17px;
}

.footer-logo.subtitle {
  opacity: .5;
  text-transform: none;
  font-size: 11px;
  font-weight: 400;
}

.simple-footer {
  background-color: #2a2d30;
  padding-top: 45px;
}

.simple-bottom-footer {
  color: #979da5;
  background-color: #424549;
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 32px;
}

.footer-social-col-right {
  text-align: right;
}

.footer-inline-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-right: 15px;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
}

.footer-inline-link:hover {
  color: #fff6;
}

.container-12 {
  position: relative;
}

.footer-social-icon {
  text-align: center;
  background-color: #4a4f53;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  margin-top: -2px;
  margin-right: 5px;
  padding-top: 5px;
  transition: background-color .2s;
}

.footer-social-icon:hover {
  background-color: #1f6fff;
}

.paragraph-5 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.paragraph-6 {
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.navbar-no-shadow {
  background-image: url('../images/Hero-03.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 0;
  padding-top: 0;
}

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

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

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

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 60px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mobile-margin-top-10 {
  flex: none;
}

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

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

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

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

.image-2 {
  background-image: url('../images/myRapidFunnel-Logo-color-02.png');
  background-position: 0 0;
  background-size: auto;
}

.text-block-9, .text-block-9-copy {
  color: #fff;
}

.image-3 {
  width: auto;
  height: auto;
}

.section-2 {
  width: 1380px;
}

.heading-3 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.container-13 {
  width: 1380px;
}

.flex-block {
  justify-content: center;
  align-items: center;
  width: 1380px;
}

.container-14 {
  display: flex;
}

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

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

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

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

.hero-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  max-width: 1380px;
  display: flex;
}

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

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

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

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

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

.shadow-two-2 {
  flex: 1;
  width: auto;
  max-width: 100%;
  box-shadow: 0 4px 24px #96a3b514;
}

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

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

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

.landinghero {
  background-image: url('../images/Testimonial-9.png');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.landingheader {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 48px;
  display: flex;
}

.logo {
  height: 100px;
}

.headermenu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 140px;
  display: flex;
}

.buttonstandard {
  text-align: center;
  background-color: #220090;
  border-radius: 50vh;
  margin-right: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.buttonstandard:hover {
  color: #28009e;
  background-color: #fff;
}

.buttonstandard.desktop {
  text-align: center;
}

.headerlink {
  color: #28009e;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.landingherodiv {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-4 {
  z-index: 0;
  height: 650px;
  position: relative;
}

.image-4.reducemargins {
  margin-left: -70px;
}

.landingherotextwrap {
  z-index: 2;
  flex-flow: column;
  margin-top: -177px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
  position: relative;
  top: 276px;
}

.image5 {
  z-index: 0;
  height: 650px;
  padding-top: 0;
  position: relative;
}

.landingherotitle {
  color: #220090;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.3;
}

.landingherotext {
  color: #220090;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.landingvideosection {
  background-color: #03389b;
  height: 350px;
  padding-top: 36px;
  padding-bottom: 36px;
}

.landingvideotext {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3;
}

.videoscript {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.videowrapper {
  z-index: 2;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -145px;
}

.div-block-2 {
  background-image: url('../images/vs.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 650px;
  display: flex;
}

.landingheaderlinks {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.lottie-animation {
  width: 48px;
  display: none;
}

.mobilemenu {
  z-index: 12;
  width: 100%;
  height: 100vh;
  margin-left: 100%;
  margin-right: 0%;
  position: absolute;
  right: auto;
}

.footer {
  background-color: #25282a;
  flex-flow: column;
  display: flex;
}

.footertop {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.image-5 {
  height: 50px;
}

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

.footerlink {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.footersocialmedia {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-3 {
  background-color: #3a3d40;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.myrfhero {
  background-image: url('../images/Testimonial-9.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-6 {
  width: 45%;
}

.myrfherodiv {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.myrfheroheading {
  color: #220090;
  margin-top: 96px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.3;
}

.textvarit {
  color: #fec427;
  font-style: italic;
  font-weight: 600;
}

.herocontentdiv {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.herocontenttext {
  color: #220090;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.myrfbuttonstandard {
  text-align: center;
  background-color: #8bc715;
  border-radius: 50vh;
  padding: 16px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.myrfbuttonstandard:hover {
  color: #8bc715;
  background-color: #28009e;
}

.myrfbuttonstandard.var {
  background-color: #220090;
}

.myrfbuttonstandard.var:hover {
  color: #fff;
  background-color: #8bc715;
}

.myrfbuttonstandard.var2 {
  text-transform: uppercase;
  margin-top: 36px;
  padding: 24px 36px;
}

.myrfvideotext {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3;
}

.text-span-3 {
  color: #fec427;
  font-style: italic;
}

.myrfvideosection {
  background-color: #64ccc9;
  height: auto;
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
}

.myrfvideo {
  background-image: url('../images/10029.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 60px;
  margin-bottom: 60px;
}

.myrfitemswrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

.myrfitemdiv {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.myrfitemtitle {
  color: #111827;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

.myrfitemtitle.var {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.myrfitemtext {
  color: #111827;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.myrfitemtext.var {
  color: #fff;
}

.myrfitemtextwrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.myrfitemimage {
  width: 75px;
}

.myrfchallengessection {
  background-color: #0446c0;
  padding-top: 36px;
  padding-bottom: 36px;
}

.div-block-4 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.videosectiondiv {
  width: 80%;
  margin-top: -96px;
  margin-left: auto;
  margin-right: auto;
}

.myrftestimonialsection {
  background-image: linear-gradient(#243a7380, #0000);
  height: 850px;
  padding-top: 36px;
  padding-bottom: 36px;
  position: relative;
}

.sectiondiv {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.myrftestimonialtitle {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  line-height: 1.3;
}

.myrftestimonialsubtitle {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 1.3;
}

.myrftestimonials {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  display: flex;
}

.slide-nav {
  display: none;
}

.code-embed {
  width: 100%;
}

.myrftestimonialclients {
  color: #000;
  text-align: center;
  margin-top: 36px;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 1.3;
}

.myrfclientslogos {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.myrfctasection {
  background-color: #000000a6;
  background-image: linear-gradient(90deg, #fff, #fff0), url('../images/e6d4e5c8-ca29-4a3c-9005-5bd3cd033c39-1.png');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
  padding-top: 128px;
  padding-bottom: 64px;
}

.myrfctadiv {
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.myrfctatitle {
  color: #505050;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
}

.myrfctatext {
  color: #505050;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.myrfctatext.var {
  color: #fff;
}

.footercontents {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.rfcheroheading {
  color: #220090;
  text-transform: uppercase;
  margin-top: 96px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3;
}

.rfcheroheadingvar {
  color: #8bc715;
  text-transform: none;
  font-size: 62px;
  font-weight: 700;
}

.rfcgridsection {
  padding-top: 48px;
  padding-bottom: 48px;
}

.rfcgriddiv {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.rfcgridimagewrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.rfcgridtitle {
  color: #220090;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 40px;
}

.footercontentwrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.link-block {
  cursor: pointer;
  width: 24%;
  height: 75%;
  margin-top: -3%;
  margin-left: auto;
  margin-right: 20%;
  padding-left: 0;
  display: flex;
}

.link-block-copy {
  width: 350px;
  height: 75%;
  margin-top: -45px;
  margin-left: auto;
  margin-right: 130px;
  padding-left: 0;
  display: flex;
}

.link-block-copy._2 {
  cursor: pointer;
  width: 24%;
  margin-top: -3%;
  margin-left: 20%;
  margin-right: auto;
}

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

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

.hero-wrapper-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-split-4 {
  color: #32cd32;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

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

.margin-bottom-24px-3 {
  color: #fff;
  text-align: center;
  max-width: 1380px;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

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

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

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

.body-2 {
  background-image: url('../images/6d135094-62fd-4f86-9e7e-0aa686b12efd.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.myrfctasection-copy {
  background-color: #000000a8;
  padding-top: 60px;
  padding-bottom: 60px;
}

._5050-copy {
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.hero-heading-right-copy {
  background-color: #f5f7fa00;
  border-bottom: 0 solid #e4ebf3;
  width: auto;
  max-width: none;
  padding: 80px 0;
  display: block;
  position: relative;
}

.blue {
  background-color: #03000edb;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-block-10 {
  color: #fff;
  font-size: 18px;
}

.hero-without-image {
  color: #fff;
  background-color: #0000;
  border-bottom: 0 solid #e4ebf3;
  max-width: none;
  padding: 80px 0;
  position: relative;
}

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

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

.margin-bottom-24px-4 {
  color: #fff;
  margin-bottom: 24px;
  font-size: 18px;
}

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

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

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

.text-block-10-copy {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}

.bold-text-2 {
  width: 100%;
  font-size: 24px;
  line-height: 26px;
}

.heading-5 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 25px;
}

.bold-text-3 {
  color: #32cd32;
  text-align: left;
  font-size: 40px;
}

.heading-6 {
  color: #fff;
  text-align: center;
  max-width: 1380px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.bold-text-4 {
  text-align: center;
  max-width: 1380px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.image-7 {
  max-width: 4%;
}

.image-8 {
  max-width: 80%;
}

.container-18 {
  background-image: url('../images/b7bb0fc6-b1df-4e54-80f4-37ee863c87b6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-5 {
  width: 640px;
  height: 480px;
}

.heading-7 {
  color: #32cd32;
  text-align: center;
  max-width: 1380px;
  font-family: Open Sans, sans-serif;
}

.container-19 {
  max-width: 60%;
  margin-top: 0;
}

.button-3 {
  text-align: center;
  align-self: center;
  font-size: 18px;
}

.section-4 {
  background-image: linear-gradient(#00000080, #00000080);
}

.margin-bottom {
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 22px;
}

.margin-bottom-24px-3-copy {
  color: #fff;
  text-align: left;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 22px;
}

.meetthehost {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 0;
  display: flex;
}

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

.container-21 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 25%;
  display: flex;
}

.container-22 {
  flex-flow: column;
  max-width: 65%;
  padding: 20px;
  display: flex;
}

.image-9 {
  width: 100%;
}

.container-23 {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  display: flex;
}

.form-block {
  width: auto;
}

.container-24 {
  width: 100%;
  max-width: 100%;
  display: block;
}

.section-5 {
  width: 1644px;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

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

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

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

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

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

.button-primary-6.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

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

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

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

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

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

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

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

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

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

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

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

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

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

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

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

.bold-text-3-copy {
  color: #32cd32;
  text-align: left;
  font-size: 40px;
}

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

.bold-text-3-3 {
  color: #32cd32;
  text-align: left;
  font-size: 30px;
  line-height: 40px;
}

.section-7 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-7-copy {
  padding-bottom: 0;
}

.container-19-copy {
  background-color: #03000edb;
  max-width: 1380px;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-27 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.container-27-copy {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.container-2727 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.container-19-copy-copy {
  background-color: #03000edb;
  max-width: none;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-21-2121 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  display: flex;
}

.form {
  flex-flow: column;
  max-width: 100%;
  padding: 20px;
  display: flex;
}

.form-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: block;
}

.bold-text-5, .bold-text-5-copy {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.margin-bottom-24px-3-copy-copy {
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.marfrom-ext {
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.form-frame {
  background-color: #00071db3;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  padding: 40px;
  display: flex;
}

.heading-6-copy {
  color: #5fb3ff;
  text-align: center;
  max-width: 1380px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.div-block-6 {
  background-image: url('../images/9df57b3a-19de-4c78-b157-3911066e4ce7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 550px;
  height: 400px;
}

.container-2728 {
  max-width: 70%;
}

.bold-text-6 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.margin-bottom-24px-3-copy-copy {
  color: #fff;
  text-align: left;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 22px;
}

.meet-your-host-text {
  color: #fff;
  text-align: left;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 26px;
}

.forma-frame {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 65%;
  display: flex;
}

.pagewrapper {
  width: 100%;
  overflow: hidden;
}

.herosection {
  z-index: auto;
  position: relative;
  top: 0;
}

.herotextwrapper {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
}

.section2 {
  z-index: auto;
  position: relative;
  top: 0;
}

.launchheroheading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 54px;
  line-height: 1.3;
}

.image-41 {
  width: 558px;
}

.gradient-bg {
  z-index: 0;
  height: 100vh;
  position: static;
  overflow: visible;
}

.gradient-bg.autoheight {
  height: auto;
}

.launchherosubhead {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.text-span-65 {
  color: #243a73;
}

.gradients-container {
  height: 100vh;
}

.herocontentwrapper {
  z-index: 100;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
  position: relative;
}

.canvas {
  z-index: 0;
  clear: none;
  background-color: #64ccc9;
  flex-flow: column;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.section2contentwrapper {
  z-index: 10;
  background-color: #243a73;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-top: -196px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 16px;
  display: flex;
  position: relative;
}

.heading-8 {
  color: #64ccc9;
  text-align: center;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  line-height: 1.1;
}

.heading-9 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
}

.div-block-7 {
  border: 5px solid #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 36px;
  padding: 24px;
  display: flex;
}

.heading-10 {
  color: #64ccc9;
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 36px;
  line-height: 1.1;
}

.heading-10-copy {
  color: #64ccc9;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.1;
}

.button-4 {
  background-color: #64ccc9;
  border-radius: 50vh;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 16px;
  padding: 12px 48px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: block;
}

.button-4:hover {
  background-color: #a7d1ab;
}

.button-4.hide {
  display: none;
}

.div-block-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.heading-11 {
  color: #64ccc9;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
}

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

.heading-12 {
  color: #243a73;
  text-align: center;
  margin-top: 36px;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 58px;
  line-height: 1.1;
}

.div-block-10 {
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.section3 {
  background-image: linear-gradient(#0000, #fff 20%);
  flex-flow: column;
  padding-bottom: 64px;
  display: flex;
  position: relative;
}

.section3contentwrapper {
  flex-flow: column;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cardswrapper {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 96px;
  display: flex;
}

.contentcard {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #f4f4f4;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
  transform: rotate(0);
  box-shadow: 0 4px 10px #00000073;
}

.contentcard.card1 {
  margin-top: 0;
  position: relative;
  top: 23px;
  transform: rotate(-5deg);
}

.contentcard.card2 {
  transform: rotate(-2deg);
}

.contentcard.card3 {
  transform: rotate(2deg);
}

.contentcard.card4 {
  margin-top: 0;
  position: relative;
  top: 26px;
  transform: rotate(5deg);
}

.heading-13 {
  color: #243a73;
  text-align: center;
  max-width: 290px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
}

.image-42 {
  max-width: 100px;
}

.biowrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.biotextwrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.heading-14 {
  color: #64ccc9;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 72px;
  line-height: 1.1;
}

.text-block-11 {
  font-family: Poppins, sans-serif;
}

.text-block-12 {
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3;
}

.patrickphoto {
  background-image: url('../images/enhanced-image.png');
  background-position: 43%;
  background-size: cover;
  border: 8px solid #64ccc9;
  border-radius: 16px;
  flex: 1;
  width: 450px;
  height: 650px;
  margin-top: 96px;
}

.launchpagebutton {
  background-color: #243a73;
  border-radius: 50vh;
  padding-top: 12px;
  padding-left: 48px;
  padding-right: 48px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}

.launchpagebutton:hover {
  color: #243a73;
  background-color: #64ccc9;
}

.videoscript-2 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.section4 {
  background-image: linear-gradient(#fff 60%, #a7d1ab);
  flex-flow: column;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  position: relative;
}

.section4contentwrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section4heading {
  color: #243a73;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 36px;
  line-height: 1.3;
}

.invitationwrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.accordionwrapper {
  width: 55%;
}

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

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

.buttonstandard-2 {
  text-align: center;
  background-color: #000;
  border-radius: 18px;
  width: auto;
  min-width: 220px;
  margin-top: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.buttonstandard-2.remove-margin-bot {
  margin-bottom: 0;
}

.text-standard {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

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

.text-standard.text-align-left.margin-bottom-24px.color-6-fast-start-acc {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.accordionitem {
  border: 2px solid #333;
  border-left: 3px #000;
  border-right: 3px #000;
  border-radius: 0;
  flex-flow: column;
  margin-top: -2px;
  margin-bottom: 0;
  padding: 0;
  display: block;
  position: relative;
}

.item-header {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 24px;
  display: flex;
}

.item-header.color-8-fast-start-acc {
  justify-content: flex-start;
  align-items: center;
}

.heading3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.heading3.color-5-fast-start-acc {
  color: #64ccc9;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 32px;
}

.icon {
  width: 24px;
  max-width: 36px;
  height: 24px;
  max-height: 36px;
  margin-right: 0;
}

.accordionbottom {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 24px 24px;
  display: flex;
  overflow: hidden;
}

.container-47 {
  margin-left: 0;
}

.code-embed-5 {
  color: #000;
}

.lottie-animation-2 {
  width: 24px;
  height: 24px;
  margin-left: auto;
}

.accordionheader {
  pointer-events: auto;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  display: flex;
}

.accordiontitle {
  color: #64ccc9;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 1.1;
}

.lottie-animation-3 {
  width: 24px;
  height: 24px;
  margin-left: auto;
}

.accordioncontent {
  min-width: 100%;
  height: auto;
  padding: 0;
  overflow: hidden;
}

.accordiontext {
  max-width: 100%;
  margin: 12px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 1.2;
}

.div-block-11 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #a7d1ab;
  border-radius: 24px;
  flex-flow: column;
  width: 555px;
  padding: 24px;
  display: flex;
  box-shadow: 0 4px 10px #0003;
}

.heading-15 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 36px;
}

.heading-16 {
  color: #243a73;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 1.1;
}

.heading-17 {
  color: #243a73;
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.1;
}

.heading-18 {
  color: #243a73;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
}

.launchfooter {
  background-color: #a7d1ab;
  padding-top: 64px;
  padding-bottom: 64px;
  padding-right: 0;
  position: relative;
}

.div-block-12 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-19 {
  color: #243a73;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.1;
}

.heading-19-copy {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
}

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

.socialmedialinkblock {
  width: 48px;
}

.socialmedialinkblock:hover {
  transform: scale(1.2);
}

.thankyoufooter {
  background-color: #a7d1ab;
  margin-top: auto;
  padding-top: 64px;
  padding-bottom: 64px;
  padding-right: 0;
  position: relative;
}

.body-3 {
  flex-flow: column;
  display: flex;
}

.thankyousection {
  background-image: linear-gradient(#fff 55%, #a7d1ab);
  flex-flow: column;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-20 {
  color: #243a73;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 64px;
  line-height: 1.1;
}

.heading-20-copy {
  color: #243a73;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

.div-block-14 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #243a73;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
}

.heading-21 {
  color: #64ccc9;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.div-block-7-copy {
  border: 5px solid #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 24px;
  display: flex;
}

.code-embed-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-15 {
  background-color: #64ccc9;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  padding: 24px;
  display: flex;
}

.myrfherosection {
  background-image: linear-gradient(0deg, #64ccc9, #2867b2 50%, #1877f2);
  flex-flow: column;
  height: 85vh;
  margin-top: 64px;
  display: flex;
  position: relative;
}

.myrfheader {
  z-index: 100;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 24px 120px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.code-embed-7 {
  z-index: 0;
  height: 100%;
  position: relative;
}

.wavewrapper, .wavewrapperinner {
  z-index: 1;
  position: relative;
}

.myrfherocontentwrapper {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  display: flex;
  position: relative;
  top: 64px;
}

.heading-22 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  line-height: 1.3;
}

.myrfherotextwrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.heading-22-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}

.button-5 {
  text-align: center;
  text-transform: capitalize;
  background-color: #243a73;
  border-radius: 50vh;
  padding: 12px 48px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}

.image-44 {
  max-width: 40%;
}

.div-block-16 {
  width: 100vw;
}

.myrfvideowrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-23 {
  color: #243a73;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 64px;
  line-height: 1.2;
}

.foundationswrapper {
  overflow: hidden;
}

.foundationscript {
  position: static;
}

.gradient-bg-2 {
  height: 100vh;
}

.gradients-container-2 {
  height: 100%;
}

.featurescardswrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 96px;
  display: flex;
  position: relative;
}

.heading-24 {
  color: #243a73;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 56px;
  line-height: 1.1;
}

.div-block-17 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.lottie-animation-4 {
  display: flex;
}

.accordionitem-copy {
  border: 2px solid #243a73;
  border-left: 3px #000;
  border-right: 3px #000;
  border-radius: 0;
  flex-flow: column;
  margin-top: -2px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.accordiontitle-copy {
  color: #243a73;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}

.accordiontext-copy {
  color: #fff;
  max-width: 100%;
  margin: 12px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

.image-45 {
  height: 24px;
}

.div-block-18 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  width: 100%;
  display: flex;
}

.button-6 {
  color: #000;
  text-align: center;
  text-transform: capitalize;
  background-color: #fff;
  border-radius: 50vh;
  padding: 12px 48px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}

.herocontentwrapper-copy {
  z-index: 10;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
  position: relative;
}

.myrfbenefitssection {
  position: relative;
}

.div-block-19 {
  flex-flow: column;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-25 {
  color: #64ccc9;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  font-family: Poppins, sans-serif;
  font-size: 64px;
  line-height: 1.2;
}

.myrfpricingsection {
  background-image: linear-gradient(#64ccc9, #a7d1ab);
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
}

.div-block-20 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-26 {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  line-height: 1.3;
}

.text-span-66 {
  color: #243a73;
  font-weight: 500;
}

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

.div-block-22 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  width: 45%;
  display: flex;
}

.heading-27 {
  color: #243a73;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  line-height: 1.3;
}

.list {
  color: #243a73;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  list-style-type: decimal;
}

.heading-28 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}

.div-block-23 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 36px;
  display: flex;
}

.heading-29 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  line-height: 1.1;
}

.div-block-24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 48%;
  display: flex;
}

.paragraph-7 {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 1.3;
}

.div-block-25 {
  background-image: linear-gradient(#243a73, #a7d1ab);
  border-radius: 12px;
  width: 55%;
  padding: 6px;
}

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

.paragraph-7-copy {
  text-align: center;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 1.3;
}

.heading-30 {
  color: #a7d1ab;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.tabs {
  text-align: center;
}

.tab-link-tab-2 {
  background-color: #0000;
  border-radius: 50vh;
}

.tab-link-tab-2.w--current {
  background-color: #fff;
}

.tab-link-tab-1 {
  background-color: #0000;
  border-radius: 50vh;
}

.tab-link-tab-1.w--current {
  background-color: #fff;
}

.tabs-menu {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #a7d1ab;
  border-radius: 50vh;
  justify-content: center;
  align-items: center;
  padding: 6px;
  display: flex;
}

.text-block-13 {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-13-copy {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-27 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
}

.text-span-67 {
  font-size: 72px;
  line-height: 1.1;
}

.heading-31 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 1.1;
}

.button-7 {
  text-align: center;
  text-transform: uppercase;
  background-color: #a7d1ab;
  border-radius: 50vh;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.image-46 {
  height: 44px;
}

.link {
  color: #243a73;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
  text-decoration: none;
}

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

.button-8 {
  background-color: #243a73;
  border-radius: 50vh;
  padding: 12px 24px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.fullscreenmenu {
  z-index: 200;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-right: 100vw;
  display: none;
  position: fixed;
  inset: 0%;
}

.lottie-animation-5 {
  width: 44px;
  height: 44px;
  display: none;
}

.link-2 {
  color: #243b77;
  text-decoration: none;
}

.videoscript-3 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.videowrapper-2 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.lottie-animation-6 {
  width: 48px;
  display: none;
}

.div-block-29 {
  background-image: url('../images/vs.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 650px;
  display: flex;
}

.foundationscript-2 {
  position: static;
}

.videowrapper-3 {
  z-index: 2;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -145px;
}

.image-47 {
  height: 50px;
}

.section-8 {
  background-color: #3a3d40;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.heading-32 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.foundationswrapper-2 {
  overflow: hidden;
}

.buttonstandard-3 {
  text-align: center;
  background-color: #220090;
  border-radius: 50vh;
  margin-right: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.buttonstandard-3:hover {
  color: #28009e;
  background-color: #fff;
}

.buttonstandard-3.desktop {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .rapidfunnel-components--buttonstandard {
    display: inline-block;
  }

  .rapidfunnel-components--videowrapper {
    width: 80%;
  }

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

  .container {
    max-width: 728px;
  }

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

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

  .section-description {
    margin-top: 20px;
    font-size: 19px;
  }

  .section-description.small {
    width: 80%;
  }

  .feature-info-paragraph {
    text-align: left;
  }

  .image-section.ui-section {
    background-size: auto, cover;
    padding-left: 45px;
    padding-right: 45px;
  }

  .feature-info-title {
    margin-top: 0;
    font-size: 17px;
  }

  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 40px;
  }

  .section-title-wrapper.full.info {
    margin-bottom: 20px;
  }

  .image-section-overlay, .image-section-overlay.color {
    padding: 90px 45px;
  }

  .image-section-overlay.dark {
    padding-top: 80px;
    padding-bottom: 190px;
  }

  .section-title {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .info-column-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
  }

  .info-column-right.responsive, .info-column-right.responsive-copy {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 50px;
  }

  .home-mockup {
    top: -27px;
    left: -350px;
  }

  .home-mockup.iphone {
    top: 140px;
    left: 170px;
  }

  .home-mockup.ipad {
    top: 19px;
    left: 25px;
  }

  .section {
    padding: 45px;
  }

  .info-block-left.ui {
    width: 55%;
  }

  .image-section-overlay-block {
    width: 90%;
  }

  .video-lightbox-block.large {
    height: 270px;
  }

  .hero-mockup-description-block {
    width: 350px;
  }

  .small-hero-intro-title {
    margin-bottom: 10px;
  }

  .iphone-hero {
    padding-top: 160px;
    padding-bottom: 80px;
    padding-left: 45px;
  }

  .hero-mockup-image {
    width: 385px;
    top: -70px;
  }

  .white-hero-title {
    font-size: 33px;
    line-height: 41px;
  }

  .iphone-hero-2, .iphone-hero-2-copy {
    padding-top: 160px;
    padding-bottom: 80px;
    padding-left: 45px;
  }

  .client-logo {
    height: 40px;
  }

  .section-title-2 {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .section-title-2.large {
    line-height: 37px;
  }

  .device-mockup-left {
    height: 510px;
    top: -72px;
    left: -117px;
  }

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

  .clients-image-three {
    margin-bottom: 30px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .footer-inline-link {
    margin-right: 9px;
    font-size: 12px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

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

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

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

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

  .menu-button {
    padding: 12px;
  }

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

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

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

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

  .landingheader {
    padding-left: 24px;
    padding-right: 24px;
  }

  .headerlink.mobile {
    font-size: 22px;
  }

  .image5 {
    height: 495px;
  }

  .div-block-2 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 527px;
  }

  .landingheaderlinks {
    display: none;
  }

  .lottie-animation {
    z-index: 13;
    color: #220090;
    display: block;
    position: relative;
  }

  .mobilemenu {
    z-index: 12;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
    position: absolute;
  }

  .footertop {
    flex-flow: column;
  }

  .myrftestimonialsection {
    height: 650px;
  }

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

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

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

  .container-17, .container-25 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

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

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

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

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

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

  .launchheroheading {
    font-size: 36px;
  }

  .image-41 {
    width: 365px;
  }

  .herocontentwrapper {
    align-items: center;
  }

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

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

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

  .heading-10-copy {
    font-size: 21px;
  }

  .heading-11 {
    font-size: 26px;
  }

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

  .section3contentwrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .cardswrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
  }

  .contentcard.card1 {
    position: static;
    top: 0;
    transform: none;
  }

  .contentcard.card2, .contentcard.card3 {
    transform: none;
  }

  .contentcard.card4 {
    position: static;
    top: 0;
    transform: none;
  }

  .heading-13 {
    font-size: 20px;
  }

  .biowrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

  .text-block-12 {
    font-size: 22px;
  }

  .patrickphoto {
    height: 500px;
    margin-top: 186px;
  }

  .launchpagebutton {
    text-align: center;
    font-size: 24px;
  }

  .section4heading {
    font-size: 32px;
  }

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

  .buttonstandard-2 {
    display: inline-block;
  }

  .accordiontitle {
    font-size: 24px;
  }

  .accordiontext {
    font-size: 20px;
  }

  .heading-15, .heading-16 {
    font-size: 32px;
  }

  .image-43 {
    width: 76px;
  }

  .div-block-14 {
    width: 90%;
  }

  .myrfherosection {
    height: auto;
  }

  .myrfheader {
    padding-left: 24px;
    padding-right: 24px;
  }

  .myrfherocontentwrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column-reverse;
    padding-top: 48px;
    padding-bottom: 48px;
    top: 0;
  }

  .myrfherotextwrapper {
    width: 100%;
  }

  .image-44 {
    max-width: 85%;
  }

  .heading-23 {
    font-size: 48px;
  }

  .accordiontitle-copy {
    font-size: 24px;
  }

  .accordiontext-copy {
    font-size: 20px;
  }

  .herocontentwrapper-copy {
    align-items: center;
  }

  .heading-25 {
    font-size: 48px;
  }

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

  .div-block-21 {
    flex-flow: column;
  }

  .div-block-22, .div-block-25 {
    width: 100%;
  }

  .image-46 {
    height: 28px;
  }

  .link {
    font-size: 20px;
  }

  .div-block-28 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .button-8 {
    text-align: center;
    padding: 8px 16px;
    font-size: 16px;
  }

  .videowrapper-2 {
    width: 100%;
  }

  .lottie-animation-6 {
    z-index: 13;
    color: #220090;
    display: block;
    position: relative;
  }

  .div-block-29 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 527px;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-left {
    padding: 60px 15px;
  }

  .section-description.small {
    width: 100%;
    font-size: 18px;
  }

  .image-section.ui-section {
    padding: 25px;
  }

  .feature-info-icon {
    margin-top: -12px;
  }

  .feature-info-row {
    margin-top: 0;
  }

  .feature-info-title {
    margin-bottom: 13px;
  }

  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    margin-bottom: 30px;
  }

  .section-title-wrapper.full.info {
    text-align: center;
  }

  .section-title-wrapper.small-title {
    margin-bottom: 19px;
  }

  .image-section-overlay {
    padding: 60px 25px;
  }

  .image-section-overlay.color {
    padding: 25px;
  }

  .image-section-overlay.dark {
    padding-top: 60px;
  }

  .feature-info-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .info-column-right, .info-column-right.responsive, .info-column-right.responsive-copy {
    padding-left: 0;
  }

  .home-mockup-column {
    height: 290px;
  }

  .home-mockup {
    width: auto;
    height: 290px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 0;
    left: -350px;
    right: -350px;
  }

  .home-mockup.iphone {
    width: auto;
    height: 170px;
    top: 102px;
    right: -220px;
  }

  .home-mockup.ipad {
    width: auto;
    height: 210px;
    top: 59px;
    right: -200px;
  }

  .section {
    padding: 25px;
  }

  .section.app-info-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .info-block-left {
    width: 100%;
  }

  .button.icon-button.download.green {
    margin-top: 20px;
  }

  .simple-white-footer {
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .bottom-footer-paragraph {
    float: none;
    margin-bottom: 7px;
  }

  .bottom-footer-paragraph.dark, .bottom-footer-paragraph.right {
    float: none;
  }

  .image-section-overlay-block {
    width: 90%;
  }

  .image-section-overlay-title {
    font-size: 30px;
    line-height: 36px;
  }

  .image-section-overlay-title.subtitle {
    width: 100%;
    margin-top: 20px;
  }

  .video-lightbox-block {
    height: 260px;
  }

  .video-lightbox-block.large {
    height: 250px;
  }

  .hero-mockup-description-block {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .iphone-hero {
    text-align: center;
    padding: 130px 25px 50px;
  }

  .hero-mockup-image {
    width: 70%;
    margin: 30px auto -40px;
    display: block;
    position: relative;
    right: 0;
  }

  .iphone-hero-2, .iphone-hero-2-copy {
    text-align: center;
    padding: 130px 25px 50px;
  }

  .logo-column {
    padding-bottom: 3px;
    padding-left: 0;
    padding-right: 0;
  }

  .info-block-right {
    width: 100%;
  }

  .info-block-right.app-info {
    text-align: center;
  }

  .section-title-2 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .section-title-2.large {
    line-height: 37px;
  }

  .device-mockup-left {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    left: -170px;
  }

  .logos-title-small {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .footer-row {
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-menu-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .simple-bottom-footer {
    text-align: left;
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-social-col-right {
    text-align: left;
    padding-top: 10px;
    padding-left: 0;
  }

  .footer-logo-column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-brand {
    padding-left: 0;
  }

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

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

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

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

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

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

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

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

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

  .headermenu {
    margin-left: 48px;
  }

  .buttonstandard.desktop {
    text-align: center;
  }

  .div-block-2 {
    height: 430px;
  }

  .myrfhero {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .image-6 {
    width: 100%;
  }

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

  .myrfheroheading {
    text-align: center;
  }

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

  .herocontenttext {
    text-align: center;
  }

  .myrfvideosection {
    padding-left: 0;
    padding-right: 0;
  }

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

  .myrfitemdiv {
    width: 100%;
  }

  .myrftestimonialsection {
    height: 450px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .myrfclientslogos {
    flex-flow: wrap;
  }

  .rfcheroheading {
    text-align: center;
  }

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

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

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

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

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

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

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

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

  .pagewrapper {
    overflow: visible;
  }

  .launchheroheading {
    font-size: 32px;
  }

  .image-41 {
    width: 274px;
  }

  .gradient-bg {
    height: 80vh;
  }

  .herocontentwrapper {
    padding-top: 64px;
  }

  .section2contentwrapper {
    width: 80%;
    margin-top: 36px;
  }

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

  .accordionwrapper {
    width: 95%;
  }

  .div-block-11 {
    width: 80%;
  }

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

  .myrfheader {
    z-index: 202;
    padding: 16px;
  }

  .myrfherotextwrapper {
    width: 100%;
  }

  .myrfvideowrapper {
    width: 80%;
  }

  .div-block-18 {
    flex-flow: column;
  }

  .herocontentwrapper-copy {
    padding-top: 64px;
  }

  .div-block-23 {
    flex-flow: column;
  }

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

  .div-block-24 {
    max-width: 100%;
  }

  .paragraph-7 {
    text-align: center;
  }

  .link {
    display: none;
  }

  .link.mobile {
    display: block;
  }

  .button-8.mobilelarge {
    display: none;
  }

  .fullscreenmenu {
    background-color: #fff;
    margin-right: 0%;
    display: flex;
  }

  .lottie-animation-5 {
    z-index: 206;
    display: block;
    position: relative;
  }

  .div-block-29 {
    height: 430px;
  }

  .buttonstandard-3.desktop {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .rapidfunnel-components--buttonstandard {
    font-size: 18px;
  }

  .rapidfunnel-components--videowrapper {
    width: 100%;
  }

  .container {
    max-width: none;
  }

  .section-description {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }

  .section-description.small {
    width: 100%;
    margin-top: 15px;
    font-size: 17px;
    line-height: 25px;
  }

  .image-section.ui-section {
    background-image: linear-gradient(86deg, #eee 39%, #eeec), url('../images/UI-Elements.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .feature-info-icon {
    height: 25px;
    margin-top: -3px;
  }

  .feature-info-title {
    margin-bottom: 12px;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .section-title-wrapper.full.info {
    text-align: center;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .image-section-overlay {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .image-section-overlay.color {
    padding: 20px;
  }

  .image-section-overlay.dark {
    padding-top: 30px;
  }

  .feature-info-column.last {
    padding-bottom: 0;
  }

  .section-title {
    font-size: 25px;
    line-height: 26px;
  }

  .description-paragraph {
    font-size: 12px;
    line-height: 19px;
  }

  .long-feature-block {
    padding-left: 55px;
    padding-right: 10px;
  }

  .home-mockup-column {
    height: 180px;
  }

  .long-feature-title {
    margin-bottom: 7px;
  }

  .home-mockup {
    height: 160px;
  }

  .home-mockup.iphone {
    height: 100px;
    top: 52px;
    right: -61px;
  }

  .home-mockup.ipad {
    height: 120px;
    top: 30px;
    right: -115px;
  }

  .section {
    padding: 25px;
  }

  .section.app-info-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .info-block-left {
    width: 100%;
  }

  .info-block-left.ui {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button {
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .button.icon-button.download.green {
    margin-top: 15px;
  }

  .simple-white-footer {
    padding: 35px 15px;
  }

  .bottom-footer-paragraph.right.dark {
    margin-top: 10px;
  }

  .image-section-overlay-block {
    width: 100%;
  }

  .image-section-overlay-title {
    font-size: 24px;
    font-weight: 300;
    line-height: 29px;
  }

  .image-section-overlay-title.subtitle {
    width: 100%;
    margin-top: 16px;
    font-size: 14px;
    line-height: 23px;
  }

  .video-lightbox-button {
    width: 50px;
    height: 50px;
    padding-top: 13px;
  }

  .video-lightbox-block {
    height: 170px;
  }

  .video-lightbox-block.large {
    height: 180px;
  }

  .video-lightbox-icon {
    height: 20px;
  }

  .hero-mockup-description-block {
    width: 100%;
  }

  .small-hero-intro-title {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .iphone-hero {
    padding: 80px 25px 35px;
  }

  .hero-mockup-image {
    width: 100%;
    margin-top: 20px;
    position: static;
  }

  .white-hero-title {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 31px;
  }

  .hero-description {
    font-size: 13px;
    line-height: 19px;
  }

  .iphone-hero-2, .iphone-hero-2-copy {
    padding: 80px 25px 35px;
  }

  .cell {
    display: none;
  }

  .small-section-title {
    font-size: 11px;
    line-height: 21px;
  }

  .client-logo {
    height: 28px;
  }

  .logo-column {
    padding-left: 5px;
    padding-right: 5px;
  }

  .info-block-right.app-info {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-title-2 {
    font-size: 25px;
    line-height: 26px;
  }

  .section-title-2.large {
    line-height: 30px;
  }

  .device-mockup-left {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }

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

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .footer-row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .simple-footer {
    padding-top: 35px;
  }

  .simple-bottom-footer {
    padding: 20px 20px 13px;
  }

  .footer-inline-link {
    margin-top: -1px;
    margin-right: 7px;
  }

  .footer-logo-column-left {
    padding-bottom: 10px;
  }

  .nav-menu {
    flex-direction: column;
  }

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

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

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

  .logo {
    height: 64px;
  }

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

  .buttonstandard.desktop {
    display: none;
  }

  .div-block-2 {
    background-image: none;
  }

  .footermenu {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .myrfheroheading {
    width: 100%;
    font-size: 36px;
  }

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

  .myrfvideotext {
    font-size: 32px;
  }

  .myrftestimonialsection {
    height: 650px;
  }

  .myrftestimonials {
    width: 100%;
  }

  .myrfctadiv {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .rfcheroheading {
    width: 100%;
    font-size: 28px;
  }

  .rfcheroheadingvar {
    width: 100%;
    font-size: 32px;
  }

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

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

  ._5050-copy {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .container-17, .container-25 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-6.footer-form-button {
    position: relative;
    right: 0;
  }

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

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

  .herotextwrapper {
    width: 100%;
  }

  .gradient-bg {
    height: 100vh;
  }

  .herocontentwrapper {
    flex-flow: column;
  }

  .section3 {
    padding-bottom: 36px;
  }

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

  .biotextwrapper {
    width: 100%;
  }

  .patrickphoto {
    flex: 0 auto;
    width: 100%;
    margin-top: 0;
    display: block;
  }

  .launchpagebutton {
    font-size: 22px;
  }

  .section4 {
    padding-top: 36px;
  }

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

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

  .myrfherosection {
    margin-top: 48px;
  }

  .myrfherocontentwrapper {
    width: 90%;
  }

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

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

  .button-5 {
    text-align: center;
    font-size: 22px;
  }

  .image-44 {
    max-width: 100%;
  }

  .heading-23 {
    font-size: 30px;
  }

  .button-6 {
    text-align: center;
  }

  .herocontentwrapper-copy {
    flex-flow: column;
  }

  .heading-25 {
    width: 100%;
    font-size: 42px;
  }

  .div-block-20 {
    width: 90%;
  }

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

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

  .list, .heading-28 {
    font-size: 22px;
  }

  .paragraph-7-copy {
    font-size: 18px;
  }

  .text-span-67 {
    font-size: 64px;
  }

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

  .button-8 {
    display: none;
  }

  .button-8.mobilelarge {
    font-size: 22px;
    display: inline-block;
  }

  .fullscreenmenu {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    display: flex;
  }

  .lottie-animation-5 {
    z-index: auto;
  }

  .videowrapper-2 {
    width: 100%;
  }

  .div-block-29 {
    background-image: none;
  }

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

  .buttonstandard-3.desktop {
    display: none;
  }
}


