.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
	max-width:60%;
	margin:0 auto;
	gap:10px;
	font-family:Helvetica, Arial, sans-serif;
	color: #000;
    font-size: 16px;
}
.wpcf7-form div.item {
  width: calc(50% - 6px);
  padding-bottom: 15px;
}
.wpcf7-form div.item label {
  color: #000;
    font-size: 16px;
    font-weight: 400;
	font-family:Helvetica, Arial, sans-serif !important;
}
.wpcf7-form div.item.full {
  width: 100%;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=email] {
     background-color: #efefef;
    border: 1px solid #bfbebe;
    width: 100% !important;
    height: 40px;
    vertical-align: middle;
    padding: 0 0 0 10px;
    color: #000;
    font-size: 1.25em;
    font-weight: 400;
}


.wpcf7-form select {
	background-color: #efefef;
    border: 1px solid #bfbebe;
    width: 100% !important;
    height: 40px;
    vertical-align: middle;
    padding: 0 0 0 10px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='42' viewBox='0 0 24 24' width='35' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 0;
}

.wpcf7-form .p1 {
	color: #000 !important;
    font-size: 16px;
    font-weight: 400;
	margin-bottom:0px !important;
	font-family:Helvetica, Arial, sans-serif !important;
}

.wpcf7-form .wpcf7-list-item {
  display: block;
}
.wpcf7-form .wpcf7-submit {
  display: flex;
    align-items: center;
    justify-content: center;
    background: #041c38 !important;
    background-color: #041c38 !important;
    background-image: none !important;
    color: #fff;
    text-transform: uppercase;
    font-variation-settings: "wght" 500, "wdth" 90, "slnt" 0;
    font-size: 1.75em;
    line-height: 1;
    font-weight: 600;
    padding: 15px 80px 15px 80px;
    letter-spacing: .01em;
    font-style: normal !important;
    border-radius: 16px;
    margin: 0 0;
}
.wpcf7-form .wpcf7-response-output {
  display: none !important;
}

.wpcf7-form .mktoAsterix {
	color:red;
}



@media screen and (max-width: 768px) {
  .wpcf7-form div.item {
    width: 100%;
  }
}
