.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero-section {
  background-image: url('../images/Slice-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  overflow: hidden;
}

.container {
  z-index: 5;
  max-width: 1320px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.hero-inner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 960px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.body {
  font-family: Gt America Standard, Arial, sans-serif;
}

.heading {
  color: #fff;
  text-align: center;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 500;
  line-height: 60px;
}

.text-block {
  color: #fff;
  text-align: center;
  max-width: 700px;
  font-size: 20px;
  font-weight: 400;
  line-height: 136%;
}

.image {
  width: 145px;
}

.text-span {
  color: #e7004c;
  font-weight: 500;
}

.hero-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 57px;
  display: flex;
}

.hero-buttons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  margin-top: 30px;
  display: flex;
}

.button-primary {
  color: #fff;
  text-align: center;
  background-color: #00b5e2;
  border-radius: 8px;
  width: 250px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s ease-in-out;
}

.button-primary:hover {
  color: #fff;
  background-color: #000;
}

.button-primary.light {
  color: #fff;
  margin-top: 35px;
}

.button-secondary {
  color: #fff;
  text-align: center;
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 8px;
  width: 250px;
  padding: 15px 47px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s ease-in-out;
}

.button-secondary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.image-2 {
  z-index: 1;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.info-section {
  background-image: linear-gradient(#6b2e4e, #2e101e 76%);
}

.info-inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

.heading-2 {
  color: #fff;
  max-width: 1000px;
  font-size: 54px;
  font-weight: 400;
  line-height: 64px;
}

.grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  margin-top: 50px;
}

.info-text {
  color: #fff;
  margin-top: 12px;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
}

.text-span-2, .text-span-3, .text-span-4 {
  font-weight: 500;
}

.form-inner {
  padding-top: 90px;
  padding-bottom: 90px;
}

.heading-3 {
  color: #000;
  max-width: 470px;
  font-size: 44px;
  font-weight: 500;
  line-height: 122%;
}

.text-block-2 {
  color: #000;
  max-width: 400px;
  font-size: 18px;
  line-height: 142%;
}

.form {
  height: 48px;
  margin-top: 43px;
}

.text-field, .text-field-2, .text-field-3, .text-field-4, .text-field-5 {
  border-radius: 5px;
  height: 48px;
}

.column {
  border-radius: 5px;
  padding-left: 0;
  padding-right: 40px;
}

.image-3 {
  width: 100%;
}

.form-block {
  min-height: 400px;
}

.text-block-3 {
  color: #626262;
  max-width: 400px;
  font-size: 11px;
}

.link {
  color: #626262;
}

.features-section {
  background-color: #f8f8f8;
}

.features-inner {
  flex-flow: column;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.heading-4 {
  color: #000;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 500;
}

.text-block-4 {
  color: #020202;
}

.text-block-5 {
  color: #000;
  text-align: center;
  max-width: 600px;
  font-size: 18px;
  line-height: 145%;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 50px;
}

.feature-box {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  padding: 20px;
  display: flex;
}

.heading-5 {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.text-block-6 {
  color: #4f4f4f;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 146%;
}

.image-4 {
  margin-top: 22px;
}

.spacer {
  height: 24px;
}

.columns {
  align-items: center;
  width: 100%;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.heading-6 {
  color: #000;
  font-size: 46px;
  font-weight: 500;
  line-height: 123%;
}

.text-block-7 {
  color: #000;
  font-size: 18px;
  line-height: 142%;
}

.image-5 {
  margin-left: auto;
  margin-right: 0;
  display: block;
  position: relative;
}

.ebook-section {
  background-image: url('../images/pa-cta-image.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ebook-inner {
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 500;
  line-height: 60px;
}

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

.text-block-9 {
  color: #fff;
  max-width: 440px;
  margin-top: 20px;
  font-size: 18px;
  line-height: 142%;
}

.columns-2 {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.75fr 1.5fr;
  align-items: center;
}

.text-block-10 {
  color: #797979;
  font-size: 18px;
  line-height: 135%;
}

.social {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-3 {
  margin-left: 0;
  margin-right: 0;
}

.image-6 {
  height: 40px;
}

.text-span-5 {
  font-weight: 500;
}

.image-7, .image-8 {
  height: 40px;
}

.text-span-6 {
  font-weight: 500;
}

.image-9 {
  margin-top: 20px;
}

.note-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-11 {
  color: #666;
  font-size: 12px;
}

.text-block-12 {
  color: #666;
}

.stats-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  margin-top: 100px;
}

.stat-block {
  background-image: url('../images/fstat-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48%;
  padding: 80px 50px;
  display: flex;
}

.stat-block.stat1 {
  background-image: url('../images/pstat-1.png');
  margin-top: 40px;
}

.stat-block.stat2 {
  background-image: linear-gradient(#00b5e2, #00637c);
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
}

.stat-block.stat4 {
  background-image: url('../images/pstat-2.png');
  background-position: 50%;
  background-size: cover;
  align-items: flex-start;
  margin-top: -40px;
}

.heading-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 65px;
  font-weight: 500;
  line-height: 60px;
}

.heading-9 {
  color: #fff;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 137%;
}

@media screen and (max-width: 991px) {
  .hero-section {
    background-attachment: fixed;
  }

  .heading, .heading-2 {
    font-size: 38px;
    line-height: 50px;
  }

  .info-text {
    font-size: 18px;
  }

  .heading-3 {
    max-width: 100%;
    font-size: 36px;
  }

  .text-block-2 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .image-3 {
    padding-top: 40px;
  }

  .form-block {
    width: 100%;
    min-height: 450px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .features-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-4 {
    text-align: center;
    max-width: 600px;
    font-size: 36px;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .feature-box {
    flex-flow: column;
    justify-content: space-around;
    display: flex;
  }

  .heading-6 {
    font-size: 30px;
  }

  .heading-7 {
    font-size: 36px;
    line-height: 48px;
  }

  .text-block-9 {
    line-height: 25px;
  }

  .image-6 {
    vertical-align: super;
  }

  .stats-container {
    margin-top: 40px;
  }

  .stat-block.stat4 {
    margin-top: -40px;
  }
}

@media screen and (max-width: 767px) {
  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 60px;
  }

  .heading-6 {
    margin-top: 0;
  }

  .heading-7 {
    text-align: center;
  }

  .columns-2 {
    flex-flow: wrap-reverse;
  }

  .grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .column-2 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .stat-block.stat1 {
    width: 100%;
    margin-top: 0;
  }

  .stat-block.stat2 {
    width: 100%;
  }

  .stat-block.stat4 {
    width: 100%;
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Slice-1.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .heading {
    font-size: 36px;
    line-height: 45px;
  }

  .hero-buttons {
    flex-flow: column;
  }

  .heading-2 {
    font-size: 36px;
    font-weight: 400;
  }

  .grid-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-7 {
    line-height: 45px;
  }

  .text-block-10 {
    text-align: center;
  }
}

#w-node-f44bf4f0-e450-0f20-fd2b-474c90a836f9-2c0b319b {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_7cf851b4-00bd-147b-3982-93336fcd97c0-2c0b319b, #w-node-b941e25c-768d-3b66-3fa5-6ccc81eb9dad-2c0b319b, #w-node-_44e6f5fc-5029-8cc8-8911-94b5dd906d82-2c0b319b {
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_82b5899f-86e0-0199-09db-ae8ae90e298e-2c0b319b {
    order: 9999;
  }
}


@font-face {
  font-family: 'Gt America Standard';
  src: url('https://na.corpay.com/rs/319-HFX-032/images/GT-America-Standard-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Standard';
  src: url('https://na.corpay.com/rs/319-HFX-032/images/GT-America-Standard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Standard';
  src: url('https://na.corpay.com/rs/319-HFX-032/images/GT-America-Standard-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}