*:focus {
  outline: none; }

* {
  box-sizing: border-box; }

textarea,
[contenteditable],
input[type="text"],
input[type="text"]:before,
input[type="text"]:after {
  border: 0;
  width: 100%;
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial; }

#mini-carousel-wrap {
  display: none !important; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 1s;
  overflow-x: hidden;
  overflow-y: scroll; }
  body .main-wrap h1, body .main-wrap h2, body .main-wrap h3, body .main-wrap h4, body .main-wrap h5 {
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 16px;
    font-weight: 700; }
  body .main-wrap h2 {
    line-height: 1.1;
    color: #333333;
    font-size: 30px;
    margin-top: 0; }
  body .main-wrap h3 {
    font-size: 28px; }
  body .main-wrap p {
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    margin: 2em 0; }
  body .main-wrap img {
    max-width: 100%;
    height: auto; }
@keyframes _arrow_animate {
  0% {
    transform: translate3d(0, 0px, 0); }
  8% {
    transform: translate3d(0, 10px, 0); }
  14% {
    transform: translate3d(0, 0px, 0); }
  100% {
    transform: translate3d(0, 0px, 0); } }
  body .main-wrap .tz-bg-gray {
    background: #F5F5F5; }
  body .main-wrap .tz-content-wrap {
    max-width: 700px;
    margin: 0 auto;
    padding: 50px 0; }
    @media only screen and (min-width: 768px) and (max-width: 992px) {
      body .main-wrap .tz-content-wrap {
        padding: 20px 10px; } }
    @media only screen and (max-width: 767px) {
      body .main-wrap .tz-content-wrap {
        padding: 40px 10px; } }
  body .main-wrap .tz-graph-content__wrap h2 {
    font-size: 25px;
    font-weight: 700;
    color: #2E4787;
    margin-bottom: 15px; }
    @media only screen and (max-width: 767px) {
      body .main-wrap .tz-graph-content__wrap h2 {
        font-size: 30px; } }
  body .main-wrap .tz-graph-content__wrap h3 {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    line-height: 1.3;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      body .main-wrap .tz-graph-content__wrap h3 {
        font-size: 20px; } }
  body .main-wrap .tz-btn {
    width: 100%;
    padding: 15px 10px;
    border-radius: 50px;
    color: #333333;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    display: block;
    background: #ffce05; }
  body .main-wrap .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) {
      body .main-wrap .intro-arrow-down {
        display: none; } }
    body .main-wrap .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; }
    body .main-wrap .intro-arrow-down .arrow-down-btn {
      color: #ffffff;
      text-align: center;
      font-size: 14px;
      display: block;
      z-index: 2; }
  body .main-wrap .nav-section {
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: fixed;
    top: 0;
    background: linear-gradient(black -50%, rgba(0, 0, 0, 0) 95%);
    z-index: 2000; }
    @media only screen and (max-width: 380px) {
      body .main-wrap .nav-section {
        padding: 10px; } }
    body .main-wrap .nav-section.show-bg {
      background: #000000;
      transition: all 0.5s linear; }
    body .main-wrap .nav-section .nav-logo {
      margin: 7px 0 0 0;
      padding: 0;
      line-height: 0; }
      body .main-wrap .nav-section .nav-logo a {
        width: 200px; }
        body .main-wrap .nav-section .nav-logo a svg {
          width: 200px !important; }
    body .main-wrap .nav-section .nav-social-list {
      text-align: right;
      margin: 5px 0 0 0; }
      @media only screen and (max-width: 380px) {
        body .main-wrap .nav-section .nav-social-list {
          padding: 0; } }
      body .main-wrap .nav-section .nav-social-list li {
        display: inline-block;
        margin-right: 5px;
        position: relative;
        top: 3px; }
        @media only screen and (max-width: 380px) {
          body .main-wrap .nav-section .nav-social-list li:last-child {
            margin: 0;
            padding: 0; } }
  body .main-wrap #tz-hero {
    position: relative; }
    body .main-wrap #tz-hero .tz-hero-bg {
      background: url("https://cld.partsimg.com/image/upload/q_auto/v1598587003/carparts/blog/tier-zero/covid19-survey/covid19-survey-hero.jpg") center center no-repeat;
      background-size: cover;
      width: 100%;
      height: 745px; }
      @media only screen and (max-width: 1273px) {
        body .main-wrap #tz-hero .tz-hero-bg {
          height: 528px; } }
      body .main-wrap #tz-hero .tz-hero-bg .tz-content-wrap {
        max-width: 1280px; }
        @media only screen and (max-width: 1273px) {
          body .main-wrap #tz-hero .tz-hero-bg .tz-content-wrap {
            max-width: 100%; } }
      body .main-wrap #tz-hero .tz-hero-bg .tx-hero-flex {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 100%; }
        @media only screen and (max-width: 1273px) {
          body .main-wrap #tz-hero .tz-hero-bg .tx-hero-flex {
            flex-direction: column;
            justify-content: flex-end;
            align-items: flex-start; } }
        body .main-wrap #tz-hero .tz-hero-bg .tx-hero-flex .hero-text .hero-heading {
          font-family: 'Source Sans Pro', serif;
          margin: 0 0 50px 0;
          font-size: 75px;
          font-weight: 900;
          text-transform: uppercase;
          padding: 0 20px;
          width: 710px;
          line-height: 1; }
          @media only screen and (max-width: 1273px) {
            body .main-wrap #tz-hero .tz-hero-bg .tx-hero-flex .hero-text .hero-heading {
              width: 375px;
              font-size: 35px;
              margin-bottom: 20px; } }
          @media only screen and (max-width: 380px) {
            body .main-wrap #tz-hero .tz-hero-bg .tx-hero-flex .hero-text .hero-heading {
              padding: 0;
              width: 100%; } }
        body .main-wrap #tz-hero .tz-hero-bg .tx-hero-flex .hero-text .hero-subtitle {
          font-family: 'Source Sans Pro', serif;
          margin: 0;
          font-size: 28px;
          font-weight: 600;
          padding: 0 20px;
          width: 540px;
          line-height: 1;
          color: #ffffff; }
          @media only screen and (max-width: 1273px) {
            body .main-wrap #tz-hero .tz-hero-bg .tx-hero-flex .hero-text .hero-subtitle {
              font-size: 16px;
              width: 390px; } }
          @media only screen and (max-width: 380px) {
            body .main-wrap #tz-hero .tz-hero-bg .tx-hero-flex .hero-text .hero-subtitle {
              padding: 0;
              width: 100%; } }
    body .main-wrap #tz-hero .intro-content {
      position: absolute;
      top: 0;
      height: 100vh;
      width: 100%; }
      body .main-wrap #tz-hero .intro-content .intro-content-box {
        position: absolute;
        height: 100vh;
        width: 100%; }
        body .main-wrap #tz-hero .intro-content .intro-content-box .intro-content-headline {
          width: 100%;
          height: 100vh; }
          body .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 .main-wrap #tz-hero .intro-content .intro-content-box .intro-content-headline > div h1 {
              font-size: 50px;
              text-align: center;
              color: #fff; }
              @media only screen and (max-width: 1024px) {
                body .main-wrap #tz-hero .intro-content .intro-content-box .intro-content-headline > div h1 {
                  padding: 0 24px;
                  font-size: 42px; } }
              body .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 .main-wrap #tz-hero .intro-content .intro-content-quote {
        width: 100%;
        height: 100vh;
        top: 0;
        position: absolute;
        opacity: 0;
        background: #000000; }
        body .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 .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 .main-wrap #tz-intro-desc .tz-intro-desc__insights {
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    max-width: 500px;
    margin: 0 auto; }
    body .main-wrap #tz-intro-desc .tz-intro-desc__insights .tz-intro-desc__insights-title {
      font-weight: 700;
      margin-bottom: 20px;
      display: inline-block; }
    body .main-wrap #tz-intro-desc .tz-intro-desc__insights ul {
      margin: 0 0 0 20px;
      padding: 0; }
      body .main-wrap #tz-intro-desc .tz-intro-desc__insights ul li {
        list-style-type: disc;
        margin-bottom: 16px; }
  body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap h3 {
    margin-bottom: 20px; }
  body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap p:last-child {
    margin-bottom: 0; }
  body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__pie-chart {
    text-align: center;
    margin-bottom: 20px; }
    body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__pie-chart svg {
      height: auto; }
      @media only screen and (max-width: 1200px) {
        body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__pie-chart svg {
          width: 100%;
          height: 100%; } }
  body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__flex {
    display: flex;
    color: #333333; }
    @media only screen and (max-width: 767px) {
      body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__flex {
        flex-direction: column; } }
    body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__flex > div:nth-child(1) {
      width: 60%; }
      @media only screen and (max-width: 767px) {
        body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__flex > div:nth-child(1) {
          width: 100%; } }
    body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__flex > div:nth-child(2) {
      width: 40%; }
      @media only screen and (max-width: 767px) {
        body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__flex > div:nth-child(2) {
          width: 100%; } }
    body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__flex > div .tz-graph-content__flex-title {
      text-align: center;
      display: block;
      font-weight: 700;
      font-size: 20px;
      margin-bottom: 10px; }
      @media only screen and (max-width: 767px) {
        body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__flex > div .tz-graph-content__flex-title {
          text-align: left;
          margin: 10px 0; } }
    body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__flex > div .tz-graph-content__flex-list {
      margin: 0;
      padding: 0; }
      body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__flex > div .tz-graph-content__flex-list li {
        list-style-type: none;
        font-size: 14px;
        margin-bottom: 5px;
        padding-left: 25px;
        position: relative; }
        body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__flex > div .tz-graph-content__flex-list li:before {
          content: '';
          position: absolute;
          width: 15px;
          height: 15px;
          top: 2px;
          left: 0; }
    body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__flex > div .tz-graph-content__flex-list-left {
      padding-right: 30px; }
      @media only screen and (max-width: 767px) {
        body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__flex > div .tz-graph-content__flex-list-left {
          padding-right: 0; } }
    body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__flex > div .tz-graph-content__flex-list-left li:nth-child(1):before {
      background: #2E4787; }
    body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__flex > div .tz-graph-content__flex-list-left li:nth-child(2):before {
      background: #FC7E00; }
    body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__flex > div .tz-graph-content__flex-list-left li:nth-child(3):before {
      background: #FF9700; }
    body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__flex > div .tz-graph-content__flex-list-left li:nth-child(4):before {
      background: #FFB852; }
    body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__flex > div .tz-graph-content__flex-list-right li:nth-child(1):before {
      background: #FFCE05; }
    body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__flex > div .tz-graph-content__flex-list-right li:nth-child(2):before {
      background: #669944; }
  body .main-wrap #tz-graph-two .tz-graph-content .tz-graph-content__wrap h3 {
    margin-bottom: 30px; }
  body .main-wrap #tz-graph-two .tz-graph-content .tz-graph-content__wrap p:last-child {
    margin-bottom: 0; }
  body .main-wrap #tz-graph-two .tz-graph-content .tz-graph-content__wrap .tz-graph-content__svg {
    margin-bottom: 30px;
    text-align: center; }
    body .main-wrap #tz-graph-two .tz-graph-content .tz-graph-content__wrap .tz-graph-content__svg svg {
      height: auto; }
      @media only screen and (max-width: 1200px) {
        body .main-wrap #tz-graph-two .tz-graph-content .tz-graph-content__wrap .tz-graph-content__svg svg {
          width: 100%;
          height: 100%; } }
  body .main-wrap #tz-graph-three .tz-graph-content .tz-graph-content__wrap h3 {
    margin-bottom: 30px; }
  body .main-wrap #tz-graph-three .tz-graph-content .tz-graph-content__wrap p:last-child {
    margin-bottom: 0; }
  body .main-wrap #tz-graph-three .tz-graph-content .tz-graph-content__wrap .tz-graph-content__svg {
    margin-bottom: 30px;
    text-align: center; }
    @media only screen and (max-width: 1200px) {
      body .main-wrap #tz-graph-three .tz-graph-content .tz-graph-content__wrap .tz-graph-content__svg svg {
        width: 100%;
        height: 100%; } }
  body .main-wrap #tz-graph-four .tz-graph-content .tz-graph-content__wrap h3 {
    margin-bottom: 30px; }
  body .main-wrap #tz-graph-four .tz-graph-content .tz-graph-content__wrap p:last-child {
    margin-bottom: 0; }
  body .main-wrap #tz-graph-four .tz-graph-content .tz-graph-content__wrap .tz-graph-content__svg {
    margin-bottom: 30px;
    text-align: center; }
    body .main-wrap #tz-graph-four .tz-graph-content .tz-graph-content__wrap .tz-graph-content__svg svg {
      height: auto; }
      @media only screen and (max-width: 1200px) {
        body .main-wrap #tz-graph-four .tz-graph-content .tz-graph-content__wrap .tz-graph-content__svg svg {
          width: 100%;
          height: 100%; } }
  body .main-wrap #tz-graph-four .tz-graph-content .tz-graph-content__wrap .tz-graph-content__subtitle {
    margin-bottom: 0;
    color: #2E4787; }
  body .main-wrap #tz-graph-four .tz-graph-content .tz-graph-content__wrap .tz-graph-content__highlights {
    border-left: 13px solid #666666;
    background: #F5F5F5;
    padding: 30px;
    font-weight: 400; }

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