@charset "utf-8";
.display-mob {
	display: none;
}

.display-desk {
	display: block;
}

.bleed-page-intro .text-title {
	font-size: 3vw !important;
	line-height: 1em;
	letter-spacing: -.01em;
	display: block;
	color: white;
	float: none !important;
	font-family: HelveticaNeueW01-UltLt!important;
	text-align: left;
	margin-bottom: 0;
}

.bleed-page-intro .text-subtitle {
	letter-spacing: -.01em;
	display: block;
	float: none !important;
	font-family: HelveticaNeueW01-UltLt;
	text-transform: inherit;
	margin-top: 2%;
}

.bleed-page-intro .text-subtitle,
.bleed-page-intro .hide-for-small-only p {
	font-size: 1.2vw !important;
	line-height: 1.2em;
	color: white;
}

.bleed-page-intro .hide-for-small-only p {
	margin-top: 10px;
}

.bleed-page-intro.txtBK .text-title,
.bleed-page-intro.txtBK .text-subtitle,
.bleed-page-intro.txtBK p {
	color: #000;
}
.txt-shadow {
  text-shadow: 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000;
}
h2.text-subtitle b {
	font-weight: bold;
}
@media (min-width: 768px) {
        .text-title-pc1{
            margin-top: 2.1rem;
        }
        .text-title-pc2{
            margin-top: 3.5rem;
        }
        .text-title-pc0{
            margin-top: 0rem;
        }
    }
@media (max-width: 767px) {
	.display-desk {
		display: none !important;
	}

	.display-mob {
		display: block !important;
	}
	.bleed-page-intro .text-title {
		font-size: 5.5vw !important;
		line-height: 1em;
		letter-spacing: -.01em;
		display: block;
		float: none !important;
		font-family: HelveticaNeueW01-UltLt;
		margin-bottom: .1em;
		padding-top: 1.7em;
	}
	.bleed-page-intro .text-title2{
		padding-top: 1em;
	}
	.bleed-page-intro .text-title3{
		padding-top: .7em;
	}
	.bleed-page-intro .text-title4{
		padding-top: 2.2em;
	}
	.bleed-page-intro .text-subtitle {
		letter-spacing: -.01em;
		display: block;
		float: none !important;
		font-family: HelveticaNeueW01-UltLt;
	}
	.bleed-description .plp-banner-text {
		padding: 0;
	}
	.bleed-page-intro .text-subtitle,
	.bleed-page-intro .hide-for-small-only p {
		font-size: 3vw !important;
		line-height: 1.3em;
	}
}