/* HelveticaNeue FONT DECLARATIONS */
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/redesign/NeueHelvetica45Light_normal_normal.woff2") format("woff2"), url("../fonts/redesign/NeueHelvetica45Light_normal_normal.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/redesign/NeueHelvetica55Roman_normal_normal.woff2") format("woff2"), url("../fonts/redesign/NeueHelvetica55Roman_normal_normal.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/redesign/NeueHelvetica65Medium_normal_normal.woff2") format("woff2"), url("../fonts/redesign/NeueHelvetica65Medium_normal_normal.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/redesign/NeueHelvetica75Bold_normal_normal.woff2") format("woff2"), url("../fonts/redesign/NeueHelvetica75Bold_normal_normal.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Tartuffo";
  src: url("../fonts/redesign/Tartuffo-Light.otf"); }

/* CUSTOM SLIDER STYLES */
.pl-legacy-slide {
  position: relative; }
  .pl-legacy-slide img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: auto; }
  .pl-legacy-slide h2,
  .pl-legacy-slide p {
    position: absolute; }
  .pl-legacy-slide h2 {
    top: 0;
    width: 100%;
    max-width: 300px;
    text-align: center;
    font-size: 45px;
    line-height: .875em;
    left: 0;
    margin: 10px 0 0 0;
    color: #ffcc00;
    text-transform: uppercase; }
    @media screen and (min-width: 375px) {
      .pl-legacy-slide h2 {
        left: calc(50% - 150px);
        font-size: 50px; } }
    @media screen and (min-width: 600px) {
      .pl-legacy-slide h2 {
        font-size: 70px;
        width: auto;
        max-width: 400px;
        left: calc(50% - 200px); } }
  .pl-legacy-slide p {
    bottom: 0;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    left: 0;
    right: 0;
    color: #ffcc00;
    font-size: 14px; }

.pllanding .slick-slider,
.pllanding .slick-list,
.pllanding .slick-track,
.pllanding .slick-slide {
  height: 100%; }

.pllanding .slick-arrow,
.pllanding .slick-arrow[style*="display"] {
  display: none !important;
  color: var(--color-white); }

.pllanding .slick-prev,
.pllanding .slick-next {
  position: absolute;
  top: calc(50% - 25px);
  z-index: 1;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%; }
  .pllanding .slick-prev button,
  .pllanding .slick-next button {
    border: solid var(--color-white);
    border-width: 0 3px 3px 0;
    display: block;
    background: transparent;
    width: 14px;
    height: 14px; }

.pllanding .slick-prev {
  left: 0; }
  .pllanding .slick-prev button {
    -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    margin: 18px 20px; }

.pllanding .slick-next {
  right: 0; }
  .pllanding .slick-next button {
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    margin: 18px 16px; }

.pllanding .slick-dots {
  display: block;
  margin-top: 15px; }
  .pllanding .slick-dots li {
    display: inline-block; }
  .pllanding .slick-dots button {
    color: transparent;
    background: transparent;
    padding: 5px;
    border: 1px solid var(--color-white);
    margin: 10px 10px;
    height: 10px;
    width: 10px;
    border-radius: 50%; }
  .pllanding .slick-dots .slick-active button {
    background: var(--color-white); }

#pl-section-2 .pl-landing__vertical-container {
  position: relative; }

@media screen and (min-width: 420px) and (orientation: landscape) {
  .pllanding .slick-arrow,
  .pllanding .slick-arrow[style*="display"] {
    display: block !important; }
  .pllanding .slick-dots button {
    height: 15px;
    width: 15px; }
  .pl-legacy-slide h2 {
    font-size: 70px; }
  .pl-legacy-slide img {
    position: inherit;
    width: auto;
    height: 100%;
    margin: 0 auto; } }

.pl-product-container:nth-child(odd) {
  width: 50%;
  padding-right: 2.5vw; }

.pl-product-container:nth-child(even) {
  width: 50%;
  padding-left: 2.5vw; }

.pl-inline-wrap {
  height: 100%;
  display: inline-block;
  text-align: center;
  /*margin-top: 400px;
    transition: margin-top 2s, display 2s;*/ }

.pl-left-img {
  text-align: left; }

.pl-right-img {
  text-align: right; }

.pl-product-img {
  width: 100%; }

.pl-product-img.small {
  width: 100%; }

.pl-move-in {
  display: inline-block;
  margin-top: 0; }

