/* 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 */
.cc-hero .container {
  max-width: 1600px !important; }

@media (max-width: 991px) {
  .cc-hero .home-hero-wrap {
    margin-left: -30px;
    margin-right: -30px; } }

.cc-hero .home-hero {
  background-position: right bottom;
  background-size: 60%; }

.cc-hero .home-hero__text-wrap {
  padding: 8% 0; }

.cc-hero .home-hero__text {
  width: 550px; }
  .cc-hero .home-hero__text h1 {
    max-width: 300px; }
  .cc-hero .home-hero__text-mobile {
    padding: 30px; }

.cc-hero ul {
  margin: 15px;
  padding: 0; }

.cc-why-ride .icon-collection-row-item__description {
  max-width: 320px; }

.cc-how-get {
  display: flex;
  flex-direction: row;
  gap: 5%; }
  @media (max-width: 991px) {
    .cc-how-get {
      flex-direction: column-reverse;
      gap: 0; } }
  .cc-how-get__text {
    width: 60%; }
    @media (max-width: 991px) {
      .cc-how-get__text {
        width: 100%; } }
    .cc-how-get__text h2 {
      margin-bottom: 20px; }
  .cc-how-get__img {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 150px; }
    @media (max-width: 991px) {
      .cc-how-get__img {
        width: 100%;
        padding-top: 0; }
        .cc-how-get__img img {
          max-height: 500px; } }
  .cc-how-get__list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 40px; }
  .cc-how-get__item {
    display: flex;
    gap: 20px;
    align-items: center;
    background: white;
    border: 1px solid #d8d8d8;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    padding: 20px; }
    .cc-how-get__item-num {
      flex-shrink: 0;
      align-self: flex-start;
      display: flex;
      align-items: center;
      justify-content: center;
      background: black;
      border-radius: 100%;
      width: 50px;
      height: 50px;
      color: white;
      font-size: 24px;
      font-weight: 600; }
    .cc-how-get__item-text h3 {
      font-size: 22px;
      font-weight: 600; }

.cc-mobile-apps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px; }
  .cc-mobile-apps a {
    flex-shrink: 0; }
  .cc-mobile-apps img {
    height: 50px;
    max-width: 100%; }

.cc-how-ride-wrap .container {
  max-width: none; }

.cc-how-ride-wrap .image-content__text-content {
  padding: 120px 200px; }
  @media (max-width: 1700px) {
    .cc-how-ride-wrap .image-content__text-content {
      padding: 80px; } }
  @media (max-width: 767px) {
    .cc-how-ride-wrap .image-content__text-content {
      padding: 60px !important; } }
  @media (max-width: 575px) {
    .cc-how-ride-wrap .image-content__text-content {
      padding: 30px 60px !important; } }

.cc-how-ride-wrap strong {
  font-size: 22px; }

.cc-more-questions__header {
  text-align: center; }
  .cc-more-questions__header img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px; }
  .cc-more-questions__header h2 {
    margin-bottom: 20px; }
  .cc-more-questions__header p {
    max-width: 600px;
    margin: 0 auto; }

.cc-more-questions__logos {
  display: flex;
  justify-content: center;
  gap: 50px;
  row-gap: 50px;
  margin-top: 50px; }
  @media (max-width: 991px) {
    .cc-more-questions__logos {
      flex-wrap: wrap;
      gap: 30px; } }

.cc-more-questions__logo {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 991px) {
    .cc-more-questions__logo {
      width: 15%; } }
  @media (max-width: 575px) {
    .cc-more-questions__logo {
      width: 25%; } }
  @media (max-width: 469px) {
    .cc-more-questions__logo {
      width: 30%; } }
  .cc-more-questions__logo img {
    height: 100px;
    object-fit: contain; }
  .cc-more-questions__logo--wide img {
    width: 150px; }
  .cc-more-questions__logo--last img {
    height: 60px; }

.cc-slider-wrap .container {
  max-width: 50%; }
  @media (max-width: 991px) {
    .cc-slider-wrap .container {
      max-width: 100%; } }

.cc-slider__header {
  margin-bottom: 50px;
  max-width: 675px; }
  .cc-slider__header h2 {
    margin-bottom: 20px; }
    @media (max-width: 575px) {
      .cc-slider__header h2 {
        font-size: 35px !important; } }
  .cc-slider__header p {
    max-width: 700px; }

