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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Gt walsheim pro', sans-serif;
  color: #000;
  font-size: 66px;
  line-height: 70px;
  font-weight: 500;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Gt walsheim pro', sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Gt walsheim pro ultra', sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Gt walsheim pro', sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Gt walsheim pro', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Gt walsheim pro', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
}

a {
  font-family: 'Gt eesti display';
  color: #37447e;
  font-weight: 400;
  text-decoration: underline;
}

.wide-container-90 {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100px;
  margin: 0px auto 30px;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.wide-container-90.navbar {
  position: static;
  display: block;
  width: 80%;
  height: 100px;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
}

.wide-container-90.footer-contaner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.wide-container-90.price-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 150px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f9faff;
}

.wide-container-90.faq-div {
  padding-bottom: 150px;
  background-color: #f9faff;
}

.wide-container-90.app-info-div {
  margin-top: -100px;
  padding-top: 100px;
  background-color: #f9faff;
}

.wide-container-90.companys-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.wide-container-90.companys-div.compayn-1 {
  margin-top: 0px;
  padding-top: 0px;
}

.wide-container-90.privacy {
  margin-top: 0px;
  padding-top: 60px;
  padding-right: 40px;
  padding-left: 5%;
}

.wide-container-90.price1 {
  padding: 100px 10% 0px;
}

.wide-container-90.faq {
  margin-top: 0px;
  padding: 100px 10% 180px;
  background-color: #f9faff;
}

.wide-container-90.footer-sub-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7fafc;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.nav-link {
  margin-right: 5px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: 'Gt walsheim pro', sans-serif;
  color: #242e44;
  font-size: 18px;
  font-weight: 500;
}

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

.nav-link.blue-link {
  height: 60px;
  margin-right: 0px;
  margin-left: 20px;
  padding-top: 18px;
  padding-right: 25px;
  padding-left: 25px;
  border-style: solid;
  border-width: 2px;
  border-color: #255cff;
  border-radius: 30px;
  -webkit-transition: background-color 475ms ease;
  transition: background-color 475ms ease;
  font-family: 'Gt walsheim pro', sans-serif;
  color: #255cff;
  font-size: 18px;
  font-weight: 700;
}

.nav-link.blue-link:hover {
  background-color: #255cff;
  color: #fff;
}

.button {
  height: 60px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 20px 30px 10px;
  border-radius: 30px;
  background-color: #255cff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Gt walsheim pro', sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.button:hover {
  background-color: #091133;
}

.button.no-margin {
  margin-right: 0px;
  margin-left: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.button.no-margin:hover {
  background-color: #0092c7;
}

.nav-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 12px;
  z-index: auto;
  background-color: transparent;
}

.color {
  width: 100px;
  height: 100px;
}

.black-button {
  display: inline-block;
  height: 50px;
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 15px 25px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #000;
  box-shadow: 0 14px 28px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Gt walsheim pro', sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.black-button:hover {
  background-color: #242e44;
}

.black-button.pic-button {
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.black-button.no-margin {
  position: relative;
  left: -62px;
  margin-top: 0px;
  padding-top: 10px;
  padding-right: 30px;
  padding-left: 30px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.25);
}

.black-button.with-pic {
  position: relative;
  top: 3px;
  height: 60px;
  padding-top: 20px;
  font-weight: 700;
}

.black-button.with-pic.no-pix {
  position: static;
  margin-right: 0px;
  box-shadow: 0 14px 28px 0 rgba(0, 0, 0, 0.25);
}

.black-button.bottom-of-section-button {
  position: relative;
  top: 20px;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  font-weight: 700;
  cursor: pointer;
}

.black-button.big {
  position: static;
  height: 60px;
  margin-left: 0px;
  padding-top: 20px;
  clear: none;
  background-color: #255cff;
  color: #fff;
  font-weight: 700;
}

.black-button.big.colored {
  margin-top: 20px;
  background-color: #255cff;
  box-shadow: 0 14px 28px 0 rgba(0, 0, 0, 0.25);
  font-weight: 700;
}

.big-button-clear {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-top: 0px;
  padding-bottom: 20px;
  -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;
  border-style: solid;
  border-width: 2px;
  border-color: #37447e;
  border-radius: 6px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Gt eesti display';
  color: #222f65;
  text-decoration: none;
}

.big-button-clear:hover {
  border-color: #0bf;
}

.big-button-clear.dark {
  background-color: #242e44;
  font-family: 'Gt eesti display';
  color: #fff;
}

.big-button-clear.dark:hover {
  background-color: #0bf;
}

.heading {
  font-size: 3px;
}

.footer {
  position: static;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #fff;
}

.copyright {
  margin-left: 20px;
  font-family: 'Gt eesti display';
  color: #939ea4;
}

.footer-links-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.sm-icons-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: auto;
  margin-right: -10px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-right: 20px;
  margin-left: 0px;
  padding-right: 15px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Gt walsheim pro', sans-serif;
  color: #101010;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
}

.sm-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 20px;
  min-width: 20px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.line {
  position: static;
  left: 20px;
  right: -20px;
  overflow: visible;
  width: 100%;
  height: 31px;
  margin-right: 40px;
  clear: left;
  border-bottom: 1px solid #d6d6d6;
  background-color: #cdd1d4;
  opacity: 0.36;
}

.line-contaner {
  position: relative;
  top: 37px;
  overflow: hidden;
  width: 90%;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  border-bottom-width: 1px;
  border-bottom-color: #9e9e9e;
}

.number-white {
  color: #fff;
}

.privacy-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f7fafc;
}

.h1-privacy {
  margin-top: 10px;
  font-size: 36px;
  line-height: 36px;
}

.h4-privacy {
  margin-bottom: 50px;
  font-weight: 400;
}

.wide-container-100 {
  width: 100%;
  min-height: 100px;
}

.wide-container-100.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-bottom: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wide-container-100.top-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 40px;
  padding-top: 100px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.wide-container-100.temp-container {
  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;
}

