.elementor-8034 .elementor-element.elementor-element-4691660{padding:0px 0px 0px 0px;}.elementor-8034 .elementor-element.elementor-element-a25c1ef > .elementor-element-populated{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-50d695a *//*.embed-form {*/
/*    max-width: calc(700rem/16);*/
/*}*/

.table_fields {
    margin-top: calc(20rem/16);
}

.embed-form .smalltextnolink {
    margin-bottom: 0;
    overflow: hidden;
}

.embed-form .field-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    margin: 0 calc(22rem/16) calc(20rem/16) 0;
}

.embed-form select:invalid, 
.embed-form select option[value=""] {
  color: #667985;
}

.embed-form select, 
.embed-form select option {
    max-width: calc(190rem/16);
    font-family: var(--font-secondary);
    /*color: #000000;*/
}

.btn-submit {
    cursor: pointer;
}

.label-2-row {
    display: inline;
}

.hidden {
    display: none;
}

.fields-row-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

/*.email-field {*/
/*    width: 95%;*/
/*}*/

/*.fields-row {*/
/*  display: grid;*/
/*  grid-template-columns: repeat(3, 1fr);*/
/*  grid-template-rows: 1fr;*/
/*  grid-column-gap: 0px;*/
/*  grid-row-gap: 0px;*/
/*}*/

/*tr.field-item {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  margin: 20px 20px 20px 0px;*/
/*}*/

/*.form-border {*/
/*  width: 100%;*/
/*  border-width: 0px 0px 1px 0px;*/
/*  border-color: #D8E3EA;*/
/*}*/

/*.form-border:focus-visible {*/
/*  width: 100%;*/
/*  outline: none;*/
/*  border-width: 0px 0px 1px 0px;*/
/*  border-color: var(--blue) !important;*/
/*}*/

/*.btn-submit {*/
/*  width: 97%;*/
/*  color: #FFFFFF;*/
/*  background: #008067;*/
/*  padding: 12px 0px;*/
/*  font-family: Inter;*/
/*  font-size: 12px;*/
/*  font-weight: 600;*/
/*  line-height: 12px;*/
/*  letter-spacing: 0.15em;*/
/*  border-width: 0px 0px 2px 0px;*/
/*  border-bottom: solid #44BB8B;*/
/*  text-transform: uppercase;*/
/*}*/

/*.smalltextnolink {*/
/*  color: #03609B;*/
/*  font-family: Inter;*/
/*  font-size: 11px;*/
/*  font-weight: 600;*/
/*  line-height: 18px;*/
/*  letter-spacing: 0.15em;*/
/*  text-align: left;*/
/*  margin-bottom: 5px;*/
/*  text-transform: uppercase;*/
/*}*/

/*.required_icon {*/
/*  font-weight: 600;*/
/*  font-size: 14px;*/
/*  color: #c77f02;*/
/*  padding: 0 2px;*/
/*}*/

/*@media screen and (max-width:767px){*/
/*    .fields-row {*/
/*      display: grid;*/
/*      grid-template-columns: repeat(1, 1fr);*/
/*      grid-template-rows: 1fr;*/
/*      grid-column-gap: 0px;*/
/*      grid-row-gap: 0px;*/
/*    }*/
    
/*    .embed-form select {*/
/*        max-width: calc(700rem/16);*/
/*    }*/
    
/*    .btn-submit {*/
/*        width: 97%;*/
/*    }*/
/*}*/


@media screen and (max-width: 1024px) {
    .embed-form select {
        max-width: calc(268rem/16);
        width: 100%;
    }
    
    .email-field {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .embed-form select, .embed-form input {
        width: 100%;
        max-width: calc(700rem/16);
    }
    
    .label-2-row {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4b6141c *//*.embed-form {*/
/*    max-width: calc(700rem/16);*/
/*}*/

/*.embed-form::placeholder{*/
/*    color: var(--text-dark) !important;*/
/*}*/

.table_fields {
    margin-top: calc(20rem/16);
}

.embed-form .smalltextnolink {
    margin-bottom: 0;
    overflow: hidden;
}

.embed-form .field-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    margin: 0 calc(22rem/16) calc(20rem/16) 0;
}
.embed-form select option:checked, select option:focus-visible{
    border-color: var(--blue);    
}

/*.embed-form select:invalid, */
/*.embed-form select option[value=" "]{*/
/*  color: #667985;*/
/*}*/

.embed-form select, 
.embed-form select option:checked,
.text-dark{
    max-width: calc(190rem/16);
    font-family: var(--font-secondary);
    color: #000000 !important;
}

.btn-submit {
    cursor: pointer;
}

.label-2-row {
    display: inline;
}

.hidden {
    display: none;
}

.fields-row-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

/*.email-field {*/
/*    width: 95%;*/
/*}*/

/*.fields-row {*/
/*  display: grid;*/
/*  grid-template-columns: repeat(3, 1fr);*/
/*  grid-template-rows: 1fr;*/
/*  grid-column-gap: 0px;*/
/*  grid-row-gap: 0px;*/
/*}*/

/*tr.field-item {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  margin: 20px 20px 20px 0px;*/
/*}*/

/*.form-border {*/
/*  width: 100%;*/
/*  border-width: 0px 0px 1px 0px;*/
/*  border-color: #D8E3EA;*/
/*}*/

/*.form-border:focus-visible {*/
/*  width: 100%;*/
/*  outline: none;*/
/*  border-width: 0px 0px 1px 0px;*/
/*  border-color: var(--blue) !important;*/
/*}*/

/*.btn-submit {*/
/*  width: 97%;*/
/*  color: #FFFFFF;*/
/*  background: #008067;*/
/*  padding: 12px 0px;*/
/*  font-family: Inter;*/
/*  font-size: 12px;*/
/*  font-weight: 600;*/
/*  line-height: 12px;*/
/*  letter-spacing: 0.15em;*/
/*  border-width: 0px 0px 2px 0px;*/
/*  border-bottom: solid #44BB8B;*/
/*  text-transform: uppercase;*/
/*}*/

/*.smalltextnolink {*/
/*  color: #03609B;*/
/*  font-family: Inter;*/
/*  font-size: 11px;*/
/*  font-weight: 600;*/
/*  line-height: 18px;*/
/*  letter-spacing: 0.15em;*/
/*  text-align: left;*/
/*  margin-bottom: 5px;*/
/*  text-transform: uppercase;*/
/*}*/

/*.required_icon {*/
/*  font-weight: 600;*/
/*  font-size: 14px;*/
/*  color: #c77f02;*/
/*  padding: 0 2px;*/
/*}*/

/*@media screen and (max-width:767px){*/
/*    .fields-row {*/
/*      display: grid;*/
/*      grid-template-columns: repeat(1, 1fr);*/
/*      grid-template-rows: 1fr;*/
/*      grid-column-gap: 0px;*/
/*      grid-row-gap: 0px;*/
/*    }*/
    
/*    .embed-form select {*/
/*        max-width: calc(700rem/16);*/
/*    }*/
    
/*    .btn-submit {*/
/*        width: 97%;*/
/*    }*/
/*}*/


@media screen and (max-width: 1024px) {
    .embed-form select {
        max-width: calc(268rem/16);
        width: 100%;
    }
    
    .email-field {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .embed-form select, .embed-form input {
        width: 100%;
        max-width: calc(700rem/16);
    }
    
    .label-2-row {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
    }
}/* End custom CSS */