.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;
    }
}
.ac-target-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;
}

.ac-target-modal__dialog {
	display: block;
	visibility: visible;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transform: translate3d(0,0,0);
	opacity: 1;
	z-index: 2;
}

.ac-target-modal h1 {
	color: #000000;
	font-size: 3.125em;
	text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 500;
    font-family:'Avenir','helvetica',sanserif;
    text-transform: none;
    line-height: 2.0625rem;
    margin: 0.3em 0 0.2em;
}

.ac-target-modal h2 {
    font-size: 1.48rem;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
    font-weight: 200;
    margin-bottom: 0;
    text-transform: none;
    font-family: 'Avenir',sans-serif;
    line-height: 1.15em;
}

.ac-target-modal__content {
	opacity: 1;
	margin: auto;
	padding: 10px;
	background-color: transparent;
    border: 0;
    box-shadow: none;
}

.ac-target-modal .close {
	color: #fefefe;
	border: 2px solid #fefefe;
	opacity: unset;
	padding: 0 2px;
	font-size: 1.2em;
	float: right;
	margin: 0 0 10px;
	line-height: 1;
}

.ac-target-modal .close:hover,.close:focus {
	text-decoration: none;
	cursor: pointer;
}

.ac-target-modal__form__submit-btn:hover {
	background-color: #9a132b;
}

.ac-target-modal .thankbtn:hover {
	background-color: #9a132b;
	border: 0;
	outline: 0;
	color: #fff;
}

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

.ac-target-modal__subblock {
	height: 415px;
    width: 575px;
	padding: 25px 33px;
	background-color: #fff;
}

.ac-target-modal .ac-target-modal__cx-widget {
	color: #444a52;
	background-color: #fff;
	text-align: center;
	font-size: 1.8em;
	padding: 0 13px;
}

.ac-target-modal__subblock p {
	font-size: .66em;
    display: block;
    line-height: 100%;
    margin-top: 1.2vh;
    font-family: "Avenir-Roman",sans-serif;
    padding-left: 1%;
    padding-right: 1%;
}

.ac-target-modal__form {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	margin: 15px 0 0;
	height: 50px;
}

input.ac-target-modal__form__input {
	font-size: .6em;
	border: 2px solid #ededed;
	transition: border-color .3s ease,box-shadow .3s ease;
	font-style: italic;
}

.ac-target-modal__form__submit-btn {
	background-color: #c41239;
	color: #fff !important;
	display: inline-block;
	font-size: .54em;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	width: 32%;
	height: 50px;
	border: 0;
	cursor: pointer;
}

.ac-target-modal__form__submit-btn:focus {
	outline: 0;
}

input.ac-target-modal__form__input {
	width: 70%;
	padding-left: 30px;
	margin-right: 10px;
}

.ac-target-modal__opt-form p {
	font-size: .5em;
	padding: 0 0 20px 10px;
	display: inline;
	text-align: left;
}

.ac-target-modal__opt-form p a {
	font-size: 1em;
    font-weight: bold;
    color: #000;
    text-decoration: underline;
}

input.ac-target-modal__opt-form__input {
	width: 35px;
	height: 20px;
	display: block;
}

.ac-target-modal__opt-form {
	display: flex;
	line-height: 15px;
	margin: 10px 0;
}

.ac-target-modal__form--right-arrow:after {
	position: absolute;
	margin-left: 18px;
	margin-top: 18px;
	content: " ";
	border-left: 8px solid brown;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
}

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

.ac-target-modal__thank-you h1 {
	color: #444a52;
}

.ac-target-modal__end-note p {
	font-size: .83em;
	text-align: left;
    padding: 0 10px;
}

.ac-target-modal__body {
	padding: 20px 0;
}

.ac-target-modal .ac-target-modal__cx-widget span.error {
	color: red;
	font-size: .4em;
	text-align: left;
	margin: 0;
	display: block;
}

.ac-target-modal__dialog {
	position: relative;
	width: auto;
	margin: 10px;
}




@media(min-width:768px) {
	.ac-target-modal__dialog {
		width: 600px;
		margin: 30px auto;
	}
}

@media screen and (max-width: 800px) {
    .sideContent{
        float: left;
    }



    .float-child {
        display: none;
    }

    .imgrto {
        height: inherit;
        max-width: 100%;
    }

    .float-child1 {
        width: 100% !important;
        text-align: center;
    }

   .ac-target-modal__subblock {
        height: 415px;
        width: 100%;
        background-color: #fff;
}

.ac-target-modal .ac-target-modal__cx-widget {
	color: #444a52;
	background-color: #fff;
	text-align: center;
	font-size: 1.8em;
	padding: 0 13px;
}

.ac-target-modal__subblock p {
	font-size: .49em;
	display: block;
	line-height: normal;
	margin: 5px;
	padding: 0;
    font-family: 'Avenir-Roman',sanserif;
}
.form-group__button_n {
    display: inline-block;
    font-size: 0.37rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    width: 75% !important;
    height: 30px;
    border: none;
    text-transform: uppercase;
    background-color: #E0942F;
    color: #000000;
    font-family:'Roboto';
}

.ac-target-modal__dialog {
    width: auto;
    margin: 0px !important;
}
.ac-target-modal__content {
    padding: 0px !important;
}
.ac-target-modal__opt-form {
    display: flex;
    line-height: 15px;
    margin: 10px;
}
.kADiscText {
    font-family: 'avenir';
    height: 14px;
    font-size: 59px !important;
    font-weight: 400;
    margin: -20px;
}
.discalimer-div{
padding: 10px 50px 0px 50px !important;
}

.ac-model-clsBtn{
    font-family: 'helvetica';
	cursor:pointer;
    font-weight: 400;
    color: #858585;
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
	font-size:1.2rem;
    float: right;
}

.ac-target-modal__dialog {
    position: fixed;
    width: 100%;
    margin: 0;
    bottom: 0;
}

.ac-target-modal__dialog__up {
    width: 100%;
    display: flex;
    height: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}
.ac-target-modal__body{padding:20px 0 0;position:fixed;bottom:0;right:0;left:0}
.ac-target-modal__content{opacity:1;margin:auto;padding:0;background-color:transparent;border:0;box-shadow:none}
.ac-target-modal .close{color:#fefefe;border:2px solid #fefefe;opacity:unset;padding:4px;font-size:1.1em;margin:-35px 12px}
.ac-target-modal__dialog{position:fixed;width:100%;margin:0;bottom:0}
.ac-target-modal .close:hover,.close:focus{text-decoration:none;cursor:pointer}
.ac-target-modal h1{font-size:4.8vh;height:24px;margin:10px 0 10px 0}
.ac-target-modal h2{font-size:1.3em;padding:30px 0 30px;margin-top:0}
.ac-target-modal h3{font-size: 1.1rem !important;font-family: 'Avenir',SANS-SERIF !important;text-align: center !important;font-weight: 100 !important;margin-bottom: 5% !important;margin-top: 5% !important;text-transform:none;}
.ac-target-modal__dialog__up .ac-target-modal__subblock{padding:10px;}
.ac-target-modal__subblock{padding:10px;overflow:scroll;}
.ac-target-modal__subblock .ac-target-modal__cx-widget{padding:0}
h4 {
    font-size: 0.5rem;
    font-family: 'Avenir',sans-serif;
    font-weight: 100;
    text-align: center;
    padding-left: 45px;
    border-right-width: 20px;
    padding-right: 45px;
}

    }
@media screen and (max-width: 1000px) and (orientation: landscape) {
    .sideContent{
        float: left;
    }



    .float-child {
        display: none;
    }

    .imgrto {
        height: inherit;
        max-width: 100%;
    }

    .float-child1 {
        width: 100% !important;
        text-align: center;
        margin-bottom: 0px;
    }

   .ac-target-modal__subblock {
        height: 100vh;
        width: 60%;
        margin-left: 20%;
        background-color: #fff;
}

.ac-target-modal .ac-target-modal__cx-widget {
	color: #444a52;
	background-color: #fff;
	text-align: center;
	font-size: 1.8em;
	padding: 0 13px;
}

.ac-target-modal__subblock p {
	font-size: .49em;
	display: block;
	line-height: normal;
	margin: 5px 10px 10px;
	padding: 0 15px;
    font-family: 'Avenir-Roman',sanserif;
}
.form-group__button_n {
    display: inline-block;
    font-size: 0.37rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    width: 75% !important;
    height: 30px;
    border: none;
    text-transform: uppercase;
    background-color: #E0942F;
    color: #000000;
    font-family:'Roboto';
}

.ac-target-modal__dialog {
    width: auto;
    margin: 0px !important;
}
.ac-target-modal__content {
    padding: 0px !important;
}
.ac-target-modal__opt-form {
    display: flex;
    line-height: 15px;
    margin: 10px;
}
.kADiscText {
    font-family: 'avenir';
    height: 14px;
    font-size: 59px !important;
    font-weight: 400;
    margin: -20px;
}
.discalimer-div{
padding: 10px 50px 0px 50px !important;
}

.ac-model-clsBtn{
    font-family: 'helvetica';
	cursor:pointer;
    font-weight: 400;
    color: #858585;
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
    margin-top: 10px;
	font-size:1.2rem;
    float: right;
}

.ac-target-modal__dialog {
    position: fixed;
    width: 100%;
    margin: 0;
    bottom: 0;
}

.ac-target-modal__dialog__up {
    width: 100%;
    display: flex;
    height: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}
.ac-target-modal__body{padding:20px 0 0;position:fixed;bottom:0;right:0;left:0}
.ac-target-modal__content{opacity:1;margin:auto;padding:0;background-color:transparent;border:0;box-shadow:none}
.ac-target-modal .close{color:#fefefe;border:2px solid #fefefe;opacity:unset;padding:4px;font-size:1.1em;margin:-35px 12px}
.ac-target-modal__dialog{position:fixed;width:100%;margin:0;bottom:0}
.ac-target-modal .close:hover,.close:focus{text-decoration:none;cursor:pointer}
.ac-target-modal h1{font-size:4.8vw;height:24px;margin:10px 0 10px 0;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
}
.ac-target-modal h2{font-size:1.3em;padding:30px 0 20px;margin-top:0}
.ac-target-modal h3{font-size: 1.1rem !important;font-family: 'Avenir',SANS-SERIF !important;text-align: center !important;font-weight: 100 !important;margin-bottom: 5% !important;margin-top: 5% !important;text-transform:none;}
.ac-target-modal__dialog__up .ac-target-modal__subblock{padding:10px;}
.ac-target-modal__subblock{padding:10px;overflow:scroll;}
.ac-target-modal__subblock .ac-target-modal__cx-widget{padding:0}
h4 {
    font-size: 0.5rem;
    font-family: 'Avenir',sans-serif;
    font-weight: 100;
    text-align: center;
    padding-left: 45px;
    border-right-width: 20px;
    padding-right: 45px;
    margin-bottom: 0px;
}

    }

    .sideContent {
        float: left;
    }

    .imgrto {
        height: 415px;
        max-width: 100%;
    }

    .ModalPopUp {
        max-height: 445px;
        max-width: 626px !important;
        background-color: #808080 !important;
    }

    .reqModal {
        padding: 0px;
    }



    .float-container {
        padding: 0px;
    }

    .float-child {
        max-height: 415px;
        width: 20%;
        float: left;
    }

    .float-child1 {
        max-height: 415px;
        width: 80%;
        float: left;
        text-align: center;
    margin-bottom:10px;
    }

    .acLogoImg {
        margin: auto;
        height: auto;
        max-width:35%;
        width: auto;
        padding-top: 20px;
    }

    .whippedText {
        padding-top: 5px;
        font-family: Avenir;
        font-size: 18px;
        font-weight: 100;
        margin: 0px;
    }

    .pad-top30 {
        padding-top: 30px;
    }

    .pad-top20 {
        padding-top: 20px;
    }
	.no-pad {
        padding: 0px !important;
    }

    .pad-btm30 {
        padding-top: 30px;
    }

    .kADiscText {
        font-family: 'avenir';
        height: 20px;
        font-size: 90px;
        font-weight: 400;
        margin: -20px;
    }

    .form-group__button_n {
        background-color: #E0942F;
        color: #000000;
        font-family:'Roboto';
        display: inline-block;
        font-size: 1rem;
        font-weight: 600;
        text-align: center;
        text-decoration: none;
        width: 300PX;
        height: 50px;
        border: none;
        text-transform: uppercase;
    }

    .popup_disclaimer_text {
        margin-bottom: 0px;
        padding-top: 10px;
       font-family: Avenir;
        font-size: 7px;
        text-align: center;
    }

    .Ad_text {
        margin-bottom: 0px;
        inline-size: 300px;
        font-family: Avenir;
        font-size: 35px;
        text-align: center;
    }

    .cross-mark {
        cursor: pointer;
        margin-right: 10px;
    }
	.ac-target-modal-disctext {
	text-align: center !important;
    max-width: 300px;
    padding-left: 84px !important;
    }
.discalimer-div{
padding: 3px 80px 0px 80px;
}

   .KAD-close {
    font-family: Avenir;
    font-size: 0.5rem;
    color: #000000 !important;
    float: right;
}

.ac-model-clsBtn{
    font-family: 'helvetica';
	cursor:pointer;
    font-weight: 400;
    color: #858585;
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
	font-size: 1.2rem;
    float: right;
}

.ac-target-modal__dialog__up {
    width: 100%;
    display: flex;
    height: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.ac-target-modal h3 {
    font-size: 1.1rem;
    font-family: 'Avenir',SANS-SERIF;
	text-align:center;
    font-weight: 100;
    margin-bottom: 5%;
    margin-top: 5%;
    line-height: 1.15em;
    text-transform:none;
}

.ac-target-modal h4 {
    font-size: 0.5rem;
    font-family: 'Avenir',sans-serif;
    font-weight: 100;
	text-align:center;
    padding-left: 75px;
    border-right-width: 20px;
    padding-right: 75px;
}
.ac-target-modal__error {
	font-size: 0.7rem;
	font-family: 'Avenir','Arial','Helvetica';
	color: red;
}
/* Whirlpool modal popup css */
.toast-container {
    position: fixed;
    left: 0;
    right: 0;
    top: auto;
    bottom: 5rem;
    z-index: 99;
 }
 .toast-main {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px;
    gap: 20px;
    height:56px;
    position: absolute;
    left: 50%;
    top: 91.33%;
    background: #000000;
    border-radius: 10px;
    transform: translate(-50%, 0);
 }
 .toast-message {
    width: auto;
    height: 19px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
 }
 .toast-close {
    color: #fff;
    cursor: pointer;
    line-height: 19px;
 }
 #toast{
 transform: translateY(100vh);
 -webkit-transform:translateY(100vh);
 -ms-transform:translateY(100vh);
 }
 @-webkit-keyframes abscfadeIn{
 from {
    opacity: 0;
    -webkit-transform:translateY(100vh);
 }
 to {
    opacity: 1;
    -webkit-transform: translateY(0);
 }
 }
 @-moz-keyframes abscfadeIn{
from {
    opacity: 0;
    transform:translateY(100vh);
 }
 to {
    opacity: 1;
    transform: translateY(0);
 }
 }
 @-ms-keyframes abscfadeIn{
from {
    opacity: 0;
    -ms-transform:translateY(100vh);
 }
 to {
    opacity: 1;
    -ms-transform: translateY(0);
 }
 }
 @keyframes abscfadeIn{
 from {
    opacity: 0;
    transform:translateY(100vh);
 }
 to {
    opacity: 1;
    transform: translateY(0);
 }
 }
 @-webkit-keyframes abscfadeOut{
 from {
    opacity: 1;
    -webkit-transform:translateY(0);
 }
 to {
    opacity: 0;
    -webkit-transform: translateY(100vh);
 }
 }
 @-moz-keyframes abscfadeOut{
 from {
    opacity: 1;
    transform:translateY(0);
 }
 to {
    opacity: 0;
    transform: translateY(100vh);
 }
 }
 @-ms-keyframes abscfadeOut{
 from {
    opacity: 1;
    -ms-transform:translateY(0);
 }
 to {
    opacity: 0;
    -ms-transform: translateY(100vh);
 }
 }
 @keyframes abscfadeOut{
 from {
    opacity: 1;
    transform:translateY(0);
 }
 to {
    opacity: 0;
    transform: translateY(100vh);
 }
 }
 @media (max-width:767px) {
 .toast-main {
    left: 0;
    right: 0;
    margin: 0 auto;
    transform:none;
    width:fit-content;
 }
 .toast-container {
    bottom:5rem;
 }
 }
 @media (max-width:320px) {
 .toast-main {
    align-items: flex-start;
    width: 80%;
    transform:none;
 }
 .toast-message {
    width: 85%;
    height: 38px;
 }
 .toast-close {
    line-height: 22px;
 }
 }
.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;
    }
}

