:root {
  --steel-blue: #0085c6;
  --black: #030f28;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.body {
  color: #000;
  background-color: #fff;
  font-family: Poppins, sans-serif;
}

.navbar {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image {
  width: 60px;
}

.nav-wrapper {
  color: #7a7a7a;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #7a7a7a;
  letter-spacing: -1.1px;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 1;
  text-decoration: none;
  transition: all .275s;
}

.nav-link:hover {
  color: var(--steel-blue);
}

.brand {
  margin-right: 40px;
}

.dropdown-toggle {
  color: #7a7a7a;
  letter-spacing: -1.1px;
  line-height: 1;
}

.dropdown-toggle:hover {
  color: var(--steel-blue);
}

.dropdown {
  transition: all .275s;
}

.dropdown:hover {
  color: var(--steel-blue);
}

.dropdown-list.w--open {
  background-color: #e9e9e9;
}

.dropdown-link {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 14px;
  transition: all .25s;
}

.dropdown-link:hover {
  background-color: var(--steel-blue);
  color: #fff;
}

.nav-container {
  max-width: 90%;
}

.icon-2 {
  color: #0085c6;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  display: flex;
}

.cart-link {
  margin-left: auto;
}

.container {
  padding-left: 0;
}

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

.section.services {
  min-width: auto;
  padding-bottom: 0;
  padding-left: 0;
}

.section.partners {
  background-color: #5d6771;
  margin-top: 20px;
}

.section.about {
  padding-left: 60px;
  padding-right: 60px;
}

.hero-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: grid;
}

.hero-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.hero-image {
  width: 67%;
  padding-top: 43px;
  position: relative;
  top: -47px;
}

.hero-image-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-1 {
  color: #030f28;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
}

.heading-1.mb-20 {
  color: #000;
  margin-top: 45px;
  margin-bottom: 20px;
}

.large-paragraph {
  color: #000;
  margin-bottom: 60px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.2;
}

.large-paragraph._1, .large-paragraph._1-copy {
  max-width: 80%;
}

.button {
  background-color: var(--black);
  border-radius: 100px;
  padding: 12px 23px;
}

.section-bar {
  color: #fff;
  text-align: center;
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .2s;
  display: flex;
}

.section-bar:hover {
  background-color: var(--black);
}

.paragraph {
  margin-bottom: 0;
}

.paragraph.mb-30 {
  margin-bottom: 30px;
}

.tabs-menu {
  background-color: #f3f3f3;
  flex-direction: column;
  flex: none;
  margin-right: 25px;
  display: flex;
}

.tab-link {
  color: #999;
  background-color: #0000;
  padding: 14px 20px;
  font-family: Bebasneue, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 41px;
}

.tab-link:hover {
  color: #666;
}

.tab-link {
  transition: all .25s;
}

.tab-link.w--current {
  color: #666;
  background-color: #0000;
  border-right: 3px solid #1e87f0;
}

.tabs {
  align-items: flex-start;
  display: flex;
}

.tabs-content {
  align-self: stretch;
  width: 100%;
}

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

.services-card {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  transition: all .2s;
  display: flex;
}

.services-card:hover {
  background-color: #ededed;
}

.heading-2 {
  letter-spacing: .5px;
  font-family: Bebasneue, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
}

.heading-2.small {
  font-size: 16px;
}

.link {
  color: var(--black);
  font-weight: 600;
}

.services-text {
  flex: 1;
  margin-bottom: 40px;
  line-height: 16px;
}

.services-text.mb-30 {
  margin-bottom: 30px;
}

.see-all-link-block {
  color: var(--black);
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.see-all-link {
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
}

.icon-3 {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.service-image {
  width: 80px;
}

.div-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.paragraph-2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
}

.slider {
  background-color: #0000;
  flex: 1;
  height: auto;
  overflow: hidden;
}

.slide-nav, .right-arrow, .left-arrow {
  display: none;
}

.image-3 {
  height: 100px;
}

.mask {
  width: 100px;
  overflow: visible;
}

.footer {
  color: #fff;
  background-color: #384859;
  padding-top: 70px;
}

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

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer-brand {
  width: 80px;
  margin-bottom: 20px;
}

.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-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
}

