
	.order-second {
  order: 2 !important;
		margin-top: 0;
}

.order-first {
  order: 1; 
	margin-top: 50px !important;
}
	
	.order-third{
		order: 3 !important;	
		margin-top: -50px;
	}
	body.logged-in .gf_progressbar_wrapper{
		position: fixed;
    top: 115px;
    left: 0;
		width: 100%;
		background: white;
		z-index: 3;
		padding: 0 10px 0 10px;
	}
	body:not(.logged-in) .gf_progressbar_wrapper{
		position: fixed;
    top: 85px;
    left: 0;
		width: 100%;
		background: white;
		z-index: 3;
		padding: 0 10px 0 10px;
	}
	@media screen and (max-width: 1024px) {
		body.logged-in .gf_progressbar_wrapper{
		position: fixed;
    top: 85px;
    left: 0;
		width: 100%;
		background: white;
		z-index: 3;
		padding: 0 10px 0 10px;
	}
	body:not(.logged-in) .gf_progressbar_wrapper{
		position: fixed;
    top: 55px;
    left: 0;
		width: 100%;
		background: white;
		z-index: 3;
		padding: 0 10px 0 10px;
	}
	}
	@media screen and (max-width: 765px) {
		body.logged-in .gf_progressbar_wrapper{
		position: fixed;
    top: 80px;
    left: 0;
		width: 100%;
		background: white;
		z-index: 3;
		padding: 0 10px 0 10px;
	}
	body:not(.logged-in) .gf_progressbar_wrapper{
		position: fixed;
    top: 35px;
    left: 0;
		width: 100%;
		background: white;
		z-index: 3;
		padding: 0 10px 0 10px;
	}
	}
	
	.gform_wrapper.gravity-theme .gf_progressbar_percentage{
		height: 12px;
	}
	.gform_wrapper.gravity-theme .gf_progressbar_percentage span{
		font-size: 10px;
		line-height: 12px;
	}
	body.page-id-128503 .gf_progressbar_wrapper{
		background-color: transparent !important;
		top: 0px !important;
	}
	body.page-id-128503 h2, body.page-id-128503 p{
		color: white;
	}
	body.page-id-128503 .partial_entry_warning, body.page-id-128503 label.gform-field-label, body.page-id-128503 .gf_progressbar_title{
		display: none !important;
	}
		
	#needle_ {
  transition: transform 1.5s ease-in-out;
	}
		
	#risk-meter.low #needle_ {
  transform: translateX(-50%) rotate(-80deg);
	}

	#risk-meter.medium #needle_ {
		transform: translateX(-50%) rotate(0deg);
	}

	#risk-meter.high #needle_ {
		transform: translateX(-50%) rotate(80deg);
	}

	div#riskLabel.high>p.high {
		opacity: 1 !important;
	}
	div#riskLabel.medium>p.medium {
		opacity: 1 !important;
	}
	
	
	.gform-cont .h2-600{
  font-weight: 600 !important;
}

.gform-cont .centerized {
  justify-items: center;
align-items: center;
}
.gform-cont .centerized h2{
  text-align: center;
}
.gform-cont .gform_previous_button{
  display: none !important;
}
.gform-cont .gform-page-footer{
  display: flex;
  align-items: center !important;
  justify-content: center !important;
}
.gform-cont .gform-field-label--type-sub{
  margin-bottom: 10px;
}
.gform-cont .gform_wrapper.gravity-theme .gform_page_footer{
  margin-left: 0px !important;
}
.gform-cont input[type="button"] , selector input[type="submit"]{
  background-color: #cb9834 !important;  
  color: white !important;
  border-color: #cb9834 !important;
}

.gform-cont input[type="button"]:hover, selector input[type="submit"]:hover{
  background-color: white !important;  
  color: #cb9834 !important;
  border-color: #cb9834 !important;
}
	.gform-cont #input_36_11 label{
		display: inline !important;
		color: white !important;
	}

.gform-cont input[type="button"], selector input[type="submit"]{
  padding: 20px !important;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; 
  height: 100%; 
  padding: 0;
}
	.gform-cont #input_36_11{
		justify-content:center;
	}
.gform-cont #input_36_11 .gfield-image-choice-wrapper-outer{
  text-align: center;
}
.gform-cont .ginput_container.ginput_container_email, selector .ginput_container.ginput_container_number , selector .ginput_container.ginput_container_phone{
  text-align: center;
}

@media (max-width: 1024px) {
  .gform-cont .gform_wrapper.gravity-theme .gfield input.medium{
      width: 90% !important;
  }
  .gform-cont input[type="button"]{
      padding: 10px !important;
  }
  .gform-cont .gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice{
       inline-size: 160px;
      max-inline-size: 160px;
      min-inline-size: 160px;
  }
  .gform-cont .gform_wrapper.gravity-theme .ginput_container_image_choice .gfield_checkbox, .gform_wrapper.gravity-theme .ginput_container_image_choice .gfield_radio{
      justify-content: center;
  }
  .gform-cont .gform_wrapper.gravity-theme .ginput_container_image_choice .gfield-choice-image-wrapper {
      max-width: 100px;
      text-align: center;
  }
  .gform-cont .gfield-image-choice-wrapper-outer{
      display: flex !important;
      flex-direction: column;
      align-items: center;
  }  
}
	
	.glassmorphism {
  background: rgba(255, 255, 255, 0.2); /* Transparent white */
  backdrop-filter: blur(10px) saturate(180%);
  -webkit-backdrop-filter: blur(10px) saturate(180%);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  color: white; /* Adjust text color based on background */
}

	
