html {
  box-sizing: border-box;
}

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

article,
aside,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

dfn {
  font-style: italic;
}

sub,
sup {
  vertical-align: baseline;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

ul,
ol {
  list-style-position: inside;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul > li {
  list-style-type: none;
}

button {
  cursor: pointer;
}

body {
  font-family: "Arial", sans-serif;
  background-color: #fff;
  min-width: 320px;
  color: #000000;
  margin: 0;
  font-style: normal;
  -ms-overflow-style: scroll-bar;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin: 0;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("./font/HelveticaNeue-Bold.ttf") format("truetype"),
    url("./font/HelveticaNeue-Bold.woff") format("woff"),
    url("./font/HelveticaNeue-Bold.svg") format("svg");
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("./font/HelveticaNeue-Medium.ttf") format("truetype"),
    url("./font/HelveticaNeue-Medium.woff") format("woff"),
    url("./font/HelveticaNeue-Medium.svg") format("svg");
  font-style: normal;
}

#page-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

body.home {
  background: #67c7dd;
}

.promo-hero img {
  width: 100%;
  height: 100%;
}

.promo-form-wrap {
  padding: 23px 20px 60px;
  text-align: center;
}

.promo-text {
  max-width: 1765px;
  margin: 0 auto 30px;
  font-size: 19px;
  line-height: 26px;
}

.formSubmitWrapper {
  max-width: 950px;
  margin: auto;
}

.form-row.two {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 12px;
  margin-bottom: 11px;
}

.formSubmitWrapper .wpforms-field input {
  width: 100% !important;
  padding: 7px 10px !important;
  border-radius: 10px !important;
  border: 3px solid #231f20 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  outline: none !important;
  font-weight: 700 !important;
  letter-spacing: 1.3px !important;
  font-family: "HelveticaNeue", sans-serif !important;
  color: #5a5252 !important;
  background: #d1d3d4 !important;
	height: 50px;
}

.formSubmitWrapper .wpforms-field input::placeholder{
  color: #808285 !important;
}

.tc-wrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.terms-text a {
  font-size: 14px;
  font-weight: 400;
  color: #0f408f;
  text-decoration: none;
  letter-spacing: 0.3px;
  font-family: "HelveticaNeue", sans-serif;
  text-align: start;
  font-weight: 600;
}

.terms-text a:hover {
  text-decoration: underline;
}

.btnSubmit {
  background: #243b8f !important;
  color: #fff !important;
  padding: 10px 30px !important;
  border-radius: 10px !important;
  border: none !important;
  font-weight: 800 !important;
  font-size: 18px !important;
  cursor: pointer !important;
  max-width: 170px !important;
  width: 100% !important;
  font-family: "HelveticaNeue", sans-serif !important;
  border: 2px solid #0c2f66 !important;
}

.submit-btn:hover {
  background: #1b2f75;
}

.promo-hero__desk { display: block; }
.promo-hero__mob  { display: none; }


#wpforms-45-field_7 .choice-1 {
	flex-direction: row-reverse;
	align-items: center;
}

#wpforms-45-field_7 .choice-1 label {
	font-size: 24px;
	line-height: 30px;
	padding-left: 0;
	padding-right: 10px;
	color: #1a1a74;
	font-weight: 700;
}

#wpforms-45-field_7 .choice-1 input {
	border: 0 !important;
	background: transparent !important;
	width: auto !important;
}

.termTextLink {
	text-align: left;
}

.termTextLink a {
	font-size: 24px !important;
	line-height: 30px;
	color: #1a1a74;
	font-weight: 700;
}

#wpforms-45-field_2-container,
#wpforms-45-field_6-container {
	padding: 0;
}

.wpforms-error {
	margin-top: 6px;
  	text-align: left;
}

#wpforms-45-field_7-container .wpforms-error {
	text-align: right;
}

@media (min-width: 768px) {
  .formSubmitWrapper .wpforms-field input {
	padding: 9px 10px !important;
	font-size: 18px !important;
	line-height: 22px !important;
	letter-spacing: .3px !important;
  }
	
	.promo-text p br {
		display: none;
	}
}

@media (min-width: 1200px) {
  .promo-text {
	font-size: 22px;
	line-height: 32px;
  }
	
  .formSubmitWrapper .wpforms-field input {
	font-size: 18px !important;
	line-height: 24px !important;
	letter-spacing: .3px !important;
  }
}

@media (min-width: 1550px) {
  .promo-text {
	font-size: 30px;
	line-height: 42px;
  }
	
  .formSubmitWrapper .wpforms-field input {
	font-size: 24px !important;
	line-height: 26px !important;
	letter-spacing: .3px !important;
  }
	
  .formSubmitWrapper {
	max-width: 1250px;
  }
}

@media (max-width: 1200px) {
  .promo-hero__desk { display: none; }
  .promo-hero__mob  { display: block; }
}
	
@media (max-width: 768px) {
  .form-row.two {
    grid-template-columns: 1fr;
  }
	
  .promo-text {
	font-size: 21px;
	letter-spacing: 0.1px;
	line-height: 28px;
  }

  .tc-wrp {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .promo-text {
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 22px;
  }
	.wpforms-container .wpforms-field .wpforms-field-row .wpforms-one-half {
		width: 100% !important;
		padding: 0 !important;
	}
	
	.wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block:first-child,
	#wpforms-45-field_2 {
		margin-bottom: 15px !important;
	}
	
	.formSubmitWrapper .wpforms-field input {
		height: 37px;
	}
	
	.termTextLink a {
		font-size: 14px !important;
		line-height: 20px;
	}
	
	#wpforms-45-field_7 {
		margin-top: -47px;
	}
	
	#wpforms-45-field_7 .choice-1 label {
		font-size: 14px;
		line-height: 20px;
	}
	
	#wpforms-submit-45 {
		margin-top: -40px;
	}
}