:root {
  --bb-light-green: #ecfef6;
  --bb-secondary: #34d0a8;
  --bb-primary-color: #476167;
  --orange: #fad34d;
  --button-border: #ec2d2d;
  --pink: #e85e9e;
  --bb-tertiary: #5ec2a7;
  --title-color: #333;
  --second-title: #6c8185;
  --light-orange: #ffeacb;
  --blue: #359ed9;
  --light-red: #f97f6d;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

.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-element-wrapper.sw6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

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

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

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

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

.nav-dropdown-toggle:focus-visible {
  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-dd-1-list {
  background-color: #0000;
  padding: 10px 0 0;
}

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

.button-primary {
  color: var(--bb-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 {
  background-color: var(--bb-secondary);
  color: #fff;
}

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

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

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

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

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

.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-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Roboto, sans-serif;
  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;
}

.wg-code {
  display: none;
}

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

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

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

.mobile-margin-top-10 {
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  display: flex;
}

.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: var(--orange);
}

.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-dropdown-1-link {
  border-radius: 20px;
  width: 100%;
  padding: 0;
  text-decoration: none;
}

.wg-dropdown-1-link:hover {
  background-color: var(--orange);
}

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

.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: var(--bb-secondary);
}

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

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

.icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

.icon-list-item-wrapper.center {
  justify-content: center;
}

.icon-list-item-wrapper.white {
  font-size: 16px;
}

.c-card_back {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.bold-text {
  width: 496px;
  max-width: 496px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 50px;
}

.company-tab {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #fff;
  border: 3px solid #b7c8ca;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: 500px;
  height: 50px;
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 20px 3px;
  display: flex;
}

.button-relative {
  color: #fff;
  text-align: center;
  background-color: #4a3aff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px #4a3aff1f;
}

.button-relative:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px #4a3aff26;
}

.button-relative.button-class {
  border: 3px none var(--button-border);
  color: var(--bb-light-green);
  background-color: #e85e9ed6;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  position: absolute;
  inset: 14px 14px 14px auto;
}

.button-relative.button-class:hover {
  border-color: var(--bb-secondary);
  background-color: var(--bb-secondary);
  transform: none;
}

.text-200 {
  line-height: 20px;
}

.company-name-search {
  position: relative;
}

.c-wrapper {
  perspective: 1000px;
  text-align: center;
  max-width: 100%;
}

.c-section, .c-section-copy {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.c-section-copy.title-block {
  min-height: auto;
  display: block;
}

.link-block-2 {
  background-color: var(--bb-tertiary);
  border-radius: 10px;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
}

.heading-new {
  line-height: 30px;
  display: block;
  position: static;
  overflow: visible;
}

.container-default-copy {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.container-default-copy.section1block {
  max-width: 100%;
  display: flex;
  position: relative;
}

.text-span-4 {
  color: var(--bb-primary-color);
  font-weight: 700;
  text-decoration: none;
}

.success-message-image {
  margin-bottom: 23px;
}

.input-relative {
  border: 1px solid #eff0f6;
  border-radius: 100px;
  min-height: 64px;
  margin-bottom: 24px;
  padding: 22px 24px;
  box-shadow: inset 0 0 #0000;
}

.input-relative:focus {
  color: #0d0a2c;
  border-color: #4a3aff;
}

.input-relative::placeholder {
  color: #615e83;
  font-size: 18px;
  line-height: 20px;
}

.input-relative.newsletter {
  min-height: 84px;
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  transition: all .35s;
  box-shadow: 0 4px 25px #0d0a2c0f;
}

.input-relative.newsletter:hover {
  border-width: 2px;
  border-color: var(--orange);
  box-shadow: 0 8px 28px #170f4914;
}

.input-relative.newsletter:focus {
  border-color: var(--bb-secondary);
  box-shadow: 0 7px 28px #170f4914;
}

.input-relative.newsletter::placeholder {
  font-size: 18px;
}

.text-bold {
  color: #211f54;
  font-weight: 700;
}

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

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

.c-card {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.success-message {
  color: #a7f3d0;
  background-color: #a7f3d0;
  border-radius: 24px;
  overflow: visible;
      margin-top: 27px;

}

.inner-container._700px {
  max-width: 700px;
}

.inner-container._700px.center {
  max-width: 100%;
  display: block;
}

.inner-container._400px {
  max-width: 400px;
}

.inner-container._490px {
  max-width: 490px;
}

.icon-list {
  margin-right: 5px;
}

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

.start-business-section.top {
  justify-content: center;
  align-items: center;
  padding-top: 149px;
  display: flex;
}

.start-business-section.top.section1screen {
  background-color: var(--bb-light-green);
  background-image: url('../images/first_gif.gif');
  background-position: 0 35%;
  background-repeat: no-repeat;
  background-size: 30%;
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative;
}

.error-message-2.newsletter {
  color: #fff;
  text-align: center;
  background-color: #fecaca;
  border-radius: 11px;
  margin-top: 22px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 28px;
}

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

.home-logo-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-logo-wrapper.bottom {
  margin-top: -2rem;
}

.client-logo {
  opacity: .8;
  object-fit: contain;
  width: 100%;
  min-height: 7rem;
  max-height: 7rem;
  transition: opacity .4s;
}

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

.clients-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.clients-grid.logo-animate-alt {
  grid-column-gap: 3rem;
  flex: none;
  width: 100rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.container-6 {
  flex: 1;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.wrapper {
  width: 100%;
}

.overline-2 {
  color: #72767d;
  text-align: center;
  letter-spacing: .08rem;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 500;
}

.home-logo-left-gradient {
  background-image: linear-gradient(to right, #fff, #fff0);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home-logo-left-gradient.right {
  background-image: linear-gradient(270deg, #fff, #fff0);
  inset: 0% 0% 0% auto;
}

.embed {
  display: none;
}

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

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

.flex-horizontal.align-top.start.column-mbp {
  border: 3px solid #bababa85;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  min-height: 80px;
}

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

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

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

.square-icon.mg-bottom-24px.width-56px {
  border-radius: 11px;
  width: 56px;
  margin-bottom: 0;
}

.best-package-title {
  color: var(--title-color);
  text-align: left;
  font-family: Exo, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 25px;
}

.best-package-title-copy {
  color: #f97f6d;
  text-align: left;
  font-family: Exo, sans-serif;
  font-size: 49px;
  font-weight: 700;
}

.container {
  object-fit: contain;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-19 {
  text-align: center;
  margin-bottom: 40px;
  display: block;
}

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

.c-section-2 {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

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

.c-container-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.detail-green {
  color: #009a91;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}

.whychooseus {
  padding-top: 40px;
  padding-bottom: 176px;
}

.container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

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

.subtitle.mg-bottom-24px {
  color: #1e717e;
  text-align: center;
  -webkit-text-stroke-color: #000;
  min-height: auto;
  margin-bottom: 24px;
  font-size: 30px;
}

.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.text-left-short {
  grid-column-gap: 64px;
  grid-template-columns: 1fr 1fr;
}

.grid-2-columns.pricing-card-v10 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  place-items: start stretch;
  margin-top: 30px;
  margin-bottom: 30px;
}

.content-wrap {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.scroll-base {
  transform-origin: 50% 0;
  background-color: #eeeff4;
  width: 6px;
  height: 100%;
}

.label-2-copy {
  color: #1e717e;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.heading-16 {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.content {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.img-block {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.scroll-animate {
  background-color: var(--bb-secondary);
  transform-origin: 50% 0;
  width: 6px;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.label-2-copy-2 {
  color: #1e717e;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
}

.scoll-wrap {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.step-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  place-content: center space-around;
  align-self: auto;
  align-items: center;
  min-height: 30vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.content-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.step-content-block {
  text-align: left;
  align-self: center;
  position: relative;
}

.title {
  white-space: break-spaces;
}

.title.testimonial---brix {
  margin-bottom: 0;
}

.title.avatar-name-v1---brix {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.title.testimonial---brix {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}

.bold-steps-title {
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 39px;
  font-weight: 700;
  position: relative;
}

.steps-clone {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.label-2-copy-3 {
  color: #1e717e;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.step-2 {
  z-index: 2;
  background-color: #fff;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 12px 10px;
  display: flex;
  position: relative;
}

.container-7 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 10%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  inset: 0%;
  box-shadow: 7px 7px 20px #12121212;
}

.image-10 {
  max-width: 70%;
}

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

.image-wrapper---brix {
  overflow: hidden;
}

.image-wrapper---brix.testimonial-v1---brix {
  border-radius: 50%;
  width: 60px;
  margin-right: 18px;
  box-shadow: 0 4px 14px #2427291a;
}

.slide---brix.testimonial-v1---brix {
  max-width: 500px;
  margin-right: 30px;
}

.slide---brix.testimonial-v1---brix.first---brix {
  max-width: 300px;
}

.slide---brix.testimonial-v1---brix.first---brix-copy {
  max-width: 280px;
}

.slide---brix.testimonial-v1---brix.first---brix-copy-copy {
  max-width: 300px;
}

.slide---brix.testimonial-v1---brix.first---brix-copy, .slide---brix.testimonial-v1---brix.first---brix-copy-copy {
  max-width: 400px;
  margin-right: 5px;
}

.slider-arrow---brix {
  background-color: #4a3aff;
  border-radius: 50%;
  width: 64px;
  min-width: 64px;
  min-height: 64px;
  max-height: 64px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 22px;
  transition: box-shadow .35s, background-color .35s, color .35s, transform .35s;
  box-shadow: 0 4px 4px #0c046633;
}

.slider-arrow---brix:hover {
  color: #170f49;
  background-color: #fff;
  transform: scale(1.1);
  box-shadow: 0 4px 20px -8px #0c04661a;
}

.slider-arrow---brix:active {
  transform: scale(.94);
}

.slider-arrow---brix.small---brix {
  width: 56px;
  min-width: 56px;
  min-height: 56px;
  max-height: 56px;
  margin-top: auto;
  margin-bottom: auto;
}

.slider-arrow---brix.small---brix.left---brix {
  background-color: var(--bb-primary-color);
  width: 52px;
  min-width: 52px;
  min-height: 52px;
  max-height: 52px;
  margin-bottom: 0;
  right: auto;
}

.slider-arrow---brix.small---brix.right---brix {
  background-color: var(--bb-primary-color);
  width: 52px;
  min-width: 52px;
  min-height: 52px;
  max-height: 52px;
  margin-bottom: 0;
  left: auto;
}

.slider---brix {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.slider---brix.testimonial-v1---brix {
  box-sizing: border-box;
  object-fit: fill;
  width: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-content---brix.testimonial-v1--brix {
  margin-bottom: 30px;
  display: block;
}

.mask---brix {
  border-radius: 20px;
}

.mask---brix.testimonial-v1---brix {
  max-width: 500px;
  overflow: visible;
}

.image---brix.avatar---brix.testimonial-v1---brix {
  width: 60px;
  min-width: 60px;
  min-height: 60px;
  max-height: 60px;
  display: block;
}

.paragraph---brix.testimonial-v1---brix {
  text-align: center;
  color: #000;
  text-align: center;
  margin-bottom: 28px;
}

.display-none {
  display: none;
}

.testimonial-wrapper---brix {
  text-align: center;
  display: block;
}

.split-content---brix.testimonials-client-info---brix {
  flex-wrap: wrap;
  align-items: center;
  display: block;
}

.split-content---brix.avatar-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.card---brix {
  background-color: #fff;
  border: 1px solid #f7f7fb;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 14px #080f340a;
}

.card---brix.testimonial-v1---brix {
  padding: 53px 54px 60px;
}

.card---brix.testimonial-v1---brix.first---brix {
  height: 391px;
  padding: 20px;
}

.card---brix.testimonial-v1---brix.first---brix:hover {
  border-width: 2px;
  border-color: var(--orange);
}

.card---brix.testimonial-v1---brix.first---brix {
  height: 350px;
  margin-bottom: 80px;
  padding: 20px 25px;
}

.card---brix.testimonial-v1---brix.first---brix:hover {
  border: 2px #fad34d;
}

.container-default---brix {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default---brix.adjust-container-max-w {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.pricing-content-copy {
  padding: 40px 28px 72px;
}

.pricing-content-copy.v10 {
  padding: 20px;
}

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

.card.pricing-popular {
  background-color: var(--bb-light-green);
  color: #f7f7fc;
  position: relative;
}

.card.pricing-popular-copy {
  color: var(--bb-light-green);
  background-color: #476167;
  position: relative;
}

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

.card.content-left.pd-32px---48px---56px {
  padding-bottom: 56px;
  padding-left: 32px;
  padding-right: 32px;
}

.text-201-copy {
  line-height: 20px;
}

.text-201-copy.bold {
  font-weight: 700;
}

.text-201-copy.bold.list {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.white {
  color: #fff;
  background-color: #fff;
}

.btn-primary.white:hover {
  background-color: var(--bb-secondary);
  color: #fff;
}

.btn-primary.button-row {
  margin-right: 28px;
}

.container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.display-3 {
  color: #211f54;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

.display-3.color-neutral-100 {
  color: #fff;
}

.display-3.color-neutral-100.mg-bottom-8px {
  color: var(--bb-primary-color);
  font-family: Roboto, sans-serif;
  font-size: 40px;
}

.display-3-copy {
  color: #211f54;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

.display-3-copy.color-neutral-100 {
  color: #fff;
}

.display-3-copy.color-neutral-100.mg-bottom-8px {
  color: var(--bb-light-green);
  -webkit-text-stroke-color: var(--title-color);
  font-family: Roboto, sans-serif;
  font-size: 40px;
}

.pricing-content {
  padding: 40px 28px 72px;
}

.pricing-content.v10 {
  background-color: #fff;
  border-radius: 24px;
  padding: 20px;
}

.text-201 {
  line-height: 20px;
}

.text-201.bold {
  font-weight: 700;
}

.position-relative {
  position: relative;
}

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

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

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

.detail {
  color: #4a556c;
  margin-bottom: 0;
  font-weight: 400;
}

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

.title-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  display: block;
}

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

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

.relative {
  position: relative;
}

.pricing-description {
  color: var(--second-title);
  margin-bottom: 30px;
  font-weight: 400;
}

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

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

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

.price {
  color: var(--bb-tertiary);
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1;
}

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

.content-section {
  background-color: #f2f4ff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding: 100px 3%;
  display: flex;
}

.button-2 {
  border: 3px none var(--button-border);
  background-color: var(--pink);
  color: var(--bb-light-green);
  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 {
  border-color: var(--bb-secondary);
  background-color: var(--bb-secondary);
  color: #fff;
}

.open-close-icon-wrapper---brix {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14px;
  min-height: 14px;
  display: flex;
  position: relative;
}

.container-default-2 {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.accordion-item-title---brix {
  color: #170f49;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

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

.open-close-line---brix {
  background-color: var(--pink);
  border-radius: 500px;
  width: 100%;
  height: 2px;
  position: absolute;
}

.open-close-line---brix.second-line---brix {
  background-color: var(--pink);
  transform: rotate(90deg);
}

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

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

.accordion-item-wrapper---brix.tabs-accordion---brix {
  background-color: #fff;
  border-radius: 18px;
  padding: 20px 40px;
  box-shadow: 0 5px 16px #080f340f;
}

.tabs-container---brix {
  padding: 0 20px;
  overflow: visible;
}

.accordion-tabs---brix {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.faq3 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.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.tabs-accordion---brix {
  border-bottom: 1px solid #d9dbe9;
  border-radius: 0;
  padding: 10px 0;
  transition: padding .2s;
}

.accordion-item---brix.tabs-accordion---brix:hover {
  padding-left: 16px;
}

.accordion-item---brix.tabs-accordion---brix.last-accordion-item---brix {
  border-bottom-style: none;
}

.footer-divider {
  background-color: var(--title-color);
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

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

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

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

.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-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-social-link {
  margin-left: 12px;
}

.footer-copyright-center {
  color: var(--title-color);
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

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

.footer-dark {
  background-color: var(--bb-light-green);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 0;
  position: relative;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.whatsapp-container {
  z-index: 30;
  cursor: pointer;
  background-color: #23cf64;
  border: 1px solid #ffffff4d;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  padding: 10px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: var(--bb-secondary);
  transform: scale(1.05);
}

.live-icon {
  background-color: #12b981;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 5px auto auto 5px;
}

.bold-text-9 {
  width: auto;
  max-width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 60px;
}

.text-block-8 {
  text-decoration: none;
}

.text-202 {
  color: var(--bb-primary-color);
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.text-block-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-section-3 {
  justify-content: center;
  align-items: center;
  min-height: 0;
  display: flex;
}

.link-block-3 {
  border-radius: 10px;
  padding: 8px 12px;
  text-decoration: none;
}

.div-block-32 {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.text-span-8 {
  color: #818080;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 25px;
}

.image-14 {
  max-width: 400px;
  max-height: 500px;
}

.text-block-10 {
  color: var(--title-color);
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.text-span-9 {
  color: #fff;
  font-family: Roboto, sans-serif;
  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;
}

.container-9 {
  flex: 1;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.heading-27 {
  margin-top: 0;
  margin-bottom: 0;
}

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

.detail-green-3 {
  color: var(--bb-tertiary);
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-weight: 600;
  display: flex;
}

.heading-29 {
  margin-top: 0;
  margin-bottom: 0;
}

.best-package-section {
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.image-15 {
  max-width: 900px;
}

.heading-30, .heading-31 {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.heading-32 {
  margin-top: 0;
  margin-bottom: 0;
}

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

.c-container-3 {
  width: 500px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.detail-green-4 {
  color: var(--bb-secondary);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
}

.bold-text-10 {
  color: #000;
  text-transform: capitalize;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 35px;
}

.container-default-5 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

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

.why-choose-us-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-17 {
  border-radius: 15px;
  max-width: 80%;
}

.label-2-copy-4 {
  color: #1e717e;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.detail-green-5 {
  color: var(--bb-secondary);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
}

.heading-37 {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.bold-text-11 {
  color: #000;
  text-transform: capitalize;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 40px;
}

.container-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 0%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.image-18 {
  border-radius: 15px;
  max-width: 80%;
}

.paragraph-20, .paragraph-21 {
  font-size: 18px;
  line-height: 1.3;
}

.label-2-copy-5 {
  color: #1e717e;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
}

.paragraph-22 {
  font-size: 18px;
  line-height: 1.3;
}

.image-19 {
  border-radius: 15px;
  max-width: 80%;
}

.div-block-40 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.div-block-41 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ffeacb;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 15px 15px 10px;
  display: flex;
}

.lottie-animation-7 {
  width: 8%;
}

.text-block-12 {
  color: var(--bb-primary-color);
  text-align: center;
  -webkit-text-stroke-color: var(--second-title);
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.text-span-11 {
  color: var(--bb-primary-color);
  font-size: 30px;
  font-weight: 700;
}

.bold-text-12 {
  font-size: 24px;
}

.image-20 {
  max-width: 150px;
}

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

.image-21 {
  width: 130px;
}

.paragraph-23 {
  color: #fff;
  font-family: Roboto, sans-serif;
}

.container-default-6 {
  max-width: 1218px;
  margin-top: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.text-203 {
  line-height: 20px;
}

.text-203.bold {
  font-weight: 700;
}

.text-203.bold.list {
  color: var(--bb-primary-color);
  font-size: 16px;
  font-weight: 400;
}

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

.services-section {
  background-color: #f2f4ff00;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: auto;
  padding: 40px 3%;
  display: flex;
}

.title-wrap-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: block;
}

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

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

.container-default-7 {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.heading-38 {
  justify-content: center;
  align-items: center;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  display: flex;
  position: relative;
}

.faq-section {
  background-color: var(--bb-light-green);
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

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

.text-span-12 {
  color: var(--bb-primary-color);
}

.title-copy {
  white-space: break-spaces;
}

.title-copy.testimonial---brix-copy {
  background-color: var(--bb-primary-color);
  color: #f4f4f4;
  border-radius: 15px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Exo, sans-serif;
}

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

.mg-top-40px {
  color: #000;
  margin-top: 40px;
  font-family: Roboto, sans-serif;
}

.container-default-8 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.image-22 {
  border-radius: 10px;
}

.bold-steps-title-copy {
  font-family: Roboto, sans-serif;
  font-size: 39px;
  font-weight: 700;
}

.mg-bottom-40px {
  color: #333;
  margin-bottom: 40px;
}

.text-span-13 {
  color: var(--bb-primary-color);
}

.link-content {
  color: #6e7191;
  text-decoration: none;
}

.link-content.text-center {
  background-color: #f5f7fa;
  border: 2px solid #e4dcdc;
  border-radius: 15px;
  min-width: 501.979px;
  max-width: 501.979px;
  padding: 15px;
}

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

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

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

.text-block-13 {
  color: #fff;
  margin-left: 5px;
  font-weight: 700;
  display: flex;
}

.legencymedia-logo {
  max-height: 4rem;
}

.partner-section {
  padding-top: 10px;
}

.body {
  margin-bottom: 20px;
}

.div-block-43 {
  display: block;
}

.btn-primary-copy {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary-copy:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary-copy.white {
  border: 3px none var(--button-border);
  background-color: var(--pink);
  color: var(--bb-light-green);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.btn-primary-copy.white:hover {
  border-color: var(--bb-secondary);
  background-color: var(--bb-secondary);
  color: #fff;
}

.image-23 {
  width: 42px;
}

.list-item {
  display: flex;
}

.container-14 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 0%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.step-block-2 {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  min-height: 30vh;
  margin-top: 0;
  display: flex;
  position: relative;
}

.dot {
  z-index: 3;
  background-color: var(--bb-secondary);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-bottom: -6px;
  position: relative;
}

.dot:focus {
  background-color: var(--bb-primary-color);
}

.step {
  z-index: 2;
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  padding: 30px 5% 15px;
  display: flex;
  position: relative;
}

.step:hover {
  border: 3px solid var(--pink);
}

.image24 {
  border: 1px #000;
  border-radius: 15px;
  max-width: 90%;
  overflow: visible;
}

.img-block-2 {
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.label {
  color: #006cd0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.steps-clone-2 {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.image {
  border-radius: 10px;
  max-width: 60%;
  max-height: 100%;
}

.scroll-animate-2 {
  background-color: var(--bb-tertiary);
  transform-origin: 50% 0;
  width: 6px;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.heading {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.image-24 {
  border-radius: 10px;
  max-width: 60%;
  max-height: 100%;
}

.steps-section {
  background-color: var(--bb-light-green);
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-14, .div-block-48, .div-block-49 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.image-25 {
  width: 24px;
  margin-left: 0;
  margin-right: 5px;
}

.text-span-9-copy {
  color: var(--bb-primary-color);
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.link-block-2-copy {
  background-color: #fff;
  border-radius: 10px;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
}

.bold-text-14, .bold-text-15 {
  color: var(--title-color);
}

.grid-top---text-2-buttons {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  align-items: end;
  margin-bottom: 48px;
}

.hidden-on-desktop {
  display: none;
}

.text-204 {
  line-height: 20px;
}

.buttons-row {
  align-items: center;
  display: flex;
}

.buttons-row.right {
  justify-content: flex-end;
}

.btn-circle-secondary {
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 12px #14142b14;
}

.btn-circle-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-secondary.slider-arrow {
  margin-top: 0;
  margin-bottom: 0;
}

.btn-circle-secondary.slider-arrow.left---center-center {
  top: 50%;
  transform: translate(0, -50%);
}

.btn-circle-secondary.slider-arrow.left---center-center:hover {
  transform: translate(0, -50%);
}

.btn-circle-secondary.slider-arrow.left---center-center.outside {
  left: -11px;
}

.btn-circle-secondary.slider-arrow.left---center-center.outside.testimonials-v12 {
  background-color: var(--orange);
  color: var(--title-color);
}

.btn-circle-secondary.slider-arrow.left---center-center.outside.testimonials-v12:hover {
  border-color: var(--bb-secondary);
  background-color: var(--bb-secondary);
}

.btn-circle-secondary.slider-arrow.right---center-center {
  top: 50%;
  bottom: 0;
  right: -10px;
  transform: translate(0, -50%);
}

.btn-circle-secondary.slider-arrow.right---center-center:hover {
  transform: translate(0, -50%);
}

.btn-circle-secondary.slider-arrow.right---center-center.testimonials-v12 {
  background-color: var(--orange);
  color: var(--title-color);
}

.btn-circle-secondary.slider-arrow.right---center-center.testimonials-v12:hover {
  border-color: var(--bb-secondary);
  background-color: var(--bb-secondary);
}

.btn-secondary {
  color: #211f54;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  padding: 26px 38px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
  transform: translate3d(0, -3px, .01px);
}

.container-default-9 {
  max-width: 1218px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

.slider-mask {
  height: 100%;
}

.slider-mask.width-390px {
  max-width: 390px;
  overflow: visible;
}

.slide-item-mg {
  margin-right: 28px;
}

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

.heading-h4-size {
  color: #211f54;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.testimonial-section {
  padding-top: 176px;
  padding-bottom: 176px;
}

.testimonial-section.overflow-hidden {
  padding-top: 40px;
  padding-bottom: 40px;
}

.slider-wrapper {
  background-color: #0000;
  height: 100%;
  overflow: visible;
}

.div-block-50 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-26 {
  width: 130px;
}

.div-block-51, .div-block-52 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-27 {
  width: 130px;
}

.div-block-53, .div-block-54 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-28 {
  width: 130px;
}

.div-block-55, .div-block-56 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.image-29 {
  width: 130px;
}

.div-block-57 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-30 {
  max-width: 150px;
}

.text-block-12-copy {
  color: var(--title-color);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.lottie-animation-9, .lottie-animation-10 {
  position: absolute;
}

.bold-text-11-copy {
  color: #fff;
  text-transform: capitalize;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 40px;
}

.bold-text-17 {
  color: var(--bb-tertiary);
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.heading-39 {
  display: flex;
}

.section-title {
  color: var(--title-color);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  display: flex;
  position: static;
}

.section-sub-title {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-weight: 600;
  display: flex;
}

.sub-title-div {
  margin-top: 0;
  margin-bottom: 0;
}

.step-number {
  color: var(--bb-tertiary);
  font-family: Exo, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.bold-text-18, .bold-text-19, .bold-text-20 {
  color: var(--title-color);
}

.content-title {
  font-family: Roboto, sans-serif;
}

.paragraph-24 {
  color: var(--second-title);
  font-family: Roboto, sans-serif;
}

.bold-text-21 {
  color: var(--title-color);
}

.bold-text-22 {
  color: var(--title-color);
  -webkit-text-stroke-color: var(--title-color);
}

.bold-text-23, .bold-text-24 {
  color: var(--title-color);
  font-family: Exo, sans-serif;
}

.bold-text-25, .bold-text-26, .bold-text-27, .bold-text-28 {
  color: var(--title-color);
}

.faq-title {
  color: var(--title-color);
  font-family: Roboto, sans-serif;
}

.heading-40 {
  color: var(--pink);
  -webkit-text-stroke-color: #cd1010;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.text-span-14 {
  color: var(--bb-secondary);
  font-size: 50px;
}

.text-block-15 {
  color: #205f5c;
  font-weight: 700;
}

.text-block-16 {
  color: #991b1b;
  font-weight: 700;
}

.message-button, .message-button-success {
  color: #fff;
  background-color: #5598be;
  border-radius: 6px;
  margin-top: 10px;
  font-weight: 700;
}

.bold-text-29 {
  font-family: Roboto, sans-serif;
}

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

.lottie-animation-11 {
  width: 64px;
}

.image-24-copy {
  border-radius: 10px;
  max-width: 60%;
  max-height: 100%;
}

.section-title-copy-2 {
  color: var(--title-color);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  display: flex;
  position: static;
}

.background-video {
  width: 100%;
  height: 100%;
  min-height: 100px;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 130px;
  display: flex;
  overflow: hidden;
}

.slider {
  background-color: #0000;
  height: 100%;
  padding: 1px 0;
  overflow: visible;
}

.mask {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.icon {
  color: var(--title-color);
}

.bold-text-31 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  display: none;
  bottom: -60px;
}

.div-block-60 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-31 {
  width: 130px;
  margin-bottom: 10px;
}

.arrow {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  width: 48px;
  height: 48px;
  transition: all .7s;
  position: absolute;
  inset: auto 0% 0% auto;
}

.arrow:hover {
  border-width: 2px;
  border-color: var(--pink);
  width: 48px;
}

.arrow.l {
  border-width: 2px;
  position: absolute;
  inset: auto 4.5% 0% auto;
}

.arrow.l:hover {
  border-color: var(--pink);
  width: 48px;
}

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

.heading-existing {
  line-height: 30px;
  display: block;
  position: static;
  overflow: visible;
}

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

.pricing-description-copy, .pricing-description-copy-2 {
  color: var(--second-title);
  margin-bottom: 30px;
  font-weight: 400;
}

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

.heading-new-box {
  display: block;
}

.heading-new-with {
  color: #818080;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.text-block-17 {
  color: #818080;
  margin-top: 5px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 25px;
}

.heading-existing-box {
  display: none;
}

.img-block-2-copy {
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .navbar-no-shadow {
    z-index: 100;
    position: sticky;
  }

  .wg-dd-1-list.wg-dropdown-link-flag {
    position: absolute;
    overflow: visible;
  }

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

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

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

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

  .mobile-margin-top-10 {
    margin-left: 80px;
    display: flex;
  }

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

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

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

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

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

  .c-card_back {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bold-text {
    z-index: 0;
    font-family: Open Sans, sans-serif;
    font-size: 58px;
    font-weight: 700;
    line-height: 48px;
    position: relative;
  }

  .company-tab {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    outline-offset: 0px;
    border: 3px solid #f0f0f0;
    border-radius: 10px;
    outline: 3px #555;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 60px;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0 5px;
    display: flex;
  }

  .text-block-4 {
    padding: 8px 25px;
    text-decoration: none;
  }

  .button-relative.button-class {
    background-color: var(--pink);
  }

  .text-200 {
    color: #000;
  }

  .company-name-search {
    padding-top: 0;
  }

  .text-block-5 {
    border-radius: 0;
    padding: 8px 12px;
    text-decoration: none;
  }

  .c-wrapper {
    max-width: 100%;
  }

  .c-section {
    justify-content: center;
    align-items: flex-start;
    min-height: auto;
    display: block;
  }

  .c-section-copy {
    justify-content: center;
    align-items: flex-start;
    min-height: auto;
  }

  .link-block-2 {
    background-color: #5ec2a7;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    display: flex;
  }

  .heading-new {
    color: #0a0a0a;
    margin-bottom: 0;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    line-height: 10px;
    display: block;
    position: static;
  }

  .container-default-copy {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .container-default-copy.section1block {
    max-width: 100%;
  }

  .text-span-4 {
    color: #1e717e;
    font-weight: 700;
  }

  .link-block {
    justify-content: center;
    align-items: center;
    height: 40px;
    text-decoration: none;
    display: flex;
  }

  .div-block-9 {
    border-radius: 0;
    justify-content: center;
    align-items: center;
    padding-top: 26px;
    padding-bottom: 0;
    display: flex;
  }

  .text-span-6 {
    color: #818080;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: 35px;
  }

  .input-relative.newsletter {
    font-weight: 400;
  }

  .name-search.mg-bottom-24px {
    min-width: 600px;
  }

  .image-7 {
    max-width: 400px;
    min-height: 100px;
    max-height: 500px;
    margin-top: 8px;
    padding-top: 94px;
  }

  .text-block-3 {
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .c-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline-block;
  }

  .inner-container._700px.center {
    max-width: 100%;
    display: block;
  }

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

  .start-business-section.top {
    z-index: 10;
    background-image: linear-gradient(0deg, #5ec2a7, #6ec8b0 0%, #9bd9c8 4%, #fff 37%);
    padding-top: 67px;
    padding-bottom: 150px;
    position: relative;
  }

  .start-business-section.top.section1screen {
    background-image: url('../images/first_gif.gif');
    background-position: 0 30%;
    background-repeat: no-repeat;
    background-size: 30%;
    padding-bottom: 120px;
  }

  .c-container {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-span-3 {
    color: #f5f7fa;
    font-weight: 700;
  }

  .clients-grid.logo-animate-alt {
    text-align: center;
  }

  .overline-2 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-weight: 700;
  }

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

  .flex-horizontal.align-top.start.column-mbp {
    border: 3px solid #bababa85;
    border-radius: 10px;
    justify-content: flex-start;
    align-items: center;
    min-height: 100px;
    padding: 10px 8px;
  }

  .heading-23, .heading-21 {
    margin-top: 0;
    font-size: 20px;
  }

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

  .square-icon.mg-bottom-24px.width-56px {
    width: 80px;
    margin-bottom: 15px;
  }

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

  .image-9 {
    max-width: 900px;
    display: block;
  }

  .heading-25, .heading-26 {
    margin-top: 0;
    font-size: 20px;
  }

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

  .best-package-title {
    color: #1e717e;
    margin-top: 0;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 31px;
  }

  .best-package-title-copy {
    color: #c29143;
    margin-top: 0;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: 49px;
    font-weight: 700;
    line-height: 31px;
  }

  .container {
    padding-top: 30px;
    padding-bottom: 0;
    display: flex;
  }

  .paragraph-19 {
    text-align: center;
    width: auto;
  }

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

  .c-section-2 {
    min-height: 80vh;
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
    display: block;
  }

  .text-span-7 {
    color: #5ec2a7;
  }

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

  .mg-bottom-0 {
    text-align: center;
    font-size: 15px;
  }

  .div-block-25 {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: block;
  }

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

  .c-container-2 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-26, .div-block-27 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-17 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .bold-text-8 {
    color: #000;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: 40px;
    display: flex;
  }

  .heading-19 {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .div-block-29, .div-block-28 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .whychooseus {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .container-default {
    justify-content: center;
    align-items: center;
    margin-top: 60px;
  }

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

  .subtitle.mg-bottom-24px {
    text-align: left;
    text-align: left;
    text-transform: capitalize;
    text-align: left;
    text-transform: capitalize;
    text-align: left;
    text-transform: capitalize;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 18px;
    display: flex;
  }

  .heading-18 {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

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

  .image-12 {
    border-radius: 15px;
    max-width: 50%;
  }

  .label-2-copy {
    color: #1e717e;
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 34px;
  }

  .label-2-copy:focus {
    color: #1e717e;
  }

  .img-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 50%;
    display: flex;
  }

  .scroll-animate {
    background-color: #5ec2a7;
  }

  .scroll-animate:focus {
    background-color: #1e717e;
  }

  .label-2-copy-2 {
    color: #1e717e;
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 30px;
  }

  .label-2-copy-2:focus {
    color: #1e717e;
  }

  .step-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    order: 0;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .image-11 {
    border-radius: 15px;
    max-width: 50%;
  }

  .title.testimonial---brix {
    color: #1e717e;
    text-align: center;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: 30px;
    font-weight: 400;
    display: flex;
  }

  .bold-steps-title {
    color: #000;
    max-width: 1000px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
  }

  .paragraph-9 {
    font-size: 16px;
    font-weight: 400;
  }

  .paragraph-10 {
    font-size: 16px;
  }

  .steps-clone {
    order: 0;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .label-2-copy-3 {
    color: #1e717e;
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 34px;
  }

  .label-2-copy-3:focus {
    color: #1e717e;
  }

  .paragraph-11 {
    font-size: 16px;
  }

  .step-2 {
    padding-top: 20px;
  }

  .container-7 {
    margin-bottom: 20px;
  }

  .image-10 {
    border-radius: 15px;
    max-width: 50%;
  }

  .div-block-31 {
    padding: 10px 5px;
  }

  .div-block-30 {
    border: 1px solid #000;
    min-width: 60%;
  }

  .section {
    padding-top: 0;
  }

  .slide---brix.testimonial-v1---brix.first---brix, .slide---brix.testimonial-v1---brix.first---brix-copy, .slide---brix.testimonial-v1---brix.first---brix-copy-copy {
    max-width: 300px;
  }

  .slide---brix.testimonial-v1---brix.first---brix-copy, .slide---brix.testimonial-v1---brix.first---brix-copy-copy {
    max-width: 295px;
  }

  .slider-arrow---brix.small---brix.left---brix {
    background-color: #1e717e;
    order: 0;
    align-self: auto;
    margin-bottom: 0;
    display: flex;
  }

  .slider-arrow---brix.small---brix.right---brix {
    background-color: #1e717e;
    margin-bottom: 0;
  }

  .slider---brix.testimonial-v1---brix {
    width: auto;
    display: block;
  }

  .image-6 {
    width: 150px;
    margin-top: 13px;
  }

  .top-content---brix.testimonial-v1--brix {
    text-align: center;
    margin-top: 0;
  }

  .image-5 {
    width: 100px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .testimonial-wrapper---brix {
    overflow: hidden;
  }

  .card---brix.testimonial-v1---brix.first---brix {
    padding: 20px;
  }

  .testimonial-main-wrapper---brix.hidden-overflow---brix {
    padding-top: 40px;
  }

  .container-default---brix.adjust-container-max-w {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-content-copy.v10 {
    background-color: var(--bb-primary-color);
    border-radius: 20px;
    height: 450px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .card.pricing-popular {
    background-color: var(--bb-light-green);
  }

  .card.pricing-popular-copy {
    background-color: #fff0;
    border-radius: 20px;
  }

  .text-201-copy.bold.list {
    color: #f8f8f8;
  }

  .paragraph-18 {
    color: #1e717e;
  }

  .btn-primary.white {
    color: #fff;
    background-color: #1e717e;
  }

  .btn-primary.white:hover {
    color: #fcfcfc;
    background-color: #5ec2a7;
  }

  .display-3-copy.color-neutral-100.mg-bottom-8px {
    color: var(--bb-light-green);
  }

  .pricing-content.v10 {
    height: 450px;
  }

  .text-201.bold.list {
    font-size: 12px;
  }

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

  .pricing-option {
    color: var(--title-color);
    font-weight: 700;
  }

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

  .pricing-features {
    color: #000;
  }

  .price {
    color: var(--bb-secondary);
  }

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

  .content-section {
    background-color: #5ec2a700;
    min-height: 80vh;
    padding-bottom: 0;
  }

  .button-2 {
    background-color: var(--pink);
    font-size: 18px;
    font-weight: 700;
  }

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

  .accordion-item-wrapper---brix.tabs-accordion---brix {
    padding: 20px 40px;
  }

  .faq3 {
    padding-top: 0;
  }

  .heading-6 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-weight: 700;
    display: flex;
  }

  .accordion-item---brix.tabs-accordion---brix {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

  .footer-dark {
    background-color: var(--bb-light-green);
    padding-bottom: 10px;
  }

  .whatsapp-container {
    background-color: #23cf64;
    border-radius: 10px;
    width: auto;
    height: 50px;
    padding: 10px;
    transform: translate(0);
  }

  .whatsapp-container:hover {
    background-color: #5ec2a7;
  }

  .text-block-6 {
    color: #fff;
    border-radius: 10px;
    margin-left: 10px;
    font-weight: 700;
  }

  .live-icon {
    width: 12px;
    height: 12px;
    top: 7px;
    left: 6px;
  }

  .bold-text-9 {
    z-index: 0;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: 58px;
    font-weight: 700;
    line-height: 48px;
    position: relative;
  }

  .text-block-8 {
    padding: 8px 25px;
    text-decoration: none;
  }

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

  .text-block-9 {
    border-radius: 0;
    padding: 0 12px;
    text-decoration: none;
  }

  .c-section-3 {
    justify-content: center;
    align-items: flex-start;
    min-height: auto;
    display: block;
  }

  .link-block-3 {
    justify-content: center;
    align-items: center;
    height: 40px;
    text-decoration: none;
    display: flex;
  }

  .div-block-32 {
    border-radius: 0;
    justify-content: center;
    align-items: center;
    padding-top: 26px;
    padding-bottom: 0;
    display: flex;
  }

  .text-span-8 {
    color: #818080;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: 35px;
    line-height: 10px;
  }

  .image-14 {
    max-width: 400px;
    min-height: 100px;
    max-height: 500px;
    margin-top: 0;
    padding-top: 0;
  }

  .text-block-10 {
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
  }

  .text-span-9 {
    color: #f5f7fa;
    font-weight: 700;
  }

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

  .container-9 {
    padding-top: 0;
  }

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

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

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

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

  .best-package-section {
    min-height: auto;
    padding: 40px 60px;
    display: block;
  }

  .image-15 {
    max-width: 900px;
    display: block;
  }

  .heading-30, .heading-31 {
    margin-top: 0;
    font-size: 20px;
  }

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

  .div-block-35 {
    margin-left: 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 {
    margin-left: 10px;
  }

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

  .text-span-10 {
    color: #5ec2a7;
  }

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

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

  .c-container-3 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-36, .div-block-37 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-33 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .image-16 {
    max-width: 100%;
  }

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

  .bold-text-10 {
    color: #000;
    text-transform: capitalize;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: 40px;
    display: flex;
  }

  .heading-34 {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .div-block-38, .div-block-39 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-default-5 {
    justify-content: center;
    align-items: center;
    margin-top: 60px;
  }

  .heading-35 {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

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

  .heading-36 {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .why-choose-us-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-17 {
    border-radius: 15px;
    max-width: 50%;
  }

  .label-2-copy-4 {
    color: #1e717e;
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 34px;
  }

  .label-2-copy-4:focus {
    color: #1e717e;
  }

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

  .bold-text-11 {
    color: #000;
    text-transform: capitalize;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: 40px;
    display: flex;
  }

  .container-11 {
    margin-top: 60px;
    margin-bottom: 0;
    display: flex;
  }

  .image-18 {
    border-radius: 15px;
    max-width: 50%;
  }

  .section-6 {
    padding-top: 40px;
  }

  .paragraph-20 {
    font-size: 16px;
    font-weight: 400;
  }

  .paragraph-21 {
    font-size: 16px;
  }

  .label-2-copy-5 {
    color: #1e717e;
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 34px;
  }

  .label-2-copy-5:focus {
    color: #1e717e;
  }

  .paragraph-22 {
    font-size: 16px;
  }

  .image-19 {
    border-radius: 15px;
    max-width: 50%;
  }

  .div-block-40 {
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .div-block-41 {
    background-color: var(--light-orange);
    border: 0 #000;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    max-width: 60px;
    min-height: auto;
    max-height: 200px;
    padding: 15px 15px 10px;
    display: flex;
  }

  .lottie-animation-7 {
    width: 8%;
    margin-right: 8px;
  }

  .text-block-12 {
    color: #010101;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 10px;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: 17px;
    font-weight: 400;
    display: block;
  }

  .text-span-11 {
    color: #1e717e;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 700;
    display: flex;
  }

  .bold-text-12 {
    color: #333;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    font-size: 20px;
    display: flex;
  }

  .image-20 {
    width: 150px;
    margin-top: 0;
  }

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

  .image-21 {
    width: 100px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .paragraph-23 {
    color: var(--bb-light-green);
  }

  .container-default-6 {
    padding-top: 0;
  }

  .text-203.bold.list {
    font-size: 16px;
  }

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

  .services-section {
    background-color: #5ec2a700;
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .title-wrap-2 {
    margin-bottom: 20px;
  }

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

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

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

  .container-default-7 {
    margin-top: 40px;
  }

  .heading-38 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-weight: 700;
    display: flex;
  }

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

  .div-block-42 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    padding: 0 50px 15px;
    display: flex;
  }

  .text-span-12 {
    color: #1e717e;
  }

  .title-copy.testimonial---brix-copy {
    background-color: var(--bb-primary-color);
    color: #f5f7fa;
    text-align: center;
    border: 1px #000;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: 30px;
    font-weight: 400;
    display: flex;
  }

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

  .mg-top-40px {
    color: #000;
  }

  .container-default-8 {
    margin-top: 40px;
    padding-top: 0;
  }

  .image-22 {
    border-radius: 15px;
  }

  .bold-steps-title-copy {
    color: #f5f7fa;
    max-width: 1000px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
  }

  .mg-bottom-40px {
    color: #333;
    margin-bottom: 30px;
    font-weight: 700;
  }

  .text-span-13 {
    color: #1e717e;
  }

  .link-content.text-center {
    background-color: #f5f7fa;
    border: 2px solid #e4dcdc;
    border-radius: 15px;
    min-width: 501.979px;
    max-width: 501.979px;
    padding: 15px;
  }

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

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

  .lottie-animation-8 {
    width: 42px;
  }

  .text-block-13 {
    color: #fff;
    border-radius: 10px;
    margin-left: 5px;
    font-weight: 700;
  }

  .partner-section {
    position: static;
  }

  .btn-primary-copy.white {
    background-color: var(--pink);
    color: var(--bb-light-green);
  }

  .btn-primary-copy.white:hover {
    color: #fcfcfc;
    background-color: #5ec2a7;
  }

  .image-23 {
    width: 42px;
  }

  .step {
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .steps-section {
    padding-top: 40px;
  }

  .text-span-9-copy {
    color: var(--bb-primary-color);
    font-weight: 700;
  }

  .link-block-2-copy {
    background-color: #fff;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    display: flex;
  }

  .testimonial-section.overflow-hidden {
    padding-top: 40px;
  }

  .image-26, .image-27, .image-28 {
    width: 100px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .bold-text-16 {
    font-family: Roboto, sans-serif;
  }

  .image-29 {
    width: 100px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .image-30 {
    width: 150px;
    margin-top: 0;
  }

  .text-block-12-copy {
    color: #010101;
    justify-content: center;
    align-items: flex-end;
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 0;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: 25px;
    font-weight: 700;
    display: block;
  }

  .lottie-animation-9 {
    margin-bottom: 0;
  }

  .bold-text-11-copy {
    color: #fff;
    text-transform: capitalize;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: 40px;
    display: flex;
  }

  .section-title {
    margin-bottom: 0;
  }

  .bold-text-29, .bold-text-30 {
    font-family: Roboto, sans-serif;
  }

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

  .lottie-animation-11 {
    width: 64px;
  }

  .section-title-copy.smaller-screen-size, .section-title-copy, .section-title-copy, .section-title-copy {
    margin-bottom: 40px;
  }

  .section-title-copy-2 {
    margin-bottom: 0;
  }

  .bold-text-31 {
    font-family: Roboto, sans-serif;
  }

  .image-31 {
    width: 100px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .arrow.l {
    right: 6%;
  }

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

  .heading-existing {
    color: #0a0a0a;
    margin-bottom: 0;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    line-height: 10px;
    display: none;
    position: static;
  }

  .section-title-copy {
    margin-bottom: 0;
  }

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

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

@media screen and (min-width: 1920px) {
  .bold-text {
    line-height: 48px;
  }

  .heading-new {
    line-height: 11px;
  }

  .text-span-6 {
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: 40px;
    font-weight: 400;
  }

  .input-relative::placeholder {
    color: #615e83;
    font-size: 16px;
  }

  .image-7 {
    margin-top: 15px;
  }

  .start-business-section.top {
    background-image: url('../images/waveWhite.svg');
    background-position: 100%;
    background-size: cover;
  }

  .start-business-section.top.section1screen {
    background-repeat: no-repeat;
    padding-bottom: 60px;
  }

  .error-message-2 {
    color: #ff2a2a;
    background-color: #fff2f2;
    border-radius: 80px;
    margin-top: 27px;
    padding: 19px 28px;
  }

  .overline-2 {
    padding-bottom: 15px;
  }

  .home-logo-left-gradient {
    margin-left: -6px;
  }

  .home-logo-left-gradient.right {
    margin-right: -6px;
  }

  .slide---brix.testimonial-v1---brix.first---brix-copy, .slide---brix.testimonial-v1---brix.first---brix-copy-copy {
    max-width: 293px;
  }

  .pricing-content-copy.v10 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .price {
    color: var(--bb-secondary);
  }

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

  .bold-text-9 {
    line-height: 48px;
  }

  .text-202 {
    color: #000;
  }

  .text-span-8 {
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: 40px;
    font-weight: 400;
  }

  .image-14 {
    margin-top: 15px;
  }

  .detail-green-3 {
    margin-top: 80px;
  }

  .best-package-section {
    padding-top: 40px;
  }

  .why-choose-us-section {
    margin-top: 0;
  }

  .detail-green-5 {
    margin-top: 80px;
  }

  .lottie-animation-7 {
    width: 95px;
  }

  .faq-section {
    padding-top: 40px;
  }

  .knowledge-section {
    position: relative;
  }

  .step-block-2 {
    min-height: 20vh;
  }

  .steps-section {
    padding-top: 40px;
  }

  .lottie-animation-9 {
    display: none;
  }

  .lottie-animation-10 {
    width: 100%;
  }

  .bold-text-11-copy {
    color: #fff;
  }

  .heading-existing {
    line-height: 11px;
  }
}

@media screen and (max-width: 991px) {
  .wg-dd-1-list.wg-dropdown-link-flag {
    width: 100%;
  }

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

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

  .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 {
    background-color: var(--bb-primary-color);
    color: #fff;
    border-radius: 10px;
  }

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

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

  .wg-element.desktop {
    display: none;
  }

  .icon-list-item-wrapper.white {
    margin-bottom: 17px;
  }

  .c-wrapper {
    overflow: visible;
  }

  .icon-list {
    align-self: flex-start;
  }

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

  .start-business-section.top.section1screen {
    background-position: 0%;
    background-size: 35%;
  }

  .container-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .best-package-title-copy {
    font-size: 49px;
  }

  .container {
    max-width: 728px;
  }

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

  .whychooseus {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .grid-2-columns.text-left-short {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.pricing-card-v10 {
    min-height: 450px;
    max-height: 500px;
    display: block;
  }

  .title.testimonial---brix {
    padding-left: 50px;
    padding-right: 50px;
  }

  .bold-steps-title {
    font-size: 35px;
  }

  .slide---brix.testimonial-v1---brix.first---brix-copy, .slide---brix.testimonial-v1---brix.first---brix-copy-copy {
    max-width: 375px;
  }

  .mask---brix {
    margin-left: 20px;
  }

  .mask---brix.testimonial-v1---brix {
    margin-left: 0;
  }

  .card---brix.testimonial-v1---brix {
    padding-left: 48px;
    padding-right: 48px;
  }

  .pricing-content-copy.v10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-height: 680px;
    padding: 50px 28px;
    display: block;
  }

  .card.pricing-popular {
    min-height: 650px;
    max-height: 100%;
  }

  .card.pricing-popular-copy {
    min-height: 680px;
    max-height: 100%;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .display-3 {
    font-size: 32px;
    line-height: 44px;
  }

  .display-3.color-neutral-100.mg-bottom-8px {
    font-size: 35px;
  }

  .display-3-copy {
    font-size: 32px;
    line-height: 44px;
  }

  .pricing-content.v10 {
    min-height: 680px;
    max-height: 100%;
    padding: 50px 28px;
  }

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

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

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

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

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

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

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

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

  .accordion-item-wrapper---brix.tabs-accordion---brix {
    padding: 32px 64px;
  }

  .footer-divider {
    background-color: var(--title-color);
  }

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

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

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

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }

  .bold-text-9 {
    font-size: 50px;
  }

  .text-block-10 {
    color: var(--title-color);
  }

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

  .container-9 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .image-15 {
    max-width: 300px;
    max-height: 300px;
  }

  .heading-30, .heading-31 {
    font-size: 16px;
  }

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

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

  .c-container-3 {
    justify-content: center;
    align-items: center;
    width: 300px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-16 {
    max-width: 60%;
  }

  .container-default-5 {
    margin-top: 20px;
  }

  .why-choose-us-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .detail-green-5 {
    margin-top: 80px;
  }

  .paragraph-20, .paragraph-21, .paragraph-22 {
    font-size: 16px;
  }

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

  .container-default-6 {
    margin-top: 20px;
    display: block;
  }

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

  .container-default-7 {
    margin-top: 20px;
  }

  .div-block-42 {
    text-align: left;
    display: block;
  }

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

  .mg-top-40px {
    margin-top: 20px;
  }

  .container-default-8 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .image-22 {
    max-width: 100%;
  }

  .mg-bottom-40px {
    margin-bottom: 20px;
  }

  .link-content.text-center {
    min-width: 500px;
    margin-bottom: 15px;
  }

  .feature-grid-3 {
    text-align: left;
  }

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

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

  .btn-primary-copy {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .image {
    max-width: 75%;
  }

  .scroll-animate-2 {
    background-color: var(--bb-secondary);
  }

  .image-24 {
    max-width: 75%;
  }

  .grid-top---text-2-buttons {
    grid-row-gap: 24px;
    grid-template-columns: .7fr;
  }

  .buttons-row.right.left-tablet {
    justify-content: flex-start;
  }

  .slider-mask {
    position: static;
  }

  .heading-h4-size {
    font-size: 22px;
    line-height: 32px;
  }

  .testimonial-section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .text-block-12-copy {
    margin-top: 5px;
  }

  .lottie-animation-9 {
    display: none;
  }

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

  .section-title.smaller-screen-size {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .step-number {
    font-size: 35px;
  }

  .heading-40, .section-title-copy {
    font-size: 30px;
  }

  .anim8_slide-from-left-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: 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;
    max-width: 100%;
    margin-bottom: 5px;
    display: flex;
  }

  .anim8_slide-from-left-copy-2 {
    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: none;
  }

  .image-24-copy {
    max-width: 75%;
  }

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

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

  .section-title-copy-2.smaller-screen-size {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .mask {
    width: 100%;
  }

  .arrow.l {
    right: 7%;
  }

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

  .section-title-copy.smaller-screen-size {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }

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

@media screen and (max-width: 767px) {
  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-menu {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 30px;
    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-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .menu-button.w--open {
    background-color: var(--bb-primary-color);
    border-radius: 10px;
  }

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

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

  .wg-element {
    margin-left: 0;
  }

  .icon-list-item-wrapper.center {
    text-align: left;
    align-items: flex-start;
  }

  .company-tab {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .button-relative {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .name-search {
    width: 100%;
    padding-left: 0;
  }

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

  .start-business-section.top {
    padding-top: 100px;
  }

  .start-business-section.top.section1screen {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .clients-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    margin-left: 0;
  }

  .container-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

  .best-package-title {
    font-size: 30px;
  }

  .best-package-title-copy {
    font-size: 49px;
  }

  .whychooseus {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .subtitle.mg-bottom-24px {
    text-align: center;
    margin-bottom: 0;
    font-size: 40px;
  }

  .grid-2-columns {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .grid-2-columns.text-left-short {
    margin-top: 0;
    display: block;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 20vh;
    padding-bottom: 0;
  }

  .img-block {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .scoll-wrap {
    z-index: 1;
    height: 100%;
    bottom: 50%;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .title.avatar-name-v1---brix {
    margin-top: 0;
  }

  .step-2 {
    justify-content: center;
    padding: 8%;
  }

  .image-wrapper---brix.testimonial-v1---brix {
    margin-bottom: 16px;
    margin-right: 16px;
  }

  .slide---brix.testimonial-v1---brix {
    max-width: none;
  }

  .slide---brix.testimonial-v1---brix.first---brix, .slide---brix.testimonial-v1---brix.first---brix-copy, .slide---brix.testimonial-v1---brix.first---brix-copy-copy {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .slide---brix.testimonial-v1---brix.first---brix-copy, .slide---brix.testimonial-v1---brix.first---brix-copy-copy {
    max-width: 275px;
    margin-left: 0;
    margin-right: 5px;
    padding-left: 0;
  }

  .slider-arrow---brix {
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .mask---brix {
    border-radius: 12px;
    margin-right: 20px;
  }

  .mask---brix.testimonial-v1---brix {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .split-content---brix.testimonials-client-info---brix {
    margin-bottom: -16px;
  }

  .card---brix {
    border-radius: 12px;
  }

  .card---brix.testimonial-v1---brix {
    max-width: 88%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 32px;
  }

  .card---brix.testimonial-v1---brix.first---brix {
    max-width: 275px;
    height: 450px;
    margin-left: 0;
  }

  .pricing-content-copy {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .pricing-content-copy.v10 {
    min-height: 100%;
  }

  .card.pricing-popular, .card.pricing-popular-copy {
    min-height: 480px;
  }

  .text-201-copy {
    font-size: 16px;
    line-height: 18px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .btn-primary.button-row {
    margin-right: 16px;
  }

  .display-3, .display-3-copy {
    font-size: 26px;
    line-height: 40px;
  }

  .pricing-content {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .pricing-content.v10 {
    min-height: 100%;
  }

  .text-201 {
    font-size: 16px;
    line-height: 18px;
  }

  .price {
    color: var(--bb-secondary);
  }

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

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

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

  .accordion-item-wrapper---brix.tabs-accordion---brix {
    width: 100%;
    max-width: 100%;
    padding: 0 32px;
  }

  .tabs-container---brix {
    width: 100%;
    padding: 16px 16px 16px 8px;
  }

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

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

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

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

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

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

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

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

  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }

  .text-202 {
    font-size: 16px;
    line-height: 18px;
  }

  .text-block-10 {
    color: var(--title-color);
  }

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

  .container-9 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .best-package-section {
    padding-bottom: 40px;
  }

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

  .c-container-3 {
    display: none;
  }

  .heading-33 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-16 {
    display: none;
  }

  .bold-text-10 {
    font-size: 30px;
  }

  .heading-34, .heading-35 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mg-bottom-3 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-36 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .why-choose-us-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .detail-green-5 {
    margin-top: 0;
  }

  .bold-text-11 {
    font-size: 30px;
  }

  .paragraph-20, .paragraph-21, .paragraph-22 {
    text-align: center;
  }

  .lottie-animation-7 {
    width: 10%;
  }

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

  .text-span-11 {
    font-size: 28px;
  }

  .bold-text-12 {
    font-size: 18px;
  }

  .image-21 {
    width: 100px;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .container-default-6 {
    margin-top: 0;
  }

  .text-203 {
    font-size: 16px;
    line-height: 18px;
  }

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

  .services-section {
    padding-bottom: 40px;
  }

  .container-default-7 {
    margin-top: 0;
    padding-bottom: 40px;
  }

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

  .container-default-8 {
    margin-top: 0;
  }

  .bold-steps-title-copy {
    font-size: 30px;
  }

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

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

  .anim8_su-d45 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .btn-primary-copy {
    padding: 20px 32px;
  }

  .step-block-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 20vh;
    margin-top: 40px;
  }

  .dot {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 50%;
  }

  .step {
    justify-content: center;
    padding: 15px 10px 10px;
  }

  .img-block-2 {
    z-index: 3;
    order: 3;
    justify-content: center;
    align-items: center;
    width: 70%;
    min-height: 30vh;
    padding-top: 20px;
    position: relative;
  }

  .div-block-44, .div-block-45, .div-block-46, .div-block-47 {
    border: 1px solid #eff0f6;
    border-radius: 15px;
    padding: 20px 40px;
  }

  .grid-top---text-2-buttons {
    grid-template-columns: .9fr;
  }

  .text-204 {
    font-size: 16px;
    line-height: 18px;
  }

  .btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-secondary.slider-arrow.left---center-center {
    inset: auto auto -86px 36%;
  }

  .btn-circle-secondary.slider-arrow.left---center-center.outside {
    bottom: -86px;
    left: 36%;
  }

  .btn-circle-secondary.slider-arrow.left---center-center.outside.testimonials-v12 {
    bottom: -104px;
  }

  .btn-circle-secondary.slider-arrow.right---center-center {
    inset: auto 36% -86px auto;
  }

  .btn-circle-secondary.slider-arrow.right---center-center.testimonials-v12 {
    bottom: -104px;
  }

  .btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .testimonial-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-26, .image-27, .image-28, .image-29 {
    width: 100px;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .text-block-12-copy {
    margin-top: 5px;
  }

  .bold-text-11-copy {
    font-size: 30px;
  }

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

  .section-title.smaller-screen-size {
    padding-left: 70px;
    padding-right: 70px;
  }

  .step-number, .content-title {
    text-align: center;
  }

  .section-title-copy {
    font-size: 25px;
  }

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

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

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

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

  .section-title-copy-2.smaller-screen-size {
    padding-left: 70px;
    padding-right: 70px;
  }

  .mask {
    width: 100%;
  }

  .image-31 {
    width: 100px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .arrow.l {
    margin-right: 10px;
    right: 8%;
  }

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

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

  .section-title-copy.smaller-screen-size {
    padding-left: 70px;
    padding-right: 70px;
  }

  .img-block-2-copy {
    z-index: 3;
    order: 3;
    justify-content: center;
    align-items: center;
    width: 70%;
    min-height: 30vh;
    padding-top: 20px;
    position: relative;
  }
}

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

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

  .company-tab {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .button-relative {
    padding: 15px 34px 16px;
  }

  .button-relative.button-class {
    width: 100%;
    margin-top: 16px;
    padding-top: 19px;
    padding-bottom: 19px;
    position: static;
  }

  .company-name-search {
    position: static;
  }

  .link-block-2 {
    justify-content: center;
    align-items: center;
  }

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

  .input-relative.newsletter {
    min-height: 64px;
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 12px;
  }

  .input-relative.newsletter::placeholder {
    font-size: 16px;
    line-height: 18px;
  }

  .icon-list {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }

  .start-business-section {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .start-business-section.top {
    padding-top: 66px;
  }

  .start-business-section.top.section1screen {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .client-logo {
    object-position: 0% 50%;
  }

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

  .container-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .flex-horizontal.align-top.start.column-mbp {
    flex-direction: column;
    width: 100%;
  }

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

  .best-package-title {
    font-size: 20px;
  }

  .best-package-title-copy {
    font-size: 60px;
  }

  .container {
    max-width: none;
  }

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

  .whychooseus {
    padding-top: 96px;
    padding-bottom: 96px;
  }

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

  .content-wrap {
    margin-bottom: 20px;
  }

  .content {
    font-size: 20px;
  }

  .img-block {
    width: 90%;
  }

  .label-2-copy-2 {
    font-size: 24px;
  }

  .title.testimonial---brix {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-steps-title {
    font-size: 24px;
  }

  .steps-clone {
    display: block;
    position: static;
  }

  .slide---brix.testimonial-v1---brix {
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .slide---brix.testimonial-v1---brix.first---brix, .slide---brix.testimonial-v1---brix.first---brix-copy, .slide---brix.testimonial-v1---brix.first---brix-copy-copy, .slide---brix.testimonial-v1---brix.first---brix-copy {
    margin-right: 30px;
  }

  .slide---brix.testimonial-v1---brix.first---brix-copy-copy {
    margin-right: 0;
  }

  .slider-arrow---brix.small---brix.left---brix {
    margin-bottom: -70px;
    left: auto;
    right: 74px;
  }

  .slider-arrow---brix.small---brix.right---brix {
    margin-bottom: -70px;
    right: 0;
  }

  .slider---brix.testimonial-v1---brix {
    margin-bottom: 80px;
    overflow: visible;
  }

  .mask---brix {
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-wrapper---brix {
    box-sizing: content-box;
  }

  .split-content---brix.testimonials-client-info---brix {
    flex-direction: column;
    align-items: flex-start;
  }

  .split-content---brix.avatar-content---brix {
    margin-bottom: 16px;
  }

  .card---brix.testimonial-v1---brix {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    min-height: 470px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .card---brix.testimonial-v1---brix.first---brix {
    min-height: 400px;
  }

  .container-default---brix {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

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

  .display-3, .display-3-copy {
    font-size: 24px;
    line-height: 35px;
  }

  .price {
    color: var(--bb-secondary);
  }

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

  .open-close-icon-wrapper---brix {
    margin-right: 16px;
  }

  .container-default-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

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

  .accordion-item-wrapper---brix.tabs-accordion---brix {
    padding: 0 24px;
  }

  .tabs-container---brix {
    margin-top: 24px;
    padding: 0;
    overflow: visible;
  }

  .accordion-item---brix.tabs-accordion---brix {
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

  .whatsapp-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }

  .whatsapp-container {
    width: 60px;
    height: 55px;
    bottom: 10px;
    right: 0;
  }

  .bold-text-9 {
    max-width: 70%;
    font-size: 30px;
  }

  .text-202 {
    text-align: center;
    font-size: 12px;
  }

  .text-span-8 {
    font-size: 20px;
  }

  .image-14 {
    max-width: 250px;
  }

  .text-block-10 {
    color: var(--title-color);
    margin-bottom: 30px;
  }

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

  .container-9 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-27, .heading-28, .heading-29 {
    text-align: center;
  }

  .best-package-section {
    padding-left: 8px;
    padding-right: 8px;
  }

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

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

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

  .c-container-3 {
    display: none;
  }

  .heading-33 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .detail-green-4 {
    margin-top: 40px;
    padding-top: 40px;
  }

  .bold-text-10 {
    font-size: 25px;
  }

  .heading-34 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-default-5 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-35, .heading-36 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .why-choose-us-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .label-2-copy-4 {
    font-size: 24px;
  }

  .detail-green-5 {
    padding-top: 40px;
  }

  .bold-text-11 {
    font-size: 23px;
    line-height: 35px;
  }

  .paragraph-20, .paragraph-21 {
    font-size: 14px;
  }

  .label-2-copy-5 {
    font-size: 24px;
  }

  .paragraph-22 {
    font-size: 14px;
  }

  .div-block-40 {
    margin-top: 0;
  }

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

  .lottie-animation-7 {
    display: none;
  }

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

  .bold-text-12 {
    font-size: 16px;
  }

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

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

  .services-section {
    padding-bottom: 40px;
  }

  .container-default-7 {
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-38 {
    text-align: center;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: 25px;
  }

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

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

  .image-wrapper.overflow-hidden.border-radius-24px {
    border-radius: 16px;
  }

  .bold-steps-title-copy {
    font-size: 25px;
  }

  .link-content.text-center {
    min-width: 300px;
  }

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

  .text-block-13 {
    display: none;
  }

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

  .legencymedia-logo {
    height: 100%;
    margin-left: -.5rem;
  }

  .anim8_su-d45 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .btn-primary-copy {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .img-block-2 {
    justify-content: center;
    align-items: flex-start;
    width: 70%;
    min-height: 20vh;
    display: none;
  }

  .steps-clone-2 {
    display: block;
    position: static;
  }

  .img-block-2-copy {
    width: 90%;
    min-height: 20vh;
    display: none;
  }

  .image-25 {
    height: 24px;
  }

  .link-block-2-copy {
    justify-content: center;
    align-items: center;
  }

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

  .grid-top---text-2-buttons {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .buttons-row {
    flex-direction: column;
  }

  .btn-circle-secondary.slider-arrow.left---center-center {
    left: 31%;
  }

  .btn-circle-secondary.slider-arrow.right---center-center {
    right: 31%;
  }

  .btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

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

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

  .testimonial-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .slider-wrapper {
    overflow: hidden;
  }

  .text-block-12-copy {
    margin-top: 5px;
    font-size: 20px;
  }

  .bold-text-11-copy {
    font-size: 23px;
    line-height: 35px;
  }

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

  .section-title.smaller-screen-size {
    padding-left: 10px;
    padding-right: 10px;
  }

  .step-number {
    font-size: 30px;
  }

  .section-title-copy {
    justify-content: center;
    align-items: center;
    font-size: 25px;
    display: flex;
  }

  .text-span-14 {
    font-size: 35px;
  }

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

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

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

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

  .section-title-copy-2.smaller-screen-size {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .mask {
    width: 100%;
  }

  .arrow.l {
    margin-right: 0;
    right: auto;
  }

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

  .section-title-copy.smaller-screen-size {
    padding-left: 10px;
    padding-right: 10px;
  }

  .img-block-2-copy {
    justify-content: center;
    align-items: flex-start;
    width: 70%;
    min-height: 20vh;
    display: none;
  }
}

#w-node-_31650bd6-fde3-aad2-fc0f-f73277ba56ef-d4de9885, #w-node-_31650bd6-fde3-aad2-fc0f-f73277ba56f0-d4de9885, #w-node-_31650bd6-fde3-aad2-fc0f-f73277ba56f1-d4de9885, #w-node-_31650bd6-fde3-aad2-fc0f-f73277ba56f3-d4de9885, #w-node-_31650bd6-fde3-aad2-fc0f-f73277ba56f6-d4de9885, #w-node-_31650bd6-fde3-aad2-fc0f-f73277ba56f7-d4de9885, #w-node-_31650bd6-fde3-aad2-fc0f-f73277ba56f8-d4de9885, #w-node-_31650bd6-fde3-aad2-fc0f-f73277ba56fa-d4de9885, #w-node-_31650bd6-fde3-aad2-fc0f-f73277ba56fd-d4de9885, #w-node-_31650bd6-fde3-aad2-fc0f-f73277ba56fe-d4de9885, #w-node-_31650bd6-fde3-aad2-fc0f-f73277ba56ff-d4de9885, #w-node-_31650bd6-fde3-aad2-fc0f-f73277ba5701-d4de9885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1054aafd-695a-cf7f-ca82-9f3cb5214c22-d4de9885 {
  justify-self: center;
}

#w-node-_4700cd9e-a431-a87a-ad12-ddd26b789dab-d4de9885, #w-node-ea2f4a94-9660-eea6-8680-0fa27c29bef5-d4de9885, #w-node-ea2f4a94-9660-eea6-8680-0fa27c29bef9-d4de9885, #w-node-ea2f4a94-9660-eea6-8680-0fa27c29befd-d4de9885, #w-node-ea2f4a94-9660-eea6-8680-0fa27c29bf01-d4de9885, #w-node-ea2f4a94-9660-eea6-8680-0fa27c29bf05-d4de9885, #w-node-ea2f4a94-9660-eea6-8680-0fa27c29bf09-d4de9885, #w-node-ea2f4a94-9660-eea6-8680-0fa27c29bf0d-d4de9885, #w-node-ea2f4a94-9660-eea6-8680-0fa27c29bf20-d4de9885, #w-node-ea2f4a94-9660-eea6-8680-0fa27c29bf24-d4de9885, #w-node-ea2f4a94-9660-eea6-8680-0fa27c29bf28-d4de9885, #w-node-ea2f4a94-9660-eea6-8680-0fa27c29bf2c-d4de9885, #w-node-ea2f4a94-9660-eea6-8680-0fa27c29bf30-d4de9885, #w-node-ea2f4a94-9660-eea6-8680-0fa27c29bf34-d4de9885, #w-node-ea2f4a94-9660-eea6-8680-0fa27c29bf38-d4de9885, #w-node-_172eccff-e8a4-c6a7-f0ed-a6bc3d67da64-d4de9885, #w-node-_172eccff-e8a4-c6a7-f0ed-a6bc3d67da84-d4de9885, #w-node-_172eccff-e8a4-c6a7-f0ed-a6bc3d67da85-d4de9885, #w-node-_1a7ad891-82a7-c3db-18d7-ef720c15be6d-d4de9885, #w-node-_1a7ad891-82a7-c3db-18d7-ef720c15be76-d4de9885, #w-node-_1a7ad891-82a7-c3db-18d7-ef720c15be7d-d4de9885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1054aafd-695a-cf7f-ca82-9f3cb5214c22-d4de9885 {
    order: 0;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_31650bd6-fde3-aad2-fc0f-f73277ba56ef-d4de9885, #w-node-_31650bd6-fde3-aad2-fc0f-f73277ba56f6-d4de9885, #w-node-_31650bd6-fde3-aad2-fc0f-f73277ba56fd-d4de9885 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Oswald Variablefont Wght';
  src: url('../fonts/Oswald-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}