.productBoxTitle {
  line-height: 34px; }
  .productBoxTitle span {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.4em;
    color: #777; }
  .productBoxTitle:before {
    display: none; }

.productBoxesWrap {
  display: flex;
  position: relative;
  flex-direction: column; }
  .productBoxesWrap.fullLength {
    flex-direction: row; }
    .productBoxesWrap.fullLength:before {
      display: none; }
  .productBoxesWrap .productBox {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px; }
    .productBoxesWrap .productBox.boxCenter .productBoxImageWrap {
      align-self: center; }
      .productBoxesWrap .productBox.boxCenter .boxCenterAlignment {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap; }
        .productBoxesWrap .productBox.boxCenter .boxCenterAlignment .boxCenterInfo {
          display: flex;
          flex-direction: column;
          width: 100%;
          margin-top: 0;
          justify-content: space-between;
          margin-top: 20px; }
    .productBoxesWrap .productBox:hover, .productBoxesWrap .productBox:focus {
      cursor: default; }
      .productBoxesWrap .productBox:hover .productBoxImageWrap img, .productBoxesWrap .productBox:focus .productBoxImageWrap img {
        scale: 0.9;
        transition: 0.2s ease-in-out; }
  .productBoxesWrap .newProductTag {
    background: #ffed00;
    padding: 5px 20px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #222;
    font-size: 0.8rem;
    border-radius: 20px;
    display: inline-block;
    line-height: 18px;
    height: 26px;
    margin-right: auto;
    text-transform: uppercase; }
  .productBoxesWrap h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: black; }
    .productBoxesWrap h4 span {
      font-weight: normal; }
  .productBoxesWrap .productBoxImageWrap {
    background: #f7f7f7; }
    .productBoxesWrap .productBoxImageWrap img {
      scale: 0.8;
      transition: 0.2s ease-in-out; }
  .productBoxesWrap .productDesc {
    margin: 20px 0;
    min-height: 48px; }
  .productBoxesWrap .productExtras {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #f7f7f7;
    font-weight: bold; }
    .productBoxesWrap .productExtras .extra {
      padding: 10px 30px; }
    .productBoxesWrap .productExtras span.extra {
      background: #ffed00;
      font-weight: bold;
      letter-spacing: 3px;
      display: flex;
      line-height: 44px;
      width: 100%; }
    .productBoxesWrap .productExtras .colors {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      padding-right: 0; }
      .productBoxesWrap .productExtras .colors .color {
        padding: 10px 30px;
        display: flex;
        align-items: center;
        flex-wrap: wrap; }

.colorCircle {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  margin-right: 10px;
  margin-bottom: 5px; }

.productsHorizontalDivider {
  height: 4px;
  background: #222;
  width: 100%; }

@media (min-width: 768px) {
  .productBoxesWrap {
    flex-direction: row; }
    .productBoxesWrap .boxLeft {
      padding-right: 40px; }
    .productBoxesWrap .boxRight {
      padding-left: 40px; }
    .productBoxesWrap:before {
      content: '';
      height: 100%;
      background: #222;
      position: absolute;
      width: 4px;
      left: calc(50% - 2px);
      top: 0; }
    .productBoxesWrap.fullLength .productBox.boxCenter .boxCenterAlignment {
      flex-direction: row; }
      .productBoxesWrap.fullLength .productBox.boxCenter .boxCenterAlignment .productBoxImageWrap {
        width: 50%; }
      .productBoxesWrap.fullLength .productBox.boxCenter .boxCenterAlignment .boxCenterInfo {
        width: 50%;
        padding-left: 40px;
        margin-top: 0; } }

@media (min-width: 576px) and (max-width: 767px) {
  .productBoxesWrap .productExtras span.extra {
    width: auto; } }

@media (min-width: 1200px) {
  .productBoxesWrap .productExtras span.extra {
    width: auto; } }

.riserDisplay {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  .riserDisplay img {
    width: 100%; }
  .riserDisplay h4 {
    color: white; }
  .riserDisplay .riserPic {
    width: 100%; }
    .riserDisplay .riserPic img {
      width: 100%;
      display: none;
      transition: 0.5s ease all; }
  .riserDisplay .riserInfo {
    width: 100%; }
  .riserDisplay .riserIntro img {
    height: 60px;
    width: auto; }
  .riserDisplay .riserUSP ul {
    padding-left: 20px; }
    .riserDisplay .riserUSP ul li {
      list-style-type: none;
      position: relative;
      margin-bottom: 10px; }
      .riserDisplay .riserUSP ul li:before {
        content: '';
        width: 8px;
        height: 100%;
        left: -20px;
        top: calc(50% - 50%);
        background-color: #ffed00;
        position: absolute;
        vertical-align: middle; }
  .riserDisplay img.active {
    display: block;
    transition: 0.5s ease all;
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s; }
  .riserDisplay .dropdown {
    width: 100%;
    border: 1px solid;
    font-weight: bold;
    text-transform: uppercase; }
  .riserDisplay .nav-pills > li > a {
    border-radius: 0; }
  .riserDisplay .dropdown > a {
    color: #222; }
  .riserDisplay .dropdown-menu {
    width: 100%; }

.riserSpecsTable {
  border: 2px solid #777;
  width: 100%; }
  .riserSpecsTable tr {
    border-bottom: 1px solid #777; }
  .riserSpecsTable th {
    font-family: 'industry', sans-serif;
    font-size: 1.2em;
    font-weight: 100;
    text-align: right;
    padding: 5px 10px; }
  .riserSpecsTable td {
    padding: 5px 10px; }

select.riserColors {
  display: block;
  height: 30px;
  width: 50%;
  border-radius: 5px;
  background-color: #222;
  margin-bottom: 30px;
  border: 1px solid #777;
  border-radius: 0px;
  color: white;
  text-transform: uppercase;
  width: 100%; }
  select.riserColors:focus {
    outline: none; }
  select.riserColors .dropdownOpt {
    background-color: transparent;
    position: relative; }
    select.riserColors .dropdownOpt:hover, select.riserColors .dropdownOpt:focus {
      background-color: red; }

@media (min-width: 768px) {
  .riserDisplay {
    flex-direction: row;
    padding-top: 100px; }
    .riserDisplay .riserPic {
      width: 50%; }
    .riserDisplay .riserInfo {
      width: 50%; } }

a.productListHover {
  display: block; }
  a.productListHover:hover .productList:before, a.productListHover:focus .productList:before {
    right: -12px;
    transition: 0.2s ease-in-out; }
    a.productListHover:hover .productList:after, a.productListHover:focus .productList:after {
      opacity: 1;
      right: 20px;
      transition: 0.2s ease-in-out; }

.productList {
  padding: 20px;
  display: flex;
  flex-direction: column;
  border-radius: 2px;
  border: 2px solid #777;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden; }
  .productList:before {
    content: '';
    display: block;
    background: #ffed00;
    position: absolute;
    top: 0;
    right: -30%;
    width: 30%;
    height: 100%;
    transform: skewX(-10deg);
    transition: 0.2s ease-in-out; }
  .productList:after {
    content: '\2192';
    display: block;
    position: absolute;
    color: #222;
    transition: 0.2s ease-in-out;
    bottom: 10px;
    right: 50px;
    opacity: 0; }
  .productList span.process {
    background: #ffed00;
    display: block;
    border-radius: 50px;
    font-weight: bold;
    color: #222;
    padding: 3px 15px;
    text-transform: uppercase;
    margin: 0 auto 0 0;
    font-size: 0.8em; }
  .productList h3 {
    color: white;
    margin-bottom: 0; }
  .productList p {
    color: #ccc;
    font-size: 0.8em;
    margin-bottom: 0; }
/** PRODUCT CARDS --**/
.productCardHover {
  display: block;
  margin-top: 50px; }
  .productCardHover.newProduct:after {
    content: 'NEW!';
    background: #ffed00;
    color: black;
    position: absolute;
    right: 0;
    width: auto;
    height: 40px;
    top: 10px;
    padding: 5px 35px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    line-height: 30px;
    font-weight: bold; }

.productCardWrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 2px solid #777;
  border-radius: 2px;
  padding: 20px; }

.productCardImage {
  width: 150px;
  margin-top: -20px;
  overflow: hidden;
  height: 228px;
  position: relative; }

.productCardDetails {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px 0;
  margin: 0 auto;
  padding-left: 20px; }
  .productCardDetails h3 {
    color: white;
    margin-bottom: 0; }
  .productCardDetails p {
    color: #ccc;
    font-size: 0.8em;
    margin-bottom: 0; }

span.process {
  background: #ffed00;
  display: block;
  border-radius: 50px;
  font-weight: bold;
  color: #222;
  padding: 3px 15px;
  text-transform: uppercase;
  margin: 0 auto 0 0;
  font-size: 0.8em; }

.cardProductImg {
  opacity: 0;
  position: absolute;
  bottom: 0; }

.productCardHover:hover .productCardImage .cardProductImg, .productCardHover:focus .productCardImage .cardProductImg {
  opacity: 1;
  width: 100px; }

.riser-native-select-hidden {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0; }

.riser-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.riser-dropdown-wrap {
  position: relative;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px; }
  .riser-dropdown-wrap button {
    background: #222;
    color: white;
    outline: none; }

.riser-color-select {
  position: relative;
  width: 100%;
  margin-bottom: 20px; }
  .riser-color-select.is-open .riser-color-select__panel {
    display: block; }
    .riser-color-select.is-open .riser-color-select__caret {
      transform: rotate(180deg); }
  .riser-color-select__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    font-size: 15px;
    line-height: 1.3;
    text-align: left; }
  .riser-color-select__trigger-label {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0; }
  .riser-color-select__trigger-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .riser-color-select__caret {
    flex: 0 0 auto;
    transition: transform 0.2s ease; }
  .riser-color-select__panel {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    z-index: 1000;
    width: 100%;
    max-height: 360px;
    overflow: auto;
    background: #222;
    border: 1px solid #ccc;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    padding: 8px;
    display: none; }
  .riser-color-select__group {
    padding: 4px 0; }
  .riser-color-select__group + .riser-color-select__group {
    border-top: 1px solid #777;
    margin-top: 6px;
    padding-top: 10px; }
  .riser-color-select__group-label {
    font-size: 1rem;
    font-weight: 700;
    color: #777;
    padding: 6px 10px;
    font-family: 'industry', sans-serif; }
  .riser-color-select__option {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 0;
    background: transparent;
    border-radius: 8px;
    padding: 10px;
    text-align: left;
    cursor: pointer;
    font-size: 14px; }
    .riser-color-select__option:hover, .riser-color-select__option.is-focused {
      background: #ffed00;
      color: black;
      transition: 0.2s ease-in-out; }
    .riser-color-select__option[aria-selected="true"] {
      background: black;
      color: white; }
    .riser-color-select__option.is-disabled {
      opacity: 0.5;
      cursor: not-allowed; }
  .riser-color-select__option-label {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0; }
  .riser-color-select__option-text {
    overflow: hidden;
    text-overflow: ellipsis; }
  .riser-color-select__swatches {
    position: relative;
    width: 28px;
    height: 16px;
    flex: 0 0 28px; }
  .riser-color-select__swatch {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    position: absolute;
    top: 1px;
    box-sizing: border-box; }
    .riser-color-select__swatch--single {
      left: 7px; }
    .riser-color-select__swatch--first {
      left: 1px; }
    .riser-color-select__swatch--second {
      left: 13px; }
/** PRODUCT COLORS **/
.colorBrass {
  background: #e1c964; }

.colorBlack {
  background: #000; }

.colorGray {
  background: #ccc; }

.colorBlackGray {
  background: linear-gradient(-45deg, #000 50%, #ccc 50%); }

.colorBrown {
  background: #8e4d21; }

.colorWhiteGray {
  background: linear-gradient(-45deg, #fff 50%, #ccc 50%); }

.colorOrangeGray {
  background: linear-gradient(-45deg, #ff7c00 50%, #ccc 50%); }

.colorGreenGray {
  background: linear-gradient(-45deg, #24c063 50%, #ccc 50%); }

.colorBlueGray {
  background: linear-gradient(-45deg, #1373c6 50%, #ccc 50%); }

.colorPurpleGray {
  background: linear-gradient(-45deg, #ae0fc5 50%, #ccc 50%); }

.colorRedGray {
  background: linear-gradient(-45deg, #c7000c 50%, #ccc 50%); }

.colorSpectra {
  background: linear-gradient(-45deg, #1373c6 0%, #fff230 50%, #ae0fc5 100%); }

.colorGold {
  background: linear-gradient(-45deg, rgba(204, 161, 92, 1) 0%, rgba(255, 243, 59, 1) 35%, rgba(145, 112, 58, 1) 75%, rgba(226, 200, 48, 1) 100%); }

.colorBlue {
  background: #1373c6; }

.colorRed {
  background: #c7000c; }

.colorGreen {
  background: #24c063; }

.colorPurple {
  background: #ae0fc5; }

.colorOrange {
  background: #ff7c00; }

.colorTurquoise {
  background: #30d5c8; }

.colorSmoke {
  background: #9e9e9e; }

.colorBronze {
  background: #89664d; }

.black {
  background: #000; }

.blue {
  background: #1373c6; }

.sky-blue {
  background: #1ddcfb; }

.red {
  background: #c7000c; }

.orange {
  background: #ff7c00; }

.purple {
  background: #ae0fc5; }

.pink {
  background: #e95fb1; }

.smoke {
  background: #9e9e9e; }

.green {
  background: #24c063; }

.dark-green {
  background: #466b3e; }

.bronze {
  background: #89664d; }

.midnight-blue {
  background: #1b2c87; }

.white {
  background: #fff; }

.lime {
  background: #b1f3b1; }

.peach {
  background: #f7c3b7; }

.lavender {
  background: #c7a2bc; }

.copper {
  background: #cd7f32; }

.earth {
  background: #bdac9a; }

.chameleon {
  background: #083690; }

.gray {
  background: #9e9e9e; }

.rose-gold {
  background: #d3acb4; }

.productBoxTitle {
  line-height: 34px; }
  .productBoxTitle span {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.4em;
    color: #777; }
  .productBoxTitle:before {
    display: none; }

.productBoxesWrap {
  display: flex;
  position: relative;
  flex-direction: column; }
  .productBoxesWrap .productBox {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    justify-content: space-between; }
    .productBoxesWrap .productBox:hover, .productBoxesWrap .productBox:focus {
      cursor: default; }
    .productBoxesWrap .productBox:hover .productBoxImageWrap img, .productBoxesWrap .productBox:focus .productBoxImageWrap img {
      scale: 0.9;
      transition: 0.2s ease-in-out; }
  .productBoxesWrap .gapFiller {
    background-color: #ffed00;
    background-image: url("/images/new_filler.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    justify-content: center;
    align-items: center; }
  .productBoxesWrap h4 {
    font-family: 'industry', sans-serif;
    font-weight: bold;
    color: black; }
    .productBoxesWrap h4 span {
      font-weight: 200; }
  .productBoxesWrap .productBoxImageWrap {
    background: #f7f7f7; }
    .productBoxesWrap .productBoxImageWrap img {
      scale: 0.8;
      transition: 0.2s ease-in-out; }
  .productBoxesWrap .productDesc {
    margin: 20px 0;
    min-height: 48px;
    color: #222; }
  .productBoxesWrap .productExtras {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #f7f7f7;
    font-weight: bold; }
    .productBoxesWrap .productExtras .extra {
      padding: 10px 30px; }
    .productBoxesWrap .productExtras span.extra {
      background: #ffed00;
      font-weight: bold;
      letter-spacing: 3px;
      display: flex;
      line-height: 44px;
      width: 100%; }
    .productBoxesWrap .productExtras .colors {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      padding-right: 0; }
    .productBoxesWrap .productExtras .colors .color {
      padding: 10px 30px;
      display: flex;
      align-items: center; }

.colorCircle {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  margin-right: 10px;
  border: 2px solid #ccc;
  transition: 0.2s ease-in; }
  .colorCircle:hover, .colorCircle:focus {
    border: 2px solid white;
    transition: 0.2s ease-in;
    cursor: pointer; }

@media (min-width: 768px) {
  .productBoxesWrap {
    flex-direction: row; }
    .productBoxesWrap .boxLeft {
      padding-right: 40px; }
    .productBoxesWrap .boxRight {
      padding-left: 40px; }
    .productBoxesWrap:before {
      content: '';
      height: 100%;
      background: #222;
      position: absolute;
      width: 4px;
      left: calc(50% - 2px);
      top: 0; } }

@media (min-width: 576px) and (max-width: 767px) {
  .productBoxesWrap .productExtras span.extra {
    width: auto; } }

@media (min-width: 1200px) {
  .productBoxesWrap .productExtras span.extra {
    width: auto; } }

.imageContainer img {
  transition: all 0.5s ease;
  max-width: 100%;
  width: 100%;
  height: auto;
  display: none; }
  .imageContainer img.active {
    display: block;
    transition: all 0.5s ease;
    animation: fadeIn ease 1s; }

.kineticSlider {
  background-image: url("/images/slider_bg.jpg");
  position: absolute;
  top: 0;
  width: 100%; }
  .kineticSlider .sliderWrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 1400px;
    width: 80%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 100vh;
    padding: 0 50px; }
  .kineticSlider .carousel-inner {
    height: 100vh; }
  .kineticSlider .kineticSliderPic {
    margin-bottom: 50px;
    margin-right: 0; }
  .kineticSlider .kineticSliderText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 50px; }
  .kineticSlider .kineticSliderText h2 {
    letter-spacing: 0;
    margin: 0;
    position: relative; }
  .kineticSlider .kineticSliderText h2:before {
    display: none; }
  .kineticSlider .kineticSliderText h3 {
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    font-style: normal; }
  .kineticSlider .carousel-indicators li {
    width: 20px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50px; }

span.tag.tagNew {
  background: linear-gradient(to top left, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.0) 45%, rgba(255, 255, 255, 0.5) 48%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.5) 52%, rgba(255, 255, 255, 0.0) 57%, rgba(255, 255, 255, 0.0) 100%), #ffed00;
  border-radius: 50px;
  width: 100px;
  height: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  line-height: 30px;
  font-size: 1rem;
  color: #343434;
  text-align: center;
  letter-spacing: 5px;
  background-size: 300px 300px, 100% 100%;
  background-position: -250px -250px, center;
  background-repeat: no-repeat;
  animation: ShineAnimation 5s infinite cubic-bezier(0.12, 0.89, 0.98, 0.47);
  animation-delay: 3s;
  box-sizing: border-box;
  clear: both;
  cursor: default; }

@keyframes ShineAnimation {
  to {
    background-position: 250px 250px, center; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .kineticSlider .kineticSliderPic {
    max-height: 700px;
    overflow: hidden; } }

@media (min-width: 1200px) {
  .kineticSlider .sliderWrap {
    flex-direction: row;
    flex-wrap: nowrap; }
    .kineticSlider .kineticSliderPic {
      margin-right: 50px;
      margin-bottom: 0;
      width: 40%; }
    .kineticSlider .kineticSliderText {
      margin-top: 0; } }

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  min-height: 91px;
  font-family: 'industry', sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  z-index: 1000;
  transition: 0.2s ease-in; }
  .navbar.sticky {
    border-color: #777;
    min-height: 62px;
    box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, .6);
    padding: 0 20px; }
  .navbar.sticky .navbar__inner {
    min-height: 62px; }
  .navbar.sticky .navbar__logo img {
    max-height: 42px; }
  .navbar button:focus {
    outline: none; }
  .navbar__inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    transition: min-height 0.28s ease; }
  .navbar__logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 auto;
    width: auto;
    max-width: 180px;
    min-width: 0;
    text-decoration: none;
    position: relative;
    z-index: 2; }
  .navbar__logo img {
    display: block;
    width: 100%;
    max-width: 180px;
    height: auto;
    max-height: 54px;
    object-fit: contain;
    transition: max-height 0.28s ease; }
  .navbar__toggle {
    display: none;
    width: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    position: relative;
    cursor: pointer;
    flex: 0 0 auto; }
  .navbar__toggle span {
    position: absolute;
    left: 10px;
    right: 10px;
    height: 2px;
    background: white;
    border-radius: 999px;
    transition: transform 0.28s ease, opacity 0.18s ease, top 0.28s ease; }
  .navbar__toggle span:nth-child(1) {
    top: 15px; }
  .navbar__toggle span:nth-child(2) {
    top: 23px; }
  .navbar__toggle span:nth-child(3) {
    top: 31px; }
  .navbar__toggle[aria-expanded='true'] span:nth-child(1) {
    top: 23px;
    transform: rotate(45deg); }
  .navbar__toggle[aria-expanded='true'] span:nth-child(2) {
    opacity: 0; }
  .navbar__toggle[aria-expanded='true'] span:nth-child(3) {
    top: 23px;
    transform: rotate(-45deg); }
  .navbar__nav {
    flex: 1 1 auto;
    min-width: 0;
    margin-left: auto;
    display: flex;
    justify-content: flex-end; }
  .navbar__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px; }
  .navbar__item {
    position: relative; }
  .navbar__item--has-mega {
    position: static; }
  .navbar__link {
    position: relative;
    min-height: 48px;
    padding: 12px 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 0;
    background: transparent;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    white-space: nowrap;
    transition: color 0.18s ease, transform 0.18s ease; }
  .navbar__link:hover, .navbar__link:focus {
    color: white;
    text-decoration: none;
    transform: translateY(-1px); }
  .navbar__link--button {
    appearance: none; }
  .navbar__link--button:focus {
    outline: none; }
  .navbar__link::after {
    content: '';
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 8px;
    height: 2px;
    background: #ffed00;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1); }
  .navbar__caret {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
    flex: 0 0 auto;
    margin-top: -10px; }
  .navbar__item--has-mega:hover > .navbar__link::after, .navbar__item--has-mega:focus-within > .navbar__link::after, .navbar__item--has-mega.is-open > .navbar__link::after, .navbar__link:hover::after, .navbar__link:focus::after {
    transform: scaleX(1); }
  .navbar__item--has-mega:hover > .navbar__link .navbar__caret, .navbar__item--has-mega:focus-within > .navbar__link .navbar__caret, .navbar__item--has-mega.is-open > .navbar__link .navbar__caret {
    transform: rotate(-135deg) translateY(-1px);
    margin-top: -8px; }

.mega-menu {
  position: fixed;
  top: 91px;
  left: 0;
  width: 100%;
  background: #222;
  box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  z-index: 999;
  display: block;
  transition: 0.2s ease-in; }
  .mega-menu__inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 50px 16px;
    display: grid;
    grid-template-columns: 2fr 1.3fr 1.3fr 1fr;
    gap: 24px;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.28s ease, transform 0.42s cubic-bezier(0.22, 1, 0.36, 1); }
  .mega-menu__group {
    min-width: 0;
    opacity: 0;
    transform: translateY(8px);
    border-left: 1px solid #777;
    padding-left: 20px;
    transition: opacity 0.28s ease, transform 0.42s cubic-bezier(0.16, 1, 0.3, 1); }
  .mega-menu__group:nth-child(1) {
    transition-delay: 0.02s; }
  .mega-menu__group:nth-child(2) {
    transition-delay: 0.05s; }
  .mega-menu__group:nth-child(3) {
    transition-delay: 0.08s; }
  .mega-menu__group:nth-child(4) {
    transition-delay: 0.11s; }
  .mega-menu__group-title {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    color: white;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.3;
    transition: color 0.18s ease, transform 0.18s cubic-bezier(0.22, 1, 0.36, 1); }
  .mega-menu__group-title:hover, .mega-menu__group-title:focus {
    color: white;
    text-decoration: none;
    transform: translateX(2px); }
  .mega-menu__links {
    list-style: none;
    margin: 0;
    padding: 0; }
  .mega-menu__links li {
    margin: 0;
    padding: 0; }
  .mega-menu__links li + li {
    margin-top: 8px; }
  .mega-menu__links a {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    color: #ccc;
    text-decoration: none;
    line-height: 1.45;
    transition: color 0.18s ease, transform 0.18s cubic-bezier(0.22, 1, 0.36, 1); }
  .mega-menu__links a::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 2px;
    margin-right: 0;
    margin-top: -5px;
    background: #ffed00;
    opacity: 0;
    transition: width 0.18s cubic-bezier(0.22, 1, 0.36, 1), margin-right 0.18s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.18s ease; }
  .mega-menu__links a:hover, .mega-menu__links a:focus {
    color: white;
    text-decoration: none;
    transform: translateX(4px); }
    .mega-menu__links a:hover::before, .mega-menu__links a:focus::before {
      width: 10px;
      margin-right: 8px;
      opacity: 1; }
  .mega-menu__group-toggle {
    display: none; }
  .mega-menu__group-panel {
    display: block; }

.menu-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  padding: 4px 10px 3px;
  margin-top: -2px;
  border-radius: 20px;
  font-size: 0.7em;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  vertical-align: middle;
  font-family: 'Montserrat', sans-serif; }
  .menu-badge--new {
    background: #ffed00;
    color: #222; }

.navbar__item--has-mega:hover > .mega-menu, .navbar__item--has-mega:focus-within > .mega-menu, .navbar__item--has-mega.is-open > .mega-menu, .mega-menu:hover, .mega-menu:focus-within {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0); }

.navbar__item--has-mega:hover > .mega-menu .mega-menu__inner, .navbar__item--has-mega:focus-within > .mega-menu .mega-menu__inner, .navbar__item--has-mega.is-open > .mega-menu .mega-menu__inner, .mega-menu:hover .mega-menu__inner, .mega-menu:focus-within .mega-menu__inner {
  opacity: 1;
  transform: translateY(0); }

.navbar__item--has-mega:hover > .mega-menu .mega-menu__group, .navbar__item--has-mega:focus-within > .mega-menu .mega-menu__group, .navbar__item--has-mega.is-open > .mega-menu .mega-menu__group, .mega-menu:hover .mega-menu__group, .mega-menu:focus-within .mega-menu__group {
  opacity: 1;
  transform: translateY(0); }

.navbar.sticky .mega-menu {
  top: 62px; }

.mega-menu__group--recurve_risers .mega-menu__links {
  column-count: 2;
  column-gap: 24px; }
  .mega-menu__group--recurve_risers .mega-menu__links li {
    break-inside: avoid;
    page-break-inside: avoid; }

@media (max-width: 992px) {
  .navbar__inner {
    padding-left: 12px;
    padding-right: 12px;
    min-height: 76px;
    gap: 12px; }
    .navbar.sticky .navbar__inner {
      min-height: 70px; }
    .navbar__logo {
      max-width: 140px; }
    .navbar__logo img {
      max-width: 140px;
      max-height: 48px; }
    .navbar__toggle {
      display: inline-block;
      margin-left: auto; }
      .navbar__toggle:focus {
        outline: none; }
    .navbar__nav {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      margin-left: 0;
      display: none;
      background: #222;
      box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.25);
      padding: 8px 12px 18px; }
    .navbar__nav.is-open {
      display: block; }
    .navbar__list {
      display: block; }
    .navbar__item {
      width: 100%; }
    .navbar__item--has-mega {
      position: relative; }
    .navbar__link {
      width: 100%;
      padding: 16px 8px;
      justify-content: space-between;
      transform: none; }
      .navbar__link::after {
        left: 8px;
        right: 8px;
        bottom: 10px; }
      .navbar__link:hover, .navbar__link:focus {
        transform: none; }

  .mega-menu {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    display: none;
    z-index: auto;
    transition: none; }
    .mega-menu__inner {
      max-width: none;
      padding: 0;
      display: block;
      opacity: 1;
      transform: none;
      transition: none; }
    .mega-menu__group {
      opacity: 1;
      transform: none;
      transition: none;
      border-left: none;
      padding-left: 0; }
    .mega-menu__group-toggle {
      width: 100%;
      padding: 16px 8px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      border: 0;
      text-transform: uppercase;
      color: white;
      background: transparent;
      font: inherit;
      font-weight: 700;
      text-align: left;
      cursor: pointer;
      transition: color 0.18s ease; }
    .mega-menu__group-title {
      display: none; }
    .mega-menu__group-caret {
      width: 8px;
      height: 8px;
      border-right: 2px solid currentColor;
      border-bottom: 2px solid currentColor;
      transform: rotate(45deg) translateY(-1px);
      transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
      flex: 0 0 auto; }
    .mega-menu__group-panel {
      display: none;
      padding: 0 8px 16px;
      opacity: 0;
      transform: translateY(-6px);
      transition: opacity 0.18s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1); }
    .mega-menu__group.is-open .mega-menu__group-panel {
      display: block;
      opacity: 1;
      transform: translateY(0); }
      .mega-menu__group.is-open .mega-menu__group-caret {
        transform: rotate(-135deg); }

  .navbar__item--has-mega:hover > .mega-menu, .navbar__item--has-mega:focus-within > .mega-menu, .mega-menu:hover, .mega-menu:focus-within {
    display: none; }

  .navbar__item--has-mega.is-open > .mega-menu {
    display: block; }

  .mega-menu__links, .mega-menu__group--recurve_risers .mega-menu__links {
    column-count: 1;
    column-gap: 0; }

  .mega-menu__links a:hover, .mega-menu__links a:focus {
    transform: translateX(2px); } }

@media (prefers-reduced-motion: reduce) {
  .navbar *, .mega-menu *, .mega-menu {
    transition: none !important;
    animation: none !important;
    transform: none !important; } }

h3.accordion-header {
  margin-bottom: -2px;
  color: white; }

.accordion .accordion-item .accordion-button {
  border: 2px solid #ffed00;
  background: transparent;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 10px 20px;
  color: white;
  text-transform: uppercase;
  font-weight: 200;
  display: flex;
  width: 100%; }
  .accordion .accordion-item .accordion-button:focus {
    outline: none; }
  .accordion .accordion-item .accordion-button.collapsed {
    border: 2px solid black;
    border-bottom: 2px solid transparent; }
  .accordion .accordion-item .accordion-body {
    padding: 30px 20px;
    border-top: 2px solid #ffed00; }

.parallax-window {
  background: transparent; }

.kineticProductCard {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
  border: 1px solid #777;
  border-radius: 20px;
  margin-top: 100px;
  padding: 30px 10px;
  transition: 0.2s ease-in-out;
  position: relative;
  min-height: 300px;
  justify-content: space-between; }
  .kineticProductCard .cardImage {
    position: relative;
    z-index: 5; }
  .kineticProductCard .cardImage:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 15%;
    height: 30px;
    width: 70%;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
    filter: blur(5px); }
  .kineticProductCard .cardImage .productImage {
    display: block;
    width: 100%;
    margin-top: -100px; }
  .kineticProductCard .cardImage .cardLogo {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    max-height: 450px;
    z-index: -1;
    opacity: 0;
    transition: 0.2s ease-in; }
  .kineticProductCard .cardInfo {
    text-align: center;
    z-index: 5; }
  .kineticProductCard .cardInfo p {
    color: #ccc;
    transition: 0.2s ease-in;
    margin-bottom: 5px;
    font-size: 12px; }
  .kineticProductCard:hover, .kineticProductCard:focus {
    background: #ffed00;
    background: linear-gradient(-45deg, #ffed00 60%, #222 60%);
    transition: 0.2s ease-in;
    box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
    scale: 1.02;
    cursor: default; }
  .kineticProductCard:hover .cardImage .cardLogo, .kineticProductCard:focus .cardImage .cardLogo {
    opacity: 1;
    transition: 0.2s ease-in; }
  .kineticProductCard:hover .cardInfo h3, .kineticProductCard:focus .cardInfo h3 {
    color: black; }
  .kineticProductCard:hover .cardInfo p, .kineticProductCard:focus .cardInfo p {
    color: #222;
    transition: 0.2s ease-in-out; }
  .kineticProductCard:hover .cardInfo .btnInverse, .kineticProductCard:focus .cardInfo .btnInverse {
    background: black;
    border: 2px solid black; }
  .kineticProductCard.newProduct:after {
    position: absolute;
    content: 'NEW!';
    background: #ffed00;
    color: #222;
    border: 1px solid #343434;
    padding: 2px 15px;
    right: 15px;
    top: 15px;
    border-radius: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    font-weight: bold;
    transition: 0.2s ease-in-out; }

.js-animate-card {
  opacity: 0; }
  .js-animate-card.is-visible {
    opacity: 1; }

.kineticProductCard .cardImage {
  position: relative; }
  .kineticProductCard .productImage {
    will-change: transform;
    pointer-events: none; }

table.kineticTable {
  width: 100%; }
  table.kineticTable th {
    font-family: 'industry', sans-serif;
    font-weight: 300;
    font-size: 1em;
    padding: 10px;
    border-bottom: 2px solid #ffed00;
    text-align: center; }
  table.kineticTable th:first-child {
    text-align: left; }
  table.kineticTable th:last-child {
    text-align: left;
    padding-left: 30px; }
  table.kineticTable td {
    padding: 10px;
    text-align: center;
    font-size: 0.8em; }
  table.kineticTable td:first-child {
    text-align: left;
    white-space: nowrap;
    padding-right: 30px; }
  table.kineticTable td:last-child {
    text-align: left;
    padding-left: 30px; }
  table.kineticTable tr:nth-child(even) {
    background: #2f2f2f;
    transition: 0.2s ease-in; }
  table.kineticTable tr:hover, table.kineticTable tr:focus {
    background: #151515;
    transition: 0.2s ease-in;
    cursor: default; }
  table.kineticTable tr:hover:first-child, table.kineticTable tr:focus:first-child {
    background: transparent; }
  table.kineticTable a.btnTable {
    min-width: 230px; }

@media (min-width: 1000px) {
  table.kineticTable td {
    font-size: 1em; }
    table.kineticTable a.btnTable {
      min-width: 270px; } }

table#tableDealers thead {
  border-bottom: 2px solid #ffed00; }
  table#tableDealers thead th.dt-orderable-asc:hover, table#tableDealers thead th.dt-orderable-desc:hover, table#tableDealers thead th.dt-ordering-asc:hover, table#tableDealers thead th.dt-orderable-asc:focus, table#tableDealers thead th.dt-orderable-desc:focus, table#tableDealers thead th.dt-ordering-asc:focus {
    outline: none; }
  table#tableDealers thead th:last-child {
    text-align: center; }
  table#tableDealers thead th span.dt-column-order:before, table#tableDealers thead th span.dt-column-order:after {
    font-size: 0.5em; }
  table#tableDealers td {
    text-align: left; }
  table#tableDealers td:last-child {
    text-align: center; }

.dt-container .dt-length select {
  margin-right: 10px; }
  .dt-container .dt-length select:focus {
    outline: none; }
  .dt-container .dt-search input {
    margin-left: 10px !important; }
  .dt-container .dt-search input:focus {
    outline: none; }
  .dt-container .dt-paging-button.current:focus {
    outline: none; }

#riserTable th, #limbTable th {
  cursor: pointer;
  user-select: none; }
  #riserTable th .th-content, #limbTable th .th-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    justify-content: center; }
  #riserTable th .sort-icon, #limbTable th .sort-icon {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 16px;
    flex: 0 0 12px;
    color: #777; }
  #riserTable th .sort-icon::before, #limbTable th .sort-icon::before, #riserTable th .sort-icon::after, #limbTable th .sort-icon::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 9px;
    line-height: 1; }
  #riserTable th .sort-icon::before, #limbTable th .sort-icon::before {
    content: '▲';
    top: 0; }
  #riserTable th .sort-icon::after, #limbTable th .sort-icon::after {
    content: '▼';
    bottom: 0; }
  #riserTable th.is-sorted-asc .sort-icon::after, #limbTable th.is-sorted-asc .sort-icon::after {
    content: '▼';
    color: white; }
  #riserTable th.is-sorted-desc .sort-icon::before, #limbTable th.is-sorted-desc .sort-icon::before {
    content: '▲';
    color: white; }
  #riserTable tr:hover, #limbTable tr:hover, #riserTable tr:focus, #limbTable tr:focus {
    cursor: pointer; }

.homeHero_new {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 1fr);
  align-items: center;
  gap: 2rem;
  width: 100%;
  min-height: 700px;
  position: relative; }
  .homeHero_new * {
    font-family: "industry", sans-serif; }
  .homeHero_new .productDisplay {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0; }
  .homeHero_new .productDisplay .productImage {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2; }
  .homeHero_new .productDisplay .productImage img {
    display: block;
    max-width: 100%;
    max-height: 650px;
    width: auto;
    height: auto;
    object-fit: contain;
    will-change: transform;
    transform: translate3d(0, 0, 0); }
  .homeHero_new .productInfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0; }
  .homeHero_new .productInfo h3 {
    margin: 0 0 1rem;
    font-weight: 700; }
  .homeHero_new .productInfo .productInfoBlock {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid #222;
    padding: 2rem;
    padding-bottom: 4rem;
    border-radius: 20px;
    box-shadow: 1px 20px 32px -8px rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(10px); }
  .homeHero_new .productInfo .productInfoBlock .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem; }
    .homeHero_new .productInfo .productInfoBlock .wrap .stat {
      flex: 1 1 140px;
      min-width: 140px; }
      .homeHero_new .productInfo .productInfoBlock .wrap .stat img {
        display: block;
        margin-bottom: 0.5rem;
        width: 30px; }
      .homeHero_new .productInfo .productInfoBlock .wrap .stat h4 {
        margin: 0 0 0.25rem;
        font-weight: 700;
        font-size: 0.9em; }
      .homeHero_new .productInfo .productInfoBlock .wrap .stat span {
        display: block; }
  .homeHero_new .productInfo .productInfoBlock p {
    margin: 0;
    line-height: 1.8;
    font-size: 0.9rem; }
  .homeHero_new .productInfo .buttons {
    margin: -1.5rem auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 90%;
    z-index: 1; }
  .homeHero_new .productInfo .buttons .btnMain {
    margin: 0;
    box-shadow: 1px 1px 30px 0px rgba(255, 237, 0, 0.75);
    font-family: "industry", sans-serif;
    font-weight: bold;
    letter-spacing: 0;
    padding: 10px 30px 6px; }
  .homeHero_new .productInfo .buttons .sliderNav {
    display: flex;
    align-items: center;
    gap: 0.625rem; }
    .homeHero_new .productInfo .buttons .sliderNav a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      background-color: #222;
      color: white;
      border: 1px solid #222;
      border-radius: 6px;
      transition: 0.2s ease-in-out;
      text-decoration: none; }
      .homeHero_new .productInfo .buttons .sliderNav a:hover, .homeHero_new .productInfo .buttons .sliderNav a:focus {
        background: #ffed00;
        color: black;
        border-color: transparent; }
  .homeHero_new .riserBg {
    position: absolute;
    width: 171px;
    height: 100%;
    z-index: -1; }

@media (max-width: 991px) {
  .homeHero_new {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 2rem;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px; }
    .homeHero_new .productDisplay {
      order: 1; }
    .homeHero_new .productInfo {
      order: 2; }
      .homeHero_new .productInfo .productInfoBlock .wrap {
        justify-content: center; }
        .homeHero_new .productInfo .productInfoBlock .wrap .stat img {
          margin: 0 auto 0.5rem; }
      .homeHero_new .productInfo .buttons {
        align-items: stretch; }
        .homeHero_new .productInfo .buttons .sliderNav {
          justify-content: center; }
    .homeHero_new .riserBg {
      width: 180px;
      left: -50px;
      top: 80px; } }

@media (max-width: 576px) {
  .homeHero_new .productInfo .productInfoBlock {
    padding: 1.25rem;
    padding-bottom: 3rem; }
    .homeHero_new .productInfo .productInfoBlock .wrap {
      gap: 1rem; }
      .homeHero_new .productInfo .productInfoBlock .wrap .stat {
        min-width: 100%; }
    .homeHero_new .productInfo .buttons {
      flex-direction: row-reverse; }
    .homeHero_new .riserBg {
      width: 150px;
      left: -15px; } }

.animate__animated.animate__delay-100ms {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms; }

.animate__animated.animate__delay-200ms {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms; }

.animate__animated.animate__delay-300ms {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms; }

.kineticGallery {
  display: flex;
  flex-wrap: wrap; }
  .kineticGallery .galleryItem {
    flex: 100%;
    overflow: hidden;
    margin: 4px;
    position: relative;
    border-radius: 20px; }
  .kineticGallery .galleryItem img {
    filter: grayscale(1);
    transition: 0.2s ease-in; }
  .kineticGallery .galleryItem:hover img, .kineticGallery .galleryItem:focus img {
    filter: grayscale(0);
    transition: 0.2s ease-in;
    transform: scale(1.025); }
  .kineticGallery .galleryItem:hover .galleryOverlay, .kineticGallery .galleryItem:focus .galleryOverlay {
    bottom: 0;
    transition: 0.2s ease-in; }
  .kineticGallery .galleryOverlay {
    background: #ffed00;
    padding: 4px 10px;
    position: absolute;
    bottom: -40px;
    width: 100%;
    transition: 0.2s ease-in; }
  .kineticGallery .galleryOverlay a {
    color: black;
    font-family: 'industry', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    display: block;
    width: 100%; }
  .kineticGallery .galleryOverlay i {
    color: black; }

@media screen and (min-width: 481px) {
  .kineticGallery .galleryItem {
    flex: 32%; }
    .kineticGallery .galleryItem:hover img, .kineticGallery .galleryItem:focus img {
      filter: grayscale(0);
      transition: 0.2s ease-in;
      transform: scale(1.025); }
      .kineticGallery .galleryItem:hover .galleryOverlay, .kineticGallery .galleryItem:focus .galleryOverlay {
        bottom: 0;
        transition: 0.2s ease-in; }
    .kineticGallery .galleryOverlay {
      padding: 4px 10px;
      bottom: -40px; } }

.stats-rings-row {
  row-gap: 2rem;
  margin-top: 40px; }

.stat-ring-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; }

.stat-ring {
  --size: 180px;
  --stroke: 10;
  --duration: 1600ms;
  --track: black;
  --progress: #ffed00;
  --text: #777;
  position: relative;
  width: var(--size);
  height: var(--size);
  flex: 0 0 auto; }

.stat-ring__svg {
  display: block;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg); }

.stat-ring__track, .stat-ring__progress {
  fill: none;
  stroke-width: var(--stroke); }

.stat-ring__track {
  stroke: var(--track); }

.stat-ring__progress {
  stroke: var(--progress);
  stroke-linecap: round;
  stroke-dasharray: 314.159;
  stroke-dashoffset: 314.159; }

.stat-ring__content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none; }

.stat-ring__value {
  margin: 0;
  color: var(--text);
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap; }

.stat-ring__label {
  margin: 1rem 0 0;
  font-size: 1rem;
  color: white;
  line-height: 1.3; }

body {
  background: #222;
  font-family: 'Montserrat', sans-serif;
  color: white; }

.bg-light {
  background: white;
  color: black; }

header {
  display: block;
  position: relative; }

.kineticHeader {
  background-position: center center;
  background-attachment: fixed;
  background-size: cover; }
  .kineticHeader .mcWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 400px; }

h1 {
  font-family: 'industry', sans-serif;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic; }
  h1 span {
    font-weight: 200; }

@media (min-width: 1200px) {
  h1 {
    font-size: 3em; } }

.hiddenSmUp {
  display: block; }

@media (min-width: 768px) {
  .hiddenSmUp {
    display: none; } }

span.version {
  font-weight: 100;
  color: #ccc; }

h2 {
  font-family: 'industry', sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  font-size: 3em;
  position: relative; }

h2.small {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: white;
  font-family: 'Montserrat', sans-serif;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0; }
  h2.small:before {
    display: none; }

h3 {
  font-family: 'industry', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  color: #777; }

h3.productTitle {
  font-size: 3rem;
  line-height: 34px;
  margin-bottom: 60px;
  position: relative;
  color: white; }
  h3.productTitle span.subcategory {
    font-size: 0.3em;
    font-weight: bold;
    color: #ccc;
    font-family: 'Montserrat', sans-serif; }
  h3.productTitle:before {
    content: '';
    position: absolute;
    height: 8px;
    width: 80px;
    bottom: -30px;
    left: 0;
    background-color: #ffed00; }

h4 {
  color: #777;
  font-family: 'industry', sans-serif;
  text-transform: uppercase;
  font-weight: bold; }
  h4.kineticSlogan {
    text-transform: none; }

hr {
  border-top: 1px solid rgba(0, 0, 0, .2); }

span.kineticColor {
  color: #ffed00; }

img.imgResponsive {
  display: block;
  width: 100%; }

img.productImg {
  width: 100%; }

.textHighlight {
  font-family: 'industry', sans-serif;
  color: #ffed00;
  font-size: 2em;
  font-style: italic;
  text-transform: uppercase; }

a.btnSmall {
  font-size: 0.8em; }

a.btnBig {
  font-size: 1.2em; }

a.btnMain {
  background: #ffed00;
  display: inline-block;
  overflow: hidden;
  border: 2px solid #ffed00;
  border-radius: 50px;
  color: #222;
  font-family: 'industry', sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 10px 0;
  text-transform: uppercase;
  padding: 10px 30px 6px;
  position: relative;
  transition: 0.2s ease-in;
  z-index: 10; }
  a.btnMain:hover, a.btnMain:focus {
    color: white;
    border-color: black;
    background: black; }

a.btnInverse {
  background: transparent;
  display: inline-block;
  overflow: hidden;
  border: 2px solid #ffed00;
  border-radius: 50px;
  color: white;
  font-family: 'industry', sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 10px 0;
  text-transform: uppercase;
  padding: 10px 30px 6px;
  position: relative;
  transition: 0.2s ease-in;
  z-index: 10; }
  a.btnInverse:before {
    position: absolute;
    content: '';
    left: calc(-100% - 10px);
    top: 0;
    background: #ffed00;
    width: calc(100% + 4px);
    height: 100%;
    transition: 0.2s ease-in;
    z-index: -1;
    transform: skewX(-20deg); }
  a.btnInverse:hover, a.btnInverse:focus {
    color: #222; }
  a.btnInverse:hover:before, a.btnInverse:focus:before {
    left: -2px;
    transition: 0.2s ease-in; }

.py-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important; }

.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important; }

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pt-0 {
  padding-top: 0 !important; }

ul.kinetic_ul_links {
  padding-left: 24px; }
  ul.kinetic_ul_links li {
    list-style-type: none;
    position: relative; }
  ul.kinetic_ul_links li a {
    color: #777;
    text-transform: uppercase;
    font-weight: bold; }
  ul.kinetic_ul_links li a:before {
    position: absolute;
    font-family: FontAwesome;
    content: '\f105';
    left: -20px;
    top: 0;
    color: #ffed00;
    transition: 0.2s ease-in; }
  ul.kinetic_ul_links li a:hover, ul.kinetic_ul_links li a:focus {
    color: #777; }
    ul.kinetic_ul_links li a:hover:before, ul.kinetic_ul_links li a:focus:before {
      transition: 0.2s ease-in;
      left: -15px; }

ul.kinetic_ul {
  padding-left: 24px; }
  ul.kinetic_ul li {
    list-style-type: none;
    position: relative; }
  ul.kinetic_ul li:before {
    position: absolute;
    font-family: FontAwesome;
    content: '\f105';
    left: -20px;
    top: 0;
    color: #ffed00; }

.imgHoverWrap {
  position: relative; }
  .imgHoverWrap .imgHoverText {
    position: absolute;
    background: #ffed00;
    width: 100%;
    bottom: 0px;
    transition: 0.2s ease-in-out;
    opacity: 0; }
  .imgHoverWrap .imgHoverText p {
    margin: 0; }
  .imgHoverWrap .imgHoverText a {
    padding: 5px 10px;
    color: #222;
    font-weight: bold;
    display: block; }
  .imgHoverWrap:hover .imgHoverText, .imgHoverWrap:focus .imgHoverText {
    bottom: 10px;
    transition: 0.2s ease-in-out;
    opacity: 1; }

ul.statShowcase {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between; }
  ul.statShowcase li {
    position: relative;
    list-style-type: none;
    margin-right: 20px;
    margin-bottom: 20px; }
  ul.statShowcase li span img {
    width: 50px;
    margin-bottom: 10px; }

ul.riserStats li:first-child {
  display: none; }
  ul.riserStats li:last-child {
    margin-right: 0; }

@media (min-width: 1000px) {
  ul.statShowcase {
    flex-direction: row; } }

a {
  color: #ffed00;
  transition: 0.2s ease-in; }
  a:hover, a:focus, a:active {
    color: #fff133;
    text-decoration: none;
    transition: 0.2s ease-in; }

hr {
  margin: 30px 0; }

#footer {
  padding: 20px 0;
  color: #ccc;
  background: #222; }
  #footer hr {
    margin: 20px 0; }

.footerTop {
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom; }
  .footerTop .footerTopWrap {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 237, 0, .8); }
  .footerTop .footerQuote {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    min-height: 300px; }
  .footerTop .footerQuote .quoteImg {
    width: 80%; }

@media (min-width: 1000px) {
  .footerTop .footerQuote .quoteImg {
    width: 100%; } }

.kineticFooter {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  font-size: 0.8em; }
  .kineticFooter .kineticFooterBox {
    padding: 20px;
    width: 300px; }
  .kineticFooter .kineticFooterBox.box2, .kineticFooter .kineticFooterBox.box3 {
    display: none; }
  .kineticFooter a {
    color: #ffed00;
    transition: 0.2s ease-in; }
  .kineticFooter a:hover, .kineticFooter a:focus, .kineticFooter a:active {
    color: #fff133;
    text-decoration: none;
    transition: 0.2s ease-in; }

ul.kineticSocial {
  display: inline;
  padding-left: 0; }
  ul.kineticSocial li {
    display: inline-block;
    list-style-type: none;
    margin-left: 10px; }
  ul.kineticSocial li:first-child {
    margin-left: 0; }
  ul.kineticSocial li a {
    color: #777;
    display: block;
    width: 30px;
    height: 30px;
    background: black;
    border-radius: 50px;
    transition: 0.2s ease-in-out;
    font-size: 1.2rem;
    text-align: center;
    vertical-align: middle;
    padding: 1px; }
  ul.kineticSocial li a:hover, ul.kineticSocial li a:focus {
    color: black;
    background: #ffed00;
    transition: 0.2s ease-in-out; }

@media (min-width: 1000px) {
  .kineticFooter {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    font-size: 0.8em; }
    .kineticFooter .footerLogo {
      width: 120px; }
    .kineticFooter .kineticFooterBox {
      padding-left: 20px; }
      .kineticFooter .kineticFooterBox:first-child {
        padding-left: 0; }
      .kineticFooter .kineticFooterBox.box6 {
        margin-left: auto; }
      .kineticFooter .kineticFooterBox.box2, .kineticFooter .kineticFooterBox.box3 {
        display: block; } }

.footerQuoteText {
  display: inline-block;
  white-space: nowrap;
  font-family: 'industry', sans-serif;
  font-size: clamp(28px, 4vw, 64px);
  font-weight: 700;
  text-transform: uppercase;
  color: black;
  width: 0;
  overflow: hidden;
  animation: width-ltr 1.2s ease-out 0.4s forwards;
  text-align: center; }

#stage {
  text-align: center;
  padding: 20px; }
  #stage .text {
    font-size: clamp(28px, 5vw, 64px);
    font-family: 'industry', sans-serif;
    font-weight: 700;
    font-style: italic;
    color: black;
    letter-spacing: -0.02em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
    visibility: hidden; }
  #stage .text.is-visible {
    visibility: visible; }
  #stage .text .char {
    display: inline-block;
    white-space: pre; }

.scroll-top {
  position: fixed;
  right: 50px;
  bottom: 50px; }

.btn-toTop {
  background: #ffed00;
  color: #222;
  border-radius: 50px;
  height: 50px;
  width: 50px;
  border: none;
  padding: 0; }
  .btn-toTop .fa {
    line-height: 50px; }
  .btn-toTop:hover, .btn-toTop:focus {
    background: black;
    color: white;
    outline: none;
    box-shadow: none; }
  .btn-toTop:hover:focus {
    outline: none; }

.pinnedWarning {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  padding: 30px;
  border: 2px solid #ffed00;
  font-family: agency fb;
  text-transform: uppercase;
  font-style: italic;
  font-size: 1.5em; }

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease; }

.reveal.active {
  transform: translateY(0);
  opacity: 1; }

::selection {
  background: #ffed00;
  color: black; }

.homeHero {
  height: 100vh;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed; }
  .homeHero .contentWrap {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0 50px; }
  .homeHero .contentWrap .heroImage {
    display: flex;
    height: 100vh;
    margin-right: 50px; }
  .homeHero .contentWrap .heroImage img {
    width: 100%;
    display: block; }
  .homeHero .contentWrap .heroText {
    display: flex;
    flex-direction: column; }
  .homeHero .heroTriangleLeft {
    width: 50%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    border: 200px solid transparent;
    border-left: 1710px solid white;
    border-bottom: 0px solid transparent; }
  .homeHero .heroTriangleRight {
    width: 50%;
    height: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 200px solid transparent;
    border-right: 1710px solid white;
    border-bottom: 0px solid transparent; }
  .homeHero .heroAngle {
    font-size: 3em;
    position: absolute;
    bottom: 150px;
    left: 50%;
    width: 50px;
    margin-left: -25px;
    text-align: center; }
/* CSS specific to iOS devices */
@supports (-webkit-touch-callout: none) {
  .homeHero {
    background-attachment: scroll; } }
/* end iOS */
.heroBtnWrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center; }

@media (min-width: 1601px) {
  .homeHero .heroAngle {
    bottom: 100px; } }

@media (min-width: 1200px) {
  .heroBtnWrap {
    flex-direction: row; } }

.homeProductBlocks {
  background: #f7f7f7;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  margin-bottom: 20px;
  -webkit-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.45); }
  .homeProductBlocks .productBlockText {
    background: #ffed00;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center; }
  .homeProductBlocks .productBlockText h3 {
    color: #222;
    margin-bottom: 0; }
  .homeProductBlocks .productBlockImage img {
    scale: 0.9;
    transition: 0.2s ease-in-out; }

a.homeProductBlocksLink:hover .homeProductBlocks .productBlockImage img, a.homeProductBlocksLink:focus .homeProductBlocks .productBlockImage img {
  scale: 1;
  transition: 0.2s ease-in-out; }

.limbStats .limbStatsWrap {
  margin: 10px 0; }
  .limbStats .limbStatsWrap .limbStatsLabel {
    font-family: 'industry', sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 500; }
  .limbStats .progress {
    background-color: #090909;
    border-radius: 20px; }
  .limbStats .progress-bar {
    background: #ffed00; }
  .limbStats .progress-percent {
    width: 50px;
    color: #222;
    font-weight: bold; }

.gm-style-iw-d {
  padding: 10px 30px;
  overflow: auto !important; }

.gm-style-iw-c {
  padding: 0 !important; }

.downloadsWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex-direction: column; }
  .downloadsWrap .downloadLink {
    display: flex;
    width: fit-content;
    gap: 10px;
    flex-direction: row;
    border: 1px solid #777;
    border-radius: 20px;
    flex-wrap: wrap;
    padding: 10px 20px;
    align-content: center;
    text-align: center;
    color: #ccc;
    font-size: 0.8rem;
    word-break: break-word;
    align-items: center;
    justify-content: space-between; }
  .downloadsWrap .downloadLink img {
    width: 40px;
    margin: 0 auto; }
  .downloadsWrap .downloadLink:hover, .downloadsWrap .downloadLink:focus {
    color: white;
    border-color: white; }

@media screen and (min-width: 1000px) {
  .downloadsWrap {
    flex-direction: row; }
    .downloadsWrap .downloadLink {
      display: flex;
      max-width: 30%;
      flex-direction: column;
      padding: 20px; }
      .downloadsWrap .downloadLink img {
        width: 40px;
        margin: 0 auto; } }

.productDetails .productSpecificationsWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-content: center;
  color: #ccc;
  font-size: 0.8rem;
  align-items: start;
  justify-content: start; }
  .productDetails .productSpecificationsWrap .productSpec {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-wrap: wrap;
    align-content: flex-start; }
  .productDetails .productSpecificationsWrap .productSpec .specIcon {
    width: 40px; }
  .productDetails .productSpecificationsWrap .productSpec span {
    font-family: 'industry', sans-serif;
    font-weight: 500;
    font-size: 1.1rem; }

@media screen and (min-width: 1200px) {
  .productDetails .productSpecificationsWrap {
    grid-template-columns: repeat(4, 1fr); }
    .productDetails .productSpecificationsWrap.limbs {
      grid-template-columns: repeat(3, 1fr); } }
