.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 {
  background-color: #0f3c60;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 62px;
  line-height: 80px;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #0f3c60;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 38px;
  line-height: 48px;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #0f3c60;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

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

h6 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  color: #0f3c60;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

p {
  margin-bottom: 14px;
  color: #383838;
  font-size: 18px;
  line-height: 28px;
}

a {
  color: #54c0e8;
  text-decoration: none;
}

ul {
  margin-top: 12px;
  margin-bottom: 24px;
  padding-left: 40px;
}

ol {
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 40px;
  font-size: 18px;
}

li {
  margin-bottom: 4px;
}

label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}

blockquote {
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 96px 8% 48px;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
  background-image: url('../images/quote-icon-white.svg');
  background-position: 50% 40px;
  background-size: 40px;
  background-repeat: no-repeat;
  font-size: 21px;
  line-height: 32px;
  text-align: center;
}

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

figcaption {
  margin-top: 12px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.section {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 128px 4%;
  background-color: #0f3c60;
}

.section.page-header-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 50vh;
  padding-top: 180px;
  padding-bottom: 130px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0f3c60;
  color: #fff;
}

.section.footer-section {
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 1px solid #d1d1d1;
  background-color: #0f3c60;
}

.wrapper {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

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

.text-white {
  color: #0f3c60;
  font-size: 16px;
  letter-spacing: 1px;
}

._404-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 50vh;
  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;
  background-image: none;
  background-position: 0px 0px;
}

._404-page-info {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 330px;
  -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;
}

.password-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-align: center;
}

.no-margin {
  margin: 0px;
}

.intro {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 580px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  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: 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;
}

.intro.wide {
  max-width: 800px;
}

.intro.wide.no-margin-bottom {
  margin-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-label {
  width: 100%;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  color: #54c0e8;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.link-white {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.link-white:hover {
  color: #54c0e8;
}

.footer-bottom {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #ececec;
  color: #888;
  font-size: 10px;
  line-height: 16px;
}

.footer-bottom.dark-bg {
  padding-top: 10px;
  border-top-style: none;
  border-top-color: hsla(0, 0%, 100%, 0.15);
}

.brand {
  position: relative;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 20px 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: letter-spacing 600ms ease;
  transition: letter-spacing 600ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 9px;
}

.brand:hover {
  letter-spacing: 12px;
}

.page-wrapper {
  position: relative;
  min-height: 100vh;
}

.change-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
  border-radius: 50%;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.button-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 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;
}

.button-icon.right {
  margin-right: -2px;
  margin-left: 8px;
  float: right;
}

.button-icon.left {
  margin-right: 8px;
  margin-left: -2px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 12px 20px 12px 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-style: none;
  border-radius: 0px;
  background-color: #007a9e;
  background-image: none;
  -webkit-transition: box-shadow 600ms ease, border-color 600ms ease, color 600ms ease, background-color 600ms ease;
  transition: box-shadow 600ms ease, border-color 600ms ease, color 600ms ease, background-color 600ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #54c0e8;
}

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

.button.ghost:hover {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px transparent;
  color: #0f3c60;
}

.button.hero-v4-left {
  left: 40px;
  top: auto;
  right: auto;
  bottom: 100px;
  width: 60px;
  height: 60px;
  padding: 0px 0px 0px 10px;
  border-radius: 100px;
  background-color: transparent;
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.5);
}

.button.hero-v4-left:hover {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0);
  color: #0f3c60;
}

.button.hero-v4-right {
  left: auto;
  top: auto;
  right: 40px;
  bottom: 100px;
  width: 60px;
  height: 60px;
  padding: 0px 10px 0px 0px;
  border-radius: 100px;
  background-color: transparent;
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.5);
}

.button.hero-v4-right:hover {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0);
  color: #0f3c60;
}

.nav-link {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: 0px;
  margin-left: 0px;
  padding: 16px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 600ms ease;
  transition: color 600ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 4.5vh;
  line-height: 5.5vh;
  text-align: left;
  letter-spacing: 0.7vh;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link.w--current {
  margin-right: 0px;
  margin-left: 0px;
  color: #fff;
}

.nav-link.w--open {
  left: auto;
  right: 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;
}

.nav-bar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 112px;
  -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: transparent;
  color: #fff;
}

.menu-button {
  z-index: 10;
  width: 56px;
  height: 56px;
  padding: 15px 16px;
  border-radius: 50%;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-weight: 700;
}

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

.navigation {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 24px;
  padding-left: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 112px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-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: #0f3c60;
}

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

.text-grey {
  color: #383838;
  font-size: 18px;
  line-height: 28px;
}

.text-grey.no-padding {
  margin-bottom: 10px;
}

.text-grey.p {
  margin-bottom: 0px;
}

.text-grey.form {
  font-size: 16px;
  font-weight: 500;
}

.bg-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  margin: auto;
  background-image: url('../images/Call-Center.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.bg-image.header-image-6 {
  height: 160%;
  background-image: url('../images/Call-Center.jpg');
  background-position: 50% 70%;
}

.bg-image.order-to-cash-bg {
  background-color: #0f3c60;
  background-image: url('../images/OTC.jpg');
}

.bg-image.vmi-bg {
  background-image: url('../images/IM.jpg');
}

.bg-image.edi-bg {
  background-image: url('../images/EDI.jpg');
}

.bg-image.ds-bg {
  background-image: url('../images/DS.jpg');
}

