 .insight-template-default .insights-custom-form {	 
  margin: 0 auto;	 
  padding: 16px !important;	 
  font-family: Arial, Helvetica, sans-serif;	 
 }	 
 .insight-template-default.insights-custom-form .row {	 
  display: block;	 
  margin: 0;	 
 }	 
 .insight-template-default .insights-custom-form .col-md-12,	 
 .insight-template-default .insights-custom-form .col-12 {	 
  width: 100%;	 
  padding: 0;	 
  margin: 0 0 18px;	 
 }	 
 .insight-template-default .insights-custom-form input.form-control {	 
  width: 100%;	 
  height: 65px;	 
  padding: 0 15px;	 
  border: 1px solid #cbd6e2;	 
  border-radius: 3px;	 
  background: #f7fafc;	 
  color: #33475b;	 
  font-size: 16px;	 
  line-height: 22px;	 
  box-shadow: none;	 
  outline: none;	 
 }	 
 .insight-template-default .insights-custom-form input.form-control::placeholder {	 
  color: #c7d4e2;
  font-size: 16px;	 
  opacity: 1;	 
 }	 
 .insight-template-default .insights-custom-form input.form-control:focus {	 
  border-color: #e60023;	 
  background: #ffffff;	 
  box-shadow: 0 0 0 2px rgba(230, 0, 35, 0.12);	 
 }	 
 .insight-template-default .insights-custom-form .form-check {	 
  gap: 8px;	 
  margin: 6px 0 28px;	 
  padding: 0;	 
 }	 
 .insight-template-default .insights-custom-form .form-check-input {	 
  width: 13px !important;	 
  height: 13px !important;	 
  flex: 0 0 13px;	 
  margin: 3px 0 0;	 
  border: 1px solid #777;	 
  border-radius: 0;	 
  box-shadow: none;	 
  cursor: pointer;	 
 }	 
 .insight-template-default .insights-custom-form .form-check-label {	 
  margin: 0;	 
  color: #212d3a;	 
  font-size: 17px;	 
  line-height: 1.15;	 
  font-weight: 400;	 
  cursor: pointer;	 
 }	 
 .insight-template-default .insights-custom-form button[type="submit"] {	 
  display: block;	 
  min-width: 213px;	 
  height: 51px;	 
  margin: 8px auto 0;	 
  padding: 0 24px;	 
  border: 0;	 
  border-radius: 3px;	 
  background: #ff001f;	 
  color: #ffffff;	 
  font-size: 25px;	 
  font-weight: 700;	 
  line-height: 51px;	 
  text-align: center;	 
  cursor: pointer;	 
  box-shadow: none;	 
 }	 
 .insight-template-default .insights-custom-form button[type="submit"]:hover,	 
 .insight-template-default .insights-custom-form button[type="submit"]:focus {	 
  background: #d9001b;	 
  color: #ffffff;	 
 }	 
 .insight-template-default .insights-custom-form button[type="submit"]:disabled {	 
  opacity: 0.7;	 
  cursor: not-allowed;	 
 }	 
 @media (max-width: 575px) {	 
  .insight-template-default .insights-custom-form {	 
  max-width: 100%;	 
  padding: 28px 20px 36px;	 
  }	 
  .insight-template-default .insights-custom-form input.form-control {	 
  height: 56px;	 
  font-size: 15px;	 
  }	 
  .insight-template-default .insights-custom-form .form-check-label {	 
  font-size: 15px;	 
  line-height: 1.2;	 
  }	 
  .insight-template-default .insights-custom-form button[type="submit"] {	 
  width: 100%;	 
  min-width: 0;	 
  font-size: 22px;	 
  }	 
 }