:root {
  --white: white;
  --black: black;
  --midnight-blue: #151c34;
  --slate-grey: #6a768a;
  --steel-blue: #007bfc;
  --navy: #050735;
  --ghost-white: #edeff5;
  --midnight-blue-2: #041434;
  --light-steel-blue: #b1bac8;
  --dark-slate-blue: #4a556c;
}

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

.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;
}

.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;
}

.banner-flowbase {
  color: #fff;
  background-color: #8c54ff;
  background-image: url('../images/Flowbase-Bubble-Right.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  min-height: 55px;
  padding: 8px 3%;
  display: flex;
}

.banner-content-flowbase {
  justify-content: center;
  align-items: center;
  display: flex;
}

.badge-flowbase {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #6f42cc;
  border-radius: 50px;
  margin-right: 10px;
  padding: 4px 15px;
  font-size: 12px;
}

.banner-text-flowbase {
  color: #ffffffb3;
  font-size: 16px;
  font-weight: 400;
}

.banner-link {
  color: #fff;
  text-decoration: none;
}

.flowbase---banner {
  height: 64px;
}

.section---content {
  background-color: #fbfcfe;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.card---flowbase {
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  margin-top: 60px;
  padding: 32px;
  box-shadow: 34px 34px 88px #17093614;
}

.h2-heading {
  color: #160042;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 600;
}

.form-line-break {
  background-color: #e4e6f1;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.card---detail {
  text-align: center;
  border: 1px solid #e4e6f1;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 32px;
  padding: 32px;
  display: flex;
}

.logo {
  width: 160px;
  margin-bottom: 24px;
}

.card---detail-text {
  color: #6b7094;
  letter-spacing: -.01em;
  font-size: 16px;
  line-height: 32px;
}

.flowbase-link {
  color: #642eff;
  text-decoration: none;
}

.paragraph {
  color: #6b7094;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.image-wrapper {
  width: 100%;
  margin-bottom: 131px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.image-one, .image-two {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.brand-span {
  color: #642eff;
}

.button-guide {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #160042;
  border: 3px solid #17004500;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 8px 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s, border-color .3s;
  display: flex;
}

.button-guide:hover {
  background-color: #282556;
}

.button-guide:active {
  background-color: #160042;
}

.button-guide:focus {
  border-color: #b6b9ce;
}

.div-block {
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.button-clone {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #642eff;
  border: 3px solid #17004500;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-right: 10px;
  padding: 8px 8px 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s, border-color .3s;
  display: flex;
}

.button-clone:hover {
  background-color: #6c39ff;
}

.button-clone:active {
  background-color: #160042;
}

.button-clone:focus {
  border-color: #b6b9ce;
}

.flowbase---component-nav {
  justify-content: space-between;
  align-items: center;
  padding: 32px 3%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.button---clone {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #160042;
  border-radius: 32px;
  align-items: center;
  padding: 12px 16px 12px 24px;
  text-decoration: none;
  display: flex;
}

.content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.heading-wrap {
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-l {
  width: 72px;
  margin-bottom: 24px;
}

.h1-heading {
  color: #160042;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 44px;
  font-weight: 600;
}

.paragraph-2 {
  color: #6b7194;
  text-align: center;
  letter-spacing: -.02em;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.text-span-3 {
  color: #5132ff;
}

.link {
  color: #784fe0;
  text-decoration: none;
}

.div-block-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.button---guide {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #642eff;
  border-radius: 32px;
  align-items: center;
  padding: 12px 16px 12px 24px;
  text-decoration: none;
  display: flex;
}

.flowbase-banner {
  height: 64px;
}

@media screen and (max-width: 991px) {
  .container-flowbase {
    min-height: auto;
    position: relative;
  }

  .paragraph-2 {
    text-align: center;
    max-width: 550px;
  }
}

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

  .banner-flowbase {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }
}

@media screen and (max-width: 479px) {
  .text-link-flowbase, .dropdown-flowbase, .banner-flowbase, .flowbase---banner {
    display: none;
  }

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

  .card---flowbase {
    padding-left: 24px;
    padding-right: 24px;
  }

  .flowbase-banner {
    display: none;
  }

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


@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;
}