.input {
  height: 48px;
  margin-bottom: 32px;
  padding: 5px 0px 10px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 hsla(0, 0%, 53.3%, 0.39);
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: border-color 600ms ease, background-color 600ms ease;
  transition: border-color 600ms ease, background-color 600ms ease;
  color: #383838;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}

.input:hover {
  border-color: #d1d1d1;
  color: #0f3c60;
  font-weight: 500;
}

.input:focus {
  border-color: #54c0e8;
  color: #0f3c60;
  font-weight: 500;
}

.input::-webkit-input-placeholder {
  color: #383838;
}

.input:-ms-input-placeholder {
  color: #383838;
}

.input::-ms-input-placeholder {
  color: #383838;
}

.input::placeholder {
  color: #383838;
}

.input.text-area {
  min-height: 200px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.input.search-input {
  margin: 0px;
  padding-left: 44px;
  background-image: url('../images/search-icon-white.svg');
  background-position: 4px 42%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.form-success {
  padding: 16px;
  background-color: transparent;
  color: #0f3c60;
  font-size: 50px;
  line-height: 55px;
}

.form-error {
  margin-top: 16px;
  padding: 8px 0px;
  background-color: #e94345;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.social-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -3px;
  margin-left: -3px;
  -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;
}

.social-buttons.nav-menu-social {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 40%;
}

.social-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin: 3px;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #d1d1d1;
  -webkit-transition: background-color 600ms ease, border-color 600ms cubic-bezier(.165, .84, .44, 1);
  transition: background-color 600ms ease, border-color 600ms cubic-bezier(.165, .84, .44, 1);
}

.social-button:hover {
  border-color: transparent;
  background-color: #54c0e8;
}

.sidebar-instagram-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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: #54c0e8;
}

.hero-v4-arrow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 32px;
  -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;
}

.no-padding {
  padding: 0px;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 456px;
  padding: 88px 32px 16px;
  -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;
  border-radius: 4px;
  background-color: #0f3c60;
  color: #fff;
}

.counters {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 40px;
  padding-right: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  padding: 64px 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
  border-color: #383838;
  background-color: #ececec;
}

.counter-number {
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  color: #007a9e;
  font-size: 60px;
  line-height: 80px;
  font-weight: 500;
  letter-spacing: normal;
}

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

.testimonials-v1 {
  width: 100%;
  height: auto;
  margin-top: -24px;
  background-color: transparent;
}

.instagram-photo-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 4px;
  -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;
}

.feature-v2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 16px 2% 56px;
  -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;
}

.feature-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  margin-right: -1px;
  margin-bottom: -1px;
  padding: 64px 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #0f3c60;
  -webkit-transition: border-color 600ms ease;
  transition: border-color 600ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.feature-v1:hover {
  position: relative;
  z-index: 1;
  border-color: #383838;
}

.link {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-top: -4px;
  padding-top: 10px;
  padding-bottom: 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;
  box-shadow: inset 0 -3px 0 0 hsla(0, 0%, 100%, 0.3);
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.counter-text {
  margin-bottom: 12px;
  color: #383838;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

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

.footer-bottom-divider {
  width: 1px;
  height: 12px;
  margin-right: 8px;
  margin-left: 8px;
  background-color: #ececec;
}

.footer-bottom-divider.dark-bg {
  background-color: #888;
}

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

.contact-v1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 15px;
  margin-left: 15px;
  padding: 20px 64px 60px;
  border-style: none;
  border-width: 1px;
  border-color: #383838;
}

.protected-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 21, 21, 0.5)), to(rgba(21, 21, 21, 0.5)));
  background-image: linear-gradient(180deg, rgba(21, 21, 21, 0.5), rgba(21, 21, 21, 0.5));
  color: #fff;
}

.password-card {
  min-width: 470px;
  padding: 64px 80px;
  background-color: #fff;
}

.password-heading {
  margin-bottom: 32px;
  color: #0f3c60;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.search-result-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 24px 24px 64px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
  text-decoration: none;
}

.search-result-card:hover {
  background-color: hsla(0, 0%, 100%, 0.02);
}

.search-result-heading {
  margin-bottom: 12px;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
}

.feature-v4 {
  position: relative;
  width: 33.33%;
  margin-bottom: 64px;
  padding-right: 6%;
  padding-left: 15px;
}

.testimonials-arrow {
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 64px;
  margin-right: 40px;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #151515;
}

.link-highlight {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 12px;
  height: 3px;
  margin-right: auto;
  margin-left: 0px;
  background-color: #54c0e8;
}

.link-highlight.nav-link-line {
  bottom: 0%;
  height: 3px;
}

.heading-margin-big {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #0f3c60;
  font-weight: 700;
  text-transform: uppercase;
}

.testimonials-v2-button {
  top: -16px;
  right: -76px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: color 400ms ease, background-color 400ms ease, -webkit-transform 150ms ease;
  transition: color 400ms ease, background-color 400ms ease, -webkit-transform 150ms ease;
  transition: color 400ms ease, transform 150ms ease, background-color 400ms ease;
  transition: color 400ms ease, transform 150ms ease, background-color 400ms ease, -webkit-transform 150ms ease;
  color: #0f3c60;
  font-size: 24px;
}

.testimonials-v2-button:hover {
  background-color: #54c0e8;
  color: #fff;
}

.testimonials-v2-button:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.form-columns {
  margin-right: -10px;
  margin-left: -10px;
}

.checkbox {
  width: 14px;
  height: 14px;
  margin-right: 8px;
  border-width: 1px;
  border-color: #888;
  background-color: #fff;
  font-size: 20px;
}

.checkbox-field {
  width: 50%;
  color: #383838;
}

.work-masonry-thumb-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  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;
  color: #0f3c60;
  text-decoration: none;
}

