.gs_cp-marketing{
	background: url(../img/contact-page/marketing-bg-600.webp);
	background-size: cover;
	color: #fff;
	padding: 20px;
	text-align: center;
	isolation: isolate;
	position: relative;
}

.gs_cp-marketing::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	pointer-events: none;
	z-index: -1;
}

.gs_cp-contact-options{
	text-align: center;
}
.gs_cp-contact-option{
	width: 280px;
	box-sizing: border-box;
	position: relative;
	text-align: left;
	padding: 0 0 0 100px;
	margin: 0 auto 30px;
}
.gs_cp-contact-option:before{
	content: '';
	position: absolute;
	width: 82px;
	height: 82px;
	background: url(../img/contact-page/contact-option-icons.webp);
	background-size: 250px;
	top: 0;
	left: 0;
}
.gs_cp-contact-option:nth-of-type(2):before{ background-position: left -84px top; }
.gs_cp-contact-option:nth-of-type(3):before{ background-position: left -168px top; }
.gs_cp-contact-option span{
	font-family: 'Red Hat Display', sans-serif;
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0 0 13px;
}
.gs_cp-contact-option a{
	font-family: 'Red Hat Display', sans-serif;
	display: inline-block;
	text-align: center;
	padding: 5px 20px;
	border: 2px solid #fff;
	border-radius: 7px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	transition: 300ms;
}
.gs_cp-contact-option a:hover{
	cursor: pointer;
	background-color: #fff;
	color: #3C5AA8;
}
.gs_cp-form-wrap{
	padding: 20px 10px;
	position: relative;
	z-index: 9;
}
.gs_cp-form input,
.gs_cp-form textarea{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	background: #fff;
	color: #000;
	border-radius: 4px;
	margin: 0 auto 10px;
	border: 0;
	outline: 0;
}
.gs_cp-form input::placeholder,
.gs_cp-form textarea::placeholder{ color: #000; }
.gs_cp-form textarea{ height: 100px; }
.gs_cp-form .gRecaptchaWrapper{
	background: #4a90e2;
	width: 100%;
	height: 60px;
	margin: 0 auto 10px;
}
.gs_cp-form .submit-button{
	margin: 0;
	border-radius: 4px;
	border: 2px solid #fff;
	background: #0a5c7d;
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	transition: 300ms;
}
.gs_cp-form .submit-button:hover{
	cursor: pointer;
	background-color: #69c6ea;
}
.gs_cp-content{
	padding: 20px;
	line-height: 1.5;
}

.gs_cp-content::after {
	content: '';
	clear: both;
	position: absolute;
}

.gs_cp-content h1{
	font-family: 'Bebas Neue', sans-serif;
	display: block;
	font-size: 25px;
	text-transform: uppercase;
	line-height: 1;
	color: #000;
	padding: 0 0 15px;
}
.gs_cp-content h2{
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	padding: 0 0 15px;
}
.gs_cp-content h3{
	font-family: 'Red Hat Display', sans-serif;
	display: block;
	font-size: clamp(16px, 4vw, 18px);
	font-weight: bold;
	padding: 0 0 5px;
	color: #00336F;
}
.gs_cp-content h4,
.gs_cp-content h5{
	font-weight: bold;
}
.gs_cp-content ul {
	padding: 0;
	overflow: initial;
}
.gs_cp-addresses li{
	display: block;
	padding: 0 0 20px;
	border-bottom: 1px solid rgba(0,0,0,0.15);
	margin: 0 auto 20px;
}
.gs_cp-addresses li p{ 
	font-family: 'Red Hat Display', sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	color: #000;
	
	padding: 0; }

.gs_cp-maps{ display: none; }

.gs_cp-help-btn_wrap {
	margin: 0 auto 20px;
	text-align: center;
}
.gs_cp-help-btn{
	display: inline-block;
	min-width: 250px;
	text-align: center;
	padding: 10px 15px;
	color: #fff;
	text-transform: uppercase;
	background: #3C5AA8;
	box-shadow: inset 0 0 0 1px #fff;
	border: 2px solid #3C5AA8;
	border-radius: 5px;
	transition: 300ms;
}
.gs_cp-help-btn:hover{
	cursor: pointer;
	text-decoration: none;
	background: #5A7ACE;
	border-color: #5A7ACE;
}
@media screen and (min-width: 800px){
	.gs_cp-marketing{
		position: relative;
		padding: 40px;
		background-image: url(../img/contact-page/marketing-bg-1120.webp);
	}
	.gs_cp-marketing:after{
		content: '';
		display: table;
		clear: both;
	}
	.gs_cp-contact-options{
		display: inline-block;
	}
	.gs_cp-contact-option{
		width: auto;
		padding: 0 0 0 160px;
		margin: 0 auto 80px;
	}
	.gs_cp-contact-option:nth-of-type(3){ margin-bottom: 0; }
	.gs_cp-contact-option:before{
		width: 132px;
		height: 132px;
		background-size: 400px;
	}
	.gs_cp-contact-option:nth-of-type(2):before{ background-position: left -134px top; }
	.gs_cp-contact-option:nth-of-type(3):before{ background-position: left -268px top; }
	.gs_cp-contact-option span{
		font-size: 18px;
		padding: 10px 0 20px;
	}
	.gs_cp-contact-option a{
		font-size: 18px;
		padding: 10px 40px;
	}

	.gs_cp-form-wrap{
		padding: 20px;
		width: 300px;
		box-sizing: border-box;
		float: right;
	}

	.gs_cp-content{
		overflow: hidden;
		padding: 40px;
	}
	.gs_cp-content main{
		float: left;
		width: calc(100% - 20px - 300px);
	}
	.gs_cp-content h1{ font-size: 35px; padding: 0 0 25px; }
	.gs_cp-content h2{ font-size: 20px; padding: 0 0 20px; }
	.gs_cp-content h3{ font-size: 18px; }

	.gs_cp-help-btn{
		position: relative;
		font-size: 18px;
		min-width: 300px;
		padding: 12px 20px 12px 75px;
		box-sizing: border-box;
	}
	.gs_cp-help-btn:before{
		content: '';
		position: absolute;
		top: 50%;
		width: 45px;
		height: 37px;
		background: url(../img/contact-page/help-btn-icon.webp);
		background-size: 100%;
		left: 15px;
		transform: translateY(-50%);
	}
	.gs_cp-sidebar{
		float: right;
		width: 300px;
	}
}
@media screen and (min-width: 1120px){
	.gs_cp-marketing{
		padding: 80px 60px 40px;
		height: 277px;
	}
	.gs_cp-contact-options{
		margin: 0 300px 0 0;
	}
	.gs_cp-contact-option{
		display: inline-block;
		margin: 0 10px;
		padding: 160px 0 0;
		text-align: center;
	}
	.gs_cp-contact-option:first-of-type{ margin-left: 0; }
	.gs_cp-contact-option:last-of-type{ margin-right: 0; }
	.gs_cp-contact-option:before{
		left: calc(50% - 66px);
	}
	.gs_cp-contact-option:nth-of-type(2):before{}
	.gs_cp-contact-option:nth-of-type(3):before{}
	.gs_cp-contact-option span{ font-size: 16px; }

	.gs_cp-form-wrap{
		position: absolute;
		top: 60px;
		right: 60px;
	}
	.gs_cp-content{ padding: 60px; }
	.gs_cp-addresses{
		margin: 0 auto 30px;
	}
	.gs_cp-addresses li{
		display: inline-block;
		vertical-align: top;
		width: calc(33.33% - 4px);
		box-sizing: border-box;
		padding: 0 10px 10px;
		font-size: 14px;
		border: 0;
		border-bottom: 2px solid transparent;
		margin: 0;
		position: relative;
	}

	.gs_cp-addresses li:not(:last-child)::after {
		content: '';
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0px;
		width: 2px;
		height: 75%;
		background-color: #3C5AA8;
	}

	.gs_cp-addresses li:first-child{ padding-left: 0; }
	
	.gs_cp-addresses li.active{
		position: relative;
		border-bottom: 4px solid #3C5AA8;
	}
	.gs_cp-addresses a{ display: none; }

	.gs_cp-maps{
		display: block;
		margin: 0 auto 20px;
	}
	.gs_cp-maps li{
		display: none;
	}
	.gs_cp-maps li.active{ display: block; }
	.gs_cp-maps a{
		display: block;
	}
	.gs_cp-maps img{ width: 100%; }

	.gs_cp-help-btn{
		font-size: 20px;
		min-width: 330px;
	}

	.gs_cp-sidebar{
		margin: 180px 0 0;
		min-height: 1300px;
	}
}
@media screen and (min-width: 1400px){
	.gs_cp-addresses li{
		width: auto;
		font-size: 16px;
		margin: 0 25px 0;
	}
	.gs_cp-addresses li:first-child{ margin-left: 0; }
	.gs_cp-addresses li:last-child{ margin-right: 0; }
	

	.gs_cp-addresses li:not(:last-child)::after {
		right: -25px;
	}
}
@media screen and (min-width: 1640px){
	.gs_cp-marketing{
		background-image: url(../img/contact-page/marketing-bg.webp);
		height: 387px;
		padding: 120px 60px 20px;
	}
	.gs_cp-marketing-wrap{
		max-width: 1600px;
		position: relative;
		margin: 0 auto;
	}
	.gs_cp-contact-options{
		margin: 0 460px 0 0;
	}
	.gs_cp-contact-option{
		padding: 186px 0 0;
		margin: 0 40px;
	}
	.gs_cp-contact-option:before{
		width: 186px;
		height: 186px;
		background-size: auto;
		left: calc(50% - 93px);
	}
	.gs_cp-contact-option:nth-of-type(2):before{ background-position: left -190px top; }
	.gs_cp-contact-option:nth-of-type(3):before{ background-position: left -380px top; }
	.gs_cp-contact-option span{
		padding: 30px 0 30px;
	}
	.gs_cp-contact-option a{
		padding: 10px 30px;
	}
	.gs_cp-form-wrap{
		top: 0;
		right: 0;
		width: 400px;
	}

	.gs_cp-form input,
	.gs_cp-form textarea{ font-size: 18px; }
	.gs_cp-form .submit-button{ font-size: 22px; }

	.gs_cp-content{
		max-width: 1600px;
		margin: 0 auto;
	}
	.gs_cp-content main{
		width: calc(100% - 60px - 400px);
	}
	.gs_cp-content h1{ font-size: 65px; }
	.gs_cp-content h2{ font-size: 25px; padding: 0 0 30px; }
	.gs_cp-content h4,
	.gs_cp-content h5{ font-size: 18px; }

	.gs_cp-addresses{ margin: 0 0 40px; }
	.gs_cp-addresses li{ font-size: 18px; }

	.gs_cp-help-btn{
		margin: 60px auto 0;
		font-size: 26px;
		min-width: 500px;
		padding: 17px 40px 17px 125px;
	}
	.gs_cp-help-btn:before{
		width: 66px;
		height: 54px;
		left: 40px;
	}

	.gs_cp-sidebar{
		width: 400px;
		margin: 145px 0 0;
		min-height: 0;
	}
}

/*Modal form*/
.gs_modal-form_backdrop {
	background: rgba(0,0,0,0.9);
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.gs_modal-form {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
}
.gs_mf-wrap{
	margin: 20px auto 0;
	position: relative;
	width: 300px;
	overflow: hidden;
	position: relative;
}
.gs_modal-form .gs_cp-form-wrap{
	position: relative;
	top: 0;
	left: 0;
}
.gs_modal-form .gs_cp-form-wrap{
	position: relative;
	box-sizing: border-box;
	width: 100%;
}
.gs_mf-link-close{
	cursor: pointer;
	position: absolute;
	display: block;
	font-size: 30px;
	top: 5px;
	right: 10px;
	color: #fff;
	z-index: 99;
	line-height: 1;
	transition: opacity 250ms ease;
}
.gs_mf-link-close:hover {
	opacity: 0.8;
}
@media screen and (min-width: 1120px){
	.gs_mf-wrap{
		margin: 50px auto 0;
		width: 500px;
	}
	.gs_mf-link-close{
		font-size: 40px;
		top: 10px;
		right: 20px;
	}
}

.gs_cp-maps iframe {
	display: block;
	width: 100%;
	max-width: 100%;
	aspect-ratio: 16/9;
	height: auto;
}

.cpAppoint {
	font-family: 'Red Hat Display', sans-serif;
	font-size: clamp(12px, 4vw, 14px);
	color: #000;
	line-height: 1.67;
}

.cpPhone {
	color: #00336F;
}

/* Sidebar Contact Zone */

.gs_cp-form-wrap {
	padding: 30px 25px 35px;
	background: #3C5AA8;
}

.gs_cp-form-title {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(32px, 4vw, 40px);
    color: #fff;
    line-height: 1.2;
    padding: 0 0 30px;
}

.sxn-sbContact form {
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
}

.formRow4 {
	max-width: 100%;
	width: 100%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	gap: 30px;
	box-sizing: border-box;
	margin: 0 0 30px;
}

.formCol4 {
	max-width: 100%;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 30px;
	box-sizing: border-box;
}

.formInput4 {
	max-width: 100%;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	box-sizing: border-box;
}

.formLabel4 {
	display: block;
	font-family: 'Red Hat Display', sans-serif;
	font-size: clamp(16px, 2vw, 24px);
	color: #fff;
	text-align: left;
}

.formInput4 input {
	display: block;
	font-family: 'Red Hat Display', sans-serif;
	font-size: clamp(16px, 2vw, 24px);
	color: #fff;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
	border: unset;
	border-bottom: 4px solid #46BED4;
	background-color: transparent;
	padding: 10px 15px;
}

.formPara4 {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	gap: 15px 30px;
}

.formPara4 span {
	display: block;
	font-family: 'Red Hat Display', sans-serif;
	font-size: clamp(10px, 4vw, 12px);
	line-height: 1.67;
	color: #fff;
}

.formPara4 .formReq4 {
	font-weight: bold;
	font-size: clamp(14px, 4vw, 16px);
	white-space: nowrap;
}

.formRowSubmit4 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0;
	margin: 0;
}

.submit-button.grSubmitBTN {
		display: inline-block;
    padding: 15px 70px 15px 70px;
    font-family: 'Red Hat Display',sans-serif;
    font-size: clamp(12px,4vw,18px);
    text-transform: capitalize;
    font-weight: 700;
    color: #fff;
    background-color: transparent;
    border: 4px solid #fff;
    border-radius: 6px;
    transition: .4s;
    text-align: center;
    cursor: pointer;
}

.submit-button.grSubmitBTN:hover {
    background-color: #fff;
    color: #3A57A7;
    text-decoration: none;
}

.gs_cp-form-wrap {
	padding: 30px 25px 35px;
	background: #3C5AA8;
}

/* Contact Zone Bottom Form */

.gs_cp-form-title {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(32px, 4vw, 40px);
    color: #fff;
    line-height: 1.2;
    padding: 0 0 30px;
}

.sxn-sbContact form {
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
}

.formRow5 {
	max-width: 100%;
	width: 100%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	gap: 30px;
	box-sizing: border-box;
	margin: 0 0 30px;
}

.formCol5 {
	max-width: 100%;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 30px;
	box-sizing: border-box;
}

.formInput5 {
	max-width: 100%;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	box-sizing: border-box;
}

.formLabel5 {
	display: block;
	font-family: 'Red Hat Display', sans-serif;
	font-size: clamp(16px, 2vw, 24px);
	color: #fff;
	text-align: left;
}

.formInput5 input {
	display: block;
	font-family: 'Red Hat Display', sans-serif;
	font-size: clamp(16px, 2vw, 24px);
	color: #fff;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
	border: unset;
	border-bottom: 4px solid #46BED4;
	background-color: transparent;
	padding: 10px 15px;
}

.formPara5 {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	gap: 15px 30px;
}

.formPara5 span {
	display: block;
	font-family: 'Red Hat Display', sans-serif;
	font-size: clamp(10px, 4vw, 12px);
	line-height: 1.67;
	color: #fff;
}

.formPara5 .formReq5 {
	font-weight: bold;
	font-size: clamp(14px, 4vw, 16px);
	white-space: nowrap;
}

.formRowSubmit5 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0;
	margin: 0;
}

.submit-button.grSubmitBTN {
		display: inline-block;
    padding: 15px 70px 15px 70px;
    font-family: 'Red Hat Display',sans-serif;
    font-size: clamp(12px,4vw,18px);
    text-transform: capitalize;
    font-weight: 700;
    color: #fff;
    background-color: transparent;
    border: 4px solid #fff;
    border-radius: 6px;
    transition: .4s;
    text-align: center;
    cursor: pointer;
}

.submit-button.grSubmitBTN:hover {
    background-color: #fff;
    color: #3A57A7;
    text-decoration: none;
}