/**
 * 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;
}

html[data-lang="fr_CA"]:not([data-storename="maytag-ca"]) .product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--out-of-stock.pdp-tray__color-swatch__item--selected.best-value {
  height: 5.575rem;
}
html[data-lang="fr_CA"]:not([data-storename="maytag-ca"]) .product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--out-of-stock.best-value {
  height: 5.575rem;
}
html[data-lang="fr_CA"]:not([data-storename="maytag-ca"]) .product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--selected.best-value {
  height: 5.75rem;
}
html[data-lang="fr_CA"]:not([data-storename="maytag-ca"]) .product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item .variant-best-value__tooltip {
  height: 1.2rem;
}
.product-variant-v2,
.product-variant-v1 {
  margin: 0;
}
.product-variant-v2-container,
.product-variant-v1-container {
  min-height: 9.125rem;
}
.product-variant-v2 .variant-description__title,
.product-variant-v1 .variant-description__title {
  margin-bottom: 0.5rem;
}
.product-variant-v2 .variant-description.update-color-name,
.product-variant-v1 .variant-description.update-color-name {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.product-variant-v2 .variant-description.update-color-name .variant-description__title,
.product-variant-v1 .variant-description.update-color-name .variant-description__title,
.product-variant-v2 .variant-description.update-color-name .variant-description__data,
.product-variant-v1 .variant-description.update-color-name .variant-description__data {
  font-size: 1rem;
  font-style: normal;
  line-height: 1.125rem;
}
.product-variant-v2 .variant-description.update-color-name .variant-description__title,
.product-variant-v1 .variant-description.update-color-name .variant-description__title {
  font-weight: 800;
}
.product-variant-v2 .variant-description.update-color-name .variant-description__data,
.product-variant-v1 .variant-description.update-color-name .variant-description__data {
  font-weight: 400;
}
.product-variant-v2 .variant-best-value__border-placeholder,
.product-variant-v1 .variant-best-value__border-placeholder {
  display: none;
}
.product-variant-v2 .variant-best-value__tooltip,
.product-variant-v1 .variant-best-value__tooltip {
  color: #000000;
  font-size: 0.625rem;
  height: 1rem;
  line-height: 0.625rem;
  font-weight: 700;
  background-color: #eeb111;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 0.03125rem 0.03125rem 0;
  border-style: solid;
  border-color: #000000;
  border-radius: 0.125rem 0.125rem 0 0;
}
.product-variant-v2 .pdp-tray__color-swatch,
.product-variant-v1 .pdp-tray__color-swatch {
  margin: 1rem 0 0.6875rem;
}
.product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item,
.product-variant-v1 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item {
  padding: 0;
  width: 4.125rem;
  height: 4.125rem;
  position: relative;
  margin: .25rem .5rem;
}
.product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--out-of-stock,
.product-variant-v1 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--out-of-stock {
  padding: 0.125rem;
  margin-top: .125rem;
}
.product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--out-of-stock.pdp-tray__color-swatch__item--selected,
.product-variant-v1 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--out-of-stock.pdp-tray__color-swatch__item--selected {
  width: 4.375rem;
  height: 4.375rem;
}
.product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--out-of-stock.pdp-tray__color-swatch__item--selected.best-value,
.product-variant-v1 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--out-of-stock.pdp-tray__color-swatch__item--selected.best-value {
  height: 5.375rem;
}
.product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--out-of-stock.best-value,
.product-variant-v1 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--out-of-stock.best-value {
  border-radius: 0.3125rem 0.3125rem 0 0;
  width: 4.375rem;
  height: 5.375rem;
}
.product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--out-of-stock.best-value .cross-line,
.product-variant-v1 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--out-of-stock.best-value .cross-line {
  left: -141%;
  bottom: -0.125rem;
  top: unset;
  right: unset;
  transform: rotate(135deg);
  width: 142%;
}
.product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--oos-not-buyable,
.product-variant-v1 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--oos-not-buyable {
  border: 0;
  padding: 0;
  margin: .25rem .5rem;
}
.product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--oos-not-buyable .cross-line,
.product-variant-v1 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--oos-not-buyable .cross-line {
  display: none;
}
.product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--selected,
.product-variant-v1 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--selected {
  padding: 0.125rem;
  width: 4.5rem;
  height: 4.5rem;
  margin-top: 0;
  margin-left: 0.35rem;
  margin-right: 0.35rem;
  border: 2px solid #c41230;
}
.product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--selected.best-value,
.product-variant-v1 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--selected.best-value {
  border-radius: 0.25rem 0.25rem 0 0;
}
.product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--selected.best-value,
.product-variant-v1 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--selected.best-value {
  height: 5.5rem;
}
.product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.best-value,
.product-variant-v1 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.best-value {
  height: 5.125rem;
}
.product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list,
.product-variant-v1 .pdp-tray__color-swatch .pdp-tray__color-swatch__list {
  overflow: hidden;
  font-size: 0;
}
.product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item,
.product-variant-v1 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item {
  width: 3rem;
  height: 3rem;
  padding: 0.4375rem;
  margin: 0.3125rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 0.0625rem solid transparent;
}
.product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item--selected,
.product-variant-v1 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item--selected {
  border: solid 2px #c41230;
}
.product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item--out-of-stock,
.product-variant-v1 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item--out-of-stock {
  position: relative;
  border: solid 2px #c41230;
}
.product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--round,
.product-variant-v1 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--round {
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
}
.product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item .cross-line,
.product-variant-v1 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item .cross-line {
  width: 141%;
  position: absolute;
  height: 1px;
  background-color: #c41230;
  transform: rotate(315deg);
  transform-origin: 100% 0 0;
  top: 0;
  right: 0;
}
.product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item .pdp-tray__color-swatch__item--icon,
.product-variant-v1 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item .pdp-tray__color-swatch__item--icon {
  margin: 0 auto;
  border: 1px solid #000000;
}
.product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list.pdp-tray__color-swatch__list--scrollable,
.product-variant-v1 .pdp-tray__color-swatch .pdp-tray__color-swatch__list.pdp-tray__color-swatch__list--scrollable {
  display: block;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list.pdp-tray__color-swatch__list--scrollable::-webkit-scrollbar,
.product-variant-v1 .pdp-tray__color-swatch .pdp-tray__color-swatch__list.pdp-tray__color-swatch__list--scrollable::-webkit-scrollbar {
  display: none;
}
.product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list.pdp-tray__color-swatch__list--scrollable .pdp-tray__color-swatch__item,
.product-variant-v1 .pdp-tray__color-swatch .pdp-tray__color-swatch__list.pdp-tray__color-swatch__list--scrollable .pdp-tray__color-swatch__item {
  width: 4rem;
  height: 4rem;
  margin: 0 0.25rem;
}
.product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list.pdp-tray__color-swatch__list--scrollable .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--round,
.product-variant-v1 .pdp-tray__color-swatch .pdp-tray__color-swatch__list.pdp-tray__color-swatch__list--scrollable .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--round {
  padding: 0;
}
.product-variant-v2 .pdp-tray__color-swatch.pdp-tray__color-swatch--scrollable,
.product-variant-v1 .pdp-tray__color-swatch.pdp-tray__color-swatch--scrollable {
  padding: 0 1rem;
  position: relative;
}
.product-variant-v2 .pdp-tray__color-swatch.pdp-tray__color-swatch--scrollable .chevron-container,
.product-variant-v1 .pdp-tray__color-swatch.pdp-tray__color-swatch--scrollable .chevron-container {
  display: flex;
}
.product-variant-v2 .pdp-tray__color-swatch.pdp-tray__color-swatch--scrollable.pdp-tray__color-swatch--nonscrollable,
.product-variant-v1 .pdp-tray__color-swatch.pdp-tray__color-swatch--scrollable.pdp-tray__color-swatch--nonscrollable {
  padding: 0;
  text-align: left;
}
.product-variant-v2 .pdp-tray__color-swatch.pdp-tray__color-swatch--scrollable.pdp-tray__color-swatch--nonscrollable .chevron-container,
.product-variant-v1 .pdp-tray__color-swatch.pdp-tray__color-swatch--scrollable.pdp-tray__color-swatch--nonscrollable .chevron-container {
  display: none;
}
.product-variant-v2 .pdp-tray__color-swatch__item:focus-within,
.product-variant-v1 .pdp-tray__color-swatch__item:focus-within {
  outline: 0.0625rem solid #000000;
}
.product-variant-v2 .variants-action,
.product-variant-v1 .variants-action {
  text-align: right;
}
.product-variant-v2 .variants-action__btn,
.product-variant-v1 .variants-action__btn {
  cursor: pointer;
}
.product-variant-v2 .variants-action__btn::before,
.product-variant-v1 .variants-action__btn::before {
  font-weight: 900;
}
.product-variant-v2 .variants-action__btn.variants-action__btn--opened::before,
.product-variant-v1 .variants-action__btn.variants-action__btn--opened::before {
  content: '—';
}
.product-variant-v2 .variants-action__btn.variants-action__btn--closed::before,
.product-variant-v1 .variants-action__btn.variants-action__btn--closed::before {
  content: '+';
}
.product-variant-v2 .chevron-container,
.product-variant-v1 .chevron-container {
  position: absolute;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  top: 0;
  cursor: pointer;
  width: 1.5rem;
}
.product-variant-v2 .chevron-container--left,
.product-variant-v1 .chevron-container--left {
  left: 0;
  background-image: linear-gradient(to right, #ffffff 60%, transparent);
}
.product-variant-v2 .chevron-container--right,
.product-variant-v1 .chevron-container--right {
  right: 0;
  background-image: linear-gradient(to left, #ffffff 60%, transparent);
}
.product-variant-v2 .chevron-container .chevron-button,
.product-variant-v1 .chevron-container .chevron-button {
  width: 15px;
  height: 15px;
  display: inline-block;
  border: solid #c41230;
  border-width: 0 0 3px 3px;
}
.product-variant-v2 .chevron-container .chevron-button.chevron-button--disabled,
.product-variant-v1 .chevron-container .chevron-button.chevron-button--disabled {
  border-color: #e2e2e5;
}
.product-variant-v2 .chevron-container .chevron-button--left,
.product-variant-v1 .chevron-container .chevron-button--left {
  transform: rotate(45deg);
  align-self: flex-start;
}
.product-variant-v2 .chevron-container .chevron-button--right,
.product-variant-v1 .chevron-container .chevron-button--right {
  transform: rotate(-135deg);
  align-self: flex-end;
}
.product-variant-v2 .pdp-tray__pricing .pdp-tray__price,
.product-variant-v1 .pdp-tray__pricing .pdp-tray__price,
.product-variant-v2 .pdp-tray__pricing .pdp-tray__price--small.single-price-line,
.product-variant-v1 .pdp-tray__pricing .pdp-tray__price--small.single-price-line {
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 0.75rem;
  padding: 0.3125rem 0 0.3125rem 0;
  align-items: center;
  color: #c41230;
}
.product-variant-v2 .pdp-tray__pricing .pdp-tray__price.single-price-line,
.product-variant-v1 .pdp-tray__pricing .pdp-tray__price.single-price-line {
  color: inherit;
}
.product-variant-v2 .pdp-tray__pricing .pdp-tray__price--small,
.product-variant-v1 .pdp-tray__pricing .pdp-tray__price--small {
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 0.8125rem;
  text-align: center;
  text-decoration-line: line-through;
  color: #2e2e2e;
}
.product-variant-v2 .pdp-tray__pricing .pdp-tray__price--small.single-price-line,
.product-variant-v1 .pdp-tray__pricing .pdp-tray__price--small.single-price-line {
  text-decoration-line: none;
  color: #2e2e2e;
}
.product-variant-v2 .pdp-tray__pricing .pdp-tray__price-savings,
.product-variant-v1 .pdp-tray__pricing .pdp-tray__price-savings {
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  color: #5c700e;
}
.product-variant-v2 .pdp-tray__variant__tooltip,
.product-variant-v1 .pdp-tray__variant__tooltip {
  position: relative;
  display: inline-block;
}
.product-variant-v2 .pdp-tray__variant__tooltip .pdp-tray__color-swatch__item--btn,
.product-variant-v1 .pdp-tray__variant__tooltip .pdp-tray__color-swatch__item--btn {
  height: auto;
  padding: 0;
  background: transparent;
}
.product-variant-v2 .pdp-tray__variant__tooltiptext,
.product-variant-v1 .pdp-tray__variant__tooltiptext {
  background: #ffffff;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  visibility: hidden;
  width: 9rem;
  text-align: center;
  border-radius: 0.375rem;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -3.75rem;
  opacity: 0;
  transition: opacity 0.3s;
  padding: 5%;
}
.product-variant-v2 .pdp-tray__variant__tooltiptext:after,
.product-variant-v1 .pdp-tray__variant__tooltiptext:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.3125rem;
  border-width: 0.3125rem;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}
.product-variant-v2 .pdp-tray__variant__product-image,
.product-variant-v1 .pdp-tray__variant__product-image {
  max-width: 2.921875rem;
  margin-left: auto;
  margin-right: auto;
  max-height: 3rem;
}
.product-variant-v2 .pdp-tray__variant__title a,
.product-variant-v1 .pdp-tray__variant__title a {
  left: 55.375rem;
  top: 21rem;
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 0.8125rem;
  text-align: center;
  text-decoration-line: underline;
  color: #2e2e2e;
}
.product-variant-v2 .pdp-tray__variant__out-of-stock,
.product-variant-v1 .pdp-tray__variant__out-of-stock {
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 0.75rem;
  padding: 0.25rem 0 0.188rem 0;
  text-align: center;
  text-transform: uppercase;
  color: #c41230;
}
.product-variant-v2 .pdp-tray__variant__tooltip:hover .pdp-tray__variant__tooltiptext,
.product-variant-v1 .pdp-tray__variant__tooltip:hover .pdp-tray__variant__tooltiptext {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 48rem) {
  .product-variant-v2 .variant-description.update-color-name .variant-description__title,
  .product-variant-v1 .variant-description.update-color-name .variant-description__title,
  .product-variant-v2 .variant-description.update-color-name .variant-description__data,
  .product-variant-v1 .variant-description.update-color-name .variant-description__data {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .product-variant-v2 .variant-description.update-color-name .variant-description__title,
  .product-variant-v1 .variant-description.update-color-name .variant-description__title {
    margin-bottom: 0;
  }
  .product-variant-v2 .variants-action,
  .product-variant-v1 .variants-action {
    margin-right: 1.625rem;
  }
  .product-variant-v2 .pdp-tray__color-swatch,
  .product-variant-v1 .pdp-tray__color-swatch {
    margin: 0.75rem 0 0.5rem -0.4rem;
  }
  .product-variant-v2 .pdp-tray__color-swatch.pdp-tray__color-swatch--scrollable,
  .product-variant-v1 .pdp-tray__color-swatch.pdp-tray__color-swatch--scrollable {
    padding: 0;
    margin-left: -0.5rem;
  }
  .product-variant-v2 .pdp-tray__color-swatch.pdp-tray__color-swatch--scrollable .chevron-container--left,
  .product-variant-v1 .pdp-tray__color-swatch.pdp-tray__color-swatch--scrollable .chevron-container--left {
    left: -1rem;
  }
  .product-variant-v2 .pdp-tray__color-swatch.pdp-tray__color-swatch--scrollable .chevron-container--right,
  .product-variant-v1 .pdp-tray__color-swatch.pdp-tray__color-swatch--scrollable .chevron-container--right {
    right: -1rem;
  }
  .product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item,
  .product-variant-v1 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item {
    margin: 0.4rem;
    padding: 0.5625rem;
    width: 4rem;
    height: 4rem;
  }
  .product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list.pdp-tray__color-swatch__list--scrollable .pdp-tray__color-swatch__item,
  .product-variant-v1 .pdp-tray__color-swatch .pdp-tray__color-swatch__list.pdp-tray__color-swatch__list--scrollable .pdp-tray__color-swatch__item {
    margin: 0 0.5rem;
    padding: 0.625rem;
    width: 6.25rem;
    height: 6.25rem;
  }
  .product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list.pdp-tray__color-swatch__list--scrollable .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--round,
  .product-variant-v1 .pdp-tray__color-swatch .pdp-tray__color-swatch__list.pdp-tray__color-swatch__list--scrollable .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--round {
    width: 3.8125rem;
    height: 3.8125rem;
  }
}
.product-variant-v2-container.product-variant-show-all {
  width: 102%;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__color-swatch__item--icon {
  width: 2rem;
  height: 2rem;
  position: relative;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches {
  overflow: visible;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__item {
  flex-direction: row;
  width: 2.375rem;
  height: 2.375rem;
  margin: .063rem .25rem .188rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--out-of-stock {
  padding: 0;
  margin-top: 0;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--out-of-stock.pdp-tray__color-swatch__item--selected {
  width: 2.375rem;
  height: 2.375rem;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__color-swatch #pdp-colors-toggle:checked ~ .pdp-tray__color-swatch .pdp-tray__color-swatch__item {
  display: block;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__btn-more-wrap {
  display: none;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__color-swatch #pdp-colors-toggle:checked ~ .pdp-tray__color-swatch .pdp-tray__color-swatch__list:hover {
  padding-bottom: inherit;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__btn-more-colors {
  display: none;
}
.product-variant-show-all .product-variant-v2 #pdp-colors-toggle:checked ~ .pdp-tray__color-swatch .pdp-tray__color-swatch__item:nth-child(n + 11),
.product-variant-show-all .product-variant-v2 #pdp-colors-toggle:checked ~ .pdp-tray__color-swatch .pdp-tray__color-swatch__item:nth-child(n + 25),
.product-variant-show-all .product-variant-v2 #pdp-colors-toggle:checked ~ .pdp-tray__color-swatch .pdp-tray__color-swatch__item:nth-child(n + 17) {
  display: flex;
}
.product-variant-show-all .product-variant-v2 #pdp-colors-toggle:checked ~ .pdp-tray__color-swatch .pdp-tray__color-swatch__list {
  height: auto;
  overflow: visible;
  padding-left: .063rem;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__color-swatch {
  margin-top: .5rem;
  margin-left: 0;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--selected {
  width: 2.375rem;
  height: 2.375rem;
  margin-left: -0.063rem;
  margin-right: .313rem;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item .pdp-tray__color-swatch__item--icon {
  border: none;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item .pdp-tray__color-swatch__item--icon:focus {
  outline: .063rem solid transparent;
}
.product-variant-show-all .product-variant-v2 #pdp-colors-toggle ~ .pdp-tray__color-swatch .pdp-tray__color-swatch__list:hover {
  margin: 0;
  padding: 0;
}
.product-variant-show-all .product-variant-v2 #pdp-colors-toggle:checked ~ .pdp-tray__color-swatch .pdp-tray__color-swatch__list:hover {
  padding-bottom: 0;
  padding-left: .063rem;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__variant__tooltip,
.product-variant-show-all .product-variant-v2 .product-variant-v1 .pdp-tray__variant__tooltip {
  width: 2rem;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__variant__tooltip .pdp-tray__color-swatch__item--link,
.product-variant-show-all .product-variant-v2 .product-variant-v1 .pdp-tray__variant__tooltip .pdp-tray__color-swatch__item--link {
  width: 2rem;
  outline: .063rem solid transparent;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext {
  width: 6.25rem;
  left: 95%;
}

.product-variant-v2-container.enhanced-swatch-pop-up .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext {
  width: 11.75rem;
  padding: 1rem;
  text-align: left;
}
.product-variant-v2-container.enhanced-swatch-pop-up .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext:after,
.product-variant-v2-container.enhanced-swatch-pop-up .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext .pdp-tray__variant__product-image {
  display: none;
}
.product-variant-v2-container.enhanced-swatch-pop-up .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext .pdp-tray__variant__title span {
  font-family: "Avenir-Roman", sans-serif;
  line-height: .9rem;
  font-size: .75rem;
  text-align: center;
  color: #2e2e2e;
}
.product-variant-v2-container.enhanced-swatch-pop-up .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext .pdp-tray__pricing .pdp-tray__price {
  font-size: .875rem;
  font-family: 'Avenir-Black', sans-serif;
  display: flex;
  flex-wrap: wrap;
  white-space: pre-wrap;
}
.product-variant-v2-container.enhanced-swatch-pop-up .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext .pdp-tray__pricing .pdp-tray__price--small {
  font-family: "Avenir-Roman", sans-serif;
  text-align: left;
  margin-right: 0.5rem;
}
.product-variant-v2-container.enhanced-swatch-pop-up .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext .pdp-tray__pricing .pdp-tray__price-savings {
  font-family: 'Avenir-Black', sans-serif;
  text-transform: capitalize;
}
.product-variant-v2-container.enhanced-swatch-pop-up .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext .pdp-tray__pricing .discount-container {
  font-family: 'Avenir-Black', sans-serif;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product-variant-v2-container.enhanced-swatch-pop-up .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext .pdp-tray__pricing .member-price-cta {
  padding: 0;
  color: #766b6b;
  cursor: auto;
}
.product-variant-v2-container.enhanced-swatch-pop-up .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext .pdp-tray__variant__color {
  margin: 1rem -1rem -1rem -1rem;
  padding: 0.625rem 1rem;
  border-radius: 0 0 0.375rem 0.375rem;
  display: flex;
  align-items: center;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 50%);
  border-top: 0.0625rem solid #d8d8d8;
}
.product-variant-v2-container.enhanced-swatch-pop-up .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext .pdp-tray__variant__color.borderless {
  border-top: 0;
}
.product-variant-v2-container.enhanced-swatch-pop-up .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext .pdp-tray__variant__color span {
  line-height: 1.3em;
  font-size: .875rem;
  font-family: 'Avenir-Black', sans-serif;
}
.product-variant-v2-container.enhanced-swatch-pop-up .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext .pdp-tray__variant__color span.white-text {
  color: white;
}
.product-variant-v2-container.enhanced-swatch-pop-up .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext .pdp-tray__variant__color span.black-text {
  color: black;
}

.pdp-tray__text-disclaimer {
    display: none;
    font-size: 1rem;
}

.wp-loader {
    display: inline-block;
    position: inherit;
    margin-left: 1rem;
    margin-bottom: -0.3125rem;
    border-top: .4rem solid #eeb111;
}

.pdp-tray__wp-loading .pdp-tray__change-location-section {
    margin-top: 0.5rem;
}

.pdp-tray__estimates-description-section {
    margin-top: 0.3125rem;
    font-size: 0.75rem;
}

.pdp-tray__major-arrival-date-disclaimer {
    display: none;
    margin-top: 1.3125rem;
    font-size: 0.77rem;
}

.change-location-button-pdp {
    font-weight: normal;
}

.pdp-tray__prp-delivery {
    display: flex;
    flex-direction: row;
}

.pdp-tray__prp-delivery .pdp-tray__prp-delivery--icon svg{
    width: 30px;
    height: 24px;
}

.pdp-tray__prp-delivery .pdp-tray__prp-delivery-text {
    margin-left: 0.5rem;
    font-size: 1.25rem;
    color: #008800;
}



.product-features__feature-card img {
	height: 12.75rem;
	width: 100%;
	overflow: hidden;
	object-fit: cover;
}

.product-features__feature-card-text {
	margin: 0.5rem .5rem 0 .5rem;
}

.product-features__feature-card-text p {
	margin-bottom: 1em;
}

.product-features__feature-card {
	background: #fff;
	height: 100%;
	border: #d8d8d8 solid .0625rem;
	position: relative;
}

.product-features__additional-features {
	background: #fff;
	margin-top: 1rem;
	margin-bottom: .875rem;
	margin: auto;
	padding: 2.5rem 6.25rem 1.25rem 6.25rem;
	border: #d8d8d8 solid .0625rem;
}

@media (max-width: 768px) {
	.product-features__feature-card img {
		max-height: 20rem;
	}
	.product-features__additional-features {
		padding: 1.875rem 1.25rem .625rem 1.25rem;
	}
}

.product-features__additional-feature-card {
	padding: 1rem
}

.product-features__row-feature {
	margin-bottom: 0.875rem
}

.product-features__show .product-features__row-feature:nth-of-type(n + 4) {
	display: none;
}

.product-features__show .row-additional:nth-of-type(n + 3) {
	display: none;
}

.product-features__view_more--link {
	font-weight: 700;
	font-size: 1em;
	display: inline-block;
	margin-top: 0.4375rem;
	cursor: pointer;
}

.product-features__view_more--icon {
	display: none;
	vertical-align: middle;
	margin: 0 0 0 0.5rem;
	width: 1rem;
	height: 1rem;
}

.product-features__view_more--icon.active {
	display: inline-block;
}

.video-wrapper {
	display: inline-block;
	position: relative
}

span.vid-icon {
	background: url("../../../../etc/designs/whirlpool/digitalplatform/whirlpool/clientlibs/images/icons/play.png") 0px 0px no-repeat;
	position: absolute;
	width: 80px;
	height: 80px;
	top: 15%;
	left: 50%;
	margin: 0px 0 0 -40px;
	cursor: pointer
}

span.vid-icon:hover {
	background: url("../../../../etc/designs/whirlpool/digitalplatform/whirlpool/clientlibs/images/icons/play-hover.png") 0px 0px no-repeat
}

.video {
	margin: 10px 0;
	float: left
}

.video.video-wrapper,
.video .video-wrapper {
	display: block;
	text-align: center;
	width: 100%
}

.video.video-wrapper.dialog,
.video .video-wrapper.dialog {
	display: none
}

.video.video-wrapper.full,
.video .video-wrapper.full {
	width: 100%
}

.video.video-wrapper.full .video-container,
.video .video-wrapper.full .video-container {
	width: 100%;
	padding: 0
}

.video.video-wrapper .video-container.dynamic-video-div .s7container,
.video .video-wrapper .video-container.dynamic-video-div .s7container {
	width: 100% !important
}

@media (max-width: 480px) and (orientation: portrait) {
	.video.video-wrapper .video-container.dynamic-video-div .s7container,
	.video .video-wrapper .video-container.dynamic-video-div .s7container {
		height: 177px !important
	}
}

@media (max-width: 480px) and (orientation: landscape) {
	.video.video-wrapper .video-container.dynamic-video-div .s7container,
	.video .video-wrapper .video-container.dynamic-video-div .s7container {
		height: 341px !important
	}
}

@media (max-width: 768px) and (min-width: 480px) and (orientation: portrait) {
	.video.video-wrapper .video-container.dynamic-video-div .s7container,
	.video .video-wrapper .video-container.dynamic-video-div .s7container {
		height: 388px !important
	}
}

@media (max-width: 768px) and (min-width: 480px) and (orientation: landscape) {
	.video.video-wrapper .video-container.dynamic-video-div .s7container,
	.video .video-wrapper .video-container.dynamic-video-div .s7container {
		height: 336px !important
	}
}

/*.video iframe {
	pointer-events: none
}*/