.cc-slider__rotator {
  margin-left: -15px;
  margin-right: -15px;
  text-align: center; }
  .cc-slider__rotator--hidden {
    display: none; }
  @media (max-width: 991px) {
    .cc-slider__rotator {
      margin-left: -7px;
      margin-right: -7px; } }
  @media (max-width: 767px) {
    .cc-slider__rotator .rotator-slick {
      margin-right: 0; } }
  .cc-slider__rotator .slick-list {
    overflow: visible !important; }
  .cc-slider__rotator .slick-track {
    display: flex !important; }
  .cc-slider__rotator .slick-slide {
    height: inherit !important; }
  .cc-slider__rotator .slick-arrow {
    position: absolute;
    width: 15px;
    height: 27px;
    top: 50%;
    transform: translateY(-50%); }
    .cc-slider__rotator .slick-arrow:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-repeat: no-repeat; }
    .cc-slider__rotator .slick-arrow:focus-visible {
      outline: 3px solid #2868b7; }
  .cc-slider__rotator .slick-prev {
    left: 0; }
    .cc-slider__rotator .slick-prev.slick-disabled:after {
      background-image: url("/dist/images/icon-Chevron-Left-Disabled.svg") !important; }
    .cc-slider__rotator .slick-prev:after {
      background-image: url("/dist/images/icon-Chevron-Left.svg") !important; }
  .cc-slider__rotator .slick-next {
    right: 0; }
    .cc-slider__rotator .slick-next.slick-disabled:after {
      background-image: url("/dist/images/icon-Chevron-Right-Disabled.svg") !important; }
    .cc-slider__rotator .slick-next:after {
      background-image: url("/dist/images/icon-Chevron-Right.svg") !important; }
  .cc-slider__rotator .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto; }
    .cc-slider__rotator .slick-dots li {
      margin: 0;
      padding: 0;
      display: flex;
      align-items: center; }
      .cc-slider__rotator .slick-dots li.slick-active button {
        background-color: #000000;
        border: 1px solid #000000; }
      .cc-slider__rotator .slick-dots li button {
        border-radius: 100px;
        border: 1px solid #707070;
        font-size: 0;
        width: 12px;
        height: 12px;
        margin: 2px 8px; }
        @media (max-width: 575px) {
          .cc-slider__rotator .slick-dots li button {
            margin: 2px 5px; } }
        .cc-slider__rotator .slick-dots li button:focus-visible {
          outline: 5px solid #005295; }
  .cc-slider__rotator .rotator-controls {
    display: inline-block;
    position: static;
    margin: 0 auto;
    margin-top: 40px;
    position: relative; }
    .cc-slider__rotator .rotator-controls .rotator-arrows {
      position: absolute;
      top: 0;
      width: 100%; }
      .cc-slider__rotator .rotator-controls .rotator-arrows:not(:empty) {
        height: 40px; }
      .cc-slider__rotator .rotator-controls .rotator-arrows .slick-prev {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0; }
      .cc-slider__rotator .rotator-controls .rotator-arrows .slick-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0; }
    .cc-slider__rotator .rotator-controls .rotator-dots {
      margin: 0 40px; }
      .cc-slider__rotator .rotator-controls .rotator-dots:not(:empty) {
        height: 40px; }
      .cc-slider__rotator .rotator-controls .rotator-dots .slick-dots {
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
    .cc-slider__rotator .rotator-controls .rotator-dot-spacing {
      width: 6rem;
      height: 2.2rem; }
  .cc-slider__rotator-item {
    padding: 0 15px;
    text-align: left;
    display: flex !important; }
    @media (max-width: 991px) {
      .cc-slider__rotator-item {
        padding: 0 7px; } }
    .cc-slider__rotator-item:focus-visible {
      outline: 3px solid #2868b7; }
    .cc-slider__rotator-item__inner {
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      background: #f5f5f5;
      border-radius: 35px;
      /*@include for-size(phone-down) {
                    background: none;
                }*/ }
    .cc-slider__rotator-item__thumb {
      display: block;
      background-color: gray;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      aspect-ratio: 16/9;
      /*@include for-size(phone-down) {
                    border-radius: 35px;
                }*/ }
    .cc-slider__rotator-item__text {
      flex: 1;
      padding: 30px 40px;
      background-image: linear-gradient(to bottom, #0295af -9%, #006ab6 25%);
      color: white; }
      @media (max-width: 575px) {
        .cc-slider__rotator-item__text {
          padding: 30px; } }
    .cc-slider__rotator-item__title {
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 20px;
      line-height: 1.1; }
      @media (max-width: 575px) {
        .cc-slider__rotator-item__title {
          font-size: 24px; } }
      .cc-slider__rotator-item__title a {
        text-decoration: none; }
        .cc-slider__rotator-item__title a:hover, .cc-slider__rotator-item__title a:active, .cc-slider__rotator-item__title a:focus {
          text-decoration: underline; }
    .cc-slider__rotator-item__summary {
      line-height: 1.4; }

.grayscale {
  filter: grayscale(100%) brightness(1.1); }

.custom-popup {
  font-size: 20px; }

.cc-map-wrap {
  margin-left: -30px;
  margin-right: -30px; }

.cc-map {
  display: flex;
  min-height: 1200px; }
  @media (max-width: 991px) {
    .cc-map {
      flex-direction: column;
      min-height: 0; } }
  .cc-map__text {
    display: flex;
    flex-direction: column;
    width: 40%;
    background-image: linear-gradient(to bottom, #0295af -9%, #006ab6 25%);
    padding: 50px 70px; }
    @media (max-width: 1399px) {
      .cc-map__text {
        padding: 30px; } }
    @media (max-width: 991px) {
      .cc-map__text {
        width: 100%; } }
    .cc-map__text-intro {
      text-align: center;
      color: white;
      margin-bottom: 30px; }
      .cc-map__text-intro img {
        width: 60px;
        height: 60px;
        margin-bottom: 20px; }
      .cc-map__text-intro p {
        font-size: 22px; }
    .cc-map__text-select {
      position: relative;
      background-color: white;
      border-radius: 10px;
      box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
      height: 100px;
      flex-shrink: 0;
      margin-bottom: 30px; }
      @media (max-width: 991px) {
        .cc-map__text-select {
          margin-bottom: 0; } }
      @media (max-width: 575px) {
        .cc-map__text-select {
          height: 80px; } }
      .cc-map__text-select label {
        position: absolute;
        top: 25px;
        left: 30px;
        color: #555555;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
        line-height: 1; }
        @media (max-width: 575px) {
          .cc-map__text-select label {
            top: 15px;
            left: 20px; } }
      .cc-map__text-select select {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        box-shadow: none;
        background: transparent;
        padding: 45px 60px 10px 60px;
        font-size: 24px;
        text-overflow: ellipsis;
        overflow: hidden;
        color: black; }
        @media (max-width: 575px) {
          .cc-map__text-select select {
            font-size: 20px;
            padding: 40px 40px 10px 45px; } }
        @media (min-width: 992px) {
          .cc-map__text-select select:focus-visible {
            outline: 3px solid black; } }
        @media (max-width: 991px) {
          .cc-map__text-select select:focus, .cc-map__text-select select:focus-visible {
            outline: none; } }
      .cc-map__text-select:before {
        content: "";
        position: absolute;
        top: 68px;
        left: 30px;
        width: 18px;
        height: 25px;
        background-image: url("/dist/images/icon-map-pin-black.png");
        background-size: contain;
        background-repeat: no-repeat;
        transform: translateY(-50%);
        pointer-events: none; }
        @media (max-width: 575px) {
          .cc-map__text-select:before {
            top: 55px;
            left: 20px; } }
      .cc-map__text-select:after {
        content: "\f078";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        top: 65px;
        right: 30px;
        transform: translateY(-50%);
        pointer-events: none;
        font-size: 18px;
        color: #555555; }
        @media (max-width: 575px) {
          .cc-map__text-select:after {
            top: 55px;
            right: 20px; } }
    .cc-map__text-content {
      height: 100%; }
      @media (max-width: 991px) {
        .cc-map__text-content {
          display: none; } }
      .cc-map__text-content--mobile {
        display: none; }
        @media (max-width: 991px) {
          .cc-map__text-content--mobile {
            display: block; } }
    .cc-map__text-box {
      background: white;
      height: 100%;
      border-radius: 10px; }
      .cc-map__text-box-img {
        width: 100%;
        aspect-ratio: 16/9;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px; }
      .cc-map__text-box-content {
        padding: 30px; }
        .cc-map__text-box-content h3 {
          font-size: 40px;
          font-weight: 400;
          margin-bottom: 20px; }
          @media (max-width: 991px) {
            .cc-map__text-box-content h3 {
              font-size: 26px; } }
        .cc-map__text-box-content p {
          text-transform: uppercase;
          font-size: 16px;
          font-weight: 600;
          line-height: 1; }
        .cc-map__text-box-content-routes {
          display: flex;
          gap: 10px;
          flex-wrap: wrap;
          margin-bottom: 20px; }
          .cc-map__text-box-content-routes button {
            border: 1px solid #c3c3c3;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            border-radius: 5px;
            width: 60px;
            height: 40px;
            color: #0068bd;
            font-size: 18px; }
            .cc-map__text-box-content-routes button:focus-visible {
              outline: 1px solid black; }
        .cc-map__text-box-content .connecting {
          display: block;
          font-size: 16px;
          font-style: italic;
          color: black;
          margin-bottom: 40px; }
    .cc-map__text-unselected {
      border: 1px solid white;
      border-radius: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      padding: 30px;
      text-align: center; }
      @media (max-width: 991px) {
        .cc-map__text-unselected {
          display: none; } }
      .cc-map__text-unselected p {
        font-size: 24px;
        color: white;
        margin-bottom: 0; }
      .cc-map__text-unselected--mobile {
        display: block;
        padding: 50px; }
        .cc-map__text-unselected--mobile p {
          color: #555;
          font-size: 20px; }
  .cc-map__map {
    width: 60%;
    position: relative; }
    @media (max-width: 991px) {
      .cc-map__map {
        width: 100%;
        aspect-ratio: 1/1; } }
    .cc-map__map-map {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .cc-map__mobile {
    display: none;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16); }
    @media (max-width: 991px) {
      .cc-map__mobile {
        display: block; } }

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