@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v11/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_qU7NSg.ttf) format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v11/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_m07NSg.ttf) format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v11/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_d0nNSg.ttf) format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v11/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNSg.ttf) format('truetype');
}
.form {
  display: flex;
  padding: 75px;
  -moz-column-gap: 75px;
       column-gap: 75px;
  margin: 50px 0 0 0;
  border-radius: 38px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.form .image {
  width: 50%;
}
.form .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 38px;
}
@media (max-width: 991px) {
  .form .image {
    order: 2;
    width: 100%;
  }
}
.form form {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.form form h3 {
  margin: 0 0 40px 0;
}
@media (max-width: 991px) {
  .form form h3 {
    text-align: center;
  }
}
.form form label {
  display: none;
}
.form form input {
  height: 60px;
  padding: 0 30px;
  font-size: 18px;
  margin: 0 0 15px 0;
  border-radius: 38px;
  border: 1px solid #cccccc;
  width: calc(100% - 60px);
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.form form input::-moz-placeholder {
  color: #cccccc;
}
.form form input::placeholder {
  color: #cccccc;
}
.form form select {
  width: 100%;
  height: 60px;
  color: #cccccc;
  padding: 0 60px 0 30px;
  font-size: 18px;
  margin: 0 0 15px 0;
  border-radius: 38px;
  border: 1px solid #cccccc;
  font-family: 'Plus Jakarta Sans', sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("/static/images/chevron-down.85cc7865553e.png");
  background-repeat: no-repeat;
  background-position: center right 20px;
}
.form form select.changed {
  color: #26292e;
}
.form form textarea {
  resize: none;
  height: 160px;
  padding: 20px 30px;
  font-size: 18px;
  border-radius: 38px;
  border: 1px solid #cccccc;
  width: calc(100% - 60px);
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.form form textarea::-moz-placeholder {
  color: #cccccc;
}
.form form textarea::placeholder {
  color: #cccccc;
}
.form form button {
  height: 60px;
  width: 240px;
  border: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 38px;
  margin: 30px 0 0 auto;
  background-color: #26292e;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
@media (max-width: 991px) {
  .form form button {
    width: 100%;
    margin: 30px 0 0 0;
  }
}
@media (max-width: 991px) {
  .form form {
    order: 1;
    width: 100%;
  }
}
.form .lead_form_snippet {
  font-size: 22px;
  margin: 0 0 30px 0;
  font-weight: 500;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.form .content_form_snippet {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.form .content_form_snippet a {
  text-decoration: underline;
  color: #056B05;
}
.form .content_form_snippet a:hover {
  color: #056B05;
}
.form .content_form_snippet p {
  margin-bottom: 32px;
}
@media (max-width: 1500px) {
  .form {
    padding: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media (max-width: 1199px) {
  .form {
    padding: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (max-width: 991px) {
  .form {
    row-gap: 25px;
    flex-direction: column;
  }
  .form .lead_form_snippet {
    font-size: 14px;
  }
}
#banner .content {
  background-image: url("../images/curve_grey.d23b37c95e83.png");
}
@media (max-width: 991px) {
  #banner .content {
    background-image: url("../images/curve_grey_mobile.161930702883.png");
  }
}
#compliance_selection {
  padding: 50px 0;
  background-color: #f7f7f7;
}
#compliance_selection .green {
  margin-left: auto;
  margin-right: auto;
  background-color: #00A22c;
  border: 0;
  width: 428px;
  height: 114px;
  display: flex;
  color: #f7f7f7;
  font-weight: 700;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  line-height: 114px;
  cursor: pointer;
}
#compliance_selection .green:hover {
  background-color: #056b05;
}
@media (max-width: 991px) {
  #compliance_selection .green {
    width: 290px;
    height: 70px;
    font-size: 18px;
    line-height: 70px;
  }
}
#compliance_selection .service_buttons {
  margin: 75px 0 0 0;
}
#compliance_selection .service_buttons .xform {
  display: flex;
  -moz-column-gap: 55px;
       column-gap: 55px;
  flex-direction: row;
}
#compliance_selection .service_buttons .xform .button {
  width: 200px;
  display: flex;
  height: 114px;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#compliance_selection .service_buttons .xform .button.active {
  color: #ffffff;
  background-color: #00A22c;
}
#compliance_selection .service_buttons .xform .button:hover {
  cursor: pointer;
}
@media (max-width: 991px) {
  #compliance_selection .service_buttons .xform .button {
    max-width: 200px;
    width: calc(50% - 15px);
  }
}
@media (max-width: 1500px) {
  #compliance_selection .service_buttons .xform {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (max-width: 1199px) {
  #compliance_selection .service_buttons .xform {
    row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
#compliance_form {
  padding: 120px 0;
}
#compliance_form .xform h3 {
  color: #00A22c;
}
#compliance_form .xform .form .django-ckeditor-widget {
  width: 100%;
}
#compliance_form .xform .form label.show {
  display: flex;
  font-size: 22px;
  margin: 0 0 30px 0;
  font-weight: 500;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
#compliance_form .xform .form #id_LRA {
  display: flex;
  -moz-column-gap: 70px;
       column-gap: 70px;
  margin: 0 0 30px 0;
  flex-direction: row;
}
#compliance_form .xform .form #id_LRA label {
  display: flex;
  font-size: 22px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  font-weight: 500;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
#compliance_form .xform .form #id_LRA input {
  margin: 0;
  width: 18px;
  height: 18px;
}