.video.active iframe {
	pointer-events: all
}

.video .video-link .icon-play {
	font-size: 55px;
	font-size: 5.5rem;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -33px 0 0 -27px
}

.video div.manuscript {
	display: none;
	text-align: left
}

.video a.manuscript span {
	position: relative;
	top: 2px
}

.video .video-container {
	width: 100%
}

.video .video-container.inline {
	height: auto
}

.video .video-copy {
	width: 33.333%
}

.video .video-container,
.video .video-copy {
	display: inline-block;
	position: relative;
	min-height: 67px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	float: left
}

@media only screen and (max-width: 992px) {
	.video .video-container,
	.video .video-copy {
		width: 100%;
		float: none
	}
}

.video .video-container img,
.video .video-copy img {
	width: 100%
}

.video .manuscript .manuscript-title {
	margin-top: 20px
}

.video .manuscript .manuscript-title h3,
.video .manuscript .manuscript-title h3 a,
h3 .video .manuscript .manuscript-title a {
	display: inline
}

.video .manuscript .manuscript-title a.manuscript {
	float: right;
	padding-top: 5px
}

.video .overlay-text div {
	position: absolute;
	padding: 10px;
	max-width: 75%
}

.video .overlay-text div p,
.video .overlay-text div a,
.video .overlay-text div h1,
.video .overlay-text div h1 a,
h1 .video .overlay-text div a,
.video .overlay-text div h2,
.video .overlay-text div h2 a,
h2 .video .overlay-text div a,
.video .overlay-text div h3,
.video .overlay-text div h3 a,
h3 .video .overlay-text div a,
.video .overlay-text div h4,
.video .overlay-text div h4 a,
h4 .video .overlay-text div a,
.video .overlay-text div h5,
.video .overlay-text div h5 a,
h5 .video .overlay-text div a,
.video .overlay-text div h6,
.video .overlay-text div h6 a,
h6 .video .overlay-text div a {
	color: #fff
}

@media only screen and (max-width: 768px) {
	.video .overlay-text div h4,
	.video .overlay-text div h4 a,
	h4 .video .overlay-text div a {
		font-size: 14px
	}
}

.video .overlay-text div.center {
	top: calc(50% - 1rem);
	left: 0;
	width: 100%;
	color: #000;
	padding: 0px;
	text-align: center
}

.video .overlay-text div.top-left {
	top: 0;
	left: 15px
}

.video .overlay-text div.top-center {
	top: 0;
	right: 0;
	left: 0;
	text-align: center;
	width: 66.667%;
	max-width: 100%;
	padding: 10px 10%;
	margin: 0 auto
}

.video .overlay-text div.top-right {
	top: 0;
	right: 35%;
	width: 66.667%;
	text-align: right;
	left: auto
}

.video .overlay-text div.bottom-left {
	bottom: 5%;
	left: 15px;
	text-align: left
}

.video .overlay-text div.bottom-center {
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	width: 66.667%;
	max-width: 100%;
	padding: 10px 10%;
	margin: 0 auto
}

.video .overlay-text div.bottom-right {
	bottom: 0;
	right: 35%;
	width: 66.667%;
	text-align: right;
	left: auto
}

.video .overlay-text div.middle-left {
	top: 37%;
	left: 15px
}

.video .overlay-text div.middle-center {
	top: 37%;
	left: 0;
	right: 0;
	text-align: center;
	width: 66.667%;
	max-width: 100%;
	padding: 10px 10%;
	margin: 0px auto
}

.video .overlay-text div.middle-right {
	top: 37%;
	right: 35%;
	width: 66.667%;
	text-align: right;
	left: auto
}

@media (max-width: 992px) {
	.video .overlay-text div.top-center,
	.video .overlay-text div.top-right,
	.video .overlay-text div.middle-center,
	.video .overlay-text div.middle-right,
	.video .overlay-text div.bottom-center,
	.video .overlay-text div.bottom-right {
		width: 100%
	}
	.video .overlay-text div.top-right,
	.video .overlay-text div.middle-right,
	.video .overlay-text div.bottom-right {
		right: 15px
	}
	.video .overlay-text div.bottom-left,
	.video .overlay-text div.bottom-center,
	.video .overlay-text div.bottom-right {
		bottom: 25%
	}
}

@media (max-width: 480px) {
	.video .overlay-text div.bottom-left,
	.video .overlay-text div.bottom-center,
	.video .overlay-text div.bottom-right {
		bottom: 35%
	}
	.video .overlay-text div.middle-left,
	.video .overlay-text div.middle-center,
	.video .overlay-text div.middle-right {
		top: 30%
	}
}

.video .overlay-text div.disclaimer {
	bottom: 0;
	right: 0
}

@media only screen and (max-width: 768px) {
	.video .mobile-bottom .overlay-text {
		position: relative
	}
	.video .mobile-bottom .overlay-text div {
		position: relative
	}
	.video .mobile-bottom .overlay-text div p,
	.video .mobile-bottom .overlay-text div a,
	.video .mobile-bottom .overlay-text div h1,
	.video .mobile-bottom .overlay-text div h1 a,
	h1 .video .mobile-bottom .overlay-text div a,
	.video .mobile-bottom .overlay-text div h2,
	.video .mobile-bottom .overlay-text div h2 a,
	h2 .video .mobile-bottom .overlay-text div a,
	.video .mobile-bottom .overlay-text div h3,
	.video .mobile-bottom .overlay-text div h3 a,
	h3 .video .mobile-bottom .overlay-text div a,
	.video .mobile-bottom .overlay-text div h4,
	.video .mobile-bottom .overlay-text div h4 a,
	h4 .video .mobile-bottom .overlay-text div a,
	.video .mobile-bottom .overlay-text div h5,
	.video .mobile-bottom .overlay-text div h5 a,
	h5 .video .mobile-bottom .overlay-text div a,
	.video .mobile-bottom .overlay-text div h6,
	.video .mobile-bottom .overlay-text div h6 a,
	h6 .video .mobile-bottom .overlay-text div a {
		color: #000
	}
}

.video-player.youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden
}

.video-player iframe,
.video-player embed,
.video-player video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.video-player .s7container {
	width: 100% !important
}

#video-component h2,
#video-component h2 a,
h2 #video-component a {
	margin-top: 0
}

#video-component div.manuscript {
	display: none
}

.dialog {
	display: none;
	width: 700px !important;
	height: 450px !important;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding-top: 0
}

@media only screen and (max-width: 768px) {
	.dialog {
		width: 100% !important
	}
}

.dialog h2,
.dialog h2 a,
h2 .dialog a {
	margin-top: 0
}

.dialog.smooth-scroll {
	-webkit-overflow-scrolling: touch
}

.dialog.full {
	width: auto !important;
	height: auto !important;
	overflow-y: visible
}

.dialog.error-modal {
	height: auto !important
}

.dialog.error-modal p {
	font-weight: 600;
	color: red
}

.dialog#auto-logout {
	height: auto !important;
	text-align: center
}

@media only screen and (max-width: 992px) {
	.dialog#auto-logout {
		width: 100% !important
	}
}

.dialog#auto-logout h2,
.dialog#auto-logout h2 a,
h2 .dialog#auto-logout a,
.dialog#auto-logout p {
	text-align: left
}

.dialog#auto-logout a {
	margin: 0 auto
}

.dialog#auto-logout #logged-out {
	display: none
}

.dialog .video-player {
	overflow: hidden
}

.modal {
	z-index: 9000
}

.modal .modal-content {
	margin: 0.625rem 0
}

.modal .modal-content .modal-header {
	border: 0;
	display: inline-block;
	width: 100%;
	z-index: 9999;
	padding: 0 15px
}

.modal .modal-content .modal-header .close {
	background-color: #FFF;
	float: right;
	padding: 0;
	border: 0;
	font-weight: 600;
	font-size: 21px;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #FFF;
	opacity: .3;
	margin-top: 15px
}

.modal .modal-content .modal-header h3,
.modal .modal-content .modal-header h3 a,
h3 .modal .modal-content .modal-header a {
	width: 90%;
	float: left
}

.modal .modal-content .modal-body {
	max-height: 600px;
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
	.modal .modal-content .modal-body {
		max-height: 600px
	}
}

.modal .modal-content .modal-body .phone-number {
	margin-bottom: 15px;
	margin-bottom: 1.5rem
}

.modal .modal-content .modal-body .phone-number a {
	font-weight: 600;
	margin-left: 5px;
	text-decoration: underline
}

.modal .modal-content .modal-footer {
	border: 0
}

.modal .modal-content .modal-footer hr {
	width: 90%;
	text-align: center
}

.modal .modal-content .modal-footer .terms-agree-btn,
.modal .modal-content .modal-footer .terms-cancel-btn {
	padding: 10px 24px
}

.modal-backdrop {
	z-index: 8999
}

#fade {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}

#light {
	display: none;
	position: absolute;
	top: 15%;
	left: 27%;
	background: #FFF;
	z-index: 1002;
	overflow: visible;
}

#boxclose {
	float: right;
	cursor: pointer;
	color: #fff;
	font-size: 31px;
	font-weight: bold;
	display: inline-block;
	line-height: 0px;
	padding: 15px;
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 1002;
	opacity: 0.9;
	background-repeat: no-repeat;
	background-image: url(http://stage-aem-author.whirlpool.com/etc/designs/whirlpool/digitalplatform/whirlpool/clientlibs/images/icons/close.png)
}

.boxclose:before {
	content: "×";
}

#fade:hover~#boxclose {
	display: none;
}

.dialog {
	display: none;
	width: 700px !important;
	height: 450px !important;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding-top: 0
}

