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

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

strong {
  color: #153a52;
  font-weight: 700;
}

.header-opt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 72vh;
  padding: 20px 3% 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-image: url('/images/personal-pages-share/1479687824/webflow/images/bg_shade.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

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

.container.space-below {
  margin-top: 60px;
  margin-bottom: 100px;
}

.content-wrap {
  position: relative;
  max-width: 90%;
  margin-bottom: 10px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Calibri, sans-serif;
  color: #87529c;
  font-size: 65px;
  line-height: 1;
  letter-spacing: -0.5px;
}

.paragraph {
  max-width: 490px;
  color: #546681;
  font-size: 17px;
  line-height: 1.3;
  font-style: normal;
}

.paragraph.paragraph-centre-white {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.button {
  margin-right: 15px;
  padding: 18px 35px;
  border-radius: 45px;
  background-color: #ed6a18;
  font-size: 16px;
}

.button.button-space {
  margin-top: 25px;
}

.service-card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.footer-title {
  display: inline-block;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #0a1f44;
  font-size: 18px;
  font-weight: 600;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16%;
  -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;
}

.footer-column-large {
  width: auto;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-icon {
  margin-right: 10px;
}

.footer-logo {
  width: 150px;
  margin-bottom: 0px;
  border-radius: 10px;
}

.footer {
  max-height: none;
  min-height: 0px;
  padding: 0px 5%;
  background-color: #4789ca;
  color: #87529c;
}

.footer-text-02 {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.footer-link {
  margin-bottom: 15px;
  margin-left: 1px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #4e5d78;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.footer-link:hover {
  color: #484dff;
}

.footer-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100px;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.column {
  width: 33%;
  height: 350px;
  padding: 10px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.service-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 60px 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 14px 14px 200px 0 rgba(0, 22, 50, 0.06);
}

.card-content-wrap {
  margin-bottom: 25px;
  -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-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #6b539a;
  text-align: center;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 8px;
  padding-top: 0px;
  color: #153a52;
  font-size: 18px;
  text-align: center;
  text-transform: none;
}

.paragraph-2 {
  max-width: 450px;
  color: #546681;
  font-size: 17px;
  line-height: 1.4;
  text-align: left;
}

.hero-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/звери10.png');
  background-position: 98% 100%;
  background-size: 165px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.image-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  margin-right: 40px;
  padding: 10px;
  -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;
}

.content-block-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 50%;
  min-height: 350px;
  padding: 25px 55px 25px 10px;
  -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;
}

.content-block-left.timeline {
  max-width: none;
  min-height: 150px;
}

.section-content {
  padding: 100px 5% 20px;
  -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;
  background-color: transparent;
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/bg_shade.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-icon {
  display: block;
  width: 70px;
  margin-bottom: 25px;
}

.column-wrap-reversed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.title {
  max-width: 500px;
  margin-bottom: 15px;
  color: #ed6a18;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.heading-primary {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Calibri, sans-serif;
  color: #87529c;
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.heading-primary.h3-centre {
  display: inline;
  max-width: 700px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.heading-primary.h3-centre-white {
  display: block;
  max-width: 100%;
  color: #fff;
  text-align: center;
}

.button-wrap-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  padding-left: 90px;
  -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;
}

.link {
  color: #546681;
  font-size: 16px;
  text-decoration: none;
}

.link:hover {
  color: #484dff;
}

.section-logo {
  padding: 15px 5%;
  background-color: #fff;
}

.full-logo-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1160px;
  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;
}

.logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding: 36px;
  -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;
}

.light-logo {
  width: 130px;
}

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

.phone-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.dropdown-list-wrap {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding: 15px 12px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 1px 1px 9px 0 rgba(44, 62, 80, 0.1);
}

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

.navigation-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #546681;
  font-size: 16px;
  text-decoration: none;
}

.navigation-link:hover {
  color: #484dff;
}

.navigation-block-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  min-width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.phonre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: 200px;
  margin-right: 0px;
  padding-right: 3px;
  padding-left: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.dropdown-list {
  background-color: transparent;
}

.dropdown-list.w--open {
  z-index: 7;
  min-width: 460px;
  padding-top: 15px;
  border-radius: 15px;
}

.dropdown-list.dropdown-smaller {
  left: -30px;
  min-width: 360px;
}

.logo-image {
  width: 85px;
  max-width: none;
  border-radius: 20px;
}

.dropdown-mobile {
  display: none;
}

.navbarar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-text {
  width: 100%;
  text-decoration: none;
}

.phone-image {
  display: block;
  margin-right: 8px;
  text-align: center;
}

.container-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1240px;
  min-height: 100px;
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.phone-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 100px;
  margin-right: 15px;
  -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-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.mobile-button-link {
  display: none;
}

.arrow-down {
  margin-right: 7px;
  margin-left: 8px;
}

.navigation-menu1 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9;
  height: auto;
  min-height: auto;
  margin-bottom: 0px;
  padding: 10px 5%;
  border: 1px none #000;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4789ca), color-stop(100%, #4789ca), to(transparent));
  background-image: linear-gradient(180deg, #4789ca, #4789ca 100%, transparent);
}

.title-wrap-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  margin-left: 100px;
  padding-top: 0px;
  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-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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  text-align: left;
}

.dropdown-column {
  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;
}

.feature-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 12px 15px 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.feature-wrap:hover {
  background-color: rgba(72, 77, 255, 0.03);
}

.feature-icon {
  width: 26px;
  margin-right: 16px;
}

.feature-content-wrap {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.short-title {
  margin-bottom: 2px;
  color: #2e3642;
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
}

.paragraph-small {
  max-width: 450px;
  margin-bottom: 0px;
  color: #3b4c5b;
  font-size: 14px;
  letter-spacing: -0.2px;
}

.hero-image-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  min-height: 350px;
  padding: 30px;
  -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;
}

.content-block-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding: 25px 25px 25px 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-slider {
  height: 100%;
  background-color: transparent;
}

.slider-arrow-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}

.icon-3 {
  color: #4c4172;
}

.slider-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  margin-right: 15px;
  padding: 15px 36px;
  -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: #fff;
  box-shadow: 1px 1px 45px 0 rgba(0, 22, 50, 0.1);
}

.testimonial-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding: 25px 25px 25px 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-nav {
  display: none;
}

.slider-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  padding: 20px 36px;
  -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: #fff;
  box-shadow: 1px 1px 55px 0 rgba(0, 22, 50, 0.08);
}

.testimonial-content-block {
  position: relative;
  max-width: 590px;
}

.arrow {
  width: 28px;
}

.left-arrow {
  position: absolute;
  left: auto;
  top: auto;
  right: 40%;
  bottom: 0%;
  display: none;
}

.testimonial-image-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding: 85px;
  -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;
}

.testimonial-columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.author-name {
  margin-top: 0px;
  color: #546681;
  font-size: 17px;
  font-weight: 400;
}

.arrow-disabled {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  padding: 20px 36px;
  -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;
}

.right-arrow {
  left: auto;
  top: auto;
  right: 35%;
  bottom: 0%;
  display: none;
}

.testimonial-paragraph {
  color: #546681;
  font-size: 18px;
  line-height: 1.4;
  font-style: normal;
  font-weight: 400;
}

.logo {
  width: 110px;
  margin-bottom: 6px;
}

.quote-image {
  position: absolute;
  left: -15px;
  top: -25px;
  min-width: 70px;
}

.testimonial-author-wrap {
  margin-top: 45px;
}

.text-span {
  color: #484dff;
}

.button-default {
  padding: 18px 35px;
  border-radius: 50px;
  background-color: #484dff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
}

.button-default:hover {
  background-color: #343af0;
}

.new-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
  padding: 4px 16px;
  -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: rgba(45, 202, 115, 0.1);
  color: #2dca73;
  font-size: 12px;
}

.title-wrap-horizontal {
  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;
}

.hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
}

.paragraph-hero {
  max-width: 490px;
  color: #546681;
  font-size: 23px;
  line-height: 1.4;
  font-style: normal;
}

.content-block-hero {
  position: relative;
  max-width: 590px;
}

.button-navigation {
  margin-right: 15px;
  padding: 18px 35px;
  border-radius: 50px;
  background-color: #484dff;
  font-size: 16px;
}

.title-wrap {
  display: inline;
  margin-bottom: 35px;
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.section-statistics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 60%;
  padding: 60px 5% 120px;
  -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;
  background-color: transparent;
}

.footer-text {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 25px;
  font-family: Calibri, sans-serif;
  color: #ed6a18;
  font-size: 17px;
  line-height: 1.4;
  text-align: left;
}

.legal-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1240px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  -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;
}

.legal-text {
  color: #fff;
  font-size: 16px;
}

.social-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 17px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 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: 10px;
  background-color: #fbdee3;
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/VK_Compact_Logo.png');
  background-position: 50% 50%;
  background-size: contain;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.social-link.vk {
  margin-top: 3px;
  margin-right: 40px;
  background-color: rgba(255, 255, 255, 0);
  background-image: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-size: 25px;
  text-decoration: none;
}

