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

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

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li {
  font-size: 16px;
}

a {
  color: #2E4787;
  font-weight: 700;
  text-decoration: none;
}

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

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

h2 {
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  h2 {
    text-align: center;
    font-size: 1.8rem !important;
    line-height: 2rem !important;
  }
}
h2 span {
  display: block;
}

h3 {
  line-height: 1.1;
  margin: 0 0 20px 0 !important;
  font-size: 2.5rem;
  font-weight: 500;
}
h3 span {
  display: block;
}
@media screen and (max-width: 992px) {
  h3 {
    text-align: center;
  }
}

h4 {
  font-weight: 400;
}

p {
  font-size: 1rem;
  font-weight: 300;
  margin: 1em 0;
}
@media screen and (max-width: 992px) {
  p br {
    display: none;
  }
}

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

strong.focus {
  color: #fc7e00;
}

.site-footer p:only-child:empty {
  margin: 0;
}

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

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

.tz-link {
  color: #2E4787;
  display: inline;
  text-decoration: none;
  font-weight: 500 !important;
}
.tz-link:hover {
  color: #2E4787 !important;
}

.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-section-title {
  color: #0c0c0c;
  font-size: 3.75rem;
  padding: 0 20px 50px;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .tz-section-title {
    padding: 0 20px 30px;
  }
}

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

.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;
  }
}

