@import url("https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:400,400i,600i,600,900,900i");
.product-splash-page * {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  vertical-align: baseline;
  transition: 0.2s;
  /*Fonts & Text */
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*Lists*/
  list-style-type: none;
  list-style-position: outside;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .product-splash-page * {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
}

.product-splash-page h1,
.product-splash-page h2,
.product-splash-page h3,
.product-splash-page h4,
.product-splash-page h5 {
  font-family: "Fira Sans Condensed";
  text-align: center;
  letter-spacing: 0px;
  margin: 0;
  text-transform: none !important;
}

#tnt-titan-splash-page *::selection {
  background-color: #3055d9;
  color: white;
}

#tnp-prime-splash-page *::selection {
  background-color: #ef3441;
  color: white;
}

#tnp-3pl-splash-page *::selection {
  background-color: #f96306;
  color: white;
}

.gen5-section {
  background: black;
  background: linear-gradient(45deg, #121212 0%, #1a1a1a 35%, #222222 100%);
  color: #ffffff;
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}
.gen5-section:nth-of-type(2n) {
  background: #ffffff;
  color: #121212;
}

.gen5-container {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  min-height: 20rem;
}
.gen5-container > div {
  width: 100%;
}
.gen5-container div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gen5-container div h1 {
  font-size: 7rem;
  line-height: 7rem;
  color: white;
}
.gen5-container div h2 {
  font-size: 3rem;
  line-height: 4rem;
}
.gen5-container div h3 {
  font-size: 2.5rem;
  line-height: 3.4rem;
  font-weight: bold;
  color: white;
}

.gen5-section:nth-of-type(2n) h3 {
  color: #121212;
}

.gen5-column {
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.gen5-column div {
  width: 100%;
}

.gen5-2col {
  flex-direction: row;
}
.gen5-2col div {
  flex-direction: column;
  margin: 1rem 2rem;
  width: 90%;
  padding: 1rem;
}

.gen5-feature-description {
  flex-direction: column;
  padding: 5rem 2rem 10rem 2rem;
  min-height: 50vh;
}
.gen5-feature-description h3 {
  font-size: 2rem;
  font-style: italic;
  margin-bottom: 1.5rem;
  max-width: 90%;
}
.gen5-feature-description p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: left;
  width: 90%;
  max-width: 40rem;
  opacity: 0.75;
}

.gen5-feature-image {
  display: flex;
  width: 100%;
}
.gen5-feature-image img {
  width: 100%;
}

.product-range-container {
  display: flex;
  flex-direction: column;
  margin: 5rem 0;
}
.product-range-container h3 {
  font-size: 2rem !important;
  line-height: 1.4em !important;
}
.product-range-container .product-range-subcontainer {
  justify-content: center !important;
}
.product-range-container .product-range-subcontainer .product-range-product {
  background: linear-gradient(45deg, #121212 0%, #1a1a1a 15%, #222222 85%);
  color: #ffffff;
  box-shadow: 0 2px 3px #3338;
  border-radius: 0.5rem;
  padding: 1rem;
  transition: 0.2s ease-in;
  cursor: pointer;
  width: 50%;
  max-width: 20rem;
  margin: 1rem;
}
.product-range-container .product-range-subcontainer .product-range-product:hover {
  text-decoration: none;
  opacity: 0.975;
  box-shadow: 0 4px 8px #3338;
}
.product-range-container .product-range-subcontainer .product-range-product h4 {
  font-size: 2rem;
  line-height: 1.4em;
  color: white;
  font-weight: bold;
  cursor: pointer;
  font-style: italic;
  width: auto;
}
.product-range-container .product-range-subcontainer .product-range-product picture {
  display: flex;
  margin: 1rem auto;
  width: 100%;
  max-width: 40rem;
}
.product-range-container .product-range-subcontainer .product-range-product p {
  cursor: pointer;
  text-align: center;
}
.product-range-container .product-range-subcontainer .product-range-tnt-titan h4 {
  background-color: #3055d9;
}
.product-range-container .product-range-subcontainer .product-range-tnp-prime h4 {
  background-color: #ef3441;
}
.product-range-container .product-range-subcontainer .product-range-tnp-3pl h4 {
  background-color: #f96306;
}

#tnt-titan-1 {
  max-height: unset;
}
#tnt-titan-1 .gen5-container {
  justify-content: start;
  align-items: center;
  padding-top: 6rem;
}
#tnt-titan-1 .gen5-container div {
  flex-direction: column;
}
#tnt-titan-1 .gen5-container div h2 {
  background: #3055d9;
  color: #fff;
  padding: 0 1rem;
  font-size: 2.6rem;
  font-style: italic;
  border-radius: 0;
}
#tnt-titan-1 .gen5-container div h2::selection {
  color: #3b64f7;
  background-color: white;
}

