@font-face {
  font-family: Icons Lawyer Template;
  src: url('../fonts/icons-lawyer-template.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #1b1c1e;
  --seashell: #faebe7;
  --burlywood: #f3bb93;
  --dim-grey: #666d7980;
  --white: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutdiscountsinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  flex: 1;
  width: auto;
  min-width: 0;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutdiscountsinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutdiscountsinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commercecheckoutdiscountsinput, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: #666d79;
  letter-spacing: -.01em;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
}

h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 28px;
  font-family: Playfair Display, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.172em;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 19px;
  font-family: Playfair Display, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.348em;
}

h3 {
  color: var(--black);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Mulish, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.545em;
}

h4 {
  color: var(--black);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Mulish, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6em;
}

h5 {
  color: var(--black);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.833em;
}

h6 {
  color: var(--black);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.077em;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--black);
  text-decoration: underline;
  transition: color .35s;
}

a:hover {
  color: var(--seashell);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

label {
  color: var(--black);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  display: block;
}

strong {
  font-weight: 700;
}

blockquote {
  border-left: 8px solid var(--seashell);
  background-color: #fff;
  margin-bottom: 10px;
  padding: 72px 60px 72px 72px;
  font-size: 22px;
  line-height: 1.591em;
  box-shadow: 0 2px 6px #081d340f;
}

figure {
  margin-bottom: 10px;
}

.text-center {
  text-align: center;
}

.bg-neutral-100 {
  background-color: #f0eee9;
}

.container-default {
  max-width: 1224px;
  max-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 36px;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default.blog-post {
  margin-bottom: 125px;
}

.container-default.tarieven {
  max-width: 1336px;
  padding-bottom: 100px;
}

.container-default.kennis {
  display: flex;
}

.paragraph-large {
  margin-top: 0;
  padding-top: 0;
  font-size: 18px;
  line-height: 1.5em;
}

.paragraph-large.white {
  opacity: .8;
  color: #fff;
}

.paragraph-large.white.home-hero, .paragraph-large.white.about-hero {
  margin-bottom: 64px;
}

.paragraph-large.white.blog-post-excerpt {
  max-width: 840px;
}

.paragraph-large.white.contact {
  margin-bottom: 58px;
}

.paragraph-large.white.package {
  margin-bottom: 75px;
}

.paragraph-large.op-maat-gemaakt {
  max-width: 60%;
  padding-bottom: 20px;
}

.paragraph-large.mediation-text {
  padding-bottom: 20px;
}

.paragraph-large.left {
  margin-top: 9px;
}

.paragraph-large.story {
  max-width: 100%;
  margin-bottom: 40px;
}

.paragraph-large.op-maat-gemaakt-2 {
  max-width: 60%;
}

.paragraph-large.left-text-waar {
  padding-bottom: 0;
}

.paragraph-large.over-mij-text-1 {
  max-width: 72%;
  margin-bottom: 40px;
}

.paragraph-large.tekst {
  margin-top: 10px;
}

.button-primary {
  background-color: var(--seashell);
  color: var(--black);
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  padding: 30px 36px;
  font-size: 18px;
  line-height: 1.111em;
  transition: transform .35s;
}

.button-primary:hover {
  color: var(--black);
  transform: scale3d(.96, .96, 1.01);
}

.button-primary.full-width {
  align-self: stretch;
  display: block;
}

.button-primary.footer-newsletter {
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.429em;
  position: absolute;
  right: 13px;
}

.button-primary.header-button {
  color: var(--black);
  margin-left: 23px;
  padding: 16px 30px 18px;
  font-size: 15px;
  line-height: 1.333em;
}

.button-primary.home-hero {
  color: var(--black);
  margin-bottom: 20px;
  margin-right: 32px;
}

.button-primary.cta {
  margin-right: 34px;
}

.button-primary.about-hero {
  margin-right: 28px;
}

.button-primary.newsletter {
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.429em;
  position: absolute;
  right: 13px;
}

.button-primary._404 {
  margin-right: 34px;
}

.button-primary.discount {
  justify-content: center;
  margin-left: 0;
}

.button-primary.place-order, .button-primary.cart-checkout {
  margin-top: 15px;
}

.button-primary.cart-empty {
  margin-top: 40px;
}

.button-secondary {
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #0000;
  padding: 30px 36px;
  font-size: 18px;
  line-height: 1.111em;
  transition: transform .35s, border-color .35s, color .35s, background-color .35s;
}

.button-secondary:hover {
  border-color: var(--seashell);
  background-color: var(--seashell);
  color: var(--black);
  transform: scale3d(.96, .96, 1.01);
}

.button-secondary.white {
  color: #fff;
  border-color: #fff;
}

.button-secondary.white:hover {
  border-color: var(--seashell);
  color: var(--black);
}

.button-secondary.white.home-hero {
  margin-bottom: 20px;
}

.button-secondary.white.home-hero:hover {
  color: var(--black);
}

.button-secondary.pagination {
  margin-top: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-secondary.full-width {
  display: block;
}

.header {
  background-color: var(--black);
}

.header-navigation {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-item-wrapper {
  margin-right: 25px;
  line-height: 1.2em;
}

.nav-item-wrapper.last {
  margin-right: 0;
}

.nav-item-wrapper.mobile {
  display: none;
}

.nav-link {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .35s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--burlywood);
}

.nav-link.dropdown {
  align-items: center;
  display: flex;
}

.footer {
  background-color: var(--black);
  border-top: 1px solid #666d79;
  margin-top: 240px;
  padding-top: 77px;
  padding-bottom: 20px;
}

.footer-logo-container {
  margin-bottom: 8px;
  transition-property: transform;
}

.footer-logo-container:hover {
  transform: scale(.96);
}

.section-diensten {
  padding-top: 85px;
  padding-bottom: 0;
}

.section-diensten.home-hero {
  padding-top: 85px;
  position: relative;
  overflow: hidden;
}

.section-diensten.home-practice-areas {
  background-color: var(--black);
  color: var(--black);
  padding-top: 85px;
  padding-bottom: 75px;
}

.section-diensten.cta {
  background-color: var(--black);
  background-image: url('../images/bg-cta-lawyer-template.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 106px;
  padding-bottom: 110px;
}

.section-diensten.about-hero {
  background-color: var(--black);
  background-image: url('../images/bg-about-hero-lawyer-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 85px;
  padding-bottom: 85px;
}

.section-diensten.achievements {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section-diensten.story {
  padding-top: 50px;
  padding-bottom: 85px;
}

.section-diensten.values {
  background-color: var(--black);
  padding-bottom: 168px;
}

.section-diensten.blog-post-articles {
  padding-top: 100px;
  padding-bottom: 128px;
}

.section-diensten.blog-post {
  padding-top: 100px;
  padding-bottom: 120px;
  position: relative;
}

.section-diensten.contact {
  padding-top: 50px;
  position: relative;
}

.section-diensten.case-result-hero {
  background-color: var(--black);
  background-image: url('../images/bg-case-study-lawyer-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 97px;
  padding-bottom: 120px;
}

.section-diensten.case-result {
  padding-top: 112px;
  padding-bottom: 167px;
}

.section-diensten.more-case-results {
  padding-top: 60px;
}

.section-diensten.package {
  padding-top: 115px;
  padding-bottom: 160px;
  position: relative;
}

.section-diensten.packages-category {
  padding-top: 109px;
  position: relative;
}

.section-diensten.blog-category {
  padding-top: 80px;
  padding-bottom: 150px;
}

.section-diensten.section-review {
  display: block;
}

.section-diensten.kennismakking {
  padding-top: 75px;
  display: block;
}

.utility-page-wrap {
  background-color: var(--black);
  background-image: url('../images/bg-packages-lawyer-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 800px;
  padding: 60px 24px;
  display: flex;
}

.utility-page-content-password {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  max-width: 580px;
  padding: 72px 50px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.input {
  border: 1px solid var(--dim-grey);
  color: var(--black);
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #0000;
  height: 64px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  line-height: 2em;
  transition: border-color .35s, color .35s;
}

.input:hover {
  border-color: var(--black);
}

.input:focus, .input.-wfp-focus {
  border-color: var(--black);
  color: var(--black);
  font-size: 15px;
}

.input::placeholder {
  color: #666d7999;
  font-size: 15px;
}

.input.password {
  margin-bottom: 20px;
}

.input.footer-newsletter {
  color: var(--seashell);
  border-color: #c7cbd1;
  height: 74px;
  padding-left: 23px;
  padding-right: 140px;
}

.input.footer-newsletter:hover {
  border-color: var(--seashell);
}

.input.footer-newsletter:focus {
  border-color: var(--seashell);
  color: var(--seashell);
}

.input.footer-newsletter::placeholder {
  color: #fffc;
}

.input.newsletter {
  background-color: var(--black);
  color: var(--seashell);
  border-color: #c7cbd1;
  height: 74px;
  padding-left: 23px;
  padding-right: 140px;
}

.input.newsletter:hover {
  border-color: var(--seashell);
}

.input.newsletter:focus {
  border-color: var(--seashell);
  color: var(--seashell);
}

.input.newsletter::placeholder {
  color: #fffc;
}

.input.checkout {
  border-radius: 0;
  height: 46px;
  margin-bottom: 20px;
}

.input.discount {
  border-radius: 0;
  flex: 0 auto;
  height: 46px;
  margin-bottom: 10px;
}

.utility-page-content-404 {
  width: 100%;
}

._404-title {
  color: var(--seashell);
  margin-bottom: 32px;
  font-family: Playfair Display, sans-serif;
  font-size: 180px;
  font-weight: 700;
  line-height: .889em;
}

.divider {
  background-color: #c7c3b3;
  width: 100%;
  height: 1px;
}

.divider.home-about {
  margin-top: 44px;
  margin-bottom: 24px;
}

.divider.blog-post-item {
  margin-top: 15px;
  margin-bottom: 33px;
}

.divider.header-divider {
  opacity: .18;
  background-color: #fff;
}

.divider.achievements {
  align-self: flex-end;
  width: 1190px;
}

.divider.card-package {
  background-color: #c7c3b3;
  margin-top: 32px;
  margin-bottom: 40px;
}

.container-header {
  justify-content: space-between;
  align-items: center;
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 24px;
  display: flex;
}

.home-hero-wrapper {
  justify-content: space-between;
  display: flex;
}

.bg {
  position: absolute;
}

.bg.home-hero {
  z-index: -1;
  background-color: var(--black);
  background-image: url('../images/bg-home-hero-lawyer-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 843px;
  top: 0;
  left: 0;
  right: 0;
}

.bg.achievements {
  background-color: var(--black);
  width: 50%;
  height: 50%;
  top: 0;
  right: 0;
}

.bg.blog-post {
  z-index: -1;
  background-color: var(--black);
  background-image: url('../images/bg-blog-post-lawyer-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 886px;
  top: 0;
  left: 0;
  right: 0;
}

.bg.contact {
  z-index: -1;
  background-color: var(--black);
  background-image: url('../images/bg-contact-lawyer-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 850px;
  top: 0;
  left: 0;
  right: 0;
}

.bg.case-results {
  z-index: -1;
  background-color: var(--black);
  background-image: url('../images/bg-case-results-lawyer-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 584px;
  top: 0;
  left: 0;
  right: 0;
}

.bg.package {
  z-index: -1;
  background-color: var(--black);
  background-image: url('../images/bg-package-lawyer-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80%;
  top: 0;
  left: 0;
  right: 0;
}

.bg.checkout {
  z-index: -1;
  background-color: var(--black);
  background-image: url('../images/bg-case-results-lawyer-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  top: 0;
  left: 0;
  right: 0;
}

.bg.packages-category {
  z-index: -1;
  background-color: var(--black);
  background-image: url('../images/bg-packages-lawyer-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 738px;
  top: 0;
  left: 0;
  right: 0;
}

.split-content.home-hero-left {
  max-width: 51%;
  margin-top: 40px;
  margin-right: 40px;
}

.split-content.home-hero-right {
  flex-direction: column;
  justify-content: center;
  max-width: 600px;
  display: flex;
}

.split-content.home-practice-areas-left {
  max-width: 629px;
}

.split-content.home-about-left {
  max-width: 588px;
  margin-right: 40px;
  position: relative;
}

.split-content.home-about-right {
  max-width: 41%;
}

.split-content.testimonials-left {
  max-width: 38%;
  margin-right: 40px;
}

.split-content.home-case-studies-left {
  max-width: 59%;
}

.split-content.footer-top-content-left {
  max-width: 95%;
  margin-top: -140px;
}

.split-content.footer-top-content-right {
  width: 100%;
  max-width: 434px;
}

.split-content.header-right {
  align-items: center;
  display: flex;
}

.split-content.about-hero-left {
  max-width: 600px;
  margin-right: 40px;
}

.split-content.about-hero-right {
  max-width: 500px;
}

.split-content.story-left {
  max-width: 558px;
  margin-right: 40px;
}

.split-content.story-right {
  max-width: 558px;
}

.split-content.about-testimonials-left {
  max-width: 676px;
}

.split-content.contact-left {
  margin-top: 24px;
  margin-right: 40px;
}

.split-content.contact-left.kennismakking {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.split-content.contact-left.kennismakking.right {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.split-content.contact-left.kennismakking.left {
  flex-direction: column;
  justify-content: center;
  margin-left: 0;
  padding-right: 20px;
  display: flex;
}

.split-content.contact-right {
  width: 100%;
  max-width: 57%;
}

.split-content.faqs-left {
  max-width: 63%;
}

.split-content.case-result-hero-left {
  flex-direction: column;
  align-items: flex-start;
  width: 54%;
  margin-right: 40px;
  display: flex;
}

.split-content.case-result-overview-right {
  max-width: 712px;
  display: block;
}

.split-content.case-result-results-right {
  max-width: 712px;
}

.split-content.package-hero-left {
  max-width: 60%;
  margin-right: 40px;
}

.split-content.checkout-left, .split-content.checkout-right {
  flex-grow: 1;
}

.split-content.blog-category-left {
  flex-wrap: wrap;
  margin-right: 40px;
  display: flex;
}

.title.home-hero, .title.white {
  color: #fff;
}

.title.white.home-practice-areas {
  margin-bottom: 0;
}

.title.white.cta {
  margin-bottom: 14px;
}

.title.white.value {
  margin-bottom: 17px;
  font-size: 20px;
  line-height: 1em;
}

.title.white.newsletter {
  margin-bottom: 11px;
  font-size: 42px;
  line-height: 1.405em;
}

.title.white.blog-post {
  margin-bottom: 19px;
}

.title.white.contact {
  margin-bottom: 32px;
}

.title.white.case-results {
  max-width: 440px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  font-size: 46px;
  line-height: 1.348em;
}

.title.white.case-result-hero {
  margin-bottom: 15px;
}

.title.white.package {
  margin-bottom: 10px;
}

.title.white.packages-category {
  margin-bottom: 15px;
}

.title.awards {
  letter-spacing: .1em;
  text-transform: uppercase;
  max-width: 800px;
  margin-bottom: 0;
  margin-right: 34px;
  font-family: Mulish, sans-serif;
  font-size: 27px;
  line-height: 1.259em;
}

.title.home-practice-area {
  color: #fff;
  font-size: 20px;
}

.title.home-case-results {
  margin-bottom: 0;
}

.title.blog-post-item {
  margin-bottom: 17px;
}

.title.footer-title {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-family: Mulish, sans-serif;
  font-size: 19px;
  line-height: 1.737em;
}

.title.dropdown-nav-title {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-family: Mulish, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.737em;
}

.title.story {
  font-size: 33px;
}

.title.blog-post-articles {
  margin-bottom: 0;
}

.title.card-about-author {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 1px;
  font-family: Mulish, sans-serif;
  font-size: 22px;
  line-height: 1.545em;
}

.title.faqs {
  margin-bottom: 0;
}

.title.card-office {
  letter-spacing: 2px;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 1.308em;
}

.title.office, .title.more-case-results {
  margin-bottom: 0;
}

.title.case-result-overview, .title.case-result-results {
  margin-right: 40px;
  position: sticky;
  top: 20px;
}

.title.card-package {
  color: var(--seashell);
  letter-spacing: .09em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  line-height: 1.889em;
}

.title.packages-contact {
  letter-spacing: .12em;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.6em;
}

.title.get-package {
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Mulish, sans-serif;
  font-size: 22px;
}

.title.about-package {
  margin-bottom: 16px;
}

.title.checkout {
  margin-bottom: 0;
}

.title.order-item {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
}

.title.checkout-about {
  margin-bottom: 15px;
}

.title.blog-category {
  margin-bottom: 0;
  margin-right: 10px;
}

.title.blog-category.last {
  margin-right: 0;
}

._2-buttons {
  align-items: center;
  display: flex;
}

._2-buttons.home-hero {
  flex-wrap: wrap;
}

._2-buttons._404 {
  justify-content: center;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.image-wrapper.home-hero {
  min-height: 808px;
}

.image-wrapper.home-about {
  margin-top: 0;
  margin-left: 0;
}

.image-wrapper.blog-post-item {
  margin-bottom: 20px;
}

.image-wrapper.story-1 {
  margin-bottom: 40px;
}

.image-wrapper.office {
  width: 100%;
  height: 100%;
}

.image-wrapper.case-result-hero {
  max-width: 600px;
}

.image.home-hero {
  object-fit: cover;
  min-height: 808px;
}

.image.icon-home-practice-areas {
  margin-bottom: 49px;
}

.image.home-about-signature {
  width: 30%;
  margin-right: 37px;
}

.image.testimonial {
  border-radius: 1000px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  margin-right: 22px;
}

.image.case-result.img-klein-meer-diensten {
  margin-top: -40px;
}

.image.case-result.drie.ouderschapsplan {
  margin-top: -28px;
}

.image.case-result.drie.conflict {
  margin-top: -12px;
}

.image.story-1, .image.story-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image.value {
  width: 70px;
  min-width: 70px;
  height: 70px;
  margin-right: 20px;
}

.image.card-about-testimonial {
  border-radius: 1000px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  margin-right: 22px;
}

.image.card-about-author {
  border-radius: 1000px;
  width: 120px;
  min-width: 120px;
  height: 120px;
  margin-right: 24px;
}

.image.card-office-icon {
  margin-right: 0;
}

.image.office {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.awards-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.awards-grid {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: 853px;
  display: block;
}

.top-content {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.top-content.home-practice-areas {
  margin-bottom: 60px;
}

.top-content.home-case-results {
  margin-bottom: 57px;
}

.top-content.footer-top-content {
  margin-bottom: 80px;
}

.top-content.about-testimonials {
  align-items: center;
  margin-bottom: 40px;
}

.top-content.blog-post-articles {
  align-items: center;
  margin-bottom: 48px;
}

.top-content.faqs {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}

.top-content.faqs.test {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: -118px;
}

.top-content.more-case-results {
  align-items: flex-end;
  margin-bottom: 46px;
}

.top-content.blog-category {
  align-items: center;
  margin-bottom: 48px;
}

.home-about-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.subtitle-wrapper {
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.subtitle-wrapper.home-hero {
  margin-bottom: 36px;
}

.subtitle-wrapper.testimonials {
  flex-direction: column;
  align-items: flex-start;
}

.subtitle-wrapper.about-hero {
  margin-bottom: 34px;
}

.subtitle-wrapper.values {
  flex-direction: column;
}

.subtitle-wrapper.contact {
  margin-bottom: 30px;
}

.subtitle-wrapper.faqs {
  margin-bottom: 20px;
}

.subtitle-wrapper.faqs.test {
  margin-bottom: 30px;
}

.subtitle-wrapper.office {
  text-align: center;
  flex-direction: column;
  margin-bottom: 20px;
}

.subtitle-wrapper.case-results, .subtitle-wrapper.packages-category {
  flex-direction: column;
  margin-bottom: 20px;
}

.accent {
  background-color: var(--burlywood);
  width: 55px;
  height: 2px;
  margin-right: 16px;
}

.accent.cta {
  width: 100px;
  margin-bottom: 11px;
  margin-right: 0;
}

.accent.testimonials {
  margin-bottom: 20px;
  margin-right: 0;
}

.accent.card-case-result {
  width: 32px;
  margin-right: 15px;
}

.accent.home-hero, .accent.home-about {
  background-color: var(--burlywood);
}

.accent.values {
  margin-bottom: 16px;
  margin-right: 0;
}

.accent.newsletter {
  width: 100px;
  margin-bottom: 11px;
  margin-right: 0;
}

.accent.office, .accent.case-results {
  margin-bottom: 23px;
  margin-right: 0;
}

.accent.card-package {
  width: 31px;
  margin-right: 10px;
}

.accent.card-package-feature {
  width: 16px;
  margin-right: 12px;
}

.accent.packages-category {
  margin-bottom: 23px;
  margin-right: 0;
}

.subtitle {
  color: var(--black);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 20px;
  line-height: .9em;
}

.subtitle.white {
  color: #fff;
}

.subtitle.card-about-testimonial-name {
  margin-bottom: 10px;
}

.home-practice-area-wrapper {
  min-height: 403px;
  display: flex;
}

.home-practice-area-wrapper._1 {
  border-bottom: 1px #666d79;
  border-right: 1px solid #666d79;
  min-height: auto;
}

.home-practice-area-wrapper._2 {
  border-bottom: 1px #666d79;
  justify-content: center;
  min-height: auto;
}

.home-practice-area-wrapper._3 {
  border-bottom: 1px #666d79;
  border-left: 1px solid #666d79;
  justify-content: flex-end;
  min-height: 350px;
}

.paragraph.home-practice-area {
  color: #fff;
}

.paragraph.white {
  opacity: .8;
  color: #fff;
  text-align: left;
}

.paragraph.white.footer-top-content-left {
  opacity: .7;
}

.paragraph.white.case-results {
  font-size: 18px;
}

.paragraph.white.case-result-hero {
  margin-bottom: 22px;
}

.paragraph.white.packages-category {
  max-width: 509px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.667em;
}

.paragraph.white._404 {
  max-width: 382px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.paragraph.white.tarieven {
  text-align: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.card-testimonial {
  border-left: 2px solid var(--seashell);
  color: var(--black);
  margin-bottom: 38px;
  padding-left: 32px;
  font-size: 18px;
  line-height: 1.944em;
}

.paragraph.about-testimonials {
  max-width: 485px;
}

.paragraph.card-about-testimonial {
  color: var(--black);
  letter-spacing: -.02em;
  font-size: 18px;
  line-height: 1.944em;
}

.paragraph.card-office-address {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.667em;
}

.paragraph.packages-contact {
  margin-bottom: 30px;
}

.paragraph.get-package {
  width: 350px;
  max-width: 350px;
  margin-bottom: 34px;
}

.paragraph.password {
  margin-bottom: 32px;
}

.home-about-bottom {
  align-items: center;
  display: flex;
}

.cta-wrapper {
  max-width: 576px;
  padding-bottom: 10px;
}

.testimonials-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 14px 24px #1e20270a;
}

.card.testimonial {
  max-width: 645px;
  padding: 81px 59px 74px;
}

.card.case-result {
  z-index: 1;
  color: #666d79;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-top: -66px;
  margin-right: 39px;
  padding: 30px 20px 30px 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card.header-dropdown {
  background-color: #272a33;
  padding: 40px;
}

.card.about-testimonial {
  padding: 40px;
  position: sticky;
  top: 0;
}

.card.about-author {
  color: #666d79;
  margin-top: 10px;
  padding: 56px 54px 73px 56px;
  text-decoration: none;
  display: flex;
}

.card.contact-form-card {
  border: 1px solid #d3cfc1;
  align-items: center;
  width: 575px;
  max-width: 575px;
  padding: 40px;
  display: flex;
}

.card.contact-form-card.form-footer {
  margin-top: -217px;
}

.card.faq {
  cursor: pointer;
  transform-style: preserve-3d;
  margin-bottom: 33px;
  padding: 35px 26px 41px 25px;
  transition: transform .35s;
}

.card.faq:hover {
  transform: scale3d(.96, .96, .01);
}

.card.office {
  max-width: 400px;
  padding: 62px 50px;
  position: absolute;
  bottom: 59px;
  left: 58px;
}

.card.case-result-conclusion {
  border-top: 8px solid var(--seashell);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 95px 72px 90px;
}

.card.package {
  padding: 36px 27px 48px;
  transition: box-shadow .35s, transform .35s;
  overflow: visible;
}

.card.package:hover {
  transform: scale(.98);
  box-shadow: 0 4px 8px #1e20270a;
}

.card.get-package {
  flex: none;
  max-width: 437px;
  padding: 60px 43px 65px;
  position: static;
  top: 20px;
}

.card.get-package.mobile {
  padding-bottom: 650px;
  display: none;
}

.card.get-package.card-seo {
  position: sticky;
}

.card.checkout {
  margin-bottom: 40px;
}

.card.checkout.last, .card.checkout.order-summary {
  margin-bottom: 0;
}

.card.checkout-about {
  margin-bottom: 40px;
  padding: 60px 40px;
}

.card.default {
  border: 1px solid #f0eee9;
  padding: 60px 50px;
}

.paragraph-small {
  line-height: 1.625em;
}

.paragraph-small.white {
  opacity: .7;
  color: #fff;
}

.paragraph-small.white.cta {
  margin-bottom: 30px;
}

.paragraph-small.testimonials {
  margin-bottom: 41px;
}

.paragraph-small.card-case-result {
  height: 200px;
  min-height: 200px;
  max-height: 200px;
  padding-top: 8px;
}

.paragraph-small.card-case-result.drie {
  height: 340px;
  min-height: 340px;
  max-height: 340px;
}

.paragraph-small.story-1 {
  margin-bottom: 20px;
}

.paragraph-small.blog-post-item {
  margin-bottom: 37px;
}

.paragraph-small.list {
  margin-bottom: 20px;
  padding-bottom: 0;
}

.paragraph-small.footer-kleur {
  opacity: .7;
  color: var(--white);
}

.about-testimonial-wrapper {
  align-items: center;
  margin-left: 34px;
  display: flex;
}

.subtitle-small {
  color: var(--black);
  letter-spacing: .09em;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.444em;
}

.subtitle-small.testimonial-name {
  margin-bottom: 5px;
}

.subtitle-small.blog-post-item-category {
  color: var(--seashell);
  border-bottom: 2px solid #0000;
  margin-bottom: 10px;
  text-decoration: none;
  transition: border-width .35s, border-color .35s;
}

.subtitle-small.blog-post-item-category:hover {
  border-bottom: 2px solid var(--seashell);
}

.subtitle-small.blog-post-item-category.category-page {
  border-bottom-width: 0;
  transition-property: none;
}

.subtitle-small.blog-post-item-category.category-page:hover {
  border-bottom-width: 0;
}

.subtitle-small.blog-post-item-date {
  color: #666d79;
}

.subtitle-small.white {
  color: #fff;
}

.testimonial-rol {
  color: var(--seashell);
  letter-spacing: .13em;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.067em;
}

.home-about-name {
  color: var(--black);
  letter-spacing: .09em;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.7em;
}

.home-about-name:hover {
  color: var(--burlywood);
}

.home-about-rol {
  color: var(--burlywood);
  letter-spacing: .15em;
  text-transform: uppercase;
  line-height: 2.125em;
}

.home-case-results-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 16px;
  display: grid;
}

.case-result-wrapper {
  flex-direction: column;
  height: 100%;
  display: flex;
  position: relative;
}

.card-case-result-numerical-wrapper {
  color: var(--seashell);
  letter-spacing: .04em;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 1.182em;
  display: flex;
}

.link {
  color: var(--black);
  letter-spacing: .1em;
  text-transform: uppercase;
  padding-top: 20px;
  line-height: 1.125em;
  text-decoration: none;
}

.link.color-primary {
  color: var(--seashell);
  font-size: 18px;
  line-height: 1.444em;
}

.link.color-primary:hover {
  color: var(--burlywood);
}

.link.color-primary.blog-post-category {
  line-height: 1em;
  position: relative;
  bottom: -5px;
}

.link.pakket {
  padding-top: 20px;
}

.link.pakket.color-primary {
  color: var(--black);
}

.link.pakket.color-primary:hover {
  color: var(--burlywood);
}

.underline {
  background-color: var(--burlywood);
  height: 1px;
  display: none;
}

.underline.color-primary {
  background-color: var(--burlywood);
  color: var(--burlywood);
}

.underline-wrapper {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  margin-top: 8px;
}

.underline-wrapper.color-primary {
  background-color: #0000;
}

.card-case-result-content {
  margin-bottom: 0;
}

.blog-post-item-about-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.blog-post-item-content {
  color: #666d79;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.blog-post-item-content:hover {
  color: #666d79;
}

.footer-content {
  border-top: 1px #666d79;
  border-bottom: 1px solid #666d79;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-small-print {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.footer-social-media-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 20px);
  max-width: 300px;
  margin-right: 40px;
}

.small-print {
  color: #ffffffb3;
  letter-spacing: .09em;
  text-transform: uppercase;
  max-width: 100%;
  padding-right: 35px;
  font-size: 14px;
  line-height: 1.429em;
}

.small-print-link {
  color: #dfae4fb3;
  transition-property: color;
}

.small-print-link:hover {
  color: var(--seashell);
}

.footer-newsletter-text {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 13px;
  font-size: 19px;
  line-height: 1.737em;
}

.footer-newsletter-form-block {
  margin-bottom: 0;
}

.footer-newsletter-form {
  align-items: center;
  display: flex;
  position: relative;
}

.footer-nav-box {
  margin-right: 40px;
}

.footer-nav-box.last {
  margin-right: 0;
}

.footer-nav-link-item {
  margin-bottom: 22px;
  line-height: 1.25em;
}

.footer-nav-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.footer-nav-links {
  margin-bottom: 0;
  margin-right: 36px;
  padding-left: 0;
}

.footer-nav-links.last {
  margin-right: 0;
}

.footer-nav-link {
  opacity: .7;
  color: #fff;
  letter-spacing: .09em;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1.25em;
  text-decoration: none;
  transition: opacity .35s, color .35s;
}

.footer-nav-link:hover {
  opacity: 1;
  color: var(--seashell);
}

.footer-nav-link-contact-address {
  opacity: .7;
  color: #fff;
  letter-spacing: .09em;
  text-transform: uppercase;
  max-width: 302px;
  line-height: 1.5em;
  text-decoration: none;
}

.footer-social-media-link {
  color: #fff9;
  text-align: center;
  font-family: Icons Lawyer Template, sans-serif;
  font-size: 19px;
  text-decoration: none;
  transition: transform .35s, color .35s;
}

.footer-social-media-link:hover {
  color: var(--seashell);
  transform: translate(0, -5px);
}

.footer-social-media-link.icon-16px {
  font-size: 16px;
}

.footer-social-media-link.icon-14px {
  font-size: 14px;
}

.brand {
  padding-left: 0;
  transition-property: transform;
}

.brand:hover {
  transform: scale(.96);
}

.header-dropdown-toggle {
  padding: 2px 0 0;
}

.cart-button {
  background-color: #0000;
  padding: 0;
}

.cart-quantity {
  display: none;
}

.header-dropdown-box {
  background-color: #0000;
  padding-top: 20px;
  display: none;
  right: 0;
}

.dropdown-nav-box {
  margin-right: 32px;
}

.dropdown-nav-box.last {
  margin-right: 0;
}

.dropdown-nav-content {
  justify-content: space-between;
  display: flex;
}

.dropdown-nav-links {
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 0;
}

.dropdown-nav-links.last {
  margin-right: 0;
}

.dropdown-nav-link-item {
  margin-bottom: 22px;
  line-height: 1.25em;
}

.dropdown-nav-link {
  opacity: .7;
  color: #fff;
  letter-spacing: .09em;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1.25em;
  text-decoration: none;
  transition: opacity .35s, color .35s;
}

.dropdown-nav-link:hover {
  opacity: 1;
  color: var(--seashell);
}

.cart-container {
  background-color: var(--black);
  max-width: 500px;
}

.cart-wrapper {
  z-index: 9999;
  background-color: #1e2027cc;
}

.cart-header {
  border-bottom-color: #ffffff2e;
}

.home-practice-areas-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  justify-content: stretch;
}

.footer-nav-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". ."
                 "Area Area"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding-bottom: 40px;
  display: grid;
}

.about-hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.achievements-wrapper {
  z-index: 1;
  background-color: var(--white);
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 18px;
  padding-right: 51px;
  display: flex;
  position: relative;
}

.story-wrapper {
  justify-content: space-between;
  display: flex;
}

.achievements-grid {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  justify-content: space-between;
  margin-bottom: 63px;
}

.achievement-wrapper {
  text-align: center;
  max-width: 246px;
}

.achievement-numerical {
  color: var(--black);
  margin-bottom: 17px;
  font-family: Playfair Display, sans-serif;
  font-size: 80px;
  line-height: 1.05em;
}

.accent-text {
  color: var(--seashell);
}

.achievement-text {
  letter-spacing: .09em;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.889em;
}

.story-content {
  position: sticky;
  top: 20px;
}

.values-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 63px;
}

.flex-vc {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.value-wrapper {
  min-height: 224px;
  display: flex;
}

.value-wrapper._1 {
  border-bottom: 1px solid #666d79;
  border-right: 1px solid #666d79;
}

.value-wrapper._2 {
  border-bottom: 1px solid #666d79;
  justify-content: flex-end;
}

.value-wrapper._3 {
  border-right: 1px solid #666d79;
}

.value-wrapper._4 {
  justify-content: flex-end;
}

.home-practice-area-content._1 {
  max-width: 320px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 20px;
}

.home-practice-area-content._2 {
  max-width: 320px;
  margin: 40px 20px 40px 0;
}

.home-practice-area-content._3 {
  max-width: 320px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 20px;
}

.value-content {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 472px;
  display: flex;
}

.value-content._1 {
  margin-top: 69px;
  margin-bottom: 40px;
  margin-right: 20px;
}

.value-content._2 {
  margin-top: 69px;
  margin-bottom: 40px;
  margin-left: 20px;
}

.value-content._3 {
  margin-top: 80px;
  margin-bottom: 40px;
  margin-right: 20px;
}

.value-content._4 {
  margin-top: 80px;
  margin-bottom: 40px;
  margin-left: 20px;
}

.value-text-wrapper {
  max-width: 336px;
}

.about-testimonials-grid {
  grid-column-gap: 36px;
  grid-template-rows: auto;
  place-items: start stretch;
}

.card-about-testimonial-about-wrapper {
  align-items: center;
  display: flex;
}

.card-about-testimonial-rol {
  color: var(--seashell);
  letter-spacing: .13em;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.067em;
}

.container-small-520px {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-small-520px.values {
  text-align: center;
  margin-bottom: 54px;
}

.newsletter-wrapper {
  background-color: var(--black);
  background-image: url('../images/bg-newsletter-lawyer-template.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  margin-top: 137px;
  padding: 96px 50px 104px 60px;
  display: flex;
}

.newsletter-content {
  max-width: 517px;
  margin-right: 40px;
}

.newsletter-form-block {
  width: 100%;
  max-width: 434px;
  margin-bottom: 0;
}

.newsletter-form {
  align-items: center;
  display: flex;
  position: relative;
}

.blog-categories-grid {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-items: end;
  display: grid;
}

.blog-category-link {
  color: #666d79;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 20px;
  line-height: .9em;
  text-decoration: none;
}

.blog-category-link:hover {
  color: var(--seashell);
}

.blog-category-link.w--current {
  color: var(--black);
  font-weight: 600;
}

.blog-category-link.all {
  margin-right: 48px;
}

.blog-category-item {
  align-items: center;
  display: flex;
}

.container-medium-748px {
  max-width: 748px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.rich-text p {
  margin-bottom: 27px;
}

.rich-text h3 {
  margin-top: 56px;
  margin-bottom: 18px;
}

.rich-text li {
  margin-bottom: 6px;
}

.rich-text ul {
  margin-top: 27px;
  margin-bottom: 56px;
  padding-left: 60px;
}

.rich-text figure {
  margin-top: 65px;
  margin-bottom: 72px;
}

.rich-text h4 {
  margin-top: 56px;
  margin-bottom: 18px;
}

.rich-text ol {
  margin-top: 27px;
  margin-bottom: 56px;
  padding-left: 60px;
}

.rich-text h5 {
  margin-top: 56px;
  margin-bottom: 18px;
}

.rich-text blockquote {
  margin-top: 41px;
  margin-bottom: 56px;
}

.rich-text h6 {
  margin-top: 56px;
  margin-bottom: 13px;
}

.blog-post-articles-grid {
  grid-column-gap: 50px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-post-top-content-wrapper {
  max-width: 961px;
  margin-bottom: 100px;
}

.blog-post-about-wrapper {
  align-items: center;
  margin-bottom: 29px;
  display: flex;
}

.blog-post-divider {
  background-color: #5f708f;
  width: 24px;
  height: 1px;
  margin-left: 18px;
  margin-right: 18px;
}

.card-about-author-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.card-about-author-name-wrapper {
  margin-bottom: 9px;
}

.card-about-author-content {
  margin-bottom: 30px;
}

.card-about-author-rol {
  color: var(--seashell);
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.889em;
}

.contact-wrapper {
  justify-content: space-between;
  display: flex;
}

.contact-wrapper.kennismakking {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
}

.contact-directly-title {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 23px;
  font-size: 18px;
  line-height: 1.889em;
}

.contact-form-block {
  flex: 1;
  margin-bottom: 0;
}

.contact-directly-link {
  color: #fff;
  letter-spacing: -.03em;
  align-items: center;
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.contact-directly-link:hover {
  color: var(--burlywood);
}

.contact-directly-link.last {
  margin-bottom: 0;
}

.contact-directly-icon {
  border: 1.35px solid #fff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 45px;
  min-width: 45px;
  height: 45px;
  margin-right: 15px;
  font-family: Icons Lawyer Template, sans-serif;
  font-size: 22px;
  display: flex;
}

.contact-directly-icon.icon-size-19px {
  font-size: 19px;
}

.contact-directly-link-text {
  position: relative;
  top: -4px;
}

.contact-form {
  grid-column-gap: 15px;
  grid-row-gap: 25px;
  grid-template: "Area Area"
                 ". ."
                 "Area-2 Area-2"
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.input-wrapper.heel {
  width: 100%;
}

.select {
  color: #666d7999;
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #0000;
  border: 0 solid #000;
  margin-bottom: 0;
  padding: 0;
  font-size: 15px;
  line-height: 2em;
  transition: border-color .35s, color .35s;
}

.select:focus {
  color: var(--black);
  font-size: 15px;
  line-height: 2em;
}

.select::placeholder {
  color: #666d7999;
  font-size: 15px;
  line-height: 2em;
}

.select.checkout {
  height: 46px;
}

.select-wrapper {
  background-color: #0000;
  border: 1px solid #666d7980;
  align-items: center;
  height: 64px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  transition: border-color .35s, color .35s;
  display: flex;
}

.select-wrapper:hover, .select-wrapper:focus {
  border-color: var(--black);
}

.select-wrapper::placeholder {
  color: #666d7999;
  font-size: 15px;
  line-height: 2em;
}

.select-wrapper.card-package {
  margin-bottom: 20px;
  display: none;
}

.select-wrapper.checkout {
  height: 46px;
}

.text-area {
  color: var(--black);
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #666d7980;
  min-width: 100%;
  max-width: 100%;
  min-height: 156px;
  max-height: 200px;
  margin-bottom: 0;
  padding: 24px 15px;
  font-size: 15px;
  line-height: 2em;
  transition: border-color .35s, color .35s;
}

.text-area:hover {
  border-color: var(--black);
}

.text-area:focus {
  border-color: var(--black);
  color: var(--black);
  font-size: 15px;
  line-height: 2em;
}

.text-area::placeholder {
  color: #666d7999;
  font-size: 15px;
  line-height: 2em;
}

.container-medium-639px {
  max-width: 639px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-639px.office {
  text-align: center;
  margin-bottom: 61px;
}

.office-wrapper {
  height: 657px;
  position: relative;
}

.card-office-title-wrapper {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.card-office-contact-link {
  color: var(--black);
  letter-spacing: -.03em;
  align-items: center;
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 1.111em;
  text-decoration: none;
  display: flex;
}

.card-office-contact-link:hover {
  color: var(--burlywood);
}

.card-office-contact-link.last {
  margin-bottom: 0;
}

.card-office-contact-icon {
  border: 1.35px solid var(--black);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin-right: 15px;
  font-family: Icons Lawyer Template, sans-serif;
  font-size: 22px;
  display: flex;
}

.card-office-contact-icon.icon-size-19px {
  font-size: 19px;
}

.card-office-contact-text {
  position: relative;
  top: -4px;
}

.container-small-557px {
  max-width: 557px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-small-557px.case-results {
  text-align: center;
  max-width: 65%;
  margin-bottom: 89px;
  padding-left: 0;
  padding-right: 0;
}

.case-result-hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.case-result-about-grid {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 70px;
  display: grid;
}

.case-result-overview-wrapper {
  border-top: 1px #c7c3b3;
  border-bottom: 1px #c7c3b3;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.case-study-about-wrapper {
  max-width: 277px;
}

.case-result-about-title {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 23px;
  font-size: 18px;
  line-height: 1.889em;
}

.case-result-about-text {
  font-size: 22px;
  line-height: 1.545em;
}

.case-result-about-text.numerical-results {
  color: var(--seashell);
  font-size: 40px;
  line-height: 1.05em;
}

.case-result-results-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 108px;
  margin-bottom: 0;
  display: flex;
}

.container-medium-624px {
  max-width: 624px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-624px.packages-category {
  text-align: center;
  margin-bottom: 60px;
}

.packages-contact-wrapper {
  text-align: center;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

.card-package-name-wrapper {
  align-items: center;
  margin-bottom: 11px;
  display: flex;
}

.card-package-price {
  color: var(--black);
  letter-spacing: -.03em;
  margin-bottom: 13px;
  font-size: 32px;
  line-height: 1.143em;
}

.card-package-included-title {
  color: var(--black);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1em;
}

.card-package-feature-grid {
  grid-row-gap: 11px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 46px;
}

.card-package-feature-wrapper {
  align-items: center;
  display: flex;
}

.card-package-feature-text {
  line-height: 1.875em;
}

.card-package-default-state {
  flex-direction: column;
  margin-bottom: 16px;
  display: flex;
}

.package-hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-package-wrapper {
  padding-top: 61px;
}

.package-wrapper {
  max-width: 525px;
  margin-bottom: 160px;
  padding-top: 80px;
}

.checkout-form {
  background-color: #0000;
  padding: 100px 0 150px;
  position: relative;
}

.block-header {
  border-width: 0;
  align-items: center;
  padding: 30px 40px 20px;
}

.block-content {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  padding: 10px 40px 30px;
}

.block-content.checkout-buttons {
  background-color: #fff;
}

.checkout-required-text {
  color: var(--seashell);
  font-size: 18px;
  line-height: 1em;
}

.checkout-field-label {
  letter-spacing: .04em;
  margin-bottom: 10px;
  font-size: 14px;
}

.checkout-billing-address-toggle {
  align-items: center;
  margin-top: 20px;
}

.checkout-checkbox {
  margin-top: 0;
}

.checkout-checkbox-label {
  letter-spacing: .1em;
  margin-bottom: 0;
}

.order-item {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}

.order-item-wrapper {
  margin-left: 0;
  margin-right: 20px;
}

.order-item-option, .order-item-price {
  color: var(--black);
  font-weight: 700;
}

.order-item-list {
  margin-bottom: -30px;
}

.discounts {
  border-width: 0;
  flex-direction: column;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.order-summary-subtotal {
  color: var(--black);
  margin-left: 20px;
}

.order-summary-total {
  color: var(--black);
  margin-left: 20px;
  font-size: 18px;
}

.apple-pay {
  border-radius: 0;
  height: 60px;
}

.paypal {
  margin-bottom: 10px;
}

.checkout-line-item {
  flex-wrap: wrap;
}

.checkout-column {
  margin-bottom: 20px;
}

.packages-category-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 59px;
  display: grid;
}

.blog-category-grid {
  grid-column-gap: 50px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.empty-state {
  text-align: center;
  letter-spacing: .12em;
  text-transform: uppercase;
  background-color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px 40px;
  font-size: 18px;
  box-shadow: 0 14px 24px #1e20270a;
}

.empty-state.small {
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 14px;
}

.empty-state.packages {
  margin-bottom: 280px;
}

.success-message {
  background-color: var(--seashell);
  color: #fff;
  text-align: center;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.error-message {
  color: #ff5656;
  text-align: center;
  letter-spacing: .12em;
  text-transform: uppercase;
  background-color: #fff4f4;
  align-self: stretch;
  margin-top: 20px;
  padding: 20px;
  font-size: 14px;
}

.close-button {
  background-image: url('../images/icon-close-cart-lawyer-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cart-item-quantity {
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #666d7980;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  line-height: 2em;
  transition: border-color .35s, color .35s;
  display: none;
}

.cart-item-quantity:hover {
  border-color: var(--black);
}

.cart-item-quantity:focus {
  border-color: var(--black);
  color: var(--black);
  font-size: 15px;
  line-height: 2em;
}

.cart-item-quantity::placeholder {
  color: #666d7999;
  font-size: 15px;
  line-height: 2em;
}

.cart-item {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}

.cart-item-wrapper {
  margin-left: 0;
  margin-right: 20px;
}

.cart-item-price {
  color: #fff;
}

.cart-footer {
  border-top-color: #ffffff2e;
}

.remove-button {
  color: #fffc;
  align-self: flex-start;
  margin-top: 15px;
  line-height: 1em;
}

.cart-item-option-text {
  color: #fffc;
}

.cart-item-option {
  color: #fff;
}

.cart-line-item {
  color: #fff;
  font-size: 18px;
}

.cart-subtotal {
  font-size: 20px;
}

.empty-state-cart {
  color: #fff;
  text-align: center;
  letter-spacing: .12em;
  text-transform: uppercase;
  flex-direction: column;
  padding: 60px 24px 100px;
  font-size: 18px;
}

.header-dropdown {
  margin-top: 2px;
}

.header-dropdown-wrapper {
  display: flex;
}

.header-dropdown-icon {
  font-family: Icons Lawyer Template, sans-serif;
  font-size: 11px;
}

.cart-icon {
  font-family: Icons Lawyer Template, sans-serif;
  font-size: 28px;
  position: relative;
  top: -4px;
}

.image-solid-cover {
  background-color: var(--seashell);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.loader-wrapper {
  z-index: 2147483647;
  display: none;
  position: fixed;
  inset: 0%;
}

.bg-loader-top {
  background-color: var(--black);
  height: 50vh;
}

.loader {
  background-color: var(--seashell);
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
}

.bg-loader-bottom {
  background-color: var(--black);
  height: 50vh;
}

.header-cart {
  margin-left: 31px;
}

.text-block, .text-block-2 {
  color: var(--black);
  font-size: 20px;
}

.field-label, .field-label-2, .field-label-3, .field-label-4 {
  margin-bottom: 15px;
}

.list-item-diseable {
  color: #e8eaee;
}

.list-2, .list-3 {
  list-style-type: square;
}

.list-4, .list-5 {
  margin-top: 10px;
  margin-bottom: 0;
  list-style-type: square;
}

.list-6 {
  list-style-type: square;
}

.list {
  padding-bottom: 15px;
}

.section-over, .section-tarieven {
  padding-top: 85px;
  padding-bottom: 85px;
}

.section-tarieven.home {
  padding-bottom: 0;
}

.text-hover:hover {
  color: var(--burlywood);
}

.section-diensten-singel {
  padding-top: 85px;
  padding-bottom: 95px;
}

.section-andere-diensten {
  padding-top: 85px;
}

.section-tarieven-page {
  padding-top: 50px;
}

.section-maatwerk {
  padding-top: 85px;
}

.section-wat-is-mediation {
  padding-top: 0;
  padding-bottom: 0;
}

.section-wat-is-mediation.seo {
  padding-bottom: 0;
}

.section-locatie {
  padding-top: 221px;
}

.section-in-het-kort {
  padding-top: 50px;
  padding-bottom: 85px;
}

.image-2 {
  padding-right: 15px;
}

.section-waar-mediation {
  margin-top: 275px;
  padding-bottom: 85px;
}

.grid-waar-mediation {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
  padding-top: 20px;
}

.hero__left {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero__left.is--alt {
  border: 1px solid var(--dim-grey);
  background-color: var(--white);
  text-align: center;
  border-radius: 0;
  align-items: center;
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.8em;
  position: relative;
}

.radio_button {
  z-index: 1;
  border-width: 2px;
  border-color: var(--white);
  opacity: 0;
  border-radius: 0;
  width: 100%;
  height: 64px;
  margin-top: 0;
  margin-left: 0;
  transition: all .3s cubic-bezier(.39, .575, .565, 1);
  position: absolute;
  inset: 0%;
}

.radio_button:hover {
  border-radius: 0;
}

.radio_button.w--redirected-checked {
  border-width: 2px;
  border-color: var(--seashell);
  opacity: 1;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.radio_button.w--redirected-focus {
  box-shadow: none;
}

.form_question {
  text-transform: none;
  margin-bottom: .8em;
  font-size: 1.7em;
  line-height: 1;
}

.form_question.hulp-form {
  margin-bottom: 1.7em;
}

.c-slider {
  background-color: #0000;
  align-items: center;
  height: 420px;
  font-size: 18px;
  display: block;
}

.question {
  opacity: .55;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1em;
  padding-left: 4.9em;
  display: flex;
}

.form_progress-fill {
  background-color: var(--seashell);
  border-radius: 100vw;
  width: 0%;
  height: 100%;
  transition: all .4s cubic-bezier(.39, .575, .565, 1);
}

.form_prev-text {
  color: var(--black);
  letter-spacing: .05em;
  font-size: .7em;
  display: inline-block;
  position: relative;
}

.radio_option {
  border: 2px solid var(--white);
  text-align: center;
  background-color: #0000;
  border-radius: .4em;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: .6em;
  padding: .5em .6em;
  display: flex;
  position: relative;
}

.radio_option:hover {
  border: 2px solid var(--seashell);
  background-color: #0000;
  border-radius: 0;
}

.icon {
  opacity: 1;
  color: var(--black);
  width: .6em;
  margin: 0 .4em 0 0;
  display: inline-block;
  position: relative;
  transform: rotate(-180deg);
}

.container {
  width: 1440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5em;
}

.container.is--form {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 9em;
  padding-bottom: 7.3em;
  display: flex;
  position: relative;
}

.slider_slide-fill {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 1.7em .3em .6em;
  font-size: 18px;
  display: flex;
}

.form_submit {
  background-color: var(--seashell);
  opacity: 1;
  color: var(--black);
  letter-spacing: .2em;
  text-transform: uppercase;
  border: 1px solid #eeedf2;
  border-radius: 0;
  width: 100%;
  margin-top: .8em;
  padding: .8em;
  font-size: 16px;
  font-weight: 400;
}

.form_submit:hover {
  padding-top: .8em;
  padding-bottom: .8em;
}

.form_progress-text {
  font-size: .6em;
}

.form_progress-circle {
  background-color: var(--seashell);
  border-radius: 100vw;
  width: 1em;
  min-width: 1em;
  height: 1em;
  position: absolute;
}

.slider_slide {
  width: 100%;
  height: 100%;
}

.question_number {
  margin-left: .6em;
  margin-right: .5em;
  display: block;
  position: relative;
  overflow: hidden;
}

.form_contain {
  font-size: 1.3em;
}

.form_success {
  background-color: #0000;
  background-image: linear-gradient(297deg, #eeedf200, #ffffff24);
  border: 2px solid #eeedf217;
  border-radius: .4em;
  margin-top: 3.4em;
  padding: 2.4em;
}

.slider_nav {
  z-index: 3;
  opacity: 1;
  display: none;
  position: relative;
}

.form_field {
  border: 1px solid var(--dim-grey);
  color: var(--black);
  background-color: #0000;
  background-image: linear-gradient(156deg, #ffffff14, #fff0);
  border-radius: 0;
  height: 64px;
  margin-bottom: .8em;
  padding: 8px 15px;
  font-size: 1em;
  transition: all .2s;
}

.form_field:hover {
  border-color: var(--seashell);
  padding-left: 15px;
}

.form_field:focus {
  border-color: var(--seashell);
  color: var(--black);
  background-color: #ffffff08;
  background-image: none;
  padding-left: 15px;
}

.form_field::placeholder {
  color: #0000004f;
  background-image: none;
}

.form_field.textarea {
  height: 150px;
}

.form_field.textarea:hover {
  padding-left: 15px;
}

.form_progress-box {
  background-color: var(--seashell);
  color: #0d0628;
  border-radius: 0;
  margin-top: -3.6em;
  padding: .3em .6em;
}

.form {
  width: 38em;
  margin-bottom: 0;
}

.form_prev {
  z-index: 800;
  opacity: .52;
  background-color: #eeedf226;
  border-radius: .3em;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: -2.3em;
  padding: .2em .4em;
  font-size: 1.2em;
  display: flex;
  inset: 0% auto auto 0%;
}

.form_prev.disabled-prev {
  opacity: .52;
  color: #000;
  border-radius: 0;
}

.form_prev.disabled-prev.eerste {
  display: none;
}

.radio_label {
  z-index: 2;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: .8em;
  position: relative;
}

.hero__gradient {
  z-index: 2;
  opacity: .9;
  background-image: radial-gradient(circle, #5c31ff, #5c31ff00 69%);
  width: 200em;
  height: 200em;
  margin-bottom: -133.1em;
  margin-right: -135.7em;
  position: fixed;
  inset: auto 0% 0% auto;
}

.hero__gradient.is--other {
  opacity: .73;
  background-image: radial-gradient(circle, #f88cd4, #f88cd400 69%);
  width: 160em;
  height: 160em;
  margin-bottom: -133.7em;
  margin-right: -40.6em;
}

.hero__gradient.is--3 {
  opacity: .26;
  filter: blur(4.1em);
  background-image: linear-gradient(#5c31ff, #5c31ff);
  border-radius: 50%;
  margin-bottom: -135.5em;
  margin-left: -162.9em;
  margin-right: 0;
  inset: auto auto 0% 0%;
}

.form_next {
  height: 2em;
  display: none;
  inset: auto 0% 0% auto;
}

.question_text {
  text-transform: none;
  height: 1.2em;
  margin-bottom: 0;
  font-size: 1em;
  display: block;
}

.question_text.number {
  text-align: right;
  width: 1.5em;
  padding-left: .2em;
  padding-right: .2em;
}

.question_text.number.first {
  margin-bottom: 0;
}

.question_text.number.second {
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: translate(100%);
}

.form_button {
  background-color: var(--seashell);
  opacity: 1;
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  width: 100%;
  margin-top: .5em;
  padding: .8em 2.7em;
  transition: all .4s cubic-bezier(.39, .575, .565, 1);
}

.form_button:hover {
  color: var(--black);
}

.form_progress {
  background-color: #eeedf233;
  border-radius: 100vw;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: .2em;
  margin-top: 2.6em;
  display: flex;
}

.form_progress-dot {
  justify-content: center;
  align-items: center;
  width: 0;
  height: 100%;
  display: flex;
  position: relative;
}

.slider_mask {
  width: 100%;
  height: 100%;
}

.form_error {
  color: #f88cd4;
  background-color: #0000;
  border: 0 solid #000;
  margin-top: 1.4em;
  padding: 0;
}

.field-label {
  color: var(--black);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.field-label.mobile {
  display: none;
}

.input-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.input-wrapper-kennis {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block {
  flex-direction: row;
  display: flex;
}

.kennismakking-heading {
  margin-bottom: 10px;
}

.text-kennismakking {
  padding-bottom: 50px;
}

.section-kennismaking {
  padding-top: 180px;
}

.typewriter {
  color: #fff;
  margin-bottom: 19px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 1;
}

.typed-words {
  color: #fff;
  text-align: left;
  padding-bottom: 28px;
  font-family: Playfair Display, sans-serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 60px;
  text-decoration: none;
  display: inline-block;
}

.heading {
  color: #fff;
  font-size: 62px;
}

.grid-tarieven-drie {
  grid-template-columns: 1fr 1fr 1fr;
}

.section-waar-mediation-copy {
  margin-top: 0;
  padding-bottom: 85px;
}

.section-conflicten-seo {
  margin-top: 85px;
}

.text-link {
  color: var(--black);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.link-div, .div-block-2 {
  padding-top: 10px;
}

.home-grid-drie-diensten {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.list-conflicten {
  margin-top: 5px;
  margin-bottom: 20px;
}

.html-embed {
  z-index: 9999999;
  position: relative;
}

.left-footer {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.text-block-3 {
  margin-top: 2px;
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 18px;
  }

  .container-default {
    font-size: 16px;
  }

  .page-wrapper {
    max-height: 90vh;
  }

  .section-diensten.case-result-hero {
    font-size: 16px;
  }

  .split-content.footer-top-content-right, ._2-buttons._404 {
    padding-bottom: 10px;
  }

  .image.card-office-icon {
    margin-right: 0;
  }

  .paragraph.white.footer-top-content-left {
    font-size: 18px;
  }

  .paragraph-small.card-case-result {
    height: 200px;
    min-height: 200px;
    max-height: 200px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 23px;
    font-size: 53px;
  }

  h2 {
    margin-bottom: 18px;
    font-size: 38px;
  }

  blockquote {
    padding: 60px 50px 60px 60px;
  }

  .container-default.blog-post {
    margin-bottom: 100px;
  }

  .container-default.checkout {
    flex-direction: column;
  }

  .container-default.tarieven {
    padding-bottom: 0;
  }

  .paragraph-large.white.home-hero, .paragraph-large.white.about-hero {
    margin-bottom: 60px;
  }

  .paragraph-large.white.contact {
    margin-bottom: 40px;
  }

  .paragraph-large.white.package {
    margin-bottom: 20px;
  }

  .paragraph-large.op-maat-gemaakt {
    max-width: 100%;
  }

  .paragraph-large.left {
    text-align: left;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .paragraph-large.story, .paragraph-large.op-maat-gemaakt-2 {
    max-width: 100%;
  }

  .button-primary.header-button {
    margin-left: 20px;
  }

  .button-primary.header-button.mobile {
    margin-left: 0;
    padding: 24px 16px;
    display: block;
  }

  .button-primary.header-button.mobile:hover {
    transform: scale(.99);
  }

  .header-navigation {
    flex-direction: column;
    align-items: stretch;
    margin-left: 24px;
    margin-right: 24px;
  }

  .nav-item-wrapper {
    margin-right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

  .nav-item-wrapper.mobile {
    display: block;
  }

  .nav-link {
    font-size: 18px;
  }

  .nav-link.dropdown {
    justify-content: space-between;
  }

  .menu-button {
    z-index: 999;
    background-color: var(--burlywood);
    color: #fff;
    border-radius: 1000px;
    width: 55px;
    min-width: 55px;
    height: 55px;
    margin-left: 20px;
    padding: 0;
    font-size: 30px;
    transition: background-color .35s;
  }

  .menu-button.w--open {
    background-color: var(--burlywood);
  }

  .nav-menu {
    background-color: var(--black);
    width: 100%;
    padding-top: 110px;
    padding-bottom: 36px;
  }

  .footer {
    margin-top: 85px;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .section-diensten {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .section-diensten.home-hero {
    background-color: #1b1c1e;
    padding-top: 64px;
  }

  .section-diensten.about-hero {
    padding-top: 64px;
    padding-bottom: 112px;
  }

  .section-diensten.story {
    padding-top: 102px;
  }

  .section-diensten.values {
    padding-bottom: 134px;
  }

  .section-diensten.blog-post-articles {
    padding-top: 80px;
    padding-bottom: 102px;
  }

  .section-diensten.blog-post {
    padding-top: 64px;
    padding-bottom: 96px;
  }

  .section-diensten.contact {
    padding-top: 64px;
  }

  .section-diensten.case-result-hero {
    padding-top: 64px;
    padding-bottom: 96px;
  }

  .section-diensten.case-result {
    padding-top: 90px;
    padding-bottom: 134px;
  }

  .section-diensten.more-case-results {
    padding-top: 129px;
  }

  .section-diensten.package {
    padding-top: 64px;
    padding-bottom: 0;
  }

  .section-diensten.packages-category {
    padding-top: 64px;
  }

  .section-diensten.blog-category {
    padding-top: 64px;
    padding-bottom: 120px;
  }

  .section-diensten.kennismakking {
    padding-top: 50px;
  }

  .divider.achievements {
    display: block;
  }

  .divider.card-package {
    align-self: stretch;
    width: 1px;
    height: auto;
    margin: 0 40px;
  }

  .home-hero-wrapper {
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
  }

  .bg.home-hero {
    height: 1280px;
  }

  .bg.achievements {
    display: none;
  }

  .bg.blog-post {
    height: 730px;
  }

  .bg.contact {
    height: 1000px;
  }

  .bg.case-results {
    height: 570px;
  }

  .bg.package {
    height: 850px;
  }

  .bg.checkout {
    height: 750px;
  }

  .split-content.home-hero-left {
    text-align: center;
    max-width: 800px;
    margin-top: 0;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.home-practice-areas-left {
    margin-bottom: 40px;
  }

  .split-content.home-about-left {
    margin-right: 0;
  }

  .split-content.home-about-right {
    text-align: center;
    max-width: 690px;
    margin-bottom: 60px;
  }

  .split-content.testimonials-left {
    text-align: center;
    max-width: 660px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.home-case-studies-left {
    max-width: 672px;
    margin-bottom: 40px;
  }

  .split-content.footer-top-content-left {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .split-content.footer-top-content-right {
    max-width: 660px;
  }

  .split-content.about-hero-left {
    text-align: center;
    max-width: 800px;
    margin-bottom: 70px;
    margin-right: 0;
  }

  .split-content.story-left {
    max-width: 50%;
    margin-right: 30px;
  }

  .split-content.story-right {
    flex: 1;
  }

  .split-content.contact-left {
    max-width: 566px;
    margin-top: 0;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .split-content.contact-right {
    max-width: 100%;
  }

  .split-content.case-result-hero-left {
    width: 100%;
    max-width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .split-content.package-hero-left {
    max-width: 849px;
    margin-right: 0;
  }

  .split-content.checkout-left {
    margin-right: 0;
  }

  .split-content.checkout-right {
    flex: 1;
    align-self: stretch;
    margin-top: 41px;
  }

  .split-content.blog-category-left {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .title.white.home-hero {
    max-width: 648px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.white._404 {
    margin-bottom: 10px;
  }

  .title.awards {
    text-align: left;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .title.blog-post-item {
    font-size: 20px;
  }

  .title.dropdown-nav-title {
    display: none;
  }

  .title.case-result-overview {
    margin-right: 20px;
    position: static;
  }

  .title.case-result-results {
    position: static;
  }

  .title.checkout {
    margin-right: 20px;
  }

  ._2-buttons.home-hero, ._2-buttons.about-hero {
    justify-content: center;
  }

  .image-wrapper.home-hero {
    min-height: auto;
  }

  .image-wrapper.case-result-hero {
    max-width: none;
  }

  .image.home-hero {
    min-height: auto;
  }

  .image.icon-home-practice-areas {
    margin-bottom: 40px;
  }

  .image.case-result {
    width: 100%;
  }

  .awards-wrapper {
    text-align: center;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .awards-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1.75fr;
  }

  .top-content.home-practice-areas {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .top-content.home-case-results {
    flex-direction: column;
  }

  .top-content.footer-top-content {
    flex-direction: column;
    margin-bottom: 64px;
  }

  .top-content.about-testimonials {
    flex-direction: column;
    align-items: flex-start;
  }

  .top-content.faqs.test {
    margin-bottom: 0;
  }

  .top-content.blog-category {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-about-wrapper {
    flex-direction: column-reverse;
  }

  .subtitle-wrapper.home-hero {
    flex-direction: column;
    margin-bottom: 32px;
  }

  .subtitle-wrapper.home-about {
    flex-direction: column;
  }

  .subtitle-wrapper.testimonials {
    align-items: center;
  }

  .subtitle-wrapper.about-hero {
    flex-direction: column;
    margin-bottom: 32px;
  }

  .subtitle-wrapper.contact {
    margin-bottom: 20px;
  }

  .subtitle-wrapper.office {
    margin-bottom: 15px;
  }

  .accent.home-hero, .accent.home-about, .accent.about-hero {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .accent.office {
    margin-bottom: 15px;
  }

  .accent.case-results, .accent.packages-category {
    margin-bottom: 20px;
  }

  .home-practice-area-wrapper {
    min-height: 360px;
  }

  .home-practice-area-wrapper._2 {
    justify-content: flex-end;
  }

  .home-practice-area-wrapper._3 {
    border-left-width: 0;
    border-right: 1px solid #666d79;
    justify-content: flex-start;
  }

  .home-about-bottom {
    justify-content: center;
  }

  .testimonials-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .card.testimonial {
    max-width: 100%;
    padding-top: 65px;
    padding-bottom: 59px;
  }

  .card.case-result {
    margin-top: -48px;
    margin-right: 20px;
    padding: 40px 30px;
  }

  .card.header-dropdown {
    background-color: #0000;
    padding: 0;
  }

  .card.about-author {
    padding: 46px 44px 63px 46px;
  }

  .card.contact-form-card {
    padding-top: 62px;
    padding-bottom: 59px;
  }

  .card.contact-form-card.form-footer {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }

  .card.office {
    padding: 50px 49px;
    bottom: 40px;
    left: 40px;
  }

  .card.case-result-conclusion {
    padding: 76px 52px 72px;
  }

  .card.package {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .card.get-package {
    display: none;
  }

  .card.get-package.mobile {
    max-width: none;
    margin-bottom: 80px;
    display: block;
    position: static;
  }

  .card.checkout-about {
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-small.card-case-result {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .home-case-results-grid {
    grid-row-gap: 35px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-small-print {
    flex-direction: column;
    align-items: stretch;
    margin-top: 40px;
  }

  .footer-social-media-grid {
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .small-print {
    max-width: none;
  }

  .footer-nav-box {
    margin-right: 40px;
  }

  .footer-nav-box.last {
    flex: 1;
  }

  .footer-nav-content {
    flex-wrap: wrap;
  }

  .footer-nav-links {
    margin-right: 20px;
  }

  .brand {
    z-index: 999;
  }

  .header-dropdown-toggle {
    display: block;
  }

  .header-dropdown-box {
    padding-top: 40px;
    position: static;
  }

  .dropdown-nav-box {
    margin-bottom: 30px;
  }

  .dropdown-nav-content {
    flex-wrap: wrap;
  }

  .home-practice-areas-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-nav-wrapper {
    grid-template: "."
                   "Area"
                   "."
                   / 1fr;
    padding-bottom: 0;
  }

  .home-about-name-wrapper {
    text-align: left;
  }

  .about-hero-wrapper {
    flex-direction: column;
  }

  .achievements-wrapper {
    padding-top: 57px;
    padding-bottom: 10px;
    padding-right: 40px;
  }

  .achievements-grid {
    margin-bottom: 50px;
  }

  .achievement-wrapper {
    max-width: 210px;
  }

  .achievement-numerical {
    margin-bottom: 10px;
    font-size: 64px;
  }

  .achievement-text {
    font-size: 16px;
    line-height: 1.6em;
  }

  .values-grid {
    margin-bottom: 60px;
  }

  .value-wrapper {
    min-height: 210px;
  }

  .home-practice-area-content._2 {
    margin-right: 0;
  }

  .home-practice-area-content._3 {
    margin-top: 60px;
    margin-left: 0;
    margin-right: 20px;
  }

  .value-content._1, .value-content._2, .value-content._3, .value-content._4 {
    margin-top: 60px;
  }

  .newsletter-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 110px;
    padding-top: 77px;
    padding-bottom: 83px;
  }

  .newsletter-content {
    margin-bottom: 60px;
    margin-right: 0;
  }

  .newsletter-form-block {
    max-width: 680px;
  }

  .rich-text p {
    margin-bottom: 25px;
  }

  .rich-text h3 {
    margin-top: 47px;
  }

  .rich-text ul {
    margin-top: 25px;
    margin-bottom: 47px;
    padding-left: 50px;
  }

  .rich-text figure {
    margin-top: 54px;
    margin-bottom: 60px;
  }

  .rich-text h4 {
    margin-top: 47px;
  }

  .rich-text ol {
    margin-top: 25px;
    margin-bottom: 47px;
    padding-left: 50px;
  }

  .rich-text h5 {
    margin-top: 47px;
  }

  .rich-text blockquote {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .rich-text h6 {
    margin-top: 47px;
  }

  .blog-post-articles-grid {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
  }

  .blog-post-top-content-wrapper {
    max-width: 849px;
    margin-bottom: 80px;
  }

  .blog-post-about-wrapper {
    margin-bottom: 25px;
  }

  .contact-wrapper {
    flex-direction: column;
  }

  .contact-directly-link-text {
    margin-top: 6px;
  }

  .container-medium-639px.office {
    margin-bottom: 50px;
  }

  .office-wrapper {
    background-size: cover;
  }

  .container-small-557px.case-results {
    max-width: 100%;
    margin-bottom: 74px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .case-result-hero-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .case-result-about-grid {
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    margin-bottom: 60px;
  }

  .case-result-overview-wrapper {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 45px;
  }

  .case-result-about-title {
    margin-bottom: 20px;
  }

  .case-result-about-text {
    font-size: 18px;
  }

  .case-result-about-text.numerical-results {
    font-size: 33px;
  }

  .case-result-results-wrapper {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .card-package-top-content {
    position: sticky;
    top: 20px;
  }

  .card-package-bottom-content {
    flex: 1;
  }

  .card-package-feature-grid {
    margin-bottom: 40px;
  }

  .package-hero-wrapper {
    flex-direction: column;
  }

  .about-package-wrapper {
    padding-top: 85px;
  }

  .package-wrapper {
    margin-bottom: 60px;
    padding-top: 0;
  }

  .checkout-form {
    padding-top: 64px;
    padding-bottom: 120px;
  }

  .block-header {
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
  }

  .block-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .checkout-row {
    flex-direction: column;
  }

  .packages-category-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .blog-category-grid {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
  }

  .menu-button-icon-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .menu-button-icon {
    color: var(--black);
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 25px;
    height: 20px;
    display: flex;
  }

  .menu-line-top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-height: 2px;
    max-height: 2px;
    padding: 0;
  }

  .menu-line-middle, .menu-line-bottom {
    background-color: #fff;
    min-height: 2px;
    max-height: 2px;
    padding: 0;
  }

  .header-dropdown {
    flex: 1;
    margin-left: 0;
    margin-right: 0;
  }

  .header-dropdown-wrapper {
    flex-wrap: wrap;
  }

  .header-dropdown-icon {
    font-size: 21px;
  }

  .section-tarieven {
    padding-bottom: 0;
  }

  .section-diensten-singel {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-andere-diensten {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .section-tarieven-page {
    padding-top: 50px;
    padding-bottom: 85px;
  }

  .section-maatwerk {
    padding-top: 50px;
  }

  .section-wat-is-mediation {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .grid-waar-mediation {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .hero__left.is--alt {
    max-width: 100%;
  }

  .container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .container.is--form {
    padding-top: 6.3em;
    padding-bottom: 3.3em;
  }

  .form_button {
    opacity: 1;
  }

  .div-block {
    flex-direction: column;
  }

  .section-kennismaking {
    padding-top: 30px;
  }

  .grid-tarieven-drie, .home-grid-drie-diensten {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .html-embed {
    margin-top: 10px;
  }

  .left-footer {
    flex-direction: column;
  }

  .link-footer-copy {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 20px;
    font-size: 44px;
  }

  h2 {
    margin-bottom: 15px;
    font-size: 32px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  label {
    margin-bottom: 20px;
  }

  blockquote {
    padding: 50px 40px 50px 50px;
    font-size: 20px;
  }

  .container-default {
    padding-bottom: 0;
  }

  .container-default.blog-post {
    margin-bottom: 80px;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 32px;
  }

  .paragraph-large.white.home-hero, .paragraph-large.white.about-hero {
    margin-bottom: 40px;
  }

  .paragraph-large.white.contact {
    margin-bottom: 30px;
  }

  .paragraph-large.op-maat-gemaakt {
    max-width: 100%;
  }

  .button-primary {
    width: 100%;
    max-width: 100%;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .button-primary.header-button {
    display: none;
  }

  .button-primary.home-hero {
    margin-right: 0;
  }

  .button-primary.cta {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .button-primary.about-hero {
    margin-right: 20px;
  }

  .button-primary._404 {
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .button-primary.button-mobile-maatwerk {
    margin-top: 20px;
  }

  .button-secondary {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .button-secondary.white.home-hero {
    width: 100%;
  }

  .button-secondary.white.cta {
    width: 100%;
    margin-bottom: 20px;
  }

  .button-secondary.white._404 {
    margin-bottom: 20px;
  }

  .footer {
    margin-top: 85px;
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .section-diensten {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .section-diensten.home-hero {
    background-color: #1b1c1e;
    padding-top: 51px;
    padding-bottom: 0;
  }

  .section-diensten.cta {
    padding-top: 85px;
    padding-bottom: 88px;
  }

  .section-diensten.about-hero {
    padding-top: 51px;
    padding-bottom: 90px;
  }

  .section-diensten.story {
    padding-top: 82px;
  }

  .section-diensten.values {
    padding-bottom: 107px;
  }

  .section-diensten.blog-post-articles {
    padding-top: 64px;
    padding-bottom: 82px;
  }

  .section-diensten.blog-post {
    padding-top: 51px;
    padding-bottom: 77px;
  }

  .section-diensten.contact {
    padding-top: 50px;
    padding-bottom: 85px;
  }

  .section-diensten.case-result-hero {
    padding-top: 51px;
    padding-bottom: 77px;
  }

  .section-diensten.case-result {
    padding-top: 72px;
    padding-bottom: 107px;
  }

  .section-diensten.more-case-results {
    padding-top: 103px;
  }

  .section-diensten.package {
    padding-top: 51px;
    padding-bottom: 102px;
  }

  .section-diensten.packages-category {
    padding-top: 51px;
  }

  .section-diensten.blog-category {
    padding-top: 51px;
    padding-bottom: 96px;
  }

  .utility-page-content-password {
    padding-left: 32px;
    padding-right: 32px;
  }

  ._404-title {
    font-size: 150px;
  }

  .divider.home-about {
    margin-top: 40px;
  }

  .divider.blog-post-item {
    margin-bottom: 30px;
  }

  .divider.card-package {
    width: 100%;
    height: 1px;
    margin: 30px 0;
  }

  .container-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-hero-wrapper {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .bg.home-hero {
    height: 1109px;
  }

  .bg.blog-post {
    height: 620px;
  }

  .bg.case-results {
    height: 570px;
  }

  .bg.package {
    height: 750px;
  }

  .bg.checkout {
    height: 450px;
  }

  .split-content.home-hero-left {
    text-align: left;
    max-width: none;
    margin-bottom: 30px;
  }

  .split-content.home-practice-areas-left {
    margin-bottom: 30px;
  }

  .split-content.home-about-right {
    text-align: left;
    max-width: none;
    margin-bottom: 40px;
  }

  .split-content.testimonials-left {
    text-align: left;
    max-width: none;
  }

  .split-content.home-case-studies-left, .split-content.footer-top-content-left {
    margin-bottom: 30px;
  }

  .split-content.about-hero-left {
    text-align: left;
    margin-bottom: 60px;
  }

  .split-content.story-left {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.story-right {
    max-width: none;
    display: flex;
  }

  .split-content.blog-post-articles-left {
    margin-bottom: 30px;
  }

  .split-content.contact-left, .split-content.case-result-hero-left {
    margin-bottom: 40px;
  }

  .split-content.more-case-results-left {
    margin-bottom: 30px;
  }

  .split-content.checkout-left {
    margin-bottom: 40px;
  }

  .split-content.checkout-right {
    margin-top: 0;
  }

  .split-content.blog-category-left {
    margin-bottom: 30px;
  }

  .title.white.value {
    margin-bottom: 13px;
  }

  .title.white.home-hero {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .title.white.values {
    max-width: 332px;
  }

  .title.white.newsletter {
    font-size: 35px;
  }

  .title.white.blog-post {
    margin-bottom: 15px;
  }

  .title.white.contact {
    margin-bottom: 20px;
  }

  .title.white.case-results {
    text-align: center;
    max-width: 100%;
    margin-bottom: 8px;
    margin-left: 0;
    font-size: 38px;
  }

  .title.awards {
    text-align: left;
    margin-bottom: 30px;
    font-size: 23px;
  }

  .title.home-practice-area {
    font-size: 18px;
  }

  .title.blog-post-item {
    max-width: 659px;
    margin-bottom: 15px;
  }

  .title.footer-title {
    margin-bottom: 25px;
  }

  .title.dropdown-nav-title {
    margin-bottom: 20px;
  }

  .title.story {
    margin-right: 40px;
  }

  .title.card-about-author {
    font-size: 20px;
  }

  .title.card-office {
    font-size: 22px;
  }

  .title.case-result-overview {
    margin-right: 0;
    position: static;
  }

  .title.case-result-results {
    position: static;
  }

  .title.packages-contact {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .title.get-package {
    font-size: 20px;
  }

  .title.about-package {
    margin-top: 70px;
  }

  ._2-buttons.home-hero {
    justify-content: flex-start;
  }

  ._2-buttons.cta {
    flex-wrap: wrap;
  }

  ._2-buttons.about-hero {
    justify-content: flex-start;
  }

  ._2-buttons._404 {
    flex-wrap: wrap;
  }

  .image-wrapper.story-1 {
    margin-bottom: 0;
    margin-right: 30px;
  }

  .image.icon-home-practice-areas {
    margin-bottom: 0;
    margin-right: 40px;
  }

  .image.testimonial {
    margin-right: 20px;
  }

  .image.value {
    width: 60px;
    min-width: 60px;
    height: 60px;
    margin-right: 40px;
  }

  .image.card-about-author {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .image.office {
    object-position: 100% 50%;
  }

  .awards-wrapper {
    align-items: flex-start;
  }

  .top-content.home-practice-areas, .top-content.home-case-results {
    margin-bottom: 40px;
  }

  .top-content.footer-top-content {
    margin-bottom: 51px;
  }

  .top-content.blog-post-articles, .top-content.faqs, .top-content.more-case-results {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .top-content.blog-category {
    margin-bottom: 40px;
  }

  .home-about-wrapper {
    align-items: flex-start;
  }

  .subtitle-wrapper {
    margin-bottom: 15px;
  }

  .subtitle-wrapper.home-hero {
    flex-direction: row;
    margin-bottom: 24px;
  }

  .subtitle-wrapper.home-about, .subtitle-wrapper.testimonials {
    flex-direction: row;
  }

  .subtitle-wrapper.about-hero {
    flex-direction: row;
    margin-bottom: 24px;
  }

  .subtitle-wrapper.values {
    flex-direction: row;
  }

  .subtitle-wrapper.contact, .subtitle-wrapper.faqs {
    margin-bottom: 15px;
  }

  .subtitle-wrapper.office {
    flex-direction: row;
  }

  .subtitle-wrapper.case-results {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 15px;
  }

  .subtitle-wrapper.packages-category {
    margin-bottom: 15px;
  }

  .accent {
    width: 40px;
    margin-right: 10px;
  }

  .accent.cta {
    margin-bottom: 10px;
  }

  .accent.testimonials, .accent.home-hero, .accent.home-about, .accent.about-hero, .accent.values, .accent.office {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .accent.case-results, .accent.card-package, .accent.card-package-feature {
    margin-bottom: 0;
    margin-right: 15px;
  }

  .accent.packages-category {
    margin-bottom: 15px;
  }

  .subtitle {
    font-size: 18px;
  }

  .home-practice-area-wrapper {
    min-height: 340px;
  }

  .home-practice-area-wrapper._1 {
    border-right-width: 0;
    min-height: auto;
  }

  .home-practice-area-wrapper._2 {
    justify-content: flex-start;
    min-height: auto;
  }

  .home-practice-area-wrapper._3 {
    border-right-width: 0;
    min-height: auto;
  }

  .paragraph.white.case-result-hero {
    margin-bottom: 20px;
  }

  .paragraph.white.packages-category {
    max-width: none;
    margin-left: 0;
  }

  .paragraph.white.tarieven {
    max-width: 100%;
  }

  .paragraph.card-testimonial {
    margin-bottom: 30px;
  }

  .paragraph.card-about-testimonial {
    margin-bottom: 25px;
  }

  .paragraph.card-office-address, .paragraph.packages-contact {
    margin-bottom: 20px;
  }

  .paragraph.get-package {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .home-about-bottom {
    justify-content: flex-start;
  }

  .testimonials-wrapper {
    align-items: flex-start;
  }

  .card.testimonial {
    padding: 52px 40px 47px;
  }

  .card.case-result {
    max-width: 575px;
    margin-top: -61px;
  }

  .card.about-author {
    flex-direction: column;
    padding: 40px 40px 53px;
  }

  .card.contact-form-card {
    width: 100%;
    max-width: 100%;
    padding: 50px 40px 47px;
  }

  .card.contact-form-card.form-footer {
    padding: 35px;
  }

  .card.faq {
    margin-bottom: 24px;
  }

  .card.office {
    padding: 45px 40px;
    bottom: 20px;
    left: 20px;
  }

  .card.case-result-conclusion {
    padding: 61px 42px 58px;
  }

  .card.package {
    flex-direction: column;
    align-items: stretch;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .card.get-package.mobile {
    margin-bottom: 10px;
    padding: 20px;
  }

  .card.checkout-about {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .card.default {
    padding: 50px 40px;
  }

  .paragraph-small.testimonials, .paragraph-small.blog-post-item {
    margin-bottom: 30px;
  }

  .subtitle-small.white.blog-post {
    font-size: 16px;
  }

  .home-case-results-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .card-case-result-numerical-wrapper {
    font-size: 20px;
  }

  .link.color-primary.blog-post-category {
    font-size: 16px;
  }

  .footer-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-small-print {
    margin-top: 30px;
  }

  .footer-newsletter-text {
    font-size: 18px;
  }

  .footer-nav-box {
    margin-bottom: 40px;
    margin-right: 30px;
  }

  .dropdown-nav-box.last {
    margin-bottom: 10px;
  }

  .dropdown-nav-link-item {
    margin-bottom: 20px;
  }

  .home-practice-areas-grid {
    grid-template-columns: 1fr;
  }

  .footer-nav-wrapper {
    flex-wrap: wrap;
    padding-bottom: 0;
  }

  .about-hero-wrapper {
    align-items: flex-start;
  }

  .achievements-wrapper {
    padding-top: 40px;
    padding-right: 20px;
  }

  .story-wrapper {
    flex-direction: column;
  }

  .achievements-grid {
    grid-row-gap: 40px;
    grid-template-columns: repeat(auto-fit, 150px);
    justify-content: space-around;
    margin-bottom: 40px;
  }

  .achievement-wrapper {
    max-width: 150px;
  }

  .achievement-numerical {
    margin-bottom: 8px;
    font-size: 51px;
  }

  .achievement-text {
    font-size: 14px;
  }

  .story-content {
    position: static;
  }

  .values-grid {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .flex-vc {
    align-items: flex-start;
  }

  .value-wrapper {
    min-height: 190px;
  }

  .value-wrapper._1 {
    border-right-width: 0;
  }

  .value-wrapper._3 {
    border-bottom: 1px solid #666d79;
    border-right-width: 0;
  }

  .home-practice-area-content._1 {
    align-items: flex-start;
    max-width: none;
    margin-top: 40px;
    margin-bottom: 60px;
    margin-right: 0;
    display: flex;
  }

  .home-practice-area-content._2 {
    align-items: flex-start;
    max-width: none;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: 0;
    display: flex;
  }

  .home-practice-area-content._3 {
    align-items: flex-start;
    max-width: none;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-right: 0;
    display: flex;
  }

  .value-content {
    flex-direction: column;
    max-width: 290px;
  }

  .value-content._1 {
    flex-direction: row;
    justify-content: flex-start;
    max-width: none;
    margin-top: 40px;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .value-content._2 {
    flex-direction: row;
    justify-content: flex-start;
    max-width: none;
    margin-bottom: 60px;
    margin-left: 0;
  }

  .value-content._3 {
    flex-direction: row;
    justify-content: flex-start;
    max-width: none;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .value-content._4 {
    flex-direction: row;
    justify-content: flex-start;
    max-width: none;
    margin-top: 60px;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .value-text-wrapper {
    max-width: 503px;
  }

  .about-testimonials-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .container-small-520px.values {
    text-align: left;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .newsletter-wrapper {
    margin-top: 88px;
    padding: 61px 40px 66px;
  }

  .newsletter-content {
    margin-bottom: 40px;
  }

  .blog-categories-grid {
    flex-wrap: wrap;
    display: flex;
  }

  .blog-category-link {
    font-size: 18px;
  }

  .blog-category-item {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .rich-text p {
    margin-bottom: 20px;
  }

  .rich-text h3 {
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .rich-text ul {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 40px;
  }

  .rich-text figure {
    margin-top: 45px;
    margin-bottom: 50px;
  }

  .rich-text h4 {
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .rich-text ol {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 40px;
  }

  .rich-text h5 {
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .rich-text blockquote {
    margin-bottom: 40px;
  }

  .rich-text h6 {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .blog-post-articles-grid {
    grid-template-columns: 1fr;
  }

  .blog-post-top-content-wrapper {
    margin-bottom: 60px;
  }

  .blog-post-about-wrapper {
    margin-bottom: 20px;
  }

  .blog-post-divider {
    width: 20px;
    margin-left: 14px;
    margin-right: 14px;
  }

  .card-about-author-name-wrapper {
    margin-bottom: 5px;
  }

  .card-about-author-content {
    margin-bottom: 25px;
  }

  .contact-directly-title {
    margin-bottom: 20px;
  }

  .contact-directly-link {
    font-size: 20px;
  }

  .contact-directly-icon {
    margin-right: 10px;
  }

  .contact-form {
    grid-template: "Area"
                   "."
                   "Area-2"
                   "."
                   / 1fr;
  }

  .container-medium-639px.office {
    text-align: left;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .office-wrapper {
    background-position: 100%;
    height: 526px;
  }

  .card-office-title-wrapper {
    margin-bottom: 15px;
  }

  .card-office-contact-icon {
    margin-right: 10px;
  }

  .container-small-557px.case-results {
    text-align: left;
    margin-bottom: 62px;
    margin-left: 0;
  }

  .case-result-about-grid {
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    justify-content: space-around;
  }

  .case-result-overview-wrapper {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .case-result-about-title {
    margin-bottom: 15px;
  }

  .case-result-about-text.numerical-results {
    font-size: 28px;
  }

  .case-result-results-wrapper {
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .container-medium-624px.packages-category {
    margin-bottom: 40px;
  }

  .card-package-price {
    font-size: 28px;
  }

  .card-package-top-content {
    position: static;
  }

  .card-package-feature-grid {
    grid-row-gap: 8px;
    margin-bottom: 30px;
  }

  .about-package-wrapper {
    padding-top: 85px;
  }

  .package-wrapper {
    margin-bottom: 40px;
  }

  .checkout-form {
    padding-top: 51px;
    padding-bottom: 96px;
  }

  .checkout-billing-address-toggle {
    margin-top: 10px;
  }

  .checkout-checkbox-label {
    font-size: 14px;
  }

  .packages-category-grid {
    margin-bottom: 40px;
  }

  .blog-category-grid {
    grid-template-columns: 1fr;
  }

  .empty-state {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .empty-state.packages {
    margin-bottom: 350px;
  }

  .section-over, .section-tarieven.home {
    padding-top: 50px;
  }

  .section-diensten-singel {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .section-andere-diensten {
    padding-top: 50px;
  }

  .section-locatie {
    padding-top: 0;
  }

  .section-in-het-kort {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .section-waar-mediation {
    margin-top: 50px;
  }

  .hero__left.is--alt {
    width: 100%;
    padding: 3.6em 20px;
  }

  .c-slider {
    height: 550px;
  }

  .container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .container.is--form {
    flex-direction: column;
    height: auto;
    max-height: none;
    padding-top: 6.7em;
    padding-bottom: 4.2em;
  }

  .form {
    width: 100%;
  }

  .field-label, .field-label.mobile {
    display: block;
  }

  .field-label.desktop {
    display: none;
  }

  .input-wrapper-kennis {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-kennismaking {
    padding-top: 150px;
  }

  .wit {
    color: var(--black);
  }

  .wit.wensen {
    margin-top: 15px;
  }

  .typed-words {
    font-size: 40px;
  }

  .section-waar-mediation-copy {
    margin-top: 50px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 18px;
    font-size: 37px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 14px;
  }

  label {
    margin-bottom: 15px;
    font-size: 16px;
  }

  blockquote {
    padding: 40px 20px;
    font-size: 18px;
  }

  .container-default {
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-default.blog-post {
    margin-bottom: 64px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .paragraph-large.white.home-hero, .paragraph-large.white.about-hero {
    margin-bottom: 30px;
  }

  .paragraph-large.white.contact {
    margin-bottom: 25px;
  }

  .paragraph-large.over-mij-text-1 {
    max-width: 100%;
  }

  .button-primary {
    padding: 20px 16px;
    font-size: 16px;
    display: block;
  }

  .button-primary.footer-newsletter {
    margin-top: 16px;
    padding-top: 25px;
    padding-bottom: 25px;
    position: static;
  }

  .button-primary.home-hero, .button-primary.cta {
    margin-right: 0;
  }

  .button-primary.about-hero {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .button-primary.newsletter {
    margin-top: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
    position: static;
  }

  .button-primary._404 {
    margin-right: 0;
  }

  .button-secondary {
    padding: 25px 16px;
    font-size: 16px;
    display: block;
  }

  .button-secondary.white.home-hero, .button-secondary.white.cta, .button-secondary.white.about-hero, .button-secondary.white._404 {
    margin-bottom: 0;
  }

  .nav-item-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link {
    text-align: left;
    font-size: 18px;
  }

  .menu-button {
    width: 46px;
    min-width: 46px;
    height: 46px;
    font-size: 26px;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .section-diensten {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .section-diensten.home-hero {
    padding-top: 41px;
  }

  .section-diensten.cta {
    padding-top: 71px;
    padding-bottom: 74px;
  }

  .section-diensten.about-hero {
    padding-top: 41px;
    padding-bottom: 72px;
  }

  .section-diensten.story {
    padding-top: 66px;
  }

  .section-diensten.values {
    padding-bottom: 100px;
  }

  .section-diensten.blog-post-articles {
    padding-top: 51px;
    padding-bottom: 66px;
  }

  .section-diensten.blog-post {
    padding-top: 41px;
    padding-bottom: 61px;
  }

  .section-diensten.contact {
    padding-top: 41px;
  }

  .section-diensten.case-result-hero {
    padding-top: 41px;
    padding-bottom: 61px;
  }

  .section-diensten.case-result {
    padding-top: 57px;
    padding-bottom: 86px;
  }

  .section-diensten.more-case-results {
    padding-top: 82px;
  }

  .section-diensten.package {
    padding-top: 41px;
    padding-bottom: 82px;
  }

  .section-diensten.packages-category {
    padding-top: 41px;
  }

  .section-diensten.blog-category {
    padding-top: 41px;
    padding-bottom: 77px;
  }

  .section-diensten.kennismakking {
    padding-top: 40px;
  }

  .utility-page-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .utility-page-content-password {
    padding: 56px 20px;
  }

  .input.footer-newsletter, .input.newsletter {
    height: 64px;
    padding-left: 15px;
    padding-right: 15px;
  }

  ._404-title {
    font-size: 125px;
  }

  .divider.home-about {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .divider.blog-post-item {
    margin-bottom: 20px;
  }

  .divider.card-package {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .container-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .bg.home-hero {
    height: 900px;
  }

  .bg.blog-post {
    height: 600px;
  }

  .bg.contact {
    height: 700px;
  }

  .bg.case-results {
    height: 877px;
  }

  .bg.package {
    height: 700px;
  }

  .bg.checkout {
    height: 500px;
  }

  .split-content.home-hero-left {
    margin-bottom: 40px;
  }

  .split-content.home-practice-areas-left {
    margin-bottom: 30px;
  }

  .split-content.home-about-left {
    display: flex;
  }

  .split-content.home-about-right {
    margin-bottom: 20px;
  }

  .split-content.testimonials-left {
    margin-bottom: 30px;
  }

  .split-content.home-case-studies-left {
    margin-bottom: 20px;
  }

  .split-content.about-hero-left {
    margin-bottom: 40px;
  }

  .split-content.story-left {
    margin-bottom: 30px;
  }

  .split-content.story-right {
    flex-direction: column;
  }

  .split-content.blog-post-articles-left {
    margin-bottom: 25px;
  }

  .split-content.contact-left, .split-content.case-result-hero-left {
    margin-bottom: 30px;
  }

  .split-content.more-case-results-left {
    margin-bottom: 20px;
  }

  .split-content.blog-category-left {
    margin-bottom: 25px;
  }

  .title.white.value {
    margin-bottom: 10px;
  }

  .title.white.newsletter {
    font-size: 29px;
  }

  .title.white.contact {
    margin-bottom: 15px;
    font-size: 34px;
  }

  .title.white.case-results {
    text-align: left;
    max-width: 340px;
    font-size: 32px;
  }

  .title.awards {
    margin-bottom: 20px;
    font-size: 19px;
  }

  .title.blog-post-item {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .title.footer-title {
    margin-bottom: 20px;
  }

  .title.card-about-author {
    font-size: 19px;
  }

  .title.card-office {
    font-size: 20px;
  }

  .title.card-package {
    font-size: 16px;
  }

  .title.packages-contact {
    margin-bottom: 8px;
  }

  .title.get-package {
    font-size: 18px;
  }

  .title.about-package {
    margin-top: 40px;
  }

  ._2-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .image-wrapper.home-about {
    margin-top: 25px;
    margin-left: 0;
  }

  .image-wrapper.blog-post-item {
    margin-bottom: 15px;
  }

  .image-wrapper.story-1 {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .image.icon-home-practice-areas {
    margin-bottom: 25px;
    margin-right: 0;
  }

  .image.home-about {
    width: 100%;
    display: block;
  }

  .image.home-about-signature {
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .image.testimonial {
    margin-bottom: 10px;
    margin-right: 15px;
  }

  .image.value {
    margin-bottom: 25px;
    margin-right: 0;
  }

  .image.card-about-testimonial {
    margin-bottom: 20px;
    margin-right: 15px;
  }

  .image.card-about-author {
    margin-bottom: 15px;
  }

  .awards-wrapper {
    align-items: stretch;
  }

  .awards-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(auto-fit, 100%);
    justify-items: start;
  }

  .top-content.home-practice-areas, .top-content.home-case-results {
    align-items: stretch;
  }

  .top-content.footer-top-content {
    margin-bottom: 43px;
  }

  .top-content.about-testimonials, .top-content.blog-post-articles {
    align-items: stretch;
  }

  .top-content.faqs {
    margin-bottom: 30px;
  }

  .top-content.more-case-results {
    align-items: stretch;
  }

  .subtitle-wrapper {
    margin-bottom: 10px;
  }

  .subtitle-wrapper.home-hero {
    margin-bottom: 18px;
  }

  .subtitle-wrapper.home-about {
    margin-bottom: 10px;
  }

  .subtitle-wrapper.about-hero {
    margin-bottom: 18px;
  }

  .subtitle-wrapper.contact, .subtitle-wrapper.faqs, .subtitle-wrapper.office {
    margin-bottom: 10px;
  }

  .subtitle-wrapper.case-results {
    justify-content: flex-start;
    margin-bottom: 10px;
  }

  .subtitle-wrapper.packages-category {
    flex-direction: row;
    margin-bottom: 10px;
  }

  .accent {
    width: 30px;
  }

  .accent.case-results, .accent.card-package, .accent.card-package-feature {
    margin-right: 10px;
  }

  .accent.packages-category {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .subtitle {
    font-size: 16px;
  }

  .home-practice-area-wrapper {
    min-height: 320px;
  }

  .home-practice-area-wrapper._3 {
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph.white.case-results, .paragraph.white.packages-category {
    font-size: 16px;
  }

  .paragraph.white.tarieven {
    text-align: left;
  }

  .paragraph.card-testimonial {
    padding-left: 20px;
    font-size: 16px;
  }

  .paragraph.card-about-testimonial {
    margin-bottom: 20px;
  }

  .paragraph.card-office-address {
    font-size: 16px;
  }

  .paragraph.get-package {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .home-about-bottom {
    flex-wrap: wrap;
  }

  .card.testimonial {
    padding: 43px 20px 29px;
  }

  .card.case-result {
    margin-top: -50px;
    padding: 30px 20px;
  }

  .card.about-testimonial {
    padding: 48px 20px 20px;
  }

  .card.about-author {
    padding: 30px 20px 43px;
  }

  .card.contact-form-card {
    padding: 40px 20px 37px;
  }

  .card.faq {
    margin-bottom: 25px;
    padding: 30px 20px 35px;
  }

  .card.office {
    max-width: 100%;
    padding: 40px 20px 30px;
    position: static;
  }

  .card.case-result-conclusion {
    padding: 49px 20px 46px;
  }

  .card.package {
    padding: 25px 20px 30px;
  }

  .card.get-package.mobile {
    margin-bottom: 0;
    padding: 20px;
  }

  .card.checkout-about, .card.default {
    padding: 40px 20px;
  }

  .paragraph-small.testimonials {
    margin-bottom: 20px;
  }

  .paragraph-small.story-1 {
    margin-bottom: 15px;
  }

  .paragraph-small.blog-post-item {
    margin-bottom: 25px;
  }

  .about-testimonial-wrapper {
    flex-wrap: wrap;
    margin-left: 23px;
  }

  .about-testimonial-name-wrapper {
    margin-bottom: 10px;
  }

  .subtitle-small {
    font-size: 16px;
  }

  .subtitle-small.blog-post-item-category {
    margin-right: 10px;
  }

  .subtitle-small.white.blog-post {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .home-about-name {
    font-size: 18px;
  }

  .home-about-rol {
    font-size: 14px;
  }

  .card-case-result-numerical-wrapper {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .link.color-primary.blog-post-category {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .card-case-result-content {
    margin-bottom: 25px;
  }

  .blog-post-item-about-wrapper {
    flex-wrap: wrap;
  }

  .footer-content {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .footer-small-print {
    margin-top: 20px;
  }

  .small-print {
    font-size: 12px;
    line-height: 1.8em;
  }

  .footer-newsletter-text {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .footer-newsletter-form {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-nav-box {
    margin-bottom: 30px;
    margin-right: 20px;
  }

  .footer-nav-link-item {
    margin-bottom: 20px;
  }

  .footer-nav-content {
    flex-wrap: wrap;
  }

  .footer-nav-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .brand {
    margin-right: 30px;
  }

  .header-dropdown-box {
    padding-top: 30px;
  }

  .dropdown-nav-content {
    flex-wrap: wrap;
  }

  .dropdown-nav-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .cart-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-practice-areas-grid {
    grid-template-columns: 1fr;
  }

  .achievements-wrapper {
    padding-right: 0;
  }

  .achievements-grid {
    grid-row-gap: 30px;
    grid-template-columns: repeat(auto-fit, 120px);
    max-width: 391px;
  }

  .achievement-wrapper {
    max-width: 120px;
  }

  .achievement-numerical {
    font-size: 41px;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }

  .flex-vc {
    align-items: stretch;
  }

  .value-wrapper {
    min-height: 160px;
  }

  .home-practice-area-content._1 {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .home-practice-area-content._2, .home-practice-area-content._3 {
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .value-content {
    max-width: none;
  }

  .value-content._1 {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .value-content._2, .value-content._3 {
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .value-content._4 {
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .card-about-testimonial-about-wrapper {
    flex-wrap: wrap;
  }

  .card-about-testimonial-name-wrapper {
    margin-bottom: 20px;
  }

  .container-small-520px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .newsletter-wrapper {
    margin-top: 70px;
    padding: 49px 20px 53px;
  }

  .newsletter-content {
    margin-bottom: 30px;
  }

  .newsletter-form {
    flex-direction: column;
    align-items: stretch;
  }

  .blog-category-link {
    font-size: 16px;
  }

  .container-medium-748px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rich-text h3 {
    margin-top: 32px;
  }

  .rich-text ul {
    margin-bottom: 33px;
    padding-left: 20px;
  }

  .rich-text figure {
    margin-top: 38px;
    margin-bottom: 40px;
  }

  .rich-text h4 {
    margin-top: 32px;
  }

  .rich-text ol {
    margin-bottom: 33px;
    padding-left: 20px;
  }

  .rich-text h5 {
    margin-top: 32px;
  }

  .rich-text blockquote {
    margin-top: 33px;
    margin-bottom: 33px;
  }

  .rich-text h6 {
    margin-top: 32px;
  }

  .blog-post-articles-grid {
    grid-row-gap: 50px;
  }

  .blog-post-top-content-wrapper {
    margin-bottom: 40px;
  }

  .blog-post-about-wrapper {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }

  .blog-post-divider {
    width: 15px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .card-about-author-name-wrapper {
    margin-bottom: 1px;
  }

  .card-about-author-content {
    margin-bottom: 20px;
  }

  .card-about-author-rol {
    font-size: 16px;
  }

  .contact-directly-title {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6em;
  }

  .contact-directly-link {
    flex-wrap: wrap;
    margin-bottom: 5px;
    font-size: 18px;
  }

  .contact-directly-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .contact-directly-icon.icon-size-19px {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .contact-directly-link-text {
    margin-bottom: 10px;
  }

  .contact-form {
    grid-row-gap: 30px;
  }

  .container-medium-639px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-medium-639px.office {
    margin-bottom: 30px;
  }

  .office-wrapper {
    max-width: none;
    height: auto;
  }

  .card-office-title-wrapper {
    margin-bottom: 10px;
  }

  .card-office-contact-link {
    flex-wrap: wrap;
    margin-bottom: 5px;
    font-size: 18px;
  }

  .card-office-contact-icon {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .card-office-contact-icon.icon-size-19px {
    font-size: 17px;
  }

  .card-office-contact-text {
    margin-bottom: 10px;
  }

  .container-small-557px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-small-557px.case-results {
    margin-bottom: 51px;
  }

  .case-result-about-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(auto-fit, 150px);
    justify-content: start;
  }

  .case-result-overview-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .case-study-about-wrapper {
    max-width: 240px;
  }

  .case-result-about-title {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .case-result-about-text {
    font-size: 16px;
  }

  .case-result-about-text.numerical-results {
    font-size: 23px;
  }

  .case-result-results-wrapper {
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .container-medium-624px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-medium-624px.packages-category {
    text-align: left;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .packages-contact-wrapper {
    text-align: left;
    margin-left: 0;
  }

  .card-package-name-wrapper {
    margin-bottom: 8px;
  }

  .card-package-price {
    font-size: 26px;
  }

  .card-package-included-title {
    margin-bottom: 10px;
  }

  .card-package-feature-grid {
    margin-bottom: 20px;
  }

  .about-package-wrapper {
    padding-top: 40px;
  }

  .package-wrapper {
    margin-bottom: 30px;
  }

  .checkout-form {
    padding-top: 41px;
    padding-bottom: 77px;
  }

  .block-header, .block-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .packages-category-grid {
    grid-row-gap: 30px;
  }

  .blog-category-grid {
    grid-row-gap: 50px;
  }

  .empty-state {
    padding: 40px 20px;
    font-size: 16px;
  }

  .empty-state.packages {
    margin-bottom: 400px;
  }

  .cart-footer, .cart-list {
    padding-left: 16px;
    padding-right: 16px;
  }

  .empty-state-cart {
    align-items: stretch;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
  }

  .header-dropdown-icon {
    font-size: 16px;
  }

  .header-cart {
    margin-left: 0;
  }

  .hero__left {
    width: 91%;
  }

  .hero__left.is--alt {
    padding-top: 3.8em;
    padding-bottom: 2.3em;
  }

  .form_question {
    font-size: 1.5em;
  }

  .question {
    padding-bottom: 1.5em;
    padding-left: 0;
  }

  .container.is--form {
    padding-top: 8.1em;
    padding-bottom: 5.7em;
  }

  .form_prev {
    margin-top: -4.7em;
  }

  .text-kennismakking {
    padding-bottom: 30px;
  }

  .section-kennismaking {
    padding-top: 50px;
  }

  .list-right {
    margin-top: 22px;
  }

  .text-block-3, .heading-2, .text-block-4, .text-block-5, .text-block-6, .text-block-7 {
    text-align: left;
  }
}

#w-node-dc13eb94-62dd-7022-4bc5-6772a7886735-ae2f46c5 {
  grid-area: Area;
}

#w-node-_6554f46a-eb67-55a7-c225-5c8637fa450d-ae2f46c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f0968fd-03ac-de0f-56cf-799ede69304c-ae2f46c5, #w-node-_4f0968fd-03ac-de0f-56cf-799ede69305c-ae2f46c5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4f0968fd-03ac-de0f-56cf-799ede693060-ae2f46c5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_268a35d7-53d6-2370-fd9a-9d00973c323a-973c322c, #w-node-_268a35d7-53d6-2370-fd9a-9d00973c3242-973c322c, #w-node-_268a35d7-53d6-2370-fd9a-9d00973c324b-973c322c {
  place-self: stretch stretch;
}

#w-node-_9c704c0f-8bb8-cc46-1f41-69e56b7d9b76-8e7ef74e, #w-node-_9c704c0f-8bb8-cc46-1f41-69e56b7d9b82-8e7ef74e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9c704c0f-8bb8-cc46-1f41-69e56b7d9b86-8e7ef74e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-f47163cc-2f60-5d74-1a5f-14673157c556-e97ef75a {
  align-self: end;
}

#w-node-bd3ad72d-0753-1b84-c1f2-97ebcea53a85-8b70b438 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e42455b-02ff-1482-bcdd-608b4967675a-5986b4b5, #w-node-f438adc2-6388-239d-2f61-96090b820fbd-fb1335a5, #w-node-_461da8e3-6a8c-21f6-3576-7088fb19c4ec-62057308 {
  align-self: end;
}

#w-node-_2b7bcfab-2440-1f6b-4a62-38c3243aedee-74d2b40d {
  align-self: center;
}

#w-node-_0777f8e4-9ecc-265d-deea-26ce3f0c4e61-3d78d4ec {
  align-self: end;
}

#w-node-_59ad474b-e46b-c9db-bf37-aa91e1b6bed6-590268f3, #w-node-_6f9b379b-7c6f-6fa0-63ec-55e5d14bae67-590268f3, #w-node-_7c5bbf57-d20b-02a0-6247-d13b68b1c4bf-8a6b0288, #w-node-_7c5bbf57-d20b-02a0-6247-d13b68b1c4c0-8a6b0288 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_4f0968fd-03ac-de0f-56cf-799ede693054-ae2f46c5, #w-node-_4f0968fd-03ac-de0f-56cf-799ede693058-ae2f46c5, #w-node-_4f0968fd-03ac-de0f-56cf-799ede69305c-ae2f46c5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4f0968fd-03ac-de0f-56cf-799ede693060-ae2f46c5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_9c704c0f-8bb8-cc46-1f41-69e56b7d9b7a-8e7ef74e, #w-node-_9c704c0f-8bb8-cc46-1f41-69e56b7d9b7e-8e7ef74e, #w-node-_9c704c0f-8bb8-cc46-1f41-69e56b7d9b82-8e7ef74e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9c704c0f-8bb8-cc46-1f41-69e56b7d9b86-8e7ef74e {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Icons Lawyer Template';
  src: url('../fonts/icons-lawyer-template.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}