.social-link.inst {
  width: 40px;
  height: 40px;
  padding: 0px;
  background-color: rgba(255, 255, 255, 0);
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/icons8-instagram-96_1icons8-instagram-96.png');
  background-position: 50% 50%;
  background-size: 47px;
  background-repeat: no-repeat;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.circle-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 250px;
  max-width: 250px;
  min-height: 250px;
  min-width: 250px;
  -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;
  border-radius: 1000px;
  background-color: #fff;
  box-shadow: 7px 7px 150px 0 rgba(84, 102, 129, 0.08);
}

.statistic-circle-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 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;
}

.title-capped {
  color: #546681;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.counterup {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #484dff;
  font-size: 52px;
  line-height: 52px;
}

.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;
  font-family: Circularstd;
  color: #5b3acc;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.25px;
}

.flowbase-author {
  display: inline-block;
  color: #9b9eb8;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.3px;
  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-card-wrap {
  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);
}

.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: #7020ff;
}

.text-span-2 {
  color: #5b3acc;
}

.arrow-wrap {
  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;
}

.feature-number-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.section-content-plain {
  min-height: 500px;
  padding: 120px 5%;
  -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;
  background-color: #fff;
}

.blog-article-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.blog-card {
  overflow: hidden;
  width: 100%;
  margin-right: 0px;
  padding: 15px 16px 35px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.blog-card:hover {
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.12);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.blog-placeholder-image {
  width: 100%;
  min-height: 220px;
  border-radius: 14px;
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/unsplash_img_03.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 140px;
  padding-top: 15px;
  padding-right: 4px;
  padding-left: 4px;
  -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;
}

.category-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 12px 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: #e9f9f0;
}

.category-title {
  color: #38cb89;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.blog-content {
  margin-bottom: 25px;
}

.section-blog {
  min-height: 500px;
  padding: 120px 5%;
  -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;
  background-color: #fff;
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/bg_shade.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-testimoinals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f7ff;
}

.arrow-image-mobile {
  display: none;
}

.arrow-image-mobile-02 {
  display: none;
}

.section-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 145px 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;
  background-color: #87529c;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #87529c), to(#b177c7));
  background-image: linear-gradient(180deg, #87529c 21%, #b177c7);
}

.feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  padding-right: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-icon {
  width: 40px;
  margin-right: 15px;
}

.content-title {
  margin-top: 7px;
  margin-bottom: 15px;
  color: #484dff;
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
}

.blog-placeholder-image-03 {
  width: 100%;
  min-height: 220px;
  border-radius: 14px;
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/unsplash_img_02.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-placeholder-image-02 {
  width: 100%;
  min-height: 220px;
  border-radius: 14px;
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/unsplash_img.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.container-flex {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 39px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto minmax(0px, 1.5fr);
  grid-template-rows: auto minmax(0px, 1.5fr);
}

.link-02 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.link-02:hover {
  color: hsla(0, 0%, 100%, 0.58);
}

.clone-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 250px;
  min-height: 50px;
  min-width: 150px;
  padding-right: 25px;
  padding-left: 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: 50px;
  background-color: #7020ff;
  background-image: linear-gradient(159deg, #7020ff, #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;
}

.clone-button: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;
}

.text-span-3 {
  color: #5b3acc;
}

.hero-image {
  margin-top: 0px;
  border-radius: 9px;
}

.remove-before-use {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  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;
  background-color: rgba(46, 54, 66, 0.93);
}

.flowbase-card-delete {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 40px;
  padding: 15px 40px 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;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link-3 {
  color: #fff;
}

.faq-question-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  color: #1a1e27;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  text-decoration: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.question-title {
  margin-right: 10px;
  color: #fff;
  letter-spacing: -0.03em;
}

.faq-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  min-height: 55px;
  min-width: 55px;
  -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: 100%;
  background-color: #f3f3f3;
}

.question-title-2 {
  margin-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  letter-spacing: -0.03em;
}

