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

body {
  font-family: 'Nunito Sans', sans-serif;
  color: #161a25;
  font-size: 15px;
  line-height: 24px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
  font-size: 48px;
  line-height: 60px;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 34px;
  line-height: 40px;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
}

h6 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

p {
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

a {
  color: #5079a8;
  font-weight: 700;
  text-decoration: none;
}

li {
  font-family: Roboto, sans-serif;
  text-align: left;
}

blockquote {
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 24px 32px;
  border-left: 3px solid #5079a8;
  background-color: #f4f5f9;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 18px;
  line-height: 28px;
}

figure {
  margin-top: 32px;
  margin-bottom: 32px;
}

figcaption {
  margin-top: 5px;
  font-size: 13px;
  text-align: center;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.section.dark {
  color: #fff;
}

.section.border-top {
  border-top: 1px solid #e6e8ef;
}

.section.page-header {
  overflow: hidden;
  padding-top: 208px;
  background-color: #5079a8;
  color: #fff;
}

.section.page-header.white {
  background-color: #fff;
  color: #161a25;
}

.section.page-header.grade {
  color: #161a25;
}

.section.color {
  background-color: #5079a8;
  color: #fff;
}

.section.grade {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f4f5f9));
  background-image: linear-gradient(180deg, #fff, #f4f5f9);
}

.section.home-hero-section {
  height: 100vh;
  padding-top: 55px;
  padding-bottom: 0px;
  background-color: #161a25;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/home-hero-1920x.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/home-hero-1920x.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  color: #fff;
}

.section.padding-small {
  padding-top: 88px;
  padding-bottom: 88px;
}

.section.grade-1 {
  color: #fff;
}

.section.utility-section {
  overflow: hidden;
  height: 100vh;
  padding-top: 216px;
}

.section.challenge-sectioin {
  padding-top: 2%;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.3)), to(hsla(0, 0%, 100%, 0.3))), url('../images/boss-1600.jpeg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)), url('../images/boss-1600.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #5079a8;
}

