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

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: futura-pt, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 600;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: futura-pt, sans-serif;
  font-size: 40px;
  line-height: 1.25em;
  font-weight: 600;
}

a {
  text-decoration: underline;
}

.hero {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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: url('../images/heroBackground2x_1heroBackground@2x.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.96;
}

.backgroundimage {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 100%;
  background-image: radial-gradient(circle farthest-side at 100% 0%, #3d416f, #1c1e3c 69%);
  opacity: 0.96;
}

.herocontent {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  -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;
}

.heroicon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  height: auto;
  margin-bottom: 30px;
  -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;
}

.herodetails {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  height: 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;
}

.titlewhite {
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 42px;
  font-weight: 400;
  text-transform: capitalize;
}

.titleblue {
  font-family: Montserrat, sans-serif;
  color: #2c7da7;
  font-size: 42px;
  font-weight: 400;
  text-transform: capitalize;
}

.detailstitle {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.detailscontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
}

.titleparagraph {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
}

.partners {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 130px;
  -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;
}

.logos {
  display: -ms-grid;
  display: grid;
  width: 940px;
  height: 61px;
  margin-right: 20px;
  margin-left: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logoitems {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
}

.inquirenow-button {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 48px;
  -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: 150px;
  background-image: linear-gradient(71deg, #288dc1, #51c1e2);
  box-shadow: 6px 6px 8px 0 rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

.buttontext-light {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.body {
  clear: none;
}

.thumbnail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 283px;
  height: 135px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.btn-learnmore {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 48px;
  -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-decoration: none;
}

.buttontext-dark {
  font-family: Montserrat, sans-serif;
  color: #2c7da7;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.image {
  margin-right: 10px;
  margin-left: 0px;
}

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 31px;
  padding-bottom: 20px;
  padding-left: 31px;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.onboardingtitle {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-startnow {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 48px;
  -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: 150px;
  background-image: linear-gradient(71deg, #288dc1, #51c1e2);
  box-shadow: 6px 6px 8px 0 rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

.logoblock {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.steptitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  height: 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;
}

.stepcontent {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  -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;
}

.header {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  padding-top: 0px;
  -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-image: url('../images/heroBackground2x_1heroBackground@2x.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.96;
}

.actions {
  display: -ms-grid;
  display: grid;
  width: 940px;
  margin-top: 100px;
  grid-auto-columns: 1fr;
  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;
}

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

.btn-next-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 48px;
  -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: 150px;
  background-image: linear-gradient(71deg, #288dc1, #51c1e2);
  box-shadow: 6px 6px 8px 0 rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

.btn-back-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 48px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding: 21px 20px;
  -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;
}

.menu-button {
  float: none;
}

.nav-menu {
  float: none;
}

.brand {
  width: 130px;
  float: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.navbar-3 {
  max-height: 1px;
  background-color: hsla(0, 0%, 86.7%, 0);
  font-family: 'Source Sans Pro', sans-serif;
}

.logo {
  width: 100%;
}

.nav-link {
  position: relative;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-link:hover {
  margin-bottom: 0px;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  color: #fff;
  font-weight: 600;
}

.nav-link.w--current {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  color: #fff;
}

.nav-link.w--current:visited {
  color: #37c6f4;
}

.nav-link-3 {
  color: #e0e0e0;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-link-3.cta {
  padding: 11px 41px;
  border: 1px solid transparent;
  background-color: #f71;
  color: #fff;
  font-weight: 600;
}

.nav-link-3.cta:hover {
  border-color: #fff;
  background-color: transparent;
}

.hero-section {
  min-height: 900px;
  background-image: url('../images/Homepage-Header-1x-min.png');
  background-position: 50% 50%;
  background-size: cover;
  font-weight: 400;
}

.hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 281px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1150px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.hero-button {
  min-width: 260px;
  padding-top: 20px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 11px;
  color: #fff;
  font-size: 72px;
  line-height: 1.25em;
  font-weight: 700;
  text-align: center;
}

.cta-button {
  width: 100%;
  height: 54px;
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: #45bee2;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  -o-object-fit: fill;
  object-fit: fill;
}

.cs-heading {
  margin-bottom: 25px;
}

.consumer-product-truth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 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;
}

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

.image-5 {
  width: 80px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
}

.heading-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  text-align: center;
}

.feature-copy {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.solution-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  min-width: 200px;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(27, 117, 187, 0.8);
  border-radius: 0px;
  background-color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  color: #1b75bb;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  -o-object-fit: fill;
  object-fit: fill;
}

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

.partners-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.partner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 72%;
  padding-top: 50px;
  padding-bottom: 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-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.partner-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1090px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.client-success {
  padding-bottom: 60px;
  background-image: url('../images/Client-Success-Section-BG2x.png');
  background-position: 50% 50%;
  background-size: cover;
}

.v-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 590px;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 43px;
  padding-bottom: 19px;
  -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: left;
}

.grid-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 240px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 350px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.client-testi {
  padding-bottom: 28px;
}

.section-heading-caps-dark {
  margin-top: 52px;
  margin-bottom: 10px;
  color: #1e1e1e;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.blogs {
  background-color: #fff;
}

.blog-block {
  display: block;
  background-color: transparent;
  color: #333;
  text-decoration: none;
}

.blog-details {
  max-width: 470px;
  padding: 20px 25px 20px 0px;
  text-decoration: none;
}

.see-more {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Source Sans Pro', sans-serif;
  color: #1b75bb;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 240px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-footer-2 {
  display: block;
  padding-top: 40px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Contact-Form-BG1x-min.png');
  background-position: 50% 50%;
  background-size: cover;
}

.footer-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.message {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 75px;
  height: 75px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.message-button {
  display: none;
  width: 100%;
  height: 100%;
  background-image: url('../images/Message-Button.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-details-small {
  margin-top: -117px;
}

.hero-small {
  min-height: 600px;
  font-weight: 400;
}

.hero-small.about-us-cover {
  background-image: url('../images/About-Us-Header1x-min.png');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-small.ct-cover {
  background-image: url('../images/Blog-and-News-Banner1x-min.png');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-small.solutions-cover {
  background-image: url('../images/Solutions-Header--1x-min.png');
  background-position: 0px 0px;
  background-size: cover;
}

.hero-small.services-cover {
  background-image: url('../images/Services-Header1x-min.png');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-small.jobs-cover {
  background-image: url('../images/Jobs-Header-min.png');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-small.jobs-cover {
  background-image: url('../images/Jobs-Header-min.png');
  background-position: 50% 50%;
  background-size: cover;
}

.left-aligned-dark {
  max-width: 580px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: 'Source Sans Pro', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  text-align: left;
}

.section-heading-dark {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #333;
  font-size: 52px;
  text-align: center;
}

.hero-details-section-light {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 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;
}

.section-container-center {
  max-width: 920px;
  padding-top: 20px;
  padding-bottom: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

._wf-content-section {
  background-color: #fff;
}

.horizontal-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  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;
}

._wf-features-item-left-aligned {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 33%;
  margin-top: 0px;
  padding: 25px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._wf-features-item-left-aligned.video-content-text {
  min-width: 0%;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.team-caption {
  margin-top: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Source Sans Pro', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 160%;
  font-weight: 400;
}

.blog-entry-header {
  margin-top: 24px;
  margin-right: 0px;
  margin-bottom: 24px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Source Sans Pro', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 125%;
  font-weight: 700;
}

.image-text {
  max-width: 52%;
  padding-right: 35px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._wf-content-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-height: 460px;
  min-height: 460px;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Case-Study-.png');
  background-position: 0px 0px;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.feature-content-image-left {
  margin-top: 20px;
  margin-bottom: 20px;
}

.feature-content-image-right {
  margin-top: 20px;
  margin-bottom: 20px;
}

.buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/CTA-21x-min.png');
  background-position: 50% 0%;
  background-size: cover;
}

._wf-hero-container-white {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  text-align: center;
}

.cta-header-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 40px 0px 20px;
  font-size: 34px;
  line-height: 1.25em;
  font-weight: 400;
  text-align: center;
}

.cta-header-2.center {
  text-align: center;
}

.center-dark-copy {
  margin-top: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  text-align: center;
}

.features-container {
  display: block;
  padding-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

._wf-hero-container-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2699fb;
  text-align: center;
}

._wf-content-section-2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fff;
}

.content-header-wrapper {
  padding-right: 48px;
  padding-left: 48px;
}

.grid-max4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 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;
}

.card-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: 465px;
  min-width: auto;
  margin-right: 20px;
  margin-bottom: 52px;
  margin-left: 20px;
  padding-right: 0px;
  padding-bottom: 24px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  text-align: center;
}

.feature-image {
  height: 80px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.hero-blog-date {
  color: #6c6c6c;
  font-size: 16px;
  text-transform: uppercase;
}

.feature-subtitle {
  font-family: futura-pt, sans-serif;
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 500;
}

.project {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.8);
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #000;
  font-weight: 400;
  text-align: center;
}

.overlay:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
  opacity: 1;
}

.heading-10 {
  position: relative;
  top: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.iage {
  width: 100%;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 44px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.success-message {
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: 10px;
  background-color: #01ccbe;
  color: #fff;
}

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

.submission-field {
  width: 100%;
  min-height: 45px;
  min-width: 320px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(39, 23, 64, 0.1);
  border-radius: 5px;
  background-color: #fff;
  color: #000;
}

.submission-field::-webkit-input-placeholder {
  color: #a7a7a7;
}

.submission-field:-ms-input-placeholder {
  color: #a7a7a7;
}

.submission-field::-ms-input-placeholder {
  color: #a7a7a7;
}

.submission-field::placeholder {
  color: #a7a7a7;
}

.submission-form {
  margin-top: 20px;
  margin-bottom: auto;
}

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

.column-4 {
  padding-left: 0px;
}

.div-padding-top-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-9 {
  width: 50%;
  min-height: 460px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-blog-entry-header {
  margin-top: 0px;
  padding-bottom: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #000;
  font-size: 28px;
  line-height: 125%;
  font-weight: 700;
}

.partner-logo {
  max-height: 60px;
}

.div-block-14 {
  padding-top: 10px;
  padding-bottom: 20px;
}

.solutions-container {
  position: static;
  background-image: url('../images/Consumer-.-Product-Truth-Section-BG-Copy2x-min.png');
}

.solutions-container.nobg {
  background-image: none;
}

.section-container-center-no-padding {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.section-header-container {
  display: block;
  overflow: visible;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.section-heading-light {
  display: block;
  overflow: visible;
  max-width: 960px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 121px;
  padding-left: 121px;
  color: #fff;
  font-size: 50px;
  line-height: 1.25em;
  font-weight: 600;
  text-align: center;
}

.cta-button-100 {
  width: 100%;
  height: 54px;
  padding-top: 17px;
  padding-bottom: 17px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: #45bee2;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  -o-object-fit: fill;
  object-fit: fill;
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 4px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.main-copy-light {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-right: 18px;
  padding-left: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
}

.cta-button-100-orange {
  width: 100%;
  height: 54px;
  padding-top: 17px;
  padding-bottom: 17px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: #ff770f;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-heading-blue {
  margin-top: 52px;
  margin-bottom: 10px;
  color: #1e1e1e;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.rows-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.main-copy-dark {
  margin-top: 25px;
  margin-bottom: 40px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #1e1e1e;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
}

.page-footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#303030));
  background-image: linear-gradient(180deg, #303030, #303030);
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: futura-pt, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.footer-link {
  display: block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

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

.div-block-17 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: center;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-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;
}

.image-10 {
  max-width: 50%;
  margin-right: 20px;
  margin-left: 20px;
}

.feature-heading-caps {
  margin-top: 7px;
  margin-bottom: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 0px;
  font-weight: 700;
  text-transform: uppercase;
}

.feature-image-large {
  height: 150px;
  margin-bottom: 20px;
}

.feature-sub {
  height: 48px;
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #1b75bb;
  font-size: 20px;
  line-height: 125%;
  font-weight: 700;
  text-transform: lowercase;
}

.grid-max3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  padding: 15px 10px 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;
}

.card-35 {
  display: block;
  max-height: 280px;
  max-width: 210px;
  min-height: 280px;
  min-width: 280px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  text-align: center;
}

.leadership-container {
  background-image: url('../images/Consumer-.-Product-Truth-Section-BG-Copy2x.png');
  background-position: 0px 0px;
  background-size: cover;
}

.image-14 {
  max-width: 50%;
  padding: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-20 {
  display: block;
  margin-bottom: 20px;
  padding-left: 0px;
}

.text-block {
  display: inline-block;
  margin-left: 20px;
  color: #d5ea3d;
  font-size: 24px;
  font-weight: 600;
}

.h-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 60px;
  -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;
  background-image: url('../images/Consumer-.-Product-Truth-Section-BG-Copy2x.png');
  background-position: 0px 0px;
  background-size: cover;
  text-align: left;
}

.subtitle-light {
  max-width: 320px;
  margin-top: 0px;
  margin-bottom: 10px;
  float: none;
  color: #fff;
  font-size: 32px;
  line-height: 1.25em;
  font-weight: 600;
  text-align: left;
}

.div-block-21 {
  max-width: 50%;
  padding: 20px;
}

.image-15 {
  width: 35px;
  height: 40px;
}

.grid-4 {
  margin-top: 20px;
  margin-bottom: 20px;
  grid-auto-flow: row;
  grid-auto-columns: minmax(200px, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 100px;
  grid-template-areas: ".";
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
}

.service-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.image-100 {
  height: 100px;
}

.item-title {
  font-weight: 700;
}

.section-10 {
  margin-bottom: 0px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/404-BG2x-min.png');
  background-position: 50% 50%;
  background-size: cover;
}

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

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

.hero-contact {
  display: block;
  background-image: url('../images/Homepage-Header-1x-min.png');
  background-position: 50% 50%;
  background-size: cover;
  font-weight: 400;
}

.hero-solution {
  min-height: 600px;
  font-weight: 400;
}

.hero-solution.analytics-cover {
  background-image: url('../images/Blog-and-News-Banner1x-min.png');
  background-position: 0px 0px;
  background-size: cover;
}

.solution-hero-image {
  max-width: 640%;
  margin-top: -260px;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading-2-dark {
  margin-top: 0px;
  margin-bottom: 39px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: futura-pt, sans-serif;
  color: #333;
  font-size: 48px;
  line-height: 1.25em;
  font-weight: 600;
  text-align: center;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.div-block-24 {
  display: inline-block;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.image-101 {
  height: 60px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.solution-detail-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-102 {
  max-height: 710px;
  max-width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.section-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -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;
}

.solution-detail-list.margin-left {
  margin-right: 0px;
  margin-left: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 2 auto;
  -ms-flex: 0 2 auto;
  flex: 0 2 auto;
}

.solution-detail-list.margin-right {
  margin-right: 40px;
  -webkit-box-flex: 2;
  -webkit-flex: 2 2 auto;
  -ms-flex: 2 2 auto;
  flex: 2 2 auto;
}

.div-block-26 {
  -webkit-box-flex: 2;
  -webkit-flex: 2 auto;
  -ms-flex: 2 auto;
  flex: 2 auto;
}

.image-right-pin {
  max-height: 600px;
  max-width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
}

.card-30-short {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  min-width: 30%;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  text-align: center;
}

.section-12 {
  padding-top: 40px;
  background-image: url('../images/Consumer-.-Product-Truth-Section-BG-Copy2x.png');
  background-position: 0px 0px;
  background-size: cover;
}

.case-study-hero-image {
  max-width: 780px;
  margin-top: -260px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.case-study-hero-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 780px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-v-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 920px;
  padding-top: 20px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.text-block-3 {
  font-size: 18px;
}

.grid-5 {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
}

.case-study-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.section-13 {
  margin-top: 40px;
  margin-bottom: 60px;
}

.link-block {
  margin-top: 10px;
}

.blog-date {
  margin-top: 10px;
  color: #6c6c6c;
  font-size: 16px;
  text-transform: uppercase;
}

.section-14 {
  margin-top: 40px;
}

.section-heading-blue-2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #1b75bb;
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.bold-text-2 {
  color: #fff;
  font-weight: 600;
}

.bold-text-3 {
  color: #fff;
  font-weight: 600;
}

.bold-text-4 {
  color: #fff;
  font-weight: 600;
}

.bold-text-5 {
  color: #fff;
  font-weight: 600;
}

.bold-text-6 {
  color: #fff;
  font-weight: 600;
}

.section-heading-blue-3 {
  margin-top: 52px;
  margin-bottom: 10px;
  color: #1b75bb;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.bold-text-7 {
  font-weight: 700;
}

.section-heading-caps-light {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

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

.bold-text-12 {
  font-weight: 600;
}

.bold-text-14 {
  font-weight: 600;
}

.contact-us-blue {
  padding-top: 40px;
  background-image: url('../images/Contact-Form-BG1x-min.png');
  background-position: 50% 50%;
  background-size: cover;
}

.dropdown-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dropdown-trigger {
  position: static;
  padding-right: 10px;
  padding-left: 10px;
}

.dropdown-trigger:active {
  color: #37c6f4;
}

.dropdown-trigger:focus {
  color: #37c6f4;
}

.dropdown-content {
  position: absolute;
  left: 0%;
  top: 80%;
  right: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-width: 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  color: #45bee2;
}

.dropdown-link {
  display: block;
  padding: 16px 20px;
  color: #323232;
  font-weight: 600;
  text-decoration: none;
}

.dropdown-link:hover {
  color: #1b75bb;
}

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

.dropdown-link.w--current:hover {
  color: #1b75bb;
}

.text-block-4 {
  text-decoration: none;
  text-transform: none;
}

.dropdown-content-2 {
  position: absolute;
  left: auto;
  top: 80%;
  right: -17%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-width: 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.contact-us-hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 59px;
  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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-heading-caps-dark-our-partners {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #1e1e1e;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading-dark-copy {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #333;
  font-size: 52px;
  text-align: center;
}

.other-solution-sub-heading {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}

.bold-text-18 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 23px;
  font-weight: 400;
}

.contact-us-orange {
  padding-top: 40px;
  background-image: url('../images/Footer-BG-2.png');
  background-position: 50% 0%;
  background-size: cover;
}

.recent-news-container {
  padding-bottom: 28px;
}

.recent-news-text {
  margin-top: 52px;
  margin-bottom: 10px;
  color: #1e1e1e;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.bold-text-19 {
  font-size: 18px;
  font-weight: 600;
}

.how-we-work-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  min-width: 200px;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border: 2px solid transparent;
  border-radius: 0px;
  background-color: #45bee2;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  -o-object-fit: fill;
  object-fit: fill;
}

.how-we-work-button:hover {
  background-color: #1b75bb;
  color: #fff;
}

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

.slide-image {
  width: 320px;
}

.slider {
  height: 350px;
  background-color: transparent;
}

.icon-2 {
  margin-top: 125px;
  color: #333;
}

.slide-nav {
  color: #333;
}

.contact_subtext {
  margin-bottom: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  text-align: center;
}

.find-the-best {
  font-size: 48px;
}

.bold-text-9-copy {
  font-family: futura-pt, sans-serif;
  color: #1b75bb;
  font-weight: 600;
}

.section-heading-light-copy {
  display: block;
  overflow: visible;
  max-width: 960px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 191px;
  padding-left: 191px;
  color: #fff;
  font-size: 50px;
  line-height: 1.25em;
  font-weight: 600;
  text-align: center;
}

.text-block-4-copy {
  color: #45bee2;
  text-decoration: none;
  text-transform: none;
}

.button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 0px;
  background-color: #f71;
  font-size: 14px;
  font-weight: 600;
}

.button:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
}

.serviceslink {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  border-bottom: 2px solid hsla(0, 0%, 100%, 0);
  color: #323232;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.serviceslink:hover {
  border-bottom: 2px none #ff585b;
  background-color: transparent;
  color: #1b75bb;
  text-decoration: none;
}

.serviceslink.w--current:hover {
  text-decoration: none;
}

.nav-sublink {
  display: none;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.nav-sublink:hover {
  color: #ff585b;
  text-decoration: none;
}

.nav-sublink.w--current:hover {
  text-decoration: none;
}

.icon-3 {
  margin-right: 0px;
  color: #fff;
}

.icon-3:active {
  color: #fff;
}

.service-link {
  display: none;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.service-link:hover {
  color: #ff585b;
  text-decoration: none;
}

.service-link.w--current:hover {
  text-decoration: none;
}

.dropdown-toggle {
  padding-right: 20px;
  padding-left: 0px;
}

.dropdown-toggle:focus {
  color: #45bee2;
}

.servicesdropdown {
  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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.nav-link-4 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #45bee2;
  text-decoration: none;
}

.nav-link-4.w--current:hover {
  text-decoration: none;
}

.nav-link-4.w--current:visited {
  color: #45bee2;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navigation-bar {
  position: static;
  top: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.text-block-5 {
  color: #fff;
  font-weight: 600;
}

.text-block-5:hover {
  color: #45bee2;
}

.text-block-5:focus {
  color: #45bee2;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1180px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.dropdown-list.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 232px;
  margin-left: -62px;
  padding: 10px 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 9px 8px 0 rgba(0, 0, 0, 0.1);
}

.serviceslink-copy {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  border-bottom: 2px solid hsla(0, 0%, 100%, 0);
  color: #323232;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.serviceslink-copy:hover {
  border-bottom: 2px none #ff585b;
  background-color: transparent;
  color: #1b75bb;
  text-decoration: none;
}

.serviceslink-copy.w--current:hover {
  text-decoration: none;
}

.link-block-2 {
  color: transparent;
  text-decoration: none;
}

.link-block-2:hover {
  color: #45bee2;
}

.link-block-2:focus {
  color: #45bee2;
}

.link-block-2.w--current:visited {
  color: #45bee2;
}

.how-we-work-subnav {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  border-bottom: 2px solid hsla(0, 0%, 100%, 0);
  color: #323232;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.how-we-work-subnav:hover {
  border-bottom: 2px none #ff585b;
  background-color: transparent;
  color: #1b75bb;
  text-decoration: none;
}

.how-we-work-subnav.w--current:hover {
  text-decoration: none;
}

.dropdown-list-2.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 110px;
  margin-left: -62px;
  padding: 10px 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 9px 8px 0 rgba(0, 0, 0, 0.1);
}

.nav-link-5 {
  display: none;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.nav-link-5:hover {
  color: #45bee2;
  text-decoration: none;
}

.nav-link-5.w--current:hover {
  text-decoration: none;
}

.div-block-34 {
  margin-top: 198px;
  margin-bottom: 112px;
}

.html-embed {
  margin-top: 50px;
}

.cta-heading {
  display: block;
  overflow: visible;
  max-width: 960px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 160px;
  padding-left: 160px;
  color: #fff;
  font-size: 50px;
  line-height: 1.25em;
  font-weight: 600;
  text-align: center;
}

.cta_subtext {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  text-align: center;
}

.section-11-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: 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;
}

.h-flex-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-105 {
  max-height: none;
  max-width: 100%;
}

.back-to-top-wrapper-2 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 30px;
  margin-bottom: 127px;
  -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: 2px;
  border-color: #fff;
  border-radius: 26%;
  background-color: #323232;
  background-image: url('../images/chevron-up.svg');
  background-position: 50% 50%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
}

.map-section {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.map-container {
  display: block;
  max-width: 960px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.map-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 76px auto;
}

.image-109 {
  position: static;
  max-width: 100%;
}

.bold-text-20 {
  font-size: 14px;
  line-height: 0px;
  text-transform: none;
}

.bold-text-25 {
  font-size: 19px;
}

.heading-12 {
  margin-right: -99px;
  margin-left: -99px;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}

.div-block-35 {
  margin-right: -187px;
  margin-left: -187px;
  padding-bottom: 19px;
  color: #fff;
  font-size: 24px;
  line-height: 26px;
}

._404-button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 240px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid-6 {
  margin-top: 20px;
  margin-bottom: 20px;
  grid-auto-flow: row;
  grid-auto-columns: minmax(200px, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  grid-template-areas: ".";
  grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.job-item {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 1px 0 8px 1px rgba(0, 0, 0, 0.14);
  text-decoration: none;
}

.job-item:hover {
  box-shadow: 1px 0 8px 1px #45bee2;
}

.blue-indicator {
  display: block;
  width: 10px;
  height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #45bee2;
}

.job-title {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-left: 21px;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.job-title:hover {
  color: #ac3535;
}

.bold-text-28-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #323232;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.section-header-container-copy {
  display: block;
  overflow: visible;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.job-heading-blue {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #1b75bb;
  font-size: 52px;
  line-height: 49px;
  text-align: left;
}

.blue-indicator-2 {
  display: block;
  width: 10px;
  height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #45bee2;
}

.link-2 {
  color: #1b75bb;
  font-weight: 600;
  text-decoration: none;
}

.main-copy-dark-copy-2 {
  margin-top: 33px;
  margin-bottom: 25px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #1e1e1e;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
}

.blue-line {
  width: 80px;
  height: 7px;
  margin-top: 51px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #1b75bb;
}

.job-header-container {
  display: block;
  overflow: visible;
  max-width: 960px;
  margin-right: auto;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.jd-paragraph {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: left;
}

.jd-sub-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #1e1e1e;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 600;
  text-align: left;
}

.responsibilities-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bullet-container {
  width: 50px;
  max-height: 50px;
  max-width: 50px;
}

.jd-bullet {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: left;
}

.image-111 {
  margin-right: 45px;
}

.jd-sub-title-2 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #1e1e1e;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 600;
  text-align: left;
}

.main-copy-dark-copy-3 {
  margin-top: 33px;
  margin-bottom: 25px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
}

.other-job-openings {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 0px;
}

.other-job-openings:hover {
  color: #47bee2;
}

.v-flex-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding: 43px 35px 92px;
  -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: left;
}

.other-job-openings-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #686868;
  text-decoration: none;
}

.back-button {
  line-height: 20px;
}

.hero-details-small-copy {
  margin-top: -117px;
}

.jd-sub-title-a {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #1d75bb;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
  text-align: left;
}

.jd-sub-title-b {
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #1d75bb;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
  text-align: left;
}

.list-item {
  line-height: 20px;
}

.address {
  margin-bottom: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  line-height: 22px;
  font-weight: 300;
}

.div-block-37 {
  border-top: 1px solid hsla(0, 0%, 100%, 0.16);
}

.bold-text-29 {
  color: #323232;
  text-decoration: none;
}

.heading-13 {
  text-decoration: none;
}

.bold-text-30 {
  color: #323232;
}

.partner-logo-grid-3 {
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-row-align: center;
  align-self: center;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.stats {
  position: static;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 720px;
  height: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 135px;
  -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;
}

.stats-image {
  position: static;
  left: 162px;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  clear: left;
}

.stat-detail-container {
  display: -ms-grid;
  display: grid;
  width: 590px;
  padding-top: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 100px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-block-7 {
  font-weight: 600;
  text-align: center;
}

.stats-section-container {
  width: 1530px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.counter {
  padding-bottom: 27px;
  font-family: futura-pt, sans-serif;
  color: #1b75bb;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
}

.stat-3-of-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dollar-symbol {
  padding-bottom: 27px;
  font-family: futura-pt, sans-serif;
  color: #1b75bb;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
}

.mosaic-solutions {
  display: -ms-grid;
  display: grid;
  padding-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.partner-tier-1-container {
  margin-bottom: 24px;
  padding-bottom: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tier-1-partner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 5px 13px 4px rgba(0, 0, 0, 0.11);
}

.v-flex-container-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 43px;
  padding-bottom: 92px;
  -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: left;
}

.v-flex-container-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 43px;
  padding-bottom: 92px;
  -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: left;
}

.card-35-copy {
  display: block;
  max-height: 280px;
  max-width: 210px;
  min-height: 280px;
  min-width: 280px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  text-align: center;
}

.tier-caption {
  width: 270px;
  padding-bottom: 0px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.link-3 {
  padding-top: 19px;
  padding-bottom: 26px;
  color: #47bee2;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.image-113 {
  margin-top: 13px;
}

.image-114 {
  margin-top: 13px;
}

.image-115 {
  margin-top: 13px;
  padding-bottom: 8px;
}

.v-flex-container-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 92px;
  -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: left;
}

.partner-tier-2-container {
  width: 1060px;
  margin-top: 60px;
  margin-bottom: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.tier-2-partner-container {
  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;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 5px 13px 4px rgba(0, 0, 0, 0.11);
}

.tier-2-partner-logo-container {
  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;
}

.blog-entry-header-2 {
  margin-top: 24px;
  margin-right: 0px;
  margin-bottom: 24px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Source Sans Pro', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 125%;
  font-weight: 700;
}

.feature-image-2 {
  height: 80px;
  margin-bottom: 20px;
}

.grid-max4-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 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;
}

.section-heading-light-2 {
  max-width: 860px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 78px;
  padding-left: 78px;
  color: #fff;
  font-size: 50px;
  line-height: 1.25em;
  font-weight: 600;
  text-align: center;
}

.card-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 30%;
  min-height: 350px;
  min-width: 30%;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  text-align: center;
}

.v-flex-container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 40px;
  -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: left;
}

.cta-button-101 {
  width: 100%;
  height: 54px;
  padding-top: 17px;
  padding-bottom: 17px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: #45bee2;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  -o-object-fit: fill;
  object-fit: fill;
}

.feature-copy-2 {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.content-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-header-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  padding-top: 40px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.div-padding-top-21 {
  margin-bottom: 49px;
  padding-top: 20px;
}

.section-heading-dark-3 {
  width: 710px;
  max-width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 38px;
  padding-right: 0px;
  color: #333;
  font-size: 44px;
  line-height: 60px;
  text-align: left;
}

.section-heading-blue-4 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #1b75bb;
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.card-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 30%;
  min-height: 350px;
  min-width: 30%;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  text-align: center;
}

.section-header-container-3 {
  display: block;
  padding-top: 40px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.div-padding-top-22 {
  padding-top: 20px;
}

.image-116 {
  padding-bottom: 5px;
}

.preferred-partner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-top: 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;
}

.image-117 {
  margin-left: 13px;
}

.text-block-8 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.employee-perks-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: 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;
}

.employee-perks-bullet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 23px;
  -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;
}

.employee-perks-points {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #1e1e1e;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 600;
  text-align: left;
}

.job-category-heading {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: futura-pt, sans-serif;
  color: #333;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.v-flex-container-jobs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 43px;
  padding-bottom: 92px;
  -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: left;
}

.section-header-container-jobs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.main-copy-dark-jobs {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #1e1e1e;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
}

.jd-paragraph-copy {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: left;
}

.responsibilities-container-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  padding-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.finance-admin-grid {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
  grid-auto-flow: row;
  grid-auto-columns: minmax(200px, 1fr);
  grid-template-areas: ".";
  grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.finance-admin-section-header {
  display: none;
  overflow: visible;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.our-values-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  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;
  background-image: url('../images/Client-Success-Section-BG2x.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section-heading-caps-light-copy-2 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #030303;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.main-copy-dark-copy {
  margin-top: 3px;
  margin-bottom: 25px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #1e1e1e;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
}

.v-flex-container-copy-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 940px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.our-clients {
  padding-bottom: 0px;
  background-image: url('../images/Yellow-BG2x-2.png');
  background-position: 50% 100%;
  background-size: cover;
}

.slider-desktop {
  background-color: transparent;
}

.slide-2-testi-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 330px;
  height: 430px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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: 6px;
  background-color: #fff;
  box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.13);
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mask-2 {
  height: 470px;
}

.image-119 {
  margin-top: 1px;
  margin-bottom: 18px;
}

.text-block-14 {
  margin-bottom: 16px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.bold-text-32 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.text-block-15 {
  color: #717171;
  font-weight: 600;
}

.image-120 {
  width: 210px;
  margin-bottom: 10px;
}

.slide-nav-2 {
  display: none;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.items {
  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: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.contis {
  width: 120px;
  margin-right: 40px;
  margin-left: 40px;
}

.our-clients-marquee-section {
  overflow: hidden;
  margin-top: 0px;
  padding: 10px;
  background-color: #fef0b9;
}

.marquee-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.items-holder-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.item-copy {
  width: 120px;
  margin-right: 40px;
  margin-left: 40px;
}

.item-copy {
  width: 130px;
  margin-right: 40px;
  margin-left: 40px;
}

.kravers {
  width: 84px;
  margin-right: 40px;
  margin-left: 40px;
}

.the-moment-group {
  width: 90px;
  margin-right: 40px;
  margin-left: 40px;
}

.item-copy {
  width: 150px;
  margin-right: 40px;
  margin-left: 40px;
}

.item-copy-copy {
  width: 190px;
  margin-right: 40px;
  margin-left: 40px;
}

.californi-kitchen {
  width: 180px;
  margin-right: 40px;
  margin-left: 40px;
}

.mary-grace {
  width: 81px;
  margin-right: 40px;
  margin-left: 40px;
}

.cloud-eats {
  width: 100px;
  margin-right: 40px;
  margin-left: 40px;
}

.item-copy-copy-copy {
  width: 190px;
  margin-right: 40px;
  margin-left: 40px;
}

.image-120-copy {
  width: 170px;
  margin-bottom: 10px;
}

.slide-2-testi-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 330px;
  height: 430px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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: 6px;
  background-color: #fff;
  box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.13);
}

.slide-2-testi-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 330px;
  height: 430px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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: 6px;
  background-color: #fff;
  box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.13);
}

.div-block-42-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-mobile {
  display: none;
}

.v-flex-container-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 43px;
  padding-bottom: 19px;
  -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: left;
}

.v-flex-container-our-clients {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 590px;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 43px;
  padding-bottom: 19px;
  -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: left;
}

.coco {
  width: 101px;
  margin-right: 40px;
  margin-left: 40px;
}

.contis-bakeshop {
  width: 100px;
  margin-right: 40px;
  margin-left: 40px;
}

.wildflour {
  width: 160px;
  margin-right: 40px;
  margin-left: 40px;
}

.barcino {
  width: 130px;
  margin-right: 40px;
  margin-left: 40px;
}

.meatworld {
  width: 150px;
  margin-right: 40px;
  margin-left: 40px;
}

.bos-coffeee {
  width: 150px;
  margin-right: 40px;
  margin-left: 40px;
}

.single-origin {
  width: 140px;
  margin-right: 40px;
  margin-left: 40px;
}

.buffalos {
  width: 130px;
  margin-right: 40px;
  margin-left: 40px;
}

.image-121 {
  width: 120px;
  margin-right: 40px;
  margin-left: 40px;
}

.yogorino {
  width: 150px;
  margin-right: 40px;
  margin-left: 40px;
}

.pizza-telefono {
  width: 100px;
  margin-right: 40px;
  margin-left: 40px;
}

.caramia {
  width: 140px;
  margin-right: 40px;
  margin-left: 40px;
}

.armynavy {
  width: 160px;
  margin-right: 40px;
  margin-left: 40px;
}

._24chicken {
  width: 96px;
  margin-right: 40px;
  margin-left: 40px;
}

.somot {
  width: 130px;
  margin-right: 40px;
  margin-left: 40px;
}

.happilee {
  width: 96px;
  margin-right: 40px;
  margin-left: 40px;
}

.viva-brands {
  width: 141px;
  margin-bottom: 10px;
}

.viva-brands-mobile {
  width: 210px;
  margin-bottom: 10px;
}

.help-center-container {
  color: #ffcf39;
}

.help-center-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 0px;
  background-color: #1b75bb;
  font-size: 14px;
  font-weight: 600;
}

.help-center-button:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
}

.help-center-container-mobile {
  color: #ffcf39;
}

.div-block-44 {
  display: none;
}

.help-desk-container-1 {
  position: fixed;
  left: auto;
  top: 95px;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 12px -3px rgba(9, 9, 9, 0.48);
  color: #1b75bb;
  text-decoration: none;
}

.text-block-16 {
  width: 90px;
  margin: 34px 31px 50px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
}

.image-122 {
  width: 30px;
  margin: 13px 13px 5px;
}

@media screen and (max-width: 991px) {
  .hero {
    width: 100%;
  }

  .herocontent {
    width: 100%;
  }

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

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

  .titlewhite {
    margin-top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .titleblue {
    margin-top: 0px;
  }

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

  .titleparagraph {
    width: 100%;
  }

  .btn-learnmore {
    margin-bottom: 20px;
  }

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

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

  .stepcontent {
    width: 100%;
  }

  .back {
    padding-left: 0px;
  }

  .nextbtn {
    padding-left: 0px;
  }

  .btn-back-2 {
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .brand {
    -webkit-box-flex: 0;
    -webkit-flex: 0 2 auto;
    -ms-flex: 0 2 auto;
    flex: 0 2 auto;
  }

  .navbar-3 {
    padding: 10px 20px;
  }

  .hero-content {
    margin-top: 121px;
  }

  .hero-details {
    max-width: 1020px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading {
    padding-right: 6px;
    padding-left: 6px;
  }

  .feature-copy {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .partner-container {
    max-width: 100%;
    padding: 113px 0px 104px;
  }

  .client-success {
    background-image: url('../images/Client-Success-Section-BG2x_1.png');
    background-position: 0px 0px;
    background-size: cover;
  }

  .v-flex-container {
    height: auto;
    padding: 40px 20px 47px;
  }

  .client-testi {
    padding-bottom: 40px;
    padding-left: 0px;
  }

  .section-heading-caps-dark {
    font-size: 20px;
  }

  .blogs {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-contents {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-details-small {
    margin-top: 0px;
  }

  .hero-small.solutions-cover {
    background-position: 50% 50%;
  }

  .hero-small.services-cover {
    background-position: 50% 50%;
  }

  .hero-small.jobs-cover {
    background-position: 50% 50%;
  }

  .hero-small.jobs-cover {
    background-position: 50% 50%;
  }

  .section-heading-dark {
    margin-bottom: 0px;
    line-height: 57px;
  }

  ._wf-content-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .team-caption {
    max-width: 500px;
    font-size: 14px;
  }

  .blog-entry-header {
    font-size: 22px;
  }

  .image-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .buttons-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .cta-header-2 {
    font-size: 50px;
  }

  .cta-header-2.center {
    padding-top: 27px;
  }

  ._wf-content-section-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-max4 {
    padding-bottom: 50px;
    -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;
  }

  .card-30 {
    max-width: 100%;
    min-width: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .feature-image {
    height: 120px;
    margin-top: 20px;
  }

  .div-padding-top-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .hero-blog-entry-header {
    font-size: 22px;
  }

  .section-header-container {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-heading-light {
    padding-right: 53px;
    padding-left: 53px;
  }

  .cta-button-100 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .content-wrapper {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section-heading-blue {
    font-size: 20px;
  }

  .page-footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .feature-heading-caps {
    font-size: 14px;
  }

  .feature-image-large {
    height: 120px;
    margin-top: 19px;
  }

  .feature-sub {
    height: 44px;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 19px;
  }

  .grid-max3 {
    overflow: visible;
    max-width: 691px;
    padding-right: 104px;
    padding-left: 104px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card-35 {
    min-height: 235px;
    min-width: 170px;
    margin: 0px 6px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .image-15 {
    width: 32px;
  }

  .hero-contact {
    min-height: 420px;
    background-position: 50% 50%;
  }

  .hero-solution.analytics-cover {
    background-position: 50% 50%;
  }

  .heading-2-dark {
    padding-right: 0px;
    padding-left: 0px;
  }

  .solution-detail-item {
    margin-bottom: 20px;
  }

  .image-102 {
    max-width: 50%;
  }

  .image-right-pin {
    max-width: 50%;
  }

  .icon {
    color: #fff;
  }

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

  .card-30-short {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .section-heading-blue-2 {
    margin-top: 50px;
  }

  .bold-text-15 {
    font-size: 20px;
  }

  .contact-us-hero-content {
    margin-top: 100px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-heading-caps-dark-our-partners {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 20px;
  }

  .bold-text-18 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 23px;
    font-weight: 400;
  }

  .recent-news-container {
    padding-bottom: 40px;
    padding-left: 0px;
  }

  .slider {
    height: 320px;
  }

  .icon-2 {
    margin-top: 260px;
  }

  .contact_subtext {
    padding-right: 93px;
    padding-left: 93px;
  }

  .section-heading-light-copy {
    padding-right: 71px;
    padding-left: 71px;
  }

  .button {
    height: 40px;
  }

  .menu-button-2 {
    padding: 5px;
  }

  .menu-button-2.w--open {
    margin-right: 0px;
    padding: 5px;
    border-radius: 4px;
    background-color: #45bee2;
  }

  .cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .nav-sublink {
    display: block;
    padding: 15px 20px 15px 40px;
    color: #323232;
    font-weight: 600;
    text-align: left;
  }

  .nav-sublink:hover {
    background-color: transparent;
    color: #45bee2;
  }

  .nav-sublink.w--current:hover {
    background-color: transparent;
    color: #45bee2;
  }

  .service-link {
    display: block;
    padding: 15px 20px;
    color: #323232;
    font-weight: 600;
    text-align: left;
  }

  .service-link:hover {
    background-color: transparent;
    color: #45bee2;
  }

  .service-link.w--current:hover {
    background-color: transparent;
    color: #45bee2;
  }

  .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 78%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .servicesdropdown {
    display: none;
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-link-4 {
    padding: 15px 20px;
    color: #323232;
    text-align: left;
  }

  .nav-link-4:hover {
    background-color: transparent;
    color: #45bee2;
  }

  .nav-link-4.w--current:hover {
    background-color: transparent;
    color: #45bee2;
  }

  .brand-2 {
    margin-left: 18px;
  }

  .nav-menu-2 {
    display: block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    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;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 12px 10px 0 rgba(0, 0, 0, 0.15);
  }

  .navigation-bar {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .container-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    grid-auto-columns: 1fr;
    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;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .icon-4 {
    color: #fff;
  }

  .nav-link-5 {
    display: block;
    padding: 15px 20px;
    color: #323232;
    text-align: left;
  }

  .nav-link-5:hover {
    background-color: transparent;
    color: #45bee2;
  }

  .nav-link-5.w--current:hover {
    color: #45bee2;
  }

  .cta-heading {
    padding-right: 53px;
    padding-left: 53px;
  }

  .cta_subtext {
    padding-right: 93px;
    padding-left: 93px;
  }

  .image-105 {
    max-width: 210px;
    min-height: 90px;
    min-width: 200px;
  }

  .image-106 {
    max-width: 170px;
  }

  .image-107 {
    max-width: 159px;
  }

  .image-108 {
    max-width: 170px;
  }

  .map-image-container {
    margin: 44px 36px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-109 {
    position: static;
    max-height: none;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .bold-text-20 {
    font-size: 14px;
    line-height: 0px;
  }

  .bold-text-25 {
    font-size: 16px;
  }

  .bold-text-26 {
    font-size: 14px;
  }

  .div-block-35 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .grid-6 {
    margin-top: 30px;
    grid-row-gap: 10px;
  }

  .blue-indicator {
    height: 60px;
  }

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

  .bold-text-28-copy {
    text-align: left;
  }

  .section-header-container-copy {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .job-heading-blue {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 57px;
  }

  .blue-indicator-2 {
    height: 80px;
  }

  .job-header-container {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .jd-sub-title {
    margin-top: 20px;
  }

  .bullet-container {
    max-width: 30px;
    margin-right: 5px;
  }

  .jd-bullet {
    max-width: 910px;
    min-width: 690px;
  }

  .v-flex-container-2 {
    padding: 0px 35px 47px;
  }

  .other-job-openings-container {
    margin-top: 30px;
  }

  .hero-details-small-copy {
    margin-top: 0px;
  }

  .partner-logo-grid-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -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;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .stats {
    width: 720px;
    height: 0px;
    margin-top: 0px;
    margin-bottom: 323px;
    padding-top: 182px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .stats-image {
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-right: 120px;
    padding-left: 120px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .stat-detail-container {
    width: 590px;
  }

  .stats-section-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1530px;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .stats-image-banner {
    max-height: 98%;
    padding-left: 0px;
  }

  .mosaic-solutions {
    display: -ms-grid;
    display: grid;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .partner-tier-1-container {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    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;
  }

  .tier-1-partner-container {
    width: 216px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .v-flex-container-copy {
    padding: 40px 20px 47px;
  }

  .v-flex-container-copy {
    padding: 40px 20px 47px;
  }

  .card-35-copy {
    min-height: 235px;
    min-width: 170px;
    margin: 0px 6px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .tier-caption {
    width: 200px;
  }

  .v-flex-container-copy {
    padding: 40px 43px 47px;
  }

  .partner-tier-2-container {
    width: 660px;
  }

  .blog-entry-header-2 {
    font-size: 22px;
  }

  .feature-image-2 {
    height: 120px;
  }

  .grid-max4-2 {
    -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;
  }

  .card-36 {
    max-width: 80%;
    min-width: 25%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .v-flex-container-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-padding-top-21 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .section-heading-dark-3 {
    margin-bottom: 0px;
    line-height: 57px;
    text-align: center;
  }

  .card-37 {
    max-width: 80%;
    min-width: 25%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-padding-top-22 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .preferred-partner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .employee-perks-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .employee-perks-bullet {
    width: 310px;
    padding-bottom: 10px;
  }

  .employee-perks-points {
    max-width: 910px;
    min-width: 290px;
  }

  .perks-point-section {
    display: -ms-grid;
    display: grid;
    margin-top: 20px;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .job-category-heading {
    margin-bottom: 0px;
    line-height: 57px;
  }

  .v-flex-container-jobs {
    padding: 40px 20px 47px;
  }

  .section-header-container-jobs {
    margin-bottom: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .jd-paragraph-copy {
    font-size: 16px;
  }

  .finance-admin-grid {
    margin-top: 30px;
    grid-row-gap: 10px;
  }

  .finance-admin-section-header {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .section-heading-caps-light-copy-2 {
    margin-bottom: 0px;
  }

  .main-copy-dark-copy {
    margin-top: 20px;
  }

  .v-flex-container-copy-2 {
    padding: 40px 20px 47px;
  }

  .our-clients {
    padding-bottom: 0px;
    background-image: url('../images/Yellow-BG2x-2.png');
    background-position: 50% 100%;
    background-size: auto;
  }

  .slide-2-testi-3 {
    height: 430px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-block-14 {
    margin-bottom: 10px;
  }

  .slide-2-testi-1 {
    height: 430px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slide-2-testi-2 {
    height: 430px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slider-mobile {
    display: none;
  }

  .v-flex-container-cta {
    height: auto;
    padding: 40px 20px 47px;
  }

  .v-flex-container-our-clients {
    height: 590px;
    padding: 40px 20px 47px;
  }

  .viva-brands {
    width: 120px;
  }

  .help-center-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .help-center-button {
    height: 40px;
  }

  .help-center-container-mobile {
    display: none;
    width: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-block-44 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .titlewhite {
    font-size: 27px;
  }

  .titleblue {
    font-size: 36px;
  }

  .titleparagraph {
    font-size: 18px;
  }

  .partners {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logos {
    display: -ms-grid;
    display: grid;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 35px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .thumbnail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    height: 150px;
    margin-right: 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;
  }

  .btn-learnmore {
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .btn-back-2 {
    margin-top: 10px;
    margin-bottom: 0px;
  }

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

  .brand {
    padding-left: 0px;
  }

  .hero-section {
    background-size: cover;
  }

  .hero-content {
    margin-top: 100px;
  }

  .hero-details {
    padding-bottom: 0px;
  }

  .heading {
    padding-right: 14px;
    padding-left: 14px;
    font-size: 72px;
  }

  .cs-heading {
    padding-right: 96px;
    padding-left: 96px;
  }

  .heading-6 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .feature-copy {
    margin-bottom: 0px;
  }

  .partner-container {
    padding-top: 89px;
    padding-bottom: 89px;
  }

  .client-success {
    padding-bottom: 34px;
    background-image: url('../images/Client-Success-Section-BG2x_1.png');
    background-position: 0px 0px;
    background-size: cover;
  }

  .v-flex-container {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .grid-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .client-testi {
    padding-top: 26px;
    padding-bottom: 5px;
  }

  .section-heading-caps-dark {
    margin-top: 38px;
    font-size: 20px;
  }

  .hero-details-small {
    margin-top: 0px;
  }

  .hero-small.services-cover {
    background-position: 61% 50%;
  }

  .hero-small.jobs-cover {
    background-position: 61% 50%;
  }

  .hero-small.jobs-cover {
    background-position: 61% 50%;
  }

  .section-heading-dark {
    margin-top: 20px;
    font-size: 28px;
  }

  .hero-details-section-light {
    padding-top: 0px;
  }

  .section-container-center {
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .horizontal-content-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._wf-features-item-left-aligned.video-content-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-text {
    max-width: none;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
  }

  ._wf-content-image {
    width: 100%;
  }

  .buttons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta-header-2 {
    font-size: 42px;
  }

  .cta-header-2.center {
    padding-top: 38px;
  }

  .grid-max4 {
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-30 {
    margin-right: 53px;
    margin-left: 53px;
  }

  .input-wrapper {
    min-height: auto;
    margin-bottom: 18px;
  }

  .form-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-3 {
    padding-left: 0px;
  }

  .column-4 {
    padding-right: 0px;
  }

  .image-9 {
    width: 100%;
  }

  .section-container-center-no-padding {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-header-container {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .section-heading-light {
    padding-right: 62px;
    padding-left: 62px;
    font-size: 30px;
  }

  .cta-button-100 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .content-wrapper {
    max-height: 220px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-copy-light {
    font-size: 18px;
  }

  .main-copy-dark {
    margin-bottom: 49px;
    font-size: 18px;
  }

  .page-footer {
    padding: 40px 20px;
  }

  .footer-flex-container {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-column-div {
    margin-bottom: 20px;
  }

  .feature-heading-caps {
    font-size: 16px;
  }

  .feature-image-large {
    margin-bottom: 10px;
  }

  .grid-max3 {
    display: -ms-grid;
    display: grid;
    max-width: 480px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .card-35 {
    min-height: 220px;
    min-width: 220px;
  }

  .image-14 {
    max-width: 100%;
    padding-bottom: 0px;
  }

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

  .subtitle-light {
    max-width: 1080px;
    min-width: 100%;
    margin-bottom: 37px;
    font-size: 28px;
  }

  .div-block-21 {
    max-width: 100%;
  }

  .grid-4 {
    grid-row-gap: 51px;
    grid-template-areas: ".";
    grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .hero-solution.analytics-cover {
    background-position: 50% 50%;
  }

  .solution-hero-image {
    max-width: 100%;
    margin-top: -160px;
  }

  .image-102 {
    max-width: 90%;
  }

  .section-11 {
    margin-top: 40px;
  }

  .solution-detail-list {
    padding-right: 20px;
    padding-left: 20px;
  }

  .solution-detail-list.margin-left {
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .solution-detail-list.margin-right {
    margin-top: 20px;
    margin-right: 0px;
  }

  .image-right-pin {
    max-width: 90%;
  }

  .case-study-hero-image {
    max-width: 100%;
    margin-top: -160px;
  }

  .flex-v-center {
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .section-13 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-heading-blue-2 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .bold-text-15 {
    font-size: 16px;
  }

  .contact-us-hero-content {
    margin-top: 100px;
  }

  .section-heading-caps-dark-our-partners {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .section-heading-dark-copy {
    font-size: 28px;
  }

  .slider {
    height: 260px;
  }

  .icon-2 {
    margin-top: 200px;
  }

  .contact_subtext {
    padding-right: 25px;
    padding-left: 25px;
  }

  .section-heading-light-copy {
    padding-right: 101px;
    padding-left: 101px;
    font-size: 28px;
  }

  .button {
    height: 40px;
  }

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

  .menu-button-2 {
    padding-left: 0px;
  }

  .serviceslink:hover {
    border: 1px none #000;
    background-color: #ff585b;
    color: #fff;
  }

  .cta {
    width: auto;
  }

  .nav-sublink {
    background-color: transparent;
    color: #323232;
  }

  .nav-sublink:hover {
    background-color: transparent;
    color: #45bee2;
  }

  .nav-sublink.w--current:hover {
    background-color: transparent;
    color: #45bee2;
  }

  .icon-3 {
    margin-right: 0px;
  }

  .service-link:hover {
    background-color: transparent;
    color: #45bee2;
  }

  .service-link.w--current:hover {
    background-color: transparent;
    color: #45bee2;
  }

  .dropdown-toggle {
    width: 100%;
    padding-right: 20px;
  }

  .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .servicesdropdown {
    display: none;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .nav-link-4:hover {
    background-color: transparent;
    color: #45bee2;
  }

  .nav-link-4.w--current:hover {
    background-color: transparent;
    color: #45bee2;
  }

  .brand-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-menu-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .container-2 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .dropdown-list.w--open {
    display: inline-block;
    width: 200px;
    margin-top: 53px;
    margin-left: -196px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
  }

  .serviceslink-copy:hover {
    border: 1px none #000;
    background-color: #ff585b;
    color: #fff;
  }

  .how-we-work-subnav:hover {
    border: 1px none #000;
    background-color: #ff585b;
    color: #fff;
  }

  .dropdown-list-2.w--open {
    display: inline-block;
    width: 200px;
    margin-top: 53px;
    margin-left: -196px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
  }

  .nav-link-5:hover {
    background-color: transparent;
    color: #45bee2;
  }

  .nav-link-5.w--current {
    background-color: transparent;
    color: #45bee2;
  }

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

  .cta-heading {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 31px;
  }

  .cta_subtext {
    padding-right: 25px;
    padding-left: 25px;
  }

  .section-11-copy {
    margin-top: 40px;
  }

  .h-flex-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .image-105 {
    max-width: 170px;
    min-height: 70px;
    min-width: 160px;
  }

  .image-106 {
    max-width: 160px;
  }

  .image-107 {
    max-height: 110px;
    max-width: 160px;
  }

  .image-108 {
    max-width: 160px;
  }

  .back-to-top-wrapper-2 {
    width: 40px;
    height: 40px;
    margin-right: 9px;
    margin-bottom: 130px;
  }

  .map-image-container {
    margin: 36px 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bold-text-25 {
    font-size: 16px;
  }

  .div-block-35 {
    margin-right: 52px;
    margin-left: 52px;
    line-height: 40px;
  }

  .grid-6 {
    margin-top: 10px;
    grid-row-gap: 10px;
    grid-template-areas: ".";
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .blue-indicator {
    width: 8px;
  }

  .job-title {
    padding-left: 8px;
  }

  .bold-text-28-copy {
    font-size: 16px;
    text-align: left;
  }

  .section-header-container-copy {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .job-heading-blue {
    margin-top: 0px;
    font-size: 28px;
  }

  .blue-indicator-2 {
    width: 8px;
    height: 60px;
  }

  .main-copy-dark-copy-2 {
    margin-top: 37px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .job-header-container {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .jd-paragraph {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
  }

  .jd-sub-title {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .responsibilities-container {
    margin-bottom: 10px;
    padding-bottom: 0px;
  }

  .bullet-container {
    max-width: 30px;
    padding-right: 0px;
  }

  .jd-bullet {
    max-width: 670px;
    min-width: 470px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
  }

  .jd-sub-title-2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .main-copy-dark-copy-3 {
    margin-top: 37px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .v-flex-container-2 {
    padding-top: 0px;
    padding-bottom: 47px;
  }

  .hero-details-small-copy {
    margin-top: 0px;
  }

  .jd-sub-title-a {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .jd-sub-title-b {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .address {
    font-size: 10px;
  }

  .partner-logo-grid-3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .stats {
    width: auto;
    margin-bottom: 263px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .stats-image {
    padding: 40px 26px;
  }

  .stat-detail-container {
    width: 470px;
    padding-right: 25px;
    padding-left: 25px;
    grid-column-gap: 40px;
    grid-row-gap: 60px;
  }

  .stats-section-container {
    width: 570px;
  }

  .mosaic-solutions {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .partner-tier-1-container {
    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;
  }

  .tier-1-partner-container {
    width: 490px;
  }

  .v-flex-container-copy {
    padding-top: 0px;
    padding-bottom: 47px;
  }

  .v-flex-container-copy {
    padding-top: 0px;
    padding-bottom: 47px;
  }

  .card-35-copy {
    max-height: 260px;
    max-width: 280px;
    min-height: 220px;
    min-width: 220px;
  }

  .tier-caption {
    width: 430px;
  }

  .v-flex-container-copy {
    padding-top: 0px;
    padding-bottom: 47px;
  }

  .partner-tier-2-container {
    width: 435px;
    margin-top: 24px;
    margin-bottom: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-max4-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-heading-light-2 {
    padding-right: 59px;
    padding-left: 59px;
    font-size: 28px;
  }

  .section-heading-dark-3 {
    width: auto;
    margin-top: 20px;
    padding-right: 41px;
    padding-left: 41px;
    font-size: 28px;
    line-height: 43px;
  }

  .preferred-partner-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .employee-perks-bullet {
    width: 250px;
    margin-bottom: 10px;
    padding-bottom: 0px;
  }

  .employee-perks-points {
    min-width: 230px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
  }

  .job-category-heading {
    margin-top: 20px;
    font-size: 28px;
  }

  .v-flex-container-jobs {
    padding-top: 0px;
    padding-bottom: 47px;
  }

  .section-header-container-jobs {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .main-copy-dark-jobs {
    margin-top: 13px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .jd-paragraph-copy {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
  }

  .responsibilities-container-copy {
    margin-bottom: 10px;
    padding-bottom: 0px;
  }

  .finance-admin-grid {
    margin-top: 10px;
    grid-row-gap: 10px;
    grid-template-areas: ".";
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .finance-admin-section-header {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .our-values-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-copy-dark-copy {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .v-flex-container-copy-2 {
    padding-top: 0px;
    padding-bottom: 47px;
  }

  .our-clients {
    padding-bottom: 0px;
    background-image: url('../images/Yellow-BG2x-2.png');
    background-position: 0px 0px;
    background-size: cover;
  }

  .slider-desktop {
    display: none;
  }

  .slide-2-testi-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-120 {
    width: 210px;
  }

  .left-arrow {
    display: block;
  }

  .right-arrow {
    display: block;
  }

  .slide-2-testi-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .slide-2-testi-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .slider-mobile {
    display: block;
    height: 470px;
    margin-top: 30px;
    background-color: transparent;
  }

  .slide-nav-3 {
    display: block;
  }

  .slide {
    background-color: transparent;
  }

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

  .mask-3 {
    height: 470px;
    background-color: transparent;
  }

  .div-block-43 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .v-flex-container-cta {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .v-flex-container-our-clients {
    height: 560px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .viva-brands-mobile {
    width: 190px;
  }

  .help-center-container {
    width: auto;
  }

  .help-center-button {
    height: 40px;
  }

  .help-center-container-mobile {
    display: none;
    width: auto;
  }

  .div-block-44 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .background {
    height: 640px;
  }

  .herocontent {
    margin-top: 60px;
  }

  .heroicon {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .herodetails {
    padding-right: 20px;
    padding-left: 20px;
  }

  .titlewhite {
    margin-right: 0px;
    margin-bottom: 0px;
    text-align: center;
  }

  .titleblue {
    margin-top: 0px;
    text-align: center;
  }

  .detailstitle {
    width: 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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .titleparagraph {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
  }

  .logos {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .inquirenow-button {
    width: 150px;
    -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-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
  }

  .thumbnail {
    width: auto;
    height: auto;
    margin-right: 0px;
  }

  .btn-learnmore {
    margin-bottom: 10px;
  }

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

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

  .btn-startnow {
    width: 150px;
    -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: 100px;
  }

  .steptitle {
    padding-right: 20px;
    padding-left: 20px;
  }

  .stepcontent {
    margin-top: 20px;
  }

  .header {
    height: 250px;
  }

  .btn-next-2 {
    width: 150px;
    -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: 100px;
  }

  .btn-back-2 {
    margin-bottom: 10px;
  }

  .navbar-3 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav-link-3.cta {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-section {
    min-height: 700px;
  }

  .hero-content {
    margin-top: 100px;
  }

  .hero-details {
    padding-bottom: 20px;
  }

  .hero-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .heading {
    padding-right: 19px;
    padding-left: 19px;
    font-size: 44px;
  }

  .cs-heading {
    padding-right: 18px;
    padding-left: 18px;
    font-size: 37px;
  }

  .consumer-product-truth {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .feature-copy {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
  }

  .partner-container {
    padding-top: 47px;
    padding-bottom: 40px;
  }

  .client-success {
    padding-bottom: 30px;
    background-image: url('../images/Client-Success-Section-BG2x_1.png');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: repeat;
  }

  .v-flex-container {
    margin-left: auto;
    padding: 47px 20px;
  }

  .testimonial {
    margin-right: 20px;
    padding-right: 0px;
  }

  .client-testi {
    padding-top: 0px;
  }

  .section-heading-caps-dark {
    margin-top: 32px;
  }

  .hero-details-small {
    margin-top: 60px;
  }

  .hero-small.about-us-cover {
    min-height: 600px;
  }

  .hero-small.ct-cover {
    min-height: 600px;
  }

  .hero-small.solutions-cover {
    min-height: 600px;
  }

  .hero-small.services-cover {
    min-height: 600px;
    background-position: 65% 50%;
  }

  .hero-small.jobs-cover {
    min-height: 600px;
    background-position: 65% 50%;
  }

  .hero-small.jobs-cover {
    min-height: 600px;
    background-position: 65% 50%;
  }

  .section-heading-dark {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 43px;
  }

  .hero-details-section-light {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-container-center {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  ._wf-content-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .horizontal-content-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  ._wf-features-item-left-aligned {
    padding-right: 0px;
    padding-left: 0px;
  }

  ._wf-features-item-left-aligned.video-content-text {
    padding: 10px 0px;
  }

  .blog-entry-header {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
  }

  .image-text {
    padding-bottom: 10px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  ._wf-content-image {
    min-height: 200px;
  }

  .buttons-wrapper {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .cta-header-2 {
    font-size: 28px;
  }

  .cta-header-2.center {
    padding-top: 24px;
  }

  ._wf-content-section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-header-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid-max4 {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .card-30 {
    max-height: 100%;
    max-width: 100%;
    min-height: 200px;
    margin: 14px 0px;
    padding-top: 26px;
    padding-bottom: 26px;
    line-height: 20px;
  }

  .feature-image {
    height: 80px;
    margin-top: 0px;
    margin-bottom: 19px;
  }

  .heading-10 {
    font-size: 20px;
  }

  .form-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .submission-field {
    min-width: 260px;
  }

  .column-3 {
    padding-left: 0px;
  }

  .column-4 {
    padding-right: 0px;
  }

  .div-padding-top-20 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
  }

  .image-9 {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .hero-blog-entry-header {
    font-size: 16px;
  }

  .section-container-center-no-padding {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-header-container {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-heading-light {
    margin-top: 0px;
    margin-bottom: 21px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 31px;
  }

  .cta-button-100 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .content-wrapper {
    max-width: 220px;
    margin-bottom: 0px;
  }

  .main-copy-light {
    padding-right: 41px;
    padding-left: 41px;
    font-size: 16px;
  }

  .main-copy-dark {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .page-footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .footer-column-div {
    margin-bottom: 0px;
  }

  .div-block-19 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-10 {
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .feature-heading-caps {
    font-size: 16px;
  }

  .feature-sub {
    font-size: 16px;
  }

  .grid-max3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .card-35 {
    max-height: 220px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .image-14 {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block {
    margin-left: 10px;
    font-size: 18px;
  }

  .section-9 {
    padding-bottom: 20px;
  }

  .subtitle-light {
    margin-top: 10px;
    margin-bottom: 35px;
    font-size: 20px;
  }

  .div-block-21 {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .image-15 {
    width: 20px;
    height: 20px;
  }

  .grid-4 {
    grid-row-gap: 41px;
    grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
  }

  .item-title {
    font-size: 18px;
    text-align: center;
  }

  .hero-contact {
    min-height: 420px;
  }

  .hero-solution.analytics-cover {
    min-height: 450px;
  }

  .solution-hero-image {
    margin-top: -123px;
  }

  .heading-2-dark {
    font-size: 44px;
  }

  .image-102 {
    max-width: 90%;
  }

  .card-30-short {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-12 {
    padding-top: 16px;
  }

  .case-study-hero-image {
    margin-top: -120px;
  }

  .flex-v-center {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .grid-5 {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }

  .section-13 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-heading-caps-light {
    font-size: 20px;
  }

  .dropdown-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .dropdown-content {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .dropdown-content-2 {
    left: auto;
    top: 86%;
    right: 0%;
    bottom: auto;
  }

  .bold-text-15 {
    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;
    font-size: 12px;
    font-weight: 600;
  }

  .contact-us-hero-content {
    margin-top: 60px;
  }

  .section-heading-caps-dark-our-partners {
    margin-top: 17px;
    margin-bottom: 26px;
  }

  .section-heading-dark-copy {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .other-solution-sub-heading {
    font-size: 16px;
    line-height: 34px;
  }

  .bold-text-18 {
    font-size: 18px;
  }

  .recent-news-text {
    font-size: 20px;
  }

  .slider {
    height: 200px;
  }

  .icon-2 {
    margin-top: 160px;
  }

  .contact_subtext {
    padding-right: 0px;
    padding-left: 0px;
    line-height: 33px;
  }

  .find-the-best {
    font-size: 30px;
    line-height: 0px;
  }

  .bold-text-9-copy {
    font-size: 22px;
  }

  .section-heading-light-copy {
    margin: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 32px;
  }

  .button {
    height: 40px;
    padding-right: 17px;
    padding-left: 17px;
  }

  .dropdown {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .menu-button-2 {
    padding-left: 5px;
  }

  .serviceslink {
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px none #000;
    text-align: center;
  }

  .serviceslink:hover {
    background-color: #ff585b;
    color: #fff;
  }

  .cta {
    padding-left: 0px;
  }

  .nav-sublink {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px none #000;
    color: #323232;
  }

  .nav-sublink.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px none #000;
  }

  .nav-sublink.w--current:hover {
    background-color: transparent;
    color: #45bee2;
  }

  .service-link {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px none #000;
    color: #323232;
  }

  .service-link.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px none #000;
    background-color: transparent;
  }

  .service-link.w--current:hover {
    background-color: transparent;
    color: #45bee2;
  }

  .menu {
    width: 57%;
  }

  .servicesdropdown {
    -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-link-4 {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px none #000;
  }

  .nav-link-4.w--current {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px none #000;
  }

  .nav-link-4.w--current:hover {
    background-color: transparent;
    color: #45bee2;
  }

  .brand-2 {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .brand-2.w--current {
    width: 100%;
    margin-left: 12px;
    padding-right: 0px;
  }

  .nav-menu-2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .dropdown-list {
    width: 200px;
  }

  .dropdown-list.w--open {
    margin-left: -151px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 11px 6px 0 rgba(0, 0, 0, 0.1);
  }

  .serviceslink-copy {
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px none #000;
    text-align: center;
  }

  .serviceslink-copy:hover {
    background-color: #ff585b;
    color: #fff;
  }

  .image-104 {
    width: 300%;
    height: 40px;
  }

  .how-we-work-subnav {
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px none #000;
    text-align: center;
  }

  .how-we-work-subnav:hover {
    background-color: #ff585b;
    color: #fff;
  }

  .dropdown-list-2 {
    width: 200px;
  }

  .dropdown-list-2.w--open {
    margin-left: -151px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 11px 6px 0 rgba(0, 0, 0, 0.1);
  }

  .nav-link-5 {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px none #000;
  }

  .nav-link-5.w--current {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px none #000;
  }

  .nav-link-5.w--current:hover {
    background-color: transparent;
    color: #45bee2;
  }

  .cta-heading {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 31px;
  }

  .cta_subtext {
    padding-right: 0px;
    padding-left: 0px;
    line-height: 33px;
  }

  .image-106 {
    max-height: 100px;
    max-width: 150px;
  }

  .image-107 {
    max-width: 170px;
  }

  .image-108 {
    max-width: 170px;
  }

  .back-to-top-wrapper-2 {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  .map-image-container {
    margin: 43px 12px;
  }

  .heading-12 {
    font-size: 36px;
  }

  .div-block-35 {
    margin-right: 21px;
    margin-left: 21px;
    font-size: 20px;
  }

  .image-110 {
    margin-bottom: 0px;
  }

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

  .grid-6 {
    grid-row-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  }

  .job-title {
    padding-left: 10px;
    font-size: 18px;
    text-align: center;
  }

  .bold-text-28-copy {
    font-size: 16px;
    font-weight: 600;
  }

  .section-header-container-copy {
    padding-top: 23px;
    padding-bottom: 0px;
  }

  .job-heading-blue {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 43px;
    text-align: left;
  }

  .blue-indicator-2 {
    height: 60px;
  }

  .main-copy-dark-copy-2 {
    margin-top: 0px;
    font-size: 16px;
  }

  .blue-line {
    margin-bottom: 27px;
  }

  .job-header-container {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .jd-paragraph {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 16px;
  }

  .jd-sub-title {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .responsibilities-container {
    padding-bottom: 0px;
  }

  .bullet-container {
    padding-right: 11px;
  }

  .jd-bullet {
    max-width: 400px;
    min-width: 200px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .jd-sub-title-2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .main-copy-dark-copy-3 {
    margin-top: 0px;
    font-size: 16px;
  }

  .other-job-openings {
    font-size: 12px;
  }

  .v-flex-container-2 {
    margin-left: auto;
    padding: 0px 20px 47px;
  }

  .hero-details-small-copy {
    margin-top: 12px;
  }

  .jd-sub-title-a {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .jd-sub-title-b {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .address {
    margin-right: -9px;
    margin-left: -9px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 10px;
    text-align: center;
  }

  .partner-logo-grid-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-flow: column;
    grid-auto-columns: minmax(127px, 1fr);
    grid-column-gap: 1px;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .stats {
    width: 315px;
    margin-bottom: 415px;
    padding-top: 156px;
    padding-right: 9px;
    padding-left: 9px;
  }

  .stats-image {
    padding: 34px 0px 165px;
  }

  .stat-detail-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .stat-1 {
    padding-bottom: 25px;
  }

  .stat-2 {
    padding-bottom: 25px;
  }

  .stats-section-container {
    width: 320px;
  }

  .stats-image-banner {
    max-width: 95%;
  }

  .mosaic-solutions {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
  }

  .tier-1-partner-container {
    width: 277px;
  }

  .v-flex-container-copy {
    margin-left: auto;
    padding: 47px 20px;
  }

  .v-flex-container-copy {
    margin-left: auto;
    padding: 47px 20px;
  }

  .card-35-copy {
    max-height: 220px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .tier-caption {
    width: 230px;
  }

  .v-flex-container-copy {
    margin-left: auto;
    padding: 47px 20px;
  }

  .partner-tier-2-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tier-2-partner-logo-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-entry-header-2 {
    font-size: 16px;
  }

  .grid-max4-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-heading-light-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 32px;
  }

  .card-36 {
    max-width: 100%;
    min-height: 340px;
    margin: 14px 0px;
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .v-flex-container-4 {
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .cta-button-101 {
    font-size: 16px;
  }

  .div-padding-top-21 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
  }

  .section-heading-dark-3 {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 62px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 30px;
    line-height: 39px;
  }

  .card-37 {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-padding-top-22 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
  }

  .preferred-partner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .employee-perks-bullet {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .employee-perks-points {
    max-width: 400px;
    min-width: 240px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .perks-point-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 14px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .job-category-heading {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
  }

  .v-flex-container-jobs {
    margin-left: auto;
    padding: 47px 20px;
  }

  .section-header-container-jobs {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .main-copy-dark-jobs {
    margin-top: 0px;
    font-size: 16px;
  }

  .jd-paragraph-copy {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 16px;
  }

  .responsibilities-container-copy {
    padding-bottom: 0px;
  }

  .finance-admin-grid {
    grid-row-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  }

  .finance-admin-section-header {
    padding-top: 23px;
    padding-bottom: 0px;
  }

  .our-values-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-heading-caps-light-copy-2 {
    margin-bottom: 0px;
    font-size: 20px;
  }

  .main-copy-dark-copy {
    font-size: 16px;
  }

  .v-flex-container-copy-2 {
    margin-left: auto;
    padding: 47px 20px;
  }

  .our-clients {
    padding-bottom: 0px;
    background-image: url('../images/Yellow-BG2x-2.png');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: repeat;
  }

  .our-clients-marquee-section {
    padding-top: 43px;
  }

  .slider-mobile {
    height: 470px;
  }

  .slide-nav-3 {
    display: block;
  }

  .left-arrow-2 {
    display: none;
  }

  .right-arrow-2 {
    display: none;
  }

  .v-flex-container-cta {
    margin-left: auto;
    padding: 47px 20px;
  }

  .v-flex-container-our-clients {
    margin-left: auto;
    padding: 47px 20px;
  }

  .help-center-container {
    display: none;
    padding-left: 0px;
  }

  .help-center-button {
    height: 40px;
    padding-right: 17px;
    padding-left: 17px;
  }

  .help-center-container-mobile {
    display: block;
    margin-right: 20px;
    margin-left: 20px;
    padding-left: 0px;
  }

  .button-2 {
    width: 100%;
    background-color: #1b75bb;
  }

  .div-block-44 {
    margin-right: 18px;
    margin-left: 18px;
  }

  .help-desk-container-1 {
    width: 36px;
    height: 146px;
  }

  .text-block-16 {
    font-size: 14px;
  }
}

#w-node-_69fdbaa1-852b-ccd2-9b14-3827ad7d8f8e-e5439959 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_32a61973-bf33-d866-d0e0-f9bfd8ce7ffc-e5439959 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_56aa1358-373b-6945-fe0e-f1ae71cc0a6c-e5439959 {
  -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: 2;
  grid-column-end: 4;
}

#w-node-_56aa1358-373b-6945-fe0e-f1ae71cc0a6e-e5439959 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 2;
  grid-column-end: 6;
}

#w-node-_56aa1358-373b-6945-fe0e-f1ae71cc0a70-e5439959 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 2;
  grid-column-end: 8;
}

#w-node-_56aa1358-373b-6945-fe0e-f1ae71cc0a72-e5439959 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 8;
  grid-column-start: 8;
  -ms-grid-column-span: 2;
  grid-column-end: 10;
}

#w-node-_56aa1358-373b-6945-fe0e-f1ae71cc0a74-e5439959 {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_56aa1358-373b-6945-fe0e-f1ae71cc0a76-e5439959 {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_56aa1358-373b-6945-fe0e-f1ae71cc0a78-e5439959 {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 2;
  grid-column-end: 7;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_56aa1358-373b-6945-fe0e-f1ae71cc0a7a-e5439959 {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-column-span: 2;
  grid-column-end: 11;
}

#w-node-_317ce93c-acec-17bb-b96b-a50cf6f58d6b-e5439959 {
  -ms-grid-column-span: 2;
  grid-column-end: 9;
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_9b73c676-95fa-6a6c-99f4-4cae65cae575-10ebc8d7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_383e192a-17b5-14f5-d91c-2a688c9dfb7c-74cce9a9 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fbd1ebc9-e0f2-4e8a-d83a-401527ca0d88-74cce9a9 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0a70ba2c-506b-3bbd-a42f-db1ee8dac95e-74cce9a9 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_54405783-e52f-61ab-66b7-b651c54b9b28-74cce9a9 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_94493916-193b-19c2-0dea-3c19f13a6c5e-74cce9a9 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_488c9dc3-f2bd-cf62-7c28-2ac2fbbf1991-74cce9a9 {
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-d2803830-800c-7764-857d-96b02ce54860-2ce54842 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_66363e43-d922-2cc3-6075-8c156f59e011-2ce54842 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