.faq-paragraph {
  margin-bottom: 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.faq-wrapper {
  margin-right: auto;
  margin-left: auto;
}

.div-block {
  width: 100%;
  height: 1px;
}

.faq-question-wrap {
  display: block;
  min-width: auto;
  padding-right: 40px;
  padding-left: 40px;
  cursor: pointer;
}

.faq-content {
  overflow: hidden;
}

.icon {
  width: 70px;
  max-width: 100%;
  padding-bottom: 35px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Fa solid 900', sans-serif;
  color: #484dff;
  font-size: 70px;
}

.bold-text-icon {
  width: 70px;
  max-width: 100%;
  padding-bottom: 38px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Fa solid 900', sans-serif;
  color: #ed6a18;
  font-size: 70px;
}

.image {
  border-radius: 9px;
}

.image-2 {
  border-radius: 9px;
  box-shadow: -17px 0 100px 1px rgba(0, 0, 0, 0.15);
}

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

.image-3 {
  border-radius: 9px;
}

.footer4geo {
  max-height: 90%;
  max-width: none;
  border-radius: 3px;
  background-color: transparent;
}

.bold-text-2 {
  color: #034ea2;
}

.bold-text-2.adres {
  font-weight: 700;
}

.main-section11121 {
  display: block;
  margin-top: 0px;
}

.content-block1 {
  display: block;
  margin-top: 0px;
  padding-top: 20px;
}

.mainsectionn {
  margin-top: 0px;
}

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

.footer-phone-link._22 {
  color: #153a52;
}

.body {
  margin-top: 0px;
  background-color: transparent;
}

.container-2 {
  background-color: transparent;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-width: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.container-3 {
  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;
}

.navbar-2 {
  position: static;
  width: 60%;
  margin-top: 15px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.navigation-menu {
  width: auto;
  height: auto;
}

.nav-link {
  color: #fff;
}

.html-embed {
  width: 300px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  text-align: center;
}

.bold-text-4 {
  color: #d45f15;
}

.kontact {
  font-family: Calibri, sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
}

.footer-text-adres {
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.footer-text-adres._22 {
  color: #153a52;
}

.footer-text-nomer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Inter, sans-serif;
  color: #153a52;
  font-size: 18px;
  line-height: 22px;
}

.footer-text-nomer.dd {
  padding-top: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.footer-text-mail {
  color: #153a52;
  font-size: 18px;
  line-height: 22px;
}

.text-block {
  font-family: 'Fa solid 900', sans-serif;
}

.div-kont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
}

.ico-kont {
  padding-right: 25px;
  font-family: 'Fa solid 900', sans-serif;
  color: #ed6a18;
  font-size: 18px;
}

.ico-kont._22 {
  color: #153a52;
}

.bold-text-5 {
  color: #fff;
  text-transform: none;
}

.bold-text-5._22 {
  color: #153a52;
}

.link-4 {
  font-family: Calibri, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.link-5 {
  opacity: 1;
  font-family: Calibri, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.footer-adres-link {
  text-decoration: none;
  white-space: normal;
}

.link-7 {
  text-decoration: none;
}

.text-span-4 {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.bold-text-6 {
  color: #fff;
}

.text-block-2 {
  font-size: 10vw;
  line-height: 12vh;
  font-weight: 700;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  max-width: 750px;
  min-height: 350px;
  margin: 10px 10px 40px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #ccc;
}

.card._2 {
  position: -webkit-sticky;
  position: sticky;
  top: 24%;
  z-index: 1;
}

.card._3 {
  position: -webkit-sticky;
  position: sticky;
  top: 28%;
  z-index: 2;
}

.card._1 {
  position: -webkit-sticky;
  position: sticky;
  top: 20%;
  z-index: 0;
  max-width: 350px;
  min-height: 200px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card._4 {
  position: -webkit-sticky;
  position: sticky;
  top: 32%;
  z-index: 3;
}

.card._5 {
  position: -webkit-sticky;
  position: sticky;
  top: 32%;
  z-index: 3;
}

.card-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.card-content {
  margin-top: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cards-wrapper {
  display: block;
}

.cards {
  display: -ms-grid;
  display: grid;
  margin-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.process-block {
  position: relative;
  padding: 32px 32px 40px;
  border-radius: 10px;
  background-image: linear-gradient(45deg, #03c6d2 14%, #01b8c8);
  color: hsla(0, 0%, 100%, 0.5);
}

.image-4 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  opacity: 0.26;
}

.process-number-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1px;
  padding-top: 8px;
  -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;
  background-color: #fff;
  -webkit-transform: translate(-50%, -25px);
  -ms-transform: translate(-50%, -25px);
  transform: translate(-50%, -25px);
}

.process-number-wrapper.flipped {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: -1px;
  margin-left: 0px;
  -webkit-transform: translate(50%, -25px);
  -ms-transform: translate(50%, -25px);
  transform: translate(50%, -25px);
}

.process-title {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Calibri, sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.process-col-left {
  position: relative;
  padding-right: 80px;
}

.process-wrapper {
  width: 100%;
  height: auto;
}

.process-dot {
  width: 16px;
  height: 16px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  border-radius: 50%;
  background-color: #87529c;
}

.process-text {
  margin-bottom: 0px;
  font-family: Calibri, sans-serif;
  color: #fff;
  font-size: 22px;
}

.process-number-title {
  margin-top: 8px;
  margin-bottom: 4px;
  color: #131314;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.process-number {
  -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;
  color: #87529c;
  font-size: 24px;
  font-weight: 500;
}

.process-triangle {
  position: absolute;
  left: -10px;
  top: 32px;
  right: auto;
  bottom: auto;
  width: 20px;
  height: 20px;
  background-color: #03c6d2;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.process-triangle.flipped {
  left: auto;
  top: 32px;
  right: -10px;
  bottom: auto;
  background-color: #05baca;
}

.process-col-right {
  position: relative;
  padding-left: 80px;
  border-left: 2px dashed #d4d6df;
}

.process-col-right.last {
  border-left-color: transparent;
}

.process-row {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-4 {
  max-width: 1280px;
  min-height: 200px;
  margin: 100px auto 40px;
  padding-right: 40px;
  padding-left: 40px;
}

.heading-4 {
  font-family: Calibri, sans-serif;
  color: #87529c;
  font-size: 26px;
}

.text-block-3 {
  font-family: Calibri, sans-serif;
  color: #87529c;
  font-size: 18px;
  font-weight: 400;
}

.link-block-3 {
  max-height: none;
  min-height: 50px;
  padding: 4px;
  border-radius: 8px;
  background-color: transparent;
  opacity: 1;
}

.text-block-4 {
  color: #fff;
  text-align: center;
}

.bold-text-7 {
  color: #ed6a18;
}

.text-block-5 {
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  font-size: 32px;
  text-decoration: none;
}

.fomdive {
  width: 33%;
}

.fomdive.cntfin {
  width: 100%;
}

.soclink {
  margin-right: 10px;
}

.fomrbut {
  width: 31%;
  height: 54px;
  margin-top: 34px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 8px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008dd3), to(#51c5ff));
  background-image: linear-gradient(180deg, #008dd3, #51c5ff);
  color: #fff;
  font-size: 18px;
}

.fomrbut:hover {
  box-shadow: 5px 9px 20px 0 rgba(50, 169, 255, 0.21);
}

.fomrbut.cfef2 {
  width: 100%;
  margin-top: 12px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #ed6a18;
  background-image: none;
}

.fomrbut.cfef2 {
  width: 100%;
  margin-top: 12px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #4789ca;
  background-image: none;
}

.columns {
  padding-top: 20px;
}

.conttext1 {
  margin-right: 10px;
  color: #484dff;
  font-size: 18px;
  font-weight: 500;
}

.contim {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.title-2 {
  color: #008dd3;
  font-size: 36px;
  line-height: 42px;
  font-weight: 400;
}

.title-2.t22 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #484dff;
}

.formeintp {
  height: 54px;
  border-style: solid;
  border-width: 1px;
  border-color: #4789ca;
  border-radius: 8px;
  color: #4f4f4f;
  font-size: 20px;
  line-height: 54px;
}

.checkbox {
  width: 21px;
  height: 21px;
  min-width: 21px;
  margin-right: 14px;
  border: 1px solid #828282;
}

.title-3 {
  max-width: 500px;
  margin-bottom: 15px;
  color: #ed6a18;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.heading-primary-2 {
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #1a3066;
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.heading-primary-2.h3-centre {
  max-width: 700px;
  color: #87529c;
  text-align: center;
}

.heading-primary-2.h3-centre {
  width: 800px;
  max-width: none;
  color: #87529c;
  text-align: center;
}

.conttext2 {
  width: 100%;
  color: #2e3642;
  font-size: 22px;
}

.checkbox-label {
  margin-top: 6px;
  margin-bottom: 6px;
  color: #2e3642;
  font-size: 12px;
}

.fometext {
  color: #484dff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.title-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  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-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-align: left;
}

.soc {
  font-size: 18px;
  line-height: 27px;
}

.soc.soc222 {
  margin-top: 25px;
}

.forme_me {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.forme_me.contacntfffirm {
  -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;
}

.link-8 {
  -webkit-transition: opacity 325ms ease;
  transition: opacity 325ms ease;
  color: #2e3642;
  text-decoration: none;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-6 {
  margin-bottom: 13px;
  color: #2e3642;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fbf7ea;
}

.text-block-7 {
  color: #fff;
  text-decoration: none;
}

.link-block-4 {
  text-decoration: none;
}

.slide-content-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 60px 3%;
  -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;
}

.hero-paragraph {
  width: 70%;
  max-width: none;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

.slider {
  height: 500px;
  min-height: auto;
}

.right-arrow-2 {
  display: none;
}

.slide-image {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 130px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: linear-gradient(5deg, rgba(71, 137, 202, 0.6), rgba(0, 0, 0, 0.65) 44%, transparent), url('/images/personal-pages-share/1479687824/webflow/images/wosh1-1400x934-8.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-image.slide-image-two {
  background-image: linear-gradient(5deg, #000, rgba(0, 0, 0, 0.65) 53%, transparent), url('/images/personal-pages-share/1479687824/webflow/images/Hero-Image-01-1.png');
}

.slide-image._2slide {
  background-image: linear-gradient(5deg, rgba(71, 137, 202, 0.6), rgba(0, 0, 0, 0.65) 44%, transparent), url('/images/personal-pages-share/1479687824/webflow/images/-home-click2feed-WR3859855-3.jpg');
}

.slide-image.slide1 {
  background-image: linear-gradient(5deg, rgba(71, 137, 202, 0.6), rgba(0, 0, 0, 0.65) 44%, transparent), url('/images/personal-pages-share/1479687824/webflow/images/avtoservis11.jpg');
}

.slide-image.slide3 {
  background-image: linear-gradient(5deg, rgba(71, 137, 202, 0.6), rgba(0, 0, 0, 0.65) 44%, transparent), url('/images/personal-pages-share/1479687824/webflow/images/hero__tire-service.jpg');
}

.slider-wrapper {
  width: auto;
  height: auto;
}

.slide-nav-2 {
  display: none;
  margin-bottom: 35px;
  padding-right: 106px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slide {
  overflow: hidden;
  margin-top: 0px;
  padding-top: 0px;
}

.slider-section {
  position: relative;
}

.display-heading {
  width: 75%;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 22px;
  padding-top: 0px;
  color: #fff;
  font-size: 55px;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.left-arrow-2 {
  display: none;
}

.slider-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: block;
}

.container-6 {
  width: 100%;
  max-width: 1140px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
}

.button-text {
  margin-right: 8px;
}

.content-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-top: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 0.75fr 0.75fr;
  grid-template-columns: 0.75fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-wrap-2.dub.dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.content-wrap-2.dub.dd._223 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-wrap-2.vv22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-wrap-2.ddd {
  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;
}

.content-wrap-2._2223 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-section {
  position: relative;
  padding: 20px 4% 100px;
  background-color: #4789ca;
}

.content-section._1st {
  background-color: #fff;
}

.content-section.dub {
  padding-top: 100px;
  background-color: #fff;
}

.content-section.ddd {
  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;
}

.content-grid {
  margin-top: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 72px;
  -ms-grid-columns: 1.1fr 1.25fr;
  grid-template-columns: 1.1fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bg-block-grey {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  min-height: 25%;
  background-color: #f5f5f5;
}

.paragraph-large {
  max-width: 600px;
  padding-right: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #fff;
  font-size: 18px;
}

.paragraph-large.v4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 18px;
  text-align: left;
}

.paragraph-large._1st {
  color: #153a52;
}

.paragraph-large.sel {
  color: #153a52;
}

.content-image {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 62px 54px 0 rgba(0, 0, 0, 0.25);
}

.button-dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  padding: 20px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 20px;
  background-color: #000;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.title-line {
  width: 100%;
  max-width: 170px;
  min-height: 4px;
  margin-bottom: 12px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 20px;
  background-color: #4789ca;
  background-image: none;
}

.title-line._1st {
  background-color: #4789ca;
}

.title-line.v22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #fff;
}

.title-line.blue {
  background-color: #fff;
}

.container-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1420px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-h2 {
  margin-top: 0px;
  margin-bottom: 32px;
  color: #4789ca;
  font-size: 46px;
  line-height: 42px;
  text-align: center;
}

.bg-block-top-grey {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  min-height: 25%;
  background-color: #f5f5f5;
}

.content-grid-reverse {
  justify-items: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 72px;
  -ms-grid-columns: 1fr 1.1fr;
  grid-template-columns: 1fr 1.1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-section-dark {
  position: relative;
  padding: 0px 3%;
  background-color: #4789ca;
  color: #4789ca;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 20px;
  background-color: #ffac12;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.button-2.button-space {
  margin-top: 32px;
}

.heading-5 {
  margin-bottom: 32px;
  color: #fff;
}

.paragraph-large-white {
  color: hsla(0, 0%, 100%, 0.63);
  font-size: 20px;
}

.content-centre-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 580px;
  margin-right: auto;
  margin-left: auto;
  -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;
  text-align: center;
}

.heading-primary-3 {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  color: #87529c;
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.service-card-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 60px 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 14px 14px 200px 0 rgba(0, 22, 50, 0.06);
}

.bold-text-icon-2 {
  width: 70px;
  max-width: 100%;
  padding-bottom: 38px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Fa solid 900', sans-serif;
  color: #4789ca;
  font-size: 70px;
}

.title-4 {
  max-width: 500px;
  margin-bottom: 15px;
  color: #153a52;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.mask-2 {
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.bold-text-9 {
  color: #4789ca;
}

.bold-text-10 {
  color: #4789ca;
  font-size: 46px;
  text-align: left;
}

.bold-text-10.dub {
  color: #fff;
}

.bold-text-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #4789ca;
  font-size: 46px;
  font-weight: 700;
}

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

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

.member {
  position: relative;
}

.member_overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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-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: none;
  border-width: 2px;
  border-color: #040807;
  background-color: #f5f5f5;
}

.member_name {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 28px;
}

.image-6 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/_NUHloO1.jpeg');
  background-position: 0px 0px;
  background-size: auto;
}

.demo_content {
  padding: 90px 30px;
}

.wrap {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.member_overlay-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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-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: 2px;
  border-color: #040807;
  background-color: #f5f5f5;
}

.members_grid {
  margin-top: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.block_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 450px;
  -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;
  cursor: pointer;
}

.container-7 {
  width: 100%;
  max-width: 1140px;
}

.white_dot {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 1px 1px 60px 0 rgba(91, 58, 204, 0.55);
}

.line_02 {
  position: absolute;
  z-index: 999;
  width: 25%;
  height: 1px;
  margin-left: -12.5%;
  background-color: #f9f9f9;
}

.block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 120px;
  -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-2 {
  margin: 0px auto 15px;
  color: #fff;
  font-size: 44px;
  text-align: center;
  letter-spacing: -0.2px;
}

.h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000645;
  font-size: 18px;
}

.line_01 {
  position: absolute;
  z-index: 999;
  width: 25%;
  height: 1px;
  margin-left: 12.5%;
  background-color: #f9f9f9;
}

.paragraph-3 {
  max-width: 470px;
  margin-right: auto;
  margin-left: auto;
  color: hsla(0, 0%, 100%, 0.84);
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.3px;
}

.process-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h1 {
  position: absolute;
  z-index: 15;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f9f9f9;
  font-size: 90px;
  line-height: 70px;
}

.content_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 16px;
  -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;
}

.ring_03 {
  position: absolute;
  z-index: 0;
  width: 120px;
  height: 120px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  border-radius: 100px;
  background-color: #fff;
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/Без-имени-1.png');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.3;
}

.line_03 {
  position: absolute;
  z-index: 999;
  width: 25%;
  height: 1px;
  margin-left: -12.5%;
  background-color: #f9f9f9;
}

.div-block-2 {
  margin-bottom: 100px;
}

.green_dot {
  position: relative;
  z-index: 9;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #5b3acc;
}

.ring_01 {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid #eee;
  border-radius: 100px;
}

.plain_text {
  color: #44465f;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}

.ring_02 {
  position: absolute;
  width: 80px;
  height: 80px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  border-radius: 100px;
  opacity: 0.6;
}

.dot_container {
  position: relative;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 15px;
  -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: 100px;
}

.bold-text-12 {
  color: #fff;
}

.bold-text-12._22 {
  color: #153a52;
}

.bold-text-13 {
  color: #fff;
}

.bold-text-13._22 {
  color: #153a52;
}

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

.bold-text-14._22 {
  color: #153a52;
}

.bold-text-15 {
  color: #fff;
}

.bold-text-15._22 {
  color: #153a52;
}

.icon_wrap {
  overflow: hidden;
}

.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-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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h1_features {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.3px;
}

.col_60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col_40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 40px;
  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;
}

.paragraph-4 {
  width: 80%;
  color: hsla(0, 0%, 100%, 0.91);
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: -0.3px;
}

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

.h1_example {
  margin-bottom: 25px;
  color: #fff;
  font-size: 44px;
  line-height: 1;
  letter-spacing: -0.5px;
}

.content_wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-height: auto;
  padding: 60px 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.button-3 {
  margin-top: 25px;
  padding: 17px 35px;
  border-radius: 8px;
  background-color: #5b3acc;
  font-size: 15px;
  font-weight: 500;
}

.card_base {
  position: relative;
  width: 100%;
  min-height: 270px;
  margin-bottom: 35px;
  padding: 55px 25px 25px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: -5px 7px 20px -13px #f2f3f6;
  color: #44465f;
  text-decoration: none;
}

.text_features {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: -0.3px;
}

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

.bold-text-16.dub {
  color: #fff;
}

.title-5 {
  max-width: 500px;
  margin-bottom: 15px;
  color: #153a52;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.div-block-3 {
  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;
}

.paragraph-5 {
  width: 500px;
  color: #000;
}

.bold-text-17 {
  color: #4789ca;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-radius: 8px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.div-block-4:hover {
  box-shadow: 7px 7px 20px 6px rgba(50, 169, 255, 0.21);
}

.div-block-6 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-5 {
  width: 100%;
  height: 190px;
  border-radius: 8px;
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/okna-kryma-сайт-визитка.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-5._10 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/bellcompan-сайт-визитка-min.png');
}

.div-block-5._12 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/atele-сайт-визитка-min.png');
}

.div-block-5._9 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/radio-dacha-сайт-визитка-min.png');
}

.div-block-5._7 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/laboratoriya-сайт-визитка-min.png');
}

.div-block-5._14 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/gorodskie-innovatsii-сайт-визитка-min.png');
}

.div-block-5._2 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/Виктория-Тур-сайт-визитка-min.png');
}

.div-block-5._5 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/teus-konsalting-сайт-визитка-min.png');
}

.div-block-5._3 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/качинский-сайт-визитка-min.png');
}

.div-block-5._6 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/w.png');
}

.div-block-5._15 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/meditsinskiy-tsentr-сайт-визитка-min.png');
}

.div-block-5._11 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/Paradise-сайт-визитка-min.png');
}

.div-block-5._16 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/1s-buhobsluzhivanie-сайт-визитка-min.png');
}