.footer-link {
  color: #fff;
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 13px;
  text-decoration: none;
}

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

.footer-social-block {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-social-link {
  background-color: #9b9fa4;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  display: flex;
}

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

.footer-copyright-center {
  letter-spacing: .5px;
  font-size: 10px;
  line-height: 10px;
}

.div-block-2 {
  background-color: #2b3a4a;
  margin-top: 75px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.icon-4 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.dropdown-2 {
  min-width: 210px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 10px;
  display: block;
}

.dropdown-2:hover {
  background-color: var(--steel-blue);
  color: #fff;
}

.dropdown-toggle-2 {
  justify-content: space-between;
  align-items: center;
  padding: 7px 0 7px 20px;
  display: flex;
}

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

.dropdown-list-2.w--open {
  margin-top: -32px;
  margin-left: 212px;
}

.icon-5 {
  margin-right: 0;
}

.tab-grid-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.large-paragraph-copy {
  margin-bottom: 60px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.2;
}

.large-paragraph-copy._1 {
  max-width: 80%;
}

.large-paragraph-copy._1-copy {
  max-width: 100%;
  font-size: 14px;
}

.tab-grid-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-copy {
  background-image: linear-gradient(260deg, #0000, #fff 63%), url('../images/kubr-12.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  height: 500px;
  padding-top: 15px;
  padding-bottom: 0;
  display: flex;
}

.section-copy.services {
  min-width: auto;
  padding-bottom: 0;
  padding-left: 0;
}

.section-copy.partners {
  background-color: #5d6771;
  margin-top: 20px;
}

.container-3 {
  max-width: 80%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.about-us-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.about-us-wrapper.mb-140 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 140px;
}

.heading-3 {
  text-align: center;
  font-size: 30px;
}

.image-4 {
  position: static;
}

.paragraph-3, .paragraph-4, .paragraph-5 {
  text-align: center;
}

.bold-text {
  font-family: Bebasneue, sans-serif;
  font-size: 30px;
}

.heading-4 {
  color: #44a0ff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.1;
}

.heading-4.mb-20 {
  color: #585858;
  text-align: center;
  margin-bottom: 20px;
  font-family: Bebasneue, sans-serif;
}

.bold-text-2, .bold-text-3 {
  font-family: Bebasneue, sans-serif;
}

.image-5 {
  max-width: 26%;
}

.container-4 {
  max-width: 80%;
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 106px;
  display: flex;
}

.hero-wrapper-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.heading-5 {
  color: #44a0ff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.1;
}

.heading-5.mb-20 {
  margin-bottom: 20px;
}

.pricing-block {
  border: 1px solid #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px 40px 40px;
  display: flex;
  position: relative;
}

.container-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  display: flex;
}

.text-block-2 {
  color: #fff;
}

.button-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #070707;
  text-align: center;
  background-color: #0000;
  border: 2px solid #070707;
  border-radius: 32px;
  align-items: center;
  min-width: 200px;
  padding: 14px 40px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.button-2:hover {
  color: #fff;
  background-color: #070707;
}

.button-2.dark {
  float: none;
  color: #f6f8fc;
  background-color: #070707;
  align-self: center;
  width: 200px;
  min-width: 100px;
  padding-left: 40px;
  display: inline-block;
  position: static;
}

.button-2.dark:hover {
  color: #070707;
  background-color: #0000;
}

.price-features-text {
  width: 210px;
}

.heading-wrap {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-4 {
  padding-top: 0;
}

.price-features-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.pricing-features-grid {
  grid-column-gap: 40px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.pricing-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.price {
  color: #44a0ff;
  margin-top: 24px;
  font-size: 38px;
  font-weight: 600;
  display: inline-block;
}

.pricing-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.old-price {
  color: #a9a9a9;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: line-through;
  display: inline-block;
}

.alert-block {
  background-color: #d2e8ff;
  border-radius: 90px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
}

.alert-block.pricing {
  background-color: #ffdc7b;
  border-radius: 0;
  margin-top: 35px;
  margin-right: 3px;
  position: absolute;
  inset: -1% 2% auto auto;
}

.alert-block.pricing.green {
  background-color: #c0392bb5;
  flex: 0 auto;
  margin-top: 30px;
  margin-bottom: 0;
  margin-right: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.heading-4-copy {
  color: #44a0ff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.1;
}

.heading-4-copy.mb-20, .heading-4-copy.mb-20-copy {
  color: #585858;
  text-align: center;
  margin-bottom: 20px;
  font-family: Bebasneue, sans-serif;
}

.div-block-3-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.container-3-copy {
  max-width: 80%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-copy-copy {
  background-image: linear-gradient(260deg, #0000, #fff 63%), url('../images/kubr-12.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  align-items: center;
  height: 470px;
  padding-top: 15px;
  padding-bottom: 0;
  display: flex;
}

.section-copy-copy.services {
  min-width: auto;
  padding-bottom: 0;
  padding-left: 0;
}

.section-copy-copy.partners {
  background-color: #5d6771;
  margin-top: 20px;
}

.heading-1-copy {
  color: #030f28;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
}

.heading-1-copy.mb-20, .heading-1-copy.mb-20-copy {
  color: #000;
  margin-top: 45px;
  margin-bottom: 20px;
}

.feature-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.1;
}

.price-card_1 {
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 10px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 10px;
  display: flex;
  position: relative;
  box-shadow: 0 20px 30px -10px #1d01501a;
}

.price-card_1.new {
  box-shadow: none;
  border-style: none;
  flex-direction: row;
  align-items: flex-end;
}

.button-3 {
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 20px -3px #1d01501a;
}

.button-3:hover {
  box-shadow: none;
  background-color: #000;
}

.button-3.in-form {
  background-color: #383838;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 48px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  transition: background-color .525s;
  display: flex;
}

.button-3.in-form:hover {
  background-color: #202020;
}

.button-3.in-form.news {
  width: 60%;
}

.flex-block {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.feature-label {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.feature-label.head {
  font-size: 15px;
  font-weight: 300;
}

.grid_2-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: start;
  min-height: 150px;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.grid_2-4.new {
  grid-template-columns: 1fr 1.25fr 1fr;
  width: 100%;
}

.grid_2-4.das {
  grid-template-columns: 1fr 1fr;
}

.container-6 {
  max-width: 1200px;
}

.spacer_xl {
  width: 100%;
  height: 25px;
}

.price-wrap_top {
  justify-content: space-between;
  align-items: center;
  min-height: auto;
  display: flex;
}

.section-2 {
  margin-top: 100px;
  margin-bottom: 0;
}

.icon-6 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  overflow: hidden;
}

.icon-6.dark {
  color: #000;
  width: 25px;
}

.flex-block-2 {
  background-color: #fff;
  display: block;
}

.div-block-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.image-6 {
  width: 60px;
}

.icon-7 {
  color: #0085c6;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  display: flex;
}

.dropdown-toggle-3 {
  justify-content: space-between;
  align-items: center;
  padding: 7px 0 7px 20px;
  display: flex;
}

.dropdown-toggle-3:hover {
  color: #fff;
}

.nav-container-2 {
  max-width: 85%;
}

.cart-block {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.dropdown-list-3.w--open {
  margin-top: -32px;
  margin-left: 212px;
}

.nav-link-2 {
  color: #7a7a7a;
  letter-spacing: -1.1px;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 1;
  text-decoration: none;
  transition: all .275s;
}

.nav-link-2:hover {
  color: #0085c6;
}

.cart-link-2 {
  justify-content: flex-end;
}

.dropdown-3 {
  transition: all .275s;
}

.dropdown-3:hover {
  color: #0085c6;
}

.dropdown-link-3 {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 14px;
  transition: all .25s;
}

.dropdown-link-3:hover {
  color: #fff;
  background-color: #0085c6;
}

.dropdown-toggle-4 {
  color: #7a7a7a;
  letter-spacing: -1.1px;
  line-height: 1;
}

.dropdown-toggle-4:hover {
  color: #0085c6;
}

.dropdown-4 {
  min-width: 210px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 10px;
  display: block;
}

.dropdown-4:hover {
  color: #fff;
  background-color: #0085c6;
}

.navbar-2 {
  text-align: left;
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
}

.dropdown-link-4 {
  transition: all .275s;
}

.dropdown-link-4:hover {
  color: #f6f8fc;
  background-color: #0085c6;
}

.dropdown-list-4.w--open {
  background-color: #e9e9e9;
}

.nav-wrapper-2 {
  color: #7a7a7a;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-7 {
  height: 100px;
}

.container-7 {
  padding-left: 0;
}

.paragraph-7 {
  color: #fff;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
}

.div-block-13 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.section-3 {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.icon-9 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.footer-copyright-center-2 {
  letter-spacing: .5px;
  font-size: 12px;
  line-height: 10px;
}

.div-block-14 {
  background-color: #2b3a4a;
  margin-top: 75px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.image-14 {
  max-width: 144px;
  margin-top: 28px;
}

.footer-link-2 {
  color: #fff;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 13px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #ededed;
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }

  .section-copy {
    background-image: linear-gradient(260deg, #0000, #fff 63%), url('../images/kubr-14.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 550px;
  }

  .container-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .price-features-text {
    width: 200px;
  }

  .section-copy-copy {
    background-size: cover;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1200px;
  }

  .hero-wrapper {
    padding-bottom: 0;
  }

  .section-bar {
    padding-top: 5px;
  }

  .section-copy {
    background-image: linear-gradient(260deg, #0000, #fff 60%), url('../images/kubr-14.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat-x;
    background-size: auto, cover;
    height: 600px;
    padding-top: 0;
  }

  .heading-4.mb-20 {
    margin-top: 66px;
  }

  .heading-6 {
    font-weight: 400;
  }

  .pricing-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .price {
    font-size: 20px;
  }

  .heading-4-copy.mb-20, .heading-4-copy.mb-20-copy {
    margin-top: 0;
  }

  .div-block-3-copy {
    margin-bottom: 25px;
  }

  .section-copy-copy {
    background-image: linear-gradient(260deg, #0000, #fff 60%), url('../images/kubr-14.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat-x;
    background-size: auto, cover;
    height: 525px;
    padding-top: 0;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1500px;
  }

  .section-copy {
    background-image: linear-gradient(260deg, #0000, #fff 63%), url('../images/kubr-12.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 670px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .about-us-wrapper.mb-140 {
    margin-bottom: 40px;
  }

  .heading-4.mb-20 {
    padding-top: 36px;
  }

  .image-5 {
    text-align: center;
    object-fit: fill;
    position: static;
  }

  .div-block-3 {
    margin-bottom: 3px;
  }

  .heading-4-copy.mb-20, .heading-4-copy.mb-20-copy {
    padding-top: 36px;
  }

  .div-block-3-copy {
    margin-bottom: 3px;
  }

  .section-copy-copy {
    background-image: linear-gradient(260deg, #0000, #fff 63%), url('../images/kubr-12.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 500px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .container-6 {
    max-width: 1200px;
  }

  .slide-2 {
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .nav-wrapper {
    justify-content: space-between;
  }

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .dropdown-list.w--open {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
  }

  .dropdown-link {
    color: #7a7a7a;
    background-color: #c8c8c8;
  }

  .cart-link {
    display: none;
  }

  .container {
    width: 90%;
  }

  .tabs-menu {
    flex-direction: row;
  }

  .tab-link {
    margin-right: 10px;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .tab-link.w--current {
    border-bottom: 3px solid var(--steel-blue);
    border-right-style: none;
  }

  .tabs {
    flex-direction: column;
  }

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

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

  .dropdown-2 {
    background-color: #c8c8c8;
    min-width: 0;
  }

  .dropdown-toggle-2 {
    color: #7a7a7a;
  }

  .dropdown-list-2.w--open {
    margin-top: 0;
    margin-left: 0;
    padding-left: 30px;
    position: relative;
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    background-color: var(--steel-blue);
  }

  .nav-menu {
    padding-left: 0;
    padding-right: 0;
  }

  .container-3 {
    max-width: 90%;
  }

  .heading-3 {
    font-size: 30px;
  }

  .heading-4, .heading-5 {
    font-size: 38px;
  }

  .pricing-block {
    padding: 40px 20px;
  }

  .container-5 {
    max-width: 90%;
  }

  .button-2.dark {
    min-width: 0;
  }

  .heading-6 {
    font-size: 30px;
  }

  .pricing-features-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 32px;
    display: flex;
  }

  .pricing-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .price {
    margin-top: 10px;
    font-size: 34px;
  }

  .alert-block.pricing {
    margin-top: 20px;
    margin-right: 20px;
  }

  .heading-4-copy {
    font-size: 38px;
  }

  .container-3-copy {
    max-width: 90%;
  }

  .price-card_1 {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
  }

  .container-6 {
    max-width: 100%;
    padding-left: 42px;
    padding-right: 42px;
  }

  .nav-menu-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-toggle-3 {
    color: #7a7a7a;
  }

  .menu-button-2 {
    background-color: #0000;
  }

  .menu-button-2.w--open {
    background-color: #0085c6;
  }

  .dropdown-list-3.w--open {
    margin-top: 0;
    margin-left: 0;
    padding-left: 30px;
    position: relative;
  }

  .nav-link-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cart-link-2 {
    display: none;
  }

  .dropdown-3 {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .dropdown-link-3 {
    color: #7a7a7a;
    background-color: #c8c8c8;
  }

  .dropdown-4 {
    background-color: #c8c8c8;
    min-width: 0;
  }

  .dropdown-list-4.w--open {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
  }

  .nav-wrapper-2 {
    justify-content: space-between;
  }

  .container-7 {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .dropdown-list.w--open {
    background-color: #c8c8c8;
  }

  .dropdown-link {
    color: #7a7a7a;
  }

  .section.about {
    padding-top: 20px;
  }

  .hero-wrapper {
    display: block;
  }

  .hero-image {
    top: 0;
  }

  .tabs-menu {
    display: block;
  }

  .tab-link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 21px;
    display: inline-block;
  }

  .tab-grid {
    display: block;
  }

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

  .footer-brand {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .footer-block {
    align-items: flex-start;
  }

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

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

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

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

  .footer-logo-block {
    align-self: stretch;
  }

  .tab-grid-copy, .tab-grid-copy-copy {
    display: block;
  }

  .about-us-wrapper {
    flex-direction: column-reverse;
    display: flex;
  }

  .about-us-wrapper.mb-140 {
    flex-direction: column;
    display: flex;
  }

  .heading-3 {
    font-size: 26px;
  }

  .heading-4 {
    font-size: 34px;
  }

  .hero-wrapper-copy {
    display: block;
  }

  .heading-5 {
    font-size: 34px;
  }

  .button-2 {
    font-size: 16px;
  }

  .heading-6 {
    font-size: 26px;
  }

  .pricing-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .price {
    font-size: 24px;
  }

  .pricing-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .old-price {
    font-size: 13px;
  }

  .heading-4-copy {
    font-size: 34px;
  }

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

  .grid_2-4 {
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .container-6 {
    max-width: 100%;
    padding-left: 45px;
    padding-right: 45px;
  }

  .dropdown-link-3 {
    color: #7a7a7a;
  }

  .dropdown-list-4.w--open {
    background-color: #c8c8c8;
  }

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

@media screen and (max-width: 479px) {
  .section.partners {
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .section.about {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-image {
    width: 100%;
  }

  .hero-image-wrap {
    display: none;
  }

  .large-paragraph._1, .large-paragraph._1-copy {
    max-width: 95%;
  }

  .section-bar {
    font-size: 12px;
  }

  .tabs-menu {
    text-align: center;
    display: block;
  }

  .services-text {
    font-size: 12px;
  }

  .div-block {
    display: block;
  }

  .image-3 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .mask {
    width: 100%;
  }

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

  .div-block-2 {
    margin-top: 45px;
  }

  .large-paragraph-copy._1, .large-paragraph-copy._1-copy {
    max-width: 95%;
  }

  .section-copy {
    background-image: linear-gradient(#fff 26%, #fff0), url('../images/WhatsApp-Image-2023-11-12-at-23.07.26_c1fd1f80.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    align-items: flex-start;
    height: 571px;
    padding-top: 0;
  }

  .section-copy.partners {
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .paragraph-3, .paragraph-4, .paragraph-5 {
    font-size: 12px;
  }

  .bold-text {
    font-size: 20px;
  }

  .heading-4 {
    font-size: 30px;
  }

  .bold-text-2, .bold-text-3 {
    font-size: 20px;
  }

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

  .heading-5, .heading-5.mb-20 {
    font-size: 20px;
  }

  .div-block-11 {
    width: 300px;
  }

  .paragraph-6 {
    font-size: 14px;
  }

  .pricing-block {
    width: 300px;
  }

  .button-2 {
    flex-direction: row;
    justify-content: center;
  }

  .button-2.dark {
    font-size: 14px;
  }

  .price-features-text {
    font-size: 12px;
  }

  .heading-6 {
    font-size: 20px;
  }

  .pricing-grid {
    flex-direction: column;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .price {
    font-size: 18px;
  }

  .alert-block.pricing.green {
    margin-top: 20px;
  }

  .heading-4-copy {
    font-size: 30px;
  }

  .section-copy-copy {
    background-image: linear-gradient(#fff 26%, #fff0), url('../images/WhatsApp-Image-2023-11-12-at-23.07.26_c1fd1f80.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    align-items: flex-start;
    height: 571px;
    padding-top: 0;
  }

  .section-copy-copy.partners {
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .h2 {
    font-size: 30px;
  }

  .button-3.in-form {
    width: 100%;
  }

  .flex-block {
    flex-direction: column;
  }

  .grid_2-4 {
    text-align: left;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .container-6 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-2 {
    color: #fff;
    background-color: #fff;
    flex-flow: column;
  }

  .dropdown-toggle-3 {
    min-width: 100%;
  }

  .dropdown-toggle-3:hover {
    color: #4a4a4a;
  }

  .dropdown-toggle-3.w--open:hover {
    color: #464646;
  }

  .dropdown-list-3.w--open {
    background-color: #fff;
    padding-left: 0;
  }

  .nav-link-2 {
    min-width: 100%;
  }

  .dropdown-3 {
    justify-content: flex-start;
    align-items: center;
    min-width: 100%;
  }

  .dropdown-link-3 {
    background-color: #fff;
  }

  .dropdown-toggle-4 {
    display: flex;
  }

  .dropdown-4 {
    background-color: #fff;
    min-width: 100%;
  }

  .dropdown-4:hover {
    background-color: #fff;
  }

  .dropdown-link-4 {
    padding-left: 40px;
  }

  .dropdown-list-4.w--open {
    background-color: #fff;
    min-width: 0%;
  }

  .image-7 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .section-3.partners {
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .div-block-14 {
    margin-top: 45px;
  }

  .image-14 {
    max-width: 206px;
  }
}

#w-node-dd2a0b62-c66e-57b1-2e81-82388f296fc8-2892ae0b, #w-node-e462e4f5-287d-44a3-dabf-34c363cc447e-2892ae0b, #w-node-_253828a6-79fd-3f3b-bb15-97a2df99d8e2-2892ae0b, #w-node-_0000c195-2faa-eb5d-11bc-538d8f530fd2-2892ae0b, #w-node-_3ed87171-aa1c-621e-81fb-f4f3b0561c48-2892ae0b, #w-node-_39a08283-698d-98f2-4843-84bb999d64b1-2892ae0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#see-all.w-node-_83d3f15b-8355-e213-3373-276bef59134d-2892ae0b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-aa8c412f-edb0-91cd-7cbe-84df8f598c7b-2892ae0b, #w-node-_4f499493-dbce-6e54-16a6-be88a8379b9c-2892ae0b, #w-node-_1f244728-d609-69ab-7eae-5be28cb7c693-2892ae0b, #w-node-c7056046-5186-4cd7-02b0-0fb23a7d5195-2892ae0b, #w-node-_8c591464-7c19-009d-b211-63fb563e1786-2892ae0b, #w-node-bc8af607-7222-7073-a14d-829de70d0d8b-2892ae0b, #w-node-_89e13702-2153-5ab4-30fa-03760d7dde7b-2892ae0b, #w-node-bc8af607-7222-7073-a14d-829de70d0d95-2892ae0b, #w-node-_32f0ff39-b37d-5042-4795-9d7803922b06-2892ae0b, #w-node-_32f0ff39-b37d-5042-4795-9d7803922b12-2892ae0b, #w-node-_32f0ff39-b37d-5042-4795-9d7803922b1e-2892ae0b, #w-node-_32f0ff39-b37d-5042-4795-9d7803922b2c-2892ae0b, #w-node-_32f0ff39-b37d-5042-4795-9d7803922b38-2892ae0b, #w-node-_32f0ff39-b37d-5042-4795-9d7803922b44-2892ae0b, #w-node-c2d49325-d635-e0c2-a6ee-99dfad89cd5e-2892ae0b, #w-node-c10329b9-9233-b72e-595a-0f604fbc9abd-2892ae0b, #w-node-_9ef3a61a-d941-b81e-2870-c71921a2d20e-2892ae0b, #w-node-_37eb2e11-5ca3-f2bb-a1f3-783b9b1a9c39-2892ae0b, #w-node-_73b8137b-54d6-4962-8cc7-37fc05d7828e-2892ae0b, #w-node-bf66c3fd-c1f8-0c31-76bc-2e66c32fe70a-2892ae0b, #w-node-_5ef67e78-d20f-8ce4-1883-6f7f92cd7556-2892ae0b, #w-node-_70759222-ea83-a9f0-865a-1f1c2d94930e-2892ae0b, #w-node-fca46111-8ee7-a1c3-bea4-9bc3441117ec-2892ae0b, #w-node-e86984be-d5aa-4d87-fe82-a27bcfca39bd-2892ae0b, #w-node-_08f4a410-8902-080d-a0a2-5fd71b5ec71c-2892ae0b, #w-node-_08f4a410-8902-080d-a0a2-5fd71b5ec71f-2892ae0b, #w-node-abb8c5eb-7765-8a3a-5c2e-4cf943acd50d-2892ae0b, #w-node-abb8c5eb-7765-8a3a-5c2e-4cf943acd51c-2892ae0b, #w-node-abb8c5eb-7765-8a3a-5c2e-4cf943acd529-2892ae0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d27d1ab3-4bae-00e0-98ac-b952495395ab-261cd60f {
  place-self: auto;
}

#w-node-ff6c4883-65af-cd1b-7c2a-e8adce8ae5d2-261cd60f, #w-node-ff6c4883-65af-cd1b-7c2a-e8adce8ae5dd-261cd60f, #w-node-ff6c4883-65af-cd1b-7c2a-e8adce8ae5e8-261cd60f, #w-node-ff6c4883-65af-cd1b-7c2a-e8adce8ae5f3-261cd60f, #w-node-ff6c4883-65af-cd1b-7c2a-e8adce8ae5fe-261cd60f, #w-node-ff6c4883-65af-cd1b-7c2a-e8adce8ae609-261cd60f, #w-node-_92fdd48d-b185-fe38-2487-d545d7ae7a65-d7ae7a52, #w-node-_92fdd48d-b185-fe38-2487-d545d7ae7a72-d7ae7a52, #w-node-_92fdd48d-b185-fe38-2487-d545d7ae7a7f-d7ae7a52, #w-node-f410c98e-a751-87ec-8034-af1ba3fe627d-a3fe627a, #w-node-f410c98e-a751-87ec-8034-af1ba3fe6280-a3fe627a, #w-node-ff6c4883-65af-cd1b-7c2a-e8adce8ae5d2-8280afd2, #w-node-ff6c4883-65af-cd1b-7c2a-e8adce8ae5dd-8280afd2, #w-node-ff6c4883-65af-cd1b-7c2a-e8adce8ae5e8-8280afd2, #w-node-ff6c4883-65af-cd1b-7c2a-e8adce8ae5f3-8280afd2, #w-node-ff6c4883-65af-cd1b-7c2a-e8adce8ae5fe-8280afd2, #w-node-ff6c4883-65af-cd1b-7c2a-e8adce8ae609-8280afd2, #w-node-_3c46bb4f-0d48-464f-3891-2f6e8d423fdb-8280afd2, #w-node-a4a59d67-599b-aa38-b7c0-dcce7b629db3-8280afd2, #w-node-_90ec6af6-6626-9209-786d-f79c8d84da46-8280afd2, #w-node-_90ec6af6-6626-9209-786d-f79c8d84da4f-8280afd2, #w-node-_90ec6af6-6626-9209-786d-f79c8d84da5a-8280afd2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-ff6c4883-65af-cd1b-7c2a-e8adce8ae5fe-261cd60f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue book';
  src: url('../fonts/BebasNeue-Book.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}