@media only screen and (max-width: 768px) {
	.dialog {
		width: 100% !important
	}
}

.dialog h2,
.dialog h2 a,
h2 .dialog a {
	margin-top: 0
}

.dialog.smooth-scroll {
	-webkit-overflow-scrolling: touch
}

.dialog.full {
	width: auto !important;
	height: auto !important;
	overflow-y: visible
}

.dialog.error-modal {
	height: auto !important
}

.dialog.error-modal p {
	font-weight: 600;
	color: red
}

.dialog#auto-logout {
	height: auto !important;
	text-align: center
}

@media only screen and (max-width: 992px) {
	.dialog#auto-logout {
		width: 100% !important
	}
}

.dialog#auto-logout h2,
.dialog#auto-logout h2 a,
h2 .dialog#auto-logout a,
.dialog#auto-logout p {
	text-align: left
}

.dialog#auto-logout a {
	margin: 0 auto
}

.dialog#auto-logout #logged-out {
	display: none
}

.dialog .video-player {
	overflow: hidden
}

.ui-dialog {
	font-size: 14px;
	font-size: 1.4rem;
	z-index: 9999;
	outline: 0;
	position: absolute;
	width: auto !important;
	background-color: #FFF
}

@media only screen and (max-width: 992px) {
	.ui-dialog {
		width: 100% !important
	}
}

.ui-dialog .video-modal {
	overflow-y: visible;
	height: 500px !important
}

.ui-dialog .ui-state-default,
.ui-dialog .ui-widget-content .ui-state-default,
.ui-dialog .ui-widget-header .ui-state-default,
.ui-dialog .ui-dialog-titlebar-close {
	background: url("../../../digital-platform/components/shopping/productFeatureCardsV3/clientlibs/images/icons/close.png");
	background-repeat: no-repeat;
	outline: 0;
	float: right;
	text-indent: -9999px;
	margin: 5px;
	border: 0;
	position: relative;
	z-index: 9999
}

.ui-dialog .ui-state-default::after,
.ui-dialog .ui-widget-content .ui-state-default::after,
.ui-dialog .ui-widget-header .ui-state-default::after,
.ui-dialog .ui-dialog-titlebar-close::after {
	content: "";
	color: #000;
	font-family: "Glyphicons Halflings"
}

.ui-dialog .ui-state-default .ui-button-text,
.ui-dialog .ui-widget-content .ui-state-default .ui-button-text,
.ui-dialog .ui-widget-header .ui-state-default .ui-button-text,
.ui-dialog .ui-dialog-titlebar-close .ui-button-text {
	display: none
}

.ui-dialog .ui-dialog-titlebar-close {
	width: 18px;
	height: 18px
}

.ui-dialog .ui-icon-closethick {
	display: none !important
}

.ui-dialog .ui-dialog-titlebar {
	background: #FFF;
	border: 0
}

.ui-dialog .ui-dialog-content {
	background: #FFF;
	padding: 20px 10px;
	top: auto !important;
	left: 0 !important
}

.ui-dialog #forgot-psd-waring {
	height: auto !important
}

.ui-dialog #forgot-psd-waring button {
	position: relative;
	left: 50%
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9998;
	background: rgba(0, 0, 0, 0.75)
}

.modal {
	z-index: 9000
}

.modal .modal-content {
	margin:0.625rem 0
}

.modal .modal-content .modal-header {
	border: 0;
	display: inline-block;
	width: 100%;
	z-index: 9999;
	padding: 0 15px
}

.modal .modal-content .modal-header .close {
	background-color: #FFF;
	float: right;
	padding: 0;
	border: 0;
	font-weight: 600;
	font-size: 21px;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #FFF;
	opacity: .3;
	margin-top: 15px
}

.modal .modal-content .modal-header h3,
.modal .modal-content .modal-header h3 a,
h3 .modal .modal-content .modal-header a {
	width: 90%;
	float: left
}

.modal .modal-content .modal-body {
	max-height: 600px;
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
	.modal .modal-content .modal-body {
		max-height: 600px
	}
}

.modal .modal-content .modal-body .phone-number {
	margin-bottom: 15px;
	margin-bottom: 1.5rem
}

.modal .modal-content .modal-body .phone-number a {
	font-weight: 600;
	margin-left: 5px;
	text-decoration: underline
}

.modal .modal-content .modal-footer {
	border: 0
}

.modal .modal-content .modal-footer hr {
	width: 90%;
	text-align: center
}

.modal .modal-content .modal-footer .terms-agree-btn,
.modal .modal-content .modal-footer .terms-cancel-btn {
	padding: 10px 24px
}

.modal-backdrop {
	z-index: 8999
}

.ui-slider {
	position: relative;
	text-align: left
}

.ui-slider .ui-slider-handle {
	width: 20px;
	width: 2rem;
	height: 20px;
	height: 2rem;
	cursor: default;
	position: absolute;
	z-index: 2
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background-position: 0 0
}

.ui-slider .ui-state-default,
.ui-slider .ui-widget-content .ui-state-default,
.ui-slider .ui-widget-header .ui-state-default {
	background: #EEB111;
	border-radius: 15px;
	outline: 0
}

.ui-slider .ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ui-slider .ui-widget-header {
	background: #707070
}

.ui-slider .ui-widget-header a {
	color: #707070
}

.ui-slider .tooltip {
	opacity: 1;
	top: 120%;
	margin-top: 10px;
	margin-left: -11px;
	width: 40px;
	position: relative;
	background: #FFF;
	color: #353535;
	border: 1px solid #707070
}

.ui-slider .tooltip::after,
.ui-slider .tooltip::before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: ' ';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}

.ui-slider .tooltip::after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #FFF;
	border-width: 10px;
	margin-left: -10px
}

.ui-slider .tooltip::before {
	border-color: rgba(207, 207, 207, 0);
	border-bottom-color: #707070;
	border-width: 11px;
	margin-left: -11px
}

.ui-slider .tooltip .tooltip-arrow {
	display: none
}

.ui-slider .tooltip.bottom {
	padding: 2px 0px
}

.ui-slider .tooltip-inner {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
	color: #353535;
	text-align: center
}

.ui-slider-horizontal {
	height: 12px;
	height: 1.2rem;
	background-color: #707070
}

.ui-slider-horizontal .ui-slider-handle {
	top: -4px;
	top: -.4rem;
	margin-left: -8px;
	margin-left: -.8rem
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0
}

.video-title-dialog {
	font-size: 40px;
	line-height: 40px;
	color: rgb(91, 91, 91);
	margin-bottom: 10px;
	margin-top: 10px;
}

.ui-dialog .ui-dialog-titlebar-close {
	background: url("../../../../etc/designs/whirlpool/digitalplatform/whirlpool/clientlibs/images/icons/close.png");
    background-repeat: no-repeat;
    padding: 12px;
    margin-top: 12px;
}
.product-features__feature-card img {
  height: 12.75rem;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
}

.product-features__feature-card-text {
  margin: 0.5rem .5rem 0 .5rem;
}

.product-features__feature-card-text p {
  margin-bottom: 1em;
}

.product-features__feature-card {
  background: #fff;
  height: 100%;
  border: #d8d8d8 solid .0625rem;
  position: relative;
}

.product-features__additional-features {
  background: #fff;
  margin-top: 1rem;
  margin-bottom: .875rem;
  margin: auto;
  padding: 2.5rem 6.25rem 1.25rem 6.25rem;
  border: #d8d8d8 solid .0625rem;
}

@media (max-width: 768px) {
  .product-features__feature-card img {
    max-height: 20rem;
  }
  .product-features__additional-features {
    padding: 1.875rem 1.25rem .625rem 1.25rem;
  }
}

.product-features__additional-feature-card {
  padding: 1rem
}

.product-features__row-feature {
  margin-bottom: 0.875rem
}

.product-features__show .product-features__row-feature:nth-of-type(n + 4) {
  display: none;
}
.product-features__show .row-additional:nth-of-type(n + 3) {
  display: none;
}

.product-features__view_more--link{
  font-weight: 700;
  font-size: 1em;
  display: inline-block;
  margin-top: 0.4375rem;
  cursor: pointer;
}

.product-features__view_more--icon {
  display: none;
  vertical-align: middle;
  margin: 0 0 0 0.5rem;
  width: 1rem;
  height: 1rem;
}

.product-features__view_more--icon.active {
  display: inline-block;
}
.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;
}
.product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: white;
    margin: 10px;
    padding: .5rem;
}

.product-card__name {
    text-decoration: underline;
}

.product-card__img {
    max-width: 185px;
    max-height: 200px;
}

.product-card__title,
.product-card__name,
.product-card__sku,
.product-card__rating,
.product-card__price,
.product-card__color,
.product-card__top-features,
.product-card__description,
.product-card__button {
    padding: .5rem;
}

.product-card__color-picker {
    display: flex;
    padding: 1rem;
}

.color-picker__dot.color-picker__dot--active {
    border: 1px solid #5e514e;
}

.color-picker__dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    border: 1px solid #e8dede;
}

.product-card__top-features li {
    text-align: left;
}

.product-card__msrp-price--line-through {
    text-decoration: line-through;
}

.product-card__price {
    font-weight: bold;
}

.product-card__sale-price {
    color: rgb(196, 18, 48);
}

.product-card__button {
    margin-top: auto;
    width: 100%;
    text-decoration: none;
    outline: 0;
}

.product-card__name--link {
    outline: 0;
}

.product-card__button span {
    width: 100%;
}

.cpg-subscription.hidden,
.cpg-subscription.hide {
  display: none;
}
.cpg-subscription__title {
  color: #000000;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
}
.cpg-subscription__subscription {
  color: #000000;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1875rem;
  margin-top: 0.62rem;
}
.cpg-subscription__subscription > * {
  font-family: "HelveticaNeue", sans-serif;
}
.cpg-subscription__subscription a {
  font-weight: 400;
  font-size: .75rem;
}
.cpg-subscription__product-section {
  outline: 0.0625rem solid #979797;
  background: #ffffff;
  margin-top: 1.5rem;
  padding-top: 1rem;
}
.cpg-subscription__product-section:has(.cpg-subscription__checkbox-button:checked) {
  outline: 0.125rem solid #eeb111;
}
.cpg-subscription__product-head {
  display: flex;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cpg-subscription__product-head-left {
  display: inline-flex;
  flex: 1 1 0;
  align-items: center;
}
.cpg-subscription__checkbox {
  cursor: pointer;
}
.cpg-subscription__checkbox-button {
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
  border: 0.1rem solid #000000;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  margin: 0;
  cursor: pointer;
}
.cpg-subscription__checkbox-button:checked:after {
  content: "";
  display: block;
  width: 49%;
  height: 71%;
  border: solid #000000;
  border-width: 0 0.2rem 0.2rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 0.35rem;
  margin-top: 0.1rem;
}
.cpg-subscription__checkbox-label {
  vertical-align: middle;
  color: #000000;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1875rem;
  margin-left: 0.625rem;
}
.cpg-subscription__product-head-right {
  display: grid;
}
.cpg-subscription__price {
  vertical-align: middle;
  padding: 0.25rem 0.5rem 0.25rem 1rem;
  float: right;
  color: #000000;
  text-align: center;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  margin-top: auto;
  margin-bottom: auto;
  grid-row: 1;
}
.cpg-subscription__save-section {
  border-radius: 0.9375rem;
  border: 0.0625rem dotted #008800;
  padding: 0.25rem 0.5rem 0.25rem 1rem;
  margin: auto;
  display: inline-flex;
  align-items: center;
  grid-row: 2;
}
.cpg-subscription__save-label {
  color: #008800;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem;
}
.cpg-subscription__save-image {
  height: 1.5rem;
  width: 1.5rem;
  position: relative;
}
.cpg-subscription__save-image svg {
  height: 1.5rem;
  width: 1.5rem;
}
.cpg-subscription__save-tooltip {
  width: 14.375rem;
  background-color: #000000;
  color: #ffffff;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 0.875rem;
  text-align: left;
  padding: 0.5rem;
  margin-top: 0.625rem;
  position: absolute;
  display: none;
  top: 2.75rem;
  left: -3.625rem;
  transform: translate(-50%, -22%);
}
.cpg-subscription__save-tooltip > * {
  font-family: "HelveticaNeue", sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 0.875rem;
  text-align: left;
}
.cpg-subscription__save-tooltip:after {
  content: '';
  position: absolute;
  left: 77%;
  top: -6%;
  width: 1rem;
  height: 1rem;
  background: black;
  transform: rotate(45deg);
}
.cpg-subscription__save-tooltip:hover,
.cpg-subscription__save-tooltip:active {
  display: block;
}
.cpg-subscription__save-image:hover .cpg-subscription__save-tooltip,
.cpg-subscription__save-image:active .cpg-subscription__save-tooltip {
  display: block;
}
.cpg-subscription__divider {
  height: 0.0625rem;
  align-self: stretch;
  background: #d9d9d9;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.cpg-subscription__product-data {
  display: flex;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cpg-subscription__product-image-wrapper {
  height: 5rem;
  width: 5rem;
  display: block;
  text-align: center;
}
.cpg-subscription__product-image {
  max-height: 5rem;
  max-width: 5rem;
  height: auto;
  margin: auto;
}
.cpg-subscription__product-wrapper {
  margin-left: 1.5rem;
  margin-top: 0.34rem;
}
.cpg-subscription__product-name {
  color: var(--text-black, #000000);
  font-family: "HelveticaNeue", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1875rem;
}
.cpg-subscription__product-name-link {
  text-decoration: none;
  font-weight: 700;
}
.cpg-subscription__product-name-link:hover {
  text-decoration: none;
}
.cpg-subscription__frequency-wrapper {
  margin-top: 0.75rem;
  color: #000000;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1875rem;
}
.cpg-subscription__frequency-value {
  font-style: normal;
  font-weight: 700;
}
.cpg-subscription__product-disclaimer {
  margin-top: 0.75rem;
  color: #000000;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.90625rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 1rem;
}
.cpg-subscription__product-disclaimer > * {
  font-family: "HelveticaNeue", sans-serif;
}
.cpg-subscription__product-disclaimer a {
  font-weight: 400;
  font-size: .625rem;
}
@media (min-width: 64rem) {
  .cpg-subscription__title {
    font-size: 1.25rem;
  }
  .cpg-subscription__subscription {
    font-size: 1rem;
  }
  .cpg-subscription__subscription a {
    font-size: 1rem;
  }
  .cpg-subscription__product-head-right {
    display: inline-flex;
    flex: 1 1 0;
  }
  .cpg-subscription__product-name {
    font-size: 1rem;
  }
  .cpg-subscription__save-tooltip {
    top: revert;
    bottom: 0;
  }
  .cpg-subscription__save-tooltip:after {
    top: revert;
  }
}

.product-cordless-variants {
  min-height: 27.6875rem;
}
.product-cordless-variants__head {
  color: #2e2e2e;
  font-family: 'Avenir-Black', sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.125rem;
}
@media (min-width: 48rem) {
  .product-cordless-variants__head {
    font-size: 1.25rem;
  }
}
.product-cordless-variants__options {
  color: #2e2e2e;
  font-family: 'Avenir-Black', sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.125rem;
  margin-top: 2.13rem;
}
.product-cordless-variants__option {
  display: flex;
  padding: 1rem;
  align-items: center;
  border: 0.0625rem solid #000000;
  background: #ffffff;
  margin-top: 1rem;
}
.product-cordless-variants__option--selected {
  border: 0.125rem solid #c41230;
  background: #ffffff;
}
.product-cordless-variants__option-title {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex: 1 0 0;
  color: #2e2e2e;
  font-family: 'Avenir-Black', sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.3125rem;
}
.product-cordless-variants__included-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #2e2e2e;
  font-family: 'Avenir-Black', sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.5rem;
  margin-top: 1.41rem;
  margin-bottom: 0.53rem;
}
.product-cordless-variants__included-item {
  margin-top: 0.44rem;
}
.product-cordless-variants__included-item-text {
  color: #2e2e2e;
  font-family: "Avenir", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 350;
  line-height: 1.3125rem;
}
.product-cordless-variants__included-item-icon {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
}
.product-cordless-variants__included-item-icon svg {
  height: 1.5rem;
  width: 1.5rem;
}
.product-cordless-variants__disclaimer {
  padding-top: .75rem;
  align-items: center;
  gap: .2rem;
  color: #2e2e2e;
  font-family: "Avenir", sans-serif;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.0625rem;
  margin-top: 0.5rem;
}
.product-cordless-variants__disclaimer a {
  font-weight: 800;
}
.cordlessVariants.baseComponent.aem-GridColumn.aem-GridColumn--default--12 {
  float: none;
}
.author-mode .cordlessVariants.baseComponent.aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
}

@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
}
.sticky-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 5.125rem;
}

.sticky-nav--fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: white;
    border-bottom: 1px solid #f1e3e3;
    display: flex;
    align-items: center;
}

.sticky-nav img,
.sticky-nav--fixed img {
    padding: 1rem;
    max-height: inherit;
    max-width: fit-content;
}

.sticky-nav__item {
    display: flex;
    flex-direction: column;
    padding: 1rem;
}

.sticky-nav__link {
    cursor: pointer;
    text-decoration: none;
}

.sticky-nav__link:hover,
.sticky-nav__link.active {
    border-bottom: 3px solid #005ABB;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    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;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

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

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

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[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;
}
@charset 'UTF-8';

/* Icons */
/*@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('../../../digital-platform/components/content/formatting/carousel/clientlibs/css/fonts/slick.eot');
    src: url('../../../digital-platform/components/content/formatting/carousel/clientlibs/css/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../../digital-platform/components/content/formatting/carousel/clientlibs/css/fonts/slick.woff') format('woff'), url('../../../digital-platform/components/content/formatting/carousel/clientlibs/css/fonts/slick.ttf') format('truetype'), url('../../../digital-platform/components/content/formatting/carousel/clientlibs/css/fonts/slick.svg#slick') format('svg');
}*/

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index:1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -45px;
    background:url('../../../../content/dam/whirlpool/icons/prev-arrow.png');
}

