.z-form-fields *>*:last-child{
  margin-bottom: 0px !important;
}
.z-form-fields{
  padding: 48px;
  border: dotted 1px black;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  background: white;
}
.bot-section .z-form-fields{
  border: none;
}
.z-form-fields h3{
  font-size: 35px;
  text-align: center;
  line-height: 1.2;
  font-family: 'Sentinel Semibold';
  margin-bottom: 28px;
}
.z-form-fields h4{
  font-size: 25px;
  text-align: center;
  text-align: left;
  line-height: 1.2;
  font-family: 'Sentinel Semibold';
  margin-bottom: 28px;
}
.z-form-fields .z-input-holder{
  margin-bottom: 32px;
}
.z-form-fields p{
  margin-bottom: 25px;
}
.z-form-fields label{
  color: var(--brand-fossil-rim, #5F5541);
  /* Desktop/Label */
  font-family: Termina;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: inline-block;
}
.z-form-fields .z-input-holder p br{
  display: none;
}
.z-form-fields .z-input-holder input[type="text"],
.z-form-fields .z-input-holder input[type="email"],
.z-form-fields .z-input-holder input[type="date"],
.z-form-fields .z-input-holder input[type="number"],
.z-form-fields .z-input-holder textarea,
.z-form-fields .z-input-holder select{
  color: var(--ui-dark-gray, #2B2E2E);
  /* Desktop/Body */
  font-family: 'Ringside Regular';
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px; /* 155.556% */
  line-height: 1;
  padding: 8px 0px;
  display: block;
  width: 100%;
  border: none;
  border: 1px solid rgba(95, 85, 65, 0.20);
  border-top-color: rgba(95, 85, 65, 0.10);
  border-top-style:none;
  border-left-style:none;
  border-right-style:none;
  background: transparent; 
}
.z-form-fields .z-input-holder input[type="text"]:focus,
.z-form-fields .z-input-holder input[type="email"]:focus,
.z-form-fields .z-input-holder input[type="date"]:focus,
.z-form-fields .z-input-holder input[type="number"]:focus,
.z-form-fields .z-input-holder textarea:focus,
.z-form-fields .z-input-holder select:focus{
  outline: none;
}
.z-form-fields .z-input-holder textarea{
  height: 150px; 
  resize: none;
}
.z-form-fields .wpcf7-form-control-wrap,
.z-form-fields .wpcf7-checkbox{
  display: block;
}
.z-form-fields .wpcf7-checkbox{

}
.z-form-fields .wpcf7-list-item{
  display: block;
}
.z-form-fields .wpcf7-list-item-label{
  color: var(--ui-dark-gray, #2B2E2E);
  /* Desktop/Body */
  font-family: 'Ringside Regular';
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px; /* 155.556% */
  text-transform: none;
}
.z-form-fields .wpcf7-list-item{
  margin: 0px;
}
.z-form-fields .wpcf7-list-item>label>.wpcf7-list-item-label{
  padding-left: 32px;
  position: relative;
  cursor: pointer;
}
.z-form-fields .wpcf7-list-item>label>.wpcf7-list-item-label:before{
  position: absolute;
  display: block;
  content: '';
  width: 24px;
  height: 24px;

  border: solid 2px #5F5541;

  -webkit-border-radius: 4px;
  border-radius: 4px;

  box-sizing: border-box;

  left: 0px;
  top: -1px;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;

  color:white;
  display: flex;
  align-items: center;
  justify-content: center;

}
.z-form-fields .wpcf7-radio .wpcf7-list-item>label>.wpcf7-list-item-label:before{
  -webkit-border-radius: 12px;
  border-radius: 12px;
  font-size: 24px;
  line-height: 1;
}
.z-form-fields .z-radios-in-line .wpcf7-form-control{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.z-form-fields .z-radios-in-line .wpcf7-list-item{
  margin-right: 30px !important;
  margin-bottom: 10px !important;
}

.z-form-fields .wpcf7-list-item>label>.wpcf7-list-item-label:hover:before{
  background-color: #2B2E2E;
}
.z-form-fields .wpcf7-list-item>label input{
  display: none;
}
.z-form-fields select:focus {
	border-color: var(--monarch);
}
.z-form-fields .wpcf7-list-item>label>input:checked+:before{
  background-color: #5F5541 !important;
  content: '✓';
}
.z-form-fields .wpcf7-radio .wpcf7-list-item>label>input:checked+:before{
  content: '●';
}
.z-form-fields .wpcf7-list-item{
  margin-bottom: 10px;
}

.z-form-fields .wpcf7-submit,
.z-btn-cf7{
  color: var(--ui-white, #FFF) !important;
  text-align: center !important;
  font-family: 'Ringside Regular' !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 1;
  padding: 14px 24px !important;
  min-width: 145px;
  text-align: center;
  justify-content: center;
  /* border: none; */
  border: solid 1px var(--monarch) !important;
  background-color: var(--monarch) !important;

  cursor: pointer;

  display: inline-flex !important;
}
.z-form-fields .wpcf7-submit:hover,
.z-btn-cf7:hover{
  background-color: #2B2E2E !important;
  border-color: #5F5541 !important;
}
.z-btn-cf7.light{
  background: rgba(95, 85, 65, 0.05) !important;
  color: var(--brand-fossil-rim, #5F5541) !important;
  border-color: rgba(95, 85, 65, 0.05) !important;
}
.z-btn-cf7.light:hover{
  background-color: #5F5541 !important;
  color:white !important; 
  border-color: #5F5541 !important;
}
.z-input-row{
  margin-bottom: 32px;
}
.z-input-row>.z-input-holder{
  margin-bottom: 0px;
}
.z-input-row.x2{
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 32px 32px; 
  grid-template-areas: 
    ". ."; 
}
.z-input-row.x3{
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 32px 32px; 
  grid-template-areas: 
    ". . ."; 
}
@media (max-width: 600px){
  .z-input-row.x2{
    display: block;
  }
  .z-input-row.x2>.z-input-holder{
    margin-bottom: 32px;
  }
}
@media (max-width: 900px){
  .z-input-row.x3{
    display: block; 
  }
  .z-input-row.x3>.z-input-holder{
    margin-bottom: 32px;
  }
}


.z-form-fields-scrollable{
  max-height: calc(100vh - 350px);
  max-height: calc(100vh - 290px);
  overflow-y: auto;
  padding: 24px 0px;
}
.z-input-holder-bottom-buttons{
  padding: 32px 48px;
  background: var(--ui-cream-light, #F9F9F7);
}
.z-input-holder-bottom-buttons p{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.z-input-holder-bottom-buttons p .wpcf7-spinner{
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.z-form-fields-scrollable::-webkit-scrollbar {
  width: 8px;
}
.z-form-fields-scrollable::-webkit-scrollbar-track {
  background-color: transparent;
}
.z-form-fields-scrollable::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: rgba(217, 217, 217, 0.50);
}