html {
  font-size: 62.5%;
}

.main .footer-push {
  height: 60px;
}

p,
h3,
h4 {
  margin: 0;
}

.site-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.container--white {
  background-color: #FFF;
}

.heading {
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 5.2rem;
  color: var(--coal-color, #393939);
  text-align: center;
  padding: 60px 0;
}

.gas-cashback {
  padding-bottom: 113px;
}
.gas-cashback ._heading {
  width: 334px;
  text-align: left;
}
.gas-cashback ._sub-heading {
  font-size: 2rem;
  line-height: 3.6rem;
  width: 472px;
  color: var(--coal-color, #515151);
}
.gas-cashback ._button {
  margin: 56px 0;
}
.gas-cashback ._button > a {
  font-size: 1.8rem;
  color: #FFF;
  background-color: var(--cash-color, #0076D6);
  padding: 10px 40px;
  border-radius: 22px;
  cursor: pointer;
  text-decoration: none;
}
.gas-cashback ._maple-leaf > img {
  height: 40px;
  width: 40px;
  vertical-align: middle;
}
.gas-cashback ._maple-leaf > span {
  margin-left: 8px;
  font-size: 1.8rem;
  line-height: 36px;
  color: var(--coal-color, #393939);
  vertical-align: middle;
}
.gas-cashback ._flex-item-image-mb {
  display: none;
}
.gas-cashback ._flex-item-image-dk > img {
  width: 430px;
  height: 640px;
}

.partner-section {
  background-color: var(--cash-color, #9E429E);
  padding: 48px 0;
}
.partner-section ._heading {
  font-size: 2.2rem;
  color: #FFF;
  line-height: 3.6rem;
  font-weight: normal;
  padding: 0;
}
.partner-section ._button {
  margin-top: 20px;
  text-align: center;
}
.partner-section ._button .--active {
  background-color: var(--white-color, #49A83E);
  color: var(--cash-color, #FFF);
  font-size: 1.8rem;
  border-radius: 22.5px;
  padding: 12px 46px;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
.partner-section ._button .--active :hover {
  text-decoration: none;
}

.how-it-works {
  background-color: #F7F7F7;
  padding: 112px 32px;
}
.how-it-works .-flex-item {
  flex: 1;
}
.how-it-works .-flex-item > p {
  color: var(--coal-color, #393939);
  text-align: center;
}
.how-it-works .-flex-item img {
  height: 143px;
  width: 143px;
}
.how-it-works .-flex-item ._heading {
  font-size: 3.6rem;
  line-height: 4.8rem;
  padding-top: 64px;
  padding-bottom: 16px;
}
.how-it-works .-flex-item ._sub-heading {
  font-size: 2rem;
  line-height: 3.6rem;
}

.marq {
  height: 41.2607450046vw;
  max-width: 100vw;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.marq > div {
  width: 100%;
  background: url("/assets/img/newhome/CLogoBanner2.min.svg") repeat-x;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate3d(0, 0, 0);
  animation: moveSlideshow 120s linear infinite;
}

@keyframes moveSlideshow {
  100% {
    background-position: -100vw 0;
  }
}
.hero-banner-vector {
  background-image: url("/assets/img/themes/default/newhome/Rectangle1x.svg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 58.6854460094vw;
}

.theme-reskin .hero-banner-vector {
  background-image: url("/assets/img/themes/reskin/newhome/Rectangle1x.svg");
}

.hero-banner {
  padding-top: 46px;
  height: 100vh;
}
.hero-banner ._flex {
  flex-wrap: nowrap;
}
.hero-banner ._hero-img > img {
  width: 100%;
  max-width: 700px;
}
.hero-banner ._hero-text {
  padding-top: 64px;
  padding-left: 40px;
}
.hero-banner ._hero-text ._heading {
  color: #FFF;
  width: 443px;
  text-align: left;
  padding: 0;
}
.hero-banner ._hero-text ._subheading {
  color: #FFF;
  font-size: 20px;
  padding-top: 14px;
}
.hero-banner ._hero-text ._app-icons {
  padding: 24px 0px;
}
.hero-banner ._hero-text ._app-icons > a > img {
  width: 149px;
}
.hero-banner ._hero-text > a {
  color: #FFF;
  text-decoration: underline;
  font-size: 1.8rem;
}

.header {
  padding: 16px 56px;
}
.header .header_logo {
  flex-grow: 1;
}
.header .header_logo > img {
  width: 156px;
}
.header .header_logo .proud {
  color: #ffffff;
  font-size: 12px;
  padding-top: 3px;
  position: absolute;
  width: 85%;
}
.header .header_logo .proud > img {
  position: relative;
  top: 2px;
}
.header .header-login {
  margin-top: 12px;
}
.header .header-login > a {
  border: 1px solid #FFF;
  background-color: transparent;
  border-radius: 22.5px;
  font-size: 14px;
  color: #FFF;
  padding: 12px 30px;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}
.header .drop-wrap {
  font-size: 1.6rem;
  margin: 12px 0px 12px 82px;
}
.header .drop-wrap .drop-control > a {
  cursor: pointer;
}
.header .drop-wrap .drop-control .dropdown-toggle {
  font-size: 1.8rem;
  color: #FFF;
  text-decoration: none;
}
.header .drop-wrap .drop-control .dropdown-toggle :hover {
  text-decoration: none;
}
.header .drop-wrap .drop-control > img {
  width: 16px;
  height: 16px;
  vertical-align: text-top;
}
.header .drop-wrap .drop {
  margin: 10px 0;
  right: 8px;
  border-radius: 11px;
  width: 180px;
}
.header .drop-wrap .drop li {
  border: none;
  padding: 8px 12px;
}
.header .drop-wrap .drop li > a {
  color: #515151;
  text-decoration: none;
}
.header .drop-wrap .drop li .lang-selected {
  color: #0076D6;
}
.header .drop-wrap .drop li:not(:first-child) {
  cursor: pointer;
}
.header .drop-wrap .drop li:not(:first-child) :hover,
.header .drop-wrap .drop li:not(:first-child) :active {
  color: #0076D6;
}
.header .menu-mb,
.header .lang-selector-mb,
.header .modal {
  display: none;
}

.testimonials {
  background-color: #F7F7F7;
  text-align: center;
  padding: 102px 0 48px 0;
}
.testimonials ._body {
  background-color: #F7F7F7;
}
.testimonials ._body > ul {
  position: relative;
}
.testimonials ._body ._flex {
  flex-wrap: nowrap;
}
.testimonials ._body ._flex img {
  width: 69px;
  height: 47px;
}
.testimonials ._body ._flex ._content {
  padding: 0 16px;
}
.testimonials ._body ._flex ._content ._comment {
  font-size: 3.8rem;
}
.testimonials ._body ._flex ._content ._author {
  font-size: 2.2rem;
  padding-top: 48px;
  font-weight: 100;
}
.testimonials ._body ._flex ._closing-quote {
  align-self: flex-end;
  transform: rotate(180deg);
}
.testimonials ._body .slick-list {
  margin: 0 200px;
}
.testimonials ._body .slick-prev {
  left: 25px;
  background-image: url("/shared/assets/img/arrows/large-black-right.png");
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.testimonials ._body .slick-prev:before {
  color: #000000;
  font-size: 3.8rem;
  content: none;
}
.testimonials ._body .slick-next {
  right: 25px;
  background-image: url("/shared/assets/img/arrows/large-black-right.png");
  background-repeat: no-repeat;
}
.testimonials ._body .slick-next:before {
  color: #000000;
  font-size: 3.8rem;
  content: none;
}
.testimonials ._button {
  margin: 56px 0;
}
.testimonials ._button > a {
  font-size: 1.8rem;
  color: #FFF;
  background-color: var(--cash-color, #0076D6);
  padding: 10px 40px;
  border-radius: 22px;
  cursor: pointer;
  text-decoration: none;
}

@media (max-width: 768px) {
  .heading {
    padding: 56px 16px;
  }

  .how-it-works {
    padding: 112px 16px;
  }
  .how-it-works .-flex-item {
    flex: auto;
    width: auto;
    text-align: center;
  }
  .how-it-works .-flex-item ._sub-heading {
    padding-bottom: 56px;
    width: auto;
  }

  .partner-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .gas-cashback {
    padding-bottom: 56px;
  }
  .gas-cashback ._heading,
.gas-cashback ._sub-heading,
.gas-cashback ._maple-leaf {
    width: auto;
    text-align: center;
    padding: 16px;
  }
  .gas-cashback ._button,
.gas-cashback ._flex-item-image-dk {
    display: none;
  }
  .gas-cashback ._flex-item-image-mb {
    display: block;
    margin-top: -136px;
  }
  .gas-cashback ._flex-item-image-mb > img {
    width: 267px;
    height: 595px;
  }

  .hero-banner {
    height: auto;
  }
  .hero-banner ._hero-text {
    padding: 0 16px;
  }
  .hero-banner ._hero-text ._heading,
.hero-banner ._hero-text ._subheading,
.hero-banner ._hero-text ._app-icons {
    width: auto;
    text-align: center;
  }
  .hero-banner ._hero-text ._heading > a,
.hero-banner ._hero-text ._subheading > a,
.hero-banner ._hero-text ._app-icons > a {
    display: block;
  }
  .hero-banner ._hero-text > a {
    display: none;
  }

  ._hero-img {
    display: none;
  }

  .header {
    padding: 16px;
  }
  .header .header-login,
.header .drop-wrap {
    display: none;
  }
  .header .menu-mb {
    display: block;
  }
  .header .menu-mb > img {
    width: 25px;
    height: 19px;
  }

  .hero-banner-vector {
    background-position: 24% 0;
    min-height: 650px;
  }

  .modal-dialog {
    margin: 0px;
    height: 100%;
    width: 100%;
  }

  .modal-content {
    background: #9E429E;
    height: 100%;
    border: none;
  }
  .modal-content .modal-header::before,
.modal-content .modal-header::after {
    content: none;
  }

  .modal-header {
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .modal-header > img {
    height: 37px;
    width: 128px;
  }
  .modal-header > button {
    background: transparent;
    border: none;
  }
  .modal-header > button > img {
    width: 19px;
    height: 19px;
  }

  .modal-body {
    padding: 12px 24px;
  }
  .modal-body ul {
    list-style: none;
    padding: 0;
  }
  .modal-body ul :first-child > a {
    font-size: 1.8rem;
    color: #FFF;
    text-decoration: none;
  }
  .modal-body ul :not(:first-child) > a {
    text-decoration: none;
    font-size: 1.6rem;
    color: #FFF;
  }
  .modal-body ul :not(:first-child) > a :active {
    color: #000000;
  }
  .modal-body ul li {
    padding-bottom: 16px;
  }
  .modal-body ul li .lang-selected {
    color: #000000;
  }

  .testimonials ._body .slick-list {
    margin: 0;
  }
  .testimonials ._body ._flex {
    flex-direction: column;
    align-items: center;
  }
  .testimonials ._body ._flex ._closing-quote {
    align-self: center;
    padding: 28px 0;
  }
  .testimonials ._body ._flex ._content {
    padding-top: 28px;
  }
  .testimonials ._body .slick-prev:before,
.testimonials ._body .slick-next:before {
    display: none;
  }
  .testimonials ._button {
    display: none;
  }

  .marq {
    height: 100vw;
  }
  .marq > div {
    width: 242.36%;
  }

  @keyframes moveSlideshow {
    100% {
      background-position: -242.36vw 0;
    }
  }
}

/*# sourceMappingURL=index.css.map */
