/* FleetWEIGH Smart OBM landing — scoped to body.fw-landing */

html {
  font-size: 10px;
}

body.fw-landing {
  margin: 0;
  font-family: "Barlow", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1f2129;
  background-color: #ffffff;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
}

body.fw-landing *,
body.fw-landing *::before,
body.fw-landing *::after {
  box-sizing: border-box;
}

body.fw-landing img {
  height: auto;
  vertical-align: middle;
}

body.fw-landing .fobm-page img:not(.fobm-hero__logo):not([class*="fobm-img--"]) {
  max-width: 100%;
  height: auto;
}

body.fw-landing .fobm-img--requirements {
  max-width: 900px;
  width: 100%;
}

body.fw-landing iframe {
  max-width: 100%;
  border: 0;
}

body.fw-landing h1,
body.fw-landing h2,
body.fw-landing h3,
body.fw-landing h4,
body.fw-landing h5,
body.fw-landing h6 {
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 1.5;
  margin: 0;
  font-weight: 700;
}

body.fw-landing h2 {
  font-size: 4.8rem;
}

body.fw-landing h3 {
  font-size: 3.2rem;
}

body.fw-landing h4 {
  font-size: 2.4rem;
}

body.fw-landing h6 {
  font-size: 1.6rem;
}

body.fw-landing p {
  font-family: "Barlow", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 1em;
}

body.fw-landing strong,
body.fw-landing b {
  font-weight: 600;
}

body.fw-landing a {
  color: #288dda;
  text-decoration: none;
}

.fobm-page {
  overflow-x: hidden;
}

.fobm-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.fobm-container--page {
  max-width: 800px;
}

.fobm-section {
  padding: 2.5rem 0;
}

