.newsletter-modal-backdrop{
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
	z-index: 100;
}
.newsletter-modal-backdrop:hover{
	cursor: pointer;
}

.newsletter-modal-dialog{
	background-color: white;
	width: 100%;
	/* height: 100%; */
	max-width: 640px;
	z-index: 100;
	position: relative;
	/* min-height: 80vh; */
}

.newsletter-modal-dialog iframe{
	/* min-height: 80vh; */
}

.newsletter-modal{
	/* display: none; */
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	align-items: center;
	justify-content: center;
	z-index: 100;
	background: transparent;
}

.newsletter-modal.open{
	display: flex;
}

.newsletter-modal-heading{
	font-size: 42px;
	line-height: 48px;
	margin-bottom: 48px;
	font-weight: 300;
}

body.modal-is-open,
html.modal-is-open{
	/* height: 100vh!important; */
	overflow: hidden!important;
}

.newsletter-modal * {
	font-family: "IBM Plex Sans", Arial, Helvetica, sans-serif!important;
}

.newsletter-submit{
	width: 100%;
	background: #4663fe;
	display: block;
	padding: 16px 16px 32px 16px;
	color: white;
	border: none;
	text-align:left;
}


.newsletter-modal .p-tech-input{
	width: auto;
	max-width: 100%;
	font-size: 16px;
}

.newsletter-modal .p-tech-label{
	font-size: 14px;
}


.newsletter-modal-close{
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0;
	padding: 16px;
	border: none;
	background-color: transparent;
}

.newsletter-cta-heading{
	margin-bottom: 32px;
}