.section.location-section {
  padding-bottom: 80px;
  background-image: url('../images/location-1920.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.testimonial-section {
  background-color: #f4f5f9;
}

.section.legal-section {
  min-height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section.about-hero-section {
  height: 80vh;
  padding-top: 55px;
  padding-bottom: 0px;
  background-color: #161a25;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/about-hero-1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/about-hero-1920.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  color: #fff;
}

.section.about-section {
  padding-top: 2%;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f9), to(#f4f5f9));
  background-image: linear-gradient(180deg, #f4f5f9, #f4f5f9);
  color: #5079a8;
}

.section.support-section {
  height: 80vh;
  padding-top: 55px;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #161a25;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/support-hero-x-1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/support-hero-x-1920.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  color: #fff;
}

.section.services-section {
  height: 70vh;
  padding-top: 55px;
  padding-bottom: 0px;
  background-color: #161a25;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/services-hero-1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/services-hero-1920.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  color: #fff;
}

.section.contact-section {
  height: 70vh;
  padding-top: 55px;
  padding-bottom: 0px;
  background-color: #161a25;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/contact-hero-1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/contact-hero-1920.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  color: #fff;
}

.section.contact-form-section {
  padding-bottom: 80px;
}

.section.home-navigation-mobile {
  height: 100vh;
  padding-top: 80px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #161a25;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/home-hero-1920x.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/home-hero-1920x.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  color: #fff;
}

.section.about-section {
  padding-bottom: 80px;
  background-color: #fff;
}

.section.partner-section {
  background-color: hsla(0, 0%, 100%, 0.5);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.4)), to(hsla(0, 0%, 100%, 0.4))), url('../images/partner-hero-1920.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0.4)), url('../images/partner-hero-1920.jpg');
  background-position: 0px 0px, 51% 0%;
  background-size: auto, cover;
}

.section.partner-hero-secion {
  height: 80vh;
  padding-top: 55px;
  padding-bottom: 0px;
  background-color: #161a25;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/partners-hero-1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/partners-hero-1920.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  color: #fff;
}

.section.apps-hero-section {
  height: 80vh;
  padding-top: 55px;
  padding-bottom: 0px;
  background-color: #161a25;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/apps-hero-1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/apps-hero-1920.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  color: #fff;
}

.section.blog-section {
  height: 70vh;
  padding-top: 55px;
  padding-bottom: 0px;
  background-color: #161a25;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/blog-hero-1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/blog-hero-1920.jpg');
  background-position: 0px 0px, 50% 80%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  color: #fff;
}

.section.solutions-hero-section {
  min-height: 80vh;
  padding-top: 55px;
  padding-bottom: 0px;
  background-color: #161a25;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/apps-hero-1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/apps-hero-1920.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  color: #fff;
}

.section.buy-hero-section {
  height: 60vh;
  padding-top: 55px;
  padding-bottom: 0px;
  background-color: #161a25;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/buy-1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/buy-1920.jpg');
  background-position: 0px 0px, 50% 74%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  color: #fff;
}

.section.solutions-hero-section-clause {
  min-height: 80vh;
  padding-top: 55px;
  padding-bottom: 0px;
  background-color: #161a25;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/clause-library-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/clause-library-hero.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  color: #fff;
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.wrapper.nav-bar-wrapper {
  position: relative;
  z-index: 1;
  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-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wrapper.side-paddings {
  max-width: 1400px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  padding: 10px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #5079a8;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 19px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  box-shadow: 0 4px 12px 0 #7c8499;
}

.button.small {
  height: 40px;
  padding: 10px 24px;
  border-radius: 20px;
  line-height: 20px;
}

.button.big {
  height: 56px;
  padding: 15px 32px;
  border-radius: 28px;
  font-size: 17px;
  line-height: 28px;
}

.button.ghost {
  border-radius: 3px;
  background-color: #fff;
  box-shadow: inset 0 0 0 2px #e6e8ef;
  color: #161a25;
}

.button.ghost:hover {
  box-shadow: 0 4px 12px 0 #a7adc0, inset 0 0 0 2px #cbd0df;
}

.button.ghost.inactive {
  box-shadow: inset 0 0 0 1px #e6e8ef;
  color: #a7adc0;
}

.button.ghost.inactive:hover {
  box-shadow: inset 0 0 0 2px #cbd0df;
}

.button.white {
  background-color: #fff;
  color: #161a25;
}

.button.white:hover {
  box-shadow: 0 4px 12px 0 rgba(22, 26, 37, 0.25);
}

.button.ghost-bg {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px hsla(0, 0%, 100%, 0.4);
}

.button.ghost-bg:hover {
  box-shadow: inset 0 0 0 2px #fff;
}

.button.red {
  background-color: #4268ff;
}

.button.red:hover {
  box-shadow: 0 4px 12px 0 rgba(255, 47, 91, 0.45);
}

.button.yellow {
  background-color: #ff9c2d;
}

.button.yellow:hover {
  box-shadow: 0 4px 12px 0 rgba(255, 156, 45, 0.5);
}

.button.rose {
  background-color: #f437a8;
}

.button.rose:hover {
  box-shadow: 0 4px 12px 0 rgba(244, 55, 168, 0.5);
}

.button.side-margins {
  margin-right: 8px;
  margin-left: 8px;
}

.button.subscribe-button {
  width: 33.33%;
  margin-right: 8px;
  margin-left: 8px;
  background-color: #f437a8;
}

.button.subscribe-button:hover {
  box-shadow: 0 4px 12px 0 rgba(22, 26, 37, 0.3);
}

.button.smal {
  height: 40px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 15px;
  line-height: 19px;
}

.button.buy {
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.button.step-button {
  position: relative;
  left: 90px;
  width: 180px;
  height: 36px;
  font-size: 15px;
  line-height: 17px;
}

.style-block {
  padding: 40px 15px;
  text-align: left;
}

.paragraph-small {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 20px;
}

.button-styles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  padding: 24px 15px;
  -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;
}

.button-style-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 24px 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.button-style-wrapper.dark-bg {
  background-color: #5079a8;
  color: #e6e8ef;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 1px 0 0 rgba(22, 26, 37, 0.1);
}

.nav-link {
  padding: 15px 16px;
  -webkit-transition: color 100ms ease;
  transition: color 100ms ease;
  font-weight: 600;
}

.nav-link:hover {
  color: #5079a8;
}

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

.nav-link.w--current:hover {
  color: #5079a8;
}

.text-white {
  color: #fff;
}

.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-wrap._404 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/rawpixel-com-584293-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/rawpixel-com-584293-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

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

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

.text-grey {
  color: #525b73;
}

.text-dark {
  color: #161a25;
}

.no-margin {
  margin: 0px;
}

.no-margin-bottom {
  margin-bottom: 0px;
}

.section-intro {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin-bottom: 80px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section-intro.no-margin {
  margin: 0px;
}

.section-intro.big-text {
  max-width: none;
  margin-bottom: 1%;
}

.dark {
  background-color: #161a25;
}

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

.mini-heading {
  margin-top: 3%;
  margin-bottom: 3%;
  padding-right: 2%;
  padding-left: 2%;
  color: #7c8499;
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.mini-heading.text-white {
  color: #fff;
}

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

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 80px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-right: 10px;
  padding-bottom: 32px;
  padding-left: 6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.link-footer {
  font-family: Roboto, sans-serif;
  color: #fff;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.link-footer:hover {
  font-weight: 500;
  letter-spacing: 0.35px;
  text-decoration: none;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e6e8ef;
  color: #7c8499;
  font-size: 12px;
  line-height: 16px;
}

.footer-bottom.dark-bg {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top-color: hsla(0, 0%, 100%, 0.2);
  color: hsla(0, 0%, 100%, 0.6);
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -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-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 19px;
  line-height: 28px;
  font-weight: 700;
}

.brand:hover {
  color: #5079a8;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.no-padding {
  padding: 0px;
}

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

.full-width {
  width: 100%;
}

.paragraph-big {
  font-size: 17px;
  line-height: 28px;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page-wrapper {
  overflow: hidden;
}

.grade-1 {
  background-image: linear-gradient(135deg, #ff4dae, #4268ff);
}

.grade-2 {
  background-image: linear-gradient(135deg, #ff9f2e, #f723c4);
}

.grade-3 {
  background-image: linear-gradient(135deg, #00f2aa, #0083ff);
}

.grade-4 {
  background-image: linear-gradient(135deg, #ffe10a, #ff3e5c);
}

.work-v2-preview {
  position: relative;
  z-index: 10;
  overflow: hidden;
  box-shadow: 0 16px 36px 0 rgba(22, 26, 37, 0.3);
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}

.divider {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 4px;
  margin-top: 20px;
  margin-bottom: 24px;
  background-color: #cbd0df;
}

.divider.white {
  background-color: #fff;
}

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

.intro-big-text {
  position: relative;
  top: 18px;
  display: block;
  margin-top: 8px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  color: rgba(80, 121, 168, 0.09);
  font-size: 90px;
  line-height: 90px;
  font-weight: 700;
}

.intro-big-text.solution {
  top: 18px;
  text-align: center;
}

.intro-big-text.apps {
  position: relative;
  margin-top: 6%;
  margin-bottom: 4%;
  font-family: Roboto, sans-serif;
  color: rgba(22, 26, 37, 0.76);
  text-shadow: 1px 1px 15px grey;
}

.nav-bar-shadow {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  box-shadow: 0 3px 16px 0 rgba(82, 91, 115, 0.15);
  opacity: 0;
}

.input {
  height: 48px;
  margin-bottom: 24px;
  padding: 15px 24px 14px;
  border: 1px solid #e6e8ef;
  border-radius: 24px;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.input:hover {
  border-color: #cbd0df;
}

.input:focus {
  border-color: #5079a8;
}

.input.subscribe-name {
  width: 33.33%;
  margin-right: 8px;
  margin-left: 8px;
  padding-left: 56px;
  border-color: transparent;
  background-image: url('../images/input-user-icon.svg');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}

.input.subscribe-email {
  width: 33.33%;
  margin-right: 8px;
  margin-left: 8px;
  padding-left: 56px;
  border-color: transparent;
  background-image: url('../images/input-mail-con.svg');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}

.input.footer-email {
  height: 40px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 48px;
  background-image: url('../images/input-mail-con.svg');
  background-position: 0px 50%;
  background-size: auto 40px;
  background-repeat: no-repeat;
  font-size: 13px;
  line-height: 20px;
}

.input.password {
  margin-top: 16px;
  text-align: center;
}

.subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 8px;
  padding-right: 7px;
  padding-left: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.subscribe {
  width: 800px;
  max-width: 100%;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 0px;
}

.testimonial-rating-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rating-star {
  margin-right: 1px;
  margin-left: 1px;
}

.cta-card {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 83.33%;
  padding: 72px 72px 72px 80px;
  -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;
  background-color: #fff;
  box-shadow: 0 10px 24px 0 rgba(82, 91, 115, 0.12);
}

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

.cta-card-heading {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-button {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}

.process {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-top: 4%;
  margin-bottom: 3%;
  padding: 10% 5px 5%;
  -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;
}

.process-step {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.process-step.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.process-step.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.process-step-info {
  position: relative;
  width: 40%;
  text-align: center;
}

.process-step-info.left {
  text-align: right;
}

.process-step-info.right {
  text-align: left;
}

.place-top {
  position: relative;
  z-index: 1;
}

.process-step-number {
  position: absolute;
  top: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #f4f5f9;
  font-size: 88px;
  line-height: 64px;
  font-weight: 700;
}

.process-step-number.left {
  left: -36px;
  top: -45px;
  right: auto;
  color: #e6e8ef;
  text-align: right;
}

.process-step-number.right {
  left: -36px;
  top: -45px;
  color: #e6e8ef;
  text-align: left;
}

.process-line {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 2px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(6%, #e6e8ef), color-stop(94%, #e6e8ef), to(transparent));
  background-image: linear-gradient(180deg, transparent, #e6e8ef 6%, #e6e8ef 94%, transparent);
}

.process-icon {
  position: absolute;
  left: 0px;
  top: -16px;
  right: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  background-color: #5079a8;
  box-shadow: 0 6px 12px 0 rgba(82, 91, 115, 0.2);
}

.process-icon.grade-1 {
  border-style: none;
  background-color: #5079a8;
  background-image: none;
  box-shadow: 0 0 14px 0 #a7adc0;
}

.process-icon.grade-2 {
  border-style: none;
  background-color: #5079a8;
  background-image: none;
  box-shadow: 0 0 14px 0 #a7adc0;
}

.process-icon.grade-3 {
  border-style: none;
  background-color: #5079a8;
  background-image: none;
  box-shadow: 0 0 14px 0 #a7adc0;
}

.bg-image {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-image._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 26, 37, 0.4)), to(rgba(22, 26, 37, 0.4)));
  background-image: linear-gradient(180deg, rgba(22, 26, 37, 0.4), rgba(22, 26, 37, 0.4));
}

.bg-image._6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 26, 37, 0.4)), to(rgba(22, 26, 37, 0.4)));
  background-image: linear-gradient(180deg, rgba(22, 26, 37, 0.4), rgba(22, 26, 37, 0.4));
}

.bg-image._11 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 26, 37, 0.4)), to(rgba(22, 26, 37, 0.4)));
  background-image: linear-gradient(180deg, rgba(22, 26, 37, 0.4), rgba(22, 26, 37, 0.4));
}

.mask {
  overflow: hidden;
}

.solution-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2%;
  margin-bottom: 4%;
  margin-left: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 10px 24px 0 rgba(167, 173, 192, 0.82);
  color: #161a25;
  text-align: center;
}

.solutions-tec-cards-wraper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-top: 20px;
  -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: 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;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.badge {
  display: inline-block;
  height: 20px;
  padding: 5px 8px;
  border-radius: 4px;
  background-color: #525b73;
  color: #fff;
  font-size: 8px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.badge.footer-v3-quote {
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #5079a8;
}

.badge.post-card-v2-category {
  margin-top: -10px;
  margin-bottom: 24px;
}

.work-v1-card {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 570px;
  margin-right: 6%;
  margin-bottom: 6%;
  padding: 48px;
  -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;
  box-shadow: 0 16px 36px 0 rgba(22, 26, 37, 0.25);
  text-align: center;
}

.link-dark {
  color: #161a25;
  text-decoration: none;
}

.link-dark:hover {
  text-decoration: underline;
}

.nav-dropdown-list.w--open {
  margin-left: -8px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: rgba(22, 26, 37, 0.92);
}

.nav-dropdown-link {
  padding: 8px 32px 8px 24px;
  -webkit-transition: color 100ms ease;
  transition: color 100ms ease;
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 14px;
}

.nav-dropdown-link:hover {
  color: #fff;
}

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

.form-error {
  background-color: transparent;
  color: #ff2f5b;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.form-error.subscribe-error {
  color: #fff;
}

.form-error.text-left {
  text-align: left;
}

.form-success {
  background-color: transparent;
}

.footer-legal-box {
  width: 25%;
  padding-right: 15px;
  padding-bottom: 32px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-nav-box {
  width: 25%;
  padding-right: 15px;
  padding-bottom: 32px;
  padding-left: 15px;
}

.footer-v1-nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -8px;
  -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;
  line-height: 40px;
}

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

.social-icons.footer-v1-icons {
  margin-left: -3px;
}

.social-icons.footer-v3-icons {
  padding-right: 12px;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin: 3px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #a7adc0;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.social-link.twitter:hover {
  background-color: #2aa3f0;
}

.social-link.facebook:hover {
  background-color: #3b5998;
}

.social-link.instagram:hover {
  background-color: #ff2f5b;
}

.social-link.dribbble:hover {
  background-color: #ea4c89;
}

.social-link.behance:hover {
  background-color: #105dfb;
}

.social-link.dark-bg {
  background-color: hsla(0, 0%, 100%, 0.15);
}

.social-icon-small {
  width: 12px;
}

.footer-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  text-transform: capitalize;
}

.footer-post-image {
  width: 84px;
}

.footer-post-info {
  margin-top: -2px;
  padding-left: 16px;
}

.footer-post-date {
  margin-top: 4px;
  color: #7c8499;
  font-size: 9px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-text-left {
  margin-right: 16px;
}

.footer-bottom-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.footer-bottom-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.heart-icon {
  display: inline-block;
  width: 12px;
  margin-right: 1px;
  background-image: url('../images/heart-icon-color.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: transparent;
}

.footer-v1-subscribe {
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-text-right {
  margin-left: 16px;
}

.footer-v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 48px;
  -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;
}

.footer-v3-logo {
  padding-right: 56px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-v3-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-v3-link {
  margin-right: 32px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #161a25;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

.footer-v3-link:hover {
  text-decoration: underline;
}

.footer-v3-link.link-white {
  color: #fff;
}

.post-item-v2 {
  width: 33.33%;
  padding-right: 15px;
  padding-bottom: 40px;
  padding-left: 15px;
}

.blog-v2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-v2.remove-margin {
  margin-bottom: -20px;
}

.post-card-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 10px 24px 0 rgba(82, 91, 115, 0.12);
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  color: #161a25;
  text-align: center;
  text-decoration: none;
}

.post-card-v2:hover {
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.post-card-v2-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 12%;
  padding-bottom: 40px;
  padding-left: 12%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-card-v2-date {
  margin-top: 20px;
  color: #a7adc0;
  font-size: 12px;
  line-height: 16px;
}

.post-card-v2-description {
  color: #525b73;
}

.empty-state {
  background-color: transparent;
  text-align: center;
}

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

.blog-v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-item-v3 {
  width: 33.33%;
  padding-right: 15px;
  padding-bottom: 40px;
  padding-left: 15px;
}

.post-card-v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 16px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 10px 24px 0 rgba(82, 91, 115, 0.12);
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  color: #161a25;
  text-align: center;
  text-decoration: none;
}

.post-card-v3:hover {
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.post-card-v3-avatar {
  width: 54px;
  height: 54px;
  margin-top: -27px;
  border: 3px solid #fff;
  border-radius: 50%;
}

.post-card-v3-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 8px;
  padding-top: 27px;
  padding-bottom: 29px;
  -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;
  border-top: 1px solid #e6e8ef;
  color: #a7adc0;
  font-size: 12px;
  line-height: 20px;
}

.post-card-v3-heading {
  width: 100%;
  margin-bottom: 24px;
  padding-right: 8%;
  padding-left: 8%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-transform: capitalize;
}

.post-card-v3-author {
  margin-top: 8px;
  margin-bottom: 12px;
  color: #7c8499;
  font-size: 13px;
  line-height: 20px;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-family: 'Roboto Slab', sans-serif;
}

.works-v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: -80px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.works-v3.remove-margin {
  margin-bottom: -80px;
}

.works-v3-item {
  width: 50%;
  padding-right: 3%;
  padding-bottom: 80px;
  padding-left: 3%;
}

.work-v3 {
  width: 100%;
  border-bottom: 1px solid #e6e8ef;
  color: #161a25;
  text-decoration: none;
}

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

.work-v3-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 16px;
  -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;
}

.work-v3-heading {
  margin-top: -2px;
  margin-right: 24px;
  text-transform: capitalize;
}

.cta-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 56px 4%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.cta-v1-heading {
  margin-right: 32px;
  margin-bottom: 2px;
  color: #fff;
  text-align: left;
}

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  -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: 1px solid #a7adc0;
  border-radius: 3px;
  background-color: #cbd0df;
  box-shadow: 0 0 7px 1px #cbd0df;
}

.feature-dark {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 440px;
  margin: 15px;
  padding: 48px 3%;
  -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-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;
}

.post-info {
  max-width: 670px;
  text-align: center;
}

.post-heading {
  margin-top: 24px;
  text-transform: capitalize;
}

.post-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 600px;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #525b73;
}

.post-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-content a {
  color: #5079a8;
}

.subscribe-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
  -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: 3px solid #fff;
  border-radius: 50%;
  background-color: #ff9c2d;
}

.subscribe-icon.grade-4 {
  width: 70px;
  height: 70px;
}

.works-v3-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.work-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin-bottom: 40px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.work-heading {
  margin-top: 24px;
  margin-bottom: 24px;
  text-transform: capitalize;
}

.work-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  margin-bottom: 80px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.work-info-block {
  padding: 16px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #e6e8ef;
  text-align: center;
}

.no-border {
  border-style: none;
}

.work-presentation {
  width: 83.33%;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-author-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -48px;
  margin-bottom: 88px;
  padding-right: 25%;
  padding-bottom: 80px;
  padding-left: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e6e8ef;
  text-align: center;
}

.blog-author-avatar {
  width: 120px;
  height: 120px;
  margin-bottom: 24px;
  border-radius: 50%;
}

.nav-dropdown-icon {
  display: none;
}

.works-v5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.works-v5.remove-margin {
  margin-bottom: -48px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.works-v5-item {
  width: 33.33%;
  padding-right: 15px;
  padding-bottom: 48px;
  padding-left: 15px;
}

.work-v5 {
  color: #161a25;
  text-align: center;
  text-decoration: none;
}

.work-v5-heading {
  margin-top: 20px;
  text-transform: capitalize;
}

.hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(22, 26, 37, 0.6);
  color: #fff;
}

.hover.color-1 {
  background-color: rgba(75, 107, 245, 0.88);
}

.hover-info.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 88px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-link {
  display: inline-block;
  height: 40px;
  padding: 11px 24px;
  border-radius: 24px;
  background-color: transparent;
  color: #525b73;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
}

.tab-link.w--current {
  background-color: #fff;
  box-shadow: 0 8px 20px 0 rgba(82, 91, 115, 0.12);
  color: #5079a8;
}

.float-element-1 {
  position: absolute;
  top: -88px;
  right: 12%;
  width: 248px;
  height: 248px;
  border-radius: 50%;
  background-image: url('../images/pattern-dot-white.svg');
  background-position: 50% 50%;
  opacity: 0.16;
}

.work-preview-wrapper {
  position: relative;
  width: 100%;
}

.button-icon {
  width: 20px;
  margin-right: 12px;
}

.float-element-2 {
  position: absolute;
  left: 0px;
  bottom: 20%;
  width: 20%;
  height: 144px;
  background-image: url('../images/pattern-dot-white.svg');
  background-position: 100% 0px;
  background-size: 8px;
  opacity: 0.16;
}

.float-elements {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
}

.work-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 680px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #525b73;
}

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

.loading-icon {
  position: relative;
  width: 56px;
}

.protected-card {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 370px;
  padding: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 10px 24px 0 rgba(22, 26, 37, 0.4);
  text-align: center;
}

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

.post-author {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  margin-right: 54px;
  padding: 40px 40px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #e6e8ef;
  text-align: center;
}

.post-author-avatar {
  width: 72px;
  height: 72px;
  margin-bottom: 16px;
  border-radius: 50%;
}

.post-author-link {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 48px;
  padding-top: 11px;
  padding-bottom: 11px;
  border-top: 1px solid #e6e8ef;
  -webkit-transition: background-color 300ms ease, color 300ms ease, border-color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease, border-color 300ms ease;
  color: #161a25;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.post-author-link:hover {
  border-top-color: transparent;
  background-color: #5079a8;
  color: #fff;
}

.progress-bar {
  position: fixed;
  z-index: 101;
  width: 100%;
  height: 3px;
  background-color: #5079a8;
}

.post-author-name {
  margin-bottom: 16px;
}

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

.instagram-button {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: linear-gradient(135deg, #ff9f2e, #f723c4);
  box-shadow: 0 10px 24px 0 rgba(244, 55, 168, 0.4);
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
}

.instagram-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 78%;
  margin: auto;
  opacity: 0.16;
}

.instagram-photo-link {
  position: relative;
  width: 230px;
  height: 230px;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.instagram-photo-link:hover {
  z-index: 1;
  box-shadow: 0 10px 24px 0 rgba(22, 26, 37, 0.24);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.instagram-promo {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.nav-logo {
  width: 169px;
}

.home-hero-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 10px 5px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: transparent;
}

.hero-mini-heading {
  padding-bottom: 25px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.5px;
}

.home-hero-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  min-height: 70vh;
  padding: 20% 10% 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-devider {
  width: 80px;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cbd0df;
}

.home-hero-text {
  margin-bottom: 2%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  border: 1px none #fff;
  font-family: Roboto, sans-serif;
  color: #fff;
  line-height: 55px;
  font-weight: 900;
  text-align: center;
}

.challenges {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5%;
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.challenge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  padding: 8px 25px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.challenge-title {
  color: #161a25;
  font-weight: 300;
  text-align: center;
}

.div-10r-30l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  margin-right: 35%;
  margin-left: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.challenge-text-span {
  font-size: 23px;
  font-weight: 700;
}

.section-title {
  max-width: 1200px;
  margin-bottom: 3%;
  color: #161a25;
  font-size: 39px;
  line-height: 51px;
  font-weight: 400;
  text-align: center;
}

.text-span-strong {
  color: #5079a8;
  font-weight: 900;
}

.home-solution-title {
  color: #5079a8;
  font-weight: 700;
}

.solution-description {
  margin-right: 15%;
  margin-left: 15%;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.home-solution-symbol-3 {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.7)), to(hsla(0, 0%, 100%, 0.7))), url('../images/hand_thumb_up.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.7), hsla(0, 0%, 100%, 0.7)), url('../images/hand_thumb_up.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 64px 64px;
}

.home-solution-symbol-1 {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.7)), to(hsla(0, 0%, 100%, 0.7))), url('../images/rocket.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.7), hsla(0, 0%, 100%, 0.7)), url('../images/rocket.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 64px 64px;
}

.footer-title {
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  line-height: 40px;
  font-weight: 900;
}

.footer-copyright {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.link-block {
  width: 150px;
}

.footer-disclaimer {
  margin-top: 24px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  line-height: 18px;
  font-weight: 300;
}

.button-box {
  display: block;
  padding: 5px;
}

.button-collection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2%;
  margin-bottom: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.testimonials-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: 10%;
  margin-bottom: 5%;
  margin-left: 10%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.testimonal-box {
  width: 31%;
  height: 280px;
  margin: 10px;
  padding-top: 5px;
  border: 1px solid #e6e8ef;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 10px 24px 0 rgba(167, 173, 192, 0.82);
}

.testimonial-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.testimonial-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1px;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-testimonial-portrait-round {
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.text-testimonial-quote {
  padding-right: 2%;
  padding-bottom: 2%;
  padding-left: 2%;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-style: italic;
  font-weight: 300;
}

.text-testimonial-contact {
  padding: 4% 2%;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  line-height: 14px;
  font-style: normal;
}

.text-testimonial-bullet {
  padding-bottom: 2%;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-style: italic;
  font-weight: 700;
}

.testimonial-list {
  padding-left: 26px;
  font-size: 15px;
  line-height: 24px;
}

.download-apps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  padding: 10px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #5079a8;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 19px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.download-apps:hover {
  box-shadow: 0 4px 12px 0 #7c8499;
}

.button-box-download-apps {
  display: block;
  padding: 5px;
}

.legal-title {
  margin-top: 40px;
  margin-bottom: 70px;
  font-family: Roboto, sans-serif;
  color: #161a25;
  font-size: 44px;
  line-height: 50px;
  font-weight: 900;
}

.legal-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.legal-heading-1 {
  margin-top: 31px;
  margin-bottom: 1px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 1px;
}

.legal-text {
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.legal-list {
  margin-top: 5px;
  margin-bottom: 16px;
  padding-left: 26px;
  font-size: 12px;
  line-height: 16px;
}

.about-hero-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 10px 5%;
  padding: 0px 5px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: transparent;
}

.about-hero-mini-heading {
  padding-top: 21px;
  padding-bottom: 65px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.location-wraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-top: 3%;
  margin-right: 10%;
  margin-left: 10%;
  -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;
}

.about-header-title {
  width: 30%;
  font-family: Roboto, sans-serif;
  color: #161a25;
  font-size: 36px;
  line-height: 45px;
  font-weight: 300;
  text-align: left;
}

.about-header-text {
  width: 70%;
  padding-top: 4px;
  padding-left: 5%;
  border-left: 1px solid transparent;
  color: #161a25;
  font-size: 20px;
  line-height: 29px;
  font-weight: 300;
}

.bold-text {
  font-weight: 400;
}

.nav-link {
  padding: 5px;
}

.nav-text {
  padding-right: 5px;
  padding-left: 5px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  color: #161a25;
}

.nav-text:hover {
  border-bottom-color: #5079a8;
}

.nav-text.nav-text-active {
  border-bottom-color: #5079a8;
}

.nav-block {
  display: block;
  padding: 10px 5px;
}

.nav-menu-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-text-with-line {
  width: 70%;
  padding-top: 4px;
  padding-left: 5%;
  border-left: 1px solid #cbd0df;
  border-radius: 4px;
  color: #161a25;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
}

.about-bold {
  font-weight: 400;
}

.support-hero-wraper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding: 30px 5%;
  -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;
}

.support-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  max-width: 1200px;
  -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-perspective: 1000px;
  perspective: 1000px;
}