#tnt-titan-2,
#tnt-titan-12 {
  max-height: unset;
}
#tnt-titan-2 .gen5-container,
#tnt-titan-12 .gen5-container {
  margin: 5rem 0 2rem 0;
  flex-direction: column-reverse;
}
#tnt-titan-2 .gen5-container div,
#tnt-titan-12 .gen5-container div {
  justify-content: space-evenly;
  max-width: 1170px;
  margin: 2rem auto;
}
#tnt-titan-2 .gen5-container div h1,
#tnt-titan-12 .gen5-container div h1 {
  font-size: 5rem;
  color: #3055d9;
}
#tnt-titan-2 .gen5-container div h2,
#tnt-titan-12 .gen5-container div h2 {
  font-size: 1.6em;
  line-height: 1.5em;
  display: block;
  padding: 2.5rem;
  max-width: 45rem;
  font-weight: 400;
}
#tnt-titan-2 .gen5-container div h2 span,
#tnt-titan-12 .gen5-container div h2 span {
  color: #3055d9;
  font-weight: bold;
}
#tnt-titan-2 .gen5-container .product-card,
#tnt-titan-12 .gen5-container .product-card {
  max-width: 22rem;
  margin-bottom: 3rem;
}
#tnt-titan-2 .gen5-container .product-card .gen5-image,
#tnt-titan-12 .gen5-container .product-card .gen5-image {
  height: 20rem;
  width: 100%;
  max-width: 20rem;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#tnt-titan-2 .gen5-container .product-card h3,
#tnt-titan-12 .gen5-container .product-card h3 {
  margin: 1rem 0;
  background: #3055d9;
  color: #fff;
  padding: 0 1rem;
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: bold;
  font-style: italic;
}
#tnt-titan-2 .gen5-container .product-card h3::selection,
#tnt-titan-12 .gen5-container .product-card h3::selection {
  color: #3b64f7;
  background-color: white;
}
#tnt-titan-2 .gen5-container .product-card h4,
#tnt-titan-12 .gen5-container .product-card h4 {
  font-size: 4rem;
  line-height: 3.2rem;
  font-weight: bold;
  color: black;
}
#tnt-titan-2 .gen5-container .product-card h4 sup,
#tnt-titan-12 .gen5-container .product-card h4 sup {
  font-size: 1rem;
  vertical-align: text-top;
  line-height: 3rem;
}
#tnt-titan-2 .gen5-container .product-card h5,
#tnt-titan-12 .gen5-container .product-card h5 {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-style: italic;
  font-weight: bold;
}
#tnt-titan-2 .gen5-container .product-card ul,
#tnt-titan-12 .gen5-container .product-card ul {
  margin-top: 2rem;
}
#tnt-titan-2 .gen5-container .product-card ul li,
#tnt-titan-12 .gen5-container .product-card ul li {
  margin-bottom: 1.2rem;
  font-size: 0.9rem;
  line-height: 1.3rem;
}
#tnt-titan-2 .gen5-container .product-card ul li a,
#tnt-titan-12 .gen5-container .product-card ul li a {
  color: #121212;
  text-decoration: none;
  font-weight: bold;
}
#tnt-titan-2 .gen5-container .product-card ul li a:hover,
#tnt-titan-12 .gen5-container .product-card ul li a:hover {
  color: #3055d9;
}
#tnt-titan-2 .gen5-container .product-card .buy-link,
#tnt-titan-12 .gen5-container .product-card .buy-link {
  margin-top: 0.5rem;
  display: flex;
  background: #3055d9;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-family: "Fira Sans Condensed";
  font-style: italic;
  font-size: 1.2rem;
  padding: 0.5rem 4rem;
}
#tnt-titan-2 .gen5-container .product-card .buy-link:hover,
#tnt-titan-12 .gen5-container .product-card .buy-link:hover {
  background: #3b64f7;
}
#tnt-titan-2 .gen5-container .product-card .buy-link::selection,
#tnt-titan-12 .gen5-container .product-card .buy-link::selection {
  color: #3b64f7;
  background-color: white;
}