.slick-prev:hover,
.slick-prev:focus {
    background:url('../../../../content/dam/whirlpool/icons/prev-arrow.png');
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-next {
    right: -45px;
    background:url('../../../../content/dam/whirlpool/icons/next-arrow.png');
}

.slick-next:hover,
.slick-next:focus {
    background:url('../../../../content/dam/whirlpool/icons/next-arrow.png');
}

@media (max-width: 992px) {
   .slick-next {
       right: -10px;
   }
   .slick-prev {
       left: -10px;
   }
}

@media (max-width: 992px) and (min-width: 769px) {
   .slick-next {
       right: 10px;
   }
   .slick-prev {
       left: 10px;
   }
}

@media (max-width: 768px) {
   .slick-next {
       right: 0px;
   }
   .slick-prev {
       left: 0px;
   }
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: relative;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
.value-prop-component {
  background-color: #ffffff;
  border-bottom: 0.125rem solid #e2e2e2;
  border-top: 0.125rem solid #e2e2e2;
}
.value-prop-component__header {
  font-size: 1.625rem;
  line-height: 1.75rem;
  color: #000000;
  text-align: center;
  padding: 1.4375rem 1rem;
  border-bottom: 0.125rem solid #e2e2e2;
  font-weight: bold;
}
.value-prop-component-container {
  padding: 1.875rem 1.5rem 1.9375rem;
}
.value-prop-component-container .value-prop-component-tile {
  padding-bottom: 2rem;
  padding-top: 2rem;
  border-bottom: 0.125rem solid #e2e2e2;
}
.value-prop-component-container .value-prop-component-tile:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.value-prop-component-container .value-prop-component-tile:first-of-type {
  padding-top: 0;
}
.value-prop-component-container .value-prop-component-tile__title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
  color: #000000;
}
.value-prop-component-container .value-prop-component-tile__description {
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #000000;
  margin-bottom: 1rem;
}
.value-prop-component-container .value-prop-component-tile__link {
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: bold;
}
.value-prop-component-container .value-prop-component-tile__link.value-prop-component-tile__link--external {
  padding-right: 0.5rem;
  position: relative;
}
.value-prop-component-container .value-prop-component-tile__link.value-prop-component-tile__link--external::after,
.value-prop-component-container .value-prop-component-tile__link.value-prop-component-tile__link--external::before {
  box-sizing: border-box;
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  right: -1rem;
  top: 0;
}
.value-prop-component-container .value-prop-component-tile__link.value-prop-component-tile__link--external::before {
  width: 1rem;
  height: 1rem;
  clip-path: polygon(0 0, 50% 0, 50% 50%, 100% 50%, 100% 100%, 0 100%);
  border-radius: 3px;
  border: 2px solid currentColor;
}
.value-prop-component-container .value-prop-component-tile__link.value-prop-component-tile__link--external::after {
  background-color: currentColor;
  clip-path: polygon(0 82%, 66% 17%, 50% 0, 100% 0, 100% 50%, 84% 34%, 18% 100%);
}
@media (min-width: 64rem) {
  .value-prop-component {
    padding: 2rem 8.819% 1.9375rem 9.375%;
    display: flex;
    flex-direction: row;
  }
  .value-prop-component__header {
    border: none;
    text-align: left;
    padding: .4375rem 3% 0 0;
    flex: 1;
  }
  .value-prop-component-container {
    display: flex;
    flex-direction: row;
    padding: 0;
    flex: 5.16;
  }
  .value-prop-component-container .value-prop-component-tile {
    min-height: 14.125rem;
    width: 40.33%;
    border-bottom: none;
    padding: 1rem 4.5% 1rem 3.2%;
    border-left: 0.125rem solid #e2e2e2;
  }
  .value-prop-component-container .value-prop-component-tile:last-of-type,
  .value-prop-component-container .value-prop-component-tile:first-of-type {
    padding: 1rem 4.5% 1rem 3.2%;
  }
  .value-prop-component-container .value-prop-component-tile__title {
    word-break: break-word;
  }
  .value-prop-component-container .value-prop-component-tile__link {
    cursor: pointer;
  }
}

@media (min-width: 1024px) {
    .textImage .rte,
    .textImage .rte p {
        color: #ffffff;
    }
}

@media (max-width: 1023px) {
    .ti-text {
        position: unset;
        transform: none !important;
        text-align: center;
        width: 100%;
    }

    .ti-text .rte span[style] {
        color: inherit !important;
    }
}

.grid-layout {
    display: flex;
}

.grid-layout__bottom-images {
    margin-top: 1rem;
    display: flex;
}

.grid-layout__image {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.grid-layout__text {
    flex-direction: column;
    display: flex;
    justify-content: center;
    padding: 1rem;
}

.grid-layout__buttons-cont {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 0;
}

.grid-layout__header,
.grid-layout__description {
    padding: 0.5rem 0;
}

.grid-layout__image img {
    width: 100%;
}

.grid-layout__button--primary,
.grid-layout__button--secondary {
    text-decoration: none;
}
.grid-layout__button--primary:focus {
    outline: 1px solid #000;
}

.grid-layout video,
.grid-layout .video-container iframe {
    width: 100%;
}

@media (max-width: 767px) {
    .grid-layout,
    .grid-layout__buttons-cont {
        flex-direction: column;
    }

    .grid-layout__bottom-images.grid-layout__bottom-images--xs {
        display: none;
    }

    .grid-layout__button--primary,
    .grid-layout__button--primary span,
    .grid-layout__button--secondary,
    .grid-layout__button--secondary span {
        width: 100%;
    }

    .grid-layout__button--secondary {
        margin-top: 1rem;
    }
}

@media (min-width: 768px) {
    .grid-layout__button--secondary--left-offset {
        margin-left: 1rem;
    }
    .grid-layout__button--secondary--top-offset {
        margin-top: 1rem;
    }
    .grid-layout__text--right {
        margin-left: 2rem;
    }

    .grid-layout__image-cont--w20 {
        width: 20%;
    }

    .grid-layout__image-cont--w30 {
        width: 30%;
    }

    .grid-layout__image-cont--w40 {
        width: 40%;
    }
    
    .grid-layout__image-cont--w50 {
        width: 50%;
    }

    .grid-layout__image-cont--w60 {
        width: 60%;
    }

    .grid-layout__image-cont--w70 {
        width: 70%;
    }

    .grid-layout__image-cont--w80 {
        width: 80%;
    }

    .grid-layout__image-cont--w100 {
        width: 100%;
    }

    .grid-layout__image--left {
        order: 0;
    }

    .grid-layout__image--right {
        order: 1;
    }

    .grid-layout__bottom-image-two {
        margin-left: 1rem;
    }

    .grid-layout__text--w20 {
        width: 20%;
    }
    
    .grid-layout__text--w30 {
        width: 30%;
    }

    .grid-layout__text--w40 {
        width: 40%;
    }

    .grid-layout__text--w50 {
        width: 50%;
    }

    .grid-layout__text--w60 {
        width: 60%;
    }

    .grid-layout__text--w70 {
        width: 70%;
    }

    .grid-layout__text--w80 {
        width: 80%;
    }

    .grid-layout__text--center-aligned {
        align-items: center;
    }

    .grid-layout__text--left-aligned {
        align-items: flex-start;
    }

    .grid-layout__text--right-aligned {
        align-items: flex-end;
    }
}
.modal-video-movie-wrap .s7videoviewer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoviewer__controlbar--hide.s7videoviewer .s7controlbar {
    display: none;
}

.s7videoviewer .s7socialshare {
    display: none;
}
p a {
  text-decoration: underline;
}
p a:hover {
  color: currentColor;
}
.btnClass {
  text-decoration: none;
}
.featured-card-v2 * {
  list-style: none;
  box-sizing: border-box;
}
.featured-card-v2 p {
  text-transform: initial;
  letter-spacing: 0.02em;
  margin-top: 14px;
}
.featured-card-button {
  display: flex;
  align-items: center;
  margin-top: 21px;
}
.btnClass:not(:last-child) {
  margin-right: 15px;
}
.featured-card-content {
  z-index: 9;
  padding: 0 10px;
}
.featured-card-v2 {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.featured-card-v2.height-automatic {
  height: auto;
}
.featured-card-v2.height-automatic .featured-card-v2-container {
  height: auto;
  padding: 1.5rem .625rem;
}
.featured-card-v2.content-cardV2-tablet {
  min-height: 20rem;
}
@media (max-width: 1023px) and (max-height: 600px) {
  .featured-card-v2.content-cardV2-tablet {
    min-height: 25rem;
  }
}
.featured-card-v2.content-cardV2-tablet .featured-card-v2-container {
  min-height: 20rem;
}
@media (max-width: 1023px) and (max-height: 600px) {
  .featured-card-v2.content-cardV2-tablet .featured-card-v2-container {
    min-height: 25rem;
  }
}
.featured-card-v2.content-cardV2-tablet.large-landscape {
  min-height: 32rem;
}
.featured-card-v2.content-cardV2-tablet.large-landscape .featured-card-v2-container {
  min-height: 32rem;
}
.featured-card-v2 .featured-card-v2-container {
  position: relative;
  padding: .625rem;
  display: flex;
}
.featured-card-v2 .featured-card-v2-container .featured-card-content {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  margin: 0 !important;
  padding: 0;
  padding-bottom: .625rem;
}
.featured-card-v2 .featured-card-v2-container.vertical-middle {
  align-items: center;
}
.featured-card-v2 .featured-card-v2-container.vertical-top {
  align-items: flex-start;
}
.featured-card-v2 .featured-card-v2-container.vertical-bottom {
  align-items: flex-end;
}
.featured-card-v2 .featured-card-v2-container.featured-card-left {
  justify-content: flex-start;
}
.featured-card-v2 .featured-card-v2-container.featured-card-right {
  justify-content: flex-end;
}
.featured-card-v2 .featured-card-v2-container.featured-card-center {
  justify-content: center;
}
.featured-card-v2 .featured-card-v2-container.text-align-center .featured-card-content {
  text-align: center;
}
.featured-card-v2 .featured-card-v2-container.text-align-center .featured-card-content .featured-card-button {
  justify-content: center;
}
.featured-card-v2 .featured-card-v2-container.text-align-left .featured-card-content {
  text-align: left;
}
.featured-card-v2 .featured-card-v2-container.text-align-left .featured-card-content .featured-card-button {
  justify-content: flex-start;
}
.featured-card-v2 .featured-card-v2-container.text-align-right .featured-card-content {
  text-align: right;
}
.featured-card-v2 .featured-card-v2-container.text-align-right .featured-card-content .featured-card-button {
  justify-content: flex-end;
}
@media (max-width: 1175px) {
  .featured-card-v2 .featured-card-v2-container.vertical-middle-md {
    align-items: center;
  }
  .featured-card-v2 .featured-card-v2-container.vertical-top-md {
    align-items: flex-start;
  }
  .featured-card-v2 .featured-card-v2-container.vertical-bottom-md {
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .featured-card-v2 .featured-card-v2-container.vertical-middle-sm {
    align-items: center;
  }
  .featured-card-v2 .featured-card-v2-container.vertical-top-sm {
    align-items: flex-start;
  }
  .featured-card-v2 .featured-card-v2-container.vertical-bottom-sm {
    align-items: flex-end;
  }
}
.featured-card-v2 .featured-card-button {
  flex-wrap: wrap;
}
.aem-GridColumn--default--12 .featured-card-left,
.aem-GridColumn--default--12 .featured-card-right,
.aem-GridColumn--default--8 .featured-card-left,
.aem-GridColumn--default--8 .featured-card-right,
.featured-card-full-right,
.featured-card-full-left {
  display: flex;
  align-items: center;
}
.aem-GridColumn--default--12 .featured-card-right .featured-card-button,
.featured-card-full-right .featured-card-button {
  justify-content: flex-end;
}
.aem-GridColumn--default--12 .featured-card-center,
.aem-GridColumn--default--8 .featured-card-center,
.featured-card-full-center {
  display: flex;
  align-items: flex-end;
}
.aem-GridColumn--default--12 .featured-card-center .featured-card-button,
.aem-GridColumn--default--8 .featured-card-center .featured-card-button,
.featured-card-full-center .featured-card-button {
  justify-content: center;
}
.aem-GridColumn--default--8 .featured-card-right .featured-card-content {
  text-align: right;
}
.aem-GridColumn--default--8 .featured-card-right .featured-card-button {
  justify-content: flex-end;
}
.aem-GridColumn--default--6 .featured-card-center,
.aem-GridColumn--default--6 .featured-card-right,
.aem-GridColumn--default--6 .featured-card-left {
  display: flex;
  align-items: flex-end;
}
.aem-GridColumn--default--6 .featured-card-right .featured-card-content {
  text-align: right;
}
.aem-GridColumn--default--6 .featured-card-right .featured-card-button {
  justify-content: flex-end;
}
.aem-GridColumn--default--6 .featured-card-center .featured-card-content {
  margin: 0px auto;
  text-align: center;
}
.aem-GridColumn--default--6 .featured-card-center .featured-card-button {
  justify-content: center;
}
.aem-GridColumn--default--4 .featured-card-center,
.aem-GridColumn--default--4 .featured-card-right,
.aem-GridColumn--default--4 .featured-card-left {
  display: flex;
  align-items: flex-end;
}
.aem-GridColumn--default--4 .featured-card-right .featured-card-content {
  text-align: right;
}
.aem-GridColumn--default--4 .featured-card-right .featured-card-button {
  justify-content: flex-end;
}
.aem-GridColumn--default--4 .featured-card-center .featured-card-content {
  text-align: center;
  margin: 0px auto;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--none.cc-container,
.cc-container {
  max-width: 1200px;
  margin: 0 auto;
  float: none !important;
  clear: both !important;
}
.cc-container .cc-main-card {
  padding: 0 15px;
  margin-bottom: 20px;
}
.cc-container:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .btnClass:not(:last-child) {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .featured-card-content {
    max-width: 100% !important;
  }
}
/* media queries for desktop, laptop, mobile */
.content-cardV2-tablet {
  display: none !important;
}
.content-cardV2-mobile {
  display: none !important;
}
@media only screen and (max-width: 1175px) {
  .content-cardV2-desktop {
    display: none !important;
  }
  .content-cardV2-tablet {
    display: flex !important;
  }
}
@media only screen and (max-width: 767px) {
  .content-cardV2-tablet {
    display: none !important;
  }
  .content-cardV2-mobile {
    display: flex !important;
  }
}
.color-overlay-background {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.gradient-overlay-background {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.btnClass:hover {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.btnClass:not(:last-child) {
  margin-right: 15px;
}
/* end */
.featured-card-full-right img,
.featured-card-full-left img,
.featured-card-full-center img,
.aem-GridColumn--default--12 .featured-card-right img,
.aem-GridColumn--default--12 .featured-card-left img,
.aem-GridColumn--default--12 .featured-card-center img {
  width: 100%;
  height: 100%;
}
.fc-image-width {
  width: 100%;
}
.fc-image-width > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
/* animate css */
.featured-card-content.fadeInBottom * {
  animation-name: fadeInBottom;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
  }
}

.content-card {
    background-color: white;
    margin: 15px;
    border: 1px solid #eae8e8;
    display: flex;
    flex-direction: column;
}

.content-card__img--full-width img {
    width: 100%;
}

.content-card__img--centered {
    display: flex;
    justify-content: center;
    padding-top: 1rem;
}

.content-card__header {
    padding: 1rem 15px 0.5rem 15px;
}

.content-card__header h3{
    font-size:1.25em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.content-card__text {
    padding: 0.5rem 1rem;
}

.content-card__buttons {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    margin-top: auto;
    justify-content: flex-end;
}

.content-card__buttons span {
    width: 100%;
}

.content-card__button--secondary {
    margin: 15px 0 0 0;
}

.content-card__text--left {
    text-align: left;
}

.content-card__text--center {
    text-align: center;
}

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

.content-card__button--primary,
.content-card__button--secondary {
    text-decoration: none;
}

.category__filters-cont {
    display: flex;
    flex-direction: column;
    margin: 1rem 0;
    align-items: center;
}

.category__filters {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #000000;
    border-radius: 2rem;
    padding: 0.25rem;
    background-color: #FFFFFF;
}

.category__filters-label {
    padding: 0.75rem 0;
}

.category__filter {
    padding: 0.5rem;
    margin: 0;
}

.category__content-card {
    padding: 1rem;
}

@media (max-width: 767px) {
    .category__content-card {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .category__content-card {
        width: 50%;
    }
}

@media (min-width: 1024px) {
    .category__content-card {
        width: 33%;
    }
}

.category__content-cards {
    display: flex;
    flex-wrap: wrap;
}

.category__filters--stacked {
    flex-direction: column;
}

.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;
  }
}
.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;
}

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;
}
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;
}

.keep-order {
  margin: 0 auto;
  padding: 0 1rem;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  line-height: 1.3125rem;
  text-align: center;
  font-family: "Avenir-Roman", sans-serif;
}
@media all and (min-width: 64rem) {
  .keep-order {
    width: 58.75rem;
    height: 29.5rem;
    padding: 0 8.25rem;
  }
  .keep-order__success-area {
    width: 26.125rem;
  }
}
.keep-order .bold-font {
  font-weight: 900;
  font-family: "Avenir-Black", "Avenir", sans-serif;
}
.keep-order .hidden {
  visibility: hidden;
}
.keep-order.success .keep-order__cta-area {
  display: none;
}
.keep-order.success .keep-order__success-area {
  display: block;
}
.keep-order.success .keep-order__contact-info {
  padding-top: 4.3125rem;
}
.keep-order__main-msg {
  padding-top: 3.0655rem;
}
.keep-order__confirm-block {
  padding-top: 1.5625rem;
}
.keep-order__confirm-btn {
  width: 18rem;
  height: 2.5rem;
  font-weight: 900;
  font-family: "Avenir-Black", "Avenir", sans-serif;
}
.keep-order__error-msg {
  font-size: .75rem;
  color: #c41230;
  display: block;
}
.keep-order__charge-msg {
  padding-top: 1.25rem;
  font-weight: 900;
  font-family: "Avenir-Black", "Avenir", sans-serif;
}
.keep-order__success-area {
  padding-top: 5.0625rem;
  margin: 0 auto;
  display: none;
}
.keep-order__success-area svg {
  width: 5.3125rem;
  height: 5.3125rem;
  color: #5c700e;
  margin: auto;
}
.keep-order__success-title {
  padding-top: 1.5rem;
  font-weight: 900;
  font-family: "Avenir-Black", "Avenir", sans-serif;
}
.keep-order__success-msg {
  padding-top: 1.5rem;
}
.keep-order__contact-info {
  padding-top: 2.75rem;
  padding-bottom: 3rem;
}
.keep-order__contact-info b {
  font-weight: 900;
  font-family: "Avenir-Black", "Avenir", sans-serif;
}

.keep-order {
  font-family: inherit;
  margin-bottom: 1rem;
}
.keep-order .bold-font {
  font-family: 'HelveticaNeue-Bold', sans-serif;
}
.keep-order__confirm-btn {
  font-family: 'HelveticaNeue-Bold', sans-serif;
}
.keep-order__error-msg {
  color: #c80a33;
}
.keep-order__charge-msg {
  font-family: 'HelveticaNeue-Bold', sans-serif;
}
.keep-order__success-area svg {
  color: #008800;
}
.keep-order__success-title {
  font-family: 'HelveticaNeue-Bold', sans-serif;
}
.keep-order__contact-info b {
  font-family: 'HelveticaNeue-Bold', 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;
}
.reset-password-form-v2 .reset-password-form-v2-container__inputs-container-fields .form-buttons .form-button {
  width: 100%;
  font-family: "Helvetica", sans-serif;
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: 700;
}
.reset-password-form-v2 .reset-password-form-v2-container__inputs-container-fields .form-buttons .button-cancel {
  font-family: "Helvetica", sans-serif;
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: 700;
}
@media (min-width: 64rem) {
  .reset-password-form-v2 .reset-password-form-v2-container__inputs-container-fields .form-buttons .form-button {
    width: 13.625rem;
  }
}

@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;
}
.registration-form__header {
  text-transform: none;
}
.registration-form__checkbox-container,
.registration-form__submit-btn {
  font-family: "Helvetica Neue LT W01_55 Roman", sans-serif;
}
.registration-form__submit-btn {
  text-transform: capitalize;
}
.registration-form__header,
.registration-form .form-label:not(.form-show-password-label) {
  font-family: 'HelveticaNeue-Bold', sans-serif;
}
.registration-form .form-req {
  color: #000000;
}
.registration-form__social-sign-in-container {
  background: #f2f2f2;
  border-radius: .625rem;
}
.registration-form__social-sign-in-container .sign-in-buttons__divider {
  font-family: "Helvetica Neue LT W01_55 Roman", sans-serif;
}
.registration-form__social-sign-in-container .sign-in-buttons__login-social--google-text,
.registration-form__social-sign-in-container .sign-in-buttons__login-social--facebook-text {
  border-top-right-radius: 1.875rem;
  border-bottom-right-radius: 1.875rem;
}
.registration-form__social-sign-in-container .sign-in-buttons__login-social--facebook-text {
  text-decoration: underline;
}
.registration-form__social-sign-in-container .sign-in-buttons__login-social--google-icon,
.registration-form__social-sign-in-container .sign-in-buttons__login-social--facebook-icon {
  border-right: 0;
  padding-right: 0;
  border-top-left-radius: 1.875rem;
  border-bottom-left-radius: 1.875rem;
}
.registration-form__social-sign-in-container .sign-in-buttons__login-social--google,
.registration-form__social-sign-in-container .sign-in-buttons__login-social--facebook {
  border: 0.125rem solid #e2e2e2;
  box-sizing: border-box;
  box-shadow: 0 0.25rem 0.875rem rgba(0, 0, 0, 0.14);
  border-radius: 1.875rem;
}
.registration-form__checkbox-container input:checked ~ .registration-form__check-mark {
  background: #eeb111;
}
.registration-form__check-mark:after {
  border: solid #000000;
  border-width: 0 .125rem .125rem 0;
}
.registration-form__existing-account-sign-in .link-btn:hover {
  color: #353535;
}
@media (min-width: 64rem) {
  .registration-form {
    border-radius: .625rem;
    margin-bottom: 1.25rem;
  }
}

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;
}

@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;
  }
}

