.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Syne, sans-serif;
  color: #f9f9f9;
  font-size: 64px;
  line-height: 1.375;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 48px;
  font-family: Syne, sans-serif;
  font-size: 56px;
  line-height: 72px;
  font-weight: 700;
  text-align: left;
}

h3 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Syne, sans-serif;
  font-size: 40px;
  line-height: 1.4;
  font-weight: 700;
}

a {
  padding: 12px 24px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

li {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 30px;
  background-image: url('../images/checkmark.svg');
  background-position: 0% 4px;
  background-size: 14.67px 11.17px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.flowout-body {
  background-color: #f9f9f9;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #1e1e1e;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
}

.flowout-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flowout-container.footer-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0.89)), to(#1e1e1e)), url('../images/pool-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.89) 10%, #1e1e1e), url('../images/pool-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.flowout-navbar {
  background-color: transparent;
}

.flowout-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 44px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flowout-brand.w--current {
  margin-right: 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.flowout-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flowout-nav-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px;
  color: #f9f9f9;
}

.flowout-menu-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flowout-navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flowout-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  min-width: 105px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f9f9f9;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
}

.flowout-button:hover {
  background-color: #3a3a3a;
}

.flowout-button:focus {
  background-color: #3a3a3a;
}

.flowout-button.flowout-button-cta {
  border-color: #c88eff;
  background-color: #c88eff;
}

.flowout-button.flowout-button-cta:hover {
  border-color: #c35ae9;
  background-color: #c35ae9;
}

.flowout-button.flowout-button-cta:focus {
  border-color: #c35ae9;
  background-color: #c35ae9;
}

.flowout-button.flowout-navbar-button {
  margin-left: 24px;
}

.flowout-button.flowout-button-big {
  min-height: 56px;
  min-width: 0px;
  margin: 16px 26px 16px 16px;
  padding: 16px 56px;
}

.flowout-button.flowout-button-big.flowout-button-cta.flowout-button-footer {
  margin-bottom: 0px;
}

.flowout-button.flowout-button-big.flowout-button-footer {
  margin-bottom: 0px;
}

.flowout-button.flowout-button-card {
  width: 100.000073%;
  margin-top: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-color: #f9f9f9;
  border-radius: 8px;
  background-color: #f9f9f9;
  color: #1e1e1e;
}

.flowout-button.flowout-button-card:hover {
  border-color: #eaeaea;
  background-color: #eaeaea;
}

.flowout-button.flowout-button-card:focus {
  border-color: #eaeaea;
  background-color: #eaeaea;
}

.flowout-button.flowout-button-card.flowout-button-dark {
  border-color: #1e1e1e;
  background-color: #1e1e1e;
  color: #fff;
}

.flowout-button.flowout-button-card.flowout-button-dark:hover {
  border-color: #101010;
  background-color: #101010;
}

.flowout-button.flowout-button-card.flowout-button-dark:focus {
  border-color: #101010;
  background-color: #101010;
}

.flowout-header {
  background-color: #1e1e1e;
}

.flowout-hero {
  margin-top: 110px;
  padding-bottom: 90px;
}

.flowout-hero-heading {
  margin-top: 110px;
  margin-bottom: 25px;
  text-align: center;
}

.flowout-hero-text {
  margin-bottom: 32px;
  color: #f9f9f9;
  text-align: center;
}

.flowout-hero-text.flowout-footer-hero-text {
  margin-top: 0px;
}