#tnt-titan-11 {
  max-height: unset;
}
#tnt-titan-11 .gen5-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#tnt-titan-11 .gen5-container h4 {
  font-size: 2.5em;
  line-height: 2.8em;
  padding-bottom: 2rem;
  font-weight: bold;
  color: white;
}
#tnt-titan-11 .gen5-container .gen5-feature-container {
  display: flex;
  justify-content: space-evenly;
  width: 90%;
  max-width: 40rem;
  margin: 0 auto;
}
#tnt-titan-11 .gen5-container .gen5-feature-container .gen5-feature-list {
  padding: 0;
  margin: 0;
}
#tnt-titan-11 .gen5-container .gen5-feature-container .gen5-feature-list ul li {
  font-size: 1.2rem;
  line-height: 1.7rem;
  margin-bottom: 1.5rem;
  text-align: left;
  border-left: 2px solid #3055d9;
  padding-left: 0.5rem;
}

#tnt-titan-12 .tnt-titan-kit-infographic-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
#tnt-titan-12 .tnt-titan-kit-infographic-container > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#tnt-titan-12 .tnt-titan-kit-infographic-container .build-your-own-container {
  background: #f0f0f0;
  border-radius: 1rem;
  padding: 1rem;
}
#tnt-titan-12 .tnt-titan-kit-infographic-container .build-your-own-container h5 {
  font-size: 1.4rem;
  font-style: italic;
  font-weight: bold;
}
#tnt-titan-12 .tnt-titan-kit-infographic-container .build-your-own-container .parts-container {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 1rem 0;
}
#tnt-titan-12 .tnt-titan-kit-infographic-container .build-your-own-container .parts-container a {
  text-decoration: none;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: grow;
  min-width: 50%;
  padding: 1rem;
  transition: 0.2s ease;
  border-radius: 0.5rem;
}
#tnt-titan-12 .tnt-titan-kit-infographic-container .build-your-own-container .parts-container a picture {
  display: flex;
  height: 9rem;
  width: 9rem;
  margin: 0.4rem 0;
}
#tnt-titan-12 .tnt-titan-kit-infographic-container .build-your-own-container .parts-container a p {
  display: inline-block;
  max-width: 10rem;
}
#tnt-titan-12 .tnt-titan-kit-infographic-container .build-your-own-container .parts-container a p sup {
  font-size: 0.6em;
}
#tnt-titan-12 .tnt-titan-kit-infographic-container .build-your-own-container .parts-container a:hover {
  background: #fafafa;
}
#tnt-titan-12 .tnt-titan-kit-infographic-container .build-your-own-container h6 {
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Fira Sans Condensed";
}
#tnt-titan-12 .tnt-titan-kit-infographic-container .buy-the-kit-container {
  border-radius: 1rem;
  padding: 1rem;
}
#tnt-titan-12 .tnt-titan-kit-infographic-container .buy-the-kit-container h5 {
  font-size: 1.4rem;
  font-style: italic;
  font-weight: bold;
}
#tnt-titan-12 .tnt-titan-kit-infographic-container .buy-the-kit-container div {
  padding: 0.25rem;
  margin-top: 1rem;
  display: none;
}
#tnt-titan-12 .tnt-titan-kit-infographic-container .buy-the-kit-container div picture {
  display: flex;
  height: 10rem;
  width: 10rem;
  margin: 0.5rem 0;
}
#tnt-titan-12 .tnt-titan-kit-infographic-container .buy-the-kit-container div p {
  font-style: italic;
}
#tnt-titan-12 .tnt-titan-kit-infographic-container .buy-the-kit-container div p sup {
  font-size: 0.6em;
}
#tnt-titan-12 .tnt-titan-kit-infographic-container .buy-the-kit-container h3 {
  display: none;
  font-weight: 900;
  font-size: 3rem;
}
#tnt-titan-12 .tnt-titan-kit-infographic-container .buy-the-kit-container h3 sup {
  font-size: 1rem;
  vertical-align: text-top;
  line-height: 2rem;
}
#tnt-titan-12 .gen5-container div h3 {
  font-size: 4rem;
}

