@charset "UTF-8";
.small-wrap {
  max-width: 680px;
  margin: 0 auto !important;
}

.wrap-756 {
  max-width: 756px;
  margin: 0 auto;
}

.desktop-wrap {
  max-width: 1022px;
  margin: 0 auto;
}

.tz-wrap {
  max-width: 1325px;
  margin: 0 auto;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  margin-bottom: 16px;
  font-weight: 700;
}

h2, h3 {
  margin-bottom: 30px;
}

h2 {
  line-height: 1.1;
  margin-top: 0;
  font-size: 3rem;
  font-weight: 500;
  color: #e1faff;
}
h2 span {
  display: block;
}

h3 {
  line-height: 1.1;
  margin: 0 1rem 30px;
  font-size: 2rem;
  font-weight: 700;
  color: #358d1a;
  font-size: clamp(2rem, 4vw, 2.8rem);
}
h3 span {
  display: block;
}
@media screen and (max-width: 992px) {
  h3 {
    font-weight: 700;
    text-align: left;
    margin-bottom: 1rem;
  }
}

p {
  color: #333333;
  font-size: 1.125rem;
  font-weight: 300;
  margin: 1rem;
}
@media screen and (max-width: 992px) {
  p {
    margin: 0 1.175rem;
  }
}
@media screen and (max-width: 992px) {
  p br {
    display: none;
  }
}
p.txt-white {
  color: #ffffff;
}
p.txt-black {
  color: #0C0C0C;
}

img {
  max-width: 100%;
  height: auto;
}

.tz-mt0 {
  margin-top: 0;
  margin-bottom: 1.875rem !important;
  padding-bottom: 0 !important;
}

.tz-mb100 {
  margin-bottom: 100px !important;
}

.tz-mb50 {
  margin-bottom: 50px !important;
}

.tz-mb30 {
  margin-bottom: 30px !important;
}

.tz-mb75 {
  margin-bottom: 75px !important;
}

.tz-mb32 {
  margin-bottom: 32px !important;
}

.tz-mb12 {
  margin-bottom: 12px !important;
}

.tz-h3 {
  color: #333333;
  font-weight: 500;
  letter-spacing: -1px;
  font-size: 1.875rem !important;
  text-align: center;
}

#blog a.tz-link {
  text-decoration: underline !important;
}

.tz-link {
  color: #2E4787 !important;
  display: inline;
  text-decoration: underline !important;
  font-weight: 700 !important;
}
.tz-link:hover {
  text-decoration: none;
}
.tz-link.tz-white {
  color: #ffffff !important;
}
.tz-link.tz-white:hover {
  color: #ffffff !important;
  text-decoration: none;
}
.tz-link.tz-light-blue {
  color: #e1faff !important;
}
.tz-link.tz-light-blue:hover {
  color: #e1faff !important;
  text-decoration: none;
}
.tz-link.tz-black {
  color: #0C0C0C !important;
}
.tz-link.tz-black:hover {
  color: #0C0C0C !important;
  text-decoration: none;
}

.tz-link-lb {
  color: #e1faff !important;
  display: inline;
  text-decoration: underline !important;
  font-weight: 700 !important;
}

.tz-white {
  color: #ffffff !important;
}

.tz-orange {
  color: #fc7e00 !important;
  font-style: normal;
}

.tz-lightblue {
  color: #e1faff !important;
}
.tz-lightblue:hover {
  color: #e1faff !important;
}

.tz-btn-link {
  border: 2px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  border-radius: 50px;
  padding: 0.625rem 1.25rem;
  width: 100%;
  text-align: center;
}
.tz-btn-link:hover {
  color: #ffffff;
  opacity: 0.6;
}
@media only screen and (max-width: 992px) {
  .tz-btn-link {
    text-align: center;
  }
}

.tz-title-wrap {
  max-width: 650px;
  margin-inline: auto;
}

.tz-section-title {
  color: #358d1a;
  font-size: clamp(2.5rem, 4vw, 3.175rem);
  padding: 0 1rem 0;
  text-align: left;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 2.175rem;
  position: relative;
}
@media (max-width: 992px) {
  .tz-section-title {
    padding: 0;
    margin: 0 1.175rem 2.175rem 1.175rem;
  }
}
.tz-section-title::before {
  content: "";
  background: #63D241;
  width: 30px;
  height: 5px;
  position: absolute;
  left: -18px;
  top: 25px;
}
@media only screen and (max-width: 992px) {
  .tz-section-title::before {
    left: 0;
    top: -15px;
    margin: 0 0 10px 0;
  }
}

.tz-section-title-left {
  text-align: left;
  padding: 0;
}

.tz-section-title-large {
  font-size: clamp(2.5rem, 4vw, 3.175rem);
}

.tz-section-title-medium {
  font-weight: 600;
  font-size: clamp(2.1875rem, 4vw, 2.5rem);
}

.tz-sub-title {
  font-size: 2.8125rem;
  color: #fc7e00;
  font-weight: 600;
}

.tz-sub-title-medium {
  font-size: 2.5rem;
  color: #ffffff;
  font-weight: 400;
}

.tz-content-wrap {
  margin: 0 auto;
  padding: 50px;
}
@media only screen and (max-width: 992px) {
  .tz-content-wrap {
    padding: 20px 16px;
    margin: 0;
  }
}

.tz-darkgray {
  color: #16181F;
}

.tz-btn {
  width: 100%;
  padding: 15px 10px;
  border-radius: 50px;
  color: #ffffff !important;
  font-weight: 700 !important;
  text-align: center;
  font-size: 1.125rem;
  text-decoration: none;
  display: block;
  border: 2px solid #ffffff;
}
@media only screen and (max-width: 992px) {
  .tz-btn {
    font-size: 1.0625rem;
  }
}

.center-grid {
  display: grid;
  place-content: center;
  height: 100vh;
}

.center-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tz-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(196, 196, 196, 0.8);
  position: relative;
}
.tz-divider:before {
  content: "";
  position: absolute;
  background-color: #333333;
  width: 100px;
  height: 8px;
  top: -4px;
  left: calc(100% / 2 - 50px);
}

.lSSlideOuter * {
  box-sizing: initial;
}

.lSSlideOuter .lSPager.lSpg > li.active a,
.lSSlideOuter .lSPager.lSpg > li.active:hover a {
  background-color: #282832 !important;
}

.lSSlideOuter .lSPager.lSpg > li a,
.lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #282832 !important;
}

.lSSlideOuter .lSPager.lSpg {
  text-align: center !important;
  margin: 2rem 0 0 2rem !important;
}
@media only screen and (max-width: 1000px) {
  .lSSlideOuter .lSPager.lSpg {
    margin: 2rem 0 !important;
    text-align: center !important;
  }
}

.lSSlideOuter .lSPager.lSpg > li {
  padding: 0 0.1875rem !important;
}

.lSSlideOuter .lSPager.lSpg > li a {
  width: 15px !important;
  height: 15px !important;
  border-radius: 50% !important;
  border: 2px solid #282832 !important;
  background-color: #ffffff !important;
}
@media only screen and (max-width: 992px) {
  .lSSlideOuter .lSPager.lSpg > li a {
    width: 10px !important;
    height: 10px !important;
  }
}