.support-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-bottom: 40px;
  margin-left: 15px;
  padding: 40px 2% 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 10px 24px 0 rgba(167, 173, 192, 0.82);
  color: #161a25;
  text-align: center;
}

.support-symol-onpremise {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.3)), to(hsla(0, 0%, 100%, 0.3))), url('../images/office_building_1.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)), url('../images/office_building_1.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 64px 64px;
}

.support-symbol-cloud {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.3)), to(hsla(0, 0%, 100%, 0.3))), url('../images/cloud.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)), url('../images/cloud.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 64px 64px;
}

.support-title {
  color: #5079a8;
  font-weight: 700;
}

.support-card-description {
  height: 120px;
}

.solution-card-description {
  height: 80px;
  padding-right: 30px;
  line-height: 22px;
  font-weight: 300;
  text-align: left;
}

.services-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  max-width: 1200px;
  -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-perspective: 1000px;
  perspective: 1000px;
}

.services-sysmbol-consulting {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.3)), to(hsla(0, 0%, 100%, 0.3))), url('../images/users5.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)), url('../images/users5.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 64px 64px;
}

.services-symbol-training {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.3)), to(hsla(0, 0%, 100%, 0.3))), url('../images/graduate.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)), url('../images/graduate.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 64px 64px;
}

.services-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-bottom: 40px;
  margin-left: 15px;
  padding: 40px 5% 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 10px 24px 0 rgba(167, 173, 192, 0.82);
  color: #161a25;
  text-align: center;
}

.services-card-description {
  height: 120px;
}

.services-title {
  color: #5079a8;
  font-weight: 700;
}

.services-hero-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding: 20% 5% 30px;
  -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;
}

.contact-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  max-width: 1200px;
  -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-perspective: 1000px;
  perspective: 1000px;
}

.nav-block-burger {
  display: none;
  padding: 10px 5px;
}

.location-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 800px;
  padding: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #fff;
  text-align: center;
}

.location-title {
  color: #5079a8;
  font-size: 28px;
  line-height: 34px;
}

.location-description {
  margin-right: 5%;
  margin-left: 5%;
  color: #161a25;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.location-detail-titile {
  margin-bottom: 10px;
  color: #161a25;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
}

.locadtion-details-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5%;
  margin-bottom: 10%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.location-details-card {
  width: 45%;
}

.location-detail-address {
  margin-bottom: 10px;
  color: #161a25;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-align: left;
}

.location-detail-wraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.contact-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 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;
}

.partner-title {
  color: #161a25;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
}

.partner-description {
  margin-top: 24px;
  margin-bottom: 0px;
  color: #161a25;
  font-size: 21px;
  line-height: 31px;
  font-weight: 300;
  text-align: left;
}

.partner-benefit {
  padding-left: 30px;
  background-image: url('../images/ok.svg');
  background-position: 0px 4px;
  background-size: 24px;
  background-repeat: no-repeat;
  color: #161a25;
  font-size: 21px;
  line-height: 31px;
  font-weight: 300;
  text-align: left;
}

.partner-benefits-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.partner-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3%;
  margin-right: 5%;
  margin-left: 15%;
  -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: 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;
}

.partner-button-box {
  display: block;
  padding: 5px 15px 5px 0px;
}

.partner-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1%;
  margin-right: 35%;
  margin-left: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.pagenotfound-header {
  color: #fff;
}

.pagenotfound-text {
  background-color: transparent;
  color: #fff;
}

.app-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-bottom: 40px;
  margin-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #cbd0df;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 10px 24px 0 rgba(167, 173, 192, 0.82);
  color: #161a25;
  text-align: center;
}

.app-card-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: rgba(80, 121, 168, 0.1);
}

.app-card-icon {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.app-card-title-onpremclient {
  min-height: 35px;
  margin-top: 2px;
  margin-bottom: 5px;
  padding-top: 3px;
  padding-right: 40px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.3)), to(hsla(0, 0%, 100%, 0.3))), url('../images/workplace.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)), url('../images/workplace.svg');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, 32px 32px;
  background-repeat: repeat, no-repeat;
  color: #161a25;
  font-weight: 700;
  text-align: left;
}

.app-card-description {
  width: 90%;
  height: 112px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #161a25;
  line-height: 22px;
  font-weight: 300;
  text-align: left;
}

.app-card-inner-wraper {
  margin: 10px;
  padding-right: 0px;
  padding-left: 10px;
}

.app-card-supported-apps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.app-card-supported-apps-icon {
  margin: 3px;
}

.app-card-separator {
  width: 100%;
  height: 1px;
  border-top: 1px solid #a7adc0;
}

.app-card-fineprint {
  width: 100%;
  height: auto;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #7c8499;
  font-size: 11px;
  line-height: 14px;
  font-weight: 300;
  text-align: left;
}

.app-card-buttons-collection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 250px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.app-card-buttons-wrapper {
  margin: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.app-card-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  padding: 10px 14px;
  -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: 1px solid #7c8499;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  font-family: Roboto, sans-serif;
  color: #161a25;
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.app-card-button:hover {
  box-shadow: 0 0 7px 3px rgba(124, 132, 153, 0.45);
}

.apps-cards-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -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;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.app-cards-buffer-onprem {
  width: 66.5%;
}

.app-card-title-cloud {
  min-height: 35px;
  margin-top: 4px;
  margin-bottom: 5px;
  padding-top: 1px;
  padding-right: 40px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.3)), to(hsla(0, 0%, 100%, 0.3))), url('../images/cloud.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)), url('../images/cloud.svg');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, 32px;
  background-repeat: repeat, no-repeat;
  color: #161a25;
  font-size: 21px;
  font-weight: 700;
  text-align: left;
}

.app-cards-buffer-cloud {
  width: 66%;
}

.app-card-designedfor {
  width: 90%;
  height: auto;
  margin-top: 8px;
  margin-bottom: 0px;
  color: #525b73;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  text-align: left;
}

.award-banner {
  position: static;
  top: -6px;
  right: -132px;
  display: inline;
  margin-right: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.app-card-title-azure {
  min-height: 35px;
  margin-top: 1px;
  margin-bottom: 5px;
  padding-top: 4px;
  padding-right: 40px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.3)), to(hsla(0, 0%, 100%, 0.3))), url('../images/server_cloud.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)), url('../images/server_cloud.svg');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, 32px 32px;
  background-repeat: repeat, no-repeat;
  color: #161a25;
  font-weight: 700;
  text-align: left;
}

.app-card-title-onpremserver {
  min-height: 35px;
  margin-top: 2px;
  margin-bottom: 5px;
  padding-top: 3px;
  padding-right: 40px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.3)), to(hsla(0, 0%, 100%, 0.3))), url('../images/server.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)), url('../images/server.svg');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, 32px 32px;
  background-repeat: repeat, no-repeat;
  color: #161a25;
  font-weight: 700;
  text-align: left;
}

.apps-hero-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  min-height: 50vh;
  padding: 80px 5% 20px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.apps-hero-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 430px;
  margin: 10px 10px 2%;
  padding: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: transparent;
}

.app-card-price {
  width: 90%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #161a25;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.2px;
}

.app-card-price-details {
  width: 90%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #161a25;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  text-align: left;
}

.app-card-price-fee {
  width: 90%;
  height: auto;
  margin-top: 9px;
  margin-bottom: 51px;
  color: #161a25;
  font-size: 19px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.2px;
}