#tnt-titan-13 {
  max-height: unset;
}
#tnt-titan-13 .gen5-container h6 {
  color: white;
  font-weight: bold;
}
#tnt-titan-13 .gen5-container div {
  margin: 5rem 0;
}
#tnt-titan-13 .gen5-container div table {
  width: 90%;
  max-width: 60rem;
  font-size: 0.7rem;
  opacity: 0.75;
}
#tnt-titan-13 .gen5-container div table tr td {
  padding: 0.75rem;
  vertical-align: middle;
}

#tnp-prime-1 {
  max-height: unset;
}
#tnp-prime-1 .gen5-container {
  justify-content: start;
  align-items: center;
  padding-top: 6rem;
}
#tnp-prime-1 .gen5-container div {
  flex-direction: column;
}
#tnp-prime-1 .gen5-container div h2 {
  background: #ef3441;
  color: #fff;
  padding: 0 1rem;
  font-size: 2.6rem;
  font-style: italic;
  border-radius: 0;
}
#tnp-prime-1 .gen5-container div h2::selection {
  color: #f74551;
  background-color: white;
}

#tnp-prime-2,
#tnp-prime-8 {
  max-height: unset;
}
#tnp-prime-2 .gen5-container,
#tnp-prime-8 .gen5-container {
  margin: 5rem 0 2rem 0;
  flex-direction: column-reverse;
}
#tnp-prime-2 .gen5-container div,
#tnp-prime-8 .gen5-container div {
  justify-content: space-evenly;
  max-width: 1000px;
  margin: 2rem auto;
}
#tnp-prime-2 .gen5-container div h2,
#tnp-prime-8 .gen5-container div h2 {
  font-size: 1.6rem;
  line-height: 2.5rem;
  display: block;
  padding: 2.5rem;
  max-width: 45rem;
  font-weight: 400;
}
#tnp-prime-2 .gen5-container div h2 span,
#tnp-prime-8 .gen5-container div h2 span {
  color: #ef3441;
  font-weight: bold;
}
#tnp-prime-2 .gen5-container .product-card,
#tnp-prime-8 .gen5-container .product-card {
  max-width: 22rem;
  margin-bottom: 3rem;
}
#tnp-prime-2 .gen5-container .product-card .tnp-prime-image,
#tnp-prime-8 .gen5-container .product-card .tnp-prime-image {
  height: 20rem;
  width: 100%;
  max-width: 20rem;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#tnp-prime-2 .gen5-container .product-card h3,
#tnp-prime-8 .gen5-container .product-card h3 {
  margin: 1rem 0;
  background: #ef3441;
  color: #fff;
  padding: 0 1rem;
  font-size: 2.2rem;
  font-style: italic;
}
#tnp-prime-2 .gen5-container .product-card h3::selection,
#tnp-prime-8 .gen5-container .product-card h3::selection {
  color: #f74551;
  background-color: white;
}
#tnp-prime-2 .gen5-container .product-card h4,
#tnp-prime-8 .gen5-container .product-card h4 {
  font-size: 4rem;
  line-height: 3.2rem;
  font-weight: bold;
  color: black;
}
#tnp-prime-2 .gen5-container .product-card h4 sup,
#tnp-prime-8 .gen5-container .product-card h4 sup {
  font-size: 1rem;
  vertical-align: text-top;
  line-height: 3rem;
}
#tnp-prime-2 .gen5-container .product-card h5,
#tnp-prime-8 .gen5-container .product-card h5 {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-style: italic;
}
#tnp-prime-2 .gen5-container .product-card ul,
#tnp-prime-8 .gen5-container .product-card ul {
  margin-top: 2rem;
}
#tnp-prime-2 .gen5-container .product-card ul li,
#tnp-prime-8 .gen5-container .product-card ul li {
  margin-bottom: 1.2rem;
  font-size: 0.9rem;
  line-height: 1.3rem;
}
#tnp-prime-2 .gen5-container .product-card ul li a,
#tnp-prime-8 .gen5-container .product-card ul li a {
  color: #121212;
  text-decoration: none;
  font-weight: bold;
}
#tnp-prime-2 .gen5-container .product-card ul li a:hover,
#tnp-prime-8 .gen5-container .product-card ul li a:hover {
  color: #ef3441;
}
#tnp-prime-2 .gen5-container .product-card .buy-link,
#tnp-prime-8 .gen5-container .product-card .buy-link {
  margin-top: 0.5rem;
  display: flex;
  background: #ef3441;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-family: "Fira Sans Condensed";
  font-style: italic;
  font-size: 1.2rem;
  padding: 0.5rem 4rem;
}
#tnp-prime-2 .gen5-container .product-card .buy-link:hover,
#tnp-prime-8 .gen5-container .product-card .buy-link:hover {
  background: #f74551;
}
#tnp-prime-2 .gen5-container .product-card .buy-link::selection,
#tnp-prime-8 .gen5-container .product-card .buy-link::selection {
  color: #f74551;
  background-color: white;
}