.cpb-recommended-article-carousel .lSSlideOuter .lSPager.lSpg {
  text-align: center !important;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.ch-carousel-wrap {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.ch-carousel-wrap .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.ch-carousel-wrap .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.ch-carousel-wrap .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.ch-carousel-wrap .owl-wrapper,
.ch-carousel-wrap .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.ch-carousel-wrap .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.ch-carousel-wrap .owl-item img {
  display: block;
  width: 100%;
}

.ch-carousel-wrap .owl-nav.disabled,
.ch-carousel-wrap .owl-dots.disabled {
  display: none;
}

.ch-carousel-wrap .owl-nav .owl-prev,
.ch-carousel-wrap .owl-nav .owl-next,
.ch-carousel-wrap .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ch-carousel-wrap.owl-loaded {
  display: block;
}

.ch-carousel-wrap.owl-loading {
  opacity: 0;
  display: block;
}

.ch-carousel-wrap.owl-hidden {
  opacity: 0;
}

.ch-carousel-wrap.owl-refresh .owl-item {
  visibility: hidden;
}

.ch-carousel-wrap.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ch-carousel-wrap.owl-grab {
  cursor: move;
  cursor: grab;
}

.ch-carousel-wrap.owl-rtl {
  direction: rtl;
}

.ch-carousel-wrap.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .ch-carousel-wrap {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.ch-carousel-wrap .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.ch-carousel-wrap .owl-animated-in {
  z-index: 0;
}

.ch-carousel-wrap .owl-animated-out {
  z-index: 1;
}

.ch-carousel-wrap .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.ch-carousel-wrap .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.ch-carousel-wrap .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.ch-carousel-wrap .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.ch-carousel-wrap .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.ch-carousel-wrap .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.ch-carousel-wrap .owl-video-playing .owl-video-tn,
.ch-carousel-wrap .owl-video-playing .owl-video-play-icon {
  display: none;
}

.ch-carousel-wrap .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.ch-carousel-wrap .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

*:focus {
  outline: none;
}

* {
  box-sizing: border-box;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

html {
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 400 !important;
  line-height: 1.5;
  background: #ffffff;
  font-family: "Inter", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 1s;
  overflow-x: hidden;
  overflow-y: scroll;
}
body .custom-logo {
  width: 215px;
  height: 60px;
}
@media only screen and (max-width: 1024px) {
  body .custom-logo {
    width: 175px;
    height: auto;
  }
}
@media only screen and (max-width: 320px) {
  body .custom-logo {
    width: 198px;
  }
}
@keyframes tz_arrow_animate {
  0% {
    transform: translate3d(0, 0px, 0);
  }
  8% {
    transform: translate3d(0, 5px, 0);
  }
  14% {
    transform: translate3d(0, 0px, 0);
  }
  100% {
    transform: translate3d(0, 0px, 0);
  }
}
body .backtotop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  visibility: hidden;
  user-select: none;
}
body .backtotop:hover .backtotop-txt {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transform: translateY(0);
}
body .backtotop:hover .tz-arrow-upward {
  color: #fff;
  background: #62686d;
}
body .backtotop .tz-arrow-upward {
  color: #0C0C0C;
  font-size: 2rem;
  padding: 0.8rem;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 0 0 rgba(60, 64, 67, 0.3), 0 0 0 0 rgba(60, 64, 67, 0.15);
  background: #3c4043;
  color: #9aa0a6;
}
body .backtotop .backtotop-txt {
  color: #0C0C0C;
  padding: 0.4rem 0.6rem;
  font-size: 0.8rem;
  display: block;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transform: translateY(15px);
  transition: all 0.1s ease-out;
}
@media only screen and (max-width: 992px) {
  body .backtotop .backtotop-txt {
    display: none;
  }
}
body #tz-toggle-hamburger-icon {
  display: none;
  position: relative;
  background-color: none;
  transition: all 0.2s ease;
}
body #tz-toggle-hamburger-icon > div {
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  margin: 5px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  body #tz-toggle-hamburger-icon {
    display: inline-block;
    padding: 0.4rem;
    font-size: 0px;
    cursor: pointer;
    top: 11px;
    right: 5px;
    position: fixed;
    z-index: 9999;
  }
  body #tz-toggle-hamburger-icon img {
    width: 28px;
  }
}
body .toggle-burger .tz-line-1 {
  transform: rotate(-45deg) translate(-5px, 5px);
}
body .toggle-burger .tz-line-2 {
  opacity: 0;
}
body .toggle-burger .tz-line-3 {
  transform: rotate(45deg) translate(-5px, -5px);
}
body .tz-nav-bg-mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  body .tz-nav-bg-mobile {
    display: block;
    position: fixed;
    width: 100%;
    height: 60px;
    z-index: 99;
    background-color: #112c09;
    transition: background-color 0.3s linear;
    box-shadow: 5px -1px 12px -5px #0C0C0C;
  }
}
body .ccm-heading h2 > span {
  display: block;
  text-align: center;
  color: #0C0C0C;
}
body .ccm-heading h2 > span:nth-child(1) {
  font-weight: 700;
  font-size: 60px;
}
@media only screen and (max-width: 992px) {
  body .ccm-heading h2 > span:nth-child(1) {
    font-size: 2.1875rem;
  }
}
body .ccm-heading h2 > span:nth-child(2) {
  font-weight: 500;
  font-size: 3.125rem;
}
@media only screen and (max-width: 992px) {
  body .ccm-heading h2 > span:nth-child(2) {
    font-size: 1.75rem;
  }
}
body .cont-pad {
  padding: 3rem 0 0 0;
}
body .ev-bg-circle {
  position: relative;
  background-image: url(https://cld.partsimg.com/image/upload/c_pad,f_auto,q_auto,dpr_auto/carparts/blog/tier-zero/budget-cheat-sheet-for-ev/circle-transparent), url(https://cld.partsimg.com/image/upload/c_pad,f_auto,q_auto,dpr_auto/carparts/blog/tier-zero/budget-cheat-sheet-for-ev/circle-transparent);
  background-position: top left, bottom right;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
  body .ev-bg-circle {
    background-image: none;
    background-position: inherit;
  }
}
body .tz-main-wrap {
  overflow: hidden;
  position: relative;
}
body .tz-main-wrap .main-nav-wrap {
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: fixed;
  z-index: 2000;
  background-color: rgba(17, 44, 9, 0.95);
}
@media only screen and (max-width: 1080px) {
  body .tz-main-wrap .main-nav-wrap {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap .main-nav-wrap {
    justify-content: space-between !important;
    display: block;
    background-color: transparent;
  }
}
body .tz-main-wrap .main-nav-wrap.nav-active {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap .main-nav-wrap {
    padding: 0;
  }
}
body .tz-main-wrap .main-nav-wrap .nav-logo {
  margin: 0;
  padding: 0;
  line-height: 0;
  order: 1;
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap .main-nav-wrap .nav-logo {
    order: 2;
    position: absolute;
    left: 1rem;
    top: 0.8rem;
  }
}
body .tz-main-wrap .main-nav-wrap .nav-logo a {
  width: 200px;
}
body .tz-main-wrap .main-nav-wrap .nav-logo a svg {
  width: 200px !important;
}
body .tz-main-wrap .main-nav-wrap .tz-nav-wrap {
  transition: all 0.5s ease;
  order: 2;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap .main-nav-wrap .tz-nav-wrap {
    height: 0;
  }
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap .main-nav-wrap .tz-nav-wrap {
    flex: none;
  }
}
body .tz-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav {
  display: flex;
  align-items: center;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav {
    margin: 0;
    background-color: #112c09;
    display: grid;
    place-content: center;
    height: 100vh;
    transform: translateY(-100%);
  }
}
body .tz-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav .tz-main-nav {
  display: flex;
  margin: 12px 0 !important;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav .tz-main-nav {
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav .tz-main-nav {
    padding: 0;
  }
}
body .tz-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav .tz-main-nav li {
  margin: 0 !important;
  padding: 0 8px 0;
  display: inherit;
  list-style: none !important;
}
@media only screen and (max-width: 1200px) {
  body .tz-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav .tz-main-nav li {
    padding: 0 5px 0;
  }
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav .tz-main-nav li {
    margin-bottom: 1rem !important;
  }
}
body .tz-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav .tz-main-nav li.tz-active a {
  transition: all 0.3s ease;
  color: #63D241 !important;
  border: 2px solid #63D241;
}
body .tz-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav .tz-main-nav li a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: #ffffff !important;
  font-size: 1rem;
  transition: all 0.3s ease;
  font-weight: 600 !important;
  border: 2px solid #00332D;
  border-radius: 60px;
  padding: 3px 15px;
}
@media only screen and (max-width: 1200px) {
  body .tz-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav .tz-main-nav li a {
    padding: 3px 12px;
  }
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav .tz-main-nav li a {
    font-size: 14px !important;
  }
}
body .tz-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav .tz-main-nav li a:hover {
  color: #63D241 !important;
  border: 2px solid #63D241;
}
body .tz-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav .nav-menu-social {
  margin: 0.125rem 0 0 1rem;
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav .nav-menu-social {
    margin: 0;
    position: static;
    text-align: center;
  }
}
body .tz-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav .nav-menu-social .nav-social-list {
  margin: 0;
  padding: 0;
}
body .tz-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav .nav-menu-social .nav-social-list li {
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block;
  list-style: none;
}
body .tz-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav .nav-menu-social .nav-social-list li a {
  display: inline-block;
  padding-top: 7px;
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav .nav-menu-social .nav-social-list li a svg {
    height: 30px;
  }
}
body .tz-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav .nav-menu-social .nav-social-list li:nth-child(1) {
  margin-right: 10px !important;
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav .nav-menu-social .nav-social-list li:nth-child(1) {
    margin-right: 0 !important;
  }
}
body .tz-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav .nav-menu-social .nav-social-list li:nth-child(2) a {
  margin-left: -5px;
}
body .tz-main-wrap .main-nav-wrap.show-bg {
  background-color: #0C0C0C;
}
body .tz-main-wrap .main-nav-wrap.show-bg .tz-nav {
  visibility: visible;
  overflow: visible;
  height: 200px;
}
body .tz-main-wrap .main-nav-wrap > div {
  text-align: center;
  order: 3;
  margin: 2px 0 0 0;
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap .main-nav-wrap > div {
    text-align: left;
  }
}
body .tz-main-wrap .main-nav-wrap > div .toggle-burger .tz-line-1 {
  transform: rotate(-45deg) translate(-5px, 5px);
}
body .tz-main-wrap .main-nav-wrap > div .toggle-burger .tz-line-2 {
  opacity: 0;
}
body .tz-main-wrap .main-nav-wrap > div .toggle-burger .tz-line-3 {
  transform: rotate(45deg) translate(-5px, -5px);
}
body .tz-main-wrap .main-nav-wrap > div .nav-social-list {
  text-align: right;
  margin: 5px 0 0 0;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap .main-nav-wrap > div .nav-social-list {
    margin: 0;
    display: none;
  }
}
body .tz-main-wrap .main-nav-wrap > div .nav-social-list li {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 3px;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap .main-nav-wrap > div .nav-social-list li {
    margin-right: 2px;
  }
}
@media only screen and (max-width: 380px) {
  body .tz-main-wrap .main-nav-wrap > div .nav-social-list li:last-child {
    margin: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap .main-nav-wrap > div .nav-social-list li a svg {
    width: 32px;
    height: 32px;
  }
}
body .tz-main-wrap .nav-section {
  padding: 0 0 30px 0;
  display: flex;
  z-index: 2000;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap .nav-section {
    position: relative;
    z-index: 1000;
  }
}
@media only screen and (max-width: 480px) {
  body .tz-main-wrap .nav-section {
    padding: 10px 0;
    margin-bottom: 1rem;
  }
}
body .tz-main-wrap .nav-section .nav-logo {
  margin: 0;
  padding: 0;
  line-height: 0;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap .nav-section .nav-logo {
    margin: 0 20px 0 0;
  }
}
body .tz-main-wrap .nav-section .nav-logo a {
  width: 200px;
}
body .tz-main-wrap .nav-section .nav-logo a svg {
  width: 247px !important;
}
@media only screen and (max-width: 480px) {
  body .tz-main-wrap .nav-section .nav-logo a svg {
    width: 160px !important;
  }
}
body .tz-main-wrap #tz-hero {
  width: 100%;
  height: 100vh;
  background-color: #112c09;
  position: relative;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-hero {
    background-image: linear-gradient(#00ffff, #6cff96);
    height: 50vh;
  }
}
body .tz-main-wrap #tz-hero #tz-hero-bg {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-hero #tz-hero-bg {
    object-position: bottom;
  }
}
body .tz-main-wrap #tz-hero #tz-heading-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
}
@media only screen and (max-width: 1080px) {
  body .tz-main-wrap #tz-hero #tz-heading-wrap {
    /*
    top: 45%;
    left: inherit;
    position: relative;
    display: flex;
    justify-content: center;
    */
    width: 50%;
  }
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-hero #tz-heading-wrap {
    display: none;
  }
}
body .tz-main-wrap #tz-hero #tz-heading-wrap #tz-heading {
  padding-left: clamp(1em, 4vw, 5em);
  text-align: left;
  z-index: 9;
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap #tz-hero #tz-heading-wrap #tz-heading {
    text-align: center;
    padding: 0;
    display: none;
  }
}
@media (max-width: 40em) {
  body .tz-main-wrap #tz-hero #tz-heading-wrap #tz-heading {
    padding: 0 1em;
  }
}
body .tz-main-wrap #tz-hero #tz-heading-wrap #tz-heading h1 {
  line-height: 1.1;
  font-style: 500;
  font-weight: 700;
  font-size: clamp(2.2rem, 5vw, 5rem);
  max-width: 34.125rem;
}
@media (max-width: 40em) {
  body .tz-main-wrap #tz-hero #tz-heading-wrap #tz-heading h1 {
    text-align: center;
  }
}
body .tz-main-wrap #tz-hero #tz-heading-wrap #tz-heading h1 span {
  display: inline;
  line-height: 1;
  padding: 2px 0 1px;
  color: #ffffff;
}
body .tz-main-wrap #tz-hero #tz-heading-wrap #tz-heading i {
  font-style: normal;
  font-weight: 700;
  color: #63D241;
}
body .tz-main-wrap #tz-hero .pic-bg-overlay {
  /*
  #hero-mobile {
  	display: none;
  }
  */
}
@media only screen and (max-width: 1080px) {
  body .tz-main-wrap #tz-hero .pic-bg-overlay::before {
    /*
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    */
  }
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-hero .pic-bg-overlay {
    /*
    #animation_container {
    	display: none;
    }

    #hero-mobile {
    	display: block;
    	position: absolute;
    	right: 0;
    	z-index: 0;
    }
    */
  }
}
body .tz-main-wrap #tz-hero #_preload_div_ {
  right: 23%;
  left: inherit !important;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-hero #_preload_div_ {
    display: flex;
    justify-content: center;
    left: inherit;
    position: relative !important;
  }
}
body .tz-main-wrap #tz-hero-heading {
  display: none;
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap #tz-hero-heading {
    display: flex;
    background-color: #112c09;
    padding: 3rem 1.175rem;
    justify-content: center;
    position: relative;
    z-index: 500;
    top: -1px;
  }
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-hero-heading {
    padding: 2.175rem 1.175rem;
  }
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap #tz-hero-heading h1 {
    line-height: 1.1;
    font-style: 500;
    font-weight: 700;
    font-size: clamp(2.2rem, 5vw, 5rem);
    max-width: 34.125rem;
    width: 50%;
  }
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-hero-heading h1 {
    margin: 0;
  }
}
@media only screen and (max-width: 510px) {
  body .tz-main-wrap #tz-hero-heading h1 {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap #tz-hero-heading h1 span {
    display: inline;
    line-height: 1;
    padding: 2px 0 1px;
    color: #ffffff;
  }
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap #tz-hero-heading i {
    font-style: normal;
    font-weight: 700;
    color: #63D241;
  }
}
body .tz-main-wrap #tz-intro {
  background-color: #ffffff;
  color: #0C0C0C;
  position: relative;
  z-index: 10;
  width: 100%;
}
body .tz-main-wrap #tz-intro .tz-intro-flex {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 5em 0;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-intro .tz-intro-flex {
    flex-direction: column;
    padding: 0 0 4rem 0;
  }
}
body .tz-main-wrap #tz-intro .tz-intro-flex > *:nth-child(1) {
  width: 50%;
  background-color: #ffffff;
  padding: 0 3rem 3.5rem 3rem;
  margin-top: 5rem;
  z-index: 2;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-intro .tz-intro-flex > *:nth-child(1) {
    order: 2;
    width: auto;
    padding: 0rem;
    margin-top: 0;
  }
}
body .tz-main-wrap #tz-intro .tz-intro-flex > *:nth-child(2) {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-intro .tz-intro-flex > *:nth-child(2) {
    order: 1;
    width: auto;
    margin: 8rem 0;
  }
}
body .tz-main-wrap #tz-intro .tz-intro-flex > *:nth-child(2) .tz-rec-light-org-grn-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -3rem;
  right: -3rem;
  background-color: #FFDAC1;
  transform-origin: 50% 50%;
  z-index: 200;
}
body .tz-main-wrap #tz-intro .tz-intro-flex > *:nth-child(2) .tz-rec-light-org-grn-bg::before {
  content: "";
  border: 50px solid #358d1a;
  border-radius: 180px;
  width: 200px;
  height: 200px;
  position: absolute;
  z-index: 600;
  bottom: -6rem;
  right: -5rem;
}
body .tz-main-wrap #tz-intro .tz-intro-flex > *:nth-child(2) .intro-img {
  position: relative;
  z-index: 1000;
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap #tz-intro .tz-intro-flex > *:nth-child(2) .intro-img {
    object-fit: cover;
    height: 80%;
  }
}
@media only screen and (max-width: 40em) {
  body .tz-main-wrap #tz-intro .tz-intro-flex > *:nth-child(2) {
    width: 100%;
  }
}
body .tz-main-wrap #tz-intro .tz-intro-flex > *:nth-child(2) p {
  color: #0C0C0C;
}
body .tz-main-wrap #tz-intro .tz-intro-flex > *:nth-child(2) p:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap .tz-ev-bullet-list {
    padding: 0 0 0 1rem;
  }
}
body .tz-main-wrap .tz-ev-bullet-list li {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap .tz-ev-bullet-list li {
    margin: 0 0 1.175rem 0;
  }
}
body .tz-main-wrap .tz-ev-bullet-list li .circle-icon {
  position: relative;
  border: 2px solid #358d1a;
  color: #358d1a;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  top: 0;
  margin-right: 5px;
  font-size: 22px;
  text-align: center;
}
body .tz-main-wrap .tz-ev-bullet-list li p {
  margin: 0 0 1rem 0;
  padding: 0;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap .tz-parts-single {
    margin-bottom: 0 !important;
  }
}
body .tz-main-wrap .tz-parts-single p {
  text-align: left;
}
body .tz-main-wrap .tz-parts-single h2 {
  font-size: 3.5rem;
}
body .tz-main-wrap .tz-parts-single h2.tz-head-two-title {
  padding: 0 20px 0 20px;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 1300px) {
  body .tz-main-wrap .tz-parts-single h2 {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap .tz-parts-single h3 {
    font-size: 1.875rem;
  }
}
body .tz-main-wrap .tz-parts-single .tz-flex-box-desc {
  display: flex;
  flex-direction: row;
  /*background-color: $black;*/
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap .tz-parts-single .tz-flex-box-desc {
    flex-direction: column;
    margin-bottom: 0 !important;
  }
}
body .tz-main-wrap .tz-parts-single .tz-flex-box-desc a.txt-link {
  color: #0C0C0C !important;
  font-weight: 700 !important;
  text-decoration: underline;
}
body .tz-main-wrap .tz-parts-single .tz-flex-box-desc strong {
  font-weight: 700 !important;
}
body .tz-main-wrap .tz-list-images {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 992px) {
  body .tz-main-wrap .tz-list-images {
    background: #e9e9e9;
    width: 100%;
    height: 200px;
  }
}
body .tz-main-wrap .tz-list-images > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
body .tz-main-wrap .tz-list-images > div:nth-child(1) {
  opacity: 1;
  visibility: visible;
}
body .tz-main-wrap .tz-list-images > div img {
  width: 87%;
  height: 75%;
  object-fit: cover;
  transform: scale(1);
  position: relative;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap .tz-list-images > div img {
    display: block;
  }
}
body .tz-main-wrap .tz-list-images > div img.tz-img-desktop {
  display: block;
  margin: 5.5rem 3rem 0 3rem !important;
}
@media screen and (max-width: 992px) {
  body .tz-main-wrap .tz-list-images > div img.tz-img-desktop {
    display: none;
  }
}
body .tz-main-wrap .tz-list-images > div img.tz-img-mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  body .tz-main-wrap .tz-list-images > div img.tz-img-mobile {
    display: block;
    height: auto;
  }
}
body .tz-main-wrap #tz-budget-cheat-sheet-ev {
  background-color: #fbfbfb;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-budget-cheat-sheet-ev {
    padding: 2.5em 0 0;
  }
}
body .tz-main-wrap #tz-budget-cheat-sheet-ev .tz-title-wrap {
  margin-bottom: 4em;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-budget-cheat-sheet-ev .tz-title-wrap {
    margin-bottom: 3em;
  }
}
body .tz-main-wrap #tz-budget-cheat-sheet-ev .tz-title-wrap p {
  color: #0C0C0C;
  margin: 0 1em 3em;
}
body .tz-main-wrap #tz-budget-cheat-sheet-ev .tz-rec-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fc7e00;
  transform: rotate(60deg);
  transform-origin: 50% 50%;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-budget-cheat-sheet-ev .tz-rec-bg {
    display: none;
  }
}
body .tz-main-wrap #tz-budget-cheat-sheet-ev .tz-flex-box-desc {
  max-width: 1340px;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-budget-cheat-sheet-ev .tz-flex-box-desc {
    padding-bottom: 0;
    margin-bottom: 0 !important;
  }
}
body .tz-main-wrap #tz-budget-cheat-sheet-ev .tz-parts-inner {
  background-image: linear-gradient(90deg, #63D241 34%, #16181F 0);
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-budget-cheat-sheet-ev .tz-parts-inner {
    background-image: none;
  }
}
body .tz-main-wrap #tz-budget-cheat-sheet-ev .tz-col-wrap:nth-child(1) {
  width: 50%;
  height: 100vh;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-budget-cheat-sheet-ev .tz-col-wrap:nth-child(1) {
    width: 100%;
    height: 250px;
    order: 1;
  }
}
body .tz-main-wrap #tz-budget-cheat-sheet-ev .tz-col-wrap:nth-child(1).tz-col-img-animate {
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-budget-cheat-sheet-ev .tz-col-wrap:nth-child(1).tz-col-img-animate {
    display: none;
  }
}
body .tz-main-wrap #tz-budget-cheat-sheet-ev .tz-col-wrap:nth-child(2) {
  width: 50%;
  padding: 3.75em 3.75em 3.75em 2em;
  /*background-color: $black;*/
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-budget-cheat-sheet-ev .tz-col-wrap:nth-child(2) {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    order: 2;
    background-color: #16181F;
  }
}
body .tz-main-wrap #tz-budget-cheat-sheet-ev .tz-col-wrap:nth-child(2) .tz-col-list {
  margin-bottom: 5rem;
}
@media screen and (max-width: 992px) {
  body .tz-main-wrap #tz-budget-cheat-sheet-ev .tz-col-wrap:nth-child(2) .tz-col-list {
    margin: 0;
  }
}
body .tz-main-wrap #tz-budget-cheat-sheet-ev .tz-col-wrap:nth-child(2) .tz-col-list .tz-col-list-img {
  position: relative;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-budget-cheat-sheet-ev .tz-col-wrap:nth-child(2) .tz-col-list .tz-col-list-img {
    background-color: #63D241;
  }
}
body .tz-main-wrap #tz-budget-cheat-sheet-ev .tz-col-wrap:nth-child(2) .tz-col-list .tz-col-list-img .tz-img-mobile {
  display: none;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-budget-cheat-sheet-ev .tz-col-wrap:nth-child(2) .tz-col-list .tz-col-list-img .tz-img-mobile {
    position: relative;
    display: block;
    margin-bottom: 2rem;
    z-index: 1;
    padding: 1.175rem;
  }
}
@media screen and (max-width: 992px) {
  body .tz-main-wrap #tz-budget-cheat-sheet-ev .tz-col-wrap:nth-child(2) .tz-col-list .tz-col-list-content {
    margin: 0 1em 3em;
  }
}
body .tz-main-wrap #tz-budget-cheat-sheet-ev .tz-col-wrap:nth-child(2) .tz-col-list .tz-col-list-content .tz-col-bullet {
  list-style: disc;
}
body .tz-main-wrap #tz-budget-cheat-sheet-ev .tz-col-wrap:nth-child(2) .tz-col-list.tz-list-1 > div {
  position: relative;
  padding-top: 20rem;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-budget-cheat-sheet-ev .tz-col-wrap:nth-child(2) .tz-col-list.tz-list-1 > div {
    padding-top: 0;
  }
}
body .tz-main-wrap #tz-budget-cheat-sheet-ev .tz-col-wrap:nth-child(2) .tz-col-list h3 {
  font-weight: 700;
  font-size: clamp(2.1875rem, 4vw, 3.125rem);
  margin: 0 0 30px;
}
body .tz-main-wrap #tz-budget-cheat-sheet-ev .tz-col-wrap:nth-child(2) .tz-col-list h3 .tz-green {
  color: #63D241;
  font-weight: 700;
  font-style: normal;
  display: block;
}
body .tz-main-wrap #tz-budget-cheat-sheet-ev .tz-col-wrap:nth-child(2) .tz-col-list .tz-list-item li {
  list-style-type: disc;
}
body .tz-main-wrap #tz-budget-cheat-sheet-ev .tz-col-wrap:nth-child(2) .tz-section-title {
  color: #2E4787;
  text-align: left;
  padding-left: 0;
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-budget-cheat-sheet-ev .tz-col-wrap:nth-child(2) .tz-section-title {
    width: 100%;
    text-align: center;
    font-size: 2rem !important;
  }
}
body .tz-main-wrap #tz-budget-cheat-sheet-ev .tz-col-wrap:nth-child(2) h3, body .tz-main-wrap #tz-budget-cheat-sheet-ev .tz-col-wrap:nth-child(2) p {
  color: #ffffff;
  margin: 0;
}
body .tz-main-wrap #tz-budget-cheat-sheet-ev .tz-col-wrap:nth-child(2) .tz-h3 {
  text-align: left;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-budget-cheat-sheet-ev .tz-col-wrap:nth-child(2) .tz-h3 {
    text-align: center;
  }
}
body .tz-main-wrap #tz-budget-cheat-sheet-ev .tz-col-wrap:nth-child(2) .tz-btn-link {
  color: #0C0C0C !important;
  border-color: #0C0C0C;
  text-align: center;
}
body .tz-main-wrap #tz-budget-cheat-sheet-ev .tz-col-wrap:nth-child(2) .tz-btn-link:hover {
  color: #0C0C0C !important;
}
body .tz-main-wrap #tz-ev-purchase-prices {
  background-color: #ffffff;
  padding: 1.175rem 0;
}
@media (max-width: 82.8125em) {
  body .tz-main-wrap #tz-ev-purchase-prices {
    margin-bottom: 2em;
  }
}
body .tz-main-wrap #tz-ev-purchase-prices #tz-ev-price-split {
  display: flex;
  overflow: hidden;
}
@media (max-width: 82.8125em) {
  body .tz-main-wrap #tz-ev-purchase-prices #tz-ev-price-split {
    flex-direction: column;
  }
}
body .tz-main-wrap #tz-ev-purchase-prices #tz-ev-price-split > * {
  width: 50%;
}
@media (max-width: 82.8125em) {
  body .tz-main-wrap #tz-ev-purchase-prices #tz-ev-price-split > * {
    width: 100%;
  }
}
body .tz-main-wrap #tz-ev-purchase-prices #tz-ev-price-split > *:nth-child(1) {
  order: 1;
}
body .tz-main-wrap #tz-ev-purchase-prices #tz-ev-price-split > *:nth-child(1) p {
  color: #0C0C0C;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-ev-purchase-prices #tz-ev-price-split > *:nth-child(1) p {
    margin: 0;
  }
}
body .tz-main-wrap #tz-ev-purchase-prices #tz-ev-price-split > *:nth-child(1) p strong {
  display: block;
}
body .tz-main-wrap #tz-ev-purchase-prices #tz-ev-price-split > *:nth-child(1) #tz-price-content {
  padding: 3em 1em;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-ev-purchase-prices #tz-ev-price-split > *:nth-child(1) #tz-price-content {
    padding: 3em 1.175em 1.175em;
  }
}
body .tz-main-wrap #tz-ev-purchase-prices #tz-ev-price-split > *:nth-child(1) #tz-price-content h3 {
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-ev-purchase-prices #tz-ev-price-split > *:nth-child(1) #tz-price-content h3 {
    display: block;
  }
}
body .tz-main-wrap #tz-ev-purchase-prices #tz-ev-price-split > *:nth-child(2) {
  order: 2;
  padding: 4rem;
  position: relative;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-ev-purchase-prices #tz-ev-price-split > *:nth-child(2) {
    margin-top: 2em;
    padding: 0 1.175rem;
  }
}
body .tz-main-wrap #tz-ev-purchase-prices #tz-ev-price-split > *:nth-child(2) #tz-price-img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 1px 10px 0px #0000004D;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-ev-purchase-prices #tz-ev-price-split > *:nth-child(2) #tz-price-img {
    clip-path: none;
    transform-origin: 0 0;
    transform: inherit;
  }
}
body .tz-main-wrap #tz-ev-purchase-prices #tz-ev-price-split > *:nth-child(2) #tz-price-img img {
  display: block;
  width: 100%;
  height: 100%;
  /*
  object-fit: cover;
  margin-left: -210px;
  */
}
@media (max-width: 82.8125em) {
  body .tz-main-wrap #tz-ev-purchase-prices #tz-ev-price-split > *:nth-child(2) #tz-price-img img {
    margin-left: 0;
  }
}
body .tz-main-wrap #tz-affordable-ev {
  position: relative;
  background-color: #16181F;
  padding: 5rem 0;
  /*Carousel*/
  /**Navigation***/
}
body .tz-main-wrap #tz-affordable-ev h2 {
  color: #63D241;
}
body .tz-main-wrap #tz-affordable-ev h3 {
  margin: 3rem 0 3rem 0;
  color: #ffffff;
  text-align: center;
}
body .tz-main-wrap #tz-affordable-ev h3 i.tz-green {
  color: #63D241;
  font-style: normal;
  font-weight: 700;
}
body .tz-main-wrap #tz-affordable-ev p {
  color: #ffffff;
}
body .tz-main-wrap #tz-affordable-ev .tz-affordable-ev-row {
  max-width: 1340px;
  margin: 0 auto;
}
body .tz-main-wrap #tz-affordable-ev .cars-list .owl-stage {
  margin: 0 auto;
}
body .tz-main-wrap #tz-affordable-ev .cars-list figure {
  margin: 0;
}
body .tz-main-wrap #tz-affordable-ev .cars-list figure .badge-wrap {
  /*car bullet list desc*/
}
body .tz-main-wrap #tz-affordable-ev .cars-list figure .badge-wrap .prod-list-desc {
  padding: 1.175rem;
  background: none scroll no-repeat 0 0 #112c09;
  height: 230px;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-affordable-ev .cars-list figure .badge-wrap .prod-list-desc {
    height: 250px;
  }
}
body .tz-main-wrap #tz-affordable-ev .cars-list figure .badge-wrap .prod-list-desc h3 {
  text-align: left;
  margin: 0;
  color: #ffffff;
  font-style: italic;
  font-size: clamp(1.5rem, 4vw, 1.58rem);
}
body .tz-main-wrap #tz-affordable-ev .cars-list figure .badge-wrap .prod-list-desc h3 .tz-green {
  font-style: italic;
}
body .tz-main-wrap #tz-affordable-ev .cars-list figure .badge-wrap .car-dotted-list {
  padding: 0;
}
body .tz-main-wrap #tz-affordable-ev .cars-list figure .badge-wrap .car-dotted-list li {
  font-weight: 600;
  font-style: italic;
}
body .tz-main-wrap #tz-affordable-ev .cars-list figure .badge-wrap .car-dotted-list li i {
  color: #63D241;
}
body .tz-main-wrap #tz-affordable-ev .cars-list figure .badge-wrap small {
  font-size: 0.8rem;
  font-weight: 400;
  font-style: italic;
}
@media (max-width: 1023px) {
  body .tz-main-wrap #tz-affordable-ev .cars-list {
    margin-top: 20px;
    background: transparent;
  }
}
body .tz-main-wrap #tz-affordable-ev .cars-list .icon {
  background: #4a4a4a;
  opacity: 0.7;
  color: #ffffff;
  font-weight: normal;
}
body .tz-main-wrap #tz-affordable-ev .cars-list .icon::hover {
  opacity: 1;
}
body .tz-main-wrap #tz-affordable-ev .cars-list .ch-product-feat {
  padding-right: 10px;
}
body .tz-main-wrap #tz-affordable-ev .cars-list .feat-box {
  width: 100%;
  height: 100%;
  position: relative;
}
body .tz-main-wrap #tz-affordable-ev .cars-list .feat-box img {
  width: 100%;
  height: auto;
  background-size: 100% 100%;
}
body .tz-main-wrap #tz-affordable-ev .cars-list .feat-box figure {
  margin: 0;
  position: absolute;
  bottom: 0;
  padding: 20px;
  color: #fff;
}
@media (max-width: 1250px) {
  body .tz-main-wrap #tz-affordable-ev .cars-list .ch-product-feat .feat-box img {
    height: 100%;
  }
}
@media (max-width: 1023px) {
  body .tz-main-wrap #tz-affordable-ev .cars-list .ch-product-feat .feat-box img {
    display: none;
  }
}
@media (max-width: 1023px) {
  body .tz-main-wrap #tz-affordable-ev .cars-list .ch-product-feat .feat-box figure {
    position: relative;
    color: #333333;
    margin: 0 0 30px 0;
    padding: 0;
  }
}
@media (max-width: 1023px) {
  body .tz-main-wrap #tz-affordable-ev .cars-list .ch-product-feat {
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  body .tz-main-wrap #tz-affordable-ev .cars-list .ch-carousel-wrap .cbh-prod_item .badge-wrap .prod-list-desc div {
    text-align: center;
  }
}
@media (max-width: 1023px) {
  body .tz-main-wrap #tz-affordable-ev .cars-list .ch-carousel-wrap .cbh-prod_item {
    background: #ffffff;
  }
}
body .tz-main-wrap #tz-affordable-ev .cars-list .ch-carousel-wrap .owl-nav .owl-prev.disabled {
  display: none;
}
body .tz-main-wrap #tz-affordable-ev .cars-list .ch-carousel-wrap .owl-nav .owl-next.disabled {
  display: none;
}
body .tz-main-wrap #tz-affordable-ev .icon {
  background: rgba(255, 255, 255, 0.6);
  color: rgba(0, 0, 0, 0.3);
  font-size: 40px;
  line-height: 53px !important;
  margin-top: -50px;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 35px;
  height: 55px;
}
body .tz-main-wrap #tz-affordable-ev .owl-nav button {
  background: transparent;
  border: none;
}
body .tz-main-wrap #tz-affordable-ev .owl-next,
body .tz-main-wrap #tz-affordable-ev .owl-prev {
  height: 100%;
  position: absolute;
  top: 0;
  width: 2.5%;
}
body .tz-main-wrap #tz-affordable-ev .owl-next {
  right: 0px;
}
body .tz-main-wrap #tz-affordable-ev .owl-prev {
  left: -1px;
}
body .tz-main-wrap #tz-affordable-ev .owl-next:hover .icon,
body .tz-main-wrap #tz-affordable-ev .owl-prev:hover .icon {
  background: #4f4f4f;
  color: #ffffff;
}
body .tz-main-wrap #tz-affordable-ev .ch-left-icon {
  left: 1px;
}
body .tz-main-wrap #tz-affordable-ev .ch-left-icon:before {
  font-family: "Material Icons";
  content: "";
}
body .tz-main-wrap #tz-affordable-ev .ch-right-icon {
  right: 0px;
}
body .tz-main-wrap #tz-affordable-ev .ch-right-icon:before {
  font-family: "Material Icons";
  content: "";
}
body .tz-main-wrap #tz-affordable-ev .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
}
body .tz-main-wrap #tz-affordable-ev .owl-theme .owl-dots {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-affordable-ev .owl-theme .owl-dots {
    margin-top: 30px;
  }
}
body .tz-main-wrap #tz-affordable-ev .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  border: none;
  background: transparent;
}
body .tz-main-wrap #tz-affordable-ev .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0;
  background: none scroll no-repeat 0 0 #707070;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
