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

p {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
}

.header-08 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  padding: 145px 5% 130px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/hero-wave.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.block-left-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero_heading {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 55px;
  line-height: 1.1;
}

.hero_heading.hero {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
}

.para_white {
  max-width: 510px;
  margin-bottom: 25px;
  color: #f5f7fd;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.para_white.pricing {
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.block-right-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-n7 {
  margin-right: 20px;
  margin-left: 20px;
  color: #fff;
  text-decoration: none;
}

.logo-block-n7 {
  margin-right: 15px;
}

.nav-07 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  height: 80px;
  padding: 10px 5%;
  border: 1px none #000;
}

.link-block-n7 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.button-n7 {
  margin-left: 15px;
  padding: 11px 35px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(23, 48, 73, 0.18);
  border-radius: 4px;
  background-color: rgba(233, 233, 246, 0.17);
  color: #173049;
}

.button-n7:hover {
  background-color: rgba(210, 210, 235, 0.17);
}

.container-flex-n8 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-wrap-n7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #173049;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.nav-wrap-left-n7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-n7.w--open {
  min-width: 140px;
  padding: 8px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(23, 48, 73, 0.13);
}

.search-icon-n8 {
  margin-right: 15px;
}

.nav-wrap-right-n7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.register-wrap-n8 {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}

.icon_wrap {
  overflow: hidden;
}

.section_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text_features {
  color: #898ab1;
  font-size: 16px;
  line-height: 25px;
}

.text_features._1 {
  color: #fff;
  line-height: 25px;
  letter-spacing: normal;
  white-space: normal;
}

.text_features._1._2 {
  margin-top: 5px;
}

.card_col_2 {
  position: relative;
  top: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container_p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card_base {
  position: relative;
  width: 80%;
  min-height: 270px;
  margin-bottom: 35px;
  padding: 30px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 30px 0 rgba(175, 179, 182, 0.14);
  color: #000;
}

.h1_example {
  margin-bottom: 10px;
  color: #342869;
  font-size: 41px;
  line-height: 46px;
}

.h1_example.pricing {
  color: #fff;
  text-align: center;
}

.col_60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.paragraph {
  font-family: Inter, sans-serif;
  color: #898ab1;
  font-size: 16px;
  line-height: 25px;
}

.paragraph.space-below {
  margin-bottom: 25px;
}

.col_40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-right: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-toggle {
  color: #fff;
}

.dropdown-toggle-2 {
  color: #fff;
}

.h1_features-2 {
  color: #342869;
  font-size: 18px;
  line-height: 27px;
}

.text-co2 {
  max-width: 560px;
  margin-bottom: 0px;
  color: #767ead;
  font-size: 17px;
  line-height: 25px;
}

.content-left-co2 {
  position: relative;
  width: 50%;
  padding-right: 55px;
}

.container-co2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin: 0px auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.check-co2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.check-wrap-co2 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.image-13 {
  width: 15px;
  margin-right: 12px;
}

.content-right-co2 {
  width: 50%;
}

.button-b1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 170px;
  min-height: 50px;
  min-width: 140px;
  padding: 11px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(23, 48, 73, 0.18);
  border-radius: 5px;
  background-color: #6165ff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.button-b1:hover {
  background-color: #5b56e0;
}

.text-block-22 {
  margin-right: 8px;
}

.logo-wrap-c1 {
  display: inline-block;
  width: auto;
}

.image-14 {
  margin-right: auto;
  margin-left: auto;
}

.container_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.n06_navbar {
  height: 90px;
  padding-right: 5%;
  padding-left: 5%;
  background-color: transparent;
}

.n06_top_wrap {
  height: 45px;
  border-bottom: 1px solid #ebecf0;
  background-color: #fff;
}

.n06 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: transparent;
}

.n06_container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #7888ff;
}

.n06_span {
  border: 1px none #000;
  color: #6165ff;
  text-decoration: none;
}

.n06_link_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.n06_btn {
  margin-left: 15px;
  padding: 11px 35px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #6165ff;
}

.n06_btn:hover {
  background-color: #5155d6;
  color: #fff;
}

.n06_text {
  color: #b0b7c3;
  font-size: 15px;
}

.n06_container_02 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.n06_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: auto;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.n06_link:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.f03 {
  min-height: auto;
  padding: 55px 5%;
  background-color: #6165ff;
}