#tnp-prime-7 .gen5-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#tnp-prime-7 .gen5-container h4 {
  font-size: 2.5em;
  line-height: 2.8em;
  padding-bottom: 2rem;
  font-weight: bold;
  color: white;
}
#tnp-prime-7 .gen5-container .gen5-feature-container {
  display: flex;
  justify-content: space-evenly;
  width: 90%;
  max-width: 40rem;
  margin: 0 auto;
}
#tnp-prime-7 .gen5-container .gen5-feature-container .gen5-feature-list {
  padding: 0;
  margin: 0;
}
#tnp-prime-7 .gen5-container .gen5-feature-container .gen5-feature-list ul li {
  font-size: 1.2rem;
  line-height: 1.7rem;
  margin-bottom: 1.5rem;
  text-align: left;
  border-left: 2px solid #ef3441;
  padding-left: 0.5rem;
}

#tnp-prime-9 {
  max-height: unset;
}
#tnp-prime-9 .gen5-container h6 {
  color: white;
  font-weight: bold;
}
#tnp-prime-9 .gen5-container div {
  margin: 5rem 0;
}
#tnp-prime-9 .gen5-container div table {
  width: 90%;
  max-width: 60rem;
  font-size: 0.7rem;
  opacity: 0.75;
}
#tnp-prime-9 .gen5-container div table tr td {
  padding: 0.75rem;
  vertical-align: middle;
}

#tnp-3pl-1 {
  max-height: unset;
}
#tnp-3pl-1 .gen5-container {
  justify-content: start;
  align-items: center;
  padding-top: 6rem;
}
#tnp-3pl-1 .gen5-container div {
  flex-direction: column;
}
#tnp-3pl-1 .gen5-container div h2 {
  background: #f96306;
  color: #fff;
  padding: 0 1rem;
  font-size: 2.6rem;
  font-style: italic;
  border-radius: 0;
}
#tnp-3pl-1 .gen5-container div h2::selection {
  color: #fa7929;
  background-color: white;
}

#tnp-3pl-2,
#tnp-3pl-8 {
  max-height: unset;
}
#tnp-3pl-2 .gen5-container,
#tnp-3pl-8 .gen5-container {
  margin: 5rem 0 2rem 0;
  flex-direction: column-reverse;
}
#tnp-3pl-2 .gen5-container div,
#tnp-3pl-8 .gen5-container div {
  justify-content: space-evenly;
  max-width: 1000px;
  margin: 2rem auto;
}
#tnp-3pl-2 .gen5-container div h2,
#tnp-3pl-8 .gen5-container div h2 {
  font-size: 1.6rem;
  line-height: 1.6em;
  display: block;
  padding: 2.5rem;
  max-width: 45rem;
  font-weight: 400;
}
#tnp-3pl-2 .gen5-container div h2 span.tnp-3pl,
#tnp-3pl-8 .gen5-container div h2 span.tnp-3pl {
  color: #f96306;
  font-weight: bold;
}
#tnp-3pl-2 .gen5-container div h2 span.tnp-3pl-lite,
#tnp-3pl-8 .gen5-container div h2 span.tnp-3pl-lite {
  color: #8fd100;
  font-weight: bold;
}
#tnp-3pl-2 .gen5-container div h2 span.tnp-3pl-lite::selection,
#tnp-3pl-8 .gen5-container div h2 span.tnp-3pl-lite::selection {
  color: #333;
  background-color: #8fd100;
}
#tnp-3pl-2 .gen5-container .product-card,
#tnp-3pl-8 .gen5-container .product-card {
  max-width: 22rem;
  margin-bottom: 3rem;
}
#tnp-3pl-2 .gen5-container .product-card .tnp-prime-image,
#tnp-3pl-8 .gen5-container .product-card .tnp-prime-image {
  height: 20rem;
  width: 100%;
  max-width: 20rem;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#tnp-3pl-2 .gen5-container .product-card .tnp-3pl-product-image img,
