body {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #1f6fff;
  text-decoration: none;
}

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

.section {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 21px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.image {
  display: inline-block;
  float: none;
  clear: none;
}

.hero {
  display: block;
  float: none;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/Grupo-9879.png');
  background-position: 50% 50%;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  margin-left: 439px;
  float: right;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  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;
}

.button {
  overflow: auto;
  margin-right: auto;
  margin-left: 84px;
  padding-right: 137px;
  padding-left: 10px;
  float: none;
  clear: left;
  text-align: left;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  float: left;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.heading {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Cabin, sans-serif;
  font-size: 4em;
  line-height: 1em;
  text-align: center;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 59px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
  font-family: 'Droid Serif', serif;
}

.image-2 {
  position: relative;
  display: inline-block;
  margin-top: 57px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  text-align: center;
}

.features {
  display: none;
  margin-top: 64px;
  -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-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 65px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.paragraph {
  max-width: 600px;
  margin-top: 16px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  text-align: center;
}

.grid {
  margin-top: 12px;
  margin-bottom: 44px;
  grid-auto-flow: row;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr minmax(200px, 1.25fr) 1fr;
  grid-template-columns: 1fr minmax(200px, 1.25fr) 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-2 {
  padding: 20px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  box-shadow: 1px 13px 20px 7px rgba(35, 76, 211, 0.2);
}

.div-block-2:hover {
  background-color: #1c96d5;
}

.image-3 {
  text-align: center;
}

.button-2 {
  margin-top: 16px;
  padding: 16px 40px;
  border-radius: 8px;
  background-color: #1f6fff;
  box-shadow: 0 7px 18px 4px rgba(28, 150, 213, 0.26);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: Cabin, sans-serif;
  font-size: 16px;
}

.button-2:hover {
  background-color: #0f7edf;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.hero-overlay-block {
  width: 100%;
  height: 100%;
  padding-top: 128px;
  padding-bottom: 40px;
  background-color: transparent;
}

.hero-overlay-block.gray {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.hero-overlay-block.gray.blue {
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
}

.container-3_new {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 54px;
  padding-bottom: 2px;
  -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-3_new.hero-container {
  text-align: center;
}

.container-3_new.hero-container.contactus {
  background-color: transparent;
}

.container-3_new.centered {
  text-align: center;
}

.h2-hero-main-title {
  margin-top: 0px;
  font-family: Cabin, sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 65px;
  font-weight: 600;
}

.h2-hero-main-title.subtitle {
  display: block;
  width: 90%;
  margin: 16px auto 0px;
  font-family: 'Open Sans', sans-serif;
  color: #424242;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.h2-hero-main-title.subtitle.whitesubtit {
  padding-right: 60px;
  padding-left: 60px;
  color: #fff;
}

.h2-hero-main-title.new {
  position: absolute;
  top: 3516.66px;
  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;
  color: #f2f4f8;
  font-size: 180px;
  text-align: center;
}

.h2-hero-main-title.h2 {
  margin-top: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 40px;
  padding-left: 40px;
  font-size: 42px;
  line-height: 48px;
  text-align: center;
}

.h2-hero-main-title.h2.whitetex {
  padding-right: 60px;
  padding-left: 60px;
  color: #fff;
}

.h2-hero-main-title.h2.big {
  font-size: 60px;
}

.h2-hero-main-title.pricing {
  font-size: 40px;
  line-height: 42px;
  text-align: center;
}

.h2-hero-main-title.pricing.right {
  text-align: left;
}

.feature-info-title {
  margin-top: 8px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 400;
}

.section-title-wrapper {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
}

.section-title-wrapper.full {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
}

.section-title-wrapper.small-title {
  margin-bottom: 30px;
}

.section-title {
  margin-top: 0px;
  font-size: 46px;
  line-height: 39px;
  font-weight: 300;
}

.feature-info-paragraph {
  opacity: 0.7;
  font-size: 14px;
}

.feature-info-column {
  padding-right: 20px;
}

.section-description {
  margin-top: 30px;
  font-size: 21px;
  line-height: 27px;
  font-weight: 300;
}

.section-description.small {
  width: 70%;
  margin-top: 25px;
  font-size: 20px;
  font-weight: 300;
}

.feature-info-block {
  position: relative;
  width: 90%;
  text-align: justify;
}

.image-section-overlay {
  width: 100%;
  height: 100%;
  padding-top: 145px;
  padding-bottom: 105px;
  background-color: rgba(44, 46, 49, 0.7);
  color: #fff;
}

.image-section-overlay.color {
  background-color: rgba(31, 111, 255, 0.9);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 35, 97, 0.85)), to(rgba(0, 35, 97, 0.85))), url('../images/shutterstock_609130796-1.png');
  background-image: linear-gradient(180deg, rgba(0, 35, 97, 0.85), rgba(0, 35, 97, 0.85)), url('../images/shutterstock_609130796-1.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.feature-info-row {
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
}

.feature-info-icon {
  height: 35px;
  margin-right: 15px;
  float: left;
}

.long-feature-icon-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding-top: 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-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;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  text-align: center;
}


.feature-intro-title {
  margin-bottom: 5px;
  color: #bebebe;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.browser-mockup-right {
  position: absolute;
  top: -35px;
  right: -212px;
  width: 700px;
  border: 2px none transparent;
  border-radius: 0px;
  box-shadow: 0 10px 19px 14px rgba(0, 0, 0, 0.14), 3px 3px 33px 0 rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.main-feature-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Cabin, sans-serif;
  font-size: 35px;
  line-height: 39px;
  text-align: center;
}

.long-feature-icon {
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.long-feature-block {
  position: relative;
  margin-top: 25px;
  padding-right: 20px;
  padding-left: 65px;
}

.long-feature-block.title-only {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  padding-top: 3px;
  padding-bottom: 10px;
  padding-left: 75px;
  -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;
}

.long-feature-block.title-only {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px 21px 10px 75px;
}

.long-feature-title {
  margin-bottom: 14px;
  font-size: 19px;
}

.long-feature-title.uppercase {
  margin-bottom: 4px;
  float: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  text-align: center;
  text-transform: none;
}

.long-feature-title.uppercase {
  margin-bottom: 4px;
  float: none;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.long-feature-title.uppercase.center {
  font-weight: 700;
  text-align: center;
}

.small-paragraph {
  margin-bottom: 0px;
  color: #838383;
  font-size: 14px;
  line-height: 20px;
}

.small-features-wrapper {
  margin-top: 0px;
}

.feature-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.feature-text-block.right {
  width: auto;
  padding-left: 20px;
  float: right;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.feature-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section-3 {
  display: none;
}

.process-tab-menu {
  margin-top: -50px;
  text-align: center;
}

.process-tabs-line {
  width: 100%;
  height: 1px;
  margin-top: 80px;
  background-color: rgba(0, 0, 0, 0.1);
}

.process-tab-pane {
  padding-top: 60px;
}

.process-tab-button {
  width: 100px;
  height: 100px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 20px;
  padding-right: 12px;
  padding-left: 12px;
  border: 0px solid transparent;
  border-radius: 100%;
  background-color: #f5f5f5;
  box-shadow: 0 0 30px 0 transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #c7c7c7;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.process-tab-button:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  color: #1f6fff;
}

.process-tab-button.w--current {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  color: #000;
  text-align: center;
}

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

.process-tab-icon {
  height: 30px;
  margin-bottom: 6px;
}

.text-column-title {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-column-title.number {
  margin-right: 10px;
  color: #1f6fff;
}

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

.top-line-block {
  margin-top: 35px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.section-4 {
  display: none;
  margin-top: 100px;
  margin-bottom: 100px;
}

.bottom-paragraph {
  margin-top: 30px;
  margin-bottom: 0px;
}

.color-block-paragraph {
  position: relative;
  z-index: 10;
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 19px;
}

.color-block-title {
  position: relative;
  z-index: 10;
  margin-bottom: 17px;
  color: #000;
  font-size: 19px;
  font-weight: 600;
}

.color-block-title:hover {
  color: #fff;
}

.blocks-row {
  margin-bottom: 20px;
}

.color-block-icon {
  position: absolute;
  top: 18px;
  right: 30px;
  z-index: 1;
  height: 40px;
  opacity: 1;
}

.color-block {
  position: relative;
  display: block;
  margin: 10px;
  padding: 32px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #000;
  text-align: left;
  text-decoration: none;
}

.color-block:hover {
  background-color: #1f6fff;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}

.section-5 {
  display: none;
  margin-top: 100px;
  margin-bottom: 100px;
}

.button-3 {
  margin-top: 20px;
  height: 3.5rem;
  text-align: center !important;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 3px;
  background-color: #1f6fff;
  -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-3:hover {
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.button-3.outline {
  padding: 16px 40px;
  outline: none;
  border: 1px solid transparent;
  border-radius: 60px;
  background-color: #1f6fff;
  font-family: Cabin, sans-serif;
  font-size: 14px;
  text-align: left;
}

.button-3.outline:hover {
  box-shadow: 0 5px 10px -1px rgba(31, 111, 255, 0.89), 0 14px 20px 10px rgba(31, 111, 255, 0.15);
}

.button-3.outline.white {
  margin-top: 0px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  color: #000;
}

.button-3.outline.white:hover {
  box-shadow: 0 5px 10px -1px rgba(3, 39, 104, 0.89), 0 14px 20px 10px rgba(3, 10, 22, 0.15);
}

.button-3.outline.white.neo {
  margin-top: 20px;
}

.button-3.outline.buton4 {
  margin-top: 0px;
  border-color: #1f6fff;
  background-color: transparent;
  color: #000;
}

.button-3.outline.buton4:hover {
  background-color: #1f6fff;
  color: #fff;
}

.button-3.outline.principal {
  display: none;
}

.button-3.outline.api {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3.5rem;
  margin-bottom: 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;
  font-size: 12px;
  text-align: center;
}

.button-3.outline.api.contact {
  display: inline-block;
  -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-width: 2px;
  border-color: #1f6fff;
  background-color: transparent;
  color: #000;
}

.button-3.outline.api.contact:hover {
  background-color: #1f6fff;
  color: #fff;
}

.brand {
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 40px;
  padding-left: 40px;
  float: right;
  clear: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #1f6fff;
}

.button-4.button-3._2 {
  margin-top: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 60px;
  font-size: 14px;
  text-align: left;
}

.button-4.button-3._2:hover {
  box-shadow: 0 8px 16px 4px rgba(31, 111, 255, 0.23);
}

.nav-link {
  display: inline-block;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #1f6fff;
  font-weight: 600;
  text-decoration: underline;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: 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;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Cabin, sans-serif;
}

.container-4 {
  display: block;
}

.image-4 {
  display: block;
  float: none;
  clear: none;
}

.logo-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999999;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: hsla(0, 0%, 100%, 0.95);
  box-shadow: 8px 8px 16px 0 hsla(0, 0%, 61.3%, 0.09);
}

.section-6 {
  position: fixed;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100.03005%;
  max-width: none;
  min-width: 100px;
  margin-top: 1px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.animation {
  position: absolute;
}

.animation._2 {
  position: static;
  z-index: 9999;
  float: left;
}

.paragraph-2 {
  font-family: 'Open Sans', sans-serif;
}

.body {
  margin-bottom: 16px;
  background-color: #fff;
}

.main-feature-title-2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Cabin, sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 37px;
  text-align: left;
}

.main-feature-title-2.white {
  color: #fff;
  font-size: 35px;
  text-align: left;
}

.main-feature-title-2.center {
  text-align: center;
}

.main-feature-title-2.pricing {
  display: block;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 50px;
  font-weight: 400;
}

.browser-mockup-left {
  position: absolute;
  left: -380px;
  top: -27px;
  overflow: visible;
  width: 800px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  box-shadow: 4px 4px 33px 0 rgba(0, 0, 0, 0.1);
}

.send-fill-and-e-sign-documents {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fafafa;
}

.small-section-title {
  margin-bottom: 8px;
  opacity: 0.6;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.logo-column {
  text-align: center;
}

.client-logo {
  height: 50px;
  opacity: 0.3;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.client-logo:hover {
  opacity: 1;
}

.logos {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #f5f5f5;
}

.image-5 {
  position: absolute;
  top: -57px;
  right: -380px;
  width: 800px;
  border: 1px none #000;
  box-shadow: 0 19px 19px 8px rgba(0, 0, 0, 0.1);
}

.image-6 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.feature-3 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.image-7 {
  display: block;
  max-width: 60%;
  padding: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.image-7.big {
  max-width: 61%;
  padding-left: 6px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.manage-all-documents-in-one-place {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #1f6fff;
}

.long-feature-title-white {
  margin-bottom: 14px;
  font-size: 19px;
}

.long-feature-title-white.uppercase {
  margin-bottom: 4px;
  float: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  text-transform: none;
}

.long-feature-title-white.uppercase {
  margin-bottom: 4px;
  float: none;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.long-feature-title-white.uppercase.long-feature-title {
  font-size: 16px;
}

.collaborate-and-organize-your-workflow {
  margin-top: 140px;
  margin-bottom: 140px;
}

.section-7 {
  display: none;
  background-color: #fff;
}

.div-block-5 {
  margin-top: 0px;
  padding-top: 220px;
}

.lottie-animation {
  position: absolute;
  display: none;
  -webkit-transform: rotate(180deg) translate(0px, 43px);
  -ms-transform: rotate(180deg) translate(0px, 43px);
  transform: rotate(180deg) translate(0px, 43px);
}

.key-features {
  z-index: 10;
  max-width: 1200px;
  margin-top: 60px;
  margin-right: 100px;
  margin-left: 100px;
  padding: 60px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #f2f4f8;
  border-radius: 20px;
  background-color: #1f6fff;
  background-image: linear-gradient(132deg, #1c96d5, #1f6fff 50%);
}

.key-features-item {
  padding-right: 10px;
  padding-left: 10px;
}

.key-features-icon {
  margin-bottom: 20px;
}

.text-medium {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.section-8 {
  display: none;
  margin-bottom: 100px;
  -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;
}

.heading-2 {
  font-family: Cabin, sans-serif;
  color: #fcfcfc;
  font-size: 18px;
}

.paragraph-3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.action-block {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: -80px;
  margin-bottom: 20px;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-image: linear-gradient(135deg, #1c96d5, #1f6fff);
}

.white {
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  font-family: Cabin, sans-serif;
  color: #fff;
  font-size: 26px;
}

.white.neo1 {
  font-size: 35px;
}

.white._34 {
  font-size: 50px;
  line-height: 55px;
  text-align: left;
}

.text-white {
  color: #fff;
  font-weight: 300;
}

.text-white.opacity-light {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  -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;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.right {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  text-align: right;
}

.button-5 {
  display: inline-block;
  height: 50px;
  padding: 0px 35px;
  border-radius: 50px;
  background-color: #1f2631;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  color: #fff;
  font-size: 12px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}

.button-5:hover {
  background-color: #404350;
  text-decoration: none;
}

.button-5.white {
  background-color: #fff;
  -webkit-transition: background-color 100ms ease-in-out, color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out, color 100ms ease-in-out;
  color: #070f1a;
}

.button-5.white:hover {
  background-color: #f2f4f8;
}

.button5 {
  display: inline-block;
  height: 50px;
  padding: 0px 35px;
  border-radius: 50px;
  background-color: #1f2631;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  color: #fff;
  font-size: 12px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}

.button5:hover {
  background-color: #404350;
  text-decoration: none;
}

.button5.white {
  background-color: #fff;
  -webkit-transition: background-color 100ms ease-in-out, color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out, color 100ms ease-in-out;
  color: #070f1a;
}

.button5.white:hover {
  background-color: #f2f4f8;
}

.button5.button-small {
  height: 36px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 10px;
  line-height: 36px;
}

.button5.button-block {
  width: 100%;
}

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

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

.steps-title {
  margin-bottom: 60px;
  font-family: Cabin, sans-serif;
}

.steps-container {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

.steps-line {
  position: absolute;
  left: 50%;
  top: 0px;
  width: 0px;
  height: 100%;
  border-right: 2px dashed #f2f4f8;
}

.steps-line.half-bottom {
  top: auto;
  bottom: 0px;
  height: 50%;
}

.steps-line.half-top {
  height: 50%;
}

.step-number {
  position: relative;
  z-index: 2;
  display: block;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-color: #f2f4f8;
  color: #ffa185;
  font-size: 50px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
}

.footer {
  position: relative;
  display: none;
  padding-top: 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;
}

.footer-copy {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid #f2f4f8;
  text-align: right;
}

.brand-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
}

.brand-logo:hover {
  opacity: 0.8;
}

.footer-copy-link {
  margin-left: 10px;
  float: right;
  color: #95979b;
  text-decoration: none;
}

.footer-copy-link:hover {
  color: #fd8274;
}

.footer-columns {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: 0px;
  padding-top: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 2px none #f2f4f8;
}

.footer-link {
  display: block;
  margin-top: 20px;
  padding-right: 5px;
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
  color: #95979b;
  text-decoration: none;
}

.footer-link:hover {
  color: #ffa185;
  text-decoration: none;
}

.footer-link.text-small {
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 0px;
}

.footer-link.text-small:hover {
  color: #1f6fff;
}

.footer-social {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-left: 0px;
  border-radius: 8px;
  background-color: #f2f4f8;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}

.footer-social.facebook {
  border-style: solid;
  border-width: 2px;
  border-color: #f2f4f8;
  background-color: #f2f4f8;
  background-image: url('../images/facebook.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.footer-social.facebook:hover {
  background-color: #fff;
}

.footer-social.twitter {
  border-style: solid;
  border-width: 2px;
  border-color: #f2f4f8;
  background-color: #f2f4f8;
  background-image: url('../images/twitter.svg');
  background-position: 50% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
}

.footer-social.twitter:hover {
  background-color: #fff;
}

.footer-social.instagram {
  border-style: solid;
  border-width: 2px;
  border-color: #f2f4f8;
  background-color: #f2f4f8;
  background-image: url('../images/instagram.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.footer-social.instagram:hover {
  background-color: #fff;
}

.footer-social-icons {
  margin-top: 40px;
}

.footer-2 {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
}

.footer-links {
  margin-bottom: 60px;
}

.footer-copy-text {
  color: #95979b;
  text-align: left;
}

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

.column-3 {
  margin-top: -10px;
  padding-right: 0px;
}

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

.column-5 {
  margin-top: -10px;
}

.testimonial {
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f4f8;
}

.slider-arrow-icon {
  display: none;
}

.slider {
  height: auto;
  margin-top: 60px;
  border-radius: 20px;
  background-color: transparent;
}

.slider.testimonials-slider {
  margin-right: -60px;
  margin-left: -60px;
}

.slider-nav {
  left: auto;
  top: -10px;
  right: 30px;
  bottom: auto;
  display: block;
  opacity: 0.3;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  text-align: right;
}

.slide-avatar {
  position: static;
  left: 10px;
  top: 10px;
  right: auto;
  bottom: 10px;
  width: 100px;
  height: 100px;
  margin-right: -30px;
  float: left;
  border-radius: 15px;
}


.slide-avatar.avatar-3 {
  background-image: url('../images/aanarav.jpeg');
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-avatar.avatar-2 {
  position: static;
  width: 100px;
  height: 100px;
  float: left;
  background-image: url('../images/jason-snyder.jpg');
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-avatar.avatar-1 {
  background-image: url('../images/boedges.jpeg');
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.subtitle {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.subtitle.testimonial-name {
  height: 30px;
  line-height: 30px;
}

.subtitle.text-orange {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-family: Cabin, sans-serif;
  color: #1f6fff;
}

.subtitle.text-orange.new {
  color: #a8c1ee;
}

.text-medium-2 {
  font-family: 'Open Sans', sans-serif;
  color: #1f6fff;
  font-size: 16px;
  line-height: 18px;
}

.text-medium-2:active {
  color: #1f6fff;
}

.text-medium-2:focus {
  color: #1f6fff;
}

.slider-arrow-next {
  left: auto;
  top: -50px;
  right: 60px;
  bottom: auto;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('../images/next_1next.png');
  background-position: 50% 50%;
  background-size: 28px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
}

.slider-arrow-next:hover {
  background-color: #ffa185;
}

.slider-mask {
  overflow: hidden;
  height: auto;
  border-radius: 20px;
}

.slide-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 30px;
  padding: 40px 40px 40px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 15px;
  background-color: #fff;
}

.testimonial-source {
  float: right;
}

.testimonial-source:hover {
  opacity: 0.5;
}

.testimonials-slide {
  height: auto;
  min-height: 300px;
  margin-bottom: 20px;
  padding-right: 60px;
  padding-left: 60px;
}

.slider-arrow-back {
  left: auto;
  top: -50px;
  right: 110px;
  bottom: auto;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('../images/back_1back.png');
  background-position: 50% 50%;
  background-size: 28px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

.slider-arrow-back:hover {
  opacity: 0.5;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999999;
  display: none;
  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: 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;
  background-color: #fff;
}

.text-block-3 {
  font-family: Cabin, sans-serif;
  color: #fff;
  font-size: 24px;
}

.text-block-4 {
  display: block;
  padding-left: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-family: Cabin, sans-serif;
  color: #1f6fff;
  font-size: 16px;
  text-align: center;
}

.footer-menu-column {
  text-align: center;
}

.container-new {
  position: relative;
}

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

.footer-social-col-right {
  text-align: right;
}

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

.footer-row.new {
  margin-right: -15px;
  margin-left: -15px;
  background-color: #424549;
}

.footer-logo {
  color: #fff;
  font-size: 19px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-logo.subtitle {
  opacity: 0.5;
  font-size: 11px;
  font-weight: 400;
  text-transform: none;
}

.footer-small-social-icon {
  height: 15px;
}

.footer-social-icon {
  width: 35px;
  height: 35px;
  margin-top: -2px;
  margin-right: 5px;
  padding-top: 5px;
  border-radius: 100%;
  background-color: #4a4f53;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

.footer-social-icon:hover {
  background-color: #1f6fff;
}

.footer-inline-link {
  display: inline-block;
  margin-top: 5px;
  margin-right: 15px;
  font-family: Cabin, sans-serif;
  color: #000;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.section-9 {
  padding-top: 40px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  color: #fff;
}

.simple-bottom-footer {
  display: block;
  margin-top: 20px;
  padding-top: 35px;
  padding-bottom: 32px;
  background-color: #424549;
  color: #979da5;
}

.bottom-footer-paragraph {
  margin-bottom: 0px;
  float: left;
  font-size: 12px;
}

.bottom-footer-paragraph.right {
  float: right;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.bottom-footer-link {
  color: #91959c;
}

.bottom-footer-link:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.bold-text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.plan-tabs-link-inverse {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: transparent;
  color: #1f6fff;
  line-height: 50px;
  text-decoration: none;
}

.plan-tabs-link-inverse:hover {
  text-decoration: none;
}

.plan-tabs-link-inverse.w--current {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: #c9dafa;
  color: #fff;
  line-height: 18px;
}

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

.price-plan {
  position: relative;
  height: auto;
  max-width: none;
  padding: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #f2f4f8;
  border-radius: 15px;
}

.price-plan:hover {
  background-color: #fff;
  box-shadow: 0 1px 14px -10px rgba(0, 0, 0, 0.25);
  color: #000;
}

.price-plan.primary {
  border-color: #1f6fff;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.price-plan.primary:hover {
  background-color: #fff;
  opacity: 1;
  color: #000;
}

.price-period {
  margin-bottom: 20px;
  color: #404350;
  font-size: 12px;
}

.plan-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
  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-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;
}

.plan-tabs.api2 {
  display: none;
}

.plan-tabs-content {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.price {
  position: static;
  display: block;
  overflow: visible;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #ffa185;
  font-size: 60px;
  font-weight: 700;
}

.text-bold {
  margin-bottom: 10px;
  padding-top: 10px;
  font-family: Cabin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-bold.no-padding {
  margin-bottom: 0px;
  padding-top: 0px;
}

.price-plan-tabs {
  position: static;
  left: 100px;
  right: 100px;
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 60px;
}

.label {
  display: inline-block;
  min-height: 0px;
  padding: 2px 6px;
  border-radius: 10px;
  background-color: #ffa185;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.label.pricing-label {
  position: absolute;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
  background-color: #fff;
  color: #1f6fff;
}

.label.blog-label {
  margin-bottom: 20px;
  padding: 5px 25px;
  border-radius: 50px;
  background-color: #1f6fff;
  font-size: 14px;
}

.bold-text-2 {
  color: #1f6fff;
}

.pricing1 {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
}

.text-block-5 {
  display: inline-block;
  padding-top: 14px;
  padding-bottom: 40px;
  font-family: Cabin, sans-serif;
  font-size: 42px;
}

.text-block-5.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 35px;
}

.text-block-5.no-padding._23 {
  font-size: 28px;
}

.more-plans-section {
  display: none;
  margin-top: 20px;
  padding: 20px;
  border-radius: 15px;
  background-color: #f2f4f8;
}

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

.text-small {
  font-size: 14px;
  font-weight: 400;
}

.text-bold-2 {
  margin-bottom: 10px;
  font-weight: 600;
}

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

.flex-columns.stretch {
  height: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.plan-details {
  overflow: auto;
  margin-top: 60px;
  padding-right: 10px;
  padding-left: 10px;
}

.price-plan-description {
  padding-right: 10px;
  padding-left: 10px;
  color: #95979b;
  font-size: 14px;
  line-height: 20px;
}

.plan-details-price {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 14px;
}

.plan-details-name {
  display: block;
  overflow: visible;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.plan-detains-column-values {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.plan-details-col {
  padding: 15px 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #f2f4f8;
  border-left: 1px solid #f2f4f8;
  text-align: center;
}

.plan-details-col.heading {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom-style: none;
  border-left-style: none;
}

.plan-details-col.last {
  border-right: 1px solid #f2f4f8;
}

.plan-details-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 14px;
}

.plan-details-row:hover {
  background-color: #f2f4f8;
}

.plan-details-row.heading {
  border-style: solid;
  border-width: 1px;
  border-color: #f2f4f8;
}

.plan-details-row.heading:hover {
  background-color: transparent;
}

.plan-details-section {
  margin-right: -10px;
  margin-left: -10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  background-color: #f2f4f8;
  font-family: Cabin, sans-serif;
  color: #404350;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}

.plan-details-section.last {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  font-size: 12px;
  font-weight: 300;
}

.plan-details-section.first {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.plan-details-price-number {
  margin-left: 5px;
  color: #fd8274;
  font-size: 30px;
  font-weight: 700;
}

.plan-details-title {
  padding-left: 20px;
  font-family: Cabin, sans-serif;
  font-size: 16px;
  text-align: left;
}

.bold-text-3 {
  font-weight: 400;
  text-align: center;
}

.bold-text-3.neo1 {
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
}

.about-header-pic {
  width: 900px;
  height: 400px;
  margin: 60px auto 0px;
  border-radius: 20px;
  background-image: url('../images/shutterstock_609130796-1.png');
  background-position: 50% 50%;
  background-size: 90%;
  background-attachment: scroll;
}

.corporateplan {
  margin-top: 20px;
}

.container-6 {
  margin-top: 60px;
  text-align: center;
}

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

.column-7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.column-8 {
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  margin-left: 0px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.blog-post-author-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #95979b;
  font-size: 14px;
}

.blog-post-content {
  margin-top: 20px;
}

.blog-post-author-content {
  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;
}

.column-right {
  padding-left: 40px;
}

.blog-post-image-short {
  height: 400px;
  border-radius: 20px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-post-image-short.big {
  height: 450px;
  border-radius: 15px;
  background-image: url('../images/shutterstock_609130796-1.png');
}

.blog-post-author-name {
  margin-right: 5px;
  margin-left: 5px;
  color: #404350;
  font-size: 14px;
  font-weight: 400;
}

.blog-post-author {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-post-date {
  margin-right: 10px;
  margin-left: 5px;
  color: #95979b;
}

.section-10 {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 40px 60px;
  background-color: #f2f4f8;
}

.columns-3 {
  margin-right: auto;
  margin-left: auto;
}

.columns-4 {
  margin-left: 20px;
}

.project-techs-item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 7px 15px;
  border-radius: 10px;
  background-color: #fff;
  font-size: 0px;
}

.link-button-container {
  position: relative;
  display: inline-block;
  height: 50px;
  padding-right: 20px;
}

.text-orange {
  color: #ffa185;
}

.text-inline {
  display: inline;
  color: #95979b;
}

.highlight-text-inverse {
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 15px;
  border-radius: 10px;
  background-color: #fff;
  color: #fd8274;
}

.highlight-text-inverse.text-small {
  display: inline-block;
  -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;
  border-radius: 20px;
  background-color: #d9f2ff;
  font-family: Cabin, sans-serif;
  color: #1f6fff;
  text-align: left;
  letter-spacing: 2px;
}

.link-button {
  position: relative;
  height: 50px;
  padding: 0px 34px 0px 25px;
  background-color: transparent;
  background-image: url('../images/icons8-chevron-right-filled-100-1_1icons8-chevron-right-filled-100 (1).png');
  background-position: 95% 50%;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 100ms ease-in-out;
  transition: background-position 100ms ease-in-out;
  color: #070f1a;
  font-size: 16px;
  line-height: 50px;
  font-weight: 500;
  letter-spacing: 2px;
}

.link-button:hover {
  background-position: 100% 50%;
  text-decoration: none;
}

.link-button:active {
  opacity: 0.7;
}

.link-button.inverse {
  background-image: url('../images/icons8-chevron-right-filled-100-2_1icons8-chevron-right-filled-100 (2).png');
  color: #fff;
}

.project-example-container {
  position: relative;
}

.project-image {
  position: relative;
  z-index: 1;
  max-width: 90%;
  border-style: solid;
  border-width: 1px;
  border-color: #f2f4f8;
  border-radius: 20px;
}

.project-image._2 {
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.project-techs-logo {
  margin-right: 10px;
  float: left;
}

.button-group {
  margin-top: 10px;
  margin-right: -5px;
  margin-left: -5px;
}

.project-description {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 40%;
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 6px 11px 2px rgba(82, 80, 80, 0.24);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.project-example {
  margin-top: 60px;
}

.project-example.flex-columns {
  margin-top: 100px;
}

.project-techs {
  margin-top: 40px;
}

.link-button-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: auto;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #f2f4f8;
}

.link-button-background.inverse-hard {
  background-color: #fff;
}

.link-button-background.inverse {
  background-color: hsla(0, 0%, 100%, 0.3);
}

.container-7 {
  display: none;
}

.paragraph-4 {
  direction: ltr;
}

.section-11 {
  padding-top: 100px;
  padding-bottom: 60px;
  background-color: #1f6fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(53%, #1f6fff), to(#1c96d5));
  background-image: linear-gradient(180deg, #1f6fff 53%, #1c96d5);
}

.input-group-inline {
  position: relative;
}

.input-submit-inline {
  position: absolute;
  left: auto;
  top: 5px;
  right: 5px;
  bottom: 5px;
  height: 40px;
  min-width: 40px;
  padding: 0px 10px;
  border-radius: 50px;
  background-color: transparent;
  background-image: url('../images/next_1next.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  opacity: 0.1;
  -webkit-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
  font-size: 0px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 2px;
}

.input-submit-inline:hover {
  opacity: 1;
}

.subscribe-icon {
  margin-bottom: 10px;
}

.footer-subscribe {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 60px;
  text-align: center;
}

.input-inline {
  height: 50px;
  padding: 0px 60px 0px 20px;
  border: 1px none #000;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #f2f4f8;
  -webkit-transition: box-shadow 100ms ease-in-out;
  transition: box-shadow 100ms ease-in-out;
  font-family: Cabin, sans-serif;
  font-size: 16px;
  line-height: 50px;
}

.input-inline:focus {
  border-color: #1c96d5;
  box-shadow: inset 0 0 0 2px #67c6f7;
  color: #1f6fff;
}

.input-inline::-webkit-input-placeholder {
  color: #95979b;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
}

.input-inline:-ms-input-placeholder {
  color: #95979b;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
}

.input-inline::-ms-input-placeholder {
  color: #95979b;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
}

.input-inline::placeholder {
  color: #95979b;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
}

.success-message {
  min-height: 50px;
  padding: 15px 20px 15px 60px;
  border-radius: 30px;
  background-color: #f2f4f8;
  background-image: url('../images/icons8-checkmark-100_2icons8-checkmark-100.png');
  background-position: 7px 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  font-size: 14px;
  text-align: left;
}

.text-light-grey {
  color: #95979b;
}

.error-message {
  z-index: 999999;
  min-height: 50px;
  margin-top: 10px;
  padding: 15px 20px 15px 60px;
  border-radius: 30px;
  background-color: #f2f4f8;
  background-image: url('../images/icons8-delete-100_1icons8-delete-100.png');
  background-position: 7px 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  font-size: 14px;
  text-align: left;
}

.section-12 {
  margin-bottom: 65px;
}

.text-block-6 {
  font-family: Cabin, sans-serif;
}

.column-10 {
  padding-top: 15px;
  padding-bottom: 15px;
}

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

.lottie-animation-2 {
  position: fixed;
}

.lottie-animation-2.new2w {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-right: auto;
  margin-left: auto;
}

.lottie-animation-3 {
  position: absolute;
}

.tab-pane-tab-2 {
  padding-top: 20px;
}

.text-medium-3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.icon {
  margin-bottom: 20px;
}

.column-item-light-color {
  border-radius: 20px;
  background-color: rgba(255, 161, 133, 0.2);
}

.column-item-light-color.help-blocks {
  padding: 20px;
  background-color: rgba(110, 113, 220, 0.07);
}

.column-item-light-color.help-blocks:hover {
  margin-right: 15px;
  margin-left: 15px;
  box-shadow: none;
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}

.color-title {
  font-family: Cabin, sans-serif;
  color: #000;
}

.documentation {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-7 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-align: center;
}

.text-block-7.seven {
  padding-top: 40px;
  padding-bottom: 40px;
}

.form-col-right {
  padding-left: 10px;
}

.form-container {
  max-width: 500px;
  padding: 60px;
  border-radius: 20px;
  background-color: #fff;
}

.form-container.contacts-form {
  margin-bottom: -110px;
  padding-right: 40px;
  padding-left: 40px;
  box-shadow: 1px 6px 8px -1px rgba(0, 0, 0, 0.18);
}

.input {
  height: 50px;
  margin-bottom: 20px;
  padding: 0px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #f2f4f8;
  background-color: transparent;
  -webkit-transition: box-shadow 100ms ease-in-out;
  transition: box-shadow 100ms ease-in-out;
  line-height: 50px;
}

.input:active {
  border-bottom-color: #404350;
}

.input:focus {
  border-bottom-color: #404350;
}

.input::-webkit-input-placeholder {
  font-weight: 300;
}

.input:-ms-input-placeholder {
  font-weight: 300;
}

.input::-ms-input-placeholder {
  font-weight: 300;
}

.input::placeholder {
  font-weight: 300;
}

.input.rounded {
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #f2f4f8;
  border-radius: 10px;
}

.input.rounded:active {
  border-color: #1f2631;
}

.input.rounded:focus {
  border-color: #1f6fff;
}

.white-2 {
  color: #fff;
}

.white-2.opacity-light {
  color: hsla(0, 0%, 100%, 0.7);
}

.text-medium-4 {
  font-size: 16px;
}

.text-medium-4.white.opacity-light {
  font-size: 20px;
  line-height: 29px;
  font-weight: 400;
  text-align: left;
}

.contacts-title {
  margin-bottom: 10px;
}

.contacts-title.white {
  font-size: 32px;
}

.form-label {
  margin-bottom: 0px;
  font-size: 10px;
  font-weight: 400;
}

.form-label.rounded {
  margin-bottom: 5px;
  padding-left: 5px;
  color: #1f6fff;
  font-size: 12px;
  text-align: left;
}

.faq-contacts {
  margin-top: 40px;
}

.textarea {
  overflow: auto;
  width: 100%;
  height: 150px;
  max-height: 150px;
  max-width: 100%;
  min-height: 150px;
  min-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #f2f4f8;
}

.textarea:active {
  border-bottom-color: #404350;
}

.textarea:focus {
  border-bottom-color: #404350;
}

.textarea::-webkit-input-placeholder {
  font-weight: 300;
}

.textarea:-ms-input-placeholder {
  font-weight: 300;
}

.textarea::-ms-input-placeholder {
  font-weight: 300;
}

.textarea::placeholder {
  font-weight: 300;
}

.textarea.rounded {
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #f2f4f8;
  border-radius: 10px;
}

.textarea.rounded:active {
  border-style: solid;
  border-color: #1f2631;
}

.textarea.rounded:focus {
  border-style: solid;
  border-color: #1f6fff;
}

.form-col-left {
  padding-right: 10px;
}

.form-submit-container {
  margin-top: 0px;
  text-align: left;
}

.contacts-container {
  max-width: 1000px;
  margin-top: 108px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 45px 40px;
  border-radius: 20px;
  background-color: #1f6fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1f6fff), to(#1c96d5));
  background-image: linear-gradient(180deg, #1f6fff, #1c96d5);
}

.columns-5 {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.heading-3 {
  margin-left: 10px;
}

.gallery-pic {
  display: inline-block;
  width: 90%;
  height: 500px;
  border-style: solid;
  border-width: 1px;
  border-color: #f2f4f8;
  border-radius: 20px;
}

.gallery-pic._4 {
  padding-top: 20px;
  border-color: transparent;
  background-image: url('../images/le-buzz-KiEiI2b9GkU-unsplash.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-9 {
  max-width: 100%;
  margin-top: 43px;
  margin-left: -189px;
  padding-top: 0px;
  border-radius: 20px;
}

.image-10 {
  margin-top: -104px;
  margin-bottom: 44px;
  padding-bottom: 0px;
  border-radius: 20px;
  box-shadow: -1px 9px 10px 0 rgba(3, 18, 44, 0.26);
}

.image-11 {
  display: block;
  max-width: 100%;
  padding-right: 26px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  text-align: left;
}

@media screen and (max-width: 479px) {
  .image-11 {
    max-width: 60%;
  }
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-load-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-on-load-3"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .hero-overlay-block {
    padding-top: 140px;
    padding-bottom: 60px;
    background-color: rgba(255, 255, 255, 0.85);
  }
  .h2-hero-main-title {
    font-size: 60px;
    line-height: 56px;
  }
  .h2-hero-main-title.subtitle {
    width: 80%;
    margin-bottom: 30px;
    line-height: 34px;
  }
  .feature-info-title {
    margin-top: 0px;
    font-size: 17px;
  }
  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }
  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 40px;
  }
  .section-title {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }
  .feature-info-paragraph {
    text-align: left;
  }
  .section-description {
    margin-top: 20px;
    font-size: 19px;
  }
  .section-description.small {
    width: 80%;
  }
  .image-section-overlay {
    padding: 90px 45px;
  }
  .image-section-overlay.color {
    padding: 90px 45px;
  }
  .long-feature-icon-wrapper {
    display: block;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .browser-mockup-right {
    top: 9px;
    right: -288px;
    width: 540px;
  }
  .long-feature-icon {
    display: block;
  }
  .long-feature-block.title-only {
    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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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;
  }
  .small-features-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-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-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .feature-text-block {
    width: 400px;
  }
  .feature-1 {
    display: none;
  }
  .process-tab-col-left {
    padding-right: 30px;
  }
  .text-column-title {
    font-size: 13px;
  }
  .text-column {
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .color-block-title {
    margin-bottom: 11px;
    font-size: 15px;
  }
  .color-block-icon {
    top: 20px;
    right: 20px;
    height: 30px;
  }
  .color-block {
    padding: 25px;
  }
  .button-4.button-3._2 {
    display: none;
  }
  .container-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-button {
    float: none;
    clear: none;
  }
  .browser-mockup-left {
    left: -360px;
    top: 4px;
    width: 580px;
  }
  .send-fill-and-e-sign-documents {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .client-logo {
    height: 40px;
  }
  .image-7 {
    max-width: 89%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .image-7.big {
    max-width: 89%;
  }
  .div-block-4 {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .long-feature-title-white.uppercase.long-feature-title {
    font-size: 16px;
  }
  .key-features {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .key-features-item {
    margin-right: -10px;
    margin-left: -10px;
  }
  .text-medium {
    font-size: 15px;
  }
  .brand-logo {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .text-medium-2 {
    font-size: 15px;
  }
  .footer-inline-link {
    margin-right: 9px;
    font-size: 12px;
  }
  .price-plan {
    display: -ms-grid;
    display: grid;
    margin-bottom: 20px;
    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;
  }
  .price-plan.primary {
    display: -ms-grid;
    display: grid;
  }
  .text-bold {
    letter-spacing: 2px;
  }
  .price-plan-tabs {
    padding-right: 20px;
    padding-left: 20px;
  }
  .text-block-5.no-padding._23 {
    font-size: 22px;
  }
  .more-plans-section {
    padding-bottom: 0px;
  }
  .text-small {
    font-size: 13px;
  }
  .column-right {
    padding-left: 20px;
  }
  .project-techs-item {
    padding-right: 10px;
    padding-left: 10px;
  }
  .project-techs-logo {
    margin-right: 5px;
  }
  .button-group {
    margin-top: 30px;
  }
  .project-description {
    width: 50%;
  }
  .project-techs {
    margin-top: 20px;
  }
  .text-medium-3 {
    font-size: 15px;
  }
  .form-container.contacts-form {
    padding: 30px;
  }
  .text-medium-4 {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .hero-overlay-block {
    padding: 130px 25px;
  }
  .h2-hero-main-title {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 40px;
  }
  .h2-hero-main-title.subtitle {
    margin-top: 0px;
    font-size: 16px;
    line-height: 25px;
  }
  .feature-info-title {
    margin-bottom: 13px;
  }
  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }
  .section-title-wrapper.full {
    margin-bottom: 30px;
  }
  .section-title-wrapper.small-title {
    margin-bottom: 19px;
  }
  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }
  .feature-info-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .section-description.small {
    width: 100%;
    font-size: 18px;
  }
  .image-section-overlay {
    padding: 60px 25px;
  }
  .image-section-overlay.color {
    padding: 25px;
  }
  .feature-info-row {
    margin-top: 0px;
  }
  .feature-info-icon {
    margin-top: -12px;
  }
  .browser-mockup-right {
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
    margin-bottom: 30px;
  }
  .long-feature-block.title-only {
    -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;
    text-align: left;
  }
  .feature-text-block {
    width: 100%;
  }
  .process-tab-col-right {
    padding-left: 0px;
  }
  .process-tab-menu {
    margin-top: -39px;
  }
  .process-tab-pane {
    padding-top: 40px;
  }
  .process-tab-button {
    width: 80px;
    height: 80px;
    margin-right: 9px;
    margin-left: 9px;
    font-size: 10px;
    line-height: 12px;
  }
  .process-tab-col-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .process-tab-icon {
    height: 23px;
  }
  .text-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .top-line-block {
    margin-top: 25px;
    padding-top: 30px;
  }
  .bottom-paragraph {
    margin-top: 20px;
    font-size: 13px;
  }
  .block-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .blocks-row {
    margin-bottom: 0px;
  }
  .button-4.button-3._2 {
    display: none;
  }
  .container-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-button {
    display: block;
  }
  .browser-mockup-left {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    margin-bottom: 30px;
  }
  .send-fill-and-e-sign-documents {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .logo-column {
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 0px;
  }
  .image-7 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .div-block-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .manage-all-documents-in-one-place {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .collaborate-and-organize-your-workflow {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .key-features {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .key-features-item {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .action-block {
    padding: 20px;
    text-align: center;
  }
  .right {
    margin-top: 20px;
    text-align: center;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .steps-title {
    margin-bottom: 30px;
  }
  .step-image-column {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .step-number-column {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .steps-line {
    display: none;
  }
  .step-number {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 60px;
  }
  .footer-copy {
    margin-right: -10px;
    margin-left: -10px;
  }
  .brand-logo.footer-logo {
    width: 100%;
    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;
  }
  .footer-copy-link {
    display: block;
    margin: 5px 0px;
    float: none;
    text-align: left;
  }
  .footer-social {
    margin-right: 5px;
    margin-left: 5px;
  }
  .footer-nav-title {
    margin-top: 30px;
  }
  .footer-social-icons {
    margin-bottom: 10px;
    margin-left: -5px;
    text-align: left;
  }
  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-copy-text {
    text-align: left;
  }
  .testimonial {
    padding-right: 60px;
    padding-left: 60px;
  }
  .slider.testimonials-slider {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .slider-nav {
    right: 0px;
  }
  .slide-avatar {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 2;
    margin-right: 0px;
    margin-bottom: -60px;
    margin-left: 20px;
    float: none;
  }
  .slide-avatar.avatar-2 {
    position: relative;
    float: none;
  }
  .subtitle.text-orange.new {
    text-align: left;
  }
  .slide-content {
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .testimonials-slide {
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
  }
  .footer-menu-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .container-new {
    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;
  }
  .footer-social-col-right {
    padding-top: 10px;
    padding-left: 0px;
    text-align: left;
  }
  .footer-logo-column-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 25px;
    padding-left: 25px;
    -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;
  }
  .section-9 {
    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;
  }
  .simple-bottom-footer {
    margin-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }
  .bottom-footer-paragraph {
    margin-bottom: 7px;
    float: none;
  }
  .bottom-footer-paragraph.right {
    margin-top: 0px;
    float: none;
  }
  .bold-text {
    margin-right: auto;
    margin-left: auto;
  }
  .image-8 {
    margin-right: auto;
    margin-left: auto;
  }
  .price-plan {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
  }
  .plan-tabs {
    margin-left: 20px;
  }
  .text-block-5.no-padding._23 {
    font-size: 22px;
  }
  .more-plans-section {
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    padding-bottom: 20px;
  }
  .align-right {
    text-align: left;
  }
  .flex-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-columns.stretch.pricing-flex-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .plan-details {
    margin-right: -1px;
    margin-left: -1px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .price-plan-description {
    font-size: 10px;
  }
  .plan-details-price {
    font-size: 12px;
  }
  .plan-details-name {
    font-size: 14px;
  }
  .plan-details-col {
    padding: 10px;
    border-right: 1px solid #f2f4f8;
  }
  .plan-details-col.heading {
    padding-top: 0px;
    padding-bottom: 20px;
    border-right-style: none;
  }
  .plan-details-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .plan-details-section {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .plan-details-price-number {
    margin-left: 0px;
    font-size: 20px;
  }
  .plan-details-title {
    padding-left: 0px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
  }
  .about-header-pic {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .blog-post-author-container {
    -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;
  }
  .blog-post-content {
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .blog-post-author-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .column-right {
    margin-top: 20px;
    padding-left: 0px;
  }
  .blog-post-image-short.big {
    height: 250px;
    margin-left: 0px;
  }
  .blog-post-author-name {
    margin: 5px 10px 5px 0px;
  }
  .blog-post-date {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .project-image {
    display: none;
    margin-bottom: -80px;
  }
  .project-description {
    position: static;
    width: 100%;
    margin-top: 20px;
    padding-top: 80px;
    padding-right: 20px;
    padding-left: 40px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .project-example.flex-columns {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .icon {
    margin-bottom: 10px;
  }
  .form-col-right {
    padding-left: 0px;
  }
  .form-container.contacts-form {
    padding: 20px;
  }
  .faq-contacts {
    margin-bottom: 20px;
  }
  .form-col-left {
    padding-right: 0px;
  }
  .gallery-pic {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 300px;
  }
}

@media (max-width: 479px) {
  .heading {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    margin-right: 20px;
    margin-left: 20px;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  #signup-section{
    margin: 0 auto;
  }
  .image-2 {
    margin-top: 45px;
  }
  .hero-overlay-block {
    padding: 90px 15px 10px;
    background-color: #fff;
  }
  .hero-overlay-block.gray {
    padding-bottom: 20px;
  }
  .hero-overlay-block.gray.blue {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container-3_new {
    margin-bottom: 20px;
  }
  .container-3_new.hero-container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .h2-hero-main-title {
    font-size: 35px;
    line-height: 34px;
    text-align: left;
  }
  .h2-hero-main-title.subtitle {
    width: 90%;
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 0px;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
  }
  .h2-hero-main-title.subtitle.whitesubtit {
    margin-bottom: 10px;
    padding-left: 40px;
  }
  .h2-hero-main-title.h2 {
    padding-left: 10px;
    text-align: left;
  }
  .h2-hero-main-title.h2.whitetex {
    padding-left: 40px;
  }
  .h2-hero-main-title.h2.big {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    line-height: 60px;
  }
  .feature-info-title {
    margin-bottom: 12px;
  }
  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .section-title {
    font-size: 25px;
    line-height: 26px;
  }
  .feature-info-column.last {
    padding-bottom: 0px;
  }
  .section-description {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }
  .section-description.small {
    width: 100%;
    margin-top: 15px;
    font-size: 17px;
    line-height: 25px;
  }
  .image-section-overlay {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .image-section-overlay.color {
    padding: 20px;
    background-color: transparent;
  }
  .feature-info-icon {
    height: 25px;
    margin-top: -3px;
  }
  .main-feature-title {
    margin-bottom: 20px;
    font-size: 29px;
    line-height: 32px;
  }
  .long-feature-block {
    padding-right: 10px;
    padding-left: 55px;
  }
  .long-feature-block.title-only {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 65px;
  }
  .long-feature-block.title-only {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 65px;
  }
  .long-feature-title {
    margin-bottom: 7px;
  }
  .long-feature-title.uppercase {
    font-size: 16px;
    line-height: 21px;
  }
  .long-feature-title.uppercase {
    font-size: 16px;
    line-height: 21px;
  }
  .feature-text-block.right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .feature-1 {
    display: none;
    margin-right: 40px;
    margin-left: 40px;
  }
  .section-3 {
    padding-right: 40px;
    padding-left: 40px;
    background-color: #1f6fff;
  }
  .process-tab-pane {
    padding-top: 20px;
  }
  .process-tab-button {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-top: 19px;
    margin-right: 2px;
    margin-left: 2px;
    padding-top: 9px;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
  }
  .process-tab-icon {
    height: 13px;
  }
  .top-line-block {
    margin-top: 20px;
    padding-top: 20px;
  }
  .bottom-paragraph {
    margin-top: 10px;
  }
  .color-block {
    padding: 20px;
  }
  .button-3 {
    margin-top: 10px;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 11px;
    line-height: 21px;
  }
  .button-3.outline {
    margin: 0 auto;
    display: block;
    -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:center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 3.5rem;
  }
  .button-4 {
    position: static;
    display: none;
    margin: 10px auto;
    padding-right: 60px;
    padding-left: 60px;
    clear: none;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: 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: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .nav-link {
    -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 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-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;
    -webkit-align-self: auto;
    -ms-flex-item-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;
  }
  .container-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .logo-div {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-3 {
    clear: right;
  }
  .menu-button {
    clear: left;
  }
  .main-feature-title-2 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 32px;
    text-align: left;
  }
  .main-feature-title-2.white {
    padding-bottom: 9px;
    padding-left: 0px;
    font-size: 28px;
    line-height: 32px;
  }
  .send-fill-and-e-sign-documents {
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .small-section-title {
    font-size: 11px;
    line-height: 21px;
  }
  .logo-column {
    padding-right: 5px;
    padding-left: 5px;
  }
  .client-logo {
    height: 28px;
  }
  .logos {
    padding-top: 20px;
  }
  .image-7 {
    display: block;
    max-width: 100%;
    float: none;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .image-7.big {
    max-width: 100%;
  }
  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-4.izq {
    padding-right: 20px;
    padding-left: 20px;
  }
  .manage-all-documents-in-one-place {
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .long-feature-title-white {
    margin-bottom: 7px;
  }
  .long-feature-title-white.uppercase {
    font-size: 16px;
    line-height: 21px;
  }
  .long-feature-title-white.uppercase {
    font-size: 16px;
    line-height: 21px;
  }
  .collaborate-and-organize-your-workflow {
    margin-top: 20px;
  }
  .white._34 {
    margin-top: -14px;
    font-size: 40px;
    margin-bottom: 2rem;
  }
  .right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .button-5 {
    display: block;
    width: 100%;
  }
  .button5 {
    display: block;
    width: 100%;
  }
  .column {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-social.facebook {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-left: 0px;
  }
  .footer-social.twitter {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .footer-social.instagram {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .testimonial {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .slider.testimonials-slider {
    position: relative;
    display: block;
  }
  .subtitle.text-orange {
    text-align: left;
  }
  .subtitle.text-orange.new {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .slide-content {
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .testimonials-slide {
    min-height: auto;
  }
  .footer-menu-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .container-new {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .footer-social-col-right {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-logo-column-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: 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;
  }
  .footer-row {
    margin: 29px 0px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-inline-link {
    margin-top: -1px;
    margin-right: 7px;
    font-size: 14px;
    line-height: 30px;
  }
  .section-9 {
    display: block;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .simple-bottom-footer {
    margin-top: 10px;
    padding: 0px 20px 13px;
  }
  .bottom-footer-paragraph.right {
    margin-top: 10px;
  }
  .image-8 {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .plan-tabs-link-inverse {
    display: flex;
  }
  .price-plan {
    display: block;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding: 10px 20px;
  }
  .price-plan.primary {
    display: block;
  }
  .plan-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
  }
  .label.pricing-label {
    display: block;
  }
  .align-right {
    text-align: left;
  }
  .plan-details {
    margin-top: 20px;
  }
  .price-plan-description {
    display: none;
  }
  .plan-details-col.heading {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .plan-details-section.last {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .corporateplan {
    display: none;
  }
  .container-6 {
    padding-left: 20px;
  }
  .blog-post-content {
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-right {
    padding-right: 0px;
  }
  .blog-post-image-short {
    height: 250px;
  }
  .blog-post-image-short.big {
    height: 150px;
  }
  .blog-post-author-name {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .blog-post-date {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .section-10 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .link-button-container {
    width: 100%;
    text-align: left;
  }
  .project-image {
    display: none;
    text-align: center;
  }
  .button-group {
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }
  .project-description {
    padding-top: 40px;
  }
  .input-submit-inline {
    position: absolute;
    padding-right: 60px;
  }
  .footer-subscribe {
    padding-bottom: 45px;
  }
  .input-inline {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 31px;
    padding-left: 20px;
  }
  .section-12 {
    display: none;
  }
  .column-item-light-color.help-blocks {
    margin-bottom: 20px;
    display: grid;
  }
  .documentation {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .column-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-13 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-14 {
    display: none;
  }
  .form-container.contacts-form {
    margin-top: -10px;
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .text-medium-4.white.opacity-light {
    margin-top: -25px;
    font-size: 16px;
    line-height: 21px;
  }
  .contacts-container {
    padding: 48px 32px;
  }
  .gallery-pic {
    height: 200px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e4d0fd7d1b3c-90907120 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-fcbd26ed5e5c-90907120 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-88ad7ebec147-90907120 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-f35df359d3a3-90907120 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-ed5cdb75dc3f-90907120 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-be5ab5e0926d-90907120 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-f35df359d3a3-ea1b3cfe {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-ed5cdb75dc3f-ea1b3cfe {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-be5ab5e0926d-ea1b3cfe {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-ad12fd48061d-ea1b3cfe {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

.flex-end-content{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}