
.popup-screen {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index; 9999;
  left: 0;
  top: 0;
  background: #0082ca9e;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
}
.pop-title {
	text-align: center;
	color: var(--site2);
	margin-bottom: 35px;
}
.extra-space {
	height: 90vh;
}
.popup-screen .popup-content {
  background: #fff;
  width: 100%;
  max-width: 750px;
  padding: 55px 30px;
  border-radius: 5px;
}
.popup-content form {
}
.popup-content form .hs-button.primary.large {
  background: var(--site2);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}
.popup-content form label {
  color: var(--site2);
}