.popbox.visible{
	opacity:1;
	z-index: 999;
    transition:opacity 0.3s ease;
}
.popbox.opened{
	display: block;
}

.popbox_locked .popbox_blur{
	filter:blur(15px);
}

html.popbox_locked{
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}

.popbox{
	z-index: -999;
	position: fixed;
	width: 100%;
	max-width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    will-change: opacity;
    transition:opacity 0.3s ease;
    opacity:0;
    will-change: opacity;
	background: rgba(0, 0, 0, 0.7);
	padding:25px 30px;
	padding-top:5%;
	overflow-y: auto;
	display: none;
}

.popbox_container {
	border-radius:5px;
	margin-bottom:18px;
	padding: 40px;
	margin-left:auto;
	margin-right:auto;
	background:#fff;
	position: relative;
	max-width: 75%;
}

.cm-column__wrap.content__xf-privacy-policy .text-group__main-text {
  text-align: left; }

.cm-column__wrap.content__xf-privacy-policy .text-group__main-text h1 {
  text-align: center;
  margin-bottom: 40px; }

.cm-column__wrap.content__xf-privacy-policy .text-group__main-text h2,
.cm-column__wrap.content__xf-privacy-policy .text-group__main-text h3,
.cm-column__wrap.content__xf-privacy-policy .text-group__main-text p,
.cm-column__wrap.content__xf-privacy-policy .text-group__main-text ul,
.cm-column__wrap.content__xf-privacy-policy .text-group__main-text ul li,
.cm-column__wrap.content__ada .text-group__main-text * {
  margin-bottom: 20px; }

.cm-column__wrap.content__ada .text-group__main-text li ul {
  margin-top: 20px; }

.cm-column__wrap.content__xf-privacy-policy .text-group__main-text ul,
.cm-column__wrap.content__ada .text-group__main-text ul {
  margin-left: 20px; }

.cm-column__wrap.content__xf-privacy-policy,
.cm-column__wrap.content__ada {
  width: 80%;
  margin: 100px auto 0; }

.form-section {
  position: relative;
}
.form-section .form-on-submit {
  display: none;
}
.form-section.submitted .form-on-submit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.form-section.in-progress .form-on-submit > * {
  display: none;
}
.form-section.in-progress .form-content {
  opacity: .5;
}
.form-section.success .form-content,
.form-section.failed .form-content {
  visibility: hidden;
}
.form-section.success .error-msg,
.form-section.failed .thank-you {
  display: none;
}

.ln-popup {
  margin-top: 2px;
  background: #fff;
  border: 1px solid #DCDCDC;
  text-align: left;
}
.ln-header {
  font-size: 15px;
  font-weight: bold;
  padding: .6em 1em .8em;
}
.ln-results {
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  max-height: 200px;
  overflow-y: auto;
  padding: 8px 0;
}
.ln-results::-webkit-scrollbar {
  width: 7px;
}
.ln-results::-webkit-scrollbar-thumb {
  background-color: gray;
}
.ln-company {
  cursor: pointer;
  font-size: 13px;
  color: #777;
  padding: 4px 1rem 4px;
}
.ln-company:hover {
  background: #eee;
}
.ln-company h4 {
  font-size: 15px;
  margin: 0 0 4px;
  color: #383d68;
}
.ln-footer {
  cursor: pointer;
  color: #167450;
  padding: 1em;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.ln-footer:hover {
  background: #eee;
}
.ln-footer span::before {
  content: "My business is not in this\00A0list";
}

/* custom global functions */
/* breakpoints */
/* really basic default styles (keep to a minimum) */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none; }

*:focus {
  /* need outline styles for this! */
  outline: none; }

body {
  font-family: urw-din, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center; }

a:visited,
a {
  color: #1d5cb5; }

main {
  margin-top: 45px;
  min-height: 600px;
  max-width: 1400px;
  margin: 45px auto 0;
  display: block;
  position: relative; }

/* on landing pages the header is completely hidden and a few other things are different*/
/* #AEM-dependent: the "page-no-nav" class is added by AEM based on the folder name of the template */
/* there are some parts of header and footer that are "landing page only"*/
.lp-only {
  display: none; }

.page-no-nav header {
  display: none; }

.page-no-nav .lp-only {
  display: block; }

.page-no-nav .hide-in-lp {
  display: none; }

/* accessiblity */
/* hide from display, but available to screen readers */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; }

/* hide from everything */
.hidden {
  display: none !important; }

/* utilities */
.util__edgetoedge {
  width: 100%;
  height: auto; }

.util__image--herosize img {
  width: 100%;
  height: auto; }

.util__retain {
  max-width: 1440px;
  margin: 0 auto; }
  @media (max-width: 1269px) {
    .util__retain {
      margin: 0 36px; } }

.util__retain--small {
  max-width: 750px;
  margin: 0 auto; }
  @media (max-width: 1269px) {
    .util__retain--small {
      margin: 0 auto; } }
  @media (max-width: 759px) {
    .util__retain--small {
      margin: 0 36px; } }

