@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
}

.form {
  font-family: "Poppins", sans-serif;
}
.form h2 {
  font-family: "Poppins-Bold", sans-serif;
  font-size: 30px;
  color: #0B0068;
  margin-bottom: 20px;
  margin-top: 0;
}
@media screen and (max-width: 50rem) {
  .form h2 {
    padding: 0 20px;
  }
}

form .form__group {
  display: flex;
  margin: 0 -18px 15px;
}
form .form__group .form__item {
  flex: 1;
  padding: 0 18px;
}
form .form__group .form__item > label {
  color: #3C3C3B;
  display: block;
  line-height: 25px;
  min-height: 24px;
}
form .form__group .form__item > label .obg {
  color: #0B0068;
}
form .form__group .form__item * {
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 13px;
  outline: none;
}
form .form__group .form__item .wpcf7-form-control-wrap {
  position: relative;
}
form .form__group .form__item .wpcf7-form-control-wrap input[type=text], form .form__group .form__item .wpcf7-form-control-wrap input[type=file], form .form__group .form__item .wpcf7-form-control-wrap select, form .form__group .form__item .wpcf7-form-control-wrap textarea {
  border: 1px solid #B2B2B2;
  color: #0B0068;
  width: 100%;
  border-radius: 2px;
  padding: 6px 15px;
  -moz-appearance: none;
  -webkit-appearence: none;
  appearance: none;
  box-sizing: border-box;
  min-height: 35px;
}
form .form__group .form__item .wpcf7-form-control-wrap input[type=text]::placeholder, form .form__group .form__item .wpcf7-form-control-wrap input[type=file]::placeholder, form .form__group .form__item .wpcf7-form-control-wrap select::placeholder, form .form__group .form__item .wpcf7-form-control-wrap textarea::placeholder {
  font-family: "Poppins-Regular", sans-serif;
}
form .form__group .form__item .wpcf7-form-control-wrap select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.27' height='21.27' viewBox='0 0 21.27 21.27'%3E%3Cg id='Groupe_11303' data-name='Groupe 11303' transform='translate(20.209 -47.365) rotate(135)'%3E%3Cg id='Groupe_10025' data-name='Groupe 10025' transform='translate(41.012 -41.012)'%3E%3Cpath id='Tracé_8542' data-name='Tracé 8542' d='M13.54,13.54V0H0' fill='none' stroke='%23090063' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: top 6px right 0.75rem;
}
form .form__group .form__item .wpcf7-form-control-wrap textarea {
  resize: none;
}
@media screen and (max-width: 50rem) {
  form .form__group {
    display: block;
    margin: 0;
  }
  form .form__group .form__item {
    padding: 0;
    margin-bottom: 15px;
  }
  form .form__group .form__item > label:empty {
    display: none;
  }
}
form .btn {
  display: flex !important;
}
form .btn__info-default {
  background-color: #0B0068;
  font-family: "Poppins-Light", sans-serif;
  font-size: 0.8125rem;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  max-width: 290px;
  text-align: center;
  line-height: 19px;
  transition: all 0.5s ease;
}

/*# sourceMappingURL=form.css.map */