@-webkit-keyframes _arrow_animate {
  0% {
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
  8% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  14% {
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
}

@keyframes _arrow_animate {
  0% {
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
  8% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  14% {
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
}
.intro-arrow-down {
  opacity: 0;
  position: fixed;
  top: calc(100vh - 80px);
  left: calc(50% - 65px);
  z-index: 1;
  width: 130px;
}
.intro-arrow-down img {
  width: 20px;
  position: relative;
  left: 54px;
  top: 10px;
  -webkit-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  -webkit-animation: _arrow_animate ease-out 3s infinite forwards 1s;
          animation: _arrow_animate ease-out 3s infinite forwards 1s;
}
.intro-arrow-down .arrow-down-btn {
  color: #aaa;
  text-align: center;
  font-size: 0.875rem;
  display: block;
  z-index: 2;
}

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

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

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

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

*:focus {
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
          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. */
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
}

body {
  background: #ffffff none scroll no-repeat 0 0;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #0c0c0c;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  background: #ffffff;
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  /* Back to Top */
  /* Search WP overwrites */
}
body #content {
  padding: 0 !important;
  margin: 0 !important;
}
body .custom-logo {
  width: 240px;
  height: 60px;
}
@media only screen and (max-width: 992px) {
  body .custom-logo {
    width: 210px;
    height: auto;
  }
}
@media only screen and (max-width: 320px) {
  body .custom-logo {
    width: 198px;
  }
}
body .backtotop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  visibility: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0;
}
body .backtotop .tz-arrow-upward {
  color: #0c0c0c;
  font-size: 2rem;
  padding: 2px;
  border: 2px solid #999999;
  border-radius: 50%;
  display: inline-block;
  background: rgba(250, 250, 250, 0.5);
}
body .backtotop .backtotop-txt {
  color: #999999;
  font-size: 0.8rem;
}
@media only screen and (max-width: 992px) {
  body .backtotop .backtotop-txt {
    display: none;
  }
}
body .infographic-main-wrap {
  overflow: hidden;
  background: none scroll no-repeat 0 0 #ffffff;
  /* Navigation Wrap */
  /* Navigation Content */
  /* Heroshot */
  /* What are OBD2 Codes? */
  /* The History of OBD codes */
  /* Other Noteworthy Information Regarding OBD2 codes */
  /* What is an OBD Scanner or Code Reader */
  /* How To's */
  /* Search Module */
  /* List of Common OBD2 Codes */
  /* Example Lists of Related OBD2 Codes */
  /* About CarParts */
}
body .infographic-main-wrap .tz-wrap {
  max-width: 800px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .tz-wrap {
    max-width: none;
    margin: 0 24px;
  }
}
body .infographic-main-wrap .tz-wrap-wide {
  margin: 0 auto;
  max-width: 1248px;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  body .infographic-main-wrap .tz-wrap-wide {
    margin: 0 24px;
    max-width: none;
  }
}
body .infographic-main-wrap .main-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 2000;
  /***************************/
  /***Mobile Lightbox Menu***/
  /*</**Mobile Lightbox Menu***/
  /***************************/
}
body .infographic-main-wrap .main-nav-wrap.nav-active {
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  height: 50px;
}
body .infographic-main-wrap .main-nav-wrap.nav-active .nav-logo {
  top: 5px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap .main-nav-wrap.nav-active .nav-logo {
    top: 10px;
  }
}
body .infographic-main-wrap .main-nav-wrap.nav-active #tz-toggle-hamburger-icon {
  top: 14px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body .infographic-main-wrap .main-nav-wrap.nav-active .nav-social {
  top: 5px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap .main-nav-wrap.nav-active .nav-social {
    top: 9px;
  }
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap .main-nav-wrap {
    padding: 0;
  }
}
@media only screen and (max-width: 580px) {
  body .infographic-main-wrap .main-nav-wrap {
    padding: 0;
    width: 100%;
  }
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: inherit;
  height: 0;
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 !important;
  padding: 0;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav {
    height: 100vh;
  }
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li {
  margin: 0 !important;
  padding: 5px 8px 0;
  display: inherit;
  list-style: none !important;
}
@media only screen and (max-width: 1023px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li {
    line-height: 1.2;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li {
    padding: 8px;
    max-width: 100%;
  }
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li.tz-active a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li.tz-active a span:before {
  background: #ffffff;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: #e1faff !important;
  font-size: 2rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li a {
    font-size: 25px !important;
  }
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li a {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li a {
    font-size: 16px !important;
  }
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li a span {
  position: relative;
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li a span:before {
  content: "";
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 1px;
  /*background: $yellow;
  transform: translateX(-101%);*/
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li a span:hover {
  color: #ffffff;
  opacity: 1;
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li a span:hover:before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
body .infographic-main-wrap .main-nav-wrap.show-bg {
  padding: 0 !important;
}
body .infographic-main-wrap .main-nav-wrap.show-bg .tz-nav-wrap {
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  height: 100vh;
  z-index: 1000;
  text-align: left;
}
body .infographic-main-wrap .main-nav-wrap.show-bg .tz-nav-wrap #tz-toggle-hamburger-icon {
  left: 38px;
  top: 16px;
  display: inline-block;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap.show-bg .tz-nav-wrap #tz-toggle-hamburger-icon {
    top: 16px;
    left: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  body .infographic-main-wrap .main-nav-wrap.show-bg .tz-nav-wrap {
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
  }
}
body .infographic-main-wrap .main-nav-wrap.show-bg .tz-nav {
  visibility: visible;
}
body .infographic-main-wrap .main-nav-wrap.show-bg #tz-toggle-hamburger-icon .bar:first-child {
  -webkit-transform: translateZ(0) rotate(40deg);
          transform: translateZ(0) rotate(40deg);
}
body .infographic-main-wrap .main-nav-wrap.show-bg #tz-toggle-hamburger-icon .bar:nth-child(2) {
  -webkit-transform: translateZ(0) rotate(-40deg);
          transform: translateZ(0) rotate(-40deg);
}
body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon {
  display: inline-block;
  font-size: 20px;
  position: relative;
  cursor: pointer;
  z-index: 500;
  left: 40px;
  width: 58px;
  padding: 1rem;
  top: 24px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon {
    left: 20px;
    top: 18px;
  }
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon {
    left: 10px;
    top: 16px;
  }
}
body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon .bar {
  background: transparent none scroll no-repeat 0 0;
  position: absolute;
  display: block;
  width: 28px;
  height: 2px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.9, 0.3, 1.04);
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.9, 0.3, 1.04);
  -o-transition: transform 0.6s cubic-bezier(0.25, 0.9, 0.3, 1.04);
  transition: transform 0.6s cubic-bezier(0.25, 0.9, 0.3, 1.04);
  transition: transform 0.6s cubic-bezier(0.25, 0.9, 0.3, 1.04), -webkit-transform 0.6s cubic-bezier(0.25, 0.9, 0.3, 1.04);
}
body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon .bar:before {
  -webkit-transform: rotate(0) translateZ(0);
          transform: rotate(0) translateZ(0);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0c0c0c;
}
body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon .bar:after {
  -webkit-transform: rotate(0) translate3d(-100%, 0, 0);
          transform: rotate(0) translate3d(-100%, 0, 0);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0c0c0c;
}
body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon .bar:nth-child(1) {
  -webkit-transform: translate3d(0, -0.6rem, 0) rotate(0);
          transform: translate3d(0, -0.6rem, 0) rotate(0);
}
body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon .bar:nth-child(2) {
  -webkit-transform: translate3d(0, -0.1rem, 0) rotate(0);
          transform: translate3d(0, -0.1rem, 0) rotate(0);
}
body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon.is-opened .bar:before, body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon.is-opened .bar:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 2000;
}
body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon.is-opened .bar:nth-child(1) {
  -webkit-transform: translateZ(0) rotate(40deg);
          transform: translateZ(0) rotate(40deg);
}
body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon.is-opened .bar:nth-child(2) {
  -webkit-transform: translateZ(0) rotate(-40deg);
          transform: translateZ(0) rotate(-40deg);
}
body .infographic-main-wrap .main-nav-wrap > div .tz-nav {
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 1023px) {
  body .infographic-main-wrap .main-nav-wrap > div .tz-nav {
    height: 100vh;
  }
}
@media only screen and (max-width: 580px) {
  body .infographic-main-wrap .main-nav-wrap > div .tz-nav {
    padding: 0 1rem;
  }
}
body .infographic-main-wrap .main-nav-wrap .nav-logo {
  margin: 0;
  padding: 0;
  line-height: 0;
  position: absolute;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  left: 0;
  top: 15px;
}
@media only screen and (max-width: 1023px) {
  body .infographic-main-wrap .main-nav-wrap .nav-logo {
    top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap .main-nav-wrap .nav-logo {
    width: auto;
    left: 70px;
    top: 12px;
  }
}
body .infographic-main-wrap .main-nav-wrap .nav-logo a {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 200px;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap .main-nav-wrap .nav-logo a {
    width: 160px !important;
  }
}
body .infographic-main-wrap .main-nav-wrap .nav-mid {
  text-align: center;
}
body .infographic-main-wrap .main-nav-wrap .nav-mid h2 {
  color: #E1E1E1;
  text-transform: uppercase;
  margin: 0;
}
body .infographic-main-wrap .main-nav-wrap .nav-social {
  margin: 0;
  position: absolute;
  z-index: 500;
  right: 50px;
  top: 15px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1023px) {
  body .infographic-main-wrap .main-nav-wrap .nav-social {
    top: 10px;
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap .main-nav-wrap .nav-social {
    position: absolute;
    top: 12px;
    right: 4px;
  }
}
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 5px 20px;
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list {
    margin: 0 16px 5px 0;
  }
}
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list li {
  margin: 0 2px;
  list-style: none !important;
}
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list li .social-border {
  stroke: #0c0c0c;
}
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list li .social-icon-col {
  fill: #0c0c0c;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list li a svg {
    width: 32px;
    height: 32px;
  }
}
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon {
  position: relative;
  width: 38px;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 0;
  text-align: center;
  margin: 0 2px 0 0;
  cursor: pointer;
  /***copy share link**/
}
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(6) {
  padding: 0;
  top: 5px;
}
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon a.sh-btn {
  position: relative;
  z-index: 500;
  display: inline-block;
}
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon .tooltip {
  position: relative;
  display: inline-block;
  z-index: 9999;
}
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon .tooltip .tooltiptext {
  visibility: hidden;
  width: 170px;
  font-size: 0.875rem;
  color: #fff;
  text-align: right;
  border-radius: 6px;
  padding: 8px 6px;
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 0;
  margin-left: -135px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  white-space: nowrap;
}
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
  border: 2px solid white;
  border-radius: 50%;
}
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(6)::after {
  border: 0;
}
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:hover::after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(1),
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(2),
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(3),
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(4),
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(5) {
  opacity: 0;
  -webkit-transition: opacity 400ms ease-out, -webkit-transform 400ms ease-out;
  transition: opacity 400ms ease-out, -webkit-transform 400ms ease-out;
  -o-transition: transform 400ms ease-out, opacity 400ms ease-out;
  transition: transform 400ms ease-out, opacity 400ms ease-out;
  transition: transform 400ms ease-out, opacity 400ms ease-out, -webkit-transform 400ms ease-out;
}
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(1) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(2) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(3) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(4) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(5) .fa {
  opacity: 0;
  -webkit-transition: opacity 400ms ease-out, -webkit-transform 200ms ease-out;
  transition: opacity 400ms ease-out, -webkit-transform 200ms ease-out;
  -o-transition: transform 200ms ease-out, opacity 400ms ease-out;
  transition: transform 200ms ease-out, opacity 400ms ease-out;
  transition: transform 200ms ease-out, opacity 400ms ease-out, -webkit-transform 200ms ease-out;
}
body .infographic-main-wrap .main-nav-wrap .nav-social:hover .social-icon:nth-child(1),
body .infographic-main-wrap .main-nav-wrap .nav-social:hover .social-icon:nth-child(2),
body .infographic-main-wrap .main-nav-wrap .nav-social:hover .social-icon:nth-child(3),
body .infographic-main-wrap .main-nav-wrap .nav-social:hover .social-icon:nth-child(4),
body .infographic-main-wrap .main-nav-wrap .nav-social:hover .social-icon:nth-child(5) {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
body .infographic-main-wrap .main-nav-wrap .nav-social:hover .social-icon:nth-child(1) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-social:hover .social-icon:nth-child(2) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-social:hover .social-icon:nth-child(3) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-social:hover .social-icon:nth-child(4) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-social:hover .social-icon:nth-child(5) .fa {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
body .infographic-main-wrap .main-nav-wrap .nav-mb-social {
  position: absolute;
  bottom: 25px;
  z-index: 500;
  left: 0;
  width: 100%;
  border-top: 1px solid #333;
  padding: 25px 16px 0 16px;
}
body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon {
  margin: 0 4px;
}
body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(1),
body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(2),
body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(3),
body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(4),
body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(5) {
  opacity: 1 !important;
  -webkit-transition: inherit !important;
  -o-transition: inherit !important;
  transition: inherit !important;
}
body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(1) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(2) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(3) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(4) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(5) .fa {
  opacity: 1 !important;
  -webkit-transition: inherit !important;
  -o-transition: inherit !important;
  transition: inherit !important;
}
body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(6) {
  display: none;
}
body .infographic-main-wrap .main-nav-wrap .nav-mb-social:hover .social-icon:nth-child(1),
body .infographic-main-wrap .main-nav-wrap .nav-mb-social:hover .social-icon:nth-child(2),
body .infographic-main-wrap .main-nav-wrap .nav-mb-social:hover .social-icon:nth-child(3),
body .infographic-main-wrap .main-nav-wrap .nav-mb-social:hover .social-icon:nth-child(4),
body .infographic-main-wrap .main-nav-wrap .nav-mb-social:hover .social-icon:nth-child(5) {
  opacity: 1 !important;
  -webkit-transform: inherit !important;
      -ms-transform: inherit !important;
          transform: inherit !important;
}
body .infographic-main-wrap .main-nav-wrap .nav-mb-social:hover .social-icon:nth-child(1) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-mb-social:hover .social-icon:nth-child(2) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-mb-social:hover .social-icon:nth-child(3) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-mb-social:hover .social-icon:nth-child(4) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-mb-social:hover .social-icon:nth-child(5) .fa {
  opacity: 1 !important;
  -webkit-transform: inherit !important;
      -ms-transform: inherit !important;
          transform: inherit !important;
}
body .infographic-main-wrap .nav-section {
  padding: 0 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2000;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .nav-section {
    position: relative;
    z-index: 1000;
  }
}
@media only screen and (max-width: 480px) {
  body .infographic-main-wrap .nav-section {
    padding: 10px 0;
    margin-bottom: 1rem;
  }
}
body .infographic-main-wrap .nav-section .nav-social-list {
  text-align: right;
  margin: 5px 0 0 0;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .nav-section .nav-social-list {
    padding: 0;
    margin: 0;
  }
}
body .infographic-main-wrap .nav-section .nav-social-list li {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 3px;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .nav-section .nav-social-list li {
    margin-right: 2px;
  }
}
@media only screen and (max-width: 380px) {
  body .infographic-main-wrap .nav-section .nav-social-list li:last-child {
    margin: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .nav-section .nav-social-list li a svg {
    width: 32px;
    height: 32px;
  }
}
body .infographic-main-wrap #tz-hero {
  height: 100vh;
  position: relative;
  background: url("https://cld.partsimg.com/image/upload/v1622792673/carparts/blog/tier-zero/obd2-hub/scanner.svg") #f3f3f3 no-repeat;
  background-attachment: fixed;
  background-position: right 20% top -40px;
}
@media only screen and (max-width: 1023px) {
  body .infographic-main-wrap #tz-hero {
    background-position: right 40px top 40px;
    background-size: 30%;
    height: auto;
    padding: 0 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-hero {
    background: #f3f3f3;
  }
}
body .infographic-main-wrap #tz-hero .tz-wrap-hero {
  margin: 0 auto;
  max-width: 992px;
  padding: 0 24px;
  position: relative;
  height: 100vh;
}
@media only screen and (max-width: 1023px) {
  body .infographic-main-wrap #tz-hero .tz-wrap-hero {
    height: auto;
    max-width: none;
    width: auto;
  }
}
body .infographic-main-wrap #tz-hero .tz-wrap-hero img {
  display: none;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-hero .tz-wrap-hero img {
    display: block;
    margin: 40px auto 0;
    width: 70%;
  }
}
body .infographic-main-wrap #tz-hero .tz-wrap-hero .foreground {
  padding: 40px 0 0;
  max-width: 535px;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-hero .tz-wrap-hero .foreground {
    max-width: none;
  }
}
body .infographic-main-wrap #tz-hero .tz-wrap-hero .foreground h1 {
  color: #0c0c0c;
  font-size: 66px;
  line-height: 5rem;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-hero .tz-wrap-hero .foreground h1 {
    font-size: 2.8rem;
    line-height: 3.5rem;
  }
}
body .infographic-main-wrap #tz-hero .tz-wrap-hero .foreground h1 span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: 2rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-hero .tz-wrap-hero .foreground h1 span {
    font-size: 18px;
    line-height: 1.5rem;
  }
}
body .infographic-main-wrap #tz-hero .tz-wrap-hero .foreground a {
  border: 2px #2E4787 solid;
  border-radius: 60px;
  color: #2E4787;
  display: block;
  font-weight: 700;
  height: 50px;
  line-height: 48px;
  margin-top: 32px;
  padding: 0 24px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