.util__delist {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.util__debutton {
  -webkit-appearance: unset;
  background: none;
  color: inherit;
  border: none;
  font-size: inherit;
  cursor: pointer;
  padding: 0;
  margin: 0;
  outline: 0; }

.util__deinput {
  border: none;
  padding: 0;
  outline: 0; }

@media (max-width: 759px) {
  .util__mobile-hidden {
    display: none !important; } }

@media (min-width: 760px) {
  .util__desktop-hidden {
    display: none !important; } }

/* Figure / Image display */
figure {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  width: 100%; }

figure.util__image--herosize {
  max-width: 1700px;
  margin: 0 auto;
  overflow: hidden; }
  @media (max-width: 479px) {
    figure.util__image--herosize {
      width: 100%;
      overflow: hidden; } }

@media (max-width: 479px) {
  figure.util__image--herosize img {
    width: 200%;
    margin-left: -50%; } }

@media (max-width: 479px) {
  figure.util__image--natural img {
    width: 100%; } }

/* global re-use buttons */
/* can be used to style links as buttons */
.util-btn-container {
  display: flex;
  justify-content: center;
  align-items: center; }

.util__button,
a.util__button-primary {
  position: relative;
  border-radius: 30px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 18px 62px;
  border: none;
  display: inline-block; }

.util__button-primary,
a.util__button-primary {
  background-image: linear-gradient(to bottom, #e74866, #e4002b);
  color: rgba(255, 255, 255, 0.92); }

.util__button-default,
a.util__button-default {
  background-color: #fff; }

.util__button--small {
  padding: 7px 15px;
  font-size: 12px; }

.util__button[disabled='disabled'] {
  background-image: none;
  background-color: #ccc;
  color: #fff; }

.grecaptcha-badge {
  transform: translateY(-50px);
  visibility: hidden; }

/*
  Background Images

  Two utility classes are provided here.

  PARENT ELEMENT MUST HAVE:
  - position set
  - overflow: hidden
  in order for util__background-image-layer to work as expected.

  */
.util__background-image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0.1;
  mix-blend-mode: screen; }

.util__background-image-parent {
  overflow: hidden; }

/* Rich Text Editor (RTE) */
.text__content h1,
.text__content h2,
.text__content h3,
.text__content h4,
.text__content h5,
.text__content h6 {
  text-align: left;
  font-size: 18px;
  margin-bottom: 0.5em;
  margin-top: 1.6em; }

.text__content h1 {
  text-align: center;
  font-size: 28px; }

.text__content ul {
  text-align: left;
  margin-left: 19px;
  line-height: 1.4em; }

.text__content ul li {
  margin-bottom: 0.5em; }

/* custom global functions */
/* breakpoints */
/* custom global functions */
.util__section-top {
  padding-top: 104px; }
  @media (max-width: 579px) {
    .util__section-top {
      padding-top: 48px; } }

.util__section-top-44 {
  padding-top: 44px; }
  @media (max-width: 579px) {
    .util__section-top-44 {
      padding-top: 48px; } }

.util__section-bottom {
  padding-bottom: 104px; }
  @media (max-width: 579px) {
    .util__section-bottom {
      padding-bottom: 48px; } }

.util__section {
  padding-bottom: 104px;
  padding-top: 104px; }
  @media (max-width: 579px) {
    .util__section {
      padding-bottom: 48px;
      padding-top: 48px; } }

.util__inner-break-top {
  padding-top: 72px; }
  @media (max-width: 579px) {
    .util__inner-break-top {
      padding-top: 48px; } }

.util__inner-break-bottom {
  padding-bottom: 72px; }
  @media (max-width: 579px) {
    .util__inner-break-bottom {
      padding-bottom: 48px; } }

.util__inner-break {
  padding-bottom: 72px;
  padding-top: 72px; }
  @media (max-width: 579px) {
    .util__inner-break {
      padding-top: 48px;
      padding-bottom: 48px; } }

.util__padding-bottom-0 {
  padding-bottom: 0px; }

.util__padding-top-0 {
  padding-top: 0px; }

.util-padding-right-70 {
  padding-right: 70px; }

.util-padding-left-70 {
  padding-left: 70px; }

.util-padding-bottom-54 {
  padding-bottom: 54px; }

@media (max-width: 579px) {
  .util__mobile-padding-bottom-0 {
    padding-bottom: 0px; } }

@media (max-width: 579px) {
  .util__mobile-padding-top-0 {
    padding-top: 0px; } }

@media (max-width: 579px) {
  .util__mobile-padding-top-20 {
    padding-top: 20px; } }

/* util__vertical-center - usually, use this on children of column maker */
.util__vertical-center,
.cm-column__wrap.util__vertical-center .cm-column__parent {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.util__horiz-center,
.cm-column__wrap.util__horizontal-center .cm-column__parent {
  display: flex;
  justify-content: center; }

.cm-column__wrap.util__horizontal-center .cm-column__parent .cm-column__child {
  justify-content: center; }

.util__padding-top-42 {
  padding-top: 42px; }

.util__padding-top-20 {
  padding-top: 20px; }

.content__info-blocks .text-group__wrapper {
  display: block; }

.content__info-blocks .text-group__icon {
  width: 80px;
  margin: 0 auto;
  display: block; }

.content__info-blocks .text-group__icon img {
  transform: none; }

.content__info-blocks h4 {
  margin: 10px 0; }

@media (max-width: 900px) {
  .content__info-blocks .cm-column__parent {
    flex-direction: column; } }

.content__info-blocks .cm-column__parent .cm-column__child {
  border-right: 1px solid #000;
  padding: 0 30px 30px; }
  @media (max-width: 900px) {
    .content__info-blocks .cm-column__parent .cm-column__child {
      border-right: 0;
      border-bottom: 1px solid #000;
      margin-bottom: 25px;
      width: 100%; } }

.content__info-blocks .cm-column__child:first-child {
  padding-left: 0px; }
  @media (max-width: 900px) {
    .content__info-blocks .cm-column__child:first-child {
      padding: 0 30px 30px; } }

.content__info-blocks .cm-column__child:last-child {
  border-right: none;
  border-bottom: none;
  padding-right: 0px; }
  @media (max-width: 900px) {
    .content__info-blocks .cm-column__child:last-child {
      padding: 0 30px 30px; } }

.util__legal-text {
  padding-top: 20px; }

.util__legal-text p {
  color: #aaa;
  font-size: 11px;
  max-width: 700px; }

@media (max-width: 900px) {
  .util__hide-mobile {
    display: none; } }

@media (max-width: 900px) {
  .util__center-mobile h1,
  .util__center-mobile h2,
  .util__center-mobile h3,
  .util__center-mobile h4,
  .util__center-mobile p {
    text-align: center; } }

.util__p-18 p {
  font-size: 18px; }

.util__brand-bold b,
.util__brand-bold em {
  color: #000; }

.util__title-spaced h2 {
  margin-bottom: 44px; }
  @media (min-width: 480px) {
    .util__title-spaced h2 {
      font-size: 42px; } }

.util__circle-numbers ol {
  counter-reset: fum-counter;
  list-style: none;
  padding-left: 33px; }

.util__circle-numbers.util__circle-numbers--two-col ol {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 65px;
       column-gap: 65px; }
  @media (max-width: 900px) {
    .util__circle-numbers.util__circle-numbers--two-col ol {
      -moz-columns: unset;
           columns: unset; } }

.util__circle-numbers ol li {
  position: relative;
  counter-increment: fum-counter;
  padding-bottom: 1em;
  line-height: 1.7em;
  -moz-column-break-inside: avoid;
       break-inside: avoid; }

.util__circle-numbers ol li:before {
  content: counter(fum-counter);
  background-color: #000;
  color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: -32px;
  top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1; }

.util__circle-numbers.util__circle-numbers--red ol li:before {
  background: #000; }

.util__circle-numbers.util__circle-numbers--red ol li b,
.util__circle-numbers.util__circle-numbers--red ol li em {
  color: #000; }

.util__padded-gray-outline > *:first-child {
  border: 1px solid #E0E0E0;
  padding: 40px 40px 20px;
  width: 100%;
  height: 100%; }

@media (min-width: 760px) {
  .util__padded-gray-outline.util__padded-gray-outline-manage > *:first-child {
    padding: 52px 40px 20px; } }

@media (min-width: 760px) {
  .util__padded-gray-outline-manage .text-group__links {
    padding-top: 40px; } }

@media (min-width: 480px) {
  .util__padded-gray-outline .cm-column__child .text-group__main-text {
    width: 90%; } }

.util__padded-gray-outline p {
  padding-bottom: 14px; }

.util__padded-gray-outline h3 {
  margin-bottom: 20px; }

@media (max-width: 900px) {
  .util__gray-boxes .cm-column__parent {
    flex-direction: column; } }

.util__gray-boxes .cm-column__child {
  border: 1px solid #E0E0E0;
  min-height: 199px;
  background: #F0F0F0;
  padding: 30px 30px 80px;
  margin: 0 8px;
  position: relative; }
  @media (max-width: 900px) {
    .util__gray-boxes .cm-column__child {
      margin: 0 0 16px 0; } }
  @media (min-width: 900px) {
    .util__gray-boxes .cm-column__child {
      min-height: 270px;
      padding: 54px 30px 80px;
      margin: 0 16px; } }

@media (min-width: 900px) {
  .util__gray-boxes.util__gray-boxes-short .cm-column__child {
    min-height: 199px;
    padding: 32px 30px 80px;
    margin: 0 8px; } }

@media (min-width: 900px) {
  .util__gray-boxes .cm-column__child .text-group__main-text {
    width: 80%;
    margin: auto; } }

.util__gray-boxes .cm-column__child .text-group__links {
  position: absolute;
  bottom: 54px;
  left: calc(50% - 64px); }
  @media (max-width: 759px) {
    .util__gray-boxes .cm-column__child .text-group__links {
      bottom: 32px; } }

.util__gray-boxes.util__gray-boxes-short .cm-column__child .text-group__links {
  position: absolute;
  bottom: 32px;
  left: calc(50% - 64px); }

.util__gray-boxes .cm-column__child .text-group__link--button {
  width: 100%;
  margin: 0;
  text-align: center; }

.util__gray-boxes .cm-column__child:first-child {
  margin-left: 0; }

.util__gray-boxes .cm-column__child:last-child {
  margin-right: 0; }

/* A utility for simple spaced blocks */
.content__spaced-blocks .cm-column__parent .cm-column__child {
  padding: 0 15px 0; }
  @media (max-width: 900px) {
    .content__spaced-blocks .cm-column__parent .cm-column__child {
      margin-bottom: 25px;
      padding: 0;
      width: 100%; } }

@media (max-width: 900px) {
  .content__spaced-blocks .cm-column__parent {
    flex-direction: column; } }

.content__spaced-blocks .cm-column__child:first-child {
  padding-left: 0px; }

.content__spaced-blocks .cm-column__child:last-child {
  padding-right: 0px; }

.content__short-hero .cm-column__parent {
  padding-top: 51px;
  padding-bottom: 34px; }

.content__short-hero .style-font-paragraph-parent--merriweather p {
  font-size: 21px;
  padding-right: 34px; }

.content__short-hero .style-font-headlines-parent--oswald h2 {
  font-size: 31px; }

.page--name-on-boarding .content__short-hero .style-font-headlines-parent--oswald h2 {
  font-size: 36px; }

.page--name-on-boarding .content__short-hero .style-font-paragraph-parent--merriweather p {
  font-size: 24px;
  color: #000; }

.util__box-grey-with-dark-border .cm-column__parent {
  border: 1px solid #707070;
  background: #f9f9f9;
  padding: 50px; }

.util__box-grey-with-dark-border .cm-column__parent p {
  color: #000; }

.util__two-col-gutter-120 .cm-column__child:first-child {
  padding-right: 60px; }
  @media (max-width: 900px) {
    .util__two-col-gutter-120 .cm-column__child:first-child {
      padding-right: 0; } }

.util__two-col-gutter-120 .cm-column__child:last-child {
  padding-right: 60px; }
  @media (max-width: 900px) {
    .util__two-col-gutter-120 .cm-column__child:last-child {
      padding-left: 0; } }

@media (max-width: 1024px) {
  .util__force-flex-column-mobile .cm-column__parent {
    flex-direction: column; } }

.util__font-white h1,
.util__font-white h2,
.util__font-white p,
.util__font-white li,
.util__font-white ol {
  color: #FFF; }

@media (max-width: 479px) {
  .util__mobile-height-200 {
    max-height: 200px; } }

/* custom global functions */
/* breakpoints */
/* == header == */
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000; }

.header__wrap,
.footer__wrap {
  text-align: center;
  background-color: #fff;
  overflow: hidden; }

.header__wrap {
  height: 45px;
  box-shadow: 0px 4px 5px -4px rgba(29, 92, 181, 0.32); }

.header__nav {
  display: inline-block;
  width: 100%; }

.header__brand-mark,
.footer__brand-mark {
  height: 40px;
  width: 40px;
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  top: 20px;
  left: 50%; }

.header__brand-mark-image,
.footer__brand-mark-image {
  width: 50px; }

.header__brand-mark--circle,
.footer__brand-mark--circle {
  border-radius: 50%; }

.header__brand-mark--circle {
  box-shadow: 0px 3px 6px -2px rgba(29, 92, 181, 0.32); }

.header__brand-mark--diamond,
.footer__brand-mark--diamond {
  transform: rotate(45deg) translate(-12px, 18px); }

.header__brand-mark--diamond {
  box-shadow: 6px 6px 6px -5px rgba(29, 92, 181, 0.32); }

.header__brand-mark--diamond .header__brand-mark-image,
.footer__brand-mark--diamond .footer__brand-mark-image {
  transform: rotate(-45deg) translate(-1px, -5px); }

.footer__brand-mark--diamond {
  transform: rotate(45deg) translate(0px, 30px); }

.header__wrap .nav__links,
.footer__wrap .nav__links {
  display: flex;
  justify-content: space-around;
  padding: 16px;
  position: relative; }

.header__wrap .nav__links {
  padding-top: 12px; }

.nav__link-text {
  text-transform: uppercase;
  color: #727272; }

.nav__link {
  white-space: nowrap; }

.nav__link-icon > svg {
  color: #1d5cb5;
  width: 18px;
  transform: translate(-2px, 2px); }

.mobile-topnav,
.mobile-menu-container {
  display: none; }

.mobile-menu-container svg {
  color: #fff; }

a.nav__link--phone {
  display: inline-block;
  color: #D40028;
  font-size: 16px;
  line-height: 22px;
  margin: 11px 18px 0 0; }
  a.nav__link--phone:visited {
    color: #D40028; }
  a.nav__link--phone svg {
    width: 12.61px;
    height: 12.61px; }
  @media (min-width: 1100px) {
    a.nav__link--phone {
      margin: 0 4vw 0 0; }
      a.nav__link--phone svg {
        margin-left: 2px; } }

@media (max-width: 1099px) {
  .header__nav,
  .hide-from-mobile-menu {
    display: none; }
  .mobile-topnav {
    display: flex;
    justify-content: space-between; }
  .util__button.button--mobile-nav {
    padding: 14px 32px;
    box-shadow: none;
    border-radius: 0; }
  .mobile-topnav__menu-activator {
    color: #1d5cb5;
    background-color: #fff; }
  button.util__button.button--mobile-nav.mobile-topnav__menu-activator {
    padding-left: 15px; }
  .mobile-topnav__menu-icon {
    position: absolute; }
  .mobile-topnav__menu-text {
    margin-left: 36px; }
  .mobile-topnav__menu-icon svg {
    width: 28px;
    transform: translateY(-5px); }
  .mobile-topnav__menu-icon.menu-will-close svg {
    width: 36px; }
  .mobile-topnav__menu-icon.menu-will-open {
    display: inline; }
  .mobile-topnav__menu-icon.menu-will-close {
    display: none;
    top: 10px; }
  .mobile-menu-container {
    display: block;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    transition: all .3s ease-out;
    z-index: -1;
    height: 100vh;
    width: 100vw;
    padding-top: 80px;
    color: #fff;
    background-color: #1d5cb5;
    background-image: linear-gradient(to bottom, #3e95db, #1d5cb5); }
  .mobile-menu-container a,
  .mobile-menu-container a:visited,
  .nav__link-icon,
  .nav__link-text,
  .mobile-menu-container .footer__social-button button {
    color: #fff; }
  .mobile-menu-container .nav__links,
  .mobile-menu-container .footer__social-and-legal-wrap {
    text-align: left;
    flex-direction: column;
    text-transform: uppercase;
    width: 100%; }
  .mobile-menu-container li,
  .mobile-menu-container .footer__legal-link {
    padding: 7px; }
  .mobile-menu-container .footer__legal-link {
    font-size: 14px; }
  .mobile-menu-container .nav__links + .nav__links::after {
    content: "";
    height: 2px;
    background-color: rgba(255, 255, 255, 0.2);
    width: 206px; } }

/* custom global functions */
/* breakpoints */
footer {
  position: relative;
  bottom: 0; }

.footer__wrap {
  padding-top: 40px;
  box-shadow: 0px 0px 10px -2px rgba(29, 92, 181, 0.32); }

.footer__nav {
  display: inline-block;
  width: 100%; }

.footer__social-and-legal {
  width: 100%;
  color: #1d5cb5;
  background-color: #f0f6ff;
  height: 50px; }
  @media (max-width: 1099px) {
    .footer__social-and-legal {
      height: auto; } }

.footer__social-and-legal-wrap {
  display: flex;
  justify-content: space-around;
  width: 600px;
  margin: auto;
  padding: 16px; }
  @media (max-width: 1099px) {
    .footer__social-and-legal-wrap {
      flex-direction: column;
      text-align: left;
      padding-bottom: 50px;
      padding-left: 7vw; } }

.footer__social-button {
  display: inline-block;
  width: 28px; }
  @media (max-width: 1099px) {
    .footer__social-button {
      width: auto; } }

.footer__social-button svg {
  width: 21px; }
  @media (max-width: 1099px) {
    .footer__social-button svg {
      width: 36px;
      margin-right: 10px;
      padding-top: 20px; } }

.footer__secondary-nav {
  width: 600px;
  display: block;
  margin: 0px auto;
  font-size: 24px;
  color: #1d5cb5; }
  @media (min-width: 1100px) {
    .footer__secondary-nav {
      font-size: 20px;
      margin-bottom: 30px; } }

.footer__smallprint {
  padding: 18px 157px;
  font-size: 16px;
  line-height: 1.3;
  color: #727272; }
  @media (max-width: 1099px) {
    .footer__smallprint {
      padding-left: 6vw;
      padding-top: 30px;
      padding-right: 20px;
      opacity: 0.8;
      text-align: left; } }

.footer__copyright {
  padding-bottom: 50px;
  color: #1d5cb5;
  font-size: 14px; }
  @media (max-width: 1099px) {
    .footer__copyright {
      text-align: left;
      padding-left: 6vw; } }

@media (max-width: 1099px) {
  .footer__brand-mark.footer__brand-mark--diamond {
    transform: scale(1.5) rotate(45deg) translate(7px, 30px); }
  .footer__wrap nav .nav__links {
    display: none; }
  .footer__wrap .nav__links {
    flex-direction: column;
    text-align: left;
    padding: 0;
    padding-left: 5vw; }
  .footer__wrap .nav__links li {
    margin: 8px; }
  .footer__wrap .hide-from-mobile-menu {
    display: block; }
  .footer__social-and-legal-wrap > * + * {
    margin-top: 16px; }
  .footer__legal-link {
    font-size: 14px; }
  .footer__legal-link::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg%20aria-hidden='true'%20data-prefix='far'%20data-icon='chevron-double-right'%20role='img'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20448%20512'%20class='svg-inline--fa%20fa-chevron-double-right%20fa-w-14%20fa-3x'%3E%3Cpath%20fill='%231d5cb5'%20d='M57.7%2038.1l209.4%20209.4c4.7%204.7%204.7%2012.3%200%2017L57.7%20473.9c-4.7%204.7-12.3%204.7-17%200l-19.8-19.8c-4.7-4.7-4.7-12.3%200-17L201.6%20256%2020.9%2074.9c-4.7-4.7-4.7-12.3%200-17l19.8-19.8c4.7-4.7%2012.3-4.7%2017%200zm143%200l-19.8%2019.8c-4.7%204.7-4.7%2012.3%200%2017L361.6%20256%20180.9%20437.1c-4.7%204.7-4.7%2012.3%200%2017l19.8%2019.8c4.7%204.7%2012.3%204.7%2017%200l209.4-209.4c4.7-4.7%204.7-12.3%200-17L217.7%2038.1c-4.7-4.7-12.3-4.7-17%200z'%20class=''%3E%3C/path%3E%3C/svg%3E");
    width: 11px;
    height: 11px;
    position: absolute;
    background-size: cover;
    margin-left: 5px;
    margin-top: 1px; } }

.text-and-phone__phone-wrapper {
  margin-bottom: 32px; }

/* LANDING PAGE FOOTER is very different, all overrides for LP footer are below this line */
.page-no-nav .footer__social-and-legal-wrap {
  width: auto; }

.page-no-nav figure.footer__brand-mark {
  position: relative;
  display: block;
  top: -12px;
  left: 43px; }

.page-no-nav .footer__logo-container {
  width: 84px; }
  @media (max-width: 1099px) {
    .page-no-nav .footer__logo-container {
      height: 116px;
      margin: 0 auto; } }

.page-no-nav .footer__smallprint-wrap {
  max-width: 950px; }

.page-no-nav .footer__smallprint {
  padding: 0;
  padding-bottom: 10px; }

.page-no-nav .footer__copyright {
  padding-bottom: 40px; }
  @media (max-width: 1099px) {
    .page-no-nav .footer__copyright {
      padding-left: 0; } }

.page-no-nav .footer__landing-page-variant {
  display: flex;
  text-align: left; }
  @media (max-width: 1099px) {
    .page-no-nav .footer__landing-page-variant {
      flex-direction: column;
      margin: 0 16px; } }

.page-no-nav .footer__logo-and-phone-number {
  display: flex;
  min-width: 450px;
  color: #727272;
  padding-left: 20px;
  padding-right: 22px;
  text-transform: uppercase; }
  @media (max-width: 1099px) {
    .page-no-nav .footer__logo-and-phone-number {
      flex-direction: column;
      text-align: center;
      min-width: unset; } }

.page-no-nav a.text-and-phone__phone {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px; }
  @media (max-width: 1099px) {
    .page-no-nav a.text-and-phone__phone {
      margin-top: 20px;
      display: inline-block; } }

.page-no-nav .text-and-phone__text {
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 20px; }

.page-no-nav .nav__link-text {
  color: #1d5cb5; }

.page-no-nav .footer__legal-link::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20aria-hidden='true'%20data-prefix='far'%20data-icon='chevron-double-right'%20role='img'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20448%20512'%20class='svg-inline--fa%20fa-chevron-double-right%20fa-w-14%20fa-3x'%3E%3Cpath%20fill='%231d5cb5'%20d='M57.7%2038.1l209.4%20209.4c4.7%204.7%204.7%2012.3%200%2017L57.7%20473.9c-4.7%204.7-12.3%204.7-17%200l-19.8-19.8c-4.7-4.7-4.7-12.3%200-17L201.6%20256%2020.9%2074.9c-4.7-4.7-4.7-12.3%200-17l19.8-19.8c4.7-4.7%2012.3-4.7%2017%200zm143%200l-19.8%2019.8c-4.7%204.7-4.7%2012.3%200%2017L361.6%20256%20180.9%20437.1c-4.7%204.7-4.7%2012.3%200%2017l19.8%2019.8c4.7%204.7%2012.3%204.7%2017%200l209.4-209.4c4.7-4.7%204.7-12.3%200-17L217.7%2038.1c-4.7-4.7-12.3-4.7-17%200z'%20class=''%3E%3C/path%3E%3C/svg%3E");
  width: 11px;
  height: 11px;
  position: absolute;
  background-size: cover;
  margin-left: 5px;
  margin-top: 1px; }

.page-no-nav .footer__social-and-legal {
  height: auto;
  background-color: #1d5cb5; }

.footer__social-and-legal {
  height: auto;
  background-color: #1d5cb5; }

a.footer__legal-link, a:visited.footer__legal-link {
  padding: 15px; }
  @media (min-width: 1100px) {
    a.footer__legal-link, a:visited.footer__legal-link {
      padding: 0px 15px; } }

.cq-Editable-dom .cq-block {
  display: block !important;
}
.cq-Editable-dom .cq-flex {
  display: flex !important;
}
.cq-Editable-dom .cq-visible {
  visibility: visible !important;
}
.cq-Editable-dom .cq-static {
  position: static !important;
}
.cq-Editable-dom .thank-you {
  display: block !important;
}
.cq-Editable-dom #mobile-menu {
  max-width: 390px;
  min-width: 700px;
}

.ln-popup {
  border-radius: 4px;
  box-sizing: border-box;
  z-index: 11000;
  text-align: left;
}
.ln-header {
  font-size: 13px;
  line-height: 1.2;
}
.ln-company {
  font-size: 12px;
  line-height: 1.3;
}
.ln-company h4 {
  font-size: 13px;
  margin: -2px 0 0 0;
  color: #383d68;
}
.ln-footer {
  font-size: 13px;
  color: #F26964;
  padding-right: 3em;
}

/* custom global functions */
/* breakpoints */
.card-slider__wrap {
  margin: auto;
  min-height: 500px;
  background-image: linear-gradient(to bottom, #eff6ff, #dae9ff);
  overflow: hidden; }

.card-slider__columns {
  margin: auto;
  display: flex; }
  @media (max-width: 1099px) {
    .card-slider__columns {
      flex-direction: column;
      align-items: center;
      padding-top: 60px; } }

.card-slider__column--1,
.card-slider__column--2 {
  height: 160px;
  width: 672px;
  display: flex;
  margin: 45px;
  opacity: 1; }
  @media (max-width: 1099px) {
    .card-slider__column--1,
    .card-slider__column--2 {
      align-items: center;
      height: auto;
      width: 100%;
      margin: 50px 0; } }

.card-slider__column--1 {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 25%, #fff 25%, rgba(255, 255, 255, 0));
  margin-left: 0;
  text-align: right; }
  @media (max-width: 1099px) {
    .card-slider__column--1 {
      flex-direction: column-reverse;
      background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 25%, #fff, rgba(255, 255, 255, 0.5)); } }

.card-slider__column--2 {
  background-image: none;
  margin-right: 0;
  text-align: left; }
  @media (max-width: 1099px) {
    .card-slider__column--2 {
      flex-direction: column;
      background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0.5)); } }

.card__slider--reveal .card-slider__column--1,
.card__slider--reveal .card-slider__column--2 {
  opacity: 1; }

.card-slider--single-card-left .card-slider__column--1 {
  flex-direction: row-reverse; }

.card-slider-column__text {
  opacity: 1; }
  @media (max-width: 1099px) {
    .card-slider-column__text {
      width: 260px;
      text-align: center; } }

.card__slider--reveal .card-slider-column__text {
  opacity: 1; }
  @media (max-width: 1099px) {
    .card__slider--reveal .card-slider-column__text {
      transform: translateY(-30px); } }

.card-slider-column__text,
.card-slider-column__image {
  display: inline-block; }
  @media (max-width: 1099px) {
    .card-slider-column__text,
    .card-slider-column__image {
      transform: translateY(-60px); } }

.card-slider__column-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.17;
  color: #1d5cb5; }

/*
  to fully match the ARCO design the padding here would have to be really specific
  and would not allow other card names to fit easily.
*/
.card-slider__column--1 .card-slider__column-title {
  padding: 40px 28px 0 30px; }
  @media (max-width: 1099px) {
    .card-slider__column--1 .card-slider__column-title {
      padding: 0; } }

.card-slider__column--2 .card-slider__column-title {
  padding: 40px 30px 0 28px; }
  @media (max-width: 1099px) {
    .card-slider__column--2 .card-slider__column-title {
      padding: 0; } }

a.card-slider__apply-button {
  display: inline-block;
  color: #e4002b;
  text-transform: uppercase; }

.card-slider__column--1 .card-slider__apply-button {
  padding: 16px 28px 0 0; }
  @media (max-width: 1099px) {
    .card-slider__column--1 .card-slider__apply-button {
      padding: 16px 0 0 0; } }

.card-slider__column--2 .card-slider__apply-button {
  padding: 16px 0 0 28px; }
  @media (max-width: 1099px) {
    .card-slider__column--2 .card-slider__apply-button {
      padding: 16px 0 0 0; } }

.card-slider__cta-headline {
  font-size: 28px;
  font-weight: bold;
  color: #1d5cb5;
  margin-bottom: 20px; }

@media (max-width: 1099px) {
  .card-slider__column--1 .card-slider-column__text {
    text-align: right; }
  .card-slider__column--2 .card-slider-column__text {
    text-align: left; }
  .card-slider__text-and-cta {
    padding-bottom: 80px; } }

a.card-slider__more-info {
  color: #fff;
  margin-top: 2em;
  text-decoration: underline; }
  @media (min-width: 1100px) {
    a.card-slider__more-info {
      margin-top: 0px;
      margin-left: 2em; } }

/* custom global functions */
/* breakpoints */
.testimonials__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 30px auto 70px auto; }
  @media (max-width: 1099px) {
    .testimonials__wrap {
      display: block; } }

.testimonial {
  width: 26%;
  margin-top: 30px;
  padding: 20px 0;
  text-align: left;
  position: relative; }
  @media (max-width: 1099px) {
    .testimonial {
      width: 90%;
      margin: 0 auto;
      text-align: center; } }

.testimonial__photo {
  float: left;
  width: 108px;
  height: 108px;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: -12px 12px #2ea6ff; }
  @media (max-width: 1099px) {
    .testimonial__photo {
      float: none;
      display: inline-block;
      margin-bottom: 20px;
      box-shadow: -6px 6px #2ea6ff; } }

.testimonial__attribution {
  position: absolute;
  bottom: 0;
  left: 118px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #1d5cb5; }
  @media (max-width: 1099px) {
    .testimonial__attribution {
      position: relative;
      left: 0; } }

.testimonial__star-rating {
  color: #e4002b;
  margin-bottom: 6px; }
  @media (max-width: 1099px) {
    .testimonial__star-rating svg {
      margin-top: 12px;
      width: 20px; } }

[data-star-rating] {
  display: none; }

svg[data-star-rating]:first-of-type,
svg[data-star-rating="2"]:nth-of-type(2),
svg[data-star-rating="3"]:nth-of-type(2),
svg[data-star-rating="3"]:nth-of-type(3),
svg[data-star-rating="4"] {
  display: inline; }

.testimonial__text {
  color: #133667;
  font-size: 20px;
  font-style: italic;
  padding-bottom: 10px;
  overflow: hidden; }

/* custom global functions */
/* breakpoints */
.three-bullet-lists__wrap {
  background-image: linear-gradient(rgba(34, 131, 208, 0.8), rgba(97, 156, 240, 0.8) 58%, #F0F5FC 58%);
  position: relative;
  overflow: hidden; }
  @media (max-width: 1099px) {
    .three-bullet-lists__wrap {
      background-image: none; } }

.three-bullet-lists__wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1; }
  @media (max-width: 1099px) {
    .three-bullet-lists__wrap::before {
      display: none; } }

.three-bullet-lists__headline {
  color: #fff;
  font-size: 28px;
  font-weight: bold; }

.three-bullet-lists__headline h1,
.three-bullet-lists__headline h2 {
  display: inline-block;
  font-size: 28px;
  max-width: 600px;
  margin-top: 60px;
  margin-bottom: 22px; }
  @media (max-width: 1099px) {
    .three-bullet-lists__headline h1,
    .three-bullet-lists__headline h2 {
      padding: 8%;
      margin-top: 30px; } }

.three-bullet-lists__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 30px auto 0 auto; }
  @media (max-width: 1099px) {
    .three-bullet-lists__content {
      flex-direction: column;
      margin: 0; } }

.three-bullet-lists__item {
  width: 27%; }
  @media (max-width: 1099px) {
    .three-bullet-lists__item {
      position: relative;
      background-image: linear-gradient(rgba(34, 131, 208, 0.8), rgba(97, 156, 240, 0.8) 240px, #F0F5FC 42%);
      padding: 30px 25px;
      width: 100%;
      margin: 0 auto; }
      .three-bullet-lists__item:first-of-type {
        background-image: linear-gradient(rgba(97, 156, 240, 0.8) 47%, #F0F5FC 47%); } }

.three-bullet-lists__item-image {
  width: 174px;
  height: 174px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 2px 2px 6px rgba(29, 92, 181, 0.32);
  display: inline-block;
  margin-bottom: 106px; }
  @media (max-width: 1099px) {
    .three-bullet-lists__item-image {
      margin-bottom: 78px; } }

.three-bullet-lists__item-heading,
.three-bullet-lists__list {
  text-align: left; }

.three-bullet-lists__list p sup {
  font-size: .75em; }

.three-bullet-list__item-top-wrap sup {
  font-size: 15px; }

.three-bullet-lists__item-heading {
  font-weight: bold;
  font-size: 24px;
  color: #1d5cb5;
  margin-bottom: 30px; }

.three-bullet-lists__list {
  position: relative;
  color: #133667;
  margin-bottom: 60px; }
  @media (max-width: 1099px) {
    .three-bullet-lists__list {
      margin-bottom: 30px; } }

.three-bullet-lists__list li {
  transform: translateX(30px);
  margin-top: 20px; }
  @media (max-width: 1099px) {
    .three-bullet-lists__list li {
      max-width: calc(92vw - 30px); } }

.three-bullet-lists__list > li::before {
  content: "";
  position: absolute;
  left: -30px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20fill='%2354A6F8'%20d='M173.898%20439.404l-166.4-166.4c-9.997-9.997-9.997-26.206%200-36.204l36.203-36.204c9.997-9.998%2026.207-9.998%2036.204%200L192%20312.69%20432.095%2072.596c9.997-9.997%2026.207-9.997%2036.204%200l36.203%2036.204c9.997%209.997%209.997%2026.206%200%2036.204l-294.4%20294.401c-9.998%209.997-26.207%209.997-36.204-.001z'/%3E%3C/svg%3E"); }

@media (max-width: 1099px) {
  .three-bullet-lists__headline {
    background-image: linear-gradient(rgba(34, 131, 208, 0.8), rgba(97, 156, 240, 0.8));
    position: relative; }
  .three-bullet-lists__headline::before,
  .three-bullet-lists__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1; }
  .three-bullet-lists__item:first-of-type::before {
    display: none; }
  .three-bullet-lists__headline::before {
    height: 230%; } }

/* compact version is only different on desktop */
@media (min-width: 1100px) {
  .three-bullet-lists__compact-layout.three-bullet-lists__wrap {
    background-image: linear-gradient(#3e95db, #1d5cb5);
    position: relative; } }
  @media (min-width: 1100px) and (max-width: 1099px) {
    .three-bullet-lists__compact-layout.three-bullet-lists__wrap {
      background-image: none; } }

@media (min-width: 1100px) {
  .three-bullet-lists__compact-layout .three-bullet-lists__content {
    padding-top: 40px; }
  .three-bullet-lists__compact-layout .three-bullet-lists__headline {
    display: none; }
  .three-bullet-lists__compact-layout .three-bullet-list__item-top-wrap {
    display: flex;
    align-items: center; }
  .three-bullet-lists__compact-layout .three-bullet-lists__item-heading,
  .three-bullet-lists__compact-layout .three-bullet-lists__list {
    color: #fff; }
  .three-bullet-lists__compact-layout .three-bullet-lists__item-heading {
    max-width: 57%;
    margin-top: 21px; }
  .three-bullet-lists__compact-layout .three-bullet-lists__item-image {
    width: 110px;
    height: 110px;
    margin: initial;
    margin-right: 20px; }
  .three-bullet-lists__compact-layout .three-bullet-lists__item-image > img {
    width: 111px;
    height: 111px; }
  .three-bullet-lists__compact-layout .three-bullet-lists__list > li::before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20fill='%231d5cb5'%20d='M173.898%20439.404l-166.4-166.4c-9.997-9.997-9.997-26.206%200-36.204l36.203-36.204c9.997-9.998%2026.207-9.998%2036.204%200L192%20312.69%20432.095%2072.596c9.997-9.997%2026.207-9.997%2036.204%200l36.203%2036.204c9.997%209.997%209.997%2026.206%200%2036.204l-294.4%20294.401c-9.998%209.997-26.207%209.997-36.204-.001z'/%3E%3C/svg%3E"); } }

/* custom global functions */
/* breakpoints */
.section-switcher__wrap {
  position: fixed;
  bottom: 60px;
  right: 2vw;
  width: 70px;
  z-index: 2000; }

.section-switcher__button {
  display: block;
  height: 50px;
  width: 50px;
  background-color: #f0f6ff;
  color: #1d5cb5;
  border-radius: 50%;
  margin: 10px;
  box-shadow: -1px 3px 8px -2px rgba(29, 92, 181, 0.6); }

.section-switcher__button svg {
  width: 30px; }

.section-switcher__button--up svg {
  transform: rotate(180deg);
  margin-top: 10px; }

.section-switcher__button--down svg {
  margin-top: 12px; }

/* custom global functions */
/* breakpoints */
.app-intro__wrap {
  padding: 60px 0;
  position: relative;
  color: #fff;
  background-size: cover; }

.app-intro__wrap::before {
  content: '';
  position: absolute;
  background-image: linear-gradient(#3e95db, #1d5cb5);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1; }

.app-intro__wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.08;
  background-image: url("../../../content/dam/white-label/images/app-intro-background.png");
  background-size: cover;
  background-position: center;
  z-index: -1; }

.app-intro__horizontal-gradient-wrap {
  position: relative; }

.app-intro__horizontal-gradient-wrap::before {
  content: '';
  position: absolute;
  background-image: linear-gradient(to left, rgba(34, 131, 208, 0.8), rgba(97, 156, 240, 0.8));
  top: 60px;
  left: 0;
  height: 275px;
  width: 100%; }
  @media (max-width: 558px) {
    .app-intro__horizontal-gradient-wrap::before {
      top: 6vw;
      height: 54vw; } }

@media (max-width: 558px) {
  figure.app-intro-column__image > img {
    max-width: 90vw;
    height: auto; } }

.app-intro__columns {
  display: flex;
  position: relative; }
  @media (max-width: 1099px) {
    .app-intro__columns {
      flex-direction: column;
      max-width: 514px;
      margin: auto; } }

.app-intro__column--1,
.app-intro__column--2 {
  width: 672px; }
  @media (max-width: 1099px) {
    .app-intro__column--1,
    .app-intro__column--2 {
      width: auto; } }

.app-intro__column--2 {
  padding-top: 100px;
  padding-right: 50px;
  text-align: left; }
  @media (max-width: 1099px) {
    .app-intro__column--2 {
      padding: 10px;
      padding-top: 50px; } }

.app-intro__headline {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px; }

.app-intro__store-links {
  margin-top: 30px; }
  @media (max-width: 1099px) {
    .app-intro__store-links {
      display: flex;
      justify-content: space-evenly; } }

/* custom global functions */
/* breakpoints */
.contact-form__content {
  padding-top: 50px; }

.contact-form__content .contact-form__headline {
  margin-bottom: 30px;
  color: #1d5cb5; }

h4.contact-form__subheadline {
  margin-top: -20px;
  margin-bottom: 30px;
  font-weight: 400;
  color: #555; }

.contact-form__content .contact-form__message {
  margin-bottom: 30px;
  font-weight: 300; }

.contact-form__content .contact-form__main-fields {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  justify-content: center; }

.contact-form__label {
  position: relative; }

.contact-form__label > span {
  position: absolute;
  top: 24px;
  left: 28px;
  pointer-events: none;
  transition: all 0.3s ease;
  color: #1d5cb5;
  opacity: 0.8; }

.contact-form__label--invisible span, .has-content > span {
  opacity: 0; }

.contact-form__label::after {
  content: "";
  width: 20px;
  height: 20px;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 22px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20fill='%23ffffff'%20d='M173.898%20439.404l-166.4-166.4c-9.997-9.997-9.997-26.206%200-36.204l36.203-36.204c9.997-9.998%2026.207-9.998%2036.204%200L192%20312.69%20432.095%2072.596c9.997-9.997%2026.207-9.997%2036.204%200l36.203%2036.204c9.997%209.997%209.997%2026.206%200%2036.204l-294.4%20294.401c-9.998%209.997-26.207%209.997-36.204-.001z'/%3E%3C/svg%3E");
  opacity: 0;
  transition: opacity .3s ease; }

.contact-form__label--valid::after, .text-input.has-content.valid::after {
  opacity: 1;
  transition: opacity .3s ease; }

.contact-form__input, .text-input > input, .text-input > select {
  width: 330px;
  max-width: 92vw;
  height: 45px;
  margin: 10px;
  border-radius: 4px;
  border: none;
  padding-left: 16px;
  font-size: 16px;
  font-weight: 300;
  box-shadow: 0 1px 9px rgba(29, 92, 181, 0.32) inset, 0px 8px 2px -8px rgba(29, 92, 181, 0.32) inset, 0 20px 50px 0 #fff inset;
  background-color: #f1f7ff;
  background-repeat: no-repeat; }
  .contact-form__input:focus, .text-input > input:focus, .text-input > select:focus {
    border: 3px solid #1d5cb5; }

.text-input:has(> input:-webkit-autofill) > span {
  opacity: 0; }

.contact-form__input--next {
  animation: glow 1s ease-out infinite alternate;
  background-color: #F5F9FE;
  border-color: transparent; }

.contact-form__input--active,
.contact-form__input--has-content,
.has-content > input {
  color: #fff;
  background: #1d5cb5;
  transition: background-color .5s ease, color .5s ease;
  box-shadow: none; }

.contact-form__contact-us-button {
  margin-bottom: 10px; }

.contact-form__contact-us-button:focus {
  box-shadow: 0 0 1px 3px rgba(0, 0, 0, 0.7); }

.contact-form__label--needs-correction > input:not(:focus):not(.contact-form__input--next) {
  background: #d20404;
  box-shadow: none; }

.contact-form__label--needs-correction:not(.contact-form__label--next) > span {
  color: #fff; }

/* default hide the card picker */
.contact-form__radios {
  display: none; }

/* animation keyframes */
@keyframes glow {
  0% {
    box-shadow: 0 0 2px #1d5cb5 inset, 0 0 2px #1d5cb5 inset, 0 0 0 2px transparent inset;
    border-color: transparent; }
  100% {
    box-shadow: 0 0 5px #1d5cb5 inset, 0 0 4px #1d5cb5 inset, 0 0 0 2px #1d5cb5 inset;
    background-color: #DDEBFF; } }

.contact-form__thanks {
  margin: 80px 0;
  text-align: center; }

body.js-formsubmitted .util-hide-after-submit {
  display: none; }

.contact-form__wrap.hidden {
  display: none; }

.contact-form__wrap {
  opacity: 1;
  transition: opacity 0.3s ease-out;
  padding-bottom: 50px; }
  @media (max-width: 1099px) {
    .contact-form__wrap {
      padding-bottom: 25px; } }

body.js-formactivity .contact-form__wrap {
  opacity: 0.2;
  transition: opacity 0.3s ease-in; }

.cmp-form .contact-form__main-fields {
  display: block;
  margin-bottom: .5rem; }
  .cmp-form .contact-form__main-fields > div {
    display: inline; }
  @media (max-width: 992px) {
    .cmp-form .contact-form__main-fields {
      margin-left: 3%;
      margin-right: 3%; } }
  @media (max-width: 576px) {
    .cmp-form .contact-form__main-fields {
      margin-left: 0;
      margin-right: 0; } }

.cmp-form .util__button {
  margin-top: 1rem; }

.text-input {
  display: inline-block;
  width: 22%;
  margin: .9em 1%; }
  .text-input.long-one {
    width: 46%; }
  .text-input input, .text-input select {
    width: 100%;
    margin: 0;
    font-weight: 500; }
  .text-input > select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .text-input > span {
    top: 15px;
    left: 19px; }
  .text-input::after {
    top: 12px;
    right: 10px; }
  @media (max-width: 992px) {
    .text-input {
      width: 47%;
      margin: .8em 1.5%; }
      .text-input.long-one {
        width: 97%; } }
  @media (max-width: 576px) {
    .text-input {
      width: 90%;
      margin: .7em 5%; }
      .text-input.long-one {
        width: 90%; } }

.cmp-form input[type='checkbox'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  border: 2px solid #6C7599;
  border-radius: 2px;
  width: 18px;
  height: 18px;
  margin: 0 10px 2px 0;
  vertical-align: middle;
  background-color: #fff !important; }
  .cmp-form input[type='checkbox']:checked {
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 13'%3E%3Cpath d='M 3 6.875 L 5.573 9.183 L 10.188 4' stroke='%236c7599' stroke-width='1.5' fill='none'/%3E%3C/svg%3E"); }

.sms-opt-group {
  text-align: left;
  color: #6e6e6e;
  margin-left: 5%;
  margin-right: 5%; }
  .sms-opt-group span {
    opacity: 1 !important; }
  .sms-opt-group .footnote {
    font-size: .88em;
    margin-top: .4rem;
    margin-left: 24px; }
  @media (min-width: 576px) {
    .sms-opt-group input {
      margin-right: 18px !important; }
    .sms-opt-group .footnote {
      margin-left: 36px; } }
  @media (min-width: 768px) {
    .sms-opt-group .footnote {
      line-height: 1.6; } }
  @media (min-width: 992px) {
    .sms-opt-group {
      margin-left: 3%;
      margin-right: 3%; } }

/* custom global functions */
/* breakpoints */
.hero__columns {
  display: flex; }
  @media (max-width: 1099px) {
    .hero__columns {
      flex-direction: column;
      margin: 0; } }

.hero__wrap {
  background-image: linear-gradient(to bottom, #fff, #f0f6ff);
  overflow: hidden; }

.hero__content {
  position: relative;
  color: #1d5cb5; }
  @media (max-width: 1099px) {
    .hero__content {
      background-image: linear-gradient(to bottom, #fff, #f0f6ff 28%); } }

.hero__background {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }
  @media (max-width: 1099px) {
    .hero__background {
      display: none; } }

.hero__background--1 .util__background-image-layer {
  mix-blend-mode: hard-light; }

.hero__background--2 .util__background-image-layer {
  width: auto;
  height: 100%;
  opacity: .25;
  transform: translateX(-167px) skew(20deg); }

.hero__background.hero__background--2 {
  right: -50%;
  left: auto;
  background-image: linear-gradient(#3e95db, #1d5cb5);
  transform: skewX(-20deg); }

.hero__header {
  display: none; }
  @media (min-width: 1100px) {
    .hero__header {
      margin-left: 0;
      position: relative;
      display: flex;
      justify-content: space-between;
      padding-top: 24px; } }

.hero__logo {
  margin-left: -23px;
  margin-top: 0; }
  @media (min-width: 1100px) {
    .hero__logo {
      width: 170px;
      margin-left: 20px;
      margin-top: -20px; } }

.hero__headline-small {
  font-size: 24px;
  margin-bottom: 14px; }
  @media (max-width: 1099px) {
    .hero__headline-small {
      font-size: 20px; } }

.hero__headline-large,
.hero__headline-large h1,
.hero__headline-large p {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 24px; }
  @media (max-width: 1099px) {
    .hero__headline-large,
    .hero__headline-large h1,
    .hero__headline-large p {
      font-size: 36px;
      margin-bottom: 36px; } }

.hero__nav-list li {
  display: inline-block;
  padding-right: 30px; }

.hero__nav-list li a:not(.util__button) {
  color: #fff; }

.hero__nav a.util__button {
  color: #e4002b; }

/* Cards dropdown uses HTML5 details/summary element */
.hero__cards-dropdown {
  position: absolute;
  margin-top: 10px;
  background-color: white;
  font-size: 14px;
  padding: 10px;
  z-index: 100;
  border: 1px solid #5c6670;
  max-width: 88vw; }

.hero__cards-dropdown-link + .hero__cards-dropdown-link {
  display: block;
  margin-top: 10px; }

details.hero__cards-dropdown-wrap {
  color: #5c6670; }

details.hero__cards-dropdown-wrap > summary {
  cursor: pointer;
  margin-right: 25px;
  font-size: 16px;
  display: block;
  color: white; }
  @media (min-width: 1100px) {
    details.hero__cards-dropdown-wrap > summary {
      font-size: 20px;
      font-weight: bold; } }

details.hero__cards-dropdown-wrap > summary::-webkit-details-marker {
  display: none; }

details.hero__cards-dropdown-wrap.mobile-menu__cards-dropdown-wrap > summary::marker {
  display: none; }

details.hero__cards-dropdown-wrap[open] > summary > svg {
  transform: rotate(180deg); }

.hero__cards-dropdown-link {
  display: block;
  text-align: left; }

.hero__column--1 {
  width: 43%;
  text-align: left;
  padding-left: 20px;
  margin-top: 0px; }
  @media (max-width: 1099px) {
    .hero__column--1 {
      width: auto;
      padding-left: 10px;
      margin-bottom: 40px;
      margin-top: 50px; } }

.hero__card-slider {
  height: 157px;
  width: 672px;
  display: flex;
  margin: 20px;
  opacity: 1;
  transition: all .3s ease;
  margin-right: 0;
  text-align: left; }
  @media (max-width: 1099px) {
    .hero__card-slider {
      flex-direction: column;
      background-image: none;
      height: auto;
      width: 100%;
      margin: 50px 0;
      background-image: none; } }

.hero__card-slider--bottom {
  margin-left: 54px; }
  @media (max-width: 1099px) {
    .hero__card-slider--bottom {
      margin-left: 0;
      margin-bottom: 128px; } }

.hero__card-slider-image {
  transform: translateY(-1px); }

.hero__card-slider-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.17;
  color: #fff;
  padding: 35px 30px 0 28px; }
  @media (max-width: 1099px) {
    .hero__card-slider-title {
      padding: 25px 30px 0 4px;
      width: 100vw; } }

a.hero__card-slider-apply-button {
  display: inline-block;
  color: #e4002b;
  text-transform: uppercase;
  margin-left: 28px;
  margin-top: 10px; }
  @media (max-width: 1099px) {
    a.hero__card-slider-apply-button {
      margin-left: 5px; } }

.hero__card-slider .card-slider__apply-button {
  padding: 16px 0 0 28px; }
  @media (max-width: 1099px) {
    .hero__card-slider .card-slider__apply-button {
      padding: 16px 0 0 0;
      margin-left: 10px; } }

.hero__ribbon {
  display: inline-block;
  position: relative;
  height: 60px;
  background-color: #1d5cb5;
  background-image: linear-gradient(to right, #1d5cb5, #3e95db);
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px; }
  .hero__ribbon:before {
    content: '';
    position: absolute;
    width: 30vw;
    left: -30vw;
    height: 60px;
    background-color: #1d5cb5; }
  .hero__ribbon:after {
    content: '';
    position: absolute;
    top: 0;
    right: -19px;
    border-right: 20px solid rgba(255, 255, 255, 0);
    border-top: 30px solid #3e95db;
    border-bottom: 30px solid #3e95db; }

.hero__ribbon--mobile {
  display: none;
  max-width: 92vw; }

.hero__ribbon-text {
  padding-top: 18px;
  padding-right: 30px;
  font-weight: bold;
  font-size: 22px;
  position: relative;
  min-width: 300px; }

/* managing landing page hero ribbon variation */
.hero__ribbon.hero__lp-hero-ribbon {
  color: #e4002b;
  background-image: linear-gradient(to right, #fff, #f1f7ff);
  padding-left: 20px; }
  .hero__ribbon.hero__lp-hero-ribbon:before {
    background-color: #f1f7ff;
    left: auto;
    right: -30vw; }
  .hero__ribbon.hero__lp-hero-ribbon:after {
    right: auto;
    left: -10px;
    transform: rotate(180deg);
    border-right: 10px solid rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-top-color: #fff; }

.hero__ribbon.lp-only {
  display: none; }

.page-no-nav .hero__ribbon.lp-only {
  display: inline-block; }

/* modifiers for variations availabe through dialog*/
.hero__content--full-height {
  min-height: 470px; }

.hero--single-card .hero__headline-large {
  font-size: 46px; }

.hero__card-slider.hero__card-slider--top.hero__card-slider--solo {
  height: 211px; }
  @media (max-width: 1099px) {
    .hero__card-slider.hero__card-slider--top.hero__card-slider--solo {
      height: auto;
      margin: 0; } }
  @media (min-width: 1100px) {
    .hero__card-slider.hero__card-slider--top.hero__card-slider--solo {
      transform: translate(200px, 30px); } }

.hero__card-slider--solo img {
  height: 217px;
  width: 349px; }
  @media (max-width: 1099px) {
    .hero__card-slider--solo img {
      width: 95%;
      height: auto; } }

.hero__content--thin .hero__background.hero__background--2 {
  right: -22%; }
  @media (min-width: 1700px) {
    .hero__content--thin .hero__background.hero__background--2 {
      right: -31%; } }

.hero__content--thin .hero__columns {
  justify-content: center; }

.hero__content--thin .hero__column--2 {
  display: none; }

.hero__content--thin .hero__column--1 {
  width: 100%;
  text-align: left;
  color: #fff;
  position: relative;
  padding-bottom: 60px; }
  @media (max-width: 1099px) {
    .hero__content--thin .hero__column--1 {
      padding-left: 0; } }

.hero__content--thin .hero__headline-large {
  text-align: center;
  width: 700px;
  margin: 0 auto; }
  @media (max-width: 1099px) {
    .hero__content--thin .hero__headline-large {
      width: auto; } }

.hero__content--thin .hero__headline-small {
  text-align: center; }

.hero__content--thin .hero__ribbon {
  position: absolute;
  bottom: 0; }
  @media (max-width: 1099px) {
    .hero__content--thin .hero__ribbon {
      padding-left: 20px;
      bottom: -18px; } }

@media (max-width: 1099px) {
  .hero__content--thin {
    background-image: none;
    background: #fff; }
    .hero__content--thin .hero__headline-and-cta {
      background-image: linear-gradient(to bottom, #3e95db, #1d5cb5);
      padding: 60px 30px 90px; } }

/* mobile-only styles */
@media (max-width: 1099px) {
  .hero__nav {
    display: none; }
  .hero__card-slider-text {
    width: 260px;
    text-align: left; }
  .hero__column--2 {
    background-image: none;
    padding-left: 10px; }
  .hero__ribbon--mobile {
    display: block; }
  .hero__ribbon--desktop {
    display: none; } }

/* animation keyframes */
@keyframes slide-in-card-1 {
  0% {
    transform: translateX(100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes slide-in-card-solo {
  0% {
    transform: translate(100%, 30px); }
  100% {
    opacity: 1;
    transform: translate(200px, 30px); } }

@keyframes slide-in-card-solo-mobile {
  0% {
    transform: translateX(100%); }
  100% {
    opacity: 1;
    transform: translateX(3px); } }

/* reduce size of superscript */
.hero__wrap sup {
  font-size: .75em; }

/* custom global functions */
/* breakpoints */
.compare-intro__wrap {
  position: relative; }

.compare-intro__columns {
  display: flex;
  justify-content: center; }
  @media (max-width: 1099px) {
    .compare-intro__columns {
      flex-direction: column; } }

.compare-intro__message {
  text-align: left;
  color: #133667;
  width: 380px;
  line-height: 1.5;
  font-size: 16px;
  margin: 0 auto;
  margin-bottom: 28px; }
  @media (max-width: 1099px) {
    .compare-intro__message {
      margin: 20px auto;
      width: auto; } }

.compare-intro__column--1, .compare-intro__column--2 {
  width: 50%;
  padding-bottom: 120px; }
  @media (max-width: 1099px) {
    .compare-intro__column--1, .compare-intro__column--2 {
      width: auto;
      padding-top: 30px;
      padding-bottom: 50px; } }

.compare-intro__column--1 {
  text-align: right; }
  @media (max-width: 1099px) {
    .compare-intro__column--1 {
      text-align: left; } }

.compare-intro__column--2 {
  background-color: #e4efff;
  text-align: left;
  padding-bottom: 120px; }

.compare-intro__colummn-content {
  display: inline-block;
  text-align: center;
  max-width: 520px;
  margin: 50px;
  margin-top: 100px; }
  @media (max-width: 1099px) {
    .compare-intro__colummn-content {
      text-align: left;
      margin: 20px;
      max-width: unset; } }

.compare-intro__card-title {
  font-size: 28px;
  font-weight: bold;
  color: #1d5cb5;
  padding: 30px 50px; }
  @media (max-width: 1099px) {
    .compare-intro__card-title {
      padding: 30px 0;
      text-align: left; } }

a.compare-intro__learn-more-link {
  display: block;
  color: #e4002b;
  text-transform: uppercase;
  font-weight: bold; }

a.compare-intro__cta {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 255px;
  bottom: 30px; }

/* mobile-only styles */
@media (max-width: 558px) {
  .compare-intro__card-image > img {
    max-width: 84vw;
    height: auto; }
  .compare-intro__card-image {
    text-align: center; } }

/* custom global functions */
/* breakpoints */
.fleet-match__wrap {
  position: relative;
  background-image: linear-gradient(to bottom, #3e95db, #1d5cb5);
  color: #fff;
  padding-top: 70px;
  overflow: hidden; }

.fleet-match__bg-image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0.1;
  mix-blend-mode: screen; }

.fleet-match__logo {
  position: absolute;
  left: 20px;
  top: 20px; }

.fleet-match__headline {
  position: relative;
  margin-bottom: 40px; }
  @media (max-width: 1099px) {
    .fleet-match__headline {
      margin: 40px 50px 40px 40px;
      text-align: left; } }

.fleet-match__questions > form {
  display: flex;
  justify-content: space-around; }
  @media (max-width: 1099px) {
    .fleet-match__questions > form {
      flex-direction: column; } }

.fleet-match__question {
  width: 26%;
  text-align: left;
  font-size: 18px; }
  @media (max-width: 1099px) {
    .fleet-match__question {
      width: auto;
      margin-bottom: 40px; } }

.fleet-match__question > p {
  font-weight: bold;
  margin-bottom: 22px;
  opacity: 0.9; }

.fleet-match__answers {
  text-align: left; }

.fleet-match__answers label {
  position: relative;
  margin-bottom: 14px;
  display: inline-block;
  line-height: 1.4; }

.fleet-match__answers label > span {
  margin-left: 30px;
  display: inline-block; }

.fleet-match__answers span::before {
  content: '';
  height: 19px;
  width: 19px;
  border-radius: 50%;
  background-color: #fff;
  top: 3px;
  left: 0;
  position: absolute;
  box-shadow: 0 0 1px -1px #1d5cb5 inset; }

.fleet-match__answers span::after {
  content: '';
  background-color: #2ea6ff;
  height: 11px;
  width: 11px;
  position: absolute;
  border-radius: 50%;
  left: 4px;
  top: 7px;
  opacity: 0;
  transform: scale(0.1);
  transition: all .2s ease; }

.fleet-match__answers input:checked + span::after {
  opacity: 1;
  transform: scale(1);
  transition: all .2s ease; }

.fleet-match__answers input {
  position: absolute;
  opacity: 0; }

.fleet-map__get-recommendation-button {
  margin-top: 40px;
  margin-bottom: 70px; }

/* custom global functions */
/* breakpoints */
.card-benefits__wrap {
  background-image: linear-gradient(to bottom, #fff, #f1f7ff);
  padding-top: 60px; }

@media (max-width: 1099px) {
  .card-benefits__content {
    margin: 0 12px; } }

.card-benefits__headline {
  color: #1d5cb5;
  margin-bottom: 30px;
  font-size: 32px; }

.card-benefits__intro {
  max-width: 680px;
  display: inline-block;
  margin-bottom: 50px;
  opacity: 0.8;
  line-height: 1.3; }

.card-benefits__list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60px;
  justify-content: center; }
  @media (max-width: 1099px) {
    .card-benefits__list {
      flex-direction: column; } }

.card-benefits__list > li {
  width: 29%;
  padding: 20px;
  text-align: left;
  position: relative;
  color: #133667;
  margin: 0 20px; }
  @media (max-width: 1099px) {
    .card-benefits__list > li {
      width: auto;
      padding-right: 0;
      margin-right: 0; } }

.card-benefits__list > li:nth-child(3n) {
  margin-right: 0;
  padding-right: 0; }

.card-benefits__list > li::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 26px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20fill='%23e4002b'%20d='M173.898%20439.404l-166.4-166.4c-9.997-9.997-9.997-26.206%200-36.204l36.203-36.204c9.997-9.998%2026.207-9.998%2036.204%200L192%20312.69%20432.095%2072.596c9.997-9.997%2026.207-9.997%2036.204%200l36.203%2036.204c9.997%209.997%209.997%2026.206%200%2036.204l-294.4%20294.401c-9.998%209.997-26.207%209.997-36.204-.001z'/%3E%3C/svg%3E"); }

.card-benefits__item-headline p,
.card-benefits__item-headline {
  margin-bottom: 13px;
  font-size: 27px;
  color: #1d5cb5;
  font-weight: bold; }

.card-benefits__item-headline p sup,
.card-benefits__item-headline sup {
  font-size: 15px; }

.card-benefits__cta {
  margin-top: -18px;
  margin-bottom: 50px; }

/* custom global functions */
/* breakpoints */
.two-cards__wrap {
  position: relative; }

.two-cards__columns {
  display: flex;
  justify-content: center; }
  @media (max-width: 1099px) {
    .two-cards__columns {
      flex-direction: column; } }

.two-cards__message {
  text-align: left;
  color: #133667;
  width: 380px;
  line-height: 1.5;
  font-size: 16px;
  margin: 0 auto;
  margin-bottom: 28px; }
  @media (max-width: 1099px) {
    .two-cards__message {
      margin: 20px auto;
      width: auto; } }

.two-cards__column--1, .two-cards__column--2 {
  width: 50%; }
  @media (max-width: 1099px) {
    .two-cards__column--1, .two-cards__column--2 {
      width: auto;
      padding-top: 30px;
      padding-bottom: 50px; } }

.two-cards__column--1 {
  background-image: linear-gradient(to bottom, #3e95db, #1d5cb5); }

.two-cards__column--1 .two-cards__card-title {
  color: #fff; }

.two-cards__column--1 a.two-cards__cta {
  color: #e4002b; }

.two-cards__column--2 {
  background-color: #e4efff;
  text-align: left; }
  @media (max-width: 1099px) {
    .two-cards__column--2 {
      text-align: center; } }

.two-cards__colummn-content {
  display: inline-block;
  text-align: center;
  max-width: 520px;
  margin: 100px 140px; }
  @media (max-width: 1099px) {
    .two-cards__colummn-content {
      margin: 20px;
      max-width: unset; } }

.two-cards__which-solution-image {
  margin-top: -31px;
  height: 202px; }

.two-cards__card-title {
  font-size: 26px;
  font-weight: bold;
  color: #1d5cb5;
  padding: 30px 50px; }
  @media (max-width: 1099px) {
    .two-cards__card-title {
      padding: 30px 0; } }

.two-cards__card-image img {
  height: 202px; }

.two-cards__which-solution-image {
  height: 202px; }

.two-cards__station-locator .two-cards__card-image img {
  height: 0px; }

/* mobile-only styles */
@media (max-width: 558px) {
  .two-cards__card-image > img {
    max-width: 84vw;
    height: 202px; }
  .two-cards__card-image {
    text-align: center; } }

/* custom global functions */
/* breakpoints */
.text__wrap {
  background-image: linear-gradient(to bottom, #fff, #f1f7ff); }

.text__content {
  max-width: 900px;
  padding: 60px 0;
  color: #133667;
  text-align: left; }

.text__content p {
  line-height: 1.5;
  margin-bottom: 16px; }

.text__content p:last-child {
  text-align: center;
  text-transform: uppercase; }

.text__content b {
  color: #e4002b; }

.text__headline {
  color: #1d5cb5;
  padding-bottom: 40px;
  font-size: 30px; }

a.text__apply-button {
  margin-top: 40px;
  display: inline-block;
  color: #e4002b;
  text-transform: uppercase; }

/* custom global functions */
/* breakpoints */
.pullquote-with-photo__columns {
  background-image: linear-gradient(to bottom, #71baf3, #5085cf); }

.pullquote-with-photo__columns {
  display: flex;
  color: #fff; }
  @media (max-width: 1099px) {
    .pullquote-with-photo__columns {
      flex-direction: column;
      margin: 0;
      padding-bottom: 70px; } }

.pullquote-with-photo-column__text {
  margin-left: 80px;
  margin-right: 120px;
  margin-top: 64px;
  opacity: 0.8;
  text-align: left;
  line-height: 1.6; }
  @media (max-width: 1099px) {
    .pullquote-with-photo-column__text {
      margin: 20px;
      opacity: 0.9; } }

.pullquote-with-photo__quote--top {
  font-size: 21px;
  font-style: italic;
  margin-bottom: 20px; }

.pullquote-with-photo-image {
  height: 320px; }
  @media (max-width: 1099px) {
    .pullquote-with-photo-image {
      width: auto;
      height: auto; } }

@media (max-width: 1099px) {
  .pullquote-with-photo-image img {
    width: auto;
    height: auto;
    max-width: 100%; } }

/* custom global functions */
/* breakpoints */
.bullets-list__wrap {
  background-image: linear-gradient(to bottom, #eff6ff, #dae9ff);
  padding-bottom: 60px; }

.bullets-list__column--1 {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 100px 30px 100px;
  opacity: 0.9; }
  @media (max-width: 1099px) {
    .bullets-list__column--1 {
      flex-direction: column;
      padding: 0; } }

.bullets-list__list-with-header {
  width: 45%;
  text-align: left;
  margin: 20px;
  color: #133667; }
  @media (max-width: 1099px) {
    .bullets-list__list-with-header {
      width: auto;
      margin: 20px 0; } }

.bullets-list__list-header {
  color: #1d5cb5;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold; }

.bullets-list__list {
  margin-left: 20px; }

/* custom global functions */
/* breakpoints */
.faq__wrap {
  background-image: linear-gradient(#eff6ff, #dae9ff); }

.faq__content {
  font-size: 20px; }

.faq__accordion__container {
  margin: 0 auto;
  padding-top: 80px;
  text-align: left; }
  @media (max-width: 1099px) {
    .faq__accordion__container {
      padding-top: 10px; } }

.faq-accordion__header {
  position: relative;
  display: block;
  font-size: 22px;
  width: 100%;
  max-width: 880px;
  padding: 20px;
  padding-right: 80px;
  margin: 0 auto;
  -webkit-appearance: unset;
  color: #1d5cb5;
  border: none;
  outline: 0;
  text-align: left;
  font-weight: bold;
  opacity: 0.9;
  background-color: transparent; }

.faq-accordion__header::after {
  position: absolute;
  right: 30px;
  top: 20px;
  width: 20px;
  height: 20px;
  background-size: cover;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20aria-hidden='true'%20data-prefix='fas'%20data-icon='chevron-down'%20role='img'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20448%20512'%20class='svg-inline--fa%20fa-chevron-down%20fa-w-14%20fa-3x'%3E%3Cpath%20fill='%23e4002b'%20d='M207.029%20381.476L12.686%20187.132c-9.373-9.373-9.373-24.569%200-33.941l22.667-22.667c9.357-9.357%2024.522-9.375%2033.901-.04L224%20284.505l154.745-154.021c9.379-9.335%2024.544-9.317%2033.901.04l22.667%2022.667c9.373%209.373%209.373%2024.569%200%2033.941L240.971%20381.476c-9.373%209.372-24.569%209.372-33.942%200z'%20class=''%3E%3C/path%3E%3C/svg%3E");
  transition: all 0.4s ease; }

.faq-accordion__header[aria-expanded="true"]::after {
  transform: rotate(180deg);
  transition: all 0.4s ease; }

.faq__answer {
  max-width: 840px;
  padding-right: 60px;
  margin: 0 auto; }

.faq-accordion__panel {
  display: block;
  visibility: hidden;
  position: absolute;
  overflow: hidden;
  color: #133667;
  padding: 0 20px; }

.faq-accordion__title:nth-of-type(even), .faq-accordion__panel:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.5); }

/* custom global functions */
/* breakpoints */
.feature-list__header {
  display: flex; }
  @media (max-width: 1099px) {
    .feature-list__header {
      flex-direction: column;
      margin: 0; } }

.feature-list__headline-and-button {
  max-width: 476px;
  background-color: #fff;
  background-image: linear-gradient(to top, #fff, #f1f7ff);
  padding: 40px 20px; }
  @media (max-width: 1099px) {
    .feature-list__headline-and-button {
      padding: 0;
      background-image: none;
      max-width: none; } }

.feature-list__card-title,
.feature-list__headline,
.feature-list__mobile-select-header {
  font-size: 26px;
  font-weight: bold;
  color: #1d5cb5; }

.feature-list__card-title {
  max-width: 330px;
  display: block;
  margin: 0 auto; }

.feature-list__headline {
  text-align: left;
  font-size: 24px;
  padding-right: 80px;
  padding-top: 23%;
  padding-bottom: 10px; }
  @media (max-width: 1099px) {
    .feature-list__headline {
      padding: 40px 20px; } }

.feature-list__show-differences,
a.feature-list__learn-more-link,
a.feature-list__learn-more-text {
  display: block;
  color: #e4002b;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold; }

.feature-list__mobile-select-header {
  padding-bottom: 34px; }
  @media (max-width: 1099px) {
    .feature-list__mobile-select-header {
      display: inline-block; } }

a.feature-list__learn-more-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px; }

.feature-list__last-row {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0; }

.feature-list__last-row-links {
  padding-left: 10px; }

.feature-list__show-differences--mobile {
  display: none;
  padding: 40px 0 80px;
  background-image: linear-gradient(to bottom, #eff6ff, #dae9ff); }
  @media (max-width: 1099px) {
    .feature-list__show-differences--mobile {
      display: block; } }

@media (max-width: 1099px) {
  .feature-list__show-differences--desktop {
    display: none; } }

.feature-list__card {
  margin: 40px;
  width: 31%; }
  @media (max-width: 1099px) {
    .feature-list__card {
      margin: 0;
      margin-top: 50px;
      width: auto; } }

.feature-list__card + .feature-list__card {
  margin-left: 0; }

.feature-list__card-image,
.feature-list__card-image > img {
  margin-bottom: 17px; }

.feature-list__feature-table {
  width: 100%;
  border-collapse: collapse;
  background-image: linear-gradient(to bottom, #eff6ff, #dae9ff); }
  @media (max-width: 1099px) {
    .feature-list__feature-table {
      display: none; } }

.feature-list__feature-table td {
  border: none; }

.feature-list__feature-table tr:nth-of-type(2n),
.feature-list__mobile li:nth-of-type(2n) {
  background-color: rgba(255, 255, 255, 0.5); }

.feature-list__feature {
  text-align: left;
  width: 457px;
  padding: 28px 40px;
  color: #133667;
  font-weight: bold;
  font-size: 18px;
  opacity: 0.8; }

.feature-list__checkmark {
  color: #e4002b; }

.feature-list__checkmark--unchecked {
  opacity: 0; }

.feature-list__wrap .select {
  position: relative;
  width: 90%;
  margin: 0 auto;
  color: #1d5cb5; }

.feature-list__wrap .select select {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0.5rem 2.25rem 0.5rem 1rem;
  line-height: 1.5;
  box-shadow: 0 1px 9px rgba(29, 92, 181, 0.32) inset, 0px 8px 2px -8px rgba(29, 92, 181, 0.32) inset, 0 20px 50px 0 #fff inset;
  background-color: #f1f7ff;
  border: 2px solid;
  border-radius: 0.25rem;
  color: #1d5cb5;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1em;
  line-height: 1.5; }

.feature-list__wrap .select:before {
  position: absolute;
  top: 2px;
  right: 2px;
  height: 40px;
  width: 80px;
  content: '';
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7) 53%);
  z-index: 100;
  border-radius: 0.25rem;
  pointer-events: none; }

.feature-list__wrap .select:after {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin-top: -0.15rem;
  pointer-events: none;
  border-top: 0.35rem solid;
  border-right: 0.35rem solid transparent;
  border-bottom: 0.35rem solid transparent;
  border-left: 0.35rem solid transparent;
  z-index: 200; }

@media (max-width: 1099px) {
  .feature-list__card[data-card-number="2"],
  .feature-list__mobile[data-card-number="2"],
  .feature-list__card[data-card-number="3"],
  .feature-list__mobile[data-card-number="3"] {
    display: none; } }

.feature-list__mobile {
  display: none;
  background-image: linear-gradient(to bottom, #eff6ff, #dae9ff);
  margin-top: 90px; }
  @media (max-width: 1099px) {
    .feature-list__mobile {
      display: block; } }

.feature-list__mobile li {
  display: flex; }

.feature-list__mobile .feature-list__checkmark {
  padding: 25px; }

.feature-list__mobile .feature-list__feature-text {
  margin: auto;
  width: 100%;
  padding-right: 20px;
  text-align: left;
  color: #133667;
  opacity: 0.8;
  font-weight: bold; }

.feature-list__learn-more-mobile {
  margin: 36px auto; }

.feature-list__learn-more-mobile img {
  display: block;
  margin: 29px auto; }

/* custom global functions */
/* breakpoints */
.text-and-button__wrap {
  background-image: linear-gradient(to bottom, #3e95db, #1d5cb5);
  color: rgba(255, 255, 255, 0.9);
  padding: 36px;
  position: relative;
  overflow: hidden; }

.text-and-button__wrap p {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: bold; }

.text-and-button__wrap .util__button {
  text-transform: none;
  color: #e4002b; }

.text-and-button__bg-image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0.1;
  mix-blend-mode: screen;
  pointer-events: none; }

/* custom global functions */
/* breakpoints */
/* this sheet is mostly overrides of the standard hero styles when there's a form in the right column */
/* it also overrides styles for the contact form that exist for the standalone contact form component */
@media (max-width: 1099px) {
  .hero-with-form__wrap .hero__content {
    background-image: none;
    background-color: #fff; } }

.hero-with-form__wrap .hero__column--1 {
  width: 53%; }
  @media (max-width: 1099px) {
    .hero-with-form__wrap .hero__column--1 {
      width: auto;
      margin-bottom: -10px; } }

.hero-with-form__wrap .hero__column--2 {
  max-width: 585px; }
  @media (max-width: 1099px) {
    .hero-with-form__wrap .hero__column--2 {
      max-width: unset;
      background-image: none; } }

.hero-with-form__wrap .hero__headline-large {
  font-size: 38px; }

.hero-with-form__wrap .hero-with-form__headline__CTA {
  padding: 10px 40px; }

.hero-with-form__wrap .hero-with-form__card-slider__container {
  display: flex;
  margin-top: 30px; }
  @media (max-width: 1099px) {
    .hero-with-form__wrap .hero-with-form__card-slider__container {
      flex-direction: column;
      margin-left: calc(100vw - 282px); } }

.hero-with-form__wrap .hero__card-slider {
  background-image: none;
  width: 278px;
  animation: slide-in-card 0.4s 0.6s forwards; }

.hero-with-form__wrap .hero__card-slider::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 300px;
  left: -100px;
  background-image: linear-gradient(to left, #3e95db, rgba(255, 255, 255, 0)); }
  @media (max-width: 1099px) {
    .hero-with-form__wrap .hero__card-slider::before {
      height: 96%; } }

.hero-with-form__wrap .hero__card-slider--top {
  z-index: 1;
  animation: slide-in-card 0.4s 0.8s forwards; }
  @media (max-width: 1099px) {
    .hero-with-form__wrap .hero__card-slider--top {
      margin-bottom: -10px;
      animation: slide-in-card 0.4s 0.4s forwards; } }

.hero-with-form__wrap .hero__card-slider--bottom {
  animation: slide-in-card 0.4s 0.6s forwards; }
  @media (max-width: 1099px) {
    .hero-with-form__wrap .hero__card-slider--bottom {
      margin-bottom: 10px; } }

.hero-with-form__wrap .contact-form__header {
  padding-top: 32px;
  padding-left: 20px; }

.hero-with-form__wrap .contact-form__headline {
  margin-bottom: 6px; }

.hero-with-form__wrap .contact-form__message {
  color: #727272;
  margin-bottom: 6px; }

.hero-with-form__wrap .contact-form__content {
  position: relative;
  padding: 2px;
  background-color: #fff;
  text-align: left;
  border-radius: 5px;
  box-shadow: -1px 1px 4px -2px; }
  @media (max-width: 1099px) {
    .hero-with-form__wrap .contact-form__content {
      box-shadow: none;
      text-align: center;
      padding-bottom: 40px; } }

.hero-with-form__wrap .contact-form__input, .hero-with-form__wrap .text-input > input, .hero-with-form__wrap .text-input > select {
  width: 260px;
  margin-bottom: -2px; }
  @media (max-width: 1099px) {
    .hero-with-form__wrap .contact-form__input, .hero-with-form__wrap .text-input > input, .hero-with-form__wrap .text-input > select {
      width: 330px; } }

.hero-with-form__wrap .contact-form__contact-us-button {
  margin-bottom: 0;
  width: 100%; }
  @media (max-width: 1099px) {
    .hero-with-form__wrap .contact-form__contact-us-button {
      width: auto; } }

/* animation keyframes */
@keyframes slide-in-card {
  0% {
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

/* custom global functions */
/* breakpoints */
.bullet-points__wrap {
  background-image: linear-gradient(to bottom, #eff6ff, #dae9ff);
  padding-bottom: 60px; }

.bullet-points__list-wrap ul {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 100px 30px 100px; }
  @media (max-width: 1099px) {
    .bullet-points__list-wrap ul {
      flex-direction: column;
      padding: 0; } }

.bullet-points__list li {
  display: block;
  position: relative;
  width: 28%;
  text-align: left;
  padding-left: 50px;
  margin-left: 60px;
  margin-bottom: 60px;
  color: #727272; }

.bullet-points__list li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 5px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20fill='%2354A6F8'%20d='M173.898%20439.404l-166.4-166.4c-9.997-9.997-9.997-26.206%200-36.204l36.203-36.204c9.997-9.998%2026.207-9.998%2036.204%200L192%20312.69%20432.095%2072.596c9.997-9.997%2026.207-9.997%2036.204%200l36.203%2036.204c9.997%209.997%209.997%2026.206%200%2036.204l-294.4%20294.401c-9.998%209.997-26.207%209.997-36.204-.001z'/%3E%3C/svg%3E"); }

.bullet-points__headline {
  padding: 60px 20px 20px;
  color: #1d5cb5; }
  @media (max-width: 1099px) {
    .bullet-points__headline {
      width: auto;
      margin: 20px 0; } }

.bullet-points__subheadline {
  color: #133667;
  width: 63%;
  margin: 0 auto 20px auto; }

.bullets-list__list {
  margin-left: 20px; }

.cm-column__parent {
  display: flex;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 759px) {
  .util--mobile-reverse .cm-column__parent {
    flex-direction: column-reverse; } }

.cm-column__child {
  flex: 1; }

.wcmmode .cm-column__child {
  background: rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin: 10px; }

/* Shared minimal styles */
.text-group__label {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 16px; }

/* icons should be 2x, scaled down here */
.text-group__icon img {
  transform: scale(0.5);
  transform-origin: top left; }

/* hiding play icon used on Comdata Payments*/
.text-group__link.text-group__link-play {
  display: none; }

/* custom global functions */
/* breakpoints */
body.landing-page {
  text-align: left; }

.landing-page header {
  position: relative; }

video {
  width: 100%;
  height: auto; }

/* Shared minimal styles */
/* .video is the component wrapper */
.video__hosted {
  position: relative;
  cursor: pointer; }

.video__hosted:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #000;
  border: 10px solid #fff;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.35);
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20448%20512'%3E%3Cpath%20fill='%23fff'%20d='M424.4%20214.7L72.4%206.6C43.8-10.3%200%206.1%200%2047.9V464c0%2037.5%2040.7%2060.1%2072.4%2041.3l352-208c31.4-18.5%2031.5-64.1%200-82.6z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 41%;
  background-position: 21px;
  pointer-events: none;
  opacity: 1;
  transition: opacity 300ms ease-out; }

.video__hosted.jsclickedvideo:after,
.video__hosted.jsclickedvideo:before {
  opacity: 0;
  transition: opacity 300ms ease-in; }

.header--lp .top-nav__row--nonav .header__logo-link {
  flex: 1;
  position: absolute;
  top: 0;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (max-width: 479px) {
    .header--lp .top-nav__row--nonav .header__logo-link {
      top: 18px;
      max-width: 150px; } }

.landing-page .header__phone {
  white-space: nowrap; }
  @media (max-width: 479px) {
    .landing-page .header__phone {
      font-size: 12px; } }

.landing-page .popbox_main_content a.header__phone-number {
  color: #000;
  transition: color 0.3s ease-out; }
  .landing-page .popbox_main_content a.header__phone-number:hover {
    color: #000; }

/* bringing over header layout from fcusa */
.landing-page .top-nav__row {
  flex-direction: row; }

.landing-page .top-nav__desktop-menu {
  width: 1280px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 26px 0 20px 0;
  text-align: left;
  display: flex; }

.landing-page ul.mobile__header {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center; }

.landing-page .top-nav__call-now {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 15px; }

@media (max-width: 1300px) {
  .landing-page .top-nav__desktop-menu {
    width: 100%;
    padding-right: 20px;
    padding-left: 30px; } }

.landing-page .top-nav__row .main-pages li {
  position: relative;
  transition-duration: 0.5s; }

.landing-page .top-nav__row .main-pages li:hover,
.landing-page .top-nav__row .main-pages li:focus-within {
  cursor: pointer; }

.landing-page .top-nav__row .main-pages li:focus-within a {
  outline: none; }

.landing-page .top-nav__row .main-pages li ul {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  position: absolute;
  display: none;
  min-width: 180px;
  border: 1px solid #eee;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3); }

.landing-page .top-nav__row .main-pages li:hover > ul,
.landing-page .top-nav__row .main-pages li ul:hover,
.landing-page .top-nav__row .main-pages li ul:focus {
  visibility: visible;
  opacity: 1;
  display: block; }

.landing-page .top-nav__row .main-pages li:focus-within > ul {
  visibility: visible;
  opacity: 1;
  display: block; }

.landing-page .top-nav__row .container {
  display: flex;
  justify-content: space-between;
  width: 100%; }

.landing-page .top-nav__mobile-menu {
  display: none; }

.landing-page .top-nav__desktop-menu {
  display: flex; }

.landing-page li.mobile__logo {
  flex: 1;
  padding: 10px 0; }

.landing-page .mobile__logo img {
  max-height: 45px;
  width: 100%; }

.landing-page .mobile__nav {
  margin-left: 1em; }

.landing-page .footer__wrapper {
  padding: 0; }

@media (max-width: 1099px) {
  .landing-page .footer__copyright {
    padding-left: 0; } }

/* break to mobile menu logic */
@media (max-width: 879px) {
  .landing-page header .container {
    min-width: 0; }
  .landing-page .top-nav__mobile-menu {
    display: flex;
    padding-left: 1rem;
    padding-right: 1rem;
    background: #fff;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08); }
  .landing-page .top-nav__desktop-menu {
    display: none; } }

.landing-page .header:after {
  max-width: 100%; }
  @media (min-width: 1270px) {
    .landing-page .header:after {
      margin: 4px 0 0; } }

.landing-page .footer__bottom-row {
  border-top: none;
  padding: 54px 0;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex; }
  @media (max-width: 1439px) {
    .landing-page .footer__bottom-row {
      width: 90vw;
      margin: 0 auto; } }

@media (max-width: 1439px) {
  .landing-page .cm-column__parent {
    width: 90vw;
    max-width: 90vw; } }

@media (max-width: 1439px) {
  .landing-page .top-nav__desktop-menu,
  .landing-page .top-nav__mobile-menu {
    padding-left: 0;
    padding-right: 0;
    width: 90vw;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
    box-shadow: none; } }

@media (max-width: 1439px) {
  .landing-page .container {
    max-width: 90vw; } }

.landing-page .rec-eng-form__wrap {
  flex-direction: row;
  align-items: center; }

@media (max-width: 900px) {
  .landing-page .videohero__message .rec-eng-form__wrap {
    justify-content: center; } }

.landing-page .rec-eng-form__wrap .base-form__label {
  width: 170px;
  margin: 2px auto; }

.landing-page .rec-eng__content {
  max-width: 100%; }

.landing-page .videohero__messagetext h1 {
  color: #000; }

.landing-page .videohero__messagetext p {
  color: #000; }

@media (max-width: 1439px) {
  .landing-page .rec-eng-form__wrap .util__rec-button {
    margin: 0 0 0 1em;
    padding: 13px;
    font-weight: normal;
    font-size: 14px; } }

.header--lp .top-nav__desktop-menu {
  position: relative; }

.header--lp .header__logo-link {
  position: absolute;
  top: 28px; }

.header--lp .header__main-nav-outer-list {
  justify-content: center;
  width: 100%; }

.header--lp .main-pages li a {
  color: #000;
  font-weight: normal; }

.header--lp .main-pages li a:hover {
  color: #000; }

.header--lp .mobile__list li:first-child {
  border-bottom: 1px solid #C4CDD6;
  padding: 10px 0; }

.header--lp .mobile__list li:last-child {
  border-bottom: none; }

.landing-page .rec-eng-form__wrap .util__rec-button {
  border-radius: 8px;
  letter-spacing: 0px; }

.landing-page .rec-engine--alt-input .rec-eng-form__wrap {
  flex-direction: column;
  align-items: flex-start; }
  @media (max-width: 900px) {
    .landing-page .rec-engine--alt-input .rec-eng-form__wrap {
      align-items: center; } }

.landing-page .rec-engine--alt-input .rec-eng-form__wrap .util__rec-button {
  margin: 10px 0 0 0;
  padding: 13px 24px; }

.landing-page .rec-engine--alt-input .rec-eng__content .base-form__input {
  width: 220px; }

.landing-page .rec-engine--alt-input .rec-eng-form__wrap .base-form__label {
  width: 220px; }

.content__contact-form p {
  font-size: 14px;
  margin-top: 1em; }

.landing-page .videohero__buttonlink {
  margin-top: 1em; }

/* play button */
.landing-page .videohero__stage:before,
.landing-page button.videohero__button:before {
  border-color: transparent transparent transparent #000; }

.landing-page .videohero__stage:hover:before,
.landing-page button.videohero__button:hover:before {
  border-color: transparent transparent transparent #000; }

/* background circle */
.landing-page .videohero__stage:after,
.landing-page button.videohero__button:after {
  background: #000; }

.landing-page .videohero__stage:hover:after,
.landing-page button.videohero__button:hover:after,
.landing-page button.videohero__button.videohero__button--active:after {
  background: #000; }

.landing-page button.videohero__button {
  border-radius: 0px; }

.videoHero:after {
  background: #000; }

.table__wrap table tr:first-child th b {
  color: #000;
  font-weight: 500; }

.util__section-top {
  padding-top: 104px; }
  @media (max-width: 579px) {
    .util__section-top {
      padding-top: 48px; } }

.util__section-bottom {
  padding-bottom: 104px; }
  @media (max-width: 579px) {
    .util__section-bottom {
      padding-bottom: 48px; } }

.util__section-bottom-48 {
  padding-bottom: 48px; }
  @media (max-width: 579px) {
    .util__section-bottom-48 {
      padding-bottom: 48px; } }

.util__section-bottom-24 {
  padding-bottom: 24px; }

.util__section-top-24 {
  padding-top: 24px; }

.util__section {
  padding-bottom: 104px;
  padding-top: 104px; }
  @media (max-width: 579px) {
    .util__section {
      padding-bottom: 48px;
      padding-top: 48px; } }

.util__inner-break-top {
  padding-top: 72px; }
  @media (max-width: 579px) {
    .util__inner-break-top {
      padding-top: 48px; } }

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

.page--bpbusinesssolutions.landing-page .header--lp .top-nav__desktop-menu {
  min-height: 70px; }

.landing-page .lphero {
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff; }

.landing-page .lphero:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); }

.landing-page .lphero .cm-column__parent {
  z-index: 2;
  position: relative; }
  @media (max-width: 579px) {
    .landing-page .lphero .cm-column__parent {
      flex-direction: column-reverse; } }

.image-simple__content img {
  max-width: 100%; }
  @media (max-width: 579px) {
    .image-simple__content img {
      margin-bottom: 20px; } }

@media (max-width: 579px) {
  .landing-page .lphero .text-group__wrapper {
    max-width: 100%;
    margin: 0 36px; } }

@media (max-width: 579px) {
  .landing-page .lphero h1 {
    font-size: 25px; } }

.bplp__hero-card-col {
  width: 40%;
  flex: none; }
  @media (max-width: 579px) {
    .bplp__hero-card-col {
      width: 100%; } }

.landing-page .text-group__label {
  margin-bottom: 0px; }

.landing-page .text-group__link--button {
  position: relative;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 18px 62px;
  border: none;
  display: inline-block;
  background-image: linear-gradient(to bottom, #000, #FFF);
  color: #009639;
  border-radius: 0;
  border-radius: 5px;
  font-family: 'urw-din', sans-serif; }
  .landing-page .text-group__link--button:hover {
    background-image: linear-gradient(to bottom, #000, #FFF); }

.bplp__intro .cm-column__parent {
  justify-content: space-between; }
  @media (max-width: 579px) {
    .bplp__intro .cm-column__parent {
      flex-direction: column; } }

.bplp__intro .cm-column__child {
  max-width: calc(50% - 20px); }
  @media (max-width: 579px) {
    .bplp__intro .cm-column__child {
      max-width: 100%; } }

@media (max-width: 579px) {
  .bplp__intro .cm-column__child:first-child {
    margin-bottom: 30px; } }

@media (max-width: 579px) {
  .landing-page .contact-form__content {
    margin: 0 auto; } }

@media (max-width: 376px) {
  .landing-page .bplp__contact .cm-column__parent {
    width: 100vw;
    max-width: 100vw; } }

.landing-page .bplp__contact .contact-form__content .contact-form__headline {
  text-align: center; }

.landing-page .bplp__contact form.salesforce__form {
  text-align: center; }

.page--bpbusinesssolutions.landing-page .card-slider__column-headline {
  margin-left: 0; }

@media (min-width: 1100px) {
  .page--bpbusinesssolutions.landing-page .card-slider__title-callout {
    justify-content: start; } }

@media (max-width: 1099px) {
  .page--bpbusinesssolutions.landing-page .card-slider__column-headline {
    margin: 1em auto 0;
    text-align: center; } }

.page--bpbusinesssolutions.landing-page .card-slider__wrap.card-slider--single-card-left.card__slider--reveal .card-slider__column--1 {
  width: 100%; }
  @media (min-width: 580px) {
    .page--bpbusinesssolutions.landing-page .card-slider__wrap.card-slider--single-card-left.card__slider--reveal .card-slider__column--1 {
      width: calc(100% - 250px); } }

.text-group__link.text-group__link-play {
  display: none; }

.landing-page .videohero__buttonlink {
  margin-top: 1em; }

/* play button */
.landing-page .videohero__stage:before,
.landing-page button.videohero__button:before {
  border-color: transparent transparent transparent #000; }

.landing-page .videohero__stage:hover:before,
.landing-page button.videohero__button:hover:before {
  border-color: transparent transparent transparent #000; }

/* background circle */
.landing-page .videohero__stage:after,
.landing-page button.videohero__button:after {
  background: #000; }

.landing-page .videohero__stage:hover:after,
.landing-page button.videohero__button:hover:after,
.landing-page button.videohero__button.videohero__button--active:after {
  background: #000; }

.landing-page button.videohero__button {
  border-radius: 0px; }

.videoHero:after {
  background: #000; }

.table__wrap table tr:first-child th b {
  color: #000;
  font-weight: 500; }

.videomodal__link--button {
  background: #000;
  border: 1px solid #000; }
  .videomodal__link--button:hover {
    background: #000;
    border-color: #000; }

.videomodal__wrap {
  display: flex;
  justify-content: center; }

.videoModal.section {
  position: absolute;
  bottom: 54px;
  left: calc(50% - 70px); }
  @media (max-width: 479px) {
    .videoModal.section {
      bottom: 32px; } }

.util__gray-boxes-short .videoModal.section {
  bottom: 32px; }

/* pushing an image card outside of the column maker */
.content__image-push-down {
  position: relative; }

.content__image-push-down .imageCard {
  position: absolute;
  bottom: -96px;
  max-width: 400px;
  right: 0; }
  @media (max-width: 1100px) {
    .content__image-push-down .imageCard {
      display: none; } }

/* custom video play button style */
.video__hosted:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: calc(50% - 7px);
  top: calc(50% - 14px);
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-width: 14px;
  border-top-width: 14px;
  border-left: 19px solid #1d5cb5; }

.video__hosted:after {
  left: calc(50% - 33px);
  top: calc(50% - 33px);
  width: 66px;
  height: 66px;
  background-color: #fff;
  border: none;
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.08); }

.video__hosted video {
  outline-color: #000; }

/* custom global functions */
/* breakpoints */
.exit-intent__popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 150px 0 0 0;
  backdrop-filter: blur(17px);
  z-index: 3000; }
  .exit-intent__popup.active {
    display: block;
    opacity: 0;
    transition: opacity .4s; }
  .exit-intent__popup.visible {
    display: block;
    opacity: 1;
    transition: opacity .6s; }

.cq-Editable-dom > .exit-intent__popup {
  display: block;
  position: static; }

.exit-intent__content {
  display: inline-block;
  position: relative;
  padding: 54px 64px;
  width: auto;
  margin: 0 auto;
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #E3E3EF;
  box-shadow: 0px 0px 20px #0000001A;
  text-align: left; }
  .exit-intent__content a, .exit-intent__content a:visited {
    color: #D40028; }
  .exit-intent__content h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: .55em; }
  .exit-intent__content p {
    font-size: 30px;
    line-height: 41px;
    margin-bottom: 1em; }
  .exit-intent__content .close-button {
    position: absolute;
    display: inline-block;
    top: 25px;
    right: 33px;
    cursor: pointer;
    width: 14px;
    height: 14px; }
    .exit-intent__content .close-button svg {
      width: 100%;
      height: 100%; }

.exit-intent__header {
  display: flex;
  align-items: center;
  margin-bottom: 1.25em; }
  .exit-intent__header p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0; }
  .exit-intent__header img {
    height: 55px;
    width: auto;
    margin-right: 29px; }

.exit-intent__footer {
  text-align: center; }

.exit-intent__button {
  display: inline-block;
  cursor: pointer;
  background-color: #2682C1;
  color: #FFFFFF;
  border-radius: 31px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  padding: .5em 2.7em; }

@media (max-width: 1099px) {
  .exit-intent__content {
    text-align: center;
    padding: 28px 18px; }
    .exit-intent__content p {
      font-size: 18px;
      line-height: 1.1em;
      margin-bottom: 1.25em; }
    .exit-intent__content h3 {
      font-size: 18px;
      line-height: 1.1em;
      margin-bottom: .7em; }
    .exit-intent__content .close-button {
      display: none; }
  .exit-intent__header {
    justify-content: center;
    margin-bottom: 4px; }
    .exit-intent__header img {
      display: none; }
    .exit-intent__header p {
      font-size: 12px;
      line-height: 17px; }
  .exit-intent__button {
    font-size: 14px;
    line-height: 19px;
    padding: .4em 3.3em; } }

.hidden,
.private {
  display: none !important;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.pointer {
  cursor: pointer;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.lh-0 {
  line-height: 0;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.float-none {
  float: none;
}
.clear-both {
  clear: both;
}
.flow-column {
  grid-auto-flow: column;
}
.uppercase {
  text-transform: uppercase;
}
.nowrap {
  white-space: nowrap;
}
.cols-2 {
  columns: 2;
}
.row {
  flex-direction: row;
}
.column {
  flex-direction: column;
}
.space-between {
  justify-content: space-between;
}
.space-around {
  justify-content: space-around;
}
.justify-center {
  justify-content: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.reverse {
  flex-direction: row-reverse;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap {
  flex-wrap: wrap;
}
.mt-0,
.my-0 {
  margin-top: 0;
}
.mb-0,
.my-0 {
  margin-bottom: 0;
}
.mt-1,
.my-1 {
  margin-top: 0.5rem;
}
.mb-1,
.my-1 {
  margin-bottom: 0.5rem;
}
.mt-2,
.my-2 {
  margin-top: 1rem;
}
.mb-2,
.my-2 {
  margin-bottom: 1rem;
}
.mt-3,
.my-3 {
  margin-top: 1.5rem;
}
.mb-3,
.my-3 {
  margin-bottom: 1.5rem;
}
.mt-4,
.my-4 {
  margin-top: 2rem;
}
.mb-4,
.my-4 {
  margin-bottom: 2rem;
}
.mt-5,
.my-5 {
  margin-top: 2.5rem;
}
.mb-5,
.my-5 {
  margin-bottom: 2.5rem;
}
.mt-6,
.my-6 {
  margin-top: 3rem;
}
.mb-6,
.my-6 {
  margin-bottom: 3rem;
}
.mt-7,
.my-7 {
  margin-top: 3.5rem;
}
.mb-7,
.my-7 {
  margin-bottom: 3.5rem;
}
.mt-8,
.my-8 {
  margin-top: 4rem;
}
.mb-8,
.my-8 {
  margin-bottom: 4rem;
}
.ml-auto,
.mx-auto {
  margin-left: auto;
}
.mr-auto,
.mx-auto {
  margin-right: auto;
}
.ml-0,
.mx-0 {
  margin-left: 0;
}
.mr-0,
.mx-0 {
  margin-right: 0;
}
.ml-1,
.mx-1 {
  margin-left: 0.5rem;
}
.mr-1,
.mx-1 {
  margin-right: 0.5rem;
}
.ml-2,
.mx-2 {
  margin-left: 1rem;
}
.mr-2,
.mx-2 {
  margin-right: 1rem;
}
.ml-3,
.mx-3 {
  margin-left: 1.5rem;
}
.mr-3,
.mx-3 {
  margin-right: 1.5rem;
}
.ml-4,
.mx-4 {
  margin-left: 2rem;
}
.mr-4,
.mx-4 {
  margin-right: 2rem;
}
.ml-5,
.mx-5 {
  margin-left: 2.5rem;
}
.mr-5,
.mx-5 {
  margin-right: 2.5rem;
}
.ml-6,
.mx-6 {
  margin-left: 3rem;
}
.mr-6,
.mx-6 {
  margin-right: 3rem;
}
.ml-7,
.mx-7 {
  margin-left: 3.5rem;
}
.mr-7,
.mx-7 {
  margin-right: 3.5rem;
}
.ml-8,
.mx-8 {
  margin-left: 4rem;
}
.mr-8,
.mx-8 {
  margin-right: 4rem;
}
.pt-0,
.py-0 {
  padding-top: 0;
}
.pb-0,
.py-0 {
  padding-bottom: 0;
}
.pt-1,
.py-1 {
  padding-top: 0.5rem;
}
.pb-1,
.py-1 {
  padding-bottom: 0.5rem;
}
.pt-2,
.py-2 {
  padding-top: 1rem;
}
.pb-2,
.py-2 {
  padding-bottom: 1rem;
}
.pt-3,
.py-3 {
  padding-top: 1.5rem;
}
.pb-3,
.py-3 {
  padding-bottom: 1.5rem;
}
.pt-4,
.py-4 {
  padding-top: 2rem;
}
.pb-4,
.py-4 {
  padding-bottom: 2rem;
}
.pt-5,
.py-5 {
  padding-top: 2.5rem;
}
.pb-5,
.py-5 {
  padding-bottom: 2.5rem;
}
.pt-6,
.py-6 {
  padding-top: 3rem;
}
.pb-6,
.py-6 {
  padding-bottom: 3rem;
}
.pt-7,
.py-7 {
  padding-top: 3.5rem;
}
.pb-7,
.py-7 {
  padding-bottom: 3.5rem;
}
.pt-8,
.py-8 {
  padding-top: 4rem;
}
.pb-8,
.py-8 {
  padding-bottom: 4rem;
}
.pl-0,
.px-0 {
  padding-left: 0;
}
.pr-0,
.px-0 {
  padding-right: 0;
}
.pl-1,
.px-1 {
  padding-left: 0.5rem;
}
.pr-1,
.px-1 {
  padding-right: 0.5rem;
}
.pl-2,
.px-2 {
  padding-left: 1rem;
}
.pr-2,
.px-2 {
  padding-right: 1rem;
}
.pl-3,
.px-3 {
  padding-left: 1.5rem;
}
.pr-3,
.px-3 {
  padding-right: 1.5rem;
}
.pl-4,
.px-4 {
  padding-left: 2rem;
}
.pr-4,
.px-4 {
  padding-right: 2rem;
}
.pl-5,
.px-5 {
  padding-left: 2.5rem;
}
.pr-5,
.px-5 {
  padding-right: 2.5rem;
}
.pl-6,
.px-6 {
  padding-left: 3rem;
}
.pr-6,
.px-6 {
  padding-right: 3rem;
}
.pl-7,
.px-7 {
  padding-left: 3.5rem;
}
.pr-7,
.px-7 {
  padding-right: 3.5rem;
}
.pl-8,
.px-8 {
  padding-left: 4rem;
}
.pr-8,
.px-8 {
  padding-right: 4rem;
}
.pt-5p,
.py-5p {
  padding-top: 5%;
}
.pb-5p,
.py-5p {
  padding-bottom: 5%;
}
.pl-5p,
.px-5p {
  padding-left: 5%;
}
.pr-5p,
.px-5p {
  padding-right: 5%;
}
.pt-10p,
.py-10p {
  padding-top: 10%;
}
.pb-10p,
.py-10p {
  padding-bottom: 10%;
}
.pl-10p,
.px-10p {
  padding-left: 10%;
}
.pr-10p,
.px-10p {
  padding-right: 10%;
}
@media (max-width: 1199px) {
  .hide_xl {
    display: none;
  }
  .no-border_xl {
    border-style: none;
  }
}
@media (max-width: 991px) {
  .hide_lg {
    display: none;
  }
  .no-border_lg {
    border-style: none;
  }
}
@media (max-width: 767px) {
  .hide_md {
    display: none;
  }
  .no-border_md {
    border-style: none;
  }
  .h-50vw_md {
    height: 50vw;
  }
  .mx-0_md {
    margin-left: 0;
    margin-right: 0;
  }
  .px-0_md {
    padding-left: 0;
    padding-right: 0;
  }
  .pt-0_md {
    padding-top: 0;
  }
  .pb-0_md {
    padding-bottom: 0;
  }
  .items-center_md {
    align-items: center;
  }
}
@media (max-width: 575px) {
  .hide_sm {
    display: none;
  }
  .no-border_sm {
    border-style: none;
  }
  .mx-0_sm {
    margin-left: 0;
    margin-right: 0;
  }
  .px-0_sm {
    padding-left: 0;
    padding-right: 0;
  }
  .pt-0_sm {
    padding-top: 0;
  }
  .pb-0_sm {
    padding-bottom: 0;
  }
}
@media (min-width: 576px) {
  .sm_hidden {
    display: none !important;
  }
  .sm_flex {
    display: flex;
  }
  .sm_grid {
    display: grid;
  }
  .sm_block {
    display: block;
  }
  .sm_cols-2 {
    columns: 2;
  }
  .sm_cols-3 {
    columns: 3;
  }
  .sm_row {
    flex-direction: row;
  }
  .sm_align-left {
    text-align: left;
  }
  .sm_align-right {
    text-align: right;
  }
  .sm_align-center {
    text-align: center;
  }
  .sm_float-right {
    float: right;
  }
  .sm_float-left {
    float: left;
  }
  .sm_float-none {
    float: none;
  }
  .sm_clear-both {
    clear: both;
  }
  .sm_mt-0,
  .sm_my-0 {
    margin-top: 0;
  }
  .sm_mb-0,
  .sm_my-0 {
    margin-bottom: 0;
  }
  .sm_mt-1,
  .sm_my-1 {
    margin-top: 0.5rem;
  }
  .sm_mb-1,
  .sm_my-1 {
    margin-bottom: 0.5rem;
  }
  .sm_mt-2,
  .sm_my-2 {
    margin-top: 1rem;
  }
  .sm_mb-2,
  .sm_my-2 {
    margin-bottom: 1rem;
  }
  .sm_mt-3,
  .sm_my-3 {
    margin-top: 1.5rem;
  }
  .sm_mb-3,
  .sm_my-3 {
    margin-bottom: 1.5rem;
  }
  .sm_mt-4,
  .sm_my-4 {
    margin-top: 2rem;
  }
  .sm_mb-4,
  .sm_my-4 {
    margin-bottom: 2rem;
  }
  .sm_mt-5,
  .sm_my-5 {
    margin-top: 2.5rem;
  }
  .sm_mb-5,
  .sm_my-5 {
    margin-bottom: 2.5rem;
  }
  .sm_mt-6,
  .sm_my-6 {
    margin-top: 3rem;
  }
  .sm_mb-6,
  .sm_my-6 {
    margin-bottom: 3rem;
  }
  .sm_mt-7,
  .sm_my-7 {
    margin-top: 3.5rem;
  }
  .sm_mb-7,
  .sm_my-7 {
    margin-bottom: 3.5rem;
  }
  .sm_mt-8,
  .sm_my-8 {
    margin-top: 4rem;
  }
  .sm_mb-8,
  .sm_my-8 {
    margin-bottom: 4rem;
  }
  .sm_ml-0,
  .sm_mx-0 {
    margin-left: 0;
  }
  .sm_mr-0,
  .sm_mx-0 {
    margin-right: 0;
  }
  .sm_ml-1,
  .sm_mx-1 {
    margin-left: 0.5rem;
  }
  .sm_mr-1,
  .sm_mx-1 {
    margin-right: 0.5rem;
  }
  .sm_ml-2,
  .sm_mx-2 {
    margin-left: 1rem;
  }
  .sm_mr-2,
  .sm_mx-2 {
    margin-right: 1rem;
  }
  .sm_ml-3,
  .sm_mx-3 {
    margin-left: 1.5rem;
  }
  .sm_mr-3,
  .sm_mx-3 {
    margin-right: 1.5rem;
  }
  .sm_ml-4,
  .sm_mx-4 {
    margin-left: 2rem;
  }
  .sm_mr-4,
  .sm_mx-4 {
    margin-right: 2rem;
  }
  .sm_ml-5,
  .sm_mx-5 {
    margin-left: 2.5rem;
  }
  .sm_mr-5,
  .sm_mx-5 {
    margin-right: 2.5rem;
  }
  .sm_ml-6,
  .sm_mx-6 {
    margin-left: 3rem;
  }
  .sm_mr-6,
  .sm_mx-6 {
    margin-right: 3rem;
  }
  .sm_ml-7,
  .sm_mx-7 {
    margin-left: 3.5rem;
  }
  .sm_mr-7,
  .sm_mx-7 {
    margin-right: 3.5rem;
  }
  .sm_ml-8,
  .sm_mx-8 {
    margin-left: 4rem;
  }
  .sm_mr-8,
  .sm_mx-8 {
    margin-right: 4rem;
  }
  .sm_ml-auto,
  .sm_mx-auto {
    margin-left: auto;
  }
  .sm_mr-auto,
  .sm_mx-auto {
    margin-right: auto;
  }
  .sm_pt-0,
  .sm_py-0 {
    padding-top: 0;
  }
  .sm_pb-0,
  .sm_py-0 {
    padding-bottom: 0;
  }
  .sm_pt-1,
  .sm_py-1 {
    padding-top: 0.5rem;
  }
  .sm_pb-1,
  .sm_py-1 {
    padding-bottom: 0.5rem;
  }
  .sm_pt-2,
  .sm_py-2 {
    padding-top: 1rem;
  }
  .sm_pb-2,
  .sm_py-2 {
    padding-bottom: 1rem;
  }
  .sm_pt-3,
  .sm_py-3 {
    padding-top: 1.5rem;
  }
  .sm_pb-3,
  .sm_py-3 {
    padding-bottom: 1.5rem;
  }
  .sm_pt-4,
  .sm_py-4 {
    padding-top: 2rem;
  }
  .sm_pb-4,
  .sm_py-4 {
    padding-bottom: 2rem;
  }
  .sm_pt-5,
  .sm_py-5 {
    padding-top: 2.5rem;
  }
  .sm_pb-5,
  .sm_py-5 {
    padding-bottom: 2.5rem;
  }
  .sm_pt-6,
  .sm_py-6 {
    padding-top: 3rem;
  }
  .sm_pb-6,
  .sm_py-6 {
    padding-bottom: 3rem;
  }
  .sm_pt-7,
  .sm_py-7 {
    padding-top: 3.5rem;
  }
  .sm_pb-7,
  .sm_py-7 {
    padding-bottom: 3.5rem;
  }
  .sm_pt-8,
  .sm_py-8 {
    padding-top: 4rem;
  }
  .sm_pb-8,
  .sm_py-8 {
    padding-bottom: 4rem;
  }
  .sm_pl-0,
  .sm_px-0 {
    padding-left: 0;
  }
  .sm_pr-0,
  .sm_px-0 {
    padding-right: 0;
  }
  .sm_pl-1,
  .sm_px-1 {
    padding-left: 0.5rem;
  }
  .sm_pr-1,
  .sm_px-1 {
    padding-right: 0.5rem;
  }
  .sm_pl-2,
  .sm_px-2 {
    padding-left: 1rem;
  }
  .sm_pr-2,
  .sm_px-2 {
    padding-right: 1rem;
  }
  .sm_pl-3,
  .sm_px-3 {
    padding-left: 1.5rem;
  }
  .sm_pr-3,
  .sm_px-3 {
    padding-right: 1.5rem;
  }
  .sm_pl-4,
  .sm_px-4 {
    padding-left: 2rem;
  }
  .sm_pr-4,
  .sm_px-4 {
    padding-right: 2rem;
  }
  .sm_pl-5,
  .sm_px-5 {
    padding-left: 2.5rem;
  }
  .sm_pr-5,
  .sm_px-5 {
    padding-right: 2.5rem;
  }
  .sm_pl-6,
  .sm_px-6 {
    padding-left: 3rem;
  }
  .sm_pr-6,
  .sm_px-6 {
    padding-right: 3rem;
  }
  .sm_pl-7,
  .sm_px-7 {
    padding-left: 3.5rem;
  }
  .sm_pr-7,
  .sm_px-7 {
    padding-right: 3.5rem;
  }
  .sm_pl-8,
  .sm_px-8 {
    padding-left: 4rem;
  }
  .sm_pr-8,
  .sm_px-8 {
    padding-right: 4rem;
  }
  .sm_pt-5p,
  .sm_py-5p {
    padding-top: 5%;
  }
  .sm_pb-5p,
  .sm_py-5p {
    padding-bottom: 5%;
  }
  .sm_pl-5p,
  .sm_px-5p {
    padding-left: 5%;
  }
  .sm_pr-5p,
  .sm_px-5p {
    padding-right: 5%;
  }
  .sm_pt-10p,
  .sm_py-10p {
    padding-top: 10%;
  }
  .sm_pb-10p,
  .sm_py-10p {
    padding-bottom: 10%;
  }
  .sm_pl-10p,
  .sm_px-10p {
    padding-left: 10%;
  }
  .sm_pr-10p,
  .sm_px-10p {
    padding-right: 10%;
  }
}
@media (min-width: 768px) {
  .md_hidden {
    display: none !important;
  }
  .md_flex {
    display: flex;
  }
  .md_grid {
    display: grid;
  }
  .md_block {
    display: block;
  }
  .md_cols-2 {
    columns: 2;
  }
  .md_cols-3 {
    columns: 3;
  }
  .md_row {
    flex-direction: row;
  }
  .md_align-left {
    text-align: left;
  }
  .md_align-right {
    text-align: right;
  }
  .md_align-center {
    text-align: center;
  }
  .md_float-right {
    float: right;
  }
  .md_float-left {
    float: left;
  }
  .md_float-none {
    float: none;
  }
  .md_clear-both {
    clear: both;
  }
  .md_mt-0,
  .md_my-0 {
    margin-top: 0;
  }
  .md_mb-0,
  .md_my-0 {
    margin-bottom: 0;
  }
  .md_mt-1,
  .md_my-1 {
    margin-top: 0.5rem;
  }
  .md_mb-1,
  .md_my-1 {
    margin-bottom: 0.5rem;
  }
  .md_mt-2,
  .md_my-2 {
    margin-top: 1rem;
  }
  .md_mb-2,
  .md_my-2 {
    margin-bottom: 1rem;
  }
  .md_mt-3,
  .md_my-3 {
    margin-top: 1.5rem;
  }
  .md_mb-3,
  .md_my-3 {
    margin-bottom: 1.5rem;
  }
  .md_mt-4,
  .md_my-4 {
    margin-top: 2rem;
  }
  .md_mb-4,
  .md_my-4 {
    margin-bottom: 2rem;
  }
  .md_mt-5,
  .md_my-5 {
    margin-top: 2.5rem;
  }
  .md_mb-5,
  .md_my-5 {
    margin-bottom: 2.5rem;
  }
  .md_mt-6,
  .md_my-6 {
    margin-top: 3rem;
  }
  .md_mb-6,
  .md_my-6 {
    margin-bottom: 3rem;
  }
  .md_mt-7,
  .md_my-7 {
    margin-top: 3.5rem;
  }
  .md_mb-7,
  .md_my-7 {
    margin-bottom: 3.5rem;
  }
  .md_mt-8,
  .md_my-8 {
    margin-top: 4rem;
  }
  .md_mb-8,
  .md_my-8 {
    margin-bottom: 4rem;
  }
  .md_ml-0,
  .md_mx-0 {
    margin-left: 0;
  }
  .md_mr-0,
  .md_mx-0 {
    margin-right: 0;
  }
  .md_ml-1,
  .md_mx-1 {
    margin-left: 0.5rem;
  }
  .md_mr-1,
  .md_mx-1 {
    margin-right: 0.5rem;
  }
  .md_ml-2,
  .md_mx-2 {
    margin-left: 1rem;
  }
  .md_mr-2,
  .md_mx-2 {
    margin-right: 1rem;
  }
  .md_ml-3,
  .md_mx-3 {
    margin-left: 1.5rem;
  }
  .md_mr-3,
  .md_mx-3 {
    margin-right: 1.5rem;
  }
  .md_ml-4,
  .md_mx-4 {
    margin-left: 2rem;
  }
  .md_mr-4,
  .md_mx-4 {
    margin-right: 2rem;
  }
  .md_ml-5,
  .md_mx-5 {
    margin-left: 2.5rem;
  }
  .md_mr-5,
  .md_mx-5 {
    margin-right: 2.5rem;
  }
  .md_ml-6,
  .md_mx-6 {
    margin-left: 3rem;
  }
  .md_mr-6,
  .md_mx-6 {
    margin-right: 3rem;
  }
  .md_ml-7,
  .md_mx-7 {
    margin-left: 3.5rem;
  }
  .md_mr-7,
  .md_mx-7 {
    margin-right: 3.5rem;
  }
  .md_ml-8,
  .md_mx-8 {
    margin-left: 4rem;
  }
  .md_mr-8,
  .md_mx-8 {
    margin-right: 4rem;
  }
  .md_ml-auto,
  .md_mx-auto {
    margin-left: auto;
  }
  .md_mr-auto,
  .md_mx-auto {
    margin-right: auto;
  }
  .md_pt-0,
  .md_py-0 {
    padding-top: 0;
  }
  .md_pb-0,
  .md_py-0 {
    padding-bottom: 0;
  }
  .md_pt-1,
  .md_py-1 {
    padding-top: 0.5rem;
  }
  .md_pb-1,
  .md_py-1 {
    padding-bottom: 0.5rem;
  }
  .md_pt-2,
  .md_py-2 {
    padding-top: 1rem;
  }
  .md_pb-2,
  .md_py-2 {
    padding-bottom: 1rem;
  }
  .md_pt-3,
  .md_py-3 {
    padding-top: 1.5rem;
  }
  .md_pb-3,
  .md_py-3 {
    padding-bottom: 1.5rem;
  }
  .md_pt-4,
  .md_py-4 {
    padding-top: 2rem;
  }
  .md_pb-4,
  .md_py-4 {
    padding-bottom: 2rem;
  }
  .md_pt-5,
  .md_py-5 {
    padding-top: 2.5rem;
  }
  .md_pb-5,
  .md_py-5 {
    padding-bottom: 2.5rem;
  }
  .md_pt-6,
  .md_py-6 {
    padding-top: 3rem;
  }
  .md_pb-6,
  .md_py-6 {
    padding-bottom: 3rem;
  }
  .md_pt-7,
  .md_py-7 {
    padding-top: 3.5rem;
  }
  .md_pb-7,
  .md_py-7 {
    padding-bottom: 3.5rem;
  }
  .md_pt-8,
  .md_py-8 {
    padding-top: 4rem;
  }
  .md_pb-8,
  .md_py-8 {
    padding-bottom: 4rem;
  }
  .md_pl-0,
  .md_px-0 {
    padding-left: 0;
  }
  .md_pr-0,
  .md_px-0 {
    padding-right: 0;
  }
  .md_pl-1,
  .md_px-1 {
    padding-left: 0.5rem;
  }
  .md_pr-1,
  .md_px-1 {
    padding-right: 0.5rem;
  }
  .md_pl-2,
  .md_px-2 {
    padding-left: 1rem;
  }
  .md_pr-2,
  .md_px-2 {
    padding-right: 1rem;
  }
  .md_pl-3,
  .md_px-3 {
    padding-left: 1.5rem;
  }
  .md_pr-3,
  .md_px-3 {
    padding-right: 1.5rem;
  }
  .md_pl-4,
  .md_px-4 {
    padding-left: 2rem;
  }
  .md_pr-4,
  .md_px-4 {
    padding-right: 2rem;
  }
  .md_pl-5,
  .md_px-5 {
    padding-left: 2.5rem;
  }
  .md_pr-5,
  .md_px-5 {
    padding-right: 2.5rem;
  }
  .md_pl-6,
  .md_px-6 {
    padding-left: 3rem;
  }
  .md_pr-6,
  .md_px-6 {
    padding-right: 3rem;
  }
  .md_pl-7,
  .md_px-7 {
    padding-left: 3.5rem;
  }
  .md_pr-7,
  .md_px-7 {
    padding-right: 3.5rem;
  }
  .md_pl-8,
  .md_px-8 {
    padding-left: 4rem;
  }
  .md_pr-8,
  .md_px-8 {
    padding-right: 4rem;
  }
  .md_pt-5p,
  .md_py-5p {
    padding-top: 5%;
  }
  .md_pb-5p,
  .md_py-5p {
    padding-bottom: 5%;
  }
  .md_pl-5p,
  .md_px-5p {
    padding-left: 5%;
  }
  .md_pr-5p,
  .md_px-5p {
    padding-right: 5%;
  }
  .md_pt-10p,
  .md_py-10p {
    padding-top: 10%;
  }
  .md_pb-10p,
  .md_py-10p {
    padding-bottom: 10%;
  }
  .md_pl-10p,
  .md_px-10p {
    padding-left: 10%;
  }
  .md_pr-10p,
  .md_px-10p {
    padding-right: 10%;
  }
}
@media (min-width: 992px) {
  .lg_hidden {
    display: none !important;
  }
  .lg_flex {
    display: flex;
  }
  .lg_grid {
    display: grid;
  }
  .lg_block {
    display: block;
  }
  .lg_cols-2 {
    columns: 2;
  }
  .lg_cols-3 {
    columns: 3;
  }
  .lg_row {
    flex-direction: row;
  }
  .lg_align-left {
    text-align: left;
  }
  .lg_align-right {
    text-align: right;
  }
  .lg_align-center {
    text-align: center;
  }
  .lg_float-right {
    float: right;
  }
  .lg_float-left {
    float: left;
  }
  .lg_float-none {
    float: none;
  }
  .lg_clear-both {
    clear: both;
  }
  .lg_mt-0,
  .lg_my-0 {
    margin-top: 0;
  }
  .lg_mb-0,
  .lg_my-0 {
    margin-bottom: 0;
  }
  .lg_mt-1,
  .lg_my-1 {
    margin-top: 0.5rem;
  }
  .lg_mb-1,
  .lg_my-1 {
    margin-bottom: 0.5rem;
  }
  .lg_mt-2,
  .lg_my-2 {
    margin-top: 1rem;
  }
  .lg_mb-2,
  .lg_my-2 {
    margin-bottom: 1rem;
  }
  .lg_mt-3,
  .lg_my-3 {
    margin-top: 1.5rem;
  }
  .lg_mb-3,
  .lg_my-3 {
    margin-bottom: 1.5rem;
  }
  .lg_mt-4,
  .lg_my-4 {
    margin-top: 2rem;
  }
  .lg_mb-4,
  .lg_my-4 {
    margin-bottom: 2rem;
  }
  .lg_mt-5,
  .lg_my-5 {
    margin-top: 2.5rem;
  }
  .lg_mb-5,
  .lg_my-5 {
    margin-bottom: 2.5rem;
  }
  .lg_mt-6,
  .lg_my-6 {
    margin-top: 3rem;
  }
  .lg_mb-6,
  .lg_my-6 {
    margin-bottom: 3rem;
  }
  .lg_mt-7,
  .lg_my-7 {
    margin-top: 3.5rem;
  }
  .lg_mb-7,
  .lg_my-7 {
    margin-bottom: 3.5rem;
  }
  .lg_mt-8,
  .lg_my-8 {
    margin-top: 4rem;
  }
  .lg_mb-8,
  .lg_my-8 {
    margin-bottom: 4rem;
  }
  .lg_ml-0,
  .lg_mx-0 {
    margin-left: 0;
  }
  .lg_mr-0,
  .lg_mx-0 {
    margin-right: 0;
  }
  .lg_ml-1,
  .lg_mx-1 {
    margin-left: 0.5rem;
  }
  .lg_mr-1,
  .lg_mx-1 {
    margin-right: 0.5rem;
  }
  .lg_ml-2,
  .lg_mx-2 {
    margin-left: 1rem;
  }
  .lg_mr-2,
  .lg_mx-2 {
    margin-right: 1rem;
  }
  .lg_ml-3,
  .lg_mx-3 {
    margin-left: 1.5rem;
  }
  .lg_mr-3,
  .lg_mx-3 {
    margin-right: 1.5rem;
  }
  .lg_ml-4,
  .lg_mx-4 {
    margin-left: 2rem;
  }
  .lg_mr-4,
  .lg_mx-4 {
    margin-right: 2rem;
  }
  .lg_ml-5,
  .lg_mx-5 {
    margin-left: 2.5rem;
  }
  .lg_mr-5,
  .lg_mx-5 {
    margin-right: 2.5rem;
  }
  .lg_ml-6,
  .lg_mx-6 {
    margin-left: 3rem;
  }
  .lg_mr-6,
  .lg_mx-6 {
    margin-right: 3rem;
  }
  .lg_ml-7,
  .lg_mx-7 {
    margin-left: 3.5rem;
  }
  .lg_mr-7,
  .lg_mx-7 {
    margin-right: 3.5rem;
  }
  .lg_ml-8,
  .lg_mx-8 {
    margin-left: 4rem;
  }
  .lg_mr-8,
  .lg_mx-8 {
    margin-right: 4rem;
  }
  .lg_ml-auto,
  .lg_mx-auto {
    margin-left: auto;
  }
  .lg_mr-auto,
  .lg_mx-auto {
    margin-right: auto;
  }
  .lg_pt-0,
  .lg_py-0 {
    padding-top: 0;
  }
  .lg_pb-0,
  .lg_py-0 {
    padding-bottom: 0;
  }
  .lg_pt-1,
  .lg_py-1 {
    padding-top: 0.5rem;
  }
  .lg_pb-1,
  .lg_py-1 {
    padding-bottom: 0.5rem;
  }
  .lg_pt-2,
  .lg_py-2 {
    padding-top: 1rem;
  }
  .lg_pb-2,
  .lg_py-2 {
    padding-bottom: 1rem;
  }
  .lg_pt-3,
  .lg_py-3 {
    padding-top: 1.5rem;
  }
  .lg_pb-3,
  .lg_py-3 {
    padding-bottom: 1.5rem;
  }
  .lg_pt-4,
  .lg_py-4 {
    padding-top: 2rem;
  }
  .lg_pb-4,
  .lg_py-4 {
    padding-bottom: 2rem;
  }
  .lg_pt-5,
  .lg_py-5 {
    padding-top: 2.5rem;
  }
  .lg_pb-5,
  .lg_py-5 {
    padding-bottom: 2.5rem;
  }
  .lg_pt-6,
  .lg_py-6 {
    padding-top: 3rem;
  }
  .lg_pb-6,
  .lg_py-6 {
    padding-bottom: 3rem;
  }
  .lg_pt-7,
  .lg_py-7 {
    padding-top: 3.5rem;
  }
  .lg_pb-7,
  .lg_py-7 {
    padding-bottom: 3.5rem;
  }
  .lg_pt-8,
  .lg_py-8 {
    padding-top: 4rem;
  }
  .lg_pb-8,
  .lg_py-8 {
    padding-bottom: 4rem;
  }
  .lg_pl-0,
  .lg_px-0 {
    padding-left: 0;
  }
  .lg_pr-0,
  .lg_px-0 {
    padding-right: 0;
  }
  .lg_pl-1,
  .lg_px-1 {
    padding-left: 0.5rem;
  }
  .lg_pr-1,
  .lg_px-1 {
    padding-right: 0.5rem;
  }
  .lg_pl-2,
  .lg_px-2 {
    padding-left: 1rem;
  }
  .lg_pr-2,
  .lg_px-2 {
    padding-right: 1rem;
  }
  .lg_pl-3,
  .lg_px-3 {
    padding-left: 1.5rem;
  }
  .lg_pr-3,
  .lg_px-3 {
    padding-right: 1.5rem;
  }
  .lg_pl-4,
  .lg_px-4 {
    padding-left: 2rem;
  }
  .lg_pr-4,
  .lg_px-4 {
    padding-right: 2rem;
  }
  .lg_pl-5,
  .lg_px-5 {
    padding-left: 2.5rem;
  }
  .lg_pr-5,
  .lg_px-5 {
    padding-right: 2.5rem;
  }
  .lg_pl-6,
  .lg_px-6 {
    padding-left: 3rem;
  }
  .lg_pr-6,
  .lg_px-6 {
    padding-right: 3rem;
  }
  .lg_pl-7,
  .lg_px-7 {
    padding-left: 3.5rem;
  }
  .lg_pr-7,
  .lg_px-7 {
    padding-right: 3.5rem;
  }
  .lg_pl-8,
  .lg_px-8 {
    padding-left: 4rem;
  }
  .lg_pr-8,
  .lg_px-8 {
    padding-right: 4rem;
  }
  .lg_pt-5p,
  .lg_py-5p {
    padding-top: 5%;
  }
  .lg_pb-5p,
  .lg_py-5p {
    padding-bottom: 5%;
  }
  .lg_pl-5p,
  .lg_px-5p {
    padding-left: 5%;
  }
  .lg_pr-5p,
  .lg_px-5p {
    padding-right: 5%;
  }
  .lg_pt-10p,
  .lg_py-10p {
    padding-top: 10%;
  }
  .lg_pb-10p,
  .lg_py-10p {
    padding-bottom: 10%;
  }
  .lg_pl-10p,
  .lg_px-10p {
    padding-left: 10%;
  }
  .lg_pr-10p,
  .lg_px-10p {
    padding-right: 10%;
  }
}
@media (min-width: 1200px) {
  .xl_hidden {
    display: none !important;
  }
  .xl_flex {
    display: flex;
  }
  .xl_grid {
    display: grid;
  }
  .xl_cols-2 {
    columns: 2;
  }
  .xl_cols-3 {
    columns: 3;
  }
  .xl_row {
    flex-direction: row;
  }
  .xl_float-right {
    float: right;
  }
  .xl_float-left {
    float: left;
  }
  .xl_float-none {
    float: none;
  }
  .xl_clear-both {
    clear: both;
  }
  .xl_mr-1\/4 {
    margin-right: 25%;
  }
  .xl_mt-0,
  .xl_my-0 {
    margin-top: 0;
  }
  .xl_mb-0,
  .xl_my-0 {
    margin-bottom: 0;
  }
  .xl_mt-1,
  .xl_my-1 {
    margin-top: 0.5rem;
  }
  .xl_mb-1,
  .xl_my-1 {
    margin-bottom: 0.5rem;
  }
  .xl_mt-2,
  .xl_my-2 {
    margin-top: 1rem;
  }
  .xl_mb-2,
  .xl_my-2 {
    margin-bottom: 1rem;
  }
  .xl_mt-3,
  .xl_my-3 {
    margin-top: 1.5rem;
  }
  .xl_mb-3,
  .xl_my-3 {
    margin-bottom: 1.5rem;
  }
  .xl_mt-4,
  .xl_my-4 {
    margin-top: 2rem;
  }
  .xl_mb-4,
  .xl_my-4 {
    margin-bottom: 2rem;
  }
  .xl_mt-5,
  .xl_my-5 {
    margin-top: 2.5rem;
  }
  .xl_mb-5,
  .xl_my-5 {
    margin-bottom: 2.5rem;
  }
  .xl_mt-6,
  .xl_my-6 {
    margin-top: 3rem;
  }
  .xl_mb-6,
  .xl_my-6 {
    margin-bottom: 3rem;
  }
  .xl_mt-7,
  .xl_my-7 {
    margin-top: 3.5rem;
  }
  .xl_mb-7,
  .xl_my-7 {
    margin-bottom: 3.5rem;
  }
  .xl_mt-8,
  .xl_my-8 {
    margin-top: 4rem;
  }
  .xl_mb-8,
  .xl_my-8 {
    margin-bottom: 4rem;
  }
  .xl_ml-0,
  .xl_mx-0 {
    margin-left: 0;
  }
  .xl_mr-0,
  .xl_mx-0 {
    margin-right: 0;
  }
  .xl_ml-1,
  .xl_mx-1 {
    margin-left: 0.5rem;
  }
  .xl_mr-1,
  .xl_mx-1 {
    margin-right: 0.5rem;
  }
  .xl_ml-2,
  .xl_mx-2 {
    margin-left: 1rem;
  }
  .xl_mr-2,
  .xl_mx-2 {
    margin-right: 1rem;
  }
  .xl_ml-3,
  .xl_mx-3 {
    margin-left: 1.5rem;
  }
  .xl_mr-3,
  .xl_mx-3 {
    margin-right: 1.5rem;
  }
  .xl_ml-4,
  .xl_mx-4 {
    margin-left: 2rem;
  }
  .xl_mr-4,
  .xl_mx-4 {
    margin-right: 2rem;
  }
  .xl_ml-5,
  .xl_mx-5 {
    margin-left: 2.5rem;
  }
  .xl_mr-5,
  .xl_mx-5 {
    margin-right: 2.5rem;
  }
  .xl_ml-6,
  .xl_mx-6 {
    margin-left: 3rem;
  }
  .xl_mr-6,
  .xl_mx-6 {
    margin-right: 3rem;
  }
  .xl_ml-7,
  .xl_mx-7 {
    margin-left: 3.5rem;
  }
  .xl_mr-7,
  .xl_mx-7 {
    margin-right: 3.5rem;
  }
  .xl_ml-8,
  .xl_mx-8 {
    margin-left: 4rem;
  }
  .xl_mr-8,
  .xl_mx-8 {
    margin-right: 4rem;
  }
  .xl_ml-auto,
  .xl_mx-auto {
    margin-left: auto;
  }
  .xl_mr-auto,
  .xl_mx-auto {
    margin-right: auto;
  }
  .xl_pt-0,
  .xl_py-0 {
    padding-top: 0;
  }
  .xl_pb-0,
  .xl_py-0 {
    padding-bottom: 0;
  }
  .xl_pt-1,
  .xl_py-1 {
    padding-top: 1rem;
  }
  .xl_pb-1,
  .xl_py-1 {
    padding-bottom: 1rem;
  }
  .xl_pt-2,
  .xl_py-2 {
    padding-top: 2rem;
  }
  .xl_pb-2,
  .xl_py-2 {
    padding-bottom: 2rem;
  }
  .xl_pt-3,
  .xl_py-3 {
    padding-top: 3rem;
  }
  .xl_pb-3,
  .xl_py-3 {
    padding-bottom: 3rem;
  }
  .xl_pt-4,
  .xl_py-4 {
    padding-top: 4rem;
  }
  .xl_pb-4,
  .xl_py-4 {
    padding-bottom: 4rem;
  }
  .xl_pt-5,
  .xl_py-5 {
    padding-top: 5rem;
  }
  .xl_pb-5,
  .xl_py-5 {
    padding-bottom: 5rem;
  }
  .xl_pt-6,
  .xl_py-6 {
    padding-top: 6rem;
  }
  .xl_pb-6,
  .xl_py-6 {
    padding-bottom: 6rem;
  }
  .xl_pt-7,
  .xl_py-7 {
    padding-top: 7rem;
  }
  .xl_pb-7,
  .xl_py-7 {
    padding-bottom: 7rem;
  }
  .xl_pt-8,
  .xl_py-8 {
    padding-top: 8rem;
  }
  .xl_pb-8,
  .xl_py-8 {
    padding-bottom: 8rem;
  }
  .xl_pl-0,
  .xl_px-0 {
    padding-left: 0;
  }
  .xl_pr-0,
  .xl_px-0 {
    padding-right: 0;
  }
  .xl_pl-1,
  .xl_px-1 {
    padding-left: 1rem;
  }
  .xl_pr-1,
  .xl_px-1 {
    padding-right: 1rem;
  }
  .xl_pl-2,
  .xl_px-2 {
    padding-left: 2rem;
  }
  .xl_pr-2,
  .xl_px-2 {
    padding-right: 2rem;
  }
  .xl_pl-3,
  .xl_px-3 {
    padding-left: 3rem;
  }
  .xl_pr-3,
  .xl_px-3 {
    padding-right: 3rem;
  }
  .xl_pl-4,
  .xl_px-4 {
    padding-left: 4rem;
  }
  .xl_pr-4,
  .xl_px-4 {
    padding-right: 4rem;
  }
  .xl_pl-5,
  .xl_px-5 {
    padding-left: 5rem;
  }
  .xl_pr-5,
  .xl_px-5 {
    padding-right: 5rem;
  }
  .xl_pl-6,
  .xl_px-6 {
    padding-left: 6rem;
  }
  .xl_pr-6,
  .xl_px-6 {
    padding-right: 6rem;
  }
  .xl_pl-7,
  .xl_px-7 {
    padding-left: 7rem;
  }
  .xl_pr-7,
  .xl_px-7 {
    padding-right: 7rem;
  }
  .xl_pl-8,
  .xl_px-8 {
    padding-left: 8rem;
  }
  .xl_pr-8,
  .xl_px-8 {
    padding-right: 8rem;
  }
}

