/* vendor font locations */
@use "sass:math";
/* media query mixin */
/* get rid of list formatting */
/* prevent long links from breaking out of container */
/* creates a colored circle with an icon in the middle */
/* formats the placeholder text within an input field */
.grid-section .button {
  padding: 20px; }
  .grid-section .button i {
    margin-left: 5px; }

.fares-passes-wave {
  display: flex;
  border: 1px solid #8fcbff;
  border-radius: 10px;
  padding: 20px 10px;
  gap: 30px;
  margin-top: -25px;
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    .fares-passes-wave {
      flex-direction: column;
      gap: 0;
      padding: 20px; } }
  .fares-passes-wave__img {
    flex-shrink: 0;
    position: relative;
    width: 250px;
    margin: -50px 0;
    top: 10px;
    text-align: center; }
    @media (max-width: 767px) {
      .fares-passes-wave__img {
        margin: 0;
        top: 0;
        width: 100%; } }
    @media (max-width: 767px) {
      .fares-passes-wave__img img {
        width: 250px; } }
  .fares-passes-wave__text {
    width: 100%;
    display: flex; }
    @media (max-width: 1050px) {
      .fares-passes-wave__text {
        flex-direction: column;
        gap: 20px; } }
  .fares-passes-wave__main {
    flex-shrink: 0;
    width: 350px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; }
    @media (max-width: 767px) {
      .fares-passes-wave__main {
        width: 100%;
        align-items: center;
        text-align: center; } }
    .fares-passes-wave__main h2 {
      font-weight: normal !important;
      margin-bottom: 15px; }
    .fares-passes-wave__main p {
      margin: 0;
      font-size: 16px;
      text-transform: uppercase; }
  .fares-passes-wave__btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 50px; }
    @media (max-width: 1050px) {
      .fares-passes-wave__btn {
        justify-content: flex-start;
        padding: 0; } }
    @media (max-width: 767px) {
      .fares-passes-wave__btn {
        justify-content: center;
        margin-bottom: 10px; } }

.wave-new-bar {
  background: #ff9757;
  background: linear-gradient(90deg, #ff9757 0%, #ffd752 100%);
  padding: 15px 30px; }
  .wave-new-bar__inner {
    display: flex;
    flex-direction: row;
    gap: 30px; }
    @media (max-width: 575px) {
      .wave-new-bar__inner {
        flex-direction: column;
        gap: 5px; } }
    .wave-new-bar__inner-launch {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-size: 20px;
      text-transform: uppercase; }
      @media (max-width: 575px) {
        .wave-new-bar__inner-launch {
          font-size: 18px; } }
      .wave-new-bar__inner-launch i {
        margin-top: 4px; }
    .wave-new-bar__inner-notify {
      font-size: 18px;
      white-space: nowrap; }
      @media (max-width: 575px) {
        .wave-new-bar__inner-notify {
          margin-left: 27px; } }
      .wave-new-bar__inner-notify a {
        color: black;
        text-decoration: underline; }
      .wave-new-bar__inner-notify i:before {
        color: black;
        font-size: 14px; }

@media (max-width: 930px) {
  .wave-started-intro .image-content {
    gap: 30px; } }

.wave-started-intro .image-content__img {
  width: 35%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  justify-content: flex-start; }
  @media (max-width: 930px) {
    .wave-started-intro .image-content__img {
      width: 100%;
      justify-content: center; } }

.wave-started-intro .image-content__text {
  width: 65%;
  justify-content: flex-start; }
  @media (max-width: 930px) {
    .wave-started-intro .image-content__text {
      width: 100%;
      justify-content: center;
      text-align: center; } }
  .wave-started-intro .image-content__text-content {
    max-width: 700px; }

.wave-started-intro .image-content__text-content .image-content__text-title {
  font-size: 60px;
  line-height: 1.1; }
  @media (max-width: 767px) {
    .wave-started-intro .image-content__text-content .image-content__text-title {
      font-size: 36px; } }

.wave-started-intro .image-content__text-content p {
  font-size: 22px;
  margin-top: 20px; }

.wave-started-intro__link {
  display: flex;
  align-items: center;
  gap: 7px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  margin-top: 30px; }
  @media (max-width: 930px) {
    .wave-started-intro__link {
      justify-content: center; } }
  .wave-started-intro__link a {
    color: black; }

.wave-started-wrap {
  background: #f5f5f5;
  padding: 70px 80px; }
  @media (max-width: 991px) {
    .wave-started-wrap {
      padding: 50px 30px; } }
  @media (max-width: 575px) {
    .wave-started-wrap {
      border-radius: 0;
      margin-left: -30px;
      margin-right: -30px; } }

.wave-started-types__intro {
  margin-bottom: 30px; }
  .wave-started-types__intro h2 {
    font-size: 30px;
    font-weight: bold; }

.wave-started-types > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 15px; }
  .wave-started-types > ul > li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; }
    .wave-started-types > ul > li > strong {
      font-size: 16px;
      font-weight: bold;
      text-transform: uppercase; }

.wave-started-types__type {
  all: unset;
  width: 100%;
  display: flex;
  gap: 15px;
  border-radius: 10px;
  box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #d8d8d8;
  background-color: white;
  padding: 15px 30px;
  transition: all 0.3s ease-in-out; }
  .wave-started-types__type:hover, .wave-started-types__type:active, .wave-started-types__type:focus-visible {
    border: 1px solid #0068BD;
    box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, 0.24); }
  .wave-started-types__type-text {
    width: 100%; }
    .wave-started-types__type-text strong {
      display: block;
      font-size: 24px;
      font-weight: 600;
      line-height: 1.2;
      margin-bottom: 10px; }
      @media (max-width: 575px) {
        .wave-started-types__type-text strong {
          font-size: 22px; } }
    .wave-started-types__type-text p {
      font-size: 16px;
      line-height: 1.2;
      margin: 0;
      margin-top: 2px;
      color: #555555;
      max-width: 900px; }
  .wave-started-types__type-icon {
    display: flex;
    align-items: center; }
    .wave-started-types__type-icon i {
      color: #0068bd; }

.wave-started-methods__back {
  margin-bottom: 30px; }
  .wave-started-methods__back i {
    margin-top: -2px; }
  .wave-started-methods__back a {
    color: black;
    font-size: 16px;
    display: inline-flex;
    gap: 5px;
    align-items: center;
    text-decoration: none; }
    .wave-started-methods__back a:hover span, .wave-started-methods__back a:focus-visible span {
      text-decoration: underline; }

.wave-started-methods__intro {
  margin-bottom: 30px; }
  .wave-started-methods__intro h2 {
    font-size: 30px;
    font-weight: bold; }

.wave-started-methods > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 15px; }
  .wave-started-methods > ul > li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; }

.wave-started-methods__method {
  all: unset;
  width: 100%;
  display: flex;
  gap: 15px;
  border: 1px solid red;
  border-radius: 10px;
  box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #d8d8d8;
  background-color: white;
  transition: all 0.3s ease-in-out; }
  .wave-started-methods__method:hover, .wave-started-methods__method:active, .wave-started-methods__method:focus-visible {
    border: 1px solid #0068BD;
    box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, 0.24); }
  @media (max-width: 800px) {
    .wave-started-methods__method {
      flex-direction: column-reverse;
      gap: 0; } }
  .wave-started-methods__method-text {
    width: 100%;
    border-right: 1px solid #d8d8d8;
    padding: 20px 30px; }
    .wave-started-methods__method-text strong {
      font-size: 24px;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 10px; }
      @media (max-width: 575px) {
        .wave-started-methods__method-text strong {
          margin-bottom: 0; } }
      .wave-started-methods__method-text strong i {
        font-size: 15px;
        margin-top: 5px; }
    .wave-started-methods__method-text ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: inline-flex;
      flex-direction: column;
      flex-wrap: wrap; }
      .wave-started-methods__method-text ul li {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 18px;
        border-bottom: 1px solid #d8d8d8;
        padding: 10px 0; }
        .wave-started-methods__method-text ul li:last-child {
          border-bottom: none; }
        .wave-started-methods__method-text ul li i {
          font-size: 20px;
          margin-top: 3px;
          margin-right: 7px; }
  .wave-started-methods__method-img {
    flex-shrink: 0;
    padding: 20px 30px;
    display: flex;
    align-items: center; }
    @media (max-width: 800px) {
      .wave-started-methods__method-img {
        padding-bottom: 0; } }
    .wave-started-methods__method-img img {
      width: 250px;
      height: auto;
      max-height: 200px;
      object-fit: contain;
      margin: 0 auto; }

