@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --black: black;
  --white: white;
  --transparent-white: #fff9;
  --midnight-blue: #151c34;
}

body {
  color: #2d3958;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.faq-question-wrap {
  margin-bottom: 35px;
}

.slider-left {
  min-width: 140px;
  color: var(--black);
  border: 2px solid #8c54ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px;
  text-decoration: none;
  display: flex;
}

.tab-button {
  color: #7540ee;
  background-color: #0000;
  border: 2px solid #7540ee;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 15px 35px;
  text-decoration: none;
  display: flex;
}

.tab-button.w--current {
  color: var(--white);
  background-color: #7540ee;
}

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

.pricing-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 1px 1px 35px #ebecf0;
}

.content-section {
  background-color: #f8faff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 3%;
  display: flex;
  overflow: hidden;
}

.slides {
  width: 100%;
}

.title-wrap-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.standard-tab {
  opacity: .7;
  color: #fffc;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 280px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 16px;
  font-size: 15px;
  display: flex;
}

.standard-tab.w--current {
  opacity: 1;
  color: #fff;
  background-color: #0000;
  position: relative;
}

.tab-image {
  width: 34px;
  margin-right: 12px;
  display: none;
}

.tabs-menu {
  justify-content: center;
  align-items: stretch;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 10%;
}

.load-bar-base {
  background-color: #fff3;
  max-width: 220px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.tabs-content {
  overflow: visible;
}

.load-bar {
  background-color: #fff;
  width: 0%;
  height: 4px;
}

.paragraph {
  color: #7b88a8;
  max-width: 650px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.heading {
  color: #02044a;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 54px;
  line-height: 60px;
}

.content-section-copy {
  background-color: #f8faff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.tabs {
  width: 100%;
}

.slider-base {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.slider-background {
  color: var(--white);
  background-image: linear-gradient(#0000001a, #0009), url('../images/bg1.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  position: absolute;
  inset: 0%;
}

.slider-background.background-02 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/pexels-stephanthem-753865.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider-background.background-03 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/bg3.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
}

.slider-background.background-04 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/bg4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider-heading {
  z-index: 9;
  max-width: 740px;
  color: var(--white);
  text-align: center;
  letter-spacing: -.03em;
  font-size: 60px;
  line-height: 68px;
  position: relative;
}

.slider-heading.subad, .slider-heading.subheader {
  font-size: 20px;
}

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

.navigation-flowbase {
  background-color: #0000;
  align-items: center;
  padding: 20px 2%;
  display: flex;
  box-shadow: 34px 34px 74px #38327c14;
}

.navigation-link-flowbase {
  align-items: center;
  display: flex;
}

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

.icon {
  margin-right: 0;
}

.logo-mark-flowbase {
  width: 45px;
  margin-right: 16px;
}

.column-grey-flowbase {
  background-color: #f9f9fa;
  padding: 20px 16px 14px;
}

.navigation-menu-flowbase {
  white-space: nowrap;
  align-items: center;
  width: auto;
  display: flex;
}

.html-embed {
  height: 320px;
}

.toggle-flowbase {
  color: #fff;
  padding: 10px 20px 10px 10px;
}

.toggle-flowbase.w--open {
  color: #fff;
}

.nav-grid-flowbase {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.dropdown-list-flowbase {
  min-width: 254px;
}

.dropdown-list-flowbase.w--open {
  background-color: #fff;
  min-width: 440px;
  top: 72px;
  box-shadow: 37px 37px 62px -23px #201a3d14;
}

.text-link-flowbase {
  color: #8687a8;
  padding: 20px 10px;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s;
}

.text-link-flowbase:hover {
  color: #212350;
}

.column-flowbase {
  padding: 20px 16px;
}

.button-clone-flowbase {
  color: #fff;
  text-align: center;
  background-color: #7839f3;
  border-radius: 10px;
  width: 100%;
  margin-left: 10px;
  padding: 14px 24px;
  font-size: 14px;
  transition: all .3s;
}

.button-clone-flowbase:hover {
  transform: translate(0, -2px);
}

.dropdown-flowbase {
  background-color: #7839f3;
  border-radius: 10px;
  padding: 2px 7px 2px 2px;
}

.clone-button {
  background-color: #7839f3;
  border-radius: 500px;
  margin-top: 32px;
  padding: 20px 38px;
  transition: all .35s;
}

.clone-button:hover {
  transform: translate(0, -4px);
}

.flowbase-banner {
  height: 64px;
}

.global-component-banner {
  height: 50px;
  display: flex;
}

.global-logo {
  width: 60px;
}

.global-name-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.global-button-primary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  white-space: nowrap;
  background-color: #cb2b63;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s ease-out, background-color .3s ease-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.global-button-primary:hover {
  box-shadow: none;
  background-color: #e0775b;
}

.global-button-primary:active {
  background-color: #fff;
}

.global-title-text {
  color: #36364a;
  font-family: Jost, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.global-name {
  color: #282735;
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.global-name-block {
  background-color: #fff0e7;
  border-radius: 6px;
  padding: 6px;
  text-decoration: none;
}

.global-navigation-line {
  background-color: #122b6914;
  width: 1px;
  height: 20px;
}

.global-text-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.global-container {
  grid-column-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.global-logo-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.global-navigation {
  border-bottom: 1px solid #122b6914;
  align-items: center;
  height: 82px;
  padding: 24px;
  display: flex;
}

.global-icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.global-component-footer {
  border-top: 1px solid #122b6914;
  display: flex;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
}

.text-span-2 {
  color: #ffffffb8;
}

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

.gradient-span {
  background-color: var(--transparent-white);
  -webkit-text-fill-color: transparent;
  background-image: none;
  -webkit-background-clip: text;
  background-clip: text;
}

@media screen and (max-width: 991px) {
  .slider-left, .tab-button {
    background-color: #8c54ff;
    border-style: none;
    border-radius: 0;
    width: 80px;
    height: 50px;
    padding: 7px;
  }

  .container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .pricing-card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .slider-background {
    background-size: auto, cover;
  }

  .slider-background.background-04 {
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

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

  .container-flowbase {
    min-height: auto;
    position: relative;
  }

  .global-title-text {
    font-size: 26px;
  }

  .global-name {
    font-size: 13px;
  }

  .global-logo-link {
    margin-right: 0;
  }

  .transparent-span {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .standard-tab {
    justify-content: flex-start;
    margin-left: 5px;
    margin-right: 5px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .load-bar-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .global-navigation-line, .global-text-wrapper {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .tabs-content {
    padding-top: 20px;
  }

  .slider-background {
    background-position: 0 0, 30%;
  }

  .slider-background.background-03 {
    background-image: linear-gradient(#0000001a, #0009), url('../images/bg3.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .text-link-flowbase, .dropdown-flowbase, .flowbase-banner {
    display: none;
  }

  .flowbase-footer {
    background-image: none;
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: cover;
  }

  .global-component-banner, .global-title-text, .global-icon-x-small {
    display: none;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}