/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 24 2026 | 12:12:15 */
.gchoice label a{
	color: #fff;
}
form{
	font-family: Lato, sans-serif !important;
	font-weight: 300;
}
.gform_required_legend{
	display: none;
}
.gfield_required_asterisk{
	color: #fff;
}
.gform_button{
	width: 340px !important;
	margin: auto !important;
	height: 50px !important;
	margin-top: 20px !important;
	text-transform: uppercase !important;
	border-radius: 6px !important;
	font-weight: 700 !important;
}
.lineBorder{
	position: relative;
}
.lineBorder::after{
content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;

  background-image: repeating-linear-gradient(
    to right,
    #FFFFFF3D 0 4px,
    transparent 4px 6px
  );

  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: bottom;
	
}
@media (max-width: 760px) {
	.lineBorder::after{
		width: 50%;
		left: 50%;
		transform: translateX(-50%);
	}
}

.gform-theme--foundation .gform_fields{
	row-gap: 18px;
}