.app-description {
  margin: 2% 15%;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.blog-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  max-width: 1200px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.blog-card {
  display: block;
  margin-right: 15px;
  margin-bottom: 40px;
  margin-left: 15px;
  padding: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: 0 10px 24px 0 rgba(167, 173, 192, 0.82);
  color: #161a25;
  text-align: center;
}

.blog-card.hidden {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e6e8ef;
  border-radius: 3px;
  box-shadow: 0 7px 12px 0 rgba(167, 173, 192, 0.82);
}

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

.blog-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.html-embed {
  width: 70%;
}

.blog-title {
  margin-bottom: 0px;
  color: #161a25;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.blog-text {
  margin-bottom: 0px;
  font-size: 13px;
  text-align: left;
}

.blog-date {
  margin-bottom: 0px;
  padding-top: 1%;
  padding-bottom: 5%;
  font-size: 10px;
  line-height: 11px;
  font-weight: 500;
}

.blog-footnote {
  margin-top: 2%;
  margin-bottom: 0px;
  font-size: 10px;
  line-height: 14px;
  text-align: left;
}

.blog-hero-wraper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding: 30px 5%;
  -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;
}

.solutions-hero-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin: 15% 5% 1%;
  padding: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: hsla(0, 0%, 100%, 0);
}

.solutions-hero-mini-heading {
  max-width: 560px;
  padding-bottom: 40px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.5px;
}

.solutions-here-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.solutions-home-hero-text {
  position: static;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  font-family: Roboto, sans-serif;
  color: #fff;
  line-height: 52px;
  font-weight: 900;
  text-align: center;
}

.solutions-hero-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  min-height: 40vh;
  margin-top: 1%;
  padding: 0% 10px 2%;
  -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;
}

.solution-hero-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  margin: 2px 10px;
  padding: 10px 28px;
  -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: 2px solid #e6e8ef;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  font-family: Roboto, sans-serif;
  color: #e6e8ef;
  font-size: 17px;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.solution-hero-button:hover {
  box-shadow: 0 4px 12px 0 hsla(0, 0%, 100%, 0.5);
}

.hero-hero-button-google {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  margin: 2px 1px;
  -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: 1px solid #525b73;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  font-family: Roboto, sans-serif;
  color: #161a25;
  font-size: 17px;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.hero-hero-button-google:hover {
  box-shadow: 0 4px 12px 0 hsla(0, 0%, 100%, 0.5);
}

.section-haze {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5% 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f5f9;
}

.section-white {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 60px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.solution-card-icon {
  margin: 10px;
  opacity: 0.9;
}

.solution-card-icon-small {
  margin: 2px;
  opacity: 0.9;
}

.action-teaser {
  margin: 24px 15%;
  color: #161a25;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
}

.about-hero-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  min-height: 70vh;
  padding: 5% 10% 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.solution-cards-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -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;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.solution-tec-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-bottom: 40px;
  margin-left: 15px;
  padding: 40px 5% 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 10px 24px 0 rgba(167, 173, 192, 0.82);
  color: #161a25;
  text-align: center;
}

.solution-card-title {
  margin-bottom: 0px;
  padding-right: 40px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
}

.solution-card-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 400px;
  padding-bottom: 3px;
  -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;
  color: #161a25;
}

.solution-card-button:hover {
  background-color: #fff;
}

.solution-tec-card-title {
  color: #5079a8;
  font-weight: 700;
}

.solution-tec-card-description {
  height: 120px;
  min-width: 300px;
}

.solution-tec-card-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  min-width: 300px;
  -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: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.solution-card-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.solution-card-designed-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.soluction-card-supported-apps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.solution-card-learnmore-wrapper {
  width: 250px;
}

.home-solution-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-bottom: 40px;
  margin-left: 15px;
  padding-top: 30px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 10px 24px 0 rgba(167, 173, 192, 0.82);
  color: #161a25;
  text-align: center;
}

.home-solution-card-description {
  height: 80px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.home-solution-symbol-2-copy {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.7)), to(hsla(0, 0%, 100%, 0.7))), url('../images/target.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.7), hsla(0, 0%, 100%, 0.7)), url('../images/target.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 64px 64px;
}

.home-solutions-cards-wraper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-top: 20px;
  -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: 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;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.solutions-screenshot-slider {
  width: 100vw;
  height: 100%;
  max-width: 1200px;
  margin-right: 1%;
  margin-bottom: 2%;
  margin-left: 1%;
  background-color: #fff;
}

.solutions-slide-wrapper {
  margin: 5px 50px;
  padding: 10px 10px 50px;
}

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

.icon-2 {
  color: #161a25;
  font-size: 32px;
}

.right-arrow {
  width: 38px;
  background-color: transparent;
  color: #161a25;
}

.slide-nav {
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
}

.left-arrow {
  width: 38px;
  font-size: 22px;
  line-height: 21px;
}

.icon-3 {
  font-size: 32px;
}

.award-ribbon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  min-height: 45px;
  margin-top: 3%;
  margin-bottom: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #161a25;
}

.award-text {
  margin-bottom: 0px;
  padding: 5px;
  color: #f4f5f9;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

.award-icon {
  margin-right: 10px;
  margin-left: 20px;
}

.button-collection-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-hero-button-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 165px;
  height: 44px;
  -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: 2px solid #525b73;
  border-radius: 24px;
  background-color: #fff;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  font-family: Roboto, sans-serif;
  color: #161a25;
  font-size: 17px;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.hero-hero-button-mobile:hover {
  box-shadow: 0 4px 12px 0 hsla(0, 0%, 100%, 0.5);
}

.hero-mini-description {
  width: 100%;
  margin-bottom: 16px;
  padding-top: 5%;
  padding-right: 2%;
  padding-left: 2%;
  color: #f4f5f9;
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.solutions-wrapper-separator {
  width: 50%;
  height: 50px;
}

.button-fake {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  box-shadow: inset 0 0 0 2px #e6e8ef;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 19px;
  font-weight: 400;
}

.button-fake:hover {
  box-shadow: 1px 0 12px 4px #cbd0df, inset 0 0 0 2px #cbd0df;
}

.buy-tab {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-bottom: 4px solid transparent;
  border-left: 2px none #000;
  background-color: transparent;
  text-align: center;
}

.buy-tab:hover {
  border-bottom-color: #e6e8ef;
}

.buy-tab.w--current {
  border-style: none none solid;
  border-width: 1px 1px 4px;
  border-color: #000 #000 #5079a8;
  background-color: transparent;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.buy-text {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 300;
  text-align: left;
}

.buy-tab-content {
  width: 100%;
  padding: 2% 5%;
  text-align: left;
}

.tabs {
  width: 100%;
  max-width: 1200px;
  margin-top: 0%;
}

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

.buy-bullet-text {
  margin: 5px 1% 0px 0px;
  font-size: 15px;
  line-height: 16px;
  text-align: left;
}

.buy-bullet-list {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 17px;
  line-height: 16px;
}

.buy-description {
  margin-top: 3%;
  margin-bottom: 5px;
  font-size: 10px;
  line-height: 13px;
  font-weight: 500;
  text-align: left;
}

.buy-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  margin-right: 5%;
  margin-bottom: 5%;
  margin-left: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 3px;
  background-color: #ff9c2d;
  box-shadow: 1px 1px 16px 2px #cbd0df;
}

.buy-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  padding: 20px 20px 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #cbd0df #525b73 #cbd0df #cbd0df;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: transparent;
}

.buy-offering-wraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 20px 10px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px 0px;
  border-color: #cbd0df #cbd0df #cbd0df #a7adc0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
}

.buy-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 2%;
  margin-bottom: 2%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.buy-text-itsfree {
  margin-bottom: 5px;
  font-size: 51px;
  line-height: 68px;
  font-weight: 900;
  text-align: left;
}

.solution-card-title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 80px;
  padding: 5px 10px 5px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #525b73;
}

.text-span-2 {
  font-size: 10px;
  line-height: 19px;
}

.section-apps {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 24px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.pricing-card {
  width: 251px;
  height: 302px;
  margin: 2%;
  background-color: #fff;
  box-shadow: 1px 1px 16px 2px #cbd0df;
}

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

.pricing-card-icon {
  position: static;
  margin-right: 5px;
  margin-left: 10px;
}

.pricing-card-product {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 17px;
}

.pricing-card-banner {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -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;
  background-color: #5079a8;
}

.grid {
  margin-right: 5px;
  margin-left: 5px;
  justify-items: center;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-auto-flow: column;
  grid-column-gap: 6px;
  grid-row-gap: 4px;
  grid-template-areas: ".";
  -ms-grid-columns: 1.5fr 6px 1.25fr 6px 1.25fr;
  grid-template-columns: 1.5fr 1.25fr 1.25fr;
  -ms-grid-rows: auto 4px auto 4px auto 4px auto 4px auto 4px auto 4px auto 4px auto;
  grid-template-rows: auto auto auto auto auto auto auto auto;
}

.pricing-card-title {
  margin-top: 20px;
  margin-bottom: 9px;
  margin-left: 5px;
  font-family: Roboto, sans-serif;
  color: #161a25;
  font-weight: 700;
  text-align: center;
}

.pricing-card-columntitle {
  font-family: Roboto, sans-serif;
  color: #525b73;
  font-size: 11px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
}

.pricing-card-price {
  font-family: Roboto, sans-serif;
  color: #161a25;
  font-size: 14px;
  line-height: 18px;
}

.pricing-notes {
  margin-top: 4%;
  margin-bottom: 1%;
  font-family: Roboto, sans-serif;
  color: #525b73;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
}

.pricing-card-scale {
  font-family: Roboto, sans-serif;
  color: #525b73;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.about-video-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  margin-top: 3%;
  margin-right: 20%;
  margin-left: 20%;
  -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;
}

.image {
  width: 70%;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  padding: 10px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #5079a8;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 19px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.button-2:hover {
  box-shadow: 0 4px 12px 0 #7c8499;
}

.services-sysmbol-premiumsupport {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.3)), to(hsla(0, 0%, 100%, 0.3))), url('../images/trophy.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)), url('../images/trophy.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 64px 64px;
}

.grid-2 {
  margin-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-columns: 5fr 0.5fr 0.5fr 0.5fr 0.5fr;
  grid-template-columns: 5fr 0.5fr 0.5fr 0.5fr 0.5fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  font-size: 15px;
  line-height: 15px;
}

.support-grid-title {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  text-align: left;
}

.support-grid-title-label {
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.support-grid-offering {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-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;
  font-family: Roboto, sans-serif;
  text-align: left;
}

.support-grid-offering-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
}

.support-card-text {
  margin-top: 10px;
  margin-bottom: 24px;
}

.support-card-footer {
  margin-top: 24px;
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 17px;
  text-align: left;
}

.columns {
  margin-right: 2%;
  margin-left: 2%;
}

.column {
  margin-bottom: 20px;
}

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

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

.section-2 {
  background-color: #f4f5f9;
}

.career-page {
  margin: 5% 3%;
  padding: 5% 10%;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #525b73;
}

.career-heading {
  padding-bottom: 5%;
  font-family: Montserrat, sans-serif;
  font-size: 41px;
  line-height: 60px;
  font-weight: 700;
}

.career-intro {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.career-title {
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 30px;
  font-weight: 700;
}

.career-text {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
}

.career-opportunity-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 300px;
  margin: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border: 1px none #e6e8ef;
  border-radius: 3px;
  box-shadow: 1px 1px 3px 0 #525b73;
}

.career-opportunity-block:hover {
  border: 1px none #525b73;
  box-shadow: 1px 1px 7px 0 #525b73;
}

.columns-2 {
  width: 100%;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

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

.career-block-text {
  min-height: 80px;
  padding: 5% 4%;
  color: #161a25;
}

.career-bullet-list {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 17px;
  line-height: 16px;
}

.career-bullet-text {
  margin: 5px 1% 0px 0px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 30px;
  text-align: left;
}

.career-columns {
  width: 100%;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.video {
  width: 50%;
}

.blog-video-container {
  width: 50%;
}

.award {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 3%;
}

.app-card-button-icon {
  padding: 4px 14px;
  border: 1px solid #7c8499;
  border-radius: 3px;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.app-card-button-icon:hover {
  box-shadow: 0 0 7px 3px rgba(124, 132, 153, 0.45);
}

.app-card-video {
  margin-top: 5px;
  margin-bottom: 5px;
}

.app-card-video-container {
  width: 95%;
}

.solutions-home-hero-title {
  position: static;
  margin: 15% 0px 7%;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 86px;
  line-height: 101px;
  font-weight: 900;
  text-align: center;
}

.solutions-hero-block-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-right: 1%;
  margin-bottom: 1%;
  margin-left: 5%;
  padding: 2% 0% 2% 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: hsla(0, 0%, 100%, 0);
}

.solutions-home-hero-text-right {
  position: static;
  margin-right: 0px;
  margin-bottom: 1%;
  margin-left: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 37px;
  line-height: 36px;
  font-weight: 900;
  text-align: center;
}

.solutions-hero-mini-heading-right {
  max-width: 560px;
  padding-bottom: 40px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  text-align: right;
  letter-spacing: 0.5px;
}

.section-subtitle {
  max-width: 1200px;
  margin-right: 41%;
  margin-bottom: 3%;
  margin-left: 2%;
  color: #161a25;
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
}

.container-expectations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  min-height: 100px;
  -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;
  background-color: #e6e8ef;
  background-image: url('../images/expectations.png');
  background-position: -28% 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section-title-copy {
  max-width: 1200px;
  margin-bottom: 3%;
  color: #161a25;
  font-size: 39px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}

.section-title-2 {
  max-width: 68%;
  margin-left: 2%;
  padding-top: 5%;
  font-size: 43px;
  line-height: 47px;
  font-weight: 900;
}

.section-white-plane {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
  background-color: #fff;
}

.container-2 {
  min-height: 100vh;
  background-image: url('../images/expectations.jpg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.expectations-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 51%;
  margin-bottom: 3%;
  margin-left: 2%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.expectation-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 20vw;
  min-width: 10vw;
  margin: 2% 4%;
  -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;
}

.expectation-text {
  padding-top: 5px;
}

.container-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  max-width: 1100px;
}

.award-ribbon-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  min-height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #161a25;
}

.section-gray-plane {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
  background-color: #e6e8ef;
}

.solutions-hero-wrapper-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-width: 1200px;
  min-height: 40vh;
  margin-top: 1%;
  padding: 0% 10px 2%;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.feature-image {
  max-width: 90%;
  margin-top: 2%;
  margin-bottom: 2%;
}

.app-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2%;
  margin-bottom: 4%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.app-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 209px;
  height: 190px;
  margin: 5px 10px;
  padding: 17px 10px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #e6e8ef;
}