.div-block-5._4 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/Авангард-сайт-визитка.png');
}

.div-block-5._8 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/Паллада-Авиатур-сайт-визитка-min.png');
}

.div-block-5._13 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/buhgalterskiy-tsentr-сайт-визитка-min.png');
}

.heading-6 {
  font-size: 22px;
  font-weight: 400;
}

.text-block-13 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #828282;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
}

.button-4 {
  margin-top: 10px;
  padding: 10px 20px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008dd3), to(#51c5ff));
  background-image: linear-gradient(180deg, #008dd3, #51c5ff);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 19px;
  line-height: 26px;
}

.button-4:hover {
  box-shadow: 7px 7px 20px 6px rgba(50, 169, 255, 0.21);
}

.tabs-menu {
  overflow: hidden;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.modal-wrapper-8 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  overflow: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 0;
}

.div-right {
  position: relative;
  width: 29%;
  margin-left: 12px;
}

.image-9 {
  max-height: 100%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block-14 {
  font-size: 18px;
  line-height: 200%;
}

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

.contain {
  position: relative;
  max-width: 1100px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
}

.div-left {
  position: relative;
  width: 100%;
}

.h3 {
  color: #4789ca;
  font-size: 44px;
  line-height: 52px;
  font-weight: 700;
  text-align: center;
}

.lightbox-link-left {
  width: 100%;
  height: 100px;
  max-width: 100%;
  min-height: 300px;
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/приоритет-с-баннером-среди-конкурентов-в-каталоге_1.png');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link-left._5 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/приоритет-с-баннером-среди-конкурентов-в-каталоге_2.png');
}

.lightbox-link-left._13 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/приоритет-с-баннером-среди-конкурентов-в-каталоге_9.png');
}

.lightbox-link-left._7 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/приоритет-с-баннером-среди-конкурентов-в-каталоге_4.png');
}

.lightbox-link-left._3 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/приоритет-с-баннером-среди-конкурентов-в-каталоге-min.png');
}

.lightbox-link-left._9 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/Приоритет-с-баннером-среди-конкурентов-в-каталоге_6.png');
}

.lightbox-link-left._10 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/приоритет-с-баннером-среди-конкурентов-в-каталоге_7.png');
}

.lightbox-link-left._15 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/приоритет-с-баннером-среди-конкурентов-в-каталоге_11.png');
}

.lightbox-link-left._12 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/приоритет-с-баннером-среди-конкурентов-в-каталоге_10.png');
}