.flowout-hero-wrapper {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.flowout-hero-wrapper.flowout-hero-text {
  margin-bottom: 16px;
  font-weight: 400;
}

.flowout-hero-wrapper.flowout-hero-heading {
  margin-top: 0px;
}

.flowout-hero-wrapper.flowout-hero-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flowout-hero-wrapper.flowout-hero-sponsors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flowout-hero-image {
  width: 100%;
  height: auto;
  margin: 32px auto 36px;
}

.flowout-hero-sponsor {
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.flowout-hero-sponsor:hover {
  opacity: 0.7;
}

.flowout-hero-sponsor:focus {
  opacity: 0.7;
}

.flowout-main {
  background-color: #f9f9f9;
}

.flowout-footer {
  background-color: #1e1e1e;
}

.flowout-testimonials.flowout-section.flowout-section-dark {
  background-color: #1e1e1e;
}

.flowout-features.flowout-section.flowout-section-dark {
  background-color: #1e1e1e;
}

.flowout-tag {
  display: inline-block;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-radius: 22px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.flowout-tag.flowout-tag-how-it-works {
  display: inline-block;
  width: auto;
  background-color: rgba(255, 184, 70, 0.2);
  color: #ffb846;
}

.flowout-tag.flowout-tag-features {
  background-color: rgba(153, 142, 255, 0.2);
  color: #c88eff;
}

.flowout-tag.flowout-tag-testimonials {
  background-color: rgba(200, 235, 200, 0.2);
  color: #c8ebc8;
}

.flowout-tag-wrapper {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

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

.flowout-section-heading.flowout-text-center.flowout-text-white {
  color: #f9f9f9;
}

.flowout-section {
  padding-top: 112px;
  padding-bottom: 112px;
}

.flowout-section-item-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flowout-section-item {
  margin-top: 112px;
  margin-bottom: 112px;
  grid-auto-flow: row;
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.flowout-section-item.flowout-section-item-first {
  margin-top: 0px;
}

.flowout-section-item.flowout-section-item-last {
  margin-bottom: 0px;
}

.flowout-section-item-content {
  max-width: 576px;
  margin-top: 60px;
  margin-right: 0px;
  margin-bottom: 60px;
  padding-right: 0px;
}

.flowout-section-item-image {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-image: url('../images/image1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.flowout-section-item-image.image-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/CUCKCOIN.jpeg');
}

.flowout-section-item-image.image-2 {
  background-image: url('../images/FIczYj-XwAU4clT.jpeg');
}

.flowout-section-item-image.image-3 {
  background-color: #5b5b5b;
  background-image: url('../images/pool-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.flowout-section-item-left {
  padding-right: 0px;
}

.flowout-divider {
  width: 100%;
  height: 1px;
  margin-top: 56px;
  margin-bottom: 24px;
  background-color: grey;
}

.flowout-section-item-heading {
  margin-top: 0px;
}

.flowout-section-item-text {
  margin-bottom: 24px;
  font-weight: 400;
}

.flowout-section-item-quote {
  display: none;
  margin-bottom: 16px;
  color: grey;
  font-size: 18px;
  line-height: 24px;
}

.flowout-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flowout-author.flowout-section-item-author {
  display: none;
  color: grey;
}

.flowout-author-image {
  width: 48px;
  height: 48px;
  margin-right: 12px;
  border-radius: 50%;
  background-image: url('../images/profilePic3_1profilePic3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.flowout-author-image.author-1 {
  border: 1px solid #000;
  background-image: url('../images/cover5.jpg'), url('../images/tim-cuck-pool.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.flowout-author-image.author-2 {
  background-image: url('../images/npcmeme.jpg');
}

.flowout-author-image.author-3 {
  background-image: url('../images/650.jpg');
}

.flowout-author-role {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.flowout-slide {
  overflow: visible;
  width: 33.33%;
  height: 100%;
  margin-right: 0px;
  margin-bottom: 48px;
  margin-left: 0px;
}

.slide-nav {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  padding-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 16px;
}

.flowout-slider {
  overflow: hidden;
  width: 100%;
  height: auto;
  background-color: transparent;
}

.flowout-slider-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-bottom: 40px;
}

.flowout-slide-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #eaeaea;
  border-radius: 12px;
  background-color: #fff;
}

.flowout-testimonial {
  margin-bottom: 40px;
}

.flowout-author-name {
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 24px;
}

.flowout-dropdown {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #1e1e1e;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.flowout-dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flowout-dropdown-question {
  padding-right: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Syne, sans-serif;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: normal;
}

.flowout-dropdown-item {
  position: static;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.flowout-dropdown-item.w--open {
  padding-bottom: 16px;
  background-color: transparent;
}

.flowout-dropdown-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18.67px;
  height: 100%;
  margin-top: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.flowout-footer-copyrights {
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #f9f9f9;
}

.flowout-footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flowout-footer-menu-link {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #f9f9f9;
  text-decoration: underline;
}

.flowout-footer-menu-link:hover {
  text-decoration: none;
}

.flowout-footer-menu-link:focus {
  text-decoration: none;
}

.flowout-footer-logo {
  padding: 0px;
}

.flowout-footer-socials {
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flowout-social-link {
  margin-right: 8px;
  margin-left: 8px;
  padding: 0px;
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
  -webkit-transition: -webkit-filter 300ms ease;
  transition: -webkit-filter 300ms ease;
  transition: filter 300ms ease;
  transition: filter 300ms ease, -webkit-filter 300ms ease;
}

.flowout-social-link:hover {
  -webkit-filter: none;
  filter: none;
}

.flowout-social-link:focus {
  -webkit-filter: none;
  filter: none;
}

.flowout-social-link.flowout-last-link {
  margin-right: 0px;
}

.flowout-social-icon {
  width: 24px;
  height: 24px;
  max-width: none;
}

.flowout-slider-container {
  max-width: 1488px;
  padding-right: 20px;
  padding-left: 20px;
}

.flowout-tab-links {
  display: inline-block;
  height: auto;
  margin-top: 25px;
  padding: 4px;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  border-radius: 48px;
  background-color: #fff;
  text-align: right;
}

.flowout-tabs-heading {
  float: left;
}

.flowout-tab {
  width: 100%;
}

.flowout-tabs-content {
  width: 100%;
}

.flowout-tab-link {
  display: inline-block;
  min-width: 140px;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 32px;
  background-color: #fff;
  color: #727272;
  text-align: center;
}

.flowout-tab-link.w--current {
  border-radius: 32px;
  background-color: #1e1e1e;
  color: #fff;
}

.flowout-tab-link.flowout-tab-link-first {
  border-radius: 32px 0px 0px 32px;
}

.flowout-tab-link.flowout-tab-link-first.w--current {
  border-radius: 32px;
}

.flowout-tab-link.flowout-tab-link-last {
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
}

.text-block {
  line-height: 24px;
}

.flowout-tab-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: minmax(400px, 480px) repeat(auto-fit, minmax(400px, auto));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.flowout-card-title {
  display: inline;
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
}

.flowout-card-title.flowout-card-title-light {
  font-weight: 600;
}

.flowout-card-subtext {
  margin-bottom: 4px;
}

.flowout-card-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flowout-card {
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  border-radius: 12px;
}

.flowout-card.flowout-card-style2 {
  border-color: #c88eff;
  background-color: #c88eff;
  color: #f9f9f9;
}

.flowout-card.flowout-card-style1 {
  border-color: #eaeaea;
  background-color: #fff;
}

.flowout-card-header {
  padding: 40px 40px 28px;
  border-color: #000 #000 #eaeaea;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.flowout-card-header.secondary-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flowout-list {
  font-size: 18px;
  line-height: 20px;
}

.flowout-card-list-grid {
  grid-template-columns: minmax(180px, 0.75fr) repeat(auto-fit, minmax(200px, 1.25fr));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.flowout-list-light {
  background-image: url('../images/checkmark-light.svg');
  font-weight: 400;
}

.flowout-features-grid1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1.3fr 1fr;
  grid-template-columns: 1.3fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.flowout-features-grid2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1.5fr 1.5fr;
  grid-template-columns: 1.5fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.flowout-grid-card {
  padding: 0px;
  border-radius: 12px;
  background-color: #fff;
  color: grey;
}

.flowout-grid-card.flowout-grid-card-reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flowout-grid-card.flowout-grid-card-featured {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flowout-grid-card-text {
  display: inline;
  line-height: 24px;
}

.flowout-grid-card-text.flowout-grid-card-text-bold {
  color: #1e1e1e;
  font-weight: 600;
}

.flowout-grid-card-content {
  padding: 32px;
}

.flowout-grid-card-background {
  min-height: 430px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.flowout-grid-card-background.background-1 {
  height: auto;
  background-image: url('../images/CUCKCOIN.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.flowout-grid-card-background.background-2 {
  background-image: url('../images/tim-cuck-pool.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.flowout-grid-card-image-wrapper {
  margin: auto 32px 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flowout-grid-card-mini-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  margin: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flowout-grid-card-mini-content {
  padding: 16px 24px 16px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
  line-height: 26px;
}

.flowout-grid-card-image {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

.flowout-grid-card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flowout-section-item-tag-1 {
  position: absolute;
  left: auto;
  top: 16px;
  right: -16px;
  bottom: auto;
  max-width: 50%;
}

.flowout-dropdown-wrapper {
  margin-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.flowout-dropdown-wrapper.style-2 {
  display: none;
}

.flowout-dropdown-heading {
  max-width: 576px;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flowout-dropdown-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flowout-section-item-tag-2 {
  position: absolute;
  left: -16px;
  top: auto;
  right: auto;
  bottom: 30px;
  max-width: 70%;
}

.flowout-section-item-tag-3 {
  position: absolute;
  left: auto;
  top: 24px;
  right: -16px;
  bottom: auto;
  max-width: 80%;
}

.flowout-footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100.00004354385632%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flowout-grid-card-image-mini {
  display: block;
  width: auto;
  height: auto;
  max-height: none;
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flowout-card-title-smaller {
  display: inline;
  font-weight: 600;
}

.flowout-single-faq {
  width: 100.0000332528946%;
  border-bottom: 2px solid #000;
}

.flowout-faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100.0000332528946%;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}

.flowout-faq-question-text {
  padding-right: 25px;
  font-family: Syne, sans-serif;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0.04px;
}

.flowout-faq-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18.67px;
  height: 18.67px;
  margin-top: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/plus-icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.flowout-faq-answer {
  display: block;
  width: 100%;
  opacity: 0;
}

.flowout-faq-answer-text {
  display: block;
  margin-bottom: 0px;
  padding-bottom: 24px;
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 400;
}

.image-6 {
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.heading-4 {
  margin-top: 10px;
  font-size: 1em;
}

.text-span {
  text-decoration: line-through;
}

.text-span-2 {
  text-decoration: line-through;
}

.text-block-2 {
  color: #c88eff;
}

.image-7 {
  padding-bottom: 0px;
  border-radius: 12px;
}

.image-8 {
  border-radius: 12px;
}

.image-9 {
  border-radius: 12px;
}

.image-10 {
  margin-right: 20px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.inverted {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.button {
  margin-left: 5px;
  padding: 3px 5px;
  border-radius: 9px;
  background-color: #c35ae9;
}

.button.label-tab {
  font-size: 9px;
  white-space: nowrap;
}

.text-span-3 {
  text-decoration: line-through;
}

.text-span-4 {
  text-decoration: line-through;
}

.in-text-link {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 30px;
  text-decoration: underline;
}

.paragraph-2 {
  color: #1e1e1e;
}

.faq-response {
  display: inline;
}

.image-11 {
  display: block;
  margin-right: auto;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
}

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

.text-span-5 {
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 9px;
  background-color: #f9f9f9;
  color: #c35ae9;
  font-size: 23px;
}

.text-span-6 {
  font-size: 1.4em;
  line-height: 1;
}

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

.fs-copyclip_button {
  padding: 0.6rem 2rem 0.65rem;
  border-radius: 500px;
  background-color: #ffb846;
  color: #fff;
  text-align: center;
}

.fs-copyclip_button:hover {
  background-color: #f9f9f9;
  color: #c35ae9;
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .flowout-container {
    padding-right: 96px;
    padding-left: 96px;
  }

  .flowout-brand.w--current {
    margin-right: 34px;
  }

  .flowout-nav-link {
    margin-right: 28px;
    margin-left: 28px;
  }

  .flowout-section-item {
    grid-column-gap: 96px;
  }

  .flowout-slide-item {
    margin-right: 24px;
    margin-left: 24px;
    padding: 32px;
  }

  .flowout-testimonial {
    margin-bottom: 56px;
  }

  .flowout-slider-container {
    padding-right: 96px;
    padding-left: 96px;
  }

  .flowout-features-grid2 {
    -ms-grid-columns: 1.5fr 1.5fr;
    grid-template-columns: 1.5fr 1.5fr;
  }

  .flowout-grid-card-mini-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .flowout-grid-card-mini-content {
    font-size: 24px;
    line-height: 1.5;
  }

  .flowout-section-item-tag-2 {
    left: -64px;
  }

  .flowout-section-item-tag-3 {
    right: -48px;
    max-width: 85%;
  }

  .flowout-grid-card-image-mini {
    width: auto;
    height: 100%;
    max-width: 100%;
  }

  .text-span-7 {
    color: #f9f9f9;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 8px;
    font-size: 40px;
    line-height: 48px;
  }

  h2 {
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 40px;
  }

  h3 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }

  .flowout-body {
    font-size: 18px;
    line-height: 26px;
  }

  .flowout-burger {
    display: none;
  }

  .flowout-navbar-container {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .flowout-hero {
    margin-top: 40px;
    padding-bottom: 60px;
  }

  .flowout-section {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .flowout-section-item-right {
    width: 100%;
    height: 100%;
  }

  .flowout-section-item {
    margin-top: 40px;
    margin-bottom: 40px;
    justify-items: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: minmax(auto, 85vw) minmax(auto, 1fr);
    grid-template-rows: minmax(auto, 85vw) minmax(auto, 1fr);
  }

  .flowout-section-item-content {
    max-width: none;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .flowout-section-item-image {
    height: 100%;
  }

  .flowout-section-item-left {
    width: 100%;
    height: 100%;
  }

  .flowout-divider {
    margin-top: 24px;
  }

  .flowout-slide {
    width: 50%;
  }

  .flowout-slider-mask {
    padding-bottom: 30px;
  }

  .flowout-slide-item {
    padding: 32px;
  }

  .flowout-footer-menu {
    display: none;
  }

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

  .flowout-features-grid1 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .flowout-features-grid2 {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .flowout-grid-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .flowout-grid-card.flowout-grid-card-reverse {
    margin-top: 24px;
  }

  .flowout-grid-card.flowout-grid-card-featured {
    margin-top: 24px;
  }

  .flowout-grid-card-text {
    display: inline;
    width: 100%;
    font-size: 18px;
  }

  .flowout-grid-card-content {
    padding: 16px 16px 24px;
  }

  .flowout-grid-card-background {
    min-height: 360px;
  }

  .flowout-grid-card-background.background-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .flowout-grid-card-image-wrapper {
    margin-right: 16px;
    margin-bottom: 16px;
    margin-left: 16px;
  }

  .flowout-grid-card-mini-image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .flowout-dropdown-wrapper {
    width: 100%;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .flowout-dropdown-heading {
    text-align: center;
  }

  .flowout-dropdown-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flowout-section-item-tag-2 {
    bottom: 16px;
    max-width: 60%;
  }

  .flowout-section-item-tag-3 {
    top: 16px;
    max-width: 60%;
  }

  .heading-2 {
    line-height: 48px;
  }

  .flowout-faq-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .flowout-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .flowout-hero-wrapper.flowout-hero-buttons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flowout-section-item.flowout-section-item-first {
    grid-row-gap: 24px;
  }

  .flowout-slider-mask {
    padding-bottom: 24px;
  }

  .flowout-slide-item {
    margin-right: 10px;
    margin-left: 10px;
    padding: 24px;
  }

  .flowout-slider-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .flowout-tab-links {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 24px;
    float: none;
  }

  .flowout-tabs-heading {
    display: block;
    width: 100%;
    text-align: center;
  }

  .flowout-tabs {
    text-align: center;
  }

  .flowout-tab-grid {
    grid-row-gap: 24px;
  }

  .flowout-card-body {
    padding: 16px 24px;
  }

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

  .flowout-card-header {
    padding: 16px 24px;
  }

  .flowout-card-list-grid {
    margin-bottom: 4px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .flowout-list-light {
    margin-top: 0px;
    margin-bottom: 12px;
  }

  .flowout-features-grid1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .flowout-grid-card-background {
    min-height: 320px;
  }

  .flowout-grid-card-mini-content {
    padding-right: 16px;
    padding-left: 0px;
  }

  .flowout-list-item {
    margin-top: 0px;
    margin-bottom: 12px;
  }

  .flowout-faq-question-text {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    margin-top: 16px;
  }

  .flowout-container {
    overflow: hidden;
    max-width: 100vw;
    padding-right: 16px;
    padding-left: 16px;
  }

  .flowout-brand.w--current {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .flowout-burger {
    position: absolute;
    z-index: -1;
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0px;
    -ms-flex: 0 0px;
    flex: 0 0px;
  }

  .flowout-navbar-container {
    position: relative;
  }

  .flowout-button.flowout-navbar-button.flowout-button-cta {
    min-height: 40px;
    margin-left: 12px;
  }

  .flowout-button.flowout-button-big {
    margin: 8px 0px;
  }

  .flowout-button.flowout-button-big.flowout-button-cta.flowout-button-footer {
    background-color: #c88eff;
  }

  .flowout-button.flowout-button-card.flowout-button-dark {
    display: block;
    width: 100%;
  }

  .flowout-hero-wrapper.flowout-hero-heading {
    max-width: 100%;
    margin-bottom: 8px;
    font-size: 2em;
    white-space: break-spaces;
  }

  .flowout-hero-wrapper.flowout-hero-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .flowout-hero-sponsor {
    padding-right: 10px;
    padding-left: 10px;
  }

  .flowout-testimonials.flowout-section.flowout-section-dark {
    overflow: hidden;
  }

  .flowout-pricing.flowout-section {
    max-width: 100vw;
  }

  .flowout-section-heading.flowout-text-center {
    line-height: 40px;
  }

  .flowout-slide {
    width: 100%;
  }

  .flowout-slider-mask {
    overflow: visible;
    padding-right: 32px;
    padding-left: 8px;
  }

  .flowout-slide-item {
    margin-right: 12px;
    margin-left: 8px;
  }

  .flowout-dropdown-question {
    padding-right: 16px;
  }

  .flowout-footer-copyrights {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .flowout-footer-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .flowout-footer-menu-link {
    font-size: 11px;
  }

  .flowout-footer-logo {
    max-width: 100%;
    margin-top: 24px;
    padding: 0px;
  }

  .flowout-footer-socials {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flowout-slider-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .flowout-tab-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    float: right;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .flowout-tab {
    max-width: 100vw;
  }

  .flowout-tabs-content {
    max-width: 100vw;
  }

  .flowout-tab-link.flowout-tab-link-first.w--current {
    min-width: 130px;
  }

  .flowout-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100vw;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .flowout-tab-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-flow: row dense;
  }

  .flowout-card-title.flowout-card-title-light {
    display: inline;
  }

  .flowout-card-body {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flowout-card.flowout-card-style2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #c35ae9;
  }

  .flowout-card.flowout-card-style1 {
    display: block;
    overflow: visible;
    max-width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flowout-card-header.secondary-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flowout-list-light {
    font-weight: 400;
  }

  .flowout-grid-card-text.flowout-grid-card-text-mini {
    font-size: 14px;
    line-height: 10px;
  }

  .flowout-grid-card-background {
    min-height: 230px;
  }

  .flowout-grid-card-mini-image {
    margin: 8px 12px 8px 8px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .flowout-grid-card-mini-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    line-height: 20px;
  }

  .flowout-footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-5 {
    width: 100%;
  }

  .flowout-grid-card-image-mini {
    width: 100%;
    height: auto;
    max-width: 96px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .flowout-list-item {
    font-size: 16px;
  }

  .flowout-card-title-smaller {
    display: inline;
  }

  .flowout-faq-question {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 0.25fr 1fr;
    grid-template-columns: 0.25fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .button.label-tab {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1em;
    text-align: center;
  }

  .button.label-tab.hide {
    display: none;
  }

  .text-span-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 11px;
    white-space: normal;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .paragraph-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hide {
    display: none;
  }

  .fs-copyclip_button {
    margin-bottom: 10px;
  }

  .text-span-7.hero-contract {
    padding-top: 3px;
    padding-bottom: 3px;
    color: #c88eff;
  }

  .text-span-7.footer-mobile {
    padding-bottom: 5px;
    color: #ffb846;
  }
}

#w-node-_451731c1-5074-43f7-81ca-fe11e0eb215f-b975ac8c {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_24914365-0a3b-e48a-cb87-096d7893e770-b975ac8c {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_80c56941-ca13-ed58-9d0e-7a44e02e96fc-b975ac8c {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-a2b63abf-7d97-e8b1-c504-ba67dd29a217-b975ac8c {
    -webkit-box-ordinal-group: -998;
    -webkit-order: -999;
    -ms-flex-order: -999;
    order: -999;
  }

  #w-node-_451731c1-5074-43f7-81ca-fe11e0eb215f-b975ac8c {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_84fc0658-6c37-7494-ddbc-594bc96ba66f-b975ac8c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_1b8542e8-e34c-5389-048c-9ea03ae97893-b975ac8c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