.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;
}

.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;
  }
}

@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;
}

@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;
}
.content-spot__labels-title-content {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.2975rem;
  border-bottom: 0.125rem solid #eeb111;
  padding-bottom: 0.375rem;
}
.content-spot__labels-subtitle {
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 2.205625rem;
  color: #000000;
  margin-top: 1rem;
}
.content-spot .cmp-teaser {
  width: 11.125rem;
}
.content-spot .cmp-teaser__title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.068125rem;
  color: #000000;
}
.content-spot .cmp-teaser__title-link {
  text-decoration: none;
}
.content-spot .cmp-teaser__description {
  font-weight: 400;
  color: #5b5b5b;
  margin-top: 0.25rem;
}
.content-spot .cmp-teaser__description p {
  font-size: 0.625rem;
  line-height: 0.745625rem;
  color: #5b5b5b;
}
.content-spot__teasers .teaser .cmp-teaser {
  margin-top: 2rem;
}
@media all and (min-width: 48rem) {
  .content-spot__teasers {
    margin-top: 2.5rem;
  }
  .content-spot__teasers .teaser:not(:first-child) {
    margin-left: 0.5625rem;
  }
  .content-spot__teasers .teaser:not(:last-child) {
    margin-right: 0.5625rem;
  }
}

.checkout-header__title {
  margin-bottom: .3125rem;
}
@media all and (min-width: 48rem) {
  .checkout-header__title {
    margin-bottom: 0;
  }
}

.checkout-sign-in__login-mobile {
  line-height: .75rem;
}

.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;
  }
}

.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;
  }
}

.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;
  }
}

#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;
  }
}

.pdp-v2-section {
  margin-bottom: 1.5rem;
}
.pdp-v2-section__title {
  margin-bottom: 1rem;
  padding: 0;
  border-bottom: solid 0.063rem rgba(0, 0, 0, 0.2);
}
.pdp-v2-section__title.section-v1 {
  max-width: 74.375rem;
  margin: 0 auto;
  padding: 0 5% 1.25rem;
}
.pdp-v2-section__subtitle {
  padding: 1rem 1rem 0.75rem;
  line-height: 1.31;
}
.pdp-v2-section__divider {
  border-top: solid 0.063rem rgba(0, 0, 0, 0.2);
  margin-bottom: 1.5rem;
}
.pdp-v2-section__divider.hidden {
  opacity: 0;
}
.section-v2 .expand-button {
  min-height: 4rem;
  border-bottom: solid 0.063rem rgba(0, 0, 0, 0.2);
}
.section-v2 .expand-button:hover .pdp-v2-section__title {
  text-decoration: underline;
}
.section-v2.no-accordion .expand-button:hover {
  background-color: inherit;
}
.section-v2 .pdp-v2-section {
  margin-bottom: 5rem;
}
.section-v2 .pdp-v2-section__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 74.375rem;
  margin: 0 auto;
  padding: 0 5%;
}
.section-v2 .pdp-v2-section__header--right-column {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.section-v2 .pdp-v2-section__specs {
  display: none;
  font-size: .75rem;
  line-height: .875rem;
  font-weight: 700;
  color: black;
  margin: 1rem 2.5rem 1rem 0;
}
.section-v2 .pdp-v2-section__specs:empty {
  margin: 0;
}
.section-v2 .pdp-v2-section__spec-body .spec-img-warning {
  width: 15px;
  max-height: .625rem;
  display: inline;
}
.section-v2 .pdp-v2-section__spec-body b {
  display: inline;
  font-weight: 700;
}
.section-v2 .pdp-v2-section__spec-body a {
  display: inline;
  text-decoration: underline;
  font-weight: normal;
  color: black;
}
.section-v2 .pdp-v2-section__title {
  margin-bottom: 0;
  border-bottom: none;
}
.section-v2 .pdp-v2-section__divider {
  margin-bottom: 1.25rem;
}
.section-v2 .pdp-v2-section__icon {
  margin-top: .25rem;
  margin-right: .5rem;
  max-height: 1.25rem;
}
.section-v2 .pdp-v2-section__icon svg {
  min-width: 1.25rem;
  min-height: 1.25rem;
}
.section-v2 .pdp-v2-section__icon--plus {
  display: none;
}
.section-v2 .pdp-v2-section__icon--minus {
  display: block;
}
.section-v2.collapsed .expand-button {
  border-bottom: none;
}
.section-v2.collapsed .pdp-v2-section {
  margin-bottom: 0;
}
.section-v2.collapsed .pdp-v2-section__body {
  display: none;
}
.section-v2.collapsed .pdp-v2-section__header {
  margin-bottom: 0;
}
.section-v2.collapsed .pdp-v2-section__specs {
  display: flex;
}
.section-v2.collapsed .pdp-v2-section__specs.desktop {
  display: none;
}
.section-v2.collapsed .pdp-v2-section__icon--plus {
  display: block;
}
.section-v2.collapsed .pdp-v2-section__icon--minus {
  display: none;
}
@media all and (min-width: 48rem) {
  .section-v2 .pdp-v2-section {
    padding-top: 1rem;
  }
  .section-v2.collapsed .pdp-v2-section {
    padding-top: 0;
  }
}
@media all and (min-width: 64rem) {
  .pdp-v2-section__title {
    padding: 0;
    margin: 0;
    border: none;
  }
  .pdp-v2-section__title.section-v1 {
    padding: 1.25rem 0.625rem;
    min-height: 5.5rem;
  }
  .pdp-v2-section__title.section-v1.updated-section-v1-layout {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
  .pdp-v2-section.updated-section-v1-layout {
    padding-top: 0;
    margin-bottom: 5rem;
  }
  .pdp-v2-section.updated-section-v1-layout .prd-carousel--wrap {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (min-width: 48rem) {
  .pdp-v2-section {
    margin-bottom: 6.5rem;
  }
  .pdp-v2-section__subtitle {
    padding: 1.5rem 0 0;
  }
  .pdp-v2-section__divider {
    margin-bottom: 6.5rem;
  }
  .section-v2 .expand-button {
    border-bottom: none;
    min-height: 12rem;
  }
  .section-v2 .expand-button .pdp-v2-section__header {
    align-items: center;
    padding: 0 .625rem;
  }
  .section-v2 .expand-button .pdp-v2-section__header--right-column {
    padding: 0;
    flex-direction: row;
  }
  .section-v2 .expand-button .pdp-v2-section__divider {
    margin-bottom: 4rem;
  }
  .section-v2 .expand-button .pdp-v2-section__spec-img {
    padding-right: .5rem;
    align-self: center;
  }
  .section-v2 .expand-button .pdp-v2-section__spec-img img {
    max-height: 1.825rem;
    height: auto;
  }
  .section-v2 .expand-button .pdp-v2-section__spec-body b {
    display: block;
  }
  .section-v2 .expand-button .pdp-v2-section__specs {
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 700;
    margin: 0;
  }
  .section-v2 .expand-button .pdp-v2-section__icon {
    margin: 0;
    align-self: center;
    max-height: 3rem;
  }
  .section-v2 .expand-button .pdp-v2-section__icon svg {
    height: 3rem;
    width: 3rem;
  }
  .section-v2.collapsed .expand-button {
    min-height: 7rem;
  }
  .section-v2.collapsed .pdp-v2-section__divider {
    margin-bottom: 2rem;
  }
  .section-v2.collapsed .pdp-v2-section__specs.desktop {
    display: flex;
  }
  .section-v2.collapsed .pdp-v2-section__specs.mobile {
    display: none;
  }
  .section-v2.collapsed .pdp-v2-section__header {
    margin-bottom: 2rem;
  }
  .section-v2.collapsed .pdp-v2-section__header--right-column {
    margin-bottom: 0;
  }
}

.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;
	}
}
@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;
    }
 }
.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;
  }
}