#tnp-3pl-8 .gen5-container .product-card .tnp-3pl-product-image img {
  width: 20rem;
  height: auto;
}
#tnp-3pl-2 .gen5-container .product-card h3,
#tnp-3pl-8 .gen5-container .product-card h3 {
  margin: 1rem 0;
  background: #f96306;
  color: #fff;
  padding: 0 1rem;
  font-size: 2.2rem;
  font-style: italic;
}
#tnp-3pl-2 .gen5-container .product-card h3::selection,
#tnp-3pl-8 .gen5-container .product-card h3::selection {
  color: #fa7929;
  background-color: white;
}
#tnp-3pl-2 .gen5-container .product-card h4,
#tnp-3pl-8 .gen5-container .product-card h4 {
  font-size: 4rem;
  line-height: 3.2rem;
  font-weight: bold;
  color: black;
}
#tnp-3pl-2 .gen5-container .product-card h4 sup,
#tnp-3pl-8 .gen5-container .product-card h4 sup {
  font-size: 1rem;
  vertical-align: text-top;
  line-height: 3rem;
}
#tnp-3pl-2 .gen5-container .product-card h5,
#tnp-3pl-8 .gen5-container .product-card h5 {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-style: italic;
}
#tnp-3pl-2 .gen5-container .product-card ul,
#tnp-3pl-8 .gen5-container .product-card ul {
  margin-top: 2rem;
}
#tnp-3pl-2 .gen5-container .product-card ul li,
#tnp-3pl-8 .gen5-container .product-card ul li {
  margin-bottom: 1.2rem;
  font-size: 0.9rem;
  line-height: 1.3rem;
}
#tnp-3pl-2 .gen5-container .product-card ul li a,
#tnp-3pl-8 .gen5-container .product-card ul li a {
  color: #121212;
  text-decoration: none;
  font-weight: bold;
}
#tnp-3pl-2 .gen5-container .product-card ul li a:hover,
#tnp-3pl-8 .gen5-container .product-card ul li a:hover {
  color: #f96306;
}
#tnp-3pl-2 .gen5-container .product-card .buy-link,
#tnp-3pl-8 .gen5-container .product-card .buy-link {
  margin-top: 0.5rem;
  display: flex;
  background: #f96306;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-family: "Fira Sans Condensed";
  font-style: italic;
  font-size: 1.2rem;
  padding: 0.5rem 4rem;
}
#tnp-3pl-2 .gen5-container .product-card .buy-link:hover,
#tnp-3pl-8 .gen5-container .product-card .buy-link:hover {
  background: #fa7929;
}
#tnp-3pl-2 .gen5-container .product-card .buy-link::selection,
#tnp-3pl-8 .gen5-container .product-card .buy-link::selection {
  color: #fa7929;
  background-color: white;
}
#tnp-3pl-2 .gen5-container .product-card-3pl-lite .gen5-image *::selection,
#tnp-3pl-8 .gen5-container .product-card-3pl-lite .gen5-image *::selection {
  background-color: #8fd100;
  color: #333;
}
#tnp-3pl-2 .gen5-container .product-card-3pl-lite h3,
#tnp-3pl-8 .gen5-container .product-card-3pl-lite h3 {
  background: #8fd100;
}
#tnp-3pl-2 .gen5-container .product-card-3pl-lite h3::selection,
#tnp-3pl-8 .gen5-container .product-card-3pl-lite h3::selection {
  color: #8fd100;
}
#tnp-3pl-2 .gen5-container .product-card-3pl-lite h4::selection,
#tnp-3pl-8 .gen5-container .product-card-3pl-lite h4::selection {
  background-color: #8fd100;
  color: #333;
}
#tnp-3pl-2 .gen5-container .product-card-3pl-lite h4 sup::selection,
#tnp-3pl-8 .gen5-container .product-card-3pl-lite h4 sup::selection {
  background-color: #8fd100;
  color: #333;
}
#tnp-3pl-2 .gen5-container .product-card-3pl-lite h5::selection,
#tnp-3pl-8 .gen5-container .product-card-3pl-lite h5::selection {
  background-color: #8fd100;
  color: #333;
}
#tnp-3pl-2 .gen5-container .product-card-3pl-lite ul li a:hover,
#tnp-3pl-8 .gen5-container .product-card-3pl-lite ul li a:hover {
  color: #8fd100;
}
#tnp-3pl-2 .gen5-container .product-card-3pl-lite ul li a::selection,
#tnp-3pl-8 .gen5-container .product-card-3pl-lite ul li a::selection {
  background-color: #8fd100;
  color: #333;
}
#tnp-3pl-2 .gen5-container .product-card-3pl-lite ul li::selection,
#tnp-3pl-8 .gen5-container .product-card-3pl-lite ul li::selection {
  background-color: #8fd100;
  color: #333;
}
#tnp-3pl-2 .gen5-container .product-card-3pl-lite .buy-link,
#tnp-3pl-8 .gen5-container .product-card-3pl-lite .buy-link {
  background: #8fd100;
}
#tnp-3pl-2 .gen5-container .product-card-3pl-lite .buy-link:hover,
#tnp-3pl-8 .gen5-container .product-card-3pl-lite .buy-link:hover {
  background: #9de600;
}
#tnp-3pl-2 .gen5-container .product-card-3pl-lite .buy-link::selection,
#tnp-3pl-8 .gen5-container .product-card-3pl-lite .buy-link::selection {
  background-color: #8fd100;
  color: #333;
}