.lightbox-link-left._6 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/приоритет-с-баннером-среди-конкурентов-в-каталоге_5.png');
}

.lightbox-link-left._11 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/приоритет-с-баннером-среди-конкурентов-в-каталоге_8.png');
}

.lightbox-link-left._2 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/приоритет-с-баннером-среди-конкурентов-в-каталоге_3.png');
}

.lightbox-link-left._4 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/приоритет-с-баннером-среди-конкурентов-в-каталоге.png');
}

.lightbox-link-left._16 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/приоритет-с-баннером-среди-конкурентов-в-каталоге_12.png');
}

.lightbox-link-left._14 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/приоритет-с-баннером-среди-конкурентов-в-каталоге_13.png');
}

.tabs {
  margin-top: 40px;
}

.lightbox-link-1 {
  width: 100%;
  max-width: 100%;
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/Приоритет-среди-конкурентов-в-офлайн-версии-мобильного-приложения.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-8 {
  position: relative;
  width: 920px;
  max-width: 100%;
  padding: 95px;
  border-radius: 6px;
  background-color: #fff;
}

.x {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 40px;
  margin-right: 40px;
  color: #008dd3;
  font-size: 44px;
  line-height: 52px;
  font-weight: 400;
  cursor: pointer;
}

.tabs-content {
  border-style: solid;
  border-width: 1px;
  border-color: #51c5ff;
}

.section-awards {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
  box-shadow: 7px 7px 20px 6px rgba(50, 169, 255, 0.21);
}

.image-10 {
  width: 100%;
}

.div-awards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 170px;
  padding: 10px;
  -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;
  border-radius: 8px;
  background-color: rgba(71, 137, 202, 0.06);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.div-awards:hover {
  box-shadow: 7px 7px 20px 6px rgba(50, 169, 255, 0.21);
}

.div-awards.dddd {
  width: 250px;
  height: 250px;
}

.modal-wrapper-16 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  overflow: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 1;
}

.box-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-portfolio {
  padding-top: 70px;
  padding-bottom: 70px;
}

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

.grid-awords {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-12 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-top: 10px;
  margin-left: 10px;
  padding: 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;
  border-radius: 6px;
  background-image: linear-gradient(135deg, #008dd3, #51c5ff);
  box-shadow: 7px 7px 20px 6px rgba(50, 169, 255, 0.56);
  color: #f8fafc;
  font-size: 24px;
  line-height: 20px;
}

.tab-link-tab-2 {
  padding: 10px 32px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 18px;
  line-height: 136%;
}

.tab-link-tab-2:hover {
  color: #008dd3;
}

.tab-link-tab-2.w--current {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008dd3), to(#51c5ff));
  background-image: linear-gradient(180deg, #008dd3, #51c5ff);
  color: #fff;
}

.h3-m {
  margin-bottom: 40px;
  color: #008dd3;
  font-size: 44px;
  line-height: 52px;
  font-weight: 400;
}

.lightbox-link-right {
  width: 100%;
  height: 100px;
  max-width: 100%;
  min-height: 300px;
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/Приоритет-среди-конкурентов-в-офлайн-версии-мобильного-приложения.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link-right._6 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/Приоритет-среди-конкурентов-в-офлайн-версии-мобильного-приложения_4.jpg');
}

.lightbox-link-right._5 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/Приоритет-среди-конкурентов-в-офлайн-версии-мобильного-приложения_3.jpg');
}

.lightbox-link-right._3 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/Приоритет-среди-конкурентов-в-офлайн-версии-мобильного-приложения_1.jpg');
}

.lightbox-link-right._9 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/Приоритет-среди-конкурентов-в-офлайн-версии-мобильного-приложения_8.jpg');
}

.lightbox-link-right._4 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/Приоритет-среди-конкурентов-в-офлайн-версии-мобильного-приложения_2.jpg');
}

.lightbox-link-right._10 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/Приоритет-среди-конкурентов-в-офлайн-версии-мобильного-приложения_9.jpg');
}

.lightbox-link-right._8 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/Приоритет-среди-конкурентов-в-офлайн-версии-мобильного-приложения_5.jpg');
}

.lightbox-link-right._16 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/Приоритет-среди-конкурентов-в-офлайн-версии-мобильного-приложения_15.jpg');
}

.lightbox-link-right._2 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/Приоритет-среди-конкурентов-в-офлайн-версии-мобильного-приложения_6.jpg');
}

.lightbox-link-right._13 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/Приоритет-среди-конкурентов-в-офлайн-версии-мобильного-приложения_12.jpg');
}

.lightbox-link-right._11 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/Приоритет-среди-конкурентов-в-офлайн-версии-мобильного-приложения_10.jpg');
}

.lightbox-link-right._14 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/Приоритет-среди-конкурентов-в-офлайн-версии-мобильного-приложения_14.jpg');
}

.lightbox-link-right._12 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/Приоритет-среди-конкурентов-в-офлайн-версии-мобильного-приложения_11.jpg');
}

.lightbox-link-right._15 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/Приоритет-среди-конкурентов-в-офлайн-версии-мобильного-приложения_13.jpg');
}

.lightbox-link-right._7 {
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/Приоритет-среди-конкурентов-в-офлайн-версии-мобильного-приложения_7.jpg');
}

.div-imj-awards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-height: auto;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-radius: 8px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.div-block-14:hover {
  box-shadow: 7px 7px 20px 6px rgba(50, 169, 255, 0.21);
}

.pricing-grid-wrapper-mobile {
  display: none;
}

.text-block-16 {
  opacity: 0.5;
  color: #7b88a8;
  letter-spacing: 2px;
}

.pricing-table-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-right: 40px;
  padding-bottom: 12px;
  -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;
  color: #153a52;
  text-align: center;
}

.title-6 {
  color: #7b88a8;
  font-size: 12px;
  letter-spacing: 2px;
}

.grid-pricing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 0.5fr 1fr 1fr;
  grid-template-columns: 1fr 0.5fr 1fr 1fr;
  border-top: 1px solid #153a52;
}

.heading-7 {
  color: #4789ca;
  font-size: 46px;
  letter-spacing: -0.03em;
}

.check {
  width: 38px;
  opacity: 0.5;
}

.pricing-line-break-top {
  height: 75px;
  margin-top: 20px;
  padding-top: 40px;
  padding-right: 24px;
  padding-bottom: 24px;
}

.help {
  margin-left: 10px;
  opacity: 0.3;
}

.grid-top-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 4;
  height: 130px;
  min-height: auto;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 0.5fr 1fr 1fr;
  grid-template-columns: 1fr 0.5fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-top {
  position: relative;
  height: 130px;
  min-height: auto;
  padding-top: 32px;
  padding-right: 24px;
  padding-bottom: 32px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #153a52;
  background-color: #fff;
}

.start-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8c54ff;
  font-size: 16px;
  text-decoration: none;
}

.top-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #153a52;
  letter-spacing: -0.03em;
}

.pricing-line-break {
  height: auto;
  margin-top: 0px;
  padding-top: 12px;
  padding-right: 40px;
  padding-bottom: 12px;
  border-top: 1px solid #153a52;
}

.title-wrap-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -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;
  text-align: center;
}

.pricing-section {
  display: none;
  margin-top: 100px;
  padding: 0px 3% 100px;
  -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: #fff;
  background-image: url('/images/personal-pages-share/1479687824/webflow/images/bg_shade.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}

.help-icon {
  width: 18px;
}

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

.discount {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 14px;
}

.heading-8 {
  color: #153a52;
  text-align: center;
}

.heading-9 {
  color: #153a52;
  text-align: center;
}

.heading-10 {
  color: #153a52;
  text-align: center;
}

.heading-11 {
  color: #153a52;
}

.paragraph-6 {
  color: #153a52;
}

.heading-12 {
  color: #153a52;
}

.paragraph-7 {
  color: #153a52;
  text-align: center;
}

.paragraph-8 {
  color: #153a52;
}

.paragraph-9 {
  margin-top: 10px;
}

.paragraph-10 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.paragraph-11 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.paragraph-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #153a52;
  text-align: center;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100.000093%;
  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;
}

.paragraph-13 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.paragraph-14 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.paragraph-15 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.paragraph-16 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.bold-text-18 {
  color: #fff;
  font-size: 18px;
}

.button-5 {
  width: 200px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 8px;
  background-color: #153a52;
  text-align: center;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.bold-text-19 {
  color: #fff;
}

.bold-text-20 {
  color: #fff;
}

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

.bold-text-22 {
  color: #fff;
}

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

.bold-text-24 {
  color: #fff;
}

.bold-text-25 {
  color: #fff;
}

.bold-text-26 {
  color: #fff;
}

.bold-text-27 {
  color: #fff;
}

.button-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 60px;
  -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-decoration: none;
}

.button_text {
  position: relative;
  z-index: 4;
  margin-bottom: 0px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  color: #153a52;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.arrow_img {
  position: relative;
  z-index: 4;
  width: 12px;
  opacity: 0.66;
}

.button_background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background-color: #4789ca;
}