.f03.footer {
  padding-top: 0px;
  padding-bottom: 0px;
}

.link-header {
  margin-bottom: 25px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
}

.social-icon-circle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 0px;
  margin-left: 15px;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
}

.heading-4 {
  display: block;
  max-width: 480px;
  margin-top: 5px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  text-align: left;
}

.div-block-3 {
  padding-top: 35px;
}

.f03_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  min-width: 150px;
  padding-right: 28px;
  padding-left: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #fff;
  color: #5d3eff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.f03_column_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.social-icon-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.text-link-footer {
  display: block;
  margin-bottom: 11px;
  color: hsla(0, 0%, 100%, 0.69);
  text-decoration: none;
}

.footer-top-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
}

.text-block-26 {
  display: block;
  color: #fff;
  font-size: 16px;
}

.link-block-3 {
  position: absolute;
}

.social-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.container-3 {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link {
  text-decoration: none;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1-p4 {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #173049;
  font-size: 42px;
  line-height: 50px;
  text-align: center;
}

.text-block-19 {
  margin-bottom: 0px;
  color: #4e5d78;
  line-height: 35px;
  font-weight: 500;
  text-align: left;
}

.container-p4 {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-2 {
  margin-top: 15px;
  margin-bottom: 35px;
  color: #33334f;
  font-size: 48px;
  text-align: center;
}

.heading-2.pricing {
  font-size: 40px;
}

.text-block-20 {
  max-width: 200px;
  margin-top: 12px;
  color: #9596ac;
  font-size: 12px;
  text-align: center;
}

.pricing-p3 {
  min-height: 600px;
  padding: 80px 5%;
  background-color: #6165ff;
}

.button-p3 {
  margin-top: 25px;
  margin-left: 0px;
  padding: 10px 52px;
  border: 1px solid #6165ff;
  border-radius: 6px;
  background-color: transparent;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  color: #6165ff;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tap-pane-p3 {
  padding-top: 55px;
  padding-bottom: 35px;
}

.text-block-18 {
  font-size: 13px;
  text-align: center;
  letter-spacing: 2px;
}

.button-p3-02 {
  margin-top: 25px;
  margin-left: 0px;
  padding: 10px 52px;
  border: 1px solid #6165ff;
  border-radius: 6px;
  background-color: #6165ff;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  color: #f5fafc;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tab-link-tab-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  margin-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #6165ff;
  border-radius: 6px;
  background-color: #f5fafc;
  font-size: 13px;
  letter-spacing: 1px;
}

.tab-link-tab-1.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  margin-right: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid none solid solid;
  border-color: #6165ff;
  border-radius: 6px;
  background-color: #6165ff;
  color: #fff;
  text-transform: uppercase;
}

.pricing-card-p4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 330px;
  min-height: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
}

.pricing-card-p4.p4-dropshadow {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 43px 0 rgba(23, 48, 73, 0.06);
}

.pricing-card-p4._1 {
  max-width: 350px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content_wrap_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 5% 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6165ff;
}

.h1_c_2 {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
}

.h1_c_2._1 {
  margin-bottom: 10px;
  text-align: left;
}

.section_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 165px 5% 290px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/base_wave.svg');
  background-position: 50% 101%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.button-b2 {
  position: relative;
  display: none;
  max-width: 190px;
  min-height: 50px;
  min-width: 140px;
  padding: 11px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(23, 48, 73, 0.18);
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #6165ff;
  font-size: 15px;
}

.link_cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.logo_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 900px;
  margin: 45px auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  min-width: 150px;
  margin-right: 15px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #8c54ff;
  background-image: linear-gradient(159deg, #8c54ff, #7b41f1);
  box-shadow: inset -1px -1px 3px 0 rgba(32, 27, 61, 0.6), inset 1px 1px 3px 0 rgba(238, 230, 255, 0.44), 1px 1px 2px 0 #5b3acc;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-card:hover {
  box-shadow: inset 1px 1px 3px 0 rgba(32, 27, 61, 0.22), inset -1px -1px 3px 0 rgba(238, 230, 255, 0), 1px 1px 2px 0 #5b3acc;
}

.flowbase-close-card {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 13px 10px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.43;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  cursor: pointer;
}

.flowbase-close-card:hover {
  opacity: 1;
}

.flowbase-home-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.flowbase-title {
  margin-bottom: 4px;
  color: #5b3acc;
  font-size: 17px;
  font-weight: 700;
}

.flowbase-author {
  display: inline-block;
  color: #9b9eb8;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.flowbase-left-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flowbase-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  margin-right: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flowbase-product-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  padding: 15px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flowbase-tag {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 99999;
  min-width: 520px;
  margin-bottom: 30px;
  margin-left: 30px;
  border-radius: 200px;
  background-color: #fff;
  box-shadow: 8px 1px 20px 0 rgba(128, 124, 142, 0.15);
}

.highlight-text {
  color: #5b3acc;
}

.flowbase-underline {
  text-decoration: underline;
}

.flowbase-icon-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: #5b3acc;
}

