.abandoned-cart-modal .abandoned-cart-modal__form__submit-btn:hover {
	background-color: #d99e02;
}

.abandoned-cart-modal .thankbtn:hover {
	background-color: #d99e02;
	outline: 0;
}

.abandoned-cart-modal .abandoned-cart-modal__block {
	width: 50%;
	max-height: 100%;
	position: absolute;
	top: 10px;
	right: 35px;
}

.abandoned-cart-modal .abandoned-cart-modal__cxthemecounterTop h1 {
	font-weight: bold;
	font-family: revert;
	margin: 0;
	color: #eeb111;
}

.abandoned-cart-modal h2 {
	font-size: 20.4px;
	line-height: 80%;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
	color: #eeb111;
}

.abandoned-cart-modal h4 {
	font-size: 15.24px;
	font-weight: bold;
	margin-top: 103.632px;
	line-height: 18px;
	padding: 0 6em;
}

.abandoned-cart-modal h3 {
    font-size: 19.2px;
    line-height: 24px;
    padding: 0 4em;
    margin-top: 136.632px;
}

.abandoned-cart-modal .abandoned-cart-modal__form {
	display: block;
	height: auto;
}

.abandoned-cart-modal input.abandoned-cart-modal__form__input {
	font-size: 16.8px;
	border: 1px solid #000;
	transition: border-color .3s ease,box-shadow .3s ease;
	font-style: normal;
	text-align: center;
	width: 72%;
	height: 35px;
	margin: 10px 0;
}

.abandoned-cart-modal .abandoned-cart-modal__form__submit-btn {
	background-color: #eeb111;
	color: black;
	display: inline-block;
	font-size: 19.2px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	width: 75%;
	border: 0;
	text-transform: capitalize;
	height: 40px;
	padding: 5px 20px;
	border-radius: 45px;
}

.abandoned-cart-modal .abandoned-cart-modal__opt-form {
	display: flex;
	margin: 5px 60px;
}

.abandoned-cart-modal input.abandoned-cart-modal__opt-form__input {
	width: 40px;
	height: 20px;
	display: block;
	margin: 0;
}

.abandoned-cart-modal .abandoned-cart-modal__end-note p {
	font-size: .7em;
	line-height: 1.5;
}

.abandoned-cart-modal__opt-form p {
	font-size: 10.8px !important;
	padding-bottom: 0;
	display: inline;
	text-align: left;
	font-weight: lighter;
	font-family: Helvetica;
	line-height: 16px;
	margin-left: 6px;
}

.abandoned-cart-modal .abandoned-cart-modal__opt-form a {
	font-size: 1em;
	font-weight: normal;
	color: black;
	text-decoration: underline;
}

.abandoned-cart-modal .error {
	color: red;
	font-size: .6em;
	text-align: left;
	margin: 0;
}

.abandoned-cart-modal .abandoned-cart-modal__dialog__backlinkblock {
	width: 100%;
	margin: 0 auto;
}

.abandoned-cart-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1049;
	background: rgba(46,46,46,0.9);
	transform: translate3d(0,0,0);
	opacity: 1;
	overflow-x: auto;
	overflow-y: hidden;
}

.abandoned-cart-modal .close {
	color: transparent;
	border: 0;
	opacity: unset;
	padding: 12px 0;
	font-size: 1em;
	position: absolute;
	top: 27px;
	right: 20px;
	width: 32px;
	height: 10px;
	z-index: 2000000200;
	cursor: pointer;
}

.abandoned-cart-modal .abandoned-cart-modal__cx-widget {
	color: #444a52;
	text-align: center;
	font-size: 1.5em;
}

.abandoned-cart-modal .abandoned-cart-modal__form__submit-btn:focus {
	outline: 0;
}

.abandoned-cart-modal .abandoned-cart-modal__body {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2000000200;
}

.abandoned-cart-modal h1,h2,h3,h4,h5 {
	text-transform: none;
}

.abandoned-cart-modal.abandoned-cart-modal__thank-you h1 {
	color: #444a52;
}

.abandoned-cart-modal .abandoned-cart-modal__thank-you {
	z-index: 2000000200;
	position: relative;
	top: 10em;
}

.abandoned-cart-modal .thankbtn {
	width: 45%;
	height: 38px;
	font-size: 1em;
	color: white;
	font-weight: 600;
	border-radius: 5px;
}

.abandoned-cart-modal .btn {
	display: block;
	background-color: #eeb111;
	margin: 10px auto;
	border: 0;
	text-transform: none;
}

.abandoned-cart-modal .abandoned-cart-modal__block .abandoned-cart-modal__thank-you h1 {
	font-size: 48px !important;
	line-height: 1.1;
	text-align: center;
	margin-bottom: 0;
	font-weight: 600;
}

.abandoned-cart-modal .abandoned-cart-modal__block h1 {
	font-size: 84px !important;
	line-height: 1em;
	text-align: center;
}

.abandoned-cart-modal .acModalOpen {
	overflow: hidden;
}

.abandoned-cart-modal .abandoned-cart-modal__dialog {
	display: inline-flex;
	visibility: visible;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transform: translate3d(0,0,0);
	opacity: 1;
	z-index: 2;
}

.abandoned-cart-modal .abandoned-cart-modal__content {
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
	outline: 0;
	margin: 45px auto;
	padding: 30px;
}

.abandoned-cart-modal .note p {
	font-size: .7em;
	text-align: left;
	padding: 0 20px 0 80px;
}

.abandoned-cart-modal h1:after {
    background: none;
}

@media screen and (max-width:600px) {

	.abandoned-cart-modal {
		padding-right: 0;
		width: 100%;
	}
	
	.abandoned-cart-modal .thankbtn {
		width: 30%;
		height: 35px;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block .abandoned-cart-modal__thank-you h1 {
		font-size: 32px !important;
	}

	.abandoned-cart-modal .error {
		color: red;
		font-size: 12px;
		padding: 5px 20px 0;
		margin: 0;
		display: block;
	}

	.abandoned-cart-modal .note p {
		font-size: .7em;
		text-align: left;
		padding: 0 20px 0 40px;
	}

	.abandoned-cart-modal .abandoned-cart-modal__thank-you {
		z-index: 2000000200;
		position: absolute;
		top: 50px;
		width: 100%;
		right: 0;
	}

	.abandoned-cart-modal__end-note {
		display: none;
	}

	.abandoned-cart-modal .bgImage {
		width: auto;
		height: auto;
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center top;
		background-attachment: fixed;
	}

	.abandoned-cart-modal .cx-theme-counterTop h1 {
		font-size: 2.650em;
	}

	.abandoned-cart-modal .back-link {
		margin: 10px;
	}

	.abandoned-cart-modal .close {
		color: grey;
		padding: 0;
		font-size: 2em;
		margin: 0;
	}

	.abandoned-cart-modal .back-link .abandoned-cart-modal__body {
		padding: 0;
	}

	.abandoned-cart-modal input.abandoned-cart-modal__opt-form__input {
		width: 100%;
		padding-left: 0;
		margin-right: 10px;
		margin-bottom: 15px;
		height: 40px;
	}

	.abandoned-cart-modal .abandoned-cart-modal__form__submit-btn {
		font-size: 1em;
		width: 35%;
		padding: 8px 25px;
	}

	.abandoned-cart-modal .abandoned-cart-modal__opt-form a {
		font-size: 1em;
		font-weight: normal;
		color: #337ab7;
		text-decoration: none;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		right: 0;
	}

	.abandoned-cart-modal .abandoned-cart-modal__cx-widget {
		color: #444a52;
		text-align: center;
		font-size: 1.6em;
		padding: 0 20px;
		margin: 55px 13px 20px;
	}

	.abandoned-cart-modal h4 {
		font-size: 13px;
		font-weight: bold;
		padding: 0 45px;
		margin-bottom: 0;
		line-height: 1.18em;
		margin-top: 66px;
	}

	.abandoned-cart-modal .abandoned-cart-modal__content {
		width: auto;
		height: auto;
		padding: 0;
	}

	.abandoned-cart-modal .modal-body {
		position: absolute;
		top: 10px;
		left: 0;
		padding: 0;
		width: 100%;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block a.counterRightArrow:after {
		margin-left: 35px;
		margin-top: 13px;
		left: 0;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block input.abandoned-cart-modal__opt-form__input {
		width: 60px;
		height: 21px;
		display: block;
		margin: 0;
	}

	.abandoned-cart-modal .abandoned-cart-modal__dialog__backlinkblock .close {
		color: transparent;
		padding: 0;
		margin: 0;
		height: 25px;
		width: 20px;
		top: 10px;
		right: 0;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block h2 {
		font-size: 16.5px;
		margin: 10px;
	}
	
	.abandoned-cart-modal h3 {
		font-size: 20px;
		line-height: 24px;
		padding: 20px 20px 10px;
		margin-top: 43px;
		line-height: 1.18em;
		margin-bottom: 0;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block .abandoned-cart-modal__form {
		display: block;
		margin: 0;
		height: auto;
	}

	.abandoned-cart-modal .abandoned-cart-modal__opt-form {
		display: flex;
		line-height: 21px;
		margin: 5px 21px;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block .abandoned-cart-modal__form__submit-btn {
		height: 32px;
		font-size: 16px;
		width: 85%;
		padding: 0;
	}

	.abandoned-cart-modal input.abandoned-cart-modal__form__input {
		font-size: .6em;
		border: 1px solid #000;
		transition: border-color .3s ease,box-shadow .3s ease;
		font-style: normal;
		text-align: center;
		width: 85%;
		height: 30px;
		margin: 5px;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block .abandoned-cart-modal__opt-form p {
		font-size: .4em;
		font-weight: 100;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block .abandoned-cart-modal__opt-form a {
		font-size: 1em;
		font-weight: normal;
		color: black;
		text-decoration: underline;
	}

	.abandoned-cart-modal .abandoned-cart-modal__dialog__backlinkblock {
		width: auto;
		display: flex;
		margin: 10px;
		height: auto;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block h1 {
		font-size: 72px !important;
		line-height: .983em;
		text-align: center;
		margin-bottom: 5px;
	}
}

@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-device-pixel-ratio:2) and (device-aspect-ratio:40/71) {
	.abandoned-cart-modal .bgImage {
		width: 100%;
		height: auto;
	}

	.abandoned-cart-modal__end-note {
		display: none;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block .abandoned-cart-modal__thank-you h1 {
		font-size: 30px !important;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block {
		width: 100%;
		margin: 0 auto;
		padding-left: 0;
		margin-top: 40px;
		right: 0;
	}

	.abandoned-cart-modal .abandoned-cart-modal__cx-widget {
		padding: 0 20px;
		margin: 0;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block h1 {
		font-size: 50px !important;
		text-align: center;
		margin-bottom: 0;
	}

	.abandoned-cart-modal .thankbtn {
		width: 35%;
		height: 35px;
		font-size: 1em;
		color: white;
		font-weight: 600;
		border-radius: 5px;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block h2 {
		font-size: 12px;
		margin: 0;
		font-weight: 100;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block a.counterRightArrow:after {
		margin-left: 30px;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block input.abandoned-cart-modal__form__input {
		width: 85%;
		font-size: 10px;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block .abandoned-cart-modal__opt-form {
		margin: 5px 18px;
	}

	.abandoned-cart-modal {
		padding-top: 20px;
		padding-right: 0;
		padding-left: 0 !important;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block .abandoned-cart-modal__opt-form p {
		font-size: .4em;
		font-weight: 100;
	}

	.abandoned-cart-modal h4 {
		font-size: 10px;
		font-weight: bold;
		padding: 12px 50px 0;
		margin: 0;
		line-height: 13px;
	}

	.abandoned-cart-modal .error {
		margin: 0;
		font-size: 10px;
		padding-left: 25px;
	}
}

@media only screen and (min-device-width :768px) and (max-device-width :1024px) {
	.abandoned-cart-modal .bgImage {
		width: 100%;
		height: auto;
	}

	.abandoned-cart-modal .abandoned-cart-modal__dialog {
		display: block;
		top: 50px;
	}

	.abandoned-cart-modal .modal-body {
		position: absolute;
		left: 0;
		top: 55px;
		width: 100%;
		height: 100%;
		z-index: 2000000200;
	}

	.abandoned-cart-modal .close {
		color: transparent;
		opacity: unset;
		padding: 0;
		position: relative;
		top: 3.6em;
		right: 0;
		width: 66px;
		height: 35px;
		left: 0;
		font-size: 1em;
		float: right;
	}

	.abandoned-cart-modal .abandoned-cart-modal__cx-widget {
		margin: 0 50px;
		padding: 0 75px;
	}

	.abandoned-cart-modal input.abandoned-cart-modal__opt-form__input {
		width: 70px;
		height: 23px;
		display: block;
		margin: 0;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block {
		width: auto;
		max-height: 100%;
		margin: 40px 60px;
		padding-left: 0;
		top: 60px;
		position: relative;
		right: 0;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block h4 {
		font-size: 20.08px;
		font-weight: normal;
		padding: 62px 30px 0;
		margin: 0;
		line-height: 26px;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block h1 {
		font-size: 100px !important;
		margin-bottom: 12px;
	}

	.abandoned-cart-modal .abandoned-cart-modal__thank-you h1 {
		font-size: 4.215em;
		line-height: 1.1;
		text-align: center;
		margin-bottom: 0;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block h2 {
		font-size: 25.3px;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block .abandoned-cart-modal__form {
		display: block;
		margin: 10px 0 0;
		height: auto;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block .abandoned-cart-modal__form__submit-btn {
		font-size: 20px;
		width: 100%;
		padding: 0;
		height: 48px;
	}

	.abandoned-cart-modal .error {
		color: red;
		font-size: 16px;
		text-align: left;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block .abandoned-cart-modal__opt-form p {
		font-size: 15px !important;
		margin-left: 10px;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block .abandoned-cart-modal__opt-form a {
		font-size: 1em;
		font-weight: 100;
		color: black;
	}

	.abandoned-cart-modal input.abandoned-cart-modal__form__input {
		width: 100%;
		padding-left: 0;
		margin-right: 0;
		height: 45px;
		margin-bottom: 15px;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block .abandoned-cart-modal__opt-form {
		display: flex;
		line-height: 21px;
		margin: 15px 0;
	}

	.abandoned-cart-modal .abandoned-cart-modal__thank-you {
		z-index: 2000000200;
		position: absolute;
		top: 75px;
		left: 0;
		width: 100%;
	}

	.abandoned-cart-modal .thankbtn {
		width: 45%;
		height: 62px;
		font-size: 1.8em;
		color: white;
		font-weight: 600;
		border-radius: 5px;
	}

	.abandoned-cart-modal .abandoned-cart-modal__content {
		margin: 10px;
	}
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) { 
	.abandoned-cart-modal .abandoned-cart-modal__block h4 {
        padding: 5.5em 6.5em 0;
    }
    .abandoned-cart-modal__thank-you {
        padding: 5.5em 6.5em 0;
    }
    .abandoned-cart-modal .abandoned-cart-modal__block .abandoned-cart-modal__form {
        margin: 10px auto;
        width: 55%;
	}
    .abandoned-cart-modal .abandoned-cart-modal__block .abandoned-cart-modal__opt-form {
        margin: 10px auto;
        width: 55%;
	}
}
.pdp-v2-section__title {
    font-family: @font-helvetica-neue;
    font-weight: 900;
    font-size: 1.625rem;
  }

@media (min-width: @mobile-breakpoint) {
  .pdp-v2-section__title {
      font-size: 2.75rem;
      line-height: 4rem;    
  }
}
.lead-gen-modal .lead-gen-modal__form__submit-btn:hover{
    background-color:#d99e02;
}
.lead-gen-modal .lead-gen-modal__content picture .bgImage {
            max-width: none;
}
 .lead-gen-modal__dialog__backlinkblock .lead-gen-modal__end-note{
    position:fixed;
    top:80%;
    left:16%;
    width:80%;
    color:#666;
    font-size:.65em;
    padding:0 5%;
}
 .lead-gen-modal .thankbtn:hover{
    background-color:#d99e02;
    outline:0;
}
 .lead-gen-modal .lead-gen-modal__block{
    width:50%;
    max-height:100%;
    position:relative;
    top:30px;
    right:35px;
    float:right;
}
 .lead-gen-modal .lead-gen-modal__cxthemecounterTop h1{
    font-weight:bold;
    font-family:revert;
    margin:0;
    color:#444a52;
}
 .lead-gen-modal h2{
    font-size:1.5vw;
    line-height:65%;
    font-weight:bold;
    color:#000;
}
 .lead-gen-modal h4{
    font-size:1.2vw;
    font-weight:bold;
    margin-top:2em;
    line-height:23px;
    padding:0 17%;
    color:#000;
}
 .lead-gen-modal h3{
    font-size:1.2em;
    line-height:35px;
    font-weight:600;
    padding:0 50px;
    margin-top:4.1em;
    color:#000;
    font-weight:600;
    font-family:Helvetica,Arial,sans-serif;
}
 .lead-gen-modal .lead-gen-modal__form{
    display:block;
    height:auto;
}
 .lead-gen-modal input.lead-gen-modal__form__input{
    font-size:.66em;
    border:1px solid #000;
    transition:border-color .3s ease,box-shadow .3s ease;
    text-align:left;
    width:58%;
    height:35px;
    margin:10px 0;
    padding-left:10px;
    font-family:Helvetica,Arial,sans-serif;
    font-style:italic;
}
 .lead-gen-modal .lead-gen-modal__form__submit-btn{
    background-color:#eeb111;
    color:#000;
    display:inline-block;
    font-size:.68em;
    font-weight:bold;
    text-align:center;
    text-decoration:none;
    width:60%;
    border:0;
    text-transform:capitalize;
    height:auto;
    padding:1em 1.5em;
    border-radius:45px;
}
.lead-gen-modal .lead-gen-modal__opt-form{
    display:flex;
    margin:12px 30px 0;
}
.lead-gen-modal__opt-form label {
    display: flex;
}
 .lead-gen-modal input.lead-gen-modal__opt-form__input{
    width:15px;
    height:12px;
    display:block;
    margin:0;
    outline-style:none;
}
 .lead-gen-modal .lead-gen-modal__end-note p{
    font-size:.9em;
    line-height:1;
}
 .lead-gen-modal__opt-form p{
    font-size:.46em;
    padding-bottom:0;
    display:inline;
    text-align:center;
    font-weight:lighter;
    font-family:Helvetica;
    color:#666;
    line-height:1.2em;
    margin-top:0;
    margin-bottom:0;
}
 .lead-gen-modal .lead-gen-modal__opt-form a{
    font-size:1em;
    font-weight:normal;
    color:#666;
    text-decoration:underline;
}
 .lead-gen-modal .error{
    color:red;
    font-size:.6em;
    text-align:left;
    margin:0;
}
 .lead-gen-modal .lead-gen-modal__dialog__backlinkblock{
    width:fit-content;
    margin:0 auto;
    right:0;
}
 .lead-gen-modal{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index: 1049;
    background:rgba(46,46,46,0.9);
    transform:translate3d(0,0,0);
    opacity:1;
    overflow-x:auto;
    overflow-y:hidden;
}
 .lead-gen-modal .close{
    color:transparent;
    opacity:unset;
    padding:8px;
    position:absolute;
    top:-35px;
    right:30px;
    width:40px;
    height:38px;
    z-index:2000000200;
    cursor:pointer;
}
 .lead-gen-modal .lead-gen-modal__cx-widget{
    color:#444a52;
    font-size:1.5em;
    position:absolute;
    top:0;
    width:auto;
    height:100%;
    background:white;
    text-align:center;
    margin:0;
}
 .lead-gen-modal .lead-gen-modal__form__submit-btn:focus{
    outline:0;
}
 .lead-gen-modal .lead-gen-modal__body{
    position:absolute;
    left:0;
    top:12%;
    width:100%;
    z-index:2000000200;
}
 .lead-gen-modal h1,h2,h3,h4,h5{
    text-transform:none;
}
 .lead-gen-modal .lead-gen-modal__block .lead-gen-modal__thank-you h1{
    font-size:2.7em;
    text-align:center;
    margin-bottom:0;
    font-weight:600;
    color:#e5b340;
    letter-spacing:2px;
}
 .lead-gen-modal .lead-gen-modal__thank-you{
    z-index:2000000200;
    position:relative;
    top: 0.5em;
}
 .lead-gen-modal .lead-gen-modal__thank-you p{
    text-align:center;
    font-size:0.8em;
    font-weight:bold;
    margin: 20px;
}
 .lead-gen-modal .thankbtn{
    width:50%;
    height:32px;
    font-size:0.8em;
    color:#000;
    font-weight:600;
    border-radius:35px;
    outline-style:none;
}
 .lead-gen-modal .btn{
    display:block;
    background-color:#eeb111;
    margin:10px auto;
    border:0;
    text-transform:none;
}
 .lead-gen-modal .lead-gen-modal__block h1{
    font-size:6vw;
    line-height:1em;
    text-align:center;
    color:#000;
}
 .lead-gen-modal .acModalOpen{
    overflow:hidden;
}
 .lead-gen-modal .lead-gen-modal__dialog{
    display:inline-flex;
    visibility:visible;
    opacity:1;
    z-index:2;
}
.lead-gen-modal .lead-gen-modal__dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
 .lead-gen-modal .lead-gen-modal__content{
    position:relative;
    background-clip:padding-box;
    border-radius:6px;
    outline:0;
    margin:45px auto;
    padding:30px;
}
 .lead-gen-modal .note p{
    font-size:.7em;
    text-align:left;
    padding:0 20px 0 80px;
}
 .lead-gen-modal__end-note{
    position:relative;
    top:80%;
    left:21%;
    width:70%;
    text-align:center;
    color:#666;
    font-size:.65em;
    padding:0 5%;
}
 @media screen and (min-width:1400px){
     .lead-gen-modal h4{
        font-size:.7em;
    }
     .lead-gen-modal .lead-gen-modal__block h1{
        font-size:3em;
        line-height:1em;
    }
     .lead-gen-modal h2{
        font-size:.65em;
        line-height:1em;
    }
     .lead-gen-modal .lead-gen-modal__dialog{
        position:absolute;
        left:50%;
        top:50%;
        transform:translate(-50%,-50%);
    }
     .lead-gen-modal__dialog__backlinkblock .lead-gen-modal__end-note{
        position:fixed;
        top: 80%;
        left:16%;
    }
}
 @media screen and (min-width:1600px){
     .lead-gen-modal h4{
        font-size:.7em;
    }
     .lead-gen-modal .lead-gen-modal__block h1{
        font-size:3em;
        line-height:1em;
    }
     .lead-gen-modal h2{
        font-size:.65em;
        line-height:1em;
    }
     .lead-gen-modal .lead-gen-modal__dialog{
        position:absolute;
        left:50%;
        top:50%;
        transform:translate(-50%,-50%);
    }
     .lead-gen-modal__dialog__backlinkblock .lead-gen-modal__end-note{
        position:fixed;
        top: 80%;
        left:16%;
    }
}
 @media screen and (min-width:1900px){
    .lead-gen-modal h4{
        font-size:.7em;
    }
     .lead-gen-modal .lead-gen-modal__block h1{
        font-size:3em;
        line-height:1em;
    }
     .lead-gen-modal h2{
        font-size:.65em;
        line-height:1em;
    }
     .lead-gen-modal .lead-gen-modal__dialog{
        position:absolute;
        left:50%;
        top:50%;
        transform:translate(-50%,-50%);
    }
     .lead-gen-modal__dialog__backlinkblock .lead-gen-modal__end-note{
        position:fixed;
        top: 80%;
        left:16%;
    }
}
 @media screen and (max-width:600px){
    .lead-gen-modal{
        padding-right:0;
        width:100%;
    }
     .lead-gen-modal .thankbtn{
        width:65%;
        height:50px;
    }
     .lead-gen-modal .lead-gen-modal__block .lead-gen-modal__thank-you h1{
        font-size:3.2em;
    }
     .lead-gen-modal .error{
        color:red;
        font-size:.4em;
        padding:5px 20px 0;
        margin:0;
        display:block;
        text-align:center;
    }
     .lead-gen-modal .note p{
        font-size:.7em;
        text-align:left;
        padding:0 20px 0 40px;
    }
     .lead-gen-modal .lead-gen-modal__thank-you{
        z-index:2000000200;
        position:absolute;
        top:1em;
        width:100%;
        right:0;
    }
     .lead-gen-modal .lead-gen-modal__thank-you p{
        text-align:center;
        font-size:1em;
        font-weight:bold;
        margin-bottom:45px;
        color:#000;
    }
     .lead-gen-modal .bgImage{
        width:100%;
        height:auto;
        background-repeat:no-repeat;
        background-size:100% auto;
        background-position:center top;
        background-attachment:fixed;
    }
     .lead-gen-modal .cx-theme-counterTop h1{
        font-size:2.65em;
    }
     .lead-gen-modal .back-link{
        margin:10px;
    }
     .lead-gen-modal .close{
        color:grey;
        font-size:2em;
        margin:0;
    }
     .lead-gen-modal .back-link .lead-gen-modal__body{
        padding:0;
    }
     .lead-gen-modal input.lead-gen-modal__opt-form__input{
        width:100%;
        padding-left:0;
        margin-right:10px;
        margin-bottom:15px;
        height:40px;
    }
     .lead-gen-modal .lead-gen-modal__form__submit-btn{
        font-size:1em;
        width:35%;
        padding:8px 25px;
    }
     .lead-gen-modal .lead-gen-modal__opt-form a{
        font-size:1em;
        font-weight:normal;
        color:#337ab7;
        text-decoration:none
    }
     .lead-gen-modal .lead-gen-modal__block{
        width:100%;
        margin:0 auto;
        padding:0;
        right:0;
    }
     .lead-gen-modal .lead-gen-modal__cx-widget{
        color:#444a52;
        text-align:center;
        font-size:1.6em;
        padding:0 20px;
        margin:0 13px 0;
    }
     .lead-gen-modal h4{
        font-size:.6em;
        font-weight:bold;
        padding:0 10px;
        margin-bottom:0;
        line-height:1.18em;
        margin-top:0;
    }
     .lead-gen-modal .lead-gen-modal__content{
        width:auto;
        height:auto;
        padding:0;
        margin:0
    }
     .lead-gen-modal .modal-body{
        position:absolute;
        top:10px;
        left:0;
        padding:0;
        width:100%;
    }
     .lead-gen-modal .lead-gen-modal__block a.counterRightArrow:after{
        margin-left:35px;
        margin-top:13px;
        left:0;
    }
     .lead-gen-modal .lead-gen-modal__block input.lead-gen-modal__opt-form__input{
        width:35px;
        height:12px;
        display:block;
        margin:0;
    }
     .lead-gen-modal .lead-gen-modal__end-note p{
        font-size:1em;
        line-height:1.2;
        margin-top:0;
        margin-bottom:0;
    }
     .lead-gen-modal__dialog__backlinkblock .lead-gen-modal__end-note{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        color: #666;
        top: auto;
        display: block;
        margin-bottom: 1.5em;
        }
     .lead-gen-modal .lead-gen-modal__dialog__backlinkblock .close{
        z-index:100000056;
        color:transparent;
        padding:20px;
        margin:0;
        height:30px;
        width:30px;
        top:-42px;
        right:0;
    }
     .lead-gen-modal .lead-gen-modal__block h2{
        font-size:.68em;
        margin:2px 0;
    }
     .lead-gen-modal h3{
        font-size:1em;
        padding:10px 12px 0;
        margin-top:43px;
        line-height:1.18em;
        margin-bottom:0;
    }
     .lead-gen-modal .lead-gen-modal__block .lead-gen-modal__form{
        display:block;
        margin:0;
        height:auto;
    }
     .lead-gen-modal .lead-gen-modal__opt-form{
        display:flex;
        line-height:21px;
        margin:5px 0;
    }
     .lead-gen-modal .lead-gen-modal__block .lead-gen-modal__form__submit-btn{
        height:32px;
        font-size:16px;
        width:85%;
        padding:0;
    }
     .lead-gen-modal input.lead-gen-modal__form__input{
        font-size:.6em;
        border:1px solid #000;
        transition:border-color .3s ease,box-shadow .3s ease;
        font-style:normal;
        text-align:left;
        width:85%;
        height:30px;
        margin:5px;
        padding-left:10px;
    }
     .lead-gen-modal .lead-gen-modal__block .lead-gen-modal__opt-form p{
        font-size:.44em;
        font-weight:100;
        margin-bottom:10px;
    }
     .lead-gen-modal .lead-gen-modal__block .lead-gen-modal__opt-form a{
        font-size:1em;
        font-weight:normal;
        color:black;
        text-decoration:underline;
    }
     .lead-gen-modal .lead-gen-modal__dialog__backlinkblock{
        width: 100%;
        display: block;
        position: absolute;
        bottom: 0;
        margin: 0;
        height: auto;
        top: auto;
        transform: none;
        left: 0;
    }
     .lead-gen-modal .lead-gen-modal__block h1{
        font-size:72px;
        line-height:.983em;
        text-align:center;
        margin-bottom:0;
    }
}
 @media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-device-pixel-ratio:2) and (device-aspect-ratio:40 / 71){
    .lead-gen-modal .bgImage{
        width:100%;
        height:auto;
    }
     .lead-gen-modal .lead-gen-modal__dialog__backlinkblock .lead-gen-modal__opt-form p{
        font-size:.38em;
        font-weight:100;
        float:none;
        margin:0;
    }
     .lead-gen-modal__dialog__backlinkblock .lead-gen-modal__end-note {
        position: fixed;
        top: 83%;
        left: 0;
        width: 100%;
        text-align: center;
        color: #666;
        font-size: .5em;
        padding: 0 5%;
        display: block;
    }
     .lead-gen-modal .lead-gen-modal__dialog__backlinkblock .lead-gen-modal__block{
        width:100%;
        margin:0 auto;
        padding-left:0;
        margin-top:0;
        right:0;
    }
     .lead-gen-modal .lead-gen-modal__dialog__backlinkblock{
        position:absolute;
        top:auto;
        left:0;
        transform:translate(0,0);
        bottom:0;
        margin:0;
    }
     .lead-gen-modal h3{
        font-size:1em;
        padding:2px 0 0;
        margin-top:10px;
        line-height:1.18em;
        margin-bottom:0;
    }
     .lead-gen-modal .lead-gen-modal__block .lead-gen-modal__thank-you h1{
        font-size:2.8em;
    }
     .lead-gen-modal .lead-gen-modal__block{
        width:100%;
        margin:0 auto;
        padding-left:0;
        margin-top:40px;
        right:0;
    }
     .lead-gen-modal .lead-gen-modal__cx-widget{
        padding:0;
        margin:0;
    }
     .lead-gen-modal .lead-gen-modal__block h1{
        font-size:2.1em;
        text-align:center;
        margin:3px 0;
        font-weight:bold;
        color:#000;
    }
     .lead-gen-modal .thankbtn{
        width:75%;
        height:45px;
        font-size:1em;
        color:#000;
        font-weight:600;
        border-radius:45px;
    }
     .lead-gen-modal .lead-gen-modal__block h2{
        font-size:.51em;
        margin:0 0 5px;
        font-weight:bold;
        color:#000;
    }
     .lead-gen-modal .lead-gen-modal__block .lead-gen-modal__form{
        display:block;
        margin:0;
        height:auto;
    }
     .lead-gen-modal .lead-gen-modal__block a.counterRightArrow:after{
        margin-left:30px;
    }
     .lead-gen-modal .lead-gen-modal__block input.lead-gen-modal__form__input{
        width:70%;
        font-size:.5em;
        font-style:italic;
    }
     .lead-gen-modal .lead-gen-modal__block .lead-gen-modal__form__submit-btn{
        height:38px;
        font-size:.5em;
        width:72%;
        padding:0;
    }
     .lead-gen-modal .lead-gen-modal__block .lead-gen-modal__opt-form{
        margin:8px 20px;
    }
     .lead-gen-modal{
        padding:0;
    }
     .lead-gen-modal .lead-gen-modal__block .lead-gen-modal__opt-form p{
        font-size:.39em;
        font-weight:100;
        float:none;
    }
     .lead-gen-modal .lead-gen-modal__end-note p{
        font-size:1.1em;
        line-height:1.2;
    }
     .lead-gen-modal h4{
        font-size:.45em;
        padding:0 50px;
        margin:0;
        line-height:15px;
        font-family:Helvetica,Arial,sans-serif;
        font-weight:bold;
        color:#000;
    }
     .lead-gen-modal .error{
        margin:0;
        font-size:.4em;
        padding-left:25px;
        text-align:center;
    }
     .lead-gen-modal .lead-gen-modal__block input.lead-gen-modal__opt-form__input{
        width:15px;
        height:10px;
        display:block;
        margin-right:0;
    }
     .lead-gen-modal .lead-gen-modal__block .lead-gen-modal__opt-form a{
        font-size:1em;
        font-weight:normal;
        color:black;
        text-decoration:underline;
        float:none;
        font-family:Helvetica,Arial,sans-serif;
    }
   	.lead-gen-modal .lead-gen-modal__body {
   		position: absolute;
        left: 0;
        top: 10%;
        width: 100%;
        z-index: 2000000200;
    }
}
 @media all and (min-width:768px) and (max-width:1024px){
    .lead-gen-modal h4{
        margin-top:2em;
        font-size:.58em;
        line-height:15px;
        margin-bottom:5px;
    }
    .lead-gen-modal .lead-gen-modal__block h1{
        margin-bottom:6px;
    	font-size: 8vw;
    }
     .lead-gen-modal .lead-gen-modal__opt-form{
        margin:12px 30px;
    }
     .lead-gen-modal input.lead-gen-modal__opt-form__input{
        width:20px;
    }
     .lead-gen-modal .lead-gen-modal__dialog{
        position:absolute;
        top:25%;
        left: 0;
        transform: none;
    }
	.lead-gen-modal h2 {
    	font-size: 1.8vw;
    }
    .lead-gen-modal .lead-gen-modal__thank-you {
        z-index: 2000000200;
        position: relative;
        top: 2.5em;
    }
    .lead-gen-modal .lead-gen-modal__block .lead-gen-modal__thank-you h1 {
        font-size: 2.4em;
        line-height: 1.1;
        text-align: center;
        margin-bottom: 0;
        font-weight: 600;
        color: #e5b340;
        letter-spacing: 2px;
        margin-top: 2px;
    }
    .lead-gen-modal .lead-gen-modal__thank-you p {
        text-align: center;
        font-size: 1.3em;
        font-weight: bold;
        margin: 7px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .lead-gen-modal .thankbtn {
        width: 60%;
        height: 40px;
        font-size: 1.2em;
        color: #000;
        font-weight: 600;
        border-radius: 35px;
        outline-style: none;
    }
}
 @media only screen and (device-width:414px) and (device-height:736px) and (-webkit-device-pixel-ratio:3){
    .lead-gen-modal .lead-gen-modal__block input.lead-gen-modal__opt-form__input{
        width:35px;
        height:15px;
        display:block;
        margin:0;
    }
     .lead-gen-modal__dialog__backlinkblock .lead-gen-modal__end-note {
       position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        color: #666;
        top: auto;
        display: block;
        margin-bottom: 1.5em;
        font-size: .69em;
    	padding: 0 5%;
    }
     .lead-gen-modal input.lead-gen-modal__form__input{
        font-size:.6em;
        border:1px solid #000;
        transition:border-color .3s ease,box-shadow .3s ease;
        font-style:normal;
        text-align:left;
        width:85%;
        height:37px;
        margin:10px 5px 5px;
        padding-left:10px;
    }
     .lead-gen-modal .lead-gen-modal__block .lead-gen-modal__form__submit-btn{
        height:38px;
        font-size:16px;
        width:85%;
        padding:0;
        margin:0;
    }
     .lead-gen-modal .lead-gen-modal__end-note p{
        font-size:1.15em;
        line-height:1.1;
    }
     .lead-gen-modal .lead-gen-modal__block .lead-gen-modal__opt-form p{
        font-size:.5em;
        font-weight:100;
        line-height:1.3;
    }
     .lead-gen-modal .lead-gen-modal__opt-form{
        display:flex;
        margin:5px 0;
        padding:5px 0;
    }
     .lead-gen-modal h3{
        font-size:1em;
        padding:20px 30px 6px;
        margin-top:10px;
        line-height:1.18em;
        margin-bottom:0;
    }
     .lead-gen-modal .lead-gen-modal__dialog__backlinkblock{
        margin:0;
    }
     .lead-gen-modal .lead-gen-modal__block h2{
        font-size:16.5px;
        margin:0 10px;
    }
     .lead-gen-modal h4{
        font-size:16px;
        font-weight:bold;
        padding:0 25px;
        margin-bottom:0;
        line-height:1.28em;
        margin-top:0;
    }
}
 @media all and (min-width:584px) and (max-width:750px){
    .lead-gen-modal h4{
        font-size:1.6vw;
        margin-top:1em;
        line-height:1.4em;
        padding:0 17%;
    }
     .lead-gen-modal input.lead-gen-modal__form__input{
        font-size:.56em;
        width:58%;
        height:27px;
        margin:8px 0;
        padding-left:10px;
    }
     .lead-gen-modal .lead-gen-modal__form__submit-btn{
        font-size:.58em;
        width:60%;
        padding:.6em;
        border-radius:45px;
    }
     .lead-gen-modal__opt-form p{
        font-size:.36em;
    }
     .lead-gen-modal__dialog__backlinkblock .lead-gen-modal__end-note{
        position:fixed;
        top:77%;
        left:16%;
        width:80%;
        color:#666;
        font-size:.5em;
        padding:0 5%;
    }
}

/*SMS LG CSS*/

.sms-lead-gen-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1051;
	background: rgba(46, 46, 46, 0.9);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}	

.sms-lead-gen-modal .lead-gen-modal__dialog {
	display: block;
	visibility: visible;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	transform: translate3d(0, 0, 0);
	opacity: 1;
	z-index: 2;
}

.sms-lead-gen-modal h1 {
	margin: 30px 0 10px 15px;
	color: #fefefe;
	font-size: 2.6em;
	text-align: center;
	font-weight: bold;
	text-transform: none;
}

.sms-lead-gen-modal .close {
	color: #000;
    opacity: unset;
    padding: 0 6px 4px 6px;
    font-size: 20px;
    position: relative;
    top: -38px;
    right: 6px;
    float: right;
    border: 1px solid #EEB111;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #EEB111;
    font-weight: bold;
    border-radius: 50%;
}

.sms-lead-gen-modal .lead-gen-modal__form__submit-btn span {
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Helvetica Neue LT W01_55 Roman';
}

.sms-lead-gen-modal .close:hover,
.close:focus {
	text-decoration: none;
	cursor: pointer;
}

.sms-lead-gen-modal .lead-gen-modal__form__submit-btn:hover {
	background-color: #5b5b5b;
	color: #fff;
}

.sms-lead-gen-modal .thankbtn:hover {
	background-color: #5b5b5b;
	border: 0;
	outline: 0;
	color: #fff;
}

.sms-lead-gen-modal .btn {
	display: block;
	background-color: #c41230;
	margin: 10px auto;
	cursor: pointer;
}

.sms-lead-gen-modal .lead-gen-modal__subblock {
	height: 100%;
	width: 100%;
    padding: 25px;
    background-color: #F6F6F6;
}

.sms-lead-gen-modal .lead-gen-modal__cx-widget {
	text-align: center;
	font-size: 1.8em;
	padding: 0 25px;
}

.sms-lead-gen-modal .lead-gen-modal__subblock p {
	padding: 0;
    text-align: left;
    font-family: 'Helvetica Neue LT W01_55 Roman';
	font-style: normal;
	font-weight: 400;
	font-size: 9px;
    color: #000000;
	margin: .5rem 0;
}

.sms-lead-gen-modal .lead-gen-modal__form {
	display: block;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	margin: 0;
}

.sms-lead-gen-modal .form-input {
	display: block;
	height: 43.02px;
	width: 486px;
	padding-left: 15px;
	background-color: #fff;
	border: 1px solid #E2E2E5;
}

.sms-lead-gen-modal .lead-gen-modal__form__submit-btn {
	margin: 10px 0;
    background: #222222;
    color: #FFFFFF;
    width: auto;
    height: 40px;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'Helvetica Neue LT W01_55 Roman';
    border: 0;
    cursor: pointer;
    padding: 10px 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    order: 4;
    border-radius: 30px;
}

.sms-lead-gen-modal .form-group {
	padding: 0;
	margin: 0 0 1rem;
	border: 0;
}

.sms-lead-gen-modal .form-label {
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 12px;
	text-align: left;
	font-family: 'Avenir-Heavy','Avenir',sans-serif;
}
.sms-lead-gen-modal .form-error-item {
    margin: 0.25rem 0 0;
    padding: 0;
    color: #c41230;
    font-size: .9375rem;
	display:none;
}

.sms-lead-gen-modal .form-label span {
	padding-left: 5px;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	font-family: 'Avenir-Heavy','Avenir',sans-serif;
}

.sms-lead-gen-modal .lead-gen-modal__form__submit-btn:focus {
    outline: rgb(0, 0, 0) solid 0.125rem;
	outline-offset: 0.125rem;
}

.sms-lead-gen-modal .lead-gen-modal__subblock:focus {
	outline: .125rem solid #fff;
    outline-offset: .125rem;
}

.sms-lead-gen-modal .close:focus {
	outline: .125rem solid #fff;
    outline-offset: .125rem;
}

.sms-lead-gen-modal label.email-label,  .sms-lead-gen-modal label.phone-label {
    display: block;
    margin: 5px 0;
    font-weight: 700;
    font-size: 14px;
    text-align: left;
    font-family: 'Helvetica Neue LT W01_55 Roman';
	color: #000;
}

.sms-lead-gen-modal label.email-label span {
	padding-left: 5px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.sms-lead-gen-modal label.phone-label span {
    padding-left: 5px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.sms-lead-gen-modal input.lead-gen-modal__form__input {
	display: block;
    height: 43.02px;
    width: 486px;
    padding-left: 15px;
    background-color: #fff;
    border: 1px solid #E2E2E5;
	font-size: 16px;
}

.sms-lead-gen-modal .lead-gen-modal__opt-form p {
    font-size: 14.4px;
    margin-left: 10px;
    display: inline-block;
    line-height: 125%;
    font-family: 'Avenir-Roman','Avenir',sans-serif;
    font-style: normal;
    padding: 0;
    align-items: center;
}

.sms-lead-gen-modal .lead-gen-modal__opt-form label {
	display: flex;
}

.sms-lead-gen-modal .lead-gen-modal__opt-form p a {
	font-size: 1em;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}

.sms-lead-gen-modal input.lead-gen-modal__opt-form__input {
	width: 25px;
	height: 25px;
	display: flex;
	margin: 0;
	border: 1px solid #E2E2E5;
	background: #fff;
	flex: none;
	order: 0;
	flex-grow: 0;
	box-sizing: border-box;
    accent-color: #eeb111;
}

.sms-lead-gen-modal .lead-gen-modal__opt-form {
	display: flex;
	line-height: 15px;
	margin: 10px 0 0;
}

.sms-lead-gen-modal .lead-gen-modal__form--right-arrow:after {
	position: absolute;
	margin-left: 18px;
	margin-top: 18px;
	content: " ";
	border-left: 5px solid brown;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
}

.sms-lead-gen-modal .thankbtn {
	width: 50%;
	height: 50px;
	font-size: 1.5em;
	border: 0;
	border-radius: 4px;
	color: white;
	font-weight: 600;
	text-transform: none;
}

.sms-lead-gen-modal .lead-gen-modal__thank-you h1 {
	color: #444a52;
}

.sms-lead-gen-modal .lead-gen-modal__end-note p {
	font-size: .57em;
    text-align: left;
    padding: 0 25px;
    font-family: 'Helvetica Neue LT W01_55 Roman';
    display: flex;
    align-items: center;
}

.sms-lead-gen-modal .lead-gen-modal__body {
	width: 600px;
    margin: 0 auto;
    text-align: left;
    padding: 10px;
}

.sms-lead-gen-modal .lead-gen-modal__cx-widget span.error {
	color: #C41230;
	font-size: 14px;
	text-align: left;
	margin: 0;
	display: block;
	padding-top: 2px;
}

.sms-lead-gen-modal .sms-check-error {
	color: red;
	font-size: 14px;
	text-align: left;
	margin: 0;
	display: block;
}

.sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_name {
	color: #fefefe;
	margin: 0;
	font-size: 8em;
	text-align: center;
	font-weight: bold;
	font-family: "Avenir-Roman", sans-serif;
	text-transform: none;
	line-height: .8;
}

.sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_sub {
	font-size: 1.6em;
	padding: 5px 0 5px 25px;
	font-weight: 600;
	margin: 0;
	text-transform: none;
	color: #fefefe;
	text-align: left;
	letter-spacing: 5px;
	font-family: "Avenir-Roman", sans-serif;
}

.sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_subname {
	font-size: 27px;
	font-weight: 600;
	margin: 0;
	text-transform: inherit;
	font-family: 'Helvetica Neue LT W01_55 Roman';
	text-align: left;
	color: #000;
    line-height: 120%
}

.sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_subname_p {
	font-size: 16px;
	display: block;
	line-height: normal;
	font-family: 'Helvetica Neue LT W01_55 Roman';
	font-weight: 400;
	text-align: left;
}

.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__subblock {
	height: auto;
    padding: 20px;
    background: #F6F6F6;
    width: 98%;
    margin: 0 auto;
}

.sms-lead-gen-modal .lead-gen-modal__dialog input.lead-gen-modal__form__input,
.sms-lead-gen-modal .lead-gen-modal__dialog input.lead-gen-modal_phone-form-input {
	font-size: .6em;
    margin-right: 5px;
    display: block;
    height: 43.02px;
    width: 486px;
    padding-left: 15px;
    background-color: #fff;
    border: 1px solid #E2E2E5;
}

.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__opt-form p {
	font-size: 14px;
	padding-left: 10px;
	padding-top: 5px;
	line-height: 125%;
	font-family: 'Helvetica Neue LT W01_55 Roman';
	font-style: normal;
	margin: 0;
	align-items: center;
}
.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__end-note {
	position: relative;
    left: 0;
    width: 100%;
    padding: 0;
}
.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__end-note p {
	font-size: 9px;
	text-align: left;
	padding: 0 20px;
	font-family: 'Helvetica Neue LT W01_55 Roman';
	display: flex;
	align-items: center;
}

.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__end-note p a {
	color: #000;
}

.sms-lead-gen-modal .sms-lead-gen-modal.lead-gen-modal__dialog .close {
	color: #fefefe;
	opacity: unset;
	padding: 2px 5px;
	font-size: 1em;
	position: relative;
	top: -35px;
	right: 40px;
	background: #005ABB;
	border: none;
}

.sms-lead-gen-modal .super {
	font-size: x-large;
	vertical-align: top;
}

.sms-lead-gen-modal .lead-gen-modal__dialog__backlink {
	width: 100%;
	display: table;
	height: 100%;
	margin: 0;
}

.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__content {
	padding: 0;
	vertical-align: middle;
	display: table-cell;
	margin: 0;
}

.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__body {
	width: 600px;
	margin: 0 auto;
	text-align: left;
	padding: 10px;
}

.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__thank-you {
	height: 150px;
	padding: 15px;
}

.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__thank-you h1 {
	color: #000000;
    font-size: 29px;
    margin: 0;
    font-family: 'Helvetica Neue LT W01_55 Roman';
    text-transform: inherit;
	text-align: left;
}

.sms-lead-gen-modal .lead-gen-modal__dialog .center_block {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	font-family: "Avenir-Roman", sans-serif;
}

.sms-lead-gen-modal .lead-gen-modal__dialog .center_block p {
	text-align: center;
    font-size: 12px;
    letter-spacing: .8px;
    font-family: 'Avenir-Roman','Avenir',sans-serif;
    margin-top: 20px;
}

.sms-lead-gen-modal .lead-gen-modal__dialog .center_block .thankbtn {
	width: 60%;
	height: 35px;
	border: 0;
	border-radius: 0;
	color: white;
	font-weight: 600;
	text-transform: none;
	font-size: .7em;
}

.sms-lead-gen-modal .form-group.form-group-phone-field {
	margin-bottom: 0;
}

.sms-lead-gen-modal .lead-gen-modal__end-note_para p {
	padding: 0;
	font-size: .32em;
	text-align: left;
	font-family: 'Helvetica Neue LT W01_55 Roman';
}

.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__thank-you p {
	padding: 0;
    font-size: .94em;
    text-align: left;
    font-family: 'Helvetica Neue LT W01_55 Roman';
    color: #000000;
	margin-top: 20px;
    line-height: normal;
}

.sms-lead-gen-modal .sms-email-error {
	font-family: 'Avenir-Heavy','Avenir',sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 125%;
	text-align: left;
	color: #C41230;
	padding-top: 5px;
}

.sms-lead-gen-modal .sms-phone-error {
	font-family: 'Avenir-Heavy','Avenir',sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 125%;
	text-align: left;
	color: #C41230;
	padding-top: 5px;
}

.sms-lead-gen-modal .lead-gen-modal__dialog input:focus {
	border: none;
}

.sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_sms_offer {
    font-size: 16px;
    display: block;
    line-height: normal;
    margin: 5px 0;
    padding: 0;
    font-family: 'Helvetica Neue LT W01_55 Roman';
    font-weight: bold;
    text-align: left;
    letter-spacing: 0.32px;
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {

	.sms-lead-gen-modal .lead-gen-modal__cx-widget span.error {
		font-size: .5em;
		margin: 0;
	}

	.sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_subname {
		font-size: 24px;
	}

	.sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_subname_p {
		font-size: 17.8px;
		display: block;
		line-height: normal;
		font-family: 'Helvetica Neue LT W01_55 Roman';
		font-weight: 400;
		text-align: left;
		padding-bottom: 10px;
	}

	.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__opt-form p {
		font-size: 14px;
		margin: 0;
		display: inline-block;
		text-align: left;
		letter-spacing: 0.2px;
		padding-left: 10px;
		padding-top: 3px;
	}

	.sms-lead-gen-modal .lead-gen-modal__opt-form p a {
		font-size: 14px;
		font-weight: normal;
		color: #000;
		text-decoration: underline;
	}

	.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__subblock {
		height: 100%;
		padding: 25px 33px;
		background-color: #eee;
		width: auto;
	}

	.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__end-note p {
		text-align: left;
		padding: 0 25px;
	}

	.sms-lead-gen-modal .lead-gen-modal__form__submit-btn span {
		font-size: 18px;
	}

	.sms-lead-gen-modal .close {
		color: #000;
		opacity: unset;
		padding: 1px 2px 4px 2px;
		font-size: 1.2em;
		margin: 0;
		right: 0.5rem;
		top: -50px;
		left: 0px;
		height: 30px;
		width: 30px;
		text-align: center;
	}
	
	.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__thank-you p {
		font-size: .92em;
	}
	
	.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__thank-you {
		height: 155px;
	}
    .sms-lead-gen-modal .lead-gen-modal__form__submit-btn {
        width: auto;
    }

    .sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_sms_offer {
        font-size: 16px;
    }
}

@media screen and (max-width:600px) {

	.sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_subname_p {
		font-size: 12px;
		margin-top: 5px;
        line-height: 17.5px;
	}

	.sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_subname {
		font-size: 19px;
		padding-top: 10px;
        padding-bottom: 0;
        line-height: 1;
	}

    .sms-lead-gen-modal label.email-label {
        font-family: 'Helvetica Neue LT W01_55 Roman';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 125%;
        display: flex;
        align-items: center;
        letter-spacing: 0.42px;
        padding-bottom: 5px;
        margin: 0px;
    }

    .sms-lead-gen-modal .email-label span {
        font-style: normal;
        font-weight: 400;
        font-size: 9px;
        line-height: 125%;
        display: flex;
        align-items: flex-end;
        letter-spacing: 0.54px;
        padding-top: 4px;
    }

    .sms-lead-gen-modal .lead-gen-modal__dialog input.lead-gen-modal__form__input {
        font-size: 16px;
        margin-right: 5px;
		padding-left: 15px;
    }

	.sms-lead-gen-modal .sms-email-error {
		font-family: 'Avenir-Roman','Avenir',sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 125%;
		text-align: left;
		color: #C41230;
		padding-top: 5px;
	}

    .sms-lead-gen-modal label.phone-label{
        font-family: 'Helvetica Neue LT W01_55 Roman';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 125%;
        display: flex;
        align-items: center;
        letter-spacing: 0.42px;
        padding: 5px 0px 5px 0px;
        margin: 0px;
    }

    .sms-lead-gen-modal .lead-gen-modal_phone-form-input {
        font-size: 16px;
        margin-right: 5px;
        display: block;
        height: 43.02px;
        width: 460px;
        padding-left: 15px;
        background-color: #fff;
        border: 1px solid #E2E2E5;
    }

	.sms-lead-gen-modal .sms-phone-error {
		font-family: 'Avenir-Roman','Avenir',sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 125%;
		text-align: left;
		color: #C41230;
		padding-top: 5px;
	}

    .sms-lead-gen-modal input.lead-gen-modal__opt-form__input {
        width: 24px;
        height: 24px;
        display: flex;
        margin-top: 4.01px;
        border: 1px solid #E2E2E5;
        background: #fff;
        order: 0;
        box-sizing: border-box;
    }

	.sms-lead-gen-modal .form-input {
		max-width: 22em;
		height: 36.02px;
		padding-left: 5px;
	}

	.sms-lead-gen-modal .lead-gen-modal__form {
		margin: 10px 0;
	}

	.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__body {
		width: 100%;
		margin: 0 auto;
		text-align: left;
		padding: 0;
	}

	.sms-lead-gen-modal .lead-gen-modal__thank-you .btn {
		display: block;
		background-color: #c41230;
		margin: 10px auto;
		width: 70px;
		height: 25px;
		font-size: .6rem;
		padding: 0px;
	}

	.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__content {
		opacity: 1;
		margin: auto;
		padding: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}
	
	.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__end-note {
		margin-bottom: 10px;
	}
	
	.sms-lead-gen-modal .close {
		padding: 0 1px 2px 1px;
		top: -18rem;
		right: 1.2rem;
		width: 26px;
		height: 26px;
		font-size: 1.2em;
		margin: 0;
	}

	.sms-lead-gen-modal .lead-gen-modal__dialog {
		position: fixed;
		width: 100%;
		margin: 0;
		bottom: 0;
	}

	.sms-lead-gen-modal .close:hover,
	.close:focus {
		text-decoration: none;
		cursor: pointer;
	}

	.sms-lead-gen-modal h1 {
		font-size: 1.7em;
		height: 24px;
		margin: 30px 0 10px 0;
	}

	.sms-lead-gen-modal h2 {
		font-size: .49em;
		padding: 10px 0 0;
		margin-top: 0;
	}

	.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__subblock {
		padding: 5px 15px;
		width: 90%;
		margin: 0 auto;
		display: inline-block;
		position: absolute;
		float: left;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		height: auto;
	}

	.sms-lead-gen-modal .lead-gen-modal__subblock .lead-gen-modal__cx-widget {
		padding: 0;
	}

	.sms-lead-gen-modal .lead-gen-modal__subblock p {
		font-size: 9.8px;
		line-height: 1;
		margin-top: 5px;
    	text-align: left;
	}

	.sms-lead-gen-modal .lead-gen-modal__form__submit-btn {
		font-size: 14px;
		padding: 0;
		width: 145px;
		height: 35px;
		margin: 10px 0;
	}

	.sms-lead-gen-modal .lead-gen-modal__subblock h1 {
		color: #444a52;
		margin: 0;
	}

	.sms-lead-gen-modal .lead-gen-modal__opt-form {
		display: flex;
		line-height: 15px;
		margin-bottom: 0;
	}

	.sms-lead-gen-modal .lead-gen-modal__opt-form p a {
		font-size: 1em;
		letter-spacing: 0.3px;
	}

	.sms-lead-gen-modal .lead-gen-modal__opt-form p {
		font-size: .4em;
		padding-left: 7px;
		line-height: 15px;
		padding-right: 0;
	}

	.sms-lead-gen-modal .lead-gen-modal__form--right-arrow:after {
		margin-left: 10px;
		margin-top: 12px;
		border-left: 4px solid brown;
		border-bottom: 3px solid transparent;
		border-top: 3px solid transparent;
	}

	.sms-lead-gen-modal .lead-gen-modal__cx-widget span.error {
		font-size: .34em;
		margin: 0;
		display: block;
		line-height: 8px;
	}

	.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__end-note p {
		font-size: 9.9px;
        font-weight: 400;
		line-height: 1;
		padding: 0px;
	}

	.sms-lead-gen-modal .form-label {
		font-size: .6rem;
		margin-bottom: 5px;
	}

	.sms-lead-gen-modal .form-label span {
		font-size: .5rem;
	}

	.sms-lead-gen-modal .form-group {
		margin: 0 0 0.5rem;
	}

	.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__opt-form p {
		font-family: 'Helvetica Neue LT W01_55 Roman';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 125%;
        letter-spacing: 0.42px;
        text-align: left;
		margin-top: 0px;
        display: block;
	}

	.sms-lead-gen-modal .lead-gen-modal__form__submit-btn span {
		font-size: 10px;
		letter-spacing: .5px;
	}

	.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__thank-you h1 {
		color: #000000;
		font-size: 18px;
		margin: 0;
		font-family: 'Helvetica Neue LT W01_55 Roman';
		text-transform: uppercase;
		height: auto;
		text-align: left;
	}

	.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__thank-you {
		background-color: #F6F6F6;
		height: 135px;
		padding: 18px 3px;
	}
	
	.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__thank-you p{
		font-size: .61rem;
		line-height: 1.4;
		margin-top: 10px;
		text-align: left;
	}

    .sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__blog_subblock {
        width : 100%;
        bottom : 0;
        top : auto;
        transform : none;
        left: 0;
    }
    
    .sms-lead-gen-modal .blog_close {
        top : -13rem;
        right : 0.3rem;
    }

    .sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_sms_offer {
        font-size: 11px;
    }
}

@media only screen  and (min-width : 568px) and (max-width:1281px) and (orientation : landscape){
	.sms-lead-gen-modal {
		overflow: scroll;
	}	
	.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__body {
		margin: 45px auto;  
	}
    .sms-lead-gen-modal .lead-gen-modal__form__submit-btn {
        width: auto;
    }
}

@media screen and (max-width: 350px) {
    .sms-lead-gen-modal {
        overflow: scroll;
    }
    .sms-lead-gen-modal::-webkit-scrollbar {
        display: none;
    }
    .sms-lead-gen-modal .close {
        top: -41.7rem;
    }
    .sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__body {
        margin-top: 42rem;
    }
}
.leadgen-loggedin.sms-lead-gen-modal {
    z-index: 200000000111;
}

.leadgen-loggedin.sms-lead-gen-modal .close {
    color: #333333;
    opacity: unset;
    padding: 0 5px 3px 5px;
    font-size: 16px;
    position: relative;
    top: 10px;
    right: 15px;
    float: right;
    border: 1px solid #D08B0A;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #D08B0A;
    font-weight: bold;
    border-radius: 50%;
}

.leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__cx-widget {
    text-align: center;
    font-size: 1.8em;
    padding: 0 20px;
}

.leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__subblock p {
    padding: 0;
    text-align: left;
    font-family: 'Helvetica Neue LT W01_55 Roman';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    color: #FFFFFF;
    margin: .5rem 0;
    line-height: 12.5px;
}

.leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__form__submit-btn {
    margin: 25px 0 15px 0;
    background: #FFFFFF;
    color: #000;
    width: auto;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Helvetica Neue LT W01_55 Roman';
    border: 0;
    cursor: pointer;
    padding: 10px 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    order: 4;
    border-radius: 30px;
}

.leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__form__submit-btn:focus {
    outline: #FFFFFF solid 0.125rem !important;
    outline-offset: 0.125rem;
}

.leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__opt-form p a:focus {
    outline: 0.125rem solid #FFFFFF;
    outline-offset: 0.125rem;
}

.leadgen-loggedin.sms-lead-gen-modal label.email-label,.leadgen-loggedin.sms-lead-gen-modal label.phone-label {
    display: block;
    margin: 10px 0;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    font-family: 'Helvetica Neue LT W01_55 Roman';
    color: #FFFFFF;
}

.leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__opt-form p a {
    font-size: 1em;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: underline;
}

.leadgen-loggedin.sms-lead-gen-modal input.lead-gen-modal__opt-form__input {
    width: 15px;
    height: 15px;
    display: flex;
    margin: 0;
    border: 1px solid #e2e2e5;
    background: #fff;
    flex: none;
    order: 0;
    flex-grow: 0;
    box-sizing: border-box;
    accent-color: #eeb111;
}

.leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__body {
    width: 600px;
    margin: 0 auto;
    text-align: left;
}

.leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_subname {
    font-size: 29px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Helvetica Neue LT W01_55 Roman';
    text-align: center;
    color: #FFFFFF;
    line-height: 36.25px;
}

.leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_subname_p {
    font-size: 16px;
    display: block;
    line-height: normal;
    font-family: 'Helvetica Neue LT W01_55 Roman';
    font-weight: 400;
    text-align: center;
    padding-bottom: 10px;
    color: #FFFFFF;
}

.leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__subblock {
    height: auto;
    padding: 36px 11px;
    background: #222222;
    width: 100%;
    margin: 0 auto;
}

.leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog input.lead-gen-modal__form__input,.leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog input.lead-gen-modal_phone-form-input {
    font-size: 16px;
    margin-right: 5px;
    display: block;
    height: 40px;
    width: 574px;
    padding-left: 15px;
    background-color: #fff;
    border: 1px solid #e2e2e5;
}

.leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__opt-form p {
    font-size: 12px;
    padding-left: 10px;
    padding-top: 0;
    line-height: 125%;
    font-family: 'Helvetica Neue LT W01_55 Roman';
    font-style: normal;
    margin: 0;
    align-items: center;
}

.leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__cx-widget span.error {
    color: #EEB111;
    font-size: 14px;
    text-align: left;
    margin: 0;
    display: block;
    padding-top: 2px;
}

.leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__end-note p {
    font-size: 10px;
    text-align: left;
    padding: 5px 20px 0 20px;
    font-family: 'Helvetica Neue LT W01_55 Roman';
    display: flex;
    align-items: center;
    line-height: 12.5px;
}

.leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__body {
    width: 637px;
    margin: 0 auto;
    text-align: left;
    float: right;
    padding: 0;
}

.leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__thank-you h1 {
    color: #FFFFFF;
    font-size: 29px;
    margin: 0;
    font-family: 'Helvetica Neue LT W01_55 Roman';
    text-transform: inherit;
    text-align: left;
}

.leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__thank-you p {
    padding: 0;
    font-size: .94em;
    text-align: left;
    font-family: 'Helvetica Neue LT W01_55 Roman';
    color: #FFFFFF;
    margin-top: 20px;
    line-height: normal;
}

.leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog input:focus {
    border: 0;
    outline: 1px solid #FFFFFF;
}

.leadgen-loggedin.sms-lead-gen-modal .close:focus {
    outline: 0.125rem solid #FFFFFF !important;
    outline-offset: 0.125rem;
}

@media screen and (min-device-width: 768px) and (max-device-width:1024px) {
    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__cx-widget span.error {
        font-size:.5em;
        margin: 0;
    }

    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_subname {
        font-size: 27px;
        font-family: 'Helvetica Neue';
    }

    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__opt-form p a {
        font-size: 14px;
        font-weight: normal;
        text-decoration: underline;				
	}

    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__subblock {
        height: 100%;
        padding: 25px 25px;
        width: auto;
    }

    .leadgen-loggedin.sms-lead-gen-modal .close {
        opacity: unset;
        padding: 1px 2px 5px 2px;
        font-size: 16px;
        margin: 0;
        right: .5rem;
        top: 11px;
        left: -10px;
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__body {
        width: 100%;
        margin: 0 auto;
        text-align: left;
        padding: 0;
    }

    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__subblock .lead-gen-modal__cx-widget {
        padding: 0
    }

    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_subname_p {
        font-size: 12px;
        padding-bottom: 0;
        line-height: 17.5px;
        margin: 5px 0 0 0;
    }

    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_subname {
        font-size: 17px;
        font-family: 'Helvetica Neue';
        padding: 20px 0 0 0;
        line-height: 21.25px;
        letter-spacing: -0.5px;
        text-align: center;
    }

    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__cx-widget span.error {
        font-size: 11px;
    }

    .leadgen-loggedin.sms-lead-gen-modal label.phone-label {
        font-family: 'Helvetica Neue LT W01_55 Roman';
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 15px;
        display: flex;
        align-items: center;
        letter-spacing: .42px;
        padding: 0 0 5px 0;
        margin: 0;
    }

    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog input.lead-gen-modal_phone-form-input {
        font-size: 10px;
        margin-right: 5px;
        display: block;
        height: 20px;
        width: 343px;
        padding-left: 10px;
        background-color: #fff;
        border: 1px solid #e2e2e5;
    }

    .leadgen-loggedin.sms-lead-gen-modal input.lead-gen-modal__opt-form__input {
        width: 10px;
        height: 10px;
        display: flex;
        margin-top: 4.01px;
        border: 1px solid #e2e2e5;
        background: #fff;
        order: 0;
        box-sizing: border-box;
    }

    .leadgen-loggedin.sms-lead-gen-modal .close {
        padding: 0 1px 2px 2px;
        top: -9.7rem;
        right: 0.3rem;
        width: 16px;
        height: 16px;
        font-size: 14px;
        margin: 0;
        z-index: 1;
    }

    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__subblock {
        padding: 5px 10px;
        width: 90%;
        margin: 0 auto;
        display: inline-block;
        position: absolute;
        float: left;
        left: 55%;
        top: 50%;
        transform: translate(-50%,-50%);
        height: auto;
        bottom: auto;
    }

    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__subblock p {
        font-size: 9px;
        line-height: 9.5px;
        margin-top: 10px;
        text-align: left;
    }

    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__form__submit-btn {
        font-size: 12px;
        padding: 0;
        width: 126px;
        height: 28px;
        margin: 15px 0;
    }

    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__opt-form p {
        font-family: 'Helvetica Neue LT W01_55 Roman';
        font-style: normal;
        font-weight: 400;
        font-size: 9px;
        line-height: 10px;
        text-align: left;
        margin-top: 4px;
        display: block;
    }

    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__end-note p {
        font-size: 9px;
        font-weight: 400;
        line-height: 9.5px;
        padding: 0;
    }

    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__thank-you h1 {
        font-size: 18px;
        margin: 0;
        font-family: 'Helvetica Neue LT W01_55 Roman';
        text-transform: uppercase;
        height: auto;
        text-align: left;
    }

    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__thank-you {
        background-color: #222222;
        height: 135px;
        padding: 18px 3px;
    }

    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__thank-you p {
        font-size: 12px;
        margin-top: 10px;
        text-align: left;
    }
}

@media (min-width: 601px) and (max-width: 767px) and (orientation: landscape) {
    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_subname {
        font-size: 28px;
        text-align: center;
        font-family: 'Helvetica Neue';
    }
}

@media screen and (max-width: 350px) {
    .leadgen-loggedin.sms-lead-gen-modal {
        overflow: scroll;
    }
    .leadgen-loggedin.sms-lead-gen-modal::-webkit-scrollbar {
        display: none;
    }
    .leadgen-loggedin.sms-lead-gen-modal .close {
        top: -23.7rem;
    }
    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__body {
        margin-top: 25rem;
    }
    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_subname {
        font-family: 'Helvetica Neue LT W01_55 Roman';
        font-size: 15px;
    }
    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__cx-widget span.error {
        font-size: 9px;
    }
}
.lead-gen-ca-modal .lead-gen-ca-modal__form__submit-btn:hover {
	background-color: #d99e02;
}
.lead-gen-ca-modal__dialog__backlinkblock .lead-gen-ca-modal__end-note {
	position: fixed;
	top: 80%;
	left: 16%;
	width: 80%;
	color: #666;
	font-size: .65em;
	padding: 0 5%;
}
.lead-gen-ca-modal .thankbtn_ca:hover {
	background-color: #d99e02;
	outline: 0;
}
.lead-gen-ca-modal .lead-gen-ca-modal__block {
	width: 50%;
	max-height: 100%;
	position: relative;
	top: 30px;
	right: 35px;
	float: right;
}
.lead-gen-ca-modal .lead-gen-ca-modal__cxthemecounterTop h1 {
	font-weight: bold;
	font-family: revert;
	margin: 0;
	color: #444a52;
}
.lead-gen-ca-modal h2 {
	font-size: 1.5vw;
	line-height: 23px;
	padding: 5px 0;
	font-weight: bold;
	color: #000;
}
.lead-gen-ca-modal h4 {
	font-size: 1vw;
	font-weight: bold;
	margin-top: 0;
	line-height: 16px;
	padding: 5px 17%;
	color: #000;
}
.lead-gen-ca-modal .center_block__ca h4 {
	font-size: 0.8rem;
	font-weight: bold;
	margin-top: 0;
    line-height: 1.2em;
	padding: 0 17%;
	color: #000;
    text-align: center;
}
#lead-gen-mbox .lead-gen-ca-modal h4:after {
    background-color: transparent;
    animation: none;
}
.lead-gen-ca-modal h3 {
	font-size: 1.2em;
	line-height: 35px;
	font-weight: 600;
	padding: 0 50px;
	margin-top: 4.1em;
	color: #000;
	font-weight: 600;
	font-family: Helvetica, Arial, sans-serif;
}
.lead-gen-ca-modal .lead-gen-ca-modal__form {
	display: block;
	height: auto;
}
.lead-gen-ca-modal input.lead-gen-ca-modal__form__input {
	font-size: .5em;
	border: 1px solid #000;
	transition: border-color .3s ease, box-shadow .3s ease;
	text-align: left;
	width: 58%;
	height: 35px;
	margin: 10px 0;
	padding-left: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
}
.lead-gen-ca-modal .lead-gen-ca-modal__form__submit-btn {
	background-color: #eeb111;
	color: #000;
	display: inline-block;
	font-size: .48em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	width: 60%;
	border: 0;
	text-transform: capitalize;
	height: auto;
	padding: 1em 1.5em;
	border-radius: 45px;
}
.lead-gen-ca-modal .lead-gen-ca-modal__opt-form {
	display: flex;
	margin: 10px 30px 0;
}
.lead-gen-ca-modal input.lead-gen-ca-modal__opt-form__input {
	width: 15px;
	height: 12px;
	display: block;
	margin: 0;
	outline-style: none;
	margin-right:5px;
}
.lead-gen-ca-modal .lead-gen-ca-modal__end-note p {
	font-size: .9em;
	line-height: 1;
}
#lead-gen-mbox .lead-gen-ca-modal__opt-form p {
	font-size: 10px;
	padding-bottom: 0;
	display: inline;
	text-align: center;
	font-weight: lighter;
	font-family: Helvetica;
	color: #666;
	line-height: 1.2em;
	margin-top: 0;
	margin-bottom: 0;
}
.lead-gen-ca-modal .lead-gen-ca-modal__opt-form a {
	font-size: 1em;
	font-weight: normal;
	color: #666;
	text-decoration: underline;
}
.lead-gen-ca-modal .error {
	color: red;
	font-size: .4em;
	text-align: center;
	margin: 0;
	display: block;
    margin-top: 8px;
}
.lead-gen-ca-modal .lead-gen-ca-modal__dialog__backlinkblock {
	width: fit-content;
	margin: 0 auto;
	right: 0;
}
.lead-gen-ca-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2000000150;
	background: rgba(46, 46, 46, 0.9);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	overflow-x: auto;
	overflow-y: hidden;
}
.lead-gen-ca-modal .close {
	color: #8C8C8C;
	opacity: unset;
	font-size: 1.2em;
	padding: 8px;
	position: absolute;
	top: -35px;
	right: 10px;
	width: 40px;
	height: 38px;
	z-index: 2000000200;
	cursor: pointer;
}
.lead-gen-ca-modal .lead-gen-ca-modal__cx-widget {
	color: #444a52;
	font-size: 1.5em;
	position: absolute;
	top: 0;
	width: auto;
	height: 100%;
	background: white;
	text-align: center;
	margin: 0;
}
.lead-gen-ca-modal .lead-gen-ca-modal__form__submit-btn:focus {
	outline: 0;
}
.lead-gen-ca-modal .lead-gen-ca-modal__body {
	position: absolute;
	left: -17px;
	top: 12%;
	width: 100%;
	z-index: 2000000200;
}
.lead-gen-ca-modal h1,
h2,
h3,
h4,
h5 {
	text-transform: none;
}

.lead-gen-ca-modal .lead-gen-ca-modal__block .lead-gen-ca-modal__thank-you h1 {
	font-size: 3.7em;
	line-height: 1.1;
	text-align: center;
	margin-bottom: 0;
	font-weight: 600;
	color: #e5b340;
	letter-spacing: 2px;
}
.lead-gen-ca-modal .lead-gen-ca-modal__thank-you {
	z-index: 2000000200;
	position: relative;
	top: 2.5em;
}
.lead-gen-ca-modal .lead-gen-ca-modal__thank-you p {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 35px;
}
.lead-gen-ca-modal .thankbtn_ca {
	width: 60%;
	height: 40px;
	font-size: 1em;
	color: #000;
	font-weight: 600;
	border-radius: 35px;
	outline-style: none;
}
.lead-gen-ca-modal .btn {
	display: block;
	background-color: #eeb111;
	margin: 10px auto;
	border: 0;
	text-transform: none;
}
#lead-gen-mbox .lead-gen-ca-modal .lead-gen-ca-modal__block h1::after {
	animation: none;
	background-color: transparent;
}
.lead-gen-ca-modal .lead-gen-ca-modal__block h1 {
	font-size: 2.2em;
	line-height: 1em;
	text-align: center;
	color: #000;
	width: max-content;
	margin: auto;
}
.lead-gen-ca-modal .acModalOpen {
	overflow: hidden;
}
.lead-gen-ca-modal .lead-gen-ca-modal__dialog {
	display: inline-flex;
	visibility: visible;
	opacity: 1;
	z-index: 2;
}
.lead-gen-ca-modal .lead-gen-ca-modal__dialog {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.lead-gen-ca-modal .lead-gen-ca-modal__content {
	position: relative;
	background-clip: padding-box;
	border-radius: 6px;
	outline: 0;
	margin: 45px auto;
	padding: 30px;
}
.lead-gen-ca-modal .note p {
	font-size: .7em;
	text-align: left;
	padding: 0 20px 0 80px;
}
.lead-gen-ca-modal__end-note {
	position: relative;
	top: 80%;
	left: 21%;
	width: 70%;
	text-align: center;
	color: #666;
	font-size: .65em;
	padding: 0 5%;
}
.lead-gen-ca-modal .bgImage_ca {
    max-width: none;
}
.lead-gen-ca-modal .lead-gen-ca-modal__opt-form label {
    display: flex;
}
@media screen and (min-width:1400px) {
	.lead-gen-ca-modal h4 {
		font-size: .7em;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block h1 {
		font-size: 2.9rem;
		line-height: 1em;
	}
	.lead-gen-ca-modal h2 {
		font-size: .65em;
		line-height: 1em;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__dialog {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.lead-gen-ca-modal__dialog__backlinkblock .lead-gen-ca-modal__end-note {
		position: fixed;
		top: 80%;
		left: 16%;
	}
	@-moz-document url-prefix() {
		.lead-gen-ca-modal .lead-gen-ca-modal__block h1{font-size:2.3rem;line-height:1em;}
		.lead-gen-ca-modal h4{font-size:.5em; line-height:1em;}
		#lead-gen-mbox .lead-gen-ca-modal__opt-form p {
			font-size: .45em;
			padding-bottom: 0;
			display: inline;
			text-align: center;
			font-weight: lighter;
			font-family: Helvetica;
			color: #666;
			line-height: 1em;
			margin-top: 0;
			margin-bottom: 0;
		}
		.lead-gen-ca-modal .lead-gen-ca-modal__end-note p {
			font-size: .9em;
			line-height: 1;
			margin-top:-2%;
		}
	} 
}

@media screen and (min-width:1600px) {
	.lead-gen-ca-modal h4 {
		font-size: .7em;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block h1 {
		font-size: 2.9em;
		line-height: 1em;
	}
	.lead-gen-ca-modal h2 {
		font-size: .65em;
		line-height: 1em;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__dialog {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.lead-gen-ca-modal__dialog__backlinkblock .lead-gen-ca-modal__end-note {
		position: fixed;
		top: 80%;
		left: 16%;
	}
}

@media screen and (min-width:1900px) {
	.lead-gen-ca-modal h4 {
		font-size: .7em;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block h1 {
		font-size: 2.9em;
		line-height: 1em;
	}
	.lead-gen-ca-modal h2 {
		font-size: .65em;
		line-height: 1em;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__dialog {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.lead-gen-ca-modal__dialog__backlinkblock .lead-gen-ca-modal__end-note {
		position: fixed;
		top: 80%;
		left: 16%;
	}
}

@media screen and (max-width:600px) {
	.lead-gen-ca-modal {
		padding-right: 0;
		width: 100%;
	}
	.lead-gen-ca-modal .thankbtn_ca {
		width: 65%;
		height: 50px;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block .lead-gen-ca-modal__thank-you h1 {
		font-size: 3.2em;
	}
	.lead-gen-ca-modal .error {
		color: red;
		font-size: .4em;
		padding: 5px 20px 0;
		margin: 0;
		display: block;
		text-align: center;
	}
	.lead-gen-ca-modal .note p {
		font-size: .7em;
		text-align: left;
		padding: 0 20px 0 40px;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__thank-you {
		z-index: 2000000200;
		position: absolute;
		top: 1em;
		width: 100%;
		right: 0;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__thank-you p {
		text-align: center;
		font-size: 1em;
		font-weight: bold;
		margin-bottom: 45px;
		color: #000;
	}
	.lead-gen-ca-modal .bgImage_ca {
		width: 100%;
		height: 35em;
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center top;
		background-attachment: fixed;
	}
	.lead-gen-ca-modal .cx-theme-counterTop h1 {
		font-size: 2.65em;
	}
	.lead-gen-ca-modal .back-link {
		margin: 10px;
	}
	.lead-gen-ca-modal .close {
		color: grey;
		font-size: 2em;
		margin: 0;
	}
	.lead-gen-ca-modal .back-link .lead-gen-ca-modal__body {
		padding: 0;
	}
	.lead-gen-ca-modal input.lead-gen-ca-modal__opt-form__input {
		width: 100%;
		padding-left: 0;
		margin-right: 10px;
		margin-bottom: 15px;
		height: 40px;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__opt-form {
		height: 12vh;
	}
	#lead-gen-mbox .lead-gen-ca-modal__opt-form p {
		overflow-y: scroll;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__form__submit-btn {
		font-size: 1em;
		width: 35%;
		padding: 8px 25px;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__opt-form a {
		font-size: 1em;
		font-weight: normal;
		color: #337ab7;
		text-decoration: none
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		right: 0;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__cx-widget {
		color: #444a52;
		text-align: center;
		font-size: 1.6em;
		padding: 0 20px;
		margin: 0 13px 0;
	}
	.lead-gen-ca-modal h4 {
		font-size: .4em;
		font-weight: bold;
		padding: 0px;
		margin-bottom: 0;
		line-height: 1.18em;
		margin-top: 0;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__content {
		width: auto;
		height: auto;
		padding: 0;
		margin: 0
	}
	.lead-gen-ca-modal .modal-body {
		position: absolute;
		top: 10px;
		left: 0;
		padding: 0;
		width: 100%;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block a.counterRightArrow:after {
		margin-left: 35px;
		margin-top: 13px;
		left: 0;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block input.lead-gen-ca-modal__opt-form__input {
		width: 35px;
		height: 12px;
		display: block;
		margin: 0;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__end-note p {
		 font-size: .9em;
		line-height: 1.2;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.lead-gen-ca-modal__dialog__backlinkblock .lead-gen-ca-modal__end-note {
		position: relative;
		bottom: 0;
		left: 0;
		width: 100%;
		text-align: center;
		color: #666;
		top: 35em;
		display: block;
		margin-bottom: 1.5em;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__dialog__backlinkblock .close {
		z-index: 100000056;
		color: transparent;
		padding: 20px;
		margin: 0;
		height: 30px;
		width: 30px;
		top: -42px;
		right: 0;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block h2 {
		font-size: .68em;
		margin: 2px 0;
	}
	.lead-gen-ca-modal h3 {
		font-size: 1em;
		padding: 10px 12px 0;
		margin-top: 43px;
		line-height: 1.18em;
		margin-bottom: 0;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block .lead-gen-ca-modal__form {
		display: block;
		margin: 0;
		height: auto;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__opt-form {
		display: flex;
		line-height: 21px;
		margin: 5px 0;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block .lead-gen-ca-modal__form__submit-btn {
		height: 32px;
		font-size: 16px;
		width: 85%;
		padding: 0;
	}
	.lead-gen-ca-modal input.lead-gen-ca-modal__form__input {
		font-size: .5em;
		border: 1px solid #000;
		transition: border-color .3s ease, box-shadow .3s ease;
		font-style: normal;
		text-align: left;
		width: 85%;
		height: 30px;
		margin: 5px;
		padding-left: 10px;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block .lead-gen-ca-modal__opt-form p {
		font-size: .4em;
		font-weight: 100;
		margin-bottom: 10px;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block .lead-gen-ca-modal__opt-form a {
		font-size: 1em;
		font-weight: normal;
		color: black;
		text-decoration: underline;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__dialog__backlinkblock {
		width: 100%;
		display: block;
		position: absolute;
		bottom: 0;
		margin: 0;
		height: auto;
		top: auto;
		transform: none;
		left: 0;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block h1 {
		font-size: 36px;
		line-height: .983em;
		text-align: center;
		margin-bottom: 0;
		width:auto;
	}
	#lead-gen-mbox .lead-gen-ca-modal__opt-form p {
		line-height: 0.9rem;
	}
	@-moz-document url-prefix() {
		#lead-gen-mbox .lead-gen-ca-modal__opt-form p {
			font-size: .46em;
			padding-bottom: 0;
			display: inline;
			text-align: center;
			font-weight: lighter;
			font-family: Helvetica;
			color: #666;
			line-height: 0.9em;
			margin-top: 0;
			margin-bottom: 0;
			max-width: 100%;
			display: block;
		}
		.lead-gen-ca-modal .bgImage_ca {
		width: 100%;
		height: 35em;
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center top;
		background-attachment: fixed;
		}
	}
}

@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-device-pixel-ratio:2) and (device-aspect-ratio:40 / 71) {
	.lead-gen-ca-modal .bgImage_ca {
		width: 100%;
		height: auto;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__dialog__backlinkblock .lead-gen-ca-modal__opt-form p {
		font-size: .38em;
		font-weight: 100;
		float: none;
		margin: 0;
	}
	.lead-gen-ca-modal__dialog__backlinkblock .lead-gen-ca-modal__end-note {
		position: fixed;
		top: 83%;
		left: 0;
		width: 100%;
		text-align: center;
		color: #666;
		font-size: .5em;
		padding: 0 5%;
		display: block;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__dialog__backlinkblock .lead-gen-ca-modal__block {
		width: 100%;
		margin: 0 auto;
		padding-left: 0;
		margin-top: 0;
		right: 0;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__dialog__backlinkblock {
		position: absolute;
		top: auto;
		left: 0;
		transform: translate(0, 0);
		bottom: 0;
		margin: 0;
	}
	.lead-gen-ca-modal h3 {
		font-size: 1em;
		padding: 2px 0 0;
		margin-top: 10px;
		line-height: 1.18em;
		margin-bottom: 0;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block .lead-gen-ca-modal__thank-you h1 {
		font-size: 2.8em;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block {
		width: 100%;
		margin: 0 auto;
		padding-left: 0;
		margin-top: 40px;
		right: 0;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__cx-widget {
		padding: 0;
		margin: 0;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block h1 {
		font-size: 2.1em;
		text-align: center;
		margin: 3px 0;
		font-weight: bold;
		color: #000;
	}
	.lead-gen-ca-modal .thankbtn_ca {
		width: 75%;
		height: 45px;
		font-size: 1em;
		color: #000;
		font-weight: 600;
		border-radius: 45px;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block h2 {
		font-size: .51em;
		margin: 0 0 5px;
		font-weight: bold;
		color: #000;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block .lead-gen-ca-modal__form {
		display: block;
		margin: 0;
		height: auto;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block a.counterRightArrow:after {
		margin-left: 30px;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block input.lead-gen-ca-modal__form__input {
		width: 70%;
		font-size: .5em;
		font-style: italic;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block .lead-gen-ca-modal__form__submit-btn {
		height: 38px;
		font-size: .5em;
		width: 72%;
		padding: 0;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block .lead-gen-ca-modal__opt-form {
		margin: 8px 20px;
	}
	.lead-gen-ca-modal {
		padding: 0;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block .lead-gen-ca-modal__opt-form p {
		font-size: .39em;
		font-weight: 100;
		float: none;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__end-note p {
		font-size: 1.1em;
		line-height: 1.2;
	}
	.lead-gen-ca-modal h4 {
		font-size: .45em;
		padding: 0 50px;
		margin: 0;
		line-height: 15px;
		font-family: Helvetica, Arial, sans-serif;
		font-weight: bold;
		color: #000;
	}
	.lead-gen-ca-modal .error {
		margin: 0;
		font-size: .4em;
		padding-left: 25px;
		text-align: center;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block input.lead-gen-ca-modal__opt-form__input {
		width: 15px;
		height: 10px;
		display: block;
		margin-right: 0;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block .lead-gen-ca-modal__opt-form a {
		font-size: 1em;
		font-weight: normal;
		color: black;
		text-decoration: underline;
		float: none;
		font-family: Helvetica, Arial, sans-serif;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__body {
		position: absolute;
		left: 0;
		top: 10%;
		width: 100%;
		z-index: 2000000200;
	}
}

@media all and (min-width:768px) and (max-width:1024px) {
	.lead-gen-ca-modal h4 {
		margin-top: 0;
		font-size: .58em;
		line-height: 15px;
		margin-bottom: 5px;
		padding: 0 14%;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block h1 {
		margin-bottom: 6px;
		font-size: 2.2em;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__opt-form {
		margin: 12px 30px;
		height: 6vh;
	}
	#lead-gen-mbox .lead-gen-ca-modal__opt-form p {
		overflow-y: scroll;
	}
	.lead-gen-ca-modal input.lead-gen-ca-modal__opt-form__input {
		width: 20px;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__dialog {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.lead-gen-ca-modal h2 {
		font-size: 1.8vw;
	}
}

@media only screen and (device-width:414px) and (device-height:736px) and (-webkit-device-pixel-ratio:3) {
	.lead-gen-ca-modal .lead-gen-ca-modal__block input.lead-gen-ca-modal__opt-form__input {
		width: 35px;
		height: 15px;
		display: block;
		margin: 0;
	}
	.lead-gen-ca-modal__dialog__backlinkblock .lead-gen-ca-modal__end-note {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		text-align: center;
		color: #666;
		top: auto;
		display: block;
		margin-bottom: 1.5em;
		font-size: .69em;
		padding: 0 5%;
	}
	.lead-gen-ca-modal input.lead-gen-ca-modal__form__input {
		font-size: .6em;
		border: 1px solid #000;
		transition: border-color .3s ease, box-shadow .3s ease;
		font-style: normal;
		text-align: left;
		width: 85%;
		height: 37px;
		margin: 10px 5px 5px;
		padding-left: 10px;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block .lead-gen-ca-modal__form__submit-btn {
		height: 38px;
		font-size: 16px;
		width: 85%;
		padding: 0;
		margin: 0;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__end-note p {
		font-size: 0.9em;
		line-height: 1.1;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block .lead-gen-ca-modal__opt-form p {
		font-size: .5em;
		font-weight: 100;
		line-height: 1.3;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__opt-form {
		display: flex;
		margin: 5px 0;
		padding: 5px 0;
	}
	.lead-gen-ca-modal h3 {
		font-size: 1em;
		padding: 20px 30px 6px;
		margin-top: 10px;
		line-height: 1.18em;
		margin-bottom: 0;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__dialog__backlinkblock {
		margin: 0;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block h2 {
		font-size: 16.5px;
		margin: 0 10px;
	}
	.lead-gen-ca-modal h4 {
		font-size: 16px;
		font-weight: bold;
		padding: 0 25px;
		margin-bottom: 0;
		line-height: 1.28em;
		margin-top: 0;
	}
}

@media only screen and (min-device-width:812px) and (max-device-width:916px) and (orientation:landscape) {
	.lead-gen-ca-modal .bgImage_ca {
		width: 100%;
		height: 100vh;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block h1 {
		font-size: 4vw;
	}
	.lead-gen-ca-modal h4 {
		font-size: 0.48em;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__opt-form {
		margin: 12px 20px;
		height: 12vh;
	}
	#lead-gen-mbox .lead-gen-ca-modal__opt-form p{
		overflow-y: scroll;
	}
	.lead-gen-ca-modal__dialog__backlinkblock .lead-gen-ca-modal__end-note {
		top: 74%;
	}
	@-moz-document url-prefix() {
		.lead-gen-ca-modal .bgImage_ca {
			width: 80vw;
			height: 100vh;
			max-width: 75vw;
		}
		.lead-gen-ca-modal__content picture .bgImage_ca {
			max-width: 100vw;
			width: 85vw;
        }
    }
}

@media screen and (max-width:800px) and (orientation:landscape) {
	.lead-gen-ca-modal .lead-gen-ca-modal__opt-form {
		display: flex;
		height: 12vh;
		margin: auto;
        margin-top:5px;
	}
	#lead-gen-mbox .lead-gen-ca-modal__opt-form p {
		overflow-y: scroll;
	}
	.lead-gen-ca-modal h4 {
		font-size: 1.5vw;
		line-height: 1.2em;
	}
	.lead-gen-ca-modal .bgImage_ca {
		height: 100vh;
	}
	.lead-gen-ca-modal__dialog__backlinkblock .lead-gen-ca-modal__end-note {
		top: 74%;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block h1 {
		font-size: 4vw;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__end-note p {
		font-size: 0.8em;
	}
	.lead-gen-ca-modal .close {
		margin-top: 12px;
	}
	.lead-gen-ca-modal input.lead-gen-ca-modal__form__input {
			font-size:0.45em;
	}
	@-moz-document url-prefix() {
		.lead-gen-ca-modal .bgImage_ca {
			height: 100vh;
			max-width: 85vw;
        }
	}
  }

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1){
	@-moz-document url-prefix() {
		#lead-gen-mbox .lead-gen-ca-modal img,svg{max-width:95vw;display:block}
		.lead-gen-ca-modal h4{margin-top:0;font-size:.48em;line-height:15px;margin-bottom:5px;padding:0 14%}
		.lead-gen-ca-modal .lead-gen-ca-modal__block h1{margin-bottom:6px;font-size:2.2em}
		.lead-gen-ca-modal .lead-gen-ca-modal__opt-form{margin:12px 30px}
		.lead-gen-ca-modal input.lead-gen-ca-modal__opt-form__input{width:20px}
		.lead-gen-ca-modal .lead-gen-ca-modal__dialog{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
		.lead-gen-ca-modal h2{font-size:1.8vw}
		.lead-gen-ca-modal__content picture img {
		  display: block;
		  max-width: 95vw;
		  width: 95vw;
		}
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape){
	@-moz-document url-prefix() {
		#lead-gen-mbox .lead-gen-ca-modal img,svg{
			max-width:90vw;display:block;
		}
		.lead-gen-ca-modal .lead-gen-ca-modal__block h1{
			font-size: 1.3em;
		}
	}
}	

@media only screen and (min-device-width : 810px) and (max-device-width : 1366px) and (-webkit-min-device-pixel-ratio: 1){
	@-moz-document url-prefix() {
		#lead-gen-mbox .lead-gen-ca-modal img,svg{max-width:95vw;display:block;}
	}
}

@media only screen and (max-device-width: 926px) and (max-device-height: 428px) and (orientation : landscape){
    @-moz-document url-prefix() {
        .lead-gen-ca-modal__content picture img {
			width: 75vw;
         }
    }
}

@media only screen and (min-device-width:1025px) and (max-device-width:1366px){
	.lead-gen-ca-modal .lead-gen-ca-modal__content{
			padding: 10px;
	}
	
	.lead-gen-ca-modal .lead-gen-ca-modal__block{
			width: 55%;
			top: 10px;
			right:15px;
	}
	
	.lead-gen-ca-modal .lead-gen-ca-modal__body {
			top: 10%;
	}
	
	#lead-gen-mbox .lead-gen-ca-modal__opt-form p{
			line-height: 1em;
	}
}
#promoDrawer #lead-gen-mbox .container {
    background: #fff;
    border-radius: 20px;
    filter: drop-shadow(0 2px 4px rgba(47,35,3,0.2));
    padding: 8px 16px;
}
#promoDrawer #lead-gen-modal_ca {
     position: static;
     height: 100%;
     float: left;
     width: 100%;
     background:transparent;
}
.gpd-heading.main_form_sub {
    text-align: left;
}
#promoDrawer .gpd-heading.main_form_sub h3 {
     font-size: 20px;
     font-family: "Helvetica Neue LT W01_71488914","Helvetica Bold","Arial Bold",sans-serif;
     font-weight: 700;
     font-style: normal;
     line-height: 24px;
     color: #000;
     margin: 0;
     padding:0;
}
 #promoDrawer .gpd-heading.main_form_sub p {
     font-size: 16px;
     font-family: 'Helvetica Neue LT W01_55 Roman',Helvetica,Arial;
     line-height: 19px;
     font-style: normal;
     padding-top: 6px;
     padding-bottom: 8px;
}
 #promoDrawer .lead-gen-ca-modal__form__input.gpd-emailfield {
     padding: 6px 8px;
     height: 36px;
     width: 66%;
     border: 1px solid;
     font-size: 12px;
     line-height: 16px;
     outline: none !important;
     margin-right: 8px;
     margin: 0;
     margin-right: 8px;
     font-family: 'Helvetica Neue LT W01_55 Roman',Helvetica,Arial;
     font-style: normal;
     transition: none;
     color: #000;
}
#promoDrawer #lead-gen-mbox .modalContainer.container {
    background: transparent;
    padding: 0;
    filter: none;
    border-radius: unset;
}
 .gpd-emailsection {
     display: flex;
}
 #promoDrawer button.gpdbutton__signup {
     height: 36px;
     width: 33%;
     background-color: #eeb111;
     border-radius: 24px;
     font-size: 16px;
     line-height: 19px;
     font-weight: 700;
     font-family: "Helvetica Neue LT W01_71488914","Helvetica Bold","Arial Bold",sans-serif;
     text-transform: none;
     padding: 0 20px;
}
 #promoDrawer button.gpdbutton__signup:hover {
     background-color: #d99e02;
}
.gpd-formwrapper.lead-gen-ca-modal__form .gpd-formvalidation {
    text-align: left;
    line-height: 0;
    margin-bottom: 10px;
}
.gpd-formwrapper.lead-gen-ca-modal__form .gpd-emailsection {
    margin-bottom: 10px;
}
 .gpd-legalcontent {
     font-size: 10px;
     font-family: 'Helvetica Neue LT W01_55 Roman',Helvetica,Arial;
     line-height: 14px;
     color: #000;
     padding-left: 8px;
}
 .gpd-legalcontent a {
     font-family: "Helvetica Neue LT W01_71488914","Helvetica Bold","Arial Bold",sans-serif;
}
 .gpd-formwrapper.lead-gen-ca-modal__form .gpd-legalsection {
    display: flex;
    align-items: flex-start;
    text-align: left;
}
 .gpd-legalcheckbox[type="checkbox"] {
     -webkit-appearance: none;
     background-color: #fff;
     border: 1px solid #000;
     padding: 8px;
     display: inline-block;
     position: relative;
}
 .gpd-legalcheckbox:checked:before {
     content: ' ';
     border-right: 2px solid #eeb111;
     border-bottom: 2px solid #eeb111;
     position: absolute;
     top: 2px;
     height: 10px;
     left: 5px;
     width: 6px;
     transform: rotate(45deg);
}
 #promoDrawer .pc-carousel-wrapper .pc-carousel-container .slick-slide>.lead-gen-thankyou {
     display: flex;
     align-items: center;
     justify-content: center;
}
.gpd-thankyousection.lead-gen-ca-modal__thank-you {
    position: static;
}
 .gpd-thankyousection {
     display: flex;
     flex-direction: column;
     justify-content: center;
     text-align: center;
     align-items: center;
}
 #promoDrawer .gpd-thankyouheading {
     margin: 0;
     font-style: normal;
     font-weight: 700;
     font-size: 26px;
     line-height: 28px;
     color: #000;
     padding-bottom: 16px;
     font-family: "Helvetica Neue LT W01_71488914","Helvetica Bold","Arial Bold",sans-serif;
}
 #promoDrawer .gpd-thankyoudescription {
     font-style: normal;
     font-weight: 400;
     font-size: 14px;
     line-height: 19px;
     margin: 0;
     color: #000;
     padding-bottom: 16px;
}
.gpd-thankyousection h1 {
    margin: 0;
    margin-bottom: 10px;
    line-height: normal;
}
 #promoDrawer .lead-gen-ca-modal .error {
     font-size: 11px;
}
 .gpd-thankyoubutton {
     padding: 10px 0;
     border-radius: 20px;
     font-weight: 700;
     font-family: "Helvetica Neue LT W01_71488914","Helvetica Bold","Arial Bold",sans-serif;
     text-transform: uppercase;
     background-color: #eeb111;
     color: #222;
     width: 176px;
     height: 40px;
     font-size: 16px;
     line-height: 19px;
     margin-top: 10px;
}
#promoDrawer .pc-carousel-wrapper .gpd-heading a {
    color: #000;
    border: 1px solid #9f9f9f;
    width: 14px;
    height: 14px;
    line-height: 19px;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    margin-left: 2px;
    font-weight: normal;
    text-decoration: none;
}
 @media (min-width:768px) and (max-width:1250px) {
     #promoDrawer button.gpdbutton__signup {
         font-size:12px;
         width:35%;
    }
     #promoDrawer .lead-gen-ca-modal__form__input.gpd-emailfield {
         width: 65%;
    }
}
 @media (max-width:767px) {
     #promoDrawer .lead-gen-ca-modal__form__input.gpd-emailfield {
         border-radius: 18px 0px 0px 18px;
         margin-right: 0;
         font-size: 12px;
    }
     #promoDrawer button.gpdbutton__signup {
         border-radius: 0px 18px 18px 0px;
         background: #000;
         color: #fff;
         font-size: 12px;
         padding: 0;
         text-align: center;
    }
     .gpd-heading {
         font-size: 16px;
         line-height: 16px;
    }
     .gpd-description {
         font-size: 10px;
         font-weight: normal;
         line-height: 14px;
    }
     .gpd-legalcontent {
         font-size: 8px;
    }
    #promoDrawer .lead-gen-ca-modal .error {
    	text-align:left;
    }
}

.platform-components-spacer__height-desktop--0 {
  height: 0px;
}
.platform-components-spacer__height-desktop--3xs {
  height: 10px;
}
.platform-components-spacer__height-desktop--2xs {
  height: 15px;
}
.platform-components-spacer__height-desktop--xs {
  height: 20px;
}
.platform-components-spacer__height-desktop--sm {
  height: 25px;
}
.platform-components-spacer__height-desktop--md {
  height: 30px;
}
.platform-components-spacer__height-desktop--lg {
  height: 35px;
}
.platform-components-spacer__height-desktop--xl {
  height: 40px;
}
.platform-components-spacer__height-desktop--2xl {
  height: 45px;
}
.platform-components-spacer__height-desktop--3xl {
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .platform-components-spacer__height-mobile--0 {
    height: 0px;
  }
  .platform-components-spacer__height-mobile--3xs {
    height: 10px;
  }
  .platform-components-spacer__height-mobile--2xs {
    height: 15px;
  }
  .platform-components-spacer__height-mobile--xs {
    height: 20px;
  }
  .platform-components-spacer__height-mobile--sm {
    height: 25px;
  }
  .platform-components-spacer__height-mobile--md {
    height: 30px;
  }
  .platform-components-spacer__height-mobile--lg {
    height: 35px;
  }
  .platform-components-spacer__height-mobile--xl {
    height: 40px;
  }
  .platform-components-spacer__height-mobile--2xl {
    height: 45px;
  }
  .platform-components-spacer__height-mobile--3xl {
    height: 50px;
  }
}
.platform-components-spacer .editmode {
  border: 1px dashed lightgray;
  text-align: center;
  color: lightgray;
  font-size: 1rem;
  min-height: 20px;
  height: 100%;
}
.aem-GridColumn.cq-Editable-dom .platform-components-spacer {
  padding: 0;
  min-height: 1px;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
@font-face {
  font-family: 'Avenir-Black';
  src: url('../../../digital-platform/clientlibs/global/resources/Avenir-Black.ttf');
  font-display: swap;
}

@font-face {
  font-family: 'Avenir-Roman';
  src: url('../../../digital-platform/clientlibs/global/resources/Avenir-Roman.ttf');
  font-display: swap;
}

@font-face {
  font-family: 'Avenir-Medium';
  src: url('../../../digital-platform/clientlibs/global/resources/Avenir-Medium.ttf');
  font-display: swap;
}

@font-face {
  font-family:"icons";
  src:url("../../../digital-platform/clientlibs/global/resources/icons.woff2") format("woff2");
}
*:focus {
    outline:1px solid #000;
}

.raw-html *:focus-visible {
  outline: 0.125rem solid #000;
  outline-offset: 0.125rem;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
  line-height: 2.0625rem;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  height: 1em;
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  max-width: 100%;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
  background: #eeeeee;
  overflow-x: hidden;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.scroll-lock {
  overflow: hidden;
}

.email-main {
  background-color: #ffffff;
}

img,
svg {
  max-width: 100%;
  display: block;
}

svg {
  height: auto;
}

.icon {
  fill: currentColor;
}

html,
body {
  font-family: "Avenir-Roman", sans-serif;
  color: #444444;
}

button, input, optgroup, select, textarea {
  color: #444444;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

hr {
  border: none;
  border-top: 1px solid #b3b3b3;
  margin: .5rem 0;
}

button.link-btn:not([hidden]) {
  display: inline;
  height: auto;
  margin: 0;
  padding: 0 1rem 0 0;
  font-size: 1rem;
  font-weight: normal;
  text-transform: none;
  background-color: transparent;
}

a,
button.link-btn {
  color: #00a0dd;
  text-decoration: none;
}

a:hover,
button.link-btn:hover {
  color: #2ea3f2;
}

button.link-btn:hover,
button.link-btn:focus {
  background-color: transparent;
}

a.skip {
  position: absolute;
  left: -50vw;
}

a.skip:focus {
  left:0;
  z-index: 99;
}

.page-headline {
  text-align: left;
}

.page-headline-center {
  text-align: center;
}

.page-headline-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5625rem;
  margin-bottom: 0.25rem;
}

@media (min-width: 48rem) {
  .page-headline-title {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
  }
}

.page-headline-subtitle {
  text-transform: uppercase;
  font-size: 1.5625rem;
  margin-bottom: 0.25rem;
}

@media (min-width: 48rem) {
  .page-headline-subtitle {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
  }
}

.page-headline-text {
  font-size: 0.875rem;
}

@media (min-width: 48rem) {
  .page-headline-text {
    line-height: 1.4;
    font-size: 1.25rem;
  }
}

button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-align: center;
  background: #00a0dd;
  border: none;
  color: #ffffff;
  height: 3rem;
  font-weight: 700;
  font-family: 'Avenir-Black', sans-serif;
  padding: 0 1.25rem;
  cursor: pointer;
  border-radius: 0;
  transition:
    color ease-in .2s,
    background-color ease-in .2s,
    border-color ease-in .2s;
}

div.button {
  padding: 0;
}

div.button > a.cmp-button {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

button:hover,
.button:hover {
  background: #00a0dd;
  color: #ffffff;
  text-decoration: none !important;
}

a.button {
  text-decoration: none;
}

.button--loader {
  position: relative;
  text-align: center;
}

.button--loader:after {
  content: '';
  display: block;
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  border: 0.25em solid;
  border-color: currentColor currentColor currentColor transparent;
  border-radius: 50%;
  -webkit-animation: 1s linear infinite loaderRotate;
  animation: 1s linear infinite loaderRotate;
}

.button--loader > .button__text {
  opacity: 0;
}

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

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

.coral-Button:not(:disabled):not(.is-disabled):hover {
  background-color: #fff;
  color: #323232;
}

.button-white {
  color: #2e2e2e;
}

.button-white:hover {
  color: #9a132b;
}

.button-white,
.button-white:hover,
button.button-white[disabled],
.button.button-white[disabled],
button.button-white[disabled]:hover,
.button.button-white[disabled]:hover,
button.button-white[disabled]:active,
.button.button-white[disabled]:active {
  background: #ffffff;
}

.button-grey {
  background: #e2e2e5;
  color: #2e2e2e;
}

.button-grey:hover {
  background: #2e2e2e;
  color: #ffffff;
}

button.button-full {
  min-width: auto;
  width: 100%;
}

.picture,
.picture-image {
  display: block;
  width: 100%;
}

.author-m-top-10 {
  margin-top: 0.625rem;
}

.author-m-top-20 {
  margin-top: 1.25rem;
}

.author-m-top-30 {
  margin-top: 1.875rem;
}

.author-m-top-40 {
  margin-top: 2.5rem;
}

.author-m-bottom-10 {
  margin-bottom: 0.625rem;
}

.author-m-bottom-20 {
  margin-bottom: 1.25rem;
}

.author-m-bottom-30 {
  margin-bottom: 1.875rem;
}

.author-m-bottom-40 {
  margin-bottom: 2.5rem;
}

.box {
  background: #ffffff;
  padding: 1rem;
}

@media (min-width: 48rem) {
  .box {
    padding: 1.25rem;
  }
}

.box-white {
  background: #ffffff;
}

.box-black {
  background: #2e2e2e;
}


.ka-show {
  display: block;
}

.ka-hide {
  display: none;
}

.tooltip-trigger {
  position: relative;
}

.tooltip-panel {
  position: fixed;
  background: #0c0c0c;
  padding: 0.625rem;
  max-width: 15.625rem;
  font-size: 0.6875rem;
  line-height: 1.6;
  z-index: 9999;
  color: white;
}

.tooltip-panel:after {
  content: '';
  position: absolute;
  top: -0.625rem;
  width: 0;
  height: 0;
  border-left: 0.75rem solid transparent;
  border-right: 0.75rem solid transparent;
  border-bottom: 0.75rem solid #0c0c0c;
  left: 0.5rem;
  color: white;
}

.tooltip-panel-right:after {
  left: auto;
  right: 0.5rem;
  background: #0c0c0c;
  color: white;
}
button[disabled],
.button[disabled],
button[disabled]:hover,
.button[disabled]:hover,
button[disabled]:active,
.button[disabled]:active {
  cursor: not-allowed;
}

.disNone{
	display:none;
}
*:focus {
    outline:1px solid #000;
}
.ps-online-availability span{
	color: #2E2E2E;
}
.ps-in-stock{
	color: #097E00;
}
.pdp-accordion-v2-bar.accordionV2-title{
	height: 2.5rem;
}
button.app-custom{
	background:none;
	height: inherit;
	width: 100%;
	position: inherit;
}
button.app-custom:hover, button.app-custom:focus{
	background:none;
}
.app-header-txt{
    position: absolute;
    left: 0px;
    bottom: .625rem;
    cursor: pointer;
    font-size: 1.25em;
    text-transform: capitalize;
    color: #292b2c;
}
.app-icon{
    right: 0px;
    top: 13px;
	Position:absolute;

}
.marketplace-product-label {
  font-family:  "Avenir", sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: .875rem;
  color: #2e2e2e;
}
.form-show-password-label:focus {
  outline: none;
}

.zip-icon-error {
  width: 1.375rem;
  height: 1em;
  margin-top: 0.188rem;
  align-self: flex-start;
  margin-right: 0.375rem;
}
/*# sourceMappingURL=global.css.map */

/* begin style to hide placeholders in preview mode for different components */
.aem-Author--hidePlaceholder .digital-platform-component--hidePlaceholder {
  display: none;
}
/* end style to hide placeholders in preview mode for different components */
.g-container, .page-content {
    max-width: 74.375rem;
    margin: 0 auto;
    padding: 0 0.625rem;
}

.g-row {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: var(--g-row-custom-margin-right, -0.625rem);
    margin-left: var(--g-row-custom-margin-left, -0.625rem);
    justify-content: var(--g-row-custom-justify-content, normal);
}

.g-row-reverse {
    flex-direction: row-reverse;
}

.g-row-start {
    justify-content: flex-start;
    text-align: start;
}

.g-row-center {
    justify-content: center;
    text-align: center;
}

.g-row-end {
    justify-content: flex-end;
    text-align: end;
}

.g-row-top {
    align-items: flex-start;
}

.g-row-middle {
    align-items: center;
}

.g-row-bottom {
    align-items: flex-end;
}

.g-row-around {
    justify-content: space-around;
}

.g-row-between {
    justify-content: space-between;
}

.g-col,
.g-col-1,
.g-col-2,
.g-col-3,
.g-col-4,
.g-col-5,
.g-col-6,
.g-col-7,
.g-col-8,
.g-col-9,
.g-col-10,
.g-col-11,
.g-col-12,
.g-col-offset-0,
.g-col-offset-1,
.g-col-offset-2,
.g-col-offset-3,
.g-col-offset-4,
.g-col-offset-5,
.g-col-offset-6,
.g-col-offset-7,
.g-col-offset-8,
.g-col-offset-9,
.g-col-offset-10,
.g-col-offset-11,
.g-col-offset-12 {
    flex: 0 0 auto;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

.g-col {
    flex-basis: 100%;
    max-width: 100%;
}

.g-col-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
}

.g-col-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
}

.g-col-3 {
    flex-basis: 25%;
    max-width: 25%;
}

.g-col-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
}

.g-col-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
}

.g-col-6 {
    flex-basis: 50%;
    max-width: 50%;
}

.g-col-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
}

.g-col-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
}

.g-col-9 {
    flex-basis: 75%;
    max-width: 75%;
}

.g-col-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
}

.g-col-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
}

.g-col-12 {
    flex-basis: 100%;
    max-width: 100%;
}

.g-col-offset-0 {
    margin-left: 0;
}

.g-col-offset-1 {
    margin-left: 8.33333333%;
}

.g-col-offset-2 {
    margin-left: 16.66666667%;
}

.g-col-offset-3 {
    margin-left: 25%;
}

.g-col-offset-4 {
    margin-left: 33.33333333%;
}

.g-col-offset-5 {
    margin-left: 41.66666667%;
}

.g-col-offset-6 {
    margin-left: 50%;
}

.g-col-offset-7 {
    margin-left: 58.33333333%;
}

.g-col-offset-8 {
    margin-left: 66.66666667%;
}

.g-col-offset-9 {
    margin-left: 75%;
}

.g-col-offset-10 {
    margin-left: 83.33333333%;
}

.g-col-offset-11 {
    margin-left: 91.66666667%;
}

.g-col-first {
    order: -1;
}

.g-col-last {
    order: 1;
}

@media (min-width: 48rem) {
    .g-row-md-reverse {
        flex-direction: row-reverse;
    }
    .g-row-md-start {
        justify-content: flex-start;
        text-align: start;
    }
    .g-row-md-center {
        justify-content: center;
        text-align: center;
    }
    .g-row-md-end {
        justify-content: flex-end;
        text-align: end;
    }
    .g-row-md-top {
        align-items: flex-start;
    }
    .g-row-md-middle {
        align-items: center;
    }
    .g-row-md-bottom {
        align-items: flex-end;
    }
    .g-row-md-around {
        justify-content: space-around;
    }
    .g-row-md-between {
        justify-content: space-between;
    }
    .g-col-md,
    .g-col-md-1,
    .g-col-md-2,
    .g-col-md-3,
    .g-col-md-4,
    .g-col-md-5,
    .g-col-md-6,
    .g-col-md-7,
    .g-col-md-8,
    .g-col-md-9,
    .g-col-md-10,
    .g-col-md-11,
    .g-col-md-12,
    .g-col-md-offset-0,
    .g-col-md-offset-1,
    .g-col-md-offset-2,
    .g-col-md-offset-3,
    .g-col-md-offset-4,
    .g-col-md-offset-5,
    .g-col-md-offset-6,
    .g-col-md-offset-7,
    .g-col-md-offset-8,
    .g-col-md-offset-9,
    .g-col-md-offset-10,
    .g-col-md-offset-11,
    .g-col-md-offset-12 {
        flex: 0 0 auto;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }
    .g-col-md {
        flex-basis: 100%;
        max-width: 100%;
    }
    .g-col-md-1 {
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }
    .g-col-md-2 {
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }
    .g-col-md-3 {
        flex-basis: 25%;
        max-width: 25%;
    }
    .g-col-md-4 {
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }
    .g-col-md-5 {
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }
    .g-col-md-6 {
        flex-basis: 50%;
        max-width: 50%;
    }
    .g-col-md-7 {
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }
    .g-col-md-8 {
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }
    .g-col-md-9 {
        flex-basis: 75%;
        max-width: 75%;
    }
    .g-col-md-10 {
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }
    .g-col-md-11 {
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }
    .g-col-md-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .g-col-md-offset-0 {
        margin-left: 0;
    }
    .g-col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .g-col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .g-col-md-offset-3 {
        margin-left: 25%;
    }
    .g-col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .g-col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .g-col-md-offset-6 {
        margin-left: 50%;
    }
    .g-col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .g-col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .g-col-md-offset-9 {
        margin-left: 75%;
    }
    .g-col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .g-col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .g-col-md-first {
        order: -1;
    }
    .g-col-md-last {
        order: 1;
    }
}


@media (min-width: 64rem) {
    .g-row-lg-reverse {
        flex-direction: row-reverse;
    }
    .g-row-lg-start {
        justify-content: flex-start;
        text-align: start;
    }
    .g-row-lg-center {
        justify-content: center;
        text-align: center;
    }
    .g-row-lg-end {
        justify-content: flex-end;
        text-align: end;
    }
    .g-row-lg-top {
        align-items: flex-start;
    }
    .g-row-lg-middle {
        align-items: center;
    }
    .g-row-lg-bottom {
        align-items: flex-end;
    }
    .g-row-lg-around {
        justify-content: space-around;
    }
    .g-row-lg-between {
        justify-content: space-between;
    }
    .g-col-lg,
    .g-col-lg-1,
    .g-col-lg-2,
    .g-col-lg-3,
    .g-col-lg-4,
    .g-col-lg-5,
    .g-col-lg-6,
    .g-col-lg-7,
    .g-col-lg-8,
    .g-col-lg-9,
    .g-col-lg-10,
    .g-col-lg-11,
    .g-col-lg-12,
    .g-col-lg-offset-0,
    .g-col-lg-offset-1,
    .g-col-lg-offset-2,
    .g-col-lg-offset-3,
    .g-col-lg-offset-4,
    .g-col-lg-offset-5,
    .g-col-lg-offset-6,
    .g-col-lg-offset-7,
    .g-col-lg-offset-8,
    .g-col-lg-offset-9,
    .g-col-lg-offset-10,
    .g-col-lg-offset-11,
    .g-col-lg-offset-12 {
        flex: 0 0 auto;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }

    .g-col-lg-5,
    .g-col-lg-7 {
        padding-right: var(--g-col-lg-padding-right, 0.625rem);
        padding-left: var(--g-col-lg-padding-left, 0.625rem);
    }

    .g-col-lg {
        flex-basis: 100%;
        max-width: 100%;
    }
    .g-col-lg-1 {
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }
    .g-col-lg-2 {
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }
    .g-col-lg-3 {
        flex-basis: 25%;
        max-width: 25%;
    }
    .g-col-lg-4 {
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }
    .g-col-lg-5 {
        flex-basis: var(--g-col-lg-5-custom-flex-basis, 41.66666667%);
        max-width: var(--g-col-lg-5-custom-max-width, 41.66666667%);
    }
    .g-col-lg-6 {
        flex-basis: 50%;
        max-width: 50%;
    }
    .g-col-lg-7 {
        flex-basis: var(--g-col-lg-7-custom-flex-basis, 58.33333333%);
        max-width: var(--g-col-lg-7-custom-max-width, 58.33333333%);
    }
    .g-col-lg-8 {
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }
    .g-col-lg-9 {
        flex-basis: 75%;
        max-width: 75%;
    }
    .g-col-lg-10 {
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }
    .g-col-lg-11 {
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }
    .g-col-lg-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .g-col-lg-offset-0 {
        margin-left: 0;
    }
    .g-col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .g-col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .g-col-lg-offset-3 {
        margin-left: 25%;
    }
    .g-col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .g-col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .g-col-lg-offset-6 {
        margin-left: 50%;
    }
    .g-col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .g-col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .g-col-lg-offset-9 {
        margin-left: 75%;
    }
    .g-col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .g-col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .g-col-lg-first {
        order: -1;
    }
    .g-col-lg-last {
        order: 1;
    }
}

@font-face {
  font-family: 'whirlpool-icons';
  src:  url('../../../digital-platform/clientlibs/global/resources/whirlpool-icons.eot?ne84lw');
  src:  url('../../../digital-platform/clientlibs/global/resources/whirlpool-icons.eot?ne84lw#iefix') format('embedded-opentype'),
    url('../../../digital-platform/clientlibs/global/resources/whirlpool-icons.ttf?ne84lw') format('truetype'),
    url('../../../digital-platform/clientlibs/global/resources/whirlpool-icons.woff?ne84lw') format('woff'),
    url('../../../digital-platform/clientlibs/global/resources/whirlpool-icons.svg?ne84lw#whirlpool-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icons-"], [class*=" icons-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'whirlpool-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icons-video-play:before {
  content: "\e92d";
}
.icons-account:before {
  content: "\e900";
}
.icons-affirm:before {
  content: "\e901";
}
.icons-alert:before {
  content: "\e902";
}
.icons-arrow-down:before {
  content: "\e903";
}
.icons-arrow-left:before {
  content: "\e904";
}
.icons-arrow-right:before {
  content: "\e905";
}
.icons-arrow-up:before {
  content: "\e906";
}
.icons-cart:before {
  content: "\e907";
}
.icons-check-box:before {
  content: "\e908";
}
.icons-checkmark:before {
  content: "\e909";
}
.icons-close:before {
  content: "\e90a";
}
.icons-compare:before {
  content: "\e90b";
}
.icons-connectivity:before {
  content: "\e90c";
}
.icons-delivery:before {
  content: "\e90d";
}
.icons-desktop:before {
  content: "\e90e";
}
.icons-download:before {
  content: "\e90f";
}
.icons-dual-fuel:before {
  content: "\e910";
}
.icons-edit:before {
  content: "\e911";
}
.icons-electric:before {
  content: "\e912";
}
.icons-email:before {
  content: "\e913";
}
.icons-favorite:before {
  content: "\e914";
}
.icons-gas:before {
  content: "\e915";
}
.icons-gift:before {
  content: "\e916";
}
.icons-hamburger:before {
  content: "\e917";
}
.icons-info:before {
  content: "\e918";
}
.icons-live-chat:before {
  content: "\e919";
}
.icons-location:before {
  content: "\e91a";
}
.icons-phone:before {
  content: "\e91b";
}
.icons-plus:before {
  content: "\e91c";
}
.icons-print:before {
  content: "\e91d";
}
.icons-radio-deselected:before {
  content: "\e91e";
}
.icons-radio-selected:before {
  content: "\e91f";
}
.icons-refurbished:before {
  content: "\e920";
}
.icons-registered:before {
  content: "\e921";
}
.icons-registration:before {
  content: "\e922";
}
.icons-replay:before {
  content: "\e923";
}
.icons-return:before {
  content: "\e924";
}
.icons-save:before {
  content: "\e925";
}
.icons-savings:before {
  content: "\e926";
}
.icons-scroll:before {
  content: "\e927";
}
.icons-search:before {
  content: "\e928";
}
.icons-select-box:before {
  content: "\e929";
}
.icons-service:before {
  content: "\e92a";
}
.icons-share:before {
  content: "\e92b";
}
.icons-sign-in:before {
  content: "\e92c";
}
.icons-warranty:before {
  content: "\e92e";
}

/* class used in rich text component, mainly on KitchenAid */
.button-red--ghost {
    color: #9a132b;
    background-color: transparent;
    border: 2px solid #9a132b;
    box-sizing: border-box;
}

.button-red--ghost:hover {
    color: #fff;
    background-color: #9a132b;
    border-color: #9a132b;
}
.button-red--ghost:focus{
    outline: 1px solid #000;
}

/* class used in dialogs to style text */
.button-white {
    color: #2e2e2e;
}

.button-white:hover {
    color: #9a132b;
}

.button-white,
.button-white:hover,
button.button-white[disabled],
.button.button-white[disabled],
button.button-white[disabled]:hover,
.button.button-white[disabled]:hover,
button.button-white[disabled]:active,
.button.button-white[disabled]:active {
    background: #ffffff;
}

/* class used in rich text component, mainly on KitchenAid */
.button-small {
    height: 1.25rem;
    line-height: 1.25rem;
    padding: 0 0.375rem;
}

/* general styling for rich text component */
.rte {
    font-size: 1rem;
    color: #444444;
    line-height: 1.3125rem;
}

.rte h1 {
    font-size: 1.875rem;
    line-height: 2.0625rem;
}

.rte h2 {
    font-size: 1rem;
    line-height: 1.125rem;
    font-weight: 700 !important;
}

.rte h3 {
    font-size: 1.5rem;
    line-height: 1.875rem;
}

.rte h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
}

.rte h5 {
    font-size: 0.75rem;
    line-height: 0.8125rem;
}

.rte h6 {
    font-size: 0.625rem;
    line-height: 0.6875rem;
}

.rte h1 + p,
.rte h1 + div,
.rte h1 + blockquote,
.rte h1 + ul,
.rte h1 + ol,
.rte h1 + .button,
.rte h2 + p,
.rte h2 + div,
.rte h2 + blockquote,
.rte h2 + ul,
.rte h2 + ol,
.rte h2 + .button,
.rte h3 + p,
.rte h3 + div,
.rte h3 + blockquote,
.rte h3 + ul,
.rte h3 + ol,
.rte h3 + .button,
.rte h4 + p,
.rte h4 + div,
.rte h4 + blockquote,
.rte h4 + ul,
.rte h4 + ol,
.rte h4 + .button,
.rte h5 + p,
.rte h5 + div,
.rte h5 + blockquote,
.rte h5 + ul,
.rte h5 + ol,
.rte h5 + .button,
.rte h6 + p,
.rte h6 + div,
.rte h6 + blockquote,
.rte h6 + ul,
.rte h6 + ol,
.rte h6 + .button {
    margin-top: .5rem;
}

.rte h1,
.rte h2,
.rte h3,
.rte h4 {
    font-weight: 400;
}

.rte h1 strong,
.rte h1 b,
.rte h2 strong,
.rte h2 b,
.rte h3 strong,
.rte h3 b,
.rte h4 strong,
.rte h4 b {
    font-weight: 700;
}

.rte h5,
.rte h6 {
    font-weight: 700;
}

.rte strong h1,
.rte strong h2,
.rte strong h3,
.rte strong h4,
.rte b h1,
.rte b h2,
.rte b h3,
.rte b h4 {
    font-weight: 700;
}

.rte p + h1,
.rte p + h2,
.rte p + h3,
.rte p + h4,
.rte p + h5,
.rte p + h6,
.rte div + h1,
.rte div + h2,
.rte div + h3,
.rte div + h4,
.rte div + h5,
.rte div + h6,
.rte blockquote + h1,
.rte blockquote + h2,
.rte blockquote + h3,
.rte blockquote + h4,
.rte blockquote + h5,
.rte blockquote + h6,
.rte ul + h1,
.rte ul + h2,
.rte ul + h3,
.rte ul + h4,
.rte ul + h5,
.rte ul + h6,
.rte ol + h1,
.rte ol + h2,
.rte ol + h3,
.rte ol + h4,
.rte ol + h5,
.rte ol + h6,
.rte .button + h1,
.rte .button + h2,
.rte .button + h3,
.rte .button + h4,
.rte .button + h5,
.rte .button + h6 {
    margin-top: 1.5rem;
}

.rte p {
    margin-bottom: 1rem;
}

.rte strong,
.rte b {
    font-weight: 700;
}

.rte em,
.rte i {
    font-style: italic;
}

.rte u {
    text-decoration: underline;
}

.rte s {
    text-decoration: line-through;
}

.rte ul,
.rte ol {
    margin: 0 0 1rem;
    padding: 0 0 0 2rem;
}

.rte ul li,
.rte ol li {
    font-size: 0.75rem;
    line-height: 1.0625rem;
}

.rte ul li + li,
.rte ol li + li {
    margin-top: .5rem;
}

.rte blockquote {
    margin: 0 0 1rem;
    padding: 0.625rem 0.875rem;
    border-left: 6px solid #b3b3b3;
}

.rte blockquote p {
    margin-bottom: 0;
}

.rte blockquote p + p {
    margin-bottom: 1rem;
}

.rte a:hover {
    color: #2ea3f2;
}

/* class used for styling rich text component text, used on InsidePass and KitchenAid */
.rte .btn-decorative{
    padding: 0 1.25rem;
}

.rte .btn-decorative a:hover {
    color: #fff;
    text-decoration: none;
    background: #9a132b;
}

.rte .btn-decorative a {
    color: #fff;
    text-decoration: none;
    background: #c41239;
    padding: 0.5rem 1.25rem;
    height: 2.5rem;
    align-items: center;
    text-align: center;
}

/* class used in rich text component on KitchenAid */
.rte-link-opt {
    color: #2e2e2e;
    text-decoration: underline;
    font-size: 0.625rem;
    font-weight: 700;
}

.rte-link-opt:hover {
    color: #c41230;
}

/* class used in rich text component on KitchenAid */
.rte-link-ext {
    display: inline-block;
    position: relative;
    padding-right: 1.3em;
}

.rte-link-ext:after {
    content: url("../../../../etc.clientlibs/kitchenaid/clientlibs/global/resources/images/external-link.svg");
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: 1em;
}

.rte-link-ext.rte-link-opt:after {
    content: url("../../../../etc.clientlibs/kitchenaid/clientlibs/global/resources/images/external-link-black.svg");
}

/* class used in rich text component on KitchenAid */
.rte-disclaimer {
    font-size: 0.625rem;
    line-height: 0.875rem;
    color: #000000;
}

/* class used in rich text component, no usages found */
.rte-strike {
    text-decoration: line-through;
}

/* class used in rich tectx component, used on KitchenAid */
.rte-left {
    text-align: left;
}

.rte-right {
    text-align: right;
}

.rte-center {
    text-align: center;
}

.rte-black {
    color: #2e2e2e;
}

.rte-red {
    color: #c41230;
}

.rte-grey {
    color: #b3b3b3;
}

.rte-white {
    color: #ffffff;
}
.form-group {
    padding: 0;
    margin: 0 0 1rem;
    border: none;
    position: relative;
}

.form-group.form-group-inline {
    margin-bottom: 0.5rem;
}

.form-group-item {
    margin: 0.25rem 0 0.5rem;
}

.form-group-inline .form-group-item {
    display: inline-block;
    margin: 0.25rem 0;
    padding-right: 1.25rem;
}

.form-group-inline .form-group-item:last-child {
    margin-bottom: 0.5rem;
}

.form-group-item:last-child {
    margin-bottom: 0;
}

.form-label {
    display: block;
    margin-bottom: 0.25rem;
    font-weight: 700;
    font-size: 0.875rem;
}

.form-password-control-container {
    position: relative;
}

.form-label-wrapper {
    display: flex;
    justify-content: space-between;
}

.header .signin-form .form-label:not(.form-show-password-label) {
    visibility: visible;
}

.form-show-password-label {
    position: absolute;
    top: 0.375rem;
    right: .325rem;
    height: 1.75rem;
    width: fit-content;
    padding: 0;
    min-width: 4.3125rem;
    text-align: center;
    font-weight: 900;
    color: #000000;
    font-size: .75rem;
    line-height: 1rem;
    text-transform: uppercase;
    background: #F2F2F2;
	border-radius: 1.875rem;
    font-family: "HelveticaNeue",sans-serif;
}

.form-label.form-show-password-label:hover, .form-label.form-show-password-label:focus,
.form-show-password-label:hover, .form-show-password-label:focus {
    background-color: #E2E2E2;
    color: #000;
}

.form-show-password-label:focus {
     outline : 1px solid #000;
  }


.form-show-password-label.hidden,.form-show-password-label.show-password-btn.hidden {
    display: none;
}

.form-show-password-label.show-password-btn {
    display: block;
}

.form-show-password-label {
    cursor: pointer;
    display: none;
}

.form-title {
    margin-bottom: 1rem;
    padding: 0.5rem 0;
}

.form-text {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
}

.form-input {
    display: block;
    width: 100%;
    border: 1px solid #b3b3b3;
    background: #ffffff;
    height: 2.5rem;
    padding: 0 .5rem;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    line-height: initial;
}

.form-input-mw {
    max-width: 36.25rem;
}

.form-input-mw-small {
    max-width: 20.625rem;
}

.form-input-mw-mini {
    max-width: 10rem;
}

.form-checkbox,
.form-radio {
    position: relative;
    display: inline-block;
    padding-left: 1.25rem;
}

.form-radio-input {
    position: absolute;
    top: 0;
    left: 0;
}

.form-checkbox-input {
    position: absolute;
    top: 0.0625rem;
    left: 0;
}

.form-checkbox-input[name="optedIn"] {
    position: absolute;
    top: 0.52rem;
    left: 0;
}

.form-select {
    display: block;
    width: 100%;
    position: relative;
    height: 2.5rem;
    background: #ffffff;
    border: 1px solid #b3b3b3;
}

.form-group-inline .form-select {
    display: inline-block;
    width: auto;
    margin-bottom: 0.5rem;
}

.form-select:last-child {
    margin-bottom: 0;
}

#sortInputLabel .sort-action {
    position: relative;
    display: inline-block;
}
  
#sortInputLabel .sort-plp-btn:hover, #sortInputLabel .sort-plp-btn:focus {
    background: none;
    color: #000;
    outline: none;
    text-transform: capitalize;
}
  
#sortInputLabel .sort-plp-content {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    width: 236px;
    max-width: 100%;
    min-width: 236px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    height: auto;
    padding: 10px;
    border-radius: 8px;
}

html[data-lang="fr_CA"] #sortInputLabel .sort-plp-content {
    width: 272px;
    min-width: 272px;
}

#sortInputLabel .sort-plp-content label {
    padding: 5px 0 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
}

#sortContainer .form-select-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #000 !important;
    width: 12px;
    height: 12px;
}

@media (max-width: 27rem) {
    html[data-lang="fr_CA"] #sortContainer .form-select-icon {
        right: 0;
    }
}

#sortInputLabel .sort-plp-content label:hover {
    background-color: none;
}
  
#sortInputLabel .sort-show {
    display: block;
}
  
#sortInputLabel .custom-plp-checkbox {
    display: flex;
    align-items: center;
}

#sortInputLabel .custom-plp-checkbox input[type="radio"] {
    display: none;
}

#sortInputLabel .custom-plp-checkbox .sort-check-mark {
    width: 18px;
    height: 18px;
    border: .5px solid #5B5B5B;
    display: inline-block;
    border-radius: 2px;
}
   
#sortInputLabel .custom-plp-checkbox input[type="radio"]:checked+.sort-check-mark {
    background-color: #000;
    border-color: #000;
}
   
#sortInputLabel .custom-plp-checkbox input[type="radio"]:checked+.sort-check-mark:after {
    content: '';
    position: absolute;
    left: auto;
    top: auto;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: .625rem;
    width: 0.399rem;
    border-bottom: 2px solid #F2F2F2;
    border-right: 2px solid #F2F2F2;
    margin-top: -23px;
    margin-left: 4px;
}
   
#sortInputLabel .sort-checkbox:hover ~ .sort-check-mark::after {
    content: '';
    position: absolute;
    left: auto;
    top: auto;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: .625rem;
    width: 0.399rem;
    border-bottom: 2px solid #5b5b5b;
    border-right: 2px solid #5b5b5b;
    margin-top: -23px;
    margin-left: 5.2px;
}
  
#sortInputLabel .sort-checkbox:checked:hover ~ .sort-check-mark::after {
    content: '';
    position: absolute;
    left: .3375rem;
    top: auto;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: .625rem;
    width: .375rem;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-left: 12px;
}

.form-select-icon {
    position: absolute;
    z-index: 0;
    top: 50%;
    right: .5rem;
    transform: translateY(-50%);
    color: #c41230;
}

.form-select-icon .icon {
    width: 0.75rem;
    height: 0.75rem;
}

.form-select-input {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 2.375rem;
    margin: 0;
    padding-left: .5rem;
    padding-right: 2rem;
    outline: none;
    border: 1px solid transparent;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-select-input:focus {
    outline: 1px solid #000;
}

#sortInputLabel .form-select-input:focus {
    outline: none;
}

.form-select-input::-ms-expand {
    display: none;
}

.form-req-message {
    font-size: 0.8125rem;
    margin-bottom: 1rem;
}

.form-req,
abbr.form-req {
    font-weight: 700;
    text-decoration: none;
    border: none;
}

.form-error.form-input, .form-error.form-select, .form-error .form-input {
    border-color: #c41230;
}

.form-error.form-group .form-checkbox,
.form-error.form-group .form-radio {
    color: #c41230;
}

.form-error.form-group .form-checkbox-text {
    color: #2e2e2e;
}

.form-error-items {
    margin: 0.25rem 0 0;
    padding: 0;
    display: none;
    color: #c41230;
    font-size: 15px;
}

.form-error-items.filled {
    display: block;
}

.form-buttons {
    margin-top: 2rem;
}

.form-button {
    margin-bottom: .5rem;
}

.form-submit-error,
.form-submit-error-response {
    display: none;
    color: #c41230;
    margin-bottom: 1.25rem;
}

.form-submit-error a,
.form-submit-error-response a {
    text-decoration: underline;
}

.form-submit-success {
    display: none;
}

.form-submit-error-on {
    display: block;
}

.form-submit-error-response.form-submit-error-on {
    display: block;
}

.contact-form-select{
    border:none;
    height: inherit;
}
.contact-form-select select{
    border: 1px solid #b3b3b3;
}
.contact-form-select .form-select-icon{
    top: 69%;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    display: none;
    padding: 0 1.25rem;
}

.modal-open {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-is-opened {
    z-index: 1000;
}

.modal-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1049;
    background: rgba(46, 46, 46, 0.9);
    transform: translate3d(0, 0, 0);
    opacity: 0;
    transition: opacity .3s ease-in .1s;
}

.modal-bg-fade {
    opacity: 1;
    transition: opacity .3s ease-out;
}

.modal-bg--before-close {
    opacity: 0;
}

.modal-box {
    position: relative;
    z-index: 2;
    background: #ffffff;
    width: 100%;
    max-width: 39.375rem;
    margin: 1.25rem auto;
    padding: 2.5rem 1.25rem;
    transform: translate3d(0, 0, 0);
    opacity: 0;
    transition: opacity .2s linear 0s;
}

@media (min-width: 48rem) {
    .modal-box {
        margin: 2.5rem auto;
        padding: 3.125rem;
    }
}

.modal-fade .modal-box {
    opacity: 1;
    transition: opacity .2s ease-out .1s;
}

.modal-fade.modal-fade--before-close .modal-box {
    opacity: 0;
}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.875rem;
    height: 1.875rem;
    padding: 0;
    background: transparent;
    color: #797979;
}

@media (min-width: 48rem) {
    .modal-close {
        top: 0.625rem;
        right: 0.625rem;
    }
}

.modal-close:hover {
    background: transparent;
    color: #2e2e2e;
}

.modal-close-icon {
    margin: auto;
}

.modal-close-icon .icon {
    width: 1rem;
    height: 1rem;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .modal-close-icon {
        margin: 0;
    }
}

.modal-dialog {
    text-align: center;
}

.modal-dialog-title {
    margin: 0 0 1.25rem;
    font-size: 1.5rem;
    font-weight: 400;
}

@media (min-width: 48rem) {
    .modal-dialog-title {
        margin: 0 0 1.5625rem;
        font-size: 1.875rem;
    }
}

.modal-dialog-text {
    width: 25rem;
    max-width: 100%;
    margin: 0 auto 1.5625rem;
    font-size: 1rem;
}

@media (min-width: 48rem) {
    .modal-dialog-text {
        margin: 0 auto 1.875rem;
        font-size: 1.25rem;
    }
}

.modal-dialog-subtext {
    font-size: 0.86rem;
    padding-top: 5px;
}

@media (min-width: 48rem) {
    .modal-dialog-subtext {
        font-size: 1rem;
    }
}

.modal-dialog-buttons .button {
    padding: 0 4rem;
    margin: 0 .5rem .5rem;
}

.ti {
    position: relative;
}

.ti-image {
    width: 100%;
    display: block;
}

.ti-text {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    padding: 1.25rem;
}

.ti-text-100 {
    width: 100%;
}

.ti-text-75 {
    width: 75%;
}

.ti-text-50 {
    width: 50%;
}

.ti-text-25 {
    width: 25%;
}

.ti-text-top {
    top: 0;
    bottom: auto;
}

.ti-text-bottom {
    bottom: 0;
    top: auto;
}

.ti-text-middle {
    top: 50%;
    transform: translateY(-50%);
}

.ti-text-middle.ti-text-center {
    transform: translate(-50%, -50%);
}

.ti-text-left {
    left: 0;
    right: auto;
}

.ti-text-right {
    right: 0;
    left: auto;
}

.ti-text-center {
    left: 50%;
    transform: translateX(-50%);
}

.ti-text-center.ti-text-middle {
    transform: translate(-50%, -50%);
}

.ti-ctas-left {
    text-align: left;
}

.ti-ctas-center {
    text-align: center;
}

.ti-ctas-right {
    text-align: right;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.digital-platform-loading-button {
  justify-content: center;
}
.digital-platform-loading-button--loader {
  display: none;
  animation: .8s linear infinite loader;
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  border: .2rem solid #000000;
  border-left-color: transparent;
  border-radius: 50%;
}
.digital-platform-loading-button.loading {
  position: relative;
  cursor: not-allowed !important;
}
.digital-platform-loading-button.loading .digital-platform-loading-button--text {
  color: transparent;
}
.digital-platform-loading-button.loading .digital-platform-loading-button--loader {
  display: block;
}

#blockCartModal {
  display: none;
}
#blockCartModal .modalDiv {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 999;
}
#blockCartModal .modalDiv .blockCartModal-content {
  left: 15%;
  right: 15%;
  margin-left: auto;
  margin-right: auto;
  top: 23%;
  margin-top: auto;
  width: 70%;
  position: fixed;
  background: #fff;
  padding: 0.938rem;
  height: auto;
}
#blockCartModal .modalDiv .blockCartModal-content .heading-align {
  text-align: left;
  display: block;
  padding: 0.625rem 0;
}
#blockCartModal .modalDiv .blockCartModal-content .marginTop {
  margin-top: 0.625rem;
}
#blockCartModal .modalDiv .blockCartModal-content .popup__closer {
  position: absolute;
  top: 0.625rem;
  right: 0.9375rem;
}
#blockCartModal .modalDiv .blockCartModal-content .blockCartModal-close {
  width: auto;
  padding: 0 1rem 0 1rem;
}
@media all and (min-width: 64rem) {
  #blockCartModal .modalDiv .blockCartModal-content {
    width: 45%;
    left: 25%;
    right: 25%;
  }
}

html[data-site="insidepass"] .breadcrumb .breadcrumbs .breadcrumbs-list-item:first-child .breadcrumbs-link span {
  border-bottom: 1px solid;
  text-decoration: inherit;
}
html[data-site="affresh"] .breadcrumb {
  background-color: transparent;
}
html[data-site="affresh"] .breadcrumb.breadcrumbs--blur-left::before {
  background: transparent;
}
.homepage .breadcrumb.breadcrumbs--blur-left::before {
  background: transparent;
}
.breadcrumb {
  background-color: #eeeeee;
}
@media (max-width: 47.938rem) {
  .breadcrumb.breadcrumbs-container {
    background-color: #eeeeee;
  }
}
@media (max-width: 47.938rem) {
  .breadcrumb {
    position: relative;
  }
}
@media (max-width: 47.938rem) {
  .breadcrumb .g-container {
    padding: 0 1rem;
    margin: 0;
  }
}
.breadcrumb.breadcrumbs--blur-left::before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 56px;
  top: 0;
  left: 0;
  position: absolute;
  margin-left: auto;
  z-index: 1;
  background: linear-gradient(to right, #eeeeee, rgba(238, 238, 238, 0.1));
}
.breadcrumb.breadcrumbs--blur-right::after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 56px;
  top: 0;
  right: 0;
  position: absolute;
  margin-left: auto;
  z-index: 1;
  background: linear-gradient(to right, #eeeeee, rgba(238, 238, 238, 0.1));
  rotate: 180deg;
}
.breadcrumb .breadcrumbs {
  list-style-type: none;
  margin: 0;
  padding: 0.5rem 0;
}
.breadcrumb .breadcrumbs::-webkit-scrollbar {
  height: 0;
}
@media (max-width: 47.938rem) {
  .breadcrumb .breadcrumbs {
    font-size: 0.75rem;
    white-space: nowrap;
    overflow-x: scroll;
    position: relative;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.breadcrumb .breadcrumbs .breadcrumbs-list-item {
  font-size: 0.75em;
  font-family: "Avenir-Roman", sans-serif;
  font-weight: 700;
  display: inline;
}
@media (max-width: 47.938rem) {
  .breadcrumb .breadcrumbs .breadcrumbs-list-item {
    display: inline-block;
    font-family: "HelveticaNeue", sans-serif;
    font-size: 0.75rem;
    vertical-align: top;
  }
}
.breadcrumb .breadcrumbs .breadcrumbs-list-item.breadcrumbs-list-item-last {
  font-weight: 400;
  color: #686868;
}
@media (max-width: 47.938rem) {
  .breadcrumb .breadcrumbs .breadcrumbs-list-item.breadcrumbs-list-item-last {
    color: #222222;
    margin-top: 2px;
    line-height: 0.75rem;
  }
}
.breadcrumb .breadcrumbs .breadcrumbs-list-item.breadcrumbs-list-item-last:after {
  display: none;
}
.breadcrumb .breadcrumbs .breadcrumbs-list-item:after {
  margin-left: 0.733rem;
  margin-right: 0.733rem;
  margin-top: -0.063rem;
  display: inline-block;
  content: url('../../../../etc.clientlibs/digital-platform/clientlibs/global/resources/arrow-right.svg');
  background-color: #5b5b5b;
  mask: url('../../../../etc.clientlibs/digital-platform/clientlibs/global/resources/arrow-right.svg') no-repeat center / contain;
  -webkit-mask: url('../../../../etc.clientlibs/digital-platform/clientlibs/global/resources/arrow-right.svg') no-repeat center / contain;
  width: auto;
  height: 0.625rem;
  vertical-align: middle;
}
.breadcrumb .breadcrumbs .breadcrumbs-list-item .breadcrumbs-link {
  font-size: 0.75rem;
  color: #2e2e2e;
  text-decoration: none;
}
@media (max-width: 47.938rem) {
  .breadcrumb .breadcrumbs .breadcrumbs-list-item .breadcrumbs-link span {
    font-weight: normal;
    text-decoration: underline;
    line-height: 0.75rem;
  }
}
.breadcrumb .breadcrumbs .breadcrumbs-list-item .breadcrumbs-link:focus-visible {
  outline-width: 0.125rem;
  outline-offset: 0.125rem;
}
@media (max-width: 47.938rem) {
  .breadcrumb .breadcrumbs .breadcrumbs-list-item.breadcrumbs-list-item-parent:before {
    display: none;
  }
}
@media (max-width: 47.938rem) {
  .page-dashboard .breadcrumb {
    width: 100vw;
    margin-left: -0.625rem;
    padding-left: 1rem;
  }
}
@media (max-width: 47.938rem) {
  .page-dashboard .breadcrumb .breadcrumbs .breadcrumbs-list-item.breadcrumbs-list-item-last {
    margin-top: 0.063rem;
  }
}

.potential-promotions {
  position: relative;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 48rem) {
  .potential-promotions {
    margin-bottom: 1rem;
  }
}
.potential-promotions__icon {
  margin-right: 0.5rem;
}
.potential-promotions__icon svg {
  display: inline;
  height: 1.5rem;
  min-width: 1.5rem;
  color: #000000;
}
.potential-promotions__text {
  display: flex;
  align-items: center;
  line-height: 125%;
  width: calc(95.5%);
}
.potential-promotions__disclaimer-cta-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  font-size: 0.625rem;
  background: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: 125%;
  text-transform: inherit;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.potential-promotions__disclaimer-cta-button:hover,
.potential-promotions__disclaimer-cta-button:focus {
  background: transparent;
  color: inherit;
}
.potential-promotions__disclaimer-cta {
  width: 1rem;
  margin-left: 0.5rem;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.potential-promotions__message {
  display: flex;
  padding: 0.5rem;
}
.potential-promotions__disclaimer-container {
  background: transparent;
}
.potential-promotions__disclaimer {
  display: none;
  background: transparent;
  max-width: 100%;
}
.potential-promotions__disclaimer:focus {
  outline: none;
}
.potential-promotions__disclaimer.open {
  display: block;
  position: absolute;
  bottom: calc(100% + 0.125rem);
  margin: 0 auto;
  inset-inline-start: 0;
  inset-inline-end: 0;
  z-index: 10;
}
.potential-promotions__disclaimer-text {
  display: flex;
  background: #ffffff;
  padding: 0.5rem 0.5rem;
  line-height: 125%;
}
.potential-promotions__disclaimer-text-index {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1rem;
  width: 1rem;
  height: 1rem;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  margin-right: 8px;
  line-height: 125%;
  letter-spacing: 0.3px;
}
.potential-promotions__close-button {
  position: absolute;
  top: -0.75rem;
  right: -0.75rem;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border-radius: 1.875rem;
}
.potential-promotions__close-button:focus {
  outline: 0;
}
.potential-promotions__close-button svg {
  width: 0.75rem;
  height: 0.75rem;
}

/*
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2015 Adobe Systems Incorporated
 * All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and may be covered by U.S. and Foreign Patents,
 * patents in process, and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 */
/* grid component */
.aem-Grid {
  display: block;
  width: 100%;
}
.aem-Grid::before,
.aem-Grid::after {
  display: table;
  content: " ";
}
.aem-Grid::after {
  clear: both;
}
/* placeholder for new components */
.aem-Grid-newComponent {
  clear: both;
  margin: 0;
}
/* column of a grid */
.aem-GridColumn {
  box-sizing: border-box;
  clear: both;
}
/* force showing hidden */
.aem-GridShowHidden > .aem-Grid > .aem-GridColumn {
  display: block !important;
}
/* Generates all the rules for the grid columns up to the given amount of column */
/* Generates all the rules for the grid column offset up to the given amount of column */
/* Generates all the rules for the grid and columns for the given break point and total of columns */
/* Generates all the rules for the grids and columns */
/* API function to be called to generate a grid config */
/* maximum amount of grid cells to be provided */
/* default breakpoint */
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--newline {
  /* newline behavior */
  display: block;
  clear: both !important;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--none {
  /* none behavior */
  display: block;
  clear: none !important;
  float: left;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--hide {
  /* hide behavior */
  display: none;
}
/* phone breakpoint */
@media (max-width: 767px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--hide {
    /* hide behavior */
    display: none;
  }
}
/* tablet breakpoint */
@media (min-width: 768px) and (max-width: 1023px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--hide {
    /* hide behavior */
    display: none;
  }
}

.cmp-image img {
  width: 100%;
}

.compatibility {
  padding: 1.5rem 1rem 1rem;
}
.compatibility .compatibility__header.compatibility__header--right {
  text-align: right;
}
.compatibility .compatibility__header.compatibility__header--left {
  text-align: left;
}
.compatibility .compatibility__header.compatibility__header--center {
  text-align: center;
}
.compatibility .compatibility__paragraph.compatibility__paragraph--right {
  text-align: right;
}
.compatibility .compatibility__paragraph.compatibility__paragraph--left {
  text-align: left;
}
.compatibility .compatibility__paragraph.compatibility__paragraph--center {
  text-align: center;
}
.compatibility .compatibility-modal__title.compatibility-modal__title--right {
  text-align: right;
}
.compatibility .compatibility-modal__title.compatibility-modal__title--left {
  text-align: left;
}
.compatibility .compatibility-modal__title.compatibility-modal__title--center {
  text-align: center;
}
.compatibility .compatibility-modal__subtitle.compatibility-modal__subtitle--right {
  text-align: right;
}
.compatibility .compatibility-modal__subtitle.compatibility-modal__subtitle--left {
  text-align: left;
}
.compatibility .compatibility-modal__subtitle.compatibility-modal__subtitle--center {
  text-align: center;
}
.compatibility .compatibility-modal__image-wrapper.compatibility-modal__image-wrapper--right {
  text-align: right;
}
.compatibility .compatibility-modal__image-wrapper.compatibility-modal__image-wrapper--left {
  text-align: left;
}
.compatibility .compatibility-modal__image-wrapper.compatibility-modal__image-wrapper--center {
  text-align: center;
}
.compatibility__modal-link-wrapper {
  display: block;
  margin: 1rem 0 1.5rem;
  text-align: center;
}
.compatibility__modal-link {
  text-align: center;
  color: #000000;
  text-decoration: underline;
  cursor: pointer;
}
.compatibility__hint {
  font-size: 0.75rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.compatibility-modal.modal .modal-content .modal-body {
  max-height: none;
  padding: 0 6.4% 0.75rem;
  border-bottom: solid 1px #2e2e2e;
}
.compatibility .desktop {
  display: none;
}
.compatibility-form {
  display: flex;
}
.compatibility-form__input {
  flex-grow: 1;
  border-radius: 0;
  border: solid #979797 0.1125rem;
  border-right: none;
  padding-left: 1rem;
  text-transform: uppercase;
}
.compatibility-form__input::placeholder {
  text-transform: none;
}
.compatibility-form__input:-ms-input-placeholder {
  text-transform: none;
}
.compatibility-form__button {
  padding: 0;
  width: 3.5rem;
  height: 2.5rem;
}
.compatibility-form__button.button--loader svg {
  display: none;
}
.compatibility-form__button.button--loader .compatibility-form__button-text {
  display: none;
}
.compatibility-modal__title {
  font-size: 1rem;
}
.compatibility-modal__subtitle {
  font-size: 0.9rem;
}
.compatibility-modal__image {
  display: inline;
}
.compatibility-modal__title,
.compatibility-modal__subtitle,
.compatibility-modal__image-wrapper {
  margin-bottom: 0.875rem;
}
.compatibility-modal .button {
  width: 87.2%;
  font-size: 1.125rem;
}
.compatibility .trigger-modal-close {
  margin-top: 1.5rem;
}
.compatibility__error-message {
  color: #c80a33;
  margin-top: 0.3125rem;
}
.compatibility__success-message {
  color: #008800;
  font-size: 0.75rem;
  margin-top: 0.3125rem;
  display: flex;
  align-items: flex-start;
}
.compatibility__success-message svg {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  margin-right: 0.5rem;
}
.compatibility__found-message {
  margin-top: 2.5625rem;
  text-align: center;
  font-weight: bold;
}
.compatibility-suggestions {
  position: relative;
}
.compatibility-suggestions__container {
  position: absolute;
  width: calc(100% - 0.2rem);
  background-color: white;
  margin: 0.5rem 0.1rem;
  border: solid #979797 0.0625rem;
  border-radius: 0.1875rem;
  z-index: 2;
}
.compatibility-suggestions__item {
  padding: 0.5rem 0 0.5rem 0.9rem;
  border-bottom: dotted #979797 .0625rem;
  text-transform: uppercase;
}
.compatibility-items {
  padding: 1rem 19.7%;
}
.compatibility-items .plp-item--new {
  padding: 0;
  box-shadow: 0 0.25rem 0.5rem 0 rgba(50, 50, 50, 0.3);
}
.compatibility-items .plp-item--new .plp-item-saves {
  display: none;
}
.compatibility-items .plp-item--new .plp-item-colors {
  display: none;
}
.compatibility-items .plp-item--new .star-rating {
  flex: 1;
}
.compatibility-items .plp-item--new .plp-item-model {
  display: none;
  font-size: 0.75rem;
}
.compatibility-items .plp-item--new .plp-item-free-shipping {
  display: none;
}
.compatibility-items .plp-item--new .plp-item-free-shipping svg {
  display: inline-block;
}
.compatibility-items .plp-item--new .plp-where-to-buy-button {
  display: none;
}
.compatibility-items .plp-item--new .plp-item-name-link {
  text-transform: uppercase;
  max-height: 5rem;
}
.compatibility-items .plp-item--new .plp-item-media-image,
.compatibility-items .plp-item--new .plp-item-image-link {
  height: 102px;
}
.compatibility-items .plp-item--new .plp-item-image {
  max-height: 102px;
}
.compatibility.updated-filter-compatibility {
  padding-bottom: 0;
  border-bottom: 0;
}
.compatibility.updated-filter-compatibility .updated-compatibility__status {
  display: flex;
  border: .0625rem solid;
  margin: 2.5rem auto 0;
  justify-content: center;
  gap: 3rem;
  padding: 2rem 4.5rem;
  align-items: center;
  width: fit-content;
  background-color: #ffffff;
}
.compatibility.updated-filter-compatibility .updated-compatibility__status__message {
  text-transform: uppercase;
  font-family: 'Avenir-Black', sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.25rem;
  margin-bottom: .625rem;
}
.compatibility.updated-filter-compatibility .updated-compatibility__status__model {
  font-size: .75rem;
  line-height: 1rem;
}
.compatibility.updated-filter-compatibility .updated-compatibility__status__model-text {
  font-family: 'Avenir-Black', sans-serif;
  font-weight: 900;
}
.compatibility.updated-filter-compatibility .updated-compatibility__status__icon {
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.compatibility.updated-filter-compatibility .updated-compatibility__status__icon.compatible {
  background-image: url('../../../../content/dam/global/whirlpool/icons/comp-check-success.svg');
}
.compatibility.updated-filter-compatibility .updated-compatibility__status__icon.not-compatible {
  background-image: url('../../../../content/dam/global/whirlpool/icons/comp-check-failed.svg');
}
.compatibility.updated-filter-compatibility .compatibility-items,
.compatibility.updated-filter-compatibility .compatibility__found-message {
  display: none;
}
@media (min-width: 48rem) {
  .compatibility {
    border-bottom: solid 0.063rem rgba(0, 0, 0, 0.2);
    border-top: solid 0.063rem rgba(0, 0, 0, 0.2);
    padding: 4rem 0 5.5rem;
  }
  .compatibility__paragraph {
    max-width: 27.43rem;
    margin: 0 auto;
  }
  .compatibility__hint {
    font-size: 1rem;
  }
  .compatibility .mobile {
    display: none;
  }
  .compatibility .desktop {
    display: flex;
  }
  .compatibility-form,
  .compatibility__hint,
  .compatibility__error-message,
  .compatibility__success-message,
  .compatibility__found-message,
  .compatibility-suggestions {
    max-width: 40.625rem;
    margin-left: auto;
    margin-right: auto;
  }
  .compatibility-form__button {
    width: 9.3125rem;
  }
  .compatibility__error-message {
    margin-top: 0.5625rem;
  }
  .compatibility__success-message {
    font-size: 1rem;
    align-items: center;
  }
  .compatibility__success-message svg {
    width: 1.5rem;
    height: 1.5rem;
  }
  .compatibility-items {
    padding: 1rem 20%;
  }
  .compatibility-items.plp-items.plp-items-list .plp-item--new .plp-item-colors {
    grid-row: 1 / span 2;
  }
  .compatibility-items .plp-item--new .plp-item-color-trigger {
    width: 3.5rem;
    height: 3.5rem;
  }
  .compatibility-items .plp-item--new .plp-item-colors {
    display: block;
  }
  .compatibility-items .plp-item--new .plp-item-model {
    display: block;
  }
  .compatibility-items .plp-item--new .plp-item-free-shipping {
    display: block;
  }
  .compatibility-items .plp-item--new .plp-where-to-buy-button {
    display: block;
  }
  .compatibility-items .plp-item--new .plp-item-color-list {
    justify-content: center;
  }
  .compatibility-items .plp-item--new .plp-item-name-link {
    font-size: 1rem;
  }
  .compatibility-items .plp-item--new .plp-item-media-image,
  .compatibility-items .plp-item--new .plp-item-image-link {
    height: 230px;
  }
  .compatibility-items .plp-item--new .plp-item-image {
    max-height: 230px;
  }
}
@media (min-width: 48rem) and (max-width: 64rem) {
  .compatibility-items {
    padding: 1rem;
  }
  .compatibility-items .plp-item--new .plp-item-color-trigger {
    width: 3rem;
    height: 3rem;
  }
  .compatibility-items .plp-item--new .oos-cross-line {
    bottom: 0;
    height: 143%;
  }
}
@media (max-width: 48rem) {
  .compatibility.updated-filter-compatibility .updated-compatibility__status {
    border-color: #979797;
    display: flex;
    padding: 1rem;
    gap: 1rem;
    margin-top: 1.85rem;
  }
  .compatibility.updated-filter-compatibility .updated-compatibility__status__icon {
    min-width: 4rem;
  }
}

@font-face{
    font-family:"icons";
    src:url("../../../../etc/designs/whirlpool/digitalplatform/v2/maytag/clientlibs/fonts/icons.eot");
    src:url("../../../../etc/designs/whirlpool/digitalplatform/v2/maytag/clientlibs/fonts/icons.eot?#iefix") format("embedded-opentype"),url("../../../../etc/designs/whirlpool/digitalplatform/v2/maytag/clientlibs/fonts/icons.woff2") format("woff2"),url("../../../../etc/designs/whirlpool/digitalplatform/v2/maytag/clientlibs/fonts/icons.woff") format("woff"),url("../../../../etc/designs/whirlpool/digitalplatform/v2/maytag/clientlibs/fonts/icons.ttf") format("truetype"),url("../../../../etc/designs/whirlpool/digitalplatform/v2/maytag/clientlibs/fonts/icons.svg#icons") format("svg");
    font-weight:normal;
    font-style:normal
}

.social-icons, .social-icons a {
    font-size: 1.9em;
    color: #FFF;
    text-decoration: none;
}

.social-icons a:hover,
.social-icons a:focus {
    text-decoration: none;
}

.social-icons .icon::before, .social-icons a .icon::before {
    border-radius: 50%;
}

.icon-twitter:before {
    content: "\f121";
}

.icon-facebook:before {
    content: "\f10f";
}

.icon-youtube:before{
    content:"\f125"
}

.icon-pinterest:before{
    content:"\f11b"
}

.icons-chat{
    background-position:0 -80px;
    height:18px;
    width:20px
}
.pdp-accordion-v2-bar.accordionV2-title {
  border-bottom: 2px solid #ddd;
  padding: 10px 15px;
  line-height: 20px;
  font-size: 1em;
  position: relative;
  cursor: pointer;
  font-weight: 600;
}

.pdp-accordion-v2-drawer.accordion-v2-show {
  display: block;
  padding: 10px 15px;
}

.pdp-accordion-v2-drawer {
  display: none;
}

.icon-arrow-down {
  display: none;
}

.accordion-v2-show .icon-arrow-down {
  display: block;
}

.accordion-v2-show .icon-arrow-up {
  display: none;
}

.icon-arrow-up {
  display: block;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pdp-accordion-collapse-icon {
  position: absolute;
  right: 0;
  bottom: .625rem;
  cursor: pointer;
}

@media (min-width: 1023px) {
  .invisible {
    display: none;
  }
}
.divider-component {
  height: 0.062rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  background-color: rgba(0, 0, 0, 0.2);
  margin-left: 0;
  width: 100%;
}
.divider-component.hide {
  display: none;
}
.cq-Editable-dom .divider-component {
  margin: 0;
}

/*gobal pencil modal hideden by default*/
div[data-id="global-pencil-modal"] {
  visibility: hidden;
  height: 0;
}
div[data-id="global-pencil-modal"].active {
  height: 100%;
}
header.header {
  position: relative;
  background: #ffffff;
  z-index: 21;       
}

.success-response {
  font-weight: 700;
  font-style: italic;
  color: #5c700f;
}

@media (max-width: 63.9375rem) {
  header.header {
    border-bottom: 1px solid #b3b3b3;
  }
}

header.header.header-fixed {
  position: fixed;
  width:100%;
}

.header-hide-class {
  display: none;
}

@media (min-width: 64rem) {
  .header {
    border-color: transparent;
  }
}

.header.iparsys.parsys,
.header.parsys,
.header.iparsys {
  border: none;
  background: transparent;
}

.header-content {
  position: relative;
  padding-right: 2.5rem;
}

@media (min-width: 48rem) {
  .header-content {
    padding-right: 4.375rem;
  }
}

@media (min-width: 64rem) {
  .header-content {
    padding-right: 0;
  }
}

.header-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.625rem;
  height: 3.125rem;
}

@media (min-width: 48rem) {
  .header-logo {
    height: 4.375rem;
  }
}

@media (min-width: 64rem) {
  .header-logo {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    height: auto;
  }
}

.header-logo-link {
  display: block;
  max-width: 12.5rem;
  width: 100%;
}

.header-logo-image {
  width: 100%;
}

@media (min-width: 64rem) {
  .header-slot {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
}

.header-slot-aside {
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.5rem 0;
  border-bottom: 1px solid #eeeeee;
  font-size: 0.75rem;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .header-slot-aside {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (min-width: 64rem) {
  .header-slot-aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-language {
  position: relative;
  margin-right: auto;
}

.header-language-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  height: 1rem;
  text-transform: none;
  font-weight: 400;
  background: transparent;
  color: #2e2e2e;
  font-size: 0.75rem;
}

.header-language-trigger:hover {
  background: transparent;
  color: #9a132b;
}

.header-language-trigger-icon {
  margin-left: 0.25rem;
  color: #c41230;
}

.header-language-trigger-icon .icon {
  width: 0.625rem;
  height: 0.625rem;
}

.header-language-menu {
  position: absolute;
  top: 105%;
  left: 0;
  overflow: hidden;
  height: 0;
  width: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 2;
}

.header-language-open .header-language-menu {
  height: auto;
  width: auto;
  min-width: 8.75rem;
  visibility: visible;
  border-top: 1px solid #eeeeee;
}

.header-language-nav {
  border: 1px solid #eeeeee;
  border-top: none;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform .15s ease-out;
  transition: -webkit-transform .15s ease-out;
  transition: transform .15s ease-out;
  transition: transform .15s ease-out, -webkit-transform .15s ease-out;
}

.header-language-open .header-language-nav {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.header-language-nav-item {
  display: block;
  padding: 0.5rem;
  background: #ffffff;
  color: #c41230;
}

.header-language-nav-item:hover, .header-language-nav-item:focus {
  outline: none;
  color: #ffffff;
  background: #c41230;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .header-chat {
    margin-left: auto;
  }
}

.header-chat-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2e2e2e;
}

.header-chat-link:hover {
  color: #9a132b;
}

.header-chat-link-icon {
  margin-right: 0.25rem;
}

.header-chat-link-icon .icon {
  width: 0.75rem;
  height: 0.75rem;
}

.header-slot-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 0.75rem;
  height: 3.125rem;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .header-slot-primary {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (min-width: 48rem) {
  .header-slot-primary {
    height: 4.375rem;
  }
}

@media (min-width: 64rem) {
  .header-slot-primary {
    height: auto;
    padding: 0.625rem 0;
  }
}

.header-content-spot {
  display: none;
  margin-right: auto;
}

@media (min-width: 64rem) {
  .header-content-spot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-content-spot-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.25rem;
  min-height: 1.625rem;
}

.header-content-spot-item img{
  /*padding: 0.25rem 0.5rem;*/
  background: #eeeeee;
}

.header-content-spot-text {
  font-size: 0.75rem;
}

.header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .header-actions {
    margin-left: auto;
  }
}

.header-search {
  position: absolute;
  top: 3.1875rem;
  right: 0;
  overflow: hidden;
  height: 0;
  width: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (min-width: 48rem) {
  .header-search {
    position: static;
    visibility: visible;
    width: 13.75rem;
    height: auto;
  }
  .header-search.header-search-open {
    width: 13.75rem;
  }
}

.header-search-open {
  height: auto;
  width: 100%;
  visibility: visible;
}

.header-search-form {
  position: relative;
  margin: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  padding: 0.625rem;
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  -webkit-transition: -webkit-transform .15s ease-out;
  transition: -webkit-transform .15s ease-out;
  transition: transform .15s ease-out;
  transition: transform .15s ease-out, -webkit-transform .15s ease-out;
}

.header-search-open .header-search-form {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (min-width: 48rem) {
  .header-search-form {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0s ease-out;
    transition: -webkit-transform 0s ease-out;
    transition: transform 0s ease-out;
    transition: transform 0s ease-out, -webkit-transform 0s ease-out;
    padding: 0;
    background: none;
    border-bottom: none;
  }
}

.header-search-trigger {
  width: 2.8125rem;
  height: 3.125rem;
  padding: 0;
  background: transparent;
  color: #c41230;
}

.header-search-trigger:hover {
  background: transparent;
  color: #9a132b;
}

@media (min-width: 48rem) {
  .header-search-trigger {
    display: none;
  }
}

.header-search-trigger-icon {
  margin: auto;
}

.header-search-trigger-icon .icon {
  width: 1.25rem;
  height: 1.25rem;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .header-search-trigger-icon {
    margin: 0;
  }
}

.header-search-input {
  height: 1.625rem;
  padding-right: 2rem;
  background: #eeeeee;
  border-color: #eeeeee;
  font-size: 0.75rem;
  color: #606060;
}

.header-search-button {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  height: 1.625rem;
  width: 1.625rem;
  padding: 0;
  text-align: center;
  background: transparent;
  color: #c41230;
}

.header-search-button:hover {
  background: transparent;
  color: #9a132b;
}

@media (min-width: 48rem) {
  .header-search-button {
    top: 0;
    right: 0;
  }
}

.header-search-button-icon .icon {
  width: 0.875rem;
  height: 0.875rem;
}

@media (min-width: 48rem) {

  .header-account {
    padding: 0 0.25rem;
    margin: 0 0.25rem;
  }

  .header-account-border {
    border-right: 1px solid #eeeeee;
  }
}

.header-account-link:not(.member-price-cta) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2e2e2e;
  padding: 0;
  cursor: pointer;
}

.header-account-link-size {
  width: 2.8125rem;
  height: 3.125rem;
}

.d2cdp-header-checkout .header-account-link-size {
  height: 1.625rem;
  width: auto;
}

.header-account-link:hover {
  color: #9a132b;
}

@media (min-width: 48rem) {
  .header-account-link {
    width: auto;
    height: 1.625rem;
    padding: 0 0.5rem;
  }
}

.header-account-icon .icon {
  width: 1.25rem;
  height: 1.25rem;
}

@media (min-width: 48rem) {
  .header-account-icon {
    margin-right: 0.25rem;
  }
  .header-account-icon .icon {
    width: 0.875rem;
    height: 0.875rem;
  }
}

.header-account-link-text {
  display: none;
}

@media (min-width: 48rem) {
  .header-account-link-text {
    display: inline-block;
  }
}

.header-account-menu-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2e2e2e;
  padding: 0;
  width: 2.8125rem;
  height: 3.125rem;
}

.header-account-menu-link:hover {
  color: #9a132b;
}
@media (min-width: 48rem) {
  .header-account-menu-link {
    display: none;
  }
}

.header-account-menu-trigger {
  display: none;
  padding: 0;
  text-transform: none;
  font-weight: 400;
  background: transparent;
  color: #2e2e2e;
  font-size: 0.75rem;
  height: 1.625rem;
}

@media (min-width: 48rem) {
  .header-account-menu-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-account-menu-trigger:hover {
  background: transparent;
  color: #9a132b;
}

.header-account-menu-trigger-icon {
  margin-right: 0.25rem;
}

.header-account-menu-trigger-icon .icon {
  width: 0.875rem;
  height: 0.875rem;
}

.header-account-menu-drop-icon {
  margin-left: 0.25rem;
  color: #c41230;
}

.header-account-menu-drop-icon .icon {
  width: 0.625rem;
  height: 0.625rem;
}

.header-account-menu {
  position: relative;
  display: block;
}

.header-account-menu-panel {
  position: absolute;
  top: 75%;
  right: 0.75rem;
  overflow: hidden;
  height: 0;
  width: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-top: 1px solid #eeeeee;
}

@media (min-width: 48rem) {
  .header-account-menu-panel {
    top: 105%;
    right: 0;
  }
}

.header-account-menu-open .header-account-menu-panel {
  height: auto;
  width: auto;
  min-width: 8.75rem;
  visibility: visible;
}

.header-account-nav {
  border: 1px solid #eeeeee;
  border-top: none;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform .15s ease-out;
  transition: -webkit-transform .15s ease-out;
  transition: transform .15s ease-out;
  transition: transform .15s ease-out, -webkit-transform .15s ease-out;
}

.header-account-menu-open .header-account-nav {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.header-account-nav-item {
  display: block;
  padding: 0.5rem;
  background: #ffffff;
  color: #c41230;
}

.header-account-nav-item:hover, .header-account-nav-item:focus {
  outline: none;
  color: #ffffff;
  background: #c41230;
}

.header-cart {
  position: relative;
}

@media (max-width: 63.9375rem) {
  .header-cart-desktop {
    display: none;
  }
}

@media (max-width: 47.9375rem) {
  .header-cart-desktop {
    display: none;
  }
}

.header-cart-trigger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0;
  background: transparent;
  color: #2e2e2e;
  width: 2.8125rem;
  height: 3.125rem;
}

.header-cart-trigger:hover {
  background: transparent;
  color: #9a132b;
}

@media (min-width: 48rem) {
  .header-cart-trigger {
    width: 1.625rem;
    height: 1.625rem;
  }
}

.header-cart-trigger-icon {
  margin: auto;
}

.header-cart-trigger-icon .icon {
  width: 1.25rem;
  height: 1.25rem;
}

@media (min-width: 48rem) {
  .header-cart-trigger-icon .icon {
    width: 1.0625rem;
    height: 1.0625rem;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .header-cart-trigger-icon {
    margin: 0;
  }
}

.header-cart-item-count {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #c41230;
  color: #ffffff;
  border: 2px solid #ffffff;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 100%;
  font-size: 0.4375rem;
  line-height: 1;
  overflow: hidden;
  -webkit-transform: translate(-10%, 25%);
  transform: translate(-10%, 25%);
}

@media (min-width: 48rem) {
  .header-cart-item-count {
    -webkit-transform: translate(25%, -25%);
    transform: translate(25%, -25%);
  }
}

.header-cart-item-count.zero-items {
  display: none;
}

.header-cart-item-count-value {
  margin: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .header-cart-item-count-value {
    margin: 0;
  }
}

@media (min-width: 64rem) {
  .header-cart-mobile {
    display: none;
  }
}

.header-menu-trigger {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 2.8125rem;
  height: 3.125rem;
  outline: 0;
}

@media (min-width: 48rem) {
  .header-menu-trigger {
    height: 4.375rem;
    width: 4.375rem;
  }
}

@media (min-width: 64rem) {
  .header-menu-trigger {
    display: none;
  }
}

.header-menu-trigger.header-menu-trigger-open {
  background: #eeeeee;
  color: #c41230;
}

.header-menu-trigger.header-menu-trigger-open .icon {
  display: none;
}

.header-menu-trigger.header-menu-trigger-open .icon-close {
  display: block;
}

.header-menu-trigger-icon {
  margin: auto;
}

.header-menu-trigger-icon .icon {
  width: 1.25rem;
  height: 1.25rem;
}

@media (min-width: 48rem) {
  .header-menu-trigger-icon .icon {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}

.header-menu-trigger-icon .icon-close {
  display: none;
  width: 1rem;
  height: 1rem;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .header-menu-trigger-icon {
    margin: 0;
  }
}

.header-checkout {
  padding-right: 0;
}

.header-checkout .header-bar {
  height: 3.125rem;
}

@media (min-width: 48rem) {
  .header-checkout .header-bar {
    height: 4.375rem;
  }
}

@media (min-width: 48rem) {
  .header-checkout .header-logo {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%;
  }
}

@media (min-width: 64rem) {
  .header-checkout .header-logo {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}

.header-checkout .header-slot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 48rem) {
  .header-checkout .header-slot {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    max-width: 70%;
  }
}

@media (min-width: 64rem) {
  .header-checkout .header-slot {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.header-checkout .header-slot-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: none;
}

.header-checkout .header-language {
  display: none;
}

@media (min-width: 48rem) {
  .header-checkout .header-language {
    display: block;
  }
}

.cookie-consent {
  display: none;
  background-color: #eeeeee;
  padding: 0.625rem 0;
}

.cookie-consent-active {
  display: block;
}

.cookie-consent-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 48rem) {
  .cookie-consent-content {
    padding: 1.25rem;
  }
}

.cookie-consent-text {
  font-weight: bold;
  padding-right: 3.75rem;
}

@media (max-width: 47.9375rem) {
  .cookie-consent-text {
    font-size: 0.5rem;
    padding-right: 1.875rem;
  }
}

@media (max-width: 47.9375rem) {
  .cookie-consent-trigger {
    height: 1.875rem;
    width: 1.875rem;
    font-size: 0.5rem;
  }
}

.email-header {
  margin-top: 1rem;
}

@media (max-width: 47.9375rem) {
  .email-header-links {
    font-size: 0.75rem;
  }
}

.email-header-bar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 1.875rem;
}

@media (max-width: 63.9375rem) {
  .email-header-bar {
    padding: 1.25rem 1.875rem;
  }
}

@media (max-width: 47.9375rem) {
  .email-header-bar {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 47.9375rem) {
  .email-header-links {
    font-size: 0.75rem;
  }
}

@media (max-width: 47.9375rem) {
  .email-header-logo {
    max-width: 60%;
  }
}

.header-suggestions-open {
  overflow: visible;
}

.header-suggestions-panel {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  background: #f4f6f7;
  border: 1px solid #b3b3b3;
  display: none;
}

.header-suggestions-open .header-suggestions-panel {
  display: block;
}

@media (min-width: 48rem) {
  .header-suggestions-panel {
    left: auto;
    margin-top: 2px;
  }
}

.header-suggestions-panel {
  min-width: 18.75rem;
  padding-top: .9375rem;
  padding-bottom: .9375rem;
}

.header-suggestions-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.75rem;
  padding-left: .9375rem;
}

.header-suggestions-icon {
  -ms-flex-preferred-size: 1.875rem;
  flex-basis: 1.875rem;
  min-width: 1.875rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #c41230;
}

.header-suggestions-icon .icon {
  width: 1.25rem;
  height: 1.25rem;
}

.header-suggestions-term {
  font-size: 0.75rem;
}

.header-suggestions-term-value {
  font-weight: 700;
}

.header-suggestions-item {
  font-size: 0.75rem;
  padding-right: .9375rem;
  padding-left: .9375rem;
}

.header-suggestions-item + .header-suggestions-item {
  padding-top: 0.5rem;
}

.header-suggestions-highlight {
  background: none;
  font-weight: 700;
  font-family: 'HelveticaNeue-Bold', sans-serif;
  color: currentColor;
}

.header-suggestions-link {
  font-weight: 400;
}

.header-suggestions-bottom {
  padding-top: 0.75rem;
  text-align: center;
}

.header-suggestions-button {
  font-size: 0.625rem;
  height: 1.875rem;
}

.livechat.header-menu-trigger.header-menu-trigger-open {
    background: none;
    color: inherit;
    width: auto;
    height: auto;
}

.megamenu-item:hover .megamenu-panel-trigger {
  color: #2e2e2e;
}
.megamenu-item.megamenu-item-active:hover .megamenu-panel-trigger {
  color: #ffffff;
}

.banner-margin-bottom-1{
  margin-bottom: 1rem;
}

.error-page .cq-dd-image {
  width: auto;
  padding-right: 0.5rem;
}

.d2cdp-header-checkout {
  padding-right: 0;
  border-bottom: 0.0625rem solid #c41239;
  padding-bottom: 0.625rem;
  padding-top: 1.875rem;
}

.d2cdp-header-checkout .checkout-main-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.d2cdp-header-checkout .checkout-logo {
  order: 1;
}

.d2cdp-header-checkout .checkout-guest-disclaimer {
  margin: 0;
  padding: 0 0 1rem;
  flex-basis: 100%;
  order: 4;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1em;
  text-align: center;
}


.checkout-account {
  order: 3;
  margin-left: auto;
  text-align: right;
  padding-bottom: 0.625rem;
}

@media all and (min-width: 26.5625rem) {
  .d2cdp-header-checkout .checkout-guest-disclaimer {
    padding: 0 0 0.5rem 1rem;
    flex-basis: auto;
    order: 2;
    text-align: left;
  }

  html[data-site='kitchenaid'] .d2cdp-header-checkout .checkout-guest-disclaimer {
    padding-bottom: 0;
  }
}

@media all and (min-width: 48rem) {
  .d2cdp-header-checkout .checkout-guest-disclaimer {
    font-size: 3rem;
  }

  html[data-site='kitchenaid'] .d2cdp-header-checkout .checkout-guest-disclaimer {
    font-size: 2rem;
  }
}

@media all and (min-width: 64rem) {
  .d2cdp-header-checkout .checkout-guest-disclaimer {
    font-size: 1.5rem;
  }

  .d2cdp-header-checkout .checkout-main-info {
    align-items: center;
  }
}

.inner-info {
  font-size: x-small;
  padding-top: 0.125rem;
}

.inner-info a:first-child {
  font-weight: bold;
}

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

.contact-info-header {
  font-size: small;
  font-weight: bold;
  text-transform: uppercase;
}

.contact-info-container {
  display: flex;
  padding-top: 1rem;
  align-items: baseline;
  justify-content: flex-end;
}

.contact-info-container > * {
  padding: 0 0.625rem;
}

.contact-info-column {
  text-align: left;
}

.d2cdp-header-checkout a.header-account-link {
  padding-right: 0;
}

.d2cdp-header-checkout div.header-chat {
  display: none;
}

.d2cdp-header-checkout .header-account-menu-trigger {
  display: inline-flex;
}

.d2cdp-header-checkout .header-account-nav {
  text-align: left;
  font-size: 0.75rem;
}

.checkout-help {
  display: none;
}

.checkout-help-link {
  font-weight: bold;
}

.help-modal-inner-info {
  text-align: left;
  padding: 0.625rem 0 0.625rem 0;
}

.help-modal-inner-info a:first-child {
  font-weight: bold;
}

@media screen and (max-width: 62rem) {
  .checkout-help-info,
  .d2cdp-header-checkout .header-account-menu-link {
    display: none;
  }

  .checkout-help {
    display: block;
    text-align: center;
  }
}

.active-suggestion {
  background-color: #D8D8D8 !important;
}

.mobile-header-myAccount{
	display:block;
	width:1px;
	height:1px;
	visibility:hidden;
}
/*# sourceMappingURL=header.css.map */

.back-to-top-trigger {
  position: fixed;
  bottom: 1rem;
  right: 1.5rem;
  z-index: 11;
  height: auto;
  padding: 0.9375rem;
  background-color: #f5f5f5;
  color: #c41230;
}

.back-to-top-trigger.hidden {
  display: none;
}

.back-to-top-trigger.bottom-3 {
  bottom: 3rem;
}

.back-to-top-trigger:hover {
  background-color: #f5f5f5;
  color: #9a132b;
}

.back-to-top-trigger:focus-visible {
  outline-width: 0.125rem;
  outline-offset: 0.125rem;
}

.back-to-top-trigger .icon {
  width: 1.25rem;
  height: 1.25rem;
}

/*# sourceMappingURL=back-to-top.css.map */

.footer {
  background-color: #ffffff;
  padding: 1rem 0 2rem;
  margin-top: 1rem;
}

.footer .form-submit-error,
.footer .form-submit-success {
  margin: .25rem 0;
}

.footer .form-submit-error-on {
  display: inline-block;
  width: 100%;
}

.footer-col-lg {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
}

.footer-cta-box {
  padding-bottom: 1rem;
}

@media (min-width: 48rem) {
  .footer-cta-box {
    border-bottom: 0.125rem solid #b3b3b3;
  }
}

.footer-cta-link {
  display: block;
  color: #2e2e2e;
}

.footer-media-icon {
  width: 1.2rem;
  height: 1rem;
  display: inline-block;
}

.footer-media-icon img {
  width: 100%;
}

.footer-media-image {
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}

.footer-cta-title,
.footer-socialmedia-title {
  font-weight: 700;
  font-size: 0.8125rem;
  text-transform: uppercase;
}

@media (max-width: 47.9375rem) {
  .footer-cta-title {
    padding-top: 0.625rem;
  }
}

.footer-media-cell-col-container {
  -ms-flex-item-align: center;
  align-self: center;
}

.footer-cta-title {
  text-align: center;
}

.footer-socialmedia-title {
  padding: 1.25rem 0;
}

.footer-social {
  padding: 0 1.875rem;
}

@media (max-width: 47.9375rem) {
  .footer-social {
    padding: 1.25rem 1.25rem 0 0;
  }
}

.footer-socialmedia-icons a {
    float: left;
    margin-right: 0.525rem;
}

.footer-socialmedia-icons a:focus-visible {
  outline-width: 0.125rem;
  outline-offset: 0.125rem;
}

@media (max-width: 47.9375rem) {
  .footer-media-cell,
  .footer-cta-cell,
  .footer-sign-up-cell {
    padding: 0.625rem;
  }
}

.footer-cta-row {
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer-cta-cell-img {
  display: block;
  margin: auto;
  padding-bottom: 1.25rem;
}

.footer-implinks-box {
  padding: 1rem 0;
  border-bottom: solid 0.0625rem #eeeeee;
}

@media (min-width: 48rem) {
  .footer-implinks-box {
    border-top: solid 0.0625rem #eeeeee;
  }
}

.footer-implinks-title {
  font-size: 0.8125rem;
}

.footer-disclaimer-box {
  margin-top: 1rem;
  padding-bottom: 2rem;
  font-size: 0.625rem;
  font-weight: 400;
}

.footer-disclaimer-box sup {
  font-size: 0.5rem;
  top: -.35em;
}

.footer-implinks-cell {
  margin-top: 1rem;
  display: inline-block;
  font-size: 0.8125rem;
  color: #2e2e2e;
}

.footer-accordion-tab {
  position: relative;
  margin-bottom: 0.0625rem;
  width: 100%;
}

@media (max-width: 47.9375rem) {
  .footer-accordion-tab {
    border-top: 0.0625rem solid #eeeeee;
    overflow: hidden;
  }
}

.footer-accordion-tab-content {
  font-size: 0.8125rem;
  -webkit-transition: max-height .35s;
  transition: max-height .35s;
}

@media (max-width: 47.9375rem) {
  .footer-accordion-tab-content {
    max-height: 0;
    overflow: hidden;
  }
}

.footer-accordion-tab-item {
  padding: .5rem 0;
}

.footer-accordion-link {
  color: #2e2e2e;
  display: table;
  font-size: 12px;
  font-family: "Helvetica LT W01 Regular",Arial,sans-serif;
  margin-left: 0.125rem;
}

@media (min-width: 48rem) {
  .footer-accordion-col {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
    padding-left: .625rem;
    padding-right: .625rem;
  }
}

.footer-accordion-box {
  margin-top: 2rem;
  margin-bottom: 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-accordion-checkbox {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.footer-accordion-title {
  position: relative;
  display: block;
  text-align: left;
  font-weight: 700;
  line-height: 1.75;
  color: #2e2e2e;
  font-size: 0.875rem;
}

@media (max-width: 47.9375rem) {
  .footer-accordion-title {
    cursor: pointer;
    padding: 0 .625rem;
  }
}

.footer-accordion-link:focus-visible,
.footer-implinks-cell:focus-visible,
.footer-accordion-title:focus-visible {
  outline-width: 0.125rem;
  outline-offset: -0.125rem;
}

.footer-accordion-title:after {
  position: absolute;
  right: .625rem;
  top: 0.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  text-align: center;
}

@media (max-width: 47.9375rem) {
  .footer-accordion-checkbox:checked ~ .footer-accordion-tab-content {
    max-height: none;
    padding: .625rem;
  }
}

.footer-accordion-checkbox[type=checkbox] + .footer-accordion-title::after {
  content: none;
}

@media (max-width: 47.9375rem) {
  .footer-accordion-checkbox[type=checkbox] + .footer-accordion-title::after {
    width: 0.625rem;
    height: 0.625rem;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@media (max-width: 47.9375rem) {
  .footer-accordion-checkbox[type=checkbox]:checked + .footer-accordion-title {
    border-bottom: 0.0625rem solid #eeeeee;
  }
}

.footer-accordion-checkbox[type=checkbox]:checked + .footer-accordion-title:after {
  -webkit-transform: rotate(270deg) translate(-49%, 0);
  transform: rotate(270deg) translate(-49%, 140%);
  -webkit-transform-origin: -0.625rem 1rem;
  transform-origin: -0.625rem 1rem;
}

@media (max-width: 47.9375rem) {
  .footer-accordion-last {
    border-bottom: 0.0625rem solid #eeeeee;
  }
}

.footer-media-cell-container-top {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@media (max-width: 63.9375rem) {
  .footer-media-cell-container-top {
    display: none;
  }
}

.footer-media-cell-container-bottom {
  display: none;
}

@media (max-width: 63.9375rem) {
  .footer-media-cell-container-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-sign-up-email {
   float: left;
  padding-right: 7.375rem;
  margin-bottom: 0.5rem;
}

.footer-sign-up-email + .form-error-items {
  float: left;
  margin-bottom: 0.25rem;
}

.footer-sign-up-submit {
  color: #c41230;
  font-weight: 500;
  background: none;
  position: absolute;
  right: 1px;
  top: 0;
}

.footer-sign-up-title {
  font-weight: 700;
  font-size: 0.8125rem;
  text-transform: uppercase;
  padding-bottom: .5rem;
}

.footer-media-cell {
  width: 100%;
}

@media (min-width: 48rem) and (max-width: 63.9375rem) {
  .footer-media-cell {
    padding: 0.625rem;
  }
}

@media (max-width: 47.9375rem) {
  .footer-sign-up-cell {
    padding-top: 1rem;
  }
}

.footer-sign-up-cell .form-checkbox-text {
  font-size: 0.8125rem;
}

.g-row.footer-social-centered {
  text-align: center;
}

@media (min-width: 48rem){
  .g-row.footer-social-centered {
    text-align: inherit;
  }
}

.footer-implinks-item {
  flex-basis: auto;
  max-width: none;
}

#footer-sign-up {
  display: -ms-inline-flexbox;
  -ms-flex-wrap: wrap;
  position: relative;
}

.d2cdp-footer-checkout {
  text-align: center;
  margin-top: 2rem;
}

.d2cdp-footer-implinks-box {
  padding: 1rem 0;
}

.align-center {
  justify-content: center;
}

.sr-only, .sr-content {
	position: absolute; 
	width: 1px; 
	height: 1px; 
	padding: 0; 
	margin: -1px; 
	overflow: hidden; 
	clip: rect(0, 0, 0, 0); 
	border: 0;
}

@media (min-width: 768px) {
 .mobile-footer-label, .footer-accordion-checkbox { 
	display:none;
  }
}

@media (max-width: 767px) {
 .desktop-footer-heading { 
	display:none;
  }
}

.ot-sdk-show-settings {
	cursor: pointer;
}

.footer__cross-site-navigation {
  display: flex;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 6.25rem;
  background: #f5f5f5;
}

@media (max-width: 767px) {
  .footer__cross-site-navigation {
    display: none;
  }
}

.footer__cross-site-navigation-item {
  display: inline-flex;
  width: fit-content;
  border-top: .125rem solid transparent;
  border-bottom: .125rem solid transparent;
  height: 1.5rem;
  transition: all 0.2s ease;
  position: relative;
}

.footer__cross-site-navigation-item:after {
  position: absolute;
  width: 100%;
  content: ' ';
  bottom: -0.5rem;
  border-bottom: .25rem solid transparent;
  transition: all 0.2s ease;
}

.footer__cross-site-navigation-item.active:after {
  border-bottom: .25rem solid #c41230;
}

.footer__cross-site-navigation-brands-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 1rem;
  align-content: center;
  text-transform: uppercase;
  font-family: "Avenir-Heavy", "Avenir", sans-serif;
}

.footer__cross-site-navigation-link {
  cursor: pointer;
  margin: auto 0;
}

.footer__cross-site-navigation-img {
  min-height: 1rem;
}

.footer__cross-site-navigation-img:focus-visible {
  outline-width: .125rem;
}
/*# sourceMappingURL=footer.css.map */

.header-user-location {
  margin-right: 1.5rem;
}

.header-user-location-icon {
  display: inline-block;
  margin: auto;
  vertical-align: middle;
  height: 1.75rem;
}

.header-user-location-link {
  display: flex;
  align-items: center;
  background: transparent;
  text-transform: none;
  height: auto;
  padding: 0;
}

.header-user-location-link:hover {
  text-decoration: underline !important;
  background: transparent;
}

.header-user-location-link span {
  padding-top: 0.125rem;
}

.header-user-location-label {
  padding-right: 0.3125rem;
}

.location-modal-header {
  text-transform: uppercase;
  font-size: large;
  font-weight: bold;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

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

.close-button-wrapper {
  top: -4.375rem;
  right: -2.5rem;
}

.label-wrapper {
  padding-bottom: 0.3125rem;
}

.modal-close-button {
  padding: 0 1rem;
}

.location-modal-button {
  position: relative;
  height: 2rem;
  margin-top: 1rem;
  width: 100%;
  outline: 0;
}

.location-modal-button:disabled{
  background-color: gray;
  cursor: default;
}

.location-modal-input {
  border: 0.0625rem solid #cccccc;
  line-height: 1.75rem;
  width: 100%;
  padding: 0 0.3125rem 0 0.3125rem;
}

.location-modal-description {
  font-size: larger;
  display: inline-block;
  padding: 0.625rem 0 0.625rem 0;
}

.location-wrapper {
  display: inline-block;
  position: relative;
}

.zip-code-required {
  border-color: red;
}

.zip-code__label {
  font-size: x-small;
  font-weight: bold;
}

.zip-code__label:before {
  content: "*";
}

.zip-code-error-wrapper{
  position: relative;
  padding-top: 0.3125rem;
}

.zip-code-error {
  display: none;
  position: relative;
  color: red;
  padding-top: 0.125rem;
  font-size: x-small;
}

.zip-code-error__icon {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  color: white;
  background-color: red;
  height: 0.625rem;
  width: 0.625rem;
}

/* Spinner */
.zip-loader,.wp-loader {
  display: none;
  position: absolute;
  top: 1.55rem;
  left: 0;
  border: 0.4rem solid #f3f3f3;
  border-top: 0.4rem solid #c41239;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  animation: loadspin 2s linear infinite;
}

.suggestion-message {
  color: red;
  font-size: small;
}

.suggestion-button {
  width: 100%;
  height: 2rem;
}

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

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

.zip-resolved-checkmark {
  color: #5c700e;
  display: none;
  position: absolute;
  top: 1.8rem;
  left: 0;
}

@media screen and (max-width: 62rem) {
  .close-button-wrapper {
    top: -4.0625rem;
    right: -2.1875rem;
  }
}

@media screen and (max-width: 48rem) {
  .close-button-wrapper {
    top: -3.4375rem;
    right: -0.9375rem;
  }
}


.cart-mini {
  position: absolute;
  right: 0;
  border: 0.0625rem solid #ffffff;
  background-color: #ffffff;
  padding: 0 0.625rem;
  z-index: 21;
  display: none;
}

.cart-mini__title-text{
	font-size : 12px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cart-mini {
    min-width: 18.75rem;
  }
}

.cart-mini .hidden , .cart-i18dictionary{
  display: none;
}

.cart-mini-section {
  border-bottom: 0.0625rem solid #b3b3b3;
  padding: 0.5rem 0;
}

.cart-mini__empty-state-msgbox {
  padding: 0.5rem 0.3125rem;
  background-color: #d8d8d8;
  border: #797979 solid 0.0625rem;
  color: #797979;
  width: 18.75rem;
  white-space: normal;
}

.cart-mini__empty-state-msgbox .trigger-modal {
  cursor: pointer;
}

.cart-mini__empty-state-msgbox--big-text {
  font-size: 1.25rem;
  margin-bottom: 0.3125rem;
}

.cart-mini-section--last {
  margin-top: 1.25rem;
}

.cart-mini__title {
  line-height: 1.75rem;
  font-weight: bold;
}

.cart-mini__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-mini__prod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.cart-mini__prod-img {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20%;
  flex: 1 0 20%;
  width: 3.75rem;
}

.cart-mini__prod-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 60%;
  flex: 1 0 60%;
  padding: 0 0.5rem;
  width: 10.625rem;
}

.cart-mini__prod-title {
  white-space: normal;
  font-size: 0.75rem;
  line-height: 1.2;
  margin-bottom: 0.3125rem;
  height: 2.6rem;
  overflow: hidden;
}

.cart-mini__prod-title a{
	display: inline-block;
    max-height: 2.6rem;
    line-height: 1.2;
    overflow: hidden;
}

.cart-mini__prod-mdl {
  margin-bottom: 0.3125rem;
}

.cart-mini__prod-price {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  /* flex: 1 0 auto; */
  /* flex: 1 0 20%; */
  white-space: normal;
  width: 57px;
}

.cart-mini__prod-qty--sqr {
  height: 1rem;
  width: 1rem;
  border: 1px solid #2e2e2e;
  text-align: center;
}

.cart-mini__prod-qty--green {
  color: #5c700f;
}

.cart-mini__prod-price--text {
  text-align: right;
  font-weight: bold;
}

.cart-mini__other--subtot {
  text-align: right;
  font-weight: bold;
}

.cart-mini__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-mini__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.25rem;
}

.cart-mini__total--label {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

.cart-mini__total--amt {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: right;
}

.cart-mini__total--label-bld {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  font-weight: bold;
}

.cart-mini__total--amt-bld {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-weight: bold;
  text-align: right;
}

.cart-mini__total--promo {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  white-space: pre-wrap;
  flex: 1 1 100%;
}

.cart-mini__cta-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0.9375rem 0;
}

.cart-mini__btn {
  font-size: 0.625rem;
}

.cart-mini__btn:nth-child(2) {
  margin-left: 0.625rem;
}

.cart-mini_promo-area {
  position: absolute;
  right: 0;
  width: 100%;
  height: auto;
}

.cart-mini_promo-area img {
  width: 100%;
}

.cart-mini-lazyload {
  width: 25px;
  height: 25px;
  margin: 20px auto 0;
}

.cart-mini__cta-btns.cart-mini-empty {
  display: block;
  text-align: center;
}

.cart-mini__prod-img img {
    max-height: 6.25rem;
    margin: auto;
}
/*# sourceMappingURL=cart-mini.css.map */

.mm-cart-mini {
  position: absolute;
  right: 0;
  border: 1px solid #cecece;
  background-color: #eee;
  z-index: 21;
  display: none;
  top: 56px;
  padding: 20px;
  min-width: 338px;
  margin-top: 1px;
}

@media (min-width: 992px) {
  .mm-cart-mini {
    top: 48px;
  }
}

@media (min-width: 1024px) {
  .mm-cart-mini {
    top: 56px;
  }
}

.mm-cart-mini-section.mm-cart-mini-empty span{
  text-align: left;
    display: block;
}

.mm-cart-mini:hover .mm-cart-mini__prod-info .mm-cart-mini__prod-title a{
  color: #2E2E2E !important;
}

.mm-cart-mini__title-text{
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 17px;
  font-family: "Avenir-Black", "Avenir", sans-serif;
  text-transform: uppercase;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mm-cart-mini {
    min-width: 18.75rem;
  }
}

.mm-cart-mini .hidden , .cart-i18dictionary{
  display: none;
}

.mm-cart-mini__empty-state-msgbox {
  padding: 26px 0px 0px 0px;
  font-size: 14px;
  line-height: 19px;
  color: #2E2E2E;
}

.mm-cart-mini__empty-state-msgbox--big-text {
  font-size: 14px;
  line-height: 19px;
  color: #2E2E2E;
  text-align: left;
  margin-bottom: 25px;
}

.mm-cart-mini__title {
  text-align: left;
}

.mm-cart-mini__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #eeeeee;
  margin-bottom: 20px;
}

.mm-cart-mini__count span{
  font-size: 12px;
}

.mm-cart-mini__prod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-left: -20px;
  margin-right: -20px;
  background-color: #fff;
  padding: 20px;
  border-bottom: 1px solid #b3b3b3;
}

.mm-cart-mini__prod-img {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20%;
  flex: 1 0 20%;
  width: 20%;
}

.mm-cart-mini__prod-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 60%;
  flex: 1 0 60%;
  padding: 0 10px;
  width: 60%;
  text-align: left;
  font-size: 12px;
}

.mm-cart-mini__prod-title {
  white-space: normal;
  font-size: 0.75rem;
  line-height: normal;
  margin-bottom: 0.3125rem;
  height: auto;
  /* overflow: hidden; */
}

.mm-cart-mini__other--label{
  font-size: 0.75rem;
  margin-bottom: 0px;
}

.mm-cart-mini__prod-title a {
  line-height: normal;
  text-align: left !important;
  color: #2e2e2e !important;
  font-family: "Avenir-Heavy", "Avenir", sans-serif;
}

.mm-cart-mini__prod-title a:hover {
  color: #c41230 !important;
}

.mm-cart-mini__prod-mdl {
  margin-bottom: 0px;
  font-size: .75rem;
  line-height: 15px;
}

.mm-cart-mini__prod-qty{
  font-family: "Avenir-Heavy", "Avenir", sans-serif;
}

.mm-cart-mini__prod-qty--sqr {
  height: 1rem;
  width: 1rem;
  border: 0px;
  text-align: center;
  background: transparent;
  font-family: "Avenir-Black",sans-serif;
  opacity: 1;
  color: #000;
}

.mm-cart-mini__prod-price {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 20%;
  white-space: normal;
  word-break: break-word;
  width: 20%;
  display: flex;
  align-items: flex-end;
  align-items: flex-end;
  justify-content: flex-end;
  min-width: max-content;
}

.mm-cart-mini__prod-qty--green {
  color: #5c700f;
}

.mm-cart-mini__prod-price--text {
  font-family: "Avenir-Heavy", "Avenir", sans-serif;
  font-size: 12px;
}

.mm-cart-mini__other--subtot {
  text-align: right;
  font-weight: bold;
  font-size: 0.75rem;

}

.mm-cart-mini__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

.mm-cart-mini__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.25rem;
  border-top: 1px solid #b3b3b3;
  margin-top: 10px;
  padding-top: 10px;
  margin-bottom: 20px;

}

.mm-cart-mini__total--label {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

.mm-cart-mini__total--amt {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: right;
}

.mm-cart-mini__total--label-bld {
  -webkit-box-flex: 1;
  -ms-flex: 1 -1 50%;
  flex: 1 -1 50%;
  font-weight: bold;
  font-size: 0.75rem;
}

.mm-cart-mini__total--amt-bld {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-weight: bold;
  text-align: right;
  font-size: 0.75rem;
}

.mm-cart-mini__total--promo {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  white-space: pre-wrap;
  flex: 1 1 100%;
}

.mm-cart-mini__cta-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1rem;
  background: #eeeeee;
}

.mm-cart-mini__btn {
  font-size: 0.625rem;
}

.mm-cart-mini__btn:nth-child(2) {
  margin-left: 0.625rem;
}

.mm-cart-mini_promo-area {
  position: absolute;
  right: 0;
  width: 100%;
  height: auto;
}

.mm-cart-mini_promo-area img {
  width: 100%;
}

.mm-cart-mini-lazyload {
  width: 30px;
  height: 30px;
  margin: 0px auto;
  margin-bottom: 10px;
}

.mm-cart-mini-lazyload svg{
  font-size: 30px;
}

.mm-cart-mini__cta-btns.mm-cart-mini-empty {
  display: block;
  text-align: center;
} 

.mm-cart-mini__prod-img img {
    max-height: 6.25rem;
    margin: auto;
}
/*# sourceMappingURL=cart-mini.css.map */

.user_links .mm-cart-mini__cta-btns .mm-cart-mini__btn{
  color: #ffffff !important;
}

.mm-cart-mini__btn-cont-shopping{
  display: none;
}

.mm-header-cart-trigger{
  background: transparent;
  padding: 0px;
  width: 100%;
    height: 17px;
    display: block;
}

.mm-header-cart-trigger:hover{
  background: transparent;
}

.mm-header-cart-item-count-value{
  background: #b52b36;
  color: #fff;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 17px;
  top: -8px;
  border-radius: 50%;
  z-index: 999;
  font-size: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  padding-top: 1px;
}

.cart-menu .header-cart-has-items{
  text-align: center;
}

.mm-user-location-mobile{
  display: none;
  font-size: 20px;
  color: red;
 }

@media only screen and (max-width: 991px){
  .cart-menu .header-cart-desktop{
    display: block !important;
  }

  .mm-cart-mini {
    top: 31px;
    right: -65px;
  }

  .cart-menu .header-cart-has-items .user-svg-fill {
    margin-top: 0px !important;
  }

  .mm-header-cart-item-count-value {
    right: -12px;
    top: -9px;
  }

  .cart-menu .checkout-mm-cart-mini-btn{
    display: block !important;
    width: 100%;
    line-height: 47px;
  }

  .cart-menu .mm-cart-mini__prod-title a,
  .cart-menu .mm-cart-mini__prod-img a{
    display: block !important;
  }

  .mm-user-location-mobile{
    display: block;
  }
}
.mm-header-cart-item-count.zero-items {
  display: none;
}

.mm-cart-mini-signinn-link p a{
  color: #c41239 !important;
  font-size: 14px !important;
}

@media only screen and (max-width: 991px){
  .mm-cart-mini {
    min-width: 320px;
  }
}

.mm-cart-mini-section.mm-cart-mini-empty span {
  font-size: 1.25rem;
}

.mm-cart-mini__empty-state-msgbox {
  font-size: 12px;
  text-align: left;
}

.mm-cart-mini__empty-state-msgbox--big-text {
  font-size: 12px;
  text-align: left; 
}

.user-location-modal-box{
  background-color: #eee;
}
/* CSS for new pencil banner */
.pencil_banner_header {
    position: relative;
    text-align: center;
    line-height: 1;
    padding: 15px;
  }

.pencil_banner_header:hover {
  color: #a7373a;
}

.pencil_banner_header::after {
  content: '';
  position: absolute;
  width: 100%;  
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: background-color ease-in .2s;
}

.pencil_banner_header:hover::after {
  background-color: rgba(0,0,0,0.05);
}
  
  .pencil_banner_link {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  
  .pencil_banner_inner_link {
    position: relative;
    display: inline-block;
  }


.pencil_banner_inner_link p {
    font-size: 14px;
    line-height: 1.2;
    line-height: 22px;
    transition: color ease-in .2s;
    padding: 0;
}

.pencil_banner_inner_link a {
  z-index: 3;
  position: relative;
}
.login-user-nav-dropdown {
    min-width: 300px !important;
    max-width: 300px !important;
    top: 57px;
    padding: 15px;
    left: 0px;
    border: 1px solid #cecece;
    background-color: #eee;
    border-top: 1px solid #cecece !important;
}

@media only screen and (max-width: 991px){
    .login-user-nav-dropdown
    {
        left: inherit;
        right: -92px;
        top: 32px;
    }
}

.login-user-headline-dropdown {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.login-user-headline-dropdown h3{
    font-family: "Avenir-Black",sans-serif;
    color: #2C2C2C;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.login-user-nav-dropdown nav{
    padding-left: 20px;
}

.login-user-nav-dropdown nav a{
    background-color: transparent;
    color: #2C2C2C;
    font-size: 14px;
    padding: 0px;
    line-height: 24px;
    text-align: left;
}

.login-user-nav-dropdown nav a:hover{
    color: #c41230;
    background: transparent;
}

.login-user-nav-dropdown a.login-user-signout{
    font-weight: bold !important;
    margin-top: 20px !important;
}

.header-account-nav {
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
}

.header-account-menu-open .header-account-nav {
    -webkit-transform: none !important;
    transform: none !important;
}

.signin-menu:hover .user_links__utilities{
    color: #b52b36;
}

.guest-checkout-signin {
    background: none;
    height: 24px;
    font-weight: normal;
}

.user_links:hover{
    cursor: pointer;
}

.forgot-password {
  max-width: 40rem;
  margin: 0 auto;
}
.forgot-password .page-headline {
  margin-bottom: 1.25rem;
}
.forgot-password-box {
  background: #ffffff;
  padding: 1.25rem;
}
.forgot-password-box #forgot-password-form .registration-form__item.registration-form__recaptcha {
  justify-content: left;
  margin: 1rem 0;
}
.forgot-password-box #forgot-password-form .registration-form__item.registration-form__recaptcha .row {
  margin-left: 0;
}
.forgot-password-box #forgot-password-form .registration-form__item.registration-form__recaptcha .row .g-recaptcha {
  padding-left: 0;
}
.forgot-password-box #forgot-password-form .registration-form__item.registration-form__recaptcha .form-error-items {
  width: 100%;
}

.reset-password {
  max-width: 40rem;
  margin: 0 auto;
}

.reset-password .page-headline {
  margin-bottom: 1.25rem;
}

.reset-password-box {
  background: #ffffff;
  padding: 1.25rem;
}

.reset-password-text {
  margin-top: 1rem;
}

/*# sourceMappingURL=reset-password.css.map */

/* TI styles are part of global.css */
.aem-Grid .row {
  margin-right: -10px;
  margin-left: -10px;
  width: auto;
}
.aem-Grid .column {
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 64rem) {
  .ct-col-lg {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
}

.category-tile {
  position: relative;
  text-align: center;
  padding: 0.625rem;
}

@media (min-width: 48rem) {
  .category-tile {
    padding: 1.25rem;
  }
}

.category-tile-title {
  color: #c41230;
  margin-top: 0.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.category-tile-title a:hover {
  color: #c41230;
  text-decoration: underline;
}

.category-tile-cta-link {
  margin-bottom: 1.25rem;
  width: 80%;
  font-size: 0.75rem;
  min-width: 7rem;
}

@media (max-width: 47.9375rem) {
  .category-tile-cta-link {
    padding: 0 0.625rem;
    width: 70%;

  }
}

@media screen and (min-width: 30rem) {
  .category-tile-cta-link {
    min-width: 9rem;
  }
}


@media screen and (min-width: 70rem) {
  .category-tile-cta-link {
    min-width: 11rem;
  }
}


.category-tile-image-hover {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(47, 43, 42, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.category-tile-show-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*# sourceMappingURL=category-tiles.css.map */

.prd-carousel .page-headline {
  text-align: center;
}

.prd-carousel .small-font-size {
  font-size: .75rem;
  text-transform: capitalize;
}

.prd-carousel__includes {
  display: none;
}

.prd-carousel--wrap {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}

.prd-carousel__prev--btn, .prd-carousel__next--btn {
  height: auto;
  width: 1.5625rem;
  -ms-flex-preferred-size: 1.5625rem;
  flex-basis: 1.5625rem;
  min-width: 1.5625rem;
  background: transparent;
  padding: 0;
  margin: auto;
  visibility: hidden;
  pointer-events: none;
  color: #c41230;
}

.prd-carousel__prev--btn:hover, .prd-carousel__next--btn:hover {
  color: #9a132b;
  background: transparent;
}

.prd-carousel__prev--btn.slick-arrow, .prd-carousel__next--btn.slick-arrow {
  visibility: visible;
  pointer-events: auto;
}

.prd-carousel__prev--btn.slick-hidden, .prd-carousel__next--btn.slick-hidden {
  visibility: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  pointer-events: none;
}

.prd-carousel__prev--btn.slick-disabled, .prd-carousel__next--btn.slick-disabled {
  visibility: hidden;
}

.prd-carousel__prev--btn {
  margin-right: 0.625rem;
}

.prd-carousel__next--btn {
  margin-left: 0.625rem;
}

.prd-carousel__prev--icon, .prd-carousel__next--icon {
  margin: auto;
}

.prd-carousel__prev--icon .icon, .prd-carousel__next--icon .icon {
  width: 2.0625rem;
  height: 2.0625rem;
}

.pdp-sn-list-item a[data-accordion="pdp-accordion-similar"],
.pdp-sn-list-item a[data-accordion="pdp-accordion-other"],
.pdp-sn-list-item a[data-accordion="pdp-accordion-youMayAlsoLike"]{
  display: none;
}

.similar__products__recommendation, .Other__products__recommendation, 
.RecentlyViewed__products__recommendation, .PurchasedDetails__products__recommendation, 
.ir__products__recommendation{
  display: none;
}

.similar__products__recommendation .prd-carousel__saving__hide,
.Other__products__recommendation .prd-carousel__saving__hide {
    visibility: hidden;
    display: block;
}

.prd-carousel__saving__hide {
  display: none;
}

.prd-carousel__member__hide {
  display: none;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .prd-carousel__prev--icon, .prd-carousel__next--icon {
    margin: 0;
  }
}

.prd-carousel__items-list {
  overflow: hidden;
  width: 100%;
}

.prd-carousel__items-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.prd-carousel__items-list:after {
  content: '';
  display: table;
  clear: both;
}

.prd-carousel__item {
  float: left;
  width: 100%;
  display: none;
  margin-top: auto;
  padding: 0 0.3125rem;
}

.prd-carousel__item:first-child() {
  display: block;
}

@media (min-width: 48rem) {
  .prd-carousel__item {
    width: 33.3333333333%;
  }

  .prd-carousel__item:nth-child(-n+3) {
    display: block;
  }
}

@media (min-width: 64rem) {
  .prd-carousel__item {
    width: 25%;
  }

  .prd-carousel__item:nth-child(-n+4) {
    display: block;
  }
}

.prd-carousel__status--sm {
  font-size: 0.75rem;
}

@media (min-width: 48rem) {
  .prd-carousel__status--sm {
    display: none;
  }
  
.similar__products__recommendation .member-price-cta.header-account-link .member-price-cta__text,
.Other__products__recommendation .member-price-cta.header-account-link .member-price-cta__text  {
    margin-left: 0rem;
  }
}

.prd-carousel__status {
  margin-bottom: 1.875rem;
  text-align: center;
}

@media (min-width: 64rem) {
  .prd-carousel__status {
    margin-bottom: 0;
  }

  .prd-carousel svg {
    height: auto;
    max-height: 1em;
  }
}

.prd-carousel__status .slick-dots {
  list-style: none;
  text-align: center;
  margin: auto auto 1.875rem;
  padding: 0;
  width: auto;
  height: auto;
}

.prd-carousel__status .slick-dots li {
  position: relative;
  display: inline-block;
  width: 1.25rem;
  height: auto;
  border-radius: 0.625rem;
  margin: 0 0.3125rem;
  padding: 0;
  cursor: pointer;
}

.prd-carousel__status .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  padding: 0.125rem;
  border: 0.125rem solid #2e2e2e;
  border-radius: 0.25rem;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: transparent;
  margin: 0 auto;
}

.prd-carousel__status .slick-dots li.slick-active button {
  border-color: #c41230;
  background: #c41230;
}

.prd-carousel__product-tile {
  position: relative;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  padding: 1.25rem;
  max-width: 21.25rem;
  margin: 0 auto;
}

.prd-carousel__product-tile__img {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 200px;
}

.prd-carousel__product-tile__img img {
  max-height: 200px;
  max-width: 160px;
  margin: auto;
  height: auto;
  width:auto;
}

.prd-carousel__product-tile__img-link {
  display: block;
  width: 100%;
}

.prd-carousel__product-tile__bdg-list {
  position: absolute;
  padding-right: 0.3125rem;
  right: 0;
  top: 0.3125rem;
}

.prd-carousel__product-tile__bdg {
  display: none;
  clear: both;
  width: 1.875rem;
  height: 1.875rem;
  margin-bottom: 0.3125rem;
}

.prd-carousel__product-tile__bdg img {
  width: 100%;
}

.prd-carousel__product-tile__title {
  margin-top: 0.625rem;
  margin-bottom: 0.3125rem;
  font-size: 1.25rem;
  line-height: 1.2;
  height: 2.59em;
  overflow: hidden;
}

.prd-carousel__product-tile__title--link {
  display: -webkit-box;
  font-size: 1.25rem;
  line-height: 1.2;
  max-height: 2.46em;
  outline: 0 !important;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.prd-carousel__product-tile__detail {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.125rem;
  margin-bottom: 0.5rem;
  height: 3.375rem;
}

.prd-carousel_color {
    display: inline-block;
    line-height: 1.3;
    height: 2.7em;
    overflow: hidden;
}

.prd-carousel__product-tile__reviews {
  height: 1.25rem;
  font-size: 0.75rem;
}

.prd-carousel__product-tile__prices {
  font-weight: 700;
  margin-bottom: -1.25rem;
  min-height: 7rem;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.prd-carousel__product-tile__prices .prd-carousel__urgent-price-message {
  margin-top: .5rem;
  display: flex;
  gap: .25rem;
  font-size: .75rem;
  color: #c41230;
}

.prd-carousel__product-tile__prices .prd-carousel__urgent-price-message svg {
  max-height: unset;
  height: .875rem;
}

.prd-carousel__product-tile__prices--small {
  font-size: 0.625rem;
  line-height: 0.875rem;
  height: 1.125rem;
  font-weight: 400;
  text-decoration: line-through;
}

.prd-carousel__saving {
  color: #5c700e;
  font-size: 0.625rem;
  line-height: 0.687rem;
}

.prd-carousel__saving.hidden {
  display: none;
}

.prd-carousel__product-tile__btn {
  text-align: center;
}

.prd-carousel__product-tile__btn a, .prd-carousel__product-tile__btn button {
  width: 100%;
}

.prd-carousel__product-tile__btn .button {
  padding: 0 1.5rem;
}

.prd-carousel__product-tile__btn .button:focus {
  outline: 2px solid #000000 !important;
  outline-offset: 2px;
  text-decoration: underline !important;
}
.prd-carousel__product-tile__reviews .pdp-tray__stars, .prd-carousel__product-tile__reviews .pdp-tray__goto-rev {
  display: inline-block;
}

.prd-carousel__product-tile__reviews .pdp-tray__goto-rev--txt {
  display: block;
}

.prd-carousel-reviews-stars {
  display: inline-block;
}

.prd-carousel-top-price {
  color: #c41230;
  font-weight: bold;
}

.prd-carousel-top-price.small-font-size {
  width: 120%;
}

.prd-carousel__product-tile__prices .member-price-cta {
  padding: 0;
}

.prd-carousel .bv_review{
  margin-left: 5px;
}

/*# sourceMappingURL=product-carousel.css.map */

/* Stars Rating Similar Products */

.similar__products__recommendation .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: font_awesome !important;
  font-size: 1em;
}

.similar__products__recommendation .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.similar__products__recommendation .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: font_awesome !important;
}

.similar__products__recommendation .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.similar__products__recommendation .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

/* Stars Rating cross sell */

.Other__products__recommendation .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: font_awesome !important;
  font-size: 1em;
}

.Other__products__recommendation .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.Other__products__recommendation .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: font_awesome !important;
}

.Other__products__recommendation .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.Other__products__recommendation .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

/*Tooltip CSS
.Other__products__recommendation a.prd-carousel__product-tile__title--link, .similar__products__recommendation a.prd-carousel__product-tile__title--link {
  position: relative;
}

.Other__products__recommendation a.prd-carousel__product-tile__title--link:hover::before, .similar__products__recommendation a.prd-carousel__product-tile__title--link:hover::before {
  position: fixed;
  left: auto;
  top: 17.9rem;
  background: #eee;
  padding: 0.625rem;
  max-width: 15rem;
  font-size: .6875rem;
  line-height: 1.6;
  z-index: 9999;
  color: #2e2e2e;
  content: attr(data-tooltip);
  text-transform: capitalize;
  white-space: pre-wrap;
}

.Other__products__recommendation a.prd-carousel__product-tile__title--link:hover::after, .similar__products__recommendation a.prd-carousel__product-tile__title--link:hover::after {
  content: '';
  position: fixed;
  top: 17.2rem;
  margin-left: 1.5rem;
  width: 0;
  height: 0;
  display: block;
  border-left: 0.75rem solid transparent;
  border-right: 0.75rem solid transparent;
  border-bottom: 0.75rem solid #eee;
}*/
 
/* Recenetly Viewed products */

@font-face {
  font-family: 'font_awesome';
  font-weight: normal;
  font-style: normal;
  src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),
    url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
    url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
    url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),
    url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}

.RecentlyViewed__products__recommendation .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: font_awesome !important;
  font-size: 1em;
}

.RecentlyViewed__products__recommendation .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.RecentlyViewed__products__recommendation .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: font_awesome !important;
}

.RecentlyViewed__products__recommendation .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.RecentlyViewed__products__recommendation .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

/* Top Rated products */
.clp_top_rated_products_recommendation .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: font_awesome !important;
  font-size: 1em;
}

.clp_top_rated_products_recommendation .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.clp_top_rated_products_recommendation .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: font_awesome !important;
}

.clp_top_rated_products_recommendation .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.clp_top_rated_products_recommendation .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

/* Purchased Deatils products */

.PurchasedDetails__products__recommendation .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: font_awesome !important;
  font-size: 1em;
}

.PurchasedDetails__products__recommendation .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.PurchasedDetails__products__recommendation .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: font_awesome !important;
}

.PurchasedDetails__products__recommendation .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.PurchasedDetails__products__recommendation .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

/* Identity Resolution Details products */

.ir__products__recommendation .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: font_awesome !important;
  font-size: 1em;
}

.ir__products__recommendation .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.ir__products__recommendation .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: font_awesome !important;
}

.ir__products__recommendation .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.ir__products__recommendation .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}


/* Military Kitchen Products */

.mspKitchen__products__recommendation .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: font_awesome !important;
  font-size: 1em;
}

.mspKitchen__products__recommendation .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.mspKitchen__products__recommendation .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: font_awesome !important;
}

.mspKitchen__products__recommendation .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.mspKitchen__products__recommendation .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}


/* Military Laundry Products */

.mspLaundry__products__recommendation .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: font_awesome !important;
  font-size: 1em;
}

.mspLaundry__products__recommendation .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.mspLaundry__products__recommendation .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: font_awesome !important;
}

.mspLaundry__products__recommendation .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.mspLaundry__products__recommendation .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

/* Military Refrigerator Products */

.mspRefrigerator__products__recommendation .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: font_awesome !important;
  font-size: 1em;
}

.mspRefrigerator__products__recommendation .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.mspRefrigerator__products__recommendation .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: font_awesome !important;
}

.mspRefrigerator__products__recommendation .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.mspRefrigerator__products__recommendation .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

/* Military Cooking Products */

.mspCooking .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: font_awesome !important;
  font-size: 1em;
}

.mspCooking .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.mspCooking .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: font_awesome !important;
}

.mspCooking .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.mspCooking .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

/* Military Refrigerator Products */

.mspRefrigerator .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: font_awesome !important;
  font-size: 1em;
}

.mspRefrigerator .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.mspRefrigerator .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: font_awesome !important;
}

.mspRefrigerator .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.mspRefrigerator .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

/* IP Top Sell Products */

.plpIp_top_sell .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: font_awesome !important;
  font-size: 1em;
}

.plpIp_top_sell .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.plpIp_top_sell .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: font_awesome !important;
}

.plpIp_top_sell .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.plpIp_top_sell .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

/* Stars Rating Maytag Cooking */

.mspMtgCooking .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: font_awesome !important;
  font-size: 1em;
}

.mspMtgCooking .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.mspMtgCooking .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: FontAwesome !important;
}

.mspMtgCooking .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.mspMtgCooking .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

/* Stars Rating Maytag Refrigerator */

.mspMtgRefrigerator .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: FontAwesome !important;
  font-size: 1em;
}

.mspMtgRefrigerator .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.mspMtgRefrigerator .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: FontAwesome !important;
}

.mspMtgRefrigerator .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.mspMtgRefrigerator .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

/* Stars Rating Maytag Washers */

.mspMtgWashers .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: FontAwesome !important;
  font-size: 1em;
}

.mspMtgWashers .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.mspMtgWashers .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: FontAwesome !important;
}

.mspMtgWashers .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.mspMtgWashers .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

.clp_topselling_products_recommendation .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: font_awesome !important;
  font-size: 1em;
}

.clp_topselling_products_recommendation .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.clp_topselling_products_recommendation .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: font_awesome !important;
}

.clp_topselling_products_recommendation .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.clp_topselling_products_recommendation .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

@media (max-width: 48rem) {
  #pdp-accordion-similar .pdp-v2-section__title, #pdp-accordion-other .pdp-v2-section__title, #pdp-accordion-sectionRecentlyViewed .pdp-v2-section__title, #pdp-accordion-sectionYouMayLike .pdp-v2-section__title, #pdp-accordion-sectionProfileRecommendation .pdp-v2-section__title, #pdp-accordion-youMayAlsoLike .pdp-v2-section__title {
    font-size: 1.59rem;
    line-height: 1.5;
  }
}

@media (max-width: 1023px) {
  .red-price {
    font-size: 0.8rem !important;
  }
  .prd-carousel__product-tile__prices--small {
    font-size: 0.59rem;
    line-height: 0.875rem;
    height: 1.125rem;
    font-weight: 400;
    text-decoration: line-through;
  }
  .prd-carousel__saving {
    color: #5c700e;
    font-size: 0.59rem;
    line-height: 0.687rem;
  }
}
.megamenu {
  background: #ffffff;
  border-bottom: 1px solid #c41230;
  position: relative;
  z-index: 19;
}

@media (max-width: 63.9375rem) {
  .megamenu {
    display: none;
  }
}

.megamenu-panels {
  position: absolute;
  top: 100%;
  margin-top: 1px;
  background: #ffffff;
  width: 100%;
  display: none;
  z-index: 10;
}

.megamenu-panels-open {
  display: block;
}

.megamenu-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: rgba(46, 46, 46, 0.9);
  display: none;
}

@media (min-width: 64rem) {
  .megamenu-overlay {
    display: block;
  }
}

.megamenu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.megamenu-item {
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  display: flex;
}

.megamenu-panel-trigger {
  display: block;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #2e2e2e;
  text-align: center;
  padding: 0.625rem 0.25rem;
  width: 100%;
}

.megamenu-item-active .megamenu-panel-trigger {
  color: #ffffff;
  background: #c41230;
}

.megamenu-panel {
  display: none;
  padding: 1.5rem 0;
}

.megamenu-panel-open {
  display: block;
}

.megamenu-panel-header {
  margin-bottom: 1rem;
}

.megamenu-panel-header-title {
  font-size: 1rem;
  text-transform: uppercase;
}

.megamenu-panel-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.megamenu-panel-item {
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  position: relative;
  padding: 0.625rem;
}

.megamenu-panel-image {
  max-width: 5rem;
  margin: 0 auto;
}

.megamenu-panel-image img {
  width: 100%;
}

.megamenu-panel-image-link {
  display: block;
}

.megamenu-panel-title {
  text-align: center;
}

.megamenu-panel-title-link {
  display: inline-block;
  color: #2e2e2e;
  font-size: 0.6875rem;
  text-transform: uppercase;
}

.megamenu-panel-title-link:hover {
  color: #2e2e2e;
  text-decoration: underline;
}

.megamenu-subpanel {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  padding: 0.25rem 0;
  background: #ffffff;
  border: 1px solid #eeeeee;
  display: none;
}

.megamenu-subpanel-open {
  display: block;
}

.megamenu-subpanel-link {
  display: block;
  padding: 0.25rem 0.625rem;
  background: #ffffff;
  color: #2e2e2e;
  font-size: 0.6875rem;
  text-transform: uppercase;
}

.megamenu-subpanel-link:hover {
  background: #c41230;
  color: #ffffff;
}

.megamenu-nav {
  position: relative;
  height: 100vh;
  width: 100%;
  background-color: rgba(46, 46, 46, 0);
  z-index: 9000;
  display: none;
  -webkit-transition: background 250ms ease-in;
  transition: background 250ms ease-in;
}

@media (min-width: 48rem) {
  .megamenu-nav {
    top: 4.4375rem;
  }
}

@media (max-width: 63.9375rem) {
  .megamenu-nav.megamenu-nav-open {
    display: block;
  }
}

.megamenu-nav.megamenu-nav-in {
  background-color: rgba(46, 46, 46, 0.9);
  -webkit-transition: background 250ms ease-in;
  transition: background 250ms ease-in;
}

@media (max-width: 63.9375rem) {
  .megamenu-scroll-lock {
    overflow: hidden;
  }
}

.megamenu-nav-panels {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 250ms ease-in;
  transition: -webkit-transform 250ms ease-in;
  transition: transform 250ms ease-in;
  transition: transform 250ms ease-in, -webkit-transform 250ms ease-in;
  height: 100%;
}

@media (min-width: 48rem) {
  .megamenu-nav-panels {
    width: 25.9375rem;
    height: 100%;
  }
}

.megamenu-nav-in .megamenu-nav-panels {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 250ms ease-out;
  transition: -webkit-transform 250ms ease-out;
  transition: transform 250ms ease-out;
  transition: transform 250ms ease-out, -webkit-transform 250ms ease-out;
}

.megamenu-nav-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  z-index: -1;
}

.megamenu-nav-panel-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  z-index: 20;
}

.megamenu-nav-panel-active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  z-index: 20;
}

.megamenu-nav-no-trs {
  -webkit-transition: -webkit-transform 0s ease-out;
  transition: -webkit-transform 0s ease-out;
  transition: transform 0s ease-out;
  transition: transform 0s ease-out, -webkit-transform 0s ease-out;
}

.megamenu-nav-items {
  padding: 0.625rem 1.25rem;
}

.megamenu-nav-back-item,
.megamenu-nav-item {
  display: block;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: #2e2e2e;
  padding: 1rem 0;
  border-bottom: 1px solid #eeeeee;
  font-size: 1rem;
}

.megamenu-nav-panel-trigger {
  padding-right: 1.25rem;
}

.megamenu-nav-panel-trigger:after {
  content: "";
  position: absolute;
  background: url("../../../../etc.clientlibs/kitchenaid/clientlibs/global/resources/images/megamenu-caret-right.svg") no-repeat;
  background-position: right;
  background-size: contain;
  width: 0.75rem;
  height: 0.75rem;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.megamenu-nav-back-item {
  padding-left: 2.5rem;
  padding-right: 1.25rem;
  background: #c41230;
  color: #ffffff;
}

.megamenu-nav-back-item:hover {
  background: #9a132b;
  color: #ffffff;
}

.megamenu-nav-back-item:after {
  content: "";
  position: absolute;
  background: url("../../../../etc.clientlibs/kitchenaid/clientlibs/global/resources/images/megamenu-caret-left.svg") no-repeat;
  background-position: left;
  background-size: contain;
  width: 0.75rem;
  height: 0.75rem;
  top: 50%;
  left: 1.25rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.compare-bar-container {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10000;
  background-color: #d8d8d8;
}

.compare-bar {
  color: #ffffff;
  text-transform: uppercase;
  padding: 0.75rem 0;
  font-size: 1rem;
}

.compare-bar-collapse-icon {  
  cursor: pointer;
}

.compare-bar-product-tile-container:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 47.9375rem) {
  .compare-bar-tiles-row {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media (min-width: 48rem) and (max-width: 63.9375rem) {
  .compare-bar-tiles-row {
    float: left;
    width: 100%;
  }
}

@media (min-width: 64rem) {
  .compare-bar-tiles-row {
    float: left;
    width: 85%;
  }
}

.compare-bar-product-tile {
  position: relative;
  background-color: #ffffff;
  padding: 1.25rem;
}

@media (max-width: 47.9375rem) {
  .compare-bar-product-tile {
    margin: 1.25rem 1.25rem 0.625rem 0;
    width: 65%;
    display: inline-block;
    white-space: normal;
  }
}

@media (min-width: 48rem) {
  .compare-bar-product-tile {
    margin: 1.25rem 2% 1.25rem 0;
    float: left;
    width: 23%;
  }
}

.compare-bar-title {
  font-weight: bold;
}

.compare-bar-delete-trigger {
  position: absolute;
  top: -0.625rem;
  right: -0.625rem;
  border-radius: 100%;
  padding: 0;
  width: 1.5rem;
  height: 1.5rem;
}

.compare-bar-delete-icon {
  padding: 0;
  display: block;
  width: 0.75rem;
  height: .75rem;
}

.compare-bar-delete-icon .icon-close{
  height: auto;
}

.compare-bar-product-name {
  font-size: .8125rem;
  line-height: 1.2;
  height: 3.6em;
  overflow: hidden;
}

.compare-bar-product-tile img{
	max-height: 4.563em;

}

.compare-bar-product-link {
  display: inline-block;
  line-height: 1.2;
  max-height: 3.75em;
  overflow: hidden;
}

.compare-bar-model {
  margin-top: .9375rem;
  font-size: .625rem;
}

.compare-bar-product-img {
  max-height: 72px;
}

@media (max-width: 63.9375rem) {
  .compare-bar-cta-container {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 40rem) {
	.compare-bar-cta-container {
		text-align: center;
	}
}
@media (min-width: 64rem) {
  .compare-bar-cta-container {
    float: left;
    padding-top: 2.8125rem;
    margin-left: 2%;
    width: 13%;
  }
}

@media (min-width: 64rem) {
  .compare-bar-cta-container .button {
    width: 100%;
  }
}

.compare-bar-remove-all {
  margin-top: 1.25rem;
  display: inline-block;
  font-size: 0.8125rem;
  margin-left: 0.625rem;
  cursor: pointer;
}

@media (min-width: 64rem) {
  .compare-bar-remove-all {
    margin-left: 0;
  }
}

.compare-bar-hide {
  display: none;
}

.compare-bar-drawer-hide .compare-bar-up-icon {
  display: none;
}

.compare-bar-drawer-hide .compare-bar-down-icon {
  display: inline;
}

.compare-bar-drawer-hide .compare-bar-drawer {
  height: 0;
  overflow: hidden;
}

.compare-bar-down-icon {
  display: none;
}

.add-to-compare {
  cursor: pointer;
}

.add-to-compare:disabled {
  cursor: default;
}

.add-to-compare:disabled ~ span,
.add-to-compare:disabled ~ .form-checkbox-text {
  cursor: default;
  color: #e2e2e2;
}

.compare-bar .g-container{
	position:relative;
}
.compare-bar button.compare-bar-title{
	width: 100%;
    height: 12px;
    font-family: "Avenir-Roman",sans-serif;
    background: none;
    outline: none;
}

.compare-bar button.compare-bar-title:hover{
	background:none !important;
}
.compare-bar-title .compare-toggler{
	position:absolute;
	right:8px
}

.compare-bar-title  .compare-count{
	font-size: 1rem;    
    float: left;
    position: absolute;
    left: 8px;
    top:-2px;
}

.contact-us-form-wrapper {
  background: #ffffff;
  padding: 0.625rem;
  margin: 0;
}

@media (min-width: 64rem) {
  .contact-us-form-wrapper {
    padding: 2.5rem 5rem;
  }
}

@media (min-width: 48rem) {
  .contact-us-topic-form,
  .contact-us-info-form {
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 64rem) {
  .contact-us-topic-form,
  .contact-us-info-form {
    width: 50%;
  }
}

.contact-us-topic-form {
  margin-bottom: 4.25rem;
}

@media (min-width: 48rem) {
  .contact-us-topic-form {
    margin-bottom: 0;
  }
}

.contact-us-info-form .contact-us-sec-title {
  margin-bottom: 2.1875rem;
}

@media (min-width: 48rem) {
  .contact-us-info-form .contact-us-sec-title {
    margin-top: 1.25rem;
  }
}

@media (min-width: 64rem) {
  .contact-us-info-form .contact-us-sec-title {
    margin-top: 2rem;
  }
}

.contact-us-form-content .form-group .form-textarea {
  height: auto;
}

@media (min-width: 48rem) {
  .contact-us-form-content .form-group {
    width: 46%;
  }
}

@media (min-width: 64rem) {
  .contact-us-form-content .form-group {
    width: 71%;
  }
}

.contact-us-sec-title {
  font-weight: normal;
  font-size: 2rem;
  border-bottom: solid 0.0625rem #b3b3b3;
  padding-bottom: 0.875rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 48rem) {
  .contact-us-sec-title {
    margin-top: 2.25rem;
    font-size: 2.25rem;
  }
}

@media (min-width: 64rem) {
  .contact-us-sec-title {
    margin-top: 0;
  }
}

.contact-us-remain-char {
  margin-top: 0.3125rem;
}

.contact-us-send-btn {
  margin-top: 0.625rem;
  font-size: 1.25rem;
  padding: 1rem 7rem;
  height: auto;
}

.contact-us-info {
  margin-bottom: 1.875rem;
}

@media (min-width: 48rem) {
  .contact-us-info {
    width: 76%;
    margin-bottom: 0;
  }
}

@media (min-width: 64rem) {
  .contact-us-info {
    width: 100%;
    margin-bottom: 0.625rem;
  }
}

.majors-contact-info,
.smalls-contact-info {
  background: #ffffff;
  padding: 0.9375rem 0.625rem;
}

@media (min-width: 48rem) {
  .majors-contact-info,
  .smalls-contact-info {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
}

.majors-contact-info {
  margin-bottom: 0.625rem;
}

@media (min-width: 48rem) {
  .majors-contact-info {
    margin-bottom: 1.375rem;
  }
}

@media (min-width: 64rem) {
  .majors-contact-info {
    margin-bottom: 0;
  }
}

.contact-info-title {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
}

@media (min-width: 48rem) {
  .contact-info-title {
    margin-top: 1.5625rem;
    font-size: 1.0625rem;
  }
}

.contact-chat-info {
  font-size: 0.8125rem;
  line-height: 1rem;
}

.contact-us-desc {
  background: #ffffff;
  margin: 0.625rem 0 0;
  padding: 1.25rem 0.625rem 0;
  line-height: 1.25rem;
}

@media (min-width: 48rem) {
  .contact-us-desc {
    background: none;
    margin: 0 0 1.25rem;
    padding: 0.6875rem 0 0;
    width: 76%;
    font-size: 1.0625rem;
  }
}

@media (min-width: 64rem) {
  .contact-us-desc {
    width: 100%;
    padding: 0;
  }
}

.contact-us-comment-box {
  margin-top: 1.625rem;
}

.contact-us-desc-txt {
  margin-bottom: 1rem;
}

@media (min-width: 64rem) {
  .contact-us-desc-txt {
    margin-bottom: 0;
  }
}
.contact-us-form-content .hidden-group {
  display: none;
}

.fixed-size-textarea{
	resize: none;
}
.contact-us-form-content .form-req-message {
  margin-bottom: 2.5rem;
}

.contactInfo .majors-contact-info {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.contactUsForm .contact-us-form-wrapper {
  padding: 1.5rem 5rem 1rem;
}

.display-none {
  display:none;
}
/*# sourceMappingURL=contact-us.css.map */

.lang-selector-label.hidden {
    display: none;
}
.hero-carousel .page-headline {
  text-align: center;
}

.hero-carousel {
  position: relative;
}

.hero-carousel--wrap {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}

.hero-carousel__prev--btn,
.hero-carousel__next--btn {
  height: auto;
  width: 1.5625rem;
  -ms-flex-preferred-size: 1.5625rem;
  flex-basis: 1.5625rem;
  min-width: 1.5625rem;
  background: transparent;
  padding: 0;
  z-index: 1;
  margin: auto;
  visibility: hidden;
  pointer-events: none;
  color: #c41230;
}

.hero-carousel__prev--btn:hover,
.hero-carousel__next--btn:hover {
  color: #9a132b;
  background: transparent;
}

.hero-carousel__prev--btn.slick-arrow,
.hero-carousel__next--btn.slick-arrow {
  visibility: visible;
  pointer-events: auto;
}

.hero-carousel__prev--btn.slick-hidden,
.hero-carousel__next--btn.slick-hidden {
  visibility: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  pointer-events: none;
}

.hero-carousel__prev--btn.slick-disabled,
.hero-carousel__next--btn.slick-disabled {
  visibility: hidden;
}

.hero-carousel__prev--btn {
  left: 0.625rem;
  position: absolute;
}

.hero-carousel__next--btn {
  right: 0.625rem;
  position: absolute;
}

.hero-carousel__prev--icon,
.hero-carousel__next--icon {
  margin: auto;
}

.hero-carousel__prev--icon .icon,
.hero-carousel__next--icon .icon {
  width: 2.0625rem;
  height: 2.0625rem;
}

@media (max-width: 63.9375rem) {
  .hero-carousel__prev--icon .icon,
    .hero-carousel__next--icon .icon {
      display: none;
    }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .hero-carousel__prev--icon,
  .hero-carousel__next--icon {
    margin: 0;
  }
}

.hero-carousel__items-list {
  overflow: hidden;
  width: 100%;
}

.hero-carousel__items-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero-carousel__items-list:after {
  content: '';
  display: table;
  clear: both;
}

.hero-carousel__item {
  float: left;
  width: 100%;
  display: none;
  margin: auto;
}

.hero-carousel__item:first-child() {
  display: block;
}

.hero-carousel__status {
  margin-bottom: 1.875rem;
  text-align: center;
}

.hero-carousel__status .slick-dots {
  list-style: none;
  text-align: center;
  margin: auto;
  padding: 0;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 3.125rem;
}

.hero-carousel__status .slick-dots li {
  position: relative;
  display: inline-block;
  width: 1.25rem;
  height: auto;
  border-radius: 0.625rem;
  margin: 0 0.3125rem;
  padding: 0;
  cursor: pointer;
}

.hero-carousel__status .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  padding: 0.125rem;
  border: 0.125rem solid #2e2e2e;
  border-radius: 0.25rem;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: transparent;
  margin: 0 auto;
}

.hero-carousel__status .slick-dots li.slick-active button {
  border-color: #c41230;
  background: #c41230;
}

.hero-carousel__product-tile {
  position: relative;
  background: #ffffff;
  border: 1px solid #e2e2e5;
  margin: 0 auto;
  width: 100%;
}

.hero-carousel__product-tile__img {
  position: relative;
  width: 100%;
}

.hero-carousel__product-tile__img img {
  width: 100%;
}

/*# sourceMappingURL=hero-carousel.css.map */

.shop-category {
  background-color: #ffffff;
  padding: 0;
}

@media (max-width: 47.9375rem) {
  .shop-category .g-container {
    padding: 0;
  }
}

@media (min-width: 48rem) {
  .shop-category {
    padding: 1.25rem 0 1rem;
  }
}

.shop-category-title {
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 47.9375rem) {
  .shop-category-title {
    display: none;
  }
}

.shop-category-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #2e2e2e;
  height: auto;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #ffffff;
  padding: 1rem 0.625rem;
  text-transform: uppercase;
  font-size: 0.8125rem;
  text-align: left;
}

.shop-category-trigger:hover {
  background: transparent;
  color: #2e2e2e;
}

@media (min-width: 48rem) {
  .shop-category-trigger {
    display: none;
  }
}

.shop-category-caret {
  margin-left: auto;
  display: block;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.shop-category-caret .icon {
  width: 1.4375rem;
  height: 1.4375rem;
}

.shop-category-open .shop-category-caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.shop-category-panel {
  display: none;
  padding: 0.625rem 1.25rem;
}

@media (min-width: 48rem) {
  .shop-category-panel {
    display: block;
    padding: 0 0.625rem;
  }
}

.shop-category-open .shop-category-panel {
  display: block;
}

.shop-category-cell {
  display: block;
  text-align: center;
  padding: 0 0.625rem 0.25rem;
  max-width: 11.25rem;
  margin: 0 auto 0.25rem;
  color: #2e2e2e;
}

.shop-category-cell:hover {
  color: #9a132b;
}

.shop-category-cell-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 4rem;
  max-height: 4.375rem;
}

.shop-category-cell-image img {
  margin: auto;
  max-height: 4.375rem;
  max-width: 10rem;
  height: auto;
}

.shop-category-cell-title {
  display: block;
  text-transform: uppercase;
  padding-top: 0.625rem;
  font-size: 0.625rem;
  text-align: center;
}

@media (min-width: 48rem) {
  .shop-category-cell-title {
    font-size: 0.75rem;
  }
}

.shop-category-shop-all {
  margin: 0;
  text-align: center;
}

.shop-category-shop-all-link {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 0.5rem;
}

.shop-category-cnt,
.shop-all-cnt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
/*# sourceMappingURL=shop-category.css.map */

.pdp-overview-wrapper {
  background-color: #ffffff;
  padding: 1.25rem;
}

@media (min-width: 64rem) {
  .pdp-overview-wrapper {
    padding: 0 1.25rem 0;
  }
}

.pdp-overview-main-title {
  font-size: 1.25rem;
  margin-bottom: 0.3125rem;
  margin-top: 0.625rem;
}

@media (min-width: 48rem) {
  .pdp-overview-main-title {
    margin-top: 1.875rem;
    font-size: 1.625rem;
  }
}

@media (min-width: 64rem) {
  .pdp-overview-main-title {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.pdp-overview-sub-title {
  text-transform: uppercase;
  font-size: 1.875rem;
  line-height: 1;
}

@media (min-width: 48rem) {
  .pdp-overview-sub-title {
    font-size: 2.5rem;
  }
}

@media (min-width: 64rem) {
  .pdp-overview-sub-title {
    padding-top: 2rem;
  }
}

.pdp-overview-text {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.3;
  max-height: 15.6em;
  overflow: hidden;
}

@media (min-width: 64rem) {
  .pdp-overview-text {
    max-height: none;
    overflow: visible;
    padding-bottom: 2rem;
  }
}

.pdp-overview-show-text {
  max-height: none;
}

.overview-content-wrapper {
  height: auto;
  overflow: hidden;
}

.pdp-overview-hide {
  display: none;
}

.pdp-readmore-link,
.pdp-readless-link {
  font-size: 0.875rem;
}

@media (min-width: 64rem) {
  .pdp-readmore-link,
  .pdp-readless-link {
    display: none;
  }
}

.pdp-overview-media-video .s7controlbar {
  display: none;
}

.overview-column-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 47.9375rem) {
  .overview-column-container {
    display: block;
  }
}

@media (max-width: 63.9375rem) {
  .overview-column-container {
    display: block;
  }
}

.pdp-overview-video-wrapper,
.pdp-overview-text-wrapper,
.pdp-overview-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 47.9375rem) {
  .pdp-overview-video-wrapper,
  .pdp-overview-text-wrapper,
  .pdp-overview-text {
    display: block;
  }
}

@media (max-width: 63.9375rem) {
  .pdp-overview-video-wrapper,
  .pdp-overview-text-wrapper,
  .pdp-overview-text {
    display: block;
  }
}

@media (min-width: 64rem) {
  .pdp-overview-video-wrapper {
    margin-right: 1.25rem;
  }
}

/*# sourceMappingURL=pdp-overview.css.map */

.product-disclaimers {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.product-disclaimer {
  margin: 0.3125rem 0;
  font-size: 0.625rem;
  font-weight: 400;
  color: #000000;
}

.product-disclaimer sup {
  font-size: 0.5rem;
  top: -.35em;
}
.star-rating {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(50% - 20px);
  flex: 1 0 calc(50% - 20px);
  height: 1rem;
  margin-right: 1rem;
}

@media (min-width: 48rem) {
  .star-rating {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    text-align: left;
  }
}

.star-rating .active {
  display: block;
}

.star-rating__icon {
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
}

.star-rating__icon:hover {
  cursor: pointer;
}

.star-rating__half-star,
.star-rating__full-star,
.star-rating__empty-star {
  display: none;
  height: 100%;
}
.plp-facet-Ratings {
  height:1.4rem;
  margin-left: auto;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/*# sourceMappingURL=star-rating.css.map */


/*# sourceMappingURL=add-to-cart-btn.css.map */

.icon.wishlist-btn__icon-empty,
.icon.wishlist-btn__icon-filled {
  display: none;
}

.icon.wishlist-btn__icon-empty.active,
.icon.wishlist-btn__icon-filled.active {
  display: inline-block;
  height: 0.87rem;
}

/*# sourceMappingURL=wishlist-btn.css.map */

.modal-add-to-cart-cfm .modal-content {
  margin-top: 1.875rem;
}

.modal-add-to-cart-cfm .modal-box {
  padding: 1.25rem 2.25rem;
}

@media (max-width: 47.9375rem) {
  .modal-add-to-cart-cfm .modal.active {
    padding: 0 1.25rem;
  }
  .modal-add-to-cart-cfm .modal {
    padding: 0;
  }
  .modal-add-to-cart-cfm .modal-content {
    display: none;
    margin-top: 1.875rem;
  }
  .modal-add-to-cart-cfm .modal-box {
    padding: 1.25rem 2.25rem;
    margin: 0 0 1.25rem 0;
    max-width: none;
  }
}

.modal-add-to-cart-cfm-trigger {
  display: none;
}

.button.modal-add-to-cart-cfm__cont-shopping {
  background-color: #2e2e2e;
}

.button.modal-add-to-cart-cfm__cont-shopping:hover {
  background-color: #2e2e2e;
}

.modal-add-to-cart-cfm__headding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.9375rem 0;
  border-bottom: 0.125rem solid #eeeeee;
}

.modal-add-to-cart-cfm__icon {
  margin: auto;
  margin-right: 1.75rem;
  color: #5c700f;
}

.modal-add-to-cart-cfm__icon .icon {
  height: 1.25rem;
  width: 1.25rem;
}

@media (min-width: 48rem) {
  .modal-add-to-cart-cfm__icon .icon {
    height: 2.1875rem;
    width: 2.1875rem;
  }
}

.modal-add-to-cart-cfm__icon.red {
  color: #c41230;
}

.modal-add-to-cart-cfm__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: normal;
  font-size: 1.25rem;
}

@media (min-width: 48rem) {
  .modal-add-to-cart-cfm__title {
    font-size: 2.1875rem;
  }
}

.modal-add-to-cart-cfm__x-button {
  display: none;
}

@media (min-width: 48rem) {
  .modal-add-to-cart-cfm__x-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.modal-add-to-cart-cfm__btn-expandcollapse {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: inherit;
  text-transform: none;
  text-align: right;
  background: none;
  color: #c41230;
  padding: 0;
  cursor: pointer;
}

.modal-add-to-cart-cfm__btn-expandcollapse .active {
  display: block;
}

.modal-add-to-cart-cfm__btn-expandcollapse:hover {
  background: none;
  color: #c41230;
}

@media (min-width: 48rem) {
  .modal-add-to-cart-cfm__btn-expandcollapse {
    display: none;
  }
}

.modal-add-to-cart-cfm__caret-expandcollapse {
  display: none;
}

.modal-add-to-cart-cfm__product-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.875rem;
}

.modal-add-to-cart-cfm__product-title .clamp {
  -ms-flex-item-align: end;
  align-self: flex-end;
  visibility: hidden;
}

.modal-add-to-cart-cfm__product-image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 6.25rem;
  height: 6.25rem;
}

@media (min-width: 48rem) {
  .modal-add-to-cart-cfm__product-image {
    height: 12.5rem;
    width: 12.5rem;
  }
}

.modal-add-to-cart-cfm__product-image {
    display: inline-block;
	max-height: 12.5rem;
	max-width: 12.5rem;
}

.modal-add-to-cart-cfm__prod-name {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: left;
  padding-left: 0.625rem;
  font-size: 1rem;
  line-height: 1.25rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.modal-add-to-cart-cfm__prod-name:hover {
  cursor: pointer;
}

@media (min-width: 48rem) {
  .modal-add-to-cart-cfm__prod-name {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
}

.modal-add-to-cart-cfm__text {
  display: block;
  text-align: left;
  margin-bottom: 1.75rem;
}

.modal-add-to-cart-cfm__text-label {
  font-size: 0.75rem;
  font-weight: bold;
}

@media (min-width: 48rem) {
  .modal-add-to-cart-cfm__text-label {
    font-size: 1.375rem;
  }
}

.modal-add-to-cart-cfm__text-value {
  font-size: 0.75rem;
}

@media (min-width: 48rem) {
  .modal-add-to-cart-cfm__text-value {
    font-size: 1.375rem;
  }
}

.modal-add-to-cart-cfm__text-label--big {
  font-size: 1rem;
  font-weight: bold;
}

@media (min-width: 48rem) {
  .modal-add-to-cart-cfm__text-label--big {
    font-size: 1.875rem;
  }
}

.modal-add-to-cart-cfm__text-value--big {
  font-size: 1rem;
}

@media (min-width: 48rem) {
  .modal-add-to-cart-cfm__text-value--big {
    font-size: 1.875rem;
  }
  .modal-add-to-cart-cmf__subscription-section-wrapper .modal-add-to-cart-cfm__text-label,
  .modal-add-to-cart-cmf__subscription-section-wrapper .modal-add-to-cart-cfm__text-value {
   font-size: 1.625rem;
  }
}

.modal-add-to-cart-cfm__subscription {
  margin-top: 1.25rem;
  font-family: 'HelveticaNeue-Bold', sans-serif;
}

.modal-add-to-cart-cfm__subscription .modal-add-to-cart-cfm__text-value {
  color: #008800;
  font-weight: bold;
}

.modal-add-to-cart-cmf__subscription-section-wrapper {
  display: none;
}

.modal-add-to-cart-cmf__subscription-section-wrapper p {
  color: #000000;
}

.modal-add-to-cart-cfm__total-price {
  padding: 1.25rem 0;
}

.modal-add-to-cart-cfm__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 1.75rem;
}

.modal-add-to-cart-cfm__pro-to-checkout,
.modal-add-to-cart-cfm__pro-to-pdp,
.modal-add-to-cart-cfm__cont-shopping {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
  height: 2.5625rem;
  font-size: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-dialog-buttons .modal-add-to-cart-cfm__pro-to-checkout,
.modal-dialog-buttons .modal-add-to-cart-cfm__pro-to-pdp,
.modal-dialog-buttons .modal-add-to-cart-cfm__cont-shopping {
  margin: 0 0 0.5rem;
}

.modal-add-to-cart-cfm__pro-to-checkout,
.modal-add-to-cart-cfm__pro-to-pdp {
  margin-bottom: 1.25rem;
}

/*# sourceMappingURL=modal-add-to-cart-confirmation.css.map */

#modal-sess-timeout-war-trigger, #modal-sess-timeout-trigger {
  display: none;
}

/*# sourceMappingURL=modal-session-timeout-warning.css.map */


/*# sourceMappingURL=modal-session-timeout.css.map */

.manual-comparison-table-inner-container {
  margin: 1.25rem;
}

.mct-healine-container {
  padding-bottom: 0.9375rem;
}

.image-slot-image {
  margin: 0 auto;
  max-height: 10.125rem;
}

.image-slot {
  padding: 0.9375rem 0;
  text-align: center;
}

.image-slot-container {
  border: 0.0625rem solid #eeeeee;
  margin: 1.25rem 0;
  height: 90%;
}

.image-slot-product-title {
  font-weight: bold;
  padding: 1.0625rem;
}

@media (max-width: 63.9375rem) {
  .image-slot-product-title {
    font-size: 0.1875rem;
    padding: 0.625rem 0;
  }
}

.table-row-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.25rem 0;
  text-align: center;
  height: 100%;
  vertical-align: middle;
}

.mct-checkmark-icon {
  color: #5c700f;
}

.table-row-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 0.625rem;
}

.mct-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.875rem 0;
}

@media (max-width: 47.9375rem) {
  .mct-button-container {
    padding: 0.9375rem;
  }
}

.mct-button {
  height: 2.5rem;
  text-align: center;
}

.special-promotions-content {
  font-size: 0.9375rem;
  font-weight: bold;
  padding: 2.1875rem 0.625rem 0.625rem;
}

@media (max-width: 47.9375rem) {
  .special-promotions-content {
    font-size: 0.625rem;
  }
}

.mct-previous-button,
.mct-next-button {
  position: absolute;
  bottom: 50%;
  background: transparent;
  color: #c41230;
  margin: auto;
  padding: 0;
  visibility: hidden;
  width: 1.5625rem;
  height: 1.5625rem;
}

.mct-previous-button:hover,
.mct-next-button:hover {
  color: #9a132b;
  background: transparent;
  cursor: pointer;
}

.mct-previous-button.visible,
.mct-next-button.visible {
  visibility: visible;
}

.mct-previous-button {
  left: -2.1875rem;
}

.mct-next-button {
  right: -2.1875rem;
}

.mct-previous-icon,
.mct-next-icon {
  margin: auto;
}

.mct-previous-icon .icon,
.mct-next-icon .icon {
  height: 1.5625rem;
  width: 1.5625rem;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .mct-previous-icon,
  .mct-next-icon {
    margin: 0;
  }
}

.mct-table-wrapper {
  position: relative;
  visibility: hidden;
}

.mct-table-wrapper.visible {
  visibility: visible;
}

.mct-table__content .g-row:nth-child(odd) {
  background-color: #ffffff;
}

.mct-table__content .g-row:nth-child(even) {
  background-color: #eeeeee;
}

.mct-table__content .g-row:nth-last-child(1) {
  background-color: #ffffff;
}

/*# sourceMappingURL=manual-comparison-table.css.map */

.sitemap {
    padding: 0.625rem 0;
    margin: 1.25rem 0;
    background: #ffffff;
}

.sitemap ul {
    padding: 0 0 0 0.625rem;
}

@media (min-width: 48rem) {
    .sitemap ul {
        padding: 0 0 0 1.25rem;
    }
}

.sitemap li {
    list-style-type: none;
}

.sitemap ul li:last-of-type {
    margin-bottom: 1rem;
}

.sitemap-header {
    font-size: 1.125rem;
}

.sitemap-title {
    font-style: 0.875rem;
}

.sitemap-sub-titles {
    font-weight: bold;
    font-size: 0.875rem;
}

.sitemap-sub-title {
     font-weight: normal;
    font-size: 0.875rem;
}

.member-price-cta {
    font-size: 0.75rem;
    font-weight: 900;
    cursor: pointer;
}

.member-price-cta.header-account-link .member-price-cta__text {
    font-family: "Avenir-Black", "Avenir", sans-serif;
    text-transform: none;
    white-space: nowrap;
    color: #002e5f;
    font-size: .78rem;
}

.member-price-cta.header-account-link .member-price-cta__text.text-v2 {
    display: flex;
    align-items: center;
}

.member-price-cta.header-account-link .member-price-cta__text__text {
    padding-left: .25rem;
}

.member-price-cta.header-account-link .member-price-cta__text__user-icon,
.member-price-cta.header-account-link .member-price-cta__text__arrow-icon {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    width: 1.25rem;
    height: 1.25rem;
}

.plp-items.plp-items-grid .member-price-cta.header-account-link:has(.text-v2) {
    width: 100%
}

.plp-items.plp-items-grid .member-price-cta.header-account-link .member-price-cta__text.text-v2 {
    width: 100%
}

@media (max-width: 47.9375rem) {
    .plp-items.plp-items-list .member-price-cta.header-account-link:has(.text-v2) {
        width: 100%
    }

    .plp-items.plp-items-list .member-price-cta.header-account-link .member-price-cta__text.text-v2 {
        width: 100%
    }

    .plp-items.plp-items-list .plp-item-price-line-1.single-price-line {
        margin: unset;
    }
}

@media (min-width: 48rem) and (max-width: 75rem) {
    .member-price-cta.header-account-link .member-price-cta__text {
        font-size: .7rem;
    }
}

@media (min-width: 48rem) {
    .plp-items.plp-items-list .member-price-cta.header-account-link:has(.text-v2) {
        margin: .5rem auto 0;
        max-width: fit-content;
        display: flex;
        justify-content: center;
    }
}

.autologin-images {
    display: none;
}

.plp-page .page-headline {
  margin: 1.875rem 0;
}

#where-to-buy .ps-wtb-content, #where-to-buy .ps-static-message, #where-to-buy .ps-footer, #where-to-buy .ps-header, #where-to-buy .ps-ribbon {
  z-index: 0;
}

#where-to-buy .ps-header .ps-product-image span {
  color: inherit;
}

.plp-facets-active-item-remove,
.plp-facet-more-toggle,
.plp-see-all,
.plp-actions-more,
.plp-facets-active-clear,
.plp-actions-view-trigger,
.plp-item-color-trigger,
.plp-item-wishlist-trigger,
.plp-facet-group-trigger,
.plp-facets-panel-close-trigger {
  height: auto;
  padding: 0;
  background: transparent;
  color: #c41230;
  font-size: inherit;
  text-transform: none;
  font-weight: normal;
}

.plp-facets-active-item-remove:hover,
.plp-facet-more-toggle:hover,
.plp-see-all:hover,
.plp-actions-more:hover,
.plp-facets-active-clear:hover,
.plp-actions-view-trigger:hover,
.plp-item-color-trigger:hover,
.plp-item-wishlist-trigger:hover,
.plp-facet-group-trigger:hover,
.plp-facets-panel-close-trigger:hover {
  background: transparent;
  color: #9a132b;
  cursor: pointer;
}

.plp {
  padding-bottom: 1.875rem;
  position: relative;
}

.plp-loading:after {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(46, 46, 46, 0.2);
  background-image: url("../../../../etc.clientlibs/kitchenaid/clientlibs/global/resources/images/icon-loading.svg");
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 10;
}

.plp-loading:has(.plp-facets-panel-open):after {
  z-index: 100000002;
}

.slp .plp-loading:after {
  position: absolute;
  background-position: center 50%;
  z-index: 30;
}

.plp-loading .plp-items {
  min-height: 39.375rem;
  min-height: 50vh;
}

.plp-facets.sticky {
  position: fixed;
  top: 0;
}

.plp-facets.sticky.sticky-bottom {
  position: absolute;
  top: unset;
  padding-bottom: 1.875rem;
}

.plp-all-shown .plp-see-all,
.plp-all-shown .plp-actions-more {
  display: none;
}

.plp-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.plp-actions-top {
  padding-bottom: 0.625rem;
}

.plp-actions-bottom {
  padding-top: 0.625rem;
}

.plp-actions-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.plp-actions-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.plp-actions-counter {
  display: block;
  font-size: 0.6875rem;
  margin-top: auto;
}

#sortContainer .plp-actions-counter {
  margin-top: 0;
}

#sortContainer .highlight-page-results span::after {
  content: " products shown";
}

html[data-lang="fr_CA"] #sortContainer .highlight-page-results span::after {
  content: " produits affichés";
}

@media (min-width: 48rem) {
  .plp-actions-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.plp-counter {
  white-space: nowrap;
}

.plp-actions-view {
  border-right: 0.0625rem solid #b3b3b3;
  padding-right: 0.625rem;
  margin-right: 2.5rem;
  display: none;
}

#sortContainer .plp-actions-view {
  border-right: none;
  padding-right: 0.625rem;
  margin-right: 2.5rem;
  display: flex;
  outline: none;
}

#sortContainer .plp-actions-view span:focus {
  outline: none;
}

#sortContainer #plp-list-view {
  display: none;
  pointer-events: all;
}

#sortContainer #plp-grid-view:focus, #sortContainer #plp-list-view:focus{
  border: 2px dotted #000;
  outline: #000;
  height: 30px;
}

#sortContainer #plp-grid-view button.plp-actions-view-trigger, #sortContainer #plp-list-view button.plp-actions-view-trigger {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  pointer-events: all;
}

#sortContainer #plp-grid-view button.plp-actions-view-trigger:focus, #sortContainer #plp-list-view button.plp-actions-view-trigger:focus {
  outline: none;
}

#sortContainer .plp-actions-view span {
  font-family: 'Helvetica Neue LT W01_55 Roman', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 16.8px;
  color: #000;
  margin-left: 12px;
}

#sortContainer .plp-actions-view span:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (min-width: 48rem) {
  .plp-actions-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.plp-actions-view-trigger {
  border: 0.125rem solid transparent;
  padding: 0.125rem;
  margin: 0 0.625rem;
}

#sortContainer .plp-actions-view-trigger {
  border: none;
}


.plp-actions-more:focus-visible,
.facet-toggle-label:focus-visible,
.plp-facet:focus-visible,
.plp-facets-panel-close-trigger:focus-visible,
.plp-facet-group-trigger:focus-visible,
.plp-facet-more-toggle-show:focus-visible,
.plp-facet-more-toggle-less:focus-visible,
.facets__tooltip-icon:focus-visible,
.plp-facet-group-header:focus-visible,
.plp-item-wishlist-trigger:focus-visible,
.sort-by .form-select-input:focus-visible,
.plp-item-color-active .plp-item-color-trigger,
.plp-items.plp-items-list .plp-item--new .plp-item-cta:focus-visible,
.plp-actions-view-trigger:focus-visible {
  outline-width: 0.125rem;
  outline-offset: 0.125rem;
}

.plp-actions-view-trigger.plp-actions-view-active {
  color: #2e2e2e;
  border-color: #2e2e2e;
  pointer-events: none;
}

.plp-actions-view-trigger .icon {
  width: 1.125rem;
  height: 1.125rem;
  forced-color-adjust: auto;
}

.plp-actions-sort {
  font-size: 0.6875rem;
  display: block;
}
@media (min-width: 48rem) {
  .plp-actions-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.plp-actions-sort .form-select {
  border-color: #d8d8d8;
  width: 10.9375rem;
}

.plp-actions-sort-title {
  white-space: nowrap;
  margin-right: 1.25rem;
}

#sortContainer .plp-actions-sort-title {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 16.8px;
  white-space: nowrap;
  margin-right: 0;
}

.plp-see-all {
  font-size: 0.6875rem;
}

@media (min-width: 48rem) {
  .plp-see-all {
    margin-left: 0.375rem;
  }
}

.plp-actions-more {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75rem;
}

.plp-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.plp-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.625rem;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 48rem) {
  .plp-item {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .plp-items-grid .plp-item {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .plp-items-list .plp-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.plp-item-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 1.25rem;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 48rem) {
  .plp-items-list .plp-item-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.plp-item-media-image {
  position: relative;
  max-width: 18.75rem;
  margin: 0 auto;
  width: 100%;
}

.plp-item-image-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 230px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.plp-item-image {
  margin: 0 auto;
  max-height: 230px;
  max-width: 100%;
}

.plp-item-badges {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.125rem;
}

.plp-item-badge {
  display: none;
  margin-bottom: 0.125rem;
}

.plp-item-badge-image {
  width: 2.125rem;
  height: 2.125rem;
  overflow: hidden;
}

.plp-item-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.25rem;
  height: 1.875rem;
  width: 100%;
  max-width: 18.75rem;
}

@media (min-width: 48rem) {
  .plp-items-list .plp-item-colors {
    margin-top: 1.75rem;
  }
}

.plp-item-color-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.plp-item-colors-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.plp-item-colors-more-link {
  margin: auto 0;
  max-width: 1.875rem;
  font-size: 0.6875rem;
  text-align: center;
}

.plp-item-color {
  -ms-flex-preferred-size: 16%;
  flex-basis: 16%;
  max-width: 16%;
}

.plp-item-color.variant-out-of-stock {
  position: relative;
  overflow: hidden;
}

.plp-item-color-active.variant-out-of-stock .plp-item-color-trigger,
.variant-out-of-stock .plp-item-color-trigger {
  border-color: #c41230;
}

.oos-cross-line {
  position: absolute;
  background-color: #c41230;
  transform: rotate(45deg);
  transform-origin: 0 100% 0;
  bottom: 0.5px;
  left: 0;
  height: 138%;
  width: 1px;
}

.plp-item-color-trigger {
  width: 1.875rem;
  height: 1.875rem;
  max-width: 100%;
  padding: 0.125rem;
  border: 0.0625rem solid transparent;
}

.plp-item-color-active .plp-item-color-trigger {
  border-color: #c41230;
}

.plp-item-color-swatch {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #d8d8d8;
}

.plp-item-name {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2;
  height: 2.46em;
  overflow: hidden;
}

.plp-item-name-link {
  display: inline-block;
  line-height: 1.2;
  max-height: 2.55em;
  overflow: hidden;
}

.plp-item-reviews {
  margin-top: 1.25rem;
  font-size: 0.6875rem;
  display: flex;
}

.plp-item-reviews-link {
  display: inline-block;
  color: #2e2e2e;
}

.plp-item-details {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.plp-item-model {
  font-size: 0.6875rem;
}

.plp-item-model-title {
  font-weight: bold;
}

.plp-item-stock {
  margin-left: auto;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #c41230;
}

.plp-item-price {
  text-align: right;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
}

@media (min-width: 48rem) {
  .plp-items-list .plp-item-price {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

.plp-item-price-line-1 {
  font-size: 1rem;
  color: #c41230;
  line-height: 1.2;
  min-height: 1.2em;
}

.plp-item-price-line-1.single-price-line {
  color: inherit;
  font-family: inherit;
  font-weight: 500;
}

@media (min-width: 48rem) {
  .plp-items-list .plp-item-price--centered .plp-item-price-line-1,
  .plp-items-list .plp-item-price--centered .plp-item-price__save {
    margin: 0 auto;
    max-width: fit-content;
  }
}

.plp-item-price-line-2 {
  font-size: 0.6875rem;
  text-decoration: line-through;
  line-height: 1.2;
  min-height: 1.2em;
}

[lang=fr-CA] .plp-items.plp-items-list .plp-item.plp-item--new .plp-item-price .plp-item-price__save .plp-item-price-line-2,
[lang=fr-CA] .plp-items.plp-items-list .plp-item.plp-item--new .plp-item-price .plp-item-price__save .plp-item-price__save-value {
  font-size: .625rem;
}

.plp-item-price-line-1.single-price-line ~ .plp-item-price-line-2 {
  visibility: hidden;
}

.plp-item-eco {
  margin-top: 0.125rem;
  font-size: 0.6875rem;
  min-height: 1.2em;
}

.plp-item-eco .eco-m .eco-c {
  font-size: inherit;
}

.plp-item-eco .eco-m .eco-c .eco-widget {
  line-height: 1.2em;
}

@media (min-width: 48rem) {
  .plp-items-list .plp-item-eco {
    margin-top: 1.25rem;
  }
}

.plp-item-eco-link {
  color: #797979;
  display: inline-block;
  text-decoration: underline;
}

.plp-item-energy {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  max-width: 3.125rem;
  position: absolute;
  top: -10px;
}

@media (min-width: 48rem) {
  .plp-items-list .plp-item-energy {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 1.25rem;
    margin-left: auto;
  }
}

.plp-item-energy-link {
  display: inline-block;
}

.plp-item-energy img {
	max-width: 3.125rem;
}

.plp-item-actions {
  margin-top: auto;
}

.plp-item-actions.plp-item-actions--hidden {
  display: none;
}

.plp-item-cta,
button.plp-item-cta,
a.button.plp-item-cta,
button.button.plp-item-cta {
  width: 100%;
  margin-top: 1.25rem;
}

.plp-item-saves {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.25rem;
  font-size: 0.6875rem;
  line-height: 1.2;
}

.modal-wishlist-sign-in .modal-dialog {
  pointer-events: auto;
}

.modal-wishlist-sign-in .modal-content {
  border: none;
  display: block;
}

.plp-item-wishlist {
  margin-left: auto;
}

.plp-item-wishlist-trigger {
  color: #2e2e2e;
  display:none;
}

.plp-item-wishlist-trigger.show-wishlist-btn {
	display:block;
}

.plp-item-wishlist-trigger .icon {
  position: relative;
  margin-right: 0.25rem;
  color: #d8d8d8;
  width: 0.875rem;
  height: 0.875rem;
}

.plp-item-wishlist-trigger:hover .icon {
  color: #9a132b;
}

.plp-compare-checkbox:hover {
  color: #9a132b;
}

.plp-compare-checkbox {
  position: relative;
  display: flex;
  padding: 0;
  align-items: center;
  color: #2e2e2e;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.plp-compare-checkbox .plp-compare-checkbox-input {
  width: 0.8rem;
  height: 0.8rem;
  top:0;
}

.plp-compare-checkbox input {
  opacity: 0;
}

.plp-compare-checkbox .check-mark {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.8125rem;
  width: 0.8125rem;
  margin-right: 0.5rem;
  border: 1px solid #000000;
}

.plp-compare-checkbox:hover input ~ .check-mark {
  background-color: #eeeeee;
}

.plp-compare-checkbox input:focus ~ .check-mark{
  outline: .125rem solid #000000;
  outline-offset: .125rem;
}

.plp-compare-checkbox .check-mark:after {
  content: "";
  position: absolute;
  display: none;
}

.plp-compare-checkbox input:checked ~ .check-mark:after {
  display: block;
}

.plp-compare-checkbox .check-mark:after {
  width: 38%;
  height: 58%;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.plp-facets-panel-trigger {
  width: 100%;
  background: #2e2e2e;
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-bottom: 1.25rem;
  height: 3rem;
}

.plp-facets-panel-trigger:hover {
  background: #2e2e2e;
}

@media (min-width: 64rem) {
  .plp-facets-panel-trigger {
    display: none;
  }
}

.plp-facets-panel-trigger-icon {
  margin-left: auto;
}

.plp-facets-panel-trigger-icon .icon {
  width: 0.875rem;
  height: 0.875rem;
}

.plp-facet-panel-wrapper {
  display: none;
}

@media (min-width: 64rem) {
  .facets__tooltip-message {
    position: absolute;
    width: fit-content;
    height: fit-content;
    bottom: 75%;
    right: auto;
  }

  .plp-facet-panel-wrapper {
    display: block;
  }

  .plp-applied-facets,
  .facets-clear-all-mobile-btn {
    display: none;
  }

  .plp-applied-facets,
    .facets-apply-all-mobile-btn {
      display: none;
    }

  .plp-facet-group:last-child {
    border: none;
  }
}

@media (max-width: 63.9375rem) {
  .plp-facets-panel-open .plp-facet-panel-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 1048;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .plp-facets-panel-open .plp-facet-panel-wrapper::before {
    content: '';
    background-color: #eeeeee;
    min-height: 4.45rem;
  }
}

@media (max-width: 63.9375rem) {
  .plp-facets-panel-header {
    height: 4.4375rem;
    box-shadow: 0 .25rem .5rem 0 #000;
    border-top: solid 1px #979797;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 64rem) {
  .plp-facets-panel-header {
    padding-top: 2rem;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 0.3125rem;
  }
}

.plp-facets-panel-title {
  font-size: 1.25rem;
  font-weight: normal;
  color: #2e2e2e;
}

@media (max-width: 63.9375rem) {
  .plp-facets-panel-title {
    font-size: 1.25rem;
    text-transform: capitalize;
    color: #2e2e2e;
    font-family: 'Avenir-Black', sans-serif;
  }
}

.plp-facets-panel-close-trigger {
  margin-left: auto;
  font-size: 0.8125rem;
  height: 2.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #c41230;
}

.plp-facets-panel-close-trigger:hover {
  color: #9a132b;
}

.plp-facets-panel-close-trigger .icon {
  margin-left: 0.5rem;
  width: 0.875rem;
  height: 0.875rem;
}

@media (min-width: 64rem) {
  .plp-facets-panel-close-trigger {
    display: none;
  }
}

@media (max-width: 63.9375rem) {
  .plp-facets-panel-body {
    padding: 0 1.25rem 1.25rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.plp-facets-active {
  margin-top: 1.25rem;
  display: none;
  margin-bottom: -.125rem;
}

.plp-facets-active-title,
.plp-facets-active-items,
.plp-facets-active-clear {
  font-family: 'HelveticaNeue-Bold', sans-serif;
  line-height: 1.25rem;
  font-weight: bold;
}

@media (max-width: 63.9375rem) {
  .plp-facets-active {
    padding: 0;
    background: #eeeeee;
  }
}

.plp-facets-active.plp-facets-active-on {
  display: block;
}

.plp-facets-active-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.25rem;
}

.plp-facets-active-items {
  display: inline;
  background-color: #fff;
}

.plp-facets-active-title {
  font-size: 1rem;
  line-height: 1.1875rem;
  color: black;
  margin-right: .125rem;
  text-transform: none;
}

.plp-facets-active-clear {
  margin-left: auto;
  font-size: .75rem;
  text-decoration: underline;
}

.plp-facets-active-clear:hover,
.plp-facets-active-clear:focus {
  text-decoration: underline;
}

.plp-facets-active-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: .0625rem solid black;
  border-radius: 1rem;
  padding: 0 .625rem .125rem .5rem;
  background-color: #f2f2f2;
  margin-right: .5rem;
  margin-bottom: .5rem;
  font-size: .75rem;
}

.plp-facets-active-item .star-rating {
  margin: 0 0 0 .3125rem;
}

@media (max-width: 63.9375rem) {
  .plp-facets-active-items .plp-facets-active-item {
    display: flex;
    white-space: nowrap;
    border-radius: .5rem;
    margin: .5rem .5rem .5rem 0;
    min-height: 2.5rem;
    padding: 0;
  }

  .plp-facets-active-items {
    display: flex;
    overflow-x: scroll;
  }

  .plp-facets-active-item-value {
    line-height: 1;
    font-size: .75rem;
    padding: .78125rem .5rem;
  }

  .plp-facets-active-item-remove {
    width: 2.375rem;
    border-left: 1px solid black;
    height: 100%;
  }

  .plp-facets-active-item .plp-facets-active-item-remove .icon {
    width: .75rem;
    height: .75rem;
  }
}

.plp-facets-active-item-value {
  font-size: 0.75rem;
}

.plp-facets-active-item-remove {
  margin-left: .625rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.plp-facets-active-item-remove .icon {
  width: 0.75rem;
  height: 0.75rem;
}

@media (max-width: 63.9375rem) {
  .plp-facet-groups {
    padding: 0 1.25rem 1.25rem;
  }
}

.plp-facet-groups {
  border: solid 1px #d8d8d8;
}

.plp-facet-group {
  margin-top: 1.25rem;
}

.plp-facet-group-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #b3b3b3;
}

.plp-facet-group-header:focus-visible {
  outline-width: 0.125rem;
}

.plp-facet-group-trigger {
  margin-left: auto;
}

.plp-facet-group-trigger .icon {
  margin: auto;
}

.plp-facet-group-trigger .icon-plus {
  display: none;
  height: 1.125rem;
  width: 1.125rem;
}

.plp-facet-group-closed .plp-facet-group-trigger .icon-plus {
  display: block;
}

.plp-facet-group-trigger .icon-minus {
  display: block;
}

.plp-facet-group-closed .plp-facet-group-trigger .icon-minus {
  display: none;
}

.plp-facet-group-title {
  font-size: 0.75rem;
}

.plp-facet-group-panel {
  margin-top: 0.625rem;
}

.plp-facet-group-closed .plp-facet-group-panel {
  display: none;
}

.plp-facet {
  color: #2e2e2e;
  padding: 0.125rem 0;
}

.plp-facet .form-checkbox {
  display: inline-flex;
}

.plp-facet-checkbox {
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 1.1875rem;
  max-width: 100%;
}

.facet-range-label {
  font-family: Helvetica, sans-serif;
  font-weight: normal;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  padding-top: 0.4375rem;
}

.range-panel {
  display: flex;
  font-family: Helvetica, sans-serif;
  font-weight: normal;
  font-size: .75rem;
  margin-bottom: .5rem;
  justify-content: space-between;
}

.facet-range-input {
  width: 3rem;
  height: 1.5rem;
  padding: .25rem .3125rem;
}

.facet-range-divider {
  margin-left: .5rem;
  margin-right: .5rem;
  width: .75rem;
  height: .9375rem;
  display: inline-flex;
  align-self: center;
}

.plp-facet-range-btn {
  width: 2rem;
  height: 1.5rem;
  padding: 0;
  font-size: .63125rem;
  font-weight: bold;
  margin-left: .5rem;
  background: #EEB111;
  text-transform: none;
}

.plp-facet-group-category .plp-facet-checkbox {
  padding-left: 0;
}

.plp-facet-checkbox:hover {
  color: #9a132b;
  cursor: pointer;
}

.plp-facet .plp-facet-checkbox-color[title*="White"] .plp-facet-color,
.plp-facet .plp-facet-checkbox-color[title="Blanc"] .plp-facet-color,
.plp-facet .plp-facet-checkbox-color[title*="Collection"] .plp-facet-color {
  border: 1px solid #D5D5D5;
}

.plp-facet-checkbox-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
}

.plp-facet-color {
  margin-left: auto;
  width: 0.875rem;
  height: 0.875rem;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.plp-facet-color-swatch {
  width: 100%;
}

.plp-facet-checkbox-input {
  top: 0.125rem;
  opacity: 0;
}

.plp-facet-checkbox-input:hover {
  cursor: pointer;
}

.plp-facet-group-category .plp-facet-checkbox-input {
  left: -100%;
  opacity: 0;
}

.plp-facet-checkbox-input:checked + .plp-facet-checkbox-text {
  font-weight: bold;
}

#redesignPlpFacets .plp-facet-checkbox-text-count-block {
  padding-left: 5px;
}

.plp-facet-checkbox-text {
  font-size: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  max-width: 11.25rem;
}

.plp-facet-checkbox-count {
  margin-left: 0.25rem;
  margin-right: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
}

.plp-facet-more .plp-facet-list,
.plp-facet-more .plp-facet-more-toggle-less {
  display: none;
}

.plp-facet-more-open .plp-facet-list,
.plp-facet-more-open .plp-facet-more-toggle-less {
  display: block;
}

.plp-facet-more-open .plp-facet-more-toggle-show {
  display: none;
}

.plp-facet-more-toggle-show,
.plp-facet-more-toggle-less {
  display: flex;
  align-items: baseline;
}

.plp-facet-more-toggle-show .icon-plus,
.plp-facet-more-toggle-less .icon-minus {
  display: inline-block;
  margin-right: 0.1875rem;
}

.plp-facet-more-toggle {
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-left: 0;
}

.plp-facet-group-category .plp-facet-more-toggle {
  margin-left: 0;
}

.plp-facet-group-container {
    width: 100%;
    position: relative;
}

.plp-facet-group-container .plp-facet-group-title {
    margin-top: 0.2rem;
}

h3.plp-facet-group-title {
    position: relative;
    width:100%;
}

h3 .plp-facet-group-trigger {
    position:absolute;
    right:0px;
    top:2px;
}

.facets__tooltip-container {
    height: 0.825rem;
    display: flex;
    flex-direction: column-reverse;
    position: relative;
}

.facets__tooltip-icon {
    width: 1rem;
    height: 1rem;
    margin-left: .5rem;
    cursor: pointer;
    margin-top: 0.2rem;
}

.facets__tooltip-message {
    display: none;
    background-color: rgba(0,0,0,1);
    opacity: 75%;
    color: #fff;
    padding: 0.64375rem 1.375rem 0.55rem 1.125rem;
    font-family: Avenir-Roman;
    font-size: .625rem;
    line-height: .875rem;
    text-align: justify;
    margin-bottom: 0.625rem;
    z-index: 9999;
}

.facet__title-container {
    display: flex;
    align-items: center;
}

@media (min-width: 48rem) {
    .plp-facet-group-container .plp-facet-group-title {
        margin-top: 0;
    }

    .facet__title-container .facet-toggle-label {
        margin-top: 0.1875rem;
    }

    .facets__tooltip-icon {
        cursor: default;
    }
  .facet-id-Need .facets__tooltip-message {
    right: 3.5rem !important;
  }
  .facets__tooltip-message {       
    margin-bottom: 0.5rem !important;
  }
}

.plp-disclaimer-item {
  margin-top: 0.625rem;
}

.plp-includes {
  display: none;
}
.facet-selected {
  display: none;
}

.plp-item-reviews-link.plp-item-detail-link {
  display: flex;
}

.plp-image-container{
	text-align: center;
}

.plp-where-to-buy-button {
    background: none;
    text-transform: none;
    color: #5b5b5b;
    outline: none;
    text-decoration: none;
    display: block;
    padding-top: 1rem;
    text-align: center;
    font-weight: 500;
}

.plp-where-to-buy-button:focus,
.plp-where-to-buy-button:hover {
    text-decoration: underline;
}

@media (max-width: 47.9375rem) {
	.plp-hide-mobile-item {
		display: none;
	}

  .facet-range-input {
    border-color: #eeeeee;
  }

  .plp-facets-panel-open .plp-facet-panel-wrapper::before {
    min-height: 3.2rem;
  }

  .plp-actions-sort {
    display: flex;
    align-items: center;
  }

  .plp-actions-counter {
    margin: 0 .5rem 0 0;
    display: flex;
    align-items: center;
  }

  .plp-actions-counter .plp-counter {
    white-space: normal;
  }

  .plp-actions-sort-title {
    border-left: 1px solid #b3b3b3;
    height: 90%;
    display: flex;
    align-items: center;
    padding-left: .625rem;
  }

  #sortContainer .plp-actions-sort-title {
    border-left: none;
    height: 90%;
    display: flex;
    align-items: center;
    padding-left: 0;
    font-size: 14px;
  }

  #sortContainer .highlight-page-results span::after {
    content: " shown";
  }

  html[data-lang="fr_CA"] #sortContainer .highlight-page-results span::after {
    content: " affichés";
  }

  #sortInputLabel .sort-plp-content {
    width: 100%;
    max-width: 100%;
  }

  #sortInputLabel .sort-plp-btn {
    padding: 10px 30px 10px 0;
  }

}

.plp-facet-group-trigger span{
	display:none
}

.sort-by{
    background: none !important;
    border: none !important;
    width: inherit;
}

#sortContainer .sort-by{
  margin-right: 0;
}

.sort-by .form-select-icon{
    z-index: 9 !important;
    pointer-events: none;
}

.sort-by .form-select-input{
    background: #fff !important;
    border: 1px solid #b3b3b3 !important ;
}

#sortContainer .form-select-input{
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  background: none !important;
  border: none !important ;
  padding-right: 1rem;
  padding-left: .3rem;
  z-index: 12;
}

@media (max-width: 27rem) {
    html[data-lang="fr_CA"] .sort-by .form-select-input {
        padding-right: .25rem;
    }
}

.sort-by .form-select-input option.plp-option-hidden{
    display: none;
}

.facet-toggle .plp-facet-group-panel {
  display: none;
}

.facet__title-container .facet-toggle-label {
  height: 100%;
}

.facet-toggle-label {
  position: relative;
  display: block;
  cursor: pointer;
  margin: 0 1.125rem .25rem auto;
}

.facet-toggle-label:before {
  content: '';
  position: relative;
  top: 0.0625rem;
  left: 0.0625rem;
  width: 2.75rem;
  height: 1.25rem;
  border-radius: 3.25rem;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  display: block;
  background: #e9e9e9;
  transition: background 0.2s ease;
  color: #000;
  font-size: 0.4rem;
}

.facet-toggle-label span {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.45rem;
  height: 1.45rem;
  display: block;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease;
  color: #fff;
  font-size: 0.3875rem;
}
.facet-toggle-input,
.facet-toggle-input:checked + .facet-toggle-label .plp-facet-toggle-state-off {
  display: none;
}
.facet-toggle-input:checked + .facet-toggle-label:before {
  background: #008800;
}
.facet-toggle-input:checked + .facet-toggle-label span {
  transform: translateX(1.5rem);
}
.facet-toggle-input:checked + .facet-toggle-label .plp-facet-toggle-state-on {
  display: block;
}
.plp-facet-toggle-state-on,
.plp-facet-toggle-state-off {
  font-family: 'HelveticaNeue-Bold', sans-serif;
  text-transform: uppercase;
  position: absolute;
}
.plp-facet-toggle-state-on {
  display: none;
  font-size: 6.2px;
  color: #fff;
  line-height: .65rem;
  top: 30%;
  left: 22%;
  background: #080;
}
.plp-facet-toggle-state-off {
  font-size: 6.4px;
  color: #000;
  line-height: .6625rem;
  top: 35%;
  right: 12%;
  background-color: #e9e9e9;
}

.plp-facet-panel-wrapper {
  width: 100%;
}

.plp-facets-panel,
.plp-facets-modal-panel {
  background-color: #f2f2f2;
  margin-top: 1.5rem;
}

.plp-facet-group-title {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: normal;
  text-transform: capitalize;
  font-style: normal;
}

.plp-facet-group-title.facet-toggle {
  font-family: 'Avenir-Black', sans-serif;
  font-size: .75rem;
  text-transform: uppercase;
  max-width: 55%;
}

.plp-facet-group {
  margin-top: 0;
  border-bottom: solid 1px #d8d8d8;
}

.plp-facet-group-header,
.plp-facet-group-panel {
  padding: 0 1rem;
}

.plp-facet-group-panel {
  padding-bottom: 1.4375rem;
}

.plp-facet-group-header {
  height: 3.5rem;
  border: none;
}

.plp-facet-checkbox-block {
  min-width: 1.125rem;
  height: 1.125rem;
  background: #fff;
  margin-right: .5rem;
  border: 1px solid black;
  position: relative;
}

.plp-facet-checkbox {
  padding-left: 0;
}

.plp-facet-checkbox-input:checked ~ .plp-facet-checkbox-block::after {
  content: '';
  position: absolute;
  left: 0.3375rem;
  top: 0.1rem;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 0.625rem;
  width: 0.375rem;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}

@media (max-width: 63.9375rem) {
  .plp-facet-group-header,
  .facet__title-container {
    min-height: 3.3rem;
  }

  .plp-facet-group-header {
    height: unset;
  }

  .plp-facets-panel,
  .plp-facets-modal-panel {
    width: 100%;
    margin-top: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .plp-no-products-msg {
    font-size: .75rem;
  }

  .plp-facet-action-buttons {
    display: none;
    margin-bottom: calc(2 * env(safe-area-inset-bottom));
  }

  .plp-facets-panel-open .plp-facets-panel,
  .plp-facets-panel-open .plp-facets-modal-panel {
    margin-bottom: 8rem;
  }

  .plp-facets-panel-open .plp-facet-action-buttons {
    position: fixed;
    z-index: 10000;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .plp-facets-panel-open .facets-clear-all-mobile-btn {
    border: 2px solid #000;
    width: 95%;
    background-color: white;
    color: #2e2e2e;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.8125rem;
    margin: 1rem auto;
  }

  .plp-facets-panel-open .facets-apply-all-mobile-btn {
    width: 95%;
    background-color: #c41239;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.8125rem;
    margin: auto auto 1rem auto ;
  }

  .plp-facets-panel-open .plp-facets-panel,
  .plp-facets-panel-open .plp-facets-modal-panel {
    background-color: #fff;
    margin-bottom: calc(8rem + (2 * env(safe-area-inset-bottom)));
  }

  .plp-facets-panel-open .plp-facet-groups {
    border: none;
    padding: 0;
  }

  .plp-facets-panel-open .plp-facets-panel-body {
    padding: 0;
  }

  .plp-mobile-filter-open header.header {
    position: fixed;
    width: 100%;
    z-index: 1049;
  }

  .plp-applied-facets {
    margin-left: .3125rem;
    font-size: 1.25rem;
  }

  .plp-facet::after {
    content: '';
    height: 0.0625rem;
    display: block;
    box-sizing: unset;
    width: 105%;
    padding-bottom: 0.3125rem;
    margin-bottom: 0.375rem;
    border-bottom: 1px solid #d8d8d8;
    opacity: 0.4;
  }

  .plp-mobile-filter-open .plp-facets-active-items {
    min-height: 3.5rem;
    padding: 0 .3125rem;
  }

  .plp-mobile-filter-open .plp-sticky-filters-mobile {
    display: flex;
  }

  .plp-facets-active-title {
    font-size: .75rem;
  }

  .plp-facets-active.plp-facets-active-on {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }

  .plp-facets-active-on .plp-facets-active-header {
    order: 1;
  }

  .plp-facets-active-on .plp-facets-active-clear {
    order: 2;
    margin-right: 0.875rem;
    text-transform: uppercase;
    text-decoration: none;
  }

  .plp-facets-active-on .plp-facets-active-items {
    order: 3;
    width: 100%;
  }

  .plp-facets-panel-open .facets-apply-all-mobile-btn[disabled],
  .plp-facets-panel-open .facets-apply-all-mobile-btn[disabled]:hover {
    background-color: #e2e2e5;
    color: #ffffff;
  }

  .plp-facets-panel-open .facets-apply-all-mobile-btn:hover {
    background-color: #ffffff;
    color: #c41239;
    border: 1px solid #c41239;
  }

  .plp-facet.disabled,
  .plp-facet.disabled .plp-facet-checkbox:hover,
  .plp-facet.disabled .plp-facet-checkbox-text,
  .plp-facet.disabled .plp-facet-checkbox-count {
    color: #e2e2e5;
  }
  .plp-facet.disabled .plp-facet-checkbox-block {
    border-color: #e2e2e5;
  }

  .plp-facet.disabled input {
    pointer-events: none;
  }

  button.plp-facet-range-btn {
    display: none;
  }
}

.plp-no-products-msg {
  height: 4rem;
  background-color: #f2f2f2;
  border: solid 1px #d8d8d8;
  align-items: center;
  justify-content: center;
  margin-top: 1.25rem;
  display: none;
}

.plp-no-products + .plp-no-products-msg {
  display: flex;
}

.plp-no-products,
.plp-mobile-filter-open .cookie-consent,
.plp-mobile-filter-open .pencil_banner_header,
.plp-mobile-filter-open #energy-ribbon,
.plp-mobile-filter-open #shipping-ribbon,
.plp-sticky-filters-mobile {
  display: none;
}

.facet-multi-value > .plp-facet-group-header {
  cursor: pointer;
}

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

.en_IN{
    color:#000000;
    font-weight: bolder;
}

p.badge__manual, p.badge__bestSeller, p.badge__topRated {
  position: absolute;
  left: -7px;
  top: -12px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 500;
  padding-left: 16px;
  padding-right: 8px;
  text-align: center;
}

p.badge__manual:before, p.badge__bestSeller:before, p.badge__topRated:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  border-top: 7px solid black;
  border-left: 7px solid transparent;
}

p.badge__manual:after, p.badge__bestSeller:after, p.badge__topRated:after {
  content: "";
  position: absolute;
  top: 0;
  border-style: solid;
  border-right-width: 0;
  right: -5px;
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 7px;
}

p.badge-new{
  position: absolute;
  grid-column: 2 / 7;
  grid-row: 1 / span 7;
  height: 24px;
  line-height: 17.5px;
  font-size: 14px;
  font-weight: 400;
  padding: 3px 8px;
  text-align: center;
  border-radius: 40px;
  top: -10px;
}

@media (max-width:767px) {
  p.badge-new{
    top:8%;
    left:80%;
    z-index:0;
  }
}

@media (min-width: 48rem) {
    .plp-items-grid .plp-item-box p.badge-new {
        grid-column: 4 / 2;
		grid-row: 2 / span 7;
		left: -38px;
		top: 12px;
	}
	.plp-items-grid .plp-item-box {
		display: grid;
	}
}

.plp-actions--prominent {
  justify-content: center;
  flex-direction: column-reverse;
  align-items: center;
}
.plp-actions--prominent .plp-actions-right {
  margin: 0 0 1.5625rem;
}
.plp-actions--prominent .plp-actions-left {
  width: 100%;
  justify-content: center;
}
.plp-actions--prominent .plp-actions-more {
  width: 100%;
  max-width: 22.25rem;
  height: 2.3125rem;
  border-radius: 3.125rem;
  border-top: 0.125rem solid #000000;
  border-bottom: 0.125rem solid #000000;
  border-left: 0.25rem solid #000000;
  border-right: 0.25rem solid #000000;
  font-weight: bold;
  color: #000000;
}
.plp-actions--prominent .plp-actions-counter {
  border-bottom: 0.125rem groove;
  padding-bottom: 0.625rem;
  width: 12.5rem;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 641px) and (max-height: 285px) {
  .plp-facets.plp-facets-panel-open {
    zoom: 50%;
  }
}

.plp-item--new .plp-item-color-list {
    flex-basis: unset;
}

.plp-item--new .plp-item-colors {
    height: 2.125rem;
}

.plp-item--new .plp-item-color {
    flex-basis: unset;
    max-width: unset;
}

.plp-item--new .plp-item-color:nth-child(n+2) {
    margin-left: 0.3rem;
}

.plp-item--new .plp-item-color-trigger {
    width: 2.125rem;
    height: 2.125rem;
    padding: 0.25rem;
}

.plp-item--new .plp-item-colors-more {
    margin-left: 0.063rem;
}

.plp-item--new .plp-item-colors-more-link {
    display: flex;
    max-width: 2.125rem;
    margin: 0;
    align-items: center;
    justify-content: center;
    font-size: 0.625rem;
    font-weight: 900;
    line-height: 0.9em;
    color: #000000;
    border: 1px solid #000;
}

.plp-item--new .plp-item-name {
    padding: 0.5rem 0;
    height: auto;
    font-size: 0.75rem;
    font-weight: 900;
    line-height: 1.08em;
}

.plp-item--new .plp-item-name-link {
    max-height: 3.5em;
    color: #000000;
}

.plp-item--new .plp-item-reviews {
    margin-top: 0;
    font-size: 0.625rem;
}

.plp-item--new .plp-item-details {
    margin-top: 0;
    align-items: center;
}

.plp-item--new .plp-item-model {
    margin-left: 0.375rem;
    padding-left: 0.375rem;
    font-size: 0.625rem;
    border-left: 1px solid #000000;
}

.plp-item--new .plp-item-stock {
    margin-left: 0;
    font-size: 0.75rem;
}

.plp-item--new .plp-item-price {
    margin-bottom: 0.25rem;
    padding-top: 0.3rem;
    flex-grow: 0;
    flex-wrap: wrap;
    align-content: baseline;
    text-align: left;
}

.plp-item--new .plp-item-price-line-1 {
    align-self: flex-end;
    font-size: 1em;
    font-weight: 700;
    line-height: 1em;
}

.plp-item--new .plp-item-price.plp-item-price-urgent .plp-item-price-line-1 {
    color: #c41230;
    font-size: 1.25rem;
    font-weight: 700;
    padding-bottom: .5rem;
}

.plp-item--new .plp-item-price .plp-item-price_urgency-message {
    display: none;
}

.plp-item--new .plp-item-price.plp-item-price-urgent .plp-item-price_urgency-message {
    display: inline-flex;
    gap: .25rem;
    padding-bottom: .5rem;
    color: #c41230;
    font-size: .75rem;
    font-weight: 700;
    line-height: normal;
}

.plp-items-grid  .plp-item-price .plp-item-price_urgency-message {
    padding-bottom: 0;
}

.plp-item--new .plp-item-price .plp-item-price_urgency-icon {
    height: .85rem;
    min-width: fit-content;
}

.plp-item--new .plp-item-price-line-1.single-price-line,
.plp-item--new .plp-item-price-line-1.single-price-line .price-label {
    font-size: 1.25rem;
}

.plp-item--new .plp-item-price__save {
    display: flex;
    align-items: baseline;
    margin-left: 0.4em;
    padding-top: .25rem;
    font-size: 10px;
    padding-bottom: 0.3125rem;
}

@media all and (min-width: 48rem) {
    .plp-item--new .plp-item-price__save {
        margin-left: auto;
    }
}

.plp-item--new .plp-item-price-line-2 {
    font-size: inherit;
}

.plp-item--new .plp-item-price-line-1.single-price-line ~ .plp-item-price__save,
.plp-items.plp-items-list .plp-item--new .plp-item-price-line-1.single-price-line ~ .plp-item-price__save {
    display: none;
}

.plp-item--new .plp-item-price__save-value {
    color: #008800;
    font-weight: 900;
}

.plp-item--new .plp-item-eco .eco-m .eco-c a {
    font-size: 0.625rem;
    color: #000;
}

.plp-item--new .plp-item-eco {
    margin-top: 0;
    min-height: unset;
    flex-basis: 100%;
    flex-shrink: 0;
    font-size: 0.625rem;
}

.plp-item--new .plp-item-saves {
    margin-top: 0;
    font-size: 1rem;
    line-height: unset;
    align-items: center;
}

.plp-item--new .plp-item-wishlist-trigger.show-wishlist-btn {
    display: flex;
}

.plp-item--new .plp-item-wishlist-trigger .icon.wishlist-btn__icon-empty.active,
.plp-item--new .plp-item-wishlist-trigger .icon.wishlist-btn__icon-filled.active {
    width: 1.5rem;
    height: 1.4125rem;
    margin-right: 0;
}

.plp-items-list .plp-item--new .plp-item-wishlist-trigger .icon.wishlist-btn__icon-empty.active,
.plp-items-list .plp-item--new .plp-item-wishlist-trigger .icon.wishlist-btn__icon-filled.active {
    width: 1.0625rem;
    height: 1rem;
}

.plp-item--new .plp-item-saves .wishlist-btn__text {
    display: none;
}

.add-to-package-enabled .plp-item-saves{
    justify-content: space-between;
    width: 100%;
}

.add-to-package-enabled .plp-item-saves .plp-compare-checkbox, .add-to-package-enabled .plp-item-saves .plp-item-wishlist-trigger.show-wishlist-btn{
    flex-direction: column;
}

.add-to-package-enabled .plp-item-saves .plp-item-wishlist-trigger .icon.wishlist-btn__icon-empty.active,
.add-to-package-enabled .plp-item-saves .plp-item-wishlist-trigger .icon.wishlist-btn__icon-filled.active,
.plp-items-list .add-to-package-enabled .plp-item-saves .add-to-package-enabled .plp-item-saves .plp-item-wishlist-trigger .icon.wishlist-btn__icon-empty.active,
.plp-items-list .add-to-package-enabled .plp-item-saves .add-to-package-enabled .plp-item-saves .plp-item-wishlist-trigger .icon.wishlist-btn__icon-filled.active {
    width: 18px;
    height: 18px;
}

.add-to-package-enabled .plp-item-saves .wishlist-btn{
    font-family: inherit;
}

.add-to-package-enabled .plp-item-saves .wishlist-btn__text {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.063rem;
    font-size: 9px;
    margin-top: 3px;
}

.add-to-package-enabled .plp-item-saves > div {
    width: 33.33%;
}

.add-to-package-enabled .plp-item-saves .plp-item-wishlist {
    margin-left: 0;
}
.add-to-package-enabled .plp-item-wishlist{
    display: flex;
    justify-content: center;
}

.add-to-package-enabled .plp-item-saves .plp-item-wishlist-trigger .icon {
    color: initial;
}
.add-to-package-enabled .plp-item-saves > div .header-six {
    height: auto;
    margin-bottom: 0;
    padding: 0;
}

.add-to-package-enabled .plp-item-saves .plp-item-addToPackage .button-tertiary-dark {
    color: #2e2e2e;
    background-color: transparent;
    padding: 15px 0;
}

.add-to-package-enabled .plp-item-saves .plp-compare-checkbox .check-mark {
    margin-right: 0;
    height: 16px;
    width: 16px;
    margin-bottom: 5px;
    border-radius: 4px;
    border-width: 2px;
}

.plp-item-saves .plp-item-addToPackage{
    display: none;
}

.add-to-package-enabled .plp-item-saves .plp-item-addToPackage{
    display: flex;
}

.add-to-package-enabled .plp-item--new .plp-item-saves{
    font-size: 9px;
    gap: 10px;
}

.plp-item-addToPackage .icons-plus{
    font-size: 28px;
    height: 16px;
    width: 18px;
    margin-left: -10px;
    line-height: 0.3;
}

.plp-item--new .plp-item-free-shipping {
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    font-weight: 900;
    color: #008800;
    text-transform: uppercase;
}

.plp-item--new .plp-item-free-shipping__icon {
    margin-right: 0.25rem;
}

.plp-item--new .plp-item-specs {
    padding-top: 0.875rem;
    padding-bottom: 1rem;
}

.plp-item--new .plp-item-specs.energy-label {
    min-height: 2rem;
}

.plp-item--new .plp-item-specs ul {
    margin: 0;
    padding-inline-start: 0;
    font-size: 0.625rem;
    list-style: none;
}

.plp-item--new .plp-item-specs li {
    line-height: 1.7em;
}

.plp-item--new .plp-item-specs strong {
    font-weight: 900;
}

.plp-item--new .plp-item-specs .plp-item-specs__dimensions-title {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 0.25rem;
}

.plp-item--new .plp-item-specs .plp-item-specs__dimensions-line {
    font-weight: 400;
}

[lang$=CA] .plp-items-grid .plp-item--new .plp-item-specs__dimensions-title {
    display: none;
}

.plp-item--new .plp-where-to-buy-button {
    padding-top: 0.5rem;
    font-size: 0.75rem;
    font-weight: 900;
    color: #000000;
}

.plp-item--new .plp-where-to-buy-button:focus {
    outline: 0.0625rem solid #000000;
}

.plp-item--new .plp-item-price {
    font-size: 1.25rem;
}

.plp-item--new .plp-item-price .member-price-cta {
    padding: 0;
    margin-top: 0.55rem;
}
.plp-item--new .plp-item-price .member-price-cta.hidden {
    visibility: hidden;
}
.plp-items-list .plp-item-price .member-price-cta {
    white-space: nowrap;
}

.plp-item--new .plp-item-price-line-1 .price-label {
    display: block;
    text-transform: capitalize;
}

.plp-item--new .plp-item-whats-in-the-box {
    grid-column: 2 / 2;
    grid-row: 6 / 8;
    margin-top: 0.5rem;
    z-index: 1;
    font-size: 0.75rem;
}

.plp-item--new .plp-item-whats-in-the-box .plp-item-whats-in-the-box__content {
    display: grid;
    gap: 1rem .25rem;
}

.plp-item--new .plp-item-whats-in-the-box .plp-item-whats-in-the-box__content span {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    text-transform: capitalize;
}

.plp-item--new .plp-item-whats-in-the-box .plp-item-whats-in-the-box__content span img {
    width: 64px;
    height: 64px;
    margin: 0 auto .5rem;
}

.plp-item--new .plp-item-whats-in-the-box .plp-item-whats-in-the-box__view-all {
    color: #c41230;
    font-weight: bold;
    text-transform: uppercase;
    font-size: .75rem;
    background: none;
    border: none;
    padding: 0;
    margin: .5rem 0 0;
    height: auto;
    cursor: pointer;
}

.plp-items.plp-items-grid .plp-item .plp-item-whats-in-the-box .plp-item-whats-in-the-box__content {
    grid-template-columns: repeat(3, 1fr);
}

.plp-items.plp-items-list .plp-item .plp-item-whats-in-the-box .plp-item-whats-in-the-box__content {
    grid-template-columns: repeat(4, minmax(85px, 1fr));
}

.plp-items.plp-items-list .plp-item .plp-item-card-content-bottom .plp-item-specs {
    padding: 0;
}

@media all and (min-width: 48rem) {
    .plp-item--new .plp-item-price {
        font-size: 1.05rem;
    }

    .plp-item--new .plp-item-price-line-1 .price-label {
        font-size: 0.8em;
    }

    .plp-item--new .plp-item-whats-in-the-box {
        max-width: 95%;
    }

}

@media all and (min-width: 52.5rem) {
    .plp-item--new .plp-item-price {
        font-size: 1.1rem;
    }

    .plp-item--new .plp-item-price-line-1 .price-label {
        font-size: 1em;
    }
}

@media all and (min-width: 60rem) {
    .plp-item--new .plp-item-price {
        font-size: 1.25rem;
    }
}

@media all and (min-width: 64rem) {
    .plp-item--new .plp-item-price {
        font-size: 1.05rem;
    }

    .plp-item--new .plp-item-price-line-1 .price-label {
        font-size: 0.8em;
    }

    .plp-item--new .small-font-size .plp-item-price-line-1 {
        font-weight: bold;
    }

    .plp-item--new .small-font-size .plp-item-price-line-1,
    .plp-item--new .small-font-size .plp-item-price-line-1 .price-label {
        font-size: .75rem;
    }
}

@media all and (min-width: 70rem) {
    .plp-item--new .plp-item-price {
        font-size: 1.15rem;
    }
}

@media all and (min-width: 80rem) {
    .plp-item--new .plp-item-price {
        font-size: 1.25rem;
    }

    .plp-item--new .plp-item-price-line-1 .price-label {
        font-size: 1em;
    }
}

.plp-item--new .plp-item-meta-data {
    position: relative;
    display: flex;
    flex-direction: column;
}

html[data-storename='amana-us'] .plp-item--new .plp-item-energy{
    top: -2rem; 
}

.plp-item--new .plp-item-energy,
.plp-items-grid .plp-item--new .plp-item-energy {
    position: absolute;
    top: -1.5rem;
    right: 0;
}

.plp-items-grid .plp-item--new .plp-item-free-shipping {
    margin-top: 0.4rem;
}

.plp-item--new .plp-item-energy img {
    max-width: 2.75rem;
}

@media all and (min-width: 48rem) {
    .plp-item--new .plp-item-name {
        padding: 0.5rem 0.125rem;
    }

    .plp-item--new .plp-item-energy {
        position: static;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-box {
        display: grid;
        grid-template-columns: 22.939% auto 23.5%;
        grid-template-rows: repeat(7, auto);
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-box:after {
        content: "";
        position: absolute;
        display: block;
        width: 1px;
        height: 82%;
        top: 9%;
        right: 27.8%;
        background: #e2e2e2;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-saves {
        grid-column: 3 / 3;
        grid-row: 1 / 1;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-media-image {
        padding-right: 1.3125rem;
        grid-column: 1 / 1;
        grid-row: 2 / span 8;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-media-image .plp-item-image {
        max-width: 100%;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-colors {
        grid-column: 3 / 3;
        grid-row: 3 / 6;
        margin-top: 0;
        align-self: center;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-name {
        padding: 0.125rem;
        align-self: end;
        grid-column: 2 / 2;
        grid-row: 2 / span 2;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-details {
        grid-column: 2 / 2;
        grid-row: 5 / 5;
        margin-bottom: 0;
        padding-bottom: 0.5rem;
        border-bottom: 1px solid #e2e2e2;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-card-content-bottom {
        grid-column: 2 / 2;
        grid-row: 6 / 6;
        z-index: 1;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-price {
        grid-column: 3 / 3;
        grid-row: 7 / 7;
        padding: 0 0 0 0.625rem;
        align-content: flex-end;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-price.plp-item-price--centered .plp-item-price__save {
        justify-content: center;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-price .plp-item-price__save {
        display: flex;
        flex-basis: 100%;
        max-width: 100%;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-price .plp-item-price__save-value {
        margin-left: 0.25rem;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-price .plp-item-price-line-1 {
        text-align: center;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-price .plp-item-price__save {
        justify-content: center;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-eco {
        margin-top: 0;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-eco .eco-m .eco-c .eco-widget {
        margin: 0;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-meta-data {
        grid-column: 2 / 2;
        grid-row: 7 / 7;
        position: relative;
        margin-right: 2.7rem;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-meta-data .plp-item-energy {
        margin-top: 0;
        bottom: 0.75rem;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-stock,
    .plp-items.plp-items-list .plp-item--new .plp-item-free-shipping {
        grid-column: 2 / 2;
        grid-row: 4 / 4;
        margin: 0;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-specs {
        padding-top: 0;
        padding-bottom: 1.5rem;
    }

    .plp-items-list .plp-item--new .plp-item-specs .plp-item-specs__dimensions-line {
        display: inline;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-specs li {
        line-height: 1.7em;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-actions {
        margin-top: 0.5rem;
        grid-column: 3 / 3;
        grid-row: 8 / 8;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-actions.plp-item-actions--hidden {
        display: block;
        visibility: hidden;
        opacity: 0;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-cta {
        margin-top: 0;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-name,
    .plp-items.plp-items-list .plp-item--new .plp-item-specs,
    .plp-items.plp-items-list .plp-item--new .plp-item-stock,
    .plp-items.plp-items-list .plp-item--new .plp-item-details,
    .plp-items.plp-items-list .plp-item--new .plp-item-free-shipping,
    .plp-items.plp-items-list .plp-item--new .marketplace-product-label {
        margin-right: 3.7rem;
    }

    .plp-items-list .plp-item-price .member-price-cta {
        margin-left: -0.625rem;
    }

    .plp-items.plp-items-list .newplp-item-v2 .plp-item-box {
        border-radius: 8px;
        padding: 16px 8px;
    }

    .plp-items.plp-items-grid .newplp-item-v2 .plp-item-box {
        border-radius: 8px;
        padding: 20px 15px;
    }
    
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-wishlistv2 {
        grid-column: 1 / 1;
        grid-row: 1 / 1;
    }
    
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-media-image {
        grid-column: 1 / 1;
        grid-row: 2 / span 8;
    }
    
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-name {
        grid-column: 2 / 2;
        grid-row: 1 / 4;
    }
    
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-details {
        grid-column: 2 / 2;
        grid-row: 4 / 4;
    }
    
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-stock {
        grid-column: 2 / 2;
        grid-row: 5 / 5;
    }
    
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-specs {
        grid-column: 2 / 2;
        grid-row: 6 / 6;
    }
    
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-card-content-bottom {
        grid-column: 2 / 2;
        grid-row: 7 / 7;
    }
        
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-meta-data {
        grid-column: 2 / 2;
        grid-row: 8 / 8;
    }
    
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-colors {
        grid-column: 3 / 3;
        grid-row: 5 / 7;
    }
        
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-onlyprice {
        grid-column: 3 / 3;
        grid-row: 1 / 6;
        padding: 0;
        align-content: flex-start;
        margin-top: 10px;
    }
    
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-onlymessage {
        grid-column: 3 / 3;
        grid-row: 7 / 7;
        align-content: flex-start;
    }
    
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-actions {
        grid-column: 3 / 3;
        grid-row: 9 / 9;
    }
    
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-comparev2 {
        grid-column: 2 / 2;
        grid-row: 9 / 9;
    }
    
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-addToPackagev2 {
        display: none;
    }
    
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-onlyprice .plp-item-price-line-1 {
        margin: 0;
    }

    .plp-items.plp-items-list .newplp-item-v2 .plp-item-box:after {
        display: none;
    }
}

.plp-items.plp-items-list .newplp-item-v2:has(.badge__bestSeller.badge-primary[style="display: block;"]) .plp-item-media-image,
.plp-items.plp-items-list .newplp-item-v2:has(.badge__manual.badge-primary) .plp-item-media-image {
    grid-row: 4 / span 6;
}

.plp-items.plp-items-grid .newplp-item-v2 .plp-item-saves.plp-item-comparev2 {
    margin-top: 5px;
}
.utility-nav-wrapper-mobile {
  text-align: start;
  display: block;
}
.utility-nav-wrapper-mobile .utility-nav__container {
  display: block;
  position: relative;
}
.utility-nav__container {
  display: none;
  background-color: #e2e2e2;
  padding-left: 1rem;
  padding-bottom: 0.75rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1049;
  transform: translateX(150%);
  transition: transform 500ms ease-in-out;
}
.utility-nav__container .hide {
  display: none;
}
.utility-nav__container.visible {
  transform: translateX(0);
}
.utility-nav__container .header-chat-link {
  font-size: 0.75rem;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  height: 1rem;
  font-style: normal;
  line-height: 1.33;
  display: flex;
}
.utility-nav__container .header-chat-link:hover {
  color: #d99e02;
}
.utility-nav__container .header-chat-link-icon-with-text {
  display: flex;
}
.utility-nav__container .header-chat-link-icon {
  align-items: center;
  display: flex;
  margin-right: .5rem;
}
.utility-nav__link {
  font-size: 0.875rem;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  background: unset;
  font-family: "HelveticaNeue", sans-serif;
  text-transform: none;
  padding: 0;
  display: block;
  height: auto;
}
.utility-nav__link:hover {
  color: #d99e02;
  text-decoration: underline !important;
  background: transparent;
}
.utility-nav__link-icon {
  padding-right: 0.5rem;
  display: flex;
  font-size: 1rem;
  align-items: center;
}
.utility-nav__link-icon .icon {
  width: .75rem;
  height: .75rem;
}
.utility-nav__link-wrapper {
  padding-top: 1.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.utility-nav__link-wrapper .utility-nav__link .location-data {
  font-weight: bold;
}
.utility-nav__link-wrapper .utility-nav__link:focus-visible {
  outline-width: .125rem;
}
.utility-nav__link-wrapper--location {
  position: relative;
  font-family: "HelveticaNeue", sans-serif;
}
.utility-nav__link-wrapper--location .location-nav-dropdown {
  top: 2.5rem;
  right: 0;
  padding: 1rem;
  position: absolute;
  background-color: white;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  width: 17.75rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .button {
  margin-bottom: 0;
  width: 100%;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .button:focus-visible {
  outline-width: .125rem;
  outline-offset: .125rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .location-headline-dropdown {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .location-text-block {
  font-size: 0.75rem;
  line-height: 1.33;
  margin-bottom: 0.5rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .location-text-label {
  font-weight: bold;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location {
  margin-bottom: 1rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code {
  display: flex;
  border: 2px solid #000000;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code .zip-loader,
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code .zip-resolved-checkmark {
  position: inherit;
  align-self: center;
  margin-right: 0.5rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code.zip-code-required {
  border-color: #c80a33;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2 {
  border: 0;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2:focus-visible {
  outline: 0.125rem solid #000000;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-input {
  font-size: 0.75rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .close-modal-overlay {
  position: absolute;
  right: 1rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .close-modal-overlay svg {
  height: 0.813rem;
  width: 0.875rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .zip-code-error {
  color: #c41230;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .location-modal-button {
  font-size: 1rem;
  line-height: 1.188rem;
  margin-top: 0.5rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .zip-code-error-wrapper {
  padding-top: 0;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .zip-code-error-wrapper .suggestion-wrapper {
  border-radius: .25rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: .25rem 0;
  align-items: center;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .zip-code-error-wrapper .suggestion-wrapper .suggestion-message,
.utility-nav__link-wrapper--location .location-nav-dropdown .zip-code-error-wrapper .suggestion-wrapper .zip-code-error-message {
  color: #c41230;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-right: 0.5rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .zip-code-error-wrapper .suggestion-wrapper svg {
  width: 1.375rem;
  margin-top: 0.188rem;
  align-self: flex-start;
  margin-right: 0.375rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown #update-location-btn:disabled {
  background: #f2f2f2;
}
.utility-nav__cross-site-navigation {
  padding-top: 1rem;
  display: grid;
  grid-template-columns: 7.5rem 7.5rem;
}
.utility-nav__cross-site-navigation-item {
  height: 2rem;
  display: inline-flex;
  width: fit-content;
  margin-bottom: .5rem;
  border-top: .125rem solid transparent;
  border-bottom: .125rem solid transparent;
}
.utility-nav__cross-site-navigation-item.active {
  border-bottom: 0.125rem solid #eeb111;
}
.utility-nav__cross-site-navigation-brands-label {
  font-family: 'HelveticaNeue', sans-serif;
  font-weight: 400;
  font-size: .75rem;
  line-height: 1rem;
  color: #000000;
  padding-bottom: 1.25rem;
}
.utility-nav__cross-site-navigation-link {
  cursor: pointer;
  margin: auto 0;
}
.utility-nav__cross-site-navigation-img {
  max-height: 2rem;
}
.utility-nav__cross-site-navigation-img:focus-visible {
  outline-width: .125rem;
}
.utility-nav .primary-link .ipad-open + .utility-nav-wrapper-mobile .utility-nav__switch-links-navigation {
  background-color: red;
}
.utility-nav__switch-links-navigation--mobile .utility-nav__switch-link-wrapper {
  transition: none;
  background-color: #ffffff;
  box-shadow: inset 0 -0.0625rem 0 #d2d2d2;
  position: relative;
  margin-left: -1rem;
}
.utility-nav__switch-links-navigation--mobile .utility-nav__switch-link {
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #2e2e2e;
  padding: 1.1875rem 0 1.1875rem 1rem;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 48rem) and (max-width: 64rem) {
  .utility-nav__switch-links-navigation--mobile .utility-nav__switch-link {
    padding: 1.5rem 0 1.5rem 1rem;
    align-items: center;
  }
  .utility-nav__switch-links-navigation--mobile .utility-nav__switch-link .utility-nav__switch-text {
    height: 1.875rem;
    align-content: center;
  }
}
.utility-nav__switch-links-navigation--mobile .utility-nav__switch-link-icon {
  margin-right: .5rem;
}
.utility-nav__switch-links-navigation--desktop {
  display: none;
}
.header-v3 .content-block-wrapper {
  background-color: #ffffff;
  padding: 1rem;
  position: relative;
  top: 3.5rem;
}
.header-v3 .content-block-wrapper .close-modal-overlay {
  display: none;
}
.header-v3 .content-block-wrapper .button {
  margin-bottom: 0;
  width: 100%;
}
.header-v3 .content-block-wrapper .button:focus-visible {
  outline-width: .125rem;
  outline-offset: .125rem;
}
.header-v3 .content-block-wrapper .location-headline-dropdown {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.header-v3 .content-block-wrapper .location-text-block {
  font-size: 0.75rem;
  line-height: 1.33;
  margin-bottom: 0.5rem;
}
.header-v3 .content-block-wrapper .location-text-label {
  font-weight: bold;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}
.header-v3 .content-block-wrapper .form-block-location {
  margin-bottom: 1rem;
}
.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code {
  display: flex;
  border: 2px solid #000000;
}
.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code .zip-loader,
.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code .zip-resolved-checkmark {
  position: inherit;
  align-self: center;
  margin-right: 0.5rem;
}
.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code.zip-code-required {
  border-color: #c80a33;
}
.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2 {
  border: 0;
}
.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2:focus-visible {
  outline: 0.125rem solid #000000;
}
.header-v3 .content-block-wrapper .form-input {
  font-size: 0.75rem;
}
.header-v3 .content-block-wrapper .close-modal-overlay {
  position: absolute;
  right: 1rem;
}
.header-v3 .content-block-wrapper .close-modal-overlay svg {
  height: 0.813rem;
  width: 0.875rem;
}
.header-v3 .content-block-wrapper .zip-code-error {
  color: #c41230;
}
.header-v3 .content-block-wrapper .location-modal-button {
  font-size: 1rem;
  line-height: 1.188rem;
  margin-top: 0.5rem;
}
.header-v3 .content-block-wrapper .zip-code-error-wrapper {
  padding-top: 0;
}
.header-v3 .content-block-wrapper .zip-code-error-wrapper .suggestion-wrapper {
  border-radius: .25rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: .25rem 0;
  align-items: center;
}
.header-v3 .content-block-wrapper .zip-code-error-wrapper .suggestion-wrapper .suggestion-message,
.header-v3 .content-block-wrapper .zip-code-error-wrapper .suggestion-wrapper .zip-code-error-message {
  color: #c41230;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-right: 0.5rem;
}
.header-v3 .content-block-wrapper .zip-code-error-wrapper .suggestion-wrapper svg {
  width: 1.375rem;
  margin-top: 0.188rem;
  align-self: flex-start;
  margin-right: 0.375rem;
}
.header-v3 .content-block-wrapper #update-location-btn:disabled {
  background: #f2f2f2;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .utility-nav-wrapper-mobile {
    display: none;
  }
  .modal-box.user-location-modal-box {
    padding: 2.5rem;
  }
  .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-header {
    display: inline-block;
  }
  .utilityNav {
    background-color: #e2e2e2;
    position: relative;
    z-index: 25;
  }
  .utility-nav__container {
    height: 2.5rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    transform: translateX(0);
    position: relative;
    max-width: 74.5rem;
    margin: 0 auto;
  }
  .utility-nav__container .hide {
    display: none;
  }
  .utility-nav__container .header-chat-link {
    font-size: 0.75rem;
  }
  .utility-nav__container .header-chat-link:focus-visible {
    outline-width: .125rem;
  }
  .utility-nav__container .header-chat-link-icon {
    margin-right: .25rem;
  }
  .utility-nav__link {
    font-size: .75rem;
    line-height: 1.33;
  }
  .utility-nav__link-wrapper {
    padding-left: 1rem;
    padding-top: unset;
    justify-content: center;
  }
  .utility-nav__link-icon {
    padding-right: .25rem;
  }
  .utility-nav__cross-site-navigation {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    padding: 0 0 0 .563rem;
  }
  .utility-nav__cross-site-navigation-brands-label {
    padding-bottom: 0;
  }
  .utility-nav__cross-site-navigation-item {
    margin: 0 0 0 1.25rem;
  }
  .utility-nav__switch-links-navigation ~ .utility-nav__cross-site-navigation {
    display: none;
  }
  .utility-nav__switch-links-navigation {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
    padding-left: 1.5rem;
  }
  .utility-nav__switch-links-navigation--mobile {
    display: none;
  }
  .utility-nav__switch-links-navigation--desktop {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
  }
  .utility-nav__switch-link-wrapper {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    height: 100%;
    align-items: center;
    display: flex;
  }
  .utility-nav__switch-link-wrapper--primary {
    background-color: #ffffff;
    pointer-events: none;
    cursor: default;
  }
  .utility-nav__switch-link {
    font-family: "Nunito", sans-serif;
    display: flex;
    margin-right: auto;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .875rem;
    color: #000000;
  }
  .utility-nav__switch-link:hover {
    color: #000000;
  }
  .utility-nav__switch-link-icon {
    margin-left: .375rem;
  }
  [lang$=CA] .utility-nav__cross-site-navigation-item {
    margin: 0 0 0 1.5rem;
  }
}
@media (min-width: 64.01rem) and (max-width: 75rem) {
  .utility-nav__cross-site-navigation-item {
    max-width: 4.8127rem;
    margin: 0 0 0 0.25rem;
  }
}
@media all and (min-width: 64.01rem) {
  .author-mode .utility-nav-wrapper-mobile {
    display: none;
  }
  .author-mode .modal-box.user-location-modal-box {
    padding: 2.5rem;
  }
  .author-mode .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-header {
    display: inline-block;
  }
  .author-mode .utilityNav {
    background-color: #e2e2e2;
    position: relative;
    z-index: 25;
  }
  .author-mode .utility-nav__container {
    height: 2.5rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    transform: translateX(0);
    position: relative;
    max-width: 74.5rem;
    margin: 0 auto;
  }
  .author-mode .utility-nav__container .hide {
    display: none;
  }
  .author-mode .utility-nav__container .header-chat-link {
    font-size: 0.75rem;
  }
  .author-mode .utility-nav__container .header-chat-link:focus-visible {
    outline-width: .125rem;
  }
  .author-mode .utility-nav__container .header-chat-link-icon {
    margin-right: .25rem;
  }
  .author-mode .utility-nav__link {
    font-size: .75rem;
    line-height: 1.33;
  }
  .author-mode .utility-nav__link-wrapper {
    padding-left: 1rem;
    padding-top: unset;
    justify-content: center;
  }
  .author-mode .utility-nav__link-icon {
    padding-right: .25rem;
  }
  .author-mode .utility-nav__cross-site-navigation {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    padding: 0 0 0 .563rem;
  }
  .author-mode .utility-nav__cross-site-navigation-brands-label {
    padding-bottom: 0;
  }
  .author-mode .utility-nav__cross-site-navigation-item {
    margin: 0 0 0 1.25rem;
  }
  .author-mode .utility-nav__switch-links-navigation ~ .author-mode .utility-nav__cross-site-navigation {
    display: none;
  }
  .author-mode .utility-nav__switch-links-navigation {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
    padding-left: 1.5rem;
  }
  .author-mode .utility-nav__switch-links-navigation--mobile {
    display: none;
  }
  .author-mode .utility-nav__switch-links-navigation--desktop {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
  }
  .author-mode .utility-nav__switch-link-wrapper {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    height: 100%;
    align-items: center;
    display: flex;
  }
  .author-mode .utility-nav__switch-link-wrapper--primary {
    background-color: #ffffff;
    pointer-events: none;
    cursor: default;
  }
  .author-mode .utility-nav__switch-link {
    font-family: "Nunito", sans-serif;
    display: flex;
    margin-right: auto;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .875rem;
    color: #000000;
  }
  .author-mode .utility-nav__switch-link:hover {
    color: #000000;
  }
  .author-mode .utility-nav__switch-link-icon {
    margin-left: .375rem;
  }
  .author-mode [lang$=CA] .utility-nav__cross-site-navigation-item {
    margin: 0 0 0 1.5rem;
  }
}
@media all and (min-width: 85.375rem) {
  .utility-nav-wrapper-mobile {
    display: none;
  }
  .modal-box.user-location-modal-box {
    padding: 2.5rem;
  }
  .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-header {
    display: inline-block;
  }
  .utilityNav {
    background-color: #e2e2e2;
    position: relative;
    z-index: 25;
  }
  .utility-nav__container {
    height: 2.5rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    transform: translateX(0);
    position: relative;
    max-width: 74.5rem;
    margin: 0 auto;
  }
  .utility-nav__container .hide {
    display: none;
  }
  .utility-nav__container .header-chat-link {
    font-size: 0.75rem;
  }
  .utility-nav__container .header-chat-link:focus-visible {
    outline-width: .125rem;
  }
  .utility-nav__container .header-chat-link-icon {
    margin-right: .25rem;
  }
  .utility-nav__link {
    font-size: .75rem;
    line-height: 1.33;
  }
  .utility-nav__link-wrapper {
    padding-left: 1rem;
    padding-top: unset;
    justify-content: center;
  }
  .utility-nav__link-icon {
    padding-right: .25rem;
  }
  .utility-nav__cross-site-navigation {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    padding: 0 0 0 .563rem;
  }
  .utility-nav__cross-site-navigation-brands-label {
    padding-bottom: 0;
  }
  .utility-nav__cross-site-navigation-item {
    margin: 0 0 0 1.25rem;
  }
  .utility-nav__switch-links-navigation ~ .utility-nav__cross-site-navigation {
    display: none;
  }
  .utility-nav__switch-links-navigation {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
    padding-left: 1.5rem;
  }
  .utility-nav__switch-links-navigation--mobile {
    display: none;
  }
  .utility-nav__switch-links-navigation--desktop {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
  }
  .utility-nav__switch-link-wrapper {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    height: 100%;
    align-items: center;
    display: flex;
  }
  .utility-nav__switch-link-wrapper--primary {
    background-color: #ffffff;
    pointer-events: none;
    cursor: default;
  }
  .utility-nav__switch-link {
    font-family: "Nunito", sans-serif;
    display: flex;
    margin-right: auto;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .875rem;
    color: #000000;
  }
  .utility-nav__switch-link:hover {
    color: #000000;
  }
  .utility-nav__switch-link-icon {
    margin-left: .375rem;
  }
  [lang$=CA] .utility-nav__cross-site-navigation-item {
    margin: 0 0 0 1.5rem;
  }
}
@media all and (max-width: 64.01rem) {
  .header-v3 .content-block-wrapper {
    max-width: 28.125rem;
    margin: auto;
  }
}
@media all and (min-width: 48rem) {
  .utility-nav__container .utility-nav__link-wrapper--mobile {
    display: none;
  }
}
[lang$=CA] .utility-nav__container .header-chat-link-icon {
  display: none;
}
@media all and (max-width: 64.01rem) and (orientation: landscape) {
  .header-v3 .content-block-wrapper {
    top: 0;
  }
}
.user-location-modal-box {
  background: #ffffff;
  padding: 1.25rem;
}
.user-location-modal-box .modal-dialog .modal-content .modal-header {
  display: none;
}
.user-location-modal-box .location-block {
  text-align: left;
}
.user-location-modal-box .location-block .button {
  margin-bottom: 0;
  width: 100%;
}
.user-location-modal-box .location-block .button:focus-visible {
  outline-width: .125rem;
  outline-offset: .125rem;
}
.user-location-modal-box .location-block .location-headline-dropdown {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.user-location-modal-box .location-block .location-text-block {
  font-size: 0.75rem;
  line-height: 1.33;
  margin-bottom: 0.5rem;
}
.user-location-modal-box .location-block .location-text-label {
  font-weight: bold;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}
.user-location-modal-box .location-block .form-block-location {
  margin-bottom: 1rem;
}
.user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code {
  display: flex;
  border: 2px solid #000000;
}
.user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code .zip-loader,
.user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code .zip-resolved-checkmark {
  position: inherit;
  align-self: center;
  margin-right: 0.5rem;
}
.user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code.zip-code-required {
  border-color: #c80a33;
}
.user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2 {
  border: 0;
}
.user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2:focus-visible {
  outline: 0.125rem solid #000000;
}
.user-location-modal-box .location-block .form-input {
  font-size: 0.75rem;
}
.user-location-modal-box .location-block .close-modal-overlay {
  position: absolute;
  right: 1rem;
}
.user-location-modal-box .location-block .close-modal-overlay svg {
  height: 0.813rem;
  width: 0.875rem;
}
.user-location-modal-box .location-block .zip-code-error {
  color: #c41230;
}
.user-location-modal-box .location-block .location-modal-button {
  font-size: 1rem;
  line-height: 1.188rem;
  margin-top: 0.5rem;
}
.user-location-modal-box .location-block .zip-code-error-wrapper {
  padding-top: 0;
}
.user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper {
  border-radius: .25rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: .25rem 0;
  align-items: center;
}
.user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper .suggestion-message,
.user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper .zip-code-error-message {
  color: #c41230;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-right: 0.5rem;
}
.user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper svg {
  width: 1.375rem;
  margin-top: 0.188rem;
  align-self: flex-start;
  margin-right: 0.375rem;
}
.user-location-modal-box .location-block #update-location-btn:disabled {
  background: #f2f2f2;
}

.content-spot__labels-title {
  text-align: center;
}
.content-spot__labels-title-content {
  display: inline-block;
  margin: auto;
  width: max-content;
}
.content-spot__labels-subtitle {
  text-align: center;
}
.content-spot .cmp-teaser {
  width: 11rem;
  letter-spacing: 0;
}
.content-spot .cmp-teaser__title {
  text-align: center;
}
.content-spot .cmp-teaser__title-link {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.content-spot .cmp-teaser__description {
  text-align: center;
}
.content-spot .cmp-teaser__image {
  text-align: center;
}
.content-spot .cmp-teaser__image .cmp-image__image {
  margin: auto;
  height: 3.1875rem;
  width: auto;
}
.content-spot__teasers {
  text-align: center;
}
.content-spot__teasers .teaser {
  width: 49%;
  display: inline-flex;
  vertical-align: top;
}
.content-spot__teasers .teaser .cmp-teaser {
  margin: auto;
}
@media all and (min-width: 47.938rem) {
  .content-spot__teasers .teaser {
    width: auto;
    width: initial;
  }
  .content-spot__teasers .teaser .cmp-teaser {
    margin: initial;
  }
}

.login .form,
.registration .form {
  max-width: 20.625rem;
}

.login-title {
  margin-top: 0;
}

.login-title,
.registration-title,
.guest-login-title {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  font-weight: 400;
}

.login-registration-box {
  background: #ffffff;
  padding: 1.25rem;
}

.login-forgot-password-edit {
  text-align: right;
}

.guest-login-buttons {
  margin-top: 1.25rem;
}

.registration-password-text {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.create-account-content {
	display: none;
}

.full-width-form .form {
	max-width: unset;
}

@media (min-width: 1024px) {
	.create-account-content {
    	display: block;
    }

    .full-width-form .form {
    	max-width: 20.625rem;
    }
}


.recaptcha-error-msg {
  color: red;
  font-weight: bold;
  display: none;
}

.hide {
  display: none
}

.registration-hide {
  display: none;
}
#credential_picker_container iframe {
    outline: none;
}

#credential_picker_iframe {
    z-index: 100000000000000000 !important;
}
.guest-order {
    display: flex;
    justify-content: center;
    min-height: 39.8125rem;
    background-size: cover;
    background-color: #4f4f4f;
}

.guest-order-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.5rem;
}

.guest-order-header {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1.5rem 0 1rem 0;
    text-align: center;
}

.guest-order-header__title {
    font-family: Avenir-Black;
    font-size: 1.25rem;
    line-height: 1.5rem;
    width: 13.9375rem;
    margin-bottom: 0.5rem;
    margin-top:0;
}

.guest-order-header__instructions {
    font-family: Avenir-Roman;
    font-size: 1rem;
    line-height: 1.3125rem;
    max-width: 28.75rem;
    padding: 0 1rem;
}

.guest-order-form-container {
    width: 18.125rem;
    padding: 2rem 1.875rem 1rem 1.5rem;
    background-color: #fff;
    box-shadow: 0 .25rem .5rem 0 rgba(0, 0, 0, 0.5);
    position: relative;
}

.guest-order-form-container label,
.guest-order-form-container input,
.track-order-btn-wrapper .button {
    display: block;
    width: 100%;
    margin-bottom: 0;
}

.guest-order-form-container input {
    height: 2.25rem;
    border: solid .0625rem rgba(0,0,0,0.25);
    padding: .3125rem .3125rem
}

.guest-order-form-container .form-group {
    margin: 0;
}

.guest-order-form-container .form-group:first-child {
    padding: 0 0 .1875rem 0;
}

.guest-order-form-container .form-group:nth-child(n+2) {
    padding-top: .625rem
}

.guest-order-form-container .form-group:last-child {
    padding-top: 0;
}

.guest-order-form-container .form-group label {
    font-family: Avenir-Black;
    font-size: .625rem;
    font-weight: 900;
    color: #433736;
    line-height: .6875rem;
    padding-bottom: .3125rem;
}

.guest-order-form-container .form-group,
.track-order-btn-wrapper{
    width: 100%;
}

.guest-order-form-container form {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.guest-order .required-info {
    font-family: Avenir-Roman;
    font-size: .625rem;
    color: #2e2e2e;
    line-height: .875rem;
}

.guest-order .guest-order-form__full-name {
    position: relative;
}

.guest-order__tooltip {
    position: absolute;
    bottom: 0.6rem;
    right: -1.7rem;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
}

.guest-order__tooltip-message {
    display: none;
    width: 9.75rem;
    height: 4rem;
    background-color: rgba(0,0,0,0.75);
    opacity: 75%;
    color: #fff;
    padding-top: .5625rem;
    font-family: Avenir-Roman;
    font-size: .625rem;
    line-height: .875rem;
    text-align: center;
    margin-bottom: .25rem;
}

.guest-order__tooltip-icon {
    width: .9375rem;
    height: .9375rem;
    margin-right: .5rem;
}

.guest-order__tooltip-icon svg {
    float: right;
}

.guest-order__tooltip-icon:hover ~ .guest-order__tooltip-message {
    display: block;
}

.guest-order__recapture-inner {
    transform: scale(0.78);
    transform-origin: 0 0;
    margin-left: .5rem;
}

.guest-order__recapture-outer {
    height: 3.7rem;
    margin-top: 0.375rem;
}

.guest-order__recapture-inner input {
    opacity: 0;
    height: 0;
}

.guest-order__recapture-inner .recaptcha-error-msg {
    display: none;
}

.track-order-btn-wrapper::before {
    content:'';
    display: block;
    padding-top: 0.96875rem;
    margin-top: 0.96875rem;
    border-top: solid .0625rem #e2e2e2;
}

.guest-order-form__not-exist-order-msg {
    margin-top: 1.25rem;
}

.guest-order-form__error-msg {
    font-size: .625rem;
    line-height: 0.875rem;
    color: #c41230;
    margin-top: 0.3125rem;
    display: none;
}

.guest-order .guest-order-form__error-input {
    border-color: #c41230;
}

@media (min-width: 48rem) {
    .guest-order-form-container {
        width: 18.75rem;
        padding: 2rem 2rem 1rem 2rem;
    }

    .guest-order-wrapper {
        margin-bottom: 2.5rem;
    }

    .guest-order-header {
        margin: 2.5rem 0 2rem 0;
    }

    .guest-order-header__title {
        font-size: 1.875rem;
        line-height: 2.0625rem;
        width: 17.0625rem;
    }

    .guest-order__tooltip-icon {
        width: auto;
        height: auto;
        margin-right: .3rem;
    }

    .guest-order__tooltip {
        right: -1.6rem;
    }
}
.sign-in-wrapper#additional-sign-in-modal.modal-open {
  z-index: 9999;
}
.sign-in-wrapper .modal-box {
  padding: 0;
  max-width: unset;
  margin: 5rem auto auto;
}
.sign-in-wrapper .sign-in-popup {
  background-color: #FFF;
  margin: 0 0.5rem;
  position: relative;
}
.sign-in-wrapper .sign-in-popup__content {
  display: none;
  background-size: cover;
  background-repeat: no-repeat;
}
.sign-in-wrapper .sign-in-popup__form {
  padding: 4rem 1.125rem 1.125rem;
  text-align: left;
}
.sign-in-wrapper .sign-in-popup__form .login .login-registration-form {
  max-width: unset;
}
.sign-in-wrapper .sign-in-popup__form .login strong {
  display: block;
}
.sign-in-wrapper .sign-in-popup__form .login .login-title {
  font-size: 1.25rem;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #2e2e2e;
  font-family: "Avenir-Black", sans-serif;
  border-bottom: 1px solid #e2e2e2;
  text-transform: none;
  padding-bottom: 0.125rem;
  margin-bottom: 1.125rem;
}
.sign-in-wrapper .sign-in-popup__form .login .login-title--complete-account {
  margin-bottom: 1rem;
}
.sign-in-wrapper .sign-in-popup__form .login .sso-notice {
  font-size: .625rem;
  line-height: 1.4;
}
.sign-in-wrapper .sign-in-popup__form .login .form-checkbox-text {
  display: inline-block;
  line-height: 1.4;
  font-size: .625rem;
}
.sign-in-wrapper .sign-in-popup__form .login .user-data-container {
  margin-bottom: 1rem;
}
.sign-in-wrapper .sign-in-popup__form .login .user-data-container .form-input {
  font-size: .625rem;
  font-weight: bold;
  text-align: center;
  opacity: 1;
}
.sign-in-wrapper .sign-in-popup__form .login .form-req-message {
  display: none;
}
.sign-in-wrapper .sign-in-popup__form .login .form-label {
  font-family: "Avenir-Black", sans-serif;
  font-size: .625rem;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: normal;
  color: #433736;
}
.sign-in-wrapper .sign-in-popup__form .login .form-error-item {
  display: inline-block;
  line-height: 1.4;
  font-size: .625rem;
}
.sign-in-wrapper .sign-in-popup__form .login .form-group {
  margin: 0 0 1rem;
}
.sign-in-wrapper .sign-in-popup__form .login .form-group:last-of-type {
  margin: 0;
}
.sign-in-wrapper .sign-in-popup__form .login .login-forgot-password-edit {
  text-align: left;
  margin-bottom: .4375rem;
  line-height: .875rem;
}
.sign-in-wrapper .sign-in-popup__form .login .login-forgot-password-link {
  font-size: .625rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #2e2e2e;
  font-family: "Avenir-Roman", sans-serif;
  text-decoration: underline;
}
.sign-in-wrapper .sign-in-popup__form .login .login-forgot-password-link:focus-visible {
  outline-width: .125rem;
}
.sign-in-wrapper .sign-in-popup__form .login .form-input {
  border: 1px solid rgba(0, 0, 0, 0.25);
  height: 2.5rem;
}
.sign-in-wrapper .sign-in-popup__form .login .form-input:focus-visible {
  outline-width: .125rem;
}
.sign-in-wrapper .sign-in-popup__form .login .form-buttons {
  margin: 0;
}
.sign-in-wrapper .sign-in-popup__form .login .form-buttons--complete-account {
  margin-top: 1.4375rem;
}
.sign-in-wrapper .sign-in-popup__form .login .form-buttons .form-button {
  width: 100%;
  height: 2rem;
  margin-bottom: 0;
}
.sign-in-wrapper .sign-in-popup__form .login .form-buttons .form-button:focus-visible {
  outline-width: .125rem;
  outline-offset: .125rem;
}
.sign-in-wrapper .sign-in-popup .sign-in-modal-form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 2rem;
  margin: 0;
}
.sign-in-wrapper .sign-in-popup .sign-in-modal-form:focus-visible {
  outline-width: .125rem;
}
.sign-in-wrapper .sign-in-popup .sign-in-modal-form .sign-in-popup__button {
  display: inline-block;
  margin: 0;
  text-align: center;
  font-family: "Avenir-Black", sans-serif;
  font-size: 0.75rem;
}
.sign-in-wrapper .sign-in-popup__closer {
  display: flex;
  flex-direction: row-reverse;
}
.sign-in-wrapper .sign-in-popup__closer .modal-close {
  width: unset;
  height: unset;
  top: 1.3125rem;
  right: 1.3125rem;
}
.sign-in-wrapper .sign-in-popup__closer .modal-close svg {
  color: #c41230;
}
.sign-in-wrapper .sign-in-popup .hide {
  display: none;
}
.sing-in-buttons-wrapper .sign-in-buttons__divider-wrapper {
  margin-bottom: .25rem;
}
.sing-in-buttons-wrapper .sign-in-buttons__divider {
  font-size: .625rem;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: normal;
  color: #2e2e2e;
  position: relative;
  font-family: "Avenir-Black", sans-serif;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.sing-in-buttons-wrapper .sign-in-buttons__divider:before,
.sing-in-buttons-wrapper .sign-in-buttons__divider:after {
  border-top: 1px solid #dfdfdf;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 45%;
  bottom: 0;
  width: 45%;
}
.sing-in-buttons-wrapper .sign-in-buttons__divider:before {
  left: 0;
}
.sing-in-buttons-wrapper .sign-in-buttons__divider:after {
  right: 0;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social {
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 11px;
  margin-bottom: 16px;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social .google-sign-in-btn .abcRioButton {
  border: 1px solid #8d8d8d;
  width: 100% !important;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social .google-sign-in-btn .abcRioButton .abcRioButtonContents {
  font-family: "Avenir-Black", sans-serif;
  font-size: 12px;
  color: #2e2e2e;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social .google-sign-in-btn .abcRioButton .abcRioButtonIcon {
  padding: 6px 11px !important;
  border-right: 1px solid #8d8d8d;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social .google-sign-in-btn .abcRioButton .abcRioButtonIcon .abcRioButtonSvgImageWithFallback svg {
  height: 18px;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social--facebook,
.sing-in-buttons-wrapper .sign-in-buttons__login-social--google {
  width: 100%;
  height: 32px;
  border: 1px solid #8d8d8d;
  cursor: pointer;
  display: flex;
  flex-direction: row;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social--facebook-v2,
.sing-in-buttons-wrapper .sign-in-buttons__login-social--google-v2 {
  display: none;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social--facebook:hover,
.sing-in-buttons-wrapper .sign-in-buttons__login-social--google:hover {
  box-shadow: 0 0 3px 3px rgba(66, 133, 244, 0.3);
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social--facebook:focus-visible,
.sing-in-buttons-wrapper .sign-in-buttons__login-social--google:focus-visible {
  outline-width: .125rem;
  outline-offset: .125rem;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social--facebook-icon,
.sing-in-buttons-wrapper .sign-in-buttons__login-social--google-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #8d8d8d;
  background: #fff;
  padding: 12px;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social--facebook-icon svg:not(:root),
.sing-in-buttons-wrapper .sign-in-buttons__login-social--google-icon svg:not(:root) {
  height: 18px;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social--facebook-text,
.sing-in-buttons-wrapper .sign-in-buttons__login-social--google-text {
  font-family: "Avenir-Black", sans-serif;
  font-size: 12px;
  color: #2e2e2e;
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .sign-in-wrapper .modal-box {
    margin: 11.875rem auto auto;
    width: 50rem;
  }
  .sign-in-wrapper .modal-box--empty-content {
    width: 25rem;
    transform: translate(-50%, -50%);
    margin: 0;
    top: 50%;
    left: 50%;
  }
  .sign-in-wrapper .modal-box--empty-content .sign-in-popup__content {
    display: none;
  }
  .sign-in-wrapper .modal-box--empty-content .sign-in-popup__form {
    width: 100%;
    padding: 3rem 2rem 3.3125rem;
  }
  .sign-in-wrapper .sign-in-popup {
    display: flex;
    flex-direction: row;
    margin: 0;
  }
  .sign-in-wrapper .sign-in-popup__content {
    display: block;
    color: #FFF;
    text-align: center;
    padding: 7rem 3.125rem 3.125rem;
  }
  .sign-in-wrapper .sign-in-popup__content.subscriptions,
  .sign-in-wrapper .sign-in-popup__content.subscriptions .sign-in-popup__heading,
  .sign-in-wrapper .sign-in-popup__content.subscriptions .sign-in-popup__main-text {
    color: unset;
  }
  .sign-in-wrapper .sign-in-popup__content.subscriptions.spa > *,
  .sign-in-wrapper .sign-in-popup__content.subscriptions .sign-in-popup__heading.spa > *,
  .sign-in-wrapper .sign-in-popup__content.subscriptions .sign-in-popup__main-text.spa > * {
    color: inherit;
  }
  .sign-in-wrapper .sign-in-popup__form {
    padding: 4rem 4rem 6.3125rem;
  }
  .sign-in-wrapper .sign-in-popup__form--complete-account {
    padding: 2.5rem 4rem 2rem;
  }
  .sign-in-wrapper .sign-in-popup__content,
  .sign-in-wrapper .sign-in-popup__form {
    width: 50%;
  }
  .sign-in-wrapper .sign-in-popup__heading {
    font-family: "Avenir-Black", sans-serif;
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-transform: none;
  }
  .sign-in-wrapper .sign-in-popup__main-text {
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: center;
    font-family: "Avenir-Roman", sans-serif;
    margin-bottom: 1.5rem;
  }
}
.sign-in-popup__content.subscriptions {
  background-image: none !important;
}

.professional-discount-modal {
  padding: 3.125rem 1rem 1.875rem;
  box-shadow: 0 0.25rem 0.25rem 0 rgb(0 0 0 / 25%);
  border: 0.0625rem solid rgba(239, 239, 239, 1);
}
.professional-discount-modal__header {
  font-family: "HelveticaNeue", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}
.professional-discount-modal__buttons {
  padding-top: 1.875rem;
}
@media (min-width: 64rem) {
  .professional-discount-modal {
    padding: 3.125rem 2.0625rem;
  }
  .professional-discount-modal__buttons--yes {
    margin-right: 1rem;
  }
  #professional-discount-modal .modal-box {
    width: 30.5rem;
  }
}

.productCarousel:not(.cq-Editable-dom):not(:has(.prd-carousel--wrap)):has(.prd-carousel) {
    display: none;
}

.productCarousel .slick-dots li.slick-active button:before,
.productCarousel .slick-dots li button:before {
    content: unset;
}

.prd-carousel .single-line {
    color: inherit;
    font-family: inherit;
}

.prd-carousel .red-price {
    color: #A00A1D;
    font-weight: bold;
}

.prd-carousel .prd-carousel-top-price {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0.25rem;
    font-weight: bold;
}

.prd-carousel .prd-carousel-top-price-label {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
}

.prd-carousel .prd-carousel__saving {
    font-weight: bold;
}

.prd-carousel .prd-carousel__product-tile__title  {
    width: inherit;
}

.prd-carousel .member-price-cta__text:hover {
    text-decoration: underline;
}

.prd-carousel .hidden {
    visibility: hidden;
}
.interstitial-prd-carousel {
  padding: 0 2rem 1rem 2rem;
}
.interstitial-prd-carousel__product-tile__title--link,
.interstitial-prd-carousel__header,
.interstitial-prd-carousel__product-tile-price,
.interstitial-prd-carousel__product-tile__btn .button,
.interstitial-prd-carousel .prd-carousel__save-price {
  font-family: 'HelveticaNeue-Bold', sans-serif;
}
.interstitial-prd-carousel__sub-header,
.interstitial-prd-carousel .prd-carousel__product-tile__prices--small {
  font-family: 'HelveticaNeue', sans-serif;
}
.interstitial-prd-carousel__product-tile {
  width: 15rem;
}
.interstitial-prd-carousel__product-tile__bv {
  height: 1.3125rem;
}
.interstitial-prd-carousel__product-tile__title--link {
  color: #000000;
  font-size: .75rem;
  text-decoration: underline;
}
.interstitial-prd-carousel__headline {
  text-align: center;
}
.interstitial-prd-carousel__header {
  font-size: 1rem;
  text-align: center;
  margin: 1rem 0 0 0;
}
.interstitial-prd-carousel__header::after {
  display: none;
}
.interstitial-prd-carousel__sub-header {
  margin: .375rem 0 1rem 0;
  font-size: .75rem;
}
.interstitial-prd-carousel__item {
  width: 14.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.interstitial-prd-carousel__item.slick-slide {
  display: flex;
}
.interstitial-prd-carousel__product-tile-container {
  display: flex;
  justify-content: center;
  padding-left: .5rem;
}
.interstitial-prd-carousel__product-tile-image-container {
  display: flex;
  align-items: center;
}
.interstitial-prd-carousel__product-tile-image-url {
  max-width: 5.9375rem;
  height: 5.9375rem;
}
.interstitial-prd-carousel__product-tile-image {
  max-width: 5.9375rem;
  max-height: 5.9375rem;
}
.interstitial-prd-carousel__product-tile-body {
  font-size: .75rem;
  margin-left: .5rem;
  line-height: 1rem;
  display: flex;
  flex-direction: column;
}
.interstitial-prd-carousel__product-tile__btn {
  margin-top: .5rem;
}
.interstitial-prd-carousel__product-tile__btn .button {
  width: 13.625rem;
  height: 2.1875rem;
  background-color: #fff;
  color: #000000;
  font-size: 1rem;
  text-transform: none;
  border-radius: 3.125rem;
  border-top: 0.125rem solid #000000;
  border-bottom: 0.125rem solid #000000;
  border-left: 0.15rem solid #000000;
  border-right: 0.15rem solid #000000;
}
.interstitial-prd-carousel__product-tile__btn .button:hover,
.interstitial-prd-carousel__product-tile__btn .button:focus {
  background-color: transparent;
  color: #000000;
}
.interstitial-prd-carousel .product-added-btn,
.interstitial-prd-carousel .product-added-btn:hover,
.interstitial-prd-carousel .product-added-btn:focus {
  background-color: #f2f2f2;
  border: 0;
}
.interstitial-prd-carousel__prev-btn,
.interstitial-prd-carousel__next-btn {
  width: 1.25rem;
  height: 1.25rem;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid #eeb111;
  border-width: 0 5px 5px 0;
  cursor: pointer;
}
.interstitial-prd-carousel__prev-btn.slick-disabled,
.interstitial-prd-carousel__next-btn.slick-disabled {
  border-color: #e2e2e2;
}
.interstitial-prd-carousel__prev-btn,
.interstitial-prd-carousel__next-btn,
.interstitial-prd-carousel__prev-btn:hover,
.interstitial-prd-carousel__next-btn:hover,
.interstitial-prd-carousel__prev-btn:focus,
.interstitial-prd-carousel__next-btn:focus {
  background: none;
  padding: 0;
  margin: 0;
}
.interstitial-prd-carousel__prev-btn {
  position: absolute;
  left: -0.9375rem;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(135deg);
}
.interstitial-prd-carousel__next-btn {
  position: absolute;
  right: -0.9375rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.interstitial-prd-carousel .prd-carousel-top-price {
  font-size: .75rem;
}
.interstitial-prd-carousel .prd-carousel__product-tile__prices--small,
.interstitial-prd-carousel .prd-carousel__save-price {
  font-size: .625rem;
}
.interstitial-prd-carousel .prd-carousel__save-price {
  color: #008800;
  display: inline-block;
}
.interstitial-prd-carousel .slick-list > div {
  margin-left: 0;
}

.interstitial-product-card {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(39, 3, 9, 0.3);
}
.interstitial-product-card__product-title:has(+ .marketplace-product-label) {
  margin-bottom: .5rem;
}
.interstitial-product-card__product-data .marketplace-product-label {
  margin: .625rem 0;
  width: 14rem;
}
.interstitial-product-card__product-data .marketplace-product-label span {
  text-decoration: underline;
}
.interstitial-product-card__header-title,
.interstitial-product-card__product-title-text,
.interstitial-product-card__main-cta-text,
.interstitial-product-card__protection-plans-title,
.interstitial-product-card__protection-plan-select,
.interstitial-product-card__product-subscription-label,
.interstitial-product-card__delivery-date {
  font-family: 'HelveticaNeue-Bold', sans-serif;
}
.interstitial-product-card__product-specification,
.interstitial-product-card__delivery,
.interstitial-product-card__protection-plans-learn-more {
  font-family: 'HelveticaNeue', sans-serif;
}
.interstitial-product-card__check-mark-icon {
  width: 2rem;
  height: 2rem;
}
.interstitial-product-card__check-mark-icon svg {
  width: 2rem;
  height: 2rem;
  display: inline-block;
}
.interstitial-product-card__icons {
  display: none;
}
.interstitial-product-card__product-subscription {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.interstitial-product-card__product-subscription-icon {
  width: 1.4rem;
  height: 1.4rem;
}
.interstitial-product-card__product-subscription-icon svg {
  width: 1.4rem;
  height: 1.4rem;
  display: inline-block;
}
.interstitial-product-card__product-subscription-label {
  margin-left: .5rem;
  font-size: .75rem;
  font-weight: bold;
}
.interstitial-product-card__header {
  display: flex;
  align-items: center;
}
.interstitial-product-card__success-title,
.interstitial-product-card__error-title {
  display: none;
}
.success .interstitial-product-card__success-title,
.error .interstitial-product-card__error-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.interstitial-product-card__header-title {
  font-size: 1.25rem;
  margin-left: .5rem;
}
.interstitial-product-card__appliances-quantity {
  font-size: .75rem;
  margin-left: 2.5rem;
}
.interstitial-product-card__item {
  display: flex;
}
.interstitial-product-card__header-container {
  width: 100%;
  display: flex;
  margin: 0 1rem;
  padding: 1.5rem 0 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  flex-wrap: wrap;
}
.interstitial-product-card__cart-limit-message {
  color: #e22323;
  margin-top: 10px;
  width: 100%;
}
.interstitial-product-card__container {
  width: 100%;
}
.interstitial-product-card__container {
  padding: 1.5rem;
}
.interstitial-product-card__product-image-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: .5rem;
}
.interstitial-product-card__product-image {
  max-height: 100%;
}
.interstitial-product-card__product-title-text {
  width: 14rem;
  font-size: .875rem;
  line-height: 1.25rem;
  letter-spacing: normal;
  font-weight: bold;
  color: #000;
}
.interstitial-product-card__product-title-text::after {
  display: none;
}
.interstitial-product-card__product-title {
  margin-bottom: .5625rem;
}
.interstitial-product-card__product-specification {
  font-size: .75rem;
  margin-bottom: .5rem;
}
.interstitial-product-card__product-specification-value {
  font-weight: 700;
  margin-left: 0.25rem;
}
.interstitial-product-card__protection-plans {
  margin-top: 1.5rem;
}
.interstitial-product-card__protection-plans-header {
  display: flex;
  align-items: center;
  margin-bottom: .375rem;
}
.interstitial-product-card__protection-plans-title {
  font-size: .75rem;
  margin-left: .1rem;
}
.interstitial-product-card__protection-plans-body {
  display: flex;
  align-items: center;
}
.interstitial-product-card__trigger {
  display: flex;
}
.interstitial-product-card__protection-plan-select {
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 0 3.625rem 0 .5rem;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 1;
  background: transparent;
  font-weight: bold;
  font-size: .75rem;
}
.interstitial-product-card__protection-plan-select::-ms-expand {
  display: none;
}
.interstitial-product-card__protection-plan-trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 2.5rem;
  line-height: 2.5rem;
  background: #fff;
  border: solid 1px rgba(127, 127, 127, 0.35);
}
.interstitial-product-card__protection-plan-arrow {
  position: absolute;
  top: .6875rem;
  right: 1.25rem;
}
.interstitial-product-card__protection-plan-arrow::before {
  content: '';
  display: block;
  width: .75rem;
  height: .75rem;
  transform: rotate(45deg);
  border: solid #eeb111;
  border-width: 0 3px 3px 0;
}
.interstitial-product-card__protection-plans-learn-more {
  margin-left: .5rem;
}
.interstitial-product-card__protection-plans-learn-more a {
  font-size: .75rem;
  font-weight: normal;
}
.interstitial-product-card__delivery-container {
  width: 100%;
}
.interstitial-product-card__delivery {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  min-height: 2.1875rem;
  font-size: 1rem;
  padding: .5625rem 1rem;
}
.interstitial-product-card__delivery-date {
  color: #008800;
}
.interstitial-product-card .horizontal-line {
  content: '';
  height: 0.0625rem;
  display: block;
  margin: 0 2rem;
  background: #000;
  opacity: 0.2;
}
.interstitial-product-card__main-cta {
  display: none;
}
@media all and (max-width: 47.938rem) {
  .interstitial-product-card__header {
    width: 100%;
  }
  .interstitial-product-card__product-image-container {
    height: 6.75rem;
  }
  .interstitial-product-card__with-protection-plans {
    padding-bottom: 4.75rem;
  }
  .interstitial-product-card__protection-plans-wrapper {
    margin-left: 1rem;
  }
  .interstitial-product-card__protection-plans {
    width: 100vw;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .interstitial-product-card__protection-plan-select {
    padding: 0 1.4rem 0 .2rem;
    font-size: .65rem;
  }
  .interstitial-product-card__protection-plan-arrow {
    right: .4rem;
  }
  .interstitial-product-card__protection-plans-learn-more {
    margin-left: .25rem;
  }
  .interstitial-product-card__protection-plans-learn-more a {
    font-size: .65rem;
  }
}
@media all and (min-width: 48rem) {
  .interstitial-product-card__appliances-quantity {
    font-size: 1.25rem;
    margin-left: .3125rem;
  }
  .interstitial-product-card__container {
    padding: 1.5rem .5rem 1.5rem 2.5rem;
  }
  .interstitial-product-card__product-image-container {
    height: 12.5rem;
    margin-right: 3rem;
  }
  .interstitial-product-card__header-container {
    margin: 0 2.5rem;
    padding: 1rem 0;
    justify-content: space-between;
  }
  .interstitial-product-card__delivery {
    padding: .5625rem 2rem;
  }
  .interstitial-product-card__product-title {
    margin: 1rem 0;
  }
  .interstitial-product-card__product-title-text {
    width: 23rem;
    font-size: 1rem;
    letter-spacing: normal;
    line-height: 1.19;
  }
  .interstitial-product-card .marketplace-product-label {
    width: 23rem;
  }
  .interstitial-product-card__protection-plans-title {
    margin-left: .25rem;
  }
  .interstitial-product-card__product-image-container {
    align-items: center;
  }
  .interstitial-product-card__main-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    background: 0;
    padding: 0;
    margin: 0;
    text-transform: none;
    height: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
  }
  .interstitial-product-card__main-cta:hover,
  .interstitial-product-card__main-cta:focus,
  .interstitial-product-card__main-cta[disabled],
  .interstitial-product-card__main-cta[disabled]:hover,
  .interstitial-product-card__main-cta[disabled]:focus {
    background: none;
    color: inherit;
  }
  .interstitial-product-card__main-cta:before {
    content: '';
    display: block;
    height: 2.5rem;
    width: .0625rem;
    background: #e2e2e2;
    margin-right: 1rem;
  }
  .interstitial-product-card__main-cta-container {
    display: flex;
  }
  .interstitial-product-card__main-cta-icon svg {
    width: 1.375rem;
    height: 1.1875rem;
  }
  .interstitial-product-card__main-cta-text {
    margin-left: .5625rem;
  }
}
@media all and (max-width: 20rem) {
  .interstitial-product-card__protection-plan-select {
    font-size: .55rem;
  }
}
@media all and (max-width: 22.5rem) {
  .interstitial-product-card__container {
    padding-right: .5rem;
  }
  .interstitial-product-card__product-title-text {
    width: 12rem;
  }
  .interstitial-product-card__protection-plans-wrapper {
    margin-left: .2rem;
  }
}

.interstitial-product-subscriptions__select {
  margin-top: .5rem;
  position: relative;
  user-select: none;
  border: 0.063rem solid #a9a9a9;
  background-color: #ffffff;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.interstitial-product-subscriptions__select .recommended {
  font-weight: normal;
}
.interstitial-product-subscriptions__select-trigger,
.interstitial-product-subscriptions__select-options {
  font-style: normal;
  font-weight: bold;
  font-size: .75rem;
  line-height: 1rem;
}
.interstitial-product-subscriptions__select-trigger {
  position: relative;
  display: flex;
  height: 2.5rem;
  align-items: center;
  padding-left: .5625rem;
  color: #000000;
}
.interstitial-product-subscriptions__select-trigger:focus {
  box-shadow: inset 0 0 0 0.0625rem #000000;
}
.interstitial-product-subscriptions__select-options {
  position: absolute;
  top: 102%;
  left: 0;
  right: 0;
  border-radius: .125rem;
  box-shadow: 0 0.5px 4px 0 rgba(0, 0, 0, 0.5);
  border-top: 0;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}
.interstitial-product-subscriptions__select-options__option {
  position: relative;
  display: block;
  padding: .5625rem .5rem;
  font-size: .75rem;
  color: #000000;
  cursor: pointer;
  transition: all 0.5s;
  line-height: 1.33;
  font-weight: bold;
}
.interstitial-product-subscriptions__select-options__option:hover {
  cursor: pointer;
  background-color: #b2b2b2;
}
.interstitial-product-subscriptions__select-options__option.selected {
  background-color: #ededed;
}
.interstitial-product-subscriptions__select-options__option-frequency-copy {
  font-weight: normal;
  color: #000000;
}
.interstitial-product-subscriptions__select-options__option:focus {
  box-shadow: inset 0 0 0 0.0625rem #000000;
}
.interstitial-product-subscriptions__select.open .interstitial-product-subscriptions__select-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.interstitial-product-subscriptions__select-icon {
  position: absolute;
  width: 3rem;
  height: 100%;
  top: 0;
  right: 0;
  border-left: solid 0.0625rem #a9a9a9;
  display: flex;
  justify-content: center;
  z-index: -1;
}
.interstitial-product-subscriptions__select-icon:after {
  content: '';
  transform: rotate(45deg);
  height: .725rem;
  width: .775rem;
  margin-top: .725rem;
  border-bottom: 0.1875rem solid #e09d00;
  border-right: 0.1875rem solid #e09d00;
}
@media (min-width: 47.938rem) {
  .interstitial-product-subscriptions__select {
    width: 20rem;
  }
}
.interstitial-product-subscriptions__guestpass {
  border: 0.125rem solid rgba(0, 0, 0, 0.2);
  padding: 1.25rem 1rem 1rem;
  font-size: .875rem;
  line-height: 1rem;
  color: #000000;
}
.interstitial-product-subscriptions__guestpass-header {
  font-weight: bold;
  margin-bottom: .75rem;
  display: flex;
}
.interstitial-product-subscriptions__guestpass-header__icon {
  height: 1.5rem;
  width: 1.5rem;
}
.interstitial-product-subscriptions__guestpass-header__icon svg:not(:root) {
  height: inherit;
}
.interstitial-product-subscriptions__guestpass-header__text {
  margin: auto .5rem;
}
.interstitial-product-subscriptions {
  padding: 1.156rem 1rem 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  font-family: "HelveticaNeue", sans-serif;
}
.interstitial-product-subscriptions__checkbox-container {
  position: relative;
  padding-left: 1.625rem;
}
.interstitial-product-subscriptions__checkbox-container input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  top: .0625rem;
  left: 0;
}
.interstitial-product-subscriptions__checkbox-container input[type="checkbox"] + .check-mark {
  height: 1rem;
  width: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  border: .0625rem solid #000;
}
.interstitial-product-subscriptions__checkbox-container input[type="checkbox"]:checked + .check-mark:after {
  position: absolute;
  display: block;
  top: .0625rem;
  left: .25rem;
  width: .375rem;
  height: .625rem;
  border: solid #000000;
  border-width: 0 .125rem .125rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
}
.interstitial-product-subscriptions__label {
  font-size: 1rem;
  line-height: 1.188rem;
  color: #000000;
  font-style: normal;
  font-weight: bold;
}
.interstitial-product-subscriptions__label .percent-off {
  color: #008800;
}
.interstitial-product-subscriptions__terms {
  margin-top: .656rem;
  font-style: normal;
  font-weight: normal;
  font-size: .75rem;
  line-height: 1rem;
  color: #000000;
}
.interstitial-product-subscriptions__terms a {
  font-weight: normal;
}
.interstitial-product-subscriptions__select-container {
  margin-top: .5rem;
}
.interstitial-product-subscriptions__delivery {
  margin-top: .5rem;
  font-size: .75rem;
  font-style: normal;
  font-weight: bold;
  line-height: .875rem;
}
@media (min-width: 48rem) {
  .interstitial-product-subscriptions {
    padding: 1.656rem 3rem 1.5rem;
  }
}

.author-env.interstitial-modal {
  display: block;
  position: unset;
}
.author-env .modal-box {
  opacity: 1;
}
.interstitial-modal-trigger {
  display: none;
}
.interstitial-modal {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.interstitial-modal::-webkit-scrollbar {
  display: none;
}
.interstitial-modal .modal-box {
  padding: 0;
  width: 100%;
  max-width: unset;
}
.interstitial-modal .modal-dialog {
  text-align: unset;
  max-width: 100%;
}
.interstitial-modal__container {
  box-shadow: 0 4px 8px 0 rgba(39, 3, 9, 0.3);
  background-color: #fff;
}
@media all and (max-width: 63.938rem) {
  .interstitial-modal {
    padding: 0;
  }
  .interstitial-modal .modal-box {
    margin: 0;
  }
}
@media all and (min-width: 64rem) {
  .interstitial-modal .modal-box {
    width: 52.5rem;
  }
}

.interstitial-installation-service {
  padding: 1.25rem 0 0 0;
}
.interstitial-installation-service .green {
  color: #008800;
}
.interstitial-installation-service__header:not(.ka-hide) {
  display: flex;
  align-items: center;
  font-family: "HelveticaNeue", sans-serif;
  font-weight: bold;
  font-size: 1rem;
}
.interstitial-installation-service__header-icon {
  display: inline-block;
}
.interstitial-installation-service__header-icon svg {
  width: 1.875rem;
  height: 1.5rem;
  margin-right: .625rem;
}
.interstitial-installation-service__header-icon img {
  max-width: 1.875rem;
  max-height: 1.5rem;
  margin-right: .625rem;
}
.interstitial-installation-service__learn-more {
  font-weight: normal;
  color: #353535;
  font-size: 0.75rem;
  margin-left: 0.5rem;
}
.interstitial-installation-service__no-options {
  padding: 0;
}
.interstitial-installation-service__title {
  display: inline-block;
  font-size: 0.875rem;
  font-family: "HelveticaNeue", sans-serif;
  font-weight: bold;
  margin: 1.5rem 0 1rem 0;
}
.interstitial-installation-service .upper {
  text-transform: uppercase;
}
.interstitial-installation-service__options :last-child {
  margin-bottom: 0;
}
.interstitial-installation-service__price {
  font-family: "HelveticaNeue", sans-serif;
  font-weight: bold;
}
.interstitial-installation-service__checkbox-container {
  position: relative;
  padding-left: 1.625rem;
  margin-bottom: 1rem;
  cursor: pointer;
  font-size: 0.875rem;
  display: block;
  align-items: center;
}
.interstitial-installation-service__checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.interstitial-installation-service__checkbox-container input:checked ~ .check-mark:after {
  display: block;
}
.interstitial-installation-service__checkbox-container .check-mark {
  position: absolute;
  top: 0;
  left: 0;
  border: 0.0625rem solid #000;
  height: 1rem;
  width: 1rem;
}
.interstitial-installation-service__checkbox-container .check-mark:after {
  content: '';
  position: absolute;
  display: none;
  top: .0625rem;
  left: .25rem;
  width: .375rem;
  height: .625rem;
  border: solid black;
  border-width: 0 0.125rem 0.125rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.interstitial-installation-service__header,
.interstitial-installation-service-section {
  padding: 0 1rem;
}
.interstitial-installation-service-section {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.2);
  padding-bottom: 1.1875rem;
}
.interstitial-installation-service__fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
@media all and (min-width: 48rem) {
  .interstitial-installation-service {
    padding: 1.40625rem 0 0 0;
  }
  .interstitial-installation-service__header {
    font-size: 1.25rem;
  }
  .interstitial-installation-service__header-icon {
    display: inline-block;
  }
  .interstitial-installation-service__header-icon svg {
    width: 2.75rem;
    height: 2.1875rem;
  }
  .interstitial-installation-service__header-icon img {
    max-width: 2.75rem;
    max-height: 2.1875rem;
  }
  .interstitial-installation-service__header,
  .interstitial-installation-service-section {
    padding: 0 2rem 1rem 2rem;
  }
  .interstitial-installation-service__learn-more {
    font-size: 1rem;
  }
  .interstitial-installation-service__no-options {
    padding: 0;
  }
  .interstitial-installation-service__title {
    font-size: 1rem;
    margin: 1rem 0;
  }
  .interstitial-installation-service__checkbox-container {
    font-size: 1rem;
  }
  .interstitial-installation-service__checkbox-container input:focus + .check-mark {
    outline: dotted 0.125rem #000000;
  }
}

.interstitial-delivery {
  padding: 1.25rem 0 0 0;
}
.interstitial-delivery .green {
  color: #008800;
}
.interstitial-delivery .upper {
  text-transform: uppercase;
}
.interstitial-delivery__header:not(.ka-hide) {
  display: flex;
  align-items: center;
  font-family: "HelveticaNeue", sans-serif;
  font-weight: bold;
  font-size: 1rem;
}
.interstitial-delivery__header-icon {
  display: inline-block;
}
.interstitial-delivery__header-icon svg {
  width: 1.875rem;
  height: 1.5rem;
  margin-right: .625rem;
}
.interstitial-delivery__header-icon img {
  max-width: 1.875rem;
  max-height: 1.5rem;
  margin-right: .625rem;
}
.interstitial-delivery__no-options {
  padding: 0;
}
.interstitial-delivery__options :last-child {
  margin-bottom: 0;
}
.interstitial-delivery__title {
  display: inline-block;
  font-size: 0.875rem;
  font-family: "HelveticaNeue", sans-serif;
  font-weight: bold;
  margin: 1.5rem 0 1rem 0;
}
.interstitial-delivery__policy {
  font-weight: normal;
  color: #353535;
  font-size: 0.75rem;
  margin-left: 0.5rem;
}
.interstitial-delivery__price {
  font-family: "HelveticaNeue", sans-serif;
  font-weight: bold;
}
.interstitial-delivery__radio-container,
.interstitial-delivery__checkbox-container {
  position: relative;
  padding-left: 1.625rem;
  margin-bottom: 1rem;
  cursor: pointer;
  font-size: 0.875rem;
}
.interstitial-delivery__radio-container input,
.interstitial-delivery__checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.interstitial-delivery__radio-container input:checked ~ .check-mark:after,
.interstitial-delivery__checkbox-container input:checked ~ .check-mark:after {
  display: block;
}
.interstitial-delivery__radio-container .check-mark,
.interstitial-delivery__checkbox-container .check-mark {
  position: absolute;
  top: 0;
  left: 0;
  border: 0.0625rem solid #000;
}
.interstitial-delivery__radio-container .check-mark:after,
.interstitial-delivery__checkbox-container .check-mark:after {
  content: '';
  position: absolute;
  display: none;
}
.interstitial-delivery__radio-container {
  display: block;
}
.interstitial-delivery__radio-container .check-mark {
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 50%;
  background: #ffffff;
}
.interstitial-delivery__radio-container .check-mark:after {
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background: #000;
}
.interstitial-delivery__checkbox-container {
  display: block;
  align-items: center;
}
.interstitial-delivery__checkbox-container.included {
  opacity: 0.5;
}
.interstitial-delivery__checkbox-container .check-mark {
  height: 1rem;
  width: 1rem;
}
.interstitial-delivery__checkbox-container .check-mark:after {
  top: .0625rem;
  left: .25rem;
  width: .375rem;
  height: .625rem;
  border: solid black;
  border-width: 0 0.125rem 0.125rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.interstitial-delivery__included-copy {
  display: none;
  opacity: 0.5;
}
.interstitial-delivery__included-copy.show {
  display: inline;
}
.interstitial-delivery__accessories {
  display: none;
}
.interstitial-delivery__accessories:before {
  content: '';
  width: 100%;
  height: .0625rem;
  display: block;
  margin-top: 1rem;
  background: #000;
  opacity: .2;
}
.interstitial-delivery__accessories-info {
  position: relative;
  min-height: 1.25rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 0.5rem;
  margin: 0 0.5rem;
}
.interstitial-delivery__accessories-info > .interstitial-delivery__accessories-prev-btn-mobile,
.interstitial-delivery__accessories-info > .interstitial-delivery__accessories-next-btn-mobile {
  display: none;
  width: 1.25rem;
  height: 1.25rem;
  top: 40%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(135deg);
  transform: rotate(-45deg);
  border: solid #eeb111;
  border-width: 0 0.3125rem 0.3125rem 0;
  cursor: pointer;
}
.interstitial-delivery__accessories-info > .interstitial-delivery__accessories-prev-btn-mobile.slick-disabled,
.interstitial-delivery__accessories-info > .interstitial-delivery__accessories-next-btn-mobile.slick-disabled {
  border: solid #e2e2e2;
  border-width: 0 0.3125rem 0.3125rem 0;
}
.interstitial-delivery__accessories-info > .interstitial-delivery__accessories-prev-btn-mobile {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(135deg);
}
.interstitial-delivery__accessories-info-container {
  text-align: center;
  width: calc(100% - 2.5rem);
  font-size: 0.75rem;
  font-weight: bold;
}
.interstitial-delivery__accessories-info-container .bracket {
  display: initial;
}
.interstitial-delivery__accessory {
  display: flex;
  background: #ffffff;
  width: auto;
  height: 5rem;
  border: solid 0.0625rem #979797;
  align-items: center;
  margin: .5rem 0;
}
.interstitial-delivery__accessory.slick-slide {
  display: flex;
}
.interstitial-delivery__accessory .interstitial-delivery__checkbox-container {
  display: none;
}
.interstitial-delivery__accessory .interstitial-delivery__checkbox-container .check-mark {
  display: none;
}
.interstitial-delivery__accessory.selected {
  border: solid 0.125rem #000000;
}
.interstitial-delivery__accessory-image {
  max-height: 3.5rem;
  max-width: 3.5rem;
  margin: 0 .5rem;
}
.interstitial-delivery__accessory-specifications {
  font-size: .75rem;
  line-height: 1rem;
}
.interstitial-delivery__accessory-price {
  font-family: "HelveticaNeue", sans-serif;
  font-weight: bold;
}
.interstitial-delivery__accessory-price .red {
  color: #c80a33;
}
.interstitial-delivery__accessories-prev-btn,
.interstitial-delivery__accessories-next-btn {
  width: 1.25rem;
  height: 1.25rem;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid #eeb111;
  border-width: 0 0.3125rem 0.3125rem 0;
  cursor: pointer;
}
.interstitial-delivery__accessories-prev-btn.slick-disabled,
.interstitial-delivery__accessories-next-btn.slick-disabled {
  border: solid #e2e2e2;
  border-width: 0 0.3125rem 0.3125rem 0;
}
.interstitial-delivery__accessories-prev-btn {
  position: absolute;
  left: -0.9375rem;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(135deg);
}
.interstitial-delivery__accessories-next-btn {
  position: absolute;
  right: -0.9375rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.interstitial-delivery__header,
.interstitial-delivery__installation-section,
.interstitial-delivery__delivery-section {
  padding: 0 1rem;
}
.interstitial-delivery__installation-section,
.interstitial-delivery__delivery-section {
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.2);
  padding-bottom: 1.1875rem;
}
.interstitial-delivery__installation-section {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.2);
  background: #f2f2f2;
  margin-top: 1rem;
}
.interstitial-delivery__content-spot-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 2rem .9375rem 2rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.2);
}
.interstitial-delivery__content-spot-text {
  width: 38.375rem;
  line-height: 1.19;
}
.interstitial-delivery__required-option-error {
  display: none;
  color: #c80a33;
  font-size: .875rem;
  margin: 0.5rem 0 -0.625rem 0;
}
.interstitial-delivery .interstitial-delivery__fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.interstitial-delivery__accessory-wrapper.invisible {
  visibility: hidden;
}
@media all and (min-width: 48rem) {
  .interstitial-delivery {
    padding: 1.40625rem 0 0 0;
  }
  .interstitial-delivery__header {
    font-size: 1.25rem;
  }
  .interstitial-delivery__header-icon {
    display: inline-block;
  }
  .interstitial-delivery__header-icon svg {
    width: 2.75rem;
    height: 2.1875rem;
  }
  .interstitial-delivery__header-icon img {
    max-width: 2.75rem;
    max-height: 2.1875rem;
  }
  .interstitial-delivery__header,
  .interstitial-delivery__installation-section,
  .interstitial-delivery__delivery-section {
    padding: 0 2rem 1rem 2rem;
  }
  .interstitial-delivery__no-options {
    padding: 0;
  }
  .interstitial-delivery__title {
    font-size: 1rem;
    margin: 1rem 0;
  }
  .interstitial-delivery__policy {
    font-size: 1rem;
  }
  .interstitial-delivery__radio-container,
  .interstitial-delivery__checkbox-container {
    font-size: 1rem;
  }
  .interstitial-delivery__radio-container input:focus + .check-mark,
  .interstitial-delivery__checkbox-container input:focus + .check-mark {
    outline: dotted 0.125rem #000000;
  }
  .interstitial-delivery__required-option-error {
    font-size: 1rem;
  }
  .interstitial-delivery__accessory {
    width: 95%;
    margin: .5rem;
  }
  .interstitial-delivery__accessory .interstitial-delivery__checkbox-container.selected {
    display: flex;
  }
  .interstitial-delivery__accessory .interstitial-delivery__checkbox-container input:checked ~ .check-mark {
    display: block;
    margin: 0 0.75rem;
  }
  .interstitial-delivery__accessories-container .slick-track {
    margin-left: 0;
  }
  .interstitial-delivery__accessories-info-container {
    width: 100%;
  }
  .interstitial-delivery__accessories-info-container .bracket {
    display: none;
  }
}

.interstitial-cta-buttons {
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1rem 2rem 1.4375rem 2rem;
}
.interstitial-cta-buttons__secondary.button {
  padding: 0;
  font-size: 1rem;
  font-weight: normal;
  font-family: 'HelveticaNeue', sans-serif;
  background: none;
  text-decoration: underline;
  color: #353535;
}
.interstitial-cta-buttons__secondary.button:hover,
.interstitial-cta-buttons__secondary.button:focus {
  background: none;
  text-decoration: underline !important;
}
.interstitial-cta-buttons__main {
  width: 18rem;
  margin-left: 1rem;
  font-family: 'HelveticaNeue-Bold', sans-serif;
}
@media all and (max-width: 47.938rem) {
  .interstitial-cta-buttons {
    flex-direction: column;
    align-items: center;
    padding-top: 1.4375rem;
  }
  .interstitial-cta-buttons__secondary.button {
    width: 18rem;
    height: 2.3125rem;
    margin: 0 0 1rem 0;
    background-color: #fff;
    text-decoration: none;
    font-family: 'HelveticaNeue-Bold', sans-serif;
    border-radius: 3.125rem;
    border-top: .125rem solid #000;
    border-bottom: .125rem solid #000;
    border-left: .10rem solid #000;
    border-right: .20rem solid #000;
  }
  .interstitial-cta-buttons__secondary.button:hover,
  .interstitial-cta-buttons__secondary.button:focus {
    background: transparent;
    color: #D99E02;
  }
  .interstitial-cta-buttons__main.button {
    width: 18rem;
    margin: 0;
  }
}

.interstitial-content-spot-v2__wrapper-majors,
.interstitial-content-spot-v2__wrapper-non-majors,
.interstitial-content-spot-v2__wrapper-circuit-breaker-majors,
.interstitial-content-spot-v2__wrapper-circuit-breaker-non-majors {
  padding: 1rem 1.625rem 1rem 1.5rem;
}
.interstitial-content-spot-v2__heading {
  font-size: 0.875rem;
  line-height: 1.36;
  text-align: center;
  font-weight: bold;
  padding-bottom: 0.5rem;
}
.interstitial-content-spot-v2__body {
  font-size: 0.75rem;
  line-height: 1.33;
  text-align: center;
}
@media all and (min-width: 48rem) {
  .interstitial-content-spot-v2__wrapper-majors,
  .interstitial-content-spot-v2__wrapper-non-majors,
  .interstitial-content-spot-v2__wrapper-circuit-breaker-majors,
  .interstitial-content-spot-v2__wrapper-circuit-breaker-non-majors {
    padding: 1rem 7.063rem;
  }
  .interstitial-content-spot-v2__heading,
  .interstitial-content-spot-v2__body {
    font-size: 1rem;
    line-height: 1.19;
  }
}

.interstitial-content-spot__wrapper-majors,
.interstitial-content-spot__wrapper-non-majors,
.interstitial-content-spot__wrapper-circuit-breaker {
  padding: 1rem 1.625rem 1rem 1.5rem;
}
.interstitial-content-spot__heading {
  font-size: 0.875rem;
  line-height: 1.36;
  text-align: center;
  font-weight: bold;
  padding-bottom: 0.5rem;
}
.interstitial-content-spot__body {
  font-size: 0.75rem;
  line-height: 1.33;
  text-align: center;
}
@media all and (min-width: 48rem) {
  .interstitial-content-spot__wrapper-majors,
  .interstitial-content-spot__wrapper-non-majors,
  .interstitial-content-spot__wrapper-circuit-breaker {
    padding: 1rem 7.063rem;
  }
  .interstitial-content-spot__heading,
  .interstitial-content-spot__body {
    font-size: 1rem;
    line-height: 1.19;
  }
}

@font-face {
  font-family: "Helvetica Neue LT W01_41488878";
  src: url("https://fast.fonts.net/dv2/14/3a46542f-f429-4821-9a88-62e3be54a640.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_46 Lt It";
  src: url("https://fast.fonts.net/dv2/14/261b4efb-3d70-4965-977d-38af9422700d.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_55 Roman";
  src: url("https://fast.fonts.net/dv2/14/3dac71eb-afa7-4c80-97f0-599202772905.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_56 It";
  src: url("https://fast.fonts.net/dv2/14/21c44514-f4d6-4cff-a5de-e4cac5e61aff.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_65 Md";
  src: url("https://fast.fonts.net/dv2/14/5b1fbd62-45dc-4433-a7df-a2b24a146411.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_66 Md It";
  src: url("https://fast.fonts.net/dv2/14/657c2fa4-585b-4761-9e2e-65ab13159323.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_71488914";
  src: url("https://fast.fonts.net/dv2/14/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_76 Bd It";
  src: url("https://fast.fonts.net/dv2/14/ade4dbae-c607-4c84-a375-f0c4de0cc357.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
.interstitial-installation-service .green {
  color: #008800;
}
.interstitial-installation-service__title {
  font-size: 0.875rem;
  font-weight: bold;
  color: #000000;
  margin: 1rem 0 0.5rem 0;
}
.interstitial-installation-service__sub-title {
  font-size: 0.75rem;
  font-family: "HelveticaNeue", sans-serif;
  color: #000000;
  margin-bottom: 0.5rem;
}
@media all and (min-width: 48rem) {
  .interstitial-installation-service__title {
    font-size: 1rem;
  }
  .interstitial-installation-service-section {
    padding-bottom: 0;
  }
  .interstitial-installation-service__options {
    padding-bottom: 1rem;
  }
}

@font-face {
  font-family: "Helvetica Neue LT W01_41488878";
  src: url("https://fast.fonts.net/dv2/14/3a46542f-f429-4821-9a88-62e3be54a640.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_46 Lt It";
  src: url("https://fast.fonts.net/dv2/14/261b4efb-3d70-4965-977d-38af9422700d.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_55 Roman";
  src: url("https://fast.fonts.net/dv2/14/3dac71eb-afa7-4c80-97f0-599202772905.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_56 It";
  src: url("https://fast.fonts.net/dv2/14/21c44514-f4d6-4cff-a5de-e4cac5e61aff.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_65 Md";
  src: url("https://fast.fonts.net/dv2/14/5b1fbd62-45dc-4433-a7df-a2b24a146411.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_66 Md It";
  src: url("https://fast.fonts.net/dv2/14/657c2fa4-585b-4761-9e2e-65ab13159323.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_71488914";
  src: url("https://fast.fonts.net/dv2/14/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_76 Bd It";
  src: url("https://fast.fonts.net/dv2/14/ade4dbae-c607-4c84-a375-f0c4de0cc357.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
.interstitial-delivery .green {
  color: #008800;
}
.interstitial-delivery .red {
  color: #c90e37;
}
.interstitial-delivery__title {
  font-size: 0.875rem;
  font-weight: bold;
  color: #000000;
  margin: 1rem 0 0.5rem 0;
}
.interstitial-delivery__sub-title {
  font-size: 0.75rem;
  font-family: "HelveticaNeue", sans-serif;
  color: #000000;
  margin-bottom: 0.5rem;
}
.interstitial-delivery__accessory {
  margin: 0.5rem 0 0 0;
}
.interstitial-delivery__accessories-info {
  padding-top: 1rem;
}
.interstitial-delivery__accessory-specifications {
  color: #000000;
}
.interstitial-delivery__accessories-info-container {
  color: #000000;
  font-family: "HelveticaNeue", sans-serif;
}
@media all and (min-width: 48rem) {
  .interstitial-delivery__title {
    font-size: 1rem;
  }
  .interstitial-delivery .red {
    color: #c80a33;
  }
  .interstitial-delivery__accessories:before {
    margin-top: 0;
  }
  .interstitial-delivery__accessory {
    margin: 0.5rem 0 0 0;
  }
  .interstitial-delivery__accessories-container .slick-track {
    margin-left: 0.5rem;
  }
  .interstitial-delivery__accessories-info {
    padding-top: 0;
  }
  .interstitial-delivery__accessory-specifications {
    color: #000000;
  }
  .interstitial-delivery__installation-section {
    padding-bottom: 0;
  }
  .interstitial-delivery__options {
    padding-bottom: 1rem;
  }
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  margin: .3em 0 .2em;
}
h5 {
  color: #5B5B5B;
}
.card p {
  color: #353535;
}
.form-select-icon {
  color: #000000;
}
html,
body {
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  color: #222222;
  font-size: 16px;
  background-color: #ffffff;
}
button,
input,
optgroup,
select,
textarea {
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  color: #222222;
}
p {
  margin: 0;
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  color: #222222;
}
a,
button.link-btn {
  color: #000;
  font-weight: bold;
  font-size: 105%;
}
a:hover,
button.link-btn:hover,
button.link-btn:focus {
  color: #353535;
}
button.link-btn:hover {
  text-decoration: underline !important;
}
.rte a {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
  font-size: 105%;
}
.rte a:hover {
  color: #353535;
  text-decoration: underline;
}
.rte ul li a {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
  font-size: 105%;
}
.rte ul li a:hover {
  color: #353535;
  text-decoration: underline;
}
.button,
.form-button.contact-us-send-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  text-align: center;
  background: #EEB111;
  color: #000000;
  font-family: "Helvetica Neue LT W01_55 Roman", Helvetica, Arial;
  border: none;
  min-width: 10.88em;
  height: 40px;
  cursor: pointer;
  border-radius: 30px;
  text-decoration: none;
  white-space: nowrap;
}
.button.button-grey.secondary.btn-rebates-2 {
  padding: 1em;
}
.button.button-grey {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  display: inline-flex;
}
.button.button-grey:hover {
  color: #353535;
  background-color: #e2e2e2;
  text-decoration: none;
  border: 2px solid #353535;
}
.button.button-grey:focus {
  color: #353535;
  background-color: #fff;
  border: 2px solid #353535;
  text-decoration: underline;
}
button:hover,
.button:hover,
button:focus,
.button:focus,
.form-button.contact-us-send-btn:hover,
.form-button.contact-us-send-btn:focus {
  background-color: #D99E02;
  color: #000;
  text-decoration: none;
}
.cmp .rte .button-grey:hover {
  color: #353535;
  background-color: #e2e2e2;
  text-decoration: none;
}
.cmp .rte .button-grey:focus {
  background-color: #ffffff;
  border: 2px solid #353535;
}
a.button {
  text-decoration: none;
}
a.white-link,
a.white-link:hover {
  color: white;
}
.rte {
  color: #222222;
}
.rte h1 {
  color: #000;
}
.rte b {
  color: #222222;
}
.rte a b:hover {
  color: #353535;
}
.rte .button.button-grey {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  display: inline-flex;
}
.rte .button.button-grey:hover {
  color: #002e5f;
  background-color: #e2e2e2;
  text-decoration: none;
  border: 2px solid #353535;
}
.rte .button.button-grey:focus {
  color: #002e5f;
  background-color: #fff;
  border: 2px solid #353535;
  text-decoration: underline;
}
.rte .btn-decorative {
  padding: 1em;
  width: 100%;
  margin: 0.25em auto;
}
.rte .button:hover,
.rte button:hover,
.rte .button:focus,
.rte button:focus {
  text-decoration: none;
  color: #000;
  background-color: #D99E02;
}
.rte .btn-decorative a:hover {
  color: #353535;
  text-decoration: none;
  background: transparent;
}
.rte .btn-decorative a {
  color: #353535;
  font-family: "Helvetica Neue LT W01_55 Roman", Helvetica, Arial;
  text-decoration: none;
  background: transparent;
  padding: 0.5rem 1.25rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  text-align: center;
  width: inherit;
  justify-content: center;
}
.rte .desktop-center {
  text-align: center;
}
.btn.btn-success.btn-small {
  color: #222222;
  background-color: #eeb111;
}
a.btn.btn-success.btn-small:hover {
  color: #222222;
  background-color: #D99E02;
}
div.btn.btn-success.btn-small:hover {
  color: #222222;
  background-color: #D99E02;
}
.blog-header-title h1,
.blog-header-title h2,
.blog-header-title p {
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .rte .mobile-center {
    text-align: center;
  }
  .hidden-xs {
    display: none !important;
  }
  a.button,
  button.button,
  button.form-button,
  button.add-to-cart-btn,
  .form-button.contact-us-send-btn {
    width: 70%;
    margin-bottom: 20px;
  }
  button.form-button.button.place-order-btn {
    width: 100%;
  }
  a.button-full,
  button.button-full {
    width: 100%;
  }
}
.form-button.contact-us-send-btn {
  width: inherit;
}
@media (max-width: 1023px) {
  .megamenu-nav-items a {
    text-transform: capitalize;
  }
  .megamenu-nav-back a {
    text-transform: capitalize;
  }
  h1 {
    margin: 0.67em 0;
  }
  h5 {
    color: #5B5B5B;
  }
  .card p {
    color: #353535;
  }
  html,
  body {
    font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
    color: #222222;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
    color: #222222;
  }
  p {
    margin: 0;
    font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
    color: #222222;
  }
  a {
    color: #000;
    font-weight: bold;
    font-size: 105%;
  }
  a:hover {
    color: #353535;
  }
  .rte a {
    color: #000;
    text-decoration: underline;
    font-weight: bold;
    font-size: 105%;
  }
  .rte a:hover {
    color: #656565;
    text-decoration: underline;
  }
  .rte ul li a {
    color: #000;
    text-decoration: underline;
    font-weight: bold;
    font-size: 105%;
  }
  .rte ul li a:hover {
    color: #353535;
    text-decoration: underline;
  }
  .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: none;
    text-align: center;
    background: #EEB111;
    color: #000000;
    font-family: "Helvetica Neue LT W01_55 Roman", Helvetica, Arial;
    border: none;
    height: 2.5rem;
    padding: 0 1.25rem;
    cursor: pointer;
  }
  .button.button-grey {
    color: #000;
    background-color: #ffffff;
    border: 2px solid #000;
  }
  .button.button-grey:hover {
    color: #353535;
    background-color: #e2e2e2;
    text-decoration: none;
  }
  .button.button-grey:focus {
    background-color: #ffffff;
    border: 2px solid #353535;
  }
  button:hover,
  .button:hover {
    background: #D99E02;
    color: #000000;
  }
  a.button {
    text-decoration: none;
  }
  .rte {
    color: #222222;
  }
  .rte h1 {
    font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
    color: #000;
  }
  .rte b {
    color: #222222;
  }
  .rte .btn-decorative a:hover {
    color: #000000;
    text-decoration: none;
    background: transparent;
  }
  .rte .btn-decorative a {
    color: #000000;
    font-family: "Helvetica Neue LT W01_55 Roman", Helvetica, Arial;
    text-decoration: none;
    background: transparent;
    padding: 0.5rem 1.25rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    text-align: center;
  }
  .blog-header-title h1,
  .blog-header-title h2,
  .blog-header-title p {
    color: #000;
  }
}
.form-select-icon {
  color: #EEB111;
}
.modal-dialog-buttons {
  border-top: 1px solid #e2e2e2;
  padding-top: 25px;
}
.modal-add-to-cart-cfm {
  background-color: #f2f2f2;
}
button.button.modal-add-to-cart-cfm-trigger {
  display: none;
}
@media (min-width: 768px) {
  .border-right {
    border-right: 1px solid #F2F2F2;
  }
}
.image-content {
  padding: 15px;
}
.login-registration-form .form-buttons {
  margin: 1rem 0;
}
.login-registration-form .form-buttons .form-button {
  background-color: #eeb111;
  border-radius: 30px;
  width: auto;
  text-transform: capitalize;
  color: #000000;
}
.login-registration-form .form-buttons .form-button:hover {
  background-color: #d99e02;
}
.form-input.form-success {
  border-color: #008800;
}
.login-registration-form .form-group .form-group-item .form-checkbox .form-checkbox-input {
  top: 0.25rem;
}
.login-registration-form .form-group .form-group-item .registration-hide {
  display: none;
}
.form-button {
  font-size: 1rem;
  background-color: #eeb111;
  border-radius: 30px;
  text-transform: capitalize;
  color: #000;
}
.form-buttons .form-button {
  min-width: 8.88em;
}
.forgot-password .page-headline .page-headline-title {
  text-transform: capitalize;
}
#forgot-password-form .form-req-message {
  color: #c80a33;
}
#forgot-password-form .form-label {
  margin-bottom: 10px;
}
#forgot-password-form .form-input {
  border-color: #222;
}
#forgot-password-form .form-button {
  min-width: 150px;
}
#forgot-password-form .button-grey {
  color: #353535;
  border-color: #353535;
}
#forgot-password-form .button-grey:hover {
  color: #353535;
  background-color: #e2e2e2;
  text-decoration: none;
}
.form-req,
abbr.form-req {
  color: #222222;
}
@media (max-width: 767px) {
  .form-req-message {
    font-size: 0.625em;
  }
  .form-label {
    font-size: 0.875em;
  }
  .rte .button.button-grey {
    width: 80%;
  }
  .button.button-grey {
    width: 70%;
  }
}
.btn-rebates-2 a {
  text-decoration: none;
}
.btn-rebates-2 a:hover {
  text-decoration: none;
  color: #000;
}
@media (max-width: 767px) {
  .rte .btn-rebates-1 {
    width: unset;
  }
}
@media (min-width: 1024px) {
  .black-box {
    vertical-align: middle;
    background: #333;
    color: #fff;
    padding: 2px 25px;
    width: 100%;
    max-width: 394px;
    min-width: 240px;
  }
  .title-underline {
    border-bottom: 6px solid #eeb111;
    padding-bottom: 5px;
  }
}
.eco-m h1.ecr-heading {
  color: #000;
}
.page-headline-title {
  text-transform: none;
}
.compare-accordion-bar {
  background: white;
}
@media (min-width: 48rem) {
  .compare-accordion-bar {
    background: white;
    text-transform: none;
  }
}
.panel-heading .accordion-toggle:after {
  /*symbol for "opening" panels */
  background: url("https://material.io/tools/icons/static/icons/baseline-expand_less-24px.svg");
  width: 20px;
  height: 20px;
  content: "";
  float: right;
}
.panel-heading .accordion-toggle.collapsed:after {
  /*symbol for "collapsed" panels*/
  background: url("https://material.io/tools/icons/static/icons/baseline-expand_more-24px.svg");
  width: 20px;
  height: 20px;
  content: "";
}
.color-picker__dot {
  outline: none;
}
@media (max-width: 767px) {
  .raw-html .style-hub {
    margin: 0;
  }
  .hero-carousel__product-tile .ti .rte p a.button {
    width: 100%;
  }
}
.top-load-textbox-left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: 40px;
  align-self: center;
  padding: 15px;
}
.top-load-textbox-right {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-self: center;
  margin-right: 40px;
  padding: 15px;
}
.top-load-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin: 50px 0;
}
@media (max-width: 767px) {
  .top-load-container {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    margin: 10px 0;
  }
  .top-load-left {
    flex-direction: column;
  }
  .top-load-right {
    flex-direction: column-reverse;
  }
  .top-load-textbox-right {
    margin-right: 0;
  }
  .top-load-textbox-left {
    margin-left: 0;
  }
}
.listicon .listicon__item {
  margin-bottom: 0;
}
.listicon .listicon__item .listicon__item__icon {
  margin-bottom: 14px;
}
.section--card .section--thirds__row .section--thirds--full-width {
  margin-bottom: 40px;
}
.toggle-active,
.toggle-inactive {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.5rem;
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  font-size: 14px;
  text-transform: none;
  text-decoration: none;
  outline: 0;
}
.toggle-active {
  background-color: #EEB111;
  color: #000000;
  font-weight: bold;
  border-radius: 2rem;
  height: 40px;
  width: 95px;
}
.toggle-active:focus {
  text-decoration: none;
}
.toggle-inactive {
  background-color: #FFFFFF;
  color: #353535;
  height: 40px;
  width: 95px;
  border-radius: 2rem;
}
.toggle-inactive:hover {
  background-color: #FFFFFF;
  color: #353535;
}
.header-account-link {
  text-decoration: none;
}
.rettellink {
  cursor: pointer;
}
.category__filter,
.category__filters-label {
  text-transform: capitalize;
}
.sticky-nav .sticky-nav__link:hover,
.sticky-nav .sticky-nav__link.active {
  border-bottom: 3px solid #EEB111;
}
.video-player.youtube {
  position: relative;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
  margin-bottom: -15%;
}
.video-player iframe,
.video-player embed,
.video-player video {
  width: 70%;
  height: 70%;
  position: absolute;
  top: 0;
  left: 5%;
}
@media (max-width: 768px) {
  .video-player.youtube {
    position: relative;
    padding-bottom: 60%;
    height: 0;
    overflow: hidden;
    margin-bottom: 0;
  }
  .video-player iframe,
  .video-player embed,
  .video-player video {
    width: 90%;
    height: 90%;
    position: absolute;
    top: 0;
    left: 5%;
  }
}
button[disabled],
.button[disabled],
button[disabled]:hover,
.button[disabled]:hover,
button[disabled]:active,
.button[disabled]:active {
  background-color: rgba(238, 177, 17, 0.25);
  color: rgba(0, 0, 0, 0.5);
}
.sign-in-wrapper .sign-in-popup .sign-in-modal-form {
  text-decoration: none;
}
.sign-in-wrapper .sign-in-popup .sign-in-modal-form .sign-in-popup__button {
  background-color: #FFF;
}

@font-face {
  font-family: 'whirlpool-icons';
  src: url('global/resources/whirlpool-icons.eot?ned7es');
  src: url('global/resources/whirlpool-icons.eot?ned7es#iefix') format('embedded-opentype'),
    url('global/resources/whirlpool-icons.ttf?ned7es') format('truetype'),
    url('global/resources/whirlpool-icons.woff?ned7es') format('woff'),
    url('global/resources/whirlpool-icons.svg?ned7es#whirlpool-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icons-"],
[class*=" icons-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'whirlpool-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icons-video-play:before {
  content: "\e92d";
}

.icons-account:before {
  content: "\e900";
}

.icons-affirm:before {
  content: "\e901";
}

.icons-alert:before {
  content: "\e902";
}

.icons-arrow-down:before {
  content: "\e903";
}

.icons-arrow-left:before {
  content: "\e904";
}

.icons-arrow-right:before {
  content: "\e905";
}

.icons-arrow-up:before {
  content: "\e906";
}

.icons-cart:before {
  content: "\e907";
}

.icons-check-box:before {
  content: "\e908";
}

.icons-checkmark:before {
  content: "\e909";
}

.icons-close:before {
  content: "\e90a";
}

.icons-compare:before {
  content: "\e90b";
}

.icons-connectivity:before {
  content: "\e90c";
}

.icons-delivery:before {
  content: "\e90d";
}

.icons-desktop:before {
  content: "\e90e";
}

.icons-download:before {
  content: "\e90f";
}

.icons-dual-fuel:before {
  content: "\e910";
}

.icons-edit:before {
  content: "\e911";
}

.icons-electric:before {
  content: "\e912";
}

.icons-email:before {
  content: "\e913";
}

.icons-favorite:before {
  content: "\e914";
}

.icons-gas:before {
  content: "\e915";
}

.icons-gift:before {
  content: "\e916";
}

.icons-hamburger:before {
  content: "\e917";
}

.icons-info:before {
  content: "\e918";
}

.icons-live-chat:before {
  content: "\e919";
}

.icons-location:before {
  content: "\e91a";
}

.icons-phone:before {
  content: "\e91b";
}

.icons-plus:before {
  content: "\e91c";
}

.icons-print:before {
  content: "\e91d";
}

.icons-radio-deselected:before {
  content: "\e91e";
}

.icons-radio-selected:before {
  content: "\e91f";
}

.icons-refurbished:before {
  content: "\e920";
}

.icons-registered:before {
  content: "\e921";
}

.icons-registration:before {
  content: "\e922";
}

.icons-replay:before {
  content: "\e923";
}

.icons-return:before {
  content: "\e924";
}

.icons-save:before {
  content: "\e925";
}

.icons-savings:before {
  content: "\e926";
}

.icons-scroll:before {
  content: "\e927";
}

.icons-search:before {
  content: "\e928";
}

.icons-select-box:before {
  content: "\e929";
}

.icons-service:before {
  content: "\e92a";
}

.icons-share:before {
  content: "\e92b";
}

.icons-sign-in:before {
  content: "\e92c";
}

.icons-warranty:before {
  content: "\e92e";
}

.cmp-image img {
  width: 100%;
  padding: 0 .3125rem;
}
@media (max-width: 767px) {
  .cmp-image img {
    width: 100%;
    padding: .3125rem;
  }
}

.textImage .cmp-image img {
    padding: 0;
}

.textImage .ti-text {
    padding: 0 60px;
}

@media (max-width: 767px) {
    .textImage .cmp-image img {
        padding: 0;
    }

    .textImage .ti-text {
	    padding: 0px;
	}
}

h1,
.rte h1 {
    font-size: 3.125em;
    line-height: 1.25;
    font-weight: 600;
}

h2,
.rte h2 {
    font-size: 2.75em;
    line-height: 1.5;
    font-weight: 600;
}

h3,
.rte h3 {
    font-size: 2.125em;
    line-height: 1.5;
    font-weight: 600;
}

h4,
.rte h4 {
    font-size: 1.875em;
    line-height: 1.5;
    font-weight: 600;
}

h5,
.rte h5 {
    font-size: 1.625em;
    line-height: 1.5;
}

h6,
.rte h6 {
    font-size: 1.25em;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Helvetica Neue LT W01_55 Roman',Helvetica, Arial;
}

p,
.rte ul li,
.rte ol li,
.rte ul li a{
    font-size: 1em;
    line-height: 1.5;
}

.secondary-text {
    font-size: 0.75em;
    font-family: 'Helvetica Neue LT W01_55 Roman',Helvetica, Arial;
}

.button {
    font-size: 1em;
    line-height: 20px;
    font-weight: 700;
}

.rte .btn-decorative a {
    line-height: 20px;
}

.rte {
    line-height: 1.5;
}

.rte b {
    font-weight: 700;
}

.login-registration-form .form-group .form-label {
    line-height: 1.5;
}

.login-registration-form .form-buttons .form-button {
    font-size: 1em;
    padding: 0 1.875rem;
}

.login-title,
.registration-title,
.guest-login-title {
    font-size: 1.625em;
}

.form-group-item .row .col-md-12 .recaptcha-error-msg {
    line-height: 1.5;
}

.forgot-password .page-headline .page-headline-title {
    font-size: 2.125em;
}

.forgot-password .page-headline .page-headline-text {
    font-size: 1em;
}

#forgot-password-form .form-req-message {
    font-size: 0.75em;
}

#forgot-password-form .form-label {
    font-size: 1em;
}

.form-req-message {
    font-size: 0.75em;
}

.form-label:not(.form-show-password-label) {
    font-size: 1em;
}

.eco-m h1,
.eco-m h2,
.eco-m h3,
.eco-m h4 {
    font-weight: 600;
}

.eco-m h1.ecr-heading {
    font-size: 3.125em;
    line-height: 1.5;
}

.eco-m h5.ecr-subheading {
    font-size: 1.625em;
    line-height: 1.5;
}

.eco-m .eco-c .eco-product-list .eco-heading h5.ecr-product-name {
    font-size: 1.625em;
    line-height: 1.5;
}

.eco-m .eco-c .media-body a.ecr-view-product {
    font-size: 0.75em;
}

.eco-m .eco-c .eco-more {
    font-size: 1em;
}

.eco-m .eco-c .eco-actions .eco-more a {
    font-size: 0.75em;
}

.eco-m .eco-c .row.eco-actions, .eco-m .eco-c .row.eco-details {
    font-size: 1em;
}

.page-headline-title {
    font-size: 2.125em;
}

.compare-accordion-bar {
    font-size: 1.25em;
}

.page-headline-text{
    font-size: .875em;
}

.panel-heading .accordion-toggle:after {
    font-size: 1px;
}

.panel-heading .accordion-toggle.collapsed:after {
    font-size: 1px;
}

.form-text {
    font-size: 0.75em;
}

.header-account-menu-trigger {
    font-weight: 700;
}

.footer p {
    font-size: 1em;
}

.rte-disclaimer {
    font-size: 0.75em;
    font-weight: 400;
    line-height:16px;
}

.product-disclaimers .product-disclaimer {
    font-size: 0.75em;
}

.footer-implinks-cell {
    font-size: 0.75em;
    line-height: 2;
}

.footer-accordion-tab-content {
    font-size: 0.75em;
    line-height: 16px;
}

.footer-accordion-link {
    line-height: 2;
}

.footer-accordion-title {
    font-size: 1em;
}

.compare-sticky-prd-add-cart .button {
    font-size: 0.75em;
}

div#owner-center .owner-links {
    font-size: 1em;
}

div#owner-center .owner-links a {
    font-size: 16px;
}

div#owner-center .card p{
    line-height: 19px;
}

.slp-title {
    font-size: 3.125em;
}

.slp-suggestions {
    font-size: 1em;
}

.clp-item-description {
    height: 1.5em;
    font-size: 0.75em;
}

.clp-item-title {
  font-size:  1.25em;
}

.clp-facet-group-title {
    font-size: 1.25em;
}

.clp-facet-checkbox-text {
    font-size: 0.75em;
    line-height: 1.5;
}

.clp-actions-counter,
.clp-see-all,
.clp-actions-more {
    font-size: 1em;
}


@media (max-width: 1023px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: 'Helvetica Neue LT W01_55 Roman',Helvetica, Arial;
    }
    
    .slp-title {
        font-size: 2.125em;
    }

    .slp-suggestions {
        font-size: 0.875em;
    }

    .clp-item-description {
      font-size: 0.625em;
    }

    .clp-item-title {
      font-size: 1.25em;
    }

    .clp-facet-group-title {
        font-size: 0.75em;
    }

    .clp-facet-checkbox-text {
        font-size: 0.625em;
    }
}

.slp-tab-trigger {
    font-size: 0.75em;
}

.plp-facets-active-item-remove,
.plp-facet-more-toggle,
.plp-see-all,
.plp-actions-more,
.plp-facets-active-clear,
.plp-actions-view-trigger,
.plp-item-color-trigger,
.plp-facet-group-trigger,
.plp-facets-panel-close-trigger {
    font-size: inherit;
}

.plp-item-name {
    font-size: 1.25em;
    font-weight: 700;
}

.plp-actions-counter {
    font-size: 0.875em;
}

.plp-actions-more {
    font-weight: normal;
}

.plp-facet-group-title {
    font-size: 1.25em;
}

.pdp-demos-tile-title,
.pdp-recipes-tile-title {
    font-size: 1.625em;
}

.pdp-features-tile-title {
    font-size: 1.625em;
    line-height: 1.5;
}

.pdp-demos-tile-desc,
.pdp-features-tile-desc,
.pdp-recipes-tile-desc {
    font-size: 1em;
}

.pdp-tray__prod-qty--label {
    font-weight: bold;
}

.pdp-tray__goto-rev--txt-link {
    font-size: 1em;
}

.pdp-tray__price {
    font-size: 1.875em;
    font-weight: 600;
}

.pdp-spec-title {
    font-size: 0.75em;
    font-weight: bold;
}

.pdp-spec-text {
    font-size: 0.75em;
    line-height: 1.5;
}

.pdp-manuals-help-title {
    font-size: 1em;
}

.pdp-manuals-help-dtl {
    font-size: 0.75em;
}

.pdp-manuals-media-download-title {
    font-size: 1em;
}

.pdp-manuals-media-download-desc {
    font-size: 0.75em;
}

.pdp-manuals-view-all {
    font-size: 0.75em;
}

.pdp-sn-model {
    font-size: 1em;
}

.pdp-sn-label {
    font-size: 1.875em;
    line-height: 1.5;
}

.pdp-sticky-nav .pdp-tray__price--small {
    font-size: 1em;
    line-height: 1.5;
}

.pdp-feat-view-more,
.pdp-rec-view-more {
    font-weight: normal;
}

.pdp-feat-view-more-text {
    font-size: 16px;
}

#BVRRContainer .bv-cv2-cleanslate  button.bv-write-review, #BVRRContainer .bv-cv2-cleanslate  button.bv-read-review, #BVRRContainer .bv-cv2-cleanslate  button.bv-ask-question, #BVRRContainer .bv-cv2-cleanslate  .bv-button {
    font-size: 1em !important;
}

#bv-mboxzone-lightbox.bv-cv2-cleanslate  .bv-submission .bv-fieldsets .bv-form-actions .bv-submission-button-submit, #bv-mboxzone-lightbox.bv-cv2-cleanslate  .bv-submission .bv-fieldsets .bv-form-actions .bv-submission-button-submit {
    font-size: 1em !important;
}

.bv-cv2-cleanslate .bv-filters select.bv-content-filter-select-element {
    font-size: 1.25em !important;
}

.pdp-sn-product-name {
    font-size: 22px;
}

.pdp-sn-list {
    font-size: 1em;
}

.pdp-sn-list-item {
    font-size: 1em;
}

.breadcrumbs-list-item {
    font-size: 1em;
}

.breadcrumbs-list-item-last {
    font-size: 0.75em;
}

.breadcrumbs-link {
    font-size: 0.75em;
}

.button.secondary {
    font-weight: 600;
}

.pdp-overview-text {
    font-size: 1em;
}

.pdp-overview-sub-title {
    font-size: 1em;
    line-height: 1.5;
}

.pdp-overview-inner-text {
    font-size: 1em;
    line-height: 1.5;
}

.contact-us-send-btn {
    font-size: 1em;
    line-height: 20px;
    font-weight: 700;
}

.contact-us-sec-title {
    font-size: 2.75em;
}

.megamenu-panel-trigger {
    font-size: .9rem;
    font-weight: 400;
}

.megamenu-panel-header-title {
    font-size: .9rem;
}

.megamenu-panel-title-link {
    font-size: .9rem;
}

.megamenu-nav-back-item,
.megamenu-nav-item {
    font-size: .9rem;
}

.megamenu-panel-trigger {
    font-weight: 700;
}

.megamenu-subpanel-link {
    font-size: 0.75em;
    line-height: 2.5;
}

.back-to-top-text {
    font-size: 9px;
}

.sitemap {
    line-height: 24px;
}

.sitemap-header {
    font-size: 1.25em;
}

.sitemap a {
    font-size: 1em;
}

.sitemap-title {
    font-size: 1em;
}

.sitemap-sub-titles {
    font-size: 1em;
}

.sitemap-sub-title {
    font-size: 1em;
}

.foot-note p {
  font-size: 0.75em;
}

@media (max-width: 1023px) {

    .button {
        font-size: 1em;
        line-height: 20px;
        font-weight: 700;
    }

    .rte .btn-decorative a {
        line-height: 20px;
        font-size: 1em;
    }

    p,
    .rte ul li a{
        font-size: 0.875em;
        line-height: 1.5;
    }

    h1,
    .rte h1 {
        font-size: 2.125em;
        line-height: 1.5;
        font-weight: 600;
    }

    h2,
    .rte h2 {
        font-size: 1.75em;
        line-height: 1.5;
    }

    h3,
    .rte h3 {
        font-size: 1.5em;
        line-height: 1.5;
    }

    h4,
    .rte h4 {
        font-size: 1.25em;
        line-height: 1.5;
    }

    h5,
    .rte h5 {
        font-size: 1em;
        line-height: 1.5;
    }

    h6,
    .rte h6 {
        font-size: 0.75rem;
        line-height: 1.5;
    }

    .btn-rebates-2 a {
        font-size: 16px;
    }

    .productnewssignup .footer-sign-up-cell .footer-sign-up-title {
        font-size: 0.875em;
    }

    div#owner-center .owner-links {
        font-size: 1em;
    }

    .plp-facet-group-title {
        font-size: 0.75em;
    }

    .plp-facet-checkbox-text {
        font-size: 0.625em;
    }

    .pdp-demos-tile-title,
    .pdp-recipes-tile-title {
        font-size: 1em;
    }

    .pdp-features-tile-title {
        font-size: 1em;
        line-height: 1.5;
    }

    .pdp-demos-tile-desc,
    .pdp-features-tile-desc,
    .pdp-recipes-tile-desc {
        font-size: 0.875em;
    }

    .pdp-feat-view-more-text{
        font-size: 14px;
    }

    .pdp-sn-label {
        font-size: 1.25em;
        font-weight: 600;
        line-height: 1.5;
    }

    .pdp-sticky-nav .pdp-tray__price--small {
        font-size: 0.875em;
        line-height: 1.5;
    }

    .slp-title {
        font-size: 2.125em;
    }
    .slp-suggestions {
        font-size: 0.875em;
    }

    .pdp-overview-sub-title {
        font-size: 0.875em;
        line-height: 1.5;
    }

    .pdp-overview-inner-text {
        font-size: 0.875em;
        line-height: 1.5;
    }
}

@media (max-width: 767px) {

    .forgot-password .page-headline .page-headline-title {
        font-size: 1.5em;
    }

    .forgot-password .page-headline .page-headline-text {
        font-size: 0.875em;
    }

    #forgot-password-form .form-req-message {
        font-size: 0.625em;
    }

    #forgot-password-form .form-label {
        font-size: 0.875em;
    }

    .eco-m h1.ecr-heading {
        font-size: 2.125em;
    }

    .eco-m h5.ecr-subheading {
        font-size: 1em;
    }

    .eco-m .eco-c .eco-product-list .eco-heading h5.ecr-product-name {
        font-size: 1em;
    }

    .eco-m .eco-c .media-body a.ecr-view-product {
        font-size: 0.625em;
    }

    .eco-m .eco-c .eco-more {
        font-size: 0.875em;
    }

    .eco-m .eco-c .eco-actions .eco-more a {
        font-size: 0.625em;
    }

    .eco-m .eco-c .row.eco-actions, .eco-m .eco-c .row.eco-details {
        font-size: 0.875em;
    }

    .footer-accordion-link {
        font-size: 12px;
    }

    .pdp-specs-features-title {
        font-size: 1em;
    }

    .pdp-spec-title {
        font-size: 0.875em;
    }

    .pdp-spec-text {
        font-size: 0.875em;
    }

    .breadcrumbs-link {
        font-size: 0.75rem;
    }
    .breadcrumbs-list-item {
        font-size: 1em;
    }
    .breadcrumbs-list-item-last {
        font-size: 0.75rem;
    }

    .contact-us-sec-title {
        font-size: 1.75em;
    }

    .secondary-text {
        font-size: 0.625em;
    }

    .foot-note p {
      font-size: 0.75em;
    }
}

@media (min-width: 48rem) {

    .page-headline-title {
        font-size: 3.125em;
    }
    .compare-accordion-bar {
        font-size: 1.875em;
    }
    .page-headline-text {
        line-height: 1.5;
        font-size: 1em;
    }

    .pdp-accordion-bar {
        font-size: 1.625em;
    }
}

@media (max-width: 47.9375rem) {
    .button.cookie-consent-trigger {
        font-size: .5rem;
    }
}

@media (min-width: 64rem) {
    .pdp-accordion-bar {
        font-size: 2.5em;
        font-weight: bold;
    }
}

@media (max-width: 767px) {
    .all_in_one_module--content .all_in_one_module--heading h2 {
        font-size: 1.75em;
        line-height: 1.5;
    }
}
@font-face {
  font-family: "Helvetica Neue LT W01_41488878";
  src: url("https://fast.fonts.net/dv2/14/3a46542f-f429-4821-9a88-62e3be54a640.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_46 Lt It";
  src: url("https://fast.fonts.net/dv2/14/261b4efb-3d70-4965-977d-38af9422700d.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_55 Roman";
  src: url("https://fast.fonts.net/dv2/14/3dac71eb-afa7-4c80-97f0-599202772905.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_56 It";
  src: url("https://fast.fonts.net/dv2/14/21c44514-f4d6-4cff-a5de-e4cac5e61aff.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_65 Md";
  src: url("https://fast.fonts.net/dv2/14/5b1fbd62-45dc-4433-a7df-a2b24a146411.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_66 Md It";
  src: url("https://fast.fonts.net/dv2/14/657c2fa4-585b-4761-9e2e-65ab13159323.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_71488914";
  src: url("https://fast.fonts.net/dv2/14/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_76 Bd It";
  src: url("https://fast.fonts.net/dv2/14/ade4dbae-c607-4c84-a375-f0c4de0cc357.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
.password-visual-meter__validation-item {
  font-family: "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
}
.password-visual-meter__validation-item--success {
  color: #008800;
}
.password-visual-meter__validation-item--success:before {
  background: #008800;
}
.password-visual-meter__validation-item--failed {
  color: #000000;
}
.password-visual-meter__validation-item--failed:before {
  background: #c80a33;
}

@font-face {
  font-family: "Helvetica Neue LT W01_41488878";
  src: url("https://fast.fonts.net/dv2/14/3a46542f-f429-4821-9a88-62e3be54a640.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_46 Lt It";
  src: url("https://fast.fonts.net/dv2/14/261b4efb-3d70-4965-977d-38af9422700d.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_55 Roman";
  src: url("https://fast.fonts.net/dv2/14/3dac71eb-afa7-4c80-97f0-599202772905.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_56 It";
  src: url("https://fast.fonts.net/dv2/14/21c44514-f4d6-4cff-a5de-e4cac5e61aff.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_65 Md";
  src: url("https://fast.fonts.net/dv2/14/5b1fbd62-45dc-4433-a7df-a2b24a146411.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_66 Md It";
  src: url("https://fast.fonts.net/dv2/14/657c2fa4-585b-4761-9e2e-65ab13159323.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_71488914";
  src: url("https://fast.fonts.net/dv2/14/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_76 Bd It";
  src: url("https://fast.fonts.net/dv2/14/ade4dbae-c607-4c84-a375-f0c4de0cc357.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
.form-show-password-label {
  border-radius: 1.875rem;
  font-family: "HelveticaNeue", sans-serif;
  font-weight: 700;
}

@media(min-width: 64.1rem) {
  .header-logo-image {
    width: 123px;
    height: 48.172px;
  }
}

@media (max-width:768px) {
  .header-logo-image {
    width: 98px;
    height: 37.98px;
  }
}

@media (max-width: 495px) {
  .header-logo-image {
    width: 78px;
    height: 30.55px;
  }
}

.button.cookie-consent-trigger {
  background: #EEB111;
  display: inline-flex;
}

.button.cookie-consent-trigger:hover, 
.button.cookie-consent-trigger:focus {
  text-decoration: none;
  color: #000;
  background-color: #D99E02;
}

@media (max-width: 47.9375rem) {
  .button.cookie-consent-trigger {
    height: 1.875rem;
    width: 1.875rem;
  }
  .button.cookie-consent-trigger:hover, 
  .button.cookie-consent-trigger:focus {
    text-decoration: none;
    color: #000;
    background-color: #D99E02;
  }
}

@media (max-width: 64rem) {
  .button.header-menu-trigger,
  button.header-menu-trigger {
    background: #EEB111;
  }
  .button.cookie-consent-trigger:hover, 
  .button.cookie-consent-trigger:focus {
    text-decoration: none;
    color: #000;
    background-color: #D99E02;
  }
}

.header-language-trigger:hover {
  color: #D99E02;
}

.header-language-trigger-icon {
  color: #EEB111;
}

.header-language-nav-item {
  color: #EEB111;
}

.header-language-nav-item:hover, .header-language-nav-item:focus {
  background: #EEB111;
}

.header-chat-link {
  text-decoration: none;
}

.header-chat-link:hover {
  color: #D99E02;
}

.header-search-trigger {
  color: #EEB111;
}

.header-search-trigger:hover {
  color: #D99E02;
}

.header-search-button {
  color: #EEB111;
}

@media (max-width: 47.9375rem) {
  .header-account-link-text {
    display: inline-block;
    font-weight: normal;
    padding-left: 0.5rem;
  }
}

.header-search-button:hover {
  color: #E09D00; 
}
.header-account-link{
  background: transparent;
}
.header-account-link:hover {
  color: #D99E02;
  background: transparent;
}

.header-account-menu-link:hover {
  color: #D99E02;
}

.header-account-menu-trigger:hover {
  color: #D99E02;
}

.header-account-menu-trigger:hover {
  color: #D99E02;
}

.header-account-menu-drop-icon {
  color: #EEB111;
}

.header-account-nav-item {
  color: #EEB111;
}

.header-account-nav-item:hover, .header-account-nav-item:focus {
  background: #EEB111;
}

.header-cart-trigger:hover {
  color: #D99E02;
}

.header-cart-item-count {
  background: #EEB111;
}

.header-menu-trigger.header-menu-trigger-open {
  color: #EEB111;
}

.header-suggestions-icon {
  color: #EEB111;
}

.header-search-input {
	border-radius: 30px;
}

header.header,
header.header.d2cdp-header-checkout {
  border-bottom-color: #eeb111;
}

.contact-info-header {
  font-size: 1rem;
  font-weight: bold;
  text-transform: none;
}

.inner-info {
  font-size: 0.75em;
}

.inner-info a:first-child {
  color: #222;
  text-decoration: underline;
}

.checkout-help-link {
  color: black;
  text-decoration: underline;
}

.modal-bg {
  z-index: 1049;
}


.footer {
	background-color: #f2f2f2;
	padding: 1rem 0 2rem;
    padding: 0;
    margin-top: 0;
}

.rte-disclaimer {
	color: #5b5b5b;
}

.footer-implinks-cell {
	color: #5b5b5b;
    text-decoration-line: underline;
    -webkit-text-decoration-line: underline;
}

.footer-implinks-cell:hover {
	color: #5b5b5b;
}

.footer-accordion-link {
	color: #5b5b5b;
    text-decoration: none;
}

.footer-accordion-link:hover {
	color: #5b5b5b;
}

.footer-accordion-title {
	color: #353535;
}

.footer-media-cell-container-bottom {
  display: none;
}

@media(min-width: 768px) {   
    .footer-accordion-col {
        flex-basis: 25%;
        max-width: 25%;
    }
    
    .footer-cta-box {
        padding: 40px 0 40px;
        max-width: 74.375rem;
    	margin: 0 auto;
    	border-bottom: .125rem solid #e2e2e2;
    }

	.footer-social {
    	padding-top: 40px;
	}

	.footer-accordion-title {
		margin-bottom: 40px;
	}
}

.footer-disclaimer-box {
	display: none;
}

.footer-cta-title {
    text-transform: none;
    line-height: 1.575rem;
    font-size: 1.05rem;
}

.footer-socialmedia-title {
	display: none;
}

.g-row-top {
    justify-content: space-between;
}

@media(max-width: 767px) {
	.footer {
    	padding: 1px;
	}

	.g-col-md-3 {
    	justify-content: center;
    	display: flex;
		margin: 10px 0;
	}

	.g-col-md-3.footer-social {
		margin: 1.25rem 0 0.9375rem 0;
	}

    .footer-sign-up-title {
    	padding: 1rem 0;
    }

	.footer-cta-box {
        padding-bottom: 0;
    }

    .footer-implinks-box {
    	margin-bottom: 7rem;
    	padding: 0;
    	text-align: center;
	}
	.footer-implinks-box .g-row {
    	justify-content: center;
    }
}

.footer-accordion-checkbox[type=checkbox]:checked + .footer-accordion-title:after {
  -webkit-transform-origin: -1rem 1.2rem;
  transform-origin: -1rem 1.2rem;
}

@media (min-width: 64rem) {
    .d2cdp-footer-checkout {
        text-align: left;
        margin: 1rem;
    }

    .d2cdp-footer-implinks-box .align-center {
        justify-content: left;
        margin-left: 1rem;
    }

    .d2cdp-footer-implinks-box p {
        margin: 1rem;
    }

    .align-center .g-col-6 {
        padding-left: 0;
    }

    .footer-implinks-cell {
        margin-top: 0rem;
    }
}

.aem-Grid.column {
  padding-right: 0px;
  padding-left: 0px;
  display: flex;
  align-items: center;
}

.location-modal-header {
  text-transform: capitalize;
}
.icon.wishlist-btn__icon-empty,
.icon.wishlist-btn__icon-filled {
  display: none;
}

.icon.wishlist-btn__icon-empty.active,
.icon.wishlist-btn__icon-filled.active {
  display: inline-block;
  height: 0.87rem;
}

@media (min-width: 48rem) {
    .pdp-tray__price-section .pdp-tray__eco .pdp-tray__eco-text--decorated .ng-isolate-scope .eco-m .eco-c .eco-widget .eco-value .ecr-details .ng-binding:hover {
        font-family: 'Avenir Roman', sans-serif;
        color: #5b5b5b;
    }
}   
.main-font {
  font-family: 'Helvetica Neue', 'Helvetica Neue LT W01_55', 'Helvetica Neue LT W01_71488914', Helvetica, Arial, sans-serif;
}
.sign-in-wrapper .sign-in-popup__form .login .login-title {
  color: #000;
  font-weight: bold;
  margin-bottom: 1.375rem;
  font-family: 'Helvetica Neue', 'Helvetica Neue LT W01_55', 'Helvetica Neue LT W01_71488914', Helvetica, Arial, sans-serif;
}
.sign-in-wrapper .sign-in-popup__form .login .form-label {
  color: #000;
  font-size: .75rem;
  font-weight: bold;
  margin-bottom: .41875rem;
  font-family: 'Helvetica Neue', 'Helvetica Neue LT W01_55', 'Helvetica Neue LT W01_71488914', Helvetica, Arial, sans-serif;
}
.sign-in-wrapper .sign-in-popup__form .login .form-label .form-req {
  color: inherit;
}
.sign-in-wrapper .sign-in-popup__form .login fieldset:nth-of-type(1) {
  margin-bottom: .8125rem;
}
.sign-in-wrapper .sign-in-popup__form .login fieldset:nth-of-type(2) {
  margin-bottom: .5625rem;
}
.sign-in-wrapper .sign-in-popup__form .login .login-forgot-password-edit {
  margin-bottom: .5625rem;
}
.sign-in-wrapper .sign-in-popup__form .login .login-forgot-password-link {
  color: #000;
  font-size: .75rem;
  font-family: 'Helvetica Neue', 'Helvetica Neue LT W01_55', 'Helvetica Neue LT W01_71488914', Helvetica, Arial, sans-serif;
  text-decoration: none;
}
.sign-in-wrapper .sign-in-popup__divider {
  font-size: .75rem;
  font-weight: bold;
  color: #000;
  font-family: 'Helvetica Neue', 'Helvetica Neue LT W01_55', 'Helvetica Neue LT W01_71488914', Helvetica, Arial, sans-serif;
}
.sign-in-wrapper .sign-in-popup__divider::before,
.sign-in-wrapper .sign-in-popup__divider::after {
  top: 55%;
}
.sign-in-wrapper .sign-in-popup .sign-in-modal-form {
  display: inline-block;
  transform: translateX(-50%);
  left: 50%;
  border: none;
  position: relative;
  height: unset;
}
.sign-in-wrapper .sign-in-popup .sign-in-modal-form .sign-in-popup__button {
  color: #353535;
  font-weight: bold;
  text-transform: none;
  font-family: 'Helvetica Neue', 'Helvetica Neue LT W01_55', 'Helvetica Neue LT W01_71488914', Helvetica, Arial, sans-serif;
}
.sign-in-account .sign-in-account__link.link-btn {
  color: #000;
}
@media (min-width: 1024px) {
  .sign-in-wrapper .sign-in-popup__form {
    padding-top: 2.5rem;
  }
  .sign-in-wrapper .sign-in-popup__heading {
    color: #fff;
    font-size: 2.125rem;
    margin-bottom: .5rem;
    font-weight: bold;
    font-family: 'Helvetica Neue', 'Helvetica Neue LT W01_55', 'Helvetica Neue LT W01_71488914', Helvetica, Arial, sans-serif;
  }
  .sign-in-wrapper .sign-in-popup__main-text {
    color: #fff;
    font-family: 'Helvetica Neue', 'Helvetica Neue LT W01_55', 'Helvetica Neue LT W01_71488914', Helvetica, Arial, sans-serif;
  }
}

@font-face {
  font-family: "Helvetica Neue LT W01_41488878";
  src: url("https://fast.fonts.net/dv2/14/3a46542f-f429-4821-9a88-62e3be54a640.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_46 Lt It";
  src: url("https://fast.fonts.net/dv2/14/261b4efb-3d70-4965-977d-38af9422700d.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_55 Roman";
  src: url("https://fast.fonts.net/dv2/14/3dac71eb-afa7-4c80-97f0-599202772905.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_56 It";
  src: url("https://fast.fonts.net/dv2/14/21c44514-f4d6-4cff-a5de-e4cac5e61aff.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_65 Md";
  src: url("https://fast.fonts.net/dv2/14/5b1fbd62-45dc-4433-a7df-a2b24a146411.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_66 Md It";
  src: url("https://fast.fonts.net/dv2/14/657c2fa4-585b-4761-9e2e-65ab13159323.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_71488914";
  src: url("https://fast.fonts.net/dv2/14/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_76 Bd It";
  src: url("https://fast.fonts.net/dv2/14/ade4dbae-c607-4c84-a375-f0c4de0cc357.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
.compatibility__header {
  font-family: 'HelveticaNeue-Bold', sans-serif;
  font-weight: 900;
  font-size: 1.625rem;
}
.compatibility-form__button {
  background: #eeb111;
  text-transform: capitalize;
  font-size: 1rem;
}
.compatibility-modal__subtitle {
  font-size: 1rem;
}
.compatibility-modal__title {
  font-size: 1.25rem;
}
.compatibility.updated-filter-compatibility .updated-compatibility__status__message {
  font-family: 'HelveticaNeue-Bold', sans-serif;
}
.compatibility.updated-filter-compatibility .updated-compatibility__status__model-text {
  font-family: 'HelveticaNeue-Bold', sans-serif;
}
@media (min-width: 48rem) {
  .compatibility__header {
    font-size: 2.75rem;
  }
}

@media (max-width: 47.9375rem) {
  .footer-accordion-checkbox[type=checkbox] + .footer-accordion-title::after {
    content: url("../../../../etc.clientlibs/digital-platform/clientlibs/common/resources/breadcrumb-caret-right.svg");
  }
}
.breadcrumbs-container .breadcrumbs .breadcrumbs-list-item {
  font-family: "HelveticaNeue", sans-serif;
}
.breadcrumbs-container .breadcrumbs .breadcrumbs-list-item .breadcrumbs-link {
  color: #222222;
}

@font-face {
  font-family: "Helvetica Neue LT W01_41488878";
  src: url("https://fast.fonts.net/dv2/14/3a46542f-f429-4821-9a88-62e3be54a640.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_46 Lt It";
  src: url("https://fast.fonts.net/dv2/14/261b4efb-3d70-4965-977d-38af9422700d.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_55 Roman";
  src: url("https://fast.fonts.net/dv2/14/3dac71eb-afa7-4c80-97f0-599202772905.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_56 It";
  src: url("https://fast.fonts.net/dv2/14/21c44514-f4d6-4cff-a5de-e4cac5e61aff.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_65 Md";
  src: url("https://fast.fonts.net/dv2/14/5b1fbd62-45dc-4433-a7df-a2b24a146411.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_66 Md It";
  src: url("https://fast.fonts.net/dv2/14/657c2fa4-585b-4761-9e2e-65ab13159323.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_71488914";
  src: url("https://fast.fonts.net/dv2/14/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_76 Bd It";
  src: url("https://fast.fonts.net/dv2/14/ade4dbae-c607-4c84-a375-f0c4de0cc357.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
.prd-carousel {
  font-family: "HelveticaNeue", sans-serif;
}
.prd-carousel-top-price {
  font-weight: 700;
  color: #c80a33;
  margin-bottom: 0.125rem;
}
.prd-carousel-top-price-label {
  font-size: 0.75rem;
  font-weight: 400;
}
.prd-carousel-top-price.single-line {
  color: #000000;
}
.prd-carousel-top-price.red-price {
  color: #c80a33;
}
.prd-carousel__saving {
  color: #008800;
}

@font-face {
  font-family: "Helvetica Neue LT W01_41488878";
  src: url("https://fast.fonts.net/dv2/14/3a46542f-f429-4821-9a88-62e3be54a640.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_46 Lt It";
  src: url("https://fast.fonts.net/dv2/14/261b4efb-3d70-4965-977d-38af9422700d.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_55 Roman";
  src: url("https://fast.fonts.net/dv2/14/3dac71eb-afa7-4c80-97f0-599202772905.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_56 It";
  src: url("https://fast.fonts.net/dv2/14/21c44514-f4d6-4cff-a5de-e4cac5e61aff.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_65 Md";
  src: url("https://fast.fonts.net/dv2/14/5b1fbd62-45dc-4433-a7df-a2b24a146411.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_66 Md It";
  src: url("https://fast.fonts.net/dv2/14/657c2fa4-585b-4761-9e2e-65ab13159323.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_71488914";
  src: url("https://fast.fonts.net/dv2/14/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_76 Bd It";
  src: url("https://fast.fonts.net/dv2/14/ade4dbae-c607-4c84-a375-f0c4de0cc357.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
.potential-promotions__disclaimer-cta-button {
  border: 0.0625rem solid #5b5b5b;
}
.potential-promotions__disclaimer-cta-button:focus {
  outline: unset;
}
.potential-promotions__icon path {
  fill: #000000;
}
.potential-promotions__close-button {
  background: #eeb111;
}
.potential-promotions__close-button path {
  fill: #000000;
}
.potential-promotions__message {
  background-color: #ffffff;
}
@media all and (max-width: 48rem) {
  .potential-promotions__message {
    background-color: #f2f2f2;
  }
}
.potential-promotions__text {
  color: #222222;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02rem;
}
@media only screen and (min-width: 64rem) {
  .potential-promotions__text {
    font-size: 0.875rem;
  }
}
.potential-promotions__disclaimer-text {
  color: #222222;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  box-shadow: 0.0625rem 0.0625rem 0.5rem 0 rgba(0, 0, 0, 0.25);
}
.potential-promotions__disclaimer-text-index {
  border: 0.063rem solid #5b5b5b;
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
}
.plp-item .potential-promotions__message {
  background-color: #f2f2f2;
}
.plp-item__potential-promotions-title {
  color: #222222;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 0.015rem;
  text-transform: capitalize;
}

@font-face {
  font-family: "Helvetica Neue LT W01_41488878";
  src: url("https://fast.fonts.net/dv2/14/3a46542f-f429-4821-9a88-62e3be54a640.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_46 Lt It";
  src: url("https://fast.fonts.net/dv2/14/261b4efb-3d70-4965-977d-38af9422700d.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_55 Roman";
  src: url("https://fast.fonts.net/dv2/14/3dac71eb-afa7-4c80-97f0-599202772905.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_56 It";
  src: url("https://fast.fonts.net/dv2/14/21c44514-f4d6-4cff-a5de-e4cac5e61aff.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_65 Md";
  src: url("https://fast.fonts.net/dv2/14/5b1fbd62-45dc-4433-a7df-a2b24a146411.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_66 Md It";
  src: url("https://fast.fonts.net/dv2/14/657c2fa4-585b-4761-9e2e-65ab13159323.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_71488914";
  src: url("https://fast.fonts.net/dv2/14/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_76 Bd It";
  src: url("https://fast.fonts.net/dv2/14/ade4dbae-c607-4c84-a375-f0c4de0cc357.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
.professional-discount-modal__buttons--skip {
  background: #ffffff;
  border-radius: 3.125rem;
  border: 0.125rem solid #000000;
}
.professional-discount-modal__buttons--skip:hover {
  background: #ffffff;
  color: #eeb111;
}

@font-face {
  font-family: "Helvetica Neue LT W01_41488878";
  src: url("https://fast.fonts.net/dv2/14/3a46542f-f429-4821-9a88-62e3be54a640.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_46 Lt It";
  src: url("https://fast.fonts.net/dv2/14/261b4efb-3d70-4965-977d-38af9422700d.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_55 Roman";
  src: url("https://fast.fonts.net/dv2/14/3dac71eb-afa7-4c80-97f0-599202772905.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_56 It";
  src: url("https://fast.fonts.net/dv2/14/21c44514-f4d6-4cff-a5de-e4cac5e61aff.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_65 Md";
  src: url("https://fast.fonts.net/dv2/14/5b1fbd62-45dc-4433-a7df-a2b24a146411.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_66 Md It";
  src: url("https://fast.fonts.net/dv2/14/657c2fa4-585b-4761-9e2e-65ab13159323.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_71488914";
  src: url("https://fast.fonts.net/dv2/14/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_76 Bd It";
  src: url("https://fast.fonts.net/dv2/14/ade4dbae-c607-4c84-a375-f0c4de0cc357.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
.member-price-cta.header-account-link .member-price-cta__text__text {
  font-family: "HelveticaNeue", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: #222222;
}
.member-price-cta.header-account-link .member-price-cta__text__user-icon {
  background-color: #222222;
  -webkit-mask-image: url("../../../../etc.clientlibs/whirlpool/v2/clientlibs/global/resources/images/user-icon.svg");
  mask-image: url("../../../../etc.clientlibs/whirlpool/v2/clientlibs/global/resources/images/user-icon.svg");
}
.member-price-cta.header-account-link .member-price-cta__text__arrow-icon {
  background-color: #222222;
  -webkit-mask-image: url("../../../../etc.clientlibs/whirlpool/v2/clientlibs/global/resources/images/arrow-icon.svg");
  mask-image: url("../../../../etc.clientlibs/whirlpool/v2/clientlibs/global/resources/images/arrow-icon.svg");
}
.member-price-cta.header-account-link .member-price-cta__text.text-v2:hover > .member-price-cta__text__text {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.plp-facets-active-item-remove,
.plp-facet-more-toggle,
.plp-see-all,
.plp-actions-more,
.plp-facets-active-clear,
.plp-actions-view-trigger,
.plp-item-color-trigger,
.plp-facet-group-trigger,
.plp-facets-panel-close-trigger {
  color: #000;
}

.plp-facets-active-item-remove:hover,
.plp-facet-more-toggle:hover,
.plp-see-all:hover,
.plp-actions-more:hover,
.plp-facets-active-clear:hover,
.plp-actions-view-trigger:hover,
.plp-item-color-trigger:hover,
.plp-facet-group-trigger:hover,
.plp-facets-panel-close-trigger:hover {
  background-color: transparent;
  color: #D99E02;
}

.plp-facets-active-item-remove:focus,
.plp-facet-more-toggle:focus,
.plp-see-all:focus,
.plp-actions-more:focus,
.plp-facets-active-clear:focus,
.plp-actions-view-trigger:focus,
.plp-item-color-trigger:focus,
.plp-facet-group-trigger:focus,
.plp-facets-panel-close-trigger:focus {
    background-color: transparent;
    color: #eeb111;
    text-decoration: none;
}

.plp-item-wishlist-trigger:focus {
    background-color: transparent;
    color: #5b5b5b;
    text-decoration: none;
}

.plp-actions-view-trigger.plp-actions-view-active:focus {
  color: #2e2e2e;
}

.plp-item-color-active .plp-item-color-trigger {
  border-color: #EEB111;
}

.plp-item-stock {
  background: transparent;
}

.plp-facet-group-header {
  border-bottom: 0;
}

.plp-facet-group-title {
  color: inherit;
  line-height: 1.5;
}

.plp-facet-checkbox:hover {
  color: #D99E02;
  cursor: pointer;
}

.facets__tooltip-icon {
  color: #eeb111;
  margin-top: 0;
}

.plp[data-plp-new-design-enabled="false"] #plp-fast-filters {
  display: none;
}

@media (min-width: 48rem) {
  .facets__tooltip-message {
    right: auto;
    margin-bottom: 2.2rem;
  }
}

.plp-sort-input {
  border-radius: 17px;
  border: 1px solid #707070;
}

.plp-actions-sort .form-select {
  border-color: transparent;
}

.plp-item-price-line-1 {
  color: #c80a33;
}

.plp-items .plp-item--new .plp-item-price .plp-item-price-line-1 {
    color: #C80A33;
}

.plp-items .plp-item--new .plp-item-price .plp-item-price-line-1 .price-label {
    font-family: "Helvetica Neue", sans-serif;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.125rem;
}

.plp-items .plp-item--new .plp-item-price .plp-item-price-line-1 .price-value {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5rem;
}

.plp-items .plp-item--new .plp-item-price .plp-item-price-line-1.single-price-line {
    color: #222222;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.25rem;
}


.plp-items .plp-item--new .plp-item-price .plp-item-price-v1_urgency-message {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
  line-height: 17.09px;
  display: none;
  gap: 2px;
  font-size: 11px;
  color: #000;
  align-items: center;
  margin-bottom: 10px;
  width: max-content;
}

.plp-items.plp-items-list .plp-item--new .plp-item-price {
  padding: 0;
}

.plp-items.plp-items-list .plp-item--new .plp-item-price .plp-item-price-v1_urgency-message {
  justify-content: center;
  margin: 0 auto;
}

.plp-items.plp-items-grid .plp-item--new .plp-item-price .plp-item-price-v1_urgency-message {
  justify-content: flex-start;
}

.plp-items .plp-item--new .plp-item-price .plp-item-price-v1_urgency-message .plp-item-price-v1_urgency-icon {
  min-width: auto;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.plp-items .plp-item--new .plp-item-price .plp-item-price-line-1.single-price-line.urgency-single-price {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  color: #C80A33;
}

.plp-items .plp-item--new .plp-item-price .plp-item-price__save {
    margin-left: 0;
}

.plp-items .plp-item--new .plp-item-price .plp-item-price__save .plp-item-price-line-2 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: .75rem;
    font-weight: 400;
    line-height: .9375rem;
}

.plp-items .plp-item--new .plp-item-price .plp-item-price__save .plp-item-price__save-value {
    font-family: "Helvetica Neue", sans-serif;
    font-size: .75rem;
    font-weight: 700;
    line-height: .9375rem;
    margin-left: 0.25rem;
}

.plp-item-colors {
  margin-left: auto;
  margin-right: auto;
}

.plp-item-colors-more {
  flex-basis: auto;
}

.plp-item-media-image {
  margin: auto;
}

.tooltip-panel {
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
}

.tooltip-panel:after {
  border-bottom: 0.75rem solid black;
}

.plp-item-wishlist-trigger.show-wishlist-btn {
  display: flex;
}

.plp-item-saves {
  align-items: center;
}

.plp-compare-checkbox,
.plp-compare-checkbox:hover,
.plp-item-wishlist-trigger,
.plp-item-wishlist-trigger:hover,
.plp-item-wishlist-trigger .icon,
.plp-item-wishlist-trigger:hover .icon {
  color: #5b5b5b;
}

.plp-compare-checkbox .check-mark:after {
  border-color: #eeb111;
}

.plp-item-color-active .plp-item-color-trigger {
  border-color: #EEB111;
}

.plp-facets-panel-trigger {
  background: #353535;
  color: #FFF;
  text-transform: capitalize;
  font-size: 1rem;
}

.clp-facets-panel-trigger {
  background: #707070;
  color: #FFF;
}

.plp-facets-panel-trigger:hover {
  background: #707070;
  color: #FFF;
}

.plp-item-name a {
  color: #222222;
}

.plp-item--new .plp-item-name-link {
  text-decoration: none;
  padding-right: inherit;
}

.plp-items.plp-items-list .plp-item--new .plp-item-name{
  padding-right: inherit;
}

.plp-item-color-list {
  flex-basis: 100%;
  max-width: 100%;
}

.plp-item-color {
  flex-basis: 15%;
}

.plp-facets-panel-trigger-icon {
  color: #EEB111;
}

.plp-facet-Ratings {
  margin-left: auto;
  height: 1.2rem;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.plp-facet-Ratings-swatch {
  width: 100%;
}

.facet-id-price {
    display: block;
}

.plp-actions-more {
  text-transform: capitalize;
  font-weight: normal;
}

.plp-facet-group-title {
	text-transform: capitalize;
}

.plp-facets-panel-open .plp-facet-panel-wrapper {
    z-index: 100000001;
}

@media (max-width: 63.9375rem) {
  .plp-facets-panel-open .plp-facet-panel-wrapper,
  .plp-facets-panel-open .plp-facets-panel-header,
  .plp-facets-panel-open .plp-facets-panel,
  .plp-facets-panel-open .plp-facets-modal-panel {
    background: #f2f2f2;
  }

  .plp-facets-panel-open .facets-clear-all-mobile-btn {
    padding: 0;
    height: 2.3125rem;
    border-radius: 3.125rem;
    border-top: .125rem solid #000;
    border-bottom: .125rem solid #000;
    border-left: .25rem solid #000;
    border-right: .25rem solid;
    font-weight: bold;
  }
  .plp-facets-panel-open .facets-apply-all-mobile-btn {
    padding: 0;
    height: 2.3125rem;
    border-radius: 3.125rem;
    font-weight: bold;
    background-color: #eeb111;
    color: #000000;
  }

  .plp-facets-panel-open .facets-apply-all-mobile-btn[disabled],
  .plp-facets-panel-open .facets-apply-all-mobile-btn[disabled]:hover {
      background-color: #f2f2f2;
      color: #d9d9d9;
  }

  .plp-facets-panel-open .facets-apply-all-mobile-btn:hover {
      background-color: #d99e02;
  }

  .plp-facet-group-title {
    font-size: 1rem;
  }

  .plp-facet-checkbox-text {
    font-size: .75rem;
  }
}

@media (max-width: 1023px) {

  .plp-item-media-image {
    max-width: none;
  }

  .plp-item-colors {
    max-width: none;
  }

  .plp-item-color {
    flex-basis: 0%;
  }
}

@media (max-width: 63.9375rem) {
  .plp-facets-active {
    background-color: #FFFFFF;
  }

  .plp-facets-active-on .plp-facets-active-clear {
    text-transform: capitalize;
    text-decoration: underline;
  }
}

.globalFooter .section {
	margin: 0;
    height: 0;
        }

.modal-add-to-cart-cfm {
    background-color: #f2f2f2;
}

.plp-facet-color-swatch {
    border: 1px solid #323232;
}

.eco-m .eco-c .ecr-details span {
  color: #222222;
}

.star-rating__icon {
  pointer-events: none;
}

.plp-item-color-swatch {
  border: 1px solid #d8d8d8;
  border-bottom-width: 1.5px;
}

.plp-facets-active-clear,
.plp-facets-active-clear:hover,
.plp-facets-active-clear:focus,
.plp-facets-active-item-remove:hover,
.plp-facets-active-item-remove:focus,
.plp-facets-active-item-remove {
  color: black;
}

.plp-facets-active-clear {
  font-size: .75rem;
}

.plp-facet-groups {
  border-left: none;
  border-right: none;
  border-top: 0;
}

.plp-facet-group-title.facet-toggle {
  font-size: .75rem;
  text-transform: capitalize;
}

.plp-facet-group-title {
  font-weight: bold;
}

.plp-facet-more-toggle {
  text-transform: capitalize;
  margin: 0.75rem 0 0 0;
  font-size: .75rem;
  text-decoration: underline;
  font-weight: bold;
}

.plp-no-products-msg {
  background-color: inherit;
  border: solid 1px #d9d9d9;
}

.plp-facet-group-title.facet-toggle,
.plp-facet-more-toggle,
.plp-no-products-msg {
  font-family: 'HelveticaNeue-Bold', sans-serif;
}

.plp-facet-more-toggle .icon {
  margin-right: .3125rem;
  padding-top: .25rem;
}

.badge__topseller {
    line-height: 24px;
    padding-left: 10px;
    position: absolute;
    top: -13px;
    background: #EEB111;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    min-width: 88px;
    font-size: 12px;
    height: 24px;
    font-family: Helvetica;
    font-weight: 700;
    left: -8px;
}

.badge__topseller:before {
    content: "";
    bottom: -7px;
    left: 0;
    border-top: 7px solid black;
    border-left: 7px solid transparent;
    position: absolute;
}

.badge__topseller:after {
    height: 0;
    content: "";
    position: absolute;
    top: 0px;
    border: 10px solid #EEB111;
    border-right-color: transparent;
    border-right-width: 6px;
    right: -13px;
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 7px;
}

.badge__recentlyviewed {
    line-height: 24px;
    position: absolute;
    left: -8px;
    top: 69px;
    background: #BFBFBF;
    text-align: center;
    text-transform: capitalize;
    color: #000;
    min-width: 103px;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: 700;
    padding-left: 9px;
    z-index: 9;
}

.badge__recentlyviewed:before {
    content: "";
    bottom: -7px;
    left: 0;
    border-top: 7px solid black;
    border-left: 7px solid transparent;
    position: absolute;
}

.badge__recentlyviewed:after {
    height: 0;
    content: "";
    position: absolute;
    top: 0px;
    border: 10px solid #BFBFBF;
    border-right-color: transparent;
    border-right-width: 6px;
    border-right-width: 6px;
    right: -13px;
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 7px;
}

@media only screen and (min-width:768px) {
  .plp-items.plp-items-list .badge__recentlyviewed {
    top: 26px;
  }
}

p.badge__manual {
    font-family: 'Helvetica Neue', sans-serif;
    line-height: 22px;
}

p.badge__manual.badge-primary, p.badge__bestSeller.badge-primary, p.badge__topRated.badge-primary {
    background: #000000;
    color: white;
}

p.badge__manual.badge-primary:after, p.badge__bestSeller.badge-primary:after, p.badge__topRated.badge-primary:after {
    border-color: #000000;
    border-right-color: transparent;
}

p.badge__manual.badge-secondary, p.badge__bestSeller.badge-secondary, p.badge__topRated.badge-secondary {
    background: #5B5B5B;
    color: white;
}

p.badge__manual.badge-secondary:after, p.badge__bestSeller.badge-secondary:after, p.badge__topRated.badge-secondary:after {
    border-color: #5B5B5B;
    border-right-color: transparent;
}

p.badge__manual.badge-tertiary, p.badge__bestSeller.badge-tertiary, p.badge__topRated.badge-tertiary {
    background: #D5D5D5;
    color: black;
}

p.badge__manual.badge-tertiary:after, p.badge__bestSeller.badge-tertiary:after, p.badge__topRated.badge-tertiary:after {
    border-color: #D5D5D5;
    border-right-color: transparent;
}

p.badge-new{
  color: #000000;
  font-family: 'Helvetica Neue', sans-serif;
  border: 1px solid #000000;
}

@media only screen and (max-width:767px){
  .plp-items .plp-item--new .plp-item-price .plp-item-price-v1_urgency-message {
    justify-content: start;
  }
  
  .plp-items .plp-item--new .plp-item-price .urgency-single-price {
    text-align: start;
  }
}
.plp-item--new .plp-item-free-shipping {
    text-transform: none;
}

.plp-item--new a,
.plp-item--new p,
.plp-item--new span,
.plp-item--new .plp-item-price-line-1 {
    font-family: "Helvetica", "Arial", sans-serif;
}

.plp-item--new .plp-item-price-line-1.plp-item-price-line-urgency,
.plp-item--new .plp-item-price_urgency-message {
    font-family: "Helvetica Neue", "Helvetica", sans-serif;
}

.plp-item--new .plp-item-price-line-1,
.plp-item--new .plp-item-specs li > span {
    font-weight: 900;
}

.plp-item--new .plp-item-specs li > strong,
.plp-item--new .plp-item-eco span {
    font-weight: 400;
}
.plp-item--new .plp-item-specs .plp-item-specs__dimensions-title {
    font-family: "Helvetica Neue", "Helvetica", sans-serif;
    color: #000;
}


.plp-items.plp-items-list .plp-item--new .plp-item-eco .eco-m .eco-c .eco-widget {
    line-height: 15px;
    margin: 10px auto;
    max-width: fit-content;
}

.plp-item--new .plp-item-eco .eco-m .eco-c a {
    font-size: 0.5rem;
}

.plp-items.plp-items-list .plp-item--new .plp-item-price .plp-item-price__save {
    padding-bottom: 0;
}

.plp-item--new .plp-compare-checkbox,
.plp-item--new .plp-compare-checkbox:hover,
.plp-item--new .plp-item-wishlist-trigger,
.plp-item--new .plp-item-wishlist-trigger:hover,
.plp-item--new .plp-item-wishlist-trigger .icon,
.plp-item--new .plp-item-wishlist-trigger:hover .icon,
.plp-item--new .eco-m .eco-c .ecr-details span {
    color: #000000;
}

.plp-item--new .eco-m .eco-c .ecr-details span {
    height: 15px;
    width: 238px;
    display: inline; 
    font-size: .75rem;
    font-family: 'Helvetica Neue Regular', sans-serif;
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.plp-item--new .eco-m .eco-c .ecr-details span:hover,
.pdp-tray__price-section .pdp-tray__eco .pdp-tray__eco-text--decorated .ng-isolate-scope .eco-m .eco-c .eco-widget .eco-value .ecr-details .ng-binding:hover {
    font-family: 'Avenir Roman', sans-serif;
    color: #5b5b5b;
}

.icon.wishlist-btn__icon-empty.active,
.icon.wishlist-btn__icon-filled.active {
    height: 1rem;
}

.plp-item--new .plp-item-price-line-1 {
    font-size: 0.8125em;
}

.plp-item--new .plp-item-price__save {
    font-size: 0.44em;
    padding-bottom: 0;
}

@media all and (min-width: 64rem) {
    .plp-item--new .small-font-size .plp-item-price-line-1,
    .plp-item--new .small-font-size .plp-item-price-line-1 .price-label {
        font-size: .65625rem;
    }

    .plp-item--new .small-font-size .plp-item-price__save {
        padding-top: .0625rem;
    }

    .plp-item--new .plp-item-price__save p {
        font-size: 105%;
    }
}
.owners_resources .cq-dd-image {
  max-height: 80px;
  width: auto;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.owners_resources .rte {
  text-align:center;
  margin: 15px;  
}

.owners_text_images .cmp-image {
  margin: 10px;
}

@media (min-width: 1024px) {

  .white_text,
  .white_text h1,
  .white_text p,
  .white_text .button,
  .white_text a:hover {
    color: white;
    text-decoration: none;
    text-align: center;
  }
}

button.modal-video-close-btn.js-modal-video-dismiss-btn:hover {
  background: transparent;
}

button.modal-video-close-btn.js-modal-video-dismiss-btn:hover::after,
button.modal-video-close-btn.js-modal-video-dismiss-btn:hover::before {
  background-color: #d99e02;
}
button.modal-video-close-btn.js-modal-video-dismiss-btn:hover {
  background: transparent;
}

button.modal-video-close-btn.js-modal-video-dismiss-btn:hover::after,
button.modal-video-close-btn.js-modal-video-dismiss-btn:hover::before {
  background-color: #d99e02;
}

button.modal-video-close-btn.js-modal-video-dismiss-btn:hover {
  background: transparent;
}

button.modal-video-close-btn.js-modal-video-dismiss-btn:hover::after,
button.modal-video-close-btn.js-modal-video-dismiss-btn:hover::before {
  background-color: #d99e02;
}
.megamenu-nav-panel-trigger:after {
  background: url("images/megamenu-caret-right.svg") no-repeat;
}

.megamenu-nav-back-item:after {
  background: url("images/megamenu-caret-left.svg") no-repeat;
}

.megamenu {
  border-bottom: 1px solid #EEB111;
}

.megamenu-panel-trigger {
  font-family: Helvetica,sans-serif;
}

.megamenu-panel-trigger:focus {
  background: #EEB111;
  outline:none;
}

.megamenu-item-active .megamenu-panel-trigger {
  background: #EEB111;
  color:#000 !important;
}

.megamenu-panel-header {
  margin-bottom: .9rem;
}

.megamenu-panel-title-link {
  font-family: Helvetica,sans-serif;
}

.megamenu-subpanel-link:hover {
  background: #EEB111;
}

.megamenu-nav-back-item,
.megamenu-nav-item {
  text-transform: capitalize;
}

.megamenu-nav-back-item {
  background: #EEB111;
}

.megamenu-nav-back-item:hover {
  background: #EEB111;
}

.megamenu-panel-header-title, .megamenu-panel-title-link, .megamenu-panel-trigger {
  text-transform: none;
  text-decoration: none;
}

.megamenu-subpanel-link {
	color: #222222;
  text-transform: none;
  text-decoration: none;
}

div.megamenu-subpanel {
  top: auto;
}
@media (min-width: 63.9375rem) {
  .hero-carousel {
    padding: 20px;
    padding-bottom: 30px;
  }
}

.hero-carousel--wrap {
  border-bottom: transparent;
}

.hero-carousel__prev--btn.slick-arrow, .hero-carousel__next--btn.slick-arrow {
  visibility: visible;
  background: transparent;
  pointer-events: auto;
  color: #eeb111;
  outline-color: transparent;
}

.hero-carousel__prev--btn,
.hero-carousel__next--btn {
  width: 20px;
  height: 20px;
  background: transparent;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #EEB111;
}

.hero-carousel__prev--icon .icon:hover, .hero-carousel__next--icon .icon:hover {
  color: #D99E02;
  fill: #D99E02;
  background: transparent;
}

.hero-carousel__prev--btn button:focus,
.hero-carousel__next--btn button:focus,
.hero-carousel__prev--btn .button:focus,
.hero-carousel__next--btn .button:focus {
  background: transparent;
  color: #D99E02;
}

.hero-carousel__prev--btn:hover, .hero-carousel__next--btn:hover {
  color: #D99E02;
  fill: #D99E02;
  background: transparent;
}

@media (min-width: 63.9375rem) {
  .hero-carousel__status {
    display: none;
  }
}

.hero-carousel__next--btn {
  right: calc(2% - 8px);
}

.hero-carousel__prev--btn {
  left: calc(2% - 8px);
}

@media (max-width: 63.9375rem) {
  .hero-carousel__status {
    display: flex;
    margin-bottom: 0rem
  }
}

.hero-carousel__status .slick-dots li.slick-active button {
  border-color: #eeb111;
  background: #eeb111;
}

.button.secondary {
  background-color: #FFF;
  color: #000000;
  border: 2px solid #353535;
  text-decoration: none;
  padding: 0px 50px;
  height: 40px;
  outline: 0;
}

.button.secondary:hover, .button.secondary:focus {
  border: 2px solid #000000;
  background-color: #e2e2e2;
  color: #000000;;
  text-decoration: none;
  outline: 0;
}

.hero-carousel__product-tile {
  min-height: 390px;
}

.hero-carousel__status .slick-dots {
  bottom: 30px;
  display: none !important;
}

.hero-carousel__prev--icon .icon, .hero-carousel__next--icon .icon {
  display: block;
}
.back-to-top-trigger {
  border-radius: 50%;
  background-color: #EEB111;
  color: #000000;
  height: 40px;
  width: 40px;

  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
}

.back-to-top-trigger:hover {
  background-color: #d99e02;
  color: #000000;
}

.back-to-top-wrapper {
  min-width: 40px;
  min-height: 40px;
}

.back-to-top-caret {
  position: absolute;
  top: 4px;
  left: 10px;
}

.back-to-top-text {
  display: block !important;
  position: absolute;
  bottom: 7px;
  left: 30%;
  text-transform: none;
}

.prd-carousel__status .slick-dots li.slick-active button,
.product-carousel .slick-dots li.slick-active button {
  border-color: #EEB111;
  background: #EEB111;
}

.prd-carousel__status .slick-dots {
	position: static;
}	

.prd-carousel__prev--btn,
.prd-carousel__next--btn {
  color: #EEB111;
}

.prd-carousel__prev--btn:hover,
.prd-carousel__next--btn:hover {
  color: #d99e02;
}

.prd-carousel-top-price.urgent-price {
  color: #c41230;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.25rem;
}

@media (min-width: 1024px){
  .aem-Grid.aem-Grid--default--8 .prd-carousel__items-list .slick-track {
    width: auto !important;
  }

  .aem-Grid.aem-Grid--default--8 .prd-carousel__items-list .prd-carousel__item:nth-child(-n+4) {
    min-width: 200px;
  }

  .aem-Grid.aem-Grid--default--8 .prd-carousel__product-tile {
    padding: 10px;
    min-width: 180px;
  }
}

.aem-Grid.aem-Grid--default--8 .prd-carousel__product-tile {
  padding: 10px;
}

.aem-Grid.aem-Grid--default--8 .prd-carousel__product-tile__detail {
  padding-top: 10px;
}

.aem-Grid.aem-Grid--default--8 .prd-carousel__items-list .slick-track {
  justify-content: space-between;
}

.slick-initialized .slick-slide, .prd-carousel__product-tile__img-link, .prd-carousel__product-tile__title--link {
  outline-color: transparent;
}

/*Recommendation model star rating */
.Other__products__recommendation .bv_reviews_inner::before {
    color:#eeb111;
}  
.similar__products__recommendation .bv_reviews_inner::before {
    color:#eeb111;
}
.RecentlyViewed__products__recommendation .bv_reviews_inner::before {
  color:#eeb111;
}
.PurchasedDetails__products__recommendation .bv_reviews_inner::before {
  color:#eeb111;
}
.ir__products__recommendation .bv_reviews_inner::before {
  color:#eeb111;
}

.mspKitchen__products__recommendation .bv_reviews_inner::before {
  color:#eeb111;
}

.mspLaundry__products__recommendation .bv_reviews_inner::before {
  color:#eeb111;
}

.mspRefrigerator__products__recommendation .bv_reviews_inner::before {
  color:#eeb111;
}

.clp_topselling_products_recommendation .bv_reviews_inner::before {
  color:#eeb111;
}
.clp_top_rated_products_recommendation .bv_reviews_inner::before {
  color:#eeb111;
}



.contact-us-form-wrapper {
  padding: none;
}

.contactUsForm .contact-us-form-wrapper {
  padding: unset;
}

.contact-us-send-btn {
    background: #eeb111;
    padding: 1em;
    width: 75%;
    margin: 2.25em auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: none;
    text-align: center;
    border-radius: 30px;
    border: 0;
}

.contact-us-send-btn:focus {
  color: #2e2e2e;
  text-decoration: none;
}

.contact-us-form-content .form-req-message {
  color: #c80a33;
}

@media (max-width: 1023px) {
	.contact-us-send-btn {
		width: 50%;
	}
}


@media (max-width:767px) {

    .contact-us-form-wrapper {
    padding: unset;
  }

  .contact-us-send-btn {
		width: 100%;
	}
}
.compare-bar-container {
  background-color: #fff;
}

.compare-bar {
  background-color: #EEB111;
}

.compare-bar-delete-trigger {
	background: #EEB111;
}

.compare-bar-product-tile {
    background-color: unset;
    border: 0.1px solid #aaa;
}

.compare-bar-title {
    color: #000000;
    text-transform: capitalize;
}
.pdp-overview-sub-title {
  text-transform: none;
}
.sitemap {
  padding: 0;
  margin: 0;
}

.sitemap a {
  text-decoration: underline;
  color: #5b5b5b;
}

.sitemap a:hover {
  color: #353535;
}

.languageselector .desktop-lang-section {
	margin-bottom: 20px;
    position: relative;
    height: 45px;
}

.desktop-lang-section .lang-selector {
    height: 50px;
    padding-left: 15px;
    padding-right: 30px;
    z-index: 1;
    position: absolute;
    width: 72%;
    background-color: transparent;
    -webkit-appearance: none;
}

.desktop-lang-section .lang-selector:focus {
    outline: none;
}

.language-section .form-select-icon {
    z-index: 0;
    position: absolute;
    left: 64%;
	top: 27px;
}

@media (max-width: 600px) {
	.language-section .form-select-icon {
        left: 57%;

	}
}

.languageselector .mobile-footer-lang-section {
	display: none;
}

.lang-selector-label.hidden {
    display: none;
}
a.header-user-location-link {
    color: black;
    text-decoration: none;
}

.header-user-location-link:hover {
    color: #d99e02;
}

div#location-modal .location-modal-button {
    font-size: 1rem;
}

.location-modal-button:disabled {
    background-color: #f2f2f2;
    color: #5b5b5b;
    cursor: default;
}

.location-modal-button:hover:disabled {
    background-color: #f2f2f2;
    color: #5b5b5b;
    cursor: default;
}

/* Spinner */
.zip-loader {
    display: none;
    position: absolute;
    top: 1.55rem;
    left: 0;
    border: 0.4rem solid #f3f3f3;
    border-top: 0.4rem solid #eeb111;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    animation: loadspin 2s linear infinite;
}

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

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

@media screen and (max-width: 47rem) {
    .zip-loader {
        top: 1rem;
    }

    .zip-resolved-checkmark {
        top: 1.25rem;
    }
}

@media screen and (max-width: 24rem) {
    div#location-modal .location-modal-button {
        margin-top: 0.5rem;
        font-size: 0.75rem;
    }
}

.cart-mini {
    border: 0.125rem solid #e2e2e2;
}
.social-icons .icon::before, .social-icons a .icon::before {
    background: #EEB111;
}

.social-icons, .social-icons a {
    color: #000;
}

@media (max-width: 767px) {
	.mobile-footer-content-wrapper, 
	.mobile-footer-social-icons, 
	.mobile-footer-lang-section {
		display: block;
    }

    .desktop-footer-content-wrapper,
    .desktop-footer-social-icons,
    .desktop-lang-section {
        display: none;
    }
}

@media (min-width: 768px) {
	.mobile-footer-content-wrapper, 
	.mobile-footer-social-icons, 
	.mobile-footer-lang-section {
		display: none;
    }

    .desktop-footer-content-wrapper,
    .desktop-footer-social-icons,
    .desktop-lang-section {
        display: block;
    }
}
div.modal-add-to-cart-cfm__icon svg {
    width: 2rem;
}

div.modal-add-to-cart-cfm__product-title .modal-add-to-cart-cfm__prod-name {
    color: #222;
}

.modal-add-to-cart-cfm__btn-expandcollapse {
    width: 1rem;
    color: #eeb111;
    border: none;
    outline: none;
}

.modal-add-to-cart-cfm__btn-expandcollapse:hover,
.modal-add-to-cart-cfm__btn-expandcollapse:active,
.modal-add-to-cart-cfm__btn-expandcollapse:focus {
    color: #eeb111;
}

.button.modal-add-to-cart-cfm__cont-shopping {
    color: #000;
    background-color: #fff;
    border: 2px solid #000;
}

.button.modal-add-to-cart-cfm__cont-shopping:hover {
    color: #353535;
    background-color: #e2e2e2;
    text-decoration: none;
    border: 2px solid #353535;
}

.button.modal-add-to-cart-cfm__cont-shopping:focus {
    color: #353535;
    background-color: #fff;
    border: 2px solid #353535;
    text-decoration: underline;
}

header.header-v3 {
  border-bottom: solid 0.1875rem #edb110;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  z-index: 1050;
}
header.header-v3 .xf-content-height {
  margin: 0;
}
header.header-v3--search-fixed {
  margin-bottom: 3.5rem;
}
header.header-v3.header-v3--unset-position .main_header .tool-set-section {
  height: 5rem;
}
header.header-v3 .main_header {
  padding: 0;
  position: relative;
}
header.header-v3 .main_header .tool-set-section {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  background-color: #ffffff;
  height: 3.5rem;
  align-items: center;
  position: relative;
  padding: 0;
}
header.header-v3 .main_header .tool-set-section .logo {
  display: block;
  height: 3.5rem;
  padding: 0.875rem 0.5rem;
}
header.header-v3 .main_header .tool-set-section .logo img {
  max-height: 100%;
}
header.header-v3 .main_header .tool-set-section_right-side {
  width: inherit;
  display: flex;
  justify-content: flex-end;
  padding-right: 3.5rem;
  align-items: center;
}
header.header-v3 .main_header .tool-set-section_right-side.simplified .header-cart-v3 {
  padding-left: 0;
}
header.header-v3 .main_header {
  background: none;
}
header.header-v3 .main_header input[type="checkbox"] {
  transition: all 0.2s;
  box-sizing: border-box;
  display: none;
}
header.header-v3 .main_header .g-container {
  padding: 0;
  width: 100%;
}
header.header-v3 .main_header .g-row {
  margin: 0;
}
header.header-v3 .modal-overlay {
  width: 100%;
  height: 100%;
  padding: 1.125rem;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 99999;
}
header.header-v3 .sign-in-modal-component #sign-in-modal.modal {
  background: rgba(46, 46, 46, 0.9);
}
header.header-v3 .sign-in-account:focus-visible {
  outline: 0.0625rem solid #000000;
  outline-offset: 0.3125rem;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  header.header-v3 .mega-menu-section {
    height: 2.625rem;
  }
  header.header-v3 .mega-menu-section:before {
    content: '';
    position: absolute;
    width: 100%;
    border: solid #d8d8d8;
    border-width: 0.0625rem 0 0 0;
    left: 0;
    z-index: 1;
  }
  header.header-v3 .main_header .tool-set-section {
    height: 5rem;
    display: flex;
    flex-direction: row;
  }
  header.header-v3 .main_header .tool-set-section .brand-logo .logo {
    display: block;
    height: 3.5rem;
    padding: 0.1rem 0.5rem;
  }
  header.header-v3 .main_header .tool-set-section_right-side {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: inherit;
    padding-right: 0;
  }
  header.header-v3 .sign-in-modal-component #sign-in-modal.modal {
    overflow: inherit;
    background: none;
    z-index: 5;
  }
  header.header-v3 .sign-in-modal-component #sign-in-modal .modal-box {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media all and (min-width: 85.375rem) {
  header.header-v3 .mega-menu-section {
    height: 2.625rem;
  }
  header.header-v3 .mega-menu-section:before {
    content: '';
    position: absolute;
    width: 100%;
    border: solid #d8d8d8;
    border-width: 0.0625rem 0 0 0;
    left: 0;
    z-index: 1;
  }
  header.header-v3 .main_header .tool-set-section {
    height: 5rem;
    display: flex;
    flex-direction: row;
  }
  header.header-v3 .main_header .tool-set-section .brand-logo .logo {
    display: block;
    height: 3.5rem;
    padding: 0.1rem 0.5rem;
  }
  header.header-v3 .main_header .tool-set-section_right-side {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: inherit;
    padding-right: 0;
  }
  header.header-v3 .sign-in-modal-component #sign-in-modal.modal {
    overflow: inherit;
    background: none;
    z-index: 5;
  }
  header.header-v3 .sign-in-modal-component #sign-in-modal .modal-box {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media all and (min-width: 85.375rem) {
  .author-mode header.header-v3 .mega-menu-section {
    height: 2.625rem;
  }
  .author-mode header.header-v3 .mega-menu-section:before {
    content: '';
    position: absolute;
    width: 100%;
    border: solid #d8d8d8;
    border-width: 0.0625rem 0 0 0;
    left: 0;
    z-index: 1;
  }
  .author-mode header.header-v3 .main_header .tool-set-section {
    height: 5rem;
    display: flex;
    flex-direction: row;
  }
  .author-mode header.header-v3 .main_header .tool-set-section .brand-logo .logo {
    display: block;
    height: 3.5rem;
    padding: 0.1rem 0.5rem;
  }
  .author-mode header.header-v3 .main_header .tool-set-section_right-side {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: inherit;
    padding-right: 0;
  }
  .author-mode header.header-v3 .sign-in-modal-component #sign-in-modal.modal {
    overflow: inherit;
    background: none;
    z-index: 5;
  }
  .author-mode header.header-v3 .sign-in-modal-component #sign-in-modal .modal-box {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media all and (min-width: 64rem) {
  header.header-v3 {
    z-index: 21;
  }
}
.everydrop .modal.active {
  z-index: 4000;
}
html.modal-open .utility-nav__container,
html .ReactModal__Body--open .utility-nav__container {
  z-index: 1;
}
html.modal-open header.header-v3,
html .ReactModal__Body--open header.header-v3 {
  z-index: 2;
}

.utility-nav-wrapper-mobile {
  text-align: start;
  display: block;
}
.utility-nav-wrapper-mobile .utility-nav__container {
  display: block;
  position: relative;
}
.utility-nav__container {
  display: none;
  background-color: #e2e2e2;
  padding-left: 1rem;
  padding-bottom: 0.75rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1049;
  transform: translateX(150%);
  transition: transform 500ms ease-in-out;
}
.utility-nav__container .hide {
  display: none;
}
.utility-nav__container.visible {
  transform: translateX(0);
}
.utility-nav__container .header-chat-link {
  font-size: 0.75rem;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  height: 1rem;
  font-style: normal;
  line-height: 1.33;
  display: flex;
}
.utility-nav__container .header-chat-link:hover {
  color: #d99e02;
}
.utility-nav__container .header-chat-link-icon-with-text {
  display: flex;
}
.utility-nav__container .header-chat-link-icon {
  align-items: center;
  display: flex;
  margin-right: .5rem;
}
.utility-nav__link {
  font-size: 0.875rem;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  background: unset;
  font-family: "HelveticaNeue", sans-serif;
  text-transform: none;
  padding: 0;
  display: block;
  height: auto;
}
.utility-nav__link:hover {
  color: #d99e02;
  text-decoration: underline !important;
  background: transparent;
}
.utility-nav__link-icon {
  padding-right: 0.5rem;
  display: flex;
  font-size: 1rem;
  align-items: center;
}
.utility-nav__link-icon .icon {
  width: .75rem;
  height: .75rem;
}
.utility-nav__link-wrapper {
  padding-top: 1.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.utility-nav__link-wrapper .utility-nav__link .location-data {
  font-weight: bold;
}
.utility-nav__link-wrapper .utility-nav__link:focus-visible {
  outline-width: .125rem;
}
.utility-nav__link-wrapper--location {
  position: relative;
  font-family: "HelveticaNeue", sans-serif;
}
.utility-nav__link-wrapper--location .location-nav-dropdown {
  top: 2.5rem;
  right: 0;
  padding: 1rem;
  position: absolute;
  background-color: white;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  width: 17.75rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .button {
  margin-bottom: 0;
  width: 100%;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .button:focus-visible {
  outline-width: .125rem;
  outline-offset: .125rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .location-headline-dropdown {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .location-text-block {
  font-size: 0.75rem;
  line-height: 1.33;
  margin-bottom: 0.5rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .location-text-label {
  font-weight: bold;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location {
  margin-bottom: 1rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code {
  display: flex;
  border: 2px solid #000000;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code .zip-loader,
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code .zip-resolved-checkmark {
  position: inherit;
  align-self: center;
  margin-right: 0.5rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code.zip-code-required {
  border-color: #c80a33;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2 {
  border: 0;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2:focus-visible {
  outline: 0.125rem solid #000000;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-input {
  font-size: 0.75rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .close-modal-overlay {
  position: absolute;
  right: 1rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .close-modal-overlay svg {
  height: 0.813rem;
  width: 0.875rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .zip-code-error {
  color: #c41230;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .location-modal-button {
  font-size: 1rem;
  line-height: 1.188rem;
  margin-top: 0.5rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .zip-code-error-wrapper {
  padding-top: 0;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .zip-code-error-wrapper .suggestion-wrapper {
  border-radius: .25rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: .25rem 0;
  align-items: center;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .zip-code-error-wrapper .suggestion-wrapper .suggestion-message,
.utility-nav__link-wrapper--location .location-nav-dropdown .zip-code-error-wrapper .suggestion-wrapper .zip-code-error-message {
  color: #c41230;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-right: 0.5rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .zip-code-error-wrapper .suggestion-wrapper svg {
  width: 1.375rem;
  margin-top: 0.188rem;
  align-self: flex-start;
  margin-right: 0.375rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown #update-location-btn:disabled {
  background: #f2f2f2;
}
.utility-nav__cross-site-navigation {
  padding-top: 1rem;
  display: grid;
  grid-template-columns: 7.5rem 7.5rem;
}
.utility-nav__cross-site-navigation-item {
  height: 2rem;
  display: inline-flex;
  width: fit-content;
  margin-bottom: .5rem;
  border-top: .125rem solid transparent;
  border-bottom: .125rem solid transparent;
}
.utility-nav__cross-site-navigation-item.active {
  border-bottom: 0.125rem solid #eeb111;
}
.utility-nav__cross-site-navigation-brands-label {
  font-family: 'HelveticaNeue', sans-serif;
  font-weight: 400;
  font-size: .75rem;
  line-height: 1rem;
  color: #000000;
  padding-bottom: 1.25rem;
}
.utility-nav__cross-site-navigation-link {
  cursor: pointer;
  margin: auto 0;
}
.utility-nav__cross-site-navigation-img {
  max-height: 2rem;
}
.utility-nav__cross-site-navigation-img:focus-visible {
  outline-width: .125rem;
}
.utility-nav .primary-link .ipad-open + .utility-nav-wrapper-mobile .utility-nav__switch-links-navigation {
  background-color: red;
}
.utility-nav__switch-links-navigation--mobile .utility-nav__switch-link-wrapper {
  transition: none;
  background-color: #ffffff;
  box-shadow: inset 0 -0.0625rem 0 #d2d2d2;
  position: relative;
  margin-left: -1rem;
}
.utility-nav__switch-links-navigation--mobile .utility-nav__switch-link {
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #2e2e2e;
  padding: 1.1875rem 0 1.1875rem 1rem;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 48rem) and (max-width: 64rem) {
  .utility-nav__switch-links-navigation--mobile .utility-nav__switch-link {
    padding: 1.5rem 0 1.5rem 1rem;
    align-items: center;
  }
  .utility-nav__switch-links-navigation--mobile .utility-nav__switch-link .utility-nav__switch-text {
    height: 1.875rem;
    align-content: center;
  }
}
.utility-nav__switch-links-navigation--mobile .utility-nav__switch-link-icon {
  margin-right: .5rem;
}
.utility-nav__switch-links-navigation--desktop {
  display: none;
}
.header-v3 .content-block-wrapper {
  background-color: #ffffff;
  padding: 1rem;
  position: relative;
  top: 3.5rem;
}
.header-v3 .content-block-wrapper .close-modal-overlay {
  display: none;
}
.header-v3 .content-block-wrapper .button {
  margin-bottom: 0;
  width: 100%;
}
.header-v3 .content-block-wrapper .button:focus-visible {
  outline-width: .125rem;
  outline-offset: .125rem;
}
.header-v3 .content-block-wrapper .location-headline-dropdown {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.header-v3 .content-block-wrapper .location-text-block {
  font-size: 0.75rem;
  line-height: 1.33;
  margin-bottom: 0.5rem;
}
.header-v3 .content-block-wrapper .location-text-label {
  font-weight: bold;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}
.header-v3 .content-block-wrapper .form-block-location {
  margin-bottom: 1rem;
}
.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code {
  display: flex;
  border: 2px solid #000000;
}
.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code .zip-loader,
.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code .zip-resolved-checkmark {
  position: inherit;
  align-self: center;
  margin-right: 0.5rem;
}
.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code.zip-code-required {
  border-color: #c80a33;
}
.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2 {
  border: 0;
}
.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2:focus-visible {
  outline: 0.125rem solid #000000;
}
.header-v3 .content-block-wrapper .form-input {
  font-size: 0.75rem;
}
.header-v3 .content-block-wrapper .close-modal-overlay {
  position: absolute;
  right: 1rem;
}
.header-v3 .content-block-wrapper .close-modal-overlay svg {
  height: 0.813rem;
  width: 0.875rem;
}
.header-v3 .content-block-wrapper .zip-code-error {
  color: #c41230;
}
.header-v3 .content-block-wrapper .location-modal-button {
  font-size: 1rem;
  line-height: 1.188rem;
  margin-top: 0.5rem;
}
.header-v3 .content-block-wrapper .zip-code-error-wrapper {
  padding-top: 0;
}
.header-v3 .content-block-wrapper .zip-code-error-wrapper .suggestion-wrapper {
  border-radius: .25rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: .25rem 0;
  align-items: center;
}
.header-v3 .content-block-wrapper .zip-code-error-wrapper .suggestion-wrapper .suggestion-message,
.header-v3 .content-block-wrapper .zip-code-error-wrapper .suggestion-wrapper .zip-code-error-message {
  color: #c41230;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-right: 0.5rem;
}
.header-v3 .content-block-wrapper .zip-code-error-wrapper .suggestion-wrapper svg {
  width: 1.375rem;
  margin-top: 0.188rem;
  align-self: flex-start;
  margin-right: 0.375rem;
}
.header-v3 .content-block-wrapper #update-location-btn:disabled {
  background: #f2f2f2;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .utility-nav-wrapper-mobile {
    display: none;
  }
  .modal-box.user-location-modal-box {
    padding: 2.5rem;
  }
  .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-header {
    display: inline-block;
  }
  .utilityNav {
    background-color: #e2e2e2;
    position: relative;
    z-index: 25;
  }
  .utility-nav__container {
    height: 2.5rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    transform: translateX(0);
    position: relative;
    max-width: 74.5rem;
    margin: 0 auto;
  }
  .utility-nav__container .hide {
    display: none;
  }
  .utility-nav__container .header-chat-link {
    font-size: 0.75rem;
  }
  .utility-nav__container .header-chat-link:focus-visible {
    outline-width: .125rem;
  }
  .utility-nav__container .header-chat-link-icon {
    margin-right: .25rem;
  }
  .utility-nav__link {
    font-size: .75rem;
    line-height: 1.33;
  }
  .utility-nav__link-wrapper {
    padding-left: 1rem;
    padding-top: unset;
    justify-content: center;
  }
  .utility-nav__link-icon {
    padding-right: .25rem;
  }
  .utility-nav__cross-site-navigation {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    padding: 0 0 0 .563rem;
  }
  .utility-nav__cross-site-navigation-brands-label {
    padding-bottom: 0;
  }
  .utility-nav__cross-site-navigation-item {
    margin: 0 0 0 1.25rem;
  }
  .utility-nav__switch-links-navigation ~ .utility-nav__cross-site-navigation {
    display: none;
  }
  .utility-nav__switch-links-navigation {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
    padding-left: 1.5rem;
  }
  .utility-nav__switch-links-navigation--mobile {
    display: none;
  }
  .utility-nav__switch-links-navigation--desktop {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
  }
  .utility-nav__switch-link-wrapper {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    height: 100%;
    align-items: center;
    display: flex;
  }
  .utility-nav__switch-link-wrapper--primary {
    background-color: #ffffff;
    pointer-events: none;
    cursor: default;
  }
  .utility-nav__switch-link {
    font-family: "Nunito", sans-serif;
    display: flex;
    margin-right: auto;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .875rem;
    color: #000000;
  }
  .utility-nav__switch-link:hover {
    color: #000000;
  }
  .utility-nav__switch-link-icon {
    margin-left: .375rem;
  }
  [lang$=CA] .utility-nav__cross-site-navigation-item {
    margin: 0 0 0 1.5rem;
  }
}
@media (min-width: 64.01rem) and (max-width: 75rem) {
  .utility-nav__cross-site-navigation-item {
    max-width: 4.8127rem;
    margin: 0 0 0 0.25rem;
  }
}
@media all and (min-width: 64.01rem) {
  .author-mode .utility-nav-wrapper-mobile {
    display: none;
  }
  .author-mode .modal-box.user-location-modal-box {
    padding: 2.5rem;
  }
  .author-mode .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-header {
    display: inline-block;
  }
  .author-mode .utilityNav {
    background-color: #e2e2e2;
    position: relative;
    z-index: 25;
  }
  .author-mode .utility-nav__container {
    height: 2.5rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    transform: translateX(0);
    position: relative;
    max-width: 74.5rem;
    margin: 0 auto;
  }
  .author-mode .utility-nav__container .hide {
    display: none;
  }
  .author-mode .utility-nav__container .header-chat-link {
    font-size: 0.75rem;
  }
  .author-mode .utility-nav__container .header-chat-link:focus-visible {
    outline-width: .125rem;
  }
  .author-mode .utility-nav__container .header-chat-link-icon {
    margin-right: .25rem;
  }
  .author-mode .utility-nav__link {
    font-size: .75rem;
    line-height: 1.33;
  }
  .author-mode .utility-nav__link-wrapper {
    padding-left: 1rem;
    padding-top: unset;
    justify-content: center;
  }
  .author-mode .utility-nav__link-icon {
    padding-right: .25rem;
  }
  .author-mode .utility-nav__cross-site-navigation {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    padding: 0 0 0 .563rem;
  }
  .author-mode .utility-nav__cross-site-navigation-brands-label {
    padding-bottom: 0;
  }
  .author-mode .utility-nav__cross-site-navigation-item {
    margin: 0 0 0 1.25rem;
  }
  .author-mode .utility-nav__switch-links-navigation ~ .author-mode .utility-nav__cross-site-navigation {
    display: none;
  }
  .author-mode .utility-nav__switch-links-navigation {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
    padding-left: 1.5rem;
  }
  .author-mode .utility-nav__switch-links-navigation--mobile {
    display: none;
  }
  .author-mode .utility-nav__switch-links-navigation--desktop {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
  }
  .author-mode .utility-nav__switch-link-wrapper {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    height: 100%;
    align-items: center;
    display: flex;
  }
  .author-mode .utility-nav__switch-link-wrapper--primary {
    background-color: #ffffff;
    pointer-events: none;
    cursor: default;
  }
  .author-mode .utility-nav__switch-link {
    font-family: "Nunito", sans-serif;
    display: flex;
    margin-right: auto;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .875rem;
    color: #000000;
  }
  .author-mode .utility-nav__switch-link:hover {
    color: #000000;
  }
  .author-mode .utility-nav__switch-link-icon {
    margin-left: .375rem;
  }
  .author-mode [lang$=CA] .utility-nav__cross-site-navigation-item {
    margin: 0 0 0 1.5rem;
  }
}
@media all and (min-width: 85.375rem) {
  .utility-nav-wrapper-mobile {
    display: none;
  }
  .modal-box.user-location-modal-box {
    padding: 2.5rem;
  }
  .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-header {
    display: inline-block;
  }
  .utilityNav {
    background-color: #e2e2e2;
    position: relative;
    z-index: 25;
  }
  .utility-nav__container {
    height: 2.5rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    transform: translateX(0);
    position: relative;
    max-width: 74.5rem;
    margin: 0 auto;
  }
  .utility-nav__container .hide {
    display: none;
  }
  .utility-nav__container .header-chat-link {
    font-size: 0.75rem;
  }
  .utility-nav__container .header-chat-link:focus-visible {
    outline-width: .125rem;
  }
  .utility-nav__container .header-chat-link-icon {
    margin-right: .25rem;
  }
  .utility-nav__link {
    font-size: .75rem;
    line-height: 1.33;
  }
  .utility-nav__link-wrapper {
    padding-left: 1rem;
    padding-top: unset;
    justify-content: center;
  }
  .utility-nav__link-icon {
    padding-right: .25rem;
  }
  .utility-nav__cross-site-navigation {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    padding: 0 0 0 .563rem;
  }
  .utility-nav__cross-site-navigation-brands-label {
    padding-bottom: 0;
  }
  .utility-nav__cross-site-navigation-item {
    margin: 0 0 0 1.25rem;
  }
  .utility-nav__switch-links-navigation ~ .utility-nav__cross-site-navigation {
    display: none;
  }
  .utility-nav__switch-links-navigation {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
    padding-left: 1.5rem;
  }
  .utility-nav__switch-links-navigation--mobile {
    display: none;
  }
  .utility-nav__switch-links-navigation--desktop {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
  }
  .utility-nav__switch-link-wrapper {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    height: 100%;
    align-items: center;
    display: flex;
  }
  .utility-nav__switch-link-wrapper--primary {
    background-color: #ffffff;
    pointer-events: none;
    cursor: default;
  }
  .utility-nav__switch-link {
    font-family: "Nunito", sans-serif;
    display: flex;
    margin-right: auto;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .875rem;
    color: #000000;
  }
  .utility-nav__switch-link:hover {
    color: #000000;
  }
  .utility-nav__switch-link-icon {
    margin-left: .375rem;
  }
  [lang$=CA] .utility-nav__cross-site-navigation-item {
    margin: 0 0 0 1.5rem;
  }
}
@media all and (max-width: 64.01rem) {
  .header-v3 .content-block-wrapper {
    max-width: 28.125rem;
    margin: auto;
  }
}
@media all and (min-width: 48rem) {
  .utility-nav__container .utility-nav__link-wrapper--mobile {
    display: none;
  }
}
[lang$=CA] .utility-nav__container .header-chat-link-icon {
  display: none;
}
@media all and (max-width: 64.01rem) and (orientation: landscape) {
  .header-v3 .content-block-wrapper {
    top: 0;
  }
}
.user-location-modal-box {
  background: #ffffff;
  padding: 1.25rem;
}
.user-location-modal-box .modal-dialog .modal-content .modal-header {
  display: none;
}
.user-location-modal-box .location-block {
  text-align: left;
}
.user-location-modal-box .location-block .button {
  margin-bottom: 0;
  width: 100%;
}
.user-location-modal-box .location-block .button:focus-visible {
  outline-width: .125rem;
  outline-offset: .125rem;
}
.user-location-modal-box .location-block .location-headline-dropdown {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.user-location-modal-box .location-block .location-text-block {
  font-size: 0.75rem;
  line-height: 1.33;
  margin-bottom: 0.5rem;
}
.user-location-modal-box .location-block .location-text-label {
  font-weight: bold;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}
.user-location-modal-box .location-block .form-block-location {
  margin-bottom: 1rem;
}
.user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code {
  display: flex;
  border: 2px solid #000000;
}
.user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code .zip-loader,
.user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code .zip-resolved-checkmark {
  position: inherit;
  align-self: center;
  margin-right: 0.5rem;
}
.user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code.zip-code-required {
  border-color: #c80a33;
}
.user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2 {
  border: 0;
}
.user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2:focus-visible {
  outline: 0.125rem solid #000000;
}
.user-location-modal-box .location-block .form-input {
  font-size: 0.75rem;
}
.user-location-modal-box .location-block .close-modal-overlay {
  position: absolute;
  right: 1rem;
}
.user-location-modal-box .location-block .close-modal-overlay svg {
  height: 0.813rem;
  width: 0.875rem;
}
.user-location-modal-box .location-block .zip-code-error {
  color: #c41230;
}
.user-location-modal-box .location-block .location-modal-button {
  font-size: 1rem;
  line-height: 1.188rem;
  margin-top: 0.5rem;
}
.user-location-modal-box .location-block .zip-code-error-wrapper {
  padding-top: 0;
}
.user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper {
  border-radius: .25rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: .25rem 0;
  align-items: center;
}
.user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper .suggestion-message,
.user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper .zip-code-error-message {
  color: #c41230;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-right: 0.5rem;
}
.user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper svg {
  width: 1.375rem;
  margin-top: 0.188rem;
  align-self: flex-start;
  margin-right: 0.375rem;
}
.user-location-modal-box .location-block #update-location-btn:disabled {
  background: #f2f2f2;
}

.change-location-v5 {
  z-index: 1051;
}
.change-location-v5 .close-button-wrapper {
  top: -4.9rem;
  right: -4.9rem;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .change-location-v5 .utility-nav-wrapper-mobile {
    display: none;
  }
  .change-location-v5 .modal-box.user-location-modal-box {
    padding: 2.5rem 5rem !important;
    max-width: 42rem;
    margin-top: 8.5rem;
  }
  .change-location-v5 .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-header {
    display: inline-block;
  }
  .change-location-v5 .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-body.user-location-modal-body {
    margin-top: -1rem;
  }
  .change-location-v5 .utilityNav {
    background-color: #e2e2e2;
    position: relative;
    z-index: 25;
  }
}
@media (min-width: 64.01rem) and (max-width: 75rem) {
  .change-location-v5 .utility-nav__cross-site-navigation-item {
    max-width: 4.8127rem;
    margin: 0 0 0 0.25rem;
  }
}
@media all and (min-width: 64.01rem) {
  .change-location-v5 .author-mode .utility-nav-wrapper-mobile {
    display: none;
  }
  .change-location-v5 .author-mode .modal-box.user-location-modal-box {
    padding: 2.5rem 5rem !important;
    max-width: 42rem;
    margin-top: 8.5rem;
  }
  .change-location-v5 .author-mode .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-header {
    display: inline-block;
  }
  .change-location-v5 .author-mode .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-body.user-location-modal-body {
    margin-top: -1rem;
  }
  .change-location-v5 .author-mode .utilityNav {
    background-color: #e2e2e2;
    position: relative;
    z-index: 25;
  }
}
@media all and (min-width: 85.375rem) {
  .change-location-v5 .utility-nav-wrapper-mobile {
    display: none;
  }
  .change-location-v5 .modal-box.user-location-modal-box {
    padding: 2.5rem 5rem !important;
    max-width: 42rem;
    margin-top: 8.5rem;
  }
  .change-location-v5 .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-header {
    display: inline-block;
  }
  .change-location-v5 .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-body.user-location-modal-body {
    margin-top: -1rem;
  }
  .change-location-v5 .utilityNav {
    background-color: #e2e2e2;
    position: relative;
    z-index: 25;
  }
}
@media all and (max-width: 64.01rem) {
  .change-location-v5 .header-v3 .content-block-wrapper {
    max-width: 28.125rem;
    margin: auto;
  }
}
@media all and (min-width: 48rem) {
  .change-location-v5 .utility-nav__container .utility-nav__link-wrapper--mobile {
    display: none;
  }
}
@media all and (max-width: 64.01rem) and (orientation: landscape) {
  .change-location-v5 .header-v3 .content-block-wrapper {
    top: 0;
  }
}
.change-location-v5 .user-location-modal-box {
  background: #ffffff;
  padding: 1.25rem;
}
.change-location-v5 .user-location-modal-box .modal-dialog .modal-content .modal-header {
  display: none;
}
.change-location-v5 .user-location-modal-box .location-block {
  text-align: left;
  padding: 0px;
}
.change-location-v5 .user-location-modal-box .location-block .button {
  margin-bottom: 0;
  width: 100%;
}
.change-location-v5 .user-location-modal-box .location-block .button:focus-visible {
  outline-width: .125rem;
  outline-offset: .125rem;
}
.change-location-v5 .user-location-modal-box .location-block .location-headline-dropdown {
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'Avenir65Medium';
  line-height: 120%;
  color: #000000;
}
.change-location-v5 .user-location-modal-box .location-block .location-text-block {
  font-size: 0.875rem !important;
  margin-bottom: 1.25rem !important;
  line-height: 120% !important;
  font-weight: 400;
  color: #000000;
  font-family: 'Avenir55Roman';
}
.change-location-v5 .user-location-modal-box .location-block .location-text-label {
  font-weight: bold;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}
.change-location-v5 .user-location-modal-box .location-block .current-location-block {
  font-weight: 700;
  font-size: 14px;
  gap: 4px;
  display: flex;
  line-height: 120%;
  color: #000000;
}
.change-location-v5 .user-location-modal-box .location-block .location-value {
  color: #000000;
}
.change-location-v5 .user-location-modal-box .location-block .form-location {
  margin-top: 8px;
}
.change-location-v5 .user-location-modal-box .location-block .update-location-block {
  display: flex;
  justify-content: center;
}
.change-location-v5 .user-location-modal-box .location-block .update-location-block .button {
  width: auto;
  font-size: 16px;
  padding: 12px 20px;
}
.change-location-v5 .user-location-modal-box .location-block .form-block-location {
  margin-bottom: 2rem !important;
}
.change-location-v5 .user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code {
  display: flex;
  border: 1px solid #D5D5D5 !important;
}
.change-location-v5 .user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code .zip-loader,
.change-location-v5 .user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code .zip-resolved-checkmark {
  position: inherit;
  align-self: center;
  margin-right: 0.5rem;
}
.change-location-v5 .user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code.zip-code-required {
  border-color: #CF4632 !important;
}
.change-location-v5 .user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2:focus-visible {
  border: 0;
}
.change-location-v5 .user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code input.zip-code-required:focus,
.change-location-v5 .user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code input.zip-code-required:focus-visible {
  outline: none;
}
.change-location-v5 .user-location-modal-box .location-block .form-input {
  font-size: 0.875rem !important;
  padding: 0.5rem;
  line-height: 120%;
  font-weight: 400;
  color: #5B5B5B;
}
.change-location-v5 .user-location-modal-box .location-block .close-modal-overlay {
  position: absolute;
  right: 1rem;
}
.change-location-v5 .user-location-modal-box .location-block .close-modal-overlay svg {
  height: 0.813rem;
  width: 0.875rem;
}
.change-location-v5 .user-location-modal-box .location-block .zip-code-error {
  color: #c41230;
}
.change-location-v5 .user-location-modal-box .location-block .location-modal-button {
  font-size: 1rem;
  line-height: 1.188rem;
  margin-top: 0.5rem;
}
.change-location-v5 .user-location-modal-box .location-block .zip-code-error-wrapper {
  padding-top: 0;
}
.change-location-v5 .user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper {
  border-radius: .25rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: .25rem 0;
  align-items: center;
  gap: 6px;
}
.change-location-v5 .user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper .zip-validation-error {
  padding-top: 4px;
}
.change-location-v5 .user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper .suggestion-message,
.change-location-v5 .user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper .zip-code-error-message {
  font-size: 0.625rem;
  color: #CF4632;
  line-height: 120%;
  font-weight: 400;
}
.change-location-v5 .user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper svg {
  width: 1rem;
  height: 1rem;
  margin-top: 0.188rem;
  align-self: flex-start;
  margin-right: 0;
}
.change-location-v5 .user-location-modal-box .location-block #update-location-btn:disabled {
  background: #f2f2f2;
}
@media (max-width: 767px) {
  .change-location-v5 .modal-box.user-location-modal-box {
    padding: 2rem 1rem;
    margin-top: 10rem;
  }
  .change-location-v5 .modal-box.user-location-modal-box .location-block .location-headline-dropdown {
    font-size: 16px;
    margin-top: -1rem;
  }
  .change-location-v5 .modal-box.user-location-modal-box .location-block .form-block-location {
    margin-bottom: 1.25rem;
  }
  .change-location-v5 .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-header {
    display: inline-block;
  }
  .change-location-v5 .modal-box.user-location-modal-box .modal-dialog .modal-content .close-button-wrapper {
    top: -4.3rem;
    right: -0.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .change-location-v5 .modal-box.user-location-modal-box {
    padding: 2.5rem 5rem;
    margin-top: 10rem;
  }
  .change-location-v5 .modal-box.user-location-modal-box .location-block .location-headline-dropdown {
    margin-top: -1rem;
  }
  .change-location-v5 .modal-box.user-location-modal-box .location-block .form-block-location {
    margin-bottom: 1.25rem;
  }
  .change-location-v5 .modal-box.user-location-modal-box #update-location-btn {
    width: auto;
  }
  .change-location-v5 .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-header {
    display: inline-block;
  }
  .change-location-v5 .modal-box.user-location-modal-box .modal-dialog .modal-content .close-button-wrapper {
    top: -4.3rem;
    right: -4.6rem;
  }
}
.modal-bg.modal-change-location {
  z-index: 1050;
}

@font-face {
  font-family: "Helvetica Neue LT W01_41488878";
  src: url("https://fast.fonts.net/dv2/14/3a46542f-f429-4821-9a88-62e3be54a640.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_46 Lt It";
  src: url("https://fast.fonts.net/dv2/14/261b4efb-3d70-4965-977d-38af9422700d.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_55 Roman";
  src: url("https://fast.fonts.net/dv2/14/3dac71eb-afa7-4c80-97f0-599202772905.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_56 It";
  src: url("https://fast.fonts.net/dv2/14/21c44514-f4d6-4cff-a5de-e4cac5e61aff.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_65 Md";
  src: url("https://fast.fonts.net/dv2/14/5b1fbd62-45dc-4433-a7df-a2b24a146411.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_66 Md It";
  src: url("https://fast.fonts.net/dv2/14/657c2fa4-585b-4761-9e2e-65ab13159323.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_71488914";
  src: url("https://fast.fonts.net/dv2/14/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_76 Bd It";
  src: url("https://fast.fonts.net/dv2/14/ade4dbae-c607-4c84-a375-f0c4de0cc357.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
header.header-v3 .main_header .tool-set-section .brand-logo {
  width: 40%;
}
header.header-v3 .main_header .tool-set-section .brand-logo .logo {
  padding-right: 0;
  display: flex;
  align-items: center;
}
header.header-v3 .main_header .tool-set-section_right-side.simplified .header-language-selector.active svg path {
  stroke: #eeb111;
}
header.header-v3 .main_header .tool-set-section_right-side.simplified .header-language-selector__menu__item {
  font-family: "Helvetica Neue LT W01_55 Roman", sans-serif;
  font-weight: 500;
}
header.header-v3 .main_header .tool-set-section_right-side.simplified .header-language-selector__menu__item:hover,
header.header-v3 .main_header .tool-set-section_right-side.simplified .header-language-selector__menu__item.selected {
  color: #eeb111;
}
header.header-v3 .main_header .tool-set-section_right-side.simplified .sign-in-account:hover svg,
header.header-v3 .main_header .tool-set-section_right-side.simplified .sign-in-account .sign-in-account__link.active svg,
header.header-v3 .main_header .tool-set-section_right-side.simplified .sign-in-account .sign-in-account__auth-menu-trigger.active svg {
  color: #eeb111;
}
header.header-v3 .flyout-links .flyout-links_container .flyout-links_list .flyout-links_list-item a {
  color: #000000;
}
header.header-v3 .header-search-form__wrapper .header-search-trigger-icon svg {
  width: 1.375rem;
  height: 1.375rem;
}
header.header-v3 .sign-in-account__link {
  font-family: "HelveticaNeue", sans-serif;
  text-decoration: none;
}
header.header-v3 .sign-in-account__link:hover {
  color: #000000;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  header.header-v3 #sign-in-modal .modal-box .sign-in-popup__form .login-title {
    font-size: 1.25rem;
  }
  header.header-v3 .flyout-links_header-link:hover {
    text-decoration: underline;
  }
  header.header-v3 .flyout-links_header-link.not-active:hover {
    text-decoration: none;
  }
}
@media all and (min-width: 85.375rem) {
  header.header-v3 #sign-in-modal .modal-box .sign-in-popup__form .login-title {
    font-size: 1.25rem;
  }
  header.header-v3 .flyout-links_header-link:hover {
    text-decoration: underline;
  }
  header.header-v3 .flyout-links_header-link.not-active:hover {
    text-decoration: none;
  }
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code {
  border: 0.0625rem solid rgba(0, 0, 0, 0.25);
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code #zip-code:focus {
  outline: 0.0625rem solid #000000;
}

.global-navigation {
  height: 0;
}
.global-navigation .sidebar-icon-toggle {
  transition: all 0.2s;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #edb110;
  -webkit-tap-highlight-color: transparent;
}
.global-navigation .sidebar-icon-toggle .sidebar-icon-toggle_icon {
  margin: 1rem 1rem 0 1rem;
}
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .sidebar-icon-toggle {
  background-color: #eeeeee;
}
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .sidebar-icon-toggle .horizontal {
  transition: all 0.2s;
  box-sizing: border-box;
  opacity: 0;
}
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .sidebar-icon-toggle .horizontal.mobile-menu-close-text {
  opacity: unset;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 0.625rem;
  font-weight: bold;
  color: #000000;
  display: block;
  width: 100%;
  text-align: center;
}
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .sidebar-icon-toggle .horizontal.mobile-menu-text {
  display: none;
}
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .sidebar-icon-toggle .diagonal.part-1 {
  transition: all .2s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: .625rem;
  height: 0.25rem;
  border-radius: 0.25rem;
}
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .sidebar-icon-toggle .diagonal.part-2 {
  transition: all .2s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -0.56rem;
  height: 0.25rem;
  border-radius: 0.25rem;
}
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .global-menu {
  transform: translateX(0);
  border-top: solid 2px #edb110;
  overflow-y: auto;
}
.global-navigation .spinner-mobile {
  transition: all 0.2s;
  box-sizing: border-box;
  position: absolute;
  height: 0.125rem;
  width: 100%;
  border-radius: 20%;
  background-color: #000000;
}
.global-navigation .diagonal.part-1 {
  position: relative;
  transition: all 0.2s;
  box-sizing: border-box;
  float: left;
}
.global-navigation .diagonal.part-2 {
  transition: all 0.2s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 0.1875rem;
}
.global-navigation .horizontal {
  transition: all 0.2s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 0.1875rem;
}
.global-navigation .horizontal.mobile-menu-close-text {
  display: none;
}
.global-navigation .mobile-menu-text {
  font-family: "HelveticaNeue", sans-serif;
  font-size: 0.625rem;
  font-weight: bold;
  color: #000000;
  width: 100%;
  text-align: center;
}
.global-navigation .global-menu_container .primary-link.hidden {
  display: none;
  transition: 0.2s;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .global-navigation {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: inherit;
  }
  .global-navigation .sidebar-icon-toggle {
    display: none;
  }
  .global-navigation .global-navigation {
    margin: 0 8.4375rem 0 8.4375rem;
  }
  .global-navigation input[type="checkbox"]:not(:checked)#openGlobalMenuTrigger ~ .global-menu {
    display: flex;
  }
  .global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .global-menu {
    transform: none;
    border-top: none;
  }
}
@media all and (min-width: 85.375rem) {
  .global-navigation {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: inherit;
  }
  .global-navigation .sidebar-icon-toggle {
    display: none;
  }
  .global-navigation .global-navigation {
    margin: 0 8.4375rem 0 8.4375rem;
  }
  .global-navigation input[type="checkbox"]:not(:checked)#openGlobalMenuTrigger ~ .global-menu {
    display: flex;
  }
  .global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .global-menu {
    transform: none;
    border-top: none;
  }
}
@media all and (min-width: 85.375rem) {
  .author-mode .global-navigation {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: inherit;
  }
  .author-mode .global-navigation .sidebar-icon-toggle {
    display: none;
  }
  .author-mode .global-navigation .global-navigation {
    margin: 0 8.4375rem 0 8.4375rem;
  }
  .author-mode .global-navigation input[type="checkbox"]:not(:checked)#openGlobalMenuTrigger ~ .global-menu {
    display: flex;
  }
  .author-mode .global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .global-menu {
    transform: none;
    border-top: none;
  }
}
@media all and (max-width: 63.938rem) {
  .global-menu_container .primary-link.open {
    background-color: transparent !important;
    transition: none;
  }
}
/* Declare the same value for min- and max-width to avoid colliding with desktops */
@media only screen and (min-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .global-menu_container {
    display: block !important;
  }
  .global-menu_container .primary-link.open ~ .hidden-slider,
  .global-menu_container .primary-link.ipad-open ~ .hidden-slider {
    opacity: 0 !important;
  }
  .global-navigation .global-menu_container .primary-link.ipad-open.open {
    background-color: #edb110;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    .global-menu_container {
      display: block !important;
    }
    .global-navigation .global-menu_container .primary-link.open {
      background-color: #edb110;
      transition: .5s;
    }
    .global-menu_container .hidden-slider {
      display: none !important;
    }
    .global-menu_container .primary-link.open ~ .hidden-slider,
    .global-menu_container .primary-link.ipad-open ~ .hidden-slider {
      opacity: 0 !important;
    }
  }
}
@media not all and (min-resolution: 0.001dpcm) and only screen and (max-width: 48rem) {
  .global-navigation .global-menu_container .primary-link.open {
    background-color: transparent;
    transition: none;
  }
}
@supports (-webkit-hyphens:none) {
  .global-menu_container {
    display: block !important;
  }
  .global-navigation .global-menu_container .primary-link.open {
    background-color: #edb110;
    transition: .5s;
  }
  .global-menu_container .hidden-slider {
    display: none !important;
  }
  .global-menu_container .primary-link.open ~ .hidden-slider,
  .global-menu_container .primary-link.ipad-open ~ .hidden-slider {
    opacity: 0 !important;
  }
}
.keyboard-navigation .global-menu_container li:active,
.keyboard-navigation .global-menu_container li a:active {
  outline: unset !important;
}
.keyboard-navigation .global-menu_container .primary-link:focus {
  transition: none;
  outline: 0.125rem solid #000000;
  outline-offset: -0.25rem;
}
.global-menu {
  left: 0;
  width: 100%;
  transform: translateX(150%);
  transition: transform 500ms ease-in-out;
  background: #ffffff;
  height: 100vh;
  -webkit-tap-highlight-color: transparent;
}
.global-menu_container {
  list-style-type: none;
  margin: 0;
  align-items: center;
  color: #000000;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
  font-family: "HelveticaNeue", sans-serif;
  padding: 0;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.1);
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  background: #ffffff;
}
.global-menu_container .hidden-slider {
  display: none;
}
.global-menu_container li:active,
.global-menu_container li a:active {
  outline: none !important;
}
.global-menu_container .primary-link {
  display: inline-block;
  padding: .313rem 0;
  width: 100%;
  position: relative;
  transition: 0.5s;
}
.global-menu_container .primary-link > .global-menu_flyout {
  display: none;
}
.global-menu_container .primary-link:not(:first-child) {
  border-top: solid 1px #dedede;
}
.global-menu_container .primary-link .link-arrow-right {
  content: '';
  transition: 0.5s;
  border: solid #898989;
  border-width: 0 0.125rem 0.125rem 0;
  display: inline-block;
  padding: 0.1875rem;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 1.5rem;
  right: 1rem;
}
.global-menu_container .primary-link .primary-link_control-panel {
  margin-left: 1rem;
  line-height: 3rem;
  min-height: 3rem;
}
.global-menu_container .primary-link.expanded-link .primary-link_href {
  transition: 0.5s;
  font-weight: bold;
  color: #edb110;
}
.global-menu_container .primary-link.expanded-link .link-arrow-right {
  border: solid #edb110;
  border-width: 0 0.125rem 0.125rem 0;
  transition: 0.5s;
  transform: rotate(-135deg);
}
.global-menu_container .primary-link.expanded-link .link-arrow-left {
  display: none;
}
.global-menu_container .primary-link.expanded-link .global-menu_flyout {
  display: block;
  background: #ffffff;
  width: 100%;
  transition: all 0.5s;
  border-top: solid 1px #dedede;
}
.global-menu_container .primary-link .primary-link_href {
  transition: 0.5s;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 1rem;
  color: #000000;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
}
.global-menu_container .primary-link.selected {
  text-align: center;
  transition: 0.5s;
}
.global-menu_container .primary-link.selected .link-arrow-right {
  display: none;
}
.global-menu_container .primary-link.selected .link-arrow-left {
  content: '';
  transition: 0.5s;
  border: solid #000000;
  border-width: 0 0.125rem 0.125rem 0;
  display: inline-block;
  padding: 0.1875rem;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 1.5rem;
  left: 1rem;
}
.global-menu_container .primary-link.selected .primary-link_href {
  font-weight: bold;
}
.global-menu_container .primary-link.hidden {
  transition: 0.5s;
  display: none;
}
.global-menu .sub-menu-head span {
  font-weight: 600;
}
.global-menu .g-row .g-col-6 .single-high {
  margin-top: 0;
}
.global-menu .user_links img {
  margin: 0 auto;
}
.global-menu .user_links__utilities {
  font-size: 0.625rem !important;
  text-transform: uppercase !important;
  padding: 0 !important;
  line-height: 1.375rem;
  text-align: center;
  color: #2e2e2e;
  border-bottom: 0 !important;
}
.global-menu .column_border-right {
  border-right: 0.0625rem solid #eee;
}
.global-menu .padding_left_column {
  padding-left: 1.875rem;
}
.global-menu .column_padding_bottom {
  padding-bottom: 1.5625rem;
}
.global-menu .contact_details {
  margin-bottom: 1.25rem;
}
.global-menu .live_chat {
  padding-bottom: 1.5625rem;
  padding-left: 1.9375rem;
}
.global-menu .main {
  margin: 0 auto;
  display: block;
  height: 100%;
}
.global-menu .mainInner {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}
.global-menu .mainInner div {
  display: table-cell;
  vertical-align: middle;
  font-size: 3em;
  font-weight: bold;
  letter-spacing: 0.078125rem;
}
.global-menu .main-menu {
  padding: 0;
}
.global-menu .main-menu li {
  padding-left: 2.3125rem;
  border-bottom: 0.0625rem solid #dadada;
  background-color: #eee;
}
.global-menu .always_visible {
  display: block;
}
.global-menu .padding_left_column {
  padding: 0 0.625rem;
}
.global-menu .g-row-mobile {
  background: #eee;
}
.global-menu .display-none-mobile {
  display: none;
}
.global-menu .user_links .header-suggestions-panel .header-suggestions-button {
  font-weight: 500;
  font-size: 0.6875rem !important;
  line-height: 1.5rem !important;
  display: flex;
  align-items: center;
  color: #c41230 !important;
  text-transform: capitalize !important;
}
.global-menu .overlay-menu {
  display: none !important;
}
.global-menu .mega-menu-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  background-origin: content-box;
  width: 1.4375rem;
  height: 1.4375rem;
  float: right;
}
.global-menu .column_border-right {
  padding-left: 0;
  padding-right: 0;
}
.global-menu .content-hidden-mobile {
  display: none;
}
.global-menu .header-logged-out {
  text-align: center;
}
.global-menu .main-menu-svg-fill {
  width: 1.0625rem;
  height: 1.0625rem;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .global-menu {
    display: flex;
    justify-content: space-between;
    height: inherit;
    transform: none;
    transition: none;
    padding-bottom: 0;
  }
  .global-menu .tool-set-section {
    margin: 0 8.4375rem 0 8.4375rem;
    height: 5rem;
  }
  .global-menu_container {
    padding: 0;
    display: flex;
    height: 2.625rem;
    position: initial;
    overflow: hidden;
  }
  .global-menu_container .hidden-slider {
    display: block;
    position: absolute;
    width: 9.375rem;
    height: 2.625rem;
    top: 5rem;
    left: 0;
    background: #edb110;
    z-index: 0;
    transition: 0.5s;
    opacity: 0;
  }
  .global-menu_container .primary-link {
    padding: 0.625rem 0;
    position: initial;
    z-index: 1;
  }
  .global-menu_container .primary-link .primary-link_control-panel {
    line-height: unset;
    min-height: unset;
  }
  .global-menu_container .primary-link.open > .global-menu_flyout {
    display: block;
    position: absolute;
    background: #ffffff;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 7.5625rem;
    cursor: auto;
  }
  .global-menu_container .primary-link.open > .global-menu_flyout .global-menu_flyout-border {
    width: 100%;
    border-bottom: solid 0.1875rem #edb110;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  }
  .global-menu_container .primary-link.open > .global-menu_flyout .g-container {
    margin-top: 0.1875rem;
  }
  .global-menu_container .primary-link.open > .global-menu_flyout .sub-menu-block .aem-Grid:before,
  .global-menu_container .primary-link.open > .global-menu_flyout .sub-menu-block .aem-Grid:after {
    display: none;
  }
  .global-menu_container .primary-link .link-arrow-right {
    display: none;
  }
  .global-menu_container .primary-link .link-arrow-left {
    display: none;
  }
  .global-menu_container .primary-link:not(:first-child) {
    border-top: none;
  }
  .global-menu_container .primary-link:first-of-type:focus {
    border-left: 0.0625rem solid;
  }
  .global-menu_container .primary-link .primary-link_href {
    font-family: "HelveticaNeue", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.19;
    color: #000000;
    margin-left: 0.5rem;
  }
  .global-menu_container .primary-link .primary-link_href:focus {
    outline: 0.0625rem solid #000000;
  }
  .global-menu_container .primary-link .primary-link_href:hover {
    text-decoration: underline;
  }
  .global-menu_container .primary-link .primary-link_href:after {
    display: none;
  }
  .global-menu_container .primary-link.open ~ .hidden-slider {
    opacity: 1;
  }
  .global-menu_container .primary-link.expanded-link .primary-link_control-panel {
    padding-bottom: inherit;
  }
  .global-menu_container .primary-link.expanded-link .primary-link_href {
    transition: none;
    font-weight: bold;
    color: #000000;
  }
  .global-menu_container .primary-link.expanded-link .link-arrow-right {
    border: none;
    display: none;
  }
  .global-menu_container .primary-link.expanded-link .link-arrow-left {
    display: none;
  }
  .global-menu_container .primary-link.expanded-link .global-menu_flyout {
    transition: none;
    border-top: inherit;
  }
}
@media all and (min-width: 85.375rem) {
  .global-menu {
    display: flex;
    justify-content: space-between;
    height: inherit;
    transform: none;
    transition: none;
    padding-bottom: 0;
  }
  .global-menu .tool-set-section {
    margin: 0 8.4375rem 0 8.4375rem;
    height: 5rem;
  }
  .global-menu_container {
    padding: 0;
    display: flex;
    height: 2.625rem;
    position: initial;
    overflow: hidden;
  }
  .global-menu_container .hidden-slider {
    display: block;
    position: absolute;
    width: 9.375rem;
    height: 2.625rem;
    top: 5rem;
    left: 0;
    background: #edb110;
    z-index: 0;
    transition: 0.5s;
    opacity: 0;
  }
  .global-menu_container .primary-link {
    padding: 0.625rem 0;
    position: initial;
    z-index: 1;
  }
  .global-menu_container .primary-link .primary-link_control-panel {
    line-height: unset;
    min-height: unset;
  }
  .global-menu_container .primary-link.open > .global-menu_flyout {
    display: block;
    position: absolute;
    background: #ffffff;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 7.5625rem;
    cursor: auto;
  }
  .global-menu_container .primary-link.open > .global-menu_flyout .global-menu_flyout-border {
    width: 100%;
    border-bottom: solid 0.1875rem #edb110;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  }
  .global-menu_container .primary-link.open > .global-menu_flyout .g-container {
    margin-top: 0.1875rem;
  }
  .global-menu_container .primary-link.open > .global-menu_flyout .sub-menu-block .aem-Grid:before,
  .global-menu_container .primary-link.open > .global-menu_flyout .sub-menu-block .aem-Grid:after {
    display: none;
  }
  .global-menu_container .primary-link .link-arrow-right {
    display: none;
  }
  .global-menu_container .primary-link .link-arrow-left {
    display: none;
  }
  .global-menu_container .primary-link:not(:first-child) {
    border-top: none;
  }
  .global-menu_container .primary-link:first-of-type:focus {
    border-left: 0.0625rem solid;
  }
  .global-menu_container .primary-link .primary-link_href {
    font-family: "HelveticaNeue", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.19;
    color: #000000;
    margin-left: 0.5rem;
  }
  .global-menu_container .primary-link .primary-link_href:focus {
    outline: 0.0625rem solid #000000;
  }
  .global-menu_container .primary-link .primary-link_href:hover {
    text-decoration: underline;
  }
  .global-menu_container .primary-link .primary-link_href:after {
    display: none;
  }
  .global-menu_container .primary-link.open ~ .hidden-slider {
    opacity: 1;
  }
  .global-menu_container .primary-link.expanded-link .primary-link_control-panel {
    padding-bottom: inherit;
  }
  .global-menu_container .primary-link.expanded-link .primary-link_href {
    transition: none;
    font-weight: bold;
    color: #000000;
  }
  .global-menu_container .primary-link.expanded-link .link-arrow-right {
    border: none;
    display: none;
  }
  .global-menu_container .primary-link.expanded-link .link-arrow-left {
    display: none;
  }
  .global-menu_container .primary-link.expanded-link .global-menu_flyout {
    transition: none;
    border-top: inherit;
  }
}
@media all and (min-width: 48rem) {
  .global-menu__search {
    display: none;
  }
}
@media all and (min-width: 85.375rem) {
  .author-mode .global-menu {
    display: flex;
    justify-content: space-between;
    height: inherit;
    transform: none;
    transition: none;
    padding-bottom: 0;
  }
  .author-mode .global-menu .tool-set-section {
    margin: 0 8.4375rem 0 8.4375rem;
    height: 5rem;
  }
  .author-mode .global-menu_container {
    padding: 0;
    display: flex;
    height: 2.625rem;
    position: initial;
    overflow: hidden;
  }
  .author-mode .global-menu_container .hidden-slider {
    display: block;
    position: absolute;
    width: 9.375rem;
    height: 2.625rem;
    top: 5rem;
    left: 0;
    background: #edb110;
    z-index: 0;
    transition: 0.5s;
    opacity: 0;
  }
  .author-mode .global-menu_container .primary-link {
    padding: 0.625rem 0;
    position: initial;
    z-index: 1;
  }
  .author-mode .global-menu_container .primary-link .primary-link_control-panel {
    line-height: unset;
    min-height: unset;
  }
  .author-mode .global-menu_container .primary-link.open > .global-menu_flyout {
    display: block;
    position: absolute;
    background: #ffffff;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 7.5625rem;
    cursor: auto;
  }
  .author-mode .global-menu_container .primary-link.open > .global-menu_flyout .global-menu_flyout-border {
    width: 100%;
    border-bottom: solid 0.1875rem #edb110;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  }
  .author-mode .global-menu_container .primary-link.open > .global-menu_flyout .g-container {
    margin-top: 0.1875rem;
  }
  .author-mode .global-menu_container .primary-link.open > .global-menu_flyout .sub-menu-block .aem-Grid:before,
  .author-mode .global-menu_container .primary-link.open > .global-menu_flyout .sub-menu-block .aem-Grid:after {
    display: none;
  }
  .author-mode .global-menu_container .primary-link .link-arrow-right {
    display: none;
  }
  .author-mode .global-menu_container .primary-link .link-arrow-left {
    display: none;
  }
  .author-mode .global-menu_container .primary-link:not(:first-child) {
    border-top: none;
  }
  .author-mode .global-menu_container .primary-link:first-of-type:focus {
    border-left: 0.0625rem solid;
  }
  .author-mode .global-menu_container .primary-link .primary-link_href {
    font-family: "HelveticaNeue", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.19;
    color: #000000;
    margin-left: 0.5rem;
  }
  .author-mode .global-menu_container .primary-link .primary-link_href:focus {
    outline: 0.0625rem solid #000000;
  }
  .author-mode .global-menu_container .primary-link .primary-link_href:hover {
    text-decoration: underline;
  }
  .author-mode .global-menu_container .primary-link .primary-link_href:after {
    display: none;
  }
  .author-mode .global-menu_container .primary-link.open ~ .hidden-slider {
    opacity: 1;
  }
  .author-mode .global-menu_container .primary-link.expanded-link .primary-link_control-panel {
    padding-bottom: inherit;
  }
  .author-mode .global-menu_container .primary-link.expanded-link .primary-link_href {
    transition: none;
    font-weight: bold;
    color: #000000;
  }
  .author-mode .global-menu_container .primary-link.expanded-link .link-arrow-right {
    border: none;
    display: none;
  }
  .author-mode .global-menu_container .primary-link.expanded-link .link-arrow-left {
    display: none;
  }
  .author-mode .global-menu_container .primary-link.expanded-link .global-menu_flyout {
    transition: none;
    border-top: inherit;
  }
}
.noscroll {
  overflow: hidden !important;
  position: relative;
  height: 100%;
  max-height: 100vh;
}
.header-less-overlay {
  top: 3.7rem;
  left: 0;
  width: 100%;
  height: calc(100% - 3.7rem);
  z-index: 10;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
}

.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .sidebar-icon-toggle .sidebar-icon-toggle_icon {
  margin: 0.75rem 1rem 0 1rem;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .global-navigation .global-menu_container .primary-link {
    width: fit-content;
  }
  .global-navigation .global-menu_container .primary-link .primary-link_control-panel {
    text-align: center;
    width: fit-content;
    margin: 0 1rem;
  }
}
@media all and (min-width: 85.375rem) {
  .global-navigation .global-menu_container .primary-link {
    width: fit-content;
  }
  .global-navigation .global-menu_container .primary-link .primary-link_control-panel {
    text-align: center;
    width: fit-content;
    margin: 0 1rem;
  }
}

.sign-in-modal-component #sign-in-modal.modal {
  padding: 0 1rem;
}
.sign-in-modal-component #sign-in-modal .modal-box {
  margin-top: 1rem;
}
.sign-in-modal-component #sign-in-modal .modal-box .modal-content {
  box-shadow: 0 0.25rem 0.5rem 0 rgba(39, 3, 9, 0.3);
  margin: 0;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form {
  padding: 1rem 1rem 1rem 1rem;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .login-title {
  font-size: 1rem;
  padding-bottom: 0.5rem;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .form .form-label {
  line-height: 1.67;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .form .form-button {
  height: 2.5rem;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .form .form-show-password-label {
  top: 0.25rem;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .sign-in-buttons__divider {
  font-size: 0.75rem;
  font-family: "HelveticaNeue", sans-serif;
  font-weight: bold;
  line-height: 1.67;
  margin-top: 0.75rem;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .sign-in-buttons__login-social {
  height: inherit;
  margin-bottom: 0;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .sign-in-buttons__login-social--facebook,
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .sign-in-buttons__login-social--google {
  height: 2.5rem;
  margin-bottom: 1rem;
  text-decoration: none;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .sign-in-buttons__login-social--facebook-text,
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .sign-in-buttons__login-social--google-text {
  font-family: "HelveticaNeue", sans-serif;
  font-weight: bold;
  line-height: 1.67;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .sign-in-modal-component #sign-in-modal {
    max-width: 76.375rem;
    margin: 0 auto;
    padding-right: 0;
  }
  .sign-in-modal-component #sign-in-modal:focus {
    outline: none;
  }
  .sign-in-modal-component #sign-in-modal::-moz-focus-inner {
    border: 0;
  }
  .sign-in-modal-component #sign-in-modal.modal {
    position: absolute;
  }
  .sign-in-modal-component #sign-in-modal .modal-box {
    margin: 5rem 0 auto auto;
    width: 20rem;
    transform: translate(20px, 0px);
  }
  .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__closer {
    display: none;
  }
  .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup.conditional-content .sign-in-popup__closer {
    display: flex;
  }
  .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup.conditional-content .sign-in-popup__closer .modal-close-icon {
    display: block;
  }
  .sign-in-modal-component #sign-in-modal .modal-box .modal-content {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(39, 3, 9, 0.3), 0 0.25rem 0.375rem 0 rgba(0, 0, 0, 0.5);
    width: 20rem;
    margin: 0;
  }
  .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup {
    width: 20rem;
  }
  .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form {
    padding: 1.5rem 1.5rem 1rem 1.5rem;
  }
  .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .login-title {
    font-size: 1.5rem;
  }
  .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .form .form-label {
    line-height: 1.67;
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed {
    position: fixed;
    right: 50%;
    top: calc(50% - 20rem);
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed .sign-in-popup {
    width: 40rem;
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed .modal-box--empty-content {
    right: -10%;
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed .modal-box--empty-content .sign-in-popup {
    width: 25rem;
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed-home {
    position: absolute;
    right: 50%;
    top: calc(50% - 8rem);
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .modal-box .sign-in-popup__closer {
    display: flex;
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .sign-in-popup {
    width: 40rem;
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .modal-box--empty-content {
    right: -10%;
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .modal-box--empty-content .sign-in-popup {
    width: 25rem;
  }
  .sign-in-modal-component .sign-in-wrapper {
    height: 0;
  }
}
@media all and (min-width: 85.375rem) {
  .sign-in-modal-component #sign-in-modal {
    max-width: 76.375rem;
    margin: 0 auto;
    padding-right: 0;
  }
  .sign-in-modal-component #sign-in-modal:focus {
    outline: none;
  }
  .sign-in-modal-component #sign-in-modal::-moz-focus-inner {
    border: 0;
  }
  .sign-in-modal-component #sign-in-modal.modal {
    position: absolute;
  }
  .sign-in-modal-component #sign-in-modal .modal-box {
    margin: 5rem 0 auto auto;
    width: 20rem;
    transform: translate(20px, 0px);
  }
  .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__closer {
    display: none;
  }
  .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup.conditional-content .sign-in-popup__closer {
    display: flex;
  }
  .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup.conditional-content .sign-in-popup__closer .modal-close-icon {
    display: block;
  }
  .sign-in-modal-component #sign-in-modal .modal-box .modal-content {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(39, 3, 9, 0.3), 0 0.25rem 0.375rem 0 rgba(0, 0, 0, 0.5);
    width: 20rem;
    margin: 0;
  }
  .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup {
    width: 20rem;
  }
  .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form {
    padding: 1.5rem 1.5rem 1rem 1.5rem;
  }
  .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .login-title {
    font-size: 1.5rem;
  }
  .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .form .form-label {
    line-height: 1.67;
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed {
    position: fixed;
    right: 50%;
    top: calc(50% - 20rem);
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed .sign-in-popup {
    width: 40rem;
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed .modal-box--empty-content {
    right: -10%;
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed .modal-box--empty-content .sign-in-popup {
    width: 25rem;
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed-home {
    position: absolute;
    right: 50%;
    top: calc(50% - 8rem);
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .modal-box .sign-in-popup__closer {
    display: flex;
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .sign-in-popup {
    width: 40rem;
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .modal-box--empty-content {
    right: -10%;
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .modal-box--empty-content .sign-in-popup {
    width: 25rem;
  }
  .sign-in-modal-component .sign-in-wrapper {
    height: 0;
  }
}
@media all and (min-width: 64.01rem) {
  .author-mode .sign-in-modal-component #sign-in-modal,
  .checkout-header .sign-in-modal-component #sign-in-modal {
    max-width: 76.375rem;
    margin: 0 auto;
    padding-right: 0;
  }
  .author-mode .sign-in-modal-component #sign-in-modal:focus,
  .checkout-header .sign-in-modal-component #sign-in-modal:focus {
    outline: none;
  }
  .author-mode .sign-in-modal-component #sign-in-modal::-moz-focus-inner,
  .checkout-header .sign-in-modal-component #sign-in-modal::-moz-focus-inner {
    border: 0;
  }
  .author-mode .sign-in-modal-component #sign-in-modal.modal,
  .checkout-header .sign-in-modal-component #sign-in-modal.modal {
    position: absolute;
  }
  .author-mode .sign-in-modal-component #sign-in-modal .modal-box,
  .checkout-header .sign-in-modal-component #sign-in-modal .modal-box {
    margin: 5rem 0 auto auto;
    width: 20rem;
    transform: translate(20px, 0px);
  }
  .author-mode .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__closer,
  .checkout-header .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__closer {
    display: none;
  }
  .author-mode .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup.conditional-content .sign-in-popup__closer,
  .checkout-header .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup.conditional-content .sign-in-popup__closer {
    display: flex;
  }
  .author-mode .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup.conditional-content .sign-in-popup__closer .modal-close-icon,
  .checkout-header .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup.conditional-content .sign-in-popup__closer .modal-close-icon {
    display: block;
  }
  .author-mode .sign-in-modal-component #sign-in-modal .modal-box .modal-content,
  .checkout-header .sign-in-modal-component #sign-in-modal .modal-box .modal-content {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(39, 3, 9, 0.3), 0 0.25rem 0.375rem 0 rgba(0, 0, 0, 0.5);
    width: 20rem;
    margin: 0;
  }
  .author-mode .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup,
  .checkout-header .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup {
    width: 20rem;
  }
  .author-mode .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form,
  .checkout-header .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form {
    padding: 1.5rem 1.5rem 1rem 1.5rem;
  }
  .author-mode .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .login-title,
  .checkout-header .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .login-title {
    font-size: 1.5rem;
  }
  .author-mode .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .form .form-label,
  .checkout-header .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .form .form-label {
    line-height: 1.67;
  }
  .author-mode .sign-in-modal-component #sign-in-modal.modal-open.fixed,
  .checkout-header .sign-in-modal-component #sign-in-modal.modal-open.fixed {
    position: fixed;
    right: 50%;
    top: calc(50% - 20rem);
  }
  .author-mode .sign-in-modal-component #sign-in-modal.modal-open.fixed .sign-in-popup,
  .checkout-header .sign-in-modal-component #sign-in-modal.modal-open.fixed .sign-in-popup {
    width: 40rem;
  }
  .author-mode .sign-in-modal-component #sign-in-modal.modal-open.fixed .modal-box--empty-content,
  .checkout-header .sign-in-modal-component #sign-in-modal.modal-open.fixed .modal-box--empty-content {
    right: -10%;
  }
  .author-mode .sign-in-modal-component #sign-in-modal.modal-open.fixed .modal-box--empty-content .sign-in-popup,
  .checkout-header .sign-in-modal-component #sign-in-modal.modal-open.fixed .modal-box--empty-content .sign-in-popup {
    width: 25rem;
  }
  .author-mode .sign-in-modal-component #sign-in-modal.modal-open.fixed-home,
  .checkout-header .sign-in-modal-component #sign-in-modal.modal-open.fixed-home {
    position: absolute;
    right: 50%;
    top: calc(50% - 8rem);
  }
  .author-mode .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .modal-box .sign-in-popup__closer,
  .checkout-header .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .modal-box .sign-in-popup__closer {
    display: flex;
  }
  .author-mode .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .sign-in-popup,
  .checkout-header .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .sign-in-popup {
    width: 40rem;
  }
  .author-mode .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .modal-box--empty-content,
  .checkout-header .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .modal-box--empty-content {
    right: -10%;
  }
  .author-mode .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .modal-box--empty-content .sign-in-popup,
  .checkout-header .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .modal-box--empty-content .sign-in-popup {
    width: 25rem;
  }
  .author-mode .sign-in-modal-component .sign-in-wrapper,
  .checkout-header .sign-in-modal-component .sign-in-wrapper {
    height: 0;
  }
}

.sign-in-account {
  display: flex;
  font-family: "HelveticaNeue", sans-serif;
}
.sign-in-account:focus-within {
  outline: 1px solid #000000;
}
.sign-in-account__link {
  flex-direction: column;
}
.sign-in-account__second-row {
  display: none;
}
.sign-in-account__first-row {
  font-size: 0.625rem;
  font-family: "HelveticaNeue", sans-serif;
}
.sign-in-account__first-row .sign-in-account__text {
  display: none;
}
.sign-in-account.authorized .sign-in-account__first-row {
  display: none;
}
.sign-in-account.authorized .sign-in-account__link-log-in {
  display: none;
}
.sign-in-account.authorized .sign-in-account__link-log-in.link-btn {
  display: none;
}
.sign-in-account.authorized .sign-in-account__authorized {
  display: flex;
  align-items: center;
  min-width: 24px;
}
.sign-in-account.authorized .sign-in-account__authorized .sign-in-account__icon {
  display: flex;
  justify-content: center;
}
.sign-in-account.authorized .sign-in-account__authorized .sign-in-account__icon svg {
  color: #000000;
  width: 1.5rem;
  height: 1.5rem;
}
.sign-in-account.authorized .sign-in-account__authorized .sign-in-account__welcome-text {
  font-size: 0.75rem;
  line-height: 1.33;
  font-family: "HelveticaNeue", sans-serif;
  font-weight: normal;
}
.sign-in-account.authorized .sign-in-account__authorized .sign-in-account__nav-closer {
  display: block;
}
.sign-in-account.authorized .sign-in-account__authorized .sign-in-account__nav-closer .menu-close {
  background: white;
  position: absolute;
  top: 0.2rem;
  right: 0;
}
.sign-in-account.authorized .sign-in-account__authorized .sign-in-account__nav-closer .icon {
  width: 1rem;
  height: 1rem;
}
.sign-in-account__icon {
  display: flex;
  justify-content: center;
}
.sign-in-account__icon svg {
  color: #000000;
  width: 1.5rem;
  height: 1.5rem;
}
.sign-in-account__text-bold {
  font-weight: bold;
}
.sign-in-account__link {
  text-decoration: none;
}
.sign-in-account__link:hover {
  text-decoration: none;
  cursor: pointer;
}
.sign-in-account__link:focus {
  outline: 0.125rem solid #000000;
}
.sign-in-account__link::-moz-focus-inner {
  border: 0;
}
.sign-in-account__sign-in-form {
  display: none;
}
.sign-in-account__authorized {
  display: none;
}
.sign-in-account__nav {
  background: #ffffff;
  width: 100%;
  right: 0;
  display: none;
  top: 3.7rem;
}
.sign-in-account__nav.active {
  position: absolute;
  display: block;
}
.sign-in-account__nav-row {
  background: #ffffff;
  z-index: 10;
  display: flex;
  align-items: center;
  font-family: "HelveticaNeue", sans-serif;
  line-height: 1.19;
}
.sign-in-account__nav-row-item {
  display: flex;
  flex-direction: row;
  font-size: 1rem;
  text-decoration: none;
  margin: 0.5rem 0 0.5rem 1.5rem;
}
.sign-in-account__nav-row-item.user-name {
  font-family: "HelveticaNeue", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.19;
  display: inline;
}
.sign-in-account__nav-row-item:hover {
  text-decoration: none;
}
.sign-in-account__nav-row-item.button {
  background: #ffffff;
  border: solid 0.125rem #000000;
  width: 100%;
  margin: 0 1rem;
}
.sign-in-account__nav-row-icon {
  margin-right: 1rem;
}
.sign-in-account__nav-row-icon img {
  max-height: 1.5rem;
}
.sign-in-account__nav-row:first-child {
  margin-top: 0.5rem;
}
.sign-in-account__nav-row:last-child {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}
.sign-in-account__nav-delimiter {
  border-top: solid 0.0625rem #979797;
  height: 0;
  width: 100%;
  display: block;
  margin: 0.5rem 0;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .sign-in-account.authorized:focus-within {
    outline: 1px solid #000000;
  }
  .sign-in-account.authorized .sign-in-account__first-row {
    display: inherit;
  }
  .sign-in-account.authorized .sign-in-account__authorized {
    cursor: pointer;
  }
  .sign-in-account.authorized .sign-in-account__authorized .sign-in-account__icon.active svg {
    color: #000000;
  }
  .sign-in-account.authorized .sign-in-account__authorized .sign-in-account__nav-closer {
    display: none;
  }
  .sign-in-account.authorized .sign-in-account__link.active {
    outline: none;
  }
  .sign-in-account__link {
    display: block;
    flex-direction: row;
    align-items: center;
  }
  .sign-in-account__link:focus {
    outline: none;
  }
  .sign-in-account__text-container {
    display: block;
    padding-left: 0.5rem;
  }
  .sign-in-account__second-row {
    display: inline;
    position: relative;
  }
  .sign-in-account__second-row:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 0.3rem solid transparent;
    border-right: 0.3rem solid transparent;
    border-top: 0.4rem solid #000000;
    top: 35%;
    margin-left: 0.25rem;
  }
  .sign-in-account__first-row {
    font-size: 0.75rem;
    line-height: 1.33;
  }
  .sign-in-account__first-row .sign-in-account__text-bold {
    font-weight: bold;
  }
  .sign-in-account__first-row .sign-in-account__text {
    display: inline;
    font-weight: normal;
  }
  .sign-in-account__nav {
    right: 0;
    top: 5rem;
    display: none;
    z-index: 10;
    max-width: 20rem;
    box-shadow: 0 0.375rem 0.5rem 0 rgba(0, 0, 0, 0.5);
  }
  .sign-in-account__nav-row-item.user-name {
    font-size: 1.25rem;
    line-height: 0.95;
  }
  .sign-in-account .sign-in-account__link.active {
    outline: 1px solid #000000;
  }
}
@media all and (min-width: 63.938rem) {
  .sign-in-account.authorized:focus-within {
    outline: 1px solid #000000;
  }
  .sign-in-account.authorized .sign-in-account__first-row {
    display: inherit;
  }
  .sign-in-account.authorized .sign-in-account__authorized {
    cursor: pointer;
  }
  .sign-in-account.authorized .sign-in-account__authorized .sign-in-account__icon.active svg {
    color: #000000;
  }
  .sign-in-account.authorized .sign-in-account__authorized .sign-in-account__nav-closer {
    display: none;
  }
  .sign-in-account.authorized .sign-in-account__link.active {
    outline: none;
  }
  .sign-in-account__link {
    display: block;
    flex-direction: row;
    align-items: center;
  }
  .sign-in-account__link:focus {
    outline: none;
  }
  .sign-in-account__text-container {
    display: block;
    padding-left: 0.5rem;
  }
  .sign-in-account__second-row {
    display: inline;
    position: relative;
  }
  .sign-in-account__second-row:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 0.3rem solid transparent;
    border-right: 0.3rem solid transparent;
    border-top: 0.4rem solid #000000;
    top: 35%;
    margin-left: 0.25rem;
  }
  .sign-in-account__first-row {
    font-size: 0.75rem;
    line-height: 1.33;
  }
  .sign-in-account__first-row .sign-in-account__text-bold {
    font-weight: bold;
  }
  .sign-in-account__first-row .sign-in-account__text {
    display: inline;
    font-weight: normal;
  }
  .sign-in-account__nav {
    right: 0;
    top: 5rem;
    display: none;
    z-index: 10;
    max-width: 20rem;
    box-shadow: 0 0.375rem 0.5rem 0 rgba(0, 0, 0, 0.5);
  }
  .sign-in-account__nav-row-item.user-name {
    font-size: 1.25rem;
    line-height: 0.95;
  }
  .sign-in-account .sign-in-account__link.active {
    outline: 1px solid #000000;
  }
}
.sign-in-account .sign-in-account__link.link-btn {
  display: flex;
  text-align: left;
}
.header-menu-overlay {
  top: 3.7rem;
  left: 0;
  width: 100%;
  height: calc(100% - 3.7rem);
  z-index: 10;
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.3s;
}
.header-menu-overlay.header-menu-overlay-fade {
  background-color: rgba(0, 0, 0, 0.4);
}
.my-account-nav-placeholder {
  display: none;
}
.tool-set-section_right-side.simplified .sign-in-account .sign-in-account__first-row,
.tool-set-section_right-side.simplified .sign-in-account .sign-in-account__second-row {
  display: none;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .header-menu-overlay {
    top: 7.5rem;
    height: calc(100% - 7.5rem);
  }
  .my-account-nav-placeholder {
    display: block;
    overflow: inherit;
    background: none;
    top: 0;
    z-index: 1000;
    position: absolute;
    width: 100%;
  }
}
@media all and (min-width: 85.375rem) {
  .header-menu-overlay {
    top: 7.5rem;
    height: calc(100% - 7.5rem);
  }
  .my-account-nav-placeholder {
    display: block;
    overflow: inherit;
    background: none;
    top: 0;
    z-index: 1000;
    position: absolute;
    width: 100%;
  }
}
@media all and (min-width: 64.01rem) {
  .author-mode .header-menu-overlay {
    top: 7.5rem;
    height: calc(100% - 7.5rem);
  }
  .author-mode .my-account-nav-placeholder {
    display: block;
    overflow: inherit;
    background: none;
    top: 0;
    z-index: 1000;
    position: absolute;
    width: 100%;
  }
}
@media all and (min-width: 48rem) and (max-width: 64rem) {
  .sign-in-account {
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 0;
  }
}
@media all and (max-width: 47.938rem) {
  .sign-in-account {
    padding-right: 1rem;
  }
}

.flyout-container {
  background-color: #ffffff;
  width: 100%;
}
.flyout-container .flyout-header {
  display: none;
}
.flyout-container .flyout-container__left-columns {
  display: flex;
  flex-direction: column;
}
.flyout-container .flyout-container__left-columns .flyout-left-col {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.flyout-container .flyout-container__left-columns .flyout-left-col.flyout-horizontal-line {
  border: none;
}
.flyout-container .flyout-container__left-columns .flyout-left-col .flyout-column:not(:last-child) {
  border: none;
}
.flyout-container .flyout-container__left-columns .flyout-left-col .flyout-column {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  width: 100%;
}
.flyout-container .flyout-container__left-columns .flyout-left-col .flyout-column .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  clear: both;
}
.flyout-container .flyout-container__left-columns .flyout-right-col {
  margin: 0 auto;
}
.flyout-container .platform-components-page-list .item_card {
  flex: 0 0 100%;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .flyout-container {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-direction: row;
  }
  .flyout-container .flyout-header {
    display: block;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-top: 1rem;
    margin-bottom: .5rem;
    width: fit-content;
  }
  .flyout-container .flyout-header:empty {
    margin-bottom: 0;
    margin-top: 0;
  }
  .flyout-container .flyout-container__left-columns {
    display: flex;
    flex-direction: column;
    max-width: 65%;
  }
  .flyout-container .flyout-container__left-columns .flyout-left-col {
    flex-direction: row;
    width: fit-content;
  }
  .flyout-container .flyout-container__left-columns .flyout-left-col.flyout-horizontal-line {
    border-top: solid 0.0625rem #353535;
  }
  .flyout-container .flyout-container__left-columns .flyout-left-col .flyout-column {
    margin-top: 1rem;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    min-width: 13.5rem;
    width: auto;
  }
  .flyout-container .flyout-container__left-columns .flyout-left-col .flyout-column:not(:last-child) {
    border-right: solid 0.03125rem #d8d8d8;
  }
  .flyout-container .flyout-container__left-columns .flyout-left-col .flyout-feature-cards__wrapper {
    width: 25rem;
  }
  .flyout-container .flyout-right-col {
    width: inherit;
    position: relative;
    overflow: hidden;
    padding-top: 1rem;
  }
  .flyout-container .flyout-right-col.flyout-right-col--full-size {
    padding: 0;
  }
}
@media all and (min-width: 64.01rem) {
  .author-mode .flyout-container {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-direction: row;
  }
  .author-mode .flyout-container .flyout-header {
    display: block;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-top: 1rem;
    margin-bottom: .5rem;
    width: fit-content;
  }
  .author-mode .flyout-container .flyout-header:empty {
    margin-bottom: 0;
    margin-top: 0;
  }
  .author-mode .flyout-container .flyout-container__left-columns {
    display: flex;
    flex-direction: column;
    max-width: 65%;
  }
  .author-mode .flyout-container .flyout-container__left-columns .flyout-left-col {
    flex-direction: row;
    width: fit-content;
  }
  .author-mode .flyout-container .flyout-container__left-columns .flyout-left-col.flyout-horizontal-line {
    border-top: solid 0.0625rem #353535;
  }
  .author-mode .flyout-container .flyout-container__left-columns .flyout-left-col .flyout-column {
    margin-top: 1rem;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    min-width: 13.5rem;
    width: auto;
  }
  .author-mode .flyout-container .flyout-container__left-columns .flyout-left-col .flyout-column:not(:last-child) {
    border-right: solid 0.03125rem #d8d8d8;
  }
  .author-mode .flyout-container .flyout-container__left-columns .flyout-left-col .flyout-feature-cards__wrapper {
    width: 25rem;
  }
  .author-mode .flyout-container .flyout-right-col {
    width: inherit;
    position: relative;
    overflow: hidden;
    padding-top: 1rem;
  }
  .author-mode .flyout-container .flyout-right-col.flyout-right-col--full-size {
    padding: 0;
  }
}
@media all and (min-width: 85.375rem) {
  .flyout-container {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-direction: row;
  }
  .flyout-container .flyout-header {
    display: block;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-top: 1rem;
    margin-bottom: .5rem;
    width: fit-content;
  }
  .flyout-container .flyout-header:empty {
    margin-bottom: 0;
    margin-top: 0;
  }
  .flyout-container .flyout-container__left-columns {
    display: flex;
    flex-direction: column;
    max-width: 65%;
  }
  .flyout-container .flyout-container__left-columns .flyout-left-col {
    flex-direction: row;
    width: fit-content;
  }
  .flyout-container .flyout-container__left-columns .flyout-left-col.flyout-horizontal-line {
    border-top: solid 0.0625rem #353535;
  }
  .flyout-container .flyout-container__left-columns .flyout-left-col .flyout-column {
    margin-top: 1rem;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    min-width: 13.5rem;
    width: auto;
  }
  .flyout-container .flyout-container__left-columns .flyout-left-col .flyout-column:not(:last-child) {
    border-right: solid 0.03125rem #d8d8d8;
  }
  .flyout-container .flyout-container__left-columns .flyout-left-col .flyout-feature-cards__wrapper {
    width: 25rem;
  }
  .flyout-container .flyout-right-col {
    width: inherit;
    position: relative;
    overflow: hidden;
    padding-top: 1rem;
  }
  .flyout-container .flyout-right-col.flyout-right-col--full-size {
    padding: 0;
  }
}

.flyout-links {
  margin-top: 0;
}
.flyout-links .flyout-links_container .flyout-links_header {
  border-bottom: solid 1px #dedede;
  padding: .313rem 0 .313rem 1rem;
}
.flyout-links .flyout-links_container .flyout-links_header.border-none {
  border-bottom: none;
}
.flyout-links .flyout-links_container .flyout-links_header-wrapper {
  margin: 0;
}
.flyout-links .flyout-links_container .flyout-links_header-wrapper,
.flyout-links .flyout-links_container .flyout-links_header a {
  font-family: "HelveticaNeue", sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-size: 1rem;
  font-style: normal;
  line-height: 3rem;
  letter-spacing: normal;
  color: #000000;
  text-decoration: none;
  min-height: 3rem;
}
.flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link {
  position: relative;
  width: 100%;
  display: inline-block;
  text-align: left;
}
.flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link--ref {
  display: block;
}
.flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link .sub-link-arrow-right,
.flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link .sub-link-arrow-up {
  content: '';
  transition: 0.5s;
  border: solid #898989;
  border-width: 0 0.05rem 0.05rem 0;
  display: block;
  padding: 0.25rem;
  margin-left: 0.1875rem;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  right: 1rem;
  top: 1.25rem;
  float: right;
}
.flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link .sub-link-arrow-up {
  display: none;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}
.flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link.desktop {
  display: none;
}
.flyout-links .flyout-links_container.expanded-sub-link .flyout-links_header-wrapper,
.flyout-links .flyout-links_container.expanded-sub-link .flyout-links_header a {
  transition: 0.5s;
  color: #edb110;
}
.flyout-links .flyout-links_container.expanded-sub-link .flyout-links_header .flyout-links_header-link .sub-link-arrow-right {
  display: none;
}
.flyout-links .flyout-links_container.expanded-sub-link .flyout-links_header .flyout-links_header-link .sub-link-arrow-up {
  display: block;
}
.flyout-links .flyout-links_container.expanded-sub-link .sub-link-arrow-right {
  border: solid #edb110;
  border-width: 0 0.05rem 0.05rem 0;
  transition: 0.5s;
  transform: rotate(-135deg);
}
.flyout-links .flyout-links_container.expanded-sub-link ul {
  display: block;
}
.flyout-links .flyout-links_container ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.flyout-links .flyout-links_container ul li {
  font-weight: 500;
  padding: .5rem 0 .5rem 2rem;
  border-bottom: solid 1px #dedede;
  text-align: left;
}
.flyout-links .flyout-links_container .flyout-links_list .flyout-links_list-item a {
  font-weight: 500;
  font-stretch: normal;
  font-size: 0.875rem;
  font-style: normal;
  letter-spacing: normal;
  color: #000000;
  text-decoration: none;
  display: block;
  height: 3rem;
  line-height: 3rem;
}
.keyboard-navigation .flyout-links {
  padding-right: 0.5rem;
}
.keyboard-navigation .flyout-links .flyout-links_container:focus,
.keyboard-navigation .flyout-links .flyout-links_container a:focus {
  border: 1px dotted #000000;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .flyout-links .flyout-links_container {
    margin-bottom: 1rem;
  }
  .flyout-links .flyout-links_container .flyout-links_header {
    border-bottom: none;
    padding: 0;
  }
  .flyout-links .flyout-links_container .flyout-links_header-wrapper,
  .flyout-links .flyout-links_container .flyout-links_header a {
    font-size: .875rem;
    line-height: 1.36;
    font-weight: bold;
    min-height: auto;
  }
  .flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link .sub-link-arrow-right {
    position: static;
    display: inline-block;
    float: unset;
    margin-right: 0;
  }
  .flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link.desktop {
    display: block;
  }
  .flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link.mobile {
    display: none;
  }
  .flyout-links .flyout-links_container .flyout-links_header .hide {
    display: none;
  }
  .flyout-links .flyout-links_container ul {
    display: block;
    margin-top: 0.5rem;
  }
  .flyout-links .flyout-links_container ul li {
    font-weight: unset;
    padding: 0;
    border-bottom: none;
  }
  .flyout-links .flyout-links_container .flyout-links_list .flyout-links_list-item a {
    font-weight: normal;
    color: #353535;
    line-height: 1.625rem;
    height: auto;
  }
  .flyout-links .flyout-links_container .flyout-links_list .flyout-links_list-item a:hover {
    text-decoration: underline;
  }
}
@media all and (min-width: 64.01rem) {
  .author-mode .flyout-links .flyout-links_container {
    margin-bottom: 1rem;
  }
  .author-mode .flyout-links .flyout-links_container .flyout-links_header {
    border-bottom: none;
    padding: 0;
  }
  .author-mode .flyout-links .flyout-links_container .flyout-links_header-wrapper,
  .author-mode .flyout-links .flyout-links_container .flyout-links_header a {
    font-size: .875rem;
    line-height: 1.36;
    font-weight: bold;
    min-height: auto;
  }
  .author-mode .flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link .sub-link-arrow-right {
    position: static;
    display: inline-block;
    float: unset;
    margin-right: 0;
  }
  .author-mode .flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link.desktop {
    display: block;
  }
  .author-mode .flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link.mobile {
    display: none;
  }
  .author-mode .flyout-links .flyout-links_container .flyout-links_header .hide {
    display: none;
  }
  .author-mode .flyout-links .flyout-links_container ul {
    display: block;
    margin-top: 0.5rem;
  }
  .author-mode .flyout-links .flyout-links_container ul li {
    font-weight: unset;
    padding: 0;
    border-bottom: none;
  }
  .author-mode .flyout-links .flyout-links_container .flyout-links_list .flyout-links_list-item a {
    font-weight: normal;
    color: #353535;
    line-height: 1.625rem;
    height: auto;
  }
  .author-mode .flyout-links .flyout-links_container .flyout-links_list .flyout-links_list-item a:hover {
    text-decoration: underline;
  }
}
@media all and (min-width: 85.375rem) {
  .flyout-links .flyout-links_container {
    margin-bottom: 1rem;
  }
  .flyout-links .flyout-links_container .flyout-links_header {
    border-bottom: none;
    padding: 0;
  }
  .flyout-links .flyout-links_container .flyout-links_header-wrapper,
  .flyout-links .flyout-links_container .flyout-links_header a {
    font-size: .875rem;
    line-height: 1.36;
    font-weight: bold;
    min-height: auto;
  }
  .flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link .sub-link-arrow-right {
    position: static;
    display: inline-block;
    float: unset;
    margin-right: 0;
  }
  .flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link.desktop {
    display: block;
  }
  .flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link.mobile {
    display: none;
  }
  .flyout-links .flyout-links_container .flyout-links_header .hide {
    display: none;
  }
  .flyout-links .flyout-links_container ul {
    display: block;
    margin-top: 0.5rem;
  }
  .flyout-links .flyout-links_container ul li {
    font-weight: unset;
    padding: 0;
    border-bottom: none;
  }
  .flyout-links .flyout-links_container .flyout-links_list .flyout-links_list-item a {
    font-weight: normal;
    color: #353535;
    line-height: 1.625rem;
    height: auto;
  }
  .flyout-links .flyout-links_container .flyout-links_list .flyout-links_list-item a:hover {
    text-decoration: underline;
  }
}

@font-face {
  font-family: "Helvetica Neue LT W01_41488878";
  src: url("https://fast.fonts.net/dv2/14/3a46542f-f429-4821-9a88-62e3be54a640.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_46 Lt It";
  src: url("https://fast.fonts.net/dv2/14/261b4efb-3d70-4965-977d-38af9422700d.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_55 Roman";
  src: url("https://fast.fonts.net/dv2/14/3dac71eb-afa7-4c80-97f0-599202772905.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_56 It";
  src: url("https://fast.fonts.net/dv2/14/21c44514-f4d6-4cff-a5de-e4cac5e61aff.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_65 Md";
  src: url("https://fast.fonts.net/dv2/14/5b1fbd62-45dc-4433-a7df-a2b24a146411.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_66 Md It";
  src: url("https://fast.fonts.net/dv2/14/657c2fa4-585b-4761-9e2e-65ab13159323.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_71488914";
  src: url("https://fast.fonts.net/dv2/14/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_76 Bd It";
  src: url("https://fast.fonts.net/dv2/14/ade4dbae-c607-4c84-a375-f0c4de0cc357.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@media (min-width: 48rem) and (max-width: 64rem) {
  .flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link .sub-link-arrow-right,
  .flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link .sub-link-arrow-up {
    border: solid #5b5b5b;
    border-width: 0 0.05rem 0.05rem 0;
  }
}

.circuit-breaker-banner__config {
  display: none;
}
.circuit-breaker-banner {
  width: 100%;
  text-align: center;
  padding: 1rem 0.9375rem 1rem 0.9375rem;
  animation: 0.5s fadeIn 0s 1 forwards;
  font-weight: normal;
}
.circuit-breaker-banner.hidden {
  display: none;
}
.circuit-breaker-banner--fixed {
  position: fixed;
  z-index: 25;
}

@font-face {
  font-family: "Helvetica Neue LT W01_41488878";
  src: url("https://fast.fonts.net/dv2/14/3a46542f-f429-4821-9a88-62e3be54a640.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_46 Lt It";
  src: url("https://fast.fonts.net/dv2/14/261b4efb-3d70-4965-977d-38af9422700d.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_55 Roman";
  src: url("https://fast.fonts.net/dv2/14/3dac71eb-afa7-4c80-97f0-599202772905.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_56 It";
  src: url("https://fast.fonts.net/dv2/14/21c44514-f4d6-4cff-a5de-e4cac5e61aff.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_65 Md";
  src: url("https://fast.fonts.net/dv2/14/5b1fbd62-45dc-4433-a7df-a2b24a146411.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_66 Md It";
  src: url("https://fast.fonts.net/dv2/14/657c2fa4-585b-4761-9e2e-65ab13159323.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_71488914";
  src: url("https://fast.fonts.net/dv2/14/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_76 Bd It";
  src: url("https://fast.fonts.net/dv2/14/ade4dbae-c607-4c84-a375-f0c4de0cc357.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
.circuit-breaker-banner {
  min-height: 3.5rem;
  border: none;
  background-color: #353535;
}
.circuit-breaker-banner__link,
.circuit-breaker-banner__message {
  font-family: "Helvetica Neue LT W01_55 Roman", sans-serif;
  font-size: 1rem;
  color: #ffffff;
}
.circuit-breaker-banner__link {
  text-decoration: underline;
  font-weight: normal;
}
.circuit-breaker-banner__link:hover {
  color: #ffffff;
}

.flyout-feature-cards {
  display: none;
}
.flyout-feature-cards__play-button,
.flyout-feature-cards__pause-button {
  background-color: #797979;
  border: medium none;
  color: #ffffff;
  font-size: 1.125rem;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  position: absolute;
  top: calc(50% - 1rem);
  left: calc(50% - 1.5rem);
  border-radius: 100%;
  z-index: 1;
  display: none;
}
.flyout-feature-cards__play-button.active {
  display: block;
}
.flyout-feature-cards__content {
  position: relative;
}
.flyout-feature-cards__content:hover .flyout-feature-cards__pause-button.active {
  display: block;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .flyout-feature-cards {
    display: flex;
    flex-direction: column;
  }
  .flyout-feature-cards__wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    max-width: 28.5rem;
    max-height: 11.25rem;
    overflow: hidden;
  }
  .flyout-feature-cards__wrapper:hover {
    text-decoration: none;
  }
  .flyout-feature-cards__wrapper:hover .flyout-feature-cards__asset,
  .flyout-feature-cards__wrapper:hover .cq-dd-image {
    transform: scale(1.04);
  }
  .flyout-feature-cards__wrapper:hover .flyout-feature-cards__right-column {
    transform-style: preserve-3d;
    transition: transform 300ms ease-in-out;
    transform: translateX(0.25rem) translateY(0) translateZ(0);
  }
  .flyout-feature-cards__content {
    width: 30%;
    max-width: 9.25rem;
    align-items: center;
  }
  .flyout-feature-cards__asset,
  .flyout-feature-cards .cq-dd-image {
    max-height: 11.25rem;
    width: 100%;
    height: auto;
    transition: all 600ms ease-in-out;
  }
  .flyout-feature-cards__link__text {
    text-decoration: underline;
    cursor: pointer;
    max-width: 95%;
  }
  .flyout-feature-cards__link__arrow {
    display: inline-block;
    margin-left: .3125rem;
    text-decoration: none;
    position: relative;
    top: .2rem;
  }
  .flyout-feature-cards__right-column {
    display: flex;
    flex-direction: column;
    width: 70%;
    max-width: 19.25rem;
    padding-bottom: 2.5rem;
  }
  .flyout-feature-cards.flyout-feature-cards--row {
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media all and (min-width: 64.01rem) {
  .author-mode .flyout-feature-cards {
    display: flex;
    flex-direction: column;
  }
  .author-mode .flyout-feature-cards__wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    max-width: 28.5rem;
    max-height: 11.25rem;
    overflow: hidden;
  }
  .author-mode .flyout-feature-cards__wrapper:hover {
    text-decoration: none;
  }
  .author-mode .flyout-feature-cards__wrapper:hover .flyout-feature-cards__asset,
  .author-mode .flyout-feature-cards__wrapper:hover .cq-dd-image {
    transform: scale(1.04);
  }
  .author-mode .flyout-feature-cards__wrapper:hover .flyout-feature-cards__right-column {
    transform-style: preserve-3d;
    transition: transform 300ms ease-in-out;
    transform: translateX(0.25rem) translateY(0) translateZ(0);
  }
  .author-mode .flyout-feature-cards__content {
    width: 30%;
    max-width: 9.25rem;
    align-items: center;
  }
  .author-mode .flyout-feature-cards__asset,
  .author-mode .flyout-feature-cards .cq-dd-image {
    max-height: 11.25rem;
    width: 100%;
    height: auto;
    transition: all 600ms ease-in-out;
  }
  .author-mode .flyout-feature-cards__link__text {
    text-decoration: underline;
    cursor: pointer;
    max-width: 95%;
  }
  .author-mode .flyout-feature-cards__link__arrow {
    display: inline-block;
    margin-left: .3125rem;
    text-decoration: none;
    position: relative;
    top: .2rem;
  }
  .author-mode .flyout-feature-cards__right-column {
    display: flex;
    flex-direction: column;
    width: 70%;
    max-width: 19.25rem;
    padding-bottom: 2.5rem;
  }
  .author-mode .flyout-feature-cards.flyout-feature-cards--row {
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media all and (min-width: 85.375rem) {
  .flyout-feature-cards {
    display: flex;
    flex-direction: column;
  }
  .flyout-feature-cards__wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    max-width: 28.5rem;
    max-height: 11.25rem;
    overflow: hidden;
  }
  .flyout-feature-cards__wrapper:hover {
    text-decoration: none;
  }
  .flyout-feature-cards__wrapper:hover .flyout-feature-cards__asset,
  .flyout-feature-cards__wrapper:hover .cq-dd-image {
    transform: scale(1.04);
  }
  .flyout-feature-cards__wrapper:hover .flyout-feature-cards__right-column {
    transform-style: preserve-3d;
    transition: transform 300ms ease-in-out;
    transform: translateX(0.25rem) translateY(0) translateZ(0);
  }
  .flyout-feature-cards__content {
    width: 30%;
    max-width: 9.25rem;
    align-items: center;
  }
  .flyout-feature-cards__asset,
  .flyout-feature-cards .cq-dd-image {
    max-height: 11.25rem;
    width: 100%;
    height: auto;
    transition: all 600ms ease-in-out;
  }
  .flyout-feature-cards__link__text {
    text-decoration: underline;
    cursor: pointer;
    max-width: 95%;
  }
  .flyout-feature-cards__link__arrow {
    display: inline-block;
    margin-left: .3125rem;
    text-decoration: none;
    position: relative;
    top: .2rem;
  }
  .flyout-feature-cards__right-column {
    display: flex;
    flex-direction: column;
    width: 70%;
    max-width: 19.25rem;
    padding-bottom: 2.5rem;
  }
  .flyout-feature-cards.flyout-feature-cards--row {
    flex-direction: row;
    justify-content: flex-end;
  }
}

@font-face {
  font-family: "Helvetica Neue LT W01_41488878";
  src: url("https://fast.fonts.net/dv2/14/3a46542f-f429-4821-9a88-62e3be54a640.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_46 Lt It";
  src: url("https://fast.fonts.net/dv2/14/261b4efb-3d70-4965-977d-38af9422700d.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_55 Roman";
  src: url("https://fast.fonts.net/dv2/14/3dac71eb-afa7-4c80-97f0-599202772905.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_56 It";
  src: url("https://fast.fonts.net/dv2/14/21c44514-f4d6-4cff-a5de-e4cac5e61aff.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_65 Md";
  src: url("https://fast.fonts.net/dv2/14/5b1fbd62-45dc-4433-a7df-a2b24a146411.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_66 Md It";
  src: url("https://fast.fonts.net/dv2/14/657c2fa4-585b-4761-9e2e-65ab13159323.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_71488914";
  src: url("https://fast.fonts.net/dv2/14/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_76 Bd It";
  src: url("https://fast.fonts.net/dv2/14/ade4dbae-c607-4c84-a375-f0c4de0cc357.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .flyout-feature-cards {
    margin: 0 0.5rem;
  }
  .flyout-feature-cards__wrapper {
    background: #ffffff;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.15);
    border-radius: 0.625rem;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    margin: 0 0 1rem 0;
    text-decoration: none;
  }
  .flyout-feature-cards__asset {
    border-radius: 0.625rem 0 0 0.625rem;
    object-fit: cover;
    height: 100%;
  }
  .flyout-feature-cards__content {
    display: flex;
    justify-content: left;
  }
  .flyout-feature-cards__right-column {
    margin-left: 1.5rem;
  }
  .flyout-feature-cards__label {
    margin-top: 10%;
    padding: 0 0.5rem;
    height: 1rem;
    background: #eeb111;
    font-family: "HelveticaNeue", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #000000;
    width: fit-content;
  }
  .flyout-feature-cards__header {
    font-family: "HelveticaNeue", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #000000;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    margin: 0.25rem 0;
    text-decoration: none;
  }
  .flyout-feature-cards__link {
    margin-top: 1rem;
    font-family: "HelveticaNeue", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #000000;
  }
}
@media all and (min-width: 64.01rem) {
  .author-mode .flyout-feature-cards {
    margin: 0 0.5rem;
  }
  .author-mode .flyout-feature-cards__wrapper {
    background: #ffffff;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.15);
    border-radius: 0.625rem;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    margin: 0 0 1rem 0;
    text-decoration: none;
  }
  .author-mode .flyout-feature-cards__asset {
    border-radius: 0.625rem 0 0 0.625rem;
    object-fit: cover;
    height: 100%;
  }
  .author-mode .flyout-feature-cards__content {
    display: flex;
    justify-content: left;
  }
  .author-mode .flyout-feature-cards__right-column {
    margin-left: 1.5rem;
  }
  .author-mode .flyout-feature-cards__label {
    margin-top: 10%;
    padding: 0 0.5rem;
    height: 1rem;
    background: #eeb111;
    font-family: "HelveticaNeue", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #000000;
    width: fit-content;
  }
  .author-mode .flyout-feature-cards__header {
    font-family: "HelveticaNeue", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #000000;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    margin: 0.25rem 0;
    text-decoration: none;
  }
  .author-mode .flyout-feature-cards__link {
    margin-top: 1rem;
    font-family: "HelveticaNeue", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #000000;
  }
}
@media all and (min-width: 85.375rem) {
  .flyout-feature-cards {
    margin: 0 0.5rem;
  }
  .flyout-feature-cards__wrapper {
    background: #ffffff;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.15);
    border-radius: 0.625rem;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    margin: 0 0 1rem 0;
    text-decoration: none;
  }
  .flyout-feature-cards__asset {
    border-radius: 0.625rem 0 0 0.625rem;
    object-fit: cover;
    height: 100%;
  }
  .flyout-feature-cards__content {
    display: flex;
    justify-content: left;
  }
  .flyout-feature-cards__right-column {
    margin-left: 1.5rem;
  }
  .flyout-feature-cards__label {
    margin-top: 10%;
    padding: 0 0.5rem;
    height: 1rem;
    background: #eeb111;
    font-family: "HelveticaNeue", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #000000;
    width: fit-content;
  }
  .flyout-feature-cards__header {
    font-family: "HelveticaNeue", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #000000;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    margin: 0.25rem 0;
    text-decoration: none;
  }
  .flyout-feature-cards__link {
    margin-top: 1rem;
    font-family: "HelveticaNeue", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #000000;
  }
}

@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .feature-blog {
    display: block;
    margin-bottom: 1rem;
    height: 100%;
  }
  .feature-blog__header {
    line-height: 1.2rem;
    font-weight: bold;
    margin: 1rem 0;
    font-size: .875rem;
    color: #000000;
  }
  .feature-blog__container {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    min-height: 21.125rem;
  }
  .feature-blog__container .feature-blog-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 0.125rem 0.25rem rgba(47, 35, 3, 0.2);
    border-radius: .5rem;
    width: 100%;
    margin: 0 .5rem;
    overflow: hidden;
  }
  .feature-blog__container .feature-blog-item__content {
    display: flex;
    flex-direction: column;
    padding: .5rem;
    width: 100%;
    height: 100%;
  }
  .feature-blog__container .feature-blog-item:first-child {
    margin-left: 0;
  }
  .feature-blog__container .feature-blog-item:last-child {
    margin-right: 0;
  }
  .feature-blog__container .feature-blog-item__image {
    width: 100%;
    height: 9rem;
    max-height: 50%;
    position: relative;
    transition: all 600ms ease-in-out;
  }
  .feature-blog__container .feature-blog-item__image img {
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    transition: all 600ms ease-in-out;
  }
  .feature-blog__container .feature-blog-item p {
    color: #000000;
  }
  .feature-blog__container .feature-blog-item__header {
    margin: 0;
  }
  .feature-blog__container .feature-blog-item__header p {
    font-weight: bold;
    line-height: 1.2rem;
    margin: 0;
  }
  .feature-blog__container .feature-blog-item__paragraph {
    flex-grow: 1;
    margin: .5rem 0;
  }
  .feature-blog__container .feature-blog-item__paragraph p {
    font-size: .75rem;
    line-height: 1rem;
    margin: 0;
  }
  .feature-blog__container .feature-blog-item a {
    text-decoration: none;
  }
  .feature-blog__container .feature-blog-item__link {
    margin-top: auto;
    display: flex;
    width: 100%;
    height: 2.25rem;
    flex-direction: column;
    align-items: center;
    background: #eeb111;
    border-radius: 1.125rem;
  }
  .feature-blog__container .feature-blog-item__link .feature-blog-item__link-label {
    margin: auto;
    font-style: normal;
    font-weight: bold;
    font-size: .75rem;
    line-height: 1rem;
  }
  .feature-blog__container .feature-blog-item:hover {
    text-decoration: none;
  }
  .feature-blog__container .feature-blog-item:hover .feature-blog-item__image {
    transform: scale(1.04);
    object-fit: fill;
  }
  .feature-blog__container .feature-blog-item.blog-design {
    box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.25);
    border-radius: 0;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__header {
    margin: .5rem 0;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__header p {
    font-weight: bold;
    line-height: 1.125rem;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__paragraph {
    flex-grow: 1;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__paragraph p {
    font-size: .75rem;
    line-height: 1rem;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__link {
    margin: auto 0 1rem 0;
    display: flex;
    flex-direction: row;
    align-items: start;
    background: none;
    border-radius: unset;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__link .feature-blog-item__link-label {
    margin: auto 0;
    color: #353535;
    font-size: .75rem;
    line-height: 1.25rem;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__link .feature-blog-item__arrow {
    margin: auto 0.625rem;
    position: inherit;
  }
}
@media only screen and (max-width: 64.01rem) {
  .feature-blog {
    display: block;
    height: 100%;
  }
  .feature-blog__header {
    line-height: 1.2rem;
    font-weight: bold;
    text-align: left;
    font-size: 1rem;
    color: #000000;
    background-color: #f2f2f2;
    padding: 0.5rem 0 0.5rem 1rem;
  }
  .feature-blog__container {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: transparent;
    margin: 0 1rem;
    min-height: 21.125rem;
  }
  .feature-blog__container .feature-blog-item {
    display: flex;
    flex-direction: row;
    box-shadow: 0 0.125rem 0.25rem rgba(47, 35, 3, 0.2);
    border-radius: .5rem;
    overflow: hidden;
    background-color: #ffffff;
    margin-bottom: 1rem;
  }
  .feature-blog__container .feature-blog-item__content {
    flex-basis: 70%;
    margin: 1rem 1rem 0 1rem;
  }
  .feature-blog__container .feature-blog-item:first-child {
    margin-left: 0;
    margin-top: 1rem;
  }
  .feature-blog__container .feature-blog-item:last-child {
    margin-right: 0;
  }
  .feature-blog__container .feature-blog-item__image {
    flex-basis: 30%;
    position: relative;
    transition: all 600ms ease-in-out;
  }
  .feature-blog__container .feature-blog-item__image img {
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    transition: all 600ms ease-in-out;
  }
  .feature-blog__container .feature-blog-item p {
    color: #000000;
  }
  .feature-blog__container .feature-blog-item__header {
    margin: 0;
  }
  .feature-blog__container .feature-blog-item__header p {
    font-weight: 700;
    line-height: 1rem;
    font-size: 0.875rem;
    text-align: left;
    margin: 0;
  }
  .feature-blog__container .feature-blog-item__paragraph {
    flex-grow: 1;
    margin: .5rem 0;
  }
  .feature-blog__container .feature-blog-item__paragraph p {
    font-size: .75rem;
    line-height: 1rem;
    margin: 0.5rem 0 0;
    text-align: left;
  }
  .feature-blog__container .feature-blog-item a {
    text-decoration: none;
  }
  .feature-blog__container .feature-blog-item__link {
    margin-top: auto;
    display: flex;
    width: 100%;
    height: 2.25rem;
    flex-direction: column;
    align-items: center;
    background: #eeb111;
    border-radius: 1.125rem;
  }
  .feature-blog__container .feature-blog-item__link .feature-blog-item__link-label {
    margin: auto 0;
    font-style: normal;
    font-weight: bold;
    font-size: 0.625rem;
    line-height: 0.75rem;
  }
  .feature-blog__container .feature-blog-item:hover {
    text-decoration: none;
  }
  .feature-blog__container .feature-blog-item:hover .feature-blog-item__image {
    transform: scale(1.04);
    object-fit: fill;
  }
  .feature-blog__container .feature-blog-item.blog-design {
    box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.25);
    border-radius: 0;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__header {
    margin: .5rem 0;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__header p {
    font-weight: bold;
    line-height: 1.125rem;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__paragraph {
    flex-grow: 1;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__paragraph p {
    font-size: .75rem;
    line-height: 1rem;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__link {
    display: flex;
    flex-direction: row;
    align-items: start;
    background: none;
    border-radius: unset;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__link .feature-blog-item__arrow {
    margin: auto 0.625rem;
    position: inherit;
  }
}
@media all and (min-width: 64.01rem) {
  .author-mode .feature-blog {
    display: block;
    margin-bottom: 1rem;
    height: 100%;
  }
  .author-mode .feature-blog__header {
    line-height: 1.2rem;
    font-weight: bold;
    margin: 1rem 0;
    font-size: .875rem;
    color: #000000;
  }
  .author-mode .feature-blog__container {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    min-height: 21.125rem;
  }
  .author-mode .feature-blog__container .feature-blog-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 0.125rem 0.25rem rgba(47, 35, 3, 0.2);
    border-radius: .5rem;
    width: 100%;
    margin: 0 .5rem;
    overflow: hidden;
  }
  .author-mode .feature-blog__container .feature-blog-item__content {
    display: flex;
    flex-direction: column;
    padding: .5rem;
    width: 100%;
    height: 100%;
  }
  .author-mode .feature-blog__container .feature-blog-item:first-child {
    margin-left: 0;
  }
  .author-mode .feature-blog__container .feature-blog-item:last-child {
    margin-right: 0;
  }
  .author-mode .feature-blog__container .feature-blog-item__image {
    width: 100%;
    height: 9rem;
    max-height: 50%;
    position: relative;
    transition: all 600ms ease-in-out;
  }
  .author-mode .feature-blog__container .feature-blog-item__image img {
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    transition: all 600ms ease-in-out;
  }
  .author-mode .feature-blog__container .feature-blog-item p {
    color: #000000;
  }
  .author-mode .feature-blog__container .feature-blog-item__header {
    margin: 0;
  }
  .author-mode .feature-blog__container .feature-blog-item__header p {
    font-weight: bold;
    line-height: 1.2rem;
    margin: 0;
  }
  .author-mode .feature-blog__container .feature-blog-item__paragraph {
    flex-grow: 1;
    margin: .5rem 0;
  }
  .author-mode .feature-blog__container .feature-blog-item__paragraph p {
    font-size: .75rem;
    line-height: 1rem;
    margin: 0;
  }
  .author-mode .feature-blog__container .feature-blog-item a {
    text-decoration: none;
  }
  .author-mode .feature-blog__container .feature-blog-item__link {
    margin-top: auto;
    display: flex;
    width: 100%;
    height: 2.25rem;
    flex-direction: column;
    align-items: center;
    background: #eeb111;
    border-radius: 1.125rem;
  }
  .author-mode .feature-blog__container .feature-blog-item__link .feature-blog-item__link-label {
    margin: auto;
    font-style: normal;
    font-weight: bold;
    font-size: .75rem;
    line-height: 1rem;
  }
  .author-mode .feature-blog__container .feature-blog-item:hover {
    text-decoration: none;
  }
  .author-mode .feature-blog__container .feature-blog-item:hover .feature-blog-item__image {
    transform: scale(1.04);
    object-fit: fill;
  }
  .author-mode .feature-blog__container .feature-blog-item.blog-design {
    box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.25);
    border-radius: 0;
  }
  .author-mode .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__header {
    margin: .5rem 0;
  }
  .author-mode .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__header p {
    font-weight: bold;
    line-height: 1.125rem;
  }
  .author-mode .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__paragraph {
    flex-grow: 1;
  }
  .author-mode .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__paragraph p {
    font-size: .75rem;
    line-height: 1rem;
  }
  .author-mode .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__link {
    margin: auto 0 1rem 0;
    display: flex;
    flex-direction: row;
    align-items: start;
    background: none;
    border-radius: unset;
  }
  .author-mode .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__link .feature-blog-item__link-label {
    margin: auto 0;
    color: #353535;
    font-size: .75rem;
    line-height: 1.25rem;
  }
  .author-mode .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__link .feature-blog-item__arrow {
    margin: auto 0.625rem;
    position: inherit;
  }
}
@media all and (min-width: 85.375rem) {
  .feature-blog {
    display: block;
    margin-bottom: 1rem;
    height: 100%;
  }
  .feature-blog__header {
    line-height: 1.2rem;
    font-weight: bold;
    margin: 1rem 0;
    font-size: .875rem;
    color: #000000;
  }
  .feature-blog__container {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    min-height: 21.125rem;
  }
  .feature-blog__container .feature-blog-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 0.125rem 0.25rem rgba(47, 35, 3, 0.2);
    border-radius: .5rem;
    width: 100%;
    margin: 0 .5rem;
    overflow: hidden;
  }
  .feature-blog__container .feature-blog-item__content {
    display: flex;
    flex-direction: column;
    padding: .5rem;
    width: 100%;
    height: 100%;
  }
  .feature-blog__container .feature-blog-item:first-child {
    margin-left: 0;
  }
  .feature-blog__container .feature-blog-item:last-child {
    margin-right: 0;
  }
  .feature-blog__container .feature-blog-item__image {
    width: 100%;
    height: 9rem;
    max-height: 50%;
    position: relative;
    transition: all 600ms ease-in-out;
  }
  .feature-blog__container .feature-blog-item__image img {
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    transition: all 600ms ease-in-out;
  }
  .feature-blog__container .feature-blog-item p {
    color: #000000;
  }
  .feature-blog__container .feature-blog-item__header {
    margin: 0;
  }
  .feature-blog__container .feature-blog-item__header p {
    font-weight: bold;
    line-height: 1.2rem;
    margin: 0;
  }
  .feature-blog__container .feature-blog-item__paragraph {
    flex-grow: 1;
    margin: .5rem 0;
  }
  .feature-blog__container .feature-blog-item__paragraph p {
    font-size: .75rem;
    line-height: 1rem;
    margin: 0;
  }
  .feature-blog__container .feature-blog-item a {
    text-decoration: none;
  }
  .feature-blog__container .feature-blog-item__link {
    margin-top: auto;
    display: flex;
    width: 100%;
    height: 2.25rem;
    flex-direction: column;
    align-items: center;
    background: #eeb111;
    border-radius: 1.125rem;
  }
  .feature-blog__container .feature-blog-item__link .feature-blog-item__link-label {
    margin: auto;
    font-style: normal;
    font-weight: bold;
    font-size: .75rem;
    line-height: 1rem;
  }
  .feature-blog__container .feature-blog-item:hover {
    text-decoration: none;
  }
  .feature-blog__container .feature-blog-item:hover .feature-blog-item__image {
    transform: scale(1.04);
    object-fit: fill;
  }
  .feature-blog__container .feature-blog-item.blog-design {
    box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.25);
    border-radius: 0;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__header {
    margin: .5rem 0;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__header p {
    font-weight: bold;
    line-height: 1.125rem;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__paragraph {
    flex-grow: 1;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__paragraph p {
    font-size: .75rem;
    line-height: 1rem;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__link {
    margin: auto 0 1rem 0;
    display: flex;
    flex-direction: row;
    align-items: start;
    background: none;
    border-radius: unset;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__link .feature-blog-item__link-label {
    margin: auto 0;
    color: #353535;
    font-size: .75rem;
    line-height: 1.25rem;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__link .feature-blog-item__arrow {
    margin: auto 0.625rem;
    position: inherit;
  }
}

@font-face {
  font-family: "Helvetica Neue LT W01_41488878";
  src: url("https://fast.fonts.net/dv2/14/3a46542f-f429-4821-9a88-62e3be54a640.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_46 Lt It";
  src: url("https://fast.fonts.net/dv2/14/261b4efb-3d70-4965-977d-38af9422700d.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_55 Roman";
  src: url("https://fast.fonts.net/dv2/14/3dac71eb-afa7-4c80-97f0-599202772905.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_56 It";
  src: url("https://fast.fonts.net/dv2/14/21c44514-f4d6-4cff-a5de-e4cac5e61aff.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_65 Md";
  src: url("https://fast.fonts.net/dv2/14/5b1fbd62-45dc-4433-a7df-a2b24a146411.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_66 Md It";
  src: url("https://fast.fonts.net/dv2/14/657c2fa4-585b-4761-9e2e-65ab13159323.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_71488914";
  src: url("https://fast.fonts.net/dv2/14/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_76 Bd It";
  src: url("https://fast.fonts.net/dv2/14/ade4dbae-c607-4c84-a375-f0c4de0cc357.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@media only screen and (max-width: 64.01rem) {
  .feature-blog__container .feature-blog-item {
    border-radius: 0.5rem;
  }
  .feature-blog__container .feature-blog-item__header {
    font-size: 0.875rem;
  }
  .feature-blog__container .feature-blog-item.blog-design {
    border-radius: 0.5rem;
  }
}

.header-cart-v3 {
  position: relative;
  padding-left: 1.5rem;
}
.header-cart-v3 .header-cart-v3-trigger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0;
  background: transparent;
  color: #2e2e2e;
  width: 2.8125rem;
  height: 3.125rem;
}
.header-cart-v3 .header-cart-v3-trigger:focus-visible {
  outline-width: 0.125rem;
}
.header-cart-v3 .header-cart-v3-trigger .header-cart-v3-item-count {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #eeb111;
  color: #ffffff;
  border: 2px solid #ffffff;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 100%;
  font-size: 0.4375rem;
  line-height: 1;
  overflow: hidden;
  -webkit-transform: translate(-10%, 25%);
  transform: translate(-10%, 25%);
}
.header-cart-v3 .header-cart-v3-trigger .header-cart-v3-item-count.zero-items {
  display: none;
}
.header-cart-v3 .header-cart-v3-trigger .header-cart-v3-item-count .header-cart-v3-item-count-value {
  margin: auto;
}
.header-cart-v3 .header-cart-v3-trigger:hover {
  background: transparent;
  color: #000000;
}
.header-cart-v3 .header-cart-v3-trigger .header-cart-v3-trigger-icon {
  margin: auto;
  /* com.whr.aem.core.htl.header.SvgIcon output */
}
.header-cart-v3 .header-cart-v3-trigger .header-cart-v3-trigger-icon .icon {
  width: 1.833rem;
  height: 1.604rem;
}
.header-cart-v3 .header-cart-v3-trigger .header-cart-v3-trigger-icon svg {
  width: 1.833rem;
  height: 1.604rem;
}
.header-cart-v3 .cart-mini-v3 {
  top: 4.063rem;
  padding: 0;
  border: 0;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  width: 19.875rem;
  position: absolute;
  right: 0;
  background-color: #ffffff;
  z-index: 21;
  display: none;
}
.header-cart-v3 .cart-mini-v3 .hidden,
.header-cart-v3 .cart-mini-v3 .cart-v3-i18dictionary {
  display: none;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container {
  padding: 0 1.5rem 0;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container.cart-mini-v3-checkout {
  padding: 0 1rem 0;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container.cart-mini-v3-section-container-full-border {
  border-bottom: 0.0625rem solid #b3b3b3;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section {
  border-bottom: 0;
  padding: 1rem 0;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3-section-container-short-border {
  border-bottom: 0.0625rem solid #b3b3b3;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section .empty-cart-v3-icon {
  display: inline-block;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section .empty-cart-v3-icon .icon {
  width: 1.375rem;
  height: 1.2rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__title {
  padding: 0.5rem 0;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__title .cart-mini-v3__title-text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3-empty .empty-cart-v3-text {
  vertical-align: top;
  font-weight: 700;
  line-height: 1.2rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3-signinn-link,
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3-authorized-text {
  border-bottom: 0;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__other.hidden {
  display: none;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__other .cart-mini-v3__other--subtot {
  font-weight: normal;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__other .cart-mini-v3__other--label,
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__other .cart-mini-v3__other--subtot {
  line-height: 1rem;
  font-size: 0.75rem;
  font-weight: 400;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__count .cart-mini-v3__count-text {
  line-height: 1rem;
  font-size: 0.75rem;
  color: #000000;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__count .cart-mini-v3__count-text .cart-mini-v3__count-link {
  font-weight: 400;
  text-decoration: underline;
  line-height: 1rem;
  font-size: 0.75rem;
  cursor: pointer;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod .cart-mini-v3__prod-img {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20%;
  flex: 1 0 20%;
  width: 3.75rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod .cart-mini-v3__prod-img img {
  max-height: 6.25rem;
  margin: auto;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod .cart-mini-v3__prod-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 60%;
  flex: 1 0 60%;
  padding: 0 0.5rem;
  width: 10.625rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod .cart-mini-v3__prod-info .cart-mini-v3__prod-title {
  height: auto;
  margin-bottom: 0.5rem;
  white-space: normal;
  font-size: 0.75rem;
  line-height: 1.2;
  overflow: hidden;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod .cart-mini-v3__prod-info .cart-mini-v3__prod-title--link {
  text-decoration: none;
  line-height: 1rem;
  font-size: 0.75rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 3rem;
  outline-offset: -0.063rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod .cart-mini-v3__prod-info .cart-mini-v3__prod-title--link:focus {
  outline: 0.063rem dashed #000000;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod .cart-mini-v3__prod-info .cart-mini-v3__prod-mdl {
  margin-bottom: 0.3125rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod .cart-mini-v3__prod-info .cart-mini-v3__prod-mdl,
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod .cart-mini-v3__prod-info .cart-mini-v3__prod-qty {
  font-size: 0.75rem;
  line-height: 1rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod .cart-mini-v3__prod-qty--sqr {
  height: 1rem;
  width: 1rem;
  border: 1px solid #2e2e2e;
  text-align: center;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod .cart-mini-v3__prod-qty--green {
  color: #5c700f;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod .cart-mini-v3__prod-price {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  white-space: normal;
  width: 57px;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod .cart-mini-v3__prod-price--text {
  text-align: right;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__other--subtot {
  text-align: right;
  font-weight: bold;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section--last {
  margin-top: 0.563rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__total.hidden {
  display: none;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__total--label,
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__total--amt,
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__total--label-bld,
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__total--amt-bld {
  font-size: 0.75rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__total--label {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__total--amt {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: right;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__total--label-bld {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  font-weight: bold;
  line-height: 1rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__total--amt-bld {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-weight: bold;
  text-align: right;
  line-height: 1rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__total--promo {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  white-space: pre-wrap;
  flex: 1 1 100%;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__cta-btns {
  font-size: 0.625rem;
  padding: 1rem 0;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__cta-btns:nth-child(2) {
  margin-left: 0.625rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__cta-btns.cart-mini-empty {
  display: block;
  text-align: center;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__cta-btns .checkout-cart-mini-v3-btn {
  width: 17.875rem;
  height: 3rem;
  line-height: 1.188rem;
  font-size: 1rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__cta-btns .checkout-cart-mini-v3-btn:focus {
  outline: 1px solid #000;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__empty-state-msgbox {
  border: 0;
  background-color: #ffffff;
  padding: 0;
  color: #797979;
  white-space: normal;
  /*RTE*/
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__empty-state-msgbox p {
  font-size: 1rem;
  line-height: 1.188rem;
  display: contents;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__empty-state-msgbox p a {
  font-size: 1rem;
  line-height: 1.188rem;
  font-weight: 700;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__empty-state-msgbox .cart-mini-v3__empty-state-msgbox-text .cart-mini-v3__empty-state-msgbox-link {
  text-decoration: none;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__empty-state-msgbox .cart-mini-v3__empty-state-msgbox--big-text {
  margin-bottom: 1rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__empty-state-msgbox .signin-trigger-modal {
  cursor: pointer;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3_promo-area {
  position: absolute;
  right: 0;
  width: 100%;
  height: auto;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3_promo-area .cq-dd-image {
  width: 100%;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-lazyload {
  width: 25px;
  height: 25px;
  margin: 20px auto 0;
}
.header-cart-v3 .header-cart-v3-trigger-icon .icon {
  width: 2rem;
  height: 2rem;
}
.header-cart-v3 .header-cart-v3-item-count .header-cart-v3-item-count-value {
  color: #000000;
  font-weight: normal;
  font-size: 0.625rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cart-mini-v3 {
    min-width: 18.75rem;
  }
}
@media all and (min-width: 47.938rem) and (max-width: 64rem) {
  .header-cart-v3 .cart-mini-v3 {
    top: 4.05rem;
  }
}
@media all and (max-width: 47.938rem) {
  .header-cart-v3 {
    padding-right: 1rem;
    padding-left: 0;
  }
  .header-cart-v3 .cart-mini-v3 {
    width: 17.313rem;
    top: 3.5rem;
    right: -3.5rem;
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container {
    padding: 0 1rem 0;
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section {
    padding: 0.9rem 0;
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3-section-container-short-border {
    border-bottom: 0.1rem solid #979797;
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__title {
    padding-top: 1rem;
    line-height: 1.75rem;
    font-weight: bold;
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3-empty .empty-cart-v3-icon .icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3-empty .empty-cart-v3-text {
    font-size: 0.9rem;
    line-height: 1.188rem;
    vertical-align: super;
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3-signinn-link .cart-mini-v3__empty-state-msgbox {
    /*RTE*/
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3-signinn-link .cart-mini-v3__empty-state-msgbox .cart-mini-v3__empty-state-msgbox-text .cart-mini-v3__empty-state-msgbox-link {
    text-decoration: underline;
    font-size: 0.9rem;
    line-height: 1.188rem;
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3-signinn-link .cart-mini-v3__empty-state-msgbox .cart-mini-v3__empty-state-msgbox-text .cart-mini-v3__empty-state-msgbox-link:focus-visible {
    outline-width: 0.125rem;
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3-signinn-link .cart-mini-v3__empty-state-msgbox p {
    font-size: 0.9rem;
    line-height: 1.188rem;
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__other .cart-mini-v3__other--label,
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__other .cart-mini-v3__other--subtot {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__total--label-bld,
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__total--amt-bld {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container.cart-mini-v3-checkout .cart-mini-v3__cta-btns {
    margin-bottom: 1rem;
    margin-top: 0.375rem;
    padding: 0;
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container.cart-mini-v3-checkout .cart-mini-v3__cta-btns .checkout-cart-mini-v3-btn {
    margin-bottom: 0;
    width: 15.313rem;
  }
}
@media (min-width: 47.938rem) {
  .header-cart-v3-trigger {
    width: 1.625rem;
    height: 1.625rem;
  }
  .header-cart-v3-trigger .header-cart-v3-item-count {
    -webkit-transform: translate(25%, -25%);
    transform: translate(25%, -25%);
  }
  .header-cart-v3-trigger .header-cart-v3-trigger-icon .icon {
    width: 1.0625rem;
    height: 1.0625rem;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .header-cart-v3-trigger-icon {
    margin: 0;
  }
  .header-cart-v3-item-count-value {
    margin: 0;
  }
}
@media all and (min-width: 64.01rem) {
  .header-cart-v3 {
    z-index: 10;
  }
}

.header-search-form__wrapper.search-featured .header-search-trigger-icon {
  padding-right: 1rem;
}
.header-search-form__wrapper.search-featured .header-search-trigger-icon svg {
  width: 1rem;
  height: 1rem;
}
.header-search-form__wrapper.search-featured .header-suggestions-icon svg path {
  fill: #bfbfbf;
}
.header-search-form__wrapper.search-featured .header-search-open.header-search {
  width: 100%;
}
.header-search-form__wrapper.search-featured .header-search-input {
  font-size: 1rem;
  height: 2.5rem;
  padding-left: 1rem;
  background: #f4f4f4;
  color: #000000;
  outline: none;
  border: 0;
}
.header-search-form__wrapper.search-featured .header-search-input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.header-search-form__wrapper.search-featured .header-search-form__search-items.active .header-close-button-icon {
  visibility: visible;
  opacity: 1;
  cursor: pointer;
}
.header-search-form__wrapper.search-featured .header-search-form__search-items.active .header-close-button-icon svg path {
  fill: #353535;
}
.header-search-form__wrapper.search-featured .header-suggestions-item {
  padding-left: 1.25rem;
  text-overflow: ellipsis;
  overflow: hidden;
}
.header-search-form__wrapper.search-featured .header-suggestions-term {
  font-size: 1rem;
}
.header-search-form__wrapper.search-featured .header-suggestions__view-all {
  padding-right: .5rem;
  margin-left: auto;
  text-decoration: underline;
  font-size: .75rem;
}
.header-search-form__wrapper.search-featured .header-suggestions__view-all-link {
  color: #000000;
}
.header-search-form__wrapper.search-featured .header-suggestions-link {
  text-transform: none;
  font-size: 1rem;
  line-height: 1.1875rem;
}
.header-search-form__wrapper.search-featured .header-suggestions-bottom {
  text-align: left;
  padding-left: 1.25rem;
  padding-top: 1rem;
}
.header-search-form__wrapper.search-featured .header-search-form {
  background: #f4f4f4;
  min-width: 15.625rem;
  border-radius: 1.25rem;
  font-family: "HelveticaNeue", sans-serif;
}
.header-search-form__wrapper.search-featured .header-search-form.active {
  border-bottom: 0;
  z-index: 2;
}
.header-search-form__wrapper.search-featured .header-search-form.active .header-search-form__search-items {
  border-bottom: 0;
}
.header-search-form__wrapper.search-featured .header-search-form.active .header-search-form__search-items::after {
  content: '';
  display: block;
  border: .03125rem solid #979797;
  opacity: 0.25;
  margin: 0 1rem;
}
.header-search-form__wrapper.search-featured .header-search-button-icon svg {
  height: 1rem;
  width: 1rem;
}
.header-search-form__wrapper.search-featured .header-search-button {
  top: .5rem;
  right: .9375rem;
  background: none;
  outline: none;
}
.header-search-form__wrapper.search-featured .header-search-button:focus-visible {
  outline: 0.125rem solid #000000;
}
.header-search-form__wrapper.search-featured .header-suggestions-combined.suggestions-disabled {
  display: none;
}
.header-search-form__wrapper.search-featured .header-suggestions-panel {
  margin-top: 0;
  min-width: initial;
  width: 15.625rem;
  border-radius: 0 0 1.25rem 1.25rem;
  background: #f4f4f4;
  color: #353535;
  padding-bottom: 1.375rem;
  border-top: 0;
}
.header-search-form__wrapper.search-featured .header-suggestions-button {
  border: 0;
  background: inherit;
  text-transform: capitalize;
  font-size: 1rem;
}
.header-search-form__wrapper.search-featured .header-search {
  transform: none;
  width: initial;
  height: initial;
}
.header-search-form__wrapper.search-featured .header-suggestions-panel__more-prominent .header-suggestions-term {
  padding: 0.75rem 0 0.75rem 1rem;
}
.header-search-form__wrapper.search-featured .header-suggestions-panel__more-prominent .suggestions-products__link {
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.625rem 1.5rem;
  border: 0.125rem solid #222222;
  margin: 0 1.5rem;
}
.header-search-form__wrapper.search-featured .header-suggestions-panel__more-prominent .suggestions-products__name {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1875rem;
}
.header-search-form__wrapper.search-featured .header-suggestions-panel__more-prominent .suggestions-products__header {
  background-color: #f2f2f2;
}
@media all and (min-width: 48rem) {
  .header-search-form__wrapper.search-featured .header-search-input {
    border: 0.0625rem solid #b3b3b3;
    border-radius: 1.25rem;
    padding-right: 2.5rem;
  }
  .header-search-form__wrapper.search-featured .header-search-form {
    border: 0;
    z-index: 2;
  }
  .header-search-form__wrapper.search-featured .header-search-form__search-items {
    border: 0.0625rem solid #b3b3b3;
    border-radius: 1.25rem;
    transition: all 1s;
    width: 15.625rem;
  }
  .header-search-form__wrapper.search-featured .header-search-form__search-items .header-close-button-icon {
    visibility: hidden;
    position: absolute;
    right: 4rem;
    top: .75rem;
    z-index: 4;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    outline: none;
  }
  .header-search-form__wrapper.search-featured .header-search-form__search-items .header-close-button-icon:focus-visible {
    outline: 0.125rem solid #000000;
  }
  .header-search-form__wrapper.search-featured .header-search-form .header-search-form__search-items {
    border: 0;
  }
  .header-search-form__wrapper.search-featured .header-search-form .header-search-form__search-items.active {
    width: 28.125rem;
  }
  .header-search-form__wrapper.search-featured .header-search-form .header-search-form__search-items.active .header-search-input {
    border: 0.125rem solid #353535;
    box-sizing: border-box;
    background: linear-gradient(90deg, #f2f2f2 89%, #eeb111 11%);
    padding-right: 5rem;
  }
  .header-search-form__wrapper.search-featured .header-search-form .header-suggestions-top {
    margin-bottom: 0.25rem;
  }
  .header-search-form__wrapper.search-featured .header-search-form .header-suggestions-panel__more-prominent .header-suggestions-panel__products {
    margin: 0;
  }
  .header-search-form__wrapper.search-featured .header-search-form .header-suggestions-panel .header-suggestions-items .header-suggestions-item {
    padding: 0.25rem 0.5rem 0.25rem 1rem;
  }
  .header-search-form__wrapper.search-featured .header-search-form .header-suggestions-panel .header-suggestions-items .header-suggestions-item:hover {
    cursor: pointer;
    background-color: #d8d8d8;
  }
  .header-search-form__wrapper.search-featured .header-search-form .header-suggestions-panel .header-suggestions-items .header-suggestions-item.no-results {
    cursor: auto;
    background-color: transparent !important;
    text-decoration: none;
    font-style: italic;
  }
  .header-search-form__wrapper.search-featured .header-search-form .header-suggestions-panel__products {
    margin: 2rem 0 0 1rem;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-search-input {
    border-bottom: 0;
    padding-right: 5rem;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel__left {
    padding-bottom: 0.5rem;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel__left.header-suggestions-panel__more-prominent {
    padding-bottom: 1.5rem;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel.noproducts {
    width: 28rem;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel.noproducts .header-suggestions-panel__right {
    width: 100%;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel.noproducts .header-suggestions-panel__left {
    display: none;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-search-form__search-items {
    width: 28.125rem;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-search-input {
    border: 0.125rem solid #353535;
    box-sizing: border-box;
  }
  .header-search-form__wrapper.search-featured .header-search-button-icon svg {
    height: 1rem;
    width: 1rem;
  }
  .header-search-form__wrapper.search-featured .header-search-button {
    top: .4375rem;
  }
  .header-search-form__wrapper.search-featured .header-search-component {
    display: flex;
  }
  .header-search-form__wrapper.search-featured .header-search-component::after {
    content: '';
    display: block;
    height: 2.5rem;
    width: .03125rem;
    background: #979797;
    margin: 0 1rem;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-panel__more-prominent .suggestions-products {
    margin-right: 0;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-panel__more-prominent .suggestions-products__name {
    display: -webkit-box;
    max-width: 200px;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-panel__more-prominent .suggestions-products__items {
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 1.5rem;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-panel__more-prominent .suggestions-products__title {
    padding: 0.75rem 0 0.75rem 1rem;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.1875rem;
  }
  .header-search-form__wrapper.search-featured .suggestions-products {
    margin-right: 1rem;
    display: flex;
    flex-direction: column;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__header {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__items {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.5rem;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__item {
    display: flex;
    flex-direction: row;
    max-height: 4.5rem;
    height: 4.5rem;
    margin-top: 1.5rem;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__item:hover .suggestions-products__name {
    text-decoration: underline;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__item:focus {
    outline-offset: 0.4375rem;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__img {
    height: fit-content;
    max-height: 4.5rem;
    max-width: 6.375rem;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__img-container {
    flex-basis: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 6.375rem;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__info-container {
    flex-basis: 65%;
    display: flex;
    align-items: center;
    margin-left: 0.625rem;
  }
}
@media all and (max-width: 47.938rem) {
  .header-search-form__wrapper.search-featured .header-search-open {
    width: 100%;
    top: 3.5rem;
  }
  .header-search-form__wrapper.search-featured .header-search-open .header-search-form {
    width: 100%;
    border-radius: initial;
    border-bottom: none;
    background: rgba(0,0,0,0.5);
    transition: none;
    height: 100%;
  }
  .header-search-form__wrapper.search-featured .header-search-open .header-search-form__search-items {
    border: 0;
    height: 3.625rem;
  }
  .header-search-form__wrapper.search-featured .header-search-open .header-suggestions-panel {
    width: 100%;
    border: 0;
    background: #ffffff;
    box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.5);
    padding-top: 0;
  }
  .header-search-form__wrapper.search-featured .header-search-open .header-search-input {
    background: #ffffff;
    height: 1.75rem;
    margin-bottom: 0;
    padding-right: 0;
  }
  .header-search-form__wrapper.search-featured .header-search-open .header-search-button {
    top: .6875rem;
    right: 1.125rem;
  }
  .header-search-form__wrapper.search-featured .header-close-button-icon {
    position: relative;
    right: .7rem;
    top: 1.3rem;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search-fixed:not(.active-search) .header-search-form {
    border-bottom: inset !important;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search-fixed.header-suggestions-open .header-search-form {
    height: 100%;
  }
  .header-search-form__wrapper.search-featured .header-search-component .active-search,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-open,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-fixed {
    width: 100%;
    visibility: visible;
    height: initial;
    transform: none;
    top: 3.625rem;
  }
  .header-search-form__wrapper.search-featured .header-search-component .active-search .header-search-form,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-open .header-search-form,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-fixed .header-search-form {
    width: 100%;
    border-radius: initial;
    border-bottom: none;
    transform: translate3d(0, 0, 0);
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .header-search-form__wrapper.search-featured .header-search-component .active-search .header-search-form__search-items,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-open .header-search-form__search-items,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-fixed .header-search-form__search-items {
    border: 0;
    border-bottom: 0.125rem solid #000000;
    background: #ffffff;
    display: flex;
    flex-direction: row;
    justify-items: center;
    justify-content: space-between;
    width: auto;
    position: static;
  }
  .header-search-form__wrapper.search-featured .header-search-component .active-search .header-search-form__input,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-open .header-search-form__input,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-fixed .header-search-form__input {
    margin: auto 0 auto 0.25rem;
  }
  .header-search-form__wrapper.search-featured .header-search-component .active-search .header-search-form .header-search-input,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-open .header-search-form .header-search-input,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-fixed .header-search-form .header-search-input {
    height: inherit;
  }
  .header-search-form__wrapper.search-featured .header-search-component .active-search .header-suggestions-panel,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-open .header-suggestions-panel,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-fixed .header-suggestions-panel {
    width: 100%;
    border: 0;
    background: #ffffff;
    box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.5);
    padding-top: 0;
  }
  .header-search-form__wrapper.search-featured .header-search-component .active-search .header-suggestions-panel__right,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-open .header-suggestions-panel__right,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-fixed .header-suggestions-panel__right {
    display: block;
  }
  .header-search-form__wrapper.search-featured .header-search-component .active-search .header-search-input,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-open .header-search-input,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-fixed .header-search-input {
    background: #ffffff;
    height: 1.75rem;
    margin-bottom: 0;
  }
  .header-search-form__wrapper.search-featured .header-search-component .active-search .header-search-button,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-open .header-search-button,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-fixed .header-search-button {
    top: .6875rem;
    right: 1.125rem;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search.header-suggestions-open .header-search-form {
    position: fixed;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search {
    height: 3.5625rem;
    box-shadow: inset 0 -0.0625rem 0 #000000;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-search-form__input {
    margin: auto 0 auto 0.25rem;
    padding: 0;
    height: 3rem;
    width: calc(100% - 7rem);
    position: relative;
    display: flex;
    align-items: center;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-search-form__input .header-search-input {
    height: inherit;
    border: none;
    border-radius: unset;
    padding-left: 1rem;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-search-button {
    position: inherit;
    width: 3.5rem;
    height: 3.5rem;
    transition: none;
    background: #ffffff;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-search-fixed {
    border-radius: 0;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-suggestions-panel {
    border-radius: 0;
    padding-bottom: 0;
    height: 100%;
    overflow-y: scroll;
    position: static;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-suggestions-bottom {
    display: none;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search.header-search-fixed.active-search {
    transition: all 0.3s;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search.header-search-open,
  .header-search-form__wrapper.search-featured .header-search-component .header-search.active-search {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: none;
    visibility: visible;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search.header-search-open .header-search-close,
  .header-search-form__wrapper.search-featured .header-search-component .header-search.active-search .header-search-close {
    display: flex;
    font-weight: 500;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search.header-search-open .header-search-form__clear,
  .header-search-form__wrapper.search-featured .header-search-component .header-search.active-search .header-search-form__clear {
    display: block;
    visibility: hidden;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search.header-search-open .header-search-form__clear--visible,
  .header-search-form__wrapper.search-featured .header-search-component .header-search.active-search .header-search-form__clear--visible {
    visibility: visible;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-search-close {
    width: 3.5rem;
    height: 3.5rem;
    justify-content: center;
    align-items: center;
    display: none;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-search-form__clear {
    display: none;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-suggestions-top {
    padding: 0.75rem 0 0.75rem 1rem;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-suggestions-items {
    padding-left: 1rem;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-suggestions-items .header-suggestions-item {
    padding: 0.9375rem 0 0.9375rem 0;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-suggestions-items .header-suggestions-item:last-child {
    border-bottom: none;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-suggestions-items .header-suggestions-item.no-results {
    text-decoration: none;
    font-style: italic;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-search-form__search-items .header-close-button-icon {
    display: none;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search.header-suggestions-open .header-suggestions-panel {
    display: block !important;
  }
  .header-search-form__wrapper.search-featured .suggestions-products {
    display: flex;
    flex-direction: column;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__header {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding: 0.75rem 0.75rem 0.75rem 1rem;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__items {
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
    margin-bottom: 1.5625rem;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__item {
    display: flex;
    flex-direction: row;
    max-height: 5.5rem;
    height: 5.5rem;
    margin-top: 1rem;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__img {
    height: fit-content;
    max-height: 5.5rem;
    max-width: 5.5rem;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 5.5rem;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__info-container {
    display: flex;
    align-items: center;
    margin-left: 1rem;
  }
}
@media speech {
  .header-search-form__wrapper.search-featured .header-search-component .header-search-fixed .header-search.active-search .header-search-form__input .header-search-input:focus {
    outline: 0.125rem solid #000000;
  }
}
.header-search-form__wrapper.search-featured .header-search-close {
  display: none;
}
.header-search-form__wrapper.search-featured .header-search-form__clear {
  display: none;
}
@media (min-width: 48rem) and (max-width: 63.938rem) {
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-search-form .header-suggestions-panel {
    width: 39.2rem;
  }
}
@media all and (min-width: 48rem) and (max-width: 55rem) {
  .header-search-form__wrapper.search-featured.redesign-feature .header-search-form .header-search-form__search-items {
    width: 20rem;
  }
}
@media all and (min-width: 48rem) {
  .header-search-form__wrapper.search-featured.redesign-feature .header-search-form__search-items {
    width: 28.125rem;
  }
  .header-search-form__wrapper.search-featured.redesign-feature .header-search-form__search-items.active .header-search-button-icon:before {
    display: none;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel {
    border-radius: 0.5rem;
    top: 3rem;
    left: 0;
    width: 40.75rem;
    display: flex !important;
    flex-direction: row;
    flex-grow: 1;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel__left,
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel__right {
    width: 50%;
  }
}
.global-menu .global-menu__search {
  display: none;
}
.global-menu .header-search {
  visibility: visible;
  position: inherit;
  background: none;
  border-bottom: .0625rem solid #dedede;
}
.global-menu .header-search-form {
  display: inline;
  background: none;
  padding: 0;
  width: 100%;
}
.global-menu .header-search-form__search-items {
  margin: 1rem .75rem;
}
.global-menu .header-suggestions-open {
  position: absolute;
  background: #fbfbfb;
  top: 3.375rem;
  left: 0;
  right: 0;
}
.global-menu .header-suggestions-open .header-search-form {
  padding: 0;
  display: block;
  z-index: 11;
  border: 0;
}
.global-menu .header-suggestions-open .header-search-form__search-items {
  background: #fbfbfb;
  margin: 0 .75rem;
  position: relative;
  border: 0;
}
.global-menu .header-suggestions-open .header-search-form__search-items::after {
  display: none;
}
.global-menu .header-suggestions-open .header-suggestions-panel {
  background: #fbfbfb;
  width: 100%;
  padding-top: 0;
}
.global-menu .header-suggestions-open .header-search-input {
  border: 0.0625rem solid #b3b3b3;
  background: #fbfbfb;
  border-bottom: 0;
}
.global-menu .header-menu-overlay-fade {
  top: 0;
}
.global-menu .header-menu-overlay,
.global-menu .header-menu-overlay-fade {
  transition: none;
}
.global-menu .header-search-form__clear {
  display: none;
}
@media all and (max-width: 47.938rem) {
  .global-menu .header-search-form__wrapper.search-featured .header-search {
    margin-top: auto;
  }
  .global-menu .header-search-form__wrapper.search-featured .header-search-open {
    top: .75rem;
  }
  .global-menu .header-search-form__wrapper.search-featured .header-search-form {
    background: initial;
    padding: 1.25rem;
  }
  .global-menu .header-search-form__wrapper.search-featured .header-search-form__search-items {
    border: 0.0625rem solid #b3b3b3;
    position: relative;
  }
  .global-menu .header-search-form__wrapper.search-featured .header-search-form__search-items.active .header-search-input {
    border: none;
    box-shadow: none;
    background: #f2f2f2;
  }
  .global-menu .header-search-form__wrapper.search-featured .header-search-input {
    height: 2.5rem;
    background: #f4f4f4;
  }
  .global-menu .header-search-form__wrapper.search-featured .header-search-button {
    top: .5rem;
    right: .9375rem;
  }
  .global-menu .header-search-form__wrapper.search-featured .header-suggestions-open .header-search-input {
    background: #fbfbfb;
  }
  .global-menu .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel {
    border-top: 0;
  }
}
@media all and (min-width: 48rem) {
  .global-menu .header-menu-overlay-fade {
    background-color: inherit;
  }
}
@media all and (max-width: 47.938rem) {
  .header-v3--unset-position {
    position: unset;
    visibility: hidden;
    height: 0;
  }
  .header-v3--unset-position .main_header {
    position: unset;
  }
  .header-v3--unset-position .main_header .tool-set-section {
    position: unset;
  }
  .header-v3--unset-position .main_header .tool-set-section .header-search-trigger {
    display: none;
  }
  .hide-scroll {
    overflow: hidden !important;
    height: 100% !important;
  }
}

.header-search-form__wrapper.search-v0 .header-search-trigger-icon {
  padding-right: 1rem;
}
.header-search-form__wrapper.search-v0 .header-search-trigger-icon svg {
  width: 1rem;
  height: 1rem;
}
.header-search-form__wrapper.search-v0 .header-search-trigger-icon.active svg path {
  fill: #edb110;
}
.header-search-form__wrapper.search-v0 .header-suggestions-icon svg path {
  fill: #bfbfbf;
}
.header-search-form__wrapper.search-v0 .header-search-open.header-search {
  width: 100%;
}
.header-search-form__wrapper.search-v0 .header-search-input {
  font-size: 1rem;
  height: 2.5rem;
  padding-left: 1rem;
  background: #f4f4f4;
  outline: none;
  border: 0;
}
.header-search-form__wrapper.search-v0 .header-search-input::placeholder {
  color: #353535;
  font-size: 1rem;
}
.header-search-form__wrapper.search-v0 .header-suggestions-item {
  padding-left: 1.25rem;
  text-overflow: ellipsis;
  overflow: hidden;
}
.header-search-form__wrapper.search-v0 .header-suggestions-term {
  font-size: 1rem;
}
.header-search-form__wrapper.search-v0 .header-suggestions-link {
  text-transform: lowercase;
  font-size: 1rem;
  line-height: 1.1875rem;
}
.header-search-form__wrapper.search-v0 .header-suggestions-bottom {
  text-align: left;
  padding-left: 1.25rem;
  padding-top: 1rem;
}
.header-search-form__wrapper.search-v0 .header-search-form {
  background: #f4f4f4;
  width: 15.625rem;
  border-radius: 1.25rem;
  font-family: "HelveticaNeue", sans-serif;
}
.header-search-form__wrapper.search-v0 .header-search-form.active {
  border-bottom: 0;
  border-radius: 1.25rem 1.25rem 0 0;
  z-index: 2;
}
.header-search-form__wrapper.search-v0 .header-search-form.active .header-search-form__search-items {
  border-radius: 1.25rem 1.25rem 0 0;
  border-bottom: 0;
}
.header-search-form__wrapper.search-v0 .header-search-form.active .header-search-form__search-items::after {
  content: '';
  display: block;
  border: .03125rem solid #979797;
  opacity: 0.25;
  margin: 0 1rem;
}
.header-search-form__wrapper.search-v0 .header-search-form__search-items {
  border: 0.0625rem solid #b3b3b3;
  border-radius: 1.25rem;
}
.header-search-form__wrapper.search-v0 .header-search-form__search-items.active .header-search-button-icon svg path {
  fill: #edb110;
}
.header-search-form__wrapper.search-v0 .header-search-button-icon svg {
  height: 1rem;
  width: 1rem;
}
.header-search-form__wrapper.search-v0 .header-search-button {
  top: .5rem;
  right: .9375rem;
}
.header-search-form__wrapper.search-v0 .header-suggestions-panel {
  margin-top: 0;
  min-width: initial;
  width: 15.625rem;
  border: 0.0625rem solid #b3b3b3;
  border-radius: 0 0 1.25rem 1.25rem;
  background: #f4f4f4;
  color: #353535;
  padding-bottom: 1.375rem;
  border-top: 0;
}
.header-search-form__wrapper.search-v0 .header-suggestions-button {
  border: 0;
  background: inherit;
  text-transform: capitalize;
  font-size: 1rem;
}
.header-search-form__wrapper.search-v0 .header-search {
  transform: none;
  width: initial;
  height: initial;
}
@media all and (min-width: 48rem) {
  .header-search-form__wrapper.search-v0 .header-search-input {
    border: 0.0625rem solid #b3b3b3;
    border-radius: 1.25rem;
  }
  .header-search-form__wrapper.search-v0 .header-search-form__search-items {
    border: 0;
  }
  .header-search-form__wrapper.search-v0 .header-search-form {
    border: 0;
    z-index: 2;
  }
  .header-search-form__wrapper.search-v0 .header-suggestions-open .header-search-input {
    border-radius: 1.25rem 1.25rem 0 0;
    border-bottom: 0;
  }
  .header-search-form__wrapper.search-v0 .header-suggestions-open .header-suggestions-panel {
    padding-top: 0;
  }
  .header-search-form__wrapper.search-v0 .header-suggestions-open .header-suggestions-panel::before {
    content: '';
    display: block;
    border: 0.03125rem solid #979797;
    opacity: 0.25;
    margin: 0 1rem .71875rem 1rem;
  }
  .header-search-form__wrapper.search-v0 .header-search-button-icon svg {
    height: 1rem;
    width: 1rem;
  }
  .header-search-form__wrapper.search-v0 .header-search-button {
    top: .4375rem;
  }
  .header-search-form__wrapper.search-v0 .header-search-component {
    display: flex;
  }
  .header-search-form__wrapper.search-v0 .header-search-component::after {
    content: '';
    display: block;
    height: 2.5rem;
    width: .03125rem;
    background: #979797;
    margin: 0 1rem;
  }
}
@media all and (max-width: 47.938rem) {
  .header-search-form__wrapper.search-v0 .header-search-open {
    width: 100%;
    top: 3.5rem;
  }
  .header-search-form__wrapper.search-v0 .header-search-open .header-search-form {
    width: 100%;
    border-radius: initial;
    border-bottom: none;
    background: #ffffff;
  }
  .header-search-form__wrapper.search-v0 .header-search-open .header-search-form__search-items {
    border: 0;
  }
  .header-search-form__wrapper.search-v0 .header-search-open .header-suggestions-panel {
    width: 100%;
    border: 0;
    background: #ffffff;
    box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.5);
    padding-top: 0;
  }
  .header-search-form__wrapper.search-v0 .header-search-open .header-suggestions-panel::before {
    content: '';
    display: block;
    border: 0.03125rem solid #979797;
    opacity: .25;
    margin: 0 1rem 1.0625rem 1rem;
  }
  .header-search-form__wrapper.search-v0 .header-search-open .header-search-input {
    background: #ffffff;
    height: 1.75rem;
    margin-bottom: 0;
  }
  .header-search-form__wrapper.search-v0 .header-search-open .header-search-input::placeholder {
    color: #6a6a6a;
  }
  .header-search-form__wrapper.search-v0 .header-search-open .header-search-button {
    top: .6875rem;
    right: 1.125rem;
  }
  .header-search-form__wrapper.search-v0 .header-search-component .header-search-fixed {
    width: 100%;
    visibility: visible;
    height: initial;
    transform: none;
    top: 3.5rem;
  }
  .header-search-form__wrapper.search-v0 .header-search-component .header-search-fixed .header-search-form {
    width: 100%;
    border-radius: initial;
    border-top: 0.125rem #ffffff solid;
    border-bottom: none;
    background: #ffffff;
    transform: translate3d(0, 0, 0);
    box-shadow: inset 0 -0.0625rem 0 #000000;
  }
  .header-search-form__wrapper.search-v0 .header-search-component .header-search-fixed .header-search-form__search-items {
    border: 0;
  }
  .header-search-form__wrapper.search-v0 .header-search-component .header-search-fixed .header-suggestions-panel {
    width: 100%;
    border: 0;
    background: #ffffff;
    box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.5);
    padding-top: 0;
  }
  .header-search-form__wrapper.search-v0 .header-search-component .header-search-fixed .header-suggestions-panel::before {
    content: '';
    display: block;
    border: 0.03125rem solid #979797;
    opacity: .25;
    margin: 0 1rem 1.0625rem 1rem;
  }
  .header-search-form__wrapper.search-v0 .header-search-component .header-search-fixed .header-search-input {
    background: #ffffff;
    height: 1.75rem;
    margin-bottom: 0;
  }
  .header-search-form__wrapper.search-v0 .header-search-component .header-search-fixed .header-search-input::placeholder {
    color: #6a6a6a;
  }
  .header-search-form__wrapper.search-v0 .header-search-component .header-search-fixed .header-search-button {
    top: .6875rem;
    right: 1.125rem;
  }
}
.global-menu .header-search-form__wrapper.search-v0 .header-search {
  visibility: visible;
  position: inherit;
  background: none;
  border-bottom: .0625rem solid #dedede;
}
.global-menu .header-search-form__wrapper.search-v0 .header-search-form {
  display: inline;
  background: none;
  padding: 0;
  width: 100%;
}
.global-menu .header-search-form__wrapper.search-v0 .header-search-form__search-items {
  margin: 1rem .75rem;
}
.global-menu .header-search-form__wrapper.search-v0 .header-suggestions-open {
  position: absolute;
  background: #fbfbfb;
  top: 3.375rem;
  left: 0;
  right: 0;
}
.global-menu .header-search-form__wrapper.search-v0 .header-suggestions-open .header-search-form {
  padding: 0;
  display: block;
  z-index: 11;
  border: 0;
}
.global-menu .header-search-form__wrapper.search-v0 .header-suggestions-open .header-search-form__search-items {
  background: #fbfbfb;
  margin: 0 .75rem;
  position: relative;
  border: 0;
}
.global-menu .header-search-form__wrapper.search-v0 .header-suggestions-open .header-search-form__search-items::after {
  display: none;
}
.global-menu .header-search-form__wrapper.search-v0 .header-suggestions-open .header-suggestions-panel {
  background: #fbfbfb;
  width: 100%;
  padding-top: 0;
}
.global-menu .header-search-form__wrapper.search-v0 .header-suggestions-open .header-suggestions-panel::before {
  content: '';
  display: block;
  border: 0.03125rem solid #979797;
  opacity: .25;
  margin: 0 1rem 1.0625rem 1rem;
}
.global-menu .header-search-form__wrapper.search-v0 .header-suggestions-open .header-search-input {
  border: 0.0625rem solid #b3b3b3;
  border-radius: 1.25rem 1.25rem 0 0;
  background: #fbfbfb;
  border-bottom: 0;
}
.global-menu .header-search-form__wrapper.search-v0 .header-menu-overlay-fade {
  top: 0;
}
.global-menu .header-search-form__wrapper.search-v0 .header-menu-overlay,
.global-menu .header-search-form__wrapper.search-v0 .header-menu-overlay-fade {
  transition: none;
}
@media all and (max-width: 47.938rem) {
  .global-menu .header-search-form__wrapper.search-v0 .header-search-form__wrapper .old .header-search {
    margin-top: auto;
  }
  .global-menu .header-search-form__wrapper.search-v0 .header-search-form__wrapper .old .header-search-open {
    top: .75rem;
  }
  .global-menu .header-search-form__wrapper.search-v0 .header-search-form__wrapper .old .header-search-form {
    background: initial;
  }
  .global-menu .header-search-form__wrapper.search-v0 .header-search-form__wrapper .old .header-search-form__search-items {
    border: 0.0625rem solid #b3b3b3;
    position: relative;
  }
  .global-menu .header-search-form__wrapper.search-v0 .header-search-form__wrapper .old .header-search-input {
    height: 2.5rem;
    background: #f4f4f4;
  }
  .global-menu .header-search-form__wrapper.search-v0 .header-search-form__wrapper .old .header-search-button {
    top: .5rem;
    right: .9375rem;
  }
  .global-menu .header-search-form__wrapper.search-v0 .header-search-form__wrapper .old .header-suggestions-panel {
    border: 0.0625rem solid #b3b3b3;
    box-shadow: none;
  }
  .global-menu .header-search-form__wrapper.search-v0 .header-search-form__wrapper .old .header-suggestions-open .header-search-input {
    background: #fbfbfb;
  }
  .global-menu .header-search-form__wrapper.search-v0 .header-search-form__wrapper .old .header-suggestions-open .header-suggestions-panel {
    border-top: 0;
  }
}
@media all and (min-width: 48rem) {
  .global-menu .header-search-form__wrapper.search-v0 .header-menu-overlay-fade {
    background-color: inherit;
  }
}

@font-face {
  font-family: "Helvetica Neue LT W01_41488878";
  src: url("https://fast.fonts.net/dv2/14/3a46542f-f429-4821-9a88-62e3be54a640.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_46 Lt It";
  src: url("https://fast.fonts.net/dv2/14/261b4efb-3d70-4965-977d-38af9422700d.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_55 Roman";
  src: url("https://fast.fonts.net/dv2/14/3dac71eb-afa7-4c80-97f0-599202772905.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_56 It";
  src: url("https://fast.fonts.net/dv2/14/21c44514-f4d6-4cff-a5de-e4cac5e61aff.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_65 Md";
  src: url("https://fast.fonts.net/dv2/14/5b1fbd62-45dc-4433-a7df-a2b24a146411.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_66 Md It";
  src: url("https://fast.fonts.net/dv2/14/657c2fa4-585b-4761-9e2e-65ab13159323.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_71488914";
  src: url("https://fast.fonts.net/dv2/14/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_76 Bd It";
  src: url("https://fast.fonts.net/dv2/14/ade4dbae-c607-4c84-a375-f0c4de0cc357.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
.header-search-form__wrapper.search-v0 .header-search-form__search-items.active .header-search-button-icon svg path {
  fill: inherit;
}
@media all and (max-width: 48rem) {
  .header-search-form__wrapper.search-v0 .header-search-open .header-search-form {
    border-top: 0.125rem #eeb111 solid;
  }
  .header-search-form__wrapper.search-v0 .header-search-component .header-search-fixed .header-search-form {
    border-top: 0.125rem #eeb111 solid;
  }
}

@font-face {
  font-family: "Helvetica Neue LT W01_41488878";
  src: url("https://fast.fonts.net/dv2/14/3a46542f-f429-4821-9a88-62e3be54a640.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_46 Lt It";
  src: url("https://fast.fonts.net/dv2/14/261b4efb-3d70-4965-977d-38af9422700d.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_55 Roman";
  src: url("https://fast.fonts.net/dv2/14/3dac71eb-afa7-4c80-97f0-599202772905.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_56 It";
  src: url("https://fast.fonts.net/dv2/14/21c44514-f4d6-4cff-a5de-e4cac5e61aff.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_65 Md";
  src: url("https://fast.fonts.net/dv2/14/5b1fbd62-45dc-4433-a7df-a2b24a146411.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_66 Md It";
  src: url("https://fast.fonts.net/dv2/14/657c2fa4-585b-4761-9e2e-65ab13159323.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_71488914";
  src: url("https://fast.fonts.net/dv2/14/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_76 Bd It";
  src: url("https://fast.fonts.net/dv2/14/ade4dbae-c607-4c84-a375-f0c4de0cc357.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@media all and (max-width: 47.938rem) {
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-search-form__input .header-search-form__clear {
    margin: auto 0.8125rem;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search.header-search-open .header-search-form__search-items,
  .header-search-form__wrapper.search-featured .header-search-component .header-search.active-search .header-search-form__search-items {
    border-bottom: 0.125rem solid #eeb111;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search.header-search-open .header-search-button,
  .header-search-form__wrapper.search-featured .header-search-component .header-search.active-search .header-search-button {
    background: #eeb111;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-search-close {
    text-decoration: underline;
    font-size: 0.75rem;
    font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
    font-style: normal;
    font-weight: bold;
    line-height: 1rem;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-suggestions-top {
    background-color: #f2f2f2;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-suggestions-term {
    font-family: "HelveticaNeue", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #000000;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-suggestions-link {
    font-family: "HelveticaNeue", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #000000;
    text-transform: none;
    text-decoration: none;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-suggestions-highlight {
    font-family: "HelveticaNeue", sans-serif;
    font-weight: bold;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-suggestions-items .header-suggestions-item {
    border-bottom: 0.0625rem solid #bfbfbf;
    padding: 1rem 0;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-suggestions__view-all {
    padding-right: 0.75rem;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-suggestions__view-all-link {
    font-weight: normal;
    font-size: 0.75rem;
    line-height: 1rem;
    text-transform: capitalize;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__title {
    font-family: "HelveticaNeue", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #000000;
    text-transform: capitalize;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__header-link {
    font-family: "HelveticaNeue", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 0.75rem;
    line-height: 1rem;
    text-decoration-line: underline;
    color: #000000;
    text-transform: capitalize;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__item {
    text-decoration: none;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__name {
    font-family: "HelveticaNeue", sans-serif;
    font-style: normal;
    color: #000000;
  }
}
@media all and (min-width: 48rem) {
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel {
    background: #ffffff;
    box-shadow: 0 0.125rem 0.25rem 0.125rem rgba(47, 35, 3, 0.2);
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel .header-suggestions-top {
    border-radius: 0.5rem 0 0 0;
    background: #f2f2f2;
    padding: 0;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel .header-suggestions-top .header-suggestions-term {
    font-family: "HelveticaNeue", sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    font-size: 1rem;
    line-height: 1.1875rem;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel .header-suggestions-top .header-suggestions__view-all-link {
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel .header-suggestions-top .header-suggestions__view-all-link:hover {
    font-weight: 700;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel__left {
    border-right: 0.0625rem solid #bfbfbf;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel__products {
    font-family: "HelveticaNeue", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel .header-suggestions-item {
    font-family: "HelveticaNeue", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.1875rem;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel .header-suggestions-item .header-suggestions-link {
    text-decoration: none;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel .header-suggestions-item:hover,
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel .header-suggestions-item.active-suggestion {
    background-color: #bfbfbf !important;
    text-decoration: underline;
    cursor: pointer;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel .header-suggestions-item.no-results {
    font-weight: normal;
    color: #000000;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel .header-suggestions-highlight {
    font-family: "HelveticaNeue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.1875rem;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel .header-suggestions-bottom {
    display: none;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-search-input {
    background: linear-gradient(90deg, #f2f2f2 89%, #eeb111 11%);
  }
  .header-search-form__wrapper.search-featured .suggestions-products__header {
    font-family: "HelveticaNeue", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgba(0, 0, 0, 0.75);
  }
  .header-search-form__wrapper.search-featured .suggestions-products__header-link {
    font-family: "HelveticaNeue", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 0.75rem;
    line-height: 1rem;
    text-align: right;
    text-decoration-line: underline;
    color: #000000;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__name {
    font-family: "HelveticaNeue", sans-serif;
    font-style: normal;
    color: #000000;
    text-decoration: none;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__item {
    text-decoration: none;
  }
}
.header-search-form__wrapper.search-featured .suggestions-products__link {
  border-radius: 1.25rem;
}
.header-search-form__wrapper.search-featured .suggestions-products__link:hover {
  color: white;
  background-color: #5b5b5b;
  border-color: inherit;
}

.header-pencil-banner {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  min-height: 3.5rem;
  align-items: center;
}
.header-pencil-banner p {
  line-break: auto;
}
.header-pencil-banner__content {
  display: inline-flex;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.header-pencil-banner * {
  color: inherit;
}
.header-pencil-banner a:hover {
  color: inherit;
}
.header-pencil-banner__message {
  margin-right: 0.75rem;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .header-pencil-banner {
    height: 3.125rem;
    min-height: 3.125rem;
  }
}
@media all and (min-width: 85.375rem) {
  .header-pencil-banner {
    height: 3.125rem;
    min-height: 3.125rem;
  }
}

@font-face {
  font-family: "Helvetica Neue LT W01_41488878";
  src: url("https://fast.fonts.net/dv2/14/3a46542f-f429-4821-9a88-62e3be54a640.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_46 Lt It";
  src: url("https://fast.fonts.net/dv2/14/261b4efb-3d70-4965-977d-38af9422700d.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_55 Roman";
  src: url("https://fast.fonts.net/dv2/14/3dac71eb-afa7-4c80-97f0-599202772905.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_56 It";
  src: url("https://fast.fonts.net/dv2/14/21c44514-f4d6-4cff-a5de-e4cac5e61aff.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_65 Md";
  src: url("https://fast.fonts.net/dv2/14/5b1fbd62-45dc-4433-a7df-a2b24a146411.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_66 Md It";
  src: url("https://fast.fonts.net/dv2/14/657c2fa4-585b-4761-9e2e-65ab13159323.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_71488914";
  src: url("https://fast.fonts.net/dv2/14/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_76 Bd It";
  src: url("https://fast.fonts.net/dv2/14/ade4dbae-c607-4c84-a375-f0c4de0cc357.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
.header-pencil-banner {
  z-index: 0;
  position: relative;
}
.header-pencil-banner__message * {
  font-family: "Helvetica Neue LT W01_55 Roman", sans-serif;
  font-size: 1rem;
  line-height: 1.1875rem;
}

.header-pencil-banner-v4 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 0;
  position: relative;
}
.header-pencil-banner-v4 * {
  color: inherit;
}
.header-pencil-banner-v4 p {
  line-break: auto;
  margin: 15px 0;
}
.header-pencil-banner-v4__content {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}
.header-pencil-banner-v4__content__enabledAccessibilityButton {
  margin-left: auto;
}
.header-pencil-banner-v4__theme-01 {
  background-color: #ffffff;
  color: #222222;
}
.header-pencil-banner-v4__theme-01__accessibility-button {
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  line-height: 150%;
  margin-right: 10px;
}
.header-pencil-banner-v4__theme-01__accessibility-button a {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: unset;
  outline-color: #000000;
  color: #000000;
  text-decoration: underline;
}
.header-pencil-banner-v4__theme-01__accessibility-button a:hover,
.header-pencil-banner-v4__theme-01__accessibility-button a:focus {
  color: #222222;
  font-weight: 700;
  letter-spacing: unset;
}
.header-pencil-banner-v4__theme-01__message {
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0.016rem;
  margin-left: 10px;
}
.header-pencil-banner-v4__theme-01__message a {
  font-weight: 500;
  letter-spacing: unset;
  outline-color: #000000;
  color: #000000;
  text-decoration: underline;
}
.header-pencil-banner-v4__theme-01__message a:hover,
.header-pencil-banner-v4__theme-01__message a:focus {
  color: #222222;
  font-weight: 700;
  letter-spacing: unset;
}
.header-pencil-banner-v4__theme-01__message sub,
.header-pencil-banner-v4__theme-01__message sup {
  font-size: 60%;
}
.header-pencil-banner-v4__theme-01__message sub a,
.header-pencil-banner-v4__theme-01__message sup a {
  text-decoration: none;
}
.header-pencil-banner-v4__theme-01__button {
  outline-color: #000000;
}
@media all and (max-width: 48rem) {
  .header-pencil-banner-v4__theme-01__accessibility-button-container {
    border-bottom: 1px solid #000000;
  }
}
.header-pencil-banner-v4__theme-02 {
  background-color: #f2f2f2;
  color: #222222;
}
.header-pencil-banner-v4__theme-02__accessibility-button {
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  line-height: 150%;
  margin-right: 10px;
}
.header-pencil-banner-v4__theme-02__accessibility-button a {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: unset;
  outline-color: #000000;
  color: #000000;
  text-decoration: underline;
}
.header-pencil-banner-v4__theme-02__accessibility-button a:hover,
.header-pencil-banner-v4__theme-02__accessibility-button a:focus {
  color: #222222;
  font-weight: 700;
  letter-spacing: unset;
}
.header-pencil-banner-v4__theme-02__message {
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0.016rem;
  margin-left: 10px;
}
.header-pencil-banner-v4__theme-02__message a {
  font-weight: 500;
  letter-spacing: unset;
  outline-color: #000000;
  color: #000000;
  text-decoration: underline;
}
.header-pencil-banner-v4__theme-02__message a:hover,
.header-pencil-banner-v4__theme-02__message a:focus {
  color: #222222;
  font-weight: 700;
  letter-spacing: unset;
}
.header-pencil-banner-v4__theme-02__message sub,
.header-pencil-banner-v4__theme-02__message sup {
  font-size: 60%;
}
.header-pencil-banner-v4__theme-02__message sub a,
.header-pencil-banner-v4__theme-02__message sup a {
  text-decoration: none;
}
.header-pencil-banner-v4__theme-02__button {
  outline-color: #000000;
}
@media all and (max-width: 48rem) {
  .header-pencil-banner-v4__theme-02__accessibility-button-container {
    border-bottom: 1px solid #000000;
  }
}
.header-pencil-banner-v4__theme-03 {
  background-color: #222222;
  color: #ffffff;
}
.header-pencil-banner-v4__theme-03__accessibility-button {
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  line-height: 150%;
  margin-right: 10px;
}
.header-pencil-banner-v4__theme-03__accessibility-button a {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: unset;
  outline-color: #ffffff;
  color: #eeb111;
  text-decoration: underline;
}
.header-pencil-banner-v4__theme-03__accessibility-button a:hover,
.header-pencil-banner-v4__theme-03__accessibility-button a:focus {
  color: #d99e02;
  font-weight: 700;
  letter-spacing: unset;
}
.header-pencil-banner-v4__theme-03__message {
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0.016rem;
  margin-left: 10px;
}
.header-pencil-banner-v4__theme-03__message a {
  font-weight: 500;
  letter-spacing: unset;
  outline-color: #ffffff;
  color: #eeb111;
  text-decoration: underline;
}
.header-pencil-banner-v4__theme-03__message a:hover,
.header-pencil-banner-v4__theme-03__message a:focus {
  color: #d99e02;
  font-weight: 700;
  letter-spacing: unset;
}
.header-pencil-banner-v4__theme-03__message sub,
.header-pencil-banner-v4__theme-03__message sup {
  font-size: 60%;
}
.header-pencil-banner-v4__theme-03__message sub a,
.header-pencil-banner-v4__theme-03__message sup a {
  text-decoration: none;
}
.header-pencil-banner-v4__theme-03__button {
  outline-color: #ffffff;
}
@media all and (max-width: 48rem) {
  .header-pencil-banner-v4__theme-03__accessibility-button-container {
    border-bottom: 1px solid #ffffff;
  }
}
.header-pencil-banner-v4__theme-04 {
  background-color: unset;
  color: unset;
}
.header-pencil-banner-v4__theme-04__accessibility-button {
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  line-height: 150%;
  margin-right: 10px;
}
.header-pencil-banner-v4__theme-04__accessibility-button a {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: unset;
  outline-color: #ffffff;
  color: unset;
  text-decoration: underline;
}
.header-pencil-banner-v4__theme-04__accessibility-button a:hover,
.header-pencil-banner-v4__theme-04__accessibility-button a:focus {
  color: unset;
  font-weight: 700;
  letter-spacing: unset;
}
.header-pencil-banner-v4__theme-04__message {
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0.016rem;
  margin-left: 10px;
}
.header-pencil-banner-v4__theme-04__message a {
  font-weight: 500;
  letter-spacing: unset;
  outline-color: #ffffff;
  color: unset;
  text-decoration: underline;
}
.header-pencil-banner-v4__theme-04__message a:hover,
.header-pencil-banner-v4__theme-04__message a:focus {
  color: unset;
  font-weight: 700;
  letter-spacing: unset;
}
.header-pencil-banner-v4__theme-04__message sub,
.header-pencil-banner-v4__theme-04__message sup {
  font-size: 60%;
}
.header-pencil-banner-v4__theme-04__message sub a,
.header-pencil-banner-v4__theme-04__message sup a {
  text-decoration: none;
}
.header-pencil-banner-v4__theme-04__button {
  outline-color: #ffffff;
}
@media all and (max-width: 48rem) {
  .header-pencil-banner-v4__theme-04__accessibility-button-container {
    border-bottom: 1px solid #ffffff;
  }
}
.header-pencil-banner-v4__button {
  font-family: 'Helvetica Neue LT W01_71488914', 'Helvetica Bold', 'Arial Bold', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.016rem;
  line-height: 150%;
  text-transform: none;
  padding: 15px 0;
  text-decoration: none;
  height: auto !important;
  white-space: nowrap;
  margin: 0 10px;
}
.header-pencil-banner-v4__button:hover,
.header-pencil-banner-v4__button:active {
  text-decoration: none;
  outline: none;
  letter-spacing: 0.016rem;
}
.header-pencil-banner-v4__button:focus {
  text-decoration: none;
  outline-offset: -2px;
}
.header-pencil-banner-v4__button:hover,
.header-pencil-banner-v4__button:active,
.header-pencil-banner-v4__button:focus {
  padding: 15px 0;
}
.header-pencil-banner-v4__button.brand {
  color: #eeb111;
  transition: color 200ms ease-out;
}
.header-pencil-banner-v4__button.brand:hover,
.header-pencil-banner-v4__button.brand:active,
.header-pencil-banner-v4__button.brand:focus {
  color: #d99e02;
}
.header-pencil-banner-v4__button.dark {
  color: #222222;
  transition: color 200ms ease-out;
}
.header-pencil-banner-v4__button.dark:hover,
.header-pencil-banner-v4__button.dark:active,
.header-pencil-banner-v4__button.dark:focus {
  color: #5b5b5b;
}
.header-pencil-banner-v4__button.light {
  color: #ffffff;
  transition: color 200ms ease-out;
}
.header-pencil-banner-v4__button.light:hover,
.header-pencil-banner-v4__button.light:active,
.header-pencil-banner-v4__button.light:focus {
  color: #5b5b5b;
}
.header-pencil-banner-v4__button.withicon {
  display: flex;
  align-items: center;
}
.header-pencil-banner-v4__button.withicon .button-icon {
  font-size: 1.5rem;
}
.header-pencil-banner-v4__button.withicon-left .button-text {
  order: 2;
}
.header-pencil-banner-v4__button.withicon-left .button-icon {
  order: 1;
  margin-right: 10px;
  line-height: 0;
  height: 0;
}
.header-pencil-banner-v4__button.withicon-right .button-icon {
  margin-left: 10px;
  line-height: 0;
  height: 0;
}
.header-pencil-banner-v4__accessibility-button {
  margin: 10px 20px;
  white-space: nowrap;
}
.header-pencil-banner-v4 .accessibility-button-container {
  margin-left: auto;
}
@media all and (max-width: 48rem) {
  .header-pencil-banner-v4 {
    flex-direction: column-reverse;
  }
  .header-pencil-banner-v4__message {
    font-size: 0.875rem;
  }
  .header-pencil-banner-v4__button {
    font-size: 1rem;
  }
  .header-pencil-banner-v4__button.withicon .button-icon {
    font-size: 1.5rem;
  }
  .header-pencil-banner-v4__content__enabledAccessibilityButton {
    margin-left: 0;
  }
  .header-pencil-banner-v4 .accessibility-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .header-pencil-banner-v4 .accessibility-button-container__enabledAccessibilityButton {
    border-bottom: none;
  }
  .header-pencil-banner-v4__accessibility-button {
    margin: 5px 0;
  }
  .header-pencil-banner-v4__accessibility-button a {
    font-size: 0.875rem;
  }
}
.header-pencil-banner-v4__hide-main-content {
  display: flex;
}

.flyout-one-card {
  display: none;
}
.flyout-one-card__play-button,
.flyout-one-card__pause-button {
  background-color: #797979;
  border: medium none;
  color: #ffffff;
  font-size: 1.125rem;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  position: absolute;
  top: calc(50% - 1rem);
  left: calc(50% - 1.5rem);
  border-radius: 100%;
  z-index: 1;
  display: none;
}
.flyout-one-card__play-button.active {
  display: block;
}
.flyout-one-card:hover .flyout-one-card__pause-button.active {
  display: block;
}
.flyout-one-card__content {
  position: relative;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .flyout-one-card {
    position: relative;
    display: block;
  }
  .flyout-one-card__content {
    height: inherit;
  }
  .flyout-one-card__text {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 2rem;
    bottom: 15%;
    max-width: 45%;
  }
  .flyout-one-card__content {
    overflow: hidden;
  }
  .flyout-one-card__content:hover .flyout-one-card__asset,
  .flyout-one-card__content:hover .cq-dd-image {
    transform: scale(1.04);
  }
  .flyout-one-card__link-text {
    font-size: 1rem;
    line-height: 1.1875rem;
  }
  .flyout-one-card__link-text:after {
    content: '';
    transition: 0.5s;
    display: inline-block;
    padding: 0.1875rem;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 1.25rem;
    right: 1rem;
    margin-left: 0.5rem;
  }
  .flyout-one-card__asset,
  .flyout-one-card .cq-dd-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 600ms ease-in-out;
    position: absolute;
  }
  .flyout-one-card__header {
    font-size: 1.625rem;
    line-height: 1.75rem;
  }
  .flyout-one-card__wrapper:focus-visible {
    outline: solid 0.0625rem #000000;
  }
  .flyout-one-card__wrapper:focus-visible .flyout-one-card__content {
    outline: solid 0.0625rem #000000;
    outline-offset: 0.125rem;
  }
}
@media all and (min-width: 64.01rem) {
  .author-mode .flyout-one-card {
    position: relative;
    display: block;
  }
  .author-mode .flyout-one-card__content {
    height: inherit;
  }
  .author-mode .flyout-one-card__text {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 2rem;
    bottom: 15%;
    max-width: 45%;
  }
  .author-mode .flyout-one-card__content {
    overflow: hidden;
  }
  .author-mode .flyout-one-card__content:hover .flyout-one-card__asset,
  .author-mode .flyout-one-card__content:hover .cq-dd-image {
    transform: scale(1.04);
  }
  .author-mode .flyout-one-card__link-text {
    font-size: 1rem;
    line-height: 1.1875rem;
  }
  .author-mode .flyout-one-card__link-text:after {
    content: '';
    transition: 0.5s;
    display: inline-block;
    padding: 0.1875rem;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 1.25rem;
    right: 1rem;
    margin-left: 0.5rem;
  }
  .author-mode .flyout-one-card__asset,
  .author-mode .flyout-one-card .cq-dd-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 600ms ease-in-out;
    position: absolute;
  }
  .author-mode .flyout-one-card__header {
    font-size: 1.625rem;
    line-height: 1.75rem;
  }
  .author-mode .flyout-one-card__wrapper:focus-visible {
    outline: solid 0.0625rem #000000;
  }
  .author-mode .flyout-one-card__wrapper:focus-visible .flyout-one-card__content {
    outline: solid 0.0625rem #000000;
    outline-offset: 0.125rem;
  }
}
@media all and (min-width: 85.375rem) {
  .flyout-one-card {
    position: relative;
    display: block;
  }
  .flyout-one-card__content {
    height: inherit;
  }
  .flyout-one-card__text {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 2rem;
    bottom: 15%;
    max-width: 45%;
  }
  .flyout-one-card__content {
    overflow: hidden;
  }
  .flyout-one-card__content:hover .flyout-one-card__asset,
  .flyout-one-card__content:hover .cq-dd-image {
    transform: scale(1.04);
  }
  .flyout-one-card__link-text {
    font-size: 1rem;
    line-height: 1.1875rem;
  }
  .flyout-one-card__link-text:after {
    content: '';
    transition: 0.5s;
    display: inline-block;
    padding: 0.1875rem;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 1.25rem;
    right: 1rem;
    margin-left: 0.5rem;
  }
  .flyout-one-card__asset,
  .flyout-one-card .cq-dd-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 600ms ease-in-out;
    position: absolute;
  }
  .flyout-one-card__header {
    font-size: 1.625rem;
    line-height: 1.75rem;
  }
  .flyout-one-card__wrapper:focus-visible {
    outline: solid 0.0625rem #000000;
  }
  .flyout-one-card__wrapper:focus-visible .flyout-one-card__content {
    outline: solid 0.0625rem #000000;
    outline-offset: 0.125rem;
  }
}

@font-face {
  font-family: "Helvetica Neue LT W01_41488878";
  src: url("https://fast.fonts.net/dv2/14/3a46542f-f429-4821-9a88-62e3be54a640.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_46 Lt It";
  src: url("https://fast.fonts.net/dv2/14/261b4efb-3d70-4965-977d-38af9422700d.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_55 Roman";
  src: url("https://fast.fonts.net/dv2/14/3dac71eb-afa7-4c80-97f0-599202772905.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_56 It";
  src: url("https://fast.fonts.net/dv2/14/21c44514-f4d6-4cff-a5de-e4cac5e61aff.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_65 Md";
  src: url("https://fast.fonts.net/dv2/14/5b1fbd62-45dc-4433-a7df-a2b24a146411.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_66 Md It";
  src: url("https://fast.fonts.net/dv2/14/657c2fa4-585b-4761-9e2e-65ab13159323.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_71488914";
  src: url("https://fast.fonts.net/dv2/14/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_76 Bd It";
  src: url("https://fast.fonts.net/dv2/14/ade4dbae-c607-4c84-a375-f0c4de0cc357.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .flyout-one-card__wrapper {
    height: inherit;
  }
  .flyout-one-card__link-text {
    margin-top: 1rem;
    color: #eeb111;
  }
  .flyout-one-card__link-text:after {
    border: solid #eeb111;
    border-width: 0 0.125rem 0.125rem 0;
  }
  .flyout-one-card__header {
    color: #ffffff;
    font-family: "Helvetica Neue LT W01_55 Roman", sans-serif;
  }
}
@media all and (min-width: 64.01rem) {
  .author-mode .flyout-one-card__wrapper {
    height: inherit;
  }
  .author-mode .flyout-one-card__link-text {
    margin-top: 1rem;
    color: #eeb111;
  }
  .author-mode .flyout-one-card__link-text:after {
    border: solid #eeb111;
    border-width: 0 0.125rem 0.125rem 0;
  }
  .author-mode .flyout-one-card__header {
    color: #ffffff;
    font-family: "Helvetica Neue LT W01_55 Roman", sans-serif;
  }
}
@media all and (min-width: 85.375rem) {
  .flyout-one-card__wrapper {
    height: inherit;
  }
  .flyout-one-card__link-text {
    margin-top: 1rem;
    color: #eeb111;
  }
  .flyout-one-card__link-text:after {
    border: solid #eeb111;
    border-width: 0 0.125rem 0.125rem 0;
  }
  .flyout-one-card__header {
    color: #ffffff;
    font-family: "Helvetica Neue LT W01_55 Roman", sans-serif;
  }
}

.comparison-chart__tooltip {
  cursor: pointer;
}
.comparison-chart__tooltip svg {
  height: 1.188rem !important;
  margin-left: 0.5rem;
}
.comparison-chart__tooltip-info:focus {
  border: dotted;
}
.comparison-chart__heading {
  text-align: left;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  width: 100%;
}
.comparison-chart__heading-value {
  font-size: 1.875rem;
  line-height: 2.0625rem;
}
.comparison-chart__wrapper {
  width: 100%;
  margin: auto;
  background: #ffffff;
  padding-bottom: 2.5rem;
}
.comparison-chart__columns-wrapper {
  min-width: 75%;
  margin: auto;
  position: relative;
  min-height: 32rem;
  padding-top: 1rem;
}
.comparison-chart__columns-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.comparison-chart__info-column {
  float: left;
  background: #ffffff;
  width: 49%;
  padding-bottom: 5rem;
  position: relative;
  padding-top: 8.375rem;
  box-shadow: 0.625rem 0 0.313 -0.313 #797979;
}
.comparison-chart__info-cell {
  height: 54px !important;
  display: flex;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  padding: 0.312rem;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.comparison-chart__info-cell.cat-row {
  background: #5e5e5e !important;
  color: #ffffff;
}
.comparison-chart__info-cell:nth-child(even) {
  background: #f1f2f2;
}
.comparison-chart__info-modal .close-modal-btn:focus {
  border: dotted;
}
.comparison-chart__data-column {
  float: left;
  overflow-x: auto;
  width: 51%;
}
.comparison-chart__data-column-scroll-container {
  position: relative;
}
.comparison-chart__data-column-scroll-container.loading {
  opacity: 0.1;
}
.comparison-chart__data-column-scroll-container.loading .digital-platform-loading-button--loader {
  display: block;
  width: 6.25rem;
  height: 6.25rem;
  opacity: 1;
  left: 45%;
  top: 10%;
  z-index: 10;
}
.comparison-chart__data-column-scroll-container .aem-Grid {
  display: flex;
  padding: 0.375rem;
}
@media screen and (min-width: 1000px) {
  .comparison-chart__info-column {
    width: 15%;
  }
  .comparison-chart__data-column {
    width: 85%;
  }
  .comparison-chart__columns-wrapper {
    display: block;
    width: 95%;
    margin: 0 auto;
  }
}
.comparison-chart .cq-Editable-dom.comparison-chart__data-column-scroll-container .newpar {
  min-width: 5rem;
  flex-grow: 1;
}

.comparison-chart__modals .modal-box {
  position: absolute;
  padding: 2rem 3.125rem 2rem 3.125rem;
  top: 50%;
  left: 50%;
  max-width: 60.75rem;
  transform: translate(-50%, -50%);
}
.comparison-chart__modals .modal-box .close-modal-btn {
  height: 1.5em;
  overflow: hidden;
  width: 1.5em;
  right: 0.7rem;
  top: 0.7rem;
  position: absolute;
  cursor: pointer;
}
.comparison-chart__modals .modal-box .comparison-chart__info-modal-title {
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 1.375rem;
  line-height: 1.813rem;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #3d3d3d;
  padding-bottom: 2rem;
}
.comparison-chart__modals .modal-box .comparison-chart__info-modal-text {
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: justify;
  color: #3d3d3d;
}
.comparison-chart__modals .modal-box .comparison-chart__info-modal-image {
  width: 100%;
}
@media all and (max-width: 48rem) {
  .comparison-chart__modals .modal-box {
    padding: 2rem 1rem 2rem 1rem;
  }
  .comparison-chart__modals .modal-box .comparison-chart__info-modal-title {
    padding-left: 15%;
    padding-right: 15%;
  }
  .comparison-chart__modals .modal-box .comparison-chart__image {
    margin: 0 auto;
  }
  .comparison-chart__modals .modal-box .comparison-chart__info-modal-text {
    text-align: center;
  }
}
.comparison-chart__modals #comparison-chart__video-modal .modal-box {
  width: 70%;
  padding: 1.562rem 5.375rem;
}
.comparison-chart__modals #comparison-chart__video-modal .modal-box #comparison-chart__video-modal-holder_container {
  height: 28.125rem;
}
@media screen and (max-width: 63.938rem) {
  .comparison-chart__modals #comparison-chart__video-modal .modal-box {
    width: 80%;
    height: 18.75rem;
    padding: 4rem 0 0;
  }
}

.comparison-product-wrapper {
  flex-grow: 1;
  width: 100% !important;
}
.comparison-product-wrapper .comparison-product {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  position: relative;
}
.comparison-product-wrapper .comparison-product:hover,
.comparison-product-wrapper .comparison-product:focus {
  box-shadow: 0 0 0.562rem rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.comparison-product-wrapper .comparison-product:after {
  content: '';
  display: table;
  clear: both;
}
.comparison-product-wrapper .comparison-product__data-cell {
  height: 54px !important;
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1rem;
  padding: 0.312rem;
  align-self: center;
}
.comparison-product-wrapper .comparison-product__data-cell.cat-row {
  background: #5e5e5e !important;
  color: #ffffff;
}
.comparison-product-wrapper .comparison-product__data-cell:nth-child(odd) {
  background: #f1f2f2;
}
.comparison-product-wrapper .comparison-product__data-cell:first-of-type {
  height: 8rem !important;
  width: 7.812rem;
  background: transparent;
}
.comparison-product-wrapper .comparison-product__data-cell:last-of-type {
  height: 5rem;
}
.comparison-product-wrapper .comparison-product__data-cell-copy {
  text-align: center;
  width: 100%;
  height: 100%;
}
.comparison-product-wrapper .comparison-product__data-cell-copy img {
  margin: auto;
  height: 100%;
  object-fit: contain;
}
.comparison-product-wrapper .comparison-product__data-cell .button {
  color: #000000;
  margin: 0.625rem 0;
  padding: 1rem;
  min-width: 0;
  width: auto;
}
.comparison-product-wrapper .comparison-product__data-cell .actual-price {
  color: #c41230;
  font-weight: bold;
}
.comparison-product-wrapper .comparison-product__data-cell .actual-price .crossed {
  color: #000000;
  text-decoration: line-through;
  margin-right: 0.5rem;
}
.comparison-product-wrapper .comparison-product__data-cell .actual-price .member-price-text {
  margin-right: 0.5rem;
}
.comparison-product-wrapper .comparison-product__data-cell .actual-price .black {
  color: #000000;
}
.comparison-product-wrapper .comparison-product__data-cell a {
  color: #000000;
}
.comparison-product-wrapper .comparison-product.hover-product {
  box-shadow: 0 0 0.562rem rgba(0, 0, 0, 0.6);
  z-index: 1;
}

#sign_custom_circle {
    position: fixed;
    visibility: visible;
    cursor: pointer;
    padding: 0;
    margin: 0;
    right: -1px;
    height: 134px;
    width: 39px;
    background: #fff;
    z-index: 10;
    top: 65%;
    border: 1px solid rgb(0, 0, 0);
    transition: all 0.5s ease 0s;
    display: none;
}
#sign_custom_circle.sign_show {
	 display: none;
     top: 65%;
}
#sign_mail_img {
	position: absolute;
    max-width: 100%;
}
#sign_custom_circle .sign_custom_dismiss {
	position: absolute;
    top: 10px;
    right: 12px;
    height: 6px;
    width: 12px;
}
#sign_x_img {
	max-width: 100%;
    width: max-content;
}
#sign_custom_circle .sign_up_heading {
    transform: rotate(-90deg);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 80px;
    margin: 0 auto;
    position: relative;
    right: 21px;
    top: 57px;
    text-transform: none;
    font-size: 16.5px;
    font-weight: bold;
    line-height: 16px;
    font-family: "Helvetica Neue LT W01_71488914","Helvetica Bold","Arial Bold",sans-serif;
}
#sign_custom_circle .sign_up_mail {
    position: absolute;
    right: 10px;
}
#sign_x_mail {
	position: relative;
    top: 94px;
    height: 11px;
    width: 16px;
    transform: rotate(-90deg);
}
@font-face {
  font-family: "Helvetica Neue LT W01_41488878";
  src: url("https://fast.fonts.net/dv2/14/3a46542f-f429-4821-9a88-62e3be54a640.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_46 Lt It";
  src: url("https://fast.fonts.net/dv2/14/261b4efb-3d70-4965-977d-38af9422700d.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_55 Roman";
  src: url("https://fast.fonts.net/dv2/14/3dac71eb-afa7-4c80-97f0-599202772905.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_56 It";
  src: url("https://fast.fonts.net/dv2/14/21c44514-f4d6-4cff-a5de-e4cac5e61aff.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_65 Md";
  src: url("https://fast.fonts.net/dv2/14/5b1fbd62-45dc-4433-a7df-a2b24a146411.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_66 Md It";
  src: url("https://fast.fonts.net/dv2/14/657c2fa4-585b-4761-9e2e-65ab13159323.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_71488914";
  src: url("https://fast.fonts.net/dv2/14/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_76 Bd It";
  src: url("https://fast.fonts.net/dv2/14/ade4dbae-c607-4c84-a375-f0c4de0cc357.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .flyout-container {
    background-color: transparent;
  }
  .flyout-container .flyout-container__left-columns .flyout-left-col .flyout-column {
    padding-right: 1.5rem;
    min-width: 14.4rem;
  }
  .flyout-container .flyout-container__left-columns.with-contact-us-column .flyout-left-col .flyout-column {
    border-right: solid 0.03125rem #d8d8d8;
  }
  .flyout-container .flyout-column .flyout-links_container:focus {
    outline: 0;
  }
  .flyout-container .flyout-links_header-link__header {
    font-weight: bold;
    font-family: "HelveticaNeue", sans-serif;
    color: #000000;
  }
}
@media all and (min-width: 64.01rem) {
  .author-mode .flyout-container {
    background-color: transparent;
  }
  .author-mode .flyout-container .author-mode .flyout-container__left-columns .flyout-left-col .flyout-column {
    padding-right: 1.5rem;
    min-width: 14.4rem;
  }
  .author-mode .flyout-container .author-mode .flyout-container__left-columns.with-contact-us-column .flyout-left-col .flyout-column {
    border-right: solid 0.03125rem #d8d8d8;
  }
  .author-mode .flyout-container .flyout-column .flyout-links_container:focus {
    outline: 0;
  }
  .author-mode .flyout-container .flyout-links_header-link__header {
    font-weight: bold;
    font-family: "HelveticaNeue", sans-serif;
    color: #000000;
  }
}
@media all and (min-width: 64.01rem) {
  .flyout-container {
    background-color: transparent;
  }
  .flyout-container .flyout-container__left-columns .flyout-left-col .flyout-column {
    padding-right: 1.5rem;
    min-width: 14.4rem;
  }
  .flyout-container .flyout-container__left-columns.with-contact-us-column .flyout-left-col .flyout-column {
    border-right: solid 0.03125rem #d8d8d8;
  }
  .flyout-container .flyout-column .flyout-links_container:focus {
    outline: 0;
  }
  .flyout-container .flyout-links_header-link__header {
    font-weight: bold;
    font-family: "HelveticaNeue", sans-serif;
    color: #000000;
  }
}

@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .flyout-contact-us-card__header {
    display: block;
    font-weight: bold;
    font-size: .875rem;
    margin-bottom: .375rem;
  }
  .flyout-contact-us-card .flyout-header-chat {
    display: none;
  }
  .flyout-contact-us-card__body {
    padding: 2rem 0;
  }
  .flyout-contact-us-card__body__phone-container {
    margin: .5rem 0;
  }
  .flyout-contact-us-card__body__phone-container__label {
    font-size: 1rem;
  }
  .flyout-contact-us-card__body__phone-container__phone {
    margin-top: 1rem;
    display: block;
    font-size: 1.625rem;
    line-height: 1.75rem;
    font-weight: bold;
  }
  .flyout-contact-us-card__body__description,
  .flyout-contact-us-card__body__description p {
    padding-right: 2rem;
    font-size: .75rem;
  }
  .flyout-contact-us-card__body__description a,
  .flyout-contact-us-card__body__description p a {
    text-decoration: underline;
  }
  .flyout-contact-us-card__button-container {
    display: flex;
  }
  .flyout-contact-us-card__button-container__link {
    background: #eeb111;
    border-radius: 1.125rem;
    display: flex;
    flex-direction: row;
    width: 8.75rem;
    height: 2.25rem;
    justify-content: center;
    align-items: center;
    margin-right: .5rem;
    text-decoration: none;
    font-size: .75rem;
  }
  .flyout-contact-us-card__button-container__link__icon svg {
    width: 1.25rem;
    height: 1.25rem;
  }
  .flyout-contact-us-card__button-container__link--email {
    background: #ffffff;
    border: 2px solid #000000;
  }
  .flyout-contact-us-card__button-container__link:hover {
    text-decoration: none;
  }
}
@media all and (min-width: 64.01rem) {
  .author-mode .flyout-contact-us-card__header {
    display: block;
    font-weight: bold;
    font-size: .875rem;
    margin-bottom: .375rem;
  }
  .author-mode .flyout-contact-us-card .flyout-header-chat {
    display: none;
  }
  .author-mode .flyout-contact-us-card__body {
    padding: 2rem 0;
  }
  .author-mode .flyout-contact-us-card__body__phone-container {
    margin: .5rem 0;
  }
  .author-mode .flyout-contact-us-card__body__phone-container__label {
    font-size: 1rem;
  }
  .author-mode .flyout-contact-us-card__body__phone-container__phone {
    margin-top: 1rem;
    display: block;
    font-size: 1.625rem;
    line-height: 1.75rem;
    font-weight: bold;
  }
  .author-mode .flyout-contact-us-card__body__description,
  .author-mode .flyout-contact-us-card__body__description p {
    padding-right: 2rem;
    font-size: .75rem;
  }
  .author-mode .flyout-contact-us-card__body__description a,
  .author-mode .flyout-contact-us-card__body__description p a {
    text-decoration: underline;
  }
  .author-mode .flyout-contact-us-card__button-container {
    display: flex;
  }
  .author-mode .flyout-contact-us-card__button-container__link {
    background: #eeb111;
    border-radius: 1.125rem;
    display: flex;
    flex-direction: row;
    width: 8.75rem;
    height: 2.25rem;
    justify-content: center;
    align-items: center;
    margin-right: .5rem;
    text-decoration: none;
    font-size: .75rem;
  }
  .author-mode .flyout-contact-us-card__button-container__link__icon svg {
    width: 1.25rem;
    height: 1.25rem;
  }
  .author-mode .flyout-contact-us-card__button-container__link--email {
    background: #ffffff;
    border: 2px solid #000000;
  }
  .author-mode .flyout-contact-us-card__button-container__link:hover {
    text-decoration: none;
  }
}
@media all and (min-width: 85.375rem) {
  .flyout-contact-us-card__header {
    display: block;
    font-weight: bold;
    font-size: .875rem;
    margin-bottom: .375rem;
  }
  .flyout-contact-us-card .flyout-header-chat {
    display: none;
  }
  .flyout-contact-us-card__body {
    padding: 2rem 0;
  }
  .flyout-contact-us-card__body__phone-container {
    margin: .5rem 0;
  }
  .flyout-contact-us-card__body__phone-container__label {
    font-size: 1rem;
  }
  .flyout-contact-us-card__body__phone-container__phone {
    margin-top: 1rem;
    display: block;
    font-size: 1.625rem;
    line-height: 1.75rem;
    font-weight: bold;
  }
  .flyout-contact-us-card__body__description,
  .flyout-contact-us-card__body__description p {
    padding-right: 2rem;
    font-size: .75rem;
  }
  .flyout-contact-us-card__body__description a,
  .flyout-contact-us-card__body__description p a {
    text-decoration: underline;
  }
  .flyout-contact-us-card__button-container {
    display: flex;
  }
  .flyout-contact-us-card__button-container__link {
    background: #eeb111;
    border-radius: 1.125rem;
    display: flex;
    flex-direction: row;
    width: 8.75rem;
    height: 2.25rem;
    justify-content: center;
    align-items: center;
    margin-right: .5rem;
    text-decoration: none;
    font-size: .75rem;
  }
  .flyout-contact-us-card__button-container__link__icon svg {
    width: 1.25rem;
    height: 1.25rem;
  }
  .flyout-contact-us-card__button-container__link--email {
    background: #ffffff;
    border: 2px solid #000000;
  }
  .flyout-contact-us-card__button-container__link:hover {
    text-decoration: none;
  }
}
@media (min-width: 20rem) {
  .flyout-contact-us-card .flyout-header-chat {
    display: none;
  }
  .flyout-contact-us-card__body__description a,
  .flyout-contact-us-card__body__description p a {
    text-decoration: underline;
  }
}

@font-face {
  font-family: "Helvetica Neue LT W01_41488878";
  src: url("https://fast.fonts.net/dv2/14/3a46542f-f429-4821-9a88-62e3be54a640.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_46 Lt It";
  src: url("https://fast.fonts.net/dv2/14/261b4efb-3d70-4965-977d-38af9422700d.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_55 Roman";
  src: url("https://fast.fonts.net/dv2/14/3dac71eb-afa7-4c80-97f0-599202772905.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_56 It";
  src: url("https://fast.fonts.net/dv2/14/21c44514-f4d6-4cff-a5de-e4cac5e61aff.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_65 Md";
  src: url("https://fast.fonts.net/dv2/14/5b1fbd62-45dc-4433-a7df-a2b24a146411.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_66 Md It";
  src: url("https://fast.fonts.net/dv2/14/657c2fa4-585b-4761-9e2e-65ab13159323.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_71488914";
  src: url("https://fast.fonts.net/dv2/14/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_76 Bd It";
  src: url("https://fast.fonts.net/dv2/14/ade4dbae-c607-4c84-a375-f0c4de0cc357.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
.contact-us-column {
  padding-top: 1rem;
  border-top: solid 0.063rem #dedede;
}
.flyout-contact-us-card {
  margin-bottom: 1rem;
}
.flyout-contact-us-card__header {
  display: none;
}
.flyout-contact-us-card__body {
  padding: 0;
}
.flyout-contact-us-card__body__phone-container {
  margin: 0;
  display: flex;
  flex-flow: column;
}
.flyout-contact-us-card__body__phone-container__label {
  font-size: .875rem;
}
.flyout-contact-us-card__body__phone-container__phone {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: .125rem;
}
.flyout-contact-us-card__body__description {
  margin-top: 1.5rem;
}
.flyout-contact-us-card__body__description p a {
  font-weight: normal;
}
.flyout-contact-us-card__button-container {
  display: flex;
  flex-direction: row;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.flyout-contact-us-card__button-container__link {
  background: #ffffff;
  border-radius: 1.125rem;
  border: 0.125rem solid #222222;
  color: #222222;
  display: flex;
  flex-direction: row-reverse;
  width: 8.75rem;
  height: 2.25rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 1rem;
}
.flyout-contact-us-card__button-container__link--email {
  margin-left: .5rem;
}
.flyout-contact-us-card__button-container__link__icon {
  margin-left: .5rem;
}
@media all and (min-width: 85.375rem) {
  .flyout-contact-us-card {
    padding-left: .375rem;
    margin-bottom: 1.5rem;
  }
  .flyout-contact-us-card__button-container {
    margin-left: inherit;
    margin-right: inherit;
    position: absolute;
    bottom: 2rem;
  }
  .flyout-contact-us-card__button-container__link {
    background: inherit;
  }
  .flyout-contact-us-card__button-container__link__icon {
    margin-left: .688rem;
  }
}

.header-language-selector {
  width: 2.8125rem;
}
.header-language-selector button.header-language-selector__button.link-btn {
  height: 100%;
  width: 100%;
}
.header-language-selector__menu {
  display: none;
  position: absolute;
  top: 3.5625rem;
  width: 6.375rem;
  background-color: #ffffff;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  z-index: 20;
}
.header-language-selector__menu__item {
  display: block;
  margin: 0.5rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  text-decoration: none;
}
.header-language-selector__menu__item:hover {
  text-decoration: none;
}
.header-language-selector .header-language-selector__icon svg {
  margin: auto;
  padding-top: 0.1875rem;
  height: 1.625rem;
  width: 1.375rem;
}
.header-language-selector.active .header-language-selector__menu {
  display: block;
}
@media all and (max-width: 48rem) {
  .header-language-selector {
    display: none;
  }
}
@media all and (min-width: 64.01rem) {
  .header-language-selector {
    margin-right: 0.5rem;
  }
  .header-language-selector__menu {
    top: 5.0625rem;
  }
}

@import url("https://fonts.googleapis.com/css?family=Helvetica Neue:400,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Berthold Akzidenz Grotesk BE:400,600,700");

.otm_body {
	font-family: "Nunito", sans-serif;
	color: rgba(0, 0, 0, 0.7);
}

.otm_modal {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: 0.4s;
}

.otm_modal_container {
	display: flex;
	max-width: 851px;
	max-height: 424px;
	width: 100%;
	border-radius: 0;
	overflow: visible;
	position: absolute;
	opacity: 0;
	pointer-events: none;
	transition-duration: 0.3s;
	background: #fff;
	transform: translateY(100px) scale(0.4);
	border-radius: 8px;
}

.otm_modal_title {
	font-size: 19px;
	margin: 0;
	font-weight: 800;
	color: #000000;
	text-align: center;
	font-family: "Berthold Akzidenz Grotesk BE;", sans-serif;
}

.otm_modal_desc {
    margin: 5px 0 20px;
    text-align: center;
    font-size: .67em;
    font-weight: 700;
    color: #000;
    display: block;
}

.otm_modal_right {
	padding: 32px 30px 30px 15px;
	background: #fff;
	flex: 45%;
	transition-duration: 0.5s;
	transform: translateY(80px);
	opacity: 0;
	border-radius: 2%;
}

.otm_modal_button {
	color: #7d695e;
	font-family: "Nunito", sans-serif;
	font-size: 18px;
	cursor: pointer;
	border: 0;
	outline: 0;
	padding: 10px 40px;
	border-radius: 30px;
	background: white;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.16);
	transition: 0.3s;
}

.otm_modal_button:hover {
	border-color: rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.8);
}

.otm_modal_left {
	flex: 55%;
	padding: 2px;
	transition: 0.3s;
	overflow: hidden;
	border-radius: 2%;
}

.otm_modal_left img {
	width: 100%;
	height: 100%;
	transform: scale(2);
	-o-object-fit: cover;
	object-fit: revert;
	transition-duration: 1.2s;
	border-radius: 3%;

}

.otm_modal.is-open {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	background: rgba(51, 51, 51, 0.85);
	z-index: 2000010001;
}

.otm_modal.is-open .otm_modal_button {
	opacity: 0;
}

.otm_modal.is-open .otm_modal_container {
	opacity: 1;
	transition-duration: 0.6s;
	pointer-events: auto;
	transform: translateY(0) scale(1);
}

.otm_modal.is-open .otm_modal_left img {
	transform: scale(1);
	padding: 5px;
}

.otm_modal.is-open .otm_modal_right {
	transform: translateY(0);
	opacity: 1;
	transition-delay: 0.1s;
}

.otm_modal_buttons {
	display: block;
	justify-content: space-between;
	align-items: center;
}

.otm_modal_buttons a {
	color: rgba(51, 51, 51, 0.6);
	font-size: 14px;
}

.otm_input_button {
	padding: 10px 25px;
	outline: none;
	border: 0;
	border-radius: 0;
	background: #EEB111;
	font-family: "Berthold Akzidenz Grotesk BE", sans-serif;
	transition: 0.3s;
	cursor: pointer;
	font-size: 0.75em;
	font-weight: bold;
	border-radius: 20px;
	color: #000;
	height: 35px;
    text-transform: capitalize;
}

.otm_input_button:hover {
	background: #55311c;
}

.otm_input_block {
	display: flex;
	padding: 7px 0;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	transition: 0.3s;
	height: 25.3333%;
	justify-content: center;
	align-items: center;
}

.otm_limit {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	white-space: normal;
	text-overflow: ellipsis;
	width: 225px;
}

.otm_input_block input {
	outline: 0;
	border: 0;
	padding: 4px 0 0;
	font-size: 14px;
	font-family: "Nunito", sans-serif;
}

.otm_input_block input::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}

.otm_input_block input:-ms-input-placeholder {
	color: #ccc;
	opacity: 1;
}

.otm_input_block input::placeholder {
	color: #ccc;
	opacity: 1;
}

.otm_input_block:focus-within {
	border-color: #8c7569;
}

.otm_input_block:focus-within .input-label {
	color: rgba(140, 117, 105, 0.8);
}

.otm_close {
	position: fixed;
	top: -1.5em;
	right: -3em;
	transition: all 200ms;
	font-size: .75em;
	font-weight: bold;
	text-decoration: none;
	transition: all 200ms;
	font-size: .75em;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 38px;
	border-radius: 20px;
}

.otm_close:hover {
	opacity: 1;
}

.otm-target-modal__error {
    font-size: .8em;
    color: red;
    font-weight: bold;
    text-decoration: none;
    display: none; 
}

.otm_close:before, .otm_close:after {
	position: absolute;
	left: 30px;
	content: ' ';
	height: 12px;
	width: 2px;
	background-color: #000;
	font-weight: 700;
	top: 10.5px;
}

.otm_close:before {
	transform: rotate(45deg);
}

.otm_close:after {
	transform: rotate(-45deg);
}

.oos_prod_image_link {
	text-align: center;
	display: flex;
	width: 27%;
	height: -webkit-fill-available;
	vertical-align: middle;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin: 0 20px 0 10px;
}

.oos_prod_image {
	max-width: 100%;
	max-height: 100%;
}

.otm_product_info {
	display: inline-block;
	width: 70%;
	vertical-align: middle;
}

.otm_name {
	height: auto;
	font-weight: 800;
	overflow: hidden;
	font-size: 0.7em;
	color: #000000;
	padding-top: 5px;
	font-family: " Helvetica Neue", sans-serif;
	font-style: normal;
	letter-spacing: 0.16px;
}

.otm_price {
	padding: 0.5em 0;
	color: #2E2E2E;
	font-weight: lighter;
	font-size: 0.75em;
}

.otm_thumbnail {
	position: relative;
	flex: 50%;
	height: 100%;
}

.otm_img_block {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: white;
	font-weight: bold;
	height: 100%;

}

.otm_img_section {
	position: relative;
	top: 27%;
	display: inline-block;
	justify-content: space-between;
	align-items: center;
	width: 78%;
}

.otm_img_title {
	font-size: 1em;
	margin-bottom: 5px;
}

.otm_img_subtitle {
	font-family: "Berthold Akzidenz Grotesk BE",sans-serif;
    font-weight: 100;
    text-transform: lowercase;
    font-size: 2em;
    color: #fff;
    margin: 10px;
    letter-spacing: .02em;
    line-height: 1;
}

.otm_img_para {
	font-size: 0.72em;
	font-weight: lighter;
	margin: 10px 0 20px;
	font-family: "Helvetica", sans-serif;
	font-style: normal;
	opacity: 0.9;
	color: #fff;
}

.otm_img_span {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: .5rem;
	font-size: .5em;
	font-weight: normal;
	font-family: "Helvetica", sans-serif;
	text-align: center;
	opacity: 0.9;
}

.otm_close_span {
	position: relative;
	left: 10px;
	font-weight: 700;
	color: #000000;
}

@media(max-width:1024px) {
	.otm_modal_left img {
		object-fit: fill;
	}

	.otm_modal_container {
		max-width: 668px;
		max-height: 498px;
	}

	.otm_limit {
		width: auto;
	}

	.otm_img_para {
		font-size: 0.9em;
		margin: 25px 0 5px;
	}

	.otm_img_subtitle {
		font-size: 1.9em;
		margin: 20px 10px;
	}

	.otm_img_span {
		font-size: .7em;
		padding: 1.2rem;
	}

	.otm_img_section {
		top: 88px;
	}

	.otm_input_button {
		padding: 10px 35px;
	}

	.otm_name {
		font-size: 0.7em;
		letter-spacing: 0.03em;
		font-weight: bold;
	}
	
	.desktop_hide {
		display:none;
	}

	.otm_modal_buttons {
       margin-top: 10px;
	}

}

@media (max-width: 767px) {
	.otm_modal_container {
		display: block;
		max-width: 364px;
		max-height: 561px;
		width: 90%;
	}
	
	.otm_price {
        font-weight: lighter;
		font-size: .9em;
	}
	.otm_thumbnail {
		height: 280px;
	}
	
	.otm_name, .otm_price {
		font-size: .9em;
	}

	.otm_modal.is-open .modal-right img {
		transform: scale(1);
		padding: 10px;
	}

	.otm_input_block:nth-of-type(3) {
		display: none;
	}

	.otm_img_section {
		position: relative;
		top: 9%;
		width: 85%;
	}

	.otm_img_span {
		padding: 2em 1.5em 1.5em 1em;
        font-size: .54em;
        text-decoration: none;
        letter-spacing: .04em;
        line-height: 1.3em;
	}

	.otm_img_title {
		font-size: 0.75em;
		margin-bottom: 10px;
	}

	.otm_img_subtitle {
		font-size: 1.5em;
		padding: 0;
		margin: 10px 10px;
		line-height: 25px;
	}

	.otm_img_para {
		font-size: 0.8em;
		font-weight: normal;
		margin: 10px 10px 0;
	}

	.otm_input_button {
		padding: 8px 30px;
	    height: 35px;
	}

	.otm_modal_title {
		line-height: 19px;
		font-size: 1.1875em;
		letter-spacing: 0.95px;
	}

	.otm_modal_right {
		padding: 15px 10px 18px;
	}

	.otm_modal_desc {
		margin: 5px 0 15px 0;
		text-align: center;
		font-size: 0.7em;
		line-height: 12px;
		font-weight: bold;
	}

	.oos_prod_image {
		max-width: 50px;
		max-height: 70px;
	}

	.otm_limit {
		width: auto;
	}

	.otm_close {
		position: fixed;
		top: -1em;
		right: -1em;
		font-size: .75em;
		font-weight: bold;
		transition: all 200ms;
		font-size: 0.875em;
		font-weight: bold;
		text-decoration: none;
		padding: 8px 30px;
	}

	.otm_close:before, .otm_close:after {
		position: absolute;
		left: 25px;
		content: ' ';
		height: 12px;
		width: 2px;
		top: 11px;
	}
	
	.otm_input_block {
		height: 89px;
	}
	
	.oos_prod_image_link {
		width: 15%;
		text-align: center;
		vertical-align: middle;
		justify-content: left;
		align-items: center;
	}
	
	.otm_modal_desc_mob {
		margin: 5px 0 15px;
		text-align: center;
		font-size: .67em;
		font-weight: 700;
		color: #000;
		display: block;
	}
	.otm_modal_buttons {
        margin-top: 5px;
    }
	.otm-target-modal__error {
    	font-size: .7em;
   	}
}

@media (max-width: 320px) {
	.otm_img_section {
		position: relative;
		top: 9%;
		width: 100%;
	}
	
	.otm_img_subtitle {
    	padding: 0 18px;
    }
	
	.otm_img_para {
		font-size: .75em;
        margin: 10px 40px 0;
	}
	
	.otm-target-modal__error {
		font-size: .6em;
    }
	.otm_img_span {
        font-size: .5em;
        line-height: 1.1em;
    }
}

@media screen and (device-aspect-ratio: 40/71) {
	.otm_modal_container {
		width: 100%;
	}

	.otm_close {
		position: fixed;
		top: -0.7em;
		right: 0em;

	}
}
@media only screen and (max-width: 1000px) and (orientation: landscape) {
    .otm_modal.is-open {
    	overflow-y: auto;
	}
	.otm_modal_container {
        display: flex;
        width: 100%;
        border-radius: 0;
        background: #fff;
        position: absolute;
        left: auto;
        top: 10%;
    } 
    .otm_modal_desc_mob {
        margin: 5px 0 15px;
        text-align: center;
        font-size: .67em; 
        font-weight: 700;
        color: #000;
        display: block;
    }
    .otm_modal_left img {
		object-fit: cover;
		height: 478px;
	}

	.otm_modal_container {
		max-width: 550px;
		max-height: 498px;
	}

	.otm_limit {
		width: auto;
	}

	.otm_close:before, .otm_close:after {
        position: absolute;
        left: 20px;
        top: 9px;
        height: 12px;
    }

    .otm_img_para {
        font-size: .7em;
        margin: 10px 40px 0;
    }

    .otm_input_button {
        padding: 0 25px;
        height: 2rem;
    }

    .otm_img_span {
        font-size: .55em;
    	padding: 1em;
    }
			
	.otm_img_subtitle {
		margin: 15px;
	}
	
	.otm_img_section {
       width: 100%;
	   top: 25%;
	}

	.otm_modal_title {
        font-weight: 800;
        line-height: 19px;
        font-size: 1em;
        letter-spacing: .95px;
        margin-bottom: 5px;
    }
	.otm_close_span {
        position: relative;
        left: 10px;
        font-size: .85em;
    }
	.otm_close {
        position: fixed;
        right: -2em;
	}
	.otm_input_block:nth-of-type(3) {
   		display: none;
	}
	.otm_thumbnail {
    	height: 100%; 
	}
	.otm_img_block {
        position: absolute;
    	top: 0;
        left: 0;
        transform: none;
    }
	.otm-target-modal__error {
        font-size: .7em;
        display: none;
	}
}

#sign_custom_circle_ca:hover {
	cursor: pointer;
}
#sign_custom_circle_ca {
    background:white;
    z-index:2147483647;
    border:solid 1px #000;
    transition:background .15s,ease-in-out .15s;
    display:none;
    border-bottom: 0;
  }
#sign_custom_circle_ca #signup-ca-click{
    height:36px;
    width:145px;
    position: fixed;
}
#sign_custom_circle_ca.sign_show_ca {
	display: none;
    transform:rotate(270deg);
    animation: sign_circle_ani 0.7s cubic-bezier(0.62, 0.15, 0.51, 1.58) 1 forwards;
}
.signUpForCa.section {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translate(38.5%,-50%);
    z-index: 9999;
  }
  .signUpForCa.section.signup_container_fr {
    transform: translate(43.7%,94%);
    right: 0.5rem;
  }
  .signUpForCa.section.signup_container_fr .ca_signup {
    width: auto;
    padding: 0 10px;
  }
.sign_custom_dismiss_ca {
    height:12px;
    width:12px;
}
.signUpForCa.section .sign_custom_dismiss_ca {
    display: none;
  }
@keyframes usi_circle_ani {
	0% {
		bottom: -120px;
	}
	100% {
		bottom: 80px;
	}
}
#sign_custom_circle.usi_show2 {
	display: block;
	bottom: -120px;
	animation: usi_circle_ani2 0.7s cubic-bezier(.62, .15, .51, 1.58) 1 forwards;
}
@keyframes usi_circle_ani2 {
	0% {
		bottom: -120px;
	}
	100% {
		bottom: 5px;
	}
}
#sign_mail_img_ca {
	width: 16px;
    height: 16px;
    margin-right:10px;
}
#sign_custom_circle_ca h4 {
    width: auto;
    text-align: center;
    color: #000;
    height: 24px;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    margin:0;
    text-transform: capitalize;
}
.ca_signup {
    display: flex;
    justify-content:center;
    align-items: center;
    height: 36px;
    width: 145px;
    cursor: pointer;
}
#sign_custom_circle_ca h4:after {
    background-color: transparent;
    animation: none;
}
.sign_custom_dismiss_ca {
	position: absolute;
	top: 10px;
	right: 12px;
	height: 16px;
	width: 16px;
}

#sign_x_img_ca {
    width: 16px;
    height: 16px;
    margin-right:10px;
}

@media(max-width:767px){
    #sign_custom_circle_ca h4 {
        display: none;
   }
    .ca_signup,#sign_custom_circle_ca #signup-ca-click{
        width: 38px;
        height: 24px;
   }
    .signUpForCa.section{
        transform: translate(23%,-50%);
        z-index:unset;
   }
    #sign_mail_img_ca{
        margin-right:0;
   }
    .signUpForCa.section.signup_container_fr .ca_signup{
        width:38px;
   }
    .signUpForCa.section.signup_container_fr{
        transform: translate(23%,-50%);
        right: 0;
   }
  }
 @media screen and (max-width:1023px) and (orientation:landscape) {
    #sign_custom_circle_ca.sign_show_ca {
	    bottom: 40% !important;
    }
 }
.oos_container_ca .oos_tab_div {
    width: 120px !important;
    left: -110px !important;
}

@media (max-width: 767px){
  .oos_container_ca .oos_tab_div {
    width: 97px !important;
    left: -95px !important;
  }
}
@media screen and (max-width:767px) and (orientation:landscape){
	#oos_display {
		height: 85%;
		width: 75%;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	}
	.oos_products {
		overflow: auto !important;
   	 	margin: 5% 0px 0px;
    	height: 230px !important;
    	position: sticky !important;
	}
	.oos_disclaimer {
		bottom: 1%;
		top: unset !important;
		left: unset !important;
	}
	.oos_disclaimer p {
    	text-align: center !important;
	}
	.oos_product {
		height: 45% !important;
    	width: 100%;
		text-align: left !important;
	}
	.oos_prod_image_link {
		margin: 0 !important;
		padding: 0 3%!important;
		width: 25% !important;
	}
	.oos_product_info {
		width: 75% !important;
		font-size: 80% !important;
	}
	.oos_link {
		font-size: 80% !important; 
	}
	#oos_content .text3 {
		top: 9% !important;
		left: 0 !important;
		font-size: 85% !important;
	}
	hr {
		top: 4% !important;
	}
	.oos_tab_close {
		bottom: -89% !important;
	}
	#oos_content .text3 p {
    	text-align: center;
	}
}
#oos_content {
    box-shadow: 0 0 5px 2px rgb(0 0 0 / 33%);
}
.oos_container_ca #oos_content {
    box-shadow: none;
}
#oos_content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
	background-color:#fff;
    z-index: 2000000200;
}
.oos_container_ca .oos_display.oos_tab_open #oos_content {
    position: relative;
}
.oos_display * {
    font-size: 1em;
    line-height: 1;
    box-sizing: border-box;
    font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    box-shadow: none;
    outline: none;
    text-align: left;
    float: none;
}
.oos_container_ca #oos_display{
    position:fixed !important;
    transition:right .5s ease-in-out;
    height:83.5vh;
    width:42.6vh;
    font-size:1.5vh;
    margin:0;
    z-index:9999;
    display:block;
    margin-right:-42.6vh;
    right:42.6vh;
    top:8%;
    background: #fff;
}
.oos_container_ca #oos_display.oos_tab_close {
    right: 0;
}


/* right Slider */

.oos_display {
	position: fixed !important;
    transition: right 0.5s ease-in-out;
    height: 100vh;
    width: 42.6vh;
    font-size: 1.5vh;
    margin: 0;
    z-index: 2000010000;
    display: block;
    margin-right: -42.6vh;
    right: 42.6vh;
    top: 0px;
    margin-top: 0px;
}

/* close button */

#oos_close, #oos_close:hover, #oos_close:active, #oos_close:focus {
    background: none;
    border: none;
    cursor: pointer;
}

#oos_close {
    position: absolute;
    left: 94%;
    top: 5px;
    transform: scaleX(1.7);
    font-size: 13px;
    color: darkgray;
    text-shadow: 0 0.5px;
    cursor: pointer;
    z-index: 2000000300;
}
.oos_container_ca span#oos_close {
    display: none;
}
/* Recommendation tab open and close */

#oos_tab {
    position: absolute;
    left: -35px;
}
.oos_container_ca #oos_tab {
    transform: translate(39%,-50%);
    top: 50%;
    margin-bottom: 32px;
    left: 0;
}
.oos_container_ca .oos_display.oos_tab_open #oos_tab {
    top: 0;
}
.oos_display_hide {
    right: -50px;
}

.oos_tab_div {
    position: absolute;
    left: -87px;
    transform: rotate(270deg);
    letter-spacing: 0.5px;
    top: 172px;
    color: #000000;
    text-transform: capitalize;
    font-size: 16px;
    width: 204px;
    font-weight: 700;
	font-family: 'Helvetica Neue LT W01_55 Roman',Helvetica,Arial;
    text-align: center;
    padding: 10px 15px 6px 7px;
    background-color: #FFFFFF;
    height: 40px;
    border: 1px solid #000000;
}
.oos_container_ca .oos_tab_div {
    position: absolute;
    left: -103px;
    margin-left: 32px;
    transform: rotate(270deg);
    letter-spacing: .5px;
    text-transform: capitalize;
    font-size: 16px;
    width: 107px;
    font-weight: 700;
    font-family: 'Helvetica';
    text-align: center;
    padding: 7px 12px 6px 7px;
    height: 36px;
    color:#000000;
    background-color: white;
    border: solid;
    border-width: 1px;
    border-color: #000000;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-bottom: 0;
    top: -176px;
}
.outofstockmodal.section.oos_container_fr .oos_container_ca .oos_tab_div {
    top: -183px;
}
 .outofstockmodal.section.oos_container_fr .oos_container_ca .oos_display.oos_tab_open .oos_tab_div {
    top: 35px;
}
.oos_container_ca .oos_display.oos_tab_open .oos_tab_div {
    border: 0;
    box-shadow: -2px 1px 8px 2px rgb(0 0 0 / 25%);
    top: 35px;
}
.oos_tab_div .fa-caret-down{
    position: relative;
    font-size: 16px;
    left: 10px;
    top: 2px;
    color: #000000;
}

.oos_container_ca .oos_tab_div .fa-caret-down {
    display: none;
    color: rgb(0, 0, 0);
}

.oos_container_ca .oos_tab_div {
    color: rgb(0, 0, 0);
    background-color: white;
    border: solid;
    border-width: 1px;
    border-color: rgb(0, 0, 0);
	padding: 7px 12px 8px 7px;
}

.oos_container_ca .oos_disclaimer {
    left: 0;
    top: 96%;
}
.oos_container_ca .oos_disclaimer p {
    text-align:center;
    font-size:8px;
    color: #000;
    font-family: 'Helvetica';
}

.oos_tab_close {
    right: 0;
}

.oos_tab_open {
    right: 42.6vh;
}
.oos_container_ca .oos_tab_open {
    right: 0;
}

/* container image */

.oos_container {
    position: absolute;
    display: flex;
    width: 30%;
    left: 7%;
    height: 23%;
    justify-content: center;
    align-items: center;
}

.oos_image {
    max-height: 65%;
}

/* Dynamic Text */

.oos_text {
    position: absolute;
    top: 7%;
    left: 40%;
    width: 54%;
    font-size: 1.8em;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
}

#oos_content .text {
    position: absolute;
    top: 24%;
    left: 2%;
    font-size: 1.6em;
    text-align: center;
    padding: 0 8%;
    color: #000;
    display: none;
}
.oos_container_ca #oos_content .text{
    top:22%;
    font-size:1.5em;
    color:#000;
    position: relative;
}
.oos_container_ca #oos_content .text p {
    font-family: 'Helvetica';
}
.outofstockmodal.section.oos_container_fr #oos_content .text p, .outofstockmodal.section.oos_container_fr #oos_content .text3 p {
    font-size: 12px;
}
.oos_container_ca .oos_display.oos_tab_open #oos_content .text3 + hr {
    position:absolute;
    top: 27%;
    width: 100%;
    margin-left: 0;
    border-color:#EEB111;
    border-width:1px;
}
#oos_content .text3 {
    position: absolute;
    top: 26%;
    width: 100%;
    font-size: 1.6em;
    text-align: center;
    padding: 0 12%;
    color: #000;
    display: block;
}
.oos_container_ca #oos_content .text3 {
    top:23%;
}
#oos_content hr {
    position: relative;
    top: 29%;
    opacity: 0.3;
    border-top: 2px solid #eeb111;
}

.oos_sr_only {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}

/* Recommended products */

.oos_products {
    position: absolute;
    top: 30%;
    left: 0%;
    width: 93%;
    height: 66%;
}
.oos_container_ca .oos_products{
    width:100%;
    height:66%;
    top:31%;
}
.oos_product {
    height: 33.3333%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.oos_container_ca .oos_product{
    height:30%;
    display:flex;
    justify-content:center;
    align-items:flex-start;
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #F2F2F2;
}
.oos_prod_image_link {
    text-align: center;
    display: flex;
    width: 50%;
    height: 80%;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    padding: 0 6%;
}
.oos_container_ca .oos_prod_image_link{
    width:30%;
    padding:0;
    margin:0
}
.oos_prod_image {
    max-width: 100%;
    max-height: 100%;
}

.oos_product_info {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
}

.oos_name {
    height: auto;
    font-weight: bold;
    overflow: hidden;
    font-size: 1.1em;
}
.oos_container_ca .oos_name{
    padding-bottom:2px;
    height: auto;
    font-family: 'Helvetica';
    color:#000;
    font-size: 1em;
}
.oos_sale {
    padding: 0.5em 0;
    color: #c80a33 !important;
    font-weight: bold;
    font-size: 1.2em;
}
.oos_container_ca .oos_sale {
    font-family: 'Helvetica';
    font-size: 1.2em;
}
.oos_price {
    padding: 0.5em 0;
    color: #000;
    font-weight: bold;
    font-size: 1.2em;
}
/* Stars */
.oos_stars_outer {
    display: inline-block;
    position: relative;
    font-family: FontAwesome !important;
    font-size: 1.2em;
}

.oos_stars_outer::before{
    content: "\f005 \f005 \f005 \f005 \f005";
    color: #c5c5c5;
}
.oos_stars_inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    font-family: FontAwesome !important;
}
.oos_stars_inner::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    color: #eeb111;
}

/* review */

.oos_review {
    position: absolute;
    color: #000;
    padding-top: 0;
    left: 72%;
	font-size: 1.05em;
}
.oos_container_ca .oos_review {
    left: auto;
    padding-left:10px;
}
.oos_link {
    background-color: #eeb111;
    color: #000;
    padding: 1em;
    text-align: center;
    display: block;
    text-decoration: none;
    border-radius: 25px;
    font-weight: bold;
    margin-top: .5em;
}
.oos_container_ca .oos_link {
    width:50%;
    margin-top:3px;
    font-family: 'Helvetica';
    font-size: 1.2em;
}
.outofstockmodal.section.oos_container_fr .oos_link {
    width:80%;
}
/* disclaimer */

.oos_disclaimer {
    position: absolute;
    top: 97%;
    left: 20%;
    width: 100%;
    text-align: center;
    color: #666;
    font-size: .6em;
}
.oos_container_ca .oos_disclaimer{
    top:96%;
    left:0;
}
.oos_container_ca .oos_disclaimer p {
    text-align:center;
    font-size:8px;
    color: #000;
    font-family: 'Helvetica';
}
.outofstockmodal.section.oos_container_fr .oos_disclaimer p {
    font-size: 6px;
}
.oos_disclaimer a {
    text-align: center;
    color: #666;
    font-size: 1em;
    text-decoration: underline !important;
}
.oos_container_ca .oos_disclaimer a {
    color: #000000;
}

/* Skeleton Loader */

.skeleton {
    height: 33.3333%;
    display: flex;
    align-items: center;
}
.oos_container_ca .skeleton{
    height:30%;
}
.skeleton_img {
    position: relative;
    display: inline;
    padding: 4.3em 3em;
    margin: 2em;
    background: linear-gradient(35deg, #cccccc, #f5f5f5);
    border-radius: 2px;
    background-size: 200% 200%;
    animation: loadGradient 1.75s infinite;
}

.skeleton_name {
    padding: .85em;
    width: 144px;
    overflow: hidden;
    border-radius: 2px;
    background: linear-gradient(35deg, #cccccc, #f5f5f5);
    background-size: 200% 200%;
    animation: loadGradient 1.75s infinite;
}

.skeleton_price {
    margin: .5em 0;
    background: linear-gradient(35deg, #cccccc, #f5f5f5);
    background-size: 200% 200%;
    padding: .85em;
    width: 50%;
    border-radius: 2px;
    animation: loadGradient 1.75s infinite;
}

.skeleton_stars {
    background: linear-gradient(35deg, #cccccc, #f5f5f5);
    background-size: 200% 200%;
    width: 70%;
    padding: .85em;
    border-radius: 2px;
    animation: loadGradient 1.75s infinite;
}

.skeleton_link {
    background: linear-gradient(35deg, #cccccc, #f5f5f5);
    background-size: 200% 200%;
    padding: .85em;
    margin-top: .5em;
    border-radius: 2px;
    animation: loadGradient 1.75s infinite;
}

@keyframes loadGradient {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: -200% 0%;
    }
    
}
.oos_ca_animation {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.oos_ca_bounce {
    -webkit-animation-name: myAnim;
    animation-name: myAnim;
}
@keyframes myAnim {
    0% {
      animation-timing-function: ease-in;
      transform: translateX(-48px);
    }
    40% {
      animation-timing-function: ease-in;
      transform: translateX(-26px);
    }
    65% {
      animation-timing-function: ease-in;
      transform: translateX(-13px);
    }
    82% {
      animation-timing-function: ease-in;
      transform: translateX(-6.5px);
    }
    93% {
      animation-timing-function: ease-in;
      transform: translateX(-4px);
    }
    25%,
    55%,
    75%,
    87%,
    98% {
      animation-timing-function: ease-out;
      transform: translateX(0px);
    }
    100% {
      animation-timing-function: ease-out;
      transform: translateX(0px);
    }
}
@media (max-width:801px) {
	.oos_container_ca .oos_products {
		overflow-y:scroll;
		width:100%;
        height:66%;
        top: 15%;
        left: 0%;
	}
    .oos_container_ca .oos_tab_div {
        position:fixed;
        transform: rotate(270deg);
        right: 0;
        border-bottom: 0;
    }
    .oos_container_ca .oos_disclaimer {
        top:96%;
        left:0;
        color: #012f60;
        font-size: .6em;
    }
    .oos_container_ca .oos_disclaimer p {
        text-align:center;
        font-size:8px;
    }
    .oos_container_ca .oos_tab_close{
        right: 0;
    }
    .oos_container_ca #oos_display {
        top: unset !important;
    }
    .oos_container_ca .oos_tab_open{
        right:42.6vh;
        box-shadow: -2px 1px 8px 2px rgb(0 0 0 / 25%);
    }
    .oos_container_ca #oos_display.oos_tab_close {
        left: auto;
        bottom: 0;
    }
    .oos_container_ca .text3 p {
        text-align:center;
    }
    .oos_container_ca #oos_content hr{
        display:block;
        top:12%;
    }
    .oos_container_ca #oos_tab {
        position: fixed;
        transform: translate(100%,-50%);
        right: 0;
        left: auto;
    }
    .oos_container_ca .oos_display.oos_tab_open .oos_tab_div,
    .outofstockmodal.section.oos_container_fr .oos_container_ca .oos_display.oos_tab_open .oos_tab_div {
        top: 186px;
    }
    .oos_container_ca #oos_display.oos_tab_open {
        top: 150px !important;
        right: 61.4vw;
        left: auto;
    }
    .oos_display * {
        font-size: 1em;
        line-height: 1;
        box-sizing: border-box;
        font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
    }
    #oos_content {
        border-top: 5px solid #eeb111;
    }
    .oos_container_ca #oos_content {
        border-top: 0;
    }
    .oos_sr_only {
        position: absolute !important;
        clip: rect(1px, 1px, 1px, 1px);
    }
    /* for close button*/
    #oos_close {
        left: 95%;
        top: 3%;
        font-size: 13px;
    }
    .oos_container_ca .oos_container img {
        display: none;
    }
    #oos_close, #oos_close:hover, #oos_close:active, #oos_close:focus {
        background: none;
        border: none;
        cursor: pointer;
    }
    /* Dynamic Text */
    .oos_container_ca .oos_text {
        top: 2.5%;
        left: 5%;
        width: 90%;
        font-size: 1em;
    }
    #oos_content .text {
        top: 9%;
        font-size: 0.9em;
        padding: 0 16%;
    }
    .oos_container_ca #oos_content .text, .oos_container_ca #oos_content .text3 {
        top: 6%;
        padding: 0 5%;
        font-size: 1em;
    }
    .oos_container_ca .oos_display.oos_tab_open #oos_content .text3+hr {
        top: 11%;
    }
    .oos_container_ca #oos_content .text p {
        text-align: center;
    }
    #oos_content .text2 {
        position: absolute;
        top: 50%;
        left: 0%;
        width: 100%;
        font-size: 1.6em;
        text-align: center;
        padding: 0 5%;
        color: #000;
    }
    #oos_content hr {
        display: none;
    }
    /* Recommended Products */
    .oos_name {
        font-size: .8em;
        color: #000;
    }
    .oos_price {
        padding: 0.2em 0;
        font-size: .9em;
    }
    .oos_sale {
        padding: 0.2em 0;
        font-size: .9em;
    }
    .oos_link {
        background-color: #eeb111;;
        color: #fff !important;
        padding: .5em;
		margin-top:0.2em;
    }
    .oos_container_ca .oos_link {
        color: #000 !important;
    }
    .oos_link:hover {
        background: #eeb111 !important;
        color: #fff !important;
        text-decoration: none;
    }
    /* star rating */
    .oos_stars i {
        font-size: 1em;
    }
    /* review */
    .oos_review {
        left: 77%;
        font-size: .85em;
        padding-top: .5%;
    }
    /* Disclaimer */
    .oos_disclaimer a {
        color: #012f60;
    }
    .oos_display {
        transition: bottom 0.5s ease-in-out;
    }
    /* recommendation open and close */
	.oos_tab_div .fa-caret-down {
		position: relative;
		font-size: 16px;
		left: 8px;
		top: 1px;
	}
    .oos_display_mob_hide {
        bottom: -550px;
    }
    /* skeleton loader */
    .skeleton {
        height: 50%;
    }
    .skeleton_img {
        padding: 3.5em 3em;
    }
    .skeleton_name {
        padding: 0.65em;
        width: 140px;
    }
    .skeleton_price {
        padding: 0.65em;
    }
    .skeleton_stars {
        padding: 0.65em;
    }
    .skeleton_link {
        padding: 0.65em;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .oos_tab_div {
        top: 232px;
    }
}

@media (max-width:767px){
    .oos_container_ca .oos_tab_div{
        font-size:12px;
        width: 83px;
        height: 24px;
        left: -85px;
    }
    .oos_container_ca .oos_tab_div,.outofstockmodal.section.oos_container_fr .oos_container_ca .oos_tab_div {
       top:-105px
   }
   .oos_container_ca .oos_tab_div{
    top: -106px;
    }
   .oos_container_ca #oos_display.oos_display {
    height: 73.5vh;
    width: 90.6vw;
    margin-right: -90.6vw;
    top: 156px !important;
    }
   .oos_container_ca #oos_display.oos_tab_open {
       right: 96.6vw;
       left: auto;
   }
   .oos_container_ca .oos_text{
       top:2%;
       left:5%;
       width:90%;
       font-size: 12px;
   }
    .outofstockmodal.section.oos_container_fr #oos_content .text p, .outofstockmodal.section.oos_container_fr #oos_content .text3 p {
       font-size: 11px;
   }
    .outofstockmodal.section.oos_container_fr .oos_text {
       font-size:10px;
   }
   .oos_container_ca #oos_content .text3{
       font-size:10px;
       font-weight:bold;
       background:0
   }
   .oos_container_ca #oos_content .text{
       display:none;
       left:0;
       width:100%;
       font-size:10px;
       font-family:"Avenir-Roman",sans-serif
   }
   .oos_container_ca #oos_content .text p {
    font-family: 'Helvetica';
    color: #000;
    text-align: center;
   }
   .oos_container_ca .oos_display.oos_tab_open #oos_content .text3 + hr {
       top:9%
   }
    .oos_container_ca .oos_products{
       overflow-y:scroll;
       height:95%;
       top:10%;
       left:0;
       width:100%;
   }
   .oos_container_ca .oos_product{
       height:28%;
       justify-content: space-evenly;
       align-items: center;
   }
   .oos_container_ca .oos_prod_image_link{
       width:20%;
       height:80%
   }
   .oos_container_ca .oos_product_info{
       width:60%
   }
   .oos_container_ca .oos_name{
       font-size:12px;
       padding-bottom: 5px;
   }
   .outofstockmodal.section.oos_container_fr .oos_name {
    font-size: 11px;
   }
   .oos_container_ca .oos_sale,
   .oos_container_ca .oos_stars_outer{
    font-size:12px;
   }
.oos_container_ca .oos_review {
    padding-left: 10px;
    padding-top: 4px;
    font-size: 12px;
}
   .oos_container_ca .oos_link{
       font-size:12px;
       margin-top:10px
   }
    .oos_container_ca .oos_disclaimer{
       top:95.5%;
       left:0;
       font-size:.5em
   }
   .oos_display {
        left: 50%;
        margin-left: -160px;
        bottom: 1px;
        width: 320px;
        height: 500px;
        top: unset !important;
        font-size: unset;
        transition: bottom .5s ease-in-out
    }
    .oos_tab_div {
        font-size: 16px;
        transform: rotate(3600deg);
        left: 8px;
        top: -11px;
        width: 204px;
        height: 40px;
        padding: 11px 15px 6px 7px;
        letter-spacing: .5px
    }
    .oos_tab_close {
	    bottom: -500px
    }
    .oos_tab_open {
	    height: 500px
    }
    #oos_content .text3 {
	    top: 11%;
	    padding: 0 16%;
	    font-size: 1em !important
    }
    .oos_products {
	    top: 16%;
	    left: 0;
	    width: 94%;
	    height: 52%
    }
    .oos_product {
	    height: 50%
    }
    .oos_disclaimer {
	    top: 96%;
	    left: 10%;
	    color: #012f60;
	    font-size: .6em
    }
    #oos_tab {
	    top: -35px;
	    left: 61px
    }
    .oos_container img {
	    display: none
    }
    .oos_text {
	    top: 2.5%;
	    left: 5%;
	    width: 90%;
	    font-size: 1em
    }
}
@media screen and (max-width: 767px) and (orientation: landscape){
	
	.oos_tab_div {
		left: 82px;
		top: -9px;
	}
    .oos_link {
		height: 30px;
    }
	.oos_tab_close {
		bottom: -85% !important;
		left: 40px !important;
	}
}
.author-env.geo-ip-redirect-modal {
  display: block;
  position: unset;
}
.author-env .modal-box {
  opacity: 1;
}
.geo-ip-redirect-modal-trigger {
  display: none;
}
.geo-ip-redirect-modal {
  padding-left: 5%;
  padding-right: 5%;
  z-index: 100000001;
  background: rgba(46, 46, 46, 0.9);
}
.geo-ip-redirect-modal .modal-box {
  margin-top: 4rem;
  padding: 1rem;
}
.geo-ip-redirect-modal .modal-box .modal-header .modal-logo-image {
  margin-left: auto;
  margin-right: auto;
}
.geo-ip-redirect-modal .modal-box .modal-header .close-button-wrapper {
  top: -1rem;
  right: -2%;
}
.geo-ip-redirect-modal .modal-box .modal-header .close-button-wrapper .modal-close-icon svg {
  width: 0.875rem;
  height: 0.875rem;
}
.geo-ip-redirect-modal .modal-box .modal-body {
  margin-top: 1.273rem;
}
.geo-ip-redirect-modal__message-block .message-title {
  text-align: center;
}
.geo-ip-redirect-modal__message-block .message-description {
  margin-top: 1.25rem;
  text-align: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.geo-ip-redirect-modal__cta-block {
  margin-top: 1.25rem;
}
.geo-ip-redirect-modal__cta-block .button {
  width: 100%;
  background: inherit;
  font-family: inherit;
  color: inherit;
}
.geo-ip-redirect-modal__cta-block .button .modal-flag-icon {
  margin-right: 0.56rem;
}
.geo-ip-redirect-modal__cta-block .button .modal-flag-icon svg {
  height: unset;
}
.geo-ip-redirect-modal__cta-block .redirect-button {
  margin-top: 1rem;
}
@media (min-width: 64rem) {
  .geo-ip-redirect-modal .modal-box {
    margin-top: 7.5rem;
    width: 31.5rem;
    padding: 1.5rem;
  }
  .geo-ip-redirect-modal .modal-box .modal-header .close-button-wrapper {
    top: -1.5rem;
  }
  .geo-ip-redirect-modal__cta-block {
    margin-top: 1.5rem;
  }
  .geo-ip-redirect-modal__cta-block .button {
    width: 49%;
    padding: 0;
  }
  .geo-ip-redirect-modal__cta-block .redirect-button {
    margin-top: 0;
    margin-left: 1rem;
    width: 47%;
  }
  .geo-ip-redirect-modal__cta-block .skip-message-button {
    width: 48%;
  }
}

@font-face {
  font-family: "Helvetica Neue LT W01_41488878";
  src: url("https://fast.fonts.net/dv2/14/3a46542f-f429-4821-9a88-62e3be54a640.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_46 Lt It";
  src: url("https://fast.fonts.net/dv2/14/261b4efb-3d70-4965-977d-38af9422700d.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_55 Roman";
  src: url("https://fast.fonts.net/dv2/14/3dac71eb-afa7-4c80-97f0-599202772905.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_56 It";
  src: url("https://fast.fonts.net/dv2/14/21c44514-f4d6-4cff-a5de-e4cac5e61aff.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_65 Md";
  src: url("https://fast.fonts.net/dv2/14/5b1fbd62-45dc-4433-a7df-a2b24a146411.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_66 Md It";
  src: url("https://fast.fonts.net/dv2/14/657c2fa4-585b-4761-9e2e-65ab13159323.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_71488914";
  src: url("https://fast.fonts.net/dv2/14/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_76 Bd It";
  src: url("https://fast.fonts.net/dv2/14/ade4dbae-c607-4c84-a375-f0c4de0cc357.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
.geo-ip-redirect-modal {
  font-family: "HelveticaNeue", sans-serif;
}
.geo-ip-redirect-modal .modal-content {
  margin-top: 0;
  margin-bottom: 0;
}
.geo-ip-redirect-modal .modal-box {
  border-radius: 0.625rem;
}
.geo-ip-redirect-modal .modal-box .modal-header .modal-logo-image {
  width: 3.779rem;
  height: 1.25rem;
}
.geo-ip-redirect-modal .modal-box .modal-header .close-button-wrapper {
  top: -1.4rem;
  right: -0.5rem;
}
.geo-ip-redirect-modal .modal-box .modal-header .close-button-wrapper .modal-close-icon {
  color: #000000;
}
.geo-ip-redirect-modal__message-block {
  color: #000000;
}
.geo-ip-redirect-modal__message-block .message-title {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.75rem;
}
.geo-ip-redirect-modal__message-block .message-description {
  font-weight: 400;
  line-height: 1.188rem;
}
.geo-ip-redirect-modal__cta-block .button {
  border: 0.125rem solid #353535;
  border-radius: 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  height: 2.5rem;
  margin-bottom: 0;
}
@media (min-width: 64rem) {
  .geo-ip-redirect-modal .modal-box .modal-header .modal-logo-image {
    width: 6rem;
    height: 2rem;
  }
  .geo-ip-redirect-modal .modal-box .modal-header .close-button-wrapper {
    top: -2.7rem;
    right: -1rem;
  }
  .geo-ip-redirect-modal__message-block .message-description {
    line-height: 1.188rem;
  }
}

/* Common CSS */
#promoDrawer .platform-components-content-card__main-header.header-one {
	display:block !important;
}
#promoDrawer .platform-components-content-card__button--primary.brand {
    text-transform: none;
}
@media (max-width: 767px) {
 .noscroll .globalPromoDrawer {
    display: none !important;
}
.megamenu-scroll-lock .globalPromoDrawer {
    display: none !important;
}
}
.author-mode .globalPromoDrawer .promo-drawer__overlay {
	opacity: 0;
}

.promo-drawer {
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 100000000;
}
.promo-drawer__drawer {
  background: #E2E2E5;
  bottom: 0%;
  display: block;
  left: 50%;
  max-width: 100%;
  position: absolute;
  transform: translate3d(-50%, 100%, 0);
  transition: all 1s ease-in-out;
  width: 100%;
  z-index: 10000;
}
#promoDrawer .slick-track #lead-gen-mbox .container {
	padding:0;
}
#promoDrawer .slick-track #lead-gen-mbox .container .gpd-lgcontainer {
	padding:8px 16px;
}
.promo-drawer__drawer[data-drawer-status=open] {
  transform: translate3d(-50%, 0, 0);
}
.promo-drawer__drawer[data-drawer-status=open] .promo-drawer__header-arrow svg {
  transform: rotateX(180deg);
} 
.promo-drawer__overlay {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: fixed;
  top: 0;
  width: 100%;
}
.promo-drawer__header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: #EEB111;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -100%);
  cursor: pointer;
  height: 48px;
  width: auto;
  border-radius: 18px 18px 0px 0px;
  padding:0;
}
.promo-drawer__header:focus-visible,
#promoDrawer .pc-carousel-wrapper .platform-components-content-card__body-copy a:focus-visible,
#promoDrawer .platform-components-content-card__button--primary.brand:focus-visible,
#promoDrawer .pc-carousel-wrapper .gpd-heading a:focus-visible,
#promoDrawer button.gpdbutton__signup:focus-visible,
.gpd-legalcheckbox[type="checkbox"]:focus-visible,
.gpd-legalcontent a:focus-visible,
#promoDrawer .pc-carousel-wrapper .arrows-track .slick-arrow:focus-visible,
.gpd-thankyoubutton:focus-visible {
   outline: 0.125rem solid #000;
}
.cmp-experiencefragment--global-drawer .modalContainer .platform-components-rich-text--theme-01 a:focus-visible,
#promoDrawer .lead-gen-ca-modal__form__input.gpd-emailfield:focus-visible,
#promoDrawer .platform-components-modal__close:focus-visible {
    outline: 0.125rem solid #000 !important;
}
@keyframes gpdHide {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes gpdHide {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@-moz-keyframes gpdHide {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes gpdShow {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes gpdShow {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

@-moz-keyframes gpdShow {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

.promo-drawer__content {
  visibility: hidden;
}

.promo-drawer__drawer[data-drawer-status=open] .promo-drawer__content {
  animation: gpdShow 1s ease forwards;
  -webkit-animation: gpdShow 1s ease forwards;
  -moz-animation: gpdShow 1s ease forwards;
}

.promo-drawer__drawer[data-drawer-status=closed] .promo-drawer__content {
  animation: gpdHide 4s ease forwards;
  -webkit-animation: gpdHide 4s ease forwards;
  -moz-animation: gpdHide 4s ease forwards;
}
.promo-drawer__header-icon {
  padding-left: 16px;
  padding-right: 8px;
  display: flex;
}
#promoDrawer .promo-drawer__header-icon svg {
  fill: #fff;
  transition: all 1s ease;
  height:24px;
}
.promo-drawer__header-icon svg path,
.promo-drawer__header-arrow svg path {
    fill: #000;
}
#promoDrawer .platform-components-content-card__content {
    justify-content:flex-start;
    padding: 0;
	margin:0;
}
#promoDrawer .platform-components-content-card__preheader {
    margin: 0;
    background: #EEB111;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
    border-radius: 18px 18px 0px 0px;
    font-family: "Helvetica Neue LT W01_71488914", "Helvetica Bold", "Arial Bold", sans-serif;
    padding: 4px 0;
	margin-bottom: 16px;
}
#promoDrawer .platform-components-content-card__theme-01.platform-components-content-card.content-card--v2 {
    border-radius: 20px;
    filter: drop-shadow(0px 2px 4px rgba(47, 35, 3, 0.2));
}
#promoDrawer .platform-components-content-card__main-header.header-one {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 28px;
    color: #000;
    padding: 16px;
    text-align:left;
    font-family: "Helvetica Neue LT W01_71488914", "Helvetica Bold", "Arial Bold", sans-serif;
	padding-top: 0;
} 
#promoDrawer .platform-components-content-card__body-copy p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    color: #000;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom:16px;
    text-align:left;
}
#promoDrawer .platform-components-content-card__body-copy {
    margin: 0;
    float: left;
    width: 100%;
    margin-bottom: 1.6rem;
}
#promoDrawer .platform-components-content-card__subtitle {
    font-size: 16px;
    font-family: "Helvetica Neue LT W01_71488914", "Helvetica Bold", "Arial Bold", sans-serif;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    padding-left: 16px;
    color: #000;
    font-style: normal;
    margin: 0;
}
#promoDrawer .platform-components-content-card__button-container {
    margin-bottom: 40px;
    justify-content: flex-start;
    padding-left:16px;
    margin-top:0;
}
#promoDrawer .platform-components-content-card__button--primary.brand {
    position: fixed;
    bottom: 16px;
    width: 176px;
    height: 40px !important;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    border-radius: 20px;
    font-weight: 700;
    font-family: "Helvetica Neue LT W01_71488914", "Helvetica Bold", "Arial Bold", sans-serif;
}
#promoDrawer .pc-carousel-wrapper .pc-carousel-container .slick-slide>div {
    display:block;
}
#promoDrawer .platform-components-content-card__width-lg--auto {
    width:100%;
	margin:0;
}
#promoDrawer .pc-carousel-wrapper .pc-carousel-container .slick-track {
    justify-content: center;
    margin-top:16px;
    margin-bottom:16px;
}
#promoDrawer .pc-carousel-wrapper .pc-carousel-container .slick-dots {
    margin:15px 0;
} 
#promoDrawer .pc-carousel-wrapper .arrows-track .slick-arrow.slick-prev {
    left:0;
    border-radius: 0px 4px 4px 0px;
}
#promoDrawer .pc-carousel-wrapper .arrows-track .slick-arrow.slick-next {
    right:0;
    border-radius: 4px 0px 0px 4px;
}
#promoDrawer .pc-carousel-wrapper .arrows-track {
    height:100%;
}
#promoDrawer .pc-carousel-wrapper .arrows-track .slick-arrow {
    background: #eeb111;
    border-radius: 0;
    height: 120px;
    width: 24px;
    padding: 0;
}
.promo-drawer__heading {
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  color: #000;
  text-transform: uppercase;
  font-family: "Helvetica Neue LT W01_71488914", "Helvetica Bold", "Arial Bold", sans-serif;
}
.promo-drawer__header-text p {
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  margin: 0;
}
.promo-drawer__header-arrow svg {
  fill: #fff;
}
.promo-drawer__header-arrow {
  padding-left: 30px;
  padding-right: 18px;
}
.promo-drawer_card {
  background: #fff;
  margin-right: 16px;
  width: 33.3%;
  position: relative;
}
.promo-drawer_cardswrapper {
  display: flex;
  justify-content: center;
  margin: 16px 0;
}
.promo-drawer_header {
  margin: 0;
  background: #C41230;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 16px;
}
.promo-drawer__title {
  margin: 0;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  color: #C42033;
}
.promo-drawer__description {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  margin: 0;
  color: #000;
  padding-top: 16px; 
}
.promo-drawer__contentsection {
  padding: 16px;
  margin-bottom: 50px;
}
.promo-drawer__cta {
  width: 156px;
  height: 36px;
  background: #C41230;
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  margin-top: 38px;
  position: absolute;
  bottom: 10px;
}
#promoDrawer .pc-carousel-wrapper .arrows-track .slick-arrow .icons-arrow-left,
#promoDrawer .pc-carousel-wrapper .arrows-track .slick-arrow .icons-arrow-right{
    font-size:30px;
}
#promoDrawer .pc-carousel-wrapper .platform-components-content-card__body-copy a {
    color: #000;
    border: 1px solid #9F9F9F;
    min-width: 14px;
    height: 14px;
    line-height: 19px;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    margin-left:2px;
    font-weight:normal;
    text-decoration:none;
	padding:0 2px;
}
.promo-drawer__content .modalContainer .rte > div {
    padding: 16px;
    margin-bottom:16px;
    box-shadow: 0px 2px 4px rgba(47, 35, 3, 0.2);
    border-radius: 18px;
}
.promo-drawer__content .modalContainer .rte > div h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #2E2E2E;
    margin-bottom:2px;
    text-align: left;
    padding: 0;
    font-family:inherit;
}
#promoDrawer .platform-components-container .theme-01>.container-inner {
    box-shadow: 0px 2px 4px rgba(47, 35, 3, 0.2);
    border-radius: 18px;
}
.cmp-experiencefragment.cmp-experiencefragment--global-drawer .platform-components-rich-text.platform-components-rich-text--theme-01 {
    padding: 16px;
    margin-bottom: 16px;
	margin-right: 15px;
}
.cmp-experiencefragment.cmp-experiencefragment--global-drawer .platform-components-rich-text.platform-components-rich-text--theme-01 > :first-child {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #2e2e2e;
    margin-bottom: 5px;
	margin-top:0;
    text-align: left;
    padding: 0;
	text-transform: uppercase;
    font-family: "Helvetica Neue LT W01_71488914","Helvetica Bold","Arial Bold",sans-serif;
}
.cmp-experiencefragment.cmp-experiencefragment--global-drawer .platform-components-rich-text.platform-components-rich-text--theme-01 h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    margin-bottom: 5px;
    text-align: left;
    padding: 0;
    font-family: "Helvetica Neue LT W01_71488914", "Helvetica Bold", "Arial Bold", sans-serif;
}
.cmp-experiencefragment.cmp-experiencefragment--global-drawer .platform-components-rich-text.platform-components-rich-text--theme-01 p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #323232;
    margin: 0;
}
.promo-drawer__content .modalContainer .rte > div p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #2E2E2E;
    margin:0;
}
#promoDrawer .button-primary-brand.platform-components-modal__close.platform-components-modal__close-primary.icon-only {
    background: none;
    color: #000;
    top: 20px;
    right: 10px;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
	border-radius: 0;
}
#promoDrawer .platform-components-modal__close.icon-only .icons-close {
    font-size: 24px;
}
.cmp-experiencefragment--global-drawer .platform-components-modal__overlay {
    background: none;
    position:static;
    padding:0;
    display:none;
    width: 98%;
    margin: 0 auto;
}
.cmp-experiencefragment--global-drawer .modalContainer {
    width: 100%;
}
.cmp-experiencefragment--global-drawer .platform-components-modal__overlay.active {
    display:block;
}
.cmp-experiencefragment--global-drawer .platform-components-modal__pb .platform-components-modal__container.fixedCenter {
    width: 100%;
    margin: unset;
    max-width: 100%;
	background:transparent;
}
.cmp-experiencefragment--global-drawer .platform-components-modal__pb .platform-components-modal__container.fixedCenter .cmp-container {
    padding-left: 50px;
}
.spa-include-fragment-checkout-footer .pc-carousel-wrapper .pc-carousel-container.slick-slider,
[class*="pages-account"] .promo-drawer .pc-carousel-wrapper .pc-carousel-container.slick-slider {
    position: static;
}
.spa-include-fragment-checkout-footer .pc-carousel-wrapper .pc-carousel-container .slick-arrow:hover,
[class*="pages-account"] .pc-carousel-wrapper .pc-carousel-container .slick-arrow:hover {
	color: #5b5b5b;
}
.spa-include-fragment-checkout-footer .pc-carousel-wrapper .pc-carousel-container .gpdnextArrowBtn,
[class*="pages-account"] .pc-carousel-wrapper .pc-carousel-container .gpdnextArrowBtn {
    z-index: 1000;
    right: 0px;
    border-radius: 4px 0px 0px 4px;
}
.spa-include-fragment-checkout-footer .pc-carousel-wrapper .pc-carousel-container .gpdprevArrowBtn,
[class*="pages-account"] .pc-carousel-container .gpdprevArrowBtn {
    z-index: 1;
    left: 0;
    border-radius: 0px 4px 4px 0px;
}
.spa-include-fragment-checkout-footer .pc-carousel-wrapper .pc-carousel-container .slick-arrow,
[class*="pages-account"] .pc-carousel-wrapper .pc-carousel-container .slick-arrow {
    background: #eeb111;
    height: 120px;
    width: 24px;
    font-size: 30px;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    line-height: 120px;
    font-weight: bold;
    cursor: pointer;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
}
.spa-include-fragment-checkout-footer .pc-carousel-wrapper .pc-carousel-container .slick-arrow.slick-disabled,
[class*="pages-account"] .pc-carousel-container .slick-arrow.slick-disabled {
    opacity: 50%;
}
.spa-include-fragment-checkout-footer .pc-carousel-wrapper .pc-carousel-container .gpdprevArrowBtn:before,
[class*="pages-account"] .pc-carousel-container .gpdprevArrowBtn:before {
    right: 3px;
    position: relative;
}
.spa-include-fragment-checkout-footer .pc-carousel-wrapper .pc-carousel-container .gpdnextArrowBtn:before,
[class*="pages-account"] .pc-carousel-container .gpdnextArrowBtn:before {
    position: relative;
    right: 3px;
}
@media (min-width: 1024px) {
#promoDrawer .pc-carousel-wrapper {
    padding:0 56px;
}
}
@media (max-width:767px) {
#promoDrawer .pc-carousel-wrapper {
    padding: 0 40px;
}
.promo-drawer__header-icon {
    padding-left: 8px;
    padding-right: 8px;
}
.promo-drawer__header {
    width: max-content;
}
.promo-drawer__heading {
    font-size:14px;
    line-height:20px
}
.promo-drawer__header-arrow {
    padding-left:17px;
    padding-right:17px;
}
#promoDrawer .platform-components-content-card__main-header.header-one {
    font-size:20px;
    line-height:24px;
}
#promoDrawer .platform-components-content-card__body-copy p {
    font-size:12px;
    line-height:21px;
}
#promoDrawer .pc-carousel-wrapper button.slick-prev.slick-arrow.slick-disabled,
#promoDrawer .pc-carousel-wrapper button.slick-next.slick-arrow.slick-disabled{
    display:none !important;
}
.spa-include-fragment-checkout-footer .pc-carousel-wrapper .pc-carousel-container .slick-arrow.slick-disabled, 
[class*="pages-account"] .pc-carousel-wrapper .pc-carousel-container .slick-arrow.slick-disabled {
    display:none !important;
}
.cmp-experiencefragment--global-drawer .platform-components-modal__overlay {
    width:90%;
}
.cmp-experiencefragment--global-drawer .platform-components-modal__pb .platform-components-modal__container.fixedCenter .cmp-container {
	padding-left:0;
}
.promo-drawer__content .modalContainer .rte>div p {
	margin-right:15px;
}
#promoDrawer .platform-components-content-card__subtitle {
	font-size: 12px;
    line-height: 16px;
}
}
/*
  Conversion Drawer Default Theme

  ----------------------------------------

  NOTE: These are the default (fall-back) token values that should be imported in 
  the proxy component before the brand specific tokens. This should help prevent
  difficult to debug LESS compilation errors.

  This file can be used as a starting point for creating new component themes.

  ----------------------------------------

  The tokens are organized by those that are common to all of a brand's themes,
  and those which must be changed for each theme--which is mainly colors.

  Brand Tokens
  - Core Drawer Styles (tab, slider, overlay)
  - Utilities (disclaimer modal, action)
  - Card Templates (text card)

  Theme Tokens
  - Light (Default)
  - Dark

*/
/* 
  ------------------
  Core Drawer Styles
  ------------------
*/
/*
  Tab
*/
/* Common (Open or Closed) */
/* Closed State */
/*
  Slider
*/
/* 
  Overlay 
*/
/* 
  ---------
  Utilities
  ---------
*/
/*
  Disclaimer Modal
*/
/*
  Card Action
*/
/* 
  --------------
  Card Templates
  --------------
*/
/*
  Text Card
*/
/* Overline */
/* End Date */
/* Headline */
/* Body */
/*
  Conversion Drawer Theme Variables

  Core Drawer Styles (tab, slider, overlay)
  Utilities (disclaimer modal, action)
  Card Templates (text card)
*/
/* 
  ------------------
  Core Drawer Styles
  ------------------
*/
/*
  Tab
*/
/* Common (Open or Closed) */
/* 
  ---------
  Utilities
  ---------
*/
/*
  Disclaimer Modal
*/
/*
  Card Action
*/
/* 
  --------------
  Card Templates
  --------------
*/
/*
  Text Card
*/
/* Overline */
/* End Date */
/* Headline */
/* Body */
/*
  Drawer Theme
*/
/* Light Theme (Default) */
.digital-platform__conversion-drawer,
.digital-platform__conversion-drawer.light {
  --drawer__background: #ffffff;
  --drawer__box-shadow: 0px -4px 74px 0px rgba(255, 255, 255, 0.35);
  --tab__box-shadow: 0px -3px 34px 0px rgba(255, 255, 255, 0.35);
  --outline-color: #000000;
  --authoring-border: 2px dashed #222222;
  /* Closed State */
  --tab-offer-count__color: #ffffff;
  --tab-offer-count__background-color: #353535;
  --tab-offer-count__color--hover: #ffffff;
  --tab-offer-count__background-color--hover: #353535;
  --tab__color: #000000;
  --tab__background-color: #eeb111;
  --tab__background-color--hover: #e09d00;
  --tab-open-close__color--hover: #000000;
  --tab-open-close__background-color--hover: #eeb111;
  /* Open State */
  --tab-offer-count__color--open: #000000;
  --tab-offer-count__background-color--open: #eeb111;
  --tab__color--open: #222222;
  --tab__background-color--open: #ffffff;
  --tab__background-color--open--hover: #ffffff;
  /* Pagination Control Buttons (Open Only) */
  --tab-pagination-controls__color: #222222;
  --tab-pagination-controls__background-color: transparent;
  --tab-pagination-controls__color--hover: #000000;
  --tab-pagination-controls__background-color--hover: #e09d00;
  --tab-pagination-controls__color--disabled: #7f7f7f;
  --tab-pagination-controls__background-color--disabled: transparent;
  /* Disclaimer Modals */
  --modal__color: #222222;
  --modal__background-color: #ffffff;
  --modal-close__color: #ffffff;
  --modal-close__background-color: transparent;
  --modal-close__color--hover: #222222;
  --modal-close__background-color--hover: #ffffff;
}
/* Dark Theme */
.digital-platform__conversion-drawer.dark {
  --drawer__background: #222222;
  --drawer__box-shadow: 0px -4px 74px 0px rgba(255, 255, 255, 0.35);
  --tab__box-shadow: 0px -3px 34px 0px rgba(255, 255, 255, 0.35);
  --outline-color: #f2f2f2;
  --authoring-border: 2px solid #eeb111;
  /* Closed State */
  --tab-offer-count__color: #000000;
  --tab-offer-count__background-color: #eeb111;
  --tab-offer-count__color--hover: #000000;
  --tab-offer-count__background-color--hover: #eeb111;
  --tab__color: #ffffff;
  --tab__background-color: #222222;
  --tab__background-color--hover: #000000;
  --tab-open-close__color--hover: #000000;
  --tab-open-close__background-color--hover: #eeb111;
  /* Open State */
  --tab-offer-count__color--open: #000000;
  --tab-offer-count__background-color--open: #eeb111;
  --tab__color--open: #ffffff;
  --tab__background-color--open: #222222;
  --tab__background-color--open--hover: #222222;
  /* Pagination Control Buttons (Open Only) */
  --tab-pagination-controls__color: #ffffff;
  --tab-pagination-controls__background-color: transparent;
  --tab-pagination-controls__color--hover: #000000;
  --tab-pagination-controls__background-color--hover: #e09d00;
  --tab-pagination-controls__color--disabled: #7f7f7f;
  --tab-pagination-controls__background-color--disabled: transparent;
  /* Disclaimer Modals */
  --modal__color: #ffffff;
  --modal__background-color: #222222;
  --modal-close__color: #ffffff;
  --modal-close__background-color: transparent;
  --modal-close__color--hover: #000000;
  --modal-close__background-color--hover: #ffffff;
}
/*
  Card Theme

  Cards inherit their their theme from the drawer by default, so these custom
  css properties are added to the drawer and overwritten at the card level
  if a theme class is added to the card.
*/
/* Light Theme (Default) */
.digital-platform__conversion-drawer .conversion-drawer-text-card,
.digital-platform__conversion-drawer.light .conversion-drawer-text-card,
.digital-platform__conversion-drawer section.conversion-drawer-text-card.light {
  --outline-color: #000000;
  /* Text Card */
  --text-card__color: #222222;
  --text-card__background-color: #f2f2f2;
  /* Actions */
  --action__color: #000000;
  --action__background-color: #eeb111;
  --action__color--hover: #ffffff;
  --action__background-color--hover: #353535;
  --action__color--success: #ffffff;
  --action__background-color--success: #008800;
  --action__color--error: #353535;
  --action__background-color--error: #ffffff;
  --action__border-color--error: #c41230;
  /* Modal Trigger ("i" icon) */
  --modal-trigger__color: #222222;
  --modal-trigger__color--hover: #ffffff;
  --modal-trigger__background-color--hover: #222222;
}
/* Dark Theme */
.digital-platform__conversion-drawer.dark .conversion-drawer-text-card,
.digital-platform__conversion-drawer section.conversion-drawer-text-card.dark {
  --outline-color: #ffffff;
  /* Text Card */
  --text-card__color: #f2f2f2;
  --text-card__background-color: #333333;
  /* Actions */
  --action__color: #000000;
  --action__background-color: #eeb111;
  --action__color--hover: #ffffff;
  --action__background-color--hover: #222222;
  --action__color--success: #ffffff;
  --action__background-color--success: #008800;
  --action__color--error: #353535;
  --action__background-color--error: #ffffff;
  --action__border-color--error: #c41230;
  /* Modal Trigger ("i" icon) */
  --modal-trigger__color: #f2f2f2;
  --modal-trigger__color--hover: #333333;
  --modal-trigger__background-color--hover: #f2f2f2;
}
/* Accent Theme (Card Only) */
.digital-platform__conversion-drawer section.conversion-drawer-text-card.accent {
  --outline-color: #000000;
  /* Text Card */
  --text-card__color: #000000;
  --text-card__background-color: #eeb111;
  /* Actions */
  --action__color: #ffffff;
  --action__background-color: #222222;
  --action__color--hover: #ffffff;
  --action__background-color--hover: #000000;
  --action__color--success: #ffffff;
  --action__background-color--success: #008800;
  --action__color--error: #353535;
  --action__background-color--error: #ffffff;
  --action__border-color--error: #c41230;
  /* Modal Trigger ("i" icon) */
  --modal-trigger__color: #000000;
  --modal-trigger__color--hover: #eeb111;
  --modal-trigger__background-color--hover: #000000;
}
/*
    Closed Initial State

    Position the drawer just below the screen
*/
.digital-platform__conversion-drawer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
  transition: transform 500ms cubic-bezier(0.28, 0.47, 0.57, 0.97);
  z-index: 10;
  background: var(--drawer__background);
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  /*
    Remove conflict with global rule. It's a long story:
    https://whirlpool.atlassian.net/browse/USAB-3151?focusedCommentId=7254032
  */
  /*
    Add element resets to prevent custom code bleed
  */
}
.digital-platform__conversion-drawer svg:not(:root) {
  height: 100%;
}
.digital-platform__conversion-drawer *:focus {
  outline: none;
}
.digital-platform__conversion-drawer a:focus-visible,
.digital-platform__conversion-drawer button:focus-visible,
.digital-platform__conversion-drawer [role="button"]:focus-visible {
  outline: 1px dashed var(--outline-color);
  outline-offset: 3px;
}
.digital-platform__conversion-drawer h1,
.digital-platform__conversion-drawer h2,
.digital-platform__conversion-drawer h3,
.digital-platform__conversion-drawer h4,
.digital-platform__conversion-drawer h5,
.digital-platform__conversion-drawer h6,
.digital-platform__conversion-drawer p,
.digital-platform__conversion-drawer a {
  margin: 0;
  padding: 0;
  color: inherit;
}
/*
    Open State
*/
.digital-platform__conversion-drawer[data-open="true"] {
  /* Unsets the translate value */
  transform: translateY(0);
  z-index: 1055;
  box-shadow: var(--drawer__box-shadow);
}
.digital-platform__conversion-drawer .conversion-drawer-tab {
  display: grid;
  grid-template-columns: repeat(4, auto);
  width: fit-content;
  padding-block: 9px;
  padding-inline: 18px;
  align-items: center;
  gap: 10px;
  position: absolute;
  transform: translate(calc(50vw - 50%), calc(-100% + 1px));
  text-align: center;
  border-radius: 8px 8px 0px 0px;
  background-color: var(--tab__background-color);
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.25px;
  cursor: pointer;
  user-select: none;
  transition: color 200ms ease-in, background-color 200ms ease-in, translate 0.5s ease-out;
}
.digital-platform__conversion-drawer .conversion-drawer-tab::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 8px 8px 0px 0px;
  box-shadow: var(--tab__box-shadow);
  clip-path: inset(-100px -100px 1px -100px);
  z-index: -1;
}
.digital-platform__conversion-drawer .conversion-drawer-tab:focus-visible,
.digital-platform__conversion-drawer .conversion-drawer-tab:hover:not(:has(.conversion-drawer-tab__pagination-controls:hover)) {
  background-color: var(--tab__background-color--hover);
  outline-color: var(--outline-color);
}
.digital-platform__conversion-drawer .conversion-drawer-tab:focus-visible .conversion-drawer-tab__offer-count,
.digital-platform__conversion-drawer .conversion-drawer-tab:hover:not(:has(.conversion-drawer-tab__pagination-controls:hover)) .conversion-drawer-tab__offer-count {
  color: var(--tab-offer-count__color--hover);
  background-color: var(--tab-offer-count__background-color--hover);
}
.digital-platform__conversion-drawer .conversion-drawer-tab:focus-visible .conversion-drawer-tab__open-close,
.digital-platform__conversion-drawer .conversion-drawer-tab:hover:not(:has(.conversion-drawer-tab__pagination-controls:hover)) .conversion-drawer-tab__open-close {
  background-color: var(--tab-open-close__background-color--hover);
}
.digital-platform__conversion-drawer .conversion-drawer-tab:focus-visible .conversion-drawer-tab__open-close path,
.digital-platform__conversion-drawer .conversion-drawer-tab:hover:not(:has(.conversion-drawer-tab__pagination-controls:hover)) .conversion-drawer-tab__open-close path {
  fill: var(--tab-open-close__color--hover);
}
.digital-platform__conversion-drawer .conversion-drawer-tab__message {
  color: var(--tab__color);
  text-transform: none;
}
.digital-platform__conversion-drawer .conversion-drawer-tab__offer-count {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.5em;
  width: 1.5em;
  color: var(--tab-offer-count__color);
  background-color: var(--tab-offer-count__background-color);
  border-radius: 100%;
  transition-property: color, background-color;
  transition-duration: 200ms;
  transition-timing-function: ease-in;
}
.digital-platform__conversion-drawer .conversion-drawer-tab__pagination-controls {
  display: none;
  height: calc(100% +  18px );
  margin-left: 75px;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  cursor: default;
}
.digital-platform__conversion-drawer .conversion-drawer-tab__pagination-controls button {
  display: flex;
  height: 30px;
  width: 30px;
  padding: 0;
  align-items: center;
  justify-content: center;
  background-color: var(--tab-pagination-controls__background-color);
  border-radius: 100%;
  transition-property: color, background-color;
  transition-duration: 200ms;
  transition-timing-function: ease-in;
}
.digital-platform__conversion-drawer .conversion-drawer-tab__pagination-controls button path {
  fill: var(--tab-pagination-controls__color);
  transition: fill 200ms ease-in;
}
.digital-platform__conversion-drawer .conversion-drawer-tab__pagination-controls button:hover {
  background-color: var(--tab-pagination-controls__background-color--hover);
}
.digital-platform__conversion-drawer .conversion-drawer-tab__pagination-controls button:hover path {
  fill: var(--tab-pagination-controls__color--hover);
}
.digital-platform__conversion-drawer .conversion-drawer-tab__pagination-controls button[disabled] {
  background-color: var(--tab-pagination-controls__background-color--disabled);
}
.digital-platform__conversion-drawer .conversion-drawer-tab__pagination-controls button[disabled] path {
  fill: var(--tab-pagination-controls__color--disabled);
}
.digital-platform__conversion-drawer .conversion-drawer-tab__pages {
  height: fit-content;
  width: 20px;
  min-width: max-content;
  font-size: 12px;
  color: var(--tab-pagination-controls__color);
}
.digital-platform__conversion-drawer .conversion-drawer-tab__open-close {
  display: flex;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: transform 500ms cubic-bezier(0.28, 0.47, 0.57, 0.97), background-color 200ms ease-in;
}
.digital-platform__conversion-drawer .conversion-drawer-tab__open-close path {
  fill: var(--tab__color);
  transition: fill 200ms ease-in;
}
@supports (transform: translateX(calc(50dvw - 50%)) translateY(calc(-100% + 1px))) {
  .digital-platform__conversion-drawer .conversion-drawer-tab {
    transform: translateX(calc(50dvw - 50%)) translateY(calc(-100% + 1px));
  }
}
.digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-tab {
  background-color: var(--tab__background-color--open);
}
.digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-tab:focus-visible,
.digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-tab:hover:not( :has(.conversion-drawer-tab__pagination-controls:hover)) {
  background-color: var(--tab__background-color--open--hover);
}
.digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-tab:focus-visible .conversion-drawer-tab__offer-count,
.digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-tab:hover:not( :has(.conversion-drawer-tab__pagination-controls:hover)) .conversion-drawer-tab__offer-count {
  color: var(--tab-offer-count__color--open);
  background-color: var(--tab-offer-count__background-color--open);
}
.digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-tab:focus-visible .conversion-drawer-tab__open-close,
.digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-tab:hover:not( :has(.conversion-drawer-tab__pagination-controls:hover)) .conversion-drawer-tab__open-close {
  background-color: var(--tab-pagination-controls__background-color--hover);
}
.digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-tab:focus-visible .conversion-drawer-tab__open-close path,
.digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-tab:hover:not( :has(.conversion-drawer-tab__pagination-controls:hover)) .conversion-drawer-tab__open-close path {
  fill: var(--tab-pagination-controls__color--hover);
}
.digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-tab__offer-count {
  color: var(--tab-offer-count__color--open);
  background-color: var(--tab-offer-count__background-color--open);
}
.digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-tab__message {
  color: var(--tab__color--open);
}
.digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-tab__open-close {
  transform: rotate(180deg);
  padding-bottom: 2px;
}
.digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-tab__open-close path {
  fill: var(--tab__color--open);
}
.digital-platform__conversion-drawer.loading .conversion-drawer-tab {
  translate: 0 100%;
}
@media only screen and (min-width: 768px) {
  .digital-platform__conversion-drawer .conversion-drawer-tab__pagination-controls {
    display: flex;
    visibility: hidden;
  }
}
@media only screen and (min-width: 1024px) {
  .digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-tab__pagination-controls {
    visibility: visible;
  }
}
.digital-platform__conversion-drawer .conversion-drawer-slider {
  display: grid;
  grid-auto-flow: column;
  gap: 15px;
  min-height: 160px;
  max-width: fit-content;
  margin-inline: auto;
  padding: 15px;
  overflow-x: auto;
  /* Scrolls on overflow */
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  overscroll-behavior-x: contain;
  /* 
    Temporarily hide scroll-bar

    It's quite ugly on Maytag and the dark themes
  */
  scrollbar-width: none;
}
.digital-platform__conversion-drawer .conversion-drawer-slider > section {
  user-select: none;
  scroll-snap-align: center;
  scroll-behavior: smooth;
}
@media only screen and (min-width: 768px) {
  .digital-platform__conversion-drawer .conversion-drawer-slider {
    min-height: 185px;
    padding: 20px;
    gap: 20px;
    scroll-snap-type: x proximity;
  }
  .digital-platform__conversion-drawer .conversion-drawer-slider > section {
    scroll-snap-align: start;
    scroll-margin-inline: 20px;
  }
}
.digital-platform__conversion-drawer .conversion-drawer-slider:hover {
  cursor: grab;
}
.digital-platform__conversion-drawer .conversion-drawer-slider:active {
  cursor: grabbing;
}
.digital-platform__conversion-drawer .conversion-drawer-overlay {
  display: none;
  background-color: transparent;
  transition: background-color 500ms ease-in;
}
.digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-overlay {
  display: block;
  height: 100vh;
  inset: 0;
  position: fixed;
  transform: translateY(-100%);
  z-index: -1;
  background-color: #1e1e1e80;
}
.digital-platform__conversion-drawer .conversion-drawer-action {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .digital-platform__conversion-drawer .conversion-drawer-action {
    margin-top: 24px;
  }
}
.digital-platform__conversion-drawer .conversion-drawer-action__button {
  display: flex;
  height: fit-content;
  width: fit-content;
  min-height: 30px;
  padding: 3px 10px;
  border-radius: 15px;
  background-color: var(--action__background-color);
  text-transform: none;
  text-decoration: none;
  color: var(--action__color);
  text-align: center;
  font-family: 'Helvetica Neue LT W01_71488914', 'Helvetica Bold', 'Arial Bold', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0.25px;
  transition-property: background-color, color;
  transition-duration: 200ms;
  transition-timing-function: ease-in;
}
.digital-platform__conversion-drawer .conversion-drawer-action__button svg path {
  transition: fill 200ms ease-in;
  fill: var(--action__color);
}
.digital-platform__conversion-drawer .conversion-drawer-action__button * {
  text-transform: none;
}
.digital-platform__conversion-drawer .conversion-drawer-action__button:hover,
.digital-platform__conversion-drawer .conversion-drawer-action__button:focus-visible {
  color: var(--action__color--hover);
  background-color: var(--action__background-color--hover);
}
.digital-platform__conversion-drawer .conversion-drawer-action__button:hover path,
.digital-platform__conversion-drawer .conversion-drawer-action__button:focus-visible path {
  fill: var(--action__color--hover);
}
.digital-platform__conversion-drawer .conversion-drawer-action__button--icon {
  display: flex;
  align-items: center;
  gap: 5px;
}
.digital-platform__conversion-drawer .conversion-drawer-action__button--link {
  display: flex;
  padding-block: 5px;
  align-items: center;
}
.digital-platform__conversion-drawer .conversion-drawer-action__button--link span {
  height: fit-content;
}
.digital-platform__conversion-drawer .conversion-drawer-action__coupon-code-wrapper {
  width: fit-content;
  position: static;
}
.digital-platform__conversion-drawer .conversion-drawer-action__coupon-code-wrapper[data-state="copy"] .conversion-drawer-action__status--success,
.digital-platform__conversion-drawer .conversion-drawer-action__coupon-code-wrapper[data-state="copy"] .conversion-drawer-action__status--failure {
  display: none;
}
.digital-platform__conversion-drawer .conversion-drawer-action__coupon-code-wrapper[data-state="success"] .conversion-drawer-action__status--copy,
.digital-platform__conversion-drawer .conversion-drawer-action__coupon-code-wrapper[data-state="success"] .conversion-drawer-action__status--failure {
  display: none;
}
.digital-platform__conversion-drawer .conversion-drawer-action__coupon-code-wrapper[data-state="success"] .conversion-drawer-action__coupon-code-button {
  background-color: var(--action__background-color--success);
  color: var(--action__color--success);
}
.digital-platform__conversion-drawer .conversion-drawer-action__coupon-code-wrapper[data-state="success"] .conversion-drawer-action__coupon-code-button path {
  fill: var(--action__color--success);
}
.digital-platform__conversion-drawer .conversion-drawer-action__coupon-code-wrapper[data-state="failure"] .conversion-drawer-action__coupon-code-button {
  display: none;
}
.digital-platform__conversion-drawer .conversion-drawer-action__coupon-code-wrapper[data-state="failure"] .conversion-drawer-action__button {
  border-radius: 15px;
  border: 1px solid var(--action__border-color--error);
  color: var(--action__color--error);
  background: var(--action__background-color--error);
  user-select: text;
  cursor: text;
}
.digital-platform__conversion-drawer .conversion-drawer-action__coupon-code-wrapper[data-state="failure"] .conversion-drawer-action__button svg path {
  fill: var(--action__border-color--error);
}
.digital-platform__conversion-drawer .conversion-drawer-action__utility-message {
  margin-bottom: 4px;
}
.digital-platform__conversion-drawer .conversion-drawer-modal {
  min-width: 250px;
  width: 75%;
  max-width: 45ch;
  height: fit-content;
  margin: 0;
  padding: 0;
  background-color: var(--modal__background-color);
  border: none;
  border-radius: 8px;
  overflow: visible;
  cursor: auto;
}
@media only screen and (min-width: 768px) {
  .digital-platform__conversion-drawer .conversion-drawer-modal {
    width: 66%;
    max-width: 600px;
  }
}
.digital-platform__conversion-drawer .conversion-drawer-modal::backdrop {
  background-color: transparent;
  cursor: pointer;
}
.digital-platform__conversion-drawer .conversion-drawer-modal__trigger {
  display: inline-block;
  font-size: 1rem;
  height: 0.75em;
  width: 0.75em;
  padding: 0;
  background: none;
  border-radius: 100%;
  position: relative;
}
.digital-platform__conversion-drawer .conversion-drawer-modal__trigger svg path {
  fill: var(--modal-trigger__color);
}
.digital-platform__conversion-drawer .conversion-drawer-modal__trigger:hover,
.digital-platform__conversion-drawer .conversion-drawer-modal__trigger:focus-visible {
  background-color: var(--modal-trigger__background-color--hover);
}
.digital-platform__conversion-drawer .conversion-drawer-modal__trigger:hover svg path#i_line,
.digital-platform__conversion-drawer .conversion-drawer-modal__trigger:focus-visible svg path#i_line,
.digital-platform__conversion-drawer .conversion-drawer-modal__trigger:hover path#i_dot,
.digital-platform__conversion-drawer .conversion-drawer-modal__trigger:focus-visible path#i_dot {
  fill: var(--modal-trigger__color--hover);
}
@media only screen and (min-width: 768px) {
  .digital-platform__conversion-drawer .conversion-drawer-modal__trigger {
    font-size: 1.25rem;
  }
}
.digital-platform__conversion-drawer .conversion-drawer-modal__trigger-click-target {
  height: 1.5em;
  width: 1.5em;
  position: absolute;
  transform: translateX(-0.375em) translateY(-0.375em);
}
.digital-platform__conversion-drawer .conversion-drawer-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(calc(-100% - 10px));
}
.digital-platform__conversion-drawer .conversion-drawer-modal__close svg {
  height: initial;
}
.digital-platform__conversion-drawer .conversion-drawer-modal__container {
  height: fit-content;
  max-height: 70vh;
  padding: 15px;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  .digital-platform__conversion-drawer .conversion-drawer-modal__container {
    padding: 30px;
  }
}
.digital-platform__conversion-drawer .conversion-drawer-modal__container p {
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  font-size: 12px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.24px;
  text-transform: none;
}
.digital-platform__conversion-drawer .conversion-drawer-modal__container p:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .digital-platform__conversion-drawer .conversion-drawer-modal__container p {
    font-size: 14px;
    letter-spacing: 0.25px;
  }
}
.digital-platform__conversion-drawer .conversion-drawer-modal__container p,
.digital-platform__conversion-drawer .conversion-drawer-modal__container h1,
.digital-platform__conversion-drawer .conversion-drawer-modal__container h2,
.digital-platform__conversion-drawer .conversion-drawer-modal__container h3,
.digital-platform__conversion-drawer .conversion-drawer-modal__container h4,
.digital-platform__conversion-drawer .conversion-drawer-modal__container h5,
.digital-platform__conversion-drawer .conversion-drawer-modal__container h6 {
  color: var(--modal__color);
}
.digital-platform__conversion-drawer .conversion-drawer-modal .conversion-drawer-action__button {
  color: var(--modal-close__color);
  background-color: var(--modal-close__background-color);
  user-select: auto;
}
.digital-platform__conversion-drawer .conversion-drawer-modal .conversion-drawer-action__button:hover,
.digital-platform__conversion-drawer .conversion-drawer-modal .conversion-drawer-action__button:focus-visible {
  color: var(--modal-close__color--hover);
  background-color: var(--modal-close__background-color--hover);
}
.digital-platform__conversion-drawer .conversion-drawer-modal .conversion-drawer-action__button--icon svg path {
  fill: var(--modal-close__color);
}
.digital-platform__conversion-drawer .conversion-drawer-modal .conversion-drawer-action__button--icon:hover,
.digital-platform__conversion-drawer .conversion-drawer-modal .conversion-drawer-action__button--icon:focus-visible {
  outline-color: var(--modal-close__background-color--hover);
}
.digital-platform__conversion-drawer .conversion-drawer-modal .conversion-drawer-action__button--icon:hover svg path,
.digital-platform__conversion-drawer .conversion-drawer-modal .conversion-drawer-action__button--icon:focus-visible svg path {
  fill: var(--modal-close__color--hover);
}
.digital-platform__conversion-drawer .conversion-drawer-modal[open] {
  position: fixed;
  top: calc(-100vh + 100%);
  transform: translateX(calc(50vw - 50%)) translateY(calc(50vh - 50%));
}
.digital-platform__conversion-drawer .conversion-drawer-modal[open]::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
@supports (transform: translateX(calc(50dvw - 50%)) translateY(calc(50dvh - 50%))) {
  .digital-platform__conversion-drawer .conversion-drawer-modal[open] {
    top: calc(-100dvh + 100%);
    transform: translateX(calc(50dvw - 50%)) translateY(calc(50dvh - 50%));
  }
}
.digital-platform__conversion-drawer .conversion-drawer-text-card {
  display: grid;
  min-height: fit-content;
  height: 100%;
  width: 280px;
  grid-template-rows: 1fr max-content;
  padding: 15px;
  color: var(--text-card__color);
  background-color: var(--text-card__background-color);
  border-radius: 8px;
}
@media only screen and (min-width: 768px) {
  .digital-platform__conversion-drawer .conversion-drawer-text-card {
    width: 330px;
  }
}
.digital-platform__conversion-drawer .conversion-drawer-text-card > :first-child {
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-template-rows: min-content max-content;
  grid-template-areas: "overline date" "main-content main-content";
  gap: 17px;
}
@media only screen and (min-width: 768px) {
  .digital-platform__conversion-drawer .conversion-drawer-text-card > :first-child {
    gap: 20px 10px;
  }
}
.digital-platform__conversion-drawer .conversion-drawer-text-card__main-content {
  grid-area: main-content;
}
.digital-platform__conversion-drawer .conversion-drawer-text-card__overline,
.digital-platform__conversion-drawer .conversion-drawer-text-card__headline {
  text-transform: none;
}
.digital-platform__conversion-drawer .conversion-drawer-text-card__overline {
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  font-size: 12px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 0.32px;
}
@media only screen and (min-width: 768px) {
  .digital-platform__conversion-drawer .conversion-drawer-text-card__overline {
    font-size: 14px;
    letter-spacing: 0.25px;
  }
}
.digital-platform__conversion-drawer .conversion-drawer-text-card__end-date {
  height: fit-content;
  margin-top: 2px;
  font-size: 10px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.25px;
  grid-area: date;
  align-self: start;
}
@media only screen and (min-width: 768px) {
  .digital-platform__conversion-drawer .conversion-drawer-text-card__end-date {
    font-size: 12px;
  }
}
.digital-platform__conversion-drawer .conversion-drawer-text-card__headline {
  display: inline;
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  font-size: 1rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.128px;
}
@media only screen and (min-width: 768px) {
  .digital-platform__conversion-drawer .conversion-drawer-text-card__headline {
    font-size: 1.25rem;
    letter-spacing: 0.128px;
  }
}
.digital-platform__conversion-drawer .conversion-drawer-text-card__body,
.digital-platform__conversion-drawer .conversion-drawer-text-card .conversion-drawer-action__utility-message {
  font-size: 12px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.32px;
}
@media only screen and (min-width: 768px) {
  .digital-platform__conversion-drawer .conversion-drawer-text-card__body,
  .digital-platform__conversion-drawer .conversion-drawer-text-card .conversion-drawer-action__utility-message {
    font-size: 14px;
    letter-spacing: 0.25px;
  }
}
.digital-platform__conversion-drawer .conversion-drawer-text-card__body {
  margin-top: 6px;
}
.digital-platform__conversion-drawer .conversion-drawer-text-card__body a {
  text-decoration: underline;
}
.digital-platform__conversion-drawer .conversion-drawer-text-card__body a:hover,
.digital-platform__conversion-drawer .conversion-drawer-text-card__body a:focus-visible {
  opacity: 0.8;
}

footer.home-footer {
	background-color: transparent;	
}

@media (max-width:768px) {
	.rte h2 {
		margin-top: 20px;
	}
}

.rte hr {
	margin-top: 25px;
	margin-bottom: 20px;
}

.rte .btn-decorative {
	padding: 1em;
	width: 100%;
	margin: 2.25em auto;
}

div#owner-center .owner-links {
  color: #353535;
  font-family: 'Helvetica Neue LT W01_55 Roman',Helvetica,Arial;
  padding: 2rem 0;
}

div#owner-center .card h5 {
  padding-top: 0.4em;
}

@media (max-width: 1023px) {
div#owner-center .owner-links {
  color: #353535;
  font-family: 'Helvetica Neue LT W01_55 Roman',Helvetica,Arial;
  padding: 2rem 0;
}

#owner-center .card h5 {
  padding-top: 1em;
}
}

.owner-center-header p {
	margin: 1em 0;
}

li#every-day-care-menu .wrap {
	padding: 15px;
}

#mobile-owner-center .row {
    display: flex;
    justify-content: space-evenly;
}

@media (max-width: 1040px) {
    .homepage #homepage-menu-mobile #mobile-owner-center {
        background-color: #ffffff;
    }
}