html.pc-no-scroll,
body.pc-no-scroll {
  overflow: hidden;
  position: relative;
}
.platform-components-modal__overlay {
  position: fixed;
  z-index: 2000000002;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  transition: 200ms ease-in-out;
  display: none;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.platform-components-modal__overlay.active {
  display: flex !important;
}
.platform-components-modal__close.with-text .icons-close {
  font-size: 1.5rem;
}
.platform-components-modal__close.icon-only {
  line-height: 1;
}
.platform-components-modal__close-primary.icon-only {
  padding: 10px !important;
  width: 40px !important;
  height: 40px !important;
  font-size: 45px;
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__close-primary.icon-only {
    width: 35px !important;
    height: 35px !important;
    font-size: 35px;
  }
}
.platform-components-modal__close-secondary.icon-only {
  padding: 10px !important;
  width: 40px !important;
  height: 40px !important;
  font-size: 45px;
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__close-secondary.icon-only {
    width: 35px !important;
    height: 35px !important;
    font-size: 35px;
  }
}
.platform-components-modal__close-tertiary.icon-only {
  padding: 0 !important;
  width: 40px !important;
  height: 40px !important;
  font-size: 45px;
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__close-tertiary.icon-only {
    width: 35px !important;
    height: 35px !important;
    font-size: 35px;
  }
}
.platform-components-modal__container {
  position: relative;
  margin: auto;
}
.platform-components-modal__container-fullscreen:after {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .platform-components-modal__container-large {
    width: 85vw;
  }
}
@media (min-width: 768px) {
  .platform-components-modal__container-large {
    width: 90vw;
  }
}
@media (max-width: 767px) {
  .platform-components-modal__container-medium {
    width: 85vw;
  }
}
@media (min-width: 768px) {
  .platform-components-modal__container-medium {
    width: 70vw;
  }
}
@media (max-width: 767px) {
  .platform-components-modal__container-small {
    width: 85vw;
  }
}
@media (min-width: 768px) {
  .platform-components-modal__container-small {
    width: 435px;
  }
}
.platform-components-modal__container > .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.platform-components-modal__container-fullscreen > .container {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .platform-components-modal__container-fullscreen > .container {
    width: auto;
    max-width: 85vw;
  }
}
@media (min-width: 768px) {
  .platform-components-modal__container-fullscreen > .container {
    width: auto;
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .platform-components-modal__container-fullscreen > .container {
    width: auto;
    max-width: 970px;
  }
}
@media (min-width: 1440px) {
  .platform-components-modal__container-fullscreen > .container {
    width: auto;
    max-width: 1200px;
  }
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter {
  max-width: 1400px;
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  width: fit-content;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close.with-text {
    height: 35px !important;
  }
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-primary {
  transform: translate(18%, -50%);
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-secondary.with-text {
  transform: translate(0%, -120%);
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-secondary.with-text {
    transform: translate(0%, -120%);
  }
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-secondary.icon-only {
  transform: translate(0%, -120%);
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-secondary.icon-only {
    transform: translate(0%, -120%);
  }
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-tertiary.with-text {
  transform: translate(0%, -100%);
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-tertiary.with-text {
    transform: translate(0%, -100%);
  }
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-tertiary.icon-only {
  transform: translate(40px, -10px);
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-tertiary.icon-only {
    transform: translate(30px, -5px);
  }
}
.platform-components-modal__pb .platform-components-modal__container.pinnedTop .platform-components-modal__close-primary {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container.pinnedTop .platform-components-modal__close {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    z-index: 100;
  }
}
@media (min-width: 768px) {
  .platform-components-modal__pb .platform-components-modal__container.pinnedTop .platform-components-modal__close {
    position: fixed;
    top: 2.5rem;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: fit-content;
    z-index: 100;
  }
}
.platform-components-modal__pb .platform-components-modal__container-fullscreen {
  height: 100%;
}
.platform-components-modal__pb .platform-components-modal__container-fullscreen.pinnedTop,
.platform-components-modal__pb .platform-components-modal__container-fullscreen.fixedCenter {
  position: unset;
  margin-top: 0;
  margin-bottom: 0;
}
.platform-components-modal__pb .platform-components-modal__container-fullscreen.pinnedTop .platform-components-modal__close-primary,
.platform-components-modal__pb .platform-components-modal__container-fullscreen.fixedCenter .platform-components-modal__close-primary {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container-fullscreen.pinnedTop .platform-components-modal__close,
  .platform-components-modal__pb .platform-components-modal__container-fullscreen.fixedCenter .platform-components-modal__close {
    position: fixed;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
  }
}
@media (min-width: 768px) {
  .platform-components-modal__pb .platform-components-modal__container-fullscreen.pinnedTop .platform-components-modal__close,
  .platform-components-modal__pb .platform-components-modal__container-fullscreen.fixedCenter .platform-components-modal__close {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
  }
}
.platform-components-modal__pb .platform-components-modal__container-fullscreen.fixedCenter .container {
  top: 50%;
  transform: translateY(-50%);
}
.platform-components-modal__editor {
  position: relative;
}
.platform-components-modal__editor:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  width: 100vw !important;
  height: 100%;
  top: 0;
}
.platform-components-modal__editor .platform-components-modal__container-fullscreen:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 0;
  z-index: 0;
}
.platform-components-modal__editor .platform-components-modal__container-large {
  left: 50% !important;
  right: 50% !important;
  margin-left: -45vw !important;
  margin-right: -45vw !important;
}
.platform-components-modal__editor .platform-components-modal__container-medium {
  left: 50% !important;
  right: 50% !important;
  margin-left: -35vw !important;
  margin-right: -35vw !important;
}
.platform-components-modal .video {
  float: none;
}
.platform-components-modal__overlay {
  background-color: rgba(34, 34, 34, 0.75);
}
.platform-components-modal__close {
  /* resets */
  background-color: unset;
  border: unset;
  /* common style */
  font-family: 'Helvetica Neue LT W01_71488914', 'Helvetica Bold', 'Arial Bold', sans-serif;
  font-weight: 700;
  line-height: 150%;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0.016rem;
  padding: 10px 30px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: auto !important;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.platform-components-modal__close:hover,
.platform-components-modal__close:active,
.platform-components-modal__close:focus {
  /* resets */
  background-color: unset;
  border: unset;
  text-decoration: none;
  padding: 10px 30px;
  outline: none !important;
}
.platform-components-modal__close.icon-only .icons-close {
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-modal__close-primary {
  background-color: #eeb111;
  color: #222222;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-modal__close-primary:hover,
.platform-components-modal__close-primary:active,
.platform-components-modal__close-primary:focus {
  background-color: #d99e02;
  color: #222222;
}
.platform-components-modal__close-secondary {
  background-color: transparent;
  color: #ffffff;
  box-shadow: inset 0 0 0 2px #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out, box-shadow 200ms ease-out;
}
.platform-components-modal__close-secondary:hover,
.platform-components-modal__close-secondary:active,
.platform-components-modal__close-secondary:focus {
  background-color: #5b5b5b;
  color: #ffffff;
  box-shadow: inset 0 0 0 2px #5b5b5b;
}
.platform-components-modal__close-tertiary {
  padding: 10px 0;
  color: #ffffff;
  transition: color 200ms ease-out;
}
.platform-components-modal__close-tertiary:hover,
.platform-components-modal__close-tertiary:active,
.platform-components-modal__close-tertiary:focus {
  color: #5b5b5b;
}
.platform-components-modal a:focus {
  outline: 1px solid #222222 !important;
}
.platform-components-modal__overlay {
  z-index: 100000001;
}

.platform-components-container {
  position: relative;
}
.platform-components-container.container {
  padding-left: initial;
  padding-right: initial;
  width: initial;
}
.platform-components-container__color-overlay,
.platform-components-container__gradient-overlay,
.platform-components-container .platform-components-container__image-container--background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.platform-components-container .full-width.fw-boxed {
  position: relative;
  overflow: visible;
}
.platform-components-container .full-width.fw-boxed > .container-inner:before,
.platform-components-container .full-width.fw-boxed > .container-inner > .platform-components-container__color-overlay,
.platform-components-container .full-width.fw-boxed > .container-inner > .platform-components-container__gradient-overlay,
.platform-components-container .full-width.fw-boxed > .container-inner > .platform-components-container__image-container--background {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  width: 100vw !important;
  height: 100%;
  top: 0;
}
.platform-components-container .full-width.fw-full-width {
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  width: 100vw !important;
}
.platform-components-container .contained-width.cw-content,
.platform-components-container .contained-width.cw-contained-width {
  position: relative;
  margin: 0 auto;
  max-width: 73.125rem;
}
.platform-components-container .contained-width.cw-content {
  overflow: visible;
}
.platform-components-container .contained-width.cw-content > .container-inner:before,
.platform-components-container .contained-width.cw-content > .container-inner > .platform-components-container__color-overlay,
.platform-components-container .contained-width.cw-content > .container-inner > .platform-components-container__gradient-overlay,
.platform-components-container .contained-width.cw-content > .container-inner > .platform-components-container__image-container--background {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  width: 100vw !important;
  height: 100%;
  top: 0;
}
.platform-components-container .container-inner {
  position: relative;
}
.platform-components-container .container-inner__content {
  position: relative;
  height: 100%;
  z-index: 4;
}
.platform-components-container ~ .platform-components-container .container-inner__content {
  z-index: 3;
}
.platform-components-container .cmp-container,
.platform-components-container .container-inner {
  height: 100%;
}
.platform-components-container .cmp-container.absolute {
  z-index: 11;
  margin: auto;
  height: auto;
  width: fit-content;
}
.platform-components-container .cmp-container.transparent > .container-inner {
  background: transparent;
}
.platform-components-container__image-container--background img,
.platform-components-container__image-container--background video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  z-index: 0;
}
@media (min-width: 768px) {
  .platform-components-container__video-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .platform-components-container__video.hide-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .platform-components-container__image-mobile {
    display: none;
  }
}
.platform-components-container .theme-01 {
  --overlay-color-1: #ffffff;
}
.platform-components-container .theme-01 .platform-components-container__color-overlay {
  background-color: #ffffff;
}
.platform-components-container .theme-02 {
  --overlay-color-1: #f2f2f2;
}
.platform-components-container .theme-02 .platform-components-container__color-overlay {
  background-color: #f2f2f2;
}
.platform-components-container .theme-03 {
  --overlay-color-1: #222222;
}
.platform-components-container .theme-03 .platform-components-container__color-overlay {
  background-color: #222222;
}
.platform-components-container .theme-04 {
  --overlay-color-1: unset;
}
.platform-components-container .theme-04 .platform-components-container__color-overlay {
  background-color: unset;
}
.platform-components-container__center-alignment--lg.platform-components-container__bottom-alignment--lg {
  --overlay-direction: to top;
}
.platform-components-container__center-alignment--lg.platform-components-container__top-alignment--lg {
  --overlay-direction: to bottom;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container__center-alignment--lg.platform-components-container__bottom-alignment--md {
    --overlay-direction: to top;
  }
  .platform-components-container__center-alignment--lg.platform-components-container__top-alignment--md {
    --overlay-direction: to bottom;
  }
}
@media (max-width: 767px) {
  .platform-components-container__center-alignment--lg.platform-components-container__bottom-alignment--sm {
    --overlay-direction: to top;
  }
  .platform-components-container__center-alignment--lg.platform-components-container__top-alignment--sm {
    --overlay-direction: to bottom;
  }
}
.platform-components-container__left-alignment--lg.platform-components-container__bottom-alignment--lg {
  --overlay-direction: to top right;
}
.platform-components-container__left-alignment--lg.platform-components-container__middle-alignment--lg {
  --overlay-direction: to right;
}
.platform-components-container__left-alignment--lg.platform-components-container__top-alignment--lg {
  --overlay-direction: to bottom right;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container__left-alignment--lg.platform-components-container__bottom-alignment--md {
    --overlay-direction: to top right;
  }
  .platform-components-container__left-alignment--lg.platform-components-container__middle-alignment--md {
    --overlay-direction: to right;
  }
  .platform-components-container__left-alignment--lg.platform-components-container__top-alignment--md {
    --overlay-direction: to bottom right;
  }
}
@media (max-width: 767px) {
  .platform-components-container__left-alignment--lg.platform-components-container__bottom-alignment--sm {
    --overlay-direction: to top right;
  }
  .platform-components-container__left-alignment--lg.platform-components-container__middle-alignment--sm {
    --overlay-direction: to right;
  }
  .platform-components-container__left-alignment--lg.platform-components-container__top-alignment--sm {
    --overlay-direction: to bottom right;
  }
}
.platform-components-container__right-alignment--lg.platform-components-container__bottom-alignment--lg {
  --overlay-direction: to top left;
}
.platform-components-container__right-alignment--lg.platform-components-container__middle-alignment--lg {
  --overlay-direction: to left;
}
.platform-components-container__right-alignment--lg.platform-components-container__top-alignment--lg {
  --overlay-direction: to bottom left;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container__right-alignment--lg.platform-components-container__bottom-alignment--md {
    --overlay-direction: to top left;
  }
  .platform-components-container__right-alignment--lg.platform-components-container__middle-alignment--md {
    --overlay-direction: to left;
  }
  .platform-components-container__right-alignment--lg.platform-components-container__top-alignment--md {
    --overlay-direction: to bottom left;
  }
}
@media (max-width: 767px) {
  .platform-components-container__right-alignment--lg.platform-components-container__bottom-alignment--sm {
    --overlay-direction: to top left;
  }
  .platform-components-container__right-alignment--lg.platform-components-container__middle-alignment--sm {
    --overlay-direction: to left;
  }
  .platform-components-container__right-alignment--lg.platform-components-container__top-alignment--sm {
    --overlay-direction: to bottom left;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container__center-alignment--md.platform-components-container__bottom-alignment--lg {
    --overlay-direction: to top;
  }
  .platform-components-container__center-alignment--md.platform-components-container__top-alignment--lg {
    --overlay-direction: to bottom;
  }
  .platform-components-container__center-alignment--md.platform-components-container__bottom-alignment--md {
    --overlay-direction: to top;
  }
  .platform-components-container__center-alignment--md.platform-components-container__top-alignment--md {
    --overlay-direction: to bottom;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container__left-alignment--md.platform-components-container__bottom-alignment--lg {
    --overlay-direction: to top right;
  }
  .platform-components-container__left-alignment--md.platform-components-container__top-alignment--lg {
    --overlay-direction: to bottom right;
  }
  .platform-components-container__left-alignment--md.platform-components-container__middle-alignment--lg {
    --overlay-direction: to right;
  }
  .platform-components-container__left-alignment--md.platform-components-container__bottom-alignment--md {
    --overlay-direction: to top right;
  }
  .platform-components-container__left-alignment--md.platform-components-container__middle-alignment--md {
    --overlay-direction: to right;
  }
  .platform-components-container__left-alignment--md.platform-components-container__top-alignment--md {
    --overlay-direction: to bottom right;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container__right-alignment--md.platform-components-container__bottom-alignment--lg {
    --overlay-direction: to top left;
  }
  .platform-components-container__right-alignment--md.platform-components-container__top-alignment--lg {
    --overlay-direction: to bottom left;
  }
  .platform-components-container__right-alignment--md.platform-components-container__middle-alignment--lg {
    --overlay-direction: to left;
  }
  .platform-components-container__right-alignment--md.platform-components-container__bottom-alignment--md {
    --overlay-direction: to top left;
  }
  .platform-components-container__right-alignment--md.platform-components-container__middle-alignment--md {
    --overlay-direction: to left;
  }
  .platform-components-container__right-alignment--md.platform-components-container__top-alignment--md {
    --overlay-direction: to bottom left;
  }
}
@media (max-width: 767px) {
  .platform-components-container__center-alignment--sm.platform-components-container__bottom-alignment--lg {
    --overlay-direction: to top;
  }
  .platform-components-container__center-alignment--sm.platform-components-container__top-alignment--lg {
    --overlay-direction: to bottom;
  }
  .platform-components-container__center-alignment--sm.platform-components-container__bottom-alignment--sm {
    --overlay-direction: to top;
  }
  .platform-components-container__center-alignment--sm.platform-components-container__top-alignment--sm {
    --overlay-direction: to bottom;
  }
}
@media (max-width: 767px) {
  .platform-components-container__left-alignment--sm.platform-components-container__bottom-alignment--lg {
    --overlay-direction: to top right;
  }
  .platform-components-container__left-alignment--sm.platform-components-container__top-alignment--lg {
    --overlay-direction: to bottom right;
  }
  .platform-components-container__left-alignment--sm.platform-components-container__middle-alignment--lg {
    --overlay-direction: to right;
  }
  .platform-components-container__left-alignment--sm.platform-components-container__bottom-alignment--sm {
    --overlay-direction: to top right;
  }
  .platform-components-container__left-alignment--sm.platform-components-container__middle-alignment--sm {
    --overlay-direction: to right;
  }
  .platform-components-container__left-alignment--sm.platform-components-container__top-alignment--sm {
    --overlay-direction: to bottom right;
  }
}
@media (max-width: 767px) {
  .platform-components-container__right-alignment--sm.platform-components-container__bottom-alignment--lg {
    --overlay-direction: to top left;
  }
  .platform-components-container__right-alignment--sm.platform-components-container__middle-alignment--lg {
    --overlay-direction: to left;
  }
  .platform-components-container__right-alignment--sm.platform-components-container__top-alignment--lg {
    --overlay-direction: to bottom left;
  }
  .platform-components-container__right-alignment--sm.platform-components-container__bottom-alignment--sm {
    --overlay-direction: to top left;
  }
  .platform-components-container__right-alignment--sm.platform-components-container__middle-alignment--sm {
    --overlay-direction: to left;
  }
  .platform-components-container__right-alignment--sm.platform-components-container__top-alignment--sm {
    --overlay-direction: to bottom left;
  }
}
.platform-components-container__color-overlay {
  z-index: 1;
}
.platform-components-container__color-overlay-opacity-10--lg {
  opacity: .1;
}
.platform-components-container__color-overlay-opacity-25--lg {
  opacity: .25;
}
.platform-components-container__color-overlay-opacity-50--lg {
  opacity: .50;
}
.platform-components-container__color-overlay-opacity-75--lg {
  opacity: .75;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container__color-overlay-opacity-10--md {
    opacity: .1;
  }
  .platform-components-container__color-overlay-opacity-25--md {
    opacity: .25;
  }
  .platform-components-container__color-overlay-opacity-50--md {
    opacity: .50;
  }
  .platform-components-container__color-overlay-opacity-75--md {
    opacity: .75;
  }
}
@media (max-width: 767px) {
  .platform-components-container__color-overlay-opacity-10--sm {
    opacity: .1;
  }
  .platform-components-container__color-overlay-opacity-25--sm {
    opacity: .25;
  }
  .platform-components-container__color-overlay-opacity-50--sm {
    opacity: .50;
  }
  .platform-components-container__color-overlay-opacity-75--sm {
    opacity: .75;
  }
}
.platform-components-container__gradient-overlay {
  z-index: 2;
  background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container__gradient-overlay {
    background: linear-gradient(var(--overlay-direction--tablet), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
}
@media (max-width: 767px) {
  .platform-components-container__gradient-overlay {
    background: linear-gradient(var(--overlay-direction--mobile), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container__gradient-overlay--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
  .platform-components-container__gradient-overlay--md.radial-gradient-none--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
}
@media (max-width: 767px) {
  .platform-components-container__gradient-overlay--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
  .platform-components-container__gradient-overlay--sm.radial-gradient-none--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
}
.platform-components-container .radial-gradient--lg {
  background: radial-gradient(50% 50% at center, var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container .radial-gradient--md {
    background: radial-gradient(50% 50% at center, var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
}
@media (max-width: 767px) {
  .platform-components-container .radial-gradient--sm {
    background: radial-gradient(50% 50% at center, var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container .radial-gradient-none--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
  .platform-components-container .radial-gradient-none--md.platform-components-container__gradient-overlay--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
}
@media (max-width: 767px) {
  .platform-components-container .radial-gradient-none--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
  .platform-components-container .radial-gradient-none--sm.platform-components-container__gradient-overlay--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
}
.aem-Grid.match-heights {
  height: 100%;
}
.match-heights[data-match-height] > * {
  height: var(--match-height);
}
@media only screen and (min-width: 768px) {
  .match-heights[data-match-height-tablet] > * {
    height: var(--match-height-tablet);
  }
}
@media only screen and (min-width: 1024px) {
  .match-heights[data-match-height-desktop] > * {
    height: var(--match-height-desktop);
  }
}
.platform-components-container .cmp-container[data-height] {
  height: var(--height);
}
@media only screen and (min-width: 768px) {
  .platform-components-container .cmp-container[data-height-tablet] {
    height: var(--height-tablet);
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-container .cmp-container[data-height-desktop] {
    height: var(--height-desktop);
  }
}
.platform-components-container .bw-brand {
  border-width: 1px;
}
.platform-components-container .theme-01 > .container-inner {
  border-color: #f2f2f2;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, transparent, transparent);
}
.platform-components-container .theme-02 > .container-inner {
  border-color: #f2f2f2;
  background-color: #f2f2f2;
  background-image: linear-gradient(to bottom, transparent, transparent);
}
.platform-components-container .theme-03 > .container-inner {
  border-color: #5b5b5b;
  background-color: #222222;
  background-image: linear-gradient(to bottom, transparent, transparent);
}
.platform-components-container .theme-04 > .container-inner {
  border-color: unset;
  background-color: unset;
  background-image: linear-gradient(to bottom, transparent, transparent);
}
.platform-components-container .full-width.fw-boxed.theme-01 > .container-inner:before {
  border-color: #f2f2f2;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, transparent, transparent);
}
.platform-components-container .full-width.fw-boxed.theme-02 > .container-inner:before {
  border-color: #f2f2f2;
  background-color: #f2f2f2;
  background-image: linear-gradient(to bottom, transparent, transparent);
}
.platform-components-container .full-width.fw-boxed.theme-03 > .container-inner:before {
  border-color: #5b5b5b;
  background-color: #222222;
  background-image: linear-gradient(to bottom, transparent, transparent);
}
.platform-components-container .full-width.fw-boxed.theme-04 > .container-inner:before {
  border-color: unset;
  background-color: unset;
  background-image: linear-gradient(to bottom, transparent, transparent);
}
.platform-components-container .theme-01 {
  --overlay-color-1: #ffffff;
}
.platform-components-container .theme-01 .platform-components-container__color-overlay {
  background-color: #ffffff;
}
.platform-components-container .theme-02 {
  --overlay-color-1: #f2f2f2;
}
.platform-components-container .theme-02 .platform-components-container__color-overlay {
  background-color: #f2f2f2;
}
.platform-components-container .theme-03 {
  --overlay-color-1: #222222;
}
.platform-components-container .theme-03 .platform-components-container__color-overlay {
  background-color: #222222;
}
.platform-components-container .theme-04 {
  --overlay-color-1: unset;
}
.platform-components-container .theme-04 .platform-components-container__color-overlay {
  background-color: unset;
}
.aem-AuthorLayer-Edit .platform-components-container .cmp-container[data-height],
.aem-AuthorLayer-Layouting .platform-components-container .cmp-container[data-height],
.aem-AuthorLayer-Developer .platform-components-container .cmp-container[data-height],
.aem-AuthorLayer-Timewarp .platform-components-container .cmp-container[data-height],
.aem-AuthorLayer-Preview .platform-components-container .cmp-container[data-height] {
  max-height: 800px;
}

.platform-components-rich-text.platform-components-rich-text--theme-01 {
  color: #222222;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 p,
.platform-components-rich-text.platform-components-rich-text--theme-01 h1,
.platform-components-rich-text.platform-components-rich-text--theme-01 h2,
.platform-components-rich-text.platform-components-rich-text--theme-01 h3,
.platform-components-rich-text.platform-components-rich-text--theme-01 h4,
.platform-components-rich-text.platform-components-rich-text--theme-01 h5,
.platform-components-rich-text.platform-components-rich-text--theme-01 h6,
.platform-components-rich-text.platform-components-rich-text--theme-01 b,
.platform-components-rich-text.platform-components-rich-text--theme-01 em {
  color: #222222;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-box-link {
  color: #222222;
  text-shadow: 0 0 0 #ffffff, 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 1px 1px 0 #ffffff, -1px 1px 0 #ffffff, 0 1.25px 0 #ffffff, 1.25px 1.25px 0 #ffffff, -1.25px 1.25px 0 #ffffff, 0 1.5px 0 #ffffff, 1.5px 1.5px 0 #ffffff, -1.5px 1.5px 0 #ffffff, 0 -1px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff;
  background-image: linear-gradient(#000000, #000000);
}
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-box-link:hover {
  color: #ffffff;
  box-shadow: -4px 0 #222222, 4px 0 #222222;
  background-image: linear-gradient(#222222, #222222);
}
.platform-components-rich-text.platform-components-rich-text--theme-01 a {
  color: #000000;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 a:hover {
  color: #222222;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 .secondary-color {
  color: #5b5b5b;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 .secondary-color p,
.platform-components-rich-text.platform-components-rich-text--theme-01 .secondary-color h1,
.platform-components-rich-text.platform-components-rich-text--theme-01 .secondary-color h2,
.platform-components-rich-text.platform-components-rich-text--theme-01 .secondary-color h3,
.platform-components-rich-text.platform-components-rich-text--theme-01 .secondary-color h4,
.platform-components-rich-text.platform-components-rich-text--theme-01 .secondary-color h5,
.platform-components-rich-text.platform-components-rich-text--theme-01 .secondary-color h6,
.platform-components-rich-text.platform-components-rich-text--theme-01 .secondary-color b,
.platform-components-rich-text.platform-components-rich-text--theme-01 .secondary-color em {
  color: #5b5b5b;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote {
  color: #222222;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote p,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote h1,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote h2,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote h3,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote h4,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote h5,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote h6,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote b,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote em {
  color: #222222;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote:before,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote:after {
  background: #eeb111;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-highlight-color {
  color: #eeb111;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-highlight-color p,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-highlight-color h1,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-highlight-color h2,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-highlight-color h3,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-highlight-color h4,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-highlight-color h5,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-highlight-color h6,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-highlight-color b,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-highlight-color em {
  color: #eeb111;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 table th {
  background: #222222;
  border-color: #222222;
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 table th b,
.platform-components-rich-text.platform-components-rich-text--theme-01 table th em {
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 table td {
  background: #ffffff;
  border-color: #f2f2f2;
  color: #000000;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 {
  color: #222222;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 p,
.platform-components-rich-text.platform-components-rich-text--theme-02 h1,
.platform-components-rich-text.platform-components-rich-text--theme-02 h2,
.platform-components-rich-text.platform-components-rich-text--theme-02 h3,
.platform-components-rich-text.platform-components-rich-text--theme-02 h4,
.platform-components-rich-text.platform-components-rich-text--theme-02 h5,
.platform-components-rich-text.platform-components-rich-text--theme-02 h6,
.platform-components-rich-text.platform-components-rich-text--theme-02 b,
.platform-components-rich-text.platform-components-rich-text--theme-02 em {
  color: #222222;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-box-link {
  color: #222222;
  text-shadow: 0 0 0 #f2f2f2, 1px 0 0 #f2f2f2, -1px 0 0 #f2f2f2, 0 1px 0 #f2f2f2, 1px 1px 0 #f2f2f2, -1px 1px 0 #f2f2f2, 0 1.25px 0 #f2f2f2, 1.25px 1.25px 0 #f2f2f2, -1.25px 1.25px 0 #f2f2f2, 0 1.5px 0 #f2f2f2, 1.5px 1.5px 0 #f2f2f2, -1.5px 1.5px 0 #f2f2f2, 0 -1px 0 #f2f2f2, -1px -1px 0 #f2f2f2, 1px -1px 0 #f2f2f2;
  background-image: linear-gradient(#000000, #000000);
}
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-box-link:hover {
  color: #f2f2f2;
  box-shadow: -4px 0 #222222, 4px 0 #222222;
  background-image: linear-gradient(#222222, #222222);
}
.platform-components-rich-text.platform-components-rich-text--theme-02 a {
  color: #000000;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 a:hover {
  color: #222222;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 .secondary-color {
  color: #5b5b5b;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 .secondary-color p,
.platform-components-rich-text.platform-components-rich-text--theme-02 .secondary-color h1,
.platform-components-rich-text.platform-components-rich-text--theme-02 .secondary-color h2,
.platform-components-rich-text.platform-components-rich-text--theme-02 .secondary-color h3,
.platform-components-rich-text.platform-components-rich-text--theme-02 .secondary-color h4,
.platform-components-rich-text.platform-components-rich-text--theme-02 .secondary-color h5,
.platform-components-rich-text.platform-components-rich-text--theme-02 .secondary-color h6,
.platform-components-rich-text.platform-components-rich-text--theme-02 .secondary-color b,
.platform-components-rich-text.platform-components-rich-text--theme-02 .secondary-color em {
  color: #5b5b5b;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote {
  color: #222222;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote p,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote h1,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote h2,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote h3,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote h4,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote h5,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote h6,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote b,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote em {
  color: #222222;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote:before,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote:after {
  background: #eeb111;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-highlight-color {
  color: #eeb111;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-highlight-color p,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-highlight-color h1,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-highlight-color h2,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-highlight-color h3,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-highlight-color h4,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-highlight-color h5,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-highlight-color h6,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-highlight-color b,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-highlight-color em {
  color: #eeb111;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 table th {
  background: #d99e02;
  border-color: #d99e02;
  color: #000000;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 table td {
  background: #f2f2f2;
  border-color: #ffffff;
  color: #000000;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 {
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 p,
.platform-components-rich-text.platform-components-rich-text--theme-03 h1,
.platform-components-rich-text.platform-components-rich-text--theme-03 h2,
.platform-components-rich-text.platform-components-rich-text--theme-03 h3,
.platform-components-rich-text.platform-components-rich-text--theme-03 h4,
.platform-components-rich-text.platform-components-rich-text--theme-03 h5,
.platform-components-rich-text.platform-components-rich-text--theme-03 h6,
.platform-components-rich-text.platform-components-rich-text--theme-03 b,
.platform-components-rich-text.platform-components-rich-text--theme-03 em {
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-box-link {
  color: #ffffff;
  text-shadow: 0 0 0 #222222, 1px 0 0 #222222, -1px 0 0 #222222, 0 1px 0 #222222, 1px 1px 0 #222222, -1px 1px 0 #222222, 0 1.25px 0 #222222, 1.25px 1.25px 0 #222222, -1.25px 1.25px 0 #222222, 0 1.5px 0 #222222, 1.5px 1.5px 0 #222222, -1.5px 1.5px 0 #222222, 0 -1px 0 #222222, -1px -1px 0 #222222, 1px -1px 0 #222222;
  background-image: linear-gradient(#eeb111, #eeb111);
}
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-box-link:hover {
  color: #222222;
  box-shadow: -4px 0 #ffffff, 4px 0 #ffffff;
  background-image: linear-gradient(#ffffff, #ffffff);
}
.platform-components-rich-text.platform-components-rich-text--theme-03 a {
  color: #eeb111;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 a:hover {
  color: #d99e02;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 .secondary-color {
  color: #f2f2f2;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 .secondary-color p,
.platform-components-rich-text.platform-components-rich-text--theme-03 .secondary-color h1,
.platform-components-rich-text.platform-components-rich-text--theme-03 .secondary-color h2,
.platform-components-rich-text.platform-components-rich-text--theme-03 .secondary-color h3,
.platform-components-rich-text.platform-components-rich-text--theme-03 .secondary-color h4,
.platform-components-rich-text.platform-components-rich-text--theme-03 .secondary-color h5,
.platform-components-rich-text.platform-components-rich-text--theme-03 .secondary-color h6,
.platform-components-rich-text.platform-components-rich-text--theme-03 .secondary-color b,
.platform-components-rich-text.platform-components-rich-text--theme-03 .secondary-color em {
  color: #f2f2f2;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote {
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote p,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote h1,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote h2,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote h3,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote h4,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote h5,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote h6,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote b,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote em {
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote:before,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote:after {
  background: #eeb111;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-highlight-color {
  color: #eeb111;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-highlight-color p,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-highlight-color h1,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-highlight-color h2,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-highlight-color h3,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-highlight-color h4,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-highlight-color h5,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-highlight-color h6,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-highlight-color b,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-highlight-color em {
  color: #eeb111;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 table th {
  background: #d99e02;
  border-color: #d99e02;
  color: #000000;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 table td {
  background: #222222;
  border-color: #000000;
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 {
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 p,
.platform-components-rich-text.platform-components-rich-text--theme-04 h1,
.platform-components-rich-text.platform-components-rich-text--theme-04 h2,
.platform-components-rich-text.platform-components-rich-text--theme-04 h3,
.platform-components-rich-text.platform-components-rich-text--theme-04 h4,
.platform-components-rich-text.platform-components-rich-text--theme-04 h5,
.platform-components-rich-text.platform-components-rich-text--theme-04 h6,
.platform-components-rich-text.platform-components-rich-text--theme-04 b,
.platform-components-rich-text.platform-components-rich-text--theme-04 em {
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-box-link {
  color: #ffffff;
  text-shadow: 0 0 0 #222222, 1px 0 0 #222222, -1px 0 0 #222222, 0 1px 0 #222222, 1px 1px 0 #222222, -1px 1px 0 #222222, 0 1.25px 0 #222222, 1.25px 1.25px 0 #222222, -1.25px 1.25px 0 #222222, 0 1.5px 0 #222222, 1.5px 1.5px 0 #222222, -1.5px 1.5px 0 #222222, 0 -1px 0 #222222, -1px -1px 0 #222222, 1px -1px 0 #222222;
  background-image: linear-gradient(#eeb111, #eeb111);
}
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-box-link:hover {
  color: #222222;
  box-shadow: -4px 0 #ffffff, 4px 0 #ffffff;
  background-image: linear-gradient(#ffffff, #ffffff);
}
.platform-components-rich-text.platform-components-rich-text--theme-04 a {
  color: #eeb111;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 a:hover {
  color: #d99e02;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 .secondary-color {
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 .secondary-color p,
.platform-components-rich-text.platform-components-rich-text--theme-04 .secondary-color h1,
.platform-components-rich-text.platform-components-rich-text--theme-04 .secondary-color h2,
.platform-components-rich-text.platform-components-rich-text--theme-04 .secondary-color h3,
.platform-components-rich-text.platform-components-rich-text--theme-04 .secondary-color h4,
.platform-components-rich-text.platform-components-rich-text--theme-04 .secondary-color h5,
.platform-components-rich-text.platform-components-rich-text--theme-04 .secondary-color h6,
.platform-components-rich-text.platform-components-rich-text--theme-04 .secondary-color b,
.platform-components-rich-text.platform-components-rich-text--theme-04 .secondary-color em {
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote {
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote p,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote h1,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote h2,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote h3,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote h4,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote h5,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote h6,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote b,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote em {
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote:before,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote:after {
  background: #eeb111;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-highlight-color {
  color: #eeb111;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-highlight-color p,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-highlight-color h1,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-highlight-color h2,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-highlight-color h3,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-highlight-color h4,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-highlight-color h5,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-highlight-color h6,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-highlight-color b,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-highlight-color em {
  color: #eeb111;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 table th {
  background: unset;
  border-color: unset;
  color: unset;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 table td {
  background: unset;
  border-color: unset;
  color: unset;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../../digital-platform/clientlibs/global/resources/Roboto-Regular.ttf');
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../../digital-platform/clientlibs/global/resources/OpenSans-Regular.ttf');
  font-display: swap;
}
.platform-components-rich-text {
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  font-size: 16px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text {
    font-size: 16px;
  }
}
.platform-components-rich-text h1,
.platform-components-rich-text h2,
.platform-components-rich-text h3,
.platform-components-rich-text h4,
.platform-components-rich-text h5,
.platform-components-rich-text h6 {
  margin-top: 0;
}
.platform-components-rich-text h1 {
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  font-weight: 600;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 3.375rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text h1 {
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text h2 {
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  font-weight: 600;
  line-height: 120%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 2.25rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text h2 {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text h3 {
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  font-weight: 600;
  line-height: 120%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.875rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text h3 {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text h4 {
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  font-weight: 600;
  line-height: 120%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.5rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text h4 {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text h5 {
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  font-weight: 600;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.25rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text h5 {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text h6 {
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  font-weight: 600;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.125rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text h6 {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text p,
.platform-components-rich-text ul,
.platform-components-rich-text ol,
.platform-components-rich-text li,
.platform-components-rich-text blockquote,
.platform-components-rich-text table,
.platform-components-rich-text td,
.platform-components-rich-text th {
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0.016rem;
  font-size: 1rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text p,
  .platform-components-rich-text ul,
  .platform-components-rich-text ol,
  .platform-components-rich-text li,
  .platform-components-rich-text blockquote,
  .platform-components-rich-text table,
  .platform-components-rich-text td,
  .platform-components-rich-text th {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text b,
.platform-components-rich-text strong,
.platform-components-rich-text th {
  font-family: 'Helvetica Neue LT W01_71488914', 'Helvetica Bold', 'Arial Bold', sans-serif;
  font-weight: 700;
}
.platform-components-rich-text .overline-1 {
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  font-weight: 600;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0.031rem;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .overline-1 {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
  }
}
.platform-components-rich-text .overline-2 {
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  font-weight: 600;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0.031rem;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .overline-2 {
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
  }
}
.platform-components-rich-text .subtitle-1 {
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0.031rem;
  font-size: 1.125rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .subtitle-1 {
    font-size: 0.9375rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text .body-1 {
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0.016rem;
  font-size: 1rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .body-1 {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text .body-2 {
  font-family: unset;
  font-weight: unset;
  line-height: unset;
  text-transform: unset;
  letter-spacing: unset;
  font-size: 0.875rem;
  margin-bottom: unset;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .body-2 {
    font-size: 0.875rem;
    margin-bottom: unset;
  }
}
.platform-components-rich-text .caption {
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0.016rem;
  font-size: 0.75rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .caption {
    font-size: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text .disclaimer {
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0.016rem;
  font-size: 0.75rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .disclaimer {
    font-size: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text .pc-quote {
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  font-weight: 600;
  line-height: 120%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 2.25rem;
  margin-bottom: 1.75rem;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .pc-quote {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text .pc-highlight-color {
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  font-weight: 600;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0.031rem;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .pc-highlight-color {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
  }
}
.platform-components-rich-text > *:last-child {
  margin-bottom: 0;
}
.platform-components-rich-text .pc-quote::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  max-width: 300px;
  margin: auto;
  margin-bottom: 35px;
}
.platform-components-rich-text .pc-quote::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  max-width: 300px;
  margin: auto;
  margin-top: 35px;
}
.platform-components-rich-text .pc-box-link {
  text-decoration: none;
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 100% 2.5px;
  -webkit-transition: background-image 1s ease-in;
  transition: background-image 1s ease-in;
  overflow: visible;
}
.platform-components-rich-text .pc-box-link:hover {
  text-shadow: none;
  background-position: 0 90%;
  background-size: 100% 2em;
  transition: color 0.2s ease-in, background-size 0.2s ease-in, box-shadow 0.1s ease-in 0.1s;
}
.platform-components-rich-text .pc-box-link a {
  color: inherit !important;
  text-decoration: unset;
}
.platform-components-rich-text .pc-box-link a:hover {
  color: inherit;
}
.platform-components-rich-text .pc-dropped-capital {
  display: inline-block;
}
.platform-components-rich-text .pc-dropped-capital:first-letter {
  font-size: 64px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  text-decoration: none;
  line-height: .6em;
  float: left;
  margin-right: 18px;
  color: #eeb111;
}
.platform-components-rich-text table {
  min-width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border-color: transparent;
  margin-top: 20px;
  margin-bottom: 20px;
}
.platform-components-rich-text table th {
  padding: 15px;
  border: 1px solid;
  text-align: left;
}
.platform-components-rich-text table td {
  padding: 15px;
  overflow: hidden;
  border: 1px solid;
}
.platform-components-rich-text .platform-components-rich-text__table-wrapper {
  overflow-x: auto;
}

.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;
}

@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%;
    }
}
