﻿@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.landing-page-container.glove-tech-lp h1 {
  display: none; }

.landing-page-container.glove-tech-lp .lp__hero {
  background-image: url("../jpg/102821-glove-techytvacc.jpg"); }
  .landing-page-container.glove-tech-lp .lp__hero::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    mix-blend-mode: multiply; }
  .landing-page-container.glove-tech-lp .lp__hero .lp__hero-container {
    width: 75%;
    text-align: center;
    align-items: center;
    margin: 0 auto; }
    .landing-page-container.glove-tech-lp .lp__hero .lp__hero-container p {
      text-transform: unset;
      font-weight: 300;
      font-size: 1.75rem;
      line-height: 1.6; }
    .landing-page-container.glove-tech-lp .lp__hero .lp__hero-container .lp__hero-logo p {
      font-weight: 500; }
    .landing-page-container.glove-tech-lp .lp__hero .lp__hero-container .subhead {
      font-weight: 500;
      font-size: 4rem;
      margin: 0.15em 0 0.5em;
      line-height: 1; }
  .landing-page-container.glove-tech-lp .lp__hero span {
    font-size: 1rem;
    font-weight: 300;
    line-height: 3; }
  @media (max-width: 1024px) {
    .landing-page-container.glove-tech-lp .lp__hero {
      padding: 4em 0; }
      .landing-page-container.glove-tech-lp .lp__hero .lp__hero-container {
        width: unset; } }

.landing-page-container.glove-tech-lp .lp__section-divider .lp__section-divider-container {
  color: #000000; }

.landing-page-container.glove-tech-lp .lp__section-divider p:first-of-type {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px; }

.landing-page-container.glove-tech-lp .lp__section-divider.tenalux {
  background-image: url("../jpg/banner-tenalux799zyf.jpg"); }
  .landing-page-container.glove-tech-lp .lp__section-divider.tenalux .lp__section-divider-container {
    background-color: rgba(234, 255, 186, 0.85); }

.landing-page-container.glove-tech-lp .lp__section-divider.dexterity {
  background-image: url("../jpg/banner-dexteritysw4x16.jpg"); }
  .landing-page-container.glove-tech-lp .lp__section-divider.dexterity .lp__section-divider-container {
    background-color: rgba(183, 183, 183, 0.85); }

.landing-page-container.glove-tech-lp .lp__section-divider.grip {
  background-image: url("../jpg/banner-gripocmzox.jpg"); }
  .landing-page-container.glove-tech-lp .lp__section-divider.grip .lp__section-divider-container {
    background-color: rgba(171, 198, 216, 0.85); }

.landing-page-container.glove-tech-lp .lp__horizontal-ribbon-section h4 {
  margin-top: 1em; }

.landing-page-container.glove-tech-lp .lp__horizontal-ribbon-section .aniamted-graphic .object-and-details1 img {
  border: 20px solid #ffffff; }

.landing-page-container.glove-tech-lp .lp__horizontal-ribbon-section .section.tenalux::before {
  content: '';
  background-color: #eaffba; }

.landing-page-container.glove-tech-lp .lp__horizontal-ribbon-section .section.dexterity::before {
  content: '';
  background-color: #b7b7b7; }

.landing-page-container.glove-tech-lp .lp__horizontal-ribbon-section .section.grip::before {
  content: '';
  background-color: #abc6d8; }

.landing-page-container.glove-tech-lp .lp__horizontal-ribbon-section img {
  border: 20px solid #ffffff;
  border-radius: 50%;
  padding: 0; }
  @media (max-width: 1024px) {
    .landing-page-container.glove-tech-lp .lp__horizontal-ribbon-section img {
      border: none; } }

.landing-page-container.glove-tech-lp .glove-tech-section__testing .glove-tech-section__testing-container .section__testing-container-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 8em; }

.landing-page-container.glove-tech-lp .glove-tech-section__testing .glove-tech-section__testing-container .section__testing-container-graph-animations {
  padding: 3em;
  background-color: #000000; }
  .landing-page-container.glove-tech-lp .glove-tech-section__testing .glove-tech-section__testing-container .section__testing-container-graph-animations p {
    font-size: 1rem;
    color: #dddddd; }
  .landing-page-container.glove-tech-lp .glove-tech-section__testing .glove-tech-section__testing-container .section__testing-container-graph-animations #wsx-graph + p {
    margin-bottom: 2em; }

.landing-page-container.glove-tech-lp .glove-tech-section__testing .glove-tech-section__testing-container h2 {
  font-size: 4rem;
  line-height: 1.1; }

.landing-page-container.glove-tech-lp .glove-tech-section__testing .glove-tech-section__testing-container h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  border-bottom: 1px solid #ffffff; }
  .landing-page-container.glove-tech-lp .glove-tech-section__testing .glove-tech-section__testing-container h3 span {
    font-size: 1.1rem;
    padding-left: 5px;
    color: #ffffff; }

.landing-page-container.glove-tech-lp .glove-tech-section__testing .glove-tech-section__testing-container h4 {
  font-size: 0.9rem;
  color: #ffffff; }

.landing-page-container.glove-tech-lp .glove-tech-section__testing .glove-tech-section__testing-container .horizontal-bar-graph {
  display: table;
  width: 100%; }

.landing-page-container.glove-tech-lp .glove-tech-section__testing .horizontal-bar-graph-value-bar {
  padding: 4px 8px;
  margin: 2px 0;
  height: 25px;
  overflow: visible;
  display: inline-block;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  font-weight: 500; }

.landing-page-container.glove-tech-lp .glove-tech-section__testing .horizontal-bar-graph-label {
  display: table-cell;
  border-right: 1px solid #dddddd;
  text-align: right;
  padding: 4px 10px 4px 0;
  vertical-align: baseline;
  white-space: nowrap;
  font-size: 0.8rem; }

.landing-page-container.glove-tech-lp .glove-tech-section__testing .horizontal-bar-graph-value {
  display: table-cell;
  padding: 3px 0;
  vertical-align: baseline;
  width: 100%;
  font-size: 0.8rem; }

.landing-page-container.glove-tech-lp .glove-tech-section__testing .horizontal-bar-graph-segment {
  display: table-row;
  color: #ffffff; }

.landing-page-container.glove-tech-lp .lp__small-banner {
  background-image: url("../jpg/proflex-bannero2kfc9.jpg"); }