.text-block-27 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-form {
  min-height: 40px;
  min-width: 260px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 2px;
  font-weight: 200;
}

.pricing-form.text {
  min-height: 80px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 991px) {
  .section_01 {
    padding-right: 3%;
    padding-left: 3%;
  }
  .card_col_2 {
    padding-right: 0px;
  }
  .container_p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col_60 {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 25px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .col_40 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .card_row {
    padding-left: 0px;
  }
  .content-left-co2 {
    width: 100%;
  }
  .content-right-co2 {
    width: 100%;
  }
  .container_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pricing-p3 {
    padding-right: 3%;
    padding-left: 3%;
  }
  .content_wrap_02 {
    padding-right: 3%;
    padding-left: 3%;
  }
  .section_02 {
    padding-right: 3%;
    padding-left: 3%;
  }
  .flowbase-tag {
    display: block;
    max-width: 610px;
    min-width: auto;
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .header-08 {
    padding-top: 167px;
    padding-right: 3%;
    padding-left: 3%;
  }
  .container-h3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-left-hero {
    width: 100%;
  }
  .block-right-hero {
    width: 100%;
  }
  .card_col_2 {
    width: 100%;
    padding-left: 0px;
  }
  .col_60 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paragraph.space-below {
    text-align: center;
  }
  .col_40 {
    padding-right: 0px;
  }
  .card_row {
    width: 100%;
    padding-right: 0px;
  }
  .content-left-co2 {
    margin-bottom: 55px;
    padding-right: 0px;
  }
  .container-co2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .logo-wrap-c1 {
    margin-bottom: 50px;
  }
  .n06_container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .n06_link_wrap {
    display: none;
  }
  .footer-top-wrap-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pricing-card-p4.p4-dropshadow {
    max-width: none;
  }
  .pricing-card-p4._1 {
    max-width: none;
  }
  .logo_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .hero_img {
    width: 100%;
  }
  .flowbase-product-wrap {
    display: none;
  }
  .flowbase-tag {
    min-width: auto;
    margin-left: 15px;
  }
  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .header-08 {
    padding: 120px 5% 45px;
  }
  .hero_heading.hero {
    font-size: 46px;
  }
  .section_01 {
    padding: 30px 5%;
  }
  .card_base {
    width: 100%;
    margin-bottom: 0px;
  }
  .h1_example {
    font-size: 38px;
  }
  .col_60 {
    padding-top: 25px;
    padding-right: 0px;
  }
  .paragraph.space-below {
    text-align: left;
  }
  .content-left-co2 {
    margin-bottom: 0px;
  }
  .content-right-co2 {
    padding-top: 0px;
  }
  .n06_top_wrap {
    display: none;
  }
  .heading-4 {
    font-size: 22px;
    line-height: 33px;
  }
  .f03_btn {
    width: 100%;
  }
  .heading-2.pricing {
    margin-bottom: 10px;
  }
  .pricing-p3 {
    padding: 50px 5% 40px;
  }
  .tap-pane-p3 {
    padding-top: 30px;
  }
  .pricing-card-p4._1 {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .h1_c_2._1 {
    font-size: 32px;
    line-height: 36px;
  }
  .section_02 {
    padding: 80px 5%;
  }
  .flowbase-close-card {
    top: 0px;
    right: 0px;
    bottom: auto;
  }
  .flowbase-title-wrap {
    width: 100%;
    padding-left: 4px;
  }
  .flowbase-product-wrap {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flowbase-tag {
    min-width: auto;
    margin-right: 5px;
    margin-left: 5px;
  }
  .flowbase-icon-wrap {
    min-width: 60px;
  }
  .form-block {
    display: block;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
}

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