.fobm-section--titles {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.fobm-title--blue {
  color: #0076d1;
  text-align: center;
}

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

.fobm-subtitle {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  color: #1f2129;
}

/* Hero */
.fobm-hero {
  position: relative;
  min-height: 48rem;
  overflow: hidden;
}

.fobm-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.fobm-hero__bg--gradient {
  background: linear-gradient(rgb(40, 141, 218) 0%, rgb(0, 37, 66) 100%);
  z-index: 0;
}

.fobm-hero__bg--video {
  z-index: 1;
  overflow: hidden;
}

.fobm-hero__bg--video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.fobm-hero__bg--overlay {
  background: linear-gradient(0deg, rgba(21, 23, 28, 0.6) 0%, rgba(21, 23, 28, 0.6) 100%);
  z-index: 2;
}

.fobm-hero__inner {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 48rem;
  padding: 3rem 1.5rem;
}

body.fw-landing .fobm-hero .fobm-hero__logo {
  display: block;
  width: auto;
  max-width: 357px;
  height: auto;
  margin: 0 auto;
  flex-shrink: 0;
}

/* Split layouts */
.fobm-split {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0;
}

.fobm-split__media {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  min-width: 0;
}

.fobm-split__body {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  min-width: 0;
  padding: 2rem;
}

body.fw-landing .fobm-img--device {
  width: 100%;
  max-width: 231px;
  height: auto;
  margin: 0 auto;
  display: block;
  padding: 1rem;
}

/* Video block */
.fobm-video-wrap {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 3.5rem;
  height: 0;
  overflow: hidden;
}

.fobm-section--video {
  padding-top: 0;
  padding-bottom: 0;
}

.fobm-section--video .fobm-video-wrap {
  margin-bottom: 3.5rem;
}

.fobm-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fobm-img--video-poster {
  display: block;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

/* CTA buttons */
.fobm-cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.fobm-cta-row .fobm-btn {
  flex: 0 1 auto;
  width: auto;
  min-width: 240px;
  max-width: 320px;
}

body.fw-landing a.fobm-btn {
  display: inline-block;
  width: auto;
  min-width: 240px;
  max-width: 320px;
  margin: 1rem auto;
  padding: 18px 45px;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.1;
  text-align: center;
  color: #ffffff !important;
  background-color: #ff8700;
  border: 0;
  border-radius: 500px;
  cursor: pointer;
  transition: background-color 0.15s linear;
}

body.fw-landing a.fobm-btn:hover,
body.fw-landing a.fobm-btn:focus {
  background-color: #ff931a;
  color: #ffffff !important;
}

body.fw-landing a.fobm-btn:active {
  background-color: #e67a00;
  color: #ffffff !important;
}

body.fw-landing a.fobm-btn:visited {
  color: #ffffff !important;
}

.fobm-section--cta .fobm-btn {
  margin-top: 0;
}

/* Requirements */
.fobm-section--requirements {
  padding: 5rem 0 0;
  background: linear-gradient(90deg, rgb(31, 33, 41) 0%, rgb(0, 118, 209) 100%);
}

.fobm-requirements-text {
  text-align: center;
  padding: 0 0 1rem;
  margin-top: 0;
}

.fobm-requirements-heading {
  color: #3186d5;
  font-size: 3.2rem;
  margin-bottom: 1rem;
}

.fobm-requirements-subheading {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 1rem 0;
}

.fobm-img--requirements {
  display: block;
  margin: 2rem auto 0;
}

/* App section */
.fobm-section--app {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.fobm-app {
  text-align: center;
}

.fobm-app .fobm-title--blue {
  color: #288dda;
  margin-bottom: 1rem;
}

.fobm-app p {
  text-align: center;
}

.fobm-img--app {
  max-width: 359px;
  width: 100%;
  margin: 1.5rem auto 0;
  display: block;
  padding: 0.5rem;
}

.fobm-note {
  margin-top: 0.5rem;
}

/* Features */
.fobm-section--features {
  padding: 5rem 0 4rem;
  text-align: center;
  background: linear-gradient(90deg, rgb(31, 33, 41) 0%, rgb(0, 118, 209) 100%);
}

.fobm-section--features .fobm-container {
  max-width: 980px;
}

.fobm-img--features {
  display: block;
  width: 100%;
  max-width: 680px;
  height: auto;
  margin: 1.5rem auto 0;
}

.fobm-section--cta .fobm-container {
  max-width: 800px;
  text-align: center;
}

/* Quote / form */
.fobm-form-wrap {
  margin-top: 1rem;
  width: 100%;
}

.fobm-section--quote {
  padding: 3rem 0 2.5rem;
}

.fobm-section--quote .fobm-form-wrap {
  margin-top: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Footer */
.fobm-footer {
  background: #1f2129;
  color: #ffffff;
  padding: 6rem 0 7.5rem;
}

.fobm-footer__inner {
  text-align: center;
}

.fobm-img--footer-logo {
  max-width: 516px;
  margin: 0 auto 0;
  display: block;
}

.fobm-img--footer-logo-alt {
  max-width: 412px;
  margin: 2.5rem auto 0;
  display: block;
}

.fobm-footer__heading {
  color: #ffffff;
  margin-top: 3.5rem;
  font-weight: 700;
}

.fobm-footer__contact,
.fobm-footer__address {
  text-align: center;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.fobm-footer__contact a {
  color: #288dda;
}

.fobm-footer__address {
  color: #ffffff;
}

.fobm-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 2.5rem auto;
  width: 100%;
  text-align: center;
}

.fobm-social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  opacity: 1;
  transition: opacity 0.15s linear;
  color: #ffffff;
  line-height: 0;
}

.fobm-social__link:hover {
  opacity: 0.5;
}

.fobm-social__svg {
  display: block;
  width: 4.4rem;
  height: 4.4rem;
}

.fobm-footer .fobm-social__link--facebook .fobm-social__circle {
  fill: #3060a3 !important;
}

.fobm-footer .fobm-social__link--linkedin .fobm-social__circle {
  fill: #007fbe !important;
}

.fobm-footer .fobm-social__icon,
.fobm-footer .fobm-social__link path {
  fill: #ffffff !important;
}

.fobm-img--footer-logo-bottom {
  max-width: 254px;
  margin: 2rem auto 1.5rem;
  display: block;
}

.fobm-footer__copyright {
  color: #ffffff;
  text-align: center;
  margin: 0;
}

/* Mobile */
@media screen and (max-width: 767px) {
  body.fw-landing h2 {
    font-size: 4.8rem;
  }

  body.fw-landing h3 {
    font-size: 3.2rem;
  }

  .fobm-hero,
  .fobm-hero__inner {
    min-height: 36rem;
  }

  .fobm-hero__inner {
    justify-content: center;
    padding: 5rem 2.5rem;
  }

  body.fw-landing .fobm-hero .fobm-hero__logo {
    width: auto;
    max-width: 357px;
  }

  .fobm-hero__bg--video {
    display: none;
  }

  .fobm-split__media,
  .fobm-split__body {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .fobm-split__body {
    padding: 0 2.5rem;
  }

  .fobm-split__media--device {
    display: none;
  }

  .fobm-cta-row .fobm-btn {
    flex: 1 1 100%;
    max-width: 82%;
    width: 82%;
  }

  .fobm-requirements-text {
    margin-top: 0;
    padding: 0 2.5rem;
  }

  .fobm-section--titles {
    padding: 1.5rem 2.5rem 0;
  }

  .fobm-img--features {
    max-width: 100%;
    padding: 0 1rem;
  }

  .fobm-footer {
    padding: 5rem 2.5rem;
  }
}

.fobm-titles--mobile {
  display: none;
}

.fobm-copy--mobile,
.fobm-requirements-text--mobile {
  display: none;
}

.fobm-copy--center {
  text-align: center;
}

.fobm-title--center {
  text-align: center;
}

.fobm-title--white {
  color: #ffffff;
  text-align: center;
}

.fobm-requirements-panel {
  color: #ffffff;
  padding: 0;
}

.fobm-requirements-panel .fobm-requirements-heading,
.fobm-requirements-panel .fobm-requirements-subheading,
.fobm-requirements-panel p {
  color: #ffffff;
}

.fobm-requirements-panel .fobm-requirements-heading {
  font-size: 3.2rem;
}

.fobm-features-panel {
  padding: 0;
}

.fobm-section--quote {
  background: #1f2129;
  color: #ffffff;
}

.fobm-img--quote-heading {
  display: block;
  max-width: 556px;
  width: 100%;
  margin: 0 auto 2rem;
}

.fobm-form-iframe {
  display: block;
  margin: 0 auto;
  border: 0;
}

.fobm-carousel {
  position: relative;
  max-width: 680px;
  margin: 1.5rem auto 0;
}

.fobm-carousel__track {
  overflow: hidden;
}

.fobm-carousel__slide {
  display: none;
}

.fobm-carousel__slide.is-active {
  display: block;
}

.fobm-carousel__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #1f2129;
  font-size: 2.4rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

.fobm-carousel__btn--prev {
  left: -0.5rem;
}

.fobm-carousel__btn--next {
  right: -0.5rem;
}

.fobm-section--intro {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fobm-section--intro-copy {
  padding-top: 0;
  padding-bottom: 3rem;
}

.fobm-copy--desktop {
  text-align: center;
}

.fobm-copy--desktop p {
  margin-left: auto;
  margin-right: auto;
}

.fobm-requirements-graphic {
  width: 100%;
  overflow: hidden;
}

.fobm-documents {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.fobm-documents a {
  font-weight: 600;
}

.fobm-img--mobile-logo {
  max-width: 252px;
  margin: 1.5rem auto 0;
  display: block;
}

.fobm-img--mobile-banner {
  max-width: 283px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .fobm-titles--desktop {
    display: none;
  }

  .fobm-titles--mobile {
    display: block;
    text-align: center;
  }

  .fobm-copy--desktop,
  .fobm-requirements-text--desktop {
    display: none;
  }

  .fobm-copy--mobile,
  .fobm-requirements-text--mobile {
    display: block;
  }

  .fobm-section--intro {
    padding-top: 0;
  }

  .fobm-section--intro-copy {
    padding-bottom: 2rem;
  }

  .fobm-copy--mobile,
  .fobm-copy--desktop p,
  .fobm-copy--mobile p,
  .fobm-requirements-text--mobile p {
    text-align: center;
  }

  .fobm-carousel__btn--prev {
    left: 0.5rem;
  }

  .fobm-carousel__btn--next {
    right: 0.5rem;
  }
}
