﻿@import '/Content/RangeSlider.css';
@font-face {
  font-family: "BMWTypeNext";
  src: url("/fonts/BMWTypeNext/BMWTypeNextTT-Thin.woff") format("woff"), url("/fonts/BMWTypeNext/BMWTypeNext-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "BMWTypeNext";
  src: url("/fonts/BMWTypeNext/BMWTypeNextTT-Light.woff") format("woff"), url("/fonts/BMWTypeNext/BMWTypeNext-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "BMWTypeNext";
  src: url("/fonts/BMWTypeNext/BMWTypeNextTT-Regular.woff") format("woff"), url("/fonts/BMWTypeNext/BMWTypeNext-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BMWTypeNext";
  src: url("/fonts/BMWTypeNext/BMWTypeNextTT-Bold.woff") format("woff"), url("/fonts/BMWTypeNext/BMWTypeNext-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
.intro-with-bg {
  position: relative;
}
.intro-with-bg h1, .intro-with-bg h2, .intro-with-bg h3, .intro-with-bg p {
  color: #fff;
}
@media (max-width: 768px) {
  .intro-with-bg h1, .intro-with-bg h2, .intro-with-bg h3, .intro-with-bg p {
    color: #000;
  }
}
.intro-with-bg .intro-bg {
  position: relative;
}
@media (max-width: 768px) {
  .intro-with-bg .intro-bg {
    display: none;
  }
}
.intro-with-bg .intro-bg:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.intro-with-bg .intro-bg .intro-bg-item {
  max-width: 100%;
  width: 100%;
}
.intro-with-bg .intro-copy {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 880px;
  margin: 0px auto;
  width: 100%;
}
@media (max-width: 768px) {
  .intro-with-bg .intro-copy {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    padding: 50px 20px 20px;
  }
}
.intro-with-bg .intro-copy h1 {
  margin-bottom: 30px;
}

.grid-two-wrapper {
  background: #F7F7F7;
  padding: 150px 20px;
  margin: 0px auto;
}
@media (max-width: 768px) {
  .grid-two-wrapper {
    padding: 100px 20px 20px;
  }
}
.grid-two-wrapper .grid-two {
  display: flex;
  max-width: 1630px;
  margin: 0px auto;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .grid-two-wrapper .grid-two {
    flex-direction: column;
  }
}
.grid-two-wrapper .grid-two .ed-img {
  width: 100%;
}
.grid-two-wrapper .grid-two > div {
  position: relative;
  text-align: center;
  width: calc(50% - 10px);
}
@media (max-width: 768px) {
  .grid-two-wrapper .grid-two > div {
    width: 100%;
    margin-bottom: 20px;
  }
}
.grid-two-wrapper .grid-two > div .gt-copy {
  position: absolute;
  bottom: 0px;
  left: 0;
  border: 0px;
  width: 100%;
  padding: 30px 20px 60px;
}
@media (max-width: 768px) {
  .grid-two-wrapper .grid-two > div .gt-copy {
    position: relative;
    padding-bottom: 25px;
  }
}
.grid-two-wrapper .grid-two > div .gt-copy h2 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .grid-two-wrapper .grid-two > div .gt-copy h2 {
    color: #000;
    font-size: 25px;
    margin-bottom: 30px;
  }
}
.grid-two-wrapper .grid-two > div .gt-copy img {
  width: 100%;
}

.faq-sect {
  background: #F7F7F7;
  text-align: center;
  padding: 100px 20px 70px;
}
.faq-sect .faq-sect-inner {
  max-width: 1360px;
  margin: 0px auto;
}
.faq-sect .faq-sect-inner > h1 {
  margin-bottom: 60px;
  line-height: 1.25;
  font-size: 42px !important;
}
@media (max-width: 768px) {
  .faq-sect .faq-sect-inner > h1 br {
    display: none;
  }
}
.faq-sect .faq-sect-inner .faq-item {
  margin: 0px auto 20px;
  text-align: left;
  border-bottom: 1px solid #262626;
}
.faq-sect .faq-sect-inner .faq-item .faq-item-header {
  cursor: pointer;
  padding: 10px 30px 10px 0px;
  background: url("/Public/assets/phev/expand.svg") calc(100% - 5px) center no-repeat;
  background-size: 14px;
}
.faq-sect .faq-sect-inner .faq-item .faq-item-header.active {
  background: url("/Public/assets/phev/collapse.svg") calc(100% - 5px) center no-repeat;
  background-size: 14px;
}
.faq-sect .faq-sect-inner .faq-item .faq-item-body {
  display: none;
}
.faq-sect .faq-sect-inner .faq-item .faq-item-body p {
  font-size: 16px;
  line-height: 1.45;
  margin-bottom: 40px;
  padding-right: 5%;
}

.btn {
  cursor: pointer;
  border-radius: 4px;
  min-width: 260px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 26px 15px;
  text-decoration: none;
  background: #ccc;
  color: #fff;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .btn {
    width: 100%;
    max-width: 360px;
  }
}
.btn.btn-primary {
  background: #1C69D4;
}
.btn.btn-white, .btn.btn-default {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

sup {
  font-size: 0.6em;
}

.no-casing {
  text-transform: none !important;
}

.flip-card-section {
  background-image: url("/Public/assets/flipcards-bg.jpg");
  background-size: cover;
  padding: 100px 10px 120px;
  text-align: center;
  min-height: 600px;
}
.flip-card-section .flip-card-title {
  font-family: "BMWTypeNext";
  font-weight: 700;
  line-height: 1;
  font-size: 18px;
  margin: 0px 0px 10px;
}
.flip-card-section .flip-card-logo {
  max-width: 350px;
  margin: 20px 0px;
}
.flip-card-section .flip-card-container-outer {
  display: flex;
  justify-items: center;
}
.flip-card-section .flip-card-container-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 0 auto;
  padding: 60px 0px;
}
.flip-card-section .flip-card {
  width: 400px;
  height: 300px;
}
@media (max-width: 768px) {
  .flip-card-section .flip-card {
    width: 95%;
    height: auto;
    min-height: 350px;
    max-width: 400px;
  }
}
.flip-card-section .flip-card-btn {
  font-family: "BMWTypeNext";
  cursor: pointer;
  border-radius: 3px;
  min-width: 180px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 12px;
  text-decoration: none;
  background: #1C69D4;
  color: #fff;
  display: inline-block;
  text-align: center;
  border: none;
  margin-top: auto;
}
.flip-card-section .flip-card-front {
  height: 100%;
  width: 100%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #D0D0D0;
  border-radius: 10px;
  opacity: 1;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  padding: 40px 40px;
}
.flip-card-section .flip-card-back {
  height: 100%;
  width: 100%;
  background: transparent linear-gradient(180deg, #EAFAFF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 22px #000000;
  border: 2px solid #2D9FDE;
  border-radius: 10px;
  opacity: 1;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  padding: 40px 40px;
}
.flip-card-section .flip-card-inner-title {
  font-family: "BMWTypeNext";
  font-weight: 700;
  line-height: 1;
  font-size: 12px;
  margin: 0px 0px 10px;
}
.flip-card-section .flip-card-question {
  font-family: "BMWTypeNext";
  font-weight: 300;
  line-height: 1;
  font-size: 26px;
  margin: auto 0px;
}
.flip-card-section .flip-card-answer {
  font-family: "BMWTypeNext";
  font-weight: 100;
  line-height: 1;
  font-size: 18px;
  margin: auto 0px;
}
.flip-card-section .flip-card-reset {
  color: #1685C3;
}
.flip-card-section .flip-card-result-icon {
  width: 30px;
  margin: 10px 0px;
}
.flip-card-section .flip-card-result-icon {
  width: 30px;
  margin: 10px 0px;
}
.flip-card-section .flip-card-legal {
  font-size: 12px;
  max-width: 70%;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.body-content {
  min-height: 100%;
}
@media (max-width: 768px) {
  .body-content {
    padding: 0;
    background: none;
    border-radius: 0;
  }
}
.body-content img {
  max-width: 100%;
}

.help-choose {
  display: flex;
  text-align: center;
  margin: 0px auto;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 768px) {
  .help-choose {
    flex-direction: column;
  }
}
.help-choose > div {
  width: 50%;
}
@media (max-width: 768px) {
  .help-choose > div {
    width: 100%;
  }
}
.help-choose > div .btn {
  font-size: 12px;
  padding: 14px 20px;
  text-transform: none;
}
.help-choose > div .btn.btn-primary {
  border: 1px solid #1C69D4;
}
.help-choose > div .btn.start-btn, .help-choose > div .btn.next-btn {
  background-image: url("/Public/assets//help-choose/icons/arrow.svg");
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
}
.help-choose .hc-left .hc-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.help-choose .hc-right .header {
  margin: 60px 0 35px;
}
.help-choose .hc-right .header p {
  font-size: 30px;
  font-weight: 300;
}
.help-choose .hc-right .header p strong {
  margin-bottom: 4px;
  display: block;
  font-size: 12px;
}
.help-choose .hc-right .header .step-indicators {
  display: flex;
  max-width: 400px;
  grid-gap: 5px;
  margin: 20px auto 0;
}
.help-choose .hc-right .header .step-indicators > div {
  width: 100%;
  height: 6px;
  background: #d1d1d1;
}
.help-choose .hc-right .header .step-indicators > div.active {
  background: #1C69D4;
}
.help-choose .hc-right .steps {
  max-width: 804px;
  margin: 0px auto;
}
.help-choose .hc-right .steps .step {
  display: none;
}
.help-choose .hc-right .steps .step.active {
  display: block;
}
.help-choose .hc-right .steps .step .step-question {
  padding: 35px 20px;
  border-radius: 4px;
  border: 1px solid #7C7C7C;
  background: #E8E8E8;
  font-size: 25px;
}
.help-choose .hc-right .steps .step .step-options {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 12px;
  margin: 50px auto;
  max-width: 680px;
}
.help-choose .hc-right .steps .step .step-options > div {
  position: relative;
  border-radius: 4px;
  border: 1px solid #D1D1D1;
  padding: 45px 20px 12px;
  width: calc(50% - 6px);
  cursor: pointer;
}
.help-choose .hc-right .steps .step .step-options > div:before {
  content: " ";
  transition: 250ms;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  border-radius: 4px;
  border: 3px solid #1C69D4;
}
.help-choose .hc-right .steps .step .step-options > div:hover:before, .help-choose .hc-right .steps .step .step-options > div.active:before {
  opacity: 1;
}
.help-choose .hc-right .steps .step .step-options > div p {
  margin-top: 10px;
  font-size: 14px;
}
.help-choose .hc-right .steps .step .next-btn {
  min-width: 305px;
  padding: 12px 20px;
  margin: 0px auto 20px;
}
@media (max-width: 768px) {
  .help-choose .hc-right .steps .step.step-1 .step-options {
    justify-content: center;
  }
}
.help-choose .hc-right .steps .step.step-1 .step-options > div {
  width: calc(33.33% - 8px);
}
@media (max-width: 768px) {
  .help-choose .hc-right .steps .step.step-1 .step-options > div {
    width: calc(50% - 6px);
  }
}
.help-choose .hc-right .steps .step.step-5 .step-options > div {
  padding: 20px 20px;
}
.help-choose .hc-right .steps .step.step-5 .step-options > div p {
  font-size: 24px;
}
@media (max-width: 768px) {
  .help-choose .hc-right .steps .step.step-5 .step-options > div p {
    font-size: 20px;
  }
}
.help-choose .hc-right .header, .help-choose .hc-right .steps {
  padding: 0px 20px;
  display: none;
}
@media (max-width: 768px) {
  .help-choose .hc-right .header.steps, .help-choose .hc-right .steps.steps {
    padding-bottom: 30px;
  }
}
.help-choose .hc-right .state-success {
  display: none;
}
.help-choose .hc-right .state-success .ss-header {
  position: relative;
}
.help-choose .hc-right .state-success .ss-header img {
  max-width: 100%;
}
.help-choose .hc-right .state-success .ss-header .ssh-background {
  width: 100%;
}
.help-choose .hc-right .state-success .ss-header .ssh-foreground {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.help-choose .hc-right .state-success .ss-info {
  background: #E8E8E8;
  margin: -4px auto 0;
  padding: 30px 20px 10px;
}
.help-choose .hc-right .state-success .ss-info > div {
  display: inline-block;
  margin: 0px 20px;
}
.help-choose .hc-right .state-success .ss-info > div .sif-title {
  display: flex;
  align-items: center;
  font-weight: bold;
  grid-gap: 10px;
}
.help-choose .hc-right .state-success .ss-info > div p {
  font-size: 18px;
}
.help-choose .hc-right .state-success .ss-info > div p span {
  margin-top: 4px;
  display: block;
  font-size: 36px;
}
.help-choose .hc-right .state-success .ss-info > div p span > span {
  display: none;
}
.help-choose .hc-right .state-success .ss-body {
  padding: 20px 20px;
}
.help-choose .hc-right .state-success .ss-body > p {
  font-size: 16px;
  max-width: 540px;
  margin: 0px auto;
}
.help-choose .hc-right .state-success .ss-body > p.sb-copy {
  margin: 35px auto 40px;
  display: none;
}
.help-choose .hc-right .state-success .ss-body > p.legal {
  font-size: 12px;
  line-height: 1.5;
  margin: 40px auto 0;
}
.help-choose .hc-right .state-success .ss-body > p.legal .legal-model-shown {
  display: none;
}
.help-choose .hc-right .state-success .ss-body .button-group .btn {
  margin-bottom: 10px;
}
.help-choose .hc-right .state-success .ss-body .incentives-copy {
  font-size: 12pt;
  margin: 12px;
}
.help-choose .hc-right .state-success .ss-body .start-over-btn {
  display: flex;
  margin: 35px auto 0;
  justify-content: center;
  grid-gap: 0px 6px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  align-items: center;
  cursor: pointer;
}
.help-choose .hc-right .state-success .ss-body .start-over-btn img {
  max-height: 18px;
}
.help-choose .hc-right .intro {
  position: relative;
  top: 40%;
  transform: translateY(-50%);
  padding: 0px 20px;
  max-width: 740px;
  margin: 0px auto;
}
@media (max-width: 768px) {
  .help-choose .hc-right .intro {
    top: unset;
    transform: unset;
    margin: 50px auto;
  }
}
.help-choose .hc-right .intro .intro-title {
  font-size: 30px;
  font-weight: 300;
}
.help-choose .hc-right .intro .intro-title strong {
  margin-bottom: 4px;
  display: block;
  font-size: 12px;
}
.help-choose .hc-right .intro .intro-subtitle {
  font-size: 22px;
  line-height: 1.5;
  margin: 40px auto;
}
.help-choose .hc-right.show-steps .intro {
  display: none;
}
.help-choose .hc-right.show-steps .header, .help-choose .hc-right.show-steps .steps {
  display: block;
}
.help-choose .hc-right.show-success .header, .help-choose .hc-right.show-success .steps {
  display: none;
}
.help-choose .hc-right.show-success .state-success {
  display: block;
}