.button-inner-2 {
  position: relative;
  display: none;
  width: 260px;
  height: 60px;
  -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-decoration: none;
}

.button_text-2 {
  position: relative;
  z-index: 4;
  margin-bottom: 0px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  color: #153a52;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.button_background-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background-color: #4789ca;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-18 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.linktext {
  color: #153a52;
  text-align: center;
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .navbar-2 {
    width: 60%;
  }

  .navigation-menu {
    width: auto;
    height: auto;
  }

  .content-wrap-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .content-wrap-2.vv22 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

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

  .content-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 72px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1.1fr 1.25fr;
    grid-template-columns: 1.1fr 1.25fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .title-line.blue {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .bold-text-10.dub {
    text-align: center;
  }

  .bold-text-11.nnnn {
    text-align: left;
  }
}

@media screen and (min-width: 1920px) {
  .footer-column-large {
    max-width: 700px;
  }

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

  .navbar-2 {
    width: 70%;
  }

  .navigation-menu {
    width: auto;
  }

  .content-wrap-2 {
    width: 70%;
    max-width: none;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-wrap-2.dub.dd {
    width: 100%;
  }

  .content-wrap-2.vv22 {
    max-width: 700px;
  }

  .content-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-left: 4%;
    -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;
  }

  .content-section._1st {
    padding-right: 5px;
    padding-bottom: 60px;
    padding-left: 5px;
  }

  .content-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1450px;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paragraph-large {
    font-size: 21px;
    line-height: 25px;
  }

  .paragraph-large.sel {
    font-size: 21px;
    line-height: 25px;
  }

  .title-line.blue {
    margin-left: 0%;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .bold-text-icon-2 {
    font-size: 78px;
  }

  .bold-text-10.dub {
    font-size: 52px;
    line-height: 48px;
  }

  .bold-text-11.blue {
    margin-left: 0%;
  }

  .bold-text-11.nnnn {
    font-size: 52px;
    line-height: 48px;
  }

  .paragraph-4 {
    font-size: 18px;
  }

  .bold-text-16.dub {
    font-size: 52px;
  }

  .paragraph-5 {
    width: 700px;
    font-size: 21px;
  }

  .bold-text-17 {
    font-size: 52px;
  }
}

@media screen and (max-width: 991px) {
  .header-opt {
    padding-top: 160px;
  }

  .container.space-below {
    margin-bottom: 80px;
  }

  .content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 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;
  }

  .heading {
    text-align: center;
  }

  .service-card-wrap {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-column {
    width: 20%;
  }

  .footer-column-large {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-logo {
    position: relative;
    display: block;
    width: 30%;
    margin-bottom: 10px;
    padding-top: 10px;
    float: none;
    clear: none;
    border-radius: 20px;
  }

  .footer {
    background-color: #4789ca;
    color: #87529c;
  }

  .column {
    width: 100%;
  }

  .hero-block {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url('/images/personal-pages-share/1479687824/webflow/images/звери10.png');
    background-position: 100% 90%;
    background-size: 150px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .image-block {
    width: 100%;
    min-height: auto;
    margin-bottom: 35px;
  }

  .content-block-left {
    width: 100%;
    padding-right: 25px;
  }

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

  .column-wrap-reversed {
    margin-bottom: 80px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .column-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dropdown-link {
    width: 100%;
    min-width: 170px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 10px;
    color: #3b4c5b;
    font-size: 16px;
  }

  .dropdown-link:hover {
    background-color: rgba(115, 167, 213, 0.09);
  }

  .dropdown-link.w--current {
    color: #ff6f20;
  }

  .navigation-block-left {
    width: auto;
  }

  .phonre {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
  }

  .dropdown-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 15px;
  }

  .navbarar {
    display: none;
  }

  .dropdown-toggle {
    padding: 0px;
  }

  .container-navigation {
    position: relative;
    z-index: 99;
    padding-right: 15px;
    padding-left: 15px;
  }

  .mobile-button-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 55px;
    height: 55px;
    padding: 17px;
    border-radius: 50px;
    background-color: rgba(84, 102, 129, 0.08);
  }

  .mobiel-dropdown {
    right: 10%;
  }

  .mobiel-dropdown.w--open {
    min-width: 270px;
    margin-top: 74px;
    padding: 20px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 rgba(84, 102, 129, 0.13);
  }

  .title-wrap-left {
    margin-left: 0px;
  }

  .feature-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-icon {
    margin-bottom: 15px;
  }

  .hero-image-wrap {
    width: 100%;
    min-height: auto;
  }

  .content-block-right {
    width: 100%;
    padding-left: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .testimonial-image-block {
    padding: 30px;
  }

  .hero-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .content-block-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-statistics {
    max-width: 80%;
  }

  .footer-text {
    max-width: 340px;
    min-width: 340px;
  }

  .legal-wrap {
    margin-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
    background-color: transparent;
    color: transparent;
  }

  .legal-text {
    padding-left: 10px;
    color: #fff;
    text-align: center;
  }

  .social-link-wrap {
    color: #f3f4f8;
  }

  .social-link.vk.ins {
    margin-right: 0px;
  }

  .statistic-circle-wrap {
    width: 100%;
  }

  .flowbase-card-wrap {
    display: block;
    max-width: 610px;
    min-width: auto;
    margin-right: 15px;
  }

  .arrow-image {
    display: none;
  }

  .arrow-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .feature-number-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-card {
    padding: 20px 20px 35px;
  }

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

  .arrow-image-mobile {
    position: relative;
    left: 55px;
    display: block;
  }

  .arrow-image-mobile-02 {
    position: relative;
    left: -55px;
    display: block;
  }

  .feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-icon {
    margin-bottom: 15px;
  }

  .container-flex {
    display: block;
    padding-top: 5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: transparent;
    color: transparent;
  }

  .question-title-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .faq-question-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer4geo {
    background-color: transparent;
  }

  .navbar {
    width: auto;
    min-width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .menu-button {
    margin-right: -20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .navbar-2 {
    width: 10%;
    color: #87529c;
  }

  .navigation-menu {
    left: auto;
    right: 0px;
    border-radius: 0px;
    background-color: #e8afff;
    color: #87529c;
  }

  .nav-link {
    border-radius: 0px;
    background-color: #fff;
    color: #153a52;
  }

  .menu-button-2 {
    border-radius: 20px;
    background-color: transparent;
    color: #87529c;
  }

  .menu-button-2.w--open {
    background-color: transparent;
    color: #000;
  }

  .link-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .html-embed {
    margin-right: 5px;
    margin-left: 5px;
  }

  .card {
    margin-right: 40px;
    margin-left: 40px;
  }

  .card-number {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .process-number-wrapper.flipped {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .process-title {
    font-size: 32px;
    text-transform: uppercase;
  }

  .process-col-left {
    padding-right: 0px;
    padding-left: 80px;
    border-left: 2px dashed #d4d6df;
  }

  .process-text {
    font-size: 18px;
  }

  .process-triangle.flipped {
    left: -10px;
    top: 32px;
    right: auto;
    bottom: auto;
    background-color: #03c6d2;
  }

  .process-row {
    padding-bottom: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-4 {
    padding-left: 60px;
  }

  .link-block-3 {
    background-color: transparent;
  }

  .icon-menu {
    border-radius: 5px;
    background-color: #fff;
    color: #87529c;
  }

  .text-block-4 {
    font-family: Calibri, sans-serif;
  }

  .fomdive {
    width: 30%;
  }

  .fomrbut {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
  }

  .formeintp {
    margin-right: 0px;
    margin-left: 0px;
  }

  .checkbox {
    min-width: 21px;
  }

  .checkbox-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .bold-text-8 {
    font-family: 'Fa solid 900', sans-serif;
    color: #fff;
  }

  .hero-paragraph {
    font-size: 15px;
  }

  .slider {
    height: 80vh;
  }

  .right-arrow-2 {
    right: -25px;
  }

  .display-heading {
    width: 85%;
    font-size: 45px;
  }

  .left-arrow-2 {
    left: -25px;
  }

  .container-6 {
    padding-left: 40px;
  }

  .content-wrap-2 {
    padding-top: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .content-section._1st {
    padding-top: 0px;
  }

  .content-grid {
    grid-column-gap: 24px;
    grid-row-gap: 44px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-grid-reverse {
    justify-items: start;
    grid-row-gap: 44px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-section-dark {
    padding-right: 0%;
    padding-left: 1.5%;
  }

  .block_wrap {
    width: 50%;
  }

  .line_02 {
    width: 50%;
    margin-left: 25%;
  }

  .line_01 {
    width: 50%;
    margin-left: 25%;
  }

  .container-8 {
    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;
  }

  .card_col_2 {
    padding-right: 15px;
    padding-left: 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: 80px;
    padding-left: 0px;
  }

  .col_40 {
    width: 100%;
    margin-bottom: 0px;
  }

  .card_row {
    padding-left: 0px;
  }

  .card_row._3d {
    padding-right: 0px;
    padding-left: 0px;
  }

  .content_wrap-2 {
    min-height: auto;
    padding-top: 20px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .main-section {
    overflow: hidden;
    max-width: 100%;
  }

  .contain {
    padding-right: 11px;
    padding-left: 11px;
  }

  .h3 {
    font-size: 38px;
    line-height: 46px;
  }

  .div-block-8 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .x {
    font-size: 38px;
    line-height: 46px;
  }

  .box-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .grid-awords {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .h3-m {
    font-size: 38px;
    line-height: 46px;
  }

  .grid-top-sticky {
    -ms-grid-columns: 0.75fr 0.5fr 1fr 1fr;
    grid-template-columns: 0.75fr 0.5fr 1fr 1fr;
  }

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

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

  .div-block-17 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .service-card-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .footer-column {
    width: 50%;
  }

  .footer-column-large {
    width: 100%;
    margin-bottom: 25px;
  }

  .hero-block {
    background-position: 95% 100%;
    background-size: 130px;
  }

  .section-content {
    padding-right: 3%;
    padding-left: 3%;
  }

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

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

  .logo-wrap {
    width: 100%;
    margin-bottom: 15px;
  }

  .navigation-block-left {
    width: auto;
    max-width: none;
    min-width: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .phonre {
    display: none;
    width: 40%;
  }

  .logo-image {
    width: 40%;
    height: auto;
    max-width: none;
  }

  .navbarar {
    display: none;
  }

  .container-navigation {
    min-height: 120px;
  }

  .phone-wrap {
    display: none;
  }

  .logo-link {
    display: block;
    width: 200px;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .navigation-menu1 {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .content-block-right {
    padding: 10px;
  }

  .testimonial-content-wrap {
    width: 100%;
    padding-left: 25px;
  }

  .testimonial-image-block {
    width: 100%;
  }

  .testimonial-columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo {
    width: 130px;
  }

  .button-navigation {
    display: none;
  }

  .section-statistics {
    max-width: 90%;
  }

  .footer-text {
    max-width: 340px;
  }

  .legal-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .legal-text {
    display: block;
    text-align: center;
  }

  .flowbase-card-wrap {
    min-width: auto;
    margin-left: 15px;
  }

  .section-content-plain {
    padding-top: 100px;
  }

  .blog-card {
    width: 100%;
    margin-bottom: 35px;
  }

  .section-blog {
    padding-right: 3%;
    padding-bottom: 0px;
    padding-left: 3%;
  }

  .container-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .clone-button.w--current {
    text-align: center;
  }

  .flowbase-card-delete {
    display: none;
  }

  .footer4geo {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 13px;
  }

  .navbar {
    width: auto;
    min-width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .navbar-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    padding-left: 0px;
    -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-align: center;
  }

  .navigation-menu {
    left: -3px;
    width: 100%;
    margin-top: 9px;
  }

  .nav-link {
    background-color: #fff;
    color: #153a52;
  }

  .menu-button-2 {
    display: block;
  }

  .text-block-2 {
    font-size: 10vh;
  }

  .process-col-left {
    padding-left: 60px;
  }

  .process-col-right {
    padding-left: 60px;
  }

  .container-4 {
    padding-left: 40px;
  }

  .icon-menu {
    background-color: #fff;
  }

  .fomdive {
    width: 100%;
  }

  .fomrbut {
    margin-top: 9px;
  }

  .heading-primary-2.h3-centre {
    width: 100%;
  }

  .column-2 {
    margin-top: 34px;
  }

  .soc {
    width: 100%;
    text-align: center;
  }

  .forme_me {
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .checkbox-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 18px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .slide-content-wrap {
    background-image: none;
    background-position: 0% 100%;
    background-size: 125px;
    background-repeat: repeat;
  }

  .slider {
    height: auto;
    min-height: auto;
  }

  .slide-image {
    height: 100vh;
    padding-bottom: 140px;
  }

  .display-heading {
    width: 100%;
    margin-top: 0px;
    font-size: 45px;
  }

  .content-wrap-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

  .content-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .members_grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .card_col_2 {
    width: 100%;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .col_60 {
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col_40 {
    padding-right: 0px;
  }

  .card_row {
    width: 100%;
    padding-right: 0px;
  }

  .paragraph-5 {
    width: 100%;
  }

  .bold-text-17 {
    width: auto;
    font-size: 36px;
  }

  .contain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 0px;
    -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;
  }

  .div-block-8 {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .x {
    margin-top: 20px;
    margin-right: 20px;
  }

  .box-copy {
    -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;
  }

  .tab-link-tab-2 {
    width: 100%;
  }

  .div-block-13 {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pricing-grid-wrapper-mobile {
    display: block;
  }

  .tab-pane {
    padding: 30px;
  }

  .mobile-pricing {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #153a52;
    font-size: 16px;
  }

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

  .grid-pricing {
    -ms-grid-columns: 0.75fr 0.5fr 1.5fr 0.75fr;
    grid-template-columns: 0.75fr 0.5fr 1.5fr 0.75fr;
  }

  .tab-standard {
    margin-right: 10px;
    margin-left: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(123, 136, 168, 0.27);
    border-radius: 50px;
    background-color: transparent;
    color: #fff;
  }

  .tab-standard.w--current {
    border-color: transparent;
    background-color: #8c54ff;
    color: #fff;
  }

  .help {
    display: none;
  }

  .top-heading {
    font-size: 18px;
  }

  .pricing-grid-mobile {
    overflow: hidden;
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-wrapper {
    display: block;
    overflow: visible;
  }

  .discount {
    color: #7b88a8;
  }

  .heading-8 {
    font-size: 14px;
  }

  .heading-9 {
    font-size: 14px;
  }

  .heading-10 {
    font-size: 14px;
  }

  .heading-11 {
    font-size: 14px;
  }

  .div-block-16 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 479px) {
  .header-opt {
    padding-top: 40px;
  }

  .heading {
    min-width: 70%;
    font-size: 33px;
  }

  .button {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .footer-column {
    width: 100%;
  }

  .footer-column-large {
    width: 100%;
  }

  .footer-logo {
    width: 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .hero-block {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .image-block {
    padding: 8px;
  }

  .content-block-left.timeline {
    padding-left: 0px;
  }

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

  .column-wrap-reversed {
    margin-bottom: 0px;
  }

  .heading-primary {
    font-size: 40px;
  }

  .button-wrap-hero {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navigation-block-left {
    width: 80%;
    min-width: 172px;
  }

  .phonre {
    display: none;
    width: 40%;
    min-width: 50%;
  }

  .logo-image {
    width: 25%;
    border-radius: 8px;
  }

  .container-navigation {
    min-height: 100px;
  }

  .phone-wrap {
    display: none;
  }

  .navigation-menu1 {
    height: 100px;
    max-height: none;
    min-height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .title-wrap-left {
    margin-left: 5px;
  }

  .hero-image-wrap {
    padding: 10px;
  }

  .testimonial-content-wrap {
    padding: 15px;
  }

  .testimonial-image-block {
    padding: 15px;
  }

  .section-statistics {
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-text {
    min-width: 280px;
  }

  .legal-wrap {
    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-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .social-link-wrap {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flowbase-close-card {
    top: 0px;
    right: 0px;
    bottom: auto;
  }

  .flowbase-title-wrap {
    width: 100%;
    padding-left: 4px;
  }

  .flowbase-card-wrap {
    min-width: auto;
    margin-right: 5px;
    margin-left: 5px;
  }

  .flowbase-icon-wrap {
    min-width: 60px;
  }

  .arrow-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .blog-card {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .flowbase-card-delete {
    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;
  }

  .faq-question-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .question-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .faq-circle {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .question-title-2 {
    max-width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .faq-paragraph {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }

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

  .footer4geo {
    display: block;
    margin-left: 0px;
    padding-top: 21px;
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .bold-text-3 {
    display: inline;
    font-size: 18px;
  }

  .navbar {
    width: auto;
    min-width: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .navbar-2 {
    width: 20%;
    background-color: transparent;
  }

  .navigation-menu {
    background-color: #f6e0ff;
    color: #fff;
  }

  .nav-link {
    background-color: #fff;
    color: #153a52;
  }

  .menu-button-2.w--open {
    padding: 15px;
  }

  .link-block-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .text-block-2 {
    font-size: 10vh;
  }

  .card {
    min-height: 350px;
    margin-right: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
    padding: 25px 25px 60px;
  }

  .card._1 {
    min-height: 10vh;
    padding-bottom: 60px;
  }

  .process-title {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .process-text {
    font-size: 14px;
  }

  .process-triangle {
    top: 25px;
  }

  .container-4 {
    padding-right: 20px;
    padding-left: 40px;
  }

  .icon-menu {
    max-width: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .fomrbut {
    width: 100%;
    margin-right: 0px;
    padding-right: 14px;
    font-size: 15px;
  }

  .title-2 {
    font-size: 26px;
    line-height: 36px;
  }

  .checkbox {
    min-width: 21px;
  }

  .heading-primary-2.h3-centre {
    max-width: 95%;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 30px;
    font-weight: 700;
  }

  .heading-primary-2.h3-centre {
    max-width: 95%;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 30px;
    font-weight: 700;
  }

  .conttext2 {
    font-size: 17px;
  }

  .title-wrap-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-8 {
    font-family: 'Fa solid 900', sans-serif;
    color: #fff;
  }

  .slide-content-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-paragraph {
    width: 90%;
  }

  .slider {
    position: static;
    height: auto;
    min-height: auto;
  }

  .right-arrow-2 {
    right: -25px;
  }

  .slide-image._2slide {
    height: 500px;
    margin-left: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slide-image.slide1 {
    height: 500px;
    padding-bottom: 100px;
  }

  .slide-image.slide3 {
    height: 500px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slide-image.slide4 {
    height: 500px;
    padding-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slide {
    padding-bottom: 0px;
    background-color: #fff;
  }

  .display-heading {
    font-size: 35px;
  }

  .left-arrow-2 {
    left: -25px;
  }

  .container-6 {
    max-width: none;
    padding-right: 27px;
    padding-left: 27px;
  }

  .content-section {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .paragraph-large.v4 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .content-image {
    width: 300px;
  }

  .content-h2 {
    padding-right: 0px;
    font-size: 42px;
  }

  .heading-primary-3 {
    font-size: 40px;
  }

  .mask-2 {
    position: relative;
    height: 100%;
  }

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

  .bold-text-10.dub {
    font-size: 36px;
  }

  .bold-text-11 {
    font-size: 38px;
  }

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

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

  .members_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .block_wrap {
    width: 100%;
  }

  .card_col_2 {
    padding-right: 0px;
    padding-left: 10px;
  }

  .col_60 {
    padding-top: 20px;
  }

  .paragraph-4 {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px;
  }

  .card_row {
    padding-left: 10px;
  }

  .card_row._3d {
    padding-left: 10px;
  }

  .contain {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .div-block-8 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .x {
    font-size: 24px;
    line-height: 32px;
  }

  .box-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .grid-awords {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tab-link-tab-2 {
    padding-right: 18px;
    padding-left: 18px;
    font-size: 16px;
  }

  .h3-m {
    font-size: 24px;
    line-height: 32px;
  }

  .tab-pane {
    padding-right: 10px;
    padding-left: 10px;
  }

  .pricing-table-cell {
    padding-right: 0px;
    font-size: 12px;
  }

  .tabs-menu-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .grid-pricing {
    -ms-grid-columns: minmax(14px, 0.5fr) 0.25fr 1.25fr 0.75fr;
    grid-template-columns: minmax(14px, 0.5fr) 0.25fr 1.25fr 0.75fr;
  }

  .tab-standard {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading-7 {
    padding-right: 0%;
    padding-left: 0%;
    font-size: 32px;
    line-height: 36px;
  }

  .grid-top-sticky {
    -ms-grid-columns: minmax(0px, 0.25fr) minmax(81px, 0.5fr) minmax(129px, 1fr) minmax(110px, 1fr);
    grid-template-columns: minmax(0px, 0.25fr) minmax(81px, 0.5fr) minmax(129px, 1fr) minmax(110px, 1fr);
    grid-template-rows: repeat(auto-fit, 70px);
  }

  .pricing-top {
    height: 100px;
    padding-right: 0px;
    padding-bottom: 0px;
    text-align: center;
  }

  .top-heading {
    display: block;
    font-size: 12px;
    line-height: 20px;
  }

  .pricing-line-break {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -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-align: center;
  }

  .heading-8 {
    font-size: 11px;
  }

  .heading-9 {
    font-size: 12px;
  }

  .heading-10 {
    display: block;
    color: #fff;
    font-size: 11px;
  }

  .heading-10.v2 {
    color: #153a52;
  }

  .heading-11 {
    display: none;
    direction: ltr;
    font-size: 13px;
  }

  .paragraph-7 {
    font-size: 12px;
  }

  .paragraph-8 {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 12px;
  }

  .paragraph-12 {
    font-size: 12px;
  }

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

  .heading-13 {
    display: none;
  }

  .heading-14 {
    display: none;
  }
}

#w-node-b51f0aac-6a78-fc39-b5a1-093a99f0696e-421fc54c {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-div-block-4-78ad650a {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c0b3fde9-fb6a-65a0-ab5e-15df4674c1bc-78ad650a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_49c2cd9c-f8cd-bbbc-2fa8-9a927a2cc2bd-78ad650a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_49c2cd9c-f8cd-bbbc-2fa8-9a927a2cc2c3-78ad650a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_49c2cd9c-f8cd-bbbc-2fa8-9a927a2cc2cb-78ad650a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_49c2cd9c-f8cd-bbbc-2fa8-9a927a2cc2dd-78ad650a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_49c2cd9c-f8cd-bbbc-2fa8-9a927a2cc2e3-78ad650a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_49c2cd9c-f8cd-bbbc-2fa8-9a927a2cc2ea-78ad650a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_49c2cd9c-f8cd-bbbc-2fa8-9a927a2cc2ee-78ad650a {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_49c2cd9c-f8cd-bbbc-2fa8-9a927a2cc2f2-78ad650a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_49c2cd9c-f8cd-bbbc-2fa8-9a927a2cc2f9-78ad650a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_49c2cd9c-f8cd-bbbc-2fa8-9a927a2cc301-78ad650a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_49c2cd9c-f8cd-bbbc-2fa8-9a927a2cc308-78ad650a {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_49c2cd9c-f8cd-bbbc-2fa8-9a927a2cc30a-78ad650a {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_49c2cd9c-f8cd-bbbc-2fa8-9a927a2cc318-78ad650a {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_49c2cd9c-f8cd-bbbc-2fa8-9a927a2cc329-78ad650a {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_49c2cd9c-f8cd-bbbc-2fa8-9a927a2cc33c-78ad650a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_49c2cd9c-f8cd-bbbc-2fa8-9a927a2cc347-78ad650a {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_49c2cd9c-f8cd-bbbc-2fa8-9a927a2cc352-78ad650a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_49c2cd9c-f8cd-bbbc-2fa8-9a927a2cc35f-78ad650a {
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-div-block-4-78ad650a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c0b3fde9-fb6a-65a0-ab5e-15df4674c1bc-78ad650a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_49c2cd9c-f8cd-bbbc-2fa8-9a927a2cc2bd-78ad650a {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_49c2cd9c-f8cd-bbbc-2fa8-9a927a2cc2d8-78ad650a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_49c2cd9c-f8cd-bbbc-2fa8-9a927a2cc2e7-78ad650a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_49c2cd9c-f8cd-bbbc-2fa8-9a927a2cc309-78ad650a {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('/images/personal-pages-share/1479687824/webfl/images/personal-pages-share/1479687824/webflow/fonts/fa-regular-400.woff2') format('woff2'), url('/images/personal-pages-share/1479687824/webflow/fonts/fa-regular-400.woff') format('woff'), url('/images/personal-pages-share/1479687824/webflow/fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('/images/personal-pages-share/1479687824/webfl/images/personal-pages-share/1479687824/webflow/fonts/fa-brands-400.woff2') format('woff2'), url('/images/personal-pages-share/1479687824/webflow/fonts/fa-brands-400.woff') format('woff'), url('/images/personal-pages-share/1479687824/webflow/fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('/images/personal-pages-share/1479687824/webflow/fonts/fa-solid-900.woff2') format('woff2'), url('/images/personal-pages-share/1479687824/webflow/fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('/images/personal-pages-share/1479687824/webfl/images/personal-pages-share/1479687824/webflow/fonts/Calibri-Light.woff2') format('woff2'), url('/images/personal-pages-share/1479687824/webflow/fonts/Calibri-Light.woff') format('woff'), url('/images/personal-pages-share/1479687824/webflow/fonts/Calibri-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('/images/personal-pages-share/1479687824/webfl/images/personal-pages-share/1479687824/webflow/fonts/Calibri.woff2') format('woff2'), url('/images/personal-pages-share/1479687824/webflow/fonts/Calibri.woff') format('woff'), url('/images/personal-pages-share/1479687824/webflow/fonts/Calibri.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('/images/personal-pages-share/1479687824/webfl/images/personal-pages-share/1479687824/webflow/fonts/Calibri-Bold.woff2') format('woff2'), url('/images/personal-pages-share/1479687824/webflow/fonts/Calibri-Bold.woff') format('woff'), url('/images/personal-pages-share/1479687824/webflow/fonts/Calibri-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('/images/personal-pages-share/1479687824/webflow/fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('/images/personal-pages-share/1479687824/webflow/fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('/images/personal-pages-share/1479687824/webflow/fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}