.work-v1 {
  display: block;
  margin-bottom: 32px;
  padding-bottom: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.works-fullscreen-link {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-right: 32px;
  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: 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-transition: padding 600ms ease, color 300ms ease;
  transition: padding 600ms ease, color 300ms ease;
  color: #fff;
  text-decoration: none;
}

.works-fullscreen-link:hover {
  padding-left: 16px;
}

.menu-icon-line-top {
  height: 2px;
  margin-bottom: 6px;
  background-color: #fff;
}

.menu-icon-line-bottom {
  height: 2px;
  background-color: #fff;
}

.nav-search-button {
  position: relative;
  z-index: 2;
  height: 40px;
  padding: 8px 36px 8px 16px;
  background-color: transparent;
  color: #151515;
}

.testimonials-v1-nav {
  display: none;
  font-size: 8px;
}

.testimonial-v1-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 470px;
  height: 470px;
  margin: auto;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.testimonial-v1 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 520px;
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.hero-v4-dots {
  display: none;
  -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;
}

.hero-v4-slider {
  height: 80vh;
  color: #fff;
}

.team-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 344px;
  -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;
}

.contact-v1-form {
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-v1-info {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-top: 12px;
  padding-right: 6%;
  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;
}

.skill-bar {
  width: 100%;
  height: 4px;
  margin-bottom: 8px;
  background-color: #f6f6f6;
}

.menu-icon {
  width: 24px;
  padding-top: 6px;
  padding-bottom: 6px;
  float: right;
  -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;
}

.nav-menu-links {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100%;
  padding-left: 15%;
  -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;
}

.slide-progress {
  position: absolute;
  left: 340px;
  top: auto;
  right: 340px;
  bottom: 122px;
  z-index: 3;
  display: none;
  overflow: hidden;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.side-nav-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8px;
  height: 8px;
  margin-top: 6px;
  margin-bottom: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.5);
  -webkit-transition: box-shadow 400ms ease, border-color 400ms ease, height 400ms ease, width 400ms ease, background-color 400ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 400ms ease, border-color 400ms ease, height 400ms ease, width 400ms ease, background-color 400ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 400ms ease, border-color 400ms ease, height 400ms ease, width 400ms ease, background-color 400ms ease;
  transition: transform 300ms ease, box-shadow 400ms ease, border-color 400ms ease, height 400ms ease, width 400ms ease, background-color 400ms ease, -webkit-transform 300ms ease;
}

.side-nav-link:hover {
  background-color: #fff;
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}

.side-nav-link.w--current {
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  background-color: #fff;
  box-shadow: inset 0 0 0 5px #54c0e8;
}