@media screen and (min-width: 420px) and (orientation: landscape) {
  .pl-product-container:nth-child(odd),
  .pl-product-container:nth-child(even) {
    height: 100%;
    width: auto;
    padding: unset; }
  .pl-left-img .pl-product-img,
  .pl-left-img .pl-attributes {
    margin-right: 40px !important; }
  .pl-right-img .pl-product-img,
  .pl-right-img .pl-attributes {
    margin-left: 40px !important; }
  .pl-product-img {
    height: calc(100% - 54px);
    width: auto; }
  .pl-product-img.small {
    margin-top: 30px;
    height: 70%;
    width: auto; } }

.landscape-message-slot-container {
  display: none !important; }

#plbody #header {
  margin-top: 5px;
  display: none; }

#plbody #header.show-me {
  display: block; }

.pllanding {
  font-weight: 900;
  letter-spacing: 1px; }
  .pllanding .pl-landing__section {
    position: relative; }
  .pllanding .pl-landing__horizontal-container {
    box-sizing: border-box;
    padding: 5vh 0;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100); }
  .pllanding .pl-landing__vertical-container {
    margin: 0 10vw;
    height: 100%;
    text-align: center;
    color: var(--color-white); }
  .pllanding .pl-landing__play-btn {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 170px;
    z-index: 1;
    cursor: pointer;
    opacity: 0.8; }
  .pllanding .product .pl-landing__horizontal-container {
    padding: 5vh 0 7vh; }
  .pllanding .product .pl-landing__vertical-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center; }
  .pllanding #pl-section-1 {
    overflow: hidden;
    background: var(--color-black); }
  .pllanding #pl-section-2 {
    background: var(--color-black); }
    .pllanding #pl-section-2 .pl-landing__horizontal-container {
      padding: 7vh 0 18vh 0; }
  .pllanding #pl-section-3 {
    background: #f18800; }
  .pllanding #pl-section-4 {
    background: #29784c; }
  .pllanding #pl-section-5 {
    background: #f1626e; }
  .pllanding #pl-section-6 {
    background: #16255b; }
  .pllanding #pl-section-7 {
    background: #e93326; }
  .pllanding #pl-section-8 {
    background: var(--color-black);
    position: relative; }
    .pllanding #pl-section-8 .pl-landing__horizontal-container {
      padding: 10px 0 50px 0; }
      .pllanding #pl-section-8 .pl-landing__horizontal-container .pl-landing__vertical-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; }
  .pllanding .pl-pagination {
    position: fixed;
    right: 20px;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    font-size: 1.4em;
    z-index: 10; }
  .pllanding .pl-pagination a {
    display: block;
    height: 20px;
    margin-bottom: 5px;
    color: white;
    position: relative;
    padding: 4px; }
  .pllanding .pl-pagination a.active:after {
    box-shadow: inset 0 0 0 5px; }
  .pllanding .pl-pagination a .hover-text {
    position: absolute;
    right: 15px;
    top: 7px;
    opacity: 0;
    transition: opacity 0.5s ease;
    padding-right: 15px; }
  .pllanding .pl-pagination a:hover .hover-text {
    opacity: 1; }
  .pllanding .pl-pagination a:after {
    transition: box-shadow 0.5s ease;
    width: 10px;
    height: 10px;
    display: block;
    border: 1px solid;
    border-radius: 50%;
    content: '';
    position: absolute;
    margin: auto;
    top: 0;
    right: 4px;
    bottom: 0; }
  .pllanding .pl-pagination li:nth-child(4),
  .pllanding .pl-pagination li:nth-child(5),
  .pllanding .pl-pagination li:nth-child(6),
  .pllanding .pl-pagination li:nth-child(7) {
    display: none; }
  .pllanding .pl-attributes {
    font-size: 14px;
    line-height: 14px;
    color: #ffcc00;
    margin: 0; }
    .pllanding .pl-attributes span {
      display: block; }
  .pllanding .extras-container {
    width: 80%; }
    .pllanding .extras-container span {
      color: #ffcc00;
      display: block;
      font-size: 12px;
      margin: 5px 0 20px 0;
      text-transform: uppercase; }
    .pllanding .extras-container img {
      width: 40%; }
  .pllanding .pl-extras-headline {
    font-size: 28px;
    letter-spacing: 1.3px;
    color: #ffcc00;
    line-height: normal;
    text-transform: uppercase; }
    @media only screen and (max-width: 425px) {
      .pllanding .pl-extras-headline {
        font-size: 24px;
        margin: 0 0 25px; } }
  .pllanding .pl-extras-bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%; }
  .pllanding video {
    background: var(--color-white);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover; }
  .pllanding .scroll-tab {
    position: absolute;
    width: 250px;
    height: 50px;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1; }
    .pllanding .scroll-tab a {
      display: inline-block;
      color: var(--color-white);
      text-decoration: none;
      white-space: nowrap;
      text-indent: 100%;
      overflow: hidden;
      width: 21px;
      height: 21px;
      border: solid var(--color-white);
      border-width: 0 3px 3px 0;
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
      outline: none; }

