@charset "UTF-8";
.small-wrap {
  max-width: 680px;
  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: 700;
  color: #2E4787;
}
h2 span {
  display: block;
}
@media screen and (max-width: 992px) {
  h2 {
    text-align: center;
    font-size: 2.5rem !important;
  }
}

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

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

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

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

.intro-arrow-down {
  position: fixed;
  top: calc(100vh - 80px);
  left: calc(50% - 65px);
  z-index: 1;
  width: 130px;
}
@media only screen and (max-width: 992px) {
  .intro-arrow-down {
    display: none;
  }
}
.intro-arrow-down img {
  width: 20px;
  position: relative;
  left: 54px;
  top: 10px;
  transition: 0.1s ease-out;
  animation: _arrow_animate ease-out 3s infinite forwards 1s;
}
.intro-arrow-down .arrow-down-btn {
  color: #ffffff;
  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;
}

* {
  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";
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #ffffff;
  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;
  transition: all 1s;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #fafafa none scroll no-repeat 0 0;
}
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: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  visibility: hidden;
  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 #fafafa;
}
body .infographic-main-wrap .main-nav-wrap {
  display: flex;
  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-color: #0C0C0C;
  transition: all 0.5s linear;
  height: 70px;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap.nav-active {
    height: 60px;
  }
}
body .infographic-main-wrap .main-nav-wrap.nav-active #tz-toggle-hamburger-icon .tz-menu-icon,
body .infographic-main-wrap .main-nav-wrap.nav-active #tz-toggle-hamburger-icon .tz-menu-icon::after,
body .infographic-main-wrap .main-nav-wrap.nav-active #tz-toggle-hamburger-icon .tz-menu-icon::before {
  background: #ffffff !important;
}
body .infographic-main-wrap .main-nav-wrap.nav-active #tz-toggle-hamburger-icon .tz-close-icon,
body .infographic-main-wrap .main-nav-wrap.nav-active #tz-toggle-hamburger-icon .tz-close-icon::after,
body .infographic-main-wrap .main-nav-wrap.nav-active #tz-toggle-hamburger-icon .tz-close-icon::before {
  background: #ffffff !important;
}
body .infographic-main-wrap .main-nav-wrap.nav-active .cls-3 {
  fill: #ffffff;
}
body .infographic-main-wrap .main-nav-wrap.nav-active .nav-social-list li {
  list-style: none !important;
}
body .infographic-main-wrap .main-nav-wrap.nav-active .nav-social-list li .social-border {
  stroke: #ffffff !important;
}
body .infographic-main-wrap .main-nav-wrap.nav-active .nav-social-list li .social-icon-col {
  fill: #ffffff !important;
}
@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%;
  transition: all 0.5s ease;
  overflow: inherit;
  height: 0;
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav {
  flex-direction: column;
  margin: 0 !important;
  padding: 0;
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav {
    height: 400px;
    margin: -30px auto !important;
  }
}
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: 1024px) {
  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: 992px) {
  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 {
  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;
  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: 3.2rem;
  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;
  }
}
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: "";
  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 {
  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: 580px) {
  body .infographic-main-wrap .main-nav-wrap.show-bg .tz-nav-wrap #tz-toggle-hamburger-icon {
    left: 10px;
    top: 10px;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap.show-bg .tz-nav-wrap {
    height: 400px;
    background: black;
  }
}
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 {
  transform: translateZ(0) rotate(40deg);
}
body .infographic-main-wrap .main-nav-wrap.show-bg #tz-toggle-hamburger-icon .bar:nth-child(2) {
  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: 20px;
  /* img {
  	width: 28px;
  }

  .tz-menu-icon,
  .tz-menu-icon::after,
  .tz-menu-icon::before {
  	box-sizing: border-box;
  	position: relative;
  	display: block;
  	width: 20px;
  	height: 2px;
  	border-radius: 2px;
  	background: $black;
  	top: 10px;
  	left: 0px;
  }
  .tz-menu-icon::after,
  .tz-menu-icon::before {
  	content: "";
  	position: absolute;
  	top: -6px;
  	left: 0px;
  }


  .tz-close-icon {
  	opacity: 0;
  	visibility: hidden;
  	position: absolute;
  	z-index: 500;
  	box-sizing: border-box;
  	position: relative;
  	display: block;
  	width: 32px;
  	height: 32px;
  	border: 2px solid transparent;
  	border-radius: 40px;
  	left: 50px;

  	@media only screen and(max-width: $mobile) {
  		left: 0;
  	}
  }

  .tz-close-icon::after,
  .tz-close-icon::before {
  	content: "";
  	display: block;
  	box-sizing: border-box;
  	position: absolute;
  	width: 16px;
  	height: 2px;
  	background: $white;
  	transform: rotate(45deg);
  	border-radius: 5px;
  	top: 8px;
  	left: 1px
  }
  .tz-close-icon::after {
  	transform: rotate(-45deg)
  }

  */
}
@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: 580px) {
  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;
  transition: 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 {
  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 {
  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) {
  transform: translate3d(0, -0.6rem, 0) rotate(0);
}
body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon .bar:nth-child(2) {
  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) {
  transform: translateZ(0) rotate(40deg);
}
body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon.is-opened .bar:nth-child(2) {
  transform: translateZ(0) rotate(-40deg);
}
body .infographic-main-wrap .main-nav-wrap > div .tz-nav {
  visibility: hidden;
  display: flex;
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap > div .tz-nav {
    height: 400px;
  }
}
@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: flex;
  justify-content: center;
  width: 100%;
  left: 0;
  top: 13px;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap .nav-logo {
    padding-left: 0;
    top: 0;
  }
}
@media only screen and (max-width: 580px) {
  body .infographic-main-wrap .main-nav-wrap .nav-logo {
    width: auto;
    left: 63px;
  }
}
body .infographic-main-wrap .main-nav-wrap .nav-logo a {
  width: 200px;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap .main-nav-wrap .nav-logo a {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 480px) {
  body .infographic-main-wrap .main-nav-wrap .nav-logo a {
    margin-top: 12px;
  }
}
body .infographic-main-wrap .main-nav-wrap .nav-logo a svg {
  width: 200px !important;
}
@media only screen and (max-width: 480px) {
  body .infographic-main-wrap .main-nav-wrap .nav-logo a svg {
    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: relative;
  z-index: 500;*/
  margin: 0;
  position: absolute;
  z-index: 500;
  right: 50px;
  top: 15px;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap .nav-social {
    position: absolute;
    top: 0px;
    right: 15px;
  }
}
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list {
  display: flex;
  margin: 0 0 5px 20px;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list {
    margin: 5px 16px 5px 0;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list {
    margin: 8px 0 5px 0;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list {
    margin: 12px 0 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: 480px) {
  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;
  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%;
  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 {
  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;
  transition: transform 400ms ease-out, opacity 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;
  transition: transform 200ms ease-out, opacity 400ms 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;
  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;
  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: flex;
  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;
  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;
  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;
  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;
  transform: inherit !important;
}
body .infographic-main-wrap .nav-section {
  padding: 0 0 30px 0;
  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-logo {
  margin: 0;
  padding: 0;
  line-height: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .nav-section .nav-logo {
    margin: 0 20px 0 0;
  }
}
body .infographic-main-wrap .nav-section .nav-logo a {
  width: 200px;
}
body .infographic-main-wrap .nav-section .nav-logo a svg {
  width: 247px !important;
}
@media only screen and (max-width: 480px) {
  body .infographic-main-wrap .nav-section .nav-logo a svg {
    width: 160px !important;
  }
}
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 a.mb-link {
  color: #2E4787 !important;
  font-weight: 700 !important;
  text-decoration: underline;
}
body .infographic-main-wrap a.mb-link-wb {
  color: #ffffff !important;
  font-weight: 700 !important;
  text-decoration: underline;
}
body .infographic-main-wrap .lightbox-bg {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2000;
}
body .infographic-main-wrap .lb-modal-container {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .infographic-main-wrap .lb-model-desc {
  z-index: 999;
  padding: 20px;
  max-width: 970px;
  background: #fff;
  position: relative;
  max-height: 520px;
  display: flex;
  margin: 0 auto;
  border-radius: 16px;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .lb-model-desc {
    margin: 0 1rem;
    max-height: 590px;
    overflow: auto;
  }
}
@media only screen and (max-width: 580px) {
  body .infographic-main-wrap .lb-model-desc {
    max-height: 540px;
  }
}
body .infographic-main-wrap .modal-bg {
  display: none;
}
body .infographic-main-wrap .pup-cont {
  display: flex;
  padding: 3.2rem 1.275rem 1.275rem;
  flex-direction: row;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .pup-cont {
    flex-direction: column;
    padding: 3.175rem 0 2rem 0;
  }
}
body .infographic-main-wrap .pup-cont .pup-img {
  width: 60%;
  margin: 0 2.275rem 0 0;
  height: 370px;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .pup-cont .pup-img {
    width: 100%;
  }
}
@media only screen and (max-width: 580px) {
  body .infographic-main-wrap .pup-cont .pup-img {
    height: 250px;
  }
}
body .infographic-main-wrap .pup-cont .pup-img img {
  object-fit: cover;
  object-position: center center;
  background-size: 100% 100%;
  height: 100%;
}
body .infographic-main-wrap .cs-wrap {
  overflow: auto;
  height: 370px;
  padding: 0 0.1rem 0 0;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .cs-wrap {
    overflow: inherit;
    height: auto;
    padding: 2.175rem 0;
  }
}
body .infographic-main-wrap .cs-wrap h3 {
  color: #0C0C0C;
  font-size: 2rem;
}
body .infographic-main-wrap .cs-wrap h4 {
  color: #0C0C0C;
  font-size: 1.2rem;
}
body .infographic-main-wrap .cs-wrap .causes-list {
  margin: 0 !important;
  padding: 0 20px 0 20px;
}
body .infographic-main-wrap .cs-wrap .causes-list li {
  background-image: url("https://cld.partsimg.com/image/upload/w_auto,f_auto,dpr_auto/carparts/blog/tier-zero/brake-maintenance-checklist/signs-of-faulty-brakes/chevron-left.svg");
  background-position: left 6px;
  background-repeat: no-repeat;
  list-style: none !important;
  padding: 0 0 0 30px;
}
body .infographic-main-wrap .cs-wrap .causes-list li p {
  padding-bottom: 0 !important;
}
body .infographic-main-wrap .lb-close-panel {
  color: #ffffff;
  background: #0C0C0C none no-repeat 0 0;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
body .infographic-main-wrap .lb-close-panel #lb_modal__close {
  right: 4px;
  top: 4px;
  color: #ffffff !important;
}
body .infographic-main-wrap #tz-hero {
  background: #fafafa none scroll no-repeat 0 0;
  padding: 0;
  position: relative;
  z-index: 1000;
  margin: 4.5rem 3.5rem 0 3.5rem;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap #tz-hero {
    padding: 0;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-hero {
    margin: 4.5rem 16px 0 16px;
  }
}
body .infographic-main-wrap #tz-hero #img-bg {
  /*linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 65.42%, rgba(0, 0, 0, 0.8) 100%), */
  background: #0C0C0C;
  background-image: url("https://cld.partsimg.com/image/upload/w_auto,f_auto,dpr_auto/carparts/blog/tier-zero/brake-maintenance-checklist/brake-maintenance-hero");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 80vh;
  position: absolute;
  z-index: -1;
}
body .infographic-main-wrap #tz-hero #img-bg::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background: #0C0C0C;
  opacity: 0.3;
  pointer-events: none;
  border-radius: 16px;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-hero #img-bg {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 60vh;
    border-radius: 16px;
  }
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box {
  width: 100%;
  height: 100%;
  top: 0;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box {
    height: 100%;
  }
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content {
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content {
    height: 100%;
  }
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text {
  width: 100%;
  display: grid;
  place-items: center;
  min-height: 80vh;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text {
    padding: 0 16px;
    min-height: 60vh;
  }
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .sub-hero-text {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  /*.hero-head-one {
  	display: inline-block;
  	text-transform: uppercase;
  	font-size: 48px;
  	font-weight: 700;
  	letter-spacing: 4px;
  	background: rgba($color: #239adf, $alpha: 0.8);
  	padding: 5px 20px;

  	@media only screen and (max-width: 960px) {
  		font-size: 28px;
  	}

  	@media only screen and (max-width: $mobile) {
  		font-size: 20px;
  	}

  	@media only screen and (max-width: 530px) {
  		font-size: 14px;
  	}

  	@media only screen and (max-width: 380px) {
  		font-size: 12px;
  	}

  }*/
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .sub-hero-text .hero-head-one {
  margin: 0;
  font-size: 4.8rem;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .sub-hero-text .hero-head-one {
    margin-bottom: 15px;
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 580px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .sub-hero-text .hero-head-one {
    margin-bottom: 15px;
    font-size: 27px;
  }
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .sub-hero-text .hero-head-one .hero-txt {
  overflow: hidden;
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .sub-hero-text .hero-head-one .hero-txt span {
  display: block;
  text-align: center;
  font-size: 70px;
  transform: translateY(100%);
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .sub-hero-text .hero-head-one .hero-txt span {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 580px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .sub-hero-text .hero-head-one .hero-txt span {
    font-size: 2rem;
  }
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .sub-hero-text .hero-subtitle {
  font-size: 1.275rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 !important;
  padding-bottom: 0 !important;
  opacity: 0;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .sub-hero-text .hero-subtitle {
    font-size: 1.8rem;
    margin-top: 0;
  }
}
@media only screen and (max-width: 580px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .sub-hero-text .hero-subtitle {
    font-size: 1.175rem;
  }
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .sub-hero-text .hero-subtitle span {
  display: inline-block;
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .tz-arrow-down-mobile {
  display: none;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .tz-arrow-down-mobile {
    position: relative;
    bottom: 65px;
    left: calc(50% - 65px);
    z-index: 1;
    width: 130px;
    color: #ffffff;
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .tz-arrow-down-mobile img {
    width: 20px;
    position: relative;
    left: 54px;
    top: 10px;
    transition: 0.1s ease-out;
    animation: _arrow_animate ease-out 3s infinite forwards 1s;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .tz-arrow-down-mobile .tz-scroll-down-mobile {
    color: rgba(0, 0, 0, 0.3);
    text-align: center;
    font-size: 14px;
    display: block;
    z-index: 2;
  }
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .info-link {
  margin: 20px 0 0 0;
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .info-link .info-main-nav {
  margin: 0 !important;
  padding: 0 !important;
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .info-link .info-main-nav .info-cta-link {
  list-style: none !important;
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .info-link .info-main-nav .info-cta-link a {
  color: #ffffff;
  font-size: 1.8rem;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .info-link .info-main-nav .info-cta-link a {
    font-size: 1.5rem;
  }
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .info-link .info-main-nav .info-cta-link a .chev-icon {
  border-radius: 50%;
  border: 2px solid #ffffff;
  display: inline-flex;
  height: 25px;
  width: 25px;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .info-link .info-main-nav .info-cta-link a .chev-icon {
    height: 25px;
    width: 25px;
    border: 2px solid #ffffff;
  }
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .info-link .info-main-nav .info-cta-link a .chev-icon img {
  height: 20px;
  width: 20px;
  margin: auto;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .info-link .info-main-nav .info-cta-link a .chev-icon img {
    height: 18px;
    width: 18px;
  }
}
body .infographic-main-wrap #tz-hero .intro-content {
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100%;
}
body .infographic-main-wrap #tz-hero .intro-content .intro-content-box {
  position: absolute;
  height: 100vh;
  width: 100%;
}
body .infographic-main-wrap #tz-hero .intro-content .intro-content-box .intro-content-headline {
  width: 100%;
  height: 100vh;
}
body .infographic-main-wrap #tz-hero .intro-content .intro-content-box .intro-content-headline > div {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .infographic-main-wrap #tz-hero .intro-content .intro-content-box .intro-content-headline > div h1 {
  font-size: 3.125rem;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap #tz-hero .intro-content .intro-content-box .intro-content-headline > div h1 {
    padding: 0 24px;
    font-size: 42px;
  }
}
body .infographic-main-wrap #tz-hero .intro-content .intro-content-box .intro-content-headline > div h1 .video-content-headline-mark {
  background: rgba(206, 22, 22, 0.7);
  display: inline-block;
  padding: 0 24px;
}
body .infographic-main-wrap #tz-hero .intro-content .intro-content-box .intro-content-headline > div .tz-nav {
  position: absolute;
  height: 0;
  width: 100%;
  visibility: hidden;
  background: #0C0C0C;
  overflow: hidden;
}
body .infographic-main-wrap #tz-hero .intro-content .intro-content-quote {
  width: 100%;
  height: 100vh;
  top: 0;
  position: absolute;
  opacity: 0;
  background: #000000;
}
body .infographic-main-wrap #tz-hero .intro-content .intro-content-quote .intro-content-txt {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .infographic-main-wrap #tz-hero .intro-content .intro-content-quote .intro-content-txt h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 25px;
  text-align: center;
  letter-spacing: 1px;
  color: #60FCF1;
  max-width: 800px;
  padding: 0 20px;
}
body .infographic-main-wrap .tz-tier-title {
  text-align: center;
}
body .infographic-main-wrap .tz-tier-desc {
  text-align: center;
}
body .infographic-main-wrap .tz-tier-desc p {
  color: #0C0C0C;
  font-size: 22px;
}
body .infographic-main-wrap #tz-intro {
  background: #fafafa none scroll no-repeat 0 0;
}
body .infographic-main-wrap #tz-intro .tz-intro-flex {
  display: flex;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-intro .tz-intro-flex {
    flex-direction: column;
  }
}
body .infographic-main-wrap #tz-intro .tz-intro-flex .tz-intro-author {
  z-index: 9;
  width: 50%;
  padding: 3.125rem 0 3.125rem;
  display: flex;
  justify-content: center;
}
body .infographic-main-wrap #tz-intro .tz-intro-flex .tz-intro-author .author-box {
  display: flex;
  margin: 20px 0;
}
body .infographic-main-wrap #tz-intro .tz-intro-flex .tz-intro-author .author-box .itg-thumb {
  border-radius: 50% !important;
  width: 100px;
  margin-right: 15px !important;
}
body .infographic-main-wrap #tz-intro .tz-intro-flex .tz-intro-author .author-box .author-name a {
  color: #0C0C0C;
}
body .infographic-main-wrap #tz-intro .tz-intro-flex .tz-intro-author .author-box .itg-cont p {
  color: #0C0C0C;
  margin: 0;
  padding: 0 !important;
}
body .infographic-main-wrap #tz-intro .tz-intro-flex .tz-intro-author .author-box .itg-cont .date {
  color: #0C0C0C;
}
body .infographic-main-wrap #tz-intro .tz-intro-flex .tz-intro-author .author-box .itg-cont .date span {
  font-weight: 300;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-intro .tz-intro-flex .tz-intro-author {
    width: 100%;
    padding: 25px 25px 0 16px;
    margin: 0;
  }
}
body .infographic-main-wrap #tz-intro .tz-intro-flex .tz-intro-author .intro-car-fluid-img {
  width: 100%;
}
body .infographic-main-wrap #tz-intro .tz-intro-flex .tz-intro-desc {
  width: 50%;
  padding: 3.125rem 30px 3.125rem 30px;
  margin: auto 0;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-intro .tz-intro-flex .tz-intro-desc {
    width: 100%;
    padding: 3.125rem 16px;
  }
}
body .infographic-main-wrap #tz-intro .tz-intro-flex .tz-intro-desc p {
  color: #0C0C0C;
}
@media only screen and (max-width: 1000px) {
  body .infographic-main-wrap #tz-intro .tz-intro-flex .tz-intro-desc {
    width: auto;
    padding: 0 1rem;
  }
}
body .infographic-main-wrap #tz-brakes-cont {
  background: none scroll no-repeat #fafafa;
  padding: 0rem 1rem 3.75rem 1rem;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-brakes-cont {
    padding: 2.75rem 1rem;
  }
}
body .infographic-main-wrap #tz-brakes-cont .tz-brakes-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  position: relative;
  background: url("https://cld.partsimg.com/image/upload/w_auto,f_auto,dpr_auto/carparts/blog/tier-zero/brake-maintenance-checklist/how-long-do-brakes-last") no-repeat center center/cover;
  border-radius: 16px;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-brakes-cont .tz-brakes-wrap {
    flex-direction: column;
  }
}
body .infographic-main-wrap #tz-brakes-cont .tz-brakes-wrap .tz-brakes-col-item {
  /*padding: 3.2rem;
  border-right: 10px solid $offwhite;
  width: 65%;*/
  flex: 0 0 50%;
  color: white;
  padding: 3rem;
  border-right: 10px solid white;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 16px 0 0 16px;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-brakes-cont .tz-brakes-wrap .tz-brakes-col-item {
    flex: 1 0 auto;
    border-right: none;
    padding: 2.175rem 1rem;
    border-radius: 16px;
  }
}
body .infographic-main-wrap #tz-brakes-cont .tz-brakes-wrap .tz-brakes-col-item .tz-section-color-title {
  color: #e1faff;
}
body .infographic-main-wrap #tz-brakes-cont .tz-brakes-wrap .tz-brakes-col-item p {
  color: #ffffff;
}
body .infographic-main-wrap #tz-signs-brakes-cont {
  padding: 3.75rem 0;
  background: #ffffff none scroll no-repeat 0 0;
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration {
  position: relative;
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns {
    margin: 0 auto;
    flex-wrap: wrap;
    width: 70%;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns {
    width: 100%;
  }
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns .tz-radio-label {
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: 500;
  font-size: 1.2rem;
  display: inline-block;
  padding: 10px 45px;
  border-radius: 100px;
  /*border: 2px solid #282832;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.4s ease-in-out;
  border: 1px solid #DFDFDF;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns .tz-radio-label {
    /*width: 50%;*/
    width: 200px;
    font-size: 1.2rem;
    padding: 0.8rem 0rem 0.7rem 1.5rem;
  }
}
@media only screen and (max-width: 680px) {
  body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns .tz-radio-label {
    width: 180px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 365px) {
  body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns .tz-radio-label {
    width: 145px;
    font-size: 0.9rem;
  }
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns .tz-radio-label:nth-child(1) {
  background-color: #efefef;
  color: #0C0C0C;
  margin-right: 0.5rem;
  box-shadow: 0px 0px 30px 1px rgba(12, 12, 12, 0);
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns .tz-radio-label:nth-child(1) span {
  padding: 0 0 0 5px;
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns .tz-radio-label:nth-child(1):hover, body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns .tz-radio-label:nth-child(1).active {
  background-color: #0C0C0C;
  color: #ffffff;
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns .tz-radio-label:nth-child(1):hover .tz-checkmark, body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns .tz-radio-label:nth-child(1).active .tz-checkmark {
  border: 2px solid #ffffff;
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns .tz-radio-label:nth-child(1):hover .tz-checkmark:after, body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns .tz-radio-label:nth-child(1).active .tz-checkmark:after {
  color: #ffffff;
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns .tz-radio-label:nth-child(1) .tz-checkmark {
  border: 2px solid #282832;
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns .tz-radio-label:nth-child(2) {
  background-color: #efefef;
  color: #282832;
  margin-right: 0.5rem;
  box-shadow: 0px 0px 30px 1px rgba(239, 239, 239, 0);
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns .tz-radio-label:nth-child(2) span {
  padding: 0 0 0 5px;
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns .tz-radio-label:nth-child(2):hover, body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns .tz-radio-label:nth-child(2).active {
  background-color: #0C0C0C;
  color: #ffffff;
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns .tz-radio-label:nth-child(2):hover .tz-checkmark, body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns .tz-radio-label:nth-child(2).active .tz-checkmark {
  border: 2px solid #ffffff;
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns .tz-radio-label:nth-child(2):hover .tz-checkmark:after, body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns .tz-radio-label:nth-child(2).active .tz-checkmark:after {
  color: #ffffff;
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns .tz-radio-label:nth-child(2) .tz-checkmark:after {
  color: #282832;
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns .tz-radio-label:nth-child(3) {
  background-color: #efefef;
  color: #0C0C0C;
  box-shadow: 0px 0px 30px 1px rgba(239, 239, 239, 0);
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns .tz-radio-label:nth-child(3) span {
  padding: 0 0 0 5px;
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns .tz-radio-label:nth-child(3):hover, body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns .tz-radio-label:nth-child(3).active {
  background-color: #0C0C0C;
  color: #ffffff;
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns .tz-radio-label:nth-child(3):hover .tz-checkmark, body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns .tz-radio-label:nth-child(3).active .tz-checkmark {
  border: 2px solid #ffffff;
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns .tz-radio-label:nth-child(3):hover .tz-checkmark:after, body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns .tz-radio-label:nth-child(3).active .tz-checkmark:after {
  color: #ffffff;
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns .tz-radio-label:nth-child(3) .tz-checkmark:after {
  color: #282832;
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns .tz-radio-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns .tz-radio-label input:checked ~ .tz-checkmark {
  background-color: transparent;
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns .tz-radio-label .tz-checkmark {
  position: absolute;
  top: 7px;
  left: 10px;
  height: 34px;
  width: 34px;
  border: 2px solid #282832;
  background-color: transparent;
  border-radius: 50%;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns .tz-radio-label .tz-checkmark {
    height: 35px;
    width: 35px;
    top: 10px;
    left: 14px;
  }
}
@media only screen and (max-width: 680px) {
  body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns .tz-radio-label .tz-checkmark {
    top: 6px;
    left: 6px;
  }
}
@media only screen and (max-width: 365px) {
  body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns .tz-radio-label .tz-checkmark {
    height: 30px;
    width: 30px;
    top: 8px;
    left: 5px;
  }
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns .tz-radio-label .tz-checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: -4px;
  left: 2px;
  font-size: 1.8rem;
  font-family: "Material Icons", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns .tz-radio-label .tz-checkmark:after {
    top: -8px;
    left: -2px;
  }
}
@media only screen and (max-width: 365px) {
  body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns .tz-radio-label .tz-checkmark:after {
    font-size: 1.3rem;
    top: -2px;
    left: 2px;
  }
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns .tz-radio-label:hover input ~ .tz-checkmark {
  background-color: transparent;
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-radio-btns .tz-radio-label input:checked ~ .tz-checkmark:after {
  display: block;
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap {
  /*height: 510px;*/
  margin: 1rem;
  position: relative;
  /*@media only screen and (max-width: 1280px) {
  	height: 585px;
  }
  @media only screen and (max-width: 1200px) {
  	height: 545px;
  }
  @media only screen and (max-width: 1124px) {
  	height: 515px;
  }
  @media only screen and (max-width: 1050px) {
  	height: 495px;
  }
  @media only screen and (max-width: 992px) {
  	height: 580px;
  }
  @media only screen and (max-width: 855px) {
  	height: 497px;
  }
  @media only screen and (max-width: 785px) {
  	height: 467px;
  }
  @media only screen and (max-width: 785px) {
  	height: 467px;
  }
  @media only screen and (max-width: 733px) {
  	height: 447px;
  }
  */
  /*@media only screen and (max-width: 640px) {
  	height: 407px;
  }
  @media only screen and (max-width: 565px) {
  	height: 377px;
  }
  @media only screen and (max-width: 520px) {
  	height: 347px;
  }
  @media only screen and (max-width: 425px) {
  	height: 315px;
  }

  @media only screen and (max-width: $mobile) {
  	height: 302px;
  }*/
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap.tz-sys-active {
  height: 450px;
}
@media only screen and (max-width: 1200px) {
  body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap.tz-sys-active {
    height: 400px;
  }
}
@media only screen and (max-width: 1124px) {
  body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap.tz-sys-active {
    height: 350px;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap.tz-sys-active {
    height: 700px;
  }
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap.tz-sys-active {
    height: 550px;
  }
}
@media only screen and (max-width: 480px) {
  body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap.tz-sys-active {
    height: 490px;
  }
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap.tz-disc-active {
  height: 450px;
}
@media only screen and (max-width: 1200px) {
  body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap.tz-disc-active {
    height: 400px;
  }
}
@media only screen and (max-width: 1124px) {
  body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap.tz-disc-active {
    height: 350px;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap.tz-disc-active {
    height: 800px;
  }
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap.tz-disc-active {
    height: 700px;
  }
}
@media only screen and (max-width: 580px) {
  body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap.tz-disc-active {
    height: 680px;
  }
}
@media only screen and (max-width: 480px) {
  body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap.tz-disc-active {
    height: 550px;
  }
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap.tz-drum-active {
  height: 550px;
}
@media only screen and (max-width: 1240px) {
  body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap.tz-drum-active {
    height: 630px;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap.tz-drum-active {
    height: 1000px;
  }
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap.tz-drum-active {
    height: 900px;
  }
}
@media only screen and (max-width: 580px) {
  body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap.tz-drum-active {
    height: 940px;
  }
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap .tz-car-svg {
  position: absolute;
  display: flex;
  width: 100%;
  /*lightbox
  [id*="box"] {
  	position: fixed;
  	height: 100%;
  	width: 100%;
  	top: 0;
  	background: rgba(0,0,0,0.75);
  	display: none;
  	opacity: 0.0;
    }

    [id*="box"] img {
  	height: auto;
  	width: auto;
  	margin-left: auto;
  	margin-right: auto;
  	display: block;
    }

    .close {
  	background: #ccc;
  	position: fixed;
  	right: 20px;
  	top: 20px;
  	color: #000;
    }
  */
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap .tz-car-svg {
    flex-wrap: wrap;
  }
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap .tz-car-svg .tz-car-img {
  flex: 0 0 65%;
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap .tz-car-svg .tz-car-img img {
  position: relative;
  top: -50px;
  right: 20px;
  z-index: 200;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap .tz-car-svg .tz-car-img img {
    top: 0;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap .tz-car-svg .tz-car-img {
    flex: 0 0 100%;
    order: 2;
    top: 0px;
  }
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap .tz-car-svg:nth-child(2) {
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap .tz-car-svg:nth-child(3) {
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap .tz-car-svg .tz-brakes-list {
  max-width: 730px;
  margin: 0 50px 0 0;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap .tz-car-svg .tz-brakes-list {
    order: 1;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap .tz-car-svg .tz-brakes-list p {
    margin: 0;
  }
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap .tz-car-svg .tz-brakes-list p.signs-desc {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  border-bottom: 1px solid #A7A7A8;
  padding-bottom: 15px;
  margin: 0 0 20px 0;
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap .tz-car-svg .tz-brakes-list h3 {
  color: #0C0C0C;
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 20px 24px;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap .tz-car-svg .tz-brakes-list h3 {
    margin: 0 0 24px 0;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap .tz-car-svg .tz-brakes-list {
    margin: 0 auto;
  }
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap .tz-car-svg .tz-brakes-list ul.tz-illustration-list {
  margin: 0 !important;
  padding: 0;
}
@media only screen and (max-width: 785px) {
  body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap .tz-car-svg .tz-brakes-list ul.tz-illustration-list {
    margin: 0 auto 20px auto !important;
  }
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap .tz-car-svg .tz-brakes-list ul.tz-illustration-list li {
  padding: 0;
  cursor: pointer;
  list-style: none !important;
  margin: 0 0 10px 0px !important;
  position: relative;
  line-height: 1.3;
}
@media only screen and (max-width: 580px) {
  body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap .tz-car-svg .tz-brakes-list ul.tz-illustration-list li {
    margin: 0 0 10px 0px;
  }
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap .tz-car-svg .tz-brakes-list ul.tz-illustration-list li p {
  font-weight: 500;
  line-height: 1.3;
  margin: 0.7em 0;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap .tz-car-svg .tz-brakes-list ul.tz-illustration-list li p {
    font-size: 17px;
  }
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap .tz-car-svg .tz-illustration-list-brake-system .tz-sfb-active a {
  color: #2E4787;
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap .tz-car-svg .tz-illustration-list-brake-system .tz-sfb-active a:before {
  content: "";
  background: #2E4787;
  top: 5px;
  left: 0;
  transition: all 500ms;
  position: absolute;
  height: 18px;
  width: 5px;
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap .tz-car-svg .tz-illustration-list-brake-system .tz-sfb-active a span {
  padding: 0 0 0 20px;
  display: inline-block;
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap .tz-car-svg .tz-illustration-list-brake-system a {
  color: #0C0C0C;
  line-height: 1.5;
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap .tz-car-svg .tz-illustration-list-brake-system a span {
  padding: 0 0 0 20px;
  display: inline-block;
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap .tz-car-svg .tz-illustration-list-brake-system a:hover {
  color: #2E4787;
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap .tz-car-svg .tz-illustration-disc-brake .tz-sfb-active a {
  color: #2E4787;
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap .tz-car-svg .tz-illustration-disc-brake .tz-sfb-active a:before {
  content: "";
  background: #2E4787;
  top: 5px;
  left: 0;
  transition: all 500ms;
  position: absolute;
  height: 18px;
  width: 5px;
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap .tz-car-svg .tz-illustration-disc-brake .tz-sfb-active a span {
  padding: 0 0 0 20px;
  display: inline-block;
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap .tz-car-svg .tz-illustration-disc-brake a {
  color: #0C0C0C;
  line-height: 1.5;
  font-weight: 500;
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap .tz-car-svg .tz-illustration-disc-brake a span {
  padding: 0 0 0 20px;
  display: inline-block;
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap .tz-car-svg .tz-illustration-disc-brake a:hover {
  color: #2E4787;
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap .tz-car-svg .tz-illustration-brake-drum .tz-sfb-active a {
  color: #2E4787;
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap .tz-car-svg .tz-illustration-brake-drum .tz-sfb-active a:before {
  content: "";
  background: #2E4787;
  top: 5px;
  left: 0;
  transition: all 500ms;
  position: absolute;
  height: 18px;
  width: 5px;
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap .tz-car-svg .tz-illustration-brake-drum .tz-sfb-active a span {
  padding: 0 0 0 20px;
  display: inline-block;
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap .tz-car-svg .tz-illustration-brake-drum a {
  color: #0C0C0C;
  line-height: 1.5;
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap .tz-car-svg .tz-illustration-brake-drum a span {
  padding: 0 0 0 20px;
  display: inline-block;
}
body .infographic-main-wrap #tz-signs-brakes-cont .tz-illustration .tz-car-svg-wrap .tz-car-svg .tz-illustration-brake-drum a:hover {
  color: #2E4787;
}
body .infographic-main-wrap #tz-factors-brakes-cont {
  padding: 3.75rem 0;
  background: #fafafa none no-repeat scroll 0 0;
}
body .infographic-main-wrap #tz-factors-brakes-cont .tz-factor-brakes-wrap {
  display: flex;
  flex-wrap: wrap;
}
body .infographic-main-wrap #tz-factors-brakes-cont .tz-factor-brakes-wrap .tz-factor-brakes-item {
  display: flex;
  width: 48%;
  margin: 8px;
  padding: 3.2rem;
  flex-direction: column;
  border-radius: 16px;
  min-height: 500px;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-factors-brakes-cont .tz-factor-brakes-wrap .tz-factor-brakes-item {
    width: 100%;
    min-height: inherit;
    height: auto;
    padding: 2.175rem 1rem;
  }
}
body .infographic-main-wrap #tz-factors-brakes-cont .tz-factor-brakes-wrap .tz-factor-brakes-item h3 {
  margin: 0;
}
body .infographic-main-wrap #tz-factors-brakes-cont .tz-factor-brakes-wrap .tz-factor-brakes-item p {
  color: #ffffff;
}
body .infographic-main-wrap #tz-factors-brakes-cont .tz-factor-brakes-wrap .tz-factor-brakes-item:nth-child(1) {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url("https://cld.partsimg.com/image/upload/w_auto,f_auto,dpr_auto/carparts/blog/tier-zero/brake-maintenance-checklist/factors-contribute-to-brake-wear/heavy-cargo-load");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .infographic-main-wrap #tz-factors-brakes-cont .tz-factor-brakes-wrap .tz-factor-brakes-item:nth-child(1)::before {
  background: #000000;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 300;
}
body .infographic-main-wrap #tz-factors-brakes-cont .tz-factor-brakes-wrap .tz-factor-brakes-item:nth-child(2) {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url("https://cld.partsimg.com/image/upload/w_auto,f_auto,dpr_auto/carparts/blog/tier-zero/brake-maintenance-checklist/factors-contribute-to-brake-wear/driving-habits");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .infographic-main-wrap #tz-factors-brakes-cont .tz-factor-brakes-wrap .tz-factor-brakes-item:nth-child(2)::before {
  background: #000000;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 300;
}
body .infographic-main-wrap #tz-factors-brakes-cont .tz-factor-brakes-wrap .tz-factor-brakes-item:nth-child(3) {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url("https://cld.partsimg.com/image/upload/w_auto,f_auto,dpr_auto/carparts/blog/tier-zero/brake-maintenance-checklist/factors-contribute-to-brake-wear/brake-quality");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 8px auto;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-factors-brakes-cont .tz-factor-brakes-wrap .tz-factor-brakes-item:nth-child(3) {
    margin: 8px;
  }
}
body .infographic-main-wrap #tz-factors-brakes-cont .tz-factor-brakes-wrap .tz-factor-brakes-item:nth-child(3)::before {
  background: #000000;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 300;
}
body .infographic-main-wrap #tz-maintenance-main {
  padding: 3.75rem 0 0 0;
  background: #ffffff none scroll no-repeat 0 0;
}
body .infographic-main-wrap #tz-maintenance-main p {
  margin: 0;
  padding: 2.175rem 0 0;
}
body .infographic-main-wrap .tz-sub-cont-main1 {
  padding: 3.2rem 0 0 0;
  background: #ffffff none scroll no-repeat 0 0;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .tz-sub-cont-main1 {
    padding: 2.175rem 1rem;
  }
}
body .infographic-main-wrap .tz-sub-cont-main1 .mb-tz-wrap {
  max-width: 1024px;
  margin: 0 auto;
}
body .infographic-main-wrap .tz-sub-cont-main1 h2 {
  color: #0C0C0C;
  font-size: 2.3rem;
  text-align: center;
}
body .infographic-main-wrap .tz-sub-cont-main1 p {
  margin: 0;
  padding: 0 0 1.175rem 0;
  text-align: center;
}
body .infographic-main-wrap .tz-sub-content-main {
  background: #ffffff none scroll no-repeat 0 0;
  padding: 0;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .tz-sub-content-main {
    padding: 0 1rem;
  }
}
body .infographic-main-wrap .tz-sub-content-main .mb-tz-wrap {
  max-width: 800px;
  margin: 0 auto;
}
body .infographic-main-wrap .tz-sub-content-main h2 {
  color: #0C0C0C;
  font-size: 2.3rem;
  text-align: center;
}
body .infographic-main-wrap .tz-sub-content-main p {
  margin: 0;
  padding: 0 0 1.175rem 0;
  text-align: center;
}
body .infographic-main-wrap #tz-brake-maintenance-cont1 {
  background: #ffffff none scroll no-repeat 0 0;
}
body .infographic-main-wrap #tz-brake-maintenance-cont1 .hr-tz-wrap-p1 {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 60px 0;
  overflow: hidden;
  display: block;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap #tz-brake-maintenance-cont1 .hr-tz-wrap-p1 {
    max-height: 100% !important;
    height: 100% !important;
    padding: 20px 0;
  }
}
body .infographic-main-wrap #tz-brake-maintenance-cont1 .hr-tz-container-p1 {
  width: 300%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  padding: 0px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap #tz-brake-maintenance-cont1 .hr-tz-container-p1 {
    height: 100% !important;
    max-height: 100% !important;
    overflow: none;
    flex-direction: column;
    width: 100%;
  }
}
body .infographic-main-wrap #tz-brake-maintenance-cont1 .hr-tz-container-p1 .hr-tz-panel-p1 {
  display: flex;
  width: 100%;
  height: calc(100vh - 60px);
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap #tz-brake-maintenance-cont1 .hr-tz-container-p1 .hr-tz-panel-p1 {
    display: block;
    position: relative;
    margin: 0 0 50px 0;
    background: #f8f8f8;
    padding: 40px 16px 15px 16px;
    box-shadow: 2px 3px 8px -3px rgba(0, 0, 0, 0.3);
    height: 100%;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-brake-maintenance-cont1 .hr-tz-container-p1 .hr-tz-panel-p1 {
    margin: 0 0 20px 0;
    padding: 25px 16px 16px 16px;
  }
}
body .infographic-main-wrap #tz-brake-maintenance-cont2 {
  background: #ffffff none scroll no-repeat 0 0;
}
body .infographic-main-wrap #tz-brake-maintenance-cont2 .hr-tz-wrap-p2 {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 60px 0;
  overflow: hidden;
  display: block;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap #tz-brake-maintenance-cont2 .hr-tz-wrap-p2 {
    max-height: 100% !important;
    height: 100% !important;
    padding: 20px 0;
  }
}
body .infographic-main-wrap #tz-brake-maintenance-cont2 .hr-tz-container-p2 {
  width: 200%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  padding: 0px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap #tz-brake-maintenance-cont2 .hr-tz-container-p2 {
    height: 100% !important;
    max-height: 100% !important;
    overflow: none;
    flex-direction: column;
    width: 100%;
  }
}
body .infographic-main-wrap #tz-brake-maintenance-cont2 .hr-tz-container-p2 .hr-tz-panel-p2 {
  display: flex;
  width: 100%;
  height: calc(100vh - 60px);
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap #tz-brake-maintenance-cont2 .hr-tz-container-p2 .hr-tz-panel-p2 {
    display: block;
    position: relative;
    margin: 0 0 50px 0;
    background: #f8f8f8;
    padding: 40px 16px 15px 16px;
    box-shadow: 2px 3px 8px -3px rgba(0, 0, 0, 0.3);
    height: 100%;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-brake-maintenance-cont2 .hr-tz-container-p2 .hr-tz-panel-p2 {
    margin: 0 0 20px 0;
    padding: 25px 16px 16px 16px;
  }
}
body .infographic-main-wrap #tz-brake-maintenance-cont3 {
  background: #ffffff none scroll no-repeat 0 0;
}
body .infographic-main-wrap #tz-brake-maintenance-cont3 .hr-tz-wrap-p3 {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 60px 0;
  overflow: hidden;
  display: block;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap #tz-brake-maintenance-cont3 .hr-tz-wrap-p3 {
    max-height: 100% !important;
    height: 100% !important;
    padding: 20px 0;
  }
}
body .infographic-main-wrap #tz-brake-maintenance-cont3 .hr-tz-container-p3 {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  padding: 0px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap #tz-brake-maintenance-cont3 .hr-tz-container-p3 {
    height: 100% !important;
    max-height: 100% !important;
    overflow: none;
    flex-direction: column;
    width: 100%;
  }
}
body .infographic-main-wrap #tz-brake-maintenance-cont3 .hr-tz-container-p3 .hr-tz-panel-p3 {
  display: flex;
  width: 100%;
  height: calc(100vh - 60px);
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap #tz-brake-maintenance-cont3 .hr-tz-container-p3 .hr-tz-panel-p3 {
    display: block;
    position: relative;
    margin: 0 0 50px 0;
    background: #f8f8f8;
    padding: 40px 16px 15px 16px;
    box-shadow: 2px 3px 8px -3px rgba(0, 0, 0, 0.3);
    height: 100%;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-brake-maintenance-cont3 .hr-tz-container-p3 .hr-tz-panel-p3 {
    margin: 0 0 20px 0;
    padding: 25px 16px 16px 16px;
  }
}
body .infographic-main-wrap #tz-brake-maintenance-cont4 {
  background: #ffffff none scroll no-repeat 0 0;
}
body .infographic-main-wrap #tz-brake-maintenance-cont4 .hr-tz-wrap-p4 {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 60px 0;
  overflow: hidden;
  display: block;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap #tz-brake-maintenance-cont4 .hr-tz-wrap-p4 {
    max-height: 100% !important;
    height: 100% !important;
    padding: 20px 0;
  }
}
body .infographic-main-wrap #tz-brake-maintenance-cont4 .hr-tz-container-p4 {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  padding: 0px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap #tz-brake-maintenance-cont4 .hr-tz-container-p4 {
    height: 100% !important;
    max-height: 100% !important;
    overflow: none;
    flex-direction: column;
    width: 100%;
  }
}
body .infographic-main-wrap #tz-brake-maintenance-cont4 .hr-tz-container-p4 .hr-tz-panel-p4 {
  display: flex;
  width: 100%;
  height: calc(100vh - 60px);
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap #tz-brake-maintenance-cont4 .hr-tz-container-p4 .hr-tz-panel-p4 {
    display: block;
    position: relative;
    margin: 0 0 50px 0;
    background: #f8f8f8;
    padding: 40px 16px 15px 16px;
    box-shadow: 2px 3px 8px -3px rgba(0, 0, 0, 0.3);
    height: 100%;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-brake-maintenance-cont4 .hr-tz-container-p4 .hr-tz-panel-p4 {
    margin: 0 0 20px 0;
    padding: 25px 16px 16px 16px;
  }
}
body .infographic-main-wrap #tz-brake-maintenance-cont5 {
  background: #ffffff none scroll no-repeat 0 0;
}
body .infographic-main-wrap #tz-brake-maintenance-cont5 .hr-tz-wrap-p5 {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 60px 0;
  overflow: hidden;
  display: block;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap #tz-brake-maintenance-cont5 .hr-tz-wrap-p5 {
    max-height: 100% !important;
    height: 100% !important;
    padding: 20px 0;
  }
}
body .infographic-main-wrap #tz-brake-maintenance-cont5 .hr-tz-container-p5 {
  width: 200%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  padding: 0px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap #tz-brake-maintenance-cont5 .hr-tz-container-p5 {
    height: 100% !important;
    max-height: 100% !important;
    overflow: none;
    flex-direction: column;
    width: 100%;
  }
}
body .infographic-main-wrap #tz-brake-maintenance-cont5 .hr-tz-container-p5 .hr-tz-panel-p5 {
  display: flex;
  width: 100%;
  height: calc(100vh - 60px);
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap #tz-brake-maintenance-cont5 .hr-tz-container-p5 .hr-tz-panel-p5 {
    display: block;
    position: relative;
    margin: 0 0 50px 0;
    background: #f8f8f8;
    padding: 40px 16px 15px 16px;
    box-shadow: 2px 3px 8px -3px rgba(0, 0, 0, 0.3);
    height: 100%;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-brake-maintenance-cont5 .hr-tz-container-p5 .hr-tz-panel-p5 {
    margin: 0 0 20px 0;
    padding: 25px 16px 16px 16px;
  }
}
@media only screen and (max-width: 1224px) {
  body .infographic-main-wrap .hr-tz-prl .flex-content-data {
    width: 100%;
    position: relative;
    z-index: 100;
  }
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap .hr-tz-prl .flex-content-data {
    width: 50%;
    margin: 0 auto;
    height: 100%;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .hr-tz-prl .flex-content-data {
    width: 100%;
    margin: 0 auto;
  }
}
body .infographic-main-wrap .hr-tz-prl .flex-img {
  width: 40%;
}
body .infographic-main-wrap .hr-tz-prl .flex-img img {
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 0;
  line-height: 0;
  padding: 0;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap .hr-tz-prl .flex-img {
    width: 100%;
    height: 100%;
  }
}
body .infographic-main-wrap .hr-tz-prl .flex-txt {
  width: 60%;
  font-size: 20px;
  color: #0C0C0C;
  background: #efefef;
  padding: 2.175rem 3.175rem;
  position: relative;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap .hr-tz-prl .flex-txt {
    width: 100%;
    height: 100%;
    position: relative;
    background: transparent;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
  }
}
body .infographic-main-wrap .hr-tz-prl .flex-txt .gal-data {
  display: flex;
  flex-wrap: wrap;
  margin: auto 0;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .hr-tz-prl .flex-txt .gal-data {
    order: 2;
  }
}
body .infographic-main-wrap .hr-tz-prl .flex-txt .gal-data h3 {
  font-size: 2.5rem;
  font-weight: 500;
  text-align: left;
  margin: 0;
}
@media only screen and (max-width: 1040px) {
  body .infographic-main-wrap .hr-tz-prl .flex-txt .gal-data h3 {
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .hr-tz-prl .flex-txt .gal-data h3 {
    font-size: 2rem;
  }
}
body .infographic-main-wrap .hr-tz-prl .flex-txt .gal-data h3 a.tz-link-title {
  font-weight: 700 !important;
  color: #0C0C0C !important;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap .hr-tz-prl .flex-txt .gal-data h3 a.tz-link-title {
    color: #2e4787;
  }
}
body .infographic-main-wrap .hr-tz-prl .flex-txt .gal-data h4 {
  margin: 0 0 20px 0;
}
body .infographic-main-wrap .hr-tz-prl .flex-txt .gal-data p {
  color: #0C0C0C;
  margin: 0 !important;
  padding-bottom: 25px !important;
}
body .infographic-main-wrap #tz-description-about {
  padding: 50px;
  background: #fafafa none scroll no-repeat 0 0;
}
body .infographic-main-wrap #tz-description-about h3 {
  color: #0C0C0C;
  font-size: 1.5625rem;
  text-align: center;
}
body .infographic-main-wrap #tz-description-about p {
  font-size: 16px;
  font-weight: 300;
  color: #0C0C0C;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-description-about {
    padding: 2.75rem 16px;
  }
}

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