.page-intro {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 100px;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.page-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 21px;
  padding: 4px 4px 3px 6px;
  -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: rgba(21, 21, 21, 0);
  -webkit-transition: color 600ms ease, background-color 600ms ease;
  transition: color 600ms ease, background-color 600ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 2.2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.page-link:hover {
  background-color: #54c0e8;
}

.page-link.current:hover {
  background-color: #fff;
  color: #0f3c60;
}

.nav-bar-info {
  position: relative;
  z-index: 101;
  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;
  font-size: 16px;
}

.portfolio-button {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin: 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-radius: 50%;
  background-color: #54c0e8;
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
}

.client {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 9vw;
  -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;
  box-shadow: 1px 0 0 0 #383838;
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
}

.client:hover {
  background-color: hsla(0, 0%, 100%, 0.04);
}

.accordion-card {
  overflow: hidden;
  cursor: pointer;
}

.services-accordion {
  padding-right: 20px;
}

.testimonials-v1-button {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 10%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: color 400ms ease, background-color 400ms ease, -webkit-transform 150ms ease;
  transition: color 400ms ease, background-color 400ms ease, -webkit-transform 150ms ease;
  transition: color 400ms ease, transform 150ms ease, background-color 400ms ease;
  transition: color 400ms ease, transform 150ms ease, background-color 400ms ease, -webkit-transform 150ms ease;
  color: #0f3c60;
  font-size: 24px;
  line-height: 24px;
}

.testimonials-v1-button:hover {
  background-color: #54c0e8;
  color: #fff;
}

.testimonials-v1-button:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.search-result-url {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8px 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #383838;
  color: #888;
  font-size: 11px;
  line-height: 24px;
}

.paperplane-icon {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 25%;
  z-index: -1;
  width: 36%;
  margin-top: -48px;
  opacity: 0.7;
}

.nav-bottom-right-info {
  position: static;
  left: auto;
  top: auto;
  right: 0px;
  bottom: 44px;
  padding-right: 40px;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  text-align: right;
}

.nav-link-content {
  position: relative;
  display: inline-block;
  padding-right: 4px;
  padding-left: 8px;
  font-family: Roboto, sans-serif;
  font-size: 4vh;
  font-weight: 400;
  letter-spacing: 0.1vh;
  text-transform: capitalize;
}

.main-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.search-result-image {
  width: 200px;
  height: 144px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #383838;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.search-result-info {
  padding-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search-result-arrow {
  margin-top: -2px;
  margin-right: 8px;
  font-size: 15px;
}

.back-to-top {
  height: 0px;
}

.top {
  height: 0px;
}

.top-button {
  position: fixed;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #888;
  background-image: url('../images/up-icon-white.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
  cursor: pointer;
}

.top-button:hover {
  background-color: #54c0e8;
}

.flex-left {
  display: block;
  width: 100%;
  -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;
}

.flex-left.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 144px;
  width: auto;
}

.page-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
  text-align: left;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}

.page-heading.blue {
  color: #0f3c60;
}

.page-heading.large {
  font-size: 80px;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  display: none;
  overflow: hidden;
  -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: #0f3c60;
}

.loading-icon {
  position: relative;
  z-index: 1;
  width: 40px;
}

.process {
  width: 100%;
  padding-bottom: 1px;
  -webkit-perspective: 600px;
  perspective: 600px;
}

.step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.step-number {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 20%;
  min-width: 120px;
  padding-top: 24px;
  padding-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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  box-shadow: inset -1px 0 0 0 #738a9c;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 60px;
  line-height: 48px;
  text-align: center;
}

.step-info {
  padding: 12px 8%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.step-progress {
  position: absolute;
  right: 0px;
  z-index: 1;
  width: 4px;
  height: 40%;
  padding-left: 0px;
  border-radius: 20px;
  background-color: #54c0e8;
}

.hero-h2-heading-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 50px;
  line-height: 80px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-h1-heading {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 64px;
  line-height: 80px;
}

.hero-h1-heading.margin-big {
  margin-top: -10px;
  margin-bottom: 32px;
  color: #fff;
  font-size: 76px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.image-right {
  width: 80%;
  padding-left: 20px;
}

.image {
  width: 100%;
}

.overlap-wrapper {
  position: relative;
  top: -50px;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 40px;
  -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 0 10px 0 rgba(0, 0, 0, 0.2);
}

.overlap-section {
  position: relative;
  z-index: 1;
  padding: 0px 4%;
  background-color: #ececec;
  background-image: url('../images/stripe-light.png');
  background-position: 0px 0px;
  background-size: 12px;
}

.quotes-wrapper {
  position: relative;
  top: -50px;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 40px;
  -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: #54c0e8;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
}

.blue-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  padding: 128px 4%;
  background-color: #0f3c60;
}

.intro-text {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.section-white {
  position: relative;
  z-index: 1;
  padding: 0px 4%;
  background-color: #ececec;
}

.heading {
  width: auto;
  color: #fff;
}

.list {
  margin-top: 0px;
  color: #383838;
  font-size: 18px;
  list-style-type: disc;
}

.hero-btn {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}

.text-light-gray {
  color: #d1d1d1;
  font-size: 12px;
}

.intro-text {
  max-width: none;
  margin-bottom: 20px;
  color: #0f3c60;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  text-align: left;
}

.benefits-content-wrapper {
  position: absolute;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 380px;
  min-height: auto;
  margin-top: 38px;
  margin-left: auto;
  padding: 20px 20px 20px 26px;
  background-color: #0f3c60;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3);
}

.rich-text-block {
  margin-left: -20px;
  font-size: 18px;
  line-height: 28px;
}

.heading-3 {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

.heading-3.service-btn {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-transform: none;
}

.heading-3.heading-white {
  font-size: 30px;
}

.service-card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  min-height: 60px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px 40px;
  -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 0 10px 0.5px rgba(0, 0, 0, 0.2);
  color: #0f3c60;
  text-align: center;
}

.service-card-wrapper:hover {
  background-color: #54c0e8;
}

.service-card-wrapper:focus {
  background-color: #007a9e;
  color: #fff;
}

.service-card-wrapper.w--current {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #54c0e8;
  color: #0f3c60;
}

._5-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.service-card {
  background-color: transparent;
}

.service-section {
  position: relative;
  z-index: 1;
  display: block;
  padding: 40px 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #0f3c60;
}

.link-highlight-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 12px;
  height: 3px;
  margin-right: auto;
  margin-left: 0px;
  background-color: #54c0e8;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 12px 20px 12px 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-style: none;
  border-radius: 0px;
  background-color: #54c0e8;
  background-image: none;
  -webkit-transition: box-shadow 600ms ease, border-color 600ms ease, color 600ms ease, background-color 600ms ease;
  transition: box-shadow 600ms ease, border-color 600ms ease, color 600ms ease, background-color 600ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #07a4d2;
}

.button-2.hero-v4-right {
  left: auto;
  top: auto;
  right: 40px;
  bottom: 100px;
  width: 60px;
  height: 60px;
  padding: 0px 10px 0px 0px;
  border-radius: 100px;
  background-color: transparent;
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.5);
}

.button-2.hero-v4-right:hover {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0);
  color: #0f3c60;
}

.button-2.hero-v4-left {
  left: 40px;
  top: auto;
  right: auto;
  bottom: 100px;
  width: 60px;
  height: 60px;
  padding: 0px 0px 0px 10px;
  border-radius: 100px;
  background-color: transparent;
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.5);
}

.button-2.hero-v4-left:hover {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0);
  color: #0f3c60;
}

.slide-progress-bar-2 {
  width: 33%;
  height: 100%;
  background-color: #54c0e8;
}

.bg-image-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  height: 100%;
  margin: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.bg-image-3.edi {
  background-image: url('../images/EDI.jpg');
}

.bg-image-3.ds {
  background-image: url('../images/DS.jpg');
}

.bg-image-3.cc {
  background-image: url('../images/Call-Center.jpg');
  background-size: cover;
  opacity: 0.8;
}

.bg-image-3.vmi {
  background-image: url('../images/IM.jpg');
}

.bg-image-3.otc {
  background-image: url('../images/OTC.jpg');
  background-size: cover;
  opacity: 0.8;
}

.hero-v4-content-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 88px;
  padding-left: 88px;
  -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: #0f3c60;
  text-align: center;
}

.testimonial-v1-author-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -8px;
  margin-bottom: 8px;
  padding: 8px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.testimonials-v1-button-2 {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: color 400ms ease, background-color 400ms ease, -webkit-transform 150ms ease;
  transition: color 400ms ease, background-color 400ms ease, -webkit-transform 150ms ease;
  transition: color 400ms ease, transform 150ms ease, background-color 400ms ease;
  transition: color 400ms ease, transform 150ms ease, background-color 400ms ease, -webkit-transform 150ms ease;
  color: #0f3c60;
  font-size: 24px;
  line-height: 24px;
}