/* Blue frame breakpoint */
@media only screen and (min-width: 768px) {
  #plbody #header {
    margin-top: 10px; } }

@media screen and (min-width: 420px) and (orientation: landscape) {
  .pllanding .pl-landing__horizontal-container {
    padding: 20vh 0; }
  .pllanding .pl-landing__vertical-container {
    margin: 0 20vw; }
  .pllanding video {
    height: auto; }
  .pllanding .product .pl-landing__horizontal-container {
    padding: 15vh 0; }
  .pllanding .product .pl-landing__vertical-container {
    margin: 0 20vw;
    -ms-flex-align: unset;
        align-items: unset; }
  .pllanding .pl-attributes {
    font-size: 15px;
    line-height: 18px; }
  .pllanding #pl-section-2 .pl-landing__horizontal-container {
    padding: 20vh 0; }
  .pllanding #pl-section-8 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center; }
    .pllanding #pl-section-8 .pl-landing__horizontal-container {
      height: auto;
      padding: 0;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .pllanding .extras-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: auto;
    position: relative;
    z-index: 1;
    -ms-flex-direction: row;
        flex-direction: row; }
    .pllanding .extras-container img {
      width: 100%;
      max-width: 300px; }
  .pllanding .pl-extras-headline {
    font-size: 58px;
    line-height: 58px; }
  .pllanding .pl-extras-bottom {
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    margin: 0 auto; }
  .pllanding .extra {
    margin: 0; }
  .pllanding .scroll-tab {
    width: 300px;
    height: 60px; } }

#plbody {
  overflow: visible !important; }
  #plbody.noscroll {
    overflow: hidden !important;
    height: 100% !important; }

.nav-absolute {
  position: absolute !important; }

#preloadBkgd {
  position: fixed;
  z-index: 2000;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0; }

.pace.pace-inactive {
  display: none; }

.pace,
.pace-activity {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  z-index: 2001;
  position: fixed;
  height: 100%;
  width: 100%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.pace .pace-activity {
  height: 400px;
  width: 200px; }

.pace .pace-progress {
  z-index: 2001;
  position: absolute;
  height: 60px;
  width: 200px;
  bottom: 40px;
  right: 0;
  left: 0;
  margin: auto;
  -ms-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important; }

.pace .pace-progress:before {
  content: attr(data-progress-text);
  text-align: center;
  color: #ffcc00;
  background: transparent;
  border-radius: 50%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  padding: 0;
  width: 100%;
  height: 40%;
  margin: 0;
  display: block;
  z-index: 999;
  position: absolute; }

/*.pace .pace-activity {
	font-size: 15px;
	line-height: 1;
	z-index: 2000;
	position: absolute;
	height: 60px;
	width: 100px;
	display: block;
	-webkit-animation: pace-theme-center-atom-spin 2s linear infinite;
	-moz-animation: pace-theme-center-atom-spin 2s linear infinite;
	-o-animation: pace-theme-center-atom-spin 2s linear infinite;
	animation: pace-theme-center-atom-spin 2s linear infinite;
}
.pace .pace-activity {
	border-radius: 50%;
	border: 5px solid #29d;
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 60px;
	width: 100px;
}
.pace .pace-activity:after {
	border-radius: 50%;
	border: 5px solid #29d;
	content: ' ';
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	height: 60px;
	width: 100px;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	transform: rotate(60deg);
}
.pace .pace-activity:before {
	border-radius: 50%;
	border: 5px solid #29d;
	content: ' ';
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	height: 60px;
	width: 100px;
	-webkit-transform: rotate(120deg);
	-moz-transform: rotate(120deg);
	-o-transform: rotate(120deg);
	transform: rotate(120deg);
}*/

@keyframes pace-theme-center-atom-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.paceLoader {
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 2000;
  display: block;
  background: var(--color-white);
  opacity: 1;
  transition: opacity 1s; }

.pace-done .paceLoader {
  opacity: 0; }

#container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  overflow: hidden;
  background: #194c9b;
  display: none;
  width: 100vw;
  height: 100vh; }

#container.done {
  display: none !important; }

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