#tnp-3pl-7 .gen5-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#tnp-3pl-7 .gen5-container h4 {
  font-size: 2.5em;
  line-height: 1.6em;
  padding-bottom: 2rem;
  font-weight: bold;
  color: white;
}
#tnp-3pl-7 .gen5-container .gen5-feature-container {
  display: flex;
  justify-content: space-evenly;
  width: 90%;
  max-width: 40rem;
  margin: 0 auto;
}
#tnp-3pl-7 .gen5-container .gen5-feature-container .gen5-feature-list {
  padding: 0;
  margin: 0;
}
#tnp-3pl-7 .gen5-container .gen5-feature-container .gen5-feature-list ul li {
  font-size: 1.2rem;
  line-height: 1.7rem;
  margin-bottom: 1.5rem;
  text-align: left;
  border-left: 2px solid #f96306;
  padding-left: 0.5rem;
}

#tnp-3pl-9 {
  max-height: unset;
}
#tnp-3pl-9 .gen5-container h6 {
  color: white;
  font-weight: bold;
}
#tnp-3pl-9 .gen5-container div {
  margin: 5rem 0;
}
#tnp-3pl-9 .gen5-container div table {
  width: 90%;
  max-width: 60rem;
  font-size: 0.7rem;
  opacity: 0.75;
}
#tnp-3pl-9 .gen5-container div table tr td,
#tnp-3pl-9 .gen5-container div table tr th {
  padding: 0.75rem;
  vertical-align: middle;
}
#tnp-3pl-9 .gen5-container div .comparison-container {
  overflow-x: auto;
  max-width: 90%;
  margin: 1rem 0 3rem 0;
  display: block;
}
#tnp-3pl-9 .gen5-container div table.comparison {
  margin: 0 auto;
  border-collapse: collapse;
  width: 100%;
}
#tnp-3pl-9 .gen5-container div table.comparison tr {
  border-bottom: 1px dotted white;
}
#tnp-3pl-9 .gen5-container div table.comparison tr:first-of-type, #tnp-3pl-9 .gen5-container div table.comparison tr:last-of-type {
  border-bottom: none;
}
#tnp-3pl-9 .gen5-container div table.comparison tr td,
#tnp-3pl-9 .gen5-container div table.comparison tr th {
  text-align: center;
}
#tnp-3pl-9 .gen5-container div table.comparison tr td:first-of-type,
#tnp-3pl-9 .gen5-container div table.comparison tr th:first-of-type {
  text-align: left;
}
#tnp-3pl-9 .gen5-container div table.comparison tr td:nth-of-type(2n + 3),
#tnp-3pl-9 .gen5-container div table.comparison tr th:nth-of-type(2n + 3) {
  background: #2a2a2a;
}

