.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: 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: 2.5rem;
  font-weight: 400; }
  h3 span {
    display: block; }
  @media screen and (max-width: 992px) {
    h3 {
      text-align: center; } }

p {
  color: #ffffff;
  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 #2e4787;
  color: #2e4787;
  display: inline-block;
  border-radius: 50px;
  padding: 0.625rem 1.25rem; }
  .tz-btn-link:hover {
    color: #2e4787 !important; }
  @media only screen and (max-width: 767px) {
    .tz-btn-link {
      text-align: center; } }

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

*:focus {
  outline: none; }

* {
  box-sizing: border-box; }

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; }
  body #content {
    padding: 0 !important;
    margin: 0 !important; }
  body .custom-logo {
    width: 300px;
    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 .infographic-main-wrap {
    overflow: hidden; }
    body .infographic-main-wrap .main-nav-wrap {
      padding: 0 30px;
      display: flex;
      justify-content: center;
      width: 100%;
      position: fixed;
      top: 0;
      background: #0c0c0c;
      z-index: 2000;
      /***************************/
      /***Mobile Lightbox Menu***/
      /*</**Mobile Lightbox Menu***/
      /***************************/ }
      @media only screen and (max-width: 1024px) {
        body .infographic-main-wrap .main-nav-wrap {
          padding: 0; } }
      body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap {
        width: 100%;
        transition: all 0.5s ease;
        overflow: hidden; }
        @media only screen and (max-width: 1024px) {
          body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap {
            height: 0; } }
        body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav {
          display: flex;
          margin: 5px auto 0 auto !important; }
          @media only screen and (max-width: 1024px) {
            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: 400px; } }
          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;
              height: 34px; }
              body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li.tz-active a:before {
                background: #fc7e00;
                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: #ffffff !important;
              font-size: 1rem;
              transition: all 0.3s ease; }
              @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:before {
                content: "";
                transition: .2s;
                position: absolute;
                top: 29px;
                left: 0;
                width: 100%;
                height: 5px;
                background: #fc7e00;
                transform: translateX(-101%); }
              body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li a:hover {
                color: #ffffff;
                opacity: 1; }
                body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li a:hover:before {
                  transform: translateX(0); }
      body .infographic-main-wrap .main-nav-wrap.show-bg .tz-nav-wrap {
        background: #0c0c0c;
        position: relative;
        height: 400px;
        z-index: 2;
        background: #0c0c0c;
        text-align: left; }
      body .infographic-main-wrap .main-nav-wrap.show-bg .tz-nav {
        visibility: visible; }
      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 #tz-toggle-hamburger-icon {
          display: none;
          position: relative; }
          @media only screen and (max-width: 1024px) {
            body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon {
              display: inline-block;
              background: #0c0c0c;
              padding: 0.4rem;
              font-size: 0px;
              position: fixed;
              top: 0;
              right: 0; }
              body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon img {
                width: 28px; } }
          body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon .tz-menu-icon {
            position: absolute; }
          body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon .tz-close-icon {
            opacity: 0;
            visibility: hidden; }
        body .infographic-main-wrap .main-nav-wrap > div .tz-nav {
          display: inline-block; }
          @media only screen and (max-width: 1024px) {
            body .infographic-main-wrap .main-nav-wrap > div .tz-nav {
              visibility: hidden;
              display: flex; } }
      body .infographic-main-wrap .main-nav-wrap .nav-logo {
        margin: 0;
        padding: 0;
        line-height: 0; }
        @media only screen and (max-width: 992px) {
          body .infographic-main-wrap .main-nav-wrap .nav-logo {
            padding-left: 0; } }
        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 .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: 2px 0 0 0; }
        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;
      justify-content: space-between;
      width: 100%;
      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; }
        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: 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 {
      width: 100%;
      padding: 44px 0 0 0; }
      @media only screen and (max-width: 1024px) {
        body .infographic-main-wrap #tz-hero {
          padding: 0; } }
      body .infographic-main-wrap #tz-hero #img-bg {
        background-image: linear-gradient(to right, black, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("https://cld.partsimg.com/image/upload/c_pad,f_auto,q_auto,dpr_auto/carparts/blog/tier-zero/electric-cars-vs-gas-cars/electric-vs-gas-car-hero-desktop");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        transform: scale(1.2);
        width: 100%;
        height: 80vh; }
        @media only screen and (max-width: 767px) {
          body .infographic-main-wrap #tz-hero #img-bg {
            background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)), url("https://cld.partsimg.com/image/upload/c_pad,f_auto,q_auto,dpr_auto/carparts/blog/tier-zero/electric-cars-vs-gas-cars/electric-vs-gas-car-hero-mobile");
            background-position: 50% 50%;
            background-repeat: no-repeat;
            width: 100%;
            height: 70vh; } }
      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: 767px) {
          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; }
          @media only screen and (max-width: 767px) {
            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 {
            position: absolute;
            padding: 0 0 0 50px;
            max-width: 770px; }
            @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;
                max-width: inherit; } }
            body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-head-one {
              display: inline-block;
              text-transform: uppercase;
              font-size: 48px;
              font-weight: 700;
              letter-spacing: 4px;
              background: rgba(35, 154, 223, 0.8);
              padding: 5px 20px; }
              @media only screen and (max-width: 960px) {
                body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-head-one {
                  font-size: 28px; } }
              @media only screen and (max-width: 767px) {
                body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-head-one {
                  font-size: 20px; } }
              @media only screen and (max-width: 530px) {
                body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-head-one {
                  font-size: 14px; } }
              @media only screen and (max-width: 380px) {
                body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-head-one {
                  font-size: 12px; } }
            body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-head-two {
              margin: 0;
              font-size: 4.375rem;
              font-weight: 700;
              display: flex;
              flex-direction: column;
              line-height: 1.1; }
              @media only screen and (max-width: 960px) {
                body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-head-two {
                  margin-bottom: 15px; } }
              @media only screen and (max-width: 520px) {
                body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-head-two {
                  font-size: 3rem; } }
              @media only screen and (max-width: 335px) {
                body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-head-two {
                  font-size: 2.8rem; } }
            body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-subtitle {
              font-size: 35px;
              font-weight: 500;
              max-width: 385px;
              line-height: 1.3;
              margin: 2rem 0 !important;
              padding-bottom: 0 !important; }
              @media only screen and (max-width: 767px) {
                body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-subtitle {
                  font-size: 1.8rem;
                  margin-top: 0; } }
              @media only screen and (max-width: 520px) {
                body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-subtitle {
                  font-size: 1.5rem; } }
              body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .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: 767px) {
              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: 767px) {
              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: 767px) {
              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 .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-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-intro {
      background: #f6f6f6; }
      body .infographic-main-wrap #tz-intro .tz-intro-flex {
        display: flex; }
        @media only screen and (max-width: 1000px) {
          body .infographic-main-wrap #tz-intro .tz-intro-flex {
            flex-direction: column; } }
        body .infographic-main-wrap #tz-intro .tz-intro-flex > div {
          padding: 3.125rem; }
          @media only screen and (max-width: 1000px) {
            body .infographic-main-wrap #tz-intro .tz-intro-flex > div {
              padding: 1rem; } }
          body .infographic-main-wrap #tz-intro .tz-intro-flex > div:nth-child(1) {
            margin-top: -60px;
            background: #f6f6f6;
            z-index: 9; }
            @media only screen and (max-width: 1325px) {
              body .infographic-main-wrap #tz-intro .tz-intro-flex > div:nth-child(1) {
                margin: -45px 2rem 0; } }
            @media only screen and (max-width: 1000px) {
              body .infographic-main-wrap #tz-intro .tz-intro-flex > div:nth-child(1) {
                width: 90%;
                margin: -45px auto 10px;
                padding: 1.5rem 1rem 0; } }
            @media only screen and (max-width: 1000px) {
              body .infographic-main-wrap #tz-intro .tz-intro-flex > div:nth-child(1) .tz-btn-link {
                text-align: center;
                display: table;
                margin: 0 auto; } }
          body .infographic-main-wrap #tz-intro .tz-intro-flex > div:nth-child(2) {
            width: 1880px;
            padding-left: 30px; }
            @media only screen and (max-width: 1000px) {
              body .infographic-main-wrap #tz-intro .tz-intro-flex > div:nth-child(2) {
                width: auto;
                padding: 1rem; } }
        body .infographic-main-wrap #tz-intro .tz-intro-flex p {
          color: #333333; }
          body .infographic-main-wrap #tz-intro .tz-intro-flex p.first-p {
            margin-top: 0; }
            body .infographic-main-wrap #tz-intro .tz-intro-flex p.first-p:after {
              content: "";
              display: table;
              clear: both; }
            body .infographic-main-wrap #tz-intro .tz-intro-flex p.first-p::first-letter {
              display: block;
              float: left;
              margin: 0 20px 0 0;
              padding: 0;
              font-size: 5.9375rem;
              color: #2e4787;
              font-weight: 700;
              line-height: 1;
              text-align: center; }
              @media only screen and (max-width: 365px) {
                body .infographic-main-wrap #tz-intro .tz-intro-flex p.first-p::first-letter {
                  margin: 8px 16px 8px 0; } }
    body .infographic-main-wrap #tz-types-of-ev {
      background: #ffffff;
      padding: 3.75rem 0; }
      @media only screen and (max-width: 870px) {
        body .infographic-main-wrap #tz-types-of-ev {
          padding: 2.5rem 0; } }
      body .infographic-main-wrap #tz-types-of-ev .tz-types-of-ev-flex {
        display: flex;
        margin-bottom: 50px; }
        @media only screen and (max-width: 870px) {
          body .infographic-main-wrap #tz-types-of-ev .tz-types-of-ev-flex {
            flex-direction: column;
            margin: 0 1rem; } }
        body .infographic-main-wrap #tz-types-of-ev .tz-types-of-ev-flex > div {
          width: 33.3333333333%;
          padding: 30px;
          background-size: cover; }
          @media only screen and (max-width: 870px) {
            body .infographic-main-wrap #tz-types-of-ev .tz-types-of-ev-flex > div {
              width: auto;
              margin-bottom: 1rem; } }
          body .infographic-main-wrap #tz-types-of-ev .tz-types-of-ev-flex > div:nth-child(1) {
            background: url("https://cld.partsimg.com/image/upload/carparts/blog/tier-zero/electric-cars-vs-gas-cars/bevs.jpg") no-repeat center center; }
          body .infographic-main-wrap #tz-types-of-ev .tz-types-of-ev-flex > div:nth-child(2) {
            background: url("https://cld.partsimg.com/image/upload/carparts/blog/tier-zero/electric-cars-vs-gas-cars/phevs.jpg") no-repeat center center; }
          body .infographic-main-wrap #tz-types-of-ev .tz-types-of-ev-flex > div:nth-child(3) {
            background: url("https://cld.partsimg.com/image/upload/carparts/blog/tier-zero/electric-cars-vs-gas-cars/hevs.jpg") no-repeat center center; }
          body .infographic-main-wrap #tz-types-of-ev .tz-types-of-ev-flex > div h3 {
            text-align: center;
            font-weight: 500;
            line-height: 1.3;
            font-size: 1.5625rem; }
            @media only screen and (max-width: 870px) {
              body .infographic-main-wrap #tz-types-of-ev .tz-types-of-ev-flex > div h3 {
                font-size: 1.4rem;
                font-weight: 700; } }
          body .infographic-main-wrap #tz-types-of-ev .tz-types-of-ev-flex > div .tz-types-of-ev-flex-list {
            padding-left: 40px !important;
            margin: 0 !important; }
            body .infographic-main-wrap #tz-types-of-ev .tz-types-of-ev-flex > div .tz-types-of-ev-flex-list li {
              margin: 0 !important;
              padding: 0;
              list-style-type: disc; }
      body .infographic-main-wrap #tz-types-of-ev .tz-btn-link {
        margin: 0 auto;
        display: table; }
        @media only screen and (max-width: 870px) {
          body .infographic-main-wrap #tz-types-of-ev .tz-btn-link {
            margin: 1rem auto;
            text-align: center;
            display: table; } }
        @media only screen and (max-width: 790px) {
          body .infographic-main-wrap #tz-types-of-ev .tz-btn-link {
            margin: 1rem; } }
    body .infographic-main-wrap #tz-maintenance-cost {
      background: #f6f6f6;
      padding: 3.75rem 0; }
      @media only screen and (max-width: 767px) {
        body .infographic-main-wrap #tz-maintenance-cost {
          padding: 2.5rem 0; } }
      body .infographic-main-wrap #tz-maintenance-cost .small-wrap {
        margin-bottom: 40px; }
        @media only screen and (max-width: 767px) {
          body .infographic-main-wrap #tz-maintenance-cost .small-wrap {
            margin: 0 1rem 2rem; } }
        body .infographic-main-wrap #tz-maintenance-cost .small-wrap p {
          margin-top: 0; }
        body .infographic-main-wrap #tz-maintenance-cost .small-wrap .tz-btn-link {
          display: table;
          margin: 0 auto;
          margin-bottom: 30px; }
      body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex {
        background: url("https://cld.partsimg.com/image/upload/carparts/blog/tier-zero/electric-cars-vs-gas-cars/mileage-ev-gas.svg") no-repeat;
        background-size: 650px auto;
        background-position: center 50px;
        display: flex;
        align-items: center;
        margin-bottom: 40px; }
        @media only screen and (max-width: 1430px) {
          body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex {
            background: none;
            flex-direction: column;
            overflow: hidden; } }
        body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div {
          width: 50%; }
          @media only screen and (max-width: 1430px) {
            body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div {
              width: 100%; } }
          body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div .tz-maintenance-cost-flex-content {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center; }
          @media only screen and (max-width: 1430px) {
            body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div .tz-car {
              max-width: none;
              width: 650px; } }
          body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div:nth-child(1) {
            background: rgba(120, 170, 87, 0.8);
            clear: both; }
            body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div:nth-child(1) .tz-flip-img img {
              transform: scaleX(-1); }
            @media only screen and (max-width: 1430px) {
              body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div:nth-child(1) .tz-ev-car {
                width: 100%; } }
            @media only screen and (max-width: 500px) {
              body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div:nth-child(1) .tz-ev-car {
                width: 570px;
                float: right; } }
            body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div:nth-child(1) li {
              background: url("https://cld.partsimg.com/image/upload/carparts/blog/tier-zero/electric-cars-vs-gas-cars/bullet-ev.svg") no-repeat;
              background-position: left 5px;
              background-size: 25px;
              list-style: none !important; }
              @media only screen and (max-width: 1430px) {
                body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div:nth-child(1) li {
                  background-position: left 0; } }
          body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div:nth-child(2) {
            background: rgba(46, 71, 135, 0.8); }
            @media only screen and (max-width: 1430px) {
              body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div:nth-child(2) .tz-gas-car {
                width: 100%; } }
            @media only screen and (max-width: 500px) {
              body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div:nth-child(2) .tz-gas-car {
                margin-left: 0;
                width: 570px; } }
            body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div:nth-child(2) li {
              background: url("https://cld.partsimg.com/image/upload/carparts/blog/tier-zero/electric-cars-vs-gas-cars/bullet-gas.svg") no-repeat;
              background-position: left 5px;
              background-size: 25px;
              list-style: none !important; }
              @media only screen and (max-width: 1430px) {
                body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div:nth-child(2) li {
                  background-position: left 0; } }
          body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div h3 {
            text-align: center;
            margin-top: 3.75rem;
            font-weight: 700;
            font-size: 5rem;
            letter-spacing: -2px; }
            @media only screen and (max-width: 1430px) {
              body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div h3 {
                font-size: 3rem;
                margin-bottom: 1rem;
                letter-spacing: 0;
                margin-top: 2.5rem; } }
          body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div ul {
            width: 700px;
            margin-bottom: 1.875rem;
            margin: 1.875rem 0 !important;
            padding-left: 2rem !important; }
            @media only screen and (max-width: 1430px) {
              body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div ul {
                width: auto;
                margin: 0; } }
            body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div ul li {
              height: 50px;
              padding: 0 0 0 35px;
              line-height: 1.5;
              margin: 0 0 2rem 0 !important; }
              @media only screen and (max-width: 1430px) {
                body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div ul li {
                  height: auto;
                  margin: 0 !important; } }
              body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div ul li span {
                display: inline-block;
                margin-right: 15px; }
                body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div ul li span img {
                  width: 25px; }
              body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div ul li p {
                color: #ffffff;
                font-weight: 400;
                font-size: 1.875rem;
                line-height: 1.2; }
                @media only screen and (max-width: 1430px) {
                  body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div ul li p {
                    font-size: 1.5rem; } }
      body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-list {
        margin: 0 0 0 3.125rem;
        padding: 0; }
        @media only screen and (max-width: 767px) {
          body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-list {
            margin: 0 0 0 1.25rem; } }
        body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-list li {
          list-style: none; }
          body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-list li h4 {
            font-size: 1.25rem;
            font-weight: 500;
            color: #333333; }
      body .infographic-main-wrap #tz-maintenance-cost p {
        color: #333333; }
    body .infographic-main-wrap #tz-convenience {
      background: #ffffff;
      padding: 3.75rem 0; }
      @media only screen and (max-width: 767px) {
        body .infographic-main-wrap #tz-convenience {
          padding: 2.5rem 0;
          margin: 0 1rem; } }
      body .infographic-main-wrap #tz-convenience .small-wrap p {
        color: #333333; }
      body .infographic-main-wrap #tz-convenience .map-wrap {
        padding: 0 1rem; }
        @media only screen and (max-width: 708px) {
          body .infographic-main-wrap #tz-convenience .map-wrap {
            padding: 0; } }
        body .infographic-main-wrap #tz-convenience .map-wrap .tz-map-inner {
          position: relative;
          overflow: hidden;
          padding-top: 56.25%;
          					/* display: table;
          					margin: 0 auto;
          					width: 800px;
          					position: relative;
          					overflow: hidden;
          					padding-top: 30.25%;
          
          					@media only screen and (max-width: 1685px){
          						padding-top: 900px;
          					}
          
          					@media only screen and (max-width: 1370px){
          						padding-top: 800px;
          					}
          
          					@media only screen and (max-width: 820px){
          						padding-top: 80.25%;
          					}
          
          					@media only screen and (max-width: 760px){
          						width: 100%;
          						padding-top: 100.25%;
          					}
          
          					@media only screen and (max-width: 760px){
          						padding-top: 105.25%;
          					}
          
          					@media only screen and (max-width: 420px){
          						padding-top: 200.25%;
          					}
          
          					@media only screen and (max-width: 320px){
          						padding-top: 210.25%;
          					} */ }
          body .infographic-main-wrap #tz-convenience .map-wrap .tz-map-inner #map-frame {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
            /* position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            width: 100% !important;
            height: 100% !important;
            border: none; */ }
        body .infographic-main-wrap #tz-convenience .map-wrap .tz-swipe-map {
          display: block;
          text-align: center;
          margin-bottom: 1rem; }
          body .infographic-main-wrap #tz-convenience .map-wrap .tz-swipe-map .arrow-directional-desktop {
            display: block;
            font-size: 1.5rem;
            margin: 1rem 0;
            color: #333333; }
            @media only screen and (max-width: 767px) {
              body .infographic-main-wrap #tz-convenience .map-wrap .tz-swipe-map .arrow-directional-desktop {
                display: none; } }
          body .infographic-main-wrap #tz-convenience .map-wrap .tz-swipe-map .tz-swipe-mobile {
            width: 30px;
            display: table;
            margin: 1rem auto 0.5rem;
            display: none; }
            @media only screen and (max-width: 767px) {
              body .infographic-main-wrap #tz-convenience .map-wrap .tz-swipe-map .tz-swipe-mobile {
                display: block; } }
          body .infographic-main-wrap #tz-convenience .map-wrap .tz-swipe-map p {
            text-align: center;
            color: #333333;
            padding-bottom: 0;
            font-size: 0.9rem; }
            @media only screen and (max-width: 767px) {
              body .infographic-main-wrap #tz-convenience .map-wrap .tz-swipe-map p.scroll-desktop-txt {
                display: none; } }
            body .infographic-main-wrap #tz-convenience .map-wrap .tz-swipe-map p.swipe-mobile-txt {
              display: none; }
              @media only screen and (max-width: 767px) {
                body .infographic-main-wrap #tz-convenience .map-wrap .tz-swipe-map p.swipe-mobile-txt {
                  display: block; } }
      body .infographic-main-wrap #tz-convenience .tz-btn-link {
        display: table;
        margin: 0 auto 30px; }
    body .infographic-main-wrap #tz-mileage {
      background: #f6f6f6;
      padding: 3.75rem 0; }
      @media only screen and (max-width: 1358px) {
        body .infographic-main-wrap #tz-mileage {
          padding: 2.5rem 1rem; } }
      body .infographic-main-wrap #tz-mileage .tz-mileage-flex {
        display: flex; }
        @media only screen and (max-width: 767px) {
          body .infographic-main-wrap #tz-mileage .tz-mileage-flex {
            flex-direction: column; } }
        body .infographic-main-wrap #tz-mileage .tz-mileage-flex > div {
          width: 50%; }
          @media only screen and (max-width: 767px) {
            body .infographic-main-wrap #tz-mileage .tz-mileage-flex > div {
              width: 100%; } }
          body .infographic-main-wrap #tz-mileage .tz-mileage-flex > div:first-child {
            padding-right: 3.75rem; }
            @media only screen and (max-width: 1358px) {
              body .infographic-main-wrap #tz-mileage .tz-mileage-flex > div:first-child {
                padding-right: 2rem; } }
            @media only screen and (max-width: 767px) {
              body .infographic-main-wrap #tz-mileage .tz-mileage-flex > div:first-child {
                padding-right: 0; } }
          body .infographic-main-wrap #tz-mileage .tz-mileage-flex > div:last-child {
            padding-left: 3.75rem; }
            @media only screen and (max-width: 1358px) {
              body .infographic-main-wrap #tz-mileage .tz-mileage-flex > div:last-child {
                padding-left: 2rem; } }
            @media only screen and (max-width: 767px) {
              body .infographic-main-wrap #tz-mileage .tz-mileage-flex > div:last-child {
                padding-left: 0; } }
      body .infographic-main-wrap #tz-mileage p {
        color: #333333; }
    body .infographic-main-wrap #tz-safety-features {
      background: #ffffff;
      padding: 3.75rem 0 8.125rem; }
      @media only screen and (max-width: 767px) {
        body .infographic-main-wrap #tz-safety-features {
          margin: 0 1rem;
          padding: 3rem 0 2.5rem; } }
      body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex {
        display: flex; }
        @media only screen and (max-width: 1035px) {
          body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex {
            flex-direction: column; } }
        @media only screen and (max-width: 1035px) {
          body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex.tz-wrap {
            max-width: 680px;
            margin: 0 auto; } }
        body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div {
          width: 50%; }
          @media only screen and (max-width: 1035px) {
            body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div {
              width: 100%; } }
          body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div:nth-child(1) {
            padding-right: 50px;
            clear: both; }
            @media only screen and (max-width: 1035px) {
              body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div:nth-child(1) {
                padding-right: 0; } }
            body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div:nth-child(1) .tz-safety-features-flex-title {
              color: #669944; }
            body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div:nth-child(1) ul {
              float: right;
              padding-right: 20px; }
              @media only screen and (max-width: 1035px) {
                body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div:nth-child(1) ul {
                  padding-right: 0;
                  float: none; } }
              body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div:nth-child(1) ul li p {
                color: #669944;
                text-align: right; }
                @media only screen and (max-width: 1035px) {
                  body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div:nth-child(1) ul li p {
                    text-align: left; } }
          body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div:nth-child(2) {
            padding-left: 50px;
            clear: both; }
            @media only screen and (max-width: 1035px) {
              body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div:nth-child(2) {
                padding-left: 0; } }
            body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div:nth-child(2) .tz-safety-features-flex-title {
              color: #2e4787; }
            body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div:nth-child(2) ul {
              float: left;
              padding-left: 40px; }
              @media only screen and (max-width: 1035px) {
                body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div:nth-child(2) ul {
                  padding-left: 0;
                  float: none; } }
              body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div:nth-child(2) ul li p {
                color: #2e4787;
                text-align: left; }
          body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div .tz-safety-features-flex-title {
            font-size: 2.5rem;
            margin: 50px 0;
            text-align: center;
            font-weight: 400;
            display: block; }
            @media only screen and (max-width: 1035px) {
              body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div .tz-safety-features-flex-title {
                margin: 20px 0; } }
          body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div ul {
            margin: 0;
            padding: 0;
            width: 460px; }
            @media only screen and (max-width: 1035px) {
              body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div ul {
                width: 100%; } }
            body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div ul li {
              list-style: none;
              height: 110px; }
              @media only screen and (max-width: 1035px) {
                body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div ul li {
                  height: auto; } }
              body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div ul li p {
                font-weight: 400;
                font-size: 1.5625rem; }
      body .infographic-main-wrap #tz-safety-features p {
        color: #333333; }
    body .infographic-main-wrap #tz-sustainability .tz-sustainability-flex {
      display: flex; }
      @media only screen and (max-width: 1260px) {
        body .infographic-main-wrap #tz-sustainability .tz-sustainability-flex {
          flex-direction: column; } }
      body .infographic-main-wrap #tz-sustainability .tz-sustainability-flex > div {
        width: 50%; }
        @media only screen and (max-width: 1260px) {
          body .infographic-main-wrap #tz-sustainability .tz-sustainability-flex > div {
            width: 100%; } }
        body .infographic-main-wrap #tz-sustainability .tz-sustainability-flex > div:first-child {
          background: #282832; }
          @media only screen and (max-width: 1260px) {
            body .infographic-main-wrap #tz-sustainability .tz-sustainability-flex > div:first-child {
              order: 2;
              z-index: -1; } }
          body .infographic-main-wrap #tz-sustainability .tz-sustainability-flex > div:first-child .tz-col-wrap {
            max-width: 100%;
            padding: 3.75rem 7.5rem 3.75rem 3.75rem; }
            @media only screen and (max-width: 1260px) {
              body .infographic-main-wrap #tz-sustainability .tz-sustainability-flex > div:first-child .tz-col-wrap {
                padding: 3rem 1rem;
                max-width: 680px;
                margin: 0 auto; } }
          body .infographic-main-wrap #tz-sustainability .tz-sustainability-flex > div:first-child .tz-section-title {
            color: #9fde75;
            text-align: left;
            padding-left: 0; }
            @media only screen and (max-width: 1260px) {
              body .infographic-main-wrap #tz-sustainability .tz-sustainability-flex > div:first-child .tz-section-title {
                margin-top: 1.25rem;
                text-align: center; } }
          body .infographic-main-wrap #tz-sustainability .tz-sustainability-flex > div:first-child h3, body .infographic-main-wrap #tz-sustainability .tz-sustainability-flex > div:first-child p {
            color: #ffffff; }
          body .infographic-main-wrap #tz-sustainability .tz-sustainability-flex > div:first-child .tz-h3 {
            text-align: left; }
            @media only screen and (max-width: 1260px) {
              body .infographic-main-wrap #tz-sustainability .tz-sustainability-flex > div:first-child .tz-h3 {
                text-align: center; } }
          body .infographic-main-wrap #tz-sustainability .tz-sustainability-flex > div:first-child .tz-btn-link {
            color: #ffffff;
            border-color: #ffffff;
            text-align: center; }
            body .infographic-main-wrap #tz-sustainability .tz-sustainability-flex > div:first-child .tz-btn-link:hover {
              color: #ffffff !important; }
        body .infographic-main-wrap #tz-sustainability .tz-sustainability-flex > div:last-child {
          background: #ffffff;
          padding: 50px 0; }
          @media only screen and (max-width: 1260px) {
            body .infographic-main-wrap #tz-sustainability .tz-sustainability-flex > div:last-child {
              order: 1;
              padding: 0 20px;
              z-index: 9; } }
          body .infographic-main-wrap #tz-sustainability .tz-sustainability-flex > div:last-child img {
            max-width: 120%;
            width: 120%;
            height: 100%;
            object-fit: cover;
            margin-left: -50px; }
            @media only screen and (max-width: 1260px) {
              body .infographic-main-wrap #tz-sustainability .tz-sustainability-flex > div:last-child img {
                max-width: 100%;
                width: 100%;
                height: 560px;
                margin: 0 0 -20px 0;
                display: block; } }
            @media only screen and (max-width: 545px) {
              body .infographic-main-wrap #tz-sustainability .tz-sustainability-flex > div:last-child img {
                height: auto; } }
    body .infographic-main-wrap #tz-additional-benefits {
      background: #ffffff;
      padding: 60px 0; }
      @media only screen and (max-width: 767px) {
        body .infographic-main-wrap #tz-additional-benefits {
          margin: 0 1rem; } }
      body .infographic-main-wrap #tz-additional-benefits .small-wrap {
        max-width: 1000px; }
        @media only screen and (max-width: 1350px) {
          body .infographic-main-wrap #tz-additional-benefits .small-wrap {
            max-width: 680px;
            margin: 0 auto; } }
      @media only screen and (max-width: 1350px) {
        body .infographic-main-wrap #tz-additional-benefits .tz-wrap {
          max-width: 680px;
          margin: 0 auto; } }
      body .infographic-main-wrap #tz-additional-benefits .tz-additional-benefits-flex {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -20px 40px; }
        @media only screen and (max-width: 1350px) {
          body .infographic-main-wrap #tz-additional-benefits .tz-additional-benefits-flex {
            flex-direction: column; } }
        body .infographic-main-wrap #tz-additional-benefits .tz-additional-benefits-flex .tz-additional-benefits-flex-thumb {
          width: 33.3333333333%;
          padding: 32px 20px;
          display: flex; }
          @media only screen and (max-width: 1350px) {
            body .infographic-main-wrap #tz-additional-benefits .tz-additional-benefits-flex .tz-additional-benefits-flex-thumb {
              width: 100%;
              padding: 20px; } }
          body .infographic-main-wrap #tz-additional-benefits .tz-additional-benefits-flex .tz-additional-benefits-flex-thumb > div {
            padding: 30px;
            border-radius: 50px;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1); }
            body .infographic-main-wrap #tz-additional-benefits .tz-additional-benefits-flex .tz-additional-benefits-flex-thumb > div img {
              width: 115px;
              display: table;
              margin: 10px auto; }
            body .infographic-main-wrap #tz-additional-benefits .tz-additional-benefits-flex .tz-additional-benefits-flex-thumb > div h3 {
              color: #669944;
              text-align: center;
              font-size: 30px; }
            body .infographic-main-wrap #tz-additional-benefits .tz-additional-benefits-flex .tz-additional-benefits-flex-thumb > div p {
              color: #333333; }
      body .infographic-main-wrap #tz-additional-benefits p {
        color: #333333; }
      body .infographic-main-wrap #tz-additional-benefits .tz-btn-link {
        display: table;
        margin: 0 auto 40px; }
    body .infographic-main-wrap #tz-description-about {
      border-top: 1px solid #eaeaea;
      padding: 50px;
      background: #f6f6f6; }
      body .infographic-main-wrap #tz-description-about h3 {
        color: #333333;
        font-size: 1.5625rem;
        text-align: center; }
      body .infographic-main-wrap #tz-description-about p {
        font-size: 16px;
        font-weight: 300;
        color: #333333; }
      @media only screen and (max-width: 992px) {
        body .infographic-main-wrap #tz-description-about {
          padding: 30px 16px; } }

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