.wave-started-steps__back {
  margin-bottom: 30px; }
  .wave-started-steps__back i {
    margin-top: -2px; }
  .wave-started-steps__back a {
    color: black;
    font-size: 16px;
    display: inline-flex;
    gap: 5px;
    align-items: center;
    text-decoration: none; }
    .wave-started-steps__back a:hover span, .wave-started-steps__back a:focus-visible span {
      text-decoration: underline; }

.wave-started-steps__intro {
  margin-bottom: 30px; }
  .wave-started-steps__intro h2 {
    font-size: 30px;
    font-weight: bold; }
  .wave-started-steps__intro a {
    text-decoration: underline; }

.wave-started-steps > ul {
  list-style: none;
  margin: 0;
  padding: 40px 50px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 15px;
  border-radius: 10px;
  box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #d8d8d8;
  background-color: white; }
  @media (max-width: 575px) {
    .wave-started-steps > ul {
      margin-left: -30px;
      margin-right: -30px;
      border-radius: 0;
      padding: 30px; } }
  .wave-started-steps > ul > li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 40px;
    margin-bottom: 30px; }
    .wave-started-steps > ul > li:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }

.wave-started-steps__step {
  width: 100%;
  display: flex;
  gap: 40px; }
  @media (max-width: 800px) {
    .wave-started-steps__step {
      flex-direction: column-reverse;
      gap: 20px; } }
  .wave-started-steps__step-text {
    width: 100%; }
    .wave-started-steps__step-text strong {
      font-size: 22px;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 10px; }
      @media (max-width: 575px) {
        .wave-started-steps__step-text strong {
          margin-bottom: 0; } }
    .wave-started-steps__step-text p {
      max-width: 850px; }
    .wave-started-steps__step-text ul {
      padding: 0 15px;
      max-width: 850px; }
      .wave-started-steps__step-text ul li {
        display: list-item;
        list-style: disc;
        margin: 7px 0; }
  .wave-started-steps__step-img {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    border: 0;
    width: 250px; }
    @media (max-width: 800px) {
      .wave-started-steps__step-img {
        padding-bottom: 0; } }
    .wave-started-steps__step-img img {
      width: 100%;
      height: auto;
      max-height: none;
      object-fit: fill;
      margin: 0 auto; }

.wave-started-steps__supported {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px; }
  @media (max-width: 991px) {
    .wave-started-steps__supported {
      flex-direction: column;
      gap: 20px; } }
  .wave-started-steps__supported ul li {
    margin: 0; }

.wave-started-steps-organization {
  list-style: none !important;
  margin: 0 !important;
  padding: 40px 50px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  flex-direction: column !important;
  gap: 15px !important;
  border-radius: 10px !important;
  box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, 0.08) !important;
  border: 1px solid #d8d8d8 !important;
  background-color: white !important; }
  .wave-started-steps-organization > li:not(:last-child) {
    border-bottom: 1px solid #d8d8d8;
    list-style: none;
    margin: 0;
    margin-bottom: 40px;
    padding: 0;
    padding-bottom: 40px;
    display: flex; }

