@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,500&display=swap");
@font-face {
  font-family: "Lucida Grande";
  src: url("../fonts/Lucida_grande.ttf");
}
html, body {
  height: 100%;
  background: #fff;
  font-family: "Futura PT", sans-serif;
  font-size: 17px;
  color: #2e2f31;
  line-height: 1.5;
}

bold {
  font-weight: 500;
}

.flex {
  display: flex;
}
.flex.center {
  justify-content: center;
  align-items: center;
}
.flex.column {
  flex-direction: column;
}

p {
  color: #2e2f31;
}

.bold {
  font-weight: 500;
}

.light-bold {
  font-weight: 500;
}

.italic {
  font-style: italic;
}

input:invalid, textarea:invalid {
  background: white;
}

img {
  width: 100%;
}

header {
  line-height: 70px;
  height: 0;
}

.short-header {
  color: white;
  padding-top: 110px;
  padding-bottom: 70px;
  text-align: center;
  background: linear-gradient(-35deg, #002F52 0%, #005494 100%);
}
.short-header .container {
  max-width: 984px;
  margin: 0 auto;
}
.short-header.faded-img {
  background: #002F52 url(../images/Landing/office-background.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.short-header.dark {
  background: #002F52;
}
.short-header .sm_container {
  width: 75%;
  margin: 0 auto;
}
.short-header h1 {
  font-size: 40px;
}
.short-header p {
  font-size: 22px;
  line-height: 1.3;
  margin-top: 27px;
  color: white;
}

header .logo {
  /* wisepricing: */
  font-family: "Lucida Grande";
  font-size: 27px;
  color: #118def;
}

.login .logo {
  font-family: "Lucida Grande";
}

header .rightHeader a {
  /* Join the Team: */
  font-size: 16px;
  position: relative;
  top: 2px;
  color: #fff;
  font-weight: 500;
}

header .rightHeader a:last-child {
  margin-right: 0;
}

header .rightHeader a.login-button:hover {
  opacity: 0.9;
  color: white;
}

header .rightHeader a.login-button {
  background: linear-gradient(-180deg, #118def 3%, #16A9EE 98%);
  box-shadow: 0 2px 4px 0 rgba(211, 211, 211, 0.5);
  border-radius: 23px;
  padding: 8px 18px;
  color: #fff;
}

header .rightHeader a {
  margin-right: 30px;
}

header .rightHeader a:hover {
  color: #118def;
}

.wp-logo {
  width: initial;
  height: 30px;
  position: relative;
  bottom: 2px;
  margin-left: 15px;
}
@media (min-width: 1160px) {
  .wp-logo {
    margin-left: 0;
  }
}

.message-header {
  text-align: center;
  line-height: 30px;
  padding: 6px 15px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 64rem) {
  .message-header {
    margin-bottom: 64px;
  }
}
.message-header:after {
  background: #118def;
  opacity: 0.2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  content: "";
}
.message-header p {
  color: rgba(255, 255, 255, 0.9);
}
.message-header p a {
  padding-bottom: 0px;
  cursor: pointer;
  color: white;
  border-bottom: 1px solid #fff;
}
.message-header.success {
  background: #E68A00;
}
.message-header.error {
  background: #CF3553;
}

.svg-inline--fa {
  margin-right: 10px;
}

.mycontainer {
  justify-content: space-between;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 40px;
}
@media (min-width: 48rem) {
  .mycontainer {
    margin-top: 0;
  }
}
.mycontainer.correct-for-flash-message {
  padding-top: 107px;
}

.mycontainer.demo {
  margin-bottom: 30px;
}

.home-1 .mainTitle {
  color: #fff;
  padding-bottom: 22px;
  font-size: 43px;
  margin-bottom: 0;
}

.home-1 p {
  font-size: 20px;
}

.mainTitle {
  font-size: 26px;
  text-align: center;
  margin-bottom: 32px;
  line-height: 1.1;
}
@media (min-width: 64rem) {
  .mainTitle {
    margin-bottom: 30px;
  }
}

.commonBg {
  background-repeat: no-repeat;
  background-image: url("../images/Landing/analyze_market.svg");
  background-position: center bottom;
}

.home-1 {
  padding-top: 65px;
  position: relative;
}

.background-curve-hero {
  position: absolute;
  bottom: -1px;
}

.home-1 .interested {
  color: #fff;
  line-height: 24px;
  max-width: 600px;
}

.home-1 .mycontainer {
  padding-bottom: 280px;
  background-position: center bottom -68px;
  background-size: 350px;
}
@media (min-width: 64rem) {
  .home-1 .mycontainer {
    padding-bottom: 356px;
  }
}
@media (min-width: 48rem) {
  .home-1 .mycontainer {
    padding-bottom: 470px;
    background-size: 525px;
  }
}

.home-1 .demo {
  margin: 32px auto;
  text-shadow: #CC7A00 0px 0px 11px;
  background: linear-gradient(-160deg, #E68A00 20%, #ed9400 100%);
  border-radius: 23px;
  font-weight: 500;
  padding: 8px;
  font-size: 19px;
  color: #fff;
  max-width: 230px;
}
@media (min-width: 64rem) {
  .home-1 .demo {
    margin: 40px auto;
  }
}

.home-1 .demo:hover {
  opacity: 0.9;
}

.convinced {
  color: #474B55;
}

.home-1, .home-2 .mycontainer, .home-1 .mycontainer {
  margin: 0 auto;
}

.request-1 .mycontainer, .contact-1 .mycontainer {
  margin: 0;
  width: 100%;
}

.request-1, header .mycontainer, .contact-1 {
  max-width: 1050px;
  margin: 0 auto;
  width: 80%;
}

.home-2 {
  padding: 70px 0 10px;
}

.home-2 .mycontainer .row {
  padding-top: 70px;
  padding-bottom: 20px;
}

.home-2 .mycontainer .row .subSection {
  margin-bottom: 60px;
}

.home-2 .mycontainer .row .subSection .title {
  margin-bottom: 15px;
  /* Price Tracking: */
  font-family: "Futura PT", sans-serif;
  font-size: 22px;
  color: #1C344A;
}

.home-2 .mycontainer .row .subSection .title span:first-child {
  padding-right: 25px;
}

.home-2 .mycontainer .row .subSection .description {
  /* Comprehensive market: */
  font-size: 16px;
  color: #474B55;
  line-height: 16px;
}

section.home-5 {
  padding: 60px;
}

.preview_image {
  box-shadow: 0 2px 12px 1px rgba(211, 211, 211, 0.5);
}

.blockquote {
  font-size: 18px;
  /*background: #f9f9f9;*/
  /*border-left: 5px solid #1c344a;*/
  justify-content: center;
  padding: 0 10px;
  quotes: "“" "”" "‘" "’";
  padding: 15px 20px 10px;
  line-height: 1.4;
}

.blockquote p {
  width: 70%;
}

.blockquote div.col-sm-7:before {
  content: open-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: 0px;
  position: relative;
  top: 15px;
  color: #ccc;
  font-size: 3em;
}

.blockquote div.col-sm-7:after {
  visibility: hidden;
  content: close-quote;
  height: 0;
  line-height: 0;
}

.blockquote footer {
  margin: 15px 0;
  padding: 5px 10px;
  text-align: right;
  font-size: 1em;
  font-style: italic;
}

.blockquote.row:last-of-type {
  flex-flow: wrap-reverse;
}

.company {
  width: 60px;
  height: initial;
  position: relative;
  top: 33px;
  left: -32px;
}

.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.home-3 .mainTitle, .section-for-each .mainTitle {
  padding: 20px 0;
}

.home-3 {
  border-bottom: 1px solid #f1f1f1;
  background: #fff;
}

.home-4 .mainTitle {
  padding: 20px 0;
}

.home-4 {
  background: #fdfdfd;
  padding: 0 0 50px;
  border-bottom: 1px solid #f1f1f1;
}

.home-5 {
  padding: 100px 0;
}

.home-5 button {
  /* Rectangle 2 Copy 4: */
  background-image: linear-gradient(-180deg, #118def 3%, #16A9EE 98%);
  border: 1px solid #0D6EBB;
  border-radius: 3px;
  height: 43px;
  width: 132px;
  font-size: 18px;
  color: #FFFFFF;
}

.home-5 .afterForm {
  color: #474b55;
}

.contact-1 {
  padding-top: 60px;
}

.contact-1 .row p, .contact-1 .row p a {
  color: #676767;
}

.contact-1 .row .contactHeader {
  margin-bottom: 40px;
  font-size: 24px;
}

.contact-1 .row .contactInfo {
  margin-top: 50px;
}

.contact-1 .row .contactInfo .phone-number {
  color: #118def;
  margin: 10px 0 25px;
}

.contact-1 .row .contactInfo a {
  margin-right: 40px;
}

.contact-1 .row .contactInfo a span, .follow span.fa {
  font-size: 22px !important;
  color: #444444;
}

.contact-1 .row input {
  font-size: 18px;
  border: 1px solid #c7c7c7;
}

.contact-1 .row input:not(:first-child), .contact-1 .row textarea {
  margin-top: 20px;
}

.contact-1 .row textarea {
  font-size: 18px;
  resize: none;
}

.contact-1 button {
  margin-top: 20px;
}

.request-1 {
  padding-top: 70px;
}

.request-1 p {
  color: #676767;
}

.request-1 .subPoint p {
  font-size: 18px;
  margin-bottom: 7px;
}

.request-1 .subPoint img {
  width: auto;
  margin-right: 14px;
  position: relative;
  top: -1px;
}

.request-1 .demoDescription {
  margin-bottom: 50px;
}

.request-1 .demoDescription p:first-child {
  margin-bottom: 40px;
}

.request-1 .demoHeader {
  color: #1c344a !important;
  font-weight: 500;
}

.request-1 .experts span {
  color: #118def;
  font-size: 24px;
  margin-right: 15px;
}

.request-1, .home-1, .contact-1 {
  background: #002F52;
}

.request-1 form {
  margin: 0;
}

.request-1 form .mrg-left {
  margin-left: 10px;
}

.request-1 form .row1 {
  width: 100%;
  display: table;
}

.request-1 form .row1 .singleInput {
  width: 49%;
  float: left;
}

.request-1 form .row1 .singleInput input {
  width: 100%;
}

.request-1 form input, .request-1 form select, .request-1 button {
  margin-top: 25px;
}

.request-1 form input {
  color: #1c344a;
}

.request-1 .row1:first-child input {
  margin-top: 0;
}

.request-1 .light {
  color: #c0c0c0;
  font-size: 18px;
  margin-top: 15px;
}

.request-1 input::placeholder, .contact-1 input::placeholder, .contact-1 textarea::placeholder, .request-1 select {
  /* Last Name: */
  font-size: 22px;
  color: #C0C0C0;
  -webkit-appearance: none;
  border-radius: 0;
  background: #fff;
  font-family: FontAwesome, "Futura PT", sans-serif;
}

.request-1 .demoDescription p:first-child, .request-1 .demoDescription, .subPoint {
  margin-bottom: 20px;
}

.request-1 {
  padding-bottom: 150px;
}

.request-1 select {
  color: #1c344a;
}

.request-1 input, .contact-1 input, .contact-1 textarea {
  font-size: 20px !important;
}

.contact-1 textarea {
  border-color: #C0C0C0;
}

.ligthPlaceHolder ::-webkit-input-placeholder {
  color: #c0c0c0;
  font-family: "Futura PT", sans-serif;
}

.login {
  background: linear-gradient(-35deg, #002F52 0%, #005494 100%);
  min-height: fit-content;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
.login .login-form {
  max-width: 435px;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 25px 3px;
}
.login .mainTitle {
  font-weight: 500;
  margin: 0;
}
.login .login-form form {
  padding: 30px 60px;
  margin-top: 0;
}
.login .login-form form .specialCase label {
  text-align: left;
}
@media (min-width: 48rem) {
  .login .login-form form .specialCase label {
    width: 50%;
  }
}
.login .login-form form .specialCase a {
  display: block;
}
@media (min-width: 48rem) {
  .login .login-form form .specialCase a {
    display: inline;
    width: 50%;
    float: right;
    text-align: right;
  }
}
.login .login-form form .sublinks a:first-child {
  display: block;
}
@media (min-width: 48rem) {
  .login .login-form form .sublinks a:first-child {
    display: inline;
    width: 50%;
    float: right;
    text-align: right;
  }
}
.login .login-form form .sublinks a {
  display: block;
}
@media (min-width: 48rem) {
  .login .login-form form .sublinks a {
    display: inline;
    width: 50%;
    float: right;
    text-align: left;
  }
}
.login .login-form input:not(:first-child) {
  margin-top: 20px;
  margin-bottom: 4px;
}
.login p.note {
  margin: 10px 0 0;
  color: #48494d;
}
.login p.note a {
  font-size: inherit;
  color: #E68A00;
}
.login .ui.error {
  margin: 0;
}

.specialCase {
  margin: 20px 0;
}
.specialCase input {
  margin-right: 5px;
}
@media (min-width: 48rem) {
  .specialCase {
    margin-bottom: 7px;
  }
}

.sublinks {
  min-height: 21px;
  margin-bottom: 7px;
}
.sublinks input {
  margin-right: 5px;
}

.login .login-form label, .login .login-form a {
  color: #bcbcbc;
  font-size: 14px;
}

.login .login-form button:hover {
  opacity: 0.8;
}

form input:focus, form textarea:focus {
  border: 1px solid #2795EC;
}

.box-shadow {
  box-shadow: 0.3px 0.3px 15px #2cc3ff;
}

.get_in_contact {
  font-weight: 100;
  font-size: 24px;
  color: #1C344A;
  letter-spacing: 1px;
}

.ui.error {
  margin-top: 10px;
  /*position: absolute;*/
  height: 0;
  color: #CF3553;
  text-align: center;
}

/* For extension*/
@media screen and (width: 300px) {
  .login .login-form form {
    padding: 0;
  }

  .wp-logo {
    height: 50px !important;
  }

  header {
    line-height: 25px !important;
    margin-top: 0 !important;
    padding-top: 10px;
  }
}
form.ligthPlaceHolder {
  overflow: initial !important;
}

.grecaptcha-badge {
  display: none;
}

.call-to-action {
  background: #005494;
  text-align: center;
}
@media (min-width: 48rem) {
  .call-to-action {
    text-align: initial;
  }
}
.call-to-action a {
  text-align: center;
  display: inline-block;
  margin: 0px 10px;
  margin-bottom: 10px;
}
@media (min-width: 48rem) {
  .call-to-action a {
    margin-bottom: 0px;
  }
}
.call-to-action h3 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 16px;
}
@media (min-width: 48rem) {
  .call-to-action h3 {
    margin-bottom: 4px;
  }
}
.call-to-action p {
  color: #fff;
}
.call-to-action .mini-p {
  opacity: 0.75;
}
.call-to-action .container {
  padding: 56px 15px;
  margin: 0 auto;
  max-width: 1160px;
}
@media (min-width: 48rem) {
  .call-to-action__buttons {
    text-align: right;
  }
}

.video-section .mycontainer {
  max-width: 1160px;
  margin: 0 auto;
  padding: 24px 30px;
  text-align: center;
  width: 100%;
  border-top: 2px solid #EDF4FA;
  background: #fff;
  border-bottom: 2px solid #EDF4FA;
}

.video-section .mycontainer a:hover {
  text-decoration: underline;
  color: #CC7A00;
}

.video-section .mycontainer a {
  color: #CC7A00;
  cursor: pointer;
}

nav {
  z-index: 99;
  max-width: 1160px;
  margin: 0 auto;
  margin-bottom: 0px !important;
  line-height: normal;
  padding: 8px 0px !important;
}
@media (min-width: 64rem) {
  nav {
    height: 65px;
  }
}
nav .navbar-nav .nav-link {
  font-size: 16px;
  display: inline;
  cursor: pointer;
  padding: 0;
  padding-left: 0;
  padding-right: 0;
  margin-right: 15px;
}
nav.navbar-dark svg {
  stroke: white;
  position: relative;
  top: -1px;
}
nav.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
nav.navbar-dark .navbar-nav .nav-link:hover > span {
  border-bottom: 1px solid #fff;
  color: #fff;
}
nav.navbar-dark .navbar-nav .nav-link.login-button-nav {
  box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 0px 2px inset;
  text-shadow: none;
  color: white;
  padding: 5px 22px !important;
  border-radius: 30px;
}
nav.navbar-dark .navbar-nav .nav-link.login-button-nav:hover {
  box-shadow: rgba(255, 255, 255, 0.7) 0px 0px 0px 2px inset !important;
  color: white !important;
}
nav.navbar-light svg {
  stroke: #118def;
  position: relative;
  top: -1px;
}
nav.navbar-light .navbar-nav .nav-link {
  color: #118def !important;
}
nav.navbar-light .navbar-nav .nav-link:hover > span {
  border-bottom: 1px solid #118def;
  color: #118def;
}
nav.navbar-light .navbar-nav .nav-link.login-button-nav {
  box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 0px 2px inset;
  text-shadow: none;
  color: white !important;
  padding: 5px 22px !important;
  border-radius: 30px;
  background: #118def;
}
nav.navbar-light .navbar-nav .nav-link.login-button-nav:hover {
  box-shadow: rgba(255, 255, 255, 0.7) 0px 0px 0px 2px inset !important;
  color: white !important;
}

.navbar-toggler {
  margin-right: 15px;
}
.navbar-toggler[aria-expanded=true] {
  border: 1px solid #E68A00;
}

.navbar-collapse.collapse.show, .navbar-collapse.collapsing {
  position: absolute;
  top: 66px;
  width: 100%;
}
.navbar-collapse.collapse.show .navbar-nav, .navbar-collapse.collapsing .navbar-nav {
  background: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.navbar-collapse.collapse.show .login-button-nav, .navbar-collapse.collapsing .login-button-nav {
  margin-right: 0;
}
.navbar-collapse.collapse.show .nav-item, .navbar-collapse.collapsing .nav-item {
  padding: 16px 20px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
  transition: all 800ms;
}
.navbar-collapse.collapse.show .nav-item:not(.dropdown), .navbar-collapse.collapsing .nav-item:not(.dropdown) {
  text-align: center;
}
.navbar-collapse.collapse.show .nav-item.dropdown, .navbar-collapse.collapsing .nav-item.dropdown {
  height: 60px;
  overflow: hidden;
}
.navbar-collapse.collapse.show .nav-item.dropdown.show, .navbar-collapse.collapsing .nav-item.dropdown.show {
  height: 217px;
}
.navbar-collapse.collapse.show .nav-item.dropdown.show.nav-item-company, .navbar-collapse.collapsing .nav-item.dropdown.show.nav-item-company {
  height: 235px;
}
.navbar-collapse.collapse.show .dropdown-menu, .navbar-collapse.collapsing .dropdown-menu {
  box-shadow: none;
  display: block;
}
.navbar-collapse.collapse.show .dropdown-menu::before, .navbar-collapse.collapsing .dropdown-menu::before {
  display: none;
}
.navbar-collapse.collapse.show .dropdown-menu > div, .navbar-collapse.collapsing .dropdown-menu > div {
  padding: 0 !important;
}
.navbar-collapse.collapse.show .nav-link, .navbar-collapse.collapsing .nav-link {
  color: #002F52;
  transition: opacity 300ms;
}
.navbar-collapse.collapse.show .nav-link svg, .navbar-collapse.collapsing .nav-link svg {
  stroke: #002F52;
}
.navbar-collapse.collapse.show .nav-link:hover > span, .navbar-collapse.collapsing .nav-link:hover > span {
  color: #002F52;
}
.navbar-collapse.collapse.show .login-button-nav, .navbar-collapse.collapsing .login-button-nav {
  display: inline-block !important;
}
.navbar-collapse.collapsing .nav-link {
  opacity: 0;
}
.navbar-collapse.collapse.show .login-button-nav {
  border: 1px solid #E68A00 !important;
  color: #E68A00 !important;
}
.navbar-collapse.collapse.show .login-button-nav:hover {
  background: #E68A00;
}

.dropdown-toggle::after {
  display: none !important;
}

.dropdown-menu p {
  font-size: 15px;
  font-weight: 400;
  color: #48494d;
  margin: -5px 0px 7px;
  padding: 0px 20px 9px;
}

.navbar-nav .dropdown-menu {
  border: none;
  position: static;
  margin-left: 140px;
}
@media (min-width: 64rem) {
  .navbar-nav .dropdown-menu {
    margin-left: 44%;
  }
}

.dropdown-menu-center {
  right: auto;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 280px;
  line-height: 1.5;
  margin-top: 12px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 8px;
  border-radius: 4px;
  padding: 0;
}
.dropdown-menu-center > div {
  padding: 9px 0px;
  background: white;
  border-radius: 4px;
}
.dropdown-menu-center:before {
  content: "";
  position: absolute;
  left: 30px;
  top: -5px;
  height: 11px;
  width: 11px;
  transform: translateX(-50%) rotate(45deg);
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 8px;
  z-index: -1;
}
@media (min-width: 64rem) {
  .dropdown-menu-center:before {
    left: 50%;
  }
}

.dropdown-item, .dropdown-item:focus, .dropdown-item:hover {
  font-size: 16px;
  font-weight: 500;
  color: #118def !important;
  padding: 9px 20px;
  text-decoration: none;
  background: white !important;
}

.dropdown-item:hover {
  text-decoration: underline;
}

footer {
  background: #fff;
  padding-bottom: 73px;
}

footer .container {
  max-width: 1160px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

footer .regular-text {
  color: #48494D;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  display: block;
}

footer .separator {
  height: 40px;
  background: linear-gradient(to top, rgba(211, 212, 214, 0) 0%, rgba(211, 212, 214, 0.06) 75%, rgba(211, 212, 214, 0.1) 90%, rgba(211, 212, 214, 0.17) 100%);
}

footer .connect-with-us {
  padding: 20px 0 20px;
  text-align: right;
  width: 100%;
  border-bottom: 1px solid #e3e4e6;
}

footer .footer-cols {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
@media (min-width: 48rem) {
  footer .footer-cols {
    flex-direction: row;
  }
  footer .footer-cols .footer-col {
    width: 25%;
  }
}
footer .footer-col ul {
  margin-bottom: 20px;
}

footer .footer-col p:first-child {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 12px;
  color: #48494D;
}
footer .footer-col a {
  font-size: 16px;
  line-height: 25px;
  color: #005494 !important;
}

footer .connect-with-us ul {
  display: inline-block;
}
footer .connect-with-us li {
  display: inline-block;
  bottom: -1px;
  position: relative;
}
footer .connect-with-us p {
  display: inline-block;
  margin-right: 32px;
}

footer .footer-bottom {
  margin-top: 32px;
  padding: 0px 20px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 48rem) {
  footer .footer-bottom {
    margin-top: 73px;
  }
}
footer .footer-bottom div {
  padding-left: 0;
  padding-right: 0;
}
footer .footer-bottom h3 {
  font-size: 16px;
  margin: 0 0 20px 0;
  font-weight: 400;
}
footer .footer-bottom p {
  font-size: 14px;
}

.connect-with-us svg {
  font-size: 21px;
  margin-right: 18px;
  color: #118def;
}

.connect-with-us ul li:last-of-type svg {
  margin-right: 0;
}

.parsley-errors-list {
  color: #CF3553;
  font-size: 14px;
  position: relative;
  top: -15px;
}

form input:not([type=checkbox]), form textarea {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-size: 17px;
  color: #2e2f31;
  padding: 10px 13px;
  height: 40px;
  line-height: 1.5;
  box-shadow: none;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px #666 inset;
  -moz-box-shadow: 0 0 5px #666 inset;
  box-shadow: 0 0 2px #666 inset;
  border: 1px solid rgba(102, 102, 102, 0.2);
}
form input:not([type=checkbox]):focus, form textarea:focus {
  outline: none;
  border-color: #002F52;
  box-shadow: 0 0 0 2px #dde9f9;
}
form input:not([type=checkbox]).dark, form textarea.dark {
  opacity: 0.7;
  border: 1px solid rgba(169, 206, 255, 0.2);
  background-color: #042d63;
  color: #fff;
}

select {
  width: 100%;
  margin-bottom: 20px;
  display: block;
  color: #2e2f31;
}

form textarea {
  min-height: 40px;
  height: auto;
}

form label {
  vertical-align: middle;
  margin-bottom: 6px;
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
  color: #525C60;
}
form label.stacked {
  display: block;
}

button {
  text-shadow: #CC7A00 0px 0px 11px;
  background: linear-gradient(-160deg, #E68A00 20%, #ed9400 100%);
  border-radius: 23px;
  font-weight: 500;
  padding: 8px;
  font-size: 18px;
  line-height: 1.5;
  padding: 8px 32px;
  color: #fff;
  max-width: 230px;
  max-width: 100%;
  border: none;
  transition: color 0.1s ease-in-out 0s, background 0.1s ease-in-out 0s, transform 0.1s ease-in-out 0s, box-shadow 0.1s ease-in-out 0s;
}
button:hover {
  outline: none;
}
button.mini {
  padding: 5px 15px;
  font-size: 16px;
}
@media (min-width: 48rem) {
  button.mini {
    padding: 5px 22px;
  }
}
button.inverted {
  background: transparent;
  box-shadow: #ed9400 0px 0px 0px 2px inset;
  border: none;
}
button.inverted.green {
  color: #CC7A00;
  text-shadow: none;
}
button.inverted:hover {
  box-shadow: #ed9400 0px 0px 0px 2px inset;
}

.faq {
  padding-top: 32px;
  padding-bottom: 40px;
  max-width: 984px;
  margin: 0 auto;
}
@media (min-width: 64rem) {
  .faq {
    padding-top: 70px;
    padding-bottom: 85px;
    display: flex;
  }
}
.faq p a {
  color: #E68A00;
}

.faq-content {
  display: none;
  margin-top: 32px;
}
@media (min-width: 64rem) {
  .faq-content {
    margin-top: 0px;
  }
}
.faq-content.active {
  display: block;
}
.faq-content p {
  margin: 20px 0;
  color: #48494d;
}
.faq-content .questions ul {
  padding-left: 30px;
  margin: 10px 0px;
  list-style: disc;
}
.faq-content h1 {
  font-size: 31px;
}
.faq-content h2 {
  font-size: 26px;
  margin: 40px 0 20px;
}

@media (min-width: 80rem) {
  .faq-sections > div {
    width: 86%;
  }
}
.faq-sections p {
  padding-top: 10px;
}
.faq-sections hr {
  margin: 20px 0;
}
.faq-sections li a {
  color: #002F52;
  cursor: pointer;
  display: block;
  padding-bottom: 12px;
}
.faq-sections li a.active, .faq-sections li a:hover {
  text-decoration: underline;
}

.call-expert p {
  color: #48494d;
}
.call-expert p:not(.light-bold) {
  font-weight: 300;
}

.contact-section, .demo-section {
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 984px;
  margin: 0 auto;
}
@media (min-width: 64rem) {
  .contact-section .container, .demo-section .container {
    width: 50%;
  }
}
.contact-section .container div, .demo-section .container div {
  text-align: center;
}
.contact-section form button, .demo-section form button {
  display: block;
  margin: 26px auto 0;
}
.contact-section hr, .demo-section hr {
  margin: 20px 0;
}

.notice {
  margin-bottom: 20px;
  font-size: 14px;
  padding-top: 9px;
  padding-bottom: 9px;
  display: none;
  background-color: #fff7e0;
  border: 1px solid #ffbf00;
  border-radius: 4px;
}
.notice.visible {
  display: block;
}

.demo-request-tick-container {
  display: flex;
  margin-top: 27px;
  flex-wrap: wrap;
}
.demo-request-tick-container .italic {
  font-size: 17px;
}

.demo-ticks {
  text-align: left;
  padding-left: 30px;
  margin: 27px 0px 0px;
  list-style: none;
}
.demo-ticks li {
  margin-top: 5.5px;
}
.demo-ticks li:before {
  content: "✓";
  position: relative;
  left: -8px;
}
@media (min-width: 64rem) {
  .demo-ticks li:before {
    left: -20px;
  }
}

.about-head {
  background: #f9f9f9;
  border-bottom: 1px solid #e3e4e6;
}

.about-content {
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 984px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 auto;
}
@media (min-width: 64rem) {
  .about-content {
    padding-top: 70px;
  }
}
.about-content p {
  margin: 20px 0;
}

.about-nav {
  max-width: 984px;
  margin: 0 auto;
  padding: 20px 20px 0 20px;
  overflow: auto;
}
.about-nav button {
  float: right;
}
.about-nav ul {
  float: left;
  margin-top: 6px;
}
.about-nav ul li {
  min-height: 46px;
  margin-right: 20px;
  float: left;
  display: block;
}
.about-nav ul li a:hover {
  text-decoration: underline;
}
.about-nav ul li.selected {
  border-bottom: 6px solid #005494;
}
.about-nav ul li.selected a {
  text-decoration: none;
}

.section-for-each {
  background: #fff;
}

.for-each-buttons {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin-bottom: 32px;
}
@media (min-width: 48rem) {
  .for-each-buttons {
    margin-bottom: 57px;
  }
}
.for-each-buttons a:first-of-type {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.for-each-buttons a:last-of-type {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.for-each-buttons a.active:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0px;
  height: 0px;
  transform: translateX(-50%);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 8px solid #002F52;
}
.for-each-buttons a.active {
  box-shadow: none;
  color: white;
  background-color: #002F52;
}
.for-each-buttons a:not(.active) {
  box-shadow: rgba(169, 206, 255, 0.9) 0px 0px 0px 1px inset;
  background: #fff;
  color: #1c344a;
}
.for-each-buttons a {
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  outline: none;
  border-radius: 5px;
  padding: 15px 25px;
}
@media (min-width: 64rem) {
  .for-each-buttons a {
    padding: 20px 54px;
  }
}

.for-each-info {
  display: none;
  max-width: 1160px;
  margin: 0 auto;
  margin-bottom: 48px;
  flex-direction: column;
}
.for-each-info.visible {
  display: flex;
}
@media (min-width: 48rem) {
  .for-each-info {
    flex-direction: row;
  }
}
.for-each-info .item {
  margin: auto;
  max-width: 500px;
  text-align: center;
  padding: 32px 32px;
}
@media (min-width: 48rem) {
  .for-each-info .item {
    padding: 0px 32px;
    max-width: 33.3%;
    text-align: initial;
  }
}
.for-each-info .item img {
  height: 150px;
  margin: 0 auto;
  margin-bottom: 24px;
}
.for-each-info .item h3 {
  margin-bottom: 14px;
  font-size: 23px;
  line-height: 30px;
}
.for-each-info .item p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 20px;
  color: #72757d;
}

@media (min-width: 64rem) {
  section.img-on-right > :first-child {
    padding-right: 90px;
  }
}
@media (min-width: 64rem) {
  section.img-on-left > :nth-child(2) {
    padding-left: 90px;
    margin-top: 1px;
  }
}
section.img-on-left, section.img-on-right {
  display: flex;
  max-width: 1160px;
  text-align: left;
  padding: 40px 15px;
}
@media (min-width: 64rem) {
  section.img-on-left, section.img-on-right {
    margin: 0 auto;
    padding-top: 70px;
  }
}
section.img-on-left img, section.img-on-right img {
  margin-bottom: 32px;
}
section.img-on-left h2, section.img-on-right h2 {
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 28px;
  text-align: center;
}
@media (min-width: 48rem) {
  section.img-on-left h2, section.img-on-right h2 {
    text-align: initial;
    font-size: 32px;
  }
}
section.img-on-left h3, section.img-on-right h3 {
  width: 100%;
  margin-top: 0px;
  font-size: 20px;
  margin-bottom: 6px;
  font-weight: 500;
}
@media (min-width: 48rem) {
  section.img-on-left h3, section.img-on-right h3 {
    font-size: 23px;
  }
}
section.img-on-left p, section.img-on-right p {
  width: 100%;
  margin-bottom: 28px;
  font-size: 17px;
  line-height: 21px;
  color: #72757d;
}
section.img-on-left p a, section.img-on-right p a {
  color: #2e2f31;
  text-decoration: underline;
}
section.img-on-right {
  flex-wrap: wrap-reverse;
}
section.img-on-left {
  flex-wrap: wrap;
}

.connect-software {
  padding: 80px 30px 50px;
  text-align: center;
}
.connect-software .mainTitle {
  margin-bottom: 12px;
}
@media (min-width: 64rem) {
  .connect-software .mainTitle {
    margin-bottom: 30px;
  }
}
.connect-software p:not(.mainTitle) {
  line-height: 21px;
  color: #72757d;
}

.integrations {
  margin: 20px 0px 0px;
  padding: 12px 0px 0px;
  flex-wrap: wrap;
}
.integrations div {
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 6px 0px, rgba(0, 0, 0, 0.05) 0px 7px 14px 0px;
  width: 100px;
  height: 100px;
  border-radius: 63px;
  flex-basis: auto;
  padding: 0px 3px;
  margin: 0px 25px 25px 25px;
}
@media (min-width: 25rem) {
  .integrations div {
    width: 125px;
    height: 125px;
  }
}
.integrations div img {
  width: 80%;
}

.price-packages {
  display: flex;
  width: 89%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 15px;
  margin-top: -85px;
  background: white;
  padding: 55px 0;
  position: relative;
  bottom: -150px;
  box-shadow: rgba(44, 45, 47, 0.05) 0px 12px 19px 0px, rgba(35, 59, 109, 0.05) 0px -3px 10px 0px, rgba(44, 45, 47, 0.1) 0px 50px 56px -42px;
}
.price-packages .package {
  padding: 0 40px;
  width: 25%;
  min-width: 250px;
  border-right: 1px solid #e6e7eb;
  background: white;
  text-align: left;
}
.price-packages .package .plan-name {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #002F52;
}
.price-packages .package .sub-plan-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 36px;
  color: #002F52;
}
.price-packages .package button {
  margin-top: 60px;
  width: 100%;
}
.price-packages .package .plan-specifics li {
  padding-left: 21px;
  line-height: 20px;
  margin-top: 16px;
  color: #06438f;
  position: relative;
}
.price-packages .package .plan-specifics li a {
  text-decoration: underline;
  color: inherit;
}
.price-packages .package .plan-specifics li a:hover {
  color: #CC7A00;
  cursor: pointer;
}
.price-packages .package .plan-specifics li:before {
  content: url("../images/tick.svg");
  display: inline-block;
  width: 12px;
  line-height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
}

.pricing-faq {
  max-width: 984px;
  padding-bottom: 85px;
  padding-top: 150px;
  margin: 0 auto;
}
.pricing-faq h1 {
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  padding: 0px 60px 80px;
}
.pricing-faq .questions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pricing-faq .questions .question {
  width: 47%;
  margin-bottom: 40px;
}
.pricing-faq .questions .question p {
  opacity: 0.8;
}
.pricing-faq .questions .question h3 {
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.solutions-header {
  padding: 85px 0 70px;
  background-color: #002F52;
  padding-left: 30px;
  padding-right: 30px;
}
.solutions-header img {
  width: 85%;
  margin: 0 auto;
}
.solutions-header h1 {
  font-size: 40px;
  margin: 0px 0px 30px;
  color: white;
}
.solutions-header p {
  font-size: 18px;
  line-height: 25px;
  margin: 0px 0px 35px;
  color: white;
  opacity: 0.9;
}
.solutions-header .flex-container {
  display: flex;
  max-width: 1160px;
  margin: 0 auto;
  flex-direction: column;
}
@media (min-width: 64rem) {
  .solutions-header .flex-container {
    flex-direction: row;
  }
}
.solutions-header .flex-container div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.solutions-header .flex-container div:first-child {
  margin-bottom: 40px;
}
@media (min-width: 64rem) {
  .solutions-header .flex-container div {
    width: 50%;
    text-align: left;
  }
  .solutions-header .flex-container div:first-child {
    margin-bottom: 0;
  }
}
.solutions-header button {
  min-width: 210px;
}

.cd-timeline__container {
  max-width: 1160px;
  position: relative;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.cd-timeline__block {
  display: flex;
  position: relative;
  z-index: 1;
  flex-direction: column;
  padding-top: 48px;
}
@media (min-width: 64rem) {
  .cd-timeline__block {
    flex-direction: row;
  }
  .cd-timeline__block:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 64rem) {
  .cd-timeline__block {
    padding-top: 150px;
  }
  .cd-timeline__block:first-child {
    padding-top: 200px;
  }
}
.cd-timeline__block:last-child {
  margin-bottom: 0;
}
.cd-timeline__block .cd-timeline__content:nth-child(2) {
  order: 3;
}
@media (min-width: 64rem) {
  .cd-timeline__block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 1px;
    background: #a9ceff;
  }
}
.cd-timeline__block:not(.time-line) {
  padding-bottom: 70px;
}
.cd-timeline__block:not(.time-line)::before {
  height: 150px;
}
@media (min-width: 64rem) {
  .cd-timeline__block::before {
    left: 50%;
    transform: translateX(-50%);
  }
}

.cd-timeline__img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  color: white;
  font-size: 20px;
  border-radius: 50%;
  background: url("../images/Landing/noisyblue.png");
  z-index: 99;
  margin-left: auto;
  margin-right: auto;
}
.cd-timeline__img img {
  width: 24px;
  height: 24px;
}
@media (min-width: 64rem) {
  .cd-timeline__img {
    width: 50px;
    height: 50px;
    order: 1;
    margin-left: calc(5% - 25px);
    margin-right: calc(5% - 25px);
    will-change: transform;
  }
}

.cd-timeline__content {
  flex-grow: 1;
  position: relative;
  background: white;
}
.cd-timeline__content p:not(.mainTitle) {
  margin-bottom: 28px;
  line-height: 21px;
  color: #72757d;
}
.cd-timeline__content:last-child {
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (min-width: 64rem) {
  .cd-timeline__content {
    width: 45%;
    flex-grow: 0;
    will-change: transform;
    --line-height-multiplier: 1.2;
  }
  .cd-timeline__content, .cd-timeline__content:last-child {
    margin: 0;
  }
}

@media (min-width: 64rem) {
  .cd-timeline__content--hidden {
    visibility: hidden;
  }

  .cd-timeline__content--bounce-in {
    animation: cd-bounce-2 1.2s;
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}
.solution-check li {
  min-height: 30px;
  padding-left: 46px;
  position: relative;
  margin-bottom: 20px;
  white-space: pre-wrap;
  color: #2e2f31;
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
}
.solution-check li:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0px;
  width: 30px;
  height: 30px;
  background-image: url(../images/tick_blue.svg);
  background-size: 46%;
  background-repeat: no-repeat;
  background-color: #118def0d;
  border-radius: 100%;
  background-position-y: 8px;
  background-position-x: 8px;
}

.cd-timeline__block .mainTitle {
  text-align: left;
}

.how-to-use .mainTitle {
  margin-bottom: 50px;
}
.how-to-use .cd-timeline__img {
  margin: 20px auto;
}
.how-to-use .light-blue-container {
  padding: 40px 0px;
  background: #EDF4FA;
  box-shadow: inset rgba(211, 212, 214, 0.5) 0 0 14px 0px;
  padding-left: 30px;
  padding-right: 30px;
}
.how-to-use .light-blue-container .flex-container {
  display: flex;
  max-width: 1160px;
  margin: 0 auto;
  flex-direction: column;
}
@media (min-width: 64rem) {
  .how-to-use .light-blue-container .flex-container {
    flex-direction: row;
  }
}
.how-to-use .light-blue-container .flex-container > div {
  padding: 20px 0px;
  text-align: center;
}
@media (min-width: 64rem) {
  .how-to-use .light-blue-container .flex-container > div {
    padding: 0px 30px;
    width: 33.33%;
  }
}
.how-to-use .light-blue-container .flex-container > div > div {
  height: 150px;
  display: flex;
  align-items: center;
}
.how-to-use .light-blue-container .flex-container > div > div.integration-img-for-retailers {
  height: 100px;
}
@media (min-width: 64rem) {
  .how-to-use .light-blue-container .flex-container > div > div.integration-img-for-retailers {
    height: 150px;
  }
}
.how-to-use .light-blue-container .flex-container > div > div img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  max-height: 100%;
}
.how-to-use .light-blue-container .flex-container > div > img {
  height: 150px;
}
.how-to-use .light-blue-container .flex-container > div p:not(.minorTitle) {
  color: #51565e;
}
.how-to-use .light-blue-container .flex-container > div p.minorTitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin: 30px 0px 14px;
}

.img3-retailers {
  max-height: 300px;
}

/*# sourceMappingURL=landing.css.map */