#tnt-titan-header-image {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.5));
}
#tnt-titan-header-image img {
  width: 100%;
  height: auto;
  max-width: 40rem;
  max-height: 40rem;
}

#tnt-titan-10a-image img {
  width: 20rem;
  height: auto;
}

#tnt-titan-20a-image img {
  width: 20rem;
  height: auto;
}

#tnp-prime-header-image,
#tnp-3plm-header-image {
  filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.5));
}
#tnp-prime-header-image img,
#tnp-3plm-header-image img {
  width: 100%;
  height: 100%;
  max-width: 40rem;
  max-height: 40rem;
}

#tnp-prime-10a-image img {
  width: 20rem;
  height: auto;
}

#tnp-prime-20a-image img {
  width: 20rem;
  height: auto;
}

#tnp-3pl-case {
  padding-top: 1rem;
}

@media only screen and (max-width: 999px) {
  .gen5-2col {
    flex-direction: column;
  }

  .product-range-container h3 {
    font-size: 1.8rem !important;
  }
  .product-range-container .product-range-subcontainer {
    display: flex;
    flex-direction: column;
  }
  .product-range-container .product-range-subcontainer .product-range-product {
    width: 100%;
  }

  #tnt-titan-1 .gen5-container div,
#tnp-prime-1 .gen5-container div,
#tnp-3pl-1 .gen5-container div {
    width: 80%;
    height: auto;
    min-width: 300px;
    min-height: 300px;
  }
  #tnt-titan-1 .gen5-container div h1,
#tnp-prime-1 .gen5-container div h1,
#tnp-3pl-1 .gen5-container div h1 {
    font-size: 5rem;
    line-height: 5.7rem;
  }
  #tnt-titan-1 .gen5-container div h2,
#tnp-prime-1 .gen5-container div h2,
#tnp-3pl-1 .gen5-container div h2 {
    font-size: 2rem;
    line-height: 2.6rem;
  }

  .gen5-section .gen5-container {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .gen5-section:nth-of-type(2n) .gen5-container {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 1000px) {
  .gen5-section {
    max-height: 1000px;
  }

  .gen5-feature-image {
    overflow: hidden;
    height: 100vh;
    width: auto;
  }
  .gen5-feature-image picture {
    align-self: center;
  }
  .gen5-feature-image picture img {
    width: auto;
    max-height: 100vh;
  }

  #tnt-titan-3 img,
#tnp-prime-3 img,
#tnp-prime-4 img,
#tnp-prime-5 img,
#tnp-3pl-3 img,
#tnp-3pl-4 img,
#tnp-3pl-5 img {
    max-width: none;
    max-height: 101vh;
  }

  #tnt-titan-12 .tnt-titan-kit-infographic-container {
    flex-direction: row;
  }
  #tnt-titan-12 .tnt-titan-kit-infographic-container > div {
    justify-content: start;
  }
  #tnt-titan-12 .tnt-titan-kit-infographic-container .build-your-own-container {
    flex-basis: 75%;
  }
  #tnt-titan-12 .tnt-titan-kit-infographic-container .build-your-own-container .parts-container {
    width: 100%;
    justify-content: space-evenly;
  }
  #tnt-titan-12 .tnt-titan-kit-infographic-container .build-your-own-container .parts-container a {
    min-width: 15%;
    padding: 1rem 0.25rem;
  }
  #tnt-titan-12 .tnt-titan-kit-infographic-container .build-your-own-container .parts-container a picture {
    height: 9rem;
    width: 9rem;
  }
  #tnt-titan-12 .tnt-titan-kit-infographic-container .buy-the-kit-container {
    flex-basis: 25%;
    justify-content: space-between;
  }
  #tnt-titan-12 .tnt-titan-kit-infographic-container .buy-the-kit-container div {
    display: flex;
    padding: 1rem 0.75rem;
  }
  #tnt-titan-12 .tnt-titan-kit-infographic-container .buy-the-kit-container div picture {
    height: 12rem;
    width: 12rem;
  }
  #tnt-titan-12 .tnt-titan-kit-infographic-container .buy-the-kit-container h3 {
    display: flex;
  }
}

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