    /* #region - General  */
    .mlp-container * {
      font-size: 1rem;
      margin: 0;
      padding: 0;
    }
  
html {
  font-size: 16px;
}

    .mlp-container sup {
        top: -5px;
    }
  

    .uber-how-text sup {
      top: -10px;
      font-size: 0.8rem;
    }

  .section-sep {
      margin-top: 25px;
  }
  
  .pink-line {
      border: none;
      border-bottom: 2px solid #EF73AB;
      width: 40px;
      height: 0px;
      display: block;
      margin: 25px auto;
  }
  
  .about-autonation-section {
      padding: 30px 15px;
      background-color: #f6f6f6;
  }
  
  .mlp-container .title-sup {
      font-size: 0.8rem;
      top: -10px;
  }
  
    .mlp-container h1,
    .mlp-container h2,
    .mlp-container h3 {
      font-weight: 700;
      line-height: 1.2;
    }
  
    .mlp-container h1 {
      font-size: 2.5rem;
    }
  
    .mlp-container h2 {
          font: Bold 34px/38px 'Autonation Regular';  
          text-align: center;
      }
  
    .mlp-container h3 {
      font-size: 1.3125rem;
    }
  
    .mlp-container p {
      text-align: left !important;
    }
  
    .mlp-container a {
      color: var(--white);
      text-decoration: underline;
    }
  
    .mlp-container ul,
    .mlp-container ol {
      list-style: none;
    }
  
    .mlp-container img {
      height: auto;
      max-width: 100%;
      width: 100%;
    }
  
    .hero-container .uber-section-inner {
      color: var(--white);
    }

    .uber-item .uber-button {
      margin: 2rem auto 0px auto;      
    }

    .uber-button {
      background-color: var(--pink-600);
      border-radius: 30px;
      color: var(--white);
      cursor: pointer;
      display: inline-block;
      font-size: 1rem;
      font-weight: 700;
      max-width: 260px;
      width: 100%;
      padding: 15px 0px;
      text-align: center;
      text-decoration: none !important;
      text-transform: uppercase;
      border: none;
    }
  
    a.uber-button:hover,
    a.uber-button:focus {
      text-decoration: none;
    }
  
    .uber-section {
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 0px;
    }
  
    .uber-cta {
      margin: 2rem auto 0px auto;
      text-align: center;
    }
  
    .uber-header,
    .uber-pays,
    .uber-models,
    .uber-disclaimer,
    .uber-faq {
      padding-bottom: 55px;
    }
  
    .uber-disclaimer small {
      font-size: 14px !important;
      line-height: 1.2;
    }
    /* #endregion  */
  
    /* #region - Header  */
    .uber-header {
      background-color: var(--text-heading);
      background-image: url("https://www.autonation.com/~/media/Images/LandingPages/uberoffer/uber-offer-hero");
      background-position: center;
      background-size: cover;
      color: var(--white);
    }
  
    .uber-header h1 {
      margin-bottom: 1rem;
    }
  
    .uber-header p {
      color: var(--white) !important;
      font-size: 1.125rem;
    }
    /* #endregion  */
  
    /* #region - How it works */
    .uber-how li {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #f6f6f6;
      border-radius: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 1.5rem;
      padding: 30px 15px;
    }
  
    .uber-how-number {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: var(--text-heading);
      border-radius: 50%;
      color: var(--white);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 1.125rem;
      font-weight: 700;
      height: 2.5rem;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-right: 1rem;
      min-width: 2.5rem;
      width: 2.5rem;
    }
  
    .uber-how h3 {
      margin-bottom: 0.5rem;
    }
    /* #endregion  */
  
    /* #region - Details */
  
    .uber-icon {
      background-color: var(--text-heading);
      border: 0.25rem solid var(--bg-light-theme-tertiary);
      border-radius: 50%;
      height: 5rem;
      margin-bottom: 1rem;
      padding: 0.75rem;
      width: 5rem;
    }
  
    .uber-details h3 {
      margin-bottom: 1rem;
    }
    /* #endregion  */
  
    /* #region - Driving an EV pays */
    .uber-pays li {
      margin-top: 1.5rem;
      border-bottom: 1px solid #eee;
      padding-bottom: 1.5rem;
    }
  
    .uber-pays li:last-child {
      border-bottom: none;
      padding-bottom: 0rem;
    }
  
    .uber-pays h3 {
      margin-bottom: 0.5rem;
    }
    /* #endregion  */
  
    /* #region - Models */
    .uber-models {
      background-color: #f6f6f6;
    }
  
    .uber-models .uber-item {
      background-color: var(--white);
      border-radius: 10px;
      margin-top: 1.5rem;
      padding: 30px 15px;
    }
  
    .uber-models-img {
      margin: 2rem auto;
      max-width: 320px;
    }
  
    .uber-models .uber-button {
      margin-top: 2rem;
    }
    /* #endregion  */
  
    /* #region - FAQ */
    .uber-faq {
      background-color: var(--text-heading);
    }
  
    .uber-faq h2,
    .uber-faq h3 {
      color: var(--white);
    }
  
    .uber-faq h3 {
      margin-bottom: 1rem;
      margin-top: 2rem;
    }
  
    .uber-faq p {
      color: rgba(255, 255, 255, 0.85);
    }
    /* #endregion  */
  
    @media all and (max-width: 577px) {
        .uber-item .uber-button {
           text-align: center;
          margin: 2rem auto 0px auto;
          display: block;      
          max-width: 300px    
        }
  
         .about-autonation-section {
             padding: 30px 15px;
         }
    }
  
    @media all and (min-width: 768px) {
      /* #region - General  */
      .uber-section {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 0px;
      }
  
      .uber-header,
      .uber-pays,
      .uber-models,
      .uber-disclaimer,
      .uber-faq {
        padding-bottom: 30px;
      }
      /* #endregion */
    }
  
    @media all and (min-width: 1024px) {
      /* #region - General  */
      .mlp-container h1 {
        font-size: 4rem;
      }
  
      .mlp-container h3 {
        font-size: 1.5rem;
      }
  
      .uber-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: -15px;
        margin-right: -15px;
      }
  
      .uber-second-row {
        margin-top: 1rem;
      }
  
      .uber-item {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
      }
      /* #endregion */
  
      /* #region - Header  */
      .uber-header {
        padding-top: 110px;
        padding-bottom: 110px;
      }
  
      .uber-header p {
        font-size: 1.3125rem;
      }
      /* #endregion */
  
      /* #region - How it works  */
      .uber-how li {
        padding-left: 30px;
        padding-right: 30px;
      }
  
      .uber-how-number {
        margin-right: 1.5rem;
      }
      /* #endregion */
  
      /* #region - Models  */
      .uber-models .uber-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 30px;
        padding-right: 30px;
      }
  
      .uber-models-img {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 180px;
      }
  
      .uber-models p {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
      }
      /* #endregion */
    }
  
    @media all and (min-width: 1280px) {
      /* #region - General  */
      .uber-section-inner {
        margin-left: auto;
        margin-right: auto;
        max-width: 85%;
        padding-top: 25px;
      }

      .offer-details-content {
        padding-left: 30px;
        padding-right: 30px;
      }
  
      .about-autonation-section p {
            margin-left: auto;
            margin-right: auto;
            max-width: 85%;    
      }
      /* #endregion */
    }

    @media all and (max-width: 1116px) {
      .uber-section-inner {
        padding: 30px 0px 5px 0px;
      }

      .offer-details-content {
        padding: 0px 30px;
      }
    }