body .infographic-main-wrap #tz-hero .tz-wrap-hero .foreground a:hover, body .infographic-main-wrap #tz-hero .tz-wrap-hero .foreground a:active {
  background: #2E4787;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
body .infographic-main-wrap #tz-obd2-obdcodes {
  background: #ffffff;
  padding: 40px 0 60px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-obdcodes {
    padding: 40px 0 0;
  }
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-obdcodes-illustration {
  padding: 60px 0 0;
}
@media only screen and (max-width: 1023px) {
  body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-obdcodes-illustration {
    padding: 24px 0 0;
  }
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-obdcodes-illustration h2.alternate {
  font-size: 40px;
  font-weight: 300;
  text-align: center;
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-obdcodes-illustration ul {
  background: #efefef;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 12px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-obdcodes-illustration ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 4px;
  /*&:nth-child(2), &:nth-child(3), &:nth-child(4) { opacity: .2 }*/
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-obdcodes-illustration ul li img {
  height: 210px;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-obdcodes-illustration ul li img {
    height: 100px;
  }
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-obdcodes-illustration .info {
  border-radius: 16px;
  margin: 40px auto;
  padding: 32px 40px;
  text-align: center;
  width: 90%;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-obdcodes-illustration .info.trouble {
  border: 1px #fc7e00 solid;
  opacity: 1;
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-obdcodes-illustration .info.trouble strong {
  color: #fc7e00;
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-obdcodes-illustration .info.type {
  border: 1px #2E4787 solid;
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-obdcodes-illustration .info.type strong {
  color: #2E4787;
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-obdcodes-illustration .info.affected {
  border: 1px #282832 solid;
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-obdcodes-illustration .info.affected strong {
  color: #282832;
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-obdcodes-illustration .info.specific {
  border: 1px #f44635 solid;
  position: relative;
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-obdcodes-illustration .info.specific strong, body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-obdcodes-illustration .info.specific span {
  color: #f44635;
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-obdcodes-illustration .info div {
  margin: 16px 0 0;
  text-align: left;
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-categories {
  margin: 60px auto 30px;
}
@media only screen and (max-width: 1023px) {
  body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-categories {
    margin: 30px auto 16px;
  }
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-categories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-categories ul li {
  border: 1px #e0e0e0 solid;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  font-size: 16px;
  font-weight: 300;
  margin: 0 8px;
  padding: 24px 16px;
  position: relative;
  text-align: center;
  width: 25%;
  /*opacity: 0;
  top: 100px;	
  transition: all .5s ease-in;*/
}
@media only screen and (max-width: 1023px) {
  body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-categories ul li {
    padding: 24px 8px;
  }
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-categories ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
    margin: 0 4px 16px;
  }
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-categories ul li.fade {
  /*opacity: 1;
  top: 0;
  transition: all .5s ease-out;*/
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-categories ul li span {
  display: block;
  font-size: 72px;
  font-weight: 400;
  line-height: 5rem;
}
@media only screen and (max-width: 1279px) {
  body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-categories ul li span {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1023px) {
  body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-categories ul li span {
    font-size: 30px;
    line-height: 2rem;
  }
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-categories ul li strong {
  display: block;
  margin: 0 0 8px;
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-firstdigit ul {
  padding: 0 0 0 24px;
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-firstdigit ul li {
  list-style: disc;
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-firstdigit ul li ul {
  margin: 12px 0;
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-firstdigit ul li ul li {
  font-weight: 300;
  list-style: circle;
}
body .infographic-main-wrap #tz-obd2-history {
  background: #e1faff;
  margin: 48px 0 0;
  padding: 60px 0 48px;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-history {
    margin: 40px 0 0;
    padding: 40px 0;
  }
}
body .infographic-main-wrap #tz-obd2-noteworthy {
  margin: 0 auto;
  padding: 60px 0 0;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-noteworthy {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-noteworthy .tz-wrap-wide {
    margin: 0;
  }
}
body .infographic-main-wrap #tz-obd2-noteworthy h2 {
  line-height: 2rem;
}
body .infographic-main-wrap #tz-obd2-noteworthy ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body .infographic-main-wrap #tz-obd2-noteworthy ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /*img {
  	opacity: 0;
  	position: relative;
  	right: -500px;
  	transition: all .5s ease-in;

  	&.fade {
  		opacity: 1;
  		right: 0;
  		transition: all .5s ease-out;
  	}
  }*/
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-noteworthy ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
    width: 100%;
  }
}
body .infographic-main-wrap #tz-obd2-noteworthy ul li:nth-child(1) {
  margin: 16px 40px 0 0;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-noteworthy ul li:nth-child(1) {
    margin: 40px 24px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
body .infographic-main-wrap #tz-obd2-scanner {
  margin: 0 auto;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-scanner {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-scanner .tz-wrap-wide {
    margin: 0;
  }
}
body .infographic-main-wrap #tz-obd2-scanner h2 {
  line-height: 2rem;
}
body .infographic-main-wrap #tz-obd2-scanner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body .infographic-main-wrap #tz-obd2-scanner ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /*img {
  	opacity: 0;
  	position: relative;
  	left: -500px;
  	transition: all .5s ease-in;

  	&.fade {
  		opacity: 1;
  		left: 0;
  		transition: all .5s ease-out;
  	}
  }*/
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-scanner ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
    width: 100%;
  }
}
body .infographic-main-wrap #tz-obd2-scanner ul li:nth-child(2) {
  margin: 16px 0 0 40px;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-scanner ul li:nth-child(2) {
    margin: 40px 24px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
body .infographic-main-wrap #tz-obd2-howto {
  background: #f9f9f9;
  overflow: hidden;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-howto {
    padding: 40px 0;
  }
}
body .infographic-main-wrap #tz-obd2-howto > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body .infographic-main-wrap #tz-obd2-howto > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 60px;
}
@media only screen and (max-width: 1023px) {
  body .infographic-main-wrap #tz-obd2-howto > ul > li {
    padding: 0 24px;
  }
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-howto > ul > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
    padding: 0;
  }
}
body .infographic-main-wrap #tz-obd2-howto > ul > li:nth-child(1) {
  border-right: 1px #e0e0e0 solid;
}
@media only screen and (max-width: 1023px) {
  body .infographic-main-wrap #tz-obd2-howto > ul > li:nth-child(1) {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-howto > ul > li:nth-child(1) {
    border-right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  body .infographic-main-wrap #tz-obd2-howto > ul > li:nth-child(2) {
    padding-right: 0;
  }
}
body .infographic-main-wrap #tz-obd2-howto > ul > li h2 {
  text-align: center;
}
body .infographic-main-wrap #tz-obd2-howto > ul > li ul {
  padding: 0 0 0 40px;
}
body .infographic-main-wrap #tz-obd2-howto > ul > li ul li {
  font-weight: 300;
  list-style: disc;
  margin: 24px 0;
}
body .infographic-main-wrap #tz-obd2-search {
  background: #282832;
  color: #ffffff;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-search {
    padding: 40px 0;
  }
}
body .infographic-main-wrap #tz-obd2-search h2.alternate {
  color: #e1faff;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}
body .infographic-main-wrap #tz-obd2-search p {
  font-weight: 400;
}
body .infographic-main-wrap #tz-obd2-search form {
  background: #ffffff;
  border-radius: 60px;
  margin: 0 auto;
  position: relative;
  width: 90%;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-search form {
    width: auto;
  }
}
body .infographic-main-wrap #tz-obd2-search form input.search-form-input {
  border: 0;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  margin: 0 0 0 28px;
  width: 88%;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-search form input.search-form-input {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 75%;
  }
}
body .infographic-main-wrap #tz-obd2-search form input.search-form-input::-webkit-input-placeholder {
  color: #ccc;
}
body .infographic-main-wrap #tz-obd2-search form input.search-form-input::-moz-placeholder {
  color: #ccc;
}
body .infographic-main-wrap #tz-obd2-search form input.search-form-input:-ms-input-placeholder {
  color: #ccc;
}
body .infographic-main-wrap #tz-obd2-search form input.search-form-input::-ms-input-placeholder {
  color: #ccc;
}
body .infographic-main-wrap #tz-obd2-search form input.search-form-input::placeholder {
  color: #ccc;
}
body .infographic-main-wrap #tz-obd2-search form .search-form-submit {
  background: url("../../img/search.svg") no-repeat;
  border: 0;
  position: absolute;
  right: 18px;
  top: 14px;
  height: 30px;
  width: 30px;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-search form .search-form-submit {
    height: 20px;
    width: 20px;
  }
}
body .infographic-main-wrap #tz-obd2-common {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-common {
    padding: 40px 0;
  }
}
body .infographic-main-wrap #tz-obd2-common ul li {
  border-bottom: 1px #e0e0e0 solid;
  position: relative;
}
body .infographic-main-wrap #tz-obd2-common ul li input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  /* :checked */
}
body .infographic-main-wrap #tz-obd2-common ul li input:checked + label {
  color: #fc7e00;
  font-weight: 700;
}
body .infographic-main-wrap #tz-obd2-common ul li input:checked + label::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
body .infographic-main-wrap #tz-obd2-common ul li input:checked ~ div {
  max-height: 100vh;
  overflow: inherit;
  padding: 0 0 24px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .infographic-main-wrap #tz-obd2-common ul li input:checked ~ span::after {
  color: #fc7e00;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
