#notify-me-supply{
	form, .heading, .paragraph{
		max-width: 1000px;
	}
	strong{
		color: #fff;
	}
		&:has(.stage-1.off){
		form, .pnx-forms-container{
			padding: 0;
		}
		button img{
			height: 70px !important;
			transition: height .5s linear;	
		}
		.stage-1{
			position: absolute;			
			left: min(calc(100vw - 120px),calc(50% + 600px));
			transform: translateY(-50px);
			z-index: 1;
		}
	}
	.stage-1{
			button{
				background: transparent;
				border: none;
			}
						img{
				height: 100px;
				transition: height .5s linear;	
			}
		}
}
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}