body .tz-main-wrap #tz-affordable-ev .owl-theme .owl-dots .owl-dot.active span,
body .tz-main-wrap #tz-affordable-ev .owl-theme .owl-dots .owl-dot:hover span {
  background: none scroll no-repeat 0 0 transparent;
  border: 1px solid #707070;
}
body .tz-main-wrap #tz-gal {
  background-color: #fbfbfb;
  padding: 3em 0;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-gal {
    padding: 3rem 0 1.175rem 0;
  }
}
body .tz-main-wrap #tz-gal .tz-gal-split {
  display: flex;
  padding: 3rem 0;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-gal .tz-gal-split {
    flex-direction: column;
  }
}
body .tz-main-wrap #tz-gal .tz-gal-split .tz-gal-img {
  width: 50%;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-gal .tz-gal-split .tz-gal-img {
    order: 2;
    width: auto;
    padding: 4.175rem 1.175rem 0 1.175rem;
  }
}
body .tz-main-wrap #tz-gal .tz-gal-split .tz-gal-content {
  width: 50%;
  padding: 0 0 0 3rem;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-gal .tz-gal-split .tz-gal-content {
    order: 1;
    width: auto;
  }
}
body .tz-main-wrap #tz-gal .tz-gal-split .tz-gal-content h3 {
  margin: 0;
}
body .tz-main-wrap #tz-gal .tz-gal-split .tz-gal-content h3 span {
  display: inline-block;
}
body .tz-main-wrap #tz-oev {
  background: none scroll no-repeat 0 0 #ffffff;
  padding: 3em 0;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-oev {
    padding: 4em 0 0 0;
  }
}
body .tz-main-wrap #tz-oev .tz-oev-split {
  display: flex;
  padding: 3rem 0;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-oev .tz-oev-split {
    flex-direction: column;
    padding: 3rem 0 0 0;
  }
}
body .tz-main-wrap #tz-oev .tz-oev-split .tz-oev-content {
  width: 50%;
  padding: 3rem;
  background: none scroll no-repeat 0 0 #fbfbfb;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-oev .tz-oev-split .tz-oev-content {
    width: auto;
    padding: 3rem 1.175rem;
  }
}
body .tz-main-wrap #tz-oev .tz-oev-split .tz-oev-content h3 {
  margin: 0;
}
body .tz-main-wrap #tz-oev .tz-oev-split .tz-oev-content h3 span {
  display: inline-block;
}
body .tz-main-wrap #tz-oev .tz-oev-split .tz-oev-content p {
  margin: 2rem 0;
}
body .tz-main-wrap #tz-oev .tz-oev-split .tz-oev-img {
  width: 50%;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-oev .tz-oev-split .tz-oev-img {
    width: auto;
    padding: 0 1.175rem 4rem 1.175rem;
    background: none scroll no-repeat 0 0 #fbfbfb;
  }
}
body .tz-main-wrap #tz-oev .tz-oev-split .tz-oev-img img {
  height: 100%;
  background-size: cover;
}
body .tz-main-wrap #tz-ev-charging-costs {
  background-color: #16181F;
  padding: 5rem 0 0 0;
  position: relative;
  z-index: 5;
  /*
  .ccm-content {
  	height: 100vh;
  	display: flex;
  	align-items: center;

  	@media only screen and (max-width: 1014px) {
  		height: auto;
  		display: block;
  	}

  	.ccm-txt-wrap {
  		position: relative;
  		width: 50%;
  		overflow: hidden;
  		height: auto;


  		@media only screen and (max-width: 1014px) {
  			height: auto;
  			overflow: visible;
  			width: 100%;
  		}

  		.ccm-txt-wrap-inner {
  			position: relative;
  			height: 100vh;

  			@media only screen and (max-width: 1014px) {
  			height: auto;
  		}

  			.ccm-panel-txt {
  			position: relative;
  			left: 0%;
  			top: 0%;
  			right: 0%;
  			bottom: 0%;
  			z-index: 1;
  			width: 100%;
  			height: 100%;
  			display: flex;
  			align-items: center;
  			justify-content: center;

  			@media only screen and (max-width: 1014px) {
  				display: block;
  				position: static;
  				height: auto;
  			}

  			.tz-list-item {
  				li {
  					list-style: disc;
  					color: $white;
  				}
  			}

  			> div {
  				padding: 2rem;

  				@media only screen and (max-width: 1014px) {
  					padding: 0 1rem;
  				}

  				&:nth-child(1){
  					padding-right: 9rem;

  					@media only screen and (max-width: 1014px) {
  						padding: 0;
  					}
  				}

  				.ccm-panel-img {
  					display: none;

  					@media only screen and (max-width: 1014px) {
  						display: block;
  						margin: 3.375rem 0  3.375rem 0;
  					}
  				}

  				h3 {
  					font-size: clamp(2rem, 4vw, 2.8rem);
  					font-weight: 700;
  					color: $white;
  					margin-bottom: 3rem;
  					position: relative;

  					strong {
  						color: $orange;
  					}
  				}

  				p {
  					color: $white;

  					@media only screen and (max-width: 1014px) {
  						margin: 0 1rem;
  					}
  				}
  			}

  			}		  

  		}

  	}

  	.ccm-images {
  		position: relative;
  		overflow: hidden;
  		width: 50%;
  		height: 70vh;

  		@media only screen and (max-width: 1014px) {
  			display: none;
  		}

  		.ccm-img-panel {
  			position: absolute;
  			left: 0%;
  			top: 0%;
  			right: 0%;
  			bottom: 0%;
  			z-index: 1;
  			width: 100%;
  			height: 100%;

  			img {
  				width: 100%;
  				height: 100%;
  				display: block;
  				object-fit: cover;
  			}

  		}

  	}

  }
  */
}
body .tz-main-wrap #tz-ev-charging-costs .ev-charge-main {
  width: 100%;
  height: 40vh;
  position: relative;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-ev-charging-costs .ev-charge-main {
    height: auto;
    width: auto;
    padding: 0 1.175rem 3.375rem 1.175rem;
  }
}
body .tz-main-wrap #tz-ev-charging-costs .ev-charge-main .tz-white-section-title {
  color: #ffffff;
  margin: 0 1rem 2.175rem 1rem;
  font-size: clamp(2.5rem, 4vw, 2.8rem);
  font-weight: 700;
}
body .tz-main-wrap #tz-ev-charging-costs .ev-charge-main .tz-white-section-title::before {
  background: transparent;
  width: inherit;
  height: inherit;
  position: relative;
  left: inherit;
  top: inherit;
}
body .tz-main-wrap #tz-ev-charging-costs .ev-charge-main .tz-white-section-title strong {
  color: #63D241;
}
body .tz-main-wrap #tz-ev-charging-costs .ev-charge-main p {
  color: #ffffff;
}
body .tz-main-wrap #tz-ev-charging-costs .ev-charge-gallery {
  padding: 0 0 4rem 0;
}
body .tz-main-wrap #tz-ev-charging-costs .ev-charge-gallery .ccm-content {
  height: auto;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1014px) {
  body .tz-main-wrap #tz-ev-charging-costs .ev-charge-gallery .ccm-content {
    height: auto;
    display: block;
  }
}
body .tz-main-wrap #tz-ev-charging-costs .ev-charge-gallery .ccm-content .ccm-images {
  position: relative;
  width: 40%;
  height: 70vh;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1014px) {
  body .tz-main-wrap #tz-ev-charging-costs .ev-charge-gallery .ccm-content .ccm-images {
    display: none;
  }
}
body .tz-main-wrap #tz-ev-charging-costs .ev-charge-gallery .ccm-content .ccm-images .ccm-img-panel {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
}
body .tz-main-wrap #tz-ev-charging-costs .ev-charge-gallery .ccm-content .ccm-images .ccm-img-panel img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
body .tz-main-wrap #tz-ev-charging-costs .ev-charge-gallery .ccm-content .ccm-txt-wrap {
  position: relative;
  overflow: hidden;
  width: 60%;
  height: 70vh;
  display: flex;
  align-items: center;
  background: #112c09;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-ev-charging-costs .ev-charge-gallery .ccm-content .ccm-txt-wrap {
    height: auto;
    overflow: visible;
    width: 100%;
    background: transparent;
  }
}
body .tz-main-wrap #tz-ev-charging-costs .ev-charge-gallery .ccm-content .ccm-txt-wrap .ccm-txt-wrap-inner {
  position: relative;
  height: 100vh;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-ev-charging-costs .ev-charge-gallery .ccm-content .ccm-txt-wrap .ccm-txt-wrap-inner {
    height: auto;
    padding: 0 1.175rem;
  }
}
body .tz-main-wrap #tz-ev-charging-costs .ev-charge-gallery .ccm-content .ccm-txt-wrap .ccm-txt-wrap-inner .ccm-panel-txt {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-ev-charging-costs .ev-charge-gallery .ccm-content .ccm-txt-wrap .ccm-txt-wrap-inner .ccm-panel-txt {
    display: block;
    position: static;
    height: auto;
    padding-bottom: 4rem;
    background-color: #112c09;
    margin: 0 0 3.175rem 0;
  }
}
body .tz-main-wrap #tz-ev-charging-costs .ev-charge-gallery .ccm-content .ccm-txt-wrap .ccm-txt-wrap-inner .ccm-panel-txt > div {
  padding: 2rem;
}
@media only screen and (max-width: 1014px) {
  body .tz-main-wrap #tz-ev-charging-costs .ev-charge-gallery .ccm-content .ccm-txt-wrap .ccm-txt-wrap-inner .ccm-panel-txt > div {
    padding: 0 1rem;
  }
}
body .tz-main-wrap #tz-ev-charging-costs .ev-charge-gallery .ccm-content .ccm-txt-wrap .ccm-txt-wrap-inner .ccm-panel-txt > div:nth-child(1) {
  padding-left: 4rem;
}
@media only screen and (max-width: 1014px) {
  body .tz-main-wrap #tz-ev-charging-costs .ev-charge-gallery .ccm-content .ccm-txt-wrap .ccm-txt-wrap-inner .ccm-panel-txt > div:nth-child(1) {
    padding: 0;
  }
}
body .tz-main-wrap #tz-ev-charging-costs .ev-charge-gallery .ccm-content .ccm-txt-wrap .ccm-txt-wrap-inner .ccm-panel-txt > div .ccm-panel-img {
  display: none;
}
@media only screen and (max-width: 1014px) {
  body .tz-main-wrap #tz-ev-charging-costs .ev-charge-gallery .ccm-content .ccm-txt-wrap .ccm-txt-wrap-inner .ccm-panel-txt > div .ccm-panel-img {
    display: block;
    margin-bottom: 2rem;
  }
}
body .tz-main-wrap #tz-ev-charging-costs .ev-charge-gallery .ccm-content .ccm-txt-wrap .ccm-txt-wrap-inner .ccm-panel-txt > div h3 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 3rem;
  position: relative;
}
body .tz-main-wrap #tz-ev-charging-costs .ev-charge-gallery .ccm-content .ccm-txt-wrap .ccm-txt-wrap-inner .ccm-panel-txt > div h3 strong {
  color: #63D241;
}
body .tz-main-wrap #tz-ev-charging-costs .ev-charge-gallery .ccm-content .ccm-txt-wrap .ccm-txt-wrap-inner .ccm-panel-txt > div p {
  color: #ffffff;
}
@media only screen and (max-width: 1014px) {
  body .tz-main-wrap #tz-ev-charging-costs .ev-charge-gallery .ccm-content .ccm-txt-wrap .ccm-txt-wrap-inner .ccm-panel-txt > div p {
    margin: 0 1rem;
  }
}
body .tz-main-wrap #depreciation {
  background: none scroll no-repeat 0 0 #112c09;
  padding: 5rem 0;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #depreciation {
    padding: 0rem 0 2rem 0;
  }
}
body .tz-main-wrap #depreciation .dpc-intro {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #depreciation .dpc-intro {
    padding: 3.175rem 1.175rem;
    flex-direction: column;
  }
}
body .tz-main-wrap #depreciation .dpc-intro h3 {
  font-size: clamp(2.3rem, 3vw, 2.8rem);
  color: #63D241;
}
body .tz-main-wrap #depreciation .dpc-intro > div {
  width: 50%;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #depreciation .dpc-intro > div {
    width: auto;
  }
}
body .tz-main-wrap #depreciation .dpc-intro > div:nth-child(1) {
  padding-right: 4rem;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #depreciation .dpc-intro > div:nth-child(1) {
    padding-right: 0;
  }
}
body .tz-main-wrap #depreciation .dpc-intro > div:nth-child(1) p {
  color: #ffffff;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #depreciation .dpc-intro > div:nth-child(2) {
    margin: 3.175rem 0 0 0;
  }
}
body .tz-main-wrap #depreciation .dpc-intro > div:nth-child(2) img {
  display: block;
}
body .tz-main-wrap #tz-car-maintenance-costs {
  background-color: #F5F5F5;
  padding-top: 4rem;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-car-maintenance-costs {
    padding-bottom: 4rem;
  }
}
body .tz-main-wrap #tz-car-maintenance-costs .tz-title-wrap p {
  color: #0C0C0C;
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph {
  padding: 2.175rem 0 0 0;
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-option {
  margin: 0 auto 2.5rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* Create the tz-checkmark/indicator (hidden when not checked) */
  /* Show the tz-checkmark when checked */
  /* Style the tz-checkmark/indicator */
}
@media only screen and (max-width: 1115px) {
  body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-option {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0 10px 30px;
  }
}
@media only screen and (max-width: 706px) {
  body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-option {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 3em;
  }
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-option .tz-graph-option-wrap {
  display: inline-block;
  margin: 5px 10px;
  border-radius: 50px;
}
@media only screen and (max-width: 706px) {
  body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-option .tz-graph-option-wrap {
    display: block;
    width: 290px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 706px) {
  body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-option .tz-graph-2-col {
    margin: 0 auto;
  }
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-option .tz-graph-option-one .tz-checkmark {
  background-color: #fc7e00;
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-option .tz-graph-option-one .tz-label {
  background-color: #fc7e00;
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-option .tz-graph-option-one .tz-label:hover input ~ .tz-checkmark {
  background-color: #fc7e00;
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-option .tz-graph-option-one .tz-label input:checked ~ .tz-checkmark {
  background-color: #fc7e00;
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-option .tz-graph-2-col .tz-graph-option-two .tz-checkmark {
  background-color: #2E4787;
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-option .tz-graph-2-col .tz-graph-option-two .tz-label {
  background-color: #2E4787;
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-option .tz-graph-2-col .tz-graph-option-two .tz-label:hover input ~ .tz-checkmark {
  background-color: #2E4787;
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-option .tz-graph-2-col .tz-graph-option-two .tz-label input:checked ~ .tz-checkmark {
  background-color: #2E4787;
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-option .tz-graph-2-col .tz-graph-option-three .tz-checkmark {
  background-color: #358d1a;
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-option .tz-graph-2-col .tz-graph-option-three .tz-label {
  background-color: #358d1a;
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-option .tz-graph-2-col .tz-graph-option-three .tz-label:hover input ~ .tz-checkmark {
  background-color: #358d1a;
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-option .tz-graph-2-col .tz-graph-option-three .tz-label input:checked ~ .tz-checkmark {
  background-color: #358d1a;
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-option .tz-label {
  color: #ffffff;
  font-weight: 600;
  font-size: 1.375rem;
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  padding: 10px 40px;
  margin: 0 auto;
  border-radius: 60px;
}
@media (max-width: 706px) {
  body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-option .tz-label {
    line-height: 1;
    font-size: 1.25rem;
    padding: 16px 0;
    margin: 0 0 0.75rem 0;
  }
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-option .tz-label .tz-graph-option-title {
  position: relative;
  top: 0;
  left: 17px;
}
@media (max-width: 706px) {
  body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-option .tz-label .tz-graph-option-title {
    top: 0;
    left: 15px;
    padding-left: 35px;
    display: block;
  }
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-option .tz-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-option .tz-checkmark {
  position: absolute;
  top: 11px;
  left: 14px;
  height: 30px;
  width: 30px;
  border-radius: 25px;
  border: 2px solid #ffffff;
}
@media (max-width: 706px) {
  body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-option .tz-checkmark {
    top: 10px;
  }
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-option .tz-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-option .tz-label input:checked ~ .tz-checkmark:after {
  display: block;
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-option .tz-label .tz-checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-content-wrap {
  max-width: 1220px;
  padding: 0 0 2rem;
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table {
  display: block;
  position: relative;
  margin: 0 1.5rem;
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table #tz-graph-grid {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table #tz-graph-grid > * {
  border-right: 1px dashed #CCCCCC;
  font-size: 1rem;
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(1) {
  flex: 0 0 355px;
  position: relative;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(1) {
    flex: none;
    border-left: 1px dashed #CCCCCC;
  }
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(1):after {
  content: "$0";
  color: #0C0C0C;
  position: absolute;
  top: -30px;
  right: -12px;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(1):after {
    display: none;
  }
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(1):before {
    content: "$0";
    color: #0C0C0C;
    position: absolute;
    top: -30px;
    left: -10px;
  }
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(2) {
  width: 20%;
  position: relative;
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(2):after {
  content: "$3250";
  color: #0C0C0C;
  position: absolute;
  top: -30px;
  right: -20px;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(2):after {
    display: none;
  }
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(2):before {
    content: "$3250";
    color: #0C0C0C;
    position: absolute;
    top: -30px;
    left: -20px;
  }
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(3) {
  width: 20%;
  position: relative;
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(3):after {
  content: "$6500";
  color: #0C0C0C;
  position: absolute;
  top: -30px;
  right: -20px;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(3):after {
    display: none;
  }
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(3):before {
    content: "$6500";
    color: #0C0C0C;
    position: absolute;
    top: -30px;
    left: -24px;
  }
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(4) {
  width: 20%;
  position: relative;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(4):before {
    content: "$9750";
    color: #0C0C0C;
    position: absolute;
    top: -30px;
    left: -24px;
  }
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(4):after {
  content: "$9750";
  color: #0C0C0C;
  position: absolute;
  top: -30px;
  right: -18px;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(4):after {
    content: "$13000";
    color: #0C0C0C;
    position: absolute;
    top: -30px;
    right: -16px;
  }
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(5) {
  width: 20%;
  position: relative;
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(5):after {
  content: "$13000";
  color: #0C0C0C;
  position: absolute;
  top: -30px;
  right: -18px;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(5):after {
    display: none;
  }
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(6) {
  width: 20%;
  position: relative;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(1), body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(2), body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(3), body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(4), body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(5), body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(6) {
    width: 25%;
  }
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(5), body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table #tz-graph-grid > *:nth-child(6) {
    display: none;
  }
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table .tz-graph-flex {
  display: flex;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table .tz-graph-flex {
    flex-flow: row wrap;
    justify-content: center;
    flex-direction: column;
  }
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table .tz-graph-flex .tz-graph-flex-row {
  width: 100%;
  padding: 5px;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table .tz-graph-flex .tz-graph-flex-row {
    padding: 5px 0;
  }
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table .tz-graph-flex .tz-graph-flex-row:nth-child(1) {
  flex: 0 0 350px;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table .tz-graph-flex .tz-graph-flex-row:nth-child(1) {
    flex: none;
  }
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table .tz-graph-flex .tz-graph-flex-row:nth-child(2) {
    width: 100%;
  }
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table .tz-graph-flex .tz-graph-flex-row .tz-graph-add-info {
  font-size: 16px;
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table .tz-graph-flex .tz-graph-flex-row .tz-graph-info {
  display: inline-block;
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table .tz-graph-flex .tz-graph-flex-row .tz-graph-flex-row-bar {
  position: relative;
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table .tz-graph-flex .tz-graph-flex-row .tz-graph-flex-row-bar > div {
  height: 30px;
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /*added*/
  margin: 0 0 0.3rem 0;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table .tz-graph-flex .tz-graph-flex-row .tz-graph-flex-row-bar > div {
    font-size: 0.8rem;
  }
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table .tz-graph-flex .tz-graph-flex-row .tz-graph-flex-row-bar > div > span {
  padding-right: 0.5em;
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table .tz-graph-flex .tz-graph-flex-row .tz-graph-flex-row-bar > div:first-child {
  background: #fc7e00;
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table .tz-graph-flex .tz-graph-flex-row .tz-graph-flex-row-bar > div:nth-child(2) {
  background: #2E4787;
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table .tz-graph-flex .tz-graph-flex-row .tz-graph-flex-row-bar > div:last-child {
  background: #358d1a;
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table .tz-graph-row {
  align-items: center;
  border-color: #343434;
  transition: all ease-in 0.2s;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table .tz-graph-row:nth-child(even) {
    background: #80808057;
  }
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table .tz-graph-row {
    padding: 10px 0;
    border-bottom: none;
  }
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table .tz-graph-header .tz-graph-flex-row {
  color: #0C0C0C;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table .tz-graph-header .tz-graph-flex-row .tz-graph-info {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table .tz-graph-row .tz-graph-flex-row {
  color: #0C0C0C;
  font-weight: 600;
  font-size: 1.125rem;
  text-align: center;
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table .tz-graph-row .tz-graph-flex-row:first-child {
  text-align: right;
  line-height: 1;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table .tz-graph-row .tz-graph-flex-row:first-child {
    text-align: center;
  }
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph .tz-graph-table .tz-graph-row .tz-graph-flex-row:nth-child(4) {
  color: #4a90e2;
}
body .tz-main-wrap #tz-car-maintenance-costs #tz-graph-source {
  text-align: center;
  color: #0C0C0C;
  padding: 1em 1em 3em;
  margin: 0;
}
body .tz-main-wrap #tz-car-maintenance-costs .tz-car-costs-content {
  padding: 3em 0;
}
@media (max-width: 82.8125em) {
  body .tz-main-wrap #tz-car-maintenance-costs .tz-car-costs-content {
    padding: 3em 1em 1em;
  }
}
body .tz-main-wrap #tz-car-maintenance-costs .tz-car-costs-content h3 {
  margin: 0 1rem 2rem 1rem;
  color: #16181F;
}
body .tz-main-wrap #tz-car-maintenance-costs .tz-car-costs-content h3 strong {
  color: #358d1a;
}
body .tz-main-wrap #tz-conclusion {
  background: none scroll no-repeat 0 0 #16181F;
  padding: 4rem 0;
}
body .tz-main-wrap #tz-conclusion .tz-section-title {
  color: #63D241;
}
body .tz-main-wrap #tz-conclusion p {
  color: #ffffff;
}
body .tz-main-wrap #tz-about {
  padding: 50px;
  background: #0C0C0C;
}
body .tz-main-wrap #tz-about h3 {
  color: #ffffff;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
}
body .tz-main-wrap #tz-about p {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-about {
    padding: 2.75rem 16px;
  }
}

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