.hs_cos_wrapper_type_inline_rich_text ul {
      list-style-type: disc;
    padding-left: 19px;
}

.text-contactform .hs-custom-form .field > label {
	display: none;
}

@media (max-width: 576px) {
  .section.text-contactform .contactform-block {
  padding: 1rem 0;
  }
}
  
.text-contactform .hs-button {
-webkit-appearance: none;
-webkit-font-smoothing: antialiased;
-webkit-user-select: none;
align-items: flex-start;
background-color: rgb(0, 135, 204);
border-bottom-color: rgb(0, 135, 204);
border-bottom-left-radius: 32px;
border-bottom-right-radius: 32px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgb(0, 135, 204);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(0, 135, 204);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(0, 135, 204);
border-top-left-radius: 32px;
border-top-right-radius: 32px;
border-top-style: solid;
border-top-width: 1px;
box-sizing: border-box;
color: rgb(255, 255, 255);
cursor: pointer;
display: block;
font-family: Lato, sans-serif;
font-size: 16px;
font-style: normal;
font-variant-caps: normal;
font-weight: normal;
height: 45.1875px;
letter-spacing: normal;
line-height: 24px;
margin: 0 auto;
outline-color: rgb(255, 255, 255);
outline-style: none;
outline-width: 0px;
overflow-x: visible;
overflow-y: visible;
padding-bottom: 9.600000381469727px;
padding-left: 56px;
padding-right: 56px;
padding-top: 9.600000381469727px;
text-align: center;
text-indent: 0px;
text-shadow: none;
text-transform: none;
transition-delay: 0s, 0s, 0s, 0s, 0s;
transition-duration: 0.15s, 0.15s, 0.15s, 0.15s, 0.15s;
transition-property: color, background-color, border-color, box-shadow, -webkit-box-shadow;
transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out, ease-in-out;
vertical-align: middle;
white-space: nowrap;
word-spacing: 0px;
writing-mode: horizontal-tb;
}
.contactform-block .input .hs-input {
background-clip: padding-box;
background-color: rgb(255, 255, 255);
border-bottom-color: rgb(0, 135, 204);
border-bottom-left-radius: 4.796875px;
border-bottom-right-radius: 4.796875px;
border-bottom-style: solid;
border-bottom-width: 2px;
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgb(0, 135, 204);
border-left-style: solid;
border-left-width: 2px;
border-right-color: rgb(0, 135, 204);
border-right-style: solid;
border-right-width: 2px;
border-top-color: rgb(0, 135, 204);
border-top-left-radius: 4.796875px;
border-top-right-radius: 4.796875px;
border-top-style: solid;
border-top-width: 2px;
box-sizing: border-box;
color: rgb(0, 135, 204);
cursor: auto;
display: inline-block;
font-family: Lato, sans-serif;
font-size: 16px;
font-style: normal;
font-variant-caps: normal;
font-weight: normal;
height: 45.1875px;
letter-spacing: normal;
line-height: 16px;
margin-bottom: 16px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
overflow-x: visible;
overflow-y: visible;
padding-bottom: 0px;
padding-left: 16px;
padding-right: 16px;
padding-top: 0px;
text-align: start;
text-indent: 0px;
text-shadow: none;
text-transform: none;
transition-delay: 0s, 0s, 0s;
transition-duration: 0.15s, 0.15s, 0.15s;
transition-property: border-color, box-shadow, -webkit-box-shadow;
transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
width: 100%;
word-spacing: 0px;
writing-mode: horizontal-tb;
}

input[type="checkbox"] {
  width:20px !important;
  height:20px !important;
  padding-left:0 !important;
}

ul[role="checkbox"] {
  text-align:left !important;
  
}

input[type="checkbox"] {
  vertical-align:top;
  margin-top:4px !important;
}

label > span {
  padding-left:10px;
}

ul {
  list-style:none;
  padding-inline-start:0;
}

form ul {
  margin-bottom:0;
  margin-left:0 !important;
  list-style-type:none !important;
} 

.legal-consent-container {
  text-align:left;
}

label > span > p {
  padding-left:10px;
}

label:not(:last-child) {
  margin-bottom:0 !important;
}

form > div > div > p, label > span > p {
  font-size:0.8rem;

}

form > div > div > h2 {
  margin-bottom:2rem;
}