@import url('https://fonts.googleapis.com/css?family=Roboto');
* {
  margin: 0;
}
body {
  margin: auto;
  max-width: 1400px;
}
.header {
  position: absolute;
  width: 100%;
  height: 50px;
  display: flex;
}
.header.header-top {
  background-color: rgba(0, 0, 0, 0);
}
.header.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  transition: visibility 0s, opacity 0.25s linear;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
  z-index: 9;
}
.header.header-hidden {
  visibility: hidden;
  opacity: 0;
}
.header .header-element {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0px 40px;
  width: 12%;
}
.header .header-element .header-signin-button {
  /** Hiding signin until pos is live **/
  display: none;
  /*************************************/
  width: 85px;
  height: 30px;
  text-align: center;
  border-radius: 3px;
  background-color: #fff;
  z-index: 1;
  cursor: pointer;
}
.header .header-element .header-signin-button img {
  vertical-align: middle;
}
.header .header-element .header-signin-button .header-signin-button-text {
  line-height: 30px;
  margin-left: 5px;
  font-size: 9px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #B99E96;
}
.header .header-element .header-signin-button.header-signin-button-fixed-header {
  background-color: #fee;
  cursor: pointer;
}
.header .header-element .header-request-demo-button {
  margin-left: 10px;
  width: 145px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 3px;
  font-size: 12px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #083bbc;
  cursor: pointer;
}
.header .header-element.header-element-wide {
  width: 24%;
}
.section {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.section-1 {
  height: 550px;
  overflow: hidden;
}
.section-1 .blob {
  position: absolute;
  overflow: hidden;
  z-index: -8;
}
.section-1 .section-1-images {
  z-index: -7;
  position: absolute;
  left: 40%;
  top: 80;
  overflow: hidden;
}
.section-1 .section-1-images img {
  max-width: 90%;
  height: auto;
  max-height: 400px;
}
.section-1 .section-1-background {
  width: 100%;
  height: 400px;
  position: absolute;
  transform: rotate(-2deg);
  z-index: -9;
  background-image: linear-gradient(-194deg, rgba(255, 238, 238, 0.23) 7%, rgba(241, 245, 253, 0.36) 87%);
}
.section-1 .section-1-headline {
  width: 25%;
  position: absolute;
  top: 125;
  left: 17%;
}
.section-1 .section-1-headline .section-1-headline-tagline {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  margin-bottom: 5px;
  color: #B99E96;
}
.section-1 .section-1-headline .section-1-headline-main {
  font-size: 24px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 5px;
}
.section-1 .section-1-headline .section-1-headline-button {
  margin-top: 15px;
  width: 150px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 3px;
  font-size: 12px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #083bbc;
  cursor: pointer;
}
.section-2 {
  height: 300px;
}
.section-2 .section-2-info-blurb-container {
  display: flex;
  width: 76%;
  margin: 0 12%;
}
.section-2 .section-2-info-blurb-container .section-2-info-blurb {
  justify-content: space-between;
  text-align: center;
  display: inline;
  width: 25%;
  height: 100%;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 0 40px;
}
.section-2 .section-2-info-blurb-container .section-2-info-blurb .section-2-info-blurb-title {
  margin: 15px 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
}
.section-2 .section-2-info-blurb-container .section-2-info-blurb .section-2-info-blurb-text {
  line-height: 16px;
  color: #B99E96;
}
.section-3 {
  height: 450px;
  overflow: hidden;
}
.section-3 .section-3-left {
  display: inline-block;
  float: left;
  width: 50%;
  height: 96%;
  margin-top: 4%;
  position: relative;
}
.section-3 .section-3-left .section-3-left-content {
  position: absolute;
  top: 20;
  left: 17%;
  width: 90%;
}
.section-3 .section-3-left .section-3-left-content .section-3-left-content-bullet {
  width: 100%;
  height: 50px;
}
.section-3 .section-3-left .section-3-left-content .section-3-left-content-bullet.section-3-left-content-bullet-point {
  margin-bottom: 25px;
}
.section-3 .section-3-left .section-3-left-content .section-3-left-content-bullet .section-3-left-content-bullet-left {
  float: left;
  width: 20%;
  height: 100%;
}
.section-3 .section-3-left .section-3-left-content .section-3-left-content-bullet .section-3-left-content-bullet-right {
  width: 80%;
  height: 100%;
}
.section-3 .section-3-left .section-3-left-content .section-3-left-content-bullet .section-3-left-content-bullet-right .section-3-left-content-title-text {
  line-height: 40px;
  margin-left: 40px;
  font-size: 20px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.section-3 .section-3-left .section-3-left-content .section-3-left-content-bullet .section-3-left-content-bullet-right .section-3-left-content-bullet-right-small-header {
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}
.section-3 .section-3-left .section-3-left-content .section-3-left-content-bullet .section-3-left-content-bullet-right .section-3-left-content-bullet-right-small-text {
  font-size: 12px;
  line-height: 16px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #B99E96;
}
.section-3 .section-3-right {
  display: inline-block;
  width: 50%;
  height: 96%;
  margin-top: 4%;
}
.section-3 .section-3-right img {
  width: 90%;
  height: auto;
  margin-left: -60px;
}
.section-3 .section-3-background {
  position: absolute;
  z-index: -9;
  height: 400px;
  width: 110%;
  transform: rotate(-2deg);
  background-color: #FAFBFE;
}
.section-4 {
  height: 400px;
  width: 100%;
}
.section-4 .section-4-left {
  float: left;
  height: 100%;
  width: 35%;
}
.section-4 .section-4-left img {
  width: 35%;
  height: auto;
  float: right;
  margin-right: 40px;
  margin-top: 40px;
}
.section-4 .section-4-right {
  float: right;
  height: 100%;
  width: 65%;
}
.section-4 .section-4-right .section-4-right-content {
  margin-left: 50px;
  width: 70%;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.section-4 .section-4-right .section-4-right-content .section-4-right-content-bold {
  line-height: 25px;
  font-size: 16px;
  margin-bottom: 20px;
}
.section-4 .section-4-right .section-4-right-content .section-4-right-content-light {
  font-size: 12px;
  line-height: 18px;
  color: #B99E96;
  margin-bottom: 20px;
}
.section-4 .section-4-right .section-4-right-content .section-4-right-content-credit {
  text-transform: uppercase;
  line-height: 16px;
}
.section-4 .section-4-right .section-4-right-content .section-4-right-content-credit .section-4-right-content-credit-name {
  font-size: 12px;
}
.section-4 .section-4-right .section-4-right-content .section-4-right-content-credit .section-4-right-content-credit-boutique {
  font-size: 12px;
  color: #B99E96;
}
.section-5 {
  height: 600px;
  display: inline-block;
  overflow: visible;
}
.section-5 .section-5-left {
  width: 50%;
  height: 100%;
  float: left;
}
.section-5 .section-5-left .request-demo-form {
  margin-top: 15%;
  margin-left: 30%;
  margin-right: 10%;
  width: 60%;
  min-height: 80%;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.section-5 .section-5-left .request-demo-form .form-hidden {
  display: none;
}
.section-5 .section-5-left .request-demo-form .request-demo-form-title {
  line-height: 25px;
  font-size: 16px;
  margin-bottom: 20px;
}
.section-5 .section-5-left .request-demo-form .request-demo-form-element {
  margin-bottom: 10px;
  float: left;
}
.section-5 .section-5-left .request-demo-form .request-demo-form-element label {
  display: block;
  line-height: 16px;
  font-size: 12px;
  color: #B99E96;
}
.section-5 .section-5-left .request-demo-form .request-demo-form-element input {
  display: block;
  height: 25px;
  border-radius: 3px;
  border: 1px solid rgba(185, 158, 150, 0.3);
  font-size: 12px;
}
.section-5 .section-5-left .request-demo-form .request-demo-form-element select {
  display: block;
  height: 25px;
  border: 1px solid #B99E96;
  background: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 10px;
  border: 1px solid rgba(185, 158, 150, 0.2);
  font-size: 12px;
}
.section-5 .section-5-left .request-demo-form .request-demo-form-element .request-demo-form-error {
  border: 2px solid #ff6961;
}
.section-5 .section-5-left .request-demo-form .request-demo-form-element.half {
  width: 50%;
}
.section-5 .section-5-left .request-demo-form .request-demo-form-element.half input {
  width: 90%;
}
.section-5 .section-5-left .request-demo-form .request-demo-form-element.full {
  width: 100%;
}
.section-5 .section-5-left .request-demo-form .request-demo-form-element.full input {
  width: 95%;
}
.section-5 .section-5-left .request-demo-form .request-demo-form-element.full select {
  width: 95%;
}
.section-5 .section-5-left .request-demo-form .request-demo-form-submit {
  margin-top: 10px;
  float: right;
  margin-right: 25%;
  margin-left: 25%;
  width: 45%;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 12px;
  background-color: #083bbc;
  color: #fff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
}
.section-5 .section-5-left .request-demo-form .request-form-submitted-container {
  width: 80%;
}
.section-5 .section-5-left .request-demo-form .request-form-submitted-container .request-demo-success {
  margin: 200px auto;
  position: relative;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 24px;
}
.section-5 .section-5-left .shoptiques-copyright {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 10px;
  color: #B99E96;
  width: 60%;
  text-align: center;
  position: absolute;
  bottom: 0;
}
.section-5 .section-5-left .shoptiques-copyright .shoptiques-links {
  margin-top: 5px;
}
.section-5 .section-5-left .shoptiques-copyright .shoptiques-links a {
  margin: 5px;
  color: #B99E96;
}
.section-5 .section-5-right {
  width: 50%;
  float: right;
}
.section-5 .section-5-right img {
  width: 100%;
  height: auto;
}
.section-5 .section-5-background {
  position: absolute;
  height: 500px;
  width: 100%;
  top: 50px;
  background-color: #FEF6F6;
  z-index: -9;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}
.loader {
  margin: 200px auto;
  position: relative;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 0.5em solid rgba(3, 23, 74, 0.3);
  border-right: 0.5em solid rgba(3, 23, 74, 0.3);
  border-bottom: 0.5em solid rgba(3, 23, 74, 0.3);
  border-left: 0.5em solid #083bbc;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.shoptiques-logo-svg {
  width: 140%;
  height: auto;
}
.pos-header-svg {
  margin-top: 10px;
  width: 140%;
  height: auto;
}
.blob-top-right {
  width: 20%;
  height: auto;
  top: 0;
  right: -80;
}
.blob-middle {
  width: 25%;
  height: auto;
  top: 80;
  left: 50%;
}
.blob-left {
  width: 20%;
  height: auto;
  left: -12;
  top: 75;
}
.fancy-icon {
  width: 35%;
  height: auto;
}
.pos-touch-icon {
  width: 90%;
  height: auto;
}
.merchant-agreement {
  position: absolute;
  margin: 100px 10%;
  width: 80%;
}
.merchant-agreement h1,
.merchant-agreement h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.merchant-agreement h2 {
  font-size: 18px;
}
.merchant-agreement p {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin: 25px 0;
}
