:root {
  --light-green: #ecfef6;
  --grey: #333;
  --bb-secondary-color: #34d0a8;
  --pink: #e85e9e;
  --bb-primary-color: #476167;
}

.text-block-8 {
  text-align: center;
}

.bold-text-30 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
}

.section-3 {
  background-color: #ffeacb;
  padding-top: 20px;
  padding-bottom: 20px;
}


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

.wg-element-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: auto;
  max-width: 100%;
  display: block;
}

.wg-code {
  display: none;
}

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

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

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  border: 1px solid #eff0f6;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  border-radius: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

.wg-selector-text-wrapper {
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 5px;
  display: flex;
}

.list-item {
  display: flex;
}

.wg-dd-1-list {
  background-color: #0000;
  padding: 10px 0 0;
}

.nav-link {
  color: #1a1b1f;
  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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

.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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.wg-dropdown-list {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  padding: 0;
  box-shadow: 4px 4px 5px #080f340a;
}

.list-item-2 {
  margin-left: 40px;
}

.wg-dropdown-1-link {
  border-radius: 20px;
  width: 100%;
  padding: 0;
  text-decoration: none;
}

.wg-dropdown-1-link:hover {
  background-color: #fad34d;
}

.wg-left-side {
  color: #170f49;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.wg-flag-icon {
  width: 40px;
  max-width: 60px;
}

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

.nav-dropdown-link {
  text-align: center;
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  overflow: visible;
}

.nav-dropdown-link:hover {
  background-color: #fad34d;
}

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

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

.wg-element {
  margin-left: 10px;
}

.nav-button-wrapper {
  align-self: center;
  margin-left: 10px;
}

.wg-dd-1-togle {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  padding: 9px 16px 9px 9px;
  transition: border .3s;
  box-shadow: 4px 4px 5px #080f340a;
}

.wg-dd-1-togle:hover {
  border-color: #34d0a8;
}

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

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

.wg-flag {
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  display: flex;
}

.button-primary {
  color: var(--light-green);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #e85e9e;
  border-radius: 10px;
  padding: 12px 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #34d0a8;
}

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

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

.navbar-no-shadow {
  display: block;
}

.feature-grid-2 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-bottom: 30px;
}

.feature-wrap-2 {
  align-items: center;
  display: flex;
}

.button-2 {
  color: #ecfef6;
  background-color: #e85e9e;
  border: 3px #ec2d2d;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.button-2:hover {
  color: #fff;
  background-color: #34d0a8;
  border-color: #34d0a8;
}

.bold-text-21 {
  color: #333;
}

.check-svg {
  align-self: flex-start;
  margin-right: 12px;
}

.ix-shadow {
  z-index: -1;
  background-color: #009a911f;
  border-radius: 12px;
  position: absolute;
  inset: 0%;
  box-shadow: 1px 1px 10px #009a9133;
}

.feature-grid-2-copy {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-bottom: 30px;
}

.relative {
  position: relative;
}

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

.pricing-description-copy-2, .pricing-description {
  color: #6c8185;
  margin-bottom: 30px;
  font-weight: 400;
}

.payment-terms {
  font-size: 12px;
}

.anim8_slide-from-left.cosec-incorp-reg-included {
  margin-bottom: 15px;
}

.card-container {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #e4dcdc96;
  border-radius: 12px;
  flex-direction: column;
  padding: 30px 24px 24px;
  display: flex;
  position: relative;
}

.card-container.relative {
  position: relative;
}

.pricing-features {
  color: #000;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
}

.feature-grid-3-copy {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-bottom: 30px;
}

.bold-text-14 {
  color: #333;
}

.price {
  color: #5ec2a7;
  margin-bottom: 12px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1;
}

.detail-2 {
  color: #333;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.pricing-option {
  color: #333;
  text-align: center;
  margin-bottom: 12px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6em;
}

.pricing-card-grid {
  z-index: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.cosec-pricing-section {
  padding: 40px 10px;
  display: block;
}

.section-title-copy {
  color: #333;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  display: flex;
  position: static;
}

.feature-text {
  color: var(--grey);
  font-size: 15px;
}

.feature-text.white-text {
  color: #fff;
}

.pricing-features-2 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 22px;
  margin-bottom: 32px;
}

