.small-wrap {
  max-width: 680px;
  margin: 0 auto !important;
}

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

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

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

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

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

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

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

h3 {
  line-height: 1.1;
  margin: 0 0 30px 0;
  font-size: 2rem;
  font-weight: 600;
}
h3 span {
  display: block;
}
@media screen and (max-width: 992px) {
  h3 {
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  h3 {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: left;
    margin-bottom: 1rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.tz-white {
  color: #ffffff !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 30px;
  text-align: center;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 0;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .tz-section-title {
    padding: 0 20px 0;
    font-weight: 500;
    font-size: 1.6rem !important;
    margin-bottom: 2rem;
  }
}
.tz-section-title > * {
  font-weight: 700;
}
.tz-section-title > *:nth-child(1) {
  color: #2E4787;
}
@media only screen and (max-width: 992px) {
  .tz-section-title > *:nth-child(1) {
    line-height: 1.4;
    font-size: 2.175rem !important;
  }
}
.tz-section-title > *:nth-child(2) {
  font-size: 2.3rem;
}
@media only screen and (max-width: 992px) {
  .tz-section-title > *:nth-child(2) {
    font-size: 1.3rem !important;
  }
}

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

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

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

.lSSlideOuter * {
  box-sizing: initial;
}

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

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

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

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

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

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

*:focus {
  outline: none;
}

* {
  box-sizing: border-box;
}

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

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

body {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 400 !important;
  line-height: 1.5;
  background: #ffffff;
  font-family: "Inter", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 1s;
  overflow-x: hidden;
  overflow-y: scroll;
}
body #content {
  padding: 0 !important;
  margin: 0 !important;
}
body .custom-logo {
  width: 215px;
  height: 60px;
}
@media only screen and (max-width: 1024px) {
  body .custom-logo {
    width: 175px;
    height: auto;
  }
}
@media only screen and (max-width: 320px) {
  body .custom-logo {
    width: 198px;
  }
}
@keyframes tz_arrow_animate {
  0% {
    transform: translate3d(0, 0px, 0);
  }
  8% {
    transform: translate3d(0, 5px, 0);
  }
  14% {
    transform: translate3d(0, 0px, 0);
  }
  100% {
    transform: translate3d(0, 0px, 0);
  }
}
body .backtotop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  visibility: hidden;
  user-select: none;
}
body .backtotop:hover .backtotop-txt {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transform: translateY(0);
}
body .backtotop:hover .tz-arrow-upward {
  color: #fff;
  background: #62686d;
}
body .backtotop .tz-arrow-upward {
  color: #0C0C0C;
  font-size: 2rem;
  padding: 0.8rem;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 0 0 rgba(60, 64, 67, 0.3), 0 0 0 0 rgba(60, 64, 67, 0.15);
  background: #3c4043;
  color: #9aa0a6;
}
body .backtotop .backtotop-txt {
  color: #0C0C0C;
  padding: 0.4rem 0.6rem;
  font-size: 0.8rem;
  display: block;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transform: translateY(15px);
  transition: all 0.1s ease-out;
}
@media only screen and (max-width: 992px) {
  body .backtotop .backtotop-txt {
    display: none;
  }
}
body #tz-toggle-hamburger-icon {
  display: none;
  position: relative;
  background-color: none;
  transition: all 0.2s ease;
}
body #tz-toggle-hamburger-icon > div {
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  margin: 5px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  body #tz-toggle-hamburger-icon {
    display: inline-block;
    padding: 0.4rem;
    font-size: 0px;
    cursor: pointer;
    top: 11px;
    right: 5px;
    position: fixed;
    z-index: 9999;
  }
  body #tz-toggle-hamburger-icon img {
    width: 28px;
  }
}
body .toggle-burger .tz-line-1 {
  transform: rotate(-45deg) translate(-5px, 5px);
}
body .toggle-burger .tz-line-2 {
  opacity: 0;
}
body .toggle-burger .tz-line-3 {
  transform: rotate(45deg) translate(-5px, -5px);
}
body .tz-nav-bg-mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  body .tz-nav-bg-mobile {
    display: block;
    position: fixed;
    width: 100%;
    height: 60px;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.8);
    transition: background-color 0.3s linear;
    box-shadow: 5px -1px 12px -5px #0C0C0C;
    backdrop-filter: blur(6px);
  }
}
body .tz-flex-wrap {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 0 2.175rem 0;
}
@media only screen and (max-width: 992px) {
  body .tz-flex-wrap {
    padding: 0 1.175rem;
  }
}
body .tz-contain-flex {
  max-width: 1024px;
  margin: 0 auto;
}
body #parts-gallery-content {
  z-index: 99999;
  position: fixed;
  display: grid;
  place-items: center;
  visibility: hidden;
}
body #parts-gallery-content .tier-gallery-content-box {
  /*max-width: 1400px;*/
  height: 100vh;
  /*padding: 4rem;*/
  border-radius: 12px;
  background: #F1F6F9;
  position: absolute;
  z-index: 2;
}
@media only screen and (max-width: 992px) {
  body #parts-gallery-content .tier-gallery-content-box {
    padding: 4rem 1.175rem;
  }
}
body #parts-gallery-content .tier-gallery-content-box .tier-gallery-close {
  position: absolute;
  color: #0C0C0C;
  right: 3.3rem;
  top: 1.5rem;
  font-size: 2rem;
  cursor: pointer;
  z-index: 1000;
  background: none scroll no-repeat 0 0 #F1F6F9;
}
@media only screen and (max-width: 992px) {
  body #parts-gallery-content .tier-gallery-content-box .tier-gallery-close {
    top: 1rem;
    height: 1rem;
    right: 15px;
  }
}
body #parts-gallery-content .tier-gallery-content-box .tier-gallery-scroller {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  position: relative;
}
body #parts-gallery-content .tier-gallery-dark-overlay {
  width: 100vw;
  height: 100vh;
  background: #F1F6F9;
}
body #parts-gallery-content .tz-content-wrap .tz-pop-list .tz-pop-row {
  display: flex;
  width: 100%;
  padding: 2.175rem 0 2.175rem 0;
  border-bottom: 1px solid rgba(137, 158, 171, 0.2);
}
@media only screen and (max-width: 992px) {
  body #parts-gallery-content .tz-content-wrap .tz-pop-list .tz-pop-row {
    flex-direction: column;
    padding: 0 0 2.175rem 0 !important;
  }
}
body #parts-gallery-content .tz-content-wrap .tz-pop-list .tz-pop-row.tz-1st-pop {
  padding: 2.175rem 0 2.175rem 0;
}
body #parts-gallery-content .tz-content-wrap .tz-pop-list .tz-pop-row.tz-last-pop {
  border-bottom: 0;
  padding: 2.175rem 0 0 0;
}
body #parts-gallery-content .tz-content-wrap .tz-pop-list .tz-pop-row h3 {
  color: #2E4787;
  font-size: 1.875rem;
}
body #parts-gallery-content .tz-content-wrap .tz-pop-list .tz-pop-row h3 span {
  display: inline-block;
}
body #parts-gallery-content .tz-content-wrap .tz-pop-list .tz-pop-row strong {
  color: #333333;
  display: block;
}
body #parts-gallery-content .tz-content-wrap .tz-pop-list .tz-pop-row strong.diy-txt {
  font-style: italic;
  font-weight: 700;
}
body #parts-gallery-content .tz-content-wrap .tz-pop-list .tz-pop-row strong.ave-txt span {
  color: #2E4787;
}
body #parts-gallery-content .tz-content-wrap .tz-pop-list .tz-pop-row .tz-btn-more-info {
  display: inline-block;
  font-weight: 700 !important;
  line-height: 1.3;
  color: #2E4787 !important;
  padding: 1rem;
  text-decoration: none;
  border-radius: 50px;
  width: 100%;
  text-align: center;
  margin: 1rem 0;
  border: 2px solid #2E4787;
  transition: all 0.4s ease;
}
body #parts-gallery-content .tz-content-wrap .tz-pop-list .tz-pop-row.tz-pop-odd > * {
  width: 50%;
}
body #parts-gallery-content .tz-content-wrap .tz-pop-list .tz-pop-row.tz-pop-odd > * img {
  visibility: inherit;
}
@media only screen and (max-width: 992px) {
  body #parts-gallery-content .tz-content-wrap .tz-pop-list .tz-pop-row.tz-pop-odd > * {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  body #parts-gallery-content .tz-content-wrap .tz-pop-list .tz-pop-row.tz-pop-odd > *:nth-child(1) {
    margin: 0 0 2.175rem 0;
  }
}
body #parts-gallery-content .tz-content-wrap .tz-pop-list .tz-pop-row.tz-pop-odd > *:nth-child(2) {
  padding: 0 0 0 2rem;
}
@media only screen and (max-width: 992px) {
  body #parts-gallery-content .tz-content-wrap .tz-pop-list .tz-pop-row.tz-pop-odd > *:nth-child(2) {
    padding: 0;
  }
}
body #parts-gallery-content .tz-content-wrap .tz-pop-list .tz-pop-row.tz-pop-even > * {
  width: 50%;
}
body #parts-gallery-content .tz-content-wrap .tz-pop-list .tz-pop-row.tz-pop-even > * img {
  visibility: inherit;
}
@media only screen and (max-width: 992px) {
  body #parts-gallery-content .tz-content-wrap .tz-pop-list .tz-pop-row.tz-pop-even > * {
    width: auto;
  }
}
body #parts-gallery-content .tz-content-wrap .tz-pop-list .tz-pop-row.tz-pop-even > *:nth-child(1) {
  padding: 0 2rem 0 0;
}
@media only screen and (max-width: 992px) {
  body #parts-gallery-content .tz-content-wrap .tz-pop-list .tz-pop-row.tz-pop-even > *:nth-child(1) {
    order: 2;
    padding: 0;
  }
}
@media only screen and (max-width: 992px) {
  body #parts-gallery-content .tz-content-wrap .tz-pop-list .tz-pop-row.tz-pop-even > *:nth-child(2) {
    order: 1;
    margin: 0 0 2.175rem 0;
  }
}
body .infographic-main-wrap {
  overflow: hidden;
}
body .infographic-main-wrap .main-nav-wrap {
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: fixed;
  z-index: 2000;
  background-color: transparent;
  transition: background-color 0.3s linear;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap .main-nav-wrap {
    justify-content: space-between !important;
    display: block;
  }
}
body .infographic-main-wrap .main-nav-wrap.nav-active {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  transition: background-color 0.3s linear;
  box-shadow: 5px -1px 12px -5px #0C0C0C;
  backdrop-filter: blur(6px);
  z-index: 500;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap .main-nav-wrap {
    padding: 0;
  }
}
body .infographic-main-wrap .main-nav-wrap .nav-logo {
  margin: 0;
  padding: 0;
  line-height: 0;
  order: 1;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap .main-nav-wrap .nav-logo {
    order: 2;
    position: absolute;
    left: 1rem;
    top: 0.8rem;
  }
}
body .infographic-main-wrap .main-nav-wrap .nav-logo a {
  width: 200px;
}
body .infographic-main-wrap .main-nav-wrap .nav-logo a svg {
  width: 200px !important;
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap {
  transition: all 0.5s ease;
  overflow: hidden;
  order: 2;
  flex: end;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap {
    flex: none;
  }
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav {
  display: inline-block;
  margin: 10px 16px 0 0;
  transition: all 0.3s ease-out;
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav.bg-nav-show {
  height: 100vh;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav {
    margin: 0;
    background-color: #0C0C0C;
    display: grid;
    place-content: center;
    height: 0;
    transform: translateY(-100%);
    position: relative;
    z-index: 100;
  }
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav .tz-main-nav {
  display: flex;
  margin: 0.5rem 5rem 0 0 !important;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav .tz-main-nav {
    margin: 0.5rem 0 0 0 !important;
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav .tz-main-nav {
    padding: 0;
  }
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav .tz-main-nav li {
  margin: 0 !important;
  padding: 0 8px 0;
  display: inherit;
  list-style: none !important;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav .tz-main-nav li {
    margin-bottom: 1rem !important;
  }
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav .tz-main-nav li.tz-active a {
  transition: all 0.3s ease;
  height: 30px;
  color: #E1FAFF !important;
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav .tz-main-nav li.tz-active a:before {
  background: #E1FAFF;
  transform: translateX(0);
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav .tz-main-nav li a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: #fff !important;
  font-size: 1rem;
  transition: all 0.3s ease;
  font-weight: 500 !important;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav .tz-main-nav li a {
    font-size: 14px !important;
  }
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav .tz-main-nav li a:before {
  content: "";
  transition: 0.2s;
  position: absolute;
  top: 29px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #FFCE05;
  transform: translateX(-101%);
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav .tz-main-nav li a:hover {
  color: #ffffff !important;
  opacity: 1;
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav .tz-main-nav li a:hover:before {
  background: #E1FAFF;
  transform: translateX(0);
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav .nav-menu-social {
  margin: 2px 0 0 0;
  position: absolute;
  top: 0;
  right: 1rem;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav .nav-menu-social {
    margin: 0;
    position: static;
    text-align: center;
  }
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav .nav-menu-social .nav-social-list {
  margin: 0;
  padding: 0;
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav .nav-menu-social .nav-social-list li {
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block;
  list-style: none;
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav .nav-menu-social .nav-social-list li a {
  display: inline-block;
  padding-top: 7px;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav .nav-menu-social .nav-social-list li a svg {
    height: 30px;
  }
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav .nav-menu-social .nav-social-list li:nth-child(1) {
  margin-right: 10px !important;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav .nav-menu-social .nav-social-list li:nth-child(1) {
    margin-right: 0 !important;
  }
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav .nav-menu-social .nav-social-list li:nth-child(2) a {
  margin-left: -5px;
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav-active {
  transform: translateY(0%);
}
body .infographic-main-wrap .main-nav-wrap.show-bg {
  background-color: #0C0C0C;
}
body .infographic-main-wrap .main-nav-wrap.show-bg .tz-nav {
  visibility: visible;
  overflow: visible;
  height: 200px;
}
body .infographic-main-wrap .main-nav-wrap > div {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap .main-nav-wrap > div {
    text-align: left;
  }
}
body .infographic-main-wrap .main-nav-wrap > div .toggle-burger .tz-line-1 {
  transform: rotate(-45deg) translate(-5px, 5px);
}
body .infographic-main-wrap .main-nav-wrap > div .toggle-burger .tz-line-2 {
  opacity: 0;
}
body .infographic-main-wrap .main-nav-wrap > div .toggle-burger .tz-line-3 {
  transform: rotate(45deg) translate(-5px, -5px);
}
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;
}
@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: 1024px) {
  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 .tz-hero-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
  position: relative;
  transform-style: preserve-3d;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-hero .tz-hero-wrap {
    height: 60vh;
  }
}
body .infographic-main-wrap #tz-hero .tz-hero-wrap.tz-hero-bg {
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 70.31%, rgba(0, 0, 0, 0) 99.99%, rgba(0, 0, 0, 0) 100%), url("https://cld.partsimg.com/image/upload/c_pad,f_auto,q_auto,dpr_auto/carparts/blog/tier-zero/repair-or-replace-your-car/repair-or-replace-your-car-hero");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap #tz-hero .tz-hero-wrap.tz-hero-bg {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("https://cld.partsimg.com/image/upload/c_pad,f_auto,q_auto,dpr_auto/carparts/blog/tier-zero/repair-or-replace-your-car/repair-or-replace-your-car-hero-mobile") center center no-repeat;
    background-size: cover;
  }
}
body .infographic-main-wrap #tz-hero .tz-hero-wrap .tz-parallax {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 1248px;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap #tz-hero .tz-hero-wrap .tz-parallax {
    justify-content: center;
  }
}
body .infographic-main-wrap #tz-hero .tz-hero-wrap .tz-parallax h1 {
  line-height: 1;
  margin: 0;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap #tz-hero .tz-hero-wrap .tz-parallax h1 {
    font-size: 4rem;
    margin: 0;
    visibility: visible;
    opacity: 1;
    display: block;
    text-align: center;
  }
}
body .infographic-main-wrap #tz-hero .tz-hero-wrap .tz-parallax h1 > * {
  display: block;
}
body .infographic-main-wrap #tz-hero .tz-hero-wrap .tz-parallax h1 > *:nth-child(1) {
  font-size: 5rem;
  margin-bottom: 1rem;
  color: #E1FAFF;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-hero .tz-hero-wrap .tz-parallax h1 > *:nth-child(1) {
    font-size: 3.375rem;
    line-height: 1.2;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 680px) {
  body .infographic-main-wrap #tz-hero .tz-hero-wrap .tz-parallax h1 > *:nth-child(1) {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 480px) {
  body .infographic-main-wrap #tz-hero .tz-hero-wrap .tz-parallax h1 > *:nth-child(1) {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 360px) {
  body .infographic-main-wrap #tz-hero .tz-hero-wrap .tz-parallax h1 > *:nth-child(1) {
    font-size: 1.8rem;
  }
}
body .infographic-main-wrap #tz-hero .tz-hero-wrap .tz-parallax h1 > *:nth-child(2) {
  font-size: 2.875rem;
  padding: 1rem 1.5rem;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-hero .tz-hero-wrap .tz-parallax h1 > *:nth-child(2) {
    font-size: 2rem;
    position: relative;
    top: -10px;
  }
}
@media only screen and (max-width: 680px) {
  body .infographic-main-wrap #tz-hero .tz-hero-wrap .tz-parallax h1 > *:nth-child(2) {
    font-size: 1.5rem;
    padding: 1rem 1.2rem;
  }
}
@media only screen and (max-width: 480px) {
  body .infographic-main-wrap #tz-hero .tz-hero-wrap .tz-parallax h1 > *:nth-child(2) {
    font-size: 1.175rem;
  }
}
@media only screen and (max-width: 360px) {
  body .infographic-main-wrap #tz-hero .tz-hero-wrap .tz-parallax h1 > *:nth-child(2) {
    font-size: 1rem;
  }
}
body .infographic-main-wrap #tz-intro {
  color: #333333;
  position: relative;
  z-index: 10;
  width: 100%;
}
body .infographic-main-wrap #tz-intro .tz-intro-inner {
  background: #F1F6F9;
}
body .infographic-main-wrap #tz-intro .tz-intro-inner .tz-intro-grid {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 4rem 1.175rem 4rem 1.175rem;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-intro .tz-intro-inner .tz-intro-grid {
    padding: 3rem 1.175rem 0 1.175rem;
  }
}
body .infographic-main-wrap #tz-intro .tz-intro-inner .tz-intro-grid .tz-intro-flex {
  display: flex;
  max-width: 1265px;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap #tz-intro .tz-intro-inner .tz-intro-grid .tz-intro-flex {
    flex-direction: column;
    /*align-items: center;*/
  }
}
body .infographic-main-wrap #tz-intro .tz-intro-inner .tz-intro-grid .tz-intro-flex > div:nth-child(1) {
  flex: 0 0 395px;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap #tz-intro .tz-intro-inner .tz-intro-grid .tz-intro-flex > div:nth-child(1) {
    flex: auto;
  }
}
body .infographic-main-wrap #tz-intro .tz-intro-inner .tz-intro-grid .tz-intro-flex > div:nth-child(2) {
  padding-left: 2rem;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap #tz-intro .tz-intro-inner .tz-intro-grid .tz-intro-flex > div:nth-child(2) {
    padding-left: 0;
  }
}
body .infographic-main-wrap #tz-intro .tz-intro-inner .tz-intro-grid .tz-intro-flex > div:nth-child(2) p {
  color: #333333;
}
body .infographic-main-wrap #tz-intro .tz-intro-inner .tz-intro-grid .tz-intro-flex > div:nth-child(2) p:nth-child(1) {
  margin: 0 0 1.175rem 0;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap #tz-intro .tz-intro-inner .tz-intro-grid .tz-intro-flex > div:nth-child(2) p:nth-child(1) {
    margin: 0;
  }
}
body .infographic-main-wrap #tz-automotive {
  background: none scroll no-repeat #F1F6F9;
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 2.175rem 0 2.175rem 0;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-automotive {
    padding: 2.175rem 1.175rem 2.175rem 1.175rem;
  }
}
body .infographic-main-wrap #tz-automotive .tz-atm-wrap {
  max-width: 1645px;
  margin: 0 auto;
}
body .infographic-main-wrap #tz-automotive .tz-atm-wrap > *:nth-child(1) {
  text-align: center;
}
body .infographic-main-wrap #tz-automotive .tz-atm-wrap > *:nth-child(1) p.item-desc-1 {
  margin: 0 0 1rem 0;
}
@media only screen and (max-width: 380px) {
  body .infographic-main-wrap #tz-automotive .tz-atm-wrap > *:nth-child(1) p.item-desc-1 {
    font-size: 16px;
  }
}
body .infographic-main-wrap #tz-automotive .tz-atm-wrap > *:nth-child(1) .atm-arrow-icon {
  height: 14px;
}
body .infographic-main-wrap #tz-automotive .tz-atm-wrap > *:nth-child(2) .tz-category-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 2.175rem -0.5rem 1rem !important;
  padding: 0 1.175rem;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-automotive .tz-atm-wrap > *:nth-child(2) .tz-category-wrap {
    padding: 0;
  }
}
body .infographic-main-wrap #tz-automotive .tz-atm-wrap > *:nth-child(2) .tz-category-wrap > * {
  cursor: pointer;
  list-style: none !important;
  margin-bottom: 0 !important;
  padding: 0 0.8rem 0 0;
}
body .infographic-main-wrap #tz-automotive .tz-atm-wrap > *:nth-child(2) .tz-category-wrap > * a {
  display: inline-block;
  background: none scroll no-repeat 0 0 #ffffff;
  color: #333333;
  padding: 1rem;
  border-radius: 5px;
  width: 325px;
  margin: 0 0 1.175rem 0;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-automotive .tz-atm-wrap > *:nth-child(2) .tz-category-wrap > * a {
    font-size: 16px;
    width: 300px;
  }
}
@media only screen and (max-width: 680px) {
  body .infographic-main-wrap #tz-automotive .tz-atm-wrap > *:nth-child(2) .tz-category-wrap > * a {
    font-size: 14px;
    font-weight: 500;
    width: 240px;
  }
}
@media only screen and (max-width: 520px) {
  body .infographic-main-wrap #tz-automotive .tz-atm-wrap > *:nth-child(2) .tz-category-wrap > * a {
    width: 200px;
  }
}
@media only screen and (max-width: 480px) {
  body .infographic-main-wrap #tz-automotive .tz-atm-wrap > *:nth-child(2) .tz-category-wrap > * a {
    width: 150px;
  }
}
@media only screen and (max-width: 380px) {
  body .infographic-main-wrap #tz-automotive .tz-atm-wrap > *:nth-child(2) .tz-category-wrap > * a {
    width: 300px;
  }
}
body .infographic-main-wrap #tz-automotive .tz-atm-wrap > *:nth-child(2) .tz-category-wrap > * a:hover {
  color: #2E4787;
  filter: drop-shadow(0px 5px 12px rgba(0, 0, 0, 0.1));
}
body .infographic-main-wrap #tz-automotive .tz-atm-wrap > *:nth-child(2) .tz-content-wrap > * h3 {
  color: #2E4787;
}
body .infographic-main-wrap #tz-automotive .tz-atm-wrap > *:nth-child(2) .tz-content-wrap > * strong {
  color: #333333;
  display: block;
}
body .infographic-main-wrap #tz-rvs {
  padding: 5rem 0 5rem 0;
  background: #EDF1F2;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-rvs {
    padding: 3.175rem 0 0 0;
  }
}
body .infographic-main-wrap #tz-rvs .tz-flex-rvs-desc {
  display: flex;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-rvs .tz-flex-rvs-desc {
    flex-direction: column;
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 680px) {
  body .infographic-main-wrap #tz-rvs .tz-flex-rvs-desc {
    flex-direction: column;
    margin-bottom: 0 !important;
  }
}
body .infographic-main-wrap #tz-rvs .tz-flex-rvs-desc .tz-col-main-wrap.tz-rvs-desc {
  width: 50%;
  padding: 0 3.75rem;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-rvs .tz-flex-rvs-desc .tz-col-main-wrap.tz-rvs-desc {
    width: 100%;
    padding: 2rem 0;
    margin: 0 auto;
    order: 3;
    max-width: none;
  }
}
@media only screen and (max-width: 630px) {
  body .infographic-main-wrap #tz-rvs .tz-flex-rvs-desc .tz-col-main-wrap.tz-rvs-desc {
    padding: 0 0 1.175rem 0;
  }
}
body .infographic-main-wrap #tz-rvs .tz-flex-rvs-desc .tz-col-main-wrap.tz-rvs-desc .tz-col-rvs-desc-list {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-rvs .tz-flex-rvs-desc .tz-col-main-wrap.tz-rvs-desc .tz-col-rvs-desc-list {
    margin: 0 0 2rem;
  }
}
@media screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-rvs .tz-flex-rvs-desc .tz-col-main-wrap.tz-rvs-desc .tz-col-rvs-desc-list h2 {
    display: none;
  }
}
body .infographic-main-wrap #tz-rvs .tz-flex-rvs-desc .tz-col-main-wrap.tz-rvs-desc .tz-col-rvs-desc-list h3 {
  font-weight: 700;
  font-size: 2.175rem !important;
}
@media screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-rvs .tz-flex-rvs-desc .tz-col-main-wrap.tz-rvs-desc .tz-col-rvs-desc-list h3 {
    padding: 0 1.175rem;
    font-size: 1.175rem !important;
  }
}
body .infographic-main-wrap #tz-rvs .tz-flex-rvs-desc .tz-col-main-wrap.tz-rvs-desc .tz-col-rvs-desc-list h3, body .infographic-main-wrap #tz-rvs .tz-flex-rvs-desc .tz-col-main-wrap.tz-rvs-desc .tz-col-rvs-desc-list p {
  color: #333333;
}
body .infographic-main-wrap #tz-rvs .tz-flex-rvs-desc .tz-col-main-wrap.tz-rvs-desc .tz-col-rvs-desc-list.tz-list-item-1 .tz-col-list-desc1 {
  margin: 0 0 1em 0;
}
body .infographic-main-wrap #tz-rvs .tz-flex-rvs-desc .tz-col-main-wrap.tz-rvs-desc .tz-col-rvs-desc-list p {
  padding: 0;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-rvs .tz-flex-rvs-desc .tz-col-main-wrap.tz-rvs-desc .tz-col-rvs-desc-list p {
    padding: 0 1.175rem;
  }
}
body .infographic-main-wrap #tz-rvs .tz-flex-rvs-desc .tz-col-main-wrap.tz-list-gallery-animate {
  width: 50%;
  height: 100vh;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-rvs .tz-flex-rvs-desc .tz-col-main-wrap.tz-list-gallery-animate {
    width: 100%;
    height: auto;
    order: 1;
  }
}
@media only screen and (max-width: 992px) and (max-width: 680px) {
  body .infographic-main-wrap #tz-rvs .tz-flex-rvs-desc .tz-col-main-wrap.tz-list-gallery-animate {
    height: auto;
  }
}
body .infographic-main-wrap #tz-rvs .tz-flex-rvs-desc .tz-col-main-wrap.tz-list-gallery-animate.tz-list-gallery-animate {
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-rvs .tz-flex-rvs-desc .tz-col-main-wrap.tz-list-gallery-animate.tz-list-gallery-animate {
    z-index: 8;
    padding: 0 1.175rem 0 1.175rem;
    margin: 1.175rem 0 0 0;
  }
}
@media only screen and (max-width: 680px) {
  body .infographic-main-wrap #tz-rvs .tz-flex-rvs-desc .tz-col-main-wrap.tz-list-gallery-animate.tz-list-gallery-animate {
    margin: 1.175rem 0 2.175rem 0;
  }
}
@media only screen and (max-width: 580px) {
  body .infographic-main-wrap #tz-rvs .tz-flex-rvs-desc .tz-col-main-wrap.tz-list-gallery-animate.tz-list-gallery-animate {
    padding: 0 1.175rem 0 1.175rem;
  }
}
body .infographic-main-wrap #tz-rvs .tz-flex-rvs-desc .tz-col-main-wrap .tz-list-gallery {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-rvs .tz-flex-rvs-desc .tz-col-main-wrap .tz-list-gallery {
    width: 100%;
    height: 380px;
  }
}
@media screen and (max-width: 580px) {
  body .infographic-main-wrap #tz-rvs .tz-flex-rvs-desc .tz-col-main-wrap .tz-list-gallery {
    width: 100%;
    height: 160px;
  }
}
body .infographic-main-wrap #tz-rvs .tz-flex-rvs-desc .tz-col-main-wrap .tz-list-gallery > div {
  /*	position: absolute;
  	left: 0;
  	top: 50%;
  	transform: translateY(-50%);
  	opacity: 0;
  	visibility: hidden;

  	@media screen and (max-width: 580px){
  		transform: translateY(-20%);
  	}

  	@media screen and (max-width: 420px){
  		width: 100%;
  		height: auto;
  	}
  */
}
body .infographic-main-wrap #tz-rvs .tz-flex-rvs-desc .tz-col-main-wrap .tz-list-gallery > div:nth-child(1) {
  opacity: 1;
  visibility: visible;
}
body .infographic-main-wrap #tz-rvs .tz-flex-rvs-desc .tz-col-main-wrap .tz-list-gallery > div img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-rvs .tz-flex-rvs-desc .tz-col-main-wrap .tz-list-gallery > div img {
    display: block;
    object-fit: cover;
    height: 380px;
  }
}
@media only screen and (max-width: 580px) {
  body .infographic-main-wrap #tz-rvs .tz-flex-rvs-desc .tz-col-main-wrap .tz-list-gallery > div img {
    height: 200px;
  }
}
@media only screen and (max-width: 480px) {
  body .infographic-main-wrap #tz-rvs .tz-flex-rvs-desc .tz-col-main-wrap .tz-list-gallery > div img {
    height: 165px;
    object-fit: cover;
  }
}
body .infographic-main-wrap #tz-dispose {
  width: 100%;
  background: #F1F6F9;
  padding: 5rem 0;
  position: relative;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-dispose {
    padding: 3.175rem 0 0 0;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-dispose .tz-dps-single {
    margin-bottom: 0 !important;
  }
}
body .infographic-main-wrap #tz-dispose .tz-dps-single p {
  text-align: left;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-dispose .tz-dps-single p {
    padding: 0 1.175rem;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-dispose .tz-dps-single h3.tz-head-three-title {
    margin: 35px 0 30px 0;
  }
}
body .infographic-main-wrap #tz-dispose .tz-dps-single .tz-flex-box-desc {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-dispose .tz-dps-single .tz-flex-box-desc {
    flex-direction: column;
    margin-bottom: 0 !important;
  }
}
body .infographic-main-wrap #tz-dispose .tz-dps-single .tz-flex-box-desc strong {
  font-weight: 700 !important;
}
body .infographic-main-wrap #tz-dispose .tz-dps-single .tz-flex-box-desc .tz-col-wrap.tz-col-content {
  width: 50%;
  padding: 0 3.75rem;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-dispose .tz-dps-single .tz-flex-box-desc .tz-col-wrap.tz-col-content {
    width: 100%;
    padding: 2rem 0;
    margin: 0 auto;
    order: 3;
    max-width: none;
  }
}
@media only screen and (max-width: 630px) {
  body .infographic-main-wrap #tz-dispose .tz-dps-single .tz-flex-box-desc .tz-col-wrap.tz-col-content {
    padding: 0 0 1.175rem 0;
  }
}
body .infographic-main-wrap #tz-dispose .tz-dps-single .tz-flex-box-desc .tz-col-wrap.tz-col-content .tz-col-list {
  margin-bottom: 3rem;
}
@media screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-dispose .tz-dps-single .tz-flex-box-desc .tz-col-wrap.tz-col-content .tz-col-list {
    margin: 0 0 2rem;
  }
}
@media screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-dispose .tz-dps-single .tz-flex-box-desc .tz-col-wrap.tz-col-content .tz-col-list h2 {
    display: none;
  }
}
body .infographic-main-wrap #tz-dispose .tz-dps-single .tz-flex-box-desc .tz-col-wrap.tz-col-content .tz-col-list h3 {
  font-weight: 700;
  font-size: 2.175rem !important;
}
@media screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-dispose .tz-dps-single .tz-flex-box-desc .tz-col-wrap.tz-col-content .tz-col-list h3 {
    padding: 0 1.175rem;
    font-size: 1.175rem !important;
  }
}
body .infographic-main-wrap #tz-dispose .tz-dps-single .tz-flex-box-desc .tz-col-wrap.tz-col-content .tz-col-list h3, body .infographic-main-wrap #tz-dispose .tz-dps-single .tz-flex-box-desc .tz-col-wrap.tz-col-content .tz-col-list p {
  color: #333333;
}
body .infographic-main-wrap #tz-dispose .tz-dps-single .tz-flex-box-desc .tz-col-wrap.tz-col-content .tz-col-list.tz-list-1 .tz-col-list-desc1 {
  margin: 0 0 1em 0;
}
body .infographic-main-wrap #tz-dispose .tz-dps-single .tz-flex-box-desc .tz-col-wrap.tz-col-img-animate {
  width: 50%;
  height: 100vh;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-dispose .tz-dps-single .tz-flex-box-desc .tz-col-wrap.tz-col-img-animate {
    width: 100%;
    height: 380px;
    order: 1;
  }
}
@media only screen and (max-width: 680px) {
  body .infographic-main-wrap #tz-dispose .tz-dps-single .tz-flex-box-desc .tz-col-wrap.tz-col-img-animate {
    height: auto;
  }
}
body .infographic-main-wrap #tz-dispose .tz-dps-single .tz-flex-box-desc .tz-col-wrap.tz-col-img-animate.tz-col-img-animate {
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-dispose .tz-dps-single .tz-flex-box-desc .tz-col-wrap.tz-col-img-animate.tz-col-img-animate {
    z-index: 8;
    padding: 0 1.175rem 0 1.175rem;
    margin: 1.175rem 0 0 0;
  }
}
@media only screen and (max-width: 680px) {
  body .infographic-main-wrap #tz-dispose .tz-dps-single .tz-flex-box-desc .tz-col-wrap.tz-col-img-animate.tz-col-img-animate {
    margin: 1.175rem 0 2.175rem 0;
  }
}
@media only screen and (max-width: 580px) {
  body .infographic-main-wrap #tz-dispose .tz-dps-single .tz-flex-box-desc .tz-col-wrap.tz-col-img-animate.tz-col-img-animate {
    padding: 0 1.175rem 0 1.175rem;
  }
}
body .infographic-main-wrap #tz-dispose .tz-dps-single .tz-flex-box-desc .tz-col-wrap .tz-list-images {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-dispose .tz-dps-single .tz-flex-box-desc .tz-col-wrap .tz-list-images {
    width: 100%;
    height: 380px;
  }
}
@media screen and (max-width: 580px) {
  body .infographic-main-wrap #tz-dispose .tz-dps-single .tz-flex-box-desc .tz-col-wrap .tz-list-images {
    width: 100%;
    height: 200px;
  }
}
body .infographic-main-wrap #tz-dispose .tz-dps-single .tz-flex-box-desc .tz-col-wrap .tz-list-images > div {
  /*position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  */
  /*@media screen and (max-width: $mobile){
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  }*/
}
@media screen and (max-width: 420px) {
  body .infographic-main-wrap #tz-dispose .tz-dps-single .tz-flex-box-desc .tz-col-wrap .tz-list-images > div {
    width: 100%;
    height: auto;
  }
}
body .infographic-main-wrap #tz-dispose .tz-dps-single .tz-flex-box-desc .tz-col-wrap .tz-list-images > div:nth-child(1) {
  opacity: 1;
  visibility: visible;
}
body .infographic-main-wrap #tz-dispose .tz-dps-single .tz-flex-box-desc .tz-col-wrap .tz-list-images > div img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-dispose .tz-dps-single .tz-flex-box-desc .tz-col-wrap .tz-list-images > div img {
    display: block;
    object-fit: cover;
    height: 380px;
  }
}
@media only screen and (max-width: 580px) {
  body .infographic-main-wrap #tz-dispose .tz-dps-single .tz-flex-box-desc .tz-col-wrap .tz-list-images > div img {
    height: 200px;
  }
}
@media only screen and (max-width: 480px) {
  body .infographic-main-wrap #tz-dispose .tz-dps-single .tz-flex-box-desc .tz-col-wrap .tz-list-images > div img {
    height: 165px;
    object-fit: cover;
  }
}
body .infographic-main-wrap #tz-dispose .tz-dps-single .tz-flex-box-desc .tz-col-wrap .tz-list-images > div img.tz-img-desktop {
  display: block;
}
@media screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-dispose .tz-dps-single .tz-flex-box-desc .tz-col-wrap .tz-list-images > div img.tz-img-desktop {
    display: none;
  }
}
body .infographic-main-wrap #tz-dispose .tz-dps-single .tz-flex-box-desc .tz-col-wrap .tz-list-images > div img.tz-img-mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-dispose .tz-dps-single .tz-flex-box-desc .tz-col-wrap .tz-list-images > div img.tz-img-mobile {
    display: block;
    height: auto;
  }
}
body .infographic-main-wrap #tz-conclusion {
  position: relative;
  padding: 5rem 2rem;
  background: none scroll no-repeat 0 0 #EDF1F2;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-conclusion {
    padding: 2.175rem 1.175rem;
  }
}
body .infographic-main-wrap #tz-about {
  padding: 50px;
  background: #0C0C0C;
}
body .infographic-main-wrap #tz-about h3 {
  color: #ffffff;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
}
body .infographic-main-wrap #tz-about p {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-about {
    padding: 2.75rem 16px;
  }
}

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