body .infographic-main-wrap #tz-obd2-common ul li label {
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding: 16px 0;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-common ul li label {
    font-size: 14px;
    padding: 12px 10% 12px 0;
  }
}
body .infographic-main-wrap #tz-obd2-common ul li div {
  font-size: 14px;
  font-weight: 300;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .infographic-main-wrap #tz-obd2-common ul li span::after {
  content: "❯";
  font-size: 18px;
  position: absolute;
  right: 20px;
  top: 16px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-common ul li span::after {
    right: 8px;
  }
}
body .infographic-main-wrap #tz-obd2-examples {
  background: #f9f9f9;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-examples {
    padding: 40px 0;
  }
}
body .infographic-main-wrap #tz-obd2-examples h2.alternate {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 16px;
  text-align: center;
}
body .infographic-main-wrap #tz-obd2-examples .tz-obd2-examples-container {
  background: #ffffff;
  border: 1px #e0e0e0 solid;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-weight: 300;
  margin: 40px auto;
  max-width: 992px;
  padding: 40px 16px;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-examples .tz-obd2-examples-container {
    margin: 24px auto;
    padding: 32px 16px;
  }
}
body .infographic-main-wrap #tz-obd2-examples .tz-obd2-examples-container h3 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
body .infographic-main-wrap #tz-obd2-examples .tz-obd2-examples-container > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body .infographic-main-wrap #tz-obd2-examples .tz-obd2-examples-container > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 24px;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-examples .tz-obd2-examples-container > ul > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
    padding: 0;
  }
}
body .infographic-main-wrap #tz-obd2-examples .tz-obd2-examples-container > ul > li ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5rem;
}
body .infographic-main-wrap #tz-description-about {
  padding: 50px;
  background: #ffffff none scroll no-repeat 0 0;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-description-about {
    padding: 40px 0;
  }
}
body .infographic-main-wrap #tz-description-about h2 {
  color: #2E4787;
  font-size: 1.5625rem;
  text-align: center;
}
body .infographic-main-wrap #tz-description-about p {
  font-size: 16px;
  font-weight: 300;
  color: #0c0c0c;
}
body .searchwp-live-search-results {
  background: #e1faff;
  border: 1px solid rgba(30, 30, 30, 0.1);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  max-width: 720px;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
}
@media only screen and (max-width: 767px) {
  body .searchwp-live-search-results {
    width: 90% !important;
  }
}