.container-cosec-pricing {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.cosec-price-card-base {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cosec-price-card {
  border: 1px solid #eff0f6;
  border-radius: 30px;
  padding: 32px 34px;
}

.cosec-pricing-base {
  background-color: #fff;
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 250px;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.check-wrap {
  align-items: center;
  display: flex;
}

.price-type {
  color: #231d4f;
  margin-top: 0;
}

.price-type.white-text {
  color: #fff;
}

.length-text {
  color: #848199;
  font-size: 22px;
}

.length-text.white-text {
  color: #d4d3db;
}

.button {
  color: var(--grey);
  background-color: #fef5fb;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button:hover {
  background-color: var(--bb-secondary-color);
}

.button.button-white {
  background-color: var(--pink);
  color: #ecfef6;
  font-weight: 700;
}

.button.button-white:hover {
  background-color: var(--bb-secondary-color);
}

.cosed-pricing-card-featured {
  background-color: var(--bb-primary-color);
  border-radius: 30px;
  width: 105%;
  height: 100%;
  padding: 32px 22px;
  position: relative;
  top: -35px;
  box-shadow: 2px 44px 42px #5ec2a747;
}

.pricing-text {
  color: #848199;
  font-size: 15px;
}

.pricing-text.white-text, .pricing.white-text {
  color: #fff;
}

.cosec-pricing-grid {
  grid-column-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.check {
  width: 24px;
  margin-right: 16px;
}

.pricing-column-white {
  background-color: #fff;
  border-radius: 20px;
  padding: 21px 10px;
  box-shadow: 16px 16px 42px #17123f1f;
}

.title-wrap {
  color: #7b88a8;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.price-type-2 {
  color: var(--bb-primary-color);
  margin-top: 0;
  font-size: 25px;
}

.pricing-top {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 140px;
  display: flex;
}

.feature-check {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.container-15 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  display: flex;
}

.text-block {
  color: #848199;
  font-size: 20px;
  font-weight: 400;
}

.button-wrap {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
}

.button-pricing {
  background-color: var(--pink);
  color: var(--light-green);
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 80%;
  min-height: 52px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.pricing-column-features {
  padding: 21px;
}

.check-2 {
  width: 18px;
  margin-right: 16px;
}

.price-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .3fr .3fr .3fr;
  width: 100%;
}

.feature-text-mobile {
  color: #848199;
  font-size: 15px;
  display: none;
}

.pricing-column {
  padding: 21px 10px;
}

.pricing-section {
  background-color: var(--light-green);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 3% 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-item {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.content-h1 {
  z-index: 2;
  color: #231d4f;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 55px;
  line-height: 1.1;
  position: relative;
}

.feature-grid {
  grid-column-gap: 18px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  justify-items: start;
}

.heading, .heading-2, .heading-3 {
  font-size: 25px;
}

.pricing-table_icon-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pricing-table_button {
  background-color: var(--pink);
  color: #fff;
  text-align: center;
  border-radius: 50vw;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: .6rem 1rem;
  font-size: .9rem;
  font-weight: 700;
  display: flex;
}

.pricing-table_plan-icon {
  width: 1.5rem;
}

.button-3 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #000;
  border: .0625rem solid #f5f8ff;
  border-radius: .3125rem;
  align-items: center;
  padding: .625rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

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

.pricing-table_head {
  padding: 2rem 2.5rem;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
}

.pricing-table_head.is-basic-plan, .pricing-table_head.is-enterprise-plan {
  background-color: var(--light-green);
  border-radius: 0;
}

.pricing-table_head.is-heading-cell {
  justify-content: center;
  align-items: center;
  height: 80%;
  padding: 0;
  display: flex;
  position: relative;
}

.pricing-table_heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.logo {
  border-radius: .25rem;
  width: 1.875rem;
}

.pricing-table_row {
  border-bottom: 1px solid #dedfe5;
  border-radius: 15px;
  text-decoration: none;
}

.pricing-table_row.is-category {
  color: #fff;
  text-align: left;
  border-radius: 0;
}

.heading-style-h1 {
  color: var(--grey);
  margin-bottom: .5rem;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.1;
}

.pricing-table_header_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #3b52ff;
  flex-direction: column;
  display: flex;
}

.fs_table-examples_table-container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: auto;
}

.fs_table-examples_table-container.is-relative-element {
  padding-top: 3.5rem;
  overflow: auto;
}

.pricing-table_most-popular {
  background-color: var(--bb-primary-color);
  color: #fff;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  font-size: .9rem;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: -2.7rem 0% auto;
}

.pricing-table_header {
  border: 1px #000;
  border-radius: 15px;
  font-weight: 400;
}

.pricing-table_component {
  text-align: left;
  border: 1px solid #eff0f6;
  border-radius: 15px;
  width: 100%;
}

.text-size-regular {
  font-size: 1rem;
}

.text-size-regular.text-weight-medium {
  color: var(--grey);
}

.heading-style-h4 {
  color: var(--bb-primary-color);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.pricing-table_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 21.5rem;
  font-weight: 400;
  line-height: 1.8;
  display: flex;
}

.pricing-table_cell {
  text-align: center;
  min-width: 14rem;
  padding: 5px 1.5rem;
  font-weight: 400;
}

.pricing-table_cell.is-first {
  background-color: var(--bb-primary-color);
  color: #fff;
  text-align: left;
  border-right-style: none;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 600;
}

.pricing-table_cell.is-title {
  text-align: left;
  min-width: 14px;
  font-size: 12px;
  font-weight: 400;
}

.pricing-table_cell.background-color-blue-lighter {
  background-color: var(--light-green);
}

.pricing-table_cell.background-color-blue-lighter.is-round {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.pricing-table_cell.is-category {
  background-color: var(--bb-primary-color);
  color: #fff;
  text-align: left;
  border-right-style: none;
  border-radius: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
}

.pricing-table_header_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pricing-table_body {
  color: #000;
  background-color: #fff;
}

.section_big {
  padding: 40px 5%;
  overflow: visible;
}

.pricing-table_icon {
  width: 1.75rem;
  line-height: 0;
  display: inline-block;
}

.button-grid {
  grid-template-rows: auto;
}

.text-block-2 {
  color: var(--light-green);
  font-weight: 700;
}

.bold-text-22 {
  font-size: 2.6rem;
}

.pricing-table_cell-2 {
  background-color: var(--light-green);
  text-align: center;
  min-width: 14rem;
  padding: 1rem 1.5rem;
  font-weight: 400;
}

.pricing-table_cell-2.background-color-blue-lighter {
  background-color: #f5f8ff;
}

.pricing-table_cell-2-copy {
  text-align: center;
  background-color: #fff;
  min-width: 14rem;
  padding: 0 1.5rem;
  font-weight: 400;
}

.pricing-table_cell-2-copy.center-pricing {
  background-color: #fff;
}

.text-block-3, .text-block-4 {
  font-size: 10px;
}

.pricing-table_cell-copy.reg-title {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.pricing-table_cell-copy {
  text-align: center;
  min-width: 14rem;
  margin-top: 10px;
  padding: 5px 1.5rem;
  font-weight: 400;
}

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

.pricing-table_cell-copy {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  min-width: 14rem;
  padding: 5px 1.5rem;
  font-weight: 400;
}

.pricing-table_cell-copy {
  text-align: left;
  min-width: 14rem;
  padding: 5px 1.5rem;
  font-weight: 400;
  display: flex;
}

.pricing-table_cell-copy.annual-class {
  text-align: left;
}

.pricing-table_cell-copy {
  text-align: center;
  min-width: 14rem;
  padding: 5px 1.5rem;
  font-weight: 400;
}

.pricing-table_cell-copy.is-first {
  background-color: var(--bb-primary-color);
  color: #fff;
  text-align: left;
  border-right-style: none;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 600;
}

.pricing-table_cell-copy.is-title {
  text-align: left;
  min-width: 14px;
  font-size: 12px;
  font-weight: 400;
}

.pricing-table_cell-copy.background-color-blue-lighter {
  background-color: var(--light-green);
}

.pricing-table_cell-copy.background-color-blue-lighter.is-round {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.pricing-table_cell-copy.is-category {
  background-color: var(--bb-primary-color);
  color: #fff;
  text-align: left;
  border-right-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
}

.pricing-table_celll {
  text-align: center;
  min-width: 14rem;
  padding: 5px 1.5rem;
  font-weight: 400;
}

.pricing-table_celll.is-first {
  background-color: var(--bb-primary-color);
  color: #fff;
  text-align: left;
  border-right-style: none;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 600;
}

.pricing-table_celll.is-title {
  text-align: left;
  min-width: 14px;
  font-size: 12px;
  font-weight: 400;
}

.pricing-table_celll.background-color-blue-lighter {
  background-color: var(--light-green);
}

.pricing-table_celll.background-color-blue-lighter.is-round {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.pricing-table_celll.is-category-title {
  background-color: var(--bb-primary-color);
  color: #fff;
  text-align: left;
  border-right-style: none;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}

.image {
  position: relative;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.title-and-paragraph {
  grid-column-gap: 140px;
  grid-template-columns: 1.1fr .8fr;
  margin-bottom: 56px;
}

.grid-2-columns.blog-featured-v3 {
  grid-column-gap: 32px;
  grid-template-columns: 1.5fr 1fr;
  align-items: start;
}

.section-2 {
  padding-top: 40px;
  padding-bottom: 40px;
}


.cosec-pricing-container-default {
  max-width: 1018px;
  padding-left: 24px;
  padding-right: 24px;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.subtitle {
  color: #4a3aff;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 20px;
}

.empty-state {
  text-align: center;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 11px;
  padding: 26px 24px;
  box-shadow: 0 2px 12px #14142b14;
}

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

.display-2 {
  color: #211f54;
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

.display-2.color-accent-1 {
  color: #4a3aff;
}

.display-2.color-accent-1.mg-bottom-16px {
  color: #6e7191;
  width: 100%;
  font-size: 32px;
  line-height: 55px;
}

.card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.card.content-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px;
  display: flex;
}

.card.content-left.link-card {
  color: #6e7191;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 30px 20px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.card.content-left.link-card:hover {
  transform: scale3d(.94, .94, 1.01);
}

.grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-wrapper {
  color: #211f54;
  transition: none;
  display: inline-block;
}

.link-wrapper:hover, .link-wrapper.color-primary {
  color: #4a3aff;
}

.link-wrapper.color-primary:hover {
  color: #211f54;
}

.mg-bottom-24px {
  margin-bottom: 24px;
  font-size: 13px;
}

.inner-container._600px {
  max-width: 600px;
}

.inner-container._600px.center {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 20px;
  display: block;
}

.link-text {
  transition: color .3s;
  display: inline-block;
}

.line-rounded-icon.link-icon-right {
  margin-left: 6px;
  display: inline-block;
}

.heading-28 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.cosec-flex-horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cosec-flex-horizontal.align-top {
  align-items: flex-start;
}

.cosec-flex-horizontal.align-top.start.column-mbp {
  border: 3px solid #eff0f6;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  padding-left: 15px;
  padding-right: 15px;
}

.cosec-flex-horizontal.align-top.start.column-mbp:hover {
  border-color: #e85e9e;
}

.cosec-flex-horizontal.align-top.start.column-mbp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--bb-primary-color);
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  display: flex;
}

.cosec-flex-horizontal.align-top.start.column-mbp:hover {
  border-color: var(--pink);
  min-height: 60px;
}

.square-icon {
  border-radius: 16px;
}

.square-icon.mg-right-24px {
  max-width: 100px;
  max-height: 60px;
}

.mg-bottom-2 {
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.heading-29 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.container-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-58, .div-block-59 {
  width: 50%;
}

.heading-30 {
  color: var(--bb-primary-color);
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 72px;
  line-height: 40px;
}

.heading-31, .heading-32 {
  color: var(--bb-primary-color);
  margin-top: 10px;
  font-size: 38px;
}

.code {
  color: var(--pink);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  display: flex;
}

.code-2 {
  color: var(--pink);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.detail-green-2 {
  color: #494949;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-weight: 600;
  display: flex;
}

.bold-text-17 {
  color: #5ec2a7;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.heading-32-copy {
  color: var(--grey);
  margin-top: 10px;
  font-size: 30px;
}

.pricing-table_cell-2-copy {
  background-color: var(--light-green);
  text-align: center;
  min-width: 14rem;
  padding: 1rem 1.5rem;
  font-weight: 400;
}

.pricing-table_cell-2-copy.background-color-blue-lighter {
  background-color: #f5f8ff;
}

.pricing-table_cell-2-copy.free-reg {
  color: var(--pink);
  font-size: 24px;
  font-weight: 700;
}

.text-block-6 {
  font-size: 16px;
}

.text-block-7 {
  color: var(--grey);
  font-size: 14px;
}

.code-3 {
  color: var(--pink);
  font-size: 16px;
}

.button-4 {
  color: #ecfef6;
  background-color: #e85e9e;
  border: 3px #ec2d2d;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.button-4:hover {
  color: #fff;
  background-color: #34d0a8;
  border-color: #34d0a8;
}

.bold-text-23 {
  color: #333;
}

.price-2 {
  color: #5ec2a7;
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1;
}

.pricing-option-2 {
  color: #333;
  text-align: left;
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6em;
}

.heading-33 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  display: block;
}

.heading-33:hover {
  color: var(--grey);
  font-size: 20px;
}

.card-contact-link {
  background-color: #3a3a3a;
  border-radius: 100rem;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 10px;
  padding: 11px;
  transition: transform .3s;
}

.card-contact-link:hover {
  transform: scale(1.1);
}

.card-3 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 50% 0;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #d4d4d4;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  align-items: center;
  height: 70px;
  display: flex;
  overflow: hidden;
  transform: perspective(1800px);
}

.flex-col {
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.flex-row {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
}

.expand-card-wrap {
  perspective: 1800px;
  max-width: 100%;
  margin: 10px;
  transition: transform .2s;
}

.expand-card-wrap:hover {
  transform: scale(1.03);
}

.no-margin-top {
  color: #1f1f1f;
  margin-top: 0;
  font-weight: 400;
}

.card-1 {
  z-index: 999;
  cursor: pointer;
  background-color: #ededed;
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  padding-right: 11px;
  display: flex;
  position: relative;
}

.card-2 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective-origin: 50%;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  background-color: #ededed;
  padding-left: 15px;
  padding-right: 15px;
  overflow: scroll;
  transform: perspective(1800px);
}

.team-card-paragraph {
  color: #1f1f1f;
  max-height: 150px;
  margin-top: 15px;
  margin-bottom: 1px;
  font-size: .85rem;
  line-height: 1.4;
  overflow: scroll;
}

.card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.team-member-shot {
  background-image: url('../images/alvin-mahmudov-9_XfcBxf_uo-unsplash.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 100px;
  height: 100px;
  margin-right: 20px;
}

.no-margin-bottom {
  color: #1f1f1f;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.1;
}

.accordion-trigger---brix {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
  overflow: clip;
}

.accordion-arrow-wrap---brix {
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-height: 50px;
  display: flex;
  box-shadow: 0 5px 16px #080f340f;
}

.accordion-paragraph---brix {
  width: 100%;
  max-width: 90%;
  margin-top: 18px;
  margin-bottom: 0;
}

.accordion-arrow-wrapper---brix {
  z-index: 200;
  color: #4a3aff;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  padding-bottom: 2px;
  display: flex;
  position: relative;
  transform: rotate(90deg);
}

.accordion-item-wrapper---brix {
  max-width: 886px;
  margin-left: auto;
  margin-right: auto;
}

.cloneable-container-default {
  background-color: #fff;
  border-radius: 20px;
  min-height: 624px;
  padding: 40px;
  transform: translate(0);
}

.arrow-line---brix {
  background-color: #4a3aff;
  border-radius: 500px;
  width: 11px;
  min-height: 2px;
  position: absolute;
}

.arrow-line---brix._2---brix {
  right: 7px;
  transform: rotate(-45deg);
}

.arrow-line---brix._1---brix {
  left: 7px;
  transform: rotate(45deg);
}

.accordion-item-title---brix {
  color: var(--bb-primary-color);
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.accordion-item---brix {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.accordion-item---brix.accordion-1---brix {
  border: 2px solid #0000;
  margin-bottom: 32px;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 5px 16px #080f340f;
}

.accordion-item---brix.accordion-1---brix:hover {
  box-shadow: 0 14px 21px #4a3aff0f;
}

.div-block-62 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 10px;
  display: grid;
  overflow: auto;
}

.bold-text-24 {
  font-weight: 700;
  display: inline;
}

.bold-text-25 {
  color: var(--bb-primary-color);
}

.bold-text-26 {
  color: var(--pink);
}

.bold-text-27 {
  color: var(--bb-primary-color);
}

.code-4 {
  color: var(--pink);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.bold-text-28, .bold-text-29 {
  color: var(--pink);
}

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

.footer-copyright-center {
  color: #333;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.footer-divider {
  background-color: #333;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.footer-dark {
  background-color: #ecfef6;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 0;
  position: relative;
}

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

@media screen and (min-width: 1280px) {
  .wg-dd-1-list.wg-dropdown-link-flag {
    position: absolute;
    overflow: visible;
  }

  .wg-dropdown-1 {
    z-index: 10;
  }

  .wg-dropdown-list {
    z-index: 10;
    padding: 10px 10px 5px;
    position: relative;
    overflow: visible;
  }

  .list-item-2 {
    margin-left: 70px;
  }

  .wg-dropdown-1-link {
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .wg-left-side:hover {
    color: #5ec2a7;
  }

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

  .wg-dd-1-togle {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .wg-dd-1-togle:hover {
    border-color: #5ec2a7;
  }

  .button-primary {
    padding-top: 14px;
    padding-bottom: 14px;
    display: inline-block;
  }

  .button-primary:hover {
    color: #fff;
    background-color: #5ec2a7;
    border: 0 #000;
  }

  .navbar-no-shadow {
    z-index: 100;
    position: sticky;
  }

  .feature-grid-2 {
    grid-template-rows: auto auto auto;
  }

  .feature-wrap-2 {
    text-align: justify;
    justify-content: flex-start;
    align-items: center;
  }

  .button-2 {
    background-color: #e85e9e;
    font-size: 18px;
    font-weight: 700;
  }

  .button-2:hover {
    background-color: #5ec2a7;
  }

  .feature-grid-2-copy {
    grid-template-rows: auto auto auto;
  }

  .container-12 {
    margin-top: 40px;
  }

  .pricing-description-copy-2, .pricing-description {
    margin-bottom: 20px;
  }

  .card-container {
    border: 1px solid #e4dcdc96;
    height: 600.84px;
    padding-top: 20px;
  }

  .pricing-features {
    color: #000;
  }

  .feature-grid-3-copy {
    grid-template-rows: auto auto auto;
  }

  .price {
    color: #34d0a8;
  }

  .detail-2 {
    text-align: left;
    font-size: 16px;
  }

  .pricing-option {
    color: #333;
    font-weight: 700;
  }

  .pricing-card-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-title-copy {
    margin-bottom: 40px;
  }

  .pricing-table_row {
    border-bottom: 1px solid #dedfe5;
  }

  .grid-1-column.gap-row-32px.mg-bottom-48px {
    grid-template-rows: auto auto auto;
    grid-auto-rows: 1fr;
  }

  .div-block-34 {
    margin-left: 10px;
  }

  .heading-28 {
    margin-top: 0;
    font-size: 20px;
  }

  .cosec-flex-horizontal.align-top.start.column-mbp {
    border: 3px solid #bababa85;
    border: 1px solid var(--bb-primary-color);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    padding: 10px 8px;
  }

  .cosec-flex-horizontal.align-top.start.column-mbp:hover {
    min-height: 60px;
  }

  .square-icon.mg-right-24px {
    max-width: 10%;
  }

  .mg-bottom-2 {
    text-align: left;
    justify-content: flex-start;
    align-items: stretch;
    font-size: 15px;
    display: flex;
  }

  .div-block-35 {
    margin-left: 20px;
  }

  .heading-29 {
    margin-top: 0;
    font-size: 20px;
  }

  .container-10 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-21, .div-block-22 {
    margin-left: 10px;
  }

  .div-block-58, .div-block-59 {
    width: 50%;
  }

  .detail-green-2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .button-4 {
    background-color: #e85e9e;
    font-size: 18px;
    font-weight: 700;
  }

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

  .price-2 {
    color: #34d0a8;
  }

  .pricing-option-2 {
    color: #333;
    font-weight: 700;
  }

  .div-block-60 {
    margin-left: 10px;
  }

  .heading-33 {
    margin-top: 0;
    font-size: 20px;
  }

  .expand-card-wrap {
    max-width: 360px;
  }

  .footer-copyright-center {
    font-size: 12px;
  }

  .footer-divider {
    background-color: #387464;
  }

  .footer-dark {
    background-color: #ecfef6;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 1920px) {
  .price, .price-2 {
    color: #34d0a8;
  }

  .footer-dark {
    background-size: cover;
  }
}

@media screen and (max-width: 991px) {
  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

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

  .wg-dd-1-list.wg-dropdown-link-flag {
    width: 100%;
  }

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

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

  .wg-dropdown-list {
    box-shadow: none;
    border-style: none;
    border-radius: 0;
    padding-right: 20px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #476167;
    border-radius: 10px;
  }

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

  .ix-shadow {
    width: 100%;
    max-width: 100%;
  }

  .relative {
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .container-12 {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
  }

  .pricing-description-copy-2, .pricing-description {
    text-align: center;
    font-size: 16px;
    display: flex;
  }

  .anim8_slide-from-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
    display: flex;
  }

  .anim8_slide-from-left.cosec-incorp-reg-included {
    justify-content: center;
    align-items: center;
  }

  .card-container {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .card-container.relative {
    justify-content: center;
    align-items: center;
  }

  .pricing-card-grid {
    grid-template-columns: 1fr 1fr;
    display: block;
  }

  .section-title-copy {
    text-align: center;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 30px;
  }

  .cosec-price-card {
    margin-bottom: 20px;
    position: relative;
  }

  .cosec-pricing-base {
    margin-top: 0;
  }

  .cosed-pricing-card-featured {
    box-shadow: none;
    width: 100%;
    margin-bottom: 20px;
    top: 0;
  }

  .cosec-pricing-grid {
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    display: block;
  }

  .pricing-column-white {
    padding: 15px;
  }

  .pricing-column-features {
    padding: 15px;
    display: none;
  }

  .price-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .feature-text-mobile {
    display: block;
  }

  .pricing-column {
    padding: 15px;
  }

  .button-3 {
    line-height: 1;
  }

  .pricing-table_head {
    min-width: 18rem;
  }

  .fs_table-examples_table-container {
    max-width: 100%;
    padding-top: 5rem;
    overflow: auto;
  }

  .pricing-table_component {
    max-width: 100%;
  }

  .pricing-table_cell-copy {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .image {
    max-width: 100%;
    height: 100%;
    min-height: 50%;
    max-height: 50%;
  }

  .grid-2-columns.title-and-paragraph {
    grid-column-gap: 50px;
    grid-template-columns: .8fr .8fr;
  }

  .grid-2-columns.blog-featured-v3 {
    grid-template-columns: 1fr;
  }

  .section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-1-column.gap-row-32px.mg-bottom-48px {
    display: block;
  }

  .display-2 {
    font-size: 58px;
    line-height: 70px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .heading-28 {
    font-size: 16px;
  }

  .cosec-flex-horizontal.align-top.start.column-mbp {
    justify-content: center;
    align-items: center;
    width: 600px;
    max-width: 100%;
    min-height: 60px;
  }

  .cosec-flex-horizontal.align-top.start.column-mbp:hover {
    min-height: 60px;
  }

  .anim8_slide-from-left-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-bottom: 5px;
    display: flex;
  }

  .heading-29 {
    font-size: 16px;
  }

  .container-10 {
    max-width: 728px;
    margin-top: 20px;
  }

  .anim8_slide-from-left-copy-2, .anim8_slide-from-left-copy-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-bottom: 5px;
    display: flex;
  }

  .detail-green-2 {
    margin-bottom: 0;
  }

  .heading-33 {
    text-align: center;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
  }

  .heading-33:hover {
    font-size: 16px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .accordion-item-title---brix {
    max-width: 88%;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 20px;
  }

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

  .footer-divider {
    background-color: #333;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-dark {
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

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

  .nav-menu {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

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

  .menu-button.w--open {
    background-color: #476167;
    border-radius: 10px;
  }

  .list-item-2, .wg-element {
    margin-left: 0;
  }

  .nav-button-wrapper {
    margin-top: 10px;
  }

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

  .button-2 {
    font-weight: 700;
  }

  .container-12 {
    margin-top: 0;
  }

  .anim8_slide-from-left {
    display: block;
  }

  .price {
    color: #34d0a8;
  }

  .section-title-copy {
    text-align: center;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 25px;
  }

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

  .cosec-pricing-base {
    margin-top: 0;
  }

  .title-wrap {
    text-align: center;
    align-items: center;
  }

  .price-grid {
    grid-template-columns: 1fr;
    max-width: 460px;
  }

  .pricing-column {
    background-color: #fff;
    border-radius: 20px;
  }

  .content-h1 {
    font-size: 55px;
  }

  .feature-grid {
    grid-row-gap: 14px;
  }

  .pricing-table_head, .pricing-table_head.is-heading-cell {
    min-width: auto;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .fs_table-examples_table-container {
    padding-bottom: 0;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .pricing-table_text-wrapper {
    display: none;
  }

  .pricing-table_cell.is-price {
    min-width: auto;
  }

  .pricing-table_cell.is-first {
    white-space: nowrap;
    min-width: auto;
    position: sticky;
    left: 0;
  }

  .pricing-table_cell.is-title {
    white-space: nowrap;
    background-color: #fff;
    border-right: .0625rem solid #f5f8ff;
    min-width: auto;
    position: sticky;
    left: 0;
  }

  .pricing-table_cell.is-category {
    white-space: nowrap;
    min-width: auto;
  }

  .pricing-table_cell-copy {
    text-align: left;
  }

  .pricing-table_cell-copy.is-price {
    min-width: auto;
  }

  .pricing-table_cell-copy.is-first {
    white-space: nowrap;
    min-width: auto;
    position: sticky;
    left: 0;
  }

  .pricing-table_cell-copy.is-title {
    white-space: nowrap;
    background-color: #fff;
    border-right: .0625rem solid #f5f8ff;
    min-width: auto;
    position: sticky;
    left: 0;
  }

  .pricing-table_cell-copy.is-category {
    white-space: nowrap;
    min-width: auto;
  }

  .pricing-table_celll.is-price {
    min-width: auto;
  }

  .pricing-table_celll.is-first {
    white-space: nowrap;
    min-width: auto;
    position: sticky;
    left: 0;
  }

  .pricing-table_celll.is-title {
    white-space: nowrap;
    background-color: #fff;
    border-right: .0625rem solid #f5f8ff;
    min-width: auto;
    position: sticky;
    left: 0;
  }

  .pricing-table_celll.is-category-title {
    white-space: nowrap;
    min-width: auto;
  }

  .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.title-and-paragraph {
    grid-row-gap: 12px;
    grid-template-columns: 1.1fr;
  }

  .section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .display-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
  }

  .cosec-flex-horizontal.align-top.start.column-mbp {
    width: 500px;
    min-height: 60px;
  }

  .cosec-flex-horizontal.align-top.start.column-mbp:hover {
    min-height: 60px;
  }

  .square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .anim8_slide-from-left-copy {
    display: block;
  }

  .container-10 {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: block;
  }

  .anim8_slide-from-left-copy-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-58, .div-block-59 {
    width: 100%;
  }

  .anim8_slide-from-left-copy-3 {
    display: flex;
  }

  .detail-green-2 {
    margin-bottom: 20px;
  }

  .button-4 {
    font-weight: 700;
  }

  .price-2 {
    color: #34d0a8;
  }

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

  .accordion-arrow-wrap---brix {
    width: 40px;
    min-height: 40px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .cloneable-container-default {
    padding: 40px 24px;
  }

  .accordion-item-title---brix {
    max-width: 80%;
    font-size: 18px;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 16px;
    padding: 32px;
  }

  .footer-divider {
    margin-top: 60px;
  }

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

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

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-dark {
    background-position: 0 100%;
    background-size: cover;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-block {
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container-12 {
    margin-top: 20px;
  }

  .anim8_slide-from-left {
    width: 100%;
    margin-bottom: 10px;
  }

  .bold-text-14 {
    color: #000;
  }

  .price {
    color: #34d0a8;
  }

  .pricing-card-grid {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-title-copy {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
  }

  .container-cosec-pricing {
    justify-content: center;
    align-items: center;
  }

  .cosed-pricing-card-featured {
    width: 100%;
  }

  .cosec-pricing-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .content-h1 {
    text-align: center;
    font-size: 42px;
  }

  .pricing-table_header_content {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .fs_table-examples_table-container {
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .fs_table-examples_table-container.is-relative-element {
    padding-top: 0;
  }

  .pricing-table_most-popular {
    padding-top: .7rem;
    padding-bottom: .75rem;
    top: -3rem;
  }

  .pricing-table_header_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .pricing-table_cell-copy {
    text-align: left;
  }

  .section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cosec-pricing-container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-1-column.gap-row-32px.mg-bottom-48px {
    width: 100%;
  }

  .card.content-left {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
  }

  .mg-bottom-24px {
    margin-bottom: 16px;
  }

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

  .cosec-flex-horizontal.align-top.start.column-mbp {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 60px;
  }

  .cosec-flex-horizontal.align-top.start.column-mbp:hover {
    min-height: 60px;
  }

  .square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .mg-bottom-2 {
    text-align: center;
  }

  .anim8_slide-from-left-copy {
    width: 100%;
    margin-bottom: 10px;
  }

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

  .container-10 {
    max-width: none;
    margin-top: 20px;
    display: block;
  }

  .anim8_slide-from-left-copy-2 {
    width: 100%;
    margin-bottom: 10px;
  }

  .div-block-58, .div-block-59 {
    width: 100%;
  }

  .anim8_slide-from-left-copy-3 {
    width: 100%;
    margin-bottom: 10px;
  }

  .detail-green-2 {
    margin-bottom: 20px;
  }

  .bold-text-23 {
    color: #000;
  }

  .price-2 {
    color: #34d0a8;
  }

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

  .heading-33:hover {
    font-size: 16px;
  }

  .flex-row {
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }

  .card-1 {
    align-items: center;
  }

  .card-2 {
    padding-left: 11px;
    padding-right: 5px;
  }

  .team-member-shot {
    align-self: stretch;
    height: auto;
  }

  .accordion-content---brix {
    margin-top: 10px;
    overflow: clip;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .cloneable-container-default {
    padding: 40px 16px;
  }

  .accordion-item-title---brix {
    max-width: 70%;
    font-size: 20px;
  }

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


}

#w-node-fb784bb1-5e92-3e93-cb3e-83b102d40949-b2741154, #w-node-_88c8f92a-b333-1b31-6d0c-98bfd3e67825-b2741154, #w-node-b9dbd3b2-97a3-0124-d09d-e66a8a82d0e3-b2741154, #w-node-f3ad2e1b-9c62-491c-9b0c-2bc1103b5c7d-b2741154, #w-node-da38cbf6-ef6b-22f6-0748-1e1c1cce0659-b2741154, #w-node-_20847c50-8a9d-5334-5473-c143c3fcc39e-b2741154, #w-node-dbe681d4-8d65-9235-6a3e-d93c141a49bf-b2741154, #w-node-_76581df0-8fac-344f-c2b5-cec5128a9602-b2741154, #w-node-_2558de9d-6441-f951-0dda-1e67fba03ab8-b2741154, #w-node-_4e8c4de9-2273-bda0-7bf6-f50d687af9e5-b2741154, #w-node-_2341b1a5-43af-8199-2583-34312453d256-b2741154, #w-node-_9e74410f-65dc-510c-08d8-b383c4705590-b2741154, #w-node-_9e74410f-65dc-510c-08d8-b383c4705595-b2741154, #w-node-_9e74410f-65dc-510c-08d8-b383c470559a-b2741154, #w-node-_9e74410f-65dc-510c-08d8-b383c470559f-b2741154, #w-node-_9e74410f-65dc-510c-08d8-b383c47055a4-b2741154, #w-node-_9e74410f-65dc-510c-08d8-b383c47055a9-b2741154, #w-node-_9e74410f-65dc-510c-08d8-b383c47055ae-b2741154, #w-node-_9e74410f-65dc-510c-08d8-b383c47055b3-b2741154, #w-node-_9e74410f-65dc-510c-08d8-b383c47055b8-b2741154, #w-node-_9e74410f-65dc-510c-08d8-b383c47055bd-b2741154, #w-node-_9e74410f-65dc-510c-08d8-b383c47055c2-b2741154, #w-node-d2d15a2a-ef67-8490-050b-6edb057057a3-b2741154, #w-node-d5f2da2c-04d7-8f0c-0304-be26270638ee-b2741154, #w-node-_6339e6e8-c251-f114-bce7-f71a7124288d-b2741154, #w-node-cde5852b-4e46-b7c4-fafd-3ab8a51507cd-b2741154, #w-node-f214d104-0d82-cf3e-72bf-d66340206489-b2741154, #w-node-cbaa2113-d503-2024-f722-aeb54bc4edd3-b2741154, #w-node-_78ee59d8-693e-cf55-2025-85e2fd8c2c3f-b2741154, #w-node-_8a7f52d2-9452-9d5a-fb21-22e84b25e0be-b2741154, #w-node-cb035e3a-1c21-b8c5-32bd-1e8856ef5872-b2741154, #w-node-b1a3785b-cbda-28e0-f688-51cc59f05aae-b2741154, #w-node-_11ba456d-592a-601b-6454-55b41129e9d6-b2741154, #w-node-_11ba456d-592a-601b-6454-55b41129e9db-b2741154, #w-node-_11ba456d-592a-601b-6454-55b41129e9e0-b2741154, #w-node-_11ba456d-592a-601b-6454-55b41129e9e5-b2741154, #w-node-_11ba456d-592a-601b-6454-55b41129e9ea-b2741154, #w-node-_11ba456d-592a-601b-6454-55b41129e9ef-b2741154, #w-node-_11ba456d-592a-601b-6454-55b41129e9f4-b2741154, #w-node-aa4ed960-0bd6-69ca-0fee-23ec069e0fa8-b2741154, #w-node-aa4ed960-0bd6-69ca-0fee-23ec069e0fad-b2741154, #w-node-aa4ed960-0bd6-69ca-0fee-23ec069e0fb2-b2741154, #w-node-aa4ed960-0bd6-69ca-0fee-23ec069e0fb7-b2741154, #w-node-aa4ed960-0bd6-69ca-0fee-23ec069e0fbc-b2741154, #w-node-aa4ed960-0bd6-69ca-0fee-23ec069e0fc1-b2741154, #w-node-aa4ed960-0bd6-69ca-0fee-23ec069e0fc6-b2741154, #w-node-aa4ed960-0bd6-69ca-0fee-23ec069e0fcb-b2741154, #w-node-aa4ed960-0bd6-69ca-0fee-23ec069e0fd0-b2741154, #w-node-aa4ed960-0bd6-69ca-0fee-23ec069e0fd5-b2741154, #w-node-aa4ed960-0bd6-69ca-0fee-23ec069e0fda-b2741154, #w-node-aa4ed960-0bd6-69ca-0fee-23ec069e0fdf-b2741154, #w-node-aa4ed960-0bd6-69ca-0fee-23ec069e0fe4-b2741154, #w-node-aa4ed960-0bd6-69ca-0fee-23ec069e0fe9-b2741154, #w-node-aa4ed960-0bd6-69ca-0fee-23ec069e0fee-b2741154, #w-node-aa4ed960-0bd6-69ca-0fee-23ec069e0ff3-b2741154, #w-node-aa4ed960-0bd6-69ca-0fee-23ec069e0ff8-b2741154, #w-node-aa4ed960-0bd6-69ca-0fee-23ec069e0ffd-b2741154, #w-node-aa4ed960-0bd6-69ca-0fee-23ec069e1002-b2741154, #w-node-aa4ed960-0bd6-69ca-0fee-23ec069e1007-b2741154 {
  align-self: center;
}