.testimonials-v1-button-2:hover {
  background-color: #54c0e8;
  color: #fff;
}

.testimonials-v1-button-2:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.testimonials-v1-button-2.left {
  left: 15px;
  right: auto;
}

.testimonials-v1-button-2.right {
  left: auto;
  right: 15px;
}

.divider {
  width: 104px;
  height: 3px;
  margin-top: 12px;
  margin-bottom: 24px;
  border-radius: 20px;
  background-color: #fff;
}

.quote-text {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #0f3c60;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.testimonial-v1-author-name-2 {
  margin-bottom: 4px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #0f3c60;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.quote-intro-2 {
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  color: #0f3c60;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.service-description-left {
  position: relative;
  width: 80%;
  min-height: 620px;
  margin-top: -50px;
  padding: 60px 220px 60px 40px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  color: #383838;
}

.wrapper-service {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.benefits-wrapper {
  position: absolute;
  top: 50px;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  padding-right: 1%;
}

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

.footer-social-row {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.form-checklist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-card-item {
  width: auto;
  min-width: 200px;
  margin: 10px 5px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.services-nav {
  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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.inline-text-link {
  color: #007a9e;
}

.inline-text-link:hover {
  color: #54c0e8;
  text-decoration: underline;
}

.body {
  font-size: 16px;
}

.heading-white {
  color: #fff;
}

.select-field {
  overflow: auto;
}

.fullscreen-section {
  width: 100vw;
  height: 100vh;
}

.fullscreen-bg-image {
  overflow: hidden;
  height: 100vh;
}

.fullscreen-bg-image.coming-soon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: block;
  background-image: url('../images/OTC.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.2;
}

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

.cookie-button {
  color: #0f3c60;
  font-weight: 500;
}

.rich-text-block-2 {
  margin-top: 20px;
}

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

.call-out-box-heading {
  color: #0f3c60;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
}

.text-block {
  color: #0f3c60;
}

.email-button {
  margin-top: 20px;
  background-color: #63cef5;
  color: #082236;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
}

.pricing-comparison {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
}

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

.pricing-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 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;
  box-shadow: 0 4px 130px 0 rgba(150, 163, 181, 0.12);
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px 0 rgba(150, 163, 181, 0.3);
}

.pricing-image {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary {
  padding: 12px 25px;
  background-color: #1a1b1f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.outline-button {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #1a1b1f;
  color: #1a1b1f;
}

.button-primary.outline-button:hover {
  background-color: #1a1b1f;
  color: #fff;
}

.pricing-divider {
  height: 1px;
  margin: 56px -24px 16px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: rgba(118, 135, 157, 0.1);
}

.pricing-feature-list {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.pricing-feature {
  margin-top: 16px;
  padding-left: 32px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-image: url('../images/');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  position: absolute;
  top: -19px;
  padding: 7px 16px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(150, 163, 181, 0.2);
  color: #3a4554;
}

@media screen and (min-width: 1280px) {
  .client {
    max-height: 144px;
  }
}

@media screen and (min-width: 1440px) {
  .section.page-header-section {
    height: 40vh;
  }

  .nav-bar {
    position: absolute;
  }

  .text-grey.form {
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
  }

  .input.text-area {
    border-top: 0.5px solid #d1d1d1;
  }

  .checkbox {
    width: 18px;
    height: 18px;
    background-color: #fff;
  }

  .checkbox.w--redirected-checked {
    background-color: #0f3c60;
  }

  .checkbox-field {
    width: 50%;
    padding-right: 20px;
    color: #383838;
  }

  .benefits-content-wrapper {
    left: 29px;
    top: 38px;
    width: 450px;
  }

  .service-description-left {
    padding-right: 300px;
  }

  .benefits-wrapper {
    padding-right: 4%;
  }

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

@media screen and (min-width: 1920px) {
  p {
    margin-bottom: 10px;
  }

  ul {
    margin-top: 0px;
  }

  .section.page-header-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40vh;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .text-grey.form {
    padding-bottom: 0px;
  }

  .slide-progress {
    width: 50%;
  }

  .page-heading.large {
    margin-bottom: 20px;
    font-family: Roboto, sans-serif;
    font-size: 88px;
    letter-spacing: 10px;
  }

  .benefits-content-wrapper {
    position: absolute;
    left: 89px;
    padding-top: 40px;
  }

  .button-2.hero-v4-right {
    right: 60px;
  }

  .button-2.hero-v4-left {
    left: 60px;
  }

  .service-description-left {
    width: 100%;
    min-height: 620px;
    margin-right: 100px;
    padding-top: 40px;
    padding-right: 400px;
  }

  .benefits-wrapper {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding-top: 60px;
    padding-right: 12%;
  }

  .heading-white.large {
    width: 600px;
    font-size: 24px;
    text-align: center;
  }

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

  .logo {
    width: 400px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
    line-height: 64px;
  }

  h2 {
    font-size: 38px;
    line-height: 48px;
  }

  h3 {
    font-size: 30px;
    line-height: 40px;
  }

  h4 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }

  h5 {
    font-size: 20px;
    line-height: 28px;
  }

  h6 {
    font-size: 13px;
    line-height: 20px;
  }

  .section {
    padding: 0px 8px 80px;
  }

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

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

  .no-margin {
    margin: 0px;
  }

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

  .text-label {
    margin-bottom: 8px;
    font-size: 11px;
  }

  .footer-bottom {
    padding-top: 26px;
    padding-bottom: 26px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .brand {
    padding-right: 8px;
    padding-left: 24px;
  }

  .button.hero-v4-left {
    left: 32px;
    bottom: 32px;
    width: 170px;
  }

  .button.hero-v4-right {
    right: 32px;
    bottom: 32px;
    width: 170px;
  }

  .nav-link {
    font-size: 40px;
    line-height: 56px;
  }

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

  .nav-bar {
    position: -webkit-sticky;
    position: sticky;
    height: 80px;
    padding-right: 0px;
    border-top: 1px solid rgba(22, 26, 37, 0.1);
    background-color: #0f3c60;
  }

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

  .navigation {
    padding-right: 8px;
  }

  .nav-menu {
    padding-right: 32px;
    padding-left: 32px;
  }

  .input.search-input {
    margin: 0px;
  }

  .social-buttons.nav-menu-social {
    bottom: 32px;
  }

  .no-padding {
    padding: 0px;
  }

  .counter {
    padding: 40px 8px;
  }

  .counter-number {
    font-size: 40px;
    line-height: 64px;
  }

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

  .testimonials-v1-slide {
    min-height: 400px;
  }

  .instagram-photo-link {
    width: 25%;
    margin: 4px;
    -webkit-box-flex: 15%;
    -webkit-flex: 15%;
    -ms-flex: 15%;
    flex: 15%;
  }

  .feature-v2 {
    width: 50%;
    padding-top: 0px;
    padding-right: 5%;
    padding-left: 2%;
  }

  .feature-v1 {
    width: 50%;
    margin-bottom: 64px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .feature-v1:hover {
    border-color: transparent;
  }

  .contact-v1 {
    margin-right: 8%;
    margin-left: 8%;
    padding: 0px 0px 24vw;
    -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;
  }

  .protected-page {
    padding-right: 8px;
    padding-left: 8px;
  }

  .search {
    margin-bottom: 0px;
  }

  .search-result-card {
    margin-bottom: 24px;
  }

  .feature-v4 {
    width: 50%;
    padding-right: 5%;
    padding-left: 2%;
  }

  .testimonials-arrow {
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .testimonials-v2-button {
    right: 0px;
    width: 52px;
    height: 52px;
    font-size: 20px;
  }

  .testimonials-v2-button:hover {
    background-color: #fff;
    color: #0f3c60;
  }

  .work-v1 {
    margin-bottom: 16px;
  }

  .nav-search-button {
    width: 48px;
    padding: 12px;
    color: transparent;
  }

  .testimonial-v1-bg {
    width: 400px;
    height: 400px;
  }

  .testimonial-v1 {
    width: 80%;
    height: 440px;
    max-width: none;
    min-height: 0px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero-v4-slide {
    top: 0px;
    bottom: 0px;
    margin-top: auto;
  }

  .hero-v4-slider {
    height: 610px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .contact-v1-form {
    padding-right: 8px;
    padding-left: 8px;
  }

  .contact-v1-info {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 55px 20px 8px;
    text-align: center;
  }

  .slide-progress {
    left: 240px;
    right: 240px;
    bottom: 54px;
    height: 2px;
  }

  .page-intro {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-bar-info {
    padding-right: 8px;
    padding-left: 8px;
  }

  .portfolio-button {
    position: fixed;
    margin: 20px;
  }

  .services-accordion {
    padding-top: 0px;
  }

  .testimonials-v1-button {
    right: 0px;
  }

  .testimonials-v1-button:hover {
    background-color: #fff;
  }

  .paperplane-icon {
    display: none;
  }

  .nav-bottom-right-info {
    bottom: 36px;
  }

  .main-grid {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .search-result-image {
    width: 160px;
    height: 120px;
  }

  .top-button {
    right: 12px;
    bottom: 12px;
  }

  .flex-left.sticky {
    position: static;
  }

  .loading-icon {
    width: 36px;
  }

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

  .hero-h2-heading-copy {
    margin-bottom: 16px;
    font-size: 49px;
    line-height: 64px;
    text-align: left;
  }

  .hero-h1-heading {
    margin-bottom: 16px;
    font-size: 52px;
    line-height: 64px;
  }

  .hero-h1-heading.margin-big {
    margin-bottom: 24px;
  }

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

  .image {
    display: none;
  }

  .overlap-section {
    padding: 0px 8px;
  }

  .blue-block {
    padding: 80px 8px;
  }

  .section-white {
    padding-right: 8px;
    padding-bottom: 0px;
    padding-left: 8px;
  }

  .benefits-content-wrapper {
    position: relative;
    left: auto;
    width: 100%;
    margin-top: auto;
  }

  .service-card-wrapper {
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 20px;
    padding-left: 20px;
  }

  ._5-grid {
    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-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-flow: row;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .service-section {
    padding: 80px 8px;
  }

  .button-2.hero-v4-right {
    right: 32px;
    bottom: 60px;
    width: 60px;
  }

  .button-2.hero-v4-left {
    left: 32px;
    bottom: 60px;
    width: 60px;
  }

  .hero-v4-content-2 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .testimonials-v1-button-2 {
    right: 0px;
  }

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

  .testimonials-v1-button-2.left {
    left: 8px;
  }

  .testimonials-v1-button-2.right {
    right: 8px;
  }

  .divider {
    width: 88px;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .quote-text {
    margin-top: 16px;
    font-size: 25px;
    line-height: 40px;
  }

  .service-description-left {
    width: 100%;
    padding-right: 40px;
  }

  .wrapper-service {
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .benefits-wrapper {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    padding-right: 0px;
    padding-bottom: 60px;
  }

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

  .container {
    max-width: 728px;
  }

  .pricing-wrapper {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pricing-card {
    width: 350px;
  }
}

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

  h2 {
    font-size: 34px;
    line-height: 44px;
  }

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

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

  .no-margin {
    margin: 0px;
  }

  .intro {
    margin-bottom: 48px;
  }

  .text-label {
    font-size: 16px;
  }

  .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brand {
    padding: 10px 20px;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .button.hero-v4-left {
    left: 16px;
    bottom: 20px;
  }

  .button.hero-v4-right {
    right: 16px;
    bottom: 20px;
  }

  .button.search-button {
    display: none;
  }

  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 32px;
    line-height: 48px;
  }

  .nav-bar {
    height: 64px;
    padding-left: 0px;
  }

  .navigation {
    padding-right: 0px;
  }

  .nav-menu {
    padding-right: 16px;
    padding-left: 16px;
  }

  .input.search-input {
    margin: 0px;
  }

  .social-buttons.nav-menu-social {
    bottom: 16px;
  }

  .no-padding {
    padding: 0px;
  }

  .card {
    min-height: 320px;
  }

  .counters {
    padding-bottom: 1px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .counter {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .instagram-photo-link {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .feature-v2 {
    width: 100%;
    padding-right: 10%;
    padding-left: 10%;
  }

  .feature-v1 {
    width: 100%;
    padding-right: 8%;
    padding-left: 8%;
  }

  .footer-bottom-left {
    width: 100%;
    margin-bottom: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-bottom-right {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .contact-v1 {
    margin-right: 8px;
    margin-left: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .password-card {
    min-width: 400px;
    padding-right: 64px;
    padding-left: 64px;
  }

  .feature-v4 {
    display: block;
    width: 100%;
    margin-bottom: 48px;
    padding-right: 10%;
    padding-left: 10%;
  }

  .link-highlight.nav-link-line {
    bottom: 40%;
    height: 3px;
  }

  .work-v1 {
    margin-bottom: 8px;
  }

  .nav-search-button {
    width: 44px;
    padding: 10px;
  }

  .testimonial-v1-bg {
    width: 320px;
    height: 320px;
  }

  .testimonial-v1 {
    width: 75%;
    height: 400px;
    padding: 0px 12px;
  }

  .hero-v4-slider {
    height: 480px;
  }

  .team-card {
    height: 320px;
  }

  .contact-v1-info {
    padding-right: 8px;
    padding-bottom: 48px;
  }

  .slide-progress {
    left: 0px;
    right: 0px;
    bottom: 0px;
  }

  .nav-bar-info {
    padding-right: 0px;
    padding-left: 0px;
  }

  .portfolio-button {
    margin: 16px;
  }

  .client {
    width: 33.33%;
    height: 12vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    box-shadow: 1px 1px 0 0 #383838;
  }

  .nav-bottom-right-info {
    bottom: 20px;
  }

  .main-grid {
    grid-row-gap: 48px;
  }

  .top-button {
    display: none;
  }

  .step {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .step-number {
    min-width: 96px;
    font-size: 40px;
    line-height: 32px;
  }

  .step-info {
    padding: 8px 6%;
  }

  .hero-h2-heading-copy {
    font-size: 38px;
    line-height: 48px;
  }

  .hero-h1-heading {
    font-size: 40px;
    line-height: 48px;
  }

  .hero-h1-heading.margin-big {
    font-size: 58px;
  }

  .overlap-section {
    padding-top: 64px;
    padding-bottom: 10px;
  }

  .quotes-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .blue-block {
    display: none;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-white {
    padding: 20px 0px 64px;
  }

  .heading {
    font-size: 30px;
  }

  .service-card-wrapper {
    width: 30%;
    margin: 5px;
  }

  ._5-grid {
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .service-section {
    padding-top: 20px;
    padding-bottom: 64px;
  }

  .button-2.hero-v4-right {
    right: 16px;
    bottom: 20px;
  }

  .button-2.hero-v4-left {
    left: 16px;
    bottom: 20px;
  }

  .hero-v4-content-2 {
    padding-right: 32px;
    padding-bottom: 8px;
    padding-left: 32px;
  }

  .testimonials-v1-button-2.left {
    width: 40px;
    height: 40px;
  }

  .testimonials-v1-button-2.right {
    width: 40px;
    height: 40px;
  }

  .quote-text {
    margin-top: 12px;
    font-size: 18px;
    line-height: 24px;
  }

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

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 20px;
  }

  .no-margin {
    margin: 0px;
  }

  .button {
    margin-right: auto;
    margin-left: auto;
  }

  .button.hero-v4-left {
    width: 136px;
  }

  .button.hero-v4-right {
    width: 136px;
  }

  .navigation {
    padding-left: 0px;
  }

  .bg-image {
    background-position: 100% 50%;
  }

  .input.search-input {
    margin: 0px;
  }

  .social-buttons.nav-menu-social {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 56px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }

  .hero-v4-arrow-link {
    display: none;
  }

  .no-padding {
    padding: 0px;
  }

  .counters {
    padding-right: 0px;
  }

  .counter {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .counter-number {
    font-size: 50px;
  }

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

  .testimonials-v1 {
    margin-bottom: 48px;
  }

  .testimonials-v1-slide {
    overflow: visible;
    min-height: auto;
  }

  .feature-v2 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .link {
    margin-right: auto;
    margin-left: auto;
  }

  .contact-v1 {
    margin-right: -8px;
    margin-left: -8px;
    padding-right: 16px;
    padding-bottom: 32vw;
    padding-left: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right-style: none;
    border-left-style: none;
  }

  .password-card {
    min-width: 0px;
    margin-right: 8px;
    margin-left: 8px;
    padding: 48px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .search {
    width: 100%;
  }

  .search-result-card {
    -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;
  }

  .feature-v4 {
    width: 100%;
  }

  .testimonials-arrow {
    display: none;
  }

  .testimonials-v2-button {
    display: none;
  }

  .checkbox-field {
    width: 100%;
  }

  .testimonials-v1-nav {
    display: block;
    height: 32px;
    margin-bottom: 8px;
    font-size: 7px;
  }

  .testimonial-v1-bg {
    position: absolute;
    display: none;
  }

  .testimonial-v1 {
    width: 100%;
    height: auto;
    padding-right: 8px;
    padding-left: 8px;
  }

  .hero-v4-slider {
    height: 560px;
  }

  .team-card {
    height: 368px;
  }

  .nav-menu-links {
    padding-bottom: 160px;
  }

  .page-intro {
    text-align: center;
  }

  .client {
    height: 18vw;
  }

  .testimonials-v1-button {
    margin-bottom: -6px;
  }

  .paperplane-icon {
    left: 0%;
    bottom: 10%;
    width: 64%;
  }

  .nav-bottom-right-info {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 16px;
    text-align: center;
  }

  .nav-link-content {
    font-size: 3vh;
    line-height: 4vh;
  }

  .main-grid {
    padding-right: 10px;
    padding-left: 10px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .search-result-image {
    width: 100%;
    height: 50vw;
  }

  .search-result-info {
    padding-top: 24px;
    padding-left: 0px;
  }

  .page-heading {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
  }

  .step-number {
    min-width: 72px;
    padding-right: 10px;
  }

  .step-info {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-h2-heading-copy {
    text-align: center;
  }

  .hero-h1-heading.margin-big {
    font-size: 60px;
    line-height: 58px;
    text-align: center;
  }

  .overlap-wrapper {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .overlap-section {
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .blue-block {
    overflow: visible;
  }

  .hero-btn {
    font-size: 18px;
    text-align: center;
  }

  .text-light-gray {
    width: 100%;
    font-size: 12px;
  }

  .benefits-content-wrapper {
    padding-right: 14px;
    padding-left: 14px;
  }

  .service-card-wrapper {
    width: 100%;
  }

  ._5-grid {
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .service-section {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .button-2.hero-v4-right {
    width: 60px;
  }

  .button-2.hero-v4-left {
    width: 60px;
  }

  .bg-image-3.cc {
    background-position: 0% 50%;
  }

  .bg-image-3.otc {
    background-position: 0% 50%;
  }

  .hero-v4-content-2 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .testimonials-v1-button-2 {
    margin-bottom: -6px;
  }

  .testimonials-v1-button-2.left {
    margin-bottom: -48px;
    margin-left: 40px;
  }

  .testimonials-v1-button-2.right {
    margin-right: 40px;
    margin-bottom: -48px;
  }

  .testimonial-v1-author-name-2 {
    margin-bottom: 0px;
  }

  .quote-intro-2 {
    font-size: 20px;
    line-height: 28px;
  }

  .service-description-left {
    padding: 20px 10px;
  }

  .list-2 {
    padding-left: 20px;
  }

  .container {
    max-width: none;
  }
}

#w-node-_06a727d9-4b41-0545-600a-eb00bfe59dfb-6b6f64a2 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 8;
  grid-column-end: 11;
}

#w-node-_9f703eb6-e1ee-4823-a348-1bacc85f0f1a-6b6f64a2 {
  -ms-grid-column-span: 8;
  grid-column-end: 11;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-dea81bcb-4b2e-1a4e-1aa3-391fb391431b-f6d4d552 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 6;
  grid-column-start: span 6;
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
}

#w-node-_1496486c-9fab-2e0c-35e3-1534c8231b6f-f6d4d552 {
  -ms-grid-column: span 6;
  grid-column-start: span 6;
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e5d5a4e1-c341-0dc3-5e0d-60d73c85b699-f6d4d552 {
  -ms-grid-column: span 12;
  grid-column-start: span 12;
  -ms-grid-column-span: 12;
  grid-column-end: span 12;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_64dca4c7-02b2-b0c6-dc28-ed48f3a05e39-f6d4d552 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row-align: start;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_06a727d9-4b41-0545-600a-eb00bfe59dfb-6b6f64a2 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 6;
    grid-column-end: 8;
  }

  #w-node-_9f703eb6-e1ee-4823-a348-1bacc85f0f1a-6b6f64a2 {
    -ms-grid-column-span: 8;
    grid-column-end: 9;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-dea81bcb-4b2e-1a4e-1aa3-391fb391431b-f6d4d552 {
    -ms-grid-column-span: 6;
    grid-column-end: 8;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-e5d5a4e1-c341-0dc3-5e0d-60d73c85b699-f6d4d552 {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  #w-node-_64dca4c7-02b2-b0c6-dc28-ed48f3a05e39-f6d4d552 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
    -ms-grid-column: span 5;
    grid-column-start: span 5;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dea81bcb-4b2e-1a4e-1aa3-391fb391431b-f6d4d552 {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_64dca4c7-02b2-b0c6-dc28-ed48f3a05e39-f6d4d552 {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_06a727d9-4b41-0545-600a-eb00bfe59dfb-6b6f64a2 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9f703eb6-e1ee-4823-a348-1bacc85f0f1a-6b6f64a2 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-dea81bcb-4b2e-1a4e-1aa3-391fb391431b-f6d4d552 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-e5d5a4e1-c341-0dc3-5e0d-60d73c85b699-f6d4d552 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_64dca4c7-02b2-b0c6-dc28-ed48f3a05e39-f6d4d552 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
}

