@keyframes showLeft {
  0% {
    left: -70px;
  }
  100% {
    left: -15px;
  }
}
@keyframes showRight {
  0% {
    right: -70px;
  }
  100% {
    right: -15px;
  }
}
@keyframes topDown {
  0% {
    top: -55px;
  }
  100% {
    top: 0px;
  }
}
@media (max-width: 991px) {
  body#Body {
    margin-top: 50px;
  }
}
.polaris-tabs-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  z-index: 100;
  height: 50px;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .polaris-tabs-wrap {
    top: 28%;
    left: -30px;
    flex-direction: column;
    height: fit-content;
    width: fit-content;
    max-width: initial;
    overflow: initial;
  }
}
@media (min-width: 992px) {
  .polaris-tabs-wrap.polaris-tabs-right {
    right: -30px;
    left: auto;
  }
  .polaris-tabs-wrap.polaris-tabs-right .tab-polaris {
    animation-name: showRight;
    transform: rotate(90deg);
    right: -70px;
    left: auto;
    border-right-color: rgba(0, 0, 0, 0.75);
    border-left-color: rgba(255, 255, 255, 0.33);
  }
  .polaris-tabs-wrap.polaris-tabs-right .tab-polaris:hover {
    margin: 0 15px 0 -15px;
  }
}
.polaris-tabs-wrap .tab-polaris {
  height: 50px;
  overflow: hidden;
  width: 100%;
  padding: 10px 7px;
  border: 1px solid transparent;
  border-left-color: rgba(0, 0, 0, 0.75);
  border-right-color: rgba(255, 255, 255, 0.33);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  text-decoration: none;
  top: -55px;
  animation-name: topDown;
  animation-duration: 0.33s;
  animation-fill-mode: forwards;
  transition: all ease 0.22s;
}
@media (min-width: 992px) {
  .polaris-tabs-wrap .tab-polaris {
    animation-name: showLeft;
    animation-duration: 0.33s;
    height: 100px;
    width: 100px;
    transform: rotate(-90deg);
    top: 0;
    left: -70px;
    margin: 0;
    padding: 50px 7px 10px;
  }
  .polaris-tabs-wrap .tab-polaris:hover {
    transition: all ease 0.22s;
    margin: 0 -15px 0 15px;
  }
}
.polaris-tabs-wrap .tab-polaris span {
  display: block;
  height: 100%;
  width: 100%;
  font-size: 10px;
  color: #fff;
  text-decoration: none;
}
.polaris-tabs-wrap .tab-polaris span.tab-logo img {
  width: 100%;
  height: 100%;
  max-width: 125px;
}
.polaris-tabs-wrap .tab-polaris span.tab-text {
  height: 34%;
}
.polaris-tabs-wrap .tab-polaris.tab-polaris-offroad {
  background: #004e97;
  animation-delay: 1.15s;
}
@media (max-width: 991px) {
  .polaris-tabs-wrap .tab-polaris.tab-polaris-offroad:hover,
  .polaris-tabs-wrap .tab-polaris.tab-polaris-offroad:focus {
    background-color: #003464;
  }
}
@media (min-width: 992px) {
  .polaris-tabs-wrap .tab-polaris.tab-polaris-offroad {
    top: 0;
  }
}
.polaris-tabs-wrap .tab-polaris.tab-indian-motorcycle {
  background: #880c2a;
  animation-delay: 1.3s;
}
@media (max-width: 991px) {
  .polaris-tabs-wrap .tab-polaris.tab-indian-motorcycle:hover,
  .polaris-tabs-wrap .tab-polaris.tab-indian-motorcycle:focus {
    background-color: #59081c;
  }
}
.polaris-tabs-wrap .tab-polaris.tab-slingshot {
  background: #000;
  animation-delay: 1.45s;
}
@media (max-width: 991px) {
  .polaris-tabs-wrap .tab-polaris.tab-slingshot:hover,
  .polaris-tabs-wrap .tab-polaris.tab-slingshot:focus {
    background-color: #1a1a1a;
  }
}
.polaris-tabs-wrap .tab-polaris.tab-polaris-snow {
  background: #004e97;
  animation-delay: 1.6s;
}
@media (max-width: 991px) {
  .polaris-tabs-wrap .tab-polaris.tab-polaris-snow:hover,
  .polaris-tabs-wrap .tab-polaris.tab-polaris-snow:focus {
    background-color: #003464;
  }
}
.polaris-tabs-wrap .tab-polaris.tab-polaris-tsl {
  background: #004e97;
  animation-delay: 1.75s;
}
@media (max-width: 991px) {
  .polaris-tabs-wrap .tab-polaris.tab-polaris-tsl:hover,
  .polaris-tabs-wrap .tab-polaris.tab-polaris-tsl:focus {
    background-color: #003464;
  }
}