@media (max-width: 991px) {
  .wave-new-hero {
    border-bottom: 1px solid #d8d8d8; } }

.wave-new-hero .home-hero__text-wrap {
  padding: 10% 30px; }

.wave-new-hero .home-hero__text-container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto; }

.wave-new-hero .home-hero__text {
  left: 0;
  width: 600px; }
  .wave-new-hero .home-hero__text .heading {
    font-size: 60px; }
  .wave-new-hero .home-hero__text strong {
    display: block;
    font-size: 22px;
    line-height: 30px; }

.wave-new-hero .home-hero__text-mobile .heading {
  font-size: 36px; }

.wave-new-hero .home-hero__text-mobile strong {
  font-size: 20px; }

.wave-new-paper__intro {
  text-align: center;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 70px;
  max-width: 830px; }
  @media (max-width: 991px) {
    .wave-new-paper__intro {
      margin-top: 50px;
      margin-bottom: 30px; } }
  .wave-new-paper__intro h2 {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .wave-new-paper__intro h2 {
        font-size: 36px; } }

.wave-new-paper__content {
  display: flex;
  gap: 40px; }
  @media (max-width: 1199px) {
    .wave-new-paper__content {
      gap: 30px; } }
  @media (max-width: 991px) {
    .wave-new-paper__content {
      flex-direction: column; } }
  .wave-new-paper__content > div {
    background: #f5f5f5;
    width: 33.3333333333%;
    padding: 70px 30px;
    text-align: center; }
    @media (max-width: 1199px) {
      .wave-new-paper__content > div {
        padding: 30px; } }
    @media (max-width: 991px) {
      .wave-new-paper__content > div {
        width: 100%;
        padding: 50px 30px; } }
    @media (max-width: 767px) {
      .wave-new-paper__content > div {
        padding: 30px; } }

.wave-new-paper__img {
  height: 300px;
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .wave-new-paper__img {
      height: auto;
      margin-bottom: 30px; } }
  .wave-new-paper__img img {
    height: 100%;
    object-fit: contain; }
    @media (max-width: 991px) {
      .wave-new-paper__img img {
        height: auto;
        max-height: 200px; } }

.wave-new-paper__text {
  text-align: left;
  max-width: 420px;
  margin: 0 auto; }
  .wave-new-paper__text-new {
    display: inline-block;
    padding: 5px 10px;
    background: black;
    color: white;
    border-radius: 20px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .wave-new-paper__text h3 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .wave-new-paper__text h3 {
        font-size: 28px; } }
  .wave-new-paper__text ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .wave-new-paper__text ul li {
      display: flex;
      padding: 5px 0;
      border-bottom: 1px solid #d8d8d8; }
      .wave-new-paper__text ul li:last-child {
        border-bottom: none; }
      .wave-new-paper__text ul li:before {
        content: "\f00c";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        color: #0068bd;
        margin-right: 10px; }

.wave-new-2col {
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 120px 60px; }
  @media (max-width: 991px) {
    .wave-new-2col {
      flex-direction: column-reverse;
      padding: 50px 30px; } }
  @media (max-width: 767px) {
    .wave-new-2col {
      padding: 30px; } }
  .wave-new-2col__text {
    width: 55%;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    @media (max-width: 991px) {
      .wave-new-2col__text {
        width: 100%;
        text-align: center; } }
    .wave-new-2col__text-inner {
      max-width: 800px; }
      @media (max-width: 991px) {
        .wave-new-2col__text-inner {
          max-width: none; } }
    .wave-new-2col__text h2 {
      font-size: 60px;
      font-weight: bold;
      margin-bottom: 20px; }
      @media (max-width: 991px) {
        .wave-new-2col__text h2 {
          font-size: 36px; } }
      .wave-new-2col__text h2.heading {
        font-size: 36px; }
        @media (max-width: 991px) {
          .wave-new-2col__text h2.heading {
            font-size: 28px; } }
  .wave-new-2col__img {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 991px) {
      .wave-new-2col__img {
        width: 100%; } }
    .wave-new-2col__img img, .wave-new-2col__img video {
      width: 100%;
      margin-top: 50px; }
      @media (max-width: 991px) {
        .wave-new-2col__img img, .wave-new-2col__img video {
          width: 90vw;
          margin-top: 0; } }
  .wave-new-2col__content {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 50px 0;
    align-items: flex-start; }
    @media (max-width: 991px) {
      .wave-new-2col__content {
        max-width: none;
        align-items: center; } }
  .wave-new-2col__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      .wave-new-2col__item {
        flex-direction: column; } }
    .wave-new-2col__item > * {
      max-width: 460px; }
    .wave-new-2col__item:last-child {
      padding-bottom: 0;
      border-bottom: none;
      margin-bottom: 0; }
    .wave-new-2col__item-img {
      flex-shrink: 0;
      margin: 0 auto;
      width: 100px;
      height: 100px;
      background: #0068bd;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .wave-new-2col__item-img img {
        width: 50%;
        height: 50%; }
    .wave-new-2col__item-img--alt {
      width: 160px;
      height: 130px;
      background: white;
      border-radius: 15px;
      border: 1px solid #d6d6d6; }
    .wave-new-2col__item-text {
      width: 100%;
      margin: 0 auto;
      text-align: left; }
      @media (max-width: 991px) {
        .wave-new-2col__item-text {
          text-align: center; } }
      .wave-new-2col__item-text h3 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px; }
      .wave-new-2col__item-text p {
        font-size: 18px;
        margin: 0; }

.wave-new-account-wrap {
  /*background-position: 140% 50%;
    background-size: 60%;
    background-repeat: no-repeat;

    @include for-size(tablet-landscape-down) {
        background-position: 50% 10%;
        padding-top: 60%;
    }
    @include for-size(tablet-down) {
        background-position: 50% 7%;
    }
    @include for-size(phone-down) {
        background-position: 50% 5%;
    }
    @include for-size(phone-sm-down) {
        background-position: 50% 4%;
    }*/ }

.wave-new-account {
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 120px 60px; }
  @media (max-width: 991px) {
    .wave-new-account {
      flex-direction: column-reverse;
      padding: 50px 30px; } }
  @media (max-width: 767px) {
    .wave-new-account {
      padding: 30px; } }
  .wave-new-account__text {
    width: 55%;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    @media (max-width: 991px) {
      .wave-new-account__text {
        width: 100%;
        text-align: center; } }
    .wave-new-account__text-inner {
      max-width: 800px; }
      @media (max-width: 991px) {
        .wave-new-account__text-inner {
          max-width: none; } }
    .wave-new-account__text h2 {
      max-width: 600px;
      font-size: 60px;
      font-weight: bold;
      margin-bottom: 20px; }
      @media (max-width: 991px) {
        .wave-new-account__text h2 {
          font-size: 36px;
          margin: 0 auto;
          margin-bottom: 20px; } }
  .wave-new-account__img {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 991px) {
      .wave-new-account__img {
        width: 100%; } }
    .wave-new-account__img img, .wave-new-account__img video {
      width: 100%;
      margin-top: 50px; }
      @media (max-width: 991px) {
        .wave-new-account__img img, .wave-new-account__img video {
          width: 90vw;
          margin-top: 0; } }
  .wave-new-account__content {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 50px 0;
    align-items: flex-start; }
    @media (max-width: 991px) {
      .wave-new-account__content {
        max-width: none;
        align-items: center; } }
  .wave-new-account__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      .wave-new-account__item {
        flex-direction: column; } }
    .wave-new-account__item > * {
      max-width: 420px; }
    .wave-new-account__item:last-child {
      padding-bottom: 0;
      border-bottom: none;
      margin-bottom: 0; }
    .wave-new-account__item-img {
      flex-shrink: 0;
      margin: 0 auto;
      width: 100px;
      height: 100px;
      background: #0068bd;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .wave-new-account__item-img img {
        width: 50%;
        height: 50%; }
    .wave-new-account__item-text {
      width: 100%;
      margin: 0 auto;
      text-align: left; }
      @media (max-width: 991px) {
        .wave-new-account__item-text {
          text-align: center; } }
      .wave-new-account__item-text h3 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px; }
      .wave-new-account__item-text p {
        font-size: 18px;
        margin: 0; }

.wave-new-best {
  display: flex !important;
  flex-wrap: nowrap; }
  @media (max-width: 991px) {
    .wave-new-best {
      flex-wrap: wrap;
      flex-direction: column-reverse; } }
  .wave-new-best__img {
    width: 50%;
    background: gray;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position: center top; }
    @media (max-width: 991px) {
      .wave-new-best__img {
        width: 100%;
        padding-top: 70%; } }
  .wave-new-best__text {
    width: 50%;
    padding: 75px;
    background: #005295;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white; }
    @media (max-width: 991px) {
      .wave-new-best__text {
        width: 100%;
        padding: 50px; } }
    @media (max-width: 767px) {
      .wave-new-best__text {
        padding: 30px; } }
    .wave-new-best__text-content {
      max-width: 600px; }
      .wave-new-best__text-content img {
        width: 150px;
        height: 150px;
        margin-bottom: 40px; }
      .wave-new-best__text-content h2 {
        font-size: 45px;
        font-weight: bold;
        margin-bottom: 20px; }
        @media (max-width: 991px) {
          .wave-new-best__text-content h2 {
            font-size: 36px; } }
      .wave-new-best__text-content p {
        color: white; }
    .wave-new-best__text-link {
      margin-top: 40px; }

.wave-new-what__intro {
  text-align: center;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 50px;
  max-width: 830px; }
  @media (max-width: 991px) {
    .wave-new-what__intro {
      margin-top: 50px; } }
  .wave-new-what__intro h2 {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .wave-new-what__intro h2 {
        font-size: 36px; } }
  .wave-new-what__intro strong {
    display: block;
    font-size: 36px;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .wave-new-what__intro strong {
        font-size: 24px; } }

.wave-new-what__content {
  display: flex;
  gap: 60px;
  margin: 80px 0; }
  @media (max-width: 991px) {
    .wave-new-what__content {
      flex-direction: column;
      margin: 40px 0; } }
  .wave-new-what__content > div {
    width: 33.3333333333%;
    text-align: center; }
    @media (max-width: 991px) {
      .wave-new-what__content > div {
        width: 100%; } }

.wave-new-what__item {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px; }
  .wave-new-what__item-img img {
    max-width: 400px;
    width: 100%; }
  .wave-new-what__item-text {
    max-width: 333px;
    margin: 0 auto; }
    .wave-new-what__item-text h3 {
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 20px; }
    .wave-new-what__item-text p {
      font-size: 18px;
      margin: 0; }

.wave-new-what__pay {
  text-align: center;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 80px; }
  @media (max-width: 991px) {
    .wave-new-what__pay {
      margin-bottom: 60px; } }
  .wave-new-what__pay-img img {
    width: 60px;
    margin-bottom: 20px; }
  .wave-new-what__pay-text h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px; }
  .wave-new-what__pay-text p {
    font-size: 18px;
    margin: 0; }

.wave-new-more {
  padding: 100px 0; }
  @media (max-width: 991px) {
    .wave-new-more {
      padding: 50px 0; } }
  .wave-new-more h2 {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center; }
    @media (max-width: 991px) {
      .wave-new-more h2 {
        font-size: 36px; } }
  .wave-new-more__content {
    display: flex;
    gap: 20px; }
    @media (max-width: 991px) {
      .wave-new-more__content {
        flex-direction: column;
        gap: 40px; } }
    .wave-new-more__content > div {
      width: 33.3333333333%;
      padding: 30px 10px;
      text-align: center; }
      @media (max-width: 1199px) {
        .wave-new-more__content > div {
          padding: 30px 0; } }
      @media (max-width: 991px) {
        .wave-new-more__content > div {
          width: 100%;
          padding: 0; } }
    .wave-new-more__content--2col > div {
      width: 50%; }
      @media (max-width: 991px) {
        .wave-new-more__content--2col > div {
          width: 100%; } }
  .wave-new-more__item {
    display: flex;
    flex-direction: column;
    gap: 20px; }
    .wave-new-more__item-img {
      margin: 0 auto;
      width: 100px;
      height: 100px;
      background: #0068bd;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .wave-new-more__item-img img {
        width: 50%;
        height: 50%; }
    .wave-new-more__item-text {
      max-width: 410px;
      margin: 0 auto; }
      .wave-new-more__item-text h3 {
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 20px; }
      .wave-new-more__item-text p {
        font-size: 18px;
        margin: 0;
        min-height: 60px; }
        @media (max-width: 991px) {
          .wave-new-more__item-text p {
            min-height: 0; } }
      .wave-new-more__item-text strong {
        display: block;
        font-size: 22px; }
      .wave-new-more__item-text-button {
        margin-top: 30px; }

.wave-new-retail {
  padding: 100px 0; }
  @media (max-width: 767px) {
    .wave-new-retail {
      padding: 50px 0; } }
  .wave-new-retail__intro {
    display: flex;
    align-items: center;
    gap: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #d8d8d8; }
    @media (max-width: 991px) {
      .wave-new-retail__intro {
        flex-direction: column-reverse;
        gap: 40px; } }
    @media (max-width: 767px) {
      .wave-new-retail__intro {
        padding-bottom: 50px; } }
    .wave-new-retail__intro-text {
      width: 40%;
      padding: 40px 0;
      text-align: left; }
      @media (max-width: 991px) {
        .wave-new-retail__intro-text {
          width: 100%;
          padding: 0;
          text-align: center; } }
      .wave-new-retail__intro-text h2 {
        font-size: 60px;
        font-weight: bold;
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          .wave-new-retail__intro-text h2 {
            font-size: 36px; } }
    .wave-new-retail__intro-img {
      width: 60%;
      text-align: center; }
      @media (max-width: 991px) {
        .wave-new-retail__intro-img {
          width: 100%; } }
      .wave-new-retail__intro-img img {
        width: 100%; }
        @media (max-width: 991px) {
          .wave-new-retail__intro-img img {
            max-width: 500px; } }
  .wave-new-retail__info {
    text-align: center;
    font-size: 20px;
    border: 1px solid #d8d8d8;
    border-radius: 15px;
    padding: 50px;
    margin-top: 50px; }
    .wave-new-retail__info strong {
      font-size: 60px;
      color: #0068bd; }
    .wave-new-retail__info-divider {
      background: #a2a2a2;
      height: 1px;
      width: 30px;
      margin: 0 auto;
      margin-bottom: 15px; }
    .wave-new-retail__info-comp {
      font-size: 16px;
      font-style: italic; }
  .wave-new-retail__purchase {
    padding-top: 50px;
    text-align: left; }
    .wave-new-retail__purchase h2 {
      font-size: 36px;
      font-weight: bold;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .wave-new-retail__purchase h2 {
          font-size: 24px; } }
  .wave-new-retail__content {
    display: flex;
    gap: 25px;
    margin-top: 50px; }
    @media (max-width: 767px) {
      .wave-new-retail__content {
        flex-direction: column; } }
    .wave-new-retail__content > div {
      width: 33.3333%; }
      @media (max-width: 767px) {
        .wave-new-retail__content > div {
          width: 100%; } }
  .wave-new-retail__item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    border: 1px solid #d8d8d8;
    padding: 40px 50px;
    border-radius: 10px;
    text-align: left; }
    @media (max-width: 991px) {
      .wave-new-retail__item {
        padding: 30px; } }
    .wave-new-retail__item h3 {
      font-size: 22px;
      font-weight: bold; }
    .wave-new-retail__item p {
      font-size: 18px;
      margin: 0; }
    .wave-new-retail__item-price {
      font-size: 22px;
      font-weight: bold;
      color: #0068bd;
      margin-top: 10px; }

.wave-new-capping {
  padding: 100px 0; }
  @media (max-width: 767px) {
    .wave-new-capping {
      padding: 50px 0; } }
  .wave-new-capping__intro {
    text-align: center;
    margin: 0 auto; }
    .wave-new-capping__intro-img {
      text-align: center;
      margin-bottom: 30px; }
      .wave-new-capping__intro-img img {
        width: 180px; }
    .wave-new-capping__intro h2 {
      font-weight: bold;
      margin-bottom: 20px; }
      .wave-new-capping__intro h2:not(.heading) {
        font-size: 60px; }
        @media (max-width: 991px) {
          .wave-new-capping__intro h2:not(.heading) {
            font-size: 36px; } }
    .wave-new-capping__intro p {
      max-width: 1050px;
      margin: 0 auto; }
  .wave-new-capping__savings {
    margin: 50px auto;
    margin-bottom: 0;
    text-align: center; }
    @media (max-width: 767px) {
      .wave-new-capping__savings {
        margin: 25px 0;
        margin-bottom: 0; } }
  .wave-new-capping__bar {
    display: inline-flex;
    flex-wrap: nowrap;
    gap: 15px; }
    @media (max-width: 991px) {
      .wave-new-capping__bar {
        flex-direction: column; } }
    @media (max-width: 767px) {
      .wave-new-capping__bar {
        flex-direction: column;
        gap: 20px; } }
    .wave-new-capping__bar-inner {
      display: flex;
      align-items: center;
      background: #f5f5f5;
      border-radius: 10px;
      gap: 15px;
      padding: 10px 15px; }
      @media (max-width: 767px) {
        .wave-new-capping__bar-inner {
          flex-direction: column;
          align-items: flex-start; } }
    .wave-new-capping__bar-type {
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 600;
      min-width: 92px; }
    .wave-new-capping__bar-items {
      display: flex;
      gap: 10px;
      width: 100%; }
    .wave-new-capping__bar-item {
      display: flex;
      align-items: stretch; }
      @media (max-width: 991px) {
        .wave-new-capping__bar-item {
          width: 50%; } }
      .wave-new-capping__bar-item button {
        all: unset;
        width: 100%;
        font-size: 20px;
        line-height: 1.2;
        padding: 10px 20px;
        cursor: pointer;
        border-radius: 10px;
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: center;
        color: #0068bd;
        border: 1px solid #d6d6d6; }
        @media (max-width: 350px) {
          .wave-new-capping__bar-item button {
            padding: 10px 5px; } }
        .wave-new-capping__bar-item button:hover {
          border: 1px solid #0068bd; }
        .wave-new-capping__bar-item button:focus-visible {
          border: 1px solid #005295; }
      .wave-new-capping__bar-item--active button {
        background: white;
        cursor: default;
        font-weight: bold;
        color: black;
        border: 1px solid white; }
        .wave-new-capping__bar-item--active button:hover {
          border: 1px solid white; }
        .wave-new-capping__bar-item--active button:before {
          content: "\f00c";
          font-family: "Font Awesome 6 Free";
          font-weight: 900;
          color: #0068bd; }
  .wave-new-capping__content {
    max-width: 900px;
    margin: 0 auto; }
    .wave-new-capping__content-type {
      display: none; }
      .wave-new-capping__content-type.active {
        display: block; }
    .wave-new-capping__content-savings {
      display: none; }
      .wave-new-capping__content-savings.active {
        display: block; }
    .wave-new-capping__content-body {
      margin: 50px 0; }
      @media (max-width: 767px) {
        .wave-new-capping__content-body {
          margin: 25px 0; } }
      .wave-new-capping__content-body img.daily {
        max-height: 310px; }
      .wave-new-capping__content-body img.monthly {
        max-height: 440px; }
      .wave-new-capping__content-body img.mobile {
        display: none; }
      @media (max-width: 600px) {
        .wave-new-capping__content-body img {
          display: none; }
          .wave-new-capping__content-body img.mobile {
            display: block; } }
    .wave-new-capping__content-footer {
      border: 1px solid #d8d8d8;
      padding: 40px 100px;
      border-radius: 20px;
      font-size: 20px; }
      @media (max-width: 767px) {
        .wave-new-capping__content-footer {
          padding: 20px; } }
      .wave-new-capping__content-footer .green {
        color: #259075; }
      .wave-new-capping__content-footer .red {
        color: #bf2f33; }

.wave-new-fares__intro {
  text-align: center;
  margin-bottom: 50px; }
  .wave-new-fares__intro h2 {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .wave-new-fares__intro h2 {
        font-size: 36px; } }
  .wave-new-fares__intro p {
    max-width: 1050px;
    margin: 0 auto; }

.wave-new-fares__swipe {
  display: none;
  background: #004277;
  color: white;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right; }
  .wave-new-fares__swipe i {
    margin-left: 10px; }
  @media (max-width: 767px) {
    .wave-new-fares__swipe {
      display: block; } }

.wave-new-fares__table {
  overflow-x: auto; }
  .wave-new-fares__table table {
    width: 100%;
    min-width: 450px; }
    .wave-new-fares__table table thead {
      background: #004277;
      color: white; }
      .wave-new-fares__table table thead th {
        padding: 20px;
        font-size: 22px;
        min-width: 150px; }
        .wave-new-fares__table table thead th:not(:nth-child(2)) {
          text-align: center; }
        .wave-new-fares__table table thead th:first-child {
          font-weight: bold;
          text-align: left; }
    .wave-new-fares__table table tbody tr:nth-child(even) {
      background: #f5f5f5;
      border-bottom: 1px solid #d8d8d8;
      border-top: 1px solid #d8d8d8; }
    .wave-new-fares__table table tbody tr td {
      padding: 20px;
      vertical-align: top;
      font-size: 22px; }
      .wave-new-fares__table table tbody tr td:not(:nth-child(2)) {
        text-align: center; }
      .wave-new-fares__table table tbody tr td:first-child {
        font-weight: bold;
        text-align: left; }

.wave-new-payless {
  display: flex; }
  @media (max-width: 991px) {
    .wave-new-payless {
      flex-direction: column;
      gap: 30px; } }
  .wave-new-payless__text {
    width: 50%;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    @media (max-width: 991px) {
      .wave-new-payless__text {
        width: 100%;
        padding-right: 0;
        text-align: center; } }
    .wave-new-payless__text > * {
      max-width: 480px; }
      @media (max-width: 991px) {
        .wave-new-payless__text > * {
          max-width: none; } }
    .wave-new-payless__text h2 {
      font-size: 60px;
      font-weight: bold;
      margin-bottom: 20px; }
      @media (max-width: 991px) {
        .wave-new-payless__text h2 {
          font-size: 36px; } }
  .wave-new-payless__img {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 991px) {
      .wave-new-payless__img {
        width: 100%; } }

.wave-info-box {
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 10px; }
  .wave-info-box i {
    font-size: 24px; }
    .wave-info-box i:before {
      color: #585858; }
  .wave-info-box p {
    font-size: 16px;
    margin: 0; }
  .wave-info-box a {
    text-decoration: underline; }

.wave-key-features .wave-new-2col__text-inner {
  max-width: 750px; }
  @media (max-width: 991px) {
    .wave-key-features .wave-new-2col__text-inner {
      max-width: none; } }
  .wave-key-features .wave-new-2col__text-inner .body-copy-large {
    max-width: 650px; }
    @media (max-width: 991px) {
      .wave-key-features .wave-new-2col__text-inner .body-copy-large {
        max-width: none; } }

.wave-key-features .wave-new-2col__img img {
  width: 85%; }

.wave-going-away__subtitle {
  margin-bottom: 24px;
  color: #555; }

.wave-going-away__select {
  margin-bottom: 32px; }

.wave-going-away__dropdown {
  padding: 8px 16px;
  padding-right: 40px;
  font-size: 16px;
  box-shadow: none;
  max-width: 380px;
  font-weight: 300;
  box-shadow: none;
  color: black;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); }
  @media (max-width: 767px) {
    .wave-going-away__dropdown {
      width: 100%;
      max-width: none; } }

.wave-going-away__list {
  display: flex;
  flex-direction: column;
  gap: 50px; }

.wave-going-away__item {
  display: flex;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: 1px solid #d8d8d8;
  overflow: hidden; }
  @media (max-width: 575px) {
    .wave-going-away__item {
      flex-direction: row;
      flex-wrap: wrap; } }
  .wave-going-away__item:nth-child(2n) img {
    width: 200px; }

.wave-going-away__image {
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  padding: 70px;
  align-self: stretch;
  align-items: flex-start; }
  @media (max-width: 991px) {
    .wave-going-away__image {
      padding: 50px; } }
  @media (max-width: 575px) {
    .wave-going-away__image {
      width: 100%;
      padding: 30px; }
      .wave-going-away__image img {
        width: 230px; } }
  .wave-going-away__image img {
    object-fit: contain; }

.wave-going-away__content {
  width: 67%;
  padding: 60px; }
  @media (max-width: 575px) {
    .wave-going-away__content {
      width: 100%;
      padding: 30px; } }

.wave-going-away__desc {
  margin-bottom: 20px; }

.wave-going-away__dates {
  margin-bottom: 30px; }
  .wave-going-away__dates strong {
    display: block;
    font-size: 18px; }
  .wave-going-away__dates ul {
    margin: 0;
    padding-left: 15px; }
    .wave-going-away__dates ul li {
      margin: 10px 0;
      line-height: 1.4; }

.wave-going-away__pay {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px; }

.wave-going-away__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px; }

.wave-going-away__tag {
  border: 1px solid #90cbff;
  color: #0068bd;
  border-radius: 16px;
  padding: 5px 16px;
  font-size: 15px;
  font-weight: 500;
  display: inline-block; }

.wave-new-paper-v2 {
  margin: 30px 0; }
  @media (max-width: 575px) {
    .wave-new-paper-v2 {
      margin: 0; } }
  .wave-new-paper-v2__intro {
    text-align: left;
    margin-bottom: 70px;
    max-width: 830px; }
    @media (max-width: 991px) {
      .wave-new-paper-v2__intro {
        margin-bottom: 30px; } }
    .wave-new-paper-v2__intro h2 {
      max-width: 480px;
      margin-bottom: 20px; }
  .wave-new-paper-v2__content {
    display: flex;
    gap: 40px; }
    @media (max-width: 1199px) {
      .wave-new-paper-v2__content {
        gap: 30px; } }
    @media (max-width: 991px) {
      .wave-new-paper-v2__content {
        flex-direction: column; } }
    .wave-new-paper-v2__content > div {
      display: flex;
      flex-direction: column;
      background: #f5f5f5;
      width: 33.3333333333%;
      padding: 50px;
      text-align: center; }
      @media (max-width: 1199px) {
        .wave-new-paper-v2__content > div {
          padding: 30px; } }
      @media (max-width: 991px) {
        .wave-new-paper-v2__content > div {
          width: 100%;
          padding: 50px 30px; } }
      @media (max-width: 767px) {
        .wave-new-paper-v2__content > div {
          padding: 30px; } }
  .wave-new-paper-v2__img {
    height: 222px;
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      .wave-new-paper-v2__img {
        height: auto;
        margin-bottom: 30px; } }
    .wave-new-paper-v2__img img {
      height: 100%;
      object-fit: contain;
      max-width: 260px;
      width: 100%; }
      @media (max-width: 991px) {
        .wave-new-paper-v2__img img {
          height: auto;
          max-height: 200px; } }
  .wave-new-paper-v2__text {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    margin-bottom: 40px; }
    .wave-new-paper-v2__text h3 {
      font-size: 22px;
      font-weight: bold;
      margin-bottom: 20px; }
      @media (max-width: 991px) {
        .wave-new-paper-v2__text h3 {
          font-size: 28px; } }
    .wave-new-paper-v2__text ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .wave-new-paper-v2__text ul li {
        display: flex;
        padding: 5px 0;
        border-bottom: 1px solid #d8d8d8; }
        .wave-new-paper-v2__text ul li:last-child {
          border-bottom: none; }
        .wave-new-paper-v2__text ul li:before {
          content: "\f00c";
          font-family: "Font Awesome 6 Free";
          font-weight: 900;
          color: #0068bd;
          margin-right: 10px; }
  .wave-new-paper-v2__button {
    margin-top: auto; }

.wave-new-account-v2-wrap {
  position: relative; }

.wave-new-account-v2 {
  padding: 40px 0; }
  @media (max-width: 767px) {
    .wave-new-account-v2 {
      padding: 0; } }
  .wave-new-account-v2__intro {
    margin: 0 auto; }
    .wave-new-account-v2__intro p {
      max-width: 800px; }
  .wave-new-account-v2__main {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    gap: 0; }
    @media (max-width: 991px) {
      .wave-new-account-v2__main {
        flex-direction: column-reverse;
        padding: 50px 30px;
        gap: 30px; } }
    @media (max-width: 767px) {
      .wave-new-account-v2__main {
        padding: 30px; } }
    @media (max-width: 575px) {
      .wave-new-account-v2__main {
        padding: 0px; } }
  .wave-new-account-v2__text {
    width: 50%;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media (max-width: 991px) {
      .wave-new-account-v2__text {
        width: 100%;
        text-align: center;
        align-items: center; } }
    .wave-new-account-v2__text-inner {
      max-width: 800px; }
      @media (max-width: 991px) {
        .wave-new-account-v2__text-inner {
          max-width: none; } }
    .wave-new-account-v2__text h2 {
      max-width: 600px;
      font-size: 60px;
      font-weight: bold;
      margin-bottom: 20px; }
      @media (max-width: 991px) {
        .wave-new-account-v2__text h2 {
          font-size: 36px;
          margin: 0 auto;
          margin-bottom: 20px; } }
  .wave-new-account-v2__img {
    position: absolute;
    right: -61px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media (max-width: 991px) {
      .wave-new-account-v2__img {
        width: 100%;
        position: relative;
        width: 100%; } }
    .wave-new-account-v2__img img, .wave-new-account-v2__img video {
      max-width: 100%;
      max-height: 600px; }
  .wave-new-account-v2__content {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 50px 0;
    align-items: flex-start; }
    @media (max-width: 991px) {
      .wave-new-account-v2__content {
        max-width: none;
        align-items: center; } }
    @media (max-width: 575px) {
      .wave-new-account-v2__content {
        margin: 20px 0; } }
  .wave-new-account-v2__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      .wave-new-account-v2__item {
        flex-direction: column; } }
    .wave-new-account-v2__item > * {
      max-width: 450px; }
    .wave-new-account-v2__item:last-child {
      padding-bottom: 0;
      border-bottom: none;
      margin-bottom: 0; }
    .wave-new-account-v2__item-img {
      flex-shrink: 0;
      margin: 0 auto;
      width: 100px;
      height: 100px;
      background: #0068bd;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .wave-new-account-v2__item-img img {
        width: 50%;
        height: 50%; }
    .wave-new-account-v2__item-text {
      width: 100%;
      margin: 0 auto;
      text-align: left; }
      @media (max-width: 991px) {
        .wave-new-account-v2__item-text {
          text-align: center; } }
      .wave-new-account-v2__item-text h3 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px; }
      .wave-new-account-v2__item-text p {
        font-size: 18px;
        margin: 0; }

.wave-new-what-v2__intro {
  text-align: left;
  margin-top: 80px;
  margin-bottom: 50px;
  max-width: 800px; }
  @media (max-width: 767px) {
    .wave-new-what-v2__intro {
      margin-top: 50px; } }
  .wave-new-what-v2__intro h2 {
    font-weight: bold;
    margin-bottom: 20px; }
  .wave-new-what-v2__intro strong {
    display: block;
    font-size: 36px;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .wave-new-what-v2__intro strong {
        font-size: 24px; } }

.wave-new-what-v2__content {
  display: flex;
  gap: 60px;
  margin: 80px 0; }
  @media (max-width: 991px) {
    .wave-new-what-v2__content {
      flex-direction: column;
      margin: 40px 0; } }
  .wave-new-what-v2__content > div {
    width: 33.3333333333%;
    text-align: center; }
    @media (max-width: 991px) {
      .wave-new-what-v2__content > div {
        width: 100%; } }

.wave-new-what-v2__item {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px; }
  .wave-new-what-v2__item-img img {
    max-width: 400px;
    width: 100%; }
  .wave-new-what-v2__item-text {
    max-width: 333px;
    margin: 0 auto; }
    .wave-new-what-v2__item-text h3 {
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 20px; }
    .wave-new-what-v2__item-text p {
      font-size: 18px;
      margin: 0; }

.wave-new-what-v2__pay {
  text-align: center;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    .wave-new-what-v2__pay {
      margin-bottom: 50px; } }
  .wave-new-what-v2__pay-img img {
    width: 60px;
    margin-bottom: 20px; }
  .wave-new-what-v2__pay-text h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px; }
  .wave-new-what-v2__pay-text p {
    font-size: 18px;
    margin: 0; }

.wave-getting-started-v2 {
  border: solid 1px #dbdbdb;
  border-radius: 10px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.11);
  padding: 0;
  overflow: hidden; }
  .wave-getting-started-v2__header {
    display: flex;
    align-items: center;
    padding: 30px;
    padding-bottom: 0;
    font-size: 28px;
    font-weight: 700;
    color: #222;
    gap: 16px; }
    .wave-getting-started-v2__header h3 {
      margin: 0; }
  .wave-getting-started-v2__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px; }
  .wave-getting-started-v2__body {
    padding: 30px; }
  .wave-getting-started-v2__text {
    font-size: 22px;
    color: #555;
    margin-bottom: 32px; }
  .wave-getting-started-v2__button {
    text-transform: uppercase; }

.about-wave-app h2 {
  margin-bottom: 20px; }

.about-wave-app__desc {
  margin-bottom: 20px; }

.about-wave-app__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px; }

.about-wave-app__badge {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  padding: 7px 15px;
  border-radius: 32px;
  border: 2px solid;
  background: #fff;
  gap: 7px;
  white-space: nowrap; }
  .about-wave-app__badge i {
    margin-top: 2px;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle; }
  .about-wave-app__badge--daily {
    border-color: #a3d6ad;
    background: #f0fdf4; }
    .about-wave-app__badge--daily i {
      color: #22c55e; }
  .about-wave-app__badge--monthly {
    border-color: #b1b1f8;
    background: #f5f3ff; }
    .about-wave-app__badge--monthly i {
      color: #6366f1; }
  .about-wave-app__badge--no-monthly {
    border-color: #cbcbcb;
    background: #f8f8f8;
    color: #555555; }
    .about-wave-app__badge--no-monthly i {
      color: #555555; }

.wave-new-2col-v2 {
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  gap: 5%; }
  @media (max-width: 991px) {
    .wave-new-2col-v2 {
      flex-direction: column-reverse; } }
  .wave-new-2col-v2__text {
    width: 55%;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    @media (max-width: 991px) {
      .wave-new-2col-v2__text {
        width: 100%;
        text-align: center; } }
    .wave-new-2col-v2__text-inner {
      max-width: 800px; }
      @media (max-width: 991px) {
        .wave-new-2col-v2__text-inner {
          max-width: none; } }
    .wave-new-2col-v2__text h2 {
      font-size: 60px;
      font-weight: bold;
      margin-bottom: 20px; }
      @media (max-width: 991px) {
        .wave-new-2col-v2__text h2 {
          font-size: 36px; } }
      .wave-new-2col-v2__text h2.heading {
        font-size: 36px; }
        @media (max-width: 991px) {
          .wave-new-2col-v2__text h2.heading {
            font-size: 28px; } }
  .wave-new-2col-v2__img {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 991px) {
      .wave-new-2col-v2__img {
        width: 100%; } }
    .wave-new-2col-v2__img img, .wave-new-2col-v2__img video {
      width: 100%;
      margin-top: 50px; }
      @media (max-width: 991px) {
        .wave-new-2col-v2__img img, .wave-new-2col-v2__img video {
          width: 90vw;
          margin-top: 0; } }
  .wave-new-2col-v2__content {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 50px;
    align-items: flex-start; }
    @media (max-width: 991px) {
      .wave-new-2col-v2__content {
        max-width: none;
        align-items: center; } }
  .wave-new-2col-v2__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      .wave-new-2col-v2__item {
        flex-direction: column; } }
    .wave-new-2col-v2__item > * {
      max-width: 460px; }
    .wave-new-2col-v2__item:last-child {
      padding-bottom: 0;
      border-bottom: none;
      margin-bottom: 0; }
    .wave-new-2col-v2__item-img {
      flex-shrink: 0;
      margin: 0 auto;
      width: 100px;
      height: 100px;
      background: #0068bd;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .wave-new-2col-v2__item-img img {
        width: 50%;
        height: 50%; }
    .wave-new-2col-v2__item-img--alt {
      width: 160px;
      height: 130px;
      background: white;
      border-radius: 15px;
      border: 1px solid #d6d6d6; }
    .wave-new-2col-v2__item-text {
      width: 100%;
      margin: 0 auto;
      text-align: left; }
      @media (max-width: 991px) {
        .wave-new-2col-v2__item-text {
          text-align: center; } }
      .wave-new-2col-v2__item-text h3 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px; }
      .wave-new-2col-v2__item-text p {
        font-size: 18px;
        margin: 0; }

.wave-image-content--register .image-content__text-title {
  max-width: 500px; }

.wave-image-content--register .image-content__img img {
  max-height: 630px; }
  @media (max-width: 767px) {
    .wave-image-content--register .image-content__img img {
      max-height: 300px; } }

.wave-image-content--how-works .image-content__img {
  align-items: flex-start;
  padding-top: 80px; }
  @media (max-width: 767px) {
    .wave-image-content--how-works .image-content__img {
      padding-top: 0; } }

.wave-image-content .image-content__text-content {
  padding: 0; }
  @media (max-width: 575px) {
    .wave-image-content .image-content__text-content {
      padding: 0 30px; } }

.wave-image-content ol {
  padding-left: 20px; }
  .wave-image-content ol li {
    margin: 10px 0; }

.wave-payment-options {
  padding: 40px 0; }
  @media (max-width: 767px) {
    .wave-payment-options {
      padding: 20px 0; } }
  @media (max-width: 575px) {
    .wave-payment-options {
      padding: 0; } }
  .wave-payment-options h2 {
    margin-bottom: 30px; }
  .wave-payment-options__list {
    display: flex;
    justify-content: flex-start;
    gap: 3%;
    margin-top: 0;
    text-align: center;
    flex-wrap: wrap; }
  .wave-payment-options__item {
    width: 22.75%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0; }
    @media (max-width: 767px) {
      .wave-payment-options__item {
        width: 48.5%; } }
  .wave-payment-options__image {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 20px; }
  .wave-payment-options__link {
    font-weight: bold;
    text-decoration: underline; }

.wave-payment-services {
  display: flex;
  gap: 15px;
  margin: 30px 0; }
  .wave-payment-services__option {
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    background: white;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.33333%; }
    .wave-payment-services__option img {
      width: 100%;
      max-height: 30px;
      object-fit: contain; }
    .wave-payment-services__option:last-child img {
      max-height: 50px; }

.wave-tip {
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 10px; }
  .wave-tip__icon {
    margin-top: 3px;
    flex-shrink: 0; }
  .wave-tip p {
    font-size: 16px;
    margin: 0; }

.wave-where-buy__options {
  display: flex;
  gap: 2%;
  justify-content: center;
  margin-top: 50px; }
  @media (max-width: 950px) {
    .wave-where-buy__options {
      flex-direction: column;
      gap: 30px; } }

.wave-where-buy__option {
  width: 33.3333%;
  border: 1px solid #d8d8d8;
  border-radius: 16px;
  padding: 40px 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  @media (max-width: 1199px) {
    .wave-where-buy__option {
      padding: 30px 40px; } }
  @media (max-width: 950px) {
    .wave-where-buy__option {
      width: 100%; } }
  @media (max-width: 767px) {
    .wave-where-buy__option {
      padding: 30px; } }

.wave-where-buy__option-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 16px; }

.wave-where-buy__option-desc {
  margin-bottom: 32px; }
  @media (max-width: 767px) {
    .wave-where-buy__option-desc {
      margin-bottom: 20px; } }

.wave-where-buy__option-price {
  font-size: 22px;
  color: #0066cc;
  font-weight: 700;
  margin-bottom: 4px; }

.wave-where-buy__button {
  margin-top: 30px; }

.wave-register-benefits__why-title {
  font-size: 22px;
  font-weight: 600;
  margin: 30px 0; }

.wave-register-benefits__list {
  padding-left: 20px; }

.wave-register-benefits__item {
  margin-bottom: 16px; }
  .wave-register-benefits__item strong {
    font-weight: 700; }

.wave-register-benefits__button {
  margin-top: 40px; }

.wave-reload-card__methods {
  display: flex;
  gap: 5%;
  justify-content: flex-start;
  margin-top: 50px; }
  @media (max-width: 767px) {
    .wave-reload-card__methods {
      flex-direction: column;
      gap: 30px; } }

.wave-reload-card__method {
  width: 50%; }
  @media (max-width: 767px) {
    .wave-reload-card__method {
      width: 100%; } }

.wave-reload-card__method-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 24px; }

.wave-reload-card__list {
  padding-left: 24px; }
  .wave-reload-card__list li {
    margin-bottom: 12px; }

.wave-ways-pay__list {
  display: flex;
  flex-direction: column;
  gap: 50px; }

.wave-ways-pay__item {
  display: flex;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: 1px solid #d8d8d8;
  overflow: hidden; }
  @media (max-width: 575px) {
    .wave-ways-pay__item {
      flex-direction: row;
      flex-wrap: wrap; } }

.wave-ways-pay__image {
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  padding: 70px;
  align-self: stretch;
  align-items: flex-start; }
  @media (max-width: 1199px) {
    .wave-ways-pay__image {
      padding: 50px 25px; } }
  @media (max-width: 575px) {
    .wave-ways-pay__image {
      width: 100%;
      padding: 30px; } }
  .wave-ways-pay__image img {
    object-fit: contain;
    max-height: 350px; }
    @media (max-width: 575px) {
      .wave-ways-pay__image img {
        max-height: 250px;
        width: 230px; } }

.wave-ways-pay__content {
  width: 67%;
  padding: 60px; }
  @media (max-width: 575px) {
    .wave-ways-pay__content {
      width: 100%;
      padding: 20px; } }
  .wave-ways-pay__content h3 {
    margin-bottom: 20px; }

.wave-ways-pay__desc-text {
  font-weight: bold;
  margin-bottom: 15px; }
  @media (max-width: 575px) {
    .wave-ways-pay__desc-text {
      font-size: 16px; } }

.wave-ways-pay__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 30px; }

.wave-ways-pay__badge {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  padding: 7px 15px;
  border-radius: 32px;
  border: 2px solid;
  background: #fff;
  gap: 7px;
  white-space: nowrap; }
  .wave-ways-pay__badge i {
    margin-top: 2px;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle; }
  .wave-ways-pay__badge--daily {
    border-color: #a3d6ad;
    background: #f0fdf4; }
    .wave-ways-pay__badge--daily i {
      color: #22c55e; }
  .wave-ways-pay__badge--monthly {
    border-color: #b1b1f8;
    background: #f5f3ff; }
    .wave-ways-pay__badge--monthly i {
      color: #6366f1; }
  .wave-ways-pay__badge--no-monthly {
    border-color: #cbcbcb;
    background: #f8f8f8;
    color: #555555; }
    .wave-ways-pay__badge--no-monthly i {
      color: #555555; }

.wave-ways-pay__points ul {
  padding-left: 20px; }
  .wave-ways-pay__points ul li {
    margin: 5px 0; }

.wave-ways-pay__button {
  margin-top: 40px; }

.wave-modal .modal-header {
  padding: 0; }

.wave-modal .modal-body {
  padding: 0; }

.wave-modal .modal-footer {
  padding: 0; }

.wave-modal-item {
  display: flex; }
  @media (max-width: 767px) {
    .wave-modal-item {
      flex-direction: column; } }
  .wave-modal-item__image {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    padding: 50px 30px;
    align-self: stretch;
    align-items: flex-start;
    border-radius: 10px; }
    @media (max-width: 767px) {
      .wave-modal-item__image {
        width: 100%;
        padding: 30px; } }
    .wave-modal-item__image img {
      object-fit: contain;
      max-height: 350px; }
      @media (max-width: 767px) {
        .wave-modal-item__image img {
          max-height: 250px;
          width: 230px; } }
  .wave-modal-item__content {
    width: 60%;
    padding: 40px; }
    @media (max-width: 767px) {
      .wave-modal-item__content {
        width: 100%;
        padding: 30px; } }
    .wave-modal-item__content h3 {
      margin-bottom: 20px; }
  .wave-modal-item__desc-text {
    font-weight: bold;
    margin-bottom: 15px; }
    @media (max-width: 575px) {
      .wave-modal-item__desc-text {
        font-size: 16px; } }
  .wave-modal-item__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 30px; }
  .wave-modal-item__badge {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    padding: 7px 15px;
    border-radius: 32px;
    border: 2px solid;
    background: #fff;
    gap: 7px;
    white-space: nowrap; }
    .wave-modal-item__badge i {
      margin-top: 2px;
      font-size: 16px;
      font-weight: 700;
      display: inline-block;
      vertical-align: middle; }
    .wave-modal-item__badge--daily {
      border-color: #a3d6ad;
      background: #f0fdf4; }
      .wave-modal-item__badge--daily i {
        color: #22c55e; }
    .wave-modal-item__badge--monthly {
      border-color: #b1b1f8;
      background: #f5f3ff; }
      .wave-modal-item__badge--monthly i {
        color: #6366f1; }
    .wave-modal-item__badge--no-monthly {
      border-color: #cbcbcb;
      background: #f8f8f8;
      color: #555555; }
      .wave-modal-item__badge--no-monthly i {
        color: #555555; }
  .wave-modal-item__points ul {
    padding-left: 20px; }
    .wave-modal-item__points ul li {
      margin: 5px 0; }
  .wave-modal-item__button {
    margin-top: 40px; }

.wave-where-buy-page__list {
  display: flex;
  flex-direction: column;
  gap: 50px; }

.wave-where-buy-page__item {
  display: flex;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: 1px solid #d8d8d8;
  overflow: hidden; }
  @media (max-width: 575px) {
    .wave-where-buy-page__item {
      flex-direction: row;
      flex-wrap: wrap; } }

.wave-where-buy-page__image {
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  padding: 70px;
  align-self: stretch;
  align-items: flex-start; }
  @media (max-width: 1199px) {
    .wave-where-buy-page__image {
      padding: 50px 25px; } }
  @media (max-width: 575px) {
    .wave-where-buy-page__image {
      width: 100%;
      padding: 30px; } }
  .wave-where-buy-page__image img {
    object-fit: contain;
    max-height: 260px; }
    @media (max-width: 575px) {
      .wave-where-buy-page__image img {
        max-height: 250px;
        width: 230px; } }

.wave-where-buy-page__content {
  width: 67%;
  padding: 60px; }
  @media (max-width: 575px) {
    .wave-where-buy-page__content {
      width: 100%;
      padding: 30px; } }

.wave-where-buy-page h3 {
  margin-bottom: 20px; }

.wave-where-buy-page__desc {
  max-width: 630px; }
  .wave-where-buy-page__desc-text {
    margin-bottom: 15px; }
    @media (max-width: 575px) {
      .wave-where-buy-page__desc-text {
        font-size: 16px; } }
  .wave-where-buy-page__desc-cost {
    color: #0068bd;
    font-size: 34px;
    font-weight: bold; }
    .wave-where-buy-page__desc-cost span {
      display: block;
      font-size: 18px;
      color: black;
      font-weight: normal; }

.wave-where-buy-page__button {
  margin-top: 30px; }

.wave-where-buy-page__2col {
  display: flex;
  gap: 3%;
  margin-top: 50px; }
  @media (max-width: 991px) {
    .wave-where-buy-page__2col {
      flex-direction: column;
      gap: 50px; } }
  .wave-where-buy-page__2col-item {
    width: 48.5%;
    border: 1px solid red;
    padding: 50px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: 1px solid #d8d8d8;
    overflow: hidden; }
    @media (max-width: 991px) {
      .wave-where-buy-page__2col-item {
        width: 100%; } }
    @media (max-width: 575px) {
      .wave-where-buy-page__2col-item {
        padding: 30px; } }
  .wave-where-buy-page__2col .wave-where-buy-page__desc {
    max-width: none; }

.wave-new-payless-v2 {
  display: flex;
  gap: 50px; }
  @media (max-width: 991px) {
    .wave-new-payless-v2 {
      flex-direction: column-reverse; } }
  .wave-new-payless-v2__text {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start; }
    @media (max-width: 991px) {
      .wave-new-payless-v2__text {
        width: 100%;
        text-align: left; } }
    .wave-new-payless-v2__text > * {
      max-width: 480px; }
      @media (max-width: 991px) {
        .wave-new-payless-v2__text > * {
          max-width: none; } }
    .wave-new-payless-v2__text h2 {
      font-weight: bold;
      margin-bottom: 20px; }
  .wave-new-payless-v2__img {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 991px) {
      .wave-new-payless-v2__img {
        width: 100%; } }

.wave-cost-fares__intro {
  margin-bottom: 50px;
  text-align: center; }
  @media (max-width: 575px) {
    .wave-cost-fares__intro {
      text-align: left; } }
  .wave-cost-fares__intro p {
    max-width: 1000px;
    margin: 0 auto; }
  .wave-cost-fares__intro a {
    text-decoration: underline; }
  .wave-cost-fares__intro select {
    box-shadow: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    max-width: 400px;
    padding-right: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.wave-cost-fares__cards {
  display: flex;
  gap: 5%;
  row-gap: 50px;
  flex-wrap: wrap;
  margin: 20px 0; }
  @media (max-width: 991px) {
    .wave-cost-fares__cards {
      gap: 30px; } }

.wave-cost-fares__card {
  width: 47.5%;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column; }
  .wave-cost-fares__card--fullwidth {
    width: 100%; }
  @media (max-width: 991px) {
    .wave-cost-fares__card {
      width: 100%; } }
  .wave-cost-fares__card-header {
    padding: 20px 40px;
    background: #0068BD;
    color: white;
    display: block; }
    .wave-cost-fares__card-header:hover, .wave-cost-fares__card-header:active, .wave-cost-fares__card-header:focus {
      text-decoration: none;
      color: white; }
    .wave-cost-fares__card-header:focus-visible {
      text-decoration: underline;
      color: white; }
    @media (max-width: 767px) {
      .wave-cost-fares__card-header {
        padding: 20px; } }
    .wave-cost-fares__card-header h3 {
      font-size: 24px;
      font-weight: bold;
      margin: 0;
      display: flex;
      gap: 15px;
      align-items: center; }
      @media (max-width: 767px) {
        .wave-cost-fares__card-header h3 {
          font-size: 22px;
          letter-spacing: -0.5px; } }
      .wave-cost-fares__card-header h3 em {
        font-weight: normal; }
      .wave-cost-fares__card-header h3 i {
        font-size: 14px; }
        .wave-cost-fares__card-header h3 i:before {
          color: white; }
  .wave-cost-fares__card-body {
    padding: 20px 40px;
    background: white;
    height: 100%; }
    @media (max-width: 767px) {
      .wave-cost-fares__card-body {
        padding: 20px; } }

.wave-cost-fares__fare-title {
  font-size: 18px; }

.wave-cost-fares__fare-cost {
  font-size: 48px;
  font-weight: 600;
  display: flex;
  gap: 20px;
  row-gap: 5px;
  align-items: center;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .wave-cost-fares__fare-cost {
      font-size: 40px; } }

.wave-cost-fares__fare-free {
  margin-top: 20px; }
  @media (max-width: 767px) {
    .wave-cost-fares__fare-free {
      margin-top: 10px;
      line-height: 1.2; } }

.wave-cost-fares__fare-bubble {
  display: inline-block;
  border: 1px solid #a3d6ad;
  border-radius: 20px;
  background: #f3fff2;
  font-size: 16px;
  display: flex;
  gap: 5px;
  padding: 5px 12px;
  font-weight: normal; }
  @media (max-width: 575px) {
    .wave-cost-fares__fare-bubble {
      display: none; } }
  .wave-cost-fares__fare-bubble i {
    margin-top: 3px; }
    .wave-cost-fares__fare-bubble i:before {
      color: #349546; }
  .wave-cost-fares__fare-bubble--yellow {
    border-color: #ffd445;
    background: #fffff2; }
    .wave-cost-fares__fare-bubble--yellow i:before {
      color: #000; }
  .wave-cost-fares__fare-bubble--mobile {
    display: none;
    margin-top: 10px; }
    @media (max-width: 575px) {
      .wave-cost-fares__fare-bubble--mobile {
        display: inline-block; } }

.wave-cost-fares__fare-2col {
  display: flex;
  margin: 10px 0; }
  @media (max-width: 767px) {
    .wave-cost-fares__fare-2col > div {
      line-height: 1.2; } }
  .wave-cost-fares__fare-2col > div:first-child:not(:only-child) {
    padding-right: 20px;
    border-right: 1px solid #d8d8d8;
    margin-right: 20px; }
    @media (max-width: 767px) {
      .wave-cost-fares__fare-2col > div:first-child:not(:only-child) {
        padding-right: 15px;
        margin-right: 15px; } }
  .wave-cost-fares__fare-2col strong {
    font-size: 27px;
    font-weight: normal; }

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