.app-feature-text {
  font-size: 13px;
  line-height: 22px;
  text-align: center;
}

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

.app-feature-title {
  margin-bottom: 12px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.app-feature-introduction {
  margin: 2% 15% 1%;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

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

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

.column50 {
  width: 50%;
}

.next-description {
  margin: 2% 15%;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.steps {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-top: 0%;
  margin-bottom: 0%;
  margin-left: 20%;
  padding: 4% 5px 0%;
  -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;
}

.steps-line {
  position: absolute;
  left: 9%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 2px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(6%, #e6e8ef), color-stop(94%, #e6e8ef), to(transparent));
  background-image: linear-gradient(180deg, transparent, #e6e8ef 6%, #e6e8ef 94%, transparent);
}

.step-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  -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;
  text-align: left;
}

.step-block.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.step-block.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.step-number {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #5079a8;
  font-size: 69px;
  line-height: 64px;
  font-weight: 700;
}

.step-number.left {
  left: -36px;
  top: -45px;
  right: auto;
  color: #e6e8ef;
  text-align: right;
}

.step-number.right {
  left: -36px;
  top: -45px;
  color: #e6e8ef;
  text-align: left;
}

.step-title {
  position: relative;
  left: 90px;
  z-index: 1;
  text-align: left;
}

.step-text {
  position: relative;
  left: 90px;
  margin-bottom: 10px;
  color: #525b73;
  text-align: left;
}

.step-details {
  position: relative;
  width: 59%;
  text-align: center;
}

.step-details.left {
  text-align: right;
}

.step-details.right {
  text-align: left;
}

.next-footer-text {
  margin: 4% 15% 0%;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.next-footer {
  margin-bottom: 4%;
}

.button-google {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  margin-top: 2px;
  padding: 10px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #5079a8;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 19px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.button-google:hover {
  box-shadow: 0 4px 12px 0 #7c8499;
}

.button-google.small {
  height: 40px;
  padding: 10px 24px;
  border-radius: 20px;
  line-height: 20px;
}

.button-google.big {
  height: 56px;
  padding: 15px 32px;
  border-radius: 28px;
  font-size: 17px;
  line-height: 28px;
}

.button-google.ghost {
  border-radius: 3px;
  background-color: #fff;
  box-shadow: inset 0 0 0 2px #e6e8ef;
  color: #161a25;
}

.button-google.ghost:hover {
  box-shadow: 0 4px 12px 0 #a7adc0, inset 0 0 0 2px #cbd0df;
}

.button-google.ghost.inactive {
  box-shadow: inset 0 0 0 1px #e6e8ef;
  color: #a7adc0;
}

.button-google.ghost.inactive:hover {
  box-shadow: inset 0 0 0 2px #cbd0df;
}

.button-google.white {
  background-color: #fff;
  color: #161a25;
}

.button-google.white:hover {
  box-shadow: 0 4px 12px 0 rgba(22, 26, 37, 0.25);
}

.button-google.ghost-bg {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px hsla(0, 0%, 100%, 0.4);
}

.button-google.ghost-bg:hover {
  box-shadow: inset 0 0 0 2px #fff;
}

.button-google.red {
  background-color: #4268ff;
}

.button-google.red:hover {
  box-shadow: 0 4px 12px 0 rgba(255, 47, 91, 0.45);
}

.button-google.yellow {
  background-color: #ff9c2d;
}

.button-google.yellow:hover {
  box-shadow: 0 4px 12px 0 rgba(255, 156, 45, 0.5);
}

.button-google.rose {
  background-color: #f437a8;
}

.button-google.rose:hover {
  box-shadow: 0 4px 12px 0 rgba(244, 55, 168, 0.5);
}

.button-google.side-margins {
  margin-right: 8px;
  margin-left: 8px;
}

.button-google.subscribe-button {
  width: 33.33%;
  margin-right: 8px;
  margin-left: 8px;
  background-color: #f437a8;
}

.button-google.subscribe-button:hover {
  box-shadow: 0 4px 12px 0 rgba(22, 26, 37, 0.3);
}

.button-google.smal {
  height: 40px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 15px;
  line-height: 19px;
}

.button-google.buy {
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.button-google.step-button {
  position: relative;
  left: 90px;
  width: 180px;
  height: 36px;
  font-size: 15px;
  line-height: 17px;
}

.paragraph {
  width: 50vw;
  max-width: 800px;
  min-width: 200px;
}

.home-hero-title {
  margin-bottom: 2%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  border: 1px none #fff;
  font-family: Roboto, sans-serif;
  color: #fff;
  line-height: 55px;
  font-weight: 900;
  text-align: center;
}

.home-hero-subtitle {
  width: 80%;
  margin-bottom: 2%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  border: 1px none #fff;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 41px;
  font-weight: 300;
  text-align: center;
}

.app-card-price-details-comingsoon {
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 8px;
  padding-left: 8px;
  color: #5079a8;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
}

.coming-soon-div {
  width: 54px;
  margin-right: 4px;
  margin-left: 4px;
}

.coming-soon-text {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 11px;
  line-height: 13px;
  font-weight: 400;
  text-align: center;
}

.blog-card-hidden {
  display: none;
  margin-right: 15px;
  margin-bottom: 40px;
  margin-left: 15px;
  padding: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: 0 10px 24px 0 rgba(167, 173, 192, 0.82);
  color: #161a25;
  text-align: center;
}

.blog-card-hidden.hidden {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e6e8ef;
  border-radius: 3px;
  box-shadow: 0 7px 12px 0 rgba(167, 173, 192, 0.82);
}

.blog-image {
  width: 70%;
}

.blog-image-html {
  margin-bottom: 2%;
  border: 1px solid #e6e8ef;
  border-radius: 1px;
}

.blog-image-annotation {
  margin-bottom: 0px;
  font-size: 11px;
  line-height: 16px;
  text-align: left;
}

.grid-designer {
  margin-right: 5px;
  margin-left: 5px;
  justify-items: center;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-auto-flow: column;
  grid-column-gap: 6px;
  grid-row-gap: 4px;
  grid-template-areas: ".";
  -ms-grid-columns: 1.5fr 6px 1.25fr 6px 1.25fr;
  grid-template-columns: 1.5fr 1.25fr 1.25fr;
  -ms-grid-rows: auto 4px auto;
  grid-template-rows: auto auto;
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 52px;
  }

  .section {
    padding: 104px 8px;
  }

  .section.page-header {
    padding-top: 164px;
  }

  .section.home-hero-section {
    height: 90vh;
    padding-top: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/home-hero-1080x.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/home-hero-1080x.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .section.utility-section {
    margin-top: -60px;
    padding-top: 166px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .section.challenge-sectioin {
    padding-top: 5%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/boss-1600.jpeg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/boss-1600.jpeg');
    background-position: 0px 0px, 70% 50%;
    background-size: auto, cover;
  }

  .section.about-hero-section {
    height: 70vh;
    padding-top: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/about-hero-1920.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/about-hero-1920.jpg');
    background-position: 0px 0px, 58% 50%;
    background-size: auto, cover;
  }

  .section.about-section {
    padding-top: 5%;
  }

  .section.support-section {
    height: 70vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/support-hero-x-1080.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/support-hero-x-1080.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .section.services-section {
    height: 60vh;
    padding-top: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/services-hero-1080.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/services-hero-1080.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .section.contact-section {
    height: 60vh;
    padding-top: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/contact-hero-1080.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/contact-hero-1080.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .section.home-navigation-mobile {
    padding-top: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/home-hero-1080.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/home-hero-1080.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .section.partner-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/partner-hero-1920.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/partner-hero-1920.jpg');
    background-position: 0px 0px, 58% 50%;
  }

  .section.partner-hero-secion {
    padding-top: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/partners-hero-1080.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/partners-hero-1080.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .section.apps-hero-section {
    padding-top: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/apps-hero-1080.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/apps-hero-1080.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .section.blog-section {
    height: 60vh;
    padding-top: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/blog-hero-1080.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/blog-hero-1080.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .section.solutions-hero-section {
    padding-top: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/apps-hero-1080.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/apps-hero-1080.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .section.buy-hero-section {
    padding-top: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/buy-1080.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/buy-1080.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .section.solutions-hero-section-clause {
    padding-top: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/clause-library-hero.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/clause-library-hero.jpg');
    background-position: 0px 0px, 24% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .wrapper.side-paddings {
    padding-right: 8px;
    padding-left: 8px;
  }

  .button {
    height: 40px;
    padding-right: 24px;
    padding-left: 24px;
    font-size: 15px;
    line-height: 17px;
  }

  .button-style-wrapper {
    width: 50%;
  }

  .nav-bar {
    padding-right: 0px;
    padding-left: 8px;
    border-top: 1px solid rgba(22, 26, 37, 0.1);
  }

  .nav-link {
    padding: 12px 24px;
    box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.12);
    color: hsla(0, 0%, 100%, 0.7);
  }

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

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

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

  .nav-link.w--open {
    box-shadow: none;
  }

  .no-margin {
    margin: 0px;
  }

  .no-margin-bottom {
    margin-bottom: 0px;
  }

  .section-intro {
    margin-bottom: 64px;
    padding-right: 8px;
    padding-left: 8px;
  }

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

  .footer-logo-box {
    width: 50%;
    padding-left: 8px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-bottom {
    margin-right: 8px;
    margin-left: 8px;
  }

  .nav-menu {
    display: block;
    overflow: hidden;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    background-color: rgba(22, 26, 37, 0.92);
  }

  .no-padding {
    padding: 0px;
  }

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

  .navigation {
    padding-right: 15px;
  }

  .work-v2-preview {
    width: 66.66%;
  }

  .intro-big-text {
    top: 21px;
    font-size: 88px;
    line-height: 72px;
  }

  .cta-card {
    padding-top: 56px;
    padding-bottom: 56px;
    -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;
  }

  .cta-card-heading {
    margin-bottom: 32px;
  }

  .menu-button {
    margin-left: 16px;
    border-left: 1px none rgba(22, 26, 37, 0.1);
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #161a25;
  }

  .process {
    padding-right: 8px;
    padding-left: 8px;
  }

  .process-step-number.left {
    font-size: 64px;
  }

  .process-step-number.right {
    font-size: 64px;
  }

  .bg-image {
    height: 150%;
  }

  .solution-card {
    max-width: 500px;
    margin-bottom: 6%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .solutions-tec-cards-wraper {
    width: 100%;
  }

  .work-v1-card {
    width: 66.66%;
    margin-bottom: 32px;
    margin-left: 32px;
    padding: 32px;
  }

  .nav-dropdown-list.w--open {
    margin-left: 0px;
    background-color: transparent;
    box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.12);
  }

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

  .nav-dropdown-link:hover {
    color: #fff;
  }

  .nav-dropdown-link:visited {
    color: #fff;
  }

  .nav-dropdown-link.w--current {
    color: hsla(0, 0%, 100%, 0.5);
  }

  .footer-legal-box {
    width: 50%;
    padding-right: 6%;
    padding-left: 8px;
  }

  .footer-nav-box {
    width: 50%;
    padding-right: 6%;
    padding-bottom: 64px;
    padding-left: 8px;
  }

  .footer-v1-subscribe {
    width: 50%;
    padding-right: 12%;
    padding-left: 8px;
  }

  .footer-v3 {
    padding-top: 48px;
  }

  .footer-v3-logo {
    width: 100%;
    padding-right: 8px;
    padding-bottom: 32px;
    padding-left: 8px;
  }

  .footer-v3-nav {
    width: 22%;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-v3-link {
    margin-right: 24px;
  }

  .post-item-v2 {
    width: 50%;
    padding: 16px 8px;
  }

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

  .post-item-v3 {
    width: 50%;
    padding: 16px 8px;
  }

  .works-v3 {
    margin-bottom: -64px;
  }

  .works-v3-item {
    padding-right: 3%;
    padding-bottom: 64px;
    padding-left: 3%;
  }

  .cta-v1 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .icon {
    margin-bottom: 10px;
  }

  .feature-dark {
    margin: 8px;
    padding: 56px 5%;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .post-image {
    height: 440px;
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .post-content {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .work-info {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .no-border {
    border: 1px none #000;
  }

  .work-presentation {
    padding-right: 8px;
    padding-left: 8px;
  }

  .blog-author-info {
    margin-bottom: 80px;
    padding-right: 16.66%;
    padding-left: 16.66%;
  }

  .nav-dropdown-icon {
    display: inline-block;
    opacity: 0.4;
  }

  .works-v5-item {
    padding-right: 8px;
    padding-left: 8px;
  }

  .tabs-menu {
    margin-bottom: 64px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tab-link {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .float-element-1 {
    right: 4%;
    width: 186px;
    height: 186px;
  }

  .float-element-2 {
    height: 104px;
  }

  .work-image {
    height: 440px;
  }

  .post-info-small {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .protected-card {
    margin-right: 8px;
    margin-left: 8px;
  }

  .post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -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;
  }

  .post-author {
    width: 50%;
    margin-top: 64px;
    margin-right: 0px;
  }

  .post-author-avatar {
    margin-bottom: 20px;
  }

  .progress-bar {
    height: 2px;
  }

  .instagram-button {
    width: 200px;
    height: 200px;
    margin-right: 6px;
    margin-left: 6px;
    font-size: 16px;
    line-height: 24px;
  }

  .instagram-photo-link {
    width: 160px;
    height: 160px;
    margin-right: 6px;
    margin-left: 6px;
  }

  .home-hero-wrapper {
    min-height: 480px;
    padding-top: 10%;
  }

  .home-hero-text {
    margin-left: 0px;
    font-size: 36px;
    line-height: 44px;
  }

  .challenge {
    width: 50%;
    padding-right: 24px;
    padding-bottom: 15px;
    padding-left: 8px;
  }

  .challenge-title {
    font-size: 16px;
    line-height: 25px;
  }

  .div-10r-30l {
    margin-left: 5%;
  }

  .challenge-text-span {
    font-size: 18px;
  }

  .section-title {
    font-size: 33px;
  }

  .button-collection {
    margin-right: 2%;
    margin-left: 2%;
  }

  .testimonials-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-right: 2%;
    margin-left: 2%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .testimonal-box {
    width: 46%;
    height: 260px;
  }

  .text-testimonial-quote {
    font-size: 14px;
    line-height: 19px;
  }

  .text-testimonial-bullet {
    font-size: 14px;
    line-height: 19px;
  }

  .testimonial-list {
    font-size: 13px;
    line-height: 19px;
  }

  .download-apps {
    height: 40px;
    padding-right: 24px;
    padding-left: 24px;
    font-size: 15px;
    line-height: 17px;
  }

  .about-hero-mini-heading {
    font-size: 36px;
  }

  .location-wraper {
    margin-right: 5%;
    margin-left: 5%;
  }

  .about-header-title {
    font-size: 30px;
    line-height: 40px;
  }

  .about-header-text {
    padding-top: 3px;
    font-size: 17px;
    line-height: 26px;
  }

  .nav-link {
    padding: 0px;
  }

  .about-text-with-line {
    padding-top: 3px;
    font-size: 17px;
    line-height: 26px;
  }

  .support-hero-wraper {
    min-height: 480px;
  }

  .support-wrapper {
    width: 100%;
  }

  .support-card {
    width: 47%;
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 4%;
    padding-left: 4%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .services-wrapper {
    width: 100%;
  }

  .services-card {
    width: 47%;
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 4%;
    padding-left: 4%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .services-hero-wrapper {
    min-height: 480px;
    padding-top: 10%;
  }

  .contact-wrapper {
    width: 100%;
  }

  .nav-block-burger {
    display: none;
  }

  .location-card {
    min-width: auto;
  }

  .partner-title {
    font-size: 33px;
  }

  .partner-description {
    font-size: 16px;
    line-height: 24px;
  }

  .partner-benefit {
    padding-left: 27px;
    background-position: 0px 1px;
    background-size: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .partner-title-wrapper {
    margin-left: 5%;
  }

  .partner-content {
    margin-left: 5%;
  }

  .app-card {
    width: 45%;
    margin-right: 8px;
    margin-left: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .app-card-buttons-collection {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .app-card-button {
    height: 40px;
    padding-right: 24px;
    padding-left: 24px;
    font-size: 15px;
    line-height: 17px;
  }

  .apps-cards-wrapper {
    width: 100%;
  }

  .award-banner {
    right: -175px;
  }

  .apps-hero-wrapper {
    min-height: 389px;
  }

  .apps-hero-block {
    min-width: auto;
    margin-left: 8%;
    padding: 20px;
  }

  .app-description {
    margin-right: 5%;
    margin-left: 5%;
  }

  .blog-wrapper {
    width: 100%;
  }

  .blog-card {
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 4%;
    padding-left: 4%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .blog-card.hidden {
    padding-top: 3%;
    padding-bottom: 3%;
  }

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

  .blog-content {
    width: 100%;
    padding-left: 0px;
  }

  .html-embed {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .blog-title {
    font-size: 20px;
    line-height: 26px;
  }

  .blog-text {
    font-size: 14px;
    line-height: 22px;
  }

  .blog-hero-wraper {
    min-height: 480px;
  }

  .solutions-hero-block {
    min-width: auto;
  }

  .solutions-home-hero-text {
    margin-left: 0px;
    font-size: 33px;
    line-height: 40px;
  }

  .solutions-hero-wrapper {
    min-height: 480px;
  }

  .solution-hero-button {
    height: 38px;
    padding-right: 24px;
    padding-left: 24px;
    font-size: 15px;
    line-height: 16px;
  }

  .hero-hero-button-google {
    height: 40px;
    font-size: 15px;
    line-height: 16px;
  }

  .section-haze {
    padding-right: 8px;
    padding-left: 8px;
  }

  .section-white {
    padding: 104px 8px;
  }

  .about-hero-wrapper {
    min-height: 480px;
    padding-top: 10%;
  }

  .solution-cards-wrapper {
    width: 100%;
  }

  .solution-tec-card {
    width: 45%;
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 4%;
    padding-left: 4%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .solution-tec-card-icons {
    min-width: 200px;
  }

  .home-solution-card {
    width: 30%;
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 4%;
    padding-left: 4%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .home-solutions-cards-wraper {
    width: 100%;
  }

  .solutions-slide-wrapper {
    margin-right: 40px;
    margin-left: 40px;
    padding-bottom: 40px;
  }

  .icon-2 {
    font-size: 24px;
  }

  .icon-3 {
    font-size: 24px;
  }

  .hero-hero-button-mobile {
    height: 40px;
    font-size: 15px;
    line-height: 16px;
  }

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

  .buy-bullet-list {
    padding-left: 17px;
  }

  .buy-text-itsfree {
    margin-right: 5%;
  }

  .section-apps {
    padding: 104px 8px;
  }

  .about-video-container {
    margin-right: 5%;
    margin-left: 5%;
  }

  .button-2 {
    height: 40px;
    padding-right: 24px;
    padding-left: 24px;
    font-size: 15px;
    line-height: 17px;
  }

  .grid-2 {
    -ms-grid-columns: 5fr 0.75fr 0.5fr 0.5fr 0.5fr;
    grid-template-columns: 5fr 0.75fr 0.5fr 0.5fr 0.5fr;
  }

  .support-grid-offering {
    font-size: 13px;
    line-height: 13px;
  }

  .support-card-footer {
    font-size: 11px;
    line-height: 14px;
  }

  .career-bullet-list {
    padding-left: 17px;
  }

  .solutions-home-hero-title {
    margin-left: 0px;
    font-size: 67px;
    line-height: 40px;
  }

  .solutions-hero-block-right {
    min-width: auto;
  }

  .solutions-home-hero-text-right {
    margin-left: 0px;
    font-size: 33px;
    line-height: 40px;
  }

  .section-subtitle {
    margin-right: 38%;
    margin-left: 4%;
    font-size: 33px;
  }

  .container-expectations {
    background-position: 45% 17%;
  }

  .section-title-copy {
    font-size: 33px;
  }

  .section-title-2 {
    margin-right: 36vw;
    margin-left: 4%;
  }

  .expectations-block {
    margin-bottom: 0%;
    margin-left: 4%;
  }

  .solutions-hero-wrapper-2 {
    min-height: 480px;
  }

  .app-feature {
    width: 240px;
  }

  .app-feature-introduction {
    margin-right: 5%;
    margin-left: 5%;
  }

  .next-description {
    margin-right: 5%;
    margin-left: 5%;
  }

  .steps {
    padding-right: 8px;
    padding-left: 8px;
  }

  .step-number.left {
    font-size: 64px;
  }

  .step-number.right {
    font-size: 64px;
  }

  .next-footer-text {
    margin-right: 5%;
    margin-left: 5%;
  }

  .button-google {
    height: 40px;
    padding-right: 24px;
    padding-left: 24px;
    font-size: 15px;
    line-height: 17px;
  }

  .home-hero-title {
    margin-left: 0px;
    font-size: 36px;
    line-height: 44px;
  }

  .home-hero-subtitle {
    margin-left: 0px;
    font-size: 20px;
    line-height: 25px;
  }

  .blog-card-hidden {
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 4%;
    padding-left: 4%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .blog-image {
    width: 100%;
    margin-bottom: 5%;
  }

  .blog-image-html {
    width: 100%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
    line-height: 44px;
  }

  h2 {
    font-size: 28px;
    line-height: 36px;
  }

  p {
    font-size: 14px;
  }

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

  .section.page-header {
    padding-top: 140px;
  }

  .section.home-hero-section {
    height: 80vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/home-hero-780x.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/home-hero-780x.jpg');
    background-position: 0px 0px, 47% 0px;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .section.about-hero-section {
    height: 60vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/about-hero-1080.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/about-hero-1080.jpg');
    background-position: 0px 0px, 59% 50%;
    background-size: auto, cover;
  }

  .section.home-navigation-mobile {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/home-hero-780.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/home-hero-780.jpg');
    background-position: 0px 0px, 47% 0px;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .section.partner-hero-secion {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/partners-hero-1080.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/partners-hero-1080.jpg');
    background-position: 0px 0px, 47% 0px;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .section.blog-section {
    height: 50vh;
  }

  .section.buy-hero-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/buy-780.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/buy-780.jpg');
  }

  .button {
    display: block;
    height: 36px;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 14px;
  }

  .button.side-margins {
    margin-right: 0px;
    margin-bottom: 16px;
    margin-left: 0px;
  }

  .button.subscribe-button {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .button-styles {
    margin-bottom: 0px;
  }

  .no-margin {
    margin: 0px;
  }

  .no-margin-bottom {
    margin-bottom: 0px;
  }

  .section-intro {
    margin-bottom: 48px;
  }

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

  .footer {
    padding-top: 64px;
  }

  .footer-logo-box {
    width: 58.33%;
    margin-top: 20px;
  }

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

  .no-padding {
    padding: 0px;
  }

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

  .paragraph-big {
    font-size: 16px;
  }

  .navigation {
    padding-right: 0px;
  }

  .work-v2-preview {
    width: 83.33%;
  }

  .intro-big-text {
    font-size: 70px;
    line-height: 64px;
  }

  .input.subscribe-name {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .input.subscribe-email {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .subscribe-form {
    margin-bottom: 24px;
    -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;
  }

  .subscribe {
    max-width: 66.66%;
  }

  .cta-card {
    padding-right: 10%;
    padding-left: 10%;
    text-align: center;
  }

  .line-elements {
    padding-right: 8px;
    padding-left: 8px;
    -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;
  }

  .place-top {
    z-index: 10;
  }

  .process-step-number {
    font-size: 64px;
    line-height: 48px;
  }

  .process-step-number.left {
    top: -30px;
    right: -16px;
    font-size: 32px;
  }

  .process-step-number.right {
    left: -16px;
    top: -30px;
    font-size: 32px;
  }

  .bg-image._2 {
    height: auto;
    min-height: 100vh;
  }

  .solution-card {
    width: 90%;
  }

  .work-v1-card {
    margin-right: 32px;
    margin-left: 32px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .footer-legal-box {
    width: 100%;
    padding-bottom: 16px;
  }

  .footer-nav-box {
    width: 50%;
  }

  .social-icons.footer-v3-icons {
    width: 100%;
    padding-left: 5px;
  }

  .footer-v1-subscribe {
    width: 41.66%;
    padding-right: 8px;
    padding-bottom: 16px;
  }

  .footer-text-right {
    margin-right: 16px;
    margin-left: 0px;
  }

  .footer-v3-logo {
    padding-bottom: 24px;
  }

  .footer-v3-nav {
    width: 100%;
    margin-bottom: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .works-v3-item {
    width: 100%;
    padding-right: 12%;
    padding-left: 12%;
  }

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

  .cta-v1-heading {
    margin-right: 0px;
    margin-bottom: 24px;
    text-align: center;
  }

  .post-image {
    height: 320px;
  }

  .work-intro {
    margin-bottom: 24px;
  }

  .work-info {
    width: 50%;
    margin-bottom: 64px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .work-info-block {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom: 1px solid #e6e8ef;
    border-right-style: none;
  }

  .no-border {
    border-style: none;
  }

  .blog-author-info {
    margin-top: 0px;
    margin-bottom: 64px;
    padding-right: 8.33%;
    padding-left: 8.33%;
  }

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

  .works-v5.remove-margin {
    margin-bottom: -40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .works-v5-item {
    width: 66.66%;
    padding-bottom: 40px;
  }

  .float-element-1 {
    right: 4%;
    width: 149px;
    height: 148px;
  }

  .float-element-2 {
    height: 80px;
  }

  .work-image {
    height: 280px;
  }

  .post-author {
    width: 66.66%;
  }

  .instagram-button {
    width: 160px;
    height: 160px;
    font-size: 15px;
  }

  .instagram-photo-link {
    width: 128px;
    height: 128px;
  }

  .home-hero-text {
    font-size: 28px;
    line-height: 34px;
  }

  .challenges {
    width: 102%;
  }

  .challenge {
    width: 40%;
    padding-right: 8px;
  }

  .challenge-title {
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
  }

  .div-10r-30l {
    margin-right: 3%;
    margin-left: 3%;
  }

  .challenge-text-span {
    font-size: 16px;
  }

  .section-title {
    font-size: 31px;
  }

  .testimonials-wrapper {
    margin-top: 15px;
  }

  .testimonal-box {
    width: 90%;
    height: auto;
    padding-bottom: 15px;
  }

  .download-apps {
    display: none;
    height: 36px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .button-box-download-apps {
    display: none;
  }

  .legal-title {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 32px;
  }

  .legal-heading-1 {
    font-size: 22px;
    line-height: 28px;
  }

  .legal-text {
    font-size: 11px;
    line-height: 15px;
  }

  .legal-list {
    margin-bottom: 8px;
  }

  .about-hero-block {
    padding: 20px;
  }

  .about-hero-mini-heading {
    font-size: 28px;
    line-height: 15px;
  }

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

  .about-header-title {
    width: 100%;
    margin-bottom: 30px;
  }

  .about-header-text {
    width: 100%;
    padding-left: 0%;
  }

  .nav-block {
    display: none;
  }

  .nav-menu-buttons {
    padding-right: 15px;
  }

  .about-text-with-line {
    width: 100%;
    padding-left: 0%;
    border-left-style: none;
  }

  .support-card {
    width: 75%;
  }

  .support-card-description {
    height: 60px;
  }

  .solution-card-description {
    height: 60px;
  }

  .services-card {
    width: 75%;
  }

  .services-card-description {
    height: auto;
  }

  .services-hero-wrapper {
    padding-right: 0%;
  }

  .nav-block-burger {
    display: block;
  }

  .partner-title {
    font-size: 26px;
    line-height: 32px;
  }

  .partner-description {
    font-size: 13px;
    line-height: 17px;
  }

  .partner-benefit {
    padding-left: 25px;
    background-position: 0px 1px;
    background-size: 16px;
    font-size: 13px;
    line-height: 17px;
  }

  .partner-title-wrapper {
    margin-top: 0%;
    margin-left: 3%;
  }

  .partner-content {
    margin-right: 3%;
    margin-left: 3%;
  }

  .app-card {
    width: 75%;
  }

  .app-card-description {
    height: auto;
  }

  .app-card-button {
    display: block;
    height: 36px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .app-card-designedfor {
    height: auto;
  }

  .apps-hero-block {
    padding: 20px;
  }

  .blog-wrapper {
    max-width: 1200px;
  }

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

  .blog-divider {
    -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-content {
    width: 100%;
  }

  .html-embed {
    width: 100%;
    height: 100%;
    margin-top: 10px;
    padding-top: 0px;
    padding-bottom: 15px;
  }

  .blog-title {
    font-size: 18px;
    line-height: 24px;
  }

  .blog-hero-wraper {
    padding-right: 0%;
  }

  .solutions-here-button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .solutions-home-hero-text {
    font-size: 28px;
    line-height: 34px;
  }

  .solution-hero-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-white {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .solution-tec-card {
    width: 85%;
  }

  .solution-card-button {
    min-width: 180px;
  }

  .solution-tec-card-description {
    height: auto;
  }

  .home-solution-card {
    width: 75%;
  }

  .home-solution-card-description {
    height: 60px;
  }

  .solutions-slide-wrapper {
    margin-left: 40px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .icon-2 {
    font-size: 18px;
  }

  .icon-3 {
    font-size: 18px;
  }

  .buy-tab-content {
    padding-right: 1%;
    padding-left: 1%;
  }

  .buy-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px none #000;
  }

  .buy-icon-wrapper {
    width: 100%;
    border-style: solid solid none;
    border-color: #cbd0df;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
  }

  .buy-offering-wraper {
    padding-top: 20px;
    padding-left: 20px;
    border-left: 1px solid #cbd0df;
    border-top-style: none;
    border-radius: 0px 0px 4px 4px;
  }

  .solution-card-title-box {
    padding-left: 20px;
  }

  .section-apps {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-video-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-2 {
    display: block;
    height: 36px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .support-card-text {
    height: auto;
  }

  .support-card-footer {
    height: auto;
    font-size: 10px;
    line-height: 14px;
  }

  .solutions-home-hero-title {
    font-size: 56px;
    line-height: 34px;
  }

  .solutions-home-hero-text-right {
    font-size: 21px;
    line-height: 27px;
    text-align: right;
  }

  .section-subtitle {
    font-size: 26px;
    line-height: 34px;
  }

  .container-expectations {
    background-position: 51% 100%;
  }

  .section-title-copy {
    font-size: 31px;
  }

  .steps-line {
    left: 14%;
  }

  .step-number {
    font-size: 64px;
    line-height: 48px;
  }

  .step-number.left {
    top: -30px;
    right: -16px;
    font-size: 32px;
  }

  .step-number.right {
    left: -16px;
    top: -30px;
    font-size: 32px;
  }

  .step-title {
    z-index: 10;
  }

  .button-google {
    display: block;
    height: 36px;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 14px;
  }

  .button-google.side-margins {
    margin-right: 0px;
    margin-bottom: 16px;
    margin-left: 0px;
  }

  .button-google.subscribe-button {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .home-hero-title {
    font-size: 28px;
    line-height: 34px;
  }

  .home-hero-subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .blog-card-hidden {
    -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;
  }

  .blog-image-html {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }

  h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .section {
    padding-top: 30px;
    padding-bottom: 64px;
  }

  .section.page-header {
    padding-top: 124px;
  }

  .section.home-hero-section {
    height: 60vh;
  }

  .section.challenge-sectioin {
    padding-top: 10%;
  }

  .section.about-hero-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/about-hero-1080.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/about-hero-1080.jpg');
    background-position: 0px 0px, 65% 50%;
    background-size: auto, cover;
  }

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

  .section.support-section {
    height: 50vh;
  }

  .section.services-section {
    height: 50vh;
  }

  .section.contact-section {
    height: 50vh;
  }

  .section.contact-form-section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.home-navigation-mobile {
    height: 100vh;
    padding-top: 80px;
  }

  .section.partner-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.7)), to(hsla(0, 0%, 100%, 0.7))), url('../images/partner-hero-1920.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.7), hsla(0, 0%, 100%, 0.7)), url('../images/partner-hero-1920.jpg');
    background-position: 0px 0px, 63% 50%;
    background-size: auto, cover;
  }

  .section.partner-hero-secion {
    height: 60vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/partners-hero-1080.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/partners-hero-1080.jpg');
    background-position: 0px 0px, 55% 0px;
  }

  .section.blog-section {
    height: 50vh;
  }

  .section.solutions-hero-section {
    min-height: 60px;
  }

  .section.solutions-hero-section-clause {
    min-height: 60px;
  }

  .button {
    height: 34px;
    min-width: 250px;
    padding-top: 10px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 15px;
    line-height: 15px;
  }

  .button.ghost {
    min-width: auto;
  }

  .button.buy {
    min-width: 150px;
  }

  .button.step-button {
    left: -36px;
    width: 63px;
    min-width: 179px;
  }

  .button-style-wrapper {
    width: 100%;
  }

  .utility-page-content {
    width: 100%;
    padding-right: 12%;
    padding-left: 12%;
  }

  .no-margin {
    margin: 0px;
  }

  .no-margin-bottom {
    margin-bottom: 0px;
  }

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

  .footer-logo-box {
    width: 100%;
    padding-bottom: 48px;
  }

  .no-padding {
    padding: 0px;
  }

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

  .work-v2-preview {
    width: 100%;
  }

  .intro-big-text {
    font-size: 44px;
    line-height: 56px;
  }

  .subscribe {
    max-width: 100%;
    padding-top: 8px;
  }

  .cta-card {
    width: 100%;
  }

  .process {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .process-step {
    margin-bottom: 40px;
  }

  .process-step-info {
    width: 100%;
    margin-left: 72px;
  }

  .process-step-info.left {
    text-align: left;
  }

  .process-step-number.left {
    left: -16px;
    top: -30px;
    right: auto;
    font-size: 24px;
  }

  .process-step-number.right {
    font-size: 24px;
  }

  .process-line {
    margin-left: 28px;
  }

  .process-icon {
    left: 0px;
    top: -12px;
    right: auto;
    width: 56px;
    height: 56px;
  }

  .solution-card {
    margin-bottom: 10%;
  }

  .solutions-tec-cards-wraper {
    width: 90%;
  }

  .work-v1-card {
    margin-right: 16px;
    margin-bottom: 16px;
    margin-left: 16px;
  }

  .footer-legal-box {
    width: 100%;
    padding-bottom: 40px;
  }

  .footer-nav-box {
    width: 100%;
    padding-bottom: 48px;
  }

  .footer-v1-subscribe {
    width: 100%;
  }

  .footer-v3 {
    padding-top: 40px;
  }

  .footer-v3-link {
    margin-right: 20px;
  }

  .post-item-v2 {
    width: 100%;
  }

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

  .post-item-v3 {
    width: 100%;
  }

  .works-v3-item {
    padding-right: 8px;
    padding-left: 8px;
  }

  .feature-dark {
    padding-right: 12%;
    padding-left: 12%;
    -webkit-box-flex: 90%;
    -webkit-flex: 90%;
    -ms-flex: 90%;
    flex: 90%;
  }

  .post-image {
    height: 200px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .post-content {
    width: 100%;
  }

  .work-intro {
    margin-bottom: 8px;
  }

  .work-info {
    width: 100%;
    margin-bottom: 48px;
  }

  .no-border {
    border-style: none;
  }

  .work-presentation {
    width: 100%;
  }

  .blog-author-info {
    padding-right: 8px;
    padding-left: 8px;
  }

  .works-v5-item {
    width: 100%;
  }

  .float-element-1 {
    right: -10%;
  }

  .work-image {
    height: 240px;
  }

  .protected-card {
    width: 100%;
    padding-right: 12%;
    padding-left: 12%;
  }

  .post-author {
    width: 100%;
  }

  .home-hero-wrapper {
    min-height: 400px;
    padding-top: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .home-hero-text {
    font-size: 26px;
    line-height: 30px;
  }

  .challenge {
    width: 50%;
  }

  .challenge-title {
    font-weight: 400;
  }

  .section-title {
    font-size: 25px;
    line-height: 28px;
  }

  .solution-description {
    font-size: 15px;
    line-height: 21px;
  }

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

  .testimonal-box {
    height: 300px;
  }

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

  .download-apps {
    height: 34px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 13px;
    line-height: 15px;
  }

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

  .about-hero-block {
    margin-top: 10px;
    margin-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-hero-mini-heading {
    font-size: 26px;
    line-height: 32px;
  }

  .about-header-title {
    font-size: 30px;
    line-height: 38px;
  }

  .nav-block {
    display: none;
  }

  .nav-menu-buttons {
    padding-right: 10px;
  }

  .support-hero-wraper {
    min-height: 400px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .support-wrapper {
    width: 90%;
  }

  .support-card {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .support-card-description {
    height: 50px;
    font-size: 13px;
    line-height: 20px;
  }

  .solution-card-description {
    height: 50px;
    font-size: 13px;
    line-height: 20px;
  }

  .services-wrapper {
    width: 90%;
  }

  .services-card {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .services-card-description {
    height: auto;
    font-size: 13px;
    line-height: 20px;
  }

  .services-hero-wrapper {
    min-height: 400px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .contact-wrapper {
    width: 100%;
  }

  .nav-block-burger {
    display: block;
  }

  .locadtion-details-box {
    -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-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .location-details-card {
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .location-detail-address {
    min-width: 200px;
  }

  .location-icon {
    display: none;
  }

  .contact-header-wrapper {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .partner-title {
    font-size: 25px;
    line-height: 28px;
  }

  .partner-description {
    margin-top: 15px;
    font-size: 12px;
    line-height: 16px;
  }

  .partner-benefit {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .partner-benefits-wrapper {
    padding-bottom: 0px;
  }

  .partner-button-box {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .app-card {
    width: 100%;
  }

  .app-card-description {
    width: 100%;
    height: auto;
    font-size: 13px;
    line-height: 20px;
  }

  .app-card-fineprint {
    width: 100%;
    height: auto;
    font-size: 11px;
    line-height: 14px;
  }

  .app-card-buttons-collection {
    -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-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .app-card-button {
    height: 34px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 13px;
    line-height: 15px;
  }

  .apps-cards-wrapper {
    width: 90%;
  }

  .award-banner {
    right: -113px;
  }

  .apps-hero-wrapper {
    min-height: 400px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .apps-hero-block {
    margin-top: 10px;
    margin-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .app-card-price {
    width: 100%;
    height: auto;
    font-size: 11px;
    line-height: 14px;
  }

  .app-card-price-details {
    width: 100%;
    height: auto;
    font-size: 11px;
    line-height: 14px;
  }

  .app-card-price-fee {
    width: 100%;
    height: auto;
    font-size: 11px;
    line-height: 14px;
  }

  .app-description {
    margin-right: 2%;
    margin-left: 2%;
    font-size: 15px;
    line-height: 21px;
  }

  .blog-wrapper {
    width: 100%;
  }

  .blog-card {
    width: 100%;
    margin-right: 4px;
    margin-left: 4px;
    padding-left: 4%;
  }

  .blog-card.hidden {
    padding-right: 5%;
    padding-bottom: 4%;
    padding-left: 5%;
  }

  .blog-title {
    font-size: 14px;
    line-height: 20px;
  }

  .blog-text {
    font-size: 12px;
    line-height: 19px;
  }

  .blog-date {
    font-size: 13px;
    line-height: 20px;
  }

  .blog-footnote {
    font-size: 10px;
    line-height: 14px;
  }

  .blog-hero-wraper {
    min-height: 400px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .solutions-hero-block {
    margin-right: 1%;
    margin-left: 1%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .solutions-hero-mini-heading {
    font-size: 18px;
    line-height: 22px;
  }

  .solutions-here-button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .solutions-home-hero-text {
    font-size: 22px;
    line-height: 28px;
  }

  .solutions-hero-wrapper {
    margin-top: 10%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .solution-hero-button {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero-hero-button-google {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .section-white {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .action-teaser {
    font-size: 15px;
    line-height: 21px;
  }

  .about-hero-wrapper {
    min-height: 400px;
    padding-top: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .solution-tec-card {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .solution-tec-card-description {
    min-width: 180px;
    font-size: 13px;
    line-height: 20px;
  }

  .solution-card-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .solution-card-learnmore-wrapper {
    width: 100%;
    margin-top: 4%;
  }

  .home-solution-card {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .home-solution-card-description {
    height: 50px;
    font-size: 13px;
    line-height: 20px;
  }

  .home-solutions-cards-wraper {
    width: 90%;
  }

  .solutions-slide-wrapper {
    margin-right: 23px;
    margin-left: 23px;
    padding-right: 3px;
    padding-left: 3px;
  }

  .right-arrow {
    width: 24px;
  }

  .left-arrow {
    width: 24px;
  }

  .button-collection-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-hero-button-mobile {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .buy-tab {
    border-left: 4px solid transparent;
    border-bottom-style: none;
  }

  .buy-tab:hover {
    border-left-color: #e6e8ef;
  }

  .buy-tab.w--current {
    border-left: 4px solid #5079a8;
    border-bottom-style: none;
  }

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

  .buy-text {
    margin-right: 2%;
    font-size: 15px;
    line-height: 21px;
  }

  .buy-bullet-text {
    margin-right: 2%;
    margin-left: 2%;
    font-size: 15px;
    line-height: 21px;
  }

  .buy-icon-wrapper {
    border-style: solid solid none;
    border-color: #cbd0df #cbd0df #000;
  }

  .buy-offering-wraper {
    padding-left: 10px;
  }

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

  .buy-text-itsfree {
    font-size: 43px;
    line-height: 60px;
  }

  .section-apps {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .button-2 {
    height: 34px;
    min-width: 250px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 13px;
    line-height: 15px;
  }

  .support-grid-offering {
    font-size: 11px;
    line-height: 11px;
  }

  .support-card-text {
    height: auto;
    font-size: 13px;
    line-height: 20px;
  }

  .support-card-footer {
    height: auto;
    font-size: 9px;
    line-height: 13px;
  }

  .career-heading {
    font-size: 30px;
    line-height: 35px;
  }

  .career-intro {
    font-size: 13px;
    line-height: 20px;
  }

  .career-title {
    line-height: 20px;
  }

  .career-text {
    font-size: 11px;
    line-height: 20px;
  }

  .career-bullet-text {
    margin-right: 2%;
    margin-left: 2%;
    font-size: 15px;
    line-height: 21px;
  }

  .solutions-home-hero-title {
    font-size: 26px;
    line-height: 28px;
    text-align: right;
  }

  .solutions-hero-block-right {
    margin-right: 1%;
    margin-left: 1%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .solutions-home-hero-text-right {
    font-size: 20px;
    line-height: 26px;
  }

  .solutions-hero-mini-heading-right {
    font-size: 16px;
    line-height: 20px;
  }

  .section-subtitle {
    margin-right: 30%;
    margin-left: 8%;
    font-size: 18px;
    line-height: 23px;
  }

  .container-expectations {
    background-position: 53% 100%;
  }

  .section-title-copy {
    font-size: 25px;
    line-height: 28px;
  }

  .section-title-2 {
    max-width: 70%;
    margin-right: 5%;
    margin-left: 8%;
    padding-top: 7vh;
    font-size: 34px;
    line-height: 35px;
    text-align: left;
  }

  .section-white-plane {
    position: static;
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .expectations-block {
    margin-right: 40%;
  }

  .expectation-item {
    max-width: 16vw;
    min-width: 16vw;
    margin-right: 8%;
    margin-left: 8%;
  }

  .expectation-text {
    font-size: 11px;
    line-height: 15px;
    text-align: center;
  }

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

  .solutions-hero-wrapper-2 {
    margin-top: 10%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .app-feature-introduction {
    margin-right: 2%;
    margin-left: 2%;
    font-size: 15px;
    line-height: 21px;
  }

  .next-description {
    margin-right: 4%;
    margin-left: 4%;
    font-size: 15px;
    line-height: 21px;
  }

  .steps {
    margin-left: 5%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .steps-line {
    left: 22%;
    display: none;
    margin-left: -41px;
  }

  .step-block {
    margin-bottom: 40px;
  }

  .step-number {
    left: -85px;
    top: -6px;
    font-size: 39px;
  }

  .step-number.left {
    left: -16px;
    top: -30px;
    right: auto;
    font-size: 24px;
  }

  .step-number.right {
    font-size: 24px;
  }

  .step-title {
    left: -36px;
    margin-bottom: 1px;
    font-size: 21px;
  }

  .step-text {
    left: -36px;
  }

  .step-details {
    width: 100%;
    margin-left: 72px;
  }

  .step-details.left {
    text-align: left;
  }

  .next-footer-text {
    margin-right: 4%;
    margin-left: 4%;
    font-size: 15px;
    line-height: 21px;
  }

  .button-google {
    height: 34px;
    min-width: 250px;
    padding-top: 10px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 15px;
    line-height: 15px;
  }

  .button-google.ghost {
    min-width: auto;
  }

  .button-google.buy {
    min-width: 150px;
  }

  .button-google.step-button {
    left: -36px;
    width: 63px;
    min-width: 179px;
  }

  .paragraph {
    max-width: 800px;
    min-width: 300px;
    text-align: center;
  }

  .home-hero-title {
    font-size: 26px;
    line-height: 30px;
  }

  .app-card-price-details-comingsoon {
    width: 100%;
    height: auto;
    font-size: 11px;
    line-height: 14px;
  }

  .blog-card-hidden {
    width: 100%;
    margin-right: 4px;
    margin-left: 4px;
    padding-left: 4%;
  }

  .blog-image-annotation {
    font-size: 9px;
    line-height: 18px;
  }
}

#w-node-_917d5095-d1d3-4d0c-db4f-f67b19b4548b-172a1b72 {
  -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-_86e1bd94-ef88-cf98-0240-51e5f8af3dfa-172a1b72 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_73321b61-a5c6-965b-d263-e91f2653023a-172a1b72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_877210b0-527b-1c17-de78-d37545de1f59-172a1b72 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a6670a91-9a9c-316d-e302-a292c91d3565-172a1b72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-aa570803-09d7-1d0a-c891-fa058057f77b-172a1b72 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_24078035-7024-f746-90cd-8b3a8aa93b7f-172a1b72 {
  -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-_59fe1b91-320a-ef40-0ab1-c298382ce522-172a1b72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6e38ff7f-091b-5993-1667-1a1507a25e42-172a1b72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a8b32ff4-ea23-d9a2-35a8-8d0b385c9442-172a1b72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0a5eb2ae-e36c-dab9-8c2e-7aa16a8d7226-172a1b72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_43ba1a49-bad8-4038-a100-2f85a1aab139-172a1b72 {
  -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-_543988a2-ba77-e209-d3fb-fa56aba63504-172a1b72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_65425835-6a80-6318-2097-b39554b76b58-172a1b72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6932d896-7706-0bf1-4677-c5992d70d4a3-172a1b72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0b299fd1-7cb7-2aef-f824-c6416e3e7e2e-172a1b72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_2f8e546e-3fde-1d72-2bc6-4bfaf5b6d697-172a1b72 {
  -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-_144c8c9f-52ad-4b55-62be-fa9e2453744b-172a1b72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0bd24049-b40a-b6af-000a-c4b72a77ea01-172a1b72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_57aabd29-39c0-95fd-424c-b40caa318244-172a1b72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6a301be1-f8ba-fc5a-0b99-eff5db79a964-172a1b72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c4042cbb-1de2-58b8-11b9-2ffc1ab8de96-172a1b72 {
  -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-b4b8f336-a85f-c144-a034-d8d64345f045-172a1b72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9e6d6b20-ffce-25dd-ec17-ca1c17e62aff-172a1b72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6c92f1ee-4de2-fdc4-5924-9a21e527ba21-172a1b72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4922cc5b-755b-bdae-c1ef-a65f8961e774-172a1b72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f7031fd0-69fd-e15c-ed41-bd9aa2e56e0a-172a1b72 {
  -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-_9f55458c-3990-01c0-4750-17e3fc8372bc-172a1b72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b2b83aa5-5ef2-9bb2-8903-e741727e10d1-172a1b72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_18ece20f-49c1-4132-8aea-dc633c93eaef-172a1b72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_15668575-8426-4284-e505-e125f81613e5-172a1b72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_100e5a8d-a260-8615-731f-242e99c8377d-172a1b72 {
  -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-_9413f87d-a9b8-1316-2682-751acd229abc-172a1b72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-cfac5819-4d73-a3d8-8166-b470962e8f75-172a1b72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_48c22922-d06c-7fd2-0107-13ffff78ed0b-172a1b72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b0b530fc-994c-c419-1c2a-c6ef1312b5a3-172a1b72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_2f95df97-08a0-af76-f143-953cbba8ed41-172a1b72 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-cf1712d1-a53a-40e2-f31b-a1d09029ead8-172a1b72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9ebd2938-abec-a1ba-313a-888c8f37158a-172a1b72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ae6505ce-f471-27f1-33e8-7d882dd510b4-172a1b72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c217b922-27c4-aec1-420e-4809ab2dc591-172a1b72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_7885e219-41ce-0f7f-a825-f6f5f378cdf2-172a1b72 {
  -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-e2a463c5-f7c8-8173-334c-9851365abc58-172a1b72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_862087bd-6fac-7e88-12c6-f7b2dee73b57-172a1b72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9bcd3769-ffff-807f-9f87-a150d3eea206-172a1b72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dbaa720b-688b-ffcf-06ed-682d313fc029-172a1b72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-cb98d961-4907-288d-83a1-cc6bbc0dc992-172a1b72 {
  -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-_8ca629a0-71c4-380c-7126-be4004531282-172a1b72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ca0445b2-c1d3-8ab6-2754-1735190cc989-172a1b72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6be6e73a-641b-6ec4-1fc5-3066dd5154b3-172a1b72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_60e3ee91-adc0-a385-11d4-3b4847b2f587-172a1b72 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_86e1bd94-ef88-cf98-0240-51e5f8af3dfa-172a1b72 {
    -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-_24078035-7024-f746-90cd-8b3a8aa93b7f-172a1b72 {
    -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;
  }
}