.wide-container-100.flashlight-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  margin-top: 0px;
  padding-bottom: 100px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-text {
  width: 700px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.heading-p {
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 50px;
  padding-left: 50px;
  color: #505f98;
  font-size: 20px;
  line-height: 38px;
}

.header-images-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 60px;
  margin-bottom: 150px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.header-center-image {
  position: relative;
  top: 100px;
  z-index: 100;
  width: 920px;
  margin-top: -100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

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

.wide-container-80 {
  position: static;
  width: 80%;
  max-width: 1170px;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
}

.wide-container-80.price-container {
  position: relative;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  margin-top: 0px;
}

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

.info-area-div {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-left: 20px;
}

.heading-2 {
  display: inline-block;
}

.paragraph {
  display: inline-block;
}

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

.col-right-info {
  padding-right: 5%;
}

.col-left-info {
  padding-left: 5%;
}

.icon-image {
  position: static;
  width: 60px;
  max-width: 60px;
  margin-top: 9px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.icon-image.middle {
  width: 60px;
  margin-right: 0px;
  margin-left: -20px;
}

.main-header {
  overflow: visible;
  height: 100vh;
  margin-top: -100px;
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.header-bg-image {
  position: absolute;
  left: 0%;
  top: 33%;
  right: 0%;
  bottom: 0%;
  z-index: -10;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: scale(1.1) rotate(-2deg);
  -ms-transform: scale(1.1) rotate(-2deg);
  transform: scale(1.1) rotate(-2deg);
}

.shape-header-bg {
  position: static;
  z-index: 10;
  overflow: hidden;
  background-color: #f9faff;
}

.info {
  margin-top: 200px;
  padding-top: 100px;
  background-color: #fff;
}

.app-info {
  margin: 35px 35px 20px;
  padding-bottom: 0px;
}

.companys {
  margin-top: 0px;
  margin-bottom: 50px;
}

.testimonials {
  margin-top: 0px;
  padding-bottom: 100px;
  background-color: #fff;
}

.faq {
  background-color: #fff;
}

.left-price {
  margin-top: -20px;
  padding-right: 20px;
  padding-left: 20px;
}

.right-price {
  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;
}

.left-price-child {
  padding-right: 15px;
  padding-left: 15px;
}

.right-price-child {
  padding-right: 15px;
  padding-left: 15px;
}

.faq-info {
  margin-top: -20px;
  margin-bottom: 10px;
  padding: 15px 15px 25px;
}

.faq-h5 {
  font-size: 22px;
  font-weight: 400;
}

.faq-contact-us {
  display: inline-block;
  font-family: 'Gt eesti display';
  color: #394165;
  font-size: 16px;
}

.faq-contact-us.link {
  margin-left: 10px;
  padding-left: 0px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #37447e;
  font-weight: 700;
  text-decoration: none;
}

.faq-contact-us.link:hover {
  border-bottom: 1px dotted #091133;
  color: #091133;
  text-decoration: none;
}

.long-people {
  position: relative;
  top: 59px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.app-info-header {
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.app-info-text {
  position: relative;
  left: -86px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 15px;
  padding-left: 15px;
}

.app-info-text.left {
  left: 100px;
}

.app-info-col {
  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;
}

.comp-h4 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 28px;
}

.comp-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3f536e;
  color: #fff;
  text-align: center;
}

.comp-div.comp-pics {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #e3eef6;
}

.comp-p {
  color: #c5d9e8;
}

.comp-pic {
  width: 40%;
  padding: 20px 60px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.comp-pic.comp-pic-bigger {
  width: 60%;
}

.slide-nav {
  display: none;
}

.left-slider-arrow {
  left: 0px;
  top: auto;
  right: 50px;
  bottom: -100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.right-slider-arrow {
  left: 50px;
  top: auto;
  right: 0px;
  bottom: -100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.icon {
  position: relative;
  top: -2px;
  color: #cecece;
}

.slides {
  width: 50%;
}

.slide-1 {
  margin-right: auto;
  margin-left: auto;
}

.slide-2 {
  width: 100%;
}

.slide-3 {
  width: 50%;
  background-color: #37447e;
}

.slide-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  background-color: #0bf;
}

.slide-5 {
  width: 50%;
  background-color: #091133;
}

.slide {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
}

.slide.current {
  position: absolute;
  left: 25%;
  top: 0%;
  right: 25%;
  bottom: 0%;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.slide.next-slide {
  padding: 10px;
}

.slide.previous-slide {
  padding-right: 10px;
  padding-bottom: 10px;
}

.div-block-4 {
  background-color: #37447e;
}

.div-block-5 {
  background-color: #0bf;
}

.div-block-6 {
  background-color: #6e0b51;
}

.slide-mask {
  left: 25%;
  width: 50%;
}

.slide-nav-2 {
  display: none;
}

.slider {
  width: 80%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.slide-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 450px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  -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;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
}

.testimonial-title {
  color: #aeaeae;
}

.testimonial-pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #f9faff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#979797), to(#979797)), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-image: linear-gradient(180deg, #979797, #979797), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px, 50% 50%;
}

.mask {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 0 100px 4px rgba(25, 47, 67, 0.2);
}

.collection-list-wrapper {
  height: 450px;
}

.checkmark-text {
  display: inline-block;
  padding-left: 10px;
  font-family: 'Gt eesti display';
  color: #0bf;
  font-size: 18px;
}

.checkmark-div {
  padding-top: 10px;
  padding-bottom: 10px;
}

.body {
  border-radius: 0px;
  background-color: transparent;
  font-family: 'Gt walsheim pro', sans-serif;
  text-align: center;
}

.over-hero-images {
  position: absolute;
  z-index: 200;
  width: 50%;
}

.hero-images-small {
  position: absolute;
  bottom: 40px;
  width: 50%;
}

.hero-images-small.first-image {
  position: relative;
  left: 81px;
  bottom: 200px;
}

.line-2 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: rgba(0, 0, 0, 0.1);
}

.content-wrapper-2 {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.padding-title {
  margin-bottom: 16px;
  text-align: center;
}

.display-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #0f0f0f;
  font-size: 46px;
  line-height: 1.1em;
  font-weight: 400;
  letter-spacing: -1.5px;
}

.section-header {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin-bottom: 75px;
  padding-right: 30px;
  padding-left: 30px;
}

.section-header.align-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.padding {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.padding.bgcolor-white {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  background-color: #fff;
  color: #000;
  text-align: left;
}

.padding.bgcolor-white.left-align {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f9faff;
  box-shadow: 0 6px 14px -7px rgba(26, 37, 87, 0.28);
}

.padding.client-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.content-section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 4px;
  padding: 10px 90px 100px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.margin-bottom {
  position: relative;
  z-index: 1;
  margin-bottom: 75px;
}

.display-4 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #181818;
  letter-spacing: 0px;
}

.display-4.fontcolor-yellow {
  color: #eeb935;
}

.horizontal {
  position: relative;
  z-index: 1;
  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;
}

.horizontal.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.company-logo {
  width: 100px;
  margin: 14px;
  opacity: 0.4;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.company-logo:hover {
  opacity: 0.98;
}

.slide-nav-3 {
  height: 20px;
  font-size: 4px;
  line-height: 1em;
}

.slider-arrow {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 60px;
  background-color: hsla(0, 0%, 79.2%, 0.3);
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #000;
  font-size: 16px;
}

.slider-arrow:hover {
  background-color: #000;
  box-shadow: none;
  color: #fff;
}

.slider-arrow.left {
  margin-left: -80px;
  border-radius: 50px;
}

.slider-arrow.right {
  margin-right: -80px;
  border-radius: 50px;
}

.mask-2 {
  overflow: visible;
}

.small-text {
  position: relative;
  z-index: 1;
  color: #a1a1a1;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0px;
}

.slider-2 {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.title {
  color: #0bf;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}

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

.image-right {
  margin-left: 60px;
}

.nav-logo {
  width: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-3 {
  color: #0bf;
}

.white-button {
  display: inline-block;
  height: 60px;
  text-decoration: none;
}

.pic-button {
  display: inline-block;
  margin-top: -10px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 5px;
}

.pic-button-text {
  position: static;
  top: -3px;
  display: inline-block;
  margin-top: -4px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  padding-left: 0px;
  font-family: 'Gt walsheim pro', sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.div-block-7 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  color: #000;
  text-decoration: none;
}

.div-block-7.vk {
  position: static;
  left: 20px;
}

.div-block-7.facebook {
  position: relative;
  right: 35px;
}

.div-block-7.instagram {
  right: 20px;
}

.div-block-7.dribble {
  right: 24px;
}

.white-button-text {
  padding-left: 20px;
  font-family: 'Gt walsheim pro', sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.app-features-round-div {
  display: inline-block;
}

.app-features-button-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  color: #000;
  text-decoration: none;
}

.app-features-button-div.blue-text {
  border-style: solid;
  border-width: 1px;
  border-color: #255cff;
}

.white-button-text-grey {
  padding-left: 15px;
  font-family: 'Gt walsheim pro', sans-serif;
  color: #8c8c8c;
  font-weight: 400;
  text-decoration: none;
}

.white-button-text-grey.blue-text {
  font-family: 'Gt walsheim pro', sans-serif;
  color: #255cff;
}

.footer-pic-div {
  width: 40%;
  text-align: left;
}

.new-feild {
  display: inline-block;
  width: 70%;
  height: 50px;
  margin-bottom: 0px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #d6d3dd;
  border-radius: 25px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sign-up-block {
  margin-top: 0px;
  text-align: left;
}

.footer-text {
  font-size: 20px;
  font-weight: 300;
}

.div-block-8 {
  width: 40%;
}

.footer-sub-div {
  margin-right: 10%;
}

.copy-right {
  margin-top: 0px;
  margin-left: 0px;
}

.div-block-9 {
  margin-left: 10%;
}

.copy-right-text {
  font-family: 'Gt walsheim pro', sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.slider-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.price-section {
  overflow: hidden;
  margin-bottom: 0px;
  background-image: url('../images/15c3b-dotted_pattern2.png'), url('../images/bg1.png');
  background-position: 10% 10%, 100% 100%;
  background-size: 125px, 450px;
  background-repeat: no-repeat, no-repeat;
}

.faq-section {
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #f8f5ee;
}

.header-section {
  margin-bottom: 140px;
  background-color: #f7fafc;
}

.template-section {
  margin-top: 100px;
}

.header-info-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-right: 10%;
  padding-left: 10%;
  -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;
}

.hero-stack {
  display: block;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -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;
}

.info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  min-width: 250px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  text-align: center;
}

.info-box-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 200px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-image {
  position: static;
  left: 10%;
  right: 10%;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.templet-header {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.temp-image-bottom {
  margin-top: -100px;
  float: right;
}

.flashlight-bg {
  position: absolute;
  z-index: -10;
}

.grid {
  margin-bottom: 0px;
  justify-items: start;
  grid-auto-flow: row;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: "Area . ." "Area-7 Area-6 ." "Area-8 Area-5 Area-2" "Area-9 Area-4 ." "Area-10 Area-3 .";
  -ms-grid-columns: minmax(201px, 1fr) 20px 1fr 20px 1fr;
  grid-template-columns: minmax(201px, 1fr) 1fr 1fr;
  -ms-grid-rows: minmax(auto, 3fr) 20px minmax(5%, 25%) 20px auto 20px auto 20px auto;
  grid-template-rows: minmax(auto, 3fr) minmax(5%, 25%) auto auto auto;
}

.black-button-big {
  position: relative;
  right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #000;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  text-decoration: none;
}

.right-flashlight-col {
  margin-top: -100px;
}

.flashlight-col {
  margin-top: 125px;
  padding-right: 50px;
  padding-left: 50px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.black-button-text {
  padding-left: 0px;
  font-family: 'Gt eesti display';
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.pricing-header {
  width: 50%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 100px;
  text-align: center;
}

.pricing-left-col {
  padding-top: 5px;
  font-family: 'Gt eesti display';
  color: #6f7cb2;
  text-align: left;
}

.faq-right-div {
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: left;
}

.faq-text {
  color: #5d6970;
  font-size: 14px;
}

.contact-us-text {
  display: inline-block;
  font-family: 'Gt walsheim pro ultra', sans-serif;
  color: #37447e;
}

.contact-us-link {
  display: inline-block;
  margin-left: 5px;
  font-family: 'Gt walsheim pro', sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.pricing-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pricing-button {
  display: inline-block;
  height: 40px;
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #335c92;
  box-shadow: 0 14px 28px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Gt eesti display';
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.pricing-button:hover {
  background-color: #242e44;
}

.pricing-button.pic-button {
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-button.no-margin {
  margin-top: 0px;
  box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.25);
}

.pricing-button.with-pic {
  position: relative;
  top: 3px;
}

.pricing-button.bottom-of-section-button {
  position: relative;
  top: 20px;
  margin-right: 0px;
  margin-left: 0px;
}

.pricing-button.recommended-button {
  background-color: #fc3;
  color: #000;
}

.pricing-button.recommended-button:hover {
  background-color: #255cff;
  color: #fff;
}

.pricing-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 200px;
  margin-right: -1px;
  padding: 40px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #ededed;
  border-radius: 9px;
  background-color: #fff;
  text-align: center;
}

.pricing-div.recomended {
  padding: 0px;
  border-style: none;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.18);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.pricing-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  height: 125px;
  min-height: 125px;
  min-width: 125px;
  margin: 20px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #eee;
  border-radius: 50%;
}

.pricing-circle.recommended-circle {
  background-color: #fc3;
}

.recommended-bar {
  position: relative;
  z-index: 100;
  padding: 5px 10px 2px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-radius: 9px 9px 0px 0px;
  background-color: #335c92;
  font-family: 'Gt eesti display';
  color: #fff;
}

.recommended-inner {
  min-width: 220px;
  padding: 40px 20px 20px;
}

.triangle-blue {
  position: absolute;
  left: 0%;
  top: 10px;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: auto;
  margin-left: auto;
  background-color: #335c92;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.text-block {
  position: relative;
  z-index: 100;
}

.image-4 {
  position: relative;
  top: -750px;
  z-index: 0;
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.under-pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 100px;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #37447e;
}

.price-h5 {
  display: inline-block;
  color: #091133;
}

.price-p {
  color: #37447e;
}

.image-5 {
  display: inline-block;
  margin-top: -79px;
  margin-right: 20px;
  float: left;
}

.div-block-14 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

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

.main-slider {
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 50px;
  box-shadow: none;
}

.slide-nav-4 {
  display: none;
}

.left-arrow {
  left: -100px;
  width: 75px;
  height: 75px;
  border-style: solid;
  border-width: 3px;
  border-color: #b7b7b7;
  border-radius: 50%;
}

.right-arrow {
  right: -100px;
  width: 75px;
  height: 75px;
  border-style: solid;
  border-width: 3px;
  border-color: #b7b7b7;
  border-radius: 50%;
}

.icon-2 {
  color: #000;
}

.icon-3 {
  color: #000;
}

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

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-bottom-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
  border-top: 1px solid #ededf3;
}

.slider-bottom-info.small {
  width: 60%;
  border-top-color: rgba(237, 237, 243, 0.1);
}

.slider-bottom-info-child {
  width: 50%;
}

.slider-bottom-info-child.shite {
  width: 70%;
  color: #fff;
  text-align: left;
}

.image-7 {
  display: none;
  overflow: visible;
  width: 90%;
  margin-top: -150px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-17 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(13%, #ebedef), color-stop(88%, #ebedef), to(#fff));
  background-image: linear-gradient(180deg, #fff, #ebedef 13%, #ebedef 88%, #fff);
}

.paragraph-2 {
  font-family: Rubik, sans-serif;
}

.container {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1272px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 36px;
  padding-left: 36px;
}

.container.announcement-bar-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Gt walsheim pro', sans-serif;
  color: #d1d2dd;
}

.container.text-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.container-narrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 950px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.text-center {
  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;
  text-align: center;
}

.container.text-center.move-down {
  padding-top: 100px;
}

.container.container-narrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 864px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.container-narrow.align-left {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-row {
  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;
}

.announcement-cross {
  position: absolute;
  right: 36px;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.announcement-cross:hover {
  opacity: 1;
}

.announcement-bar {
  padding-top: 24px;
  padding-bottom: 24px;
}

.announcement-bar.bg-primary-3 {
  position: relative;
  z-index: 2;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #255cff;
  box-shadow: -1px 3px 13px 0 rgba(20, 17, 60, 0.25);
}

.badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.badge.bg-success.announcement-badge {
  margin-right: 16px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 30px;
  background-color: #091133;
  color: #fff;
}

.badge.pricing-plan-badge {
  margin-bottom: 24px;
}

.badge.pricing-plan-badge.bg-primary-2 {
  border-radius: 20px;
  background-color: #0bf;
}

.heading-4 {
  color: #255cff;
}

.bg-gray-4 {
  background-color: #f7fafc;
}

.brand-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -30px;
  margin-bottom: 0px;
  margin-left: -30px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.brand-list-item {
  margin: 6px 30px 12px;
}

.brand-image {
  opacity: 0.5;
}

.divider {
  position: relative;
  z-index: 1;
  width: 100vw;
  height: 4vw;
}

.divider.divider-bottom {
  top: 1px;
  z-index: 20;
  display: inline-block;
  margin-top: 96px;
  background-image: url('../images/divider-sharp-bottom.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.divider.divider-bottom.small {
  margin-top: 40px;
}

.divider.divider-top {
  bottom: 1px;
  margin-bottom: 96px;
}

.tab {
  height: 60px;
  margin: 15px;
  padding-top: 20px;
  border-radius: 10px;
  background-color: #f9faff;
  box-shadow: 1px 1px 3px 0 rgba(94, 99, 121, 0.31);
  font-family: 'Gt walsheim pro', sans-serif;
  color: #f9faff;
  font-size: 16px;
  font-weight: 500;
}

.tab.w--current {
  height: 60px;
  margin: 15px;
  padding-top: 20px;
  padding-bottom: 40px;
  border-style: solid;
  border-width: 3px;
  border-color: #ff9b21;
  border-radius: 10px;
  background-color: #f7fafc;
  box-shadow: 0 1px 12px 0 rgba(94, 99, 121, 0.31);
  font-family: 'Gt walsheim pro', sans-serif;
  color: #255cff;
  font-size: 16px;
  font-weight: 700;
}

.tab-icon {
  display: inline-block;
  margin-left: 10px;
  color: #ff9b21;
}

.tabs-menu {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.center-skinny {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.integration-logo {
  width: 10%;
  padding: 18px;
}

.integration-logo.small {
  padding: 31px;
}

.buttons-center {
  display: block;
  width: 100%;
  margin: 20px auto;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.image-of-product1 {
  position: relative;
  overflow: hidden;
  height: auto;
  margin-top: -170px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 5%;
  background-color: #f7fafc;
  text-align: center;
}

.image-8 {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.pill-image {
  max-height: 36px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 8px;
}

.section {
  position: relative;
  padding-top: 96px;
  padding-bottom: 96px;
}

.section.no-top-space {
  padding-top: 0px;
}

.section.no-top-space.bg-gray-3 {
  background-color: #f7fafc;
  background-image: url('../images/1f014-squre_shape_left_up-2.png');
  background-position: 100% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
  text-align: center;
}

.section.no-top-space.bg-gray-3.no-bg {
  background-image: none;
}

.section.no-bottom-space {
  padding-bottom: 0px;
}

.section.no-bottom-space.bg-primary-3 {
  background-color: #242e44;
  color: #fff;
}

.section.bg-gray-4 {
  padding-top: 20px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.section.title-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.title-section.bg-primary-3 {
  padding-top: 20px;
  background-color: #255cff;
  background-image: url('../images/shape_left_up_full122.png');
  background-position: 0px 0px;
  background-size: 200px;
  background-repeat: no-repeat;
}

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

.pill {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px 12px 12px;
  -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: 1000px;
}

.pill.icon-pill-group-item.bg-gray-4 {
  height: 60px;
  margin: 15px;
  border-radius: 30px;
  background-color: #fff;
}

.pill.pill-notice {
  padding-right: 24px;
  padding-left: 24px;
  text-align: center;
}

.pill.pill-notice.bg-white {
  margin-top: 26px;
  background-color: hsla(0, 0%, 100%, 0.1);
  color: #fff;
}

.section-subtitle {
  max-width: 690px;
}

.section-subtitle.text-large {
  color: #f7fafc;
}

.section-subtitle.text-large.not-white {
  color: #091133;
  font-weight: 500;
}

.icon-pill-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-title {
  margin-bottom: 72px;
}

.pill-heading {
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  padding-left: 16px;
}

.large-metric-item {
  padding-right: 24px;
  padding-left: 24px;
}

.large-metrics {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-huge {
  margin-bottom: 24px;
  color: #353e44;
  font-size: 72px;
  line-height: 72px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.text-large {
  font-family: 'Gt walsheim pro', sans-serif;
  color: #091133;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: none;
}

.video-lightbox-image {
  width: 900px;
  border-radius: 10px;
}

.video-lightbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-lightbox.pill-below {
  margin-top: -60px;
}

.video-play-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96px;
  height: 96px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.video-play-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.video-play-button.video-play-button-center {
  position: absolute;
}

.video-play-button.video-play-button-center.bg-white {
  background-color: rgba(37, 92, 255, 0.87);
}

.text-white {
  color: #fff;
}

.link {
  position: static;
  font-family: 'Gt walsheim pro ultra', sans-serif;
  color: #fff;
}

.pricing-plans-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 48px;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.h6-small {
  color: #353e44;
  font-size: 16px;
  font-weight: 500;
}

.h6-small.icon-list-heading {
  position: relative;
  top: -5px;
  margin-bottom: 0px;
}

.pricing-plan-heading {
  margin-bottom: 24px;
}

.icon-list-image {
  margin-right: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-list-item.disabled {
  opacity: 0.25;
}

.button-2 {
  padding: 10px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #0087ee;
  border-radius: 5px;
  background-color: #0087ee;
  -webkit-transition: opacity 200ms ease, color 200ms ease, border-color 200ms ease, background-color 200ms ease;
  transition: opacity 200ms ease, color 200ms ease, border-color 200ms ease, background-color 200ms ease;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.button-2:hover {
  opacity: 0.75;
}

.button-2.w--current {
  background-color: #fff;
  color: #0087ee;
}

.button-2.button-large {
  padding: 10px 36px 10px 20px;
  border-radius: 60px;
  font-family: 'Gt walsheim pro', sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.button-2.button-outline {
  background-color: transparent;
  color: #0087ee;
}

.button-2.button-outline:hover {
  background-color: #0087ee;
  opacity: 1;
  color: #fff;
}

.button-2.button-outline.button-large {
  padding: 10px;
  border-radius: 50px;
  font-family: 'Gt walsheim pro', sans-serif;
}

.button-2.button-large {
  padding: 19px 36px;
  font-size: 20px;
  line-height: 30px;
}

.icon-list {
  margin-top: 0px;
  margin-bottom: -16px;
  padding-left: 0px;
}

.icon-list.pricing-plan-list {
  margin-top: 36px;
  margin-bottom: 36px;
  padding-right: 24px;
  padding-left: 24px;
}

.price-number.text-huge {
  margin-bottom: 0px;
  margin-left: 4px;
}

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

.card-body {
  padding: 36px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #4f5c65;
}

.card-body.pricing-card-body {
  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;
}

.card {
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-color: #e9eef1;
  border-radius: 10px;
  background-color: #fff;
  text-align: left;
}

.pricing-plan-header {
  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;
}

.left {
  text-align: left;
}

.underprigin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  padding-top: 40px;
  border-top: 1px solid #eeeef3;
}

.text-block-2 {
  font-family: 'Gt walsheim pro', sans-serif;
}

.big-image2 {
  position: relative;
  left: 26px;
  top: -6px;
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.text-block-3 {
  color: #d5d7e4;
}

.form-error {
  margin-top: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 100px;
  background-color: #da2424;
  color: #fff;
  text-align: center;
}

.form-success {
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 100px;
  background-color: #3cba58;
  color: #fff;
}

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

.subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-input {
  height: 48px;
  margin-bottom: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e9eef1;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-size: 16px;
  line-height: 24px;
}

.form-input:focus {
  border-color: #0087ee;
}

.form-input.form-input-large {
  height: 72px;
  font-size: 20px;
}

.form-input.form-input-large.subscribe-form-input {
  margin-right: 12px;
}

.form-input.textarea-input {
  height: auto;
  min-height: 96px;
  padding-top: 12px;
}

.form-input.textarea-input.textarea-input-large {
  min-height: 240px;
}

.content-pair-graphic {
  position: relative;
  left: 30px;
  top: 59px;
  width: 55%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  direction: ltr;
}

.content-pair-text {
  width: 45%;
  max-width: 100%;
  margin-top: 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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.subscribe-form-wrapper {
  width: 100%;
  max-width: 576px;
  margin-top: 48px;
}

.paragraph-large {
  margin-bottom: 24px;
}

.paragraph-large.text-large {
  font-size: 18px;
  line-height: 25px;
  text-align: left;
}

.heading-5 {
  font-weight: 700;
  text-align: left;
}

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

.heading-7 {
  text-align: left;
}

.heading-7.bold {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  text-align: left;
  letter-spacing: -3px;
}

.heading-8 {
  text-align: left;
}

.text-span {
  color: #255cff;
}

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

.image-10 {
  position: absolute;
  left: auto;
  top: 20%;
  right: 5%;
  bottom: auto;
  display: block;
  overflow: visible;
}

.hero-container {
  max-width: 1350px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 4%;
  padding-left: 4%;
}

.paragraph-3 {
  margin-bottom: 0px;
  color: #a9a7b6;
  font-weight: 700;
}

.white {
  color: #fff;
}

.span-blue {
  color: #255cff;
}

.decoration-diamond {
  width: 6vw;
  height: 6vw;
  border-radius: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.decoration-diamond.bottom-right {
  position: absolute;
  right: -2vw;
  bottom: -2vw;
}

.decoration-circle {
  position: absolute;
  width: 4vw;
  height: 4vw;
  border-radius: 50%;
}

.decoration-circle.top-right {
  top: 0px;
  right: 0px;
}

.decoration-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
}

.decoration-container.left-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.decoration-container.right-middle {
  -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;
}

.decoration-container.right-top {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #255cff;
}

.decoration {
  position: relative;
  z-index: 1;
  width: 12vw;
}

.decoration.right {
  right: -12px;
}

.decoration.left {
  left: -12px;
}

.decorations-wrapper {
  position: relative;
}

.form-checkbox-agree {
  margin-top: 12px;
}

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

.button-3 {
  padding: 10px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #0087ee;
  border-radius: 5px;
  background-color: #0087ee;
  -webkit-transition: opacity 200ms ease, color 200ms ease, border-color 200ms ease, background-color 200ms ease;
  transition: opacity 200ms ease, color 200ms ease, border-color 200ms ease, background-color 200ms ease;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.button-3:hover {
  opacity: 0.75;
}

.button-3.w--current {
  background-color: #fff;
  color: #0087ee;
}

.button-3.submit-button {
  height: 60px;
  margin-top: 12px;
  padding-top: 9px;
  padding-right: 40px;
  padding-left: 40px;
  border-color: transparent;
  border-radius: 30px;
  background-color: #129c1b;
  font-family: 'Gt walsheim pro', sans-serif;
}

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

.field-label {
  margin-top: 4px;
  margin-bottom: 8px;
  opacity: 1;
  font-family: 'Gt walsheim pro', sans-serif;
  font-weight: 400;
}

.form-group {
  margin-bottom: 24px;
}

.form-group-row {
  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;
}

.contact-methods-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-small-caps {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.text-small-caps.contact-method-heading {
  margin-bottom: 8px;
  opacity: 0.5;
  font-family: 'Gt walsheim pro', sans-serif;
}

.section-2 {
  font-family: 'Gt walsheim pro ultra', sans-serif;
}

.checkbox-label {
  font-family: 'Gt walsheim pro', sans-serif;
}

.image-11 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.image-14 {
  position: static;
  overflow: visible;
  max-height: none;
  max-width: 30%;
  margin-bottom: 10px;
  margin-left: 0px;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-9 {
  direction: ltr;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  text-align: right;
  letter-spacing: -3px;
}

.heading-10 {
  text-align: right;
}

.paragraph-5 {
  margin-bottom: 24px;
  color: #091133;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  text-align: right;
}

.div-block-18 {
  display: block;
  margin-bottom: 20px;
  text-align: right;
}

.image-16 {
  position: relative;
  display: block;
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

.navbar-2 {
  position: static;
  top: auto;
}

.div-block-19 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-17 {
  width: 20%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.rich-text-block {
  width: 80%;
  margin-right: 20px;
  margin-left: 0px;
  font-weight: 400;
  text-align: left;
}

.rich-text-block---left {
  width: 80%;
  margin: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.heading-11 {
  margin-bottom: 20px;
}

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

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

.button-4 {
  display: inline-block;
  height: 60px;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 20px 25px 10px;
  border-style: solid;
  border-width: 3px;
  border-color: #255cff;
  border-radius: 30px;
  background-color: transparent;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Gt walsheim pro', sans-serif;
  color: #255cff;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
}

.text-block-4 {
  height: 60px;
  margin-top: 20px;
  margin-left: 10px;
  padding: 20px 25px 10px;
  border-style: solid;
  border-width: 3px;
  border-color: #000;
  border-radius: 30px;
  font-family: 'Gt walsheim pro', sans-serif;
  line-height: 12px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.button-5 {
  display: inline-block;
  height: 60px;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding: 20px 25px 10px;
  border-style: solid;
  border-width: 3px;
  border-color: #000;
  border-radius: 30px;
  background-color: transparent;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Gt walsheim pro', sans-serif;
  color: #000;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
}

.container-2 {
  padding-top: 25px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-3 {
  background-color: #f7fafc;
}

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

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

.div-block-23 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.image-18 {
  width: 45%;
  margin-top: -50px;
  padding-top: 0px;
}

.image-19 {
  width: 45%;
}

.image-20 {
  width: 45%;
}

.image-21 {
  width: 45%;
}

.image-22 {
  width: 45%;
  margin-top: -50px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.image-23 {
  width: 45%;
  margin-top: -50px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.image-24 {
  display: none;
}

.image-25 {
  display: none;
}

.image-26 {
  display: none;
}

.image-27 {
  display: none;
}

.image-28 {
  display: none;
}

.image-29 {
  display: none;
}

.image-30 {
  display: none;
}

.image-31 {
  display: none;
}

.image-32 {
  display: none;
}

.announcement-bar-mobile {
  padding-top: 24px;
  padding-bottom: 24px;
}

.announcement-bar-mobile.bg-primary-3 {
  position: relative;
  z-index: 2;
  display: none;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #255cff;
  box-shadow: -1px 3px 13px 0 rgba(20, 17, 60, 0.25);
}

.image-34 {
  display: none;
}

.image-36 {
  display: none;
}

.image-37 {
  display: none;
}

.heading-14 {
  text-align: right;
}

.link-block {
  display: block;
}

@media screen and (max-width: 991px) {
  h5 {
    font-size: 20px;
  }
  p {
    font-size: 14px;
    line-height: 23px;
  }
  .wide-container-90.footer-contaner {
    display: block;
    margin-bottom: 0px;
    padding-bottom: 10px;
  }
  .wide-container-90.footer-sub-container {
    display: none;
  }
  .black-button.no-margin {
    left: auto;
    border-radius: 30px;
  }
  .black-button.with-pic.no-pix {
    margin-left: 0px;
  }
  .black-button.bottom-of-section-button {
    top: 20px;
    margin-bottom: 114px;
  }
  .black-button.big {
    margin-left: 0px;
  }
  .footer {
    margin-bottom: 100px;
    padding-bottom: 0px;
  }
  .footer-links-div {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
  }
  .display-2 {
    font-size: 30px;
    line-height: 1.2em;
    letter-spacing: -1px;
  }
  .section-header {
    margin-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .padding {
    padding: 20px;
  }
  .padding.client-logos {
    text-align: center;
  }
  .content-section {
    overflow: hidden;
    padding: 40px 20px;
  }
  .margin-bottom {
    margin-bottom: 40px;
  }
  .slider-arrow {
    width: 50px;
    height: 50px;
  }
  .slider-arrow.left {
    margin-left: -20px;
  }
  .slider-arrow.right {
    margin-right: -20px;
  }
  .new-feild {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer-text {
    font-size: 15px;
    line-height: 20px;
  }
  .slider-section {
    margin-top: 0px;
  }
  .header-info-section {
    padding-top: 20px;
    padding-right: 0%;
    padding-left: 0%;
  }
  .info-box-container {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .container {
    padding-right: 24px;
    padding-left: 24px;
  }
  .announcement-cross {
    right: 24px;
  }
  .announcement-bar.bg-primary-3 {
    font-size: 14px;
  }
  .brand-list {
    margin-right: -12px;
    margin-left: -12px;
  }
  .brand-list-item {
    margin-right: 12px;
    margin-left: 12px;
  }
  .divider {
    height: 6vw;
  }
  .divider.divider-bottom {
    margin-top: 72px;
  }
  .divider.divider-bottom.small {
    z-index: 0;
  }
  .divider.divider-top {
    margin-bottom: 72px;
  }
  .buttons-center {
    display: none;
  }
  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .section.bg-gray-4 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section.title-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .large-metric-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-huge {
    margin-bottom: 16px;
    font-size: 54px;
    line-height: 56px;
  }
  .pricing-plans-grid {
    grid-column-gap: 12px;
  }
  .icon-list-image {
    background-color: transparent;
    opacity: 1;
  }
  .button-2.button-large {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .button-2.button-large {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .icon-list.pricing-plan-list {
    padding-right: 0px;
    padding-left: 0px;
  }
  .card-body {
    padding: 24px;
  }
  .content-pair {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form-input.form-input-large {
    height: 60px;
  }
  .content-pair-graphic {
    left: auto;
    top: auto;
    width: 75%;
  }
  .content-pair-text {
    width: 45%;
    margin-bottom: 48px;
    text-align: center;
  }
  .paragraph-large.text-large {
    font-size: 15px;
    line-height: 20px;
  }
  .heading-7.bold {
    font-size: 40px;
    line-height: 40px;
  }
  .heading-8 {
    font-size: 10px;
    line-height: 18px;
  }
  .image-9 {
    display: none;
  }
  .form-block {
    margin-bottom: 0px;
  }
  .button-3.submit-button {
    margin-top: 0px;
  }
  .image-14 {
    display: inline-block;
    margin-left: 0px;
    float: none;
  }
  .heading-9 {
    font-size: 40px;
    line-height: 40px;
  }
  .heading-10 {
    font-size: 10px;
    line-height: 18px;
  }
  .paragraph-5 {
    font-size: 15px;
    line-height: 20px;
  }
  .div-block-18 {
    display: none;
  }
  .image-16 {
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-20 {
    display: none;
  }
  .div-block-21 {
    display: none;
  }
  .section-3 {
    display: none;
  }
  .image-22 {
    display: block;
    width: 45%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .image-23 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .button-6 {
    width: 30%;
    margin-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 30px;
    background-color: #255cff;
    box-shadow: 0 14px 28px 0 rgba(0, 0, 0, 0.25);
    font-family: 'Gt walsheim pro', sans-serif;
    font-weight: 500;
  }
  .button-7 {
    width: 30%;
    margin-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 30px;
    background-color: #000;
    box-shadow: 0 14px 28px 0 rgba(0, 0, 0, 0.25);
    font-family: 'Gt walsheim pro', sans-serif;
    font-weight: 500;
  }
  .announcement-bar-mobile.bg-primary-3 {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    padding-top: 15px;
    background-color: #f7f7f7;
    font-size: 14px;
  }
  .div-block-24 {
    display: none;
  }
  .heading-13 {
    font-size: 15px;
    line-height: 19px;
  }
}

@media screen and (max-width: 767px) {
  .black-button.with-pic.no-pix {
    display: block;
    margin-right: auto;
  }
  .black-button.bottom-of-section-button {
    position: static;
    display: block;
    overflow: visible;
    width: auto;
    clear: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .black-button.big {
    display: block;
    margin-top: 25px;
    margin-right: auto;
  }
  .line-2 {
    display: none;
  }
  .display-2 {
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: -0.4px;
  }
  .section-header {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-header.align-center {
    text-align: left;
  }
  .padding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .padding.bgcolor-white {
    padding-right: 20px;
    padding-left: 20px;
  }
  .padding.client-logos {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-section {
    overflow: hidden;
  }
  .horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .slider-arrow {
    width: 50px;
    height: 50px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .container.announcement-bar-container {
    padding-right: 48px;
  }
  .text-row {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .announcement-bar.bg-primary-3 {
    line-height: 20px;
  }
  .divider {
    height: 7vw;
  }
  .divider.divider-bottom {
    margin-top: 72px;
  }
  .divider.divider-top {
    margin-bottom: 72px;
  }
  .tab {
    display: inline-block;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .section.title-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .pill {
    padding: 6px 12px 6px 6px;
  }
  .section-title {
    margin-bottom: 48px;
  }
  .pill-heading {
    font-size: 16px;
  }
  .large-metrics.text-center {
    grid-column-gap: 12px;
  }
  .text-large {
    font-size: 16px;
    line-height: 24px;
  }
  .pricing-plans-grid {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .pricing-plan-heading {
    margin-bottom: 12px;
  }
  .icon-list.pricing-plan-list {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .card-body {
    padding: 24px;
  }
  .card {
    border-radius: 5px;
  }
  .form-input.form-input-large.subscribe-form-input {
    margin-right: 8px;
  }
  .content-pair-graphic {
    width: 100%;
  }
  .content-pair-text {
    margin-bottom: 24px;
  }
  .subscribe-form-wrapper {
    margin-top: 36px;
  }
  .paragraph-large {
    margin-bottom: 16px;
  }
  .decoration-container {
    display: none;
  }
  .form-row {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .text-small-caps {
    font-size: 13px;
  }
  .image-12 {
    display: block;
  }
  .image-15 {
    max-width: 30%;
  }
  .paragraph-4 {
    overflow: visible;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .image-22 {
    display: none;
  }
  .image-23 {
    display: none;
  }
  .announcement-bar-mobile.bg-primary-3 {
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    letter-spacing: -1px;
  }
  h5 {
    font-size: 18px;
  }
  p {
    font-size: 14px;
  }
  .wide-container-90.navbar {
    display: block;
    float: none;
    clear: none;
    text-align: center;
  }
  .wide-container-90.footer-contaner {
    display: block;
    margin-bottom: 0px;
    padding-bottom: 0px;
    float: none;
    clear: none;
    text-align: center;
  }
  .wide-container-90.footer-sub-container {
    display: none;
    -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;
  }
  .nav-menu {
    padding-top: 8px;
    padding-bottom: 29px;
    background-color: #091133;
    color: #fff;
    text-align: center;
  }
  .nav-link {
    color: #fff;
    text-align: center;
  }
  .nav-link.blue-link {
    margin-bottom: 12px;
  }
  .black-button.with-pic {
    display: none;
    height: 80px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 35px;
    border-radius: 40px;
  }
  .black-button.with-pic.no-pix {
    display: block;
    height: 60px;
    margin-left: auto;
  }
  .black-button.bottom-of-section-button {
    display: none;
  }
  .black-button.big {
    position: relative;
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .black-button.big.colored {
    display: none;
    clear: none;
  }
  .footer {
    margin-top: 20px;
  }
  .footer-links-div {
    display: inline-block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .sm-icons-div {
    margin-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer-link-block {
    height: auto;
    margin-bottom: 5px;
    text-align: center;
  }
  .sm-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 20px;
    padding-right: 20px;
    padding-left: 0px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .wide-container-80 {
    width: 100%;
    height: auto;
    min-height: 100px;
  }
  .footer-pic-div {
    width: 100%;
  }
  .footer-text {
    font-size: 15px;
    line-height: 20px;
  }
  .div-block-8 {
    display: none;
  }
  .copy-right {
    display: inline-block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-9 {
    display: inline-block;
  }
  .slider-section {
    margin-bottom: 10px;
  }
  .header-info-section {
    padding-top: 0px;
    padding-right: 0%;
    padding-left: 0%;
  }
  .info-box-container {
    display: block;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .slider-bottom-info {
    display: block;
    margin: 50px auto 0px;
    padding-bottom: 0px;
    text-align: center;
  }
  .slider-bottom-info-child {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .slider-bottom-info-child.shite {
    width: 100%;
  }
  .container {
    padding-right: 12px;
    padding-left: 12px;
  }
  .container.announcement-bar-container {
    padding-right: 48px;
  }
  .announcement-cross {
    right: 12px;
  }
  .announcement-bar.bg-primary-3 {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }
  .brand-image {
    max-height: 24px;
  }
  .divider {
    height: 8vw;
  }
  .divider.divider-bottom {
    margin-top: 48px;
  }
  .divider.divider-top {
    margin-bottom: 48px;
  }
  .tab {
    position: relative;
    width: 70%;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    text-align: center;
  }
  .tab.w--current {
    padding-left: 10px;
    font-size: 14px;
  }
  .tab-icon {
    margin-left: auto;
    text-align: center;
  }
  .tabs-menu {
    display: block;
  }
  .center-skinny {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .logo-container {
    overflow: hidden;
  }
  .integration-logo {
    width: 25%;
  }
  .buttons-center {
    display: none;
    overflow: visible;
  }
  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .section.title-section.bg-primary-3 {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .pill.pill-notice.bg-white {
    margin-right: 10px;
    margin-left: 10px;
  }
  .section-subtitle.text-large {
    max-width: 90%;
    margin-right: 0px;
    margin-left: 0px;
    color: #fff;
  }
  .section-title {
    margin-bottom: 36px;
  }
  .large-metrics.text-center {
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .text-huge {
    margin-bottom: 8px;
    font-size: 40px;
    line-height: 48px;
  }
  .video-lightbox.pill-below {
    margin-top: 0px;
  }
  .text-white {
    max-width: 90%;
    font-size: 45px;
    line-height: 55px;
  }
  .pricing-plans-grid {
    grid-row-gap: 12px;
  }
  .button-2.button-large {
    padding: 10px 24px;
    font-size: 16px;
    line-height: 24px;
  }
  .button-2.button-large {
    padding: 10px 24px;
    font-size: 16px;
    line-height: 24px;
  }
  .icon-list.pricing-plan-list {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .content-pair {
    display: block;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .subscribe-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .form-input.form-input-large {
    height: 48px;
    font-size: 16px;
  }
  .content-pair-graphic {
    left: auto;
    top: auto;
  }
  .content-pair-text {
    width: 100%;
    max-width: none;
  }
  .subscribe-form-wrapper {
    margin-top: 24px;
  }
  .paragraph-large.text-large {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
  }
  .heading-7.bold {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
  }
  .heading-8 {
    font-size: 10px;
    line-height: 20px;
    text-align: center;
  }
  .text-span {
    color: #255cff;
  }
  .image-9 {
    display: none;
  }
  .image-10 {
    top: 14%;
    max-width: 100px;
  }
  .hero-container {
    padding-bottom: 4px;
  }
  .form-checkbox-agree {
    margin-top: 0px;
    margin-bottom: 12px;
  }
  .button-3.submit-button {
    width: 100%;
  }
  .form-group {
    margin-bottom: 16px;
  }
  .form-group-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-methods-row {
    margin-bottom: -24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-method-item {
    margin-bottom: 24px;
  }
  .text-small-caps {
    font-size: 12px;
  }
  .text-small-caps.contact-method-heading {
    margin-bottom: 4px;
  }
  .menu-button {
    padding-top: 38px;
  }
  .menu-button.w--open {
    background-color: hsla(0, 0%, 78.4%, 0);
  }
  .image-13 {
    display: none;
    overflow: visible;
    height: auto;
    max-height: none;
    max-width: 100%;
  }
  .image-14 {
    position: static;
    margin-right: auto;
    margin-left: auto;
  }
  .heading-9 {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
  }
  .heading-10 {
    font-size: 10px;
    line-height: 20px;
    text-align: center;
  }
  .paragraph-5 {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
  }
  .div-block-18 {
    display: none;
  }
  .image-16 {
    position: relative;
    overflow: visible;
    width: 100%;
    max-height: none;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    clear: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: left;
  }
  .div-block-19 {
    width: 80%;
  }
  .image-17 {
    display: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .rich-text-block {
    width: 100%;
    margin-right: 0px;
    padding-bottom: 25px;
    clear: none;
    text-align: center;
  }
  .rich-text-block---left {
    width: 100%;
    padding-bottom: 25px;
    font-size: 15px;
    text-align: center;
  }
  .div-block-20 {
    display: none;
  }
  .div-block-21 {
    display: none;
  }
  .container-3 {
    display: none;
  }
  .image-22 {
    display: none;
  }
  .image-23 {
    display: none;
  }
  .image-24 {
    display: inline-block;
  }
  .image-25 {
    display: inline-block;
  }
  .image-26 {
    display: inline-block;
  }
  .image-27 {
    display: inline-block;
  }
  .image-28 {
    display: inline-block;
  }
  .image-29 {
    display: inline-block;
  }
  .image-30 {
    display: inline-block;
  }
  .image-31 {
    display: inline-block;
  }
  .image-32 {
    display: inline-block;
  }
  .button-6 {
    display: inline-block;
    overflow: visible;
    width: 50%;
    height: 100%;
    max-height: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 0px;
    background-color: #255cff;
    font-family: 'Gt walsheim pro', sans-serif;
    font-weight: 500;
  }
  .button-7 {
    display: inline-block;
    width: 50%;
    height: 100%;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0px;
    background-color: #000;
    font-family: 'Gt walsheim pro', sans-serif;
    font-weight: 500;
  }
  .announcement-bar-mobile.bg-primary-3 {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
  }
  .heading-12 {
    display: block;
  }
  .image-33 {
    display: none;
  }
  .image-34 {
    display: inline-block;
  }
  .image-35 {
    display: none;
  }
  .image-36 {
    display: inline-block;
  }
  .image-37 {
    display: inline-block;
  }
  .text-block-5 {
    position: static;
    display: inline-block;
    width: auto;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    clear: none;
    font-size: 14px;
    text-align: left;
  }
  .heading-14 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 10px;
    line-height: 18px;
    text-align: left;
  }
  .text-block-6 {
    margin-bottom: 10px;
  }
  .div-block-25 {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
  }
}

#w-node-c49cb48c7428-6ac87557 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area-7;
}

#w-node-7cdb411ac3af-6ac87557 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-6;
}

#w-node-e154a811d9d8-6ac87557 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: Area-8;
}

#w-node-3e3f796087f7-6ac87557 {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
  grid-area: Area-2;
}

#w-node-93750a0edfbb-6ac87557 {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: Area-5;
}

#w-node-c0f174529ebc-6ac87557 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: Area-9;
}

#w-node-3a27b9511a90-6ac87557 {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  grid-area: Area-10;
}

#w-node-f646fca68bb3-6ac87557 {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
  grid-area: Area-4;
}

#w-node-9d3956e3374e-6ac87557 {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
  grid-area: Area-3;
}

@font-face {
  font-family: 'Gt walsheim pro';
  src: url('../fonts/GT-Walsheim-Pro-Regular.woff') format('woff'), url('../fonts/GT-Walsheim-Pro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gt walsheim pro';
  src: url('../fonts/GT-Walsheim-Pro-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Gt walsheim pro';
  src: url('../fonts/GT-Walsheim-Pro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Gt walsheim pro';
  src: url('../fonts/GT-Walsheim-Pro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Gt walsheim pro ultra';
  src: url('../fonts/GT-Walsheim-Pro-Ultra-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Gt walsheim pro';
  src: url('../fonts/GT-Walsheim-Pro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gt walsheim pro ultra';
  src: url('../fonts/GT-Walsheim-Pro-Ultra-Bold-Oblique.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
