.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #3b79c3;
}

form {
	pointer-events:none !important;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  display: inline-block;
  max-width: 100%;
}

figure {
  margin-bottom: 10px;
}

.container-main-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1350px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 50px;
  -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;
}

.body {
  overflow: auto;
  background-color: #fbf8fb;
  font-family: Montserrat, sans-serif;
  color: #1e1e1e;
  font-size: 18px;
  line-height: 22.4px;
  font-weight: 300;
}

.body.dark-body {
  background-color: #1e1e1e;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22.4px;
}

.main-section {
  position: static;
  padding-top: 200px;
  padding-bottom: 100px;
  background-color: #1e1e1e;
}

.main-section.ms-padding.white {
  overflow: visible;
  background-color: #fbf8fb;
}

.main-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Unbounded, sans-serif;
  font-size: 4.5vw;
  line-height: 5.5vw;
}

.main-heading.dark-heading {
  color: #1e1e1e;
  font-size: 4.8vw;
  line-height: 5.8vw;
}

.main-heading.small-size {
  font-size: 4vw;
  line-height: 5vw;
}

.main-heading.head-pravicy {
  margin-bottom: 20px;
  font-size: 3.5vw;
  line-height: 4.5vw;
}

.main-subtitle {
  max-width: 600px;
  margin-top: 28px;
  margin-bottom: 42px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.main-subtitle.dark-subtitle {
  color: #1e1e1e;
}

.main-subhead {
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.main-subhead.dark-subhead {
  overflow: hidden;
  color: #1e1e1e;
}

.main-subhead.dark-subhead.hide {
  display: none;
}

.main-button {
  position: relative;
  margin-right: 20px;
  padding: 20px 70px 20px 60px;
  border: 1px none #000;
  border-radius: 30px;
  background-color: #35ff9e;
  background-image: url('../images/vector-3.svg');
  background-position: 76% 50%;
  background-size: 14.13px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #1e1e1e;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
}

.main-button:hover {
  background-color: #fffefe;
}

.main-button.light-text {
  background-color: #12d499;
  background-image: url('../images/-1.svg');
  background-position: 75% 50%;
  background-size: 15px;
  color: #fff;
}

.main-button.light-text:hover {
  background-color: #35ff9e;
}

.main-button.request-demo {
  display: inline-block;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #fffefe;
  background-image: none;
  text-align: center;
}

.main-button.request-demo:hover {
  background-color: #35ff9e;
}

.main-button.request-demo.width-max {
  display: none;
}

.wrapper-content {
  width: 55%;
  margin-right: 0px;
  padding-right: 40px;
  line-height: 0vh;
}

.wrapper-content.dark {
  color: #1e1e1e;
}

.wrapper-image {
  display: block;
  width: 40%;
}

.image {
  width: 100%;
}

.image-2 {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 25;
  width: 100%;
  -webkit-transform: translate(0px, 0%);
  -ms-transform: translate(0px, 0%);
  transform: translate(0px, 0%);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-align: right;
}

.div-block {
  position: absolute;
  left: auto;
  top: 0%;
  right: -5%;
  bottom: -25%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block.width-custom {
  left: auto;
  top: 55%;
  right: 0%;
  bottom: auto;
  z-index: 25;
  display: block;
  width: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.div-block.light {
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 49%;
  margin-top: 0px;
}

.div-block.home {
  right: 0%;
  bottom: 0%;
  width: 49%;
  padding-left: 3%;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #1e1e1e;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 300;
}

.navbar.navbar-light {
  background-color: #fbf8fb;
}

.nav-menu {
  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;
  font-family: Montserrat, sans-serif;
  color: #1e1e1e;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
}

.nav-link {
  margin-right: 45px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fffefe;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}

.nav-link:hover {
  color: #9b9b9b;
}

.nav-link.w--current {
  color: #9b9b9b;
}

.nav-link.dark-link {
  color: #1e1e1e;
}

.nav-link.dark-link:hover {
  color: #999;
}

.nav-link.text-link {
  color: #fff;
}

.nav-link.text-link:hover {
  color: #adadad;
}

.nav-link.text-link.w--current {
  color: #fffefe;
}

.nav-link-2 {
  margin-right: 45px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fffefe;
}

.nav-link-2:hover {
  color: #9b9b9b;
}

.nav-link-2:active {
  color: #9b9b9b;
}

.nav-link-2.w--current {
  color: #9b9b9b;
}

.nav-link-2.dark-link {
  color: #1e1e1e;
}

.nav-link-2.dark-link:hover {
  color: #999;
}

.nav-link-2.text-link {
  color: #fffefe;
}

.nav-link-3 {
  margin-right: 45px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fffefe;
}

.nav-link-3:hover {
  color: #9b9b9b;
}

.nav-link-3.dark-link {
  color: #1e1e1e;
}

.nav-link-3.dark-link:hover {
  color: #999;
}

.nav-link-3.dark-link.w--current {
  color: #999;
}

.nav-link-4 {
  margin-right: 45px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fffefe;
}

.nav-link-4:hover {
  color: #9b9b9b;
}

.nav-link-4.dark-link {
  color: #1e1e1e;
}

.nav-link-4.dark-link:hover {
  color: #999;
}

.nav-link-4.dark-link.w--current {
  color: #999;
}

.menu-dark-button {
  padding: 12px 23px;
  border-radius: 100px;
  background-color: #35ff9e;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}

.menu-dark-button:hover {
  background-color: #fff;
}

.menu-dark-button.w--current {
  background-color: #fffefe;
  color: #1e1e1e;
}

.menu-dark-button.light-text {
  background-color: #12d499;
  color: #fff;
}

.menu-dark-button.light-text:hover {
  background-color: #35ff9e;
}

.section {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #1e1e1e;
}

.section.loop {
  padding-bottom: 0px;
}

.heading-for-section {
  max-width: 900px;
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Unbounded, sans-serif;
  color: #fff;
  font-size: 52px;
  line-height: 60px;
  font-weight: 400;
  text-align: left;
}

.heading-for-section.dark-head {
  margin-top: 0px;
  color: #1e1e1e;
}

.heading-for-section.small-head {
  font-size: 40px;
  line-height: 50px;
}

.subtitle-section {
  max-width: 940px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 22.4px;
  font-weight: 300;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 494px;
  height: 320px;
  margin-right: 0px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 30px;
  background-color: #272727;
}

.card-head {
  position: relative;
  z-index: 2;
  margin-top: 15px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  text-align: center;
}

.card-text {
  position: relative;
  z-index: 2;
  max-width: 90%;
  margin-top: 15px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.wrapper-card-content {
  position: relative;
  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;
}

.wrapper-card-content.sol {
  width: 100%;
}

.container-for-section {
  width: 100%;
  max-width: 1350px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.container-for-section.container-pop-up {
  position: static;
}

.container-for-section.flex {
  position: static;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2500px;
  max-width: 1600px;
  -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;
}

.container-for-section.container-section-form-block {
  max-width: 1400px;
}

.image-3 {
  position: absolute;
  left: 50%;
  top: -30%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  display: block;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.image-3.center-card {
  top: -44%;
  z-index: 1;
  display: block;
}

.wrapper-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -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;
}

.wrapper-card.solutions {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.content-wrapper-section {
  margin-right: auto;
  margin-left: auto;
}

.central-card {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 606px;
  height: 404px;
  margin-right: -1%;
  margin-left: -1%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 30px;
  background-color: #171717;
}

.section-2 {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #1e1e1e;
}

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

.text-section {
  max-width: 620px;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
}

.text-section.mrg-bt-text-content {
  margin-bottom: 27px;
}

.subhead-section {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #35ff9e;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
}

.button-section {
  padding: 20px 50px 20px 40px;
  border-radius: 30px;
  background-color: #35ff9e;
  background-image: url('../images/vector-4.svg');
  background-position: 83% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #1e1e1e;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
}

.button-section:hover {
  padding-right: 50px;
  background-color: #fffefe;
}

.wrapper-text {
  width: 50%;
  padding-right: 0px;
  padding-left: 40px;
}

.wrapper-text.padding-right {
  padding-right: 40px;
  padding-left: 0px;
}

.flex-wrapper {
  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;
}

.flex-wrapper.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.wrapper-image-content {
  width: 50%;
  padding-right: 40px;
  padding-left: 0px;
}

.wrapper-image-content.padding-left {
  padding-right: 0px;
  padding-left: 40px;
}

.image-4 {
  display: block;
  width: 100%;
}

.image-4.hide-image {
  display: none;
}

.heading-section {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Unbounded, sans-serif;
  color: #fff;
  font-size: 52px;
  line-height: 54px;
  font-weight: 400;
}

.section-partners {
  display: block;
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #1e1e1e;
}

.text-section-partners {
  max-width: 1000px;
  margin-bottom: 80px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.wrapper-logo {
  width: 248px;
  min-width: 138px;
  margin-right: 50px;
  margin-left: 50px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.wrapper-logo.paypal {
  width: 248px;
  min-width: 248px;
  margin-right: 45px;
  margin-left: 45px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 0.2;
}

.wrapper-logo.shopify {
  width: 206px;
  min-width: 206px;
  margin-right: 45px;
  margin-left: 45px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.2;
}

.wrapper-logo.shopify.hide {
  display: none;
}

.wrapper-logo.pay {
  width: 133px;
  max-width: 133px;
  margin-right: 45px;
  margin-left: 45px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.2;
}

.wrapper-logo.stripe {
  max-width: 138px;
  margin-right: 45px;
  margin-left: 45px;
  opacity: 0.2;
}

.wrapper-logo.skrill {
  max-width: 138px;
  margin-right: 45px;
  margin-left: 45px;
  opacity: 0.2;
}

.wrapper-logo.woo {
  width: 240px;
  max-width: 240px;
  min-width: 240px;
  margin-right: 45px;
  margin-left: 45px;
  opacity: 0.2;
}

.wrapper-logo.bigcommerce {
  width: 260px;
  max-width: 260px;
  min-width: 260px;
  margin-right: 45px;
  margin-left: 45px;
  opacity: 0.2;
}

.wrapper-logo.mageneto {
  width: 248px;
  max-width: 248px;
  min-width: 248px;
}

.wrapper-logo.sugarcrm {
  width: 170px;
  max-width: 170px;
  min-width: 170px;
  margin-right: 45px;
  margin-left: 45px;
  opacity: 0.2;
}

.wrapper-logo.test {
  min-width: 248px;
  margin-right: 20px;
  margin-left: 20px;
}

.image-5 {
  width: 100%;
}

.image-5.big {
  width: 75%;
}

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

.image-5.pay {
  width: 55%;
  margin-right: auto;
  margin-left: auto;
}

.image-5.shopify {
  width: 80%;
}

.image-5.stripe {
  width: 55%;
}

.image-5.skrill {
  width: 55%;
}

.image-5.sugacrm {
  width: 80%;
}

.image-5.paypal {
  width: 95%;
}

.wrapper-partners-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 1300px;
  max-width: none;
  min-height: 100px;
  min-width: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: minmax(25%, 25%) minmax(25%, 25%) minmax(25%, 25%) minmax(25%, 25%) minmax(25%, 25%) minmax(25%, 25%) minmax(25%, 25%) minmax(25%, 25%) minmax(25%, 25%) minmax(25%, 25%);
  grid-template-columns: minmax(25%, 25%) minmax(25%, 25%) minmax(25%, 25%) minmax(25%, 25%) minmax(25%, 25%) minmax(25%, 25%) minmax(25%, 25%) minmax(25%, 25%) minmax(25%, 25%) minmax(25%, 25%);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wrapper-partners-logo.hide {
  display: none;
}

.wrapper-partners-logo.no-code {
  width: 1300px;
  max-width: 1300px;
}

.wrapper-partners-logo.test {
  display: none;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.wrapper-partners-block {
  overflow: hidden;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.section-action {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #1e1e1e;
}

.co {
  padding-top: 100px;
  padding-bottom: 100px;
}

.gradient-block {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  -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: 40px none #35ff9e;
  border-radius: 60px;
  background-color: #35ff9e;
  background-image: linear-gradient(352deg, #35ff9e, #c7ffe4 55%, #12d499), radial-gradient(circle closest-corner at 50% 100%, #35ff9e, #35ff9e);
}

.gradient-block.hide {
  display: none;
}

.background-color-block {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 60px;
  background-color: #272727;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  color: #272727;
}

.background-color-block.light-block {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.container-large {
  width: 100%;
  max-width: 1350px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.text {
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  color: #fffefe;
  font-size: 20px;
  line-height: 21px;
  font-weight: 300;
}

.text.dark-text {
  margin-bottom: 0px;
  background-color: rgba(30, 30, 30, 0);
  color: #1e1e1e;
}

.white-button {
  display: inline-block;
  margin-top: 40px;
  padding: 20px 60px 20px 50px;
  border-radius: 30px;
  background-color: #fffefe;
  background-image: url('../images/vector-4.svg');
  background-position: 77% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #272727;
}

.white-button:hover {
  background-color: #35ff9e;
}

.white-button.green-btn {
  padding-right: 60px;
  padding-left: 50px;
  background-color: #12d499;
  background-image: url('../images/white-arrow-btn.svg');
  color: #fff;
}

.white-button.green-btn:hover {
  background-color: #07bd85;
}

.white-button.hide {
  display: none;
}

.image-6 {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  width: 49%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.image-6.hidden {
  display: none;
}

.image-6.hide {
  display: none;
}

.wrapper-content-form {
  width: 45%;
  margin-right: 40px;
  margin-left: 0px;
}

.footer {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  background-color: #272727;
}

.footer.footer-light-bg {
  background-color: #fff;
}

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

.wrapper-footer-logo {
  width: 240px;
  height: auto;
  margin-bottom: 30px;
}

.text-footer {
  max-width: 440px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
}

.text-footer.footer-text-light {
  color: #1e1e1e;
}

.text-apercase {
  margin-top: 40px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}

.text-apercase.footer-text-light {
  color: #1e1e1e;
}

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

.link {
  display: block;
  width: 130px;
  margin-top: 0px;
  margin-bottom: 30px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fffefe;
  font-size: 14px;
  text-decoration: none;
}

.link:hover {
  color: #9b9b9b;
}

.link.w--current {
  color: #fffefe;
}

.link.w--current:hover {
  color: #9b9b9b;
}

.link.link-footer-dark {
  color: #1e1e1e;
}

.link.link-footer-dark:hover {
  color: #999;
}

.column-2 {
  display: block;
  width: auto;
  margin-top: 64.46px;
  padding-right: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.head-form {
  max-width: 390px;
  margin-bottom: 25px;
  font-family: Unbounded, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
}

.head-form.form-head-dark {
  color: #1e1e1e;
}

.form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: rgba(39, 39, 39, 0);
}

.text-field {
  position: static;
  width: 100%;
  height: 85px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 40px;
  border: 1px none #000;
  border-radius: 20px;
  background-color: #1e1e1e;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.text-field.input-bg-light {
  background-color: #fbf8fb;
}

.text-field.input-bg-light:focus {
  color: #1e1e1e;
}

.submit-button {
  position: absolute;
  left: auto;
  top: 50%;
  right: 10px;
  bottom: 0%;
  width: 75px;
  height: 65px;
  border-radius: 20px;
  background-color: #272727;
  background-image: url('../images/fluent_send-20-filled.svg');
  background-position: 50% 50%;
  background-size: 29px;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #272727;
}

.submit-button.button-bg-light {
  background-color: #fff;
  background-image: url('../images/dark-arrow-to-send.svg');
}

.image-8 {
  width: 100%;
}

.div-block-13 {
  width: 33px;
  margin-right: 20px;
}

.div-block-13.inst-hide {
  display: none;
}

.wrapper-link-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
}

.form-block {
  margin-bottom: 30px;
}

.column-1 {
  width: auto;
  margin-bottom: 60px;
  padding-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.column-4 {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.column-3 {
  width: auto;
  margin-top: 64.46px;
  padding-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.container-for-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 50px;
  -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;
}

.container-for-menu.container-menu-light {
  background-color: rgba(255, 254, 254, 0);
}

.image-9 {
  position: relative;
  top: 20px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-9.sol {
  top: 0px;
  width: 130px;
  margin-bottom: 20px;
}

.image-10 {
  width: 201px;
}

.image-10.sol {
  width: 160px;
  margin-bottom: 10px;
}

.image-11 {
  width: 170px;
}

.image-11.sol {
  width: 150px;
  margin-bottom: 20px;
}

.wrapper-content-main-content {
  width: 50%;
  margin-right: 80px;
  padding-right: 0px;
}

.wrapper-content-main-content.width-custom {
  width: 100%;
  margin-right: 0px;
}

.text-block-10 {
  max-width: 670px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}

.text-block-11 {
  max-width: 400px;
  margin-top: 22px;
  font-family: Montserrat, sans-serif;
  color: #35ff9e;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
}

.image-13 {
  margin-bottom: 50px;
}

.block-quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 40px 50px 50px;
  -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;
  border-radius: 40px;
  background-color: #272727;
}

.text-block-12 {
  max-width: 400px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  text-transform: none;
}

.text-block-13 {
  max-width: 400px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 17.4px;
  font-weight: 300;
}

.div-block-20 {
  width: 98px;
  height: 98px;
  margin-right: 45px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 30px;
  background-color: #272727;
  background-image: url('../images/group-57.svg');
  background-position: 50% 50%;
  background-size: 26px;
  background-repeat: no-repeat;
}

.div-block-20.marg-right0 {
  margin-right: 0px;
  background-image: url('../images/fi-rr-shop.svg');
}

.point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.point.reverse-card-text {
  margin-right: 0px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.point.last-card {
  margin-bottom: 0px;
}

.wrapper-quote-img {
  width: 48%;
  margin-left: 0px;
  padding-left: 4%;
  text-align: left;
}

.wrapper-block-quote {
  width: 80%;
  padding-right: 6%;
}

.wrapper-content-flex {
  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;
}

.div-block-25 {
  margin-right: 45px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-26 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-27 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.dropdown {
  width: 48%;
  height: auto;
  max-width: none;
  margin-right: 0px;
  border-radius: 40px;
  background-color: #272727;
  font-family: Montserrat, sans-serif;
}

.dropdown:focus {
  border-radius: 0px;
}

.dropdown-toggle {
  width: 100%;
  max-width: none;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  border-radius: 0px;
  background-image: url('../images/fi-rr-arrow-small-down.svg');
  background-position: 96% 50%;
  background-size: 34px;
  background-repeat: no-repeat;
}

.dropdown-toggle.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -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;
}

.text-block-14 {
  font-family: Montserrat, sans-serif;
  color: #fffefe;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}

.dropdown-list {
  position: static;
  display: block;
  margin-top: 0px;
  padding-top: 0px;
  border-radius: 40px;
  background-color: #272727;
}

.dropdown-list.w--open {
  position: relative;
  top: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 0px 20px 20px 40px;
  -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;
}

.text-block-15 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.dropdown-toggle-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 120px;
  padding: 0px 20px 0px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #272727;
  background-image: url('../images/fi-rr-arrow-small-down.svg');
  background-position: 96% 50%;
  background-size: 34px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

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

.dropdown-2 {
  display: block;
  margin-top: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dropdown-2:hover {
  background-color: transparent;
  color: #9b9b9b;
}

.text-block-16 {
  display: block;
  width: auto;
  max-width: 90%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.dropdown-list-2 {
  position: relative;
  margin-top: 10px;
  border-radius: 40px;
  background-color: #272727;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.text-block-17 {
  padding: 40px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.wrapper-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-18 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.image-14 {
  margin-right: 5px;
}

.wrapper-list {
  margin-bottom: 50px;
}

.text-content-section {
  max-width: 900px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.green-text {
  max-width: 700px;
  font-family: Montserrat, sans-serif;
  color: #35ff9e;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.green-subhead {
  max-width: 500px;
  font-family: Montserrat, sans-serif;
  color: #35ff9e;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
}

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

.image-15.hidden {
  display: block;
}

.div-block-31 {
  width: 80%;
}

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

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

.section-light.section-margin-bottom {
  padding-bottom: 0px;
}

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

.section-light.hidden {
  display: none;
}

.section-light.hide {
  display: none;
}

.section-light.section-pravicy {
  padding-top: 150px;
}

.heading-for-section-dark {
  max-width: 900px;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Unbounded, sans-serif;
  color: #1e1e1e;
  font-size: 52px;
  line-height: 58px;
  font-weight: 400;
}

.heading-for-section-dark.mrbt0 {
  margin-bottom: 0px;
}

.heading-for-section-dark.center {
  position: absolute;
  left: 0%;
  top: 34%;
  right: 0%;
  bottom: auto;
  text-align: center;
}

.subhead-dark {
  max-width: 950px;
  margin-bottom: 100px;
  font-family: Montserrat, sans-serif;
  color: #1e1e1e;
  font-size: 18px;
  line-height: 22.4px;
  font-weight: 300;
}

.subhead-dark.mrgbt70 {
  margin-bottom: 70px;
}

.subhead-dark.mrgbt40 {
  margin-bottom: 44px;
}

.dark-subtitle {
  font-family: Montserrat, sans-serif;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
}

.mini-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 180px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.mini-card:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.text-mini-card {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.text-mini-card.width-text {
  max-width: 150px;
  margin-top: 15px;
  line-height: 28px;
}

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

.image-16._3d {
  width: 120px;
}

.grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: auto;
  max-width: 1171px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.text-block-23 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.white-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: auto;
  margin-right: 0px;
  padding: 60px 50px;
  -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;
  border-radius: 60px;
  background-color: #fff;
}

.white-card.last-card {
  height: auto;
  margin-right: 0px;
}

.head-white-card {
  max-width: 400px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #1e1e1e;
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
}

.text-white-card {
  max-width: none;
  font-family: Montserrat, sans-serif;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 300;
}

.text-white-card.hide {
  display: block;
}

.flex-for-white-card {
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.large-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 420px;
  padding-right: 50px;
  padding-bottom: 78px;
  padding-left: 50px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 60px;
  background-color: #fff;
}

.head-large-card {
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: 300;
}

.text-large-card {
  max-width: 520px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 22.4px;
  font-weight: 300;
}

.image-17 {
  position: absolute;
  left: auto;
  top: 5%;
  right: 5%;
  bottom: auto;
  width: 43%;
  -webkit-transform: rotate(10.74deg);
  -ms-transform: rotate(10.74deg);
  transform: rotate(10.74deg);
}

.image-17.rotate-img {
  top: 5%;
  width: 43%;
  -webkit-transform: rotate(-13.26deg);
  -ms-transform: rotate(-13.26deg);
  transform: rotate(-13.26deg);
}

.flex-wrap-large-card {
  display: -ms-grid;
  display: grid;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-for-section-copy {
  width: 100%;
  max-width: 1640px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

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

.relative {
  position: relative;
  width: 100%;
}

.wrapper-image-mini-card {
  margin-right: auto;
  margin-left: auto;
}

.div-block-33 {
  margin-right: auto;
  margin-left: auto;
}

.div-block-34 {
  margin-right: auto;
  margin-left: auto;
}

.wrapper-mini-card {
  margin-right: auto;
  margin-left: auto;
}

.div-block-36 {
  margin-right: auto;
  margin-left: auto;
}

.div-block-37 {
  margin-right: auto;
  margin-left: auto;
}

.div-block-38 {
  margin-right: auto;
  margin-left: auto;
}

.div-block-39 {
  margin-right: auto;
  margin-left: auto;
}

.div-block-40 {
  margin-right: auto;
  margin-left: auto;
}

.div-block-41 {
  margin-right: auto;
  margin-left: auto;
}

.div-block-42 {
  margin-right: auto;
  margin-left: auto;
}

.div-block-43 {
  margin-right: auto;
  margin-left: auto;
}

.div-block-44 {
  margin-right: auto;
  margin-left: auto;
}

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

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

.wrapper-blog {
  position: relative;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-radius: 50px;
  background-color: #fff;
}

.head-post {
  max-width: 434px;
  font-family: Unbounded, sans-serif;
  color: #1e1e1e;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.head-post.custom-head {
  overflow: hidden;
}

.short-description {
  overflow: hidden;
  margin-top: 34px;
  font-family: Montserrat, sans-serif;
  color: #1e1e1e;
  line-height: 21px;
  font-weight: 300;
}

.data-post-blog {
  font-family: Montserrat, sans-serif;
  color: #adadad;
  font-weight: 300;
}

.data-post-blog.small-data {
  font-size: 14px;
}

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

.image-19 {
  width: 14px;
  margin-right: 3px;
}

.text-block-31 {
  font-family: Montserrat, sans-serif;
  color: #adadad;
  font-size: 12px;
  font-weight: 300;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrapper-flex-comments {
  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;
}

.image-20 {
  width: 100%;
  margin-bottom: 26px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.wrapper-content-post {
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
}

.post-button {
  margin-top: 16px;
  padding-right: 19px;
  padding-left: 0px;
  border-style: none;
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/fi-rr-angle-double-small-right.svg');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #12d499;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.post-button:hover {
  padding-right: 22px;
  padding-bottom: 9px;
  border-bottom: 1px none #12d499;
  color: #12d499;
  text-decoration: underline;
}

.post-button.margin-top-button {
  margin-top: 0px;
}

.post-button.margin-top-button.arrow-background {
  padding-right: 0px;
  padding-left: 19px;
  background-position: 0% 50%;
}

.post-button.margin-top-button.arrow-background:hover {
  padding-left: 22px;
}

.collection-list {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.collection-list-wrapper {
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.custom-style-shot-description {
  margin-top: 34px;
}

.section-form {
  display: none;
  padding-top: 120px;
  padding-bottom: 150px;
}

.heading-form {
  max-width: 751px;
  margin-top: 0px;
  margin-bottom: 54px;
  font-family: Unbounded, sans-serif;
  color: #fff;
  font-size: 3.5vw;
  line-height: 4.5vw;
}

.subhead-block {
  max-width: 500px;
  margin-bottom: 80px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.subhed-form {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #12d499;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.left-content {
  width: 50%;
  margin-right: 40px;
  padding-right: 0px;
}

.form-wrapper-content {
  width: 50%;
  margin-left: 40px;
  padding: 70px 50px;
  border-radius: 70px;
  background-color: #272727;
}

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

.custom-form-input {
  height: 70px;
  margin-bottom: 22px;
  border: 1px none #000;
  border-radius: 20px;
  background-color: #1e1e1e;
}

.custom-form-input.last-input {
  margin-bottom: 50px;
}

.custom-form-input.input-page {
  height: 60px;
  margin-bottom: 0px;
}

.custom-form-input.input-page:focus {
  color: #fff;
}

.custom-form-input.input-page.light-input {
  background-color: #f3f3f3;
  color: #1e1e1e;
}

.custom-form-input.input-page.light-input:focus {
  color: #1e1e1e;
}

.custom-form-input.mrg-btm {
  height: 70px;
  margin-bottom: 0px;
}

.custom-form-input.mrg-btm:focus {
  color: #fff;
}

.custom-lable-form {
  margin-bottom: 10px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.custom-lable-form.lable-form-page {
  margin-left: 0px;
  font-size: 16px;
}

.custom-lable-form.lable-form-page.dark-lable {
  color: #1e1e1e;
}

.text-span {
  color: #35ff9e;
}

.text-span-2 {
  color: #35ff9e;
}

.submit-button-2 {
  padding: 20px 70px 20px 60px;
  border-radius: 30px;
  background-color: #35ff9e;
  background-image: url('../images/i-2.svg');
  background-position: 74% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #1e1e1e;
  font-size: 15px;
  line-height: 19px;
}

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

.dropdown-3 {
  display: none;
}

.dropdown-4 {
  display: none;
}

.square-for-image {
  position: relative;
  display: block;
  width: auto;
  min-height: auto;
  min-width: auto;
  padding-right: 0px;
  padding-bottom: 100%;
  padding-left: 0px;
  -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;
  border-radius: 70px;
  background-color: #272727;
}

.square-for-image.background-elips {
  display: block;
}

.image-21 {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 120%;
  margin-top: auto;
  padding: 0px 55px 55px;
}

.image-21.arrow-img {
  display: block;
  width: 98%;
}

.image-22 {
  display: block;
}

.image-22.hide-image {
  display: none;
}

.image-23 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.wrapper-left-question {
  width: 49%;
}

.wrapper-right-question {
  width: 49%;
}

.wrapper-large-card {
  margin-top: 0px;
}

.image-24 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 420px;
  padding-right: 105px;
  padding-bottom: 55px;
  padding-left: 55px;
}

.image-25 {
  position: absolute;
  left: auto;
  top: auto;
  right: -1%;
  bottom: 0%;
  width: 75%;
}

.image-26 {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: block;
  width: 87%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.absolute-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  overflow: visible;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  border: 1px none #000;
  border-radius: 0%;
}

.absolute-image {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: block;
  width: 90%;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  border: 1px none #000;
  border-radius: 0%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

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

.image-29 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
}

.html-embed-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
}

.body-2 {
  background-color: #fbf8fb;
  font-family: Montserrat, sans-serif;
  color: #1e1e1e;
  font-size: 18px;
  line-height: 22.4px;
  font-weight: 300;
}

.rich-text-block {
  width: 100%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: 0px;
}

.wrapper-cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  background-color: #fffefe;
}

.wrapper-image-post {
  width: 47%;
}

.wrapper-post-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 53%;
  padding-right: 0px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.head-for-post-blog {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Unbounded, sans-serif;
  font-size: 35px;
  line-height: 39px;
}

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

.wrapper-more-post-blog {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  border-radius: 70px;
  background-color: #fff;
}

.head-for-more-post-blog {
  margin-bottom: 40px;
  font-family: Unbounded, sans-serif;
  font-size: 35px;
  line-height: 39px;
  font-weight: 700;
}

.collection-list-custom {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-31 {
  margin-bottom: 20px;
  border-radius: 15px;
}

.text-block-37 {
  margin-top: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

.text-block-37:hover {
  color: #12d499;
}

.pagination {
  margin-top: 40px;
  -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;
}

.pagination-2 {
  margin-top: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.next {
  margin-right: 0px;
  margin-left: 10px;
  padding: 12px 33px 12px 23px;
  border-style: none;
  border-width: 1px;
  border-radius: 100px;
  background-color: #fbf8fb;
  background-image: url('../images/fi-rr-angle-double-small-right.svg');
  background-position: 82% 54%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 19px;
}

.next:hover {
  padding-right: 33px;
  border-style: none;
  border-width: 1px;
  border-color: #12d499;
  background-color: #fff;
  opacity: 1;
  color: #12d499;
  text-decoration: none;
}

.previous {
  margin-right: 10px;
  margin-left: 0px;
  padding: 12px 23px 12px 33px;
  border-style: none;
  border-radius: 100px;
  background-color: #fbf8fb;
  background-image: url('../images/fi-rr-angle-double-small-right-1.svg');
  background-position: 13% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 19px;
}

.previous:hover {
  padding-left: 33px;
  background-color: #fff;
}

.text-block-38 {
  color: #12d499;
  font-weight: 500;
}

.text-block-38:hover {
  text-decoration: none;
}

.text-block-39 {
  color: #12d499;
  font-weight: 500;
}

.wrapper-content-post-blog {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 40px;
  border-radius: 70px;
  background-color: #fff;
}

.back-button {
  display: block;
  padding: 10px 30px 10px 40px;
  border-radius: 30px;
  background-color: #12d499;
  background-image: url('../images/-2.svg');
  background-position: 20% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  line-height: 19px;
}

.back-button:hover {
  background-color: #35ff9e;
}

.wrapper-blog-button {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.player-btn {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.player-btn:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.background-video {
  width: 100%;
  height: 520px;
}

.html-embed-4 {
  width: 100%;
}

.video {
  overflow: hidden;
  width: 100%;
  height: 600px;
}

.background-video-2 {
  z-index: 2;
  width: 80%;
  height: 589px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

.lottie-animation {
  width: 72%;
  margin-right: auto;
  margin-left: auto;
}

.lottie-animation.first {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 73%;
}

.body-3 {
  font-family: Montserrat, sans-serif;
  color: #1e1e1e;
  font-size: 18px;
  line-height: 22.4px;
  font-weight: 300;
}

.rich-text-for-cms {
  max-width: none;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  color: #1e1e1e;
  text-decoration: none;
}

.rich-text-for-cms h2 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
}

.rich-text-for-cms p {
  line-height: 24px;
}

.rich-text-for-cms h4 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.rich-text-for-cms a {
  color: #000;
}

.rich-text-for-cms h5 {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.rich-text-for-cms ul {
  margin-top: 10px;
  margin-bottom: 0px;
}

.rich-text-for-cms li {
  margin-bottom: 10px;
}

.rich-text-for-cms h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22.4px;
  font-weight: 500;
}

.rich-text-for-cms figure {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0px;
  border-radius: 15px;
}

.rich-text-for-cms img {
  border-radius: 15px;
}

.link-block {
  color: #1e1e1e;
  text-decoration: none;
}

.wrapper-share-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-32 {
  width: 90%;
  padding-right: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.image-32:hover {
  -webkit-filter: saturate(163%);
  filter: saturate(163%);
}

.wrapper-linked {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 43px;
  -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;
  background-color: hsla(0, 0%, 100%, 0);
}

.share-post {
  width: auto;
  margin-bottom: 5px;
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 500;
}

.image-33 {
  width: 90%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.image-33:hover {
  -webkit-filter: saturate(163%);
  filter: saturate(163%);
}

.wrapper-envelope {
  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;
}

.wrapper-icon {
  width: 50%;
  margin-top: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border: 1px none #000;
  border-radius: 20px;
  background-color: rgba(255, 254, 254, 0);
}

.button {
  width: auto;
  margin-top: 40px;
  padding: 12px 33px 12px 23px;
  border-radius: 100px;
  background-color: #12d499;
  background-image: url('../images/-1.svg');
  background-position: 89% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.button:hover {
  background-color: #35ff9e;
}

.image-34 {
  position: static;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  width: 100%;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Oswald, sans-serif;
}

.wrapper-lottie-animation {
  position: absolute;
  left: auto;
  top: 0%;
  right: -5%;
  bottom: 20%;
  width: 50%;
}

.text-block-40 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #272727;
  font-size: 16px;
  font-weight: 300;
}

.progress {
  display: none;
  width: 260px;
  height: 10px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 30px;
  background-color: #4b4b4b;
}

.slider__label-sr-only {
  width: 10px;
  height: 10px;
  border-radius: 30px;
  background-color: #909090;
}

.div-block-51 {
  width: 20%;
}

.div-block-52 {
  width: 240px;
  margin-right: 40px;
  margin-left: 40px;
  padding-right: 0px;
  padding-left: 0px;
}

.style-progress-bar {
  position: relative;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  display: block;
  margin-top: -20px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed-6 {
  margin-top: -20px;
  margin-right: auto;
  margin-left: auto;
}

.html-embed-7 {
  margin-top: -20px;
  margin-right: auto;
  margin-left: auto;
}

.html-embed-7.hide {
  display: none;
}

.lottie-animation-2 {
  overflow: hidden;
  width: 100%;
}

.div-block-53 {
  position: relative;
  left: -110px;
  top: 50px;
  width: 20%;
}

.lottie-animation-3 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.slick-prev {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  padding-right: 0px;
  background-color: #fff;
}

.slick-next {
  width: 50px;
  height: 50px;
  background-color: #7e7373;
}

.wrapper-partners-logo-arrow {
  width: 50%;
  height: 60px;
  background-color: hsla(0, 0%, 100%, 0);
}

.btn-btn-juliet {
  width: 50px;
  height: 50px;
  background-color: #fff;
}

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

.slick-next-slick-arrow {
  width: 50px;
  height: 50px;
  background-color: #fff;
}

.slick {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  background-color: #fff;
}

.div-block-54 {
  width: 50px;
  height: 50px;
  background-color: #fff;
}

.follow-us-text {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

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

.remodal {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: auto;
  max-width: 400px;
  min-height: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.remodal.quizzes {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.remodal.serveys {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.remodal.contests {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.remodal.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.remodal.products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.remodal.rewards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.remodal.reviews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.remodal.shopping {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.remodal.influencers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.remodal.alerts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.remodal.vauchers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.remodal.hide {
  display: none;
}

.text-block-41 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
}

.div-block-57 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.image-35 {
  display: block;
  width: auto;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-36 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 20px;
  margin-right: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(30, 30, 30, 0.86);
}

.div-block-58 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-right: 10px;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #f5f5f5;
}

.div-block-59 {
  position: relative;
}

.div-block-60 {
  position: relative;
  min-height: 100px;
}

.slider-arrows {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-arrows.hide {
  display: none;
}

.grid-logo {
  margin-top: 0px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.div-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  -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: #fffefe;
}

.image-37 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.2;
}

.image-37:hover {
  opacity: 0.2;
}

.style-hand-mobile {
  display: none;
}

.collection-list-2 {
  position: relative;
  display: -ms-grid;
  display: grid;
  max-width: 1171px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.lottie-animation-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
}

.lottie-animation-4.white-card-animate {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 55px;
  height: 55px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
}

.collection-list-wrapper-2 {
  display: none;
}

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

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

.head-block {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
}

.wrapper-content-block {
  position: static;
  top: 20px;
  width: 100%;
  margin-top: 60px;
  padding-left: 50px;
}

.wrapper-lottie-animate {
  position: -webkit-sticky;
  position: sticky;
  top: 15%;
  width: 60%;
}

.section-for-animate {
  position: relative;
  height: auto;
}

.wrapper-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 2500px;
  padding-top: 500px;
  padding-bottom: 500px;
  padding-left: 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;
}

.test-lottie {
  position: static;
  top: 10%;
  width: 100%;
}

.flex-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  -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;
}

.wrapper-form-block {
  width: 55%;
}

.form-2 {
  display: block;
  padding-right: 0px;
}

.wrapper-top-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper-buttom-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.input-wrapper {
  width: 50%;
  margin-right: 20px;
}

.div-block-70 {
  width: 48%;
}

.div-block-71 {
  width: 48%;
}

.div-block-72 {
  width: 48%;
}

.text-span-3 {
  color: #35ff9e;
}

.text-span-4 {
  color: #35ff9e;
}

.text-span-5 {
  color: #35ff9e;
}

.text-span-6 {
  color: #35ff9e;
}

.text-span-7 {
  color: #12d499;
}

.text-span-8 {
  color: #12d499;
}

.text-span-9 {
  color: #12d499;
}

.text-span-10 {
  color: #12d499;
}

.form-block-2 {
  margin-bottom: 0px;
}

.form-block-3 {
  margin-bottom: 0px;
}

.text-block {
  max-width: 480px;
}

.text-span-11 {
  color: #12d499;
}

.section-form-block {
  margin-bottom: 0px;
  padding-top: 150px;
  padding-bottom: 150px;
}

.head-item-block {
  margin-top: 0px;
  color: #12d499;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
}

.heading-block {
  max-width: 550px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Unbounded, sans-serif;
  font-size: 2.5vw;
  line-height: 3.5vw;
}

.left-content-form {
  width: 45%;
  padding-right: 5%;
}

.head-item {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.text-item {
  overflow: visible;
  max-width: none;
  font-size: 14px;
  line-height: 20.4px;
}

.wrapper-item {
  width: 45%;
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.flex-wrapper-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-block-wrapper {
  width: 100%;
  margin-left: 0px;
  padding: 50px 40px;
  border-radius: 70px;
  background-color: #272727;
}

.right-content-form {
  width: 55%;
  padding-left: 5%;
}

.wrapper-input-lable {
  width: 48%;
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.wrapper-inputs-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -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;
}

.wpapper-input-lable-one {
  margin-bottom: 25px;
}

.textarea {
  height: 70px;
  margin-top: 0px;
  margin-bottom: 25px;
  padding-top: 40px;
  padding-right: 12px;
  padding-bottom: 40px;
  border: 1px none #000;
  border-radius: 20px;
  background-color: #1e1e1e;
  color: #fff;
  font-size: 14px;
}

.link-block-2 {
  width: 100.000033%;
}

.success-message {
  background-color: #272727;
}

.text-block-44 {
  color: #12d499;
}

.error-message {
  background-color: #272727;
  color: #f14d4d;
}

.success-message-2 {
  background-color: #272727;
  color: #12d499;
}

.error-message-2 {
  background-color: #272727;
  color: #f14d4d;
}

.error-message-3 {
  background-color: #fff;
  color: #f14d4d;
}

.success-message-3 {
  background-color: #fff;
  color: #12d499;
}

.success-message-4 {
  background-color: #272727;
  color: #12d499;
}

.error-message-4 {
  background-color: #272727;
  color: #f14d4d;
}

.error-message-5 {
  background-color: #fff;
  color: #f14d4d;
}

.success-message-5 {
  background-color: #fff;
  color: #12d499;
}

.error-message-6 {
  background-color: #fff;
  color: #f14d4d;
}

.success-message-6 {
  background-color: #fff;
  color: #12d499;
}

.body-4 {
  background-color: #fbf8fb;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 22.4px;
}

.text-pravicy {
  max-width: none;
  color: #1e1e1e;
  line-height: 24.4px;
  font-weight: 300;
}

.text-pravicy.inclined {
  margin-bottom: 20px;
  font-style: italic;
}

.subtitle-privacy {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #1e1e1e;
  font-size: 25px;
  line-height: 29px;
  font-weight: 600;
}

.list {
  max-width: 900px;
  margin-top: 20px;
  margin-bottom: 0px;
  color: #1e1e1e;
}

.item-list {
  margin-bottom: 15px;
  color: #1e1e1e;
  line-height: 24px;
}

.subtitle-privacy-two {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #1e1e1e;
  font-size: 18px;
  line-height: 24px;
}

.link-2 {
  color: #000;
}

.link-pravicy {
  color: #000;
}

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

  .main-heading {
    font-size: 4.5vw;
    line-height: 5.5vw;
  }

  .main-heading.dark-heading {
    font-size: 4.8vw;
    line-height: 5.8vw;
  }

  .main-heading.small-size {
    font-size: 3.6vw;
    line-height: 4.6vw;
  }

  .main-heading.head-pravicy {
    margin-bottom: 30px;
  }

  .wrapper-image {
    display: none;
  }

  .div-block.width-custom {
    width: 54%;
  }

  .container-for-section {
    max-width: 1400px;
  }

  .container-for-section.flex {
    max-width: 1800px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .wrapper-partners-logo {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .container-large {
    max-width: 1400px;
  }

  .container-for-menu {
    max-width: 1400px;
  }

  .wrapper-post-text {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .video {
    overflow: hidden;
    height: 700px;
  }

  .background-video-2 {
    overflow: hidden;
    width: 1300px;
    height: 700px;
    border-radius: 30px;
  }

  .wrapper-lottie-animate {
    width: 62%;
  }

  .wrapper-blocks {
    width: 29%;
  }

  .subtitle-privacy {
    margin-bottom: 30px;
  }

  .subtitle-privacy-two {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .container-main-section {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-main-section.flex-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

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

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

  .main-heading {
    font-size: 70px;
    line-height: 77px;
  }

  .main-heading.dark-heading {
    font-size: 70px;
    line-height: 77px;
  }

  .main-heading.small-size {
    font-size: 70px;
    line-height: 77px;
  }

  .main-heading.head-pravicy {
    font-size: 38px;
    line-height: 45px;
  }

  .main-subtitle {
    max-width: 90%;
    font-size: 18px;
    line-height: 24px;
  }

  .main-subhead {
    font-size: 18px;
    line-height: 24px;
  }

  .main-subhead.dark-subhead {
    display: none;
  }

  .main-button {
    display: block;
  }

  .main-button.request-demo {
    display: block;
  }

  .main-button.request-demo.width-max {
    display: none;
  }

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

  .wrapper-content.dark {
    padding-bottom: 30px;
  }

  .image-2 {
    margin-top: 0px;
    margin-left: auto;
  }

  .div-block {
    position: relative;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 70%;
    margin-top: 0px;
    margin-left: auto;
  }

  .div-block.width-custom {
    position: static;
    top: 0%;
    display: block;
    width: 80%;
    margin: 0px auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: left;
  }

  .div-block.light {
    left: 0px;
    top: 0%;
    width: 85%;
    margin-top: -60px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block.home {
    width: 65%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .navbar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .navbar.navbar-light {
    background-color: #fff;
  }

  .nav-menu {
    display: block;
    height: 100vh;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px 50px 50px;
    -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;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #272727;
  }

  .nav-menu.light-container-menu {
    background-color: #fbf8fb;
  }

  .menu-dark-button {
    display: block;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .heading-for-section {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 42px;
  }

  .subtitle-section {
    font-size: 18px;
    line-height: 24px;
  }

  .card {
    height: 300px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container-for-section {
    max-width: none;
  }

  .container-for-section.container-section-form-block {
    max-width: none;
  }

  .wrapper-card {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .central-card {
    margin: 10px 0%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .text-section {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 21px;
  }

  .subhead-section {
    font-size: 14px;
    line-height: 17px;
  }

  .wrapper-text.padding-right {
    padding-right: 20px;
  }

  .wrapper-image-content.padding-left {
    padding-left: 20px;
  }

  .image-4 {
    display: none;
  }

  .heading-section {
    margin-bottom: 28px;
    font-size: 40px;
  }

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

  .text-section-partners {
    margin-bottom: 55px;
    font-size: 18px;
  }

  .wrapper-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .wrapper-logo.paypal {
    max-width: 248px;
    margin-right: 30px;
    margin-left: 30px;
  }

  .wrapper-logo.shopify {
    max-width: 206px;
    margin-right: 30px;
    margin-left: 30px;
  }

  .wrapper-logo.pay {
    min-width: 133px;
    margin-right: 30px;
    margin-left: 30px;
  }

  .wrapper-logo.stripe {
    min-width: 138px;
    margin-right: 30px;
    margin-left: 30px;
  }

  .wrapper-logo.skrill {
    min-width: 138px;
    margin-right: 30px;
    margin-left: 30px;
  }

  .wrapper-logo.woo {
    margin-right: 30px;
    margin-left: 30px;
  }

  .wrapper-partners-logo {
    overflow: hidden;
    width: 1300px;
    max-width: 1300px;
    min-width: auto;
    margin-right: auto;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    justify-items: start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: minmax(20%, 20%) minmax(20%, 20%) minmax(20%, 20%) minmax(20%, 20%) minmax(20%, 20%) minmax(20%, 20%) minmax(20%, 20%) minmax(20%, 20%) minmax(20%, 20%) minmax(20%, 20%);
    grid-template-columns: minmax(20%, 20%) minmax(20%, 20%) minmax(20%, 20%) minmax(20%, 20%) minmax(20%, 20%) minmax(20%, 20%) minmax(20%, 20%) minmax(20%, 20%) minmax(20%, 20%) minmax(20%, 20%);
  }

  .wrapper-partners-logo.no-code {
    overflow: scroll;
    width: auto;
    max-width: none;
    margin-left: 0px;
  }

  .wrapper-partners-block {
    max-width: 1300px;
  }

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

  .gradient-block {
    height: auto;
    padding: 25px;
  }

  .background-color-block.light-block {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .text {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 19px;
  }

  .white-button {
    margin-top: 30px;
  }

  .white-button.green-btn {
    padding-right: 60px;
    padding-left: 50px;
  }

  .wrapper-content-form {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .text-footer {
    max-width: 400px;
    font-size: 16px;
    line-height: 22px;
  }

  .text-footer.footer-text-light {
    max-width: 430px;
  }

  .text-apercase {
    margin-top: 30px;
    line-height: 22px;
  }

  .link {
    font-size: 14px;
    line-height: 18px;
  }

  .column-2 {
    width: 25%;
    padding-right: 30px;
  }

  .head-form {
    max-width: none;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 29px;
  }

  .head-form.form-head-dark {
    font-size: 22px;
    line-height: 26px;
  }

  .form {
    width: 50%;
  }

  .form-block {
    margin-bottom: 20px;
  }

  .column-1 {
    width: 50%;
    margin-bottom: 0px;
    padding-right: 30px;
  }

  .column-4 {
    width: 100%;
    margin-top: 64.46px;
    text-align: left;
  }

  .column-3 {
    width: 25%;
    padding-right: 30px;
  }

  .container-for-menu {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #1e1e1e;
  }

  .container-for-menu.container-menu-light {
    background-color: #fbf8fb;
  }

  .icon {
    display: none;
    font-size: 34px;
  }

  .menu-button {
    padding: 0px;
  }

  .menu-button.w--open {
    background-color: hsla(0, 0%, 78.4%, 0);
  }

  .menu-button.menu-button-dark {
    color: #1e1e1e;
  }

  .wrapper-content-main-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 100px;
    padding-right: 0px;
    -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;
  }

  .text-block-10 {
    font-size: 18px;
  }

  .block-quote {
    padding: 60px 40px;
  }

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

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

  .div-block-20 {
    width: 98px;
    height: 98px;
    margin-right: 20px;
    margin-bottom: 15px;
  }

  .div-block-20.marg-right0 {
    margin-right: 20px;
    margin-left: 0px;
    text-align: right;
  }

  .point {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    -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;
  }

  .point.reverse-card-text {
    margin-right: 0px;
    margin-left: 0px;
    -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;
    text-align: left;
  }

  .point.last-card {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .wrapper-quote-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 2%;
    padding-left: 0%;
    -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;
    text-align: left;
  }

  .wrapper-block-quote {
    padding-right: 2%;
  }

  .div-block-25 {
    margin-right: 0px;
  }

  .dropdown-2 {
    width: 100%;
  }

  .text-block-16 {
    max-width: none;
    -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;
  }

  .wrapper-question {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

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

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

  .section-light.hide {
    display: block;
  }

  .section-light.section-pravicy {
    padding-top: 100px;
  }

  .heading-for-section-dark {
    font-size: 38px;
    line-height: 42px;
  }

  .heading-for-section-dark.center {
    font-size: 38px;
    line-height: 44px;
  }

  .subhead-dark {
    margin-bottom: 40px;
    font-size: 18px;
  }

  .subhead-dark.mrgbt70 {
    margin-bottom: 40px;
  }

  .subhead-dark.mrgbt40 {
    margin-bottom: 40px;
  }

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

  .grid {
    display: -ms-grid;
    display: grid;
    margin-right: auto;
    margin-left: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .white-card {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .head-white-card {
    font-size: 25px;
  }

  .flex-for-white-card {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-17 {
    width: 35%;
  }

  .image-17.rotate-img {
    width: 35%;
  }

  .flex-wrap-large-card {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-for-section-copy {
    max-width: none;
  }

  .wrapper-image-mini-card {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-33 {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-34 {
    margin-right: auto;
    margin-left: auto;
  }

  .wrapper-blog {
    border-radius: 30px;
  }

  .head-post {
    max-width: none;
    font-size: 18px;
  }

  .short-description {
    margin-top: 15px;
  }

  .image-20 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .wrapper-content-post {
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .html-embed {
    display: block;
  }

  .section-form {
    padding-bottom: 100px;
  }

  .heading-form {
    max-width: 800px;
    margin-bottom: 30px;
    font-size: 55px;
    line-height: 62px;
  }

  .subhead-block {
    max-width: 600px;
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 24px;
  }

  .subhed-form {
    font-size: 18px;
    line-height: 24px;
  }

  .left-content {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 50px;
  }

  .form-wrapper-content {
    width: 100%;
    margin-left: 0px;
    padding: 60px 40px;
  }

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

  .custom-lable-form.lable-form-page {
    font-size: 14px;
  }

  .stick-stick-3 {
    width: 80px;
    height: 8px;
    margin-bottom: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #35ff9e;
    color: #35ff9e;
  }

  .stick-stick-3.last-stick {
    margin-bottom: 0px;
  }

  .stick-stick-2 {
    width: 80px;
    height: 8px;
    margin-bottom: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #35ff9e;
  }

  .contmenu {
    display: block;
    -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;
  }

  .html-embed-2 {
    display: block;
  }

  .menu-icon-wrapper {
    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-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-50 {
    width: 25px;
    height: 2px;
    margin-bottom: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 2px;
    background-color: #fff;
  }

  .div-block-50.last-line {
    width: 28px;
    height: 3px;
    margin-bottom: 0px;
  }

  .div-block-50.last-line.white {
    background-color: #1e1e1e;
  }

  .div-block-50.center-line {
    width: 28px;
    height: 3px;
    margin-top: 6px;
    margin-bottom: 6px;
    border-radius: 3px;
    background-color: #fff;
  }

  .div-block-50.center-line.white {
    background-color: #1e1e1e;
  }

  .div-block-50.one-line {
    width: 28px;
    height: 3px;
    margin-bottom: 0px;
    border-radius: 3px;
  }

  .div-block-50.one-line.white {
    background-color: #1e1e1e;
  }

  .square-for-image {
    display: block;
    border-radius: 30px;
  }

  .square-for-image.background-elips {
    border-radius: 30px;
  }

  .square-for-image.background-image {
    display: block;
  }

  .image-21 {
    padding-right: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
  }

  .image-21.arrow-img {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .image-22 {
    display: block;
  }

  .wrapper-left-question {
    width: 100%;
  }

  .wrapper-right-question {
    width: 100%;
  }

  .wrapper-cover {
    -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;
  }

  .wrapper-image-post {
    width: 100%;
  }

  .wrapper-post-text {
    width: 100%;
    padding-left: 0px;
  }

  .head-for-post-blog {
    margin-top: 0px;
  }

  .wrapper-more-post-blog {
    width: 95%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .collection-list-custom {
    margin-right: auto;
    margin-left: auto;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .image-31 {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .text-block-37 {
    margin-top: 10px;
  }

  .wrapper-content-post-blog {
    width: 95%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrapper-blog-button {
    max-width: 95%;
  }

  .video {
    height: auto;
  }

  .background-video-2 {
    width: 100%;
    height: 59vw;
  }

  .lottie-animation {
    width: 59%;
  }

  .rich-text-for-cms {
    margin-top: 30px;
  }

  .collection-list-wrapper2 {
    margin-right: auto;
    margin-left: auto;
  }

  .wrapper-share-icon {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .wrapper-icon {
    width: 100%;
    margin-top: 20px;
  }

  .image-34 {
    left: 0%;
    top: 50%;
    right: 0%;
    bottom: auto;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .wrapper-lottie-animation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    min-height: auto;
    margin-top: 22px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0%;
    padding-bottom: 0%;
    -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;
  }

  .wrapper-head {
    margin-top: 20px;
  }

  .div-block-52 {
    width: 248px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .div-block-53 {
    left: -40px;
    top: 100px;
  }

  .follow-us-text {
    font-size: 14px;
    line-height: 16px;
  }

  .wrapper-main-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .overlay {
    height: 100%;
  }

  .div-block-61 {
    height: 85px;
  }

  .image-37 {
    width: 58%;
  }

  .image-37.pay-pal {
    width: 80%;
  }

  .image-37.shopify {
    width: 80%;
  }

  .image-37.scrill {
    width: 55%;
  }

  .image-37.sugacrm {
    width: 65%;
  }

  .image-37.woocommerce {
    width: 80%;
  }

  .image-37.pay {
    width: 55%;
  }

  .image-37.bigcommerce {
    width: 85%;
  }

  .collection-list-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .lottie-animation-4 {
    width: 40px;
    height: 40px;
  }

  .lottie-animation-4.white-card-animate {
    width: 40px;
    height: 40px;
    margin-top: 15px;
    margin-right: 15px;
  }

  .section-for-animate {
    display: none;
  }

  .card-medium {
    width: 100%;
    padding: 60px 40px;
    border-radius: 60px;
    background-color: #fff;
  }

  .head-card {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 32px;
    font-weight: 300;
  }

  .content-card {
    font-size: 16px;
  }

  .grid--card {
    margin-bottom: 40px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .wrapper-lottie {
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .flex-form {
    padding: 0px 40px;
    -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;
  }

  .wrapper-form-block {
    width: 100%;
  }

  .form-2 {
    padding-right: 0px;
  }

  .wrapper-top-input {
    width: 90%;
  }

  .wrapper-buttom-input {
    width: 90%;
    margin-top: 25px;
  }

  .section-form-block {
    padding-top: 150px;
  }

  .heading-block {
    font-size: 38px;
    line-height: 44px;
  }

  .left-content-form {
    width: 100%;
    padding-right: 0%;
  }

  .right-content-form {
    width: 100%;
    margin-top: 60px;
    padding-left: 0%;
  }

  .text-pravicy.inclined {
    margin-bottom: 40px;
  }

  .list {
    margin-top: 20px;
  }

  .subtitle-privacy-two {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .container-main-section {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

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

  .main-heading {
    font-size: 55px;
    line-height: 62px;
  }

  .main-heading.dark-heading {
    font-size: 48px;
    line-height: 55px;
  }

  .main-heading.small-size {
    font-size: 50px;
    line-height: 62px;
  }

  .main-subtitle {
    max-width: none;
    font-size: 16px;
    line-height: 22px;
  }

  .main-subhead {
    font-size: 16px;
    line-height: 22px;
  }

  .main-button {
    width: 216.578125px;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .main-button.light-text.mrg-btn-buttom {
    margin-bottom: 0px;
  }

  .main-button.request-demo {
    margin-bottom: 20px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .wrapper-content {
    padding-bottom: 30px;
  }

  .div-block {
    width: 90%;
    margin-top: 42px;
    margin-left: 0px;
  }

  .div-block.width-custom {
    width: 100%;
    margin-top: 0px;
  }

  .div-block.light {
    width: 100%;
    margin-top: -40px;
  }

  .div-block.home {
    width: 80%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-menu {
    height: 100vh;
    padding-right: 40px;
    padding-left: 40px;
  }

  .heading-for-section {
    font-size: 30px;
    line-height: 34px;
  }

  .subtitle-section {
    font-size: 16px;
    line-height: 22px;
  }

  .card {
    width: 90%;
  }

  .card-text {
    font-size: 14px;
    line-height: 20px;
  }

  .container-for-section {
    overflow: hidden;
    padding-right: 40px;
    padding-left: 40px;
  }

  .central-card {
    width: 100%;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .text-section {
    max-width: none;
    margin-bottom: 30px;
  }

  .text-section.mrg-bt-text-content {
    max-width: none;
  }

  .wrapper-text {
    width: 100%;
    padding-left: 0px;
  }

  .wrapper-text.padding-right {
    padding-right: 0px;
  }

  .flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .flex-wrapper.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .wrapper-image-content {
    width: 100%;
    margin-top: 40px;
    padding-right: 0px;
  }

  .wrapper-image-content.padding-left {
    padding-left: 0px;
  }

  .heading-section {
    font-size: 35px;
    line-height: 39px;
  }

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

  .text-section-partners {
    font-size: 16px;
    line-height: 22px;
  }

  .wrapper-logo {
    width: 112px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .wrapper-logo.paypal {
    width: 200px;
    max-width: 200px;
    min-width: 200px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .wrapper-logo.shopify {
    width: 180px;
    min-width: 180px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .wrapper-logo.pay {
    width: 120px;
    max-width: 120px;
    min-width: 120px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .wrapper-logo.stripe {
    max-width: 112px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .wrapper-logo.skrill {
    max-width: 112px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .wrapper-logo.woo {
    margin-right: 20px;
    margin-left: 20px;
  }

  .wrapper-logo.bigcommerce {
    margin-right: 20px;
    margin-left: 20px;
  }

  .wrapper-partners-logo {
    width: 1300px;
    min-height: 80px;
    margin-left: 0px;
    -ms-grid-columns: minmax(15%, 15%) minmax(15%, 15%) minmax(15%, 15%) minmax(15%, 15%) minmax(15%, 15%) minmax(15%, 15%) minmax(15%, 15%) minmax(15%, 15%) minmax(15%, 15%) minmax(15%, 15%);
    grid-template-columns: minmax(15%, 15%) minmax(15%, 15%) minmax(15%, 15%) minmax(15%, 15%) minmax(15%, 15%) minmax(15%, 15%) minmax(15%, 15%) minmax(15%, 15%) minmax(15%, 15%) minmax(15%, 15%);
  }

  .wrapper-partners-logo.no-code {
    overflow: scroll;
  }

  .gradient-block {
    padding: 20px;
  }

  .background-color-block {
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .background-color-block.light-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .text {
    max-width: 90%;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 15px;
  }

  .white-button {
    display: inline-block;
    min-width: auto;
  }

  .white-button.green-btn {
    padding-right: 60px;
    padding-left: 50px;
  }

  .wrapper-content-form {
    width: 100%;
    min-width: auto;
    margin-bottom: 40px;
    margin-left: 0px;
  }

  .footer-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .wrapper-footer-logo {
    margin-bottom: 20px;
  }

  .text-footer {
    max-width: 90%;
    font-size: 14px;
  }

  .text-apercase {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .link {
    margin-right: 10px;
    margin-bottom: 0px;
    padding-right: 0px;
  }

  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 60px;
    padding-right: 0px;
    -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;
  }

  .head-form {
    font-size: 22px;
    line-height: 29px;
  }

  .form {
    width: 80%;
  }

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

  .column-4 {
    margin-top: 60px;
  }

  .column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 40px;
    padding-right: 0px;
  }

  .container-for-menu {
    padding: 20px 40px;
  }

  .brand {
    padding-left: 0px;
  }

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

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

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

  .wrapper-content-main-content {
    margin-top: 100px;
  }

  .text-block-10 {
    font-size: 16px;
    text-align: left;
  }

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

  .image-13 {
    display: block;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: 0px;
    text-align: left;
  }

  .block-quote {
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

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

  .point {
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .point.reverse-card-text {
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .wrapper-quote-img {
    width: 100%;
    padding-left: 0%;
    -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;
  }

  .wrapper-block-quote {
    width: 100%;
    margin-bottom: 60px;
    padding-right: 0%;
  }

  .wrapper-content-flex {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-25 {
    margin-right: 20px;
  }

  .dropdown-toggle-2 {
    height: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    border-radius: 30px;
  }

  .dropdown-2 {
    height: auto;
    margin-top: 20px;
  }

  .text-block-16 {
    max-width: 85%;
    font-size: 18px;
    line-height: 30px;
  }

  .dropdown-list-2.w--open {
    border-radius: 30px;
  }

  .text-block-17 {
    padding: 30px;
  }

  .wrapper-list {
    margin-bottom: 30px;
  }

  .text-content-section {
    max-width: none;
    font-size: 16px;
    line-height: 20px;
  }

  .green-text {
    font-size: 16px;
    line-height: 20px;
  }

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

  .heading-for-section-dark {
    font-size: 35px;
  }

  .heading-for-section-dark.center {
    font-size: 35px;
  }

  .subhead-dark {
    font-size: 16px;
    line-height: 20.4px;
  }

  .dark-subtitle {
    font-size: 14px;
  }

  .text-mini-card {
    margin-top: 20px;
    font-size: 16px;
  }

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

  .image-16._3d {
    width: 110px;
  }

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

  .white-card {
    min-height: auto;
  }

  .white-card.last-card {
    min-height: 300px;
  }

  .head-white-card {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .text-white-card {
    font-size: 16px;
    line-height: 20.4px;
  }

  .flex-for-white-card {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .large-card {
    min-height: 350px;
  }

  .head-large-card {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
  }

  .text-large-card {
    font-size: 16px;
    line-height: 20.4px;
  }

  .image-17 {
    width: 33%;
  }

  .image-17.rotate-img {
    width: 33%;
  }

  .container-for-section-copy {
    padding-right: 40px;
    padding-left: 40px;
  }

  .flex-wrapper-post-content {
    margin-bottom: 15px;
  }

  .collection-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-form {
    max-width: none;
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 45px;
  }

  .subhead-block {
    max-width: none;
    margin-bottom: 60px;
    font-size: 16px;
  }

  .subhed-form {
    font-size: 16px;
  }

  .left-content {
    margin-bottom: 40px;
  }

  .form-wrapper-content {
    padding: 40px 30px;
  }

  .custom-form-input.last-input {
    margin-bottom: 40px;
  }

  .custom-lable-form {
    margin-left: 0px;
  }

  .image-21.arrow-img {
    width: 95%;
  }

  .head-for-post-blog {
    font-size: 30px;
    line-height: 34px;
  }

  .wrapper-more-post-blog {
    width: 98%;
    padding: 40px 30px;
    border-radius: 40px;
  }

  .head-for-more-post-blog {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 34px;
  }

  .collection-list-custom {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-31 {
    margin-bottom: 15px;
  }

  .text-block-37 {
    max-width: 500px;
    margin-top: 0px;
  }

  .wrapper-content-post-blog {
    width: 98%;
    padding: 40px 30px;
    border-radius: 40px;
  }

  .wrapper-blog-button {
    max-width: 98%;
  }

  .background-video-2 {
    height: 59vw;
  }

  .lottie-animation {
    width: 70%;
  }

  .rich-text-for-cms {
    margin-top: 25px;
  }

  .rich-text-for-cms figure {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .wrapper-share-icon {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .wrapper-icon {
    width: 100%;
    margin-top: 25px;
  }

  .image-34 {
    margin-left: auto;
  }

  .wrapper-lottie-animation {
    width: 100%;
    min-height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0%;
    padding-bottom: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-52 {
    width: 240px;
  }

  .style-progress-bar {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .lottie-animation-2 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .lottie-animation-2.hiw {
    width: 100%;
  }

  .div-block-53 {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 11%;
  }

  .wrapper-main-button {
    -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;
  }

  .remodal {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }

  .overlay {
    height: 100%;
  }

  .grid-logo {
    overflow: scroll;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-block-61 {
    width: 200px;
  }

  .style-hand-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .lottie-animation-4 {
    width: 40px;
    height: 40px;
  }

  .lottie-animation-4.white-card-animate {
    margin-top: 10px;
    margin-right: 10px;
  }

  .card-medium {
    padding-right: 50px;
    padding-left: 50px;
  }

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

  .wrapper-lottie {
    width: 100%;
  }

  .flex-form {
    padding: 0px 20px;
  }

  .wrapper-top-input {
    width: 100%;
  }

  .wrapper-buttom-input {
    width: 100%;
  }

  .section-form-block {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .head-item-block {
    margin-bottom: 35px;
    font-size: 18px;
  }

  .head-item {
    font-size: 16px;
    line-height: 20px;
  }

  .text-item {
    max-width: 90%;
  }

  .wrapper-item {
    width: 100%;
    margin-bottom: 35px;
  }

  .flex-wrapper-item {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .right-content-form {
    margin-top: 25px;
  }

  .textarea {
    font-size: 12px;
  }

  .subtitle-privacy-two {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .container-main-section {
    padding-right: 20px;
    padding-left: 20px;
    -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;
  }

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

  .main-heading {
    width: 100%;
    font-size: 38px;
    line-height: 48px;
  }

  .main-heading.dark-heading {
    font-size: 35px;
    line-height: 42px;
  }

  .main-heading.small-size {
    font-size: 37px;
    line-height: 45px;
  }

  .main-subtitle {
    margin-top: 20px;
    margin-bottom: 34px;
    font-size: 14px;
    line-height: 20px;
  }

  .main-subhead {
    font-size: 14px;
    line-height: 20px;
  }

  .main-button {
    width: auto;
    margin-right: 0px;
    padding-right: 70px;
    padding-left: 60px;
    background-position: 76% 52%;
    text-align: center;
  }

  .main-button.light-text {
    margin-right: 0px;
  }

  .main-button.request-demo {
    padding-right: 70px;
    padding-left: 60px;
  }

  .main-button.request-demo.width-max {
    display: block;
  }

  .main-button.width-max {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    background-position: 68% 50%;
    background-repeat: no-repeat;
  }

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

  .image-2 {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

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

  .div-block.width-custom {
    margin-top: 0px;
  }

  .div-block.light {
    right: 0%;
    margin-top: -20px;
  }

  .div-block.home {
    width: 100%;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-menu {
    height: 100vh;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-for-section {
    max-width: none;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 27px;
  }

  .card {
    width: 100%;
    padding: 0px 10px;
  }

  .card-head {
    margin-top: 10px;
  }

  .card-text {
    margin-top: 10px;
  }

  .wrapper-card-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-for-section {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
  }

  .central-card {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px 10px;
  }

  .text-section {
    max-width: 100%;
    font-size: 15px;
    line-height: 20px;
  }

  .wrapper-text.padding-right {
    padding-right: 0px;
  }

  .image-4 {
    display: none;
  }

  .image-4.hide-image {
    display: none;
  }

  .heading-section {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 35px;
  }

  .wrapper-logo {
    width: 112px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .wrapper-logo.paypal {
    width: 200px;
    max-width: 200px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .wrapper-logo.shopify {
    width: 180px;
    max-width: 180px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .wrapper-logo.pay {
    width: 120px;
    min-width: 120px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .wrapper-logo.stripe {
    min-width: 112px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .wrapper-logo.skrill {
    width: 102px;
    max-width: 102px;
    min-width: 102px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .wrapper-logo.woo {
    width: 200px;
    max-width: 200px;
    min-width: 200px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .wrapper-logo.bigcommerce {
    width: 240px;
    max-width: 240px;
    min-width: 240px;
  }

  .wrapper-partners-logo {
    position: static;
    left: 0px;
    overflow: hidden;
    width: 1300px;
    max-width: 1300px;
    min-height: 80px;
    min-width: auto;
    margin-right: auto;
    margin-left: 0px;
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    justify-items: start;
    -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;
    -ms-grid-columns: minmax(200px, 200px) minmax(200px, 200px) minmax(200px, 200px) minmax(200px, 200px) minmax(200px, 200px) minmax(200px, 200px) minmax(200px, 200px) minmax(200px, 200px) minmax(200px, 200px) minmax(200px, 200px);
    grid-template-columns: minmax(200px, 200px) minmax(200px, 200px) minmax(200px, 200px) minmax(200px, 200px) minmax(200px, 200px) minmax(200px, 200px) minmax(200px, 200px) minmax(200px, 200px) minmax(200px, 200px) minmax(200px, 200px);
  }

  .gradient-block {
    height: auto;
    padding: 10px;
  }

  .background-color-block {
    padding: 60px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .background-color-block.light-block {
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 0px;
  }

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

  .text {
    margin-bottom: 0px;
    line-height: 18px;
  }

  .white-button {
    width: auto;
    padding-right: 60px;
    padding-left: 50px;
  }

  .white-button.green-btn {
    width: auto;
    padding-right: 60px;
    padding-left: 50px;
  }

  .image-6 {
    position: relative;
    top: 0%;
    width: 100%;
    margin-top: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .wrapper-content-form {
    width: 100%;
    margin-bottom: 25px;
    margin-left: 0px;
  }

  .wrapper-footer-logo {
    margin-bottom: 20px;
  }

  .text-footer {
    max-width: 100%;
    font-size: 14px;
  }

  .text-apercase {
    max-width: 100%;
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .link {
    margin-bottom: 30px;
  }

  .column-2 {
    display: none;
    margin-top: 40px;
    padding-right: 20px;
    -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;
  }

  .head-form {
    font-size: 22px;
  }

  .form {
    width: 100%;
  }

  .column-1 {
    max-width: 100%;
    margin-bottom: 20px;
    padding-right: 20px;
  }

  .column-4 {
    margin-top: 40px;
  }

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

  .container-for-menu {
    max-width: none;
    padding: 30px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon {
    font-size: 34px;
  }

  .brand {
    padding-right: 20px;
    padding-left: 0px;
  }

  .image-12 {
    max-width: 90%;
  }

  .wrapper-content-main-content {
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-10 {
    max-width: none;
  }

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

  .text-block-12 {
    max-width: none;
    margin-bottom: 10px;
  }

  .text-block-13 {
    max-width: none;
    line-height: 26px;
  }

  .div-block-20 {
    width: 88px;
    height: 88px;
    margin-right: 20px;
  }

  .div-block-20.marg-right0 {
    margin-right: 20px;
  }

  .point {
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -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;
  }

  .point.reverse-card-text {
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .wrapper-block-quote {
    margin-bottom: 50px;
  }

  .div-block-25 {
    margin-right: 0px;
  }

  .div-block-26 {
    margin-right: 0px;
  }

  .div-block-27 {
    margin-right: 0px;
  }

  .dropdown-toggle-2 {
    padding: 20px 10px 20px 20px;
    border-radius: 30px;
  }

  .dropdown-2 {
    margin-top: 20px;
  }

  .text-block-16 {
    max-width: 85%;
    font-size: 16px;
    line-height: 26px;
  }

  .dropdown-list-2.w--open {
    border-radius: 30px;
  }

  .text-block-17 {
    padding: 20px 10px 20px 20px;
  }

  .wrapper-question {
    margin-top: 0px;
  }

  .text-content-section {
    margin-bottom: 20px;
  }

  .image-15 {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .heading-for-section-dark {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .heading-for-section-dark.center {
    position: relative;
    top: 15%;
    font-size: 20px;
    line-height: 29px;
  }

  .mini-card {
    height: 145px;
  }

  .text-mini-card {
    font-size: 14px;
  }

  .text-mini-card.width-text {
    max-width: 120px;
    font-size: 14px;
    line-height: 20px;
  }

  .image-16 {
    width: 34px;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .image-16._3d {
    width: 95px;
  }

  .grid {
    position: static;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-23 {
    margin-bottom: 20px;
  }

  .white-card {
    min-height: auto;
    padding: 40px 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .white-card.last-card {
    -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;
  }

  .large-card {
    min-height: 330px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .head-large-card {
    margin-bottom: 10px;
    font-size: 19px;
  }

  .image-17 {
    top: 4%;
    width: 40%;
  }

  .image-17.rotate-img {
    top: 4%;
    width: 40%;
  }

  .container-for-section-copy {
    padding-right: 20px;
    padding-left: 20px;
  }

  .wrapper-image-mini-card {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-36 {
    max-width: none;
  }

  .div-block-38 {
    max-width: 70%;
  }

  .head-post {
    line-height: 22px;
  }

  .short-description {
    margin-top: 0px;
  }

  .flex-wrapper-post-content {
    margin-bottom: 15px;
  }

  .wrapper-content-post {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .custom-style-shot-description {
    margin-top: 15px;
  }

  .heading-form {
    font-size: 35px;
    line-height: 42px;
  }

  .subhead-block {
    margin-bottom: 60px;
    font-size: 14px;
  }

  .subhed-form {
    font-size: 14px;
  }

  .form-wrapper-content {
    padding: 30px 20px;
    border-radius: 30px;
  }

  .custom-form-input {
    height: 65px;
  }

  .custom-form-input.input-page {
    height: 55px;
  }

  .custom-form-input.mrg-btm {
    height: 55px;
  }

  .custom-lable-form {
    margin-left: 0px;
    font-size: 16px;
  }

  .dropdown-3 {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .dropdown-toggle-3 {
    width: 100%;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    border-radius: 20px;
    background-color: rgba(30, 30, 30, 0);
  }

  .dropdown-toggle-3.w--open {
    padding-bottom: 10px;
    padding-left: 0px;
    background-color: rgba(30, 30, 30, 0);
  }

  .text-block-34 {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 18px;
  }

  .icon-2 {
    font-family: Montserrat, sans-serif;
    color: #35ff9e;
  }

  .dropdown-list-3 {
    background-color: hsla(0, 0%, 86.7%, 0.69);
  }

  .dropdown-list-3.w--open {
    position: relative;
    background-color: hsla(0, 0%, 86.7%, 0);
  }

  .dropdown-link {
    padding-left: 0px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 14px;
  }

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

  .dropdown-link-2 {
    padding-left: 0px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 14px;
  }

  .dropdown-link-3 {
    padding-left: 0px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 14px;
  }

  .dropdown-4 {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .dropdown-toggle-4 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .text-block-35 {
    font-family: Montserrat, sans-serif;
    color: #1e1e1e;
  }

  .icon-3 {
    color: #12d499;
  }

  .dropdown-list-4 {
    background-color: hsla(0, 0%, 86.7%, 0.88);
  }

  .dropdown-list-4.w--open {
    position: relative;
    background-color: hsla(0, 0%, 86.7%, 0);
  }

  .dropdown-link-4 {
    padding-left: 0px;
    font-family: Montserrat, sans-serif;
    color: #1e1e1e;
    font-size: 14px;
  }

  .dropdown-link-5 {
    padding-left: 0px;
    font-family: Montserrat, sans-serif;
    color: #1e1e1e;
    font-size: 14px;
  }

  .dropdown-link-5.w--current {
    color: #1e1e1e;
    font-size: 14px;
  }

  .dropdown-link-6 {
    padding-left: 0px;
    font-family: Montserrat, sans-serif;
    color: #1e1e1e;
    font-size: 14px;
  }

  .dropdown-link-6.w--current {
    color: #1e1e1e;
  }

  .div-block-50.last-line {
    height: 3px;
  }

  .div-block-50.center-line {
    width: 28px;
    height: 3px;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .div-block-50.one-line {
    width: 28px;
    height: 3px;
    margin-bottom: 0px;
  }

  .image-21 {
    padding-right: 35px;
  }

  .image-22 {
    display: block;
  }

  .wrapper-post-text {
    margin-bottom: 0px;
  }

  .head-for-post-blog {
    margin-top: 0px;
    font-size: 25px;
    line-height: 29px;
  }

  .wrapper-more-post-blog {
    padding: 40px 20px;
  }

  .head-for-more-post-blog {
    font-size: 25px;
    line-height: 29px;
  }

  .image-31 {
    margin-bottom: 15px;
  }

  .text-block-37 {
    margin-top: 0px;
  }

  .wrapper-content-post-blog {
    padding: 40px 20px;
  }

  .background-video-2 {
    height: 59vw;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .lottie-animation {
    width: 77%;
  }

  .rich-text-for-cms {
    margin-top: 25px;
  }

  .rich-text-for-cms ul {
    padding-left: 30px;
  }

  .rich-text-for-cms figure {
    display: block;
    width: 100%;
    margin-top: 30px;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .rich-text-for-cms img {
    display: block;
    width: 100%;
  }

  .wrapper-share-icon {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: left;
  }

  .wrapper-linked {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .share-post {
    margin-bottom: 5px;
    text-align: left;
  }

  .wrapper-envelope {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wrapper-icon {
    width: 100%;
    margin-top: 25px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .wrapper-lottie-animation {
    width: 100%;
    margin-top: 15px;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .wrapper-head {
    margin-top: 25px;
  }

  .div-block-52 {
    width: 200px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .style-progress-bar {
    margin-top: -10px;
  }

  .html-embed-6 {
    margin-top: -10px;
  }

  .html-embed-7 {
    margin-top: -10px;
  }

  .lottie-animation-2.hiw {
    width: 100%;
  }

  .wrapper-main-button {
    width: 100%;
  }

  .remodal {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0px;
    display: block;
    width: 90%;
    height: auto;
    min-height: 400px;
    margin-right: auto;
    margin-left: auto;
    padding: 60px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .text-block-41 {
    font-size: 18px;
  }

  .div-block-57 {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
  }

  .text-block-42 {
    font-size: 14px;
  }

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

  .overlay {
    position: fixed;
    height: 100%;
  }

  .slider-arrows {
    margin-bottom: 40px;
  }

  .grid-logo {
    padding-bottom: 20px;
  }

  .div-block-61 {
    width: 150px;
    height: 75px;
  }

  .style-hand-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .collection-list-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .lottie-animation-4 {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }

  .lottie-animation-4.white-card-animate {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }

  .section-remodal {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card-medium {
    padding: 40px 30px;
  }

  .head-card {
    font-size: 20px;
  }

  .flex-form {
    padding: 0px 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper-top-input {
    margin-top: 0px;
    -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;
  }

  .wrapper-buttom-input {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .input-wrapper {
    width: 95%;
    margin-top: 25px;
  }

  .form-block-4 {
    margin-bottom: 0px;
  }

  .section-form-block {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .head-item-block {
    margin-bottom: 30px;
    font-weight: 400;
  }

  .text-item {
    max-width: 100%;
  }

  .wrapper-item {
    margin-bottom: 30px;
  }

  .form-block-wrapper {
    padding: 40px 20px;
    border-radius: 40px;
  }

  .right-content-form {
    margin-top: 25px;
  }

  .wrapper-input-lable {
    width: 100%;
    margin-bottom: 20px;
  }

  .wrapper-inputs-flex {
    margin-bottom: 0px;
    -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;
  }

  .wpapper-input-lable-one {
    margin-bottom: 20px;
  }

  .textarea {
    overflow: visible;
    height: auto;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 12px;
  }

  .text-pravicy {
    font-size: 16px;
  }

  .text-pravicy.inclined {
    font-size: 16px;
  }

  .subtitle-privacy {
    font-size: 22px;
    line-height: 26px;
  }

  .list {
    color: #1e1e1e;
    font-size: 16px;
  }

  .subtitle-privacy-two {
    margin-bottom: 20px;
  }
}

#w-node-afbd4aeb-aad7-0da2-5a13-067ebabf1617-fc9c1081 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e20985f3-7dd8-c046-69df-8fc52ad54fa6-fc9c1081 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0d8af948-2c81-4381-f8c4-178b86455745-fc9c1081 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e91e516c-233a-1833-486d-b213c5ccb052-fc9c1081 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6c343885-8c41-56e5-8e39-2c5172ddd1a8-fc9c1081 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0731ac28-e4b2-e62b-be87-24135d092988-fc9c1081 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_93f15acd-6078-a2d6-1b63-c93e7a958aac-fc9c1081 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_06dd6994-bcbd-aa1f-3d02-b9d416f44368-fc9c1081 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cde3daa8-ac82-7d09-1ed2-f07918e7c9de-fc9c1081 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_25a5694f-a2f6-021e-5ab3-4316e8a535c2-fc9c1081 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cd9c9e5e-9d4a-b4be-4131-62cd2330caa2-37e2a0b2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ff856bfc-be36-35e5-2254-c5265ab0bf3e-fc9c1081 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bfc01463-96a6-99f3-b925-87b2aedd8f84-fc9c1081 {
    -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-b7fca097-2bd4-7c43-9f4d-1c2fd5a09675-fc9c1081 {
    -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;
  }
}

