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

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

.w-commerce-commercelayoutcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-commerce-commercelayoutmain {
  -webkit-flex-basis: 800px;
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 20px;
}

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

.w-commerce-commercecheckoutblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethoditem {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcardnumber:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardexpirationdate:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardsecuritycode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

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

.w-commerce-commercecheckoutorderitemquantitywrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-wrap;
}

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

.w-commerce-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

.w-commerce-commercecheckoutsummarylineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryflexboxdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

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

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

  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

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

  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }
}

body {
  background-color: transparent;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #212233;
  font-size: 10vh;
  line-height: 11vh;
  font-weight: 600;
}

h2 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #212233;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #f15b54;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #212233;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #212233;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #212233;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

p {
  display: block;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #212233;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

a {
  font-family: Montserrat, sans-serif;
  color: #5ab2f1;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding-left: 20px;
  font-family: Myriadpro, sans-serif;
  color: #f2f2f2;
  line-height: 20px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
  color: #f2f2f2;
}

li {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #212233;
  font-style: normal;
  text-align: left;
}

img {
  display: inline-block;
  max-width: 100%;
}

strong {
  font-family: Montserrat, sans-serif;
  color: #212233;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

em {
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-family: Montserrat, sans-serif;
  color: #f15b54;
  font-size: 20px;
  line-height: 24px;
  font-style: italic;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.header {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 75vh;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.7)), to(rgba(33, 34, 51, 0.7))), url('../images/oldestsharegijs.png');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.7), rgba(33, 34, 51, 0.7)), url('../images/oldestsharegijs.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  text-align: center;
}

.header.pageheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 72vh;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6)));
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6));
}

.header.pageheader._1602 {
  height: 74vh;
  margin-top: auto;
  background-color: rgba(239, 92, 89, 0.9);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.7)), to(rgba(33, 34, 51, 0.7))), url('../images/voc-stock-certificate.jpg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.7), rgba(33, 34, 51, 0.7)), url('../images/voc-stock-certificate.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  color: #ef5c59;
}

.header.pageheader.hwe {
  display: block;
  height: 74vh;
  margin-top: auto;
  padding-top: 30vh;
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f15b54;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.7)), to(rgba(33, 34, 51, 0.7))), url('../images/engine-room-gauges-machine-53562.jpg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.7), rgba(33, 34, 51, 0.7)), url('../images/engine-room-gauges-machine-53562.jpg');
  background-position: 0px 0px, 0% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.header.pageheader.services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 84vh;
  margin-top: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.8)), to(rgba(33, 34, 51, 0.8))), url('../images/public-market.jpg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.8), rgba(33, 34, 51, 0.8)), url('../images/public-market.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.header.pageheader.stak {
  height: 100vh;
  margin-top: auto;
  margin-right: auto;
  padding-right: 8vw;
  padding-left: 8vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.8)), to(rgba(33, 34, 51, 0.8))), url('../images/new_amsterdam_origins_1.png');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.8), rgba(33, 34, 51, 0.8)), url('../images/new_amsterdam_origins_1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.header.pageheader.money-maker {
  height: 100vh;
  margin-top: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.8)), to(rgba(33, 34, 51, 0.8))), url('../images/Copy-of-board-finalMM-Das-kopie.png');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.8), rgba(33, 34, 51, 0.8)), url('../images/Copy-of-board-finalMM-Das-kopie.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.header.pageheader.manifesto {
  height: 100vh;
  margin-top: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.8)), to(rgba(33, 34, 51, 0.8))), url('../images/Manifesto-Erik.jpg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.8), rgba(33, 34, 51, 0.8)), url('../images/Manifesto-Erik.jpg');
  background-position: 0px 0px, 50% 20%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.header.pageheader.wokad {
  display: block;
  height: 100vh;
  margin-top: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.8)), to(rgba(33, 34, 51, 0.8))), url('../images/61131456_652066441909005_5768206443635277824_o-1.jpg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.8), rgba(33, 34, 51, 0.8)), url('../images/61131456_652066441909005_5768206443635277824_o-1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.header.pageheader.bedhoodie {
  height: 100vh;
  margin-top: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.8)), to(rgba(33, 34, 51, 0.8))), url('../images/Tekengebied_1_kopie_1723-01-2019-05-23-075446.jpg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.8), rgba(33, 34, 51, 0.8)), url('../images/Tekengebied_1_kopie_1723-01-2019-05-23-075446.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.header.wmo {
  height: 75vh;
  margin-top: auto;
  padding: 60px 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.8)), to(rgba(33, 34, 51, 0.8))), url('../images/blue-and-green-peacock-638738.jpg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.8), rgba(33, 34, 51, 0.8)), url('../images/blue-and-green-peacock-638738.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 0 0 6px 0 #fff;
}

.header.partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 74vh;
  margin-top: auto;
  padding: 0px 2vw 0px 0vw;
  background-image: url('../images/pexels-nastyasensei-2575835-2.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(241, 91, 84, 0.6)), to(rgba(241, 91, 84, 0.6)));
  background-image: url('../images/pexels-nastyasensei-2575835-2.jpg'), linear-gradient(180deg, rgba(241, 91, 84, 0.6), rgba(241, 91, 84, 0.6));
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.header.partners.investmentdeck {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.7)), to(rgba(33, 34, 51, 0.7))), url('../images/pexels-ketut-subiyanto-4245930.jpg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.7), rgba(33, 34, 51, 0.7)), url('../images/pexels-ketut-subiyanto-4245930.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.header.partners.invest {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.7)), to(rgba(33, 34, 51, 0.7))), url('../images/pexels-ketut-subiyanto-4245930.jpg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.7), rgba(33, 34, 51, 0.7)), url('../images/pexels-ketut-subiyanto-4245930.jpg');
  background-position: 0px 0px, 50% 50%;
}

.header.suggesties {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  margin-top: 0px;
  padding: 60px 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.8)), to(rgba(33, 34, 51, 0.8))), url('../images/Schermafbeelding-2021-08-05-115429.png');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.8), rgba(33, 34, 51, 0.8)), url('../images/Schermafbeelding-2021-08-05-115429.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.header.invr {
  margin-top: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/0707ecogroothandelsgebouw.jpg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/0707ecogroothandelsgebouw.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.header.fmu {
  margin-top: auto;
  background-image: url('../images/Group-16.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6)));
  background-image: url('../images/Group-16.svg'), linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.header.tachyons {
  margin-top: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.8)), to(rgba(33, 34, 51, 0.8))), url('../images/tachyonsconsultant-09.jpg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.8), rgba(33, 34, 51, 0.8)), url('../images/tachyonsconsultant-09.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.header.fm {
  margin-top: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/photo-of-a-man-using-laptop-and-cellular-phone-3771789.jpg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/photo-of-a-man-using-laptop-and-cellular-phone-3771789.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.header.next {
  height: 100vh;
  margin-top: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.9)), to(rgba(33, 34, 51, 0.9))), url('../images/contemporary-gradient-handrails-perspective-434645.jpg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.9), rgba(33, 34, 51, 0.9)), url('../images/contemporary-gradient-handrails-perspective-434645.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.header.evalueaid {
  height: 80vh;
  margin-top: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/5e6230f1280007aca2caf549_modern-art-2872168.jpg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/5e6230f1280007aca2caf549_modern-art-2872168.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.header.trips {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  margin-top: 0px;
  padding: 60px 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.8)), to(rgba(33, 34, 51, 0.8))), url('../images/ask-2341784_1280.jpg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.8), rgba(33, 34, 51, 0.8)), url('../images/ask-2341784_1280.jpg');
  background-position: 0px 0px, 50% 70%;
  background-size: auto, cover;
}

.header.partners {
  height: 74vh;
  margin-top: auto;
  padding: 0px 2vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.7)), to(rgba(33, 34, 51, 0.7))), none;
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.7), rgba(33, 34, 51, 0.7)), none;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.header.partners.investmentdeck {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.7)), to(rgba(33, 34, 51, 0.7))), url('../images/athlete-ball-blurred-background-1594934-1.jpg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.7), rgba(33, 34, 51, 0.7)), url('../images/athlete-ball-blurred-background-1594934-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.header.partners.volumepricing {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.7)), to(rgba(33, 34, 51, 0.7))), url('../images/pexels-lukas-306088.jpg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.7), rgba(33, 34, 51, 0.7)), url('../images/pexels-lukas-306088.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.header.eyeopeners {
  margin-top: 0px;
  background-image: url('../images/pexels-ruvim-3378993.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header.ft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  margin-top: 0px;
  padding: 60px 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  background-image: url('../images/dairy-products-4WMM5MN-scaled.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.header.uitgeven {
  margin-top: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.7)), to(rgba(33, 34, 51, 0.7))), url('../images/5f1c91878bed097af30b93bf_engine-room-gauges-machine-53562.jpg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.7), rgba(33, 34, 51, 0.7)), url('../images/5f1c91878bed097af30b93bf_engine-room-gauges-machine-53562.jpg');
}

.header.crowdfunding {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.7)), to(rgba(33, 34, 51, 0.7))), url('../images/adventure-backlit-community-207896.jpg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.7), rgba(33, 34, 51, 0.7)), url('../images/adventure-backlit-community-207896.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.header.lenen {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.7)), to(rgba(33, 34, 51, 0.7))), url('../images/Group-24.jpg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.7), rgba(33, 34, 51, 0.7)), url('../images/Group-24.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.header.werknemersparticipatie {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.7)), to(rgba(33, 34, 51, 0.7))), url('../images/VLS_melissant4.jpg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.7), rgba(33, 34, 51, 0.7)), url('../images/VLS_melissant4.jpg');
}

.header.klantenbinding {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.7)), to(rgba(33, 34, 51, 0.7))), url('../images/rechthoek_Neleman.png');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.7), rgba(33, 34, 51, 0.7)), url('../images/rechthoek_Neleman.png');
  background-position: 0px 0px, 50% 0%;
}

.header.startups {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Startup-Hub-Express-Computer.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/Startup-Hub-Express-Computer.jpg');
}

.header.lokaal {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.7)), to(rgba(33, 34, 51, 0.7))), url('../images/Intersport-zierikzee.jpg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.7), rgba(33, 34, 51, 0.7)), url('../images/Intersport-zierikzee.jpg');
}

.header.privateequity {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.7)), to(rgba(33, 34, 51, 0.7))), url('../images/fund-size-map-15-1.jpg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.7), rgba(33, 34, 51, 0.7)), url('../images/fund-size-map-15-1.jpg');
}

.header.technologie {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.7)), to(rgba(33, 34, 51, 0.7))), url('../images/Vidate-smartphone.jpg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.7), rgba(33, 34, 51, 0.7)), url('../images/Vidate-smartphone.jpg');
}

.header.klein {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.7)), to(rgba(33, 34, 51, 0.7))), url('../images/thinkbigshopsmall.jpg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.7), rgba(33, 34, 51, 0.7)), url('../images/thinkbigshopsmall.jpg');
}

.header.bootcamp {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.7)), to(rgba(33, 34, 51, 0.7))), url('../images/scaleboot.jpg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.7), rgba(33, 34, 51, 0.7)), url('../images/scaleboot.jpg');
}

.header.crwodfunding {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.7)), to(rgba(33, 34, 51, 0.7))), url('../images/crowdfunding.png');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.7), rgba(33, 34, 51, 0.7)), url('../images/crowdfunding.png');
}

.header.thumbs {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.7)), to(rgba(33, 34, 51, 0.7))), url('../images/56be3730278aa.image.jpg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.7), rgba(33, 34, 51, 0.7)), url('../images/56be3730278aa.image.jpg');
}

.header.startupfinance {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.7)), to(rgba(33, 34, 51, 0.7))), url('../images/Startup_Financing_Cycle.png');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.7), rgba(33, 34, 51, 0.7)), url('../images/Startup_Financing_Cycle.png');
}

.header.kersten {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  margin-top: 0px;
  padding: 60px 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  background-image: url('../images/Cannondale-Bergmeyer1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  display: inline-block;
  height: 75px;
  margin: auto;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.navbar:hover {
  z-index: 9999;
  background-color: transparent;
}

.container {
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.container.navbar {
  z-index: auto;
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  min-height: auto;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 0px 0px auto;
  float: none;
  clear: none;
  border-top: 3px none #42cea1;
  border-right: 3px none #42cea1;
  border-left: 3px none #42cea1;
  text-align: right;
}

.container.navbar.staticcon {
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.container.credits {
  display: block;
  min-height: auto;
  margin-top: 20px;
  padding-top: 20px;
  padding-right: 20px;
  border-top: 1px solid #555;
}

.container.headercontainer {
  margin-top: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.pricing {
  width: 88%;
  padding-left: 0px;
  border-top-style: none;
}

.title-2 {
  color: #fff;
}

.title-2.storytitle {
  overflow: visible;
  min-height: 150px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  color: #212233;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.title-2.storytitle.accounts {
  min-height: 0px;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #f15b54;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.title-2.storytitle.accounts.opzet {
  margin-bottom: 0px;
  padding-top: auto;
  padding-bottom: auto;
  color: #212233;
  font-size: 2.5vh;
  line-height: 3.5vh;
  text-align: left;
}

.title-2.storytitle.accounts.opzet3 {
  margin-top: -10px;
  padding-left: 10px;
  font-size: 10px;
  line-height: 15px;
  text-align: left;
}

.title-2.storytitle.accounts.opzet3 {
  padding-left: 0px;
  font-size: 16px;
  line-height: 24px;
}

.title-2.storytitle.summary {
  display: block;
  height: 100px;
  min-height: auto;
  margin: 20px auto;
  padding: 20px 10px;
  color: #555;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.title-2.storytitle.transactions {
  min-height: 0px;
  margin: 0px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.title-2.storytitle.functies {
  min-height: 340px;
  margin: 20px 0px 0px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 3vh;
  line-height: 4vh;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.title-2.storyintro {
  margin-top: 40px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  clear: none;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.navlink {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  float: left;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.navlink:hover {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px none #fff;
  background-color: #212233;
  color: #f15b54;
  font-weight: 500;
  text-decoration: none;
}

.navlink.w--current {
  display: block;
  margin-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  background-image: none;
  font-family: Montserrat, sans-serif;
  color: #f15b54;
  line-height: 20px;
  font-weight: 700;
}

.navlink.w--current:hover {
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: #f15b54;
  text-decoration: none;
}

.navlink.staticnav {
  margin-top: 0px;
  padding-top: 25px;
  padding-bottom: 20px;
  border-bottom: 5px solid #fff;
  color: #333;
}

.navlink.staticnav:hover {
  border-bottom-color: #ef5c59;
}

.navlink.staticnav.language {
  margin-top: 17px;
  padding-right: 10px;
  padding-left: 20px;
  border-left: 1px solid #ccc;
  border-top-color: #ccc;
  border-right-color: #ccc;
  font-size: 10px;
}

.navlink.language {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  padding: 10px;
  float: left;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.navlink.language:hover {
  color: #f15b54;
}

.navlink.english {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
}

.navlink.english:hover {
  background-color: #212233;
}

.navlink.evalueaid {
  display: none;
  padding-bottom: 10px;
  color: #fc0;
  font-weight: 500;
}

.navlink.evalueaid:hover {
  background-color: #212233;
  color: #fc0;
  font-weight: 500;
}

.navlink.eyeventures {
  position: static;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  line-height: 15px;
}

.brand {
  display: block;
  width: 160px;
  margin: 5px auto auto 40px;
  padding-top: 10px;
  padding-bottom: 0px;
  float: left;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.brand.w--current {
  position: static;
  width: 160px;
  margin-top: 15px;
  margin-bottom: auto;
  margin-left: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: left;
}

.brand.staticlogo {
  width: 175px;
  margin-top: 16px;
  margin-bottom: 10px;
}

.button {
  display: inline-block;
  margin: 0px auto auto;
  padding: 20px;
  float: none;
  border-radius: 10px;
  background-color: #212233;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  border: 1px solid #212233;
  background-color: #212233;
  color: #f15b54;
}

.button.white {
  display: inline-block;
  float: none;
  clear: none;
  border: 1px solid #000;
  background-color: #fff;
  color: #333;
}

.button.white.w--current {
  color: #555;
}

.button.white.overlay {
  position: relative;
  left: 0%;
  right: 0%;
  display: inline-block;
  margin: 0px auto;
  padding-top: 10px;
  padding-bottom: 10px;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.button.white.overlay:hover {
  background-color: #212233;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #eee;
}

.button.white.overlay.w--current {
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.button.white.overlay.w--current:hover {
  background-color: #ef5c59;
  color: #fff;
}

.button.centered {
  position: static;
  display: inline-block;
  width: auto;
  max-width: none;
  margin: 0vh auto 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #212233;
  background-color: #212233;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.button.centered:hover {
  background-color: #fff;
  color: #212233;
}

.button.centered.detail {
  margin-top: 15px;
  border: 1px solid #aaa;
  background-color: #fff;
  -webkit-transition: opacity 200ms ease, background-color 200ms ease;
  transition: opacity 200ms ease, background-color 200ms ease;
  color: #aaa;
  font-size: 15px;
}

.button.centered.detail:hover {
  background-color: #ef5c59;
  color: #fff;
}

.button.centered.contact {
  display: inline-block;
  margin-top: 30px;
  padding-right: 10px;
  padding-left: 10px;
  border: 2px none #ef5c59;
  background-color: #212233;
  color: #fff;
}

.button.centered.contact:hover {
  color: #f15b54;
}

.button.centered.home {
  display: none;
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
}

.button.full {
  width: 100%;
  margin-top: 0px;
  border-radius: 0px;
}

.button.offerbutton {
  width: 90%;
  min-width: 0px;
  margin-top: 22px;
  margin-right: 20px;
  margin-left: 20px;
  float: right;
  background-color: #42cea1;
}

.button.white {
  background-color: #fff;
  color: #333;
}

.button.white.w--current {
  color: #555;
}

.button.white.overlay {
  position: static;
  left: 0px;
  top: 8px;
  right: 0px;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  float: none;
  clear: both;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #212233;
  border-radius: 5px;
  background-color: transparent;
  color: #212233;
  font-size: 3vh;
  line-height: 4vh;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
}

.button.white.overlay:hover {
  background-color: #212233;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #eee;
}

.button.white.overlay.w--current {
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.button.white.overlay.w--current:hover {
  background-color: #ef5c59;
  color: #fff;
}

.section {
  display: block;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 0px 100px;
  background-color: transparent;
}

.section.grey {
  position: static;
  display: block;
  height: auto;
  padding: 60px 80px;
  border-style: none;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  background-color: #eee;
  background-image: none;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  text-align: center;
}

.section.footer {
  position: static;
  display: block;
  height: auto;
  margin: auto;
  padding: 100px 0px;
  border-style: solid none none;
  border-width: 1px;
  border-color: #555 #f15b54 #f15b54;
  border-radius: 0px;
  background-color: #fff;
  background-image: none;
}

.section.red {
  background-color: #f15b54;
}

.section.hoe {
  height: auto;
  margin-right: 0vw;
  margin-left: 0vw;
  padding: 60px 8vw;
  border: 0px none #555;
  border-radius: 0px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.section.hoe.coop {
  margin-top: auto;
  margin-bottom: 0px;
  background-image: none;
}

.section.hoe.fmu {
  border-top: 20px none #fff;
  background-color: #c0d5ea;
  background-image: none;
}

.section.hoe.invr {
  background-color: #4778a8;
  background-image: none;
}

.section.hoe.invr-copy {
  background-color: #fff;
  background-image: none;
}

.section.hoe.fm {
  background-color: #c3d99b;
  background-image: none;
}

.section.hoe.tachyons {
  background-color: #3d3d3d;
  background-image: none;
}

.section.over {
  display: none;
  height: auto;
  margin-right: 0vw;
  margin-bottom: 0px;
  margin-left: 0vw;
  padding: 60px 6vw;
  background-color: #212233;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f15b54), to(#e2905a));
  background-image: linear-gradient(180deg, #f15b54, #e2905a);
}

.section.grey-copy {
  position: static;
  display: block;
  height: auto;
  padding: 60px 8vw;
  border-style: none;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  background-color: #eee;
  background-image: none;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  text-align: center;
}

.section.hoe-copy {
  display: block;
  height: auto;
  margin-right: 0vw;
  margin-left: 0vw;
  padding: 60px 8vw;
  border: 0px none #555;
  border-radius: 0px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.section.grey-copy {
  position: static;
  display: none;
  height: auto;
  padding: 60px 80px;
  border-style: none;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  background-color: #eee;
  background-image: none;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  text-align: center;
}

.section.hoe {
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 20px;
  border: 0px none #555;
  border-radius: 0px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.section.hoe-copy {
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 80px;
  border: 0px none #555;
  border-radius: 0px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.footertext {
  display: inline;
  width: auto;
  padding-right: 15px;
  float: none;
  clear: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.footertext.w--current {
  display: inline;
  margin-top: 0px;
  float: none;
  font-size: 16px;
  line-height: 24px;
}

.footertext.rechts {
  display: block;
  margin-right: 20px;
  margin-left: 0px;
  padding-right: 0px;
  float: right;
  text-align: right;
}

.footertext.contact {
  display: block;
  width: auto;
  padding: 0px 10px 0px 0px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.footertext.white {
  display: block;
  float: none;
  color: #e6e6e6;
  text-align: left;
}

.footertext._1602 {
  display: block;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  color: #212233;
  text-align: center;
}

.footertext.route {
  display: block;
  overflow: visible;
  width: 100%;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  line-height: 13px;
  text-align: left;
}

.footertext.links {
  float: left;
}

.footerheader {
  display: block;
  margin-top: 10px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #e8d7c5;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-align: left;
}

.titlevoordelen {
  width: 70%;
  margin-top: auto;
  padding-bottom: 10px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}

.titlevoordelen.left {
  margin: 0px auto 20px;
  float: none;
  border-top: 1px none #000;
  color: #212233;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}

.titlevoordelen.left.top {
  margin-top: 0px;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
}

.titlevoordelen.left.notaris {
  display: none;
  margin-top: 40px;
}

.probutton {
  position: fixed;
  top: 240px;
  right: -20px;
  display: block;
  width: 80px;
  height: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  border: 1px solid #aaa;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
}

.storybg {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: block;
  overflow: visible;
  margin-top: -90vh;
  margin-right: auto;
  margin-left: auto;
}

.storybg.partner1 {
  width: 200px;
  height: 200px;
  margin-top: auto;
  background-image: url('../images/Logo-SchutvandeVen.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.storybg.partner2 {
  width: 200px;
  height: 200px;
  margin-top: auto;
  background-image: url('../images/Eyevestor-Partner.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.storybg.partner3 {
  width: 200px;
  height: 200px;
  margin-top: auto;
  background-image: url('../images/bluesuit.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.storybg.partner-4 {
  width: 200px;
  height: 200px;
  margin-top: auto;
  background-image: url('../images/Haring-logo-def-e1446922631321.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.storybg.partner5 {
  width: 200px;
  height: 200px;
  margin-top: auto;
  background-image: url('../images/relationshipfocus.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.storybg.partner4 {
  width: 200px;
  height: 200px;
  margin-top: auto;
  background-image: url('../images/RS-Finance-logo---square.png');
  background-position: 50% 50%;
  background-size: cover;
}

.storybg.partner {
  display: block;
  padding: 10px 10px 20px;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 66.7%, 0.1);
  background-color: #fff;
}

.storybg.partner6 {
  width: 200px;
  height: 200px;
  background-image: url('../images/Logo---paint.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.storybg.partner7 {
  width: 200px;
  height: 200px;
  margin-top: auto;
  background-image: url('../images/RS-Finance-logo---square.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.storybg.partner7 {
  width: 200px;
  height: 200px;
  background-image: url('../images/pexels-photo-872957.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.storybg.partner6 {
  width: 200px;
  height: 200px;
  margin-top: auto;
  background-image: url('../images/Logo---paint.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.storybg.partner7 {
  width: 200px;
  height: 200px;
  background-image: url('../images/Next-step-factory-logo.png');
  background-position: 50% 50%;
  background-size: contain;
}

.storybg.nudge {
  width: 200px;
  height: 200px;
  background-image: url('../images/nudge-logo.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bgvideo {
  display: block;
  height: 75vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(33, 34, 51, 0.7);
}

.quote {
  position: static;
  top: 40%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.quote.dark {
  display: block;
  margin-top: 0px;
  margin-bottom: 40px;
  margin-left: 10px;
  padding-left: 20px;
  border-style: none none none solid;
  border-width: 6px 5px;
  border-color: #ef5c59;
  color: #212233;
  font-size: 20px;
  line-height: 30px;
}

.quote.red {
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 10px;
  padding-left: 20px;
  border-color: #fff;
  border-left-style: solid;
  border-left-width: 5px;
}

.static {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9998;
  overflow: visible;
  height: 70px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(51, 51, 51, 0.35);
}

.headertitle {
  display: block;
  margin: 0px auto 20px;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
}

.headertitle.voorbeeld {
  color: #ef5c59;
}

.headertitle.white {
  display: block;
  margin-top: 15vh;
  margin-bottom: 40px;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.headertitle.team {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-size: 50px;
}

.headertitle.blue {
  color: #212233;
}

.headertext {
  margin-top: 10px;
  padding-right: 40px;
  padding-left: 40px;
  opacity: 0.22;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.headertext.white {
  display: inline-block;
  margin: 20px 2vw;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 45px;
  font-weight: 400;
  text-align: center;
}

.headerbutton {
  display: inline-block;
  padding: 10px 25px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #212233;
  border-radius: 50px;
  background-color: #212233;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  text-transform: capitalize;
}

.headerbutton:hover {
  border-style: solid;
  background-color: #fff;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #212233;
}

.headerbutton.pricingbutton {
  display: block;
  width: 400px;
  margin: 20px auto 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  float: none;
  clear: none;
  border-radius: 0px;
  background-color: #212233;
  color: #fff;
  font-size: 3vh;
  line-height: 4vh;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
}

.videopopupbg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  padding: 75px;
  background-color: rgba(0, 0, 0, 0.5);
}

.videopopup {
  box-shadow: 0 0 20px 0 #333;
}

.propopupbg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  padding: 75px;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup {
  position: relative;
  display: none;
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-color: #eee;
}

.footerlist {
  display: block;
  margin-left: auto;
  padding-left: 0px;
  color: rgba(241, 91, 84, 0.8);
  font-size: 13px;
}

.tablink {
  width: 20%;
  padding: 15px;
  border-right: 1px solid hsla(0, 0%, 93.3%, 0.5);
  background-color: #ef5c59;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.tablink.w--current {
  background-color: #fff;
  color: #ef5c59;
}

.tablink.login {
  width: 50%;
  border-right-width: 0px;
  background-color: #fff;
  color: #ef5c59;
}

.tablink.login.w--current {
  background-color: #ef5c59;
  color: #fff;
}

.tablink.pricing {
  display: inline-block;
  width: 50%;
  padding-bottom: 15px;
  background-color: #fff;
  color: #212233;
  font-weight: 500;
  text-align: center;
}

.tablink.pricing.w--current {
  width: 50%;
  border-style: none;
  border-width: 5px 3px 3px;
  border-color: #ef5c59;
  background-color: #212233;
  color: #fff;
  font-weight: 700;
}

.tabscontent {
  display: block;
  padding: 30px 0px;
  background-color: #e8d7c5;
}

.multi {
  display: block;
  margin: 40px auto;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  -webkit-column-count: 1;
  column-count: 1;
}

.pricing {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px none #eee;
  text-align: center;
}

.pricing.grey {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-top-style: none;
  background-color: #e6e6e6;
  text-align: center;
}

.pricing._1euro {
  display: none;
}

.pricing.first {
  border-top-style: none;
}

.left {
  margin-bottom: 0px;
  float: left;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 27px;
  text-align: left;
}

.navmenu {
  position: fixed;
  left: auto;
  top: 0%;
  right: 20px;
  bottom: auto;
  z-index: 99999;
  display: block;
  margin-top: 15px;
  margin-right: auto;
  margin-left: 20px;
  padding-top: 0px;
  padding-right: 0vw;
  padding-bottom: 0px;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.subtext {
  position: static;
  margin: 0px auto auto;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}

.pricetitle {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #ef5c59;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}

.pricetitle.top {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #555;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
}

.pricetitle.top.left {
  margin-top: 0px;
  color: #555;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}

.pricetitle.top.left {
  margin-top: 0px;
  color: #555;
  font-size: 2.5vh;
  line-height: 3.5vh;
  text-align: left;
}

.dropdown {
  margin-right: 0px;
  float: left;
}

.toggle {
  display: block;
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.toggle.navdrop {
  padding-top: 25px;
  padding-bottom: 20px;
  font-size: 14px;
}

.dropdownlist {
  display: none;
  margin-top: 5px;
}

.dropdownlist.w--open {
  margin-top: 5px;
  padding-top: 0px;
  background-color: transparent;
}

.dropdownlink {
  background-color: #fff;
}

.dropdownlink:hover {
  background-color: #ef5c59;
  color: #fff;
}

.dropdownlink.w--current {
  color: #ef5c59;
}

.intro {
  margin-bottom: 40px;
}

.titleblock {
  display: block;
}

.avatarblock {
  padding-right: 90px;
}

.avatarblock.management {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.avatarblock.management:hover {
  background-color: transparent;
}

.avatarimg {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-bottom: 100%;
  border: 1px solid #aaa;
  border-radius: 50%;
  background-image: url('../images/gijs-2-ZW2.jpeg');
  background-position: 50% 50%;
  background-size: contain;
}

.avatarimg.gijs {
  clear: right;
  border-style: solid;
  background-image: url('../images/gijs-2-ZW2.jpeg'), url('../images/gijs-profielgoed1.jpeg');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  text-decoration: none;
}

.avatarimg.herman {
  width: 100%;
  background-image: url('../images/Herman-ZW2.jpeg');
  background-position: 46% 31%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.avatarimg.tomek {
  width: auto;
  background-image: url('../images/Tomek-ZW.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.avatarimg.dave {
  width: auto;
  background-image: url('../images/dave-dirks.jpg');
  background-position: 56% 25%;
  background-size: cover;
  background-repeat: no-repeat;
}

.avatarimg.raymond {
  width: auto;
  background-image: url('../images/Raymond-ZW.jpeg');
  background-position: 43% 34%;
  background-size: cover;
  background-repeat: no-repeat;
}

.avatarimg.kevin {
  width: auto;
  background-image: url('../images/Kevin-ZW.jpeg');
  background-position: 47% 40%;
  background-size: cover;
  background-repeat: no-repeat;
}

.avatarimg.matthijs {
  width: auto;
  background-image: url('../images/Matthijs2-Zw.jpeg');
  background-position: 61% 26%;
  background-size: cover;
  background-repeat: no-repeat;
}

.avatarimg.bas {
  width: auto;
  background-image: url('../images/Bas-ZW.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.avatarimg.kees {
  width: auto;
  background-image: url('../images/Kees-Haverkamp-ZW.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.avatarimg.ank {
  width: auto;
  background-image: url('../images/Ank-ZWnew.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.avatarimg.varelie {
  width: auto;
  background-image: url('../images/varelie-ZW.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.avatarimg.michael {
  width: auto;
  background-image: url('../images/michael-ZW.jpeg');
  background-position: 45% 28%;
  background-size: cover;
  background-repeat: no-repeat;
}

.avatarimg.luuk {
  width: auto;
  background-image: url('../images/luuk-schoenmakers-ZW.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.avatarimg.jij {
  background-image: url('../images/Dame-Edna-photo-by-Craig-Schwartz-sq.jpg'), url('../images/basil.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.avatarimg.jij._2 {
  background-image: url('../images/mr-bean.jpeg');
  background-size: cover;
}

.avatarimg.gijs2 {
  background-image: url('../images/Gijs-van-Keulen-ZW.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.avatarimg.arjan {
  background-image: url('../images/Arjan-Bijman.jpg');
  background-position: 69% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.avatarimg.absolutely {
  background-image: url('../images/absolutely-fabulous.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.avatarimg.abfab {
  background-image: url('../images/absolutely-fabulous2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.avatarimg.sacha {
  background-image: url('../images/WhatsApp-Image-2017-11-27-at-20.42.37.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.avatarimg.athikul {
  background-image: url('../images/Athikul-Islam.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.avatarimg.peter {
  background-image: url('../images/Profielfoto_peter.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.avatarimg.madeline {
  background-image: url('../images/WhatsApp-Image-2018-01-31-at-22.42.58.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.avatarimg.jaap {
  margin-bottom: 30px;
  background-image: url('../images/Wouter-hagoort-in-pak.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.avatarimg.nazmul {
  width: auto;
  background-image: url('../images/profile-pic-Nazmul-Hasan.png');
  background-position: 61% 26%;
  background-size: cover;
  background-repeat: no-repeat;
}

.avatarimg.keije {
  background-image: url('../images/WhatsApp-Image-2018-03-29-at-16.20.34.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.companyimg {
  width: 100%;
  height: 150px;
  padding: 20px;
  background-image: url('../images/Logo_grey.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.companyimg:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.companyimg.w--current {
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}

.companyimg.small {
  height: 50px;
}

.companyblock {
  position: relative;
  z-index: 999;
  margin-left: 0px;
  padding: 10px;
  border: 1px solid #ddd;
  opacity: 0.75;
}

.companyblock:hover {
  opacity: 1;
}

.function {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  color: #212233;
  font-size: 3vh;
  line-height: 4vh;
  font-weight: 600;
  text-align: center;
}

.managementtitle {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 3vh;
  line-height: 4vh;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.managementrow {
  margin-right: 100px;
  margin-bottom: 30px;
  margin-left: 100px;
  padding-right: 10px;
  padding-left: 10px;
}

.managementrow.teameyevestor {
  display: none;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-left: 0px;
}

.managementrow.teameyevestor-eerste {
  display: block;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
}

.seacchbar {
  position: relative;
  display: block;
  width: auto;
  margin: 0px auto;
  padding-right: 40px;
  padding-left: 40px;
  opacity: 0.18;
}

.companywrapper {
  width: 32%;
  margin-top: 30px;
  margin-right: 2%;
  float: left;
  background-color: #fff;
}

.companywrapper.last {
  margin-right: auto;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.contentdiv {
  padding: 15px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.companydetails {
  position: static;
  overflow: visible;
  margin-top: 15px;
  padding-top: 15px;
  float: none;
  clear: none;
  border-top: 1px solid #ddd;
}

.detail {
  margin-bottom: 0px;
  font-size: 28px;
  text-align: center;
}

.detailtext {
  display: block;
  color: #888;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
}

.pecentage {
  display: block;
  max-height: 44px;
  margin: 15px auto 5px;
}

.companyintro {
  margin-top: 30px;
}

.nomargin {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.headerblock {
  height: 200px;
  background-image: url('../images/VLS_melissant4.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.headerblock.two {
  background-image: url('../images/foodlineup6.jpg'), url('../images/VLS_melissant4.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, cover;
}

.headerblock.three {
  background-image: url('../images/foodlineup5.jpg'), url('../images/VLS_melissant4.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, cover;
}

.headerblock.one {
  background-image: url('../images/foodlineup2.jpg');
}

.headerblock.fice {
  height: auto;
}

.headerblock.six {
  background-image: url('../images/dreamstime_xl_2894520.jpg'), url('../images/VLS_melissant4.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, cover;
}

.detailcolumn {
  padding-left: 15px;
}

.marketwrapper {
  display: block;
  overflow: visible;
}

.spacer {
  width: 50px;
  height: 50px;
  float: left;
}

.casetext {
  color: #555;
  font-size: 16px;
  line-height: 22px;
}

.casetitle {
  margin-top: auto;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #555;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
}

.actionables {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 15px;
  margin-right: 25px;
  margin-left: -15px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  border-radius: 15px;
  background-color: #ef5c59;
  text-align: center;
}

.actionables.right {
  width: 30px;
  height: 30px;
  margin-top: -35px;
  margin-right: -10px;
  float: right;
}

.actionnumver {
  position: absolute;
  left: 0px;
  top: 6px;
  right: 0px;
  bottom: 0px;
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
}

.actionnumver.groot {
  width: 30px;
  height: 30px;
  font-size: 16px;
  line-height: 18px;
}

.sectionimg {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0%;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  background-color: transparent;
}

.sectionimg.left {
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
}

.sectionimg._1602 {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
}

.loginimg {
  margin-top: 15px;
}

.forgetpassword {
  color: #999;
  text-align: center;
}

.logintitle {
  margin-top: 30px;
  color: #555;
  text-align: center;
}

.textfield {
  height: 50px;
  border-radius: 0px;
}

.tabsmenu {
  border: 1px solid #ddd;
}

.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  padding-top: 6px;
  border-radius: 25px;
  background-color: #ddd;
  font-size: 25px;
  text-align: center;
}

.disclaimer {
  display: block;
  overflow: hidden;
  height: 0px;
  max-width: 1200px;
  margin: 40px auto 30px;
  padding: 0px 0px 30px;
  float: left;
  border-bottom: 1px solid #555;
}

.form {
  width: 50%;
  margin-top: 10px;
  margin-right: 0px;
}

.form.werkmetons {
  width: 100%;
  margin-top: 0px;
}

.navlinktab {
  color: #333;
  text-decoration: none;
}

.eyeventurewrapper {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  background-color: #fff;
}

.eyeventurewrapper:hover {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
}

.eyeventurelogo {
  width: 100%;
  height: 80px;
  margin-right: 0px;
  background-color: #fff;
  background-image: url('../images/eyevestor_red_logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.offerrow {
  overflow: hidden;
  height: 100px;
  border-top: 1px solid #ddd;
}

.offercolum {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
}

.offertitle {
  margin-top: 0px;
  margin-bottom: 0px;
}

.offertext {
  margin-top: 0px;
  margin-bottom: 0px;
}

.eyeventuretitle {
  margin-top: 25px;
  margin-bottom: 0px;
  margin-left: 25px;
  float: left;
  font-size: 32px;
}

.eyeventureaccount {
  display: block;
  margin-top: 5px;
  margin-left: 25px;
  float: left;
  clear: left;
  color: #999;
}

.balancetitle {
  margin-right: 20px;
  margin-bottom: 0px;
  padding-left: 20px;
  color: #f15b54;
  text-align: center;
}

.balancevolumn {
  height: 120px;
  padding-top: 25px;
  border-left: 1px solid #ddd;
}

.toprow {
  height: 120px;
}

.eyeventurebanner {
  height: 220px;
  background-image: url('../images/foodlineup2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.buttontext {
  margin-bottom: 0px;
  color: #fff;
}

.eyeventurelogocontainer {
  width: 200px;
  height: 120px;
  margin-right: 0px;
  padding: 20px 40px 20px 20px;
  float: right;
}

.errorimg {
  width: 600px;
  float: right;
}

.oeps {
  font-size: 75px;
  line-height: 100px;
}

.check {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Ionicons, sans-serif;
  color: #212233;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}

.check.cross {
  font-family: Ionicons, sans-serif;
  color: #212233;
  font-weight: 600;
}

.disclosureimg {
  display: block;
  margin: 0px 0px 40px;
}

.managementbio {
  margin-bottom: 20px;
  color: #fff;
  font-size: 3vh;
  line-height: 4vh;
  font-weight: 600;
  text-align: center;
}

.tierimg {
  margin-bottom: 10px;
  border: 0px none #000;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#42cea1), to(#42cea1));
  background-image: linear-gradient(180deg, #42cea1, #42cea1);
  color: #ef5c59;
}

.offerwrapper {
  overflow: hidden;
  height: 0px;
  background-color: #fff;
}

.offerdetailswrapper {
  overflow: hidden;
  height: 0px;
  padding: 0px 20px;
}

.offerdetailscontainer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.effecten {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  overflow: visible;
  width: 281px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.privacy-policy {
  position: static;
  display: block;
  overflow: hidden;
  width: auto;
  height: 0px;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
}

.footerstext {
  display: block;
  margin: 40px auto;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #212233;
  text-decoration: none;
}

.termsconditions {
  display: block;
  overflow: hidden;
  width: auto;
  height: 0px;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer {
  margin-top: 30px;
  border-top: 1px solid #aaa;
}

.legalfooter {
  border-style: solid none none;
  border-width: 1px 0px 0px;
  border-top-color: #555;
}

.container-voorbeeld-pricing {
  display: none;
  padding-left: 200px;
}

.para {
  display: block;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #212233;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.para._1602 {
  margin-top: 0px;
  margin-bottom: 20px;
  float: left;
  color: #212233;
  font-size: 16px;
  line-height: 20px;
  -webkit-column-count: 1;
  column-count: 1;
}

.nietinbegrepen {
  margin-bottom: 0px;
  line-height: 3.5vh;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.nietinbegrepen.klein {
  margin-bottom: 0px;
  font-size: 11px;
  line-height: 11px;
}

.nietinbegrepen.intro {
  overflow: visible;
  width: auto;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.25px;
}

.nietinbegrepen.minimum {
  font-size: 12px;
  line-height: 14px;
}

._500 {
  position: relative;
  left: 57px;
  top: 213px;
  right: 0px;
  display: none;
  padding-right: 5px;
  padding-left: 5px;
  float: right;
  clear: left;
  border: 3px solid #ef5c59;
  border-radius: 0px;
  background-color: #eee;
  color: #555;
  font-size: 12px;
  line-height: 14px;
}

.iconicons {
  font-family: Ionicons, sans-serif;
  color: #42cea1;
}

.hoverheading {
  background-color: #fff;
  color: #555;
}

.hoverheading.gijs {
  position: static;
  top: 254px;
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
  float: none;
  clear: none;
  background-color: #fff;
  text-align: center;
}

.hoverheading.herman {
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.hoverheading.raymond {
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.hoverheading.kevin {
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.hoverheading.matthijs {
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.hoverheading.varelie {
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.hoverheading.michael {
  display: none;
  margin-bottom: 11px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.hoverheading.kees {
  display: none;
  text-align: center;
}

.hoverblock {
  position: absolute;
  top: 250px;
  display: none;
  float: left;
  clear: left;
}

.menubutton {
  position: static;
  display: none;
  padding: 0px;
  color: #eee;
}

.menubutton.w--open {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  background-color: transparent;
}

.social-medi {
  display: block;
  width: 20px;
  margin-right: auto;
  margin-left: auto;
}

.p-check {
  color: #42cea1;
}

.menuicon {
  display: block;
  margin-top: 10px;
  float: none;
  background-color: transparent;
  font-size: 50px;
  font-weight: 400;
}

.menuicon:hover {
  color: #f15b54;
}

.map {
  position: static;
  top: 1px;
  right: 0px;
  display: inline-block;
  overflow: visible;
  width: 300px;
  height: 150px;
  max-width: 100%;
  float: none;
  clear: none;
  opacity: 1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-perspective: 55px;
  perspective: 55px;
}

.hoehetwerkt {
  border-style: none;
  border-top-width: 5px;
  border-top-color: #ef5c59;
}

.whywhywhy {
  margin-bottom: 20px;
  padding: 0px 40px;
  border: 3px none #ef5c59;
  border-radius: 50%;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #212233;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
}

.whywhywhy.red {
  margin-bottom: 20px;
  border-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.richtext-red {
  color: #212233;
  text-align: left;
}

.richtext-red li {
  margin-left: auto;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #212233;
  font-size: 16px;
}

.footerrow {
  margin-top: 5px;
  margin-right: 0px;
}

.period {
  background-color: transparent;
  color: #ef5c59;
  font-size: 100px;
  line-height: 0px;
  font-weight: 700;
}

.partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.sociallink {
  display: block;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: 0px;
  padding: 5px 0px;
  float: left;
  border-radius: 50%;
  background-color: #212233;
  text-align: center;
}

.text-span-3 {
  color: #fff;
}

.text-span-4 {
  font-size: 14px;
  font-weight: 100;
}

.slider-2 {
  top: 10px;
  right: -4px;
  width: 100px;
  height: 22px;
  float: left;
  clear: none;
  background-color: transparent;
}

.text-block-3 {
  display: block;
  width: auto;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.slide-2 {
  font-size: 28px;
}

.slider-3 {
  position: static;
  display: block;
  width: auto;
  height: auto;
  margin: auto;
  padding: 60px 2vw;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-color: #000;
  background-color: transparent;
  background-image: none;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.mask-2 {
  padding-top: 0px;
  background-color: transparent;
}

.kop {
  color: #333;
  font-size: 2.5vh;
  line-height: 3.5vh;
  font-weight: 600;
}

.grey {
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  background-color: #eee;
}

.over {
  color: #555;
  font-weight: 400;
  text-align: center;
}

.row {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.row.partners {
  margin-bottom: 40px;
}

.image-4 {
  display: inline-block;
  float: none;
}

.column-10 {
  padding-left: 10px;
}

.column-11 {
  padding-left: 10px;
}

.column-31 {
  padding-left: 0px;
}

.column-36 {
  position: static;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.column-37 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-38 {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: -1px;
  display: block;
  padding-right: 0px;
  padding-left: 0px;
}

.column-39 {
  padding-right: 0px;
  padding-left: 0px;
}

.row-3 {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  text-align: left;
}

.stakcoop {
  display: block;
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border: 1px none #aaa;
}

.stakcoopheader {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: #ef5c59;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.stakcoopheader.grey {
  display: block;
  background-color: #eee;
  text-align: center;
}

.coopstakheader {
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}

.column-42 {
  border-right: 1px solid #aaa;
}

.column-43 {
  border-right: 1px solid #aaa;
}

.column-44 {
  border-right: 1px solid #aaa;
}

.column-45 {
  padding-right: 0px;
  padding-left: 0px;
  border-style: none;
  border-right-width: 1px;
  border-right-color: #aaa;
}

.important-text-5 {
  display: inline-block;
  margin-top: 0px;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}

.column-46 {
  padding-right: 5px;
  padding-left: 5px;
  border-right: 1px solid #aaa;
  background-color: transparent;
}

.column-47 {
  padding-right: 5px;
  padding-left: 5px;
  border-right: 1px solid #aaa;
}

.column-48 {
  padding-right: 5px;
  padding-left: 5px;
  border-style: none none none solid;
  border-right-width: 1px;
  border-right-color: #aaa;
  border-left-width: 1px;
  border-left-color: #eee;
}

.column-50 {
  padding-right: 5px;
  padding-left: 5px;
  border-style: none solid none none;
  border-width: 1px;
  border-color: #000 #aaa #000 #000;
}

.stakpara {
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.stakcooppunt {
  display: block;
  margin-top: 40px;
  padding-bottom: 0px;
  background-color: #eee;
}

.stakcoopdiv {
  position: static;
  z-index: 1000;
  display: block;
  margin-top: 20px;
  margin-bottom: 40px;
}

.column-left-circle {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.link-2 {
  display: inline;
  color: #fff;
}

.title {
  display: none;
  margin-bottom: 15px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
}

.legal {
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 20px;
  background-color: #fff;
  color: #fff;
  font-style: normal;
}

.link-4 {
  color: #ef5c59;
}

.column-62 {
  position: static;
  display: block;
  height: auto;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 3px none #f15b54;
  border-left: 3px none #f15b54;
}

.column-63 {
  height: auto;
  padding-left: 10px;
}

.column-64 {
  height: auto;
}

.image-9 {
  display: block;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  background-image: none;
}

.text-span-8 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-transform: none;
}

.div-aanmelden {
  display: block;
  width: 220px;
  height: 220px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-image: url('../images/aanmelden_icon_1aanmelden_icon.png'), -webkit-gradient(linear, left top, left bottom, from(#f15b54), to(#f15b54));
  background-image: url('../images/aanmelden_icon_1aanmelden_icon.png'), linear-gradient(180deg, #f15b54, #f15b54);
  background-position: 50% 50%, 0px 0px;
  background-size: 100px, auto;
  background-repeat: no-repeat, repeat;
}

.div-stap-cirkel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20vh;
  height: 20vh;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  box-shadow: 2px 2px 3px 0 #212233;
}

.div-stap-cirkel.hiw {
  width: auto;
  height: auto;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: none;
  border-radius: 50%;
  box-shadow: none;
}

.div-stap-cirkel.hiw.detail {
  display: none;
  width: 100%;
  height: 80px;
  margin-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #fff;
}

.div-stap-cirkel.nieuws {
  display: block;
  width: 130px;
  height: 130px;
  border-style: none;
  border-width: 0px;
  border-radius: 0%;
  background-color: transparent;
}

.div-mensen {
  display: block;
  width: 220px;
  height: 220px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-image: url('../images/mensen.png'), -webkit-gradient(linear, left top, left bottom, from(#f15b54), to(#f15b54));
  background-image: url('../images/mensen.png'), linear-gradient(180deg, #f15b54, #f15b54);
  background-position: 50% 50%, 0px 0px;
  background-size: 100px, auto;
  background-repeat: no-repeat, repeat;
}

.div-block-4 {
  display: block;
  width: 220px;
  height: 220px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-image: url('../images/groei.png'), -webkit-gradient(linear, left top, left bottom, from(#f15b54), to(#f15b54));
  background-image: url('../images/groei.png'), linear-gradient(180deg, #f15b54, #f15b54);
  background-position: 50% 50%, 0px 0px;
  background-size: 100px, auto;
  background-repeat: no-repeat, repeat;
}

.howitworks {
  display: block;
  width: 80%;
  margin-bottom: auto;
  float: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.howitworks.ffilmpje {
  margin-top: 0px;
  margin-bottom: auto;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.howitworks.detail {
  width: 100%;
  margin: 20px 0px;
  padding-right: 10px;
  padding-left: 0px;
  border: 1px none #212233;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.list-item {
  font-family: Montserrat, sans-serif;
  color: #212233;
  font-size: 3vh;
  line-height: 4vh;
  text-align: left;
}

.list-item-10 {
  color: #fff;
  font-size: 3vh;
  line-height: 4vh;
  text-align: left;
}

.list-item-11 {
  color: #212233;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.list-item-12 {
  color: #212233;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.list-item-13 {
  color: #212233;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.list-item-14 {
  color: #212233;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.list-item-15 {
  color: #212233;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.image-11 {
  position: static;
  display: inline-block;
  width: 40vh;
  height: 40vh;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
}

.list-item-16 {
  color: #212233;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.essential {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  border: 15px dashed #fff;
  border-radius: 0%;
  background-color: #f15b54;
  background-image: url('../images/House.svg');
  background-position: 50% 50%;
  background-size: auto 50%;
  background-repeat: no-repeat;
}

.professional {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  border: 10px dashed #fff;
  border-radius: 0%;
  background-color: #f15b54;
  background-image: url('../images/professional_1professional.png');
  background-position: 50% 50%;
  background-size: auto 50%;
  background-repeat: no-repeat;
}

.enterprise {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  border: 5px dashed #fff;
  border-radius: 0%;
  background-color: #f15b54;
  background-image: url('../images/Fill-265_1Fill 265.png');
  background-position: 50% 50%;
  background-size: auto 50%;
  background-repeat: no-repeat;
}

.pricingtitle {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #f15b54;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

.price {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 20px;
  border: 1px none #000;
  font-family: Montserrat, sans-serif;
  color: #212233;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.div-liquiditeit {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  border: 1px none #000;
  border-radius: 50%;
  background-color: transparent;
  background-image: url('../images/Fill-623_2Fill 623.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #c69c6d;
  text-align: center;
}

.div-waarde {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-color: transparent;
  background-image: url('../images/Fill-590_1Fill 590.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.column-65 {
  padding-left: 0px;
}

.section-grey {
  position: relative;
  z-index: 1;
  padding: 60px 6vw;
  border-style: none;
  background-image: linear-gradient(198deg, #e2905a, #f15b54);
  color: #f15b54;
  text-align: center;
}

.section-grey.overons {
  margin: -1px auto 0px;
  padding: 60px 0px;
  background-color: #212233;
  background-image: none;
}

.column-right-circle {
  position: static;
  display: block;
  padding: 10px 10px 10px 0px;
}

.column-69 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 16px 0.25fr 16px 1fr;
  grid-template-columns: 1fr 0.25fr 1fr;
  -ms-grid-rows: minmax(auto, 1fr) 16px auto;
  grid-template-rows: minmax(auto, 1fr) auto;
}

.symbool-aanmelden {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background-color: #212233;
  background-image: url('../images/aanmelden_icon_1aanmelden_icon.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
}

.symbool-aanmelden.step1 {
  background-image: url('../images/aanmelden_icon_1aanmelden_icon.png');
}

.symbool-aanmelden.hiw {
  display: block;
  width: 100%;
  height: auto;
  margin: 10px auto auto;
  border: 1px none #000;
  border-radius: 0%;
  background-color: transparent;
  background-image: url('../images/aIMG_7235-2.PNG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.symbool-voorwaarden {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background-color: #212233;
  background-image: url('../images/weegschaal.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.flex-row-stap-links {
  display: block;
  margin: 0px 0px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.symbool-mensen {
  display: block;
  width: 90%;
  height: 90%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #212233;
  background-image: url('../images/mensen.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.symbool-groei {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background-color: #212233;
  background-image: url('../images/groei.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.unordered-list-7 {
  padding-left: 20px;
  color: #212233;
  list-style-type: disc;
}

.column-right-text {
  position: static;
  display: block;
  padding-bottom: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.flex-row-stap-rechts {
  display: block;
  margin: auto 0px 20px;
}

.link-6 {
  color: #eee;
  text-decoration: none;
}

.link-7 {
  color: #eee;
  text-decoration: none;
}

.link-8 {
  float: none;
  color: #eee;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.text-block-4 {
  float: right;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.legalfooter1 {
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #555;
}

.pricing-grey {
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0px;
}

.column-74 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.row-17 {
  display: block;
  margin-top: 20px;
  padding-bottom: 10px;
}

.column-76 {
  padding-left: 10px;
}

.paragraph-9 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  text-align: left;
}

.paragraph-12 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  text-align: left;
}

.paragraph-13 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  text-align: left;
}

.paragraph-14 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  text-align: left;
}

.pricing-white {
  padding: 10px 0px;
}

.pricing-white.bewaarnemin {
  display: none;
}

.paragraph-15 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 2.5vh;
  line-height: 3.5vh;
}

.paragraph-16 {
  margin-bottom: 0px;
}

.paragraph-17 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
}

.paragraph-18 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
}

.paragraph-19 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
}

.column-84 {
  display: block;
}

.column-85 {
  padding-right: 0px;
  padding-left: 0px;
}

.functionsrow-mobile {
  display: none;
}

.forms {
  display: block;
  padding-right: 6vw;
  padding-left: 6vw;
}

.details {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.text-block-6 {
  font-size: 3vh;
  line-height: 4vh;
  font-weight: 500;
}

.text-block-7 {
  font-size: 3vh;
  line-height: 4vh;
  font-weight: 500;
}

.link-9 {
  color: #42cea1;
}

.link-11 {
  color: #42cea1;
}

.text-span-11 {
  color: #fff;
}

.link-12 {
  color: #fff;
}

.submit-button {
  background-color: #212233;
}

.link-13 {
  color: #fff;
}

.link-14 {
  color: #fff;
}

.list-item-17 {
  font-size: 2.75vh;
  line-height: 4vh;
  font-style: normal;
  text-decoration: none;
}

.modal-link {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  overflow: auto;
  margin-top: 70px;
  padding-right: 120px;
  padding-left: 120px;
  background-color: #fff;
}

.lightbox-link {
  display: block;
  width: auto;
  margin-top: 10vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 30px;
  background-color: transparent;
  color: transparent;
}

.lightbox-link.hiw {
  position: static;
  height: 25vh;
  margin: auto 20px 20px 0px;
  padding-right: 0px;
  float: none;
  border: 10px solid #fff;
  border-radius: 10px;
  background-image: url('../images/Arrow_1Arrow.png'), url('../images/aimg.jpeg');
  background-position: 98% 90%, 50% 50%;
  background-size: 50px 50px, cover;
  background-repeat: no-repeat, no-repeat;
  text-align: center;
}

.lightbox-link.hiw.aandeelhouder {
  float: none;
  clear: none;
  background-image: url('../images/Arrow_1Arrow.png'), url('../images/WhatsApp-Image-2020-03-11-at-12.59.18.jpeg');
}

.lightbox-link.hiw {
  position: static;
  height: 25vh;
  margin: auto 20px 20px 0px;
  padding-right: 0px;
  float: none;
  border: 10px solid #fff;
  border-radius: 10px;
  background-image: url('../images/Arrow_1Arrow.png'), url('../images/aimg.jpeg');
  background-position: 98% 90%, 50% 50%;
  background-size: 50px 50px, cover;
  background-repeat: no-repeat, no-repeat;
  text-align: center;
}

.lightbox-link.hiw.aandeelhouder {
  float: none;
  clear: none;
  background-image: url('../images/Arrow_1Arrow.png'), url('../images/WhatsApp-Image-2020-03-11-at-12.59.18.jpeg');
}

.icon-2 {
  display: block;
}

.left-arrow {
  position: absolute;
  top: 0px;
  display: block;
  overflow: hidden;
  color: #fff;
}

.right-arrow {
  display: block;
}

.slide-nav {
  display: block;
}

.nieuwslink {
  width: 130px;
  height: 130px;
  background-image: url('../images/pakhuis-b.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: repeat;
}

.nieuwslink._2 {
  background-image: url('../images/fd-logo1.png');
  background-position: 50% 50%;
  background-size: auto;
}

.nieuwslink._3 {
  background-image: url('../images/nederland-kantelt.jpeg');
  background-position: 50% 50%;
  background-size: contain;
}

.nieuwslink._5 {
  background-image: url('../images/nfm-zomer-2017.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.nieuwslink._6 {
  background-color: transparent;
  background-image: url('../images/GF-logo-medium.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.nieuwslink._7 {
  background-image: url('../images/wachama-logo_1wachama logo.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.nieuwslink._9 {
  background-image: url('../images/silicon-canals.png');
  background-position: 50% 50%;
  background-size: contain;
}

.nieuwslink._10 {
  background-image: url('../images/Save-the-date-PFD18.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.nieuwslink._11 {
  background-image: url('../images/sprout-logo-inspireert-ondernemers-black.png');
}

.nieuwslink._12 {
  background-image: url('../images/fromanteel.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.nieuwslink._13 {
  background-image: url('../images/screenshot-2020-10-21-at-09-09-27-1603268737.png');
  background-position: 50% 50%;
  background-size: cover;
}

.nieuwslink._14 {
  background-image: url('../images/neleman-logo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.nieuwslink._15 {
  background-image: url('../images/Danny_Galiart_Kirsten_Gielen_founders_VeganMasters-329x320.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.nieuwslink._17 {
  background-image: url('../images/Derrick-Neleman-team-wijn-Spanje.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nieuwslink._16 {
  overflow: hidden;
  background-image: url('../images/Schermafbeelding-2021-03-31-105530.png');
  background-position: 0% 0%;
  background-size: cover;
}

.rich-text-block {
  font-family: Montserrat, sans-serif;
  color: #aaa;
  font-style: normal;
}

.rich-text-block li {
  font-family: Montserrat, sans-serif;
  color: #212233;
  font-size: 14px;
  line-height: 20px;
}

.body {
  overflow: visible;
}

.image-19 {
  position: static;
  left: 110px;
  top: 50px;
  width: 60px;
}

.image-20 {
  position: relative;
  left: 66px;
  top: -60px;
  right: 0px;
  width: 60px;
  float: none;
  clear: none;
}

.image-21 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  height: 60px;
}

.image-22 {
  position: relative;
  top: 0px;
  height: 60px;
}

.logo-container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.divlogo {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: visible;
  height: 60px;
}

.faqcontainer {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.faqquestion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 2.5vh;
  line-height: 3.5px;
}

.faqquestiontext {
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
  letter-spacing: normal;
  text-decoration: none;
}

.link-block-7 {
  width: 100%;
  height: 100%;
  color: transparent;
}

.image-23 {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 16px;
  height: 24px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 20px;
  line-height: 30px;
}

.faqanswer {
  display: none;
  overflow: hidden;
  margin-top: 1px;
  background-color: #f5f5f5;
  -webkit-transition: height 1000ms ease;
  transition: height 1000ms ease;
}

.faqpragraph {
  padding: 10px;
  border: 1px solid #212233;
  font-family: Montserrat, sans-serif;
  color: #212233;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  text-align: left;
}

.faqblock {
  position: relative;
  padding-top: auto;
  padding-bottom: auto;
}

.drop-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.stepdetail {
  display: block;
  margin-bottom: auto;
  padding-bottom: 10px;
  float: none;
  text-decoration: none;
}

.stapdetails {
  display: block;
  overflow: visible;
  height: 0px;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-transition: height 1000ms ease;
  transition: height 1000ms ease;
}

.text-span-13 {
  color: #fff;
}

.detailheader {
  color: #fff;
  font-weight: 800;
}

.link-18 {
  color: #212233;
  font-weight: 700;
}

.paragraph-21 {
  color: #f15b54;
}

.text-block-8 {
  font-family: Montserrat, sans-serif;
  color: #aaa;
}

.search-button-2 {
  border: 3px none #555;
  border-radius: 15px;
  background-color: #42cea1;
}

.search-input-2 {
  font-family: Montserrat, sans-serif;
  color: #212233;
}

.heading-16 {
  color: #212233;
}

.faqsection {
  margin-top: auto;
  padding: 0px 0px 2.5vh;
  border-style: none;
  text-align: center;
}

.subtextdetail {
  font-size: 10px;
  line-height: 12px;
  font-style: italic;
}

.text-span-14 {
  color: #fff;
}

.scrollprogress {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  width: 100%;
  height: 6px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#f15b54), color-stop(0%, #e2905a), to(#f15b54));
  background-image: linear-gradient(90deg, #f15b54, #e2905a 0%, #f15b54);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.billed-annually {
  display: block;
  margin-top: 5px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #212233;
  font-size: 18px;
  line-height: 27px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.div-block-118 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button-email {
  position: static;
  display: block;
  width: 500px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 25px;
  float: none;
  border-radius: 10px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #212233;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.button-email:hover {
  border: 1px solid #212233;
  background-color: #fff;
  color: #f15b54;
}

.belons {
  position: absolute;
  left: 42.5%;
  bottom: 105px;
  display: block;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 25px;
  float: none;
  clear: none;
  border-radius: 25px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #212233;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
}

.sublanding {
  display: block;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 140px;
  padding-left: 140px;
  float: none;
  clear: none;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.divgrey {
  position: relative;
  display: block;
  overflow: auto;
  padding: 20px 0px;
  border-style: none;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#212233), to(#212233));
  background-image: linear-gradient(180deg, #212233, #212233);
  background-position: 0px 0px;
}

.divgrey.step1 {
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.divgrey.red {
  overflow: visible;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#212233), to(#212233)), -webkit-gradient(linear, left top, left bottom, from(#212233), to(#f15b54)), url('../images/Polygon-white-down.svg');
  background-image: linear-gradient(180deg, #212233, #212233), linear-gradient(180deg, #212233, #f15b54), url('../images/Polygon-white-down.svg');
  background-position: 0px 0px, 0px 0px, 0% 0%;
  background-size: auto, auto, contain;
  background-repeat: repeat, repeat, no-repeat;
}

.divgrey.pricing {
  margin-right: auto;
  margin-left: auto;
  padding: 100px 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#484957), to(#484957));
  background-image: linear-gradient(180deg, #484957, #484957);
  background-position: 0px 0px;
}

.divwhite {
  overflow: auto;
  padding: 60px 8vw;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#212233), to(#212233));
  background-image: linear-gradient(180deg, #212233, #212233);
  background-position: 0px 0px;
}

.divred {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#212233), to(#212233));
  background-image: linear-gradient(180deg, #212233, #212233);
}

.hoewerkthet {
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  border-style: none;
  background-color: transparent;
}

.column-89 {
  position: static;
}

.heading-17 {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}

.priceschut {
  font-family: Montserrat, sans-serif;
  font-size: 2.5vh;
  line-height: 3.5vh;
}

.pricingheader {
  display: block;
  margin: 30px auto 0px;
  padding-right: 20px;
  padding-left: 0px;
  float: none;
  clear: none;
  color: #555;
  font-size: 24px;
  line-height: 36px;
  text-align: left;
}

.charge {
  display: block;
  margin: auto auto 0px;
  padding: 0px;
  float: none;
  clear: none;
  border: 1px none #aaa;
  border-radius: 25px;
  color: #42cea1;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.probutton-join {
  position: fixed;
  top: 160px;
  right: -20px;
  width: 80px;
  height: 40px;
  padding: 10px 0px;
  border: 1px solid #aaa;
  border-radius: 0px 0px 5px 5px;
  background-color: #f15b54;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  direction: ltr;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
}

.probutton-ontzorg {
  position: fixed;
  top: 25%;
  right: -78px;
  display: block;
  margin-right: 25px;
  padding-right: 25px;
  padding-left: 25px;
  border: 1px solid #aaa;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  direction: ltr;
  color: #42cea1;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}

.probutton-ontzorg.w--current {
  position: fixed;
  top: 80vh;
  right: -18vh;
  margin-right: 25px;
  padding-right: 25px;
  padding-left: 25px;
  font-weight: 700;
  letter-spacing: 0.25px;
}

.partnertitel {
  color: #212233;
  font-size: 4vh;
  line-height: 5vh;
  font-weight: 400;
  text-transform: capitalize;
}

.navlink-drop {
  display: block;
  padding: 0px;
  float: left;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: Montserrat, sans-serif;
  color: #212233;
  font-size: 12px;
  line-height: 16px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.navlink-drop:hover {
  color: #f15b54;
}

.navlink-drop.w--current {
  color: #212233;
}

.navlink-drop.w--current:hover {
  color: #f15b54;
}

.dropdown-3 {
  display: none;
  float: left;
}

.icon-9 {
  display: block;
  margin: 0px auto;
  padding-top: 15px;
  padding-right: 30px;
  padding-left: 0px;
  font-family: Myriadpro, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
}

.icon-9:hover {
  font-family: Montserrat, sans-serif;
  color: #f15b54;
}

.text-block-11 {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #212233;
  font-size: 15px;
}

.text-block-11:hover {
  color: #fff;
}

.dropdown-toggle-2 {
  position: static;
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  padding: 0px;
  color: #fff;
}

.dropdown-list {
  position: absolute;
  top: 65px;
  right: 0px;
  z-index: 99999;
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  color: #fff;
}

.dropdown-list:hover {
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.dropdown-list.w--open {
  top: 65px;
  right: 0px;
  z-index: 9999;
  overflow: visible;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #fff;
}

.dropdown-link {
  color: #212233;
}

.dropdown-link-2 {
  position: static;
  margin-right: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  clear: none;
  font-size: 15px;
}

.facebook {
  display: none;
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 20px;
}

.twitter {
  display: none;
  padding-top: 10px;
  padding-left: 20px;
}

.form-block {
  padding-right: 10px;
  padding-left: 10px;
}

.submit-button-2 {
  border-radius: 5px;
  background-color: #212233;
}

.text-field {
  height: 60px;
  margin-left: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
}

.text-field-2 {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.text-field-3 {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.text-field-4 {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.field-label {
  font-family: Montserrat, sans-serif;
  line-height: 18px;
  font-weight: 400;
}

.field-label-2 {
  font-family: Montserrat, sans-serif;
  line-height: 18px;
  font-weight: 400;
}

.field-label-3 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  line-height: 16px;
  font-weight: 400;
}

.field-label-4 {
  font-family: Montserrat, sans-serif;
  line-height: 18px;
  font-weight: 400;
}

.customerslider {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: inline-block;
  max-height: 120px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.customerslider.pillar {
  background-color: #212233;
}

.linkcustomerslider {
  width: 140px;
  padding-bottom: 0px;
  background-image: url('../images/Next-step-factory-logo.png');
  background-position: 50% 50%;
  background-size: 140px;
  background-repeat: no-repeat;
}

.multislide {
  display: block;
  height: 25vh;
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: transparent;
}

.mask {
  overflow: hidden;
  margin-right: 0px;
  margin-bottom: auto;
  margin-left: 1px;
  padding-top: 0px;
  padding-right: auto;
  padding-left: auto;
}

.icon-10 {
  color: #212233;
}

.icon-11 {
  color: #212233;
}

.slide {
  position: relative;
  width: 23%;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
}

.right-arrow-4 {
  display: none;
}

.left-arrow-4 {
  display: none;
}

.slide-nav-4 {
  display: none;
  padding-top: 0px;
  padding-bottom: 0px;
}

.link-block-9 {
  margin-bottom: 20px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
  text-align: center;
}

.link-block-10 {
  margin-bottom: 20px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
  text-align: center;
}

.rich-text-block-2 {
  text-align: left;
}

.rich-text-block-3 {
  text-align: left;
}

.rich-text-block-3 li {
  color: #212233;
  font-size: 16px;
  line-height: 24px;
}

.bodysearch {
  background-color: rgba(33, 34, 51, 0.1);
}

.popup-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: none;
  padding-bottom: 20px;
  background-color: #fff;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.private {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: 0px;
  border-radius: 50%;
  background-color: #212233;
  background-image: url('../images/tent.png');
  background-position: 50% 50%;
  background-size: auto 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: left;
}

.div-block-120 {
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #aaa;
  border-radius: 10px;
}

.price-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  border: 1px none #000;
  color: #42cea1;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  text-align: left;
}

.pricingheader-2 {
  display: block;
  margin: 0px auto;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  float: none;
  clear: none;
  font-family: Montserrat, sans-serif;
  color: #212233;
  font-size: 40px;
  line-height: 40px;
  font-weight: 900;
  text-align: center;
}

.catchphrase {
  margin-top: 0px;
  margin-bottom: 0px;
  border-right: 1px none #c69c6d;
  font-family: Montserrat, sans-serif;
  color: #f15b54;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  text-align: center;
}

.pricingtitle-2 {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.hwimage {
  display: block;
  overflow: visible;
  height: auto;
  max-width: 100%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #aaa;
  border-radius: 15px;
  box-shadow: 0 6px 11px 5px #fff;
}

.nudge {
  width: auto;
  height: auto;
  margin-top: 5px;
  float: none;
  clear: none;
  background-color: transparent;
}

.link-block-11 {
  width: 200px;
  height: 200px;
  margin-right: 5px;
  margin-left: 0px;
  border-radius: 50px;
  background-image: url('../images/trimix-logo-only.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}

.link-block-12 {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  margin-left: 0px;
  border-radius: 50px;
  background-color: #aaa;
  background-image: url('../images/GF-logo-medium.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}

.navlink-eyeventures {
  display: block;
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 10px;
  float: left;
  border: 1px none #fff;
  border-radius: 15px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 3vh;
  line-height: 4vh;
  font-weight: 400;
  text-decoration: none;
}

.navlink-eyeventures:hover {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  border-style: none;
  border-radius: 0px;
  font-family: Montserrat, sans-serif;
  color: #f15b54;
  font-size: 3vh;
  line-height: 4vh;
  font-weight: 400;
  text-decoration: none;
}

.navlink-eyeventures.w--current {
  color: #212233;
}

.navlink-eyeventures.w--current:hover {
  color: #f15b54;
}

.pricingheader-copy {
  display: block;
  margin: 20px auto 0px;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  float: none;
  clear: none;
  font-family: Montserrat, sans-serif;
  color: #212233;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

.accountsholders {
  padding-right: 0vw;
  padding-left: 0vw;
}

.investment-deck {
  display: block;
  width: 400px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border-radius: 0px;
  background-color: #212233;
  background-image: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.link-block-13 {
  width: 200px;
  height: 200px;
  margin-right: 5px;
  margin-left: 0px;
  border-radius: 50px;
  background-color: #fff;
  background-image: url('../images/SBC-150x150.png');
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
}

.surname {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 3vh;
  line-height: 4vh;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.header-aboutus {
  position: static;
  display: block;
  overflow: hidden;
  height: 74vh;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-style: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6)));
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6));
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  color: #fff;
  text-align: center;
}

.link-block-14 {
  width: 200px;
  height: 200px;
  margin-right: 5px;
  margin-left: 0px;
  border-radius: 50px;
  background-color: #fff;
  background-image: url('../images/bluesuit.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.login {
  display: block;
}

.container-8 {
  display: inline-block;
}

.link-21 {
  position: fixed;
  top: 80vh;
  right: -67px;
  z-index: 9999;
  display: block;
  overflow: visible;
  width: 32vh;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0px;
  float: none;
  clear: none;
  background-color: #42cea1;
  color: #212233;
  font-weight: 700;
}

.eyeconwhat {
  position: static;
  left: 44%;
  top: 35px;
  right: auto;
  z-index: 99999;
  display: block;
  width: auto;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-right: auto;
  padding-left: auto;
  float: left;
  border-style: none;
  background-color: transparent;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-family: Montserrat, sans-serif;
  color: #555;
  font-weight: 700;
  text-align: left;
}

.diveyeconwhat {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 100px;
  right: 0px;
  display: none;
  margin-top: 0px;
  margin-right: 4vw;
  margin-left: 230px;
  padding-bottom: 5px;
  padding-left: 10px;
  float: none;
  clear: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #f15b54;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.8);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-align: left;
}

.image-24 {
  position: static;
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.diveyecon {
  position: absolute;
  left: 0px;
  top: 100px;
  right: 0px;
  z-index: 2;
  display: none;
  width: 200px;
  min-height: 45px;
  margin-right: auto;
  margin-left: 2vw;
  padding: 5px;
  float: left;
  border-style: solid;
  border-width: 0px 1px 1px;
  border-color: #f15b54;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
}

.drop-hwh {
  display: none;
  float: left;
}

.slider-case {
  position: static;
  display: block;
  width: auto;
  height: auto;
  padding: 30px 80px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e8d7c5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  font-family: Montserrat, sans-serif;
}

.text-block-hiw {
  display: block;
  direction: ltr;
  font-family: Montserrat, sans-serif;
  color: #212233;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  white-space: normal;
}

.dropdown-link-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: auto;
  padding-left: auto;
  color: #5ab2f1;
  font-size: 15px;
  font-weight: 600;
}

.dropdown-link-4.w--current {
  font-weight: 600;
}

.dropdown-link-5 {
  padding-right: auto;
  padding-left: auto;
  color: #5ab2f1;
  font-size: 15px;
  font-weight: 600;
}

.dropdown-link-5.w--current {
  font-weight: 700;
}

.dropdown-link-menu {
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.button-3 {
  top: 400px;
  right: -61px;
  display: none;
  width: 160px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
  color: #555;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.navbar-2 {
  position: static;
  display: block;
  margin-top: 30px;
  background-color: #e8d7c5;
}

.nav-link {
  position: static;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  padding: 10px;
  float: none;
  clear: none;
  border: 1px solid #555;
  background-color: hsla(0, 0%, 100%, 0.5);
  color: #212233;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
}

.nav-link.w--current {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
}

.goback {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.heading-18 {
  display: inline;
  margin: 0px auto;
  padding-right: 0px;
  padding-bottom: 5px;
  float: none;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.dropdown-4 {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  float: right;
}

.dropdown-toggle-4 {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
}

.dropdown-toggle-4.w--open {
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.icon-14 {
  position: static;
  margin-right: auto;
  margin-left: auto;
  float: none;
  font-size: 30px;
  line-height: 30px;
}

.dropdown-list-2 {
  display: none;
}

.dropdown-list-2.w--open {
  background-color: transparent;
}

.dropdown-list-3 {
  display: none;
  background-color: #c69c6d;
}

.dropdown-list-3.w--open {
  float: none;
  clear: none;
}

.menubarwhite {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  background-color: transparent;
}

.pricintg-white {
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-125 {
  margin-top: 20px;
  margin-bottom: auto;
  padding-left: 0vw;
}

.row-25 {
  position: static;
  display: block;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
}

.row-25.partners {
  display: block;
  margin-bottom: 40px;
}

.title-2 {
  color: #fff;
}

.title-2.storyintro {
  min-height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  clear: left;
  color: #555;
  font-size: 4vh;
  line-height: 5vh;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}

.title-2.storytitle {
  overflow: visible;
  min-height: 150px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  color: #212233;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.title-2.storytitle.summary {
  min-height: 150px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 20px 10px;
  color: #555;
  font-size: 3vh;
  line-height: 4vh;
}

.storybg-2 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-bottom: auto;
}

.storybg-2.partner3 {
  width: 200px;
  height: 200px;
  background-image: url('../images/bluesuit.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.storybg-2.partner7 {
  width: 200px;
  height: 200px;
  background-image: none;
}

.storybg-2.partner {
  position: static;
  display: block;
  padding: 10px 10px 20px;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 66.7%, 0.1);
  border-radius: 50px;
  background-color: #fff;
}

.storybg-2.partner1 {
  width: 200px;
  height: 200px;
  background-image: url('../images/Logo-SchutvandeVen.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.storybg-2.partner6 {
  width: 200px;
  height: 200px;
  background-image: url('../images/Logo---paint.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.storybg-2.partner5 {
  width: 200px;
  height: 200px;
  background-image: url('../images/GF-logo-medium.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.storybg-2.partner-4 {
  width: 200px;
  height: 200px;
  background-image: url('../images/Haring-logo-def-e1446922631321.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.storybg-2.partner4 {
  width: 200px;
  height: 200px;
  background-image: url('../images/RS-Finance-logo---square.png');
  background-position: 50% 50%;
  background-size: cover;
}

.storybg-2.partner2 {
  width: 200px;
  height: 200px;
  background-image: url('../images/SBLogo-Vector.png');
  background-position: 50% 50%;
  background-size: 84px;
  background-repeat: no-repeat;
}

.storybg-2.nudge {
  width: 200px;
  height: 200px;
  margin-top: 0px;
  background-image: url('../images/nudge-logo.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.storybg-2.nudge {
  width: 200px;
  height: 200px;
  background-image: url('../images/nudge-logo.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.storybg-2.nextstep {
  width: 200px;
  height: 200px;
  background-image: url('../images/Next-step-factory-logo.png');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.storybg-2.sblogo {
  width: 200px;
  height: 200px;
  background-image: url('../images/SBLogo-Vector.png');
  background-position: 50% 50%;
  background-size: 84px;
  background-repeat: no-repeat;
}

.right-arrow-9 {
  display: block;
  color: #3d3f63;
  font-size: 20px;
}

.left-arrow-8 {
  display: block;
  color: #3d3f63;
  font-size: 20px;
}

.slide-nav-8 {
  display: block;
  color: #212233;
}

.list-oneoff {
  font-family: Montserrat, sans-serif;
  color: #212233;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.row-25-copy {
  position: static;
  display: block;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
}

.row-25-copy.partners {
  display: none;
  margin-bottom: 40px;
}

.link-24 {
  color: #5ab2f1;
}

.hiwpicture {
  display: block;
  width: 90%;
  max-width: none;
  margin: auto;
  padding: 0px 0vw;
  border: 1px solid #aaa;
  border-radius: 15px;
  box-shadow: 2px 2px 3px 0 #aaa;
  text-align: center;
}

.wokbutton {
  margin-top: 10px;
  border-radius: 25px;
  background-color: #c91935;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.wokfoto {
  width: auto;
  margin-top: 30px;
}

.bedhoodiefoto {
  margin-top: 30px;
}

.stappentitle-copy {
  position: static;
  height: auto;
  min-height: auto;
  margin-top: 30px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #212233;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.calculator-revenue-output-block {
  margin-top: 20px;
  margin-right: 5vh;
  margin-bottom: 20px;
  text-align: left;
}

.calculator-section {
  position: relative;
  z-index: 100;
  display: none;
  height: 100vh;
  min-width: 960px;
  padding-top: 68px;
  padding-bottom: 58px;
  background-image: url('../images/bg8_1bg8.jpg');
  background-position: 0px 0px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #fff;
}

.calculator-container {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  text-align: center;
}

.calculator-output-block {
  clear: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.calcelator-labels {
  margin-top: 40px;
}

.ui-slider-handle {
  position: absolute;
  top: auto;
  width: 40px;
  height: 40px;
  margin-top: -15px;
  border-radius: 20px;
  background-color: transparent;
  background-image: url('../images/eyecon-red-blue-background-kopie.png'), url('../images/sliderbuttton_1sliderbuttton.png');
  background-position: 0px 0px, 50% 50%;
  background-size: 40px, 40px;
  background-repeat: repeat, repeat;
  box-shadow: 0 6px 5px 0 rgba(19, 55, 97, 0.2);
  text-decoration: none;
}

.calculator-other-output-block {
  display: block;
  font-size: 40px;
  text-align: left;
}

.ui-widget-content {
  position: relative;
  display: inline-block;
  width: 70%;
  height: 15px;
  margin-top: 20px;
  float: left;
  border: 1px solid #212233;
  border-radius: 5px;
  background-color: #212233;
  box-shadow: inset 0 3px 3px 0 #353535, 0 1px 0 0 #566576;
  color: #212233;
}

.grey-line {
  display: inline-block;
  width: 1px;
  height: 160px;
  margin-top: -4px;
  margin-left: 50px;
  float: left;
  background-color: #888;
}

.input-slider {
  display: inline-block;
  margin-top: auto;
  margin-left: 40px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.calculator-slider-input {
  display: none;
}

.calculator-slide-block {
  width: 49%;
  float: left;
  text-align: left;
}

.revenue-pragraph {
  display: inline-block;
  margin-bottom: 0px;
  margin-left: auto;
}

.revenue-label {
  display: inline;
  width: auto;
  margin: 10px 3px 20px auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  text-align: left;
}

.calculator-output-small {
  display: inline-block;
  margin-left: 5px;
}

.h2-heading-span {
  color: #34afed;
}

.calculator-heading {
  margin-bottom: 90px;
}

.calclator-traif-label {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.si {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.si.revenue {
  display: none;
  width: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #212233;
  text-align: left;
}

.calculator-form {
  padding-left: 0px;
}

.calculator-output-label-smoll {
  display: inline-block;
  width: auto;
  margin-right: 3px;
  margin-bottom: 20px;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #212233;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
}

.calculator-output-label-smoll._2 {
  margin-left: auto;
}

.calculator-revenue {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.calculator-revenue.small {
  font-size: 18px;
  line-height: 24px;
}

.calculator-left-frame {
  display: none;
  width: 14px;
  height: 45px;
  margin-right: 20px;
  float: left;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.calculator-select {
  display: block;
  width: 250px;
  height: 30px;
  margin-right: auto;
  margin-bottom: 64px;
  margin-left: auto;
  padding-top: 1px;
  padding-bottom: 3px;
  padding-left: 7px;
}

.tag-title {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  margin-top: 0px;
  padding-top: 5px;
  padding-left: 18px;
  color: #222;
  font-size: 22px;
  line-height: 44px;
  font-weight: 500;
  text-transform: uppercase;
}

.tag-divider {
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 10px;
  background-color: #f3f3f5;
}

.tag-holder {
  margin-bottom: 10px;
  padding: 10px 10px 20px;
  border-radius: 5px;
  box-shadow: 0 0 50px 0 transparent;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  font-family: Montserrat, sans-serif;
}

.tag-holder:hover {
  box-shadow: 0 0 75px 0 rgba(0, 0, 0, 0.07);
}

.tag-label {
  margin-top: 10px;
  color: #212233;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.tags-subhead {
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 4px;
  background-color: rgba(236, 56, 114, 0.1);
  font-family: Montserrat, sans-serif;
  color: #ec3872;
}

.tags-section {
  position: relative;
  display: block;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 75px 0 rgba(0, 0, 0, 0.05);
}

.type-column-1 {
  padding-right: 20px;
}

.example-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 240px;
  height: 434px;
  margin-top: 24px;
  margin-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-image: url('../images/All-H1-headings-example.png');
  background-position: 0px 0px;
  background-size: 250px;
  box-shadow: 5px 5px 50px 0 rgba(0, 0, 0, 0.3);
  color: rgba(34, 34, 34, 0);
}

.example-image:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.63)), to(rgba(0, 0, 0, 0.63))), url('../images/All-H1-headings-example.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.63)), url('../images/All-H1-headings-example.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 250px;
  color: #fff;
  text-shadow: 1px 1px 10px #000;
}

.body-2 {
  background-color: transparent;
}

.icon-17 {
  overflow: hidden;
  margin-top: 50vh;
  margin-bottom: 50vh;
  margin-left: 0px;
  color: #f15b54;
  font-size: 24px;
  line-height: 24px;
}

.icon-18 {
  overflow: hidden;
  margin-top: 50vh;
  margin-right: 0px;
  margin-bottom: 50vh;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #f15b54;
  font-size: 24px;
  line-height: 24px;
}

.slide-nav-10 {
  display: none;
  background-color: #e8d7c5;
}

.wok2 {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url("https://uploads-ssl.webflow.com/5f1c91878bed093d030b8fcd/5f1c91878bed0953700b93c5_Thank%20WOK%20It's%20Friday-01585.jpg");
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url("https://uploads-ssl.webflow.com/5f1c91878bed093d030b8fcd/5f1c91878bed0953700b93c5_Thank%20WOK%20It's%20Friday-01585.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.text-block-19 {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 10px 20px;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #212233;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block-19:hover {
  color: #f15b54;
}

.text-block-19.sharefund {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  color: #212233;
}

.right-arrow-10 {
  overflow: hidden;
  font-family: Myriadpro, sans-serif;
  font-style: italic;
}

.navlink-home {
  position: static;
  display: block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px;
  float: left;
  border: 1px none #000;
  background-image: url('../images/House.svg');
  background-position: 50% 50%;
  background-size: auto 30px;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: Myriadpro, sans-serif;
  color: #212233;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}

.navlink-home:hover {
  padding-top: 20px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #f15b54;
  font-weight: 400;
  text-decoration: none;
}

.navlink-home.w--current {
  display: block;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px;
  float: left;
  background-size: auto 30px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.navlink-home.w--current:hover {
  float: left;
  font-family: Montserrat, sans-serif;
  color: #f15b54;
  font-weight: 400;
  text-decoration: none;
}

.div-block-158 {
  margin-top: 60px;
  padding-right: 0vw;
  padding-left: 0vw;
}

.text-block-29 {
  width: 55vw;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 60px;
  font-weight: 600;
  text-align: left;
}

.header-text {
  margin-top: 50vh;
  margin-left: 6vw;
  float: left;
}

.text-block-21-copy {
  width: auto;
  margin-left: 0px;
  padding-top: 5vh;
  font-family: Myriadpro, sans-serif;
  color: #f5f5f5;
  font-size: 30px;
  line-height: 45px;
  font-weight: 400;
  text-align: left;
}

.div-block-162 {
  width: 20vw;
  height: 10px;
  margin-top: 9px;
  margin-bottom: 0vh;
  float: left;
  background-image: -webkit-gradient(linear, left top, right top, from(#e2905a), to(#f15b54));
  background-image: linear-gradient(90deg, #e2905a, #f15b54);
}

.section-10 {
  position: static;
}

.wok {
  position: static;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/wok.jpg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/wok.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
  text-transform: none;
}

.smpl {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/smpl_1.png');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/smpl_1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.pumps {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/pexels-alexandra-maria-318236.jpg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/pexels-alexandra-maria-318236.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.image-31 {
  position: static;
  left: 70vw;
  top: auto;
  right: 0%;
  bottom: 6%;
  display: block;
  height: auto;
  max-width: 12vw;
  margin: 20px auto auto;
  float: none;
}

.rich-text-block-4 {
  font-size: 18px;
}

.enforce {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/Enforcesmall.png');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/Enforcesmall.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-164 {
  width: 30vw;
  height: 6px;
  margin: 0px auto 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f15b54), to(#f15b54));
  background-image: linear-gradient(180deg, #f15b54, #f15b54);
}

.link-block-18 {
  position: static;
  left: auto;
  top: 26%;
  right: 7%;
  bottom: 0%;
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 10px none #f15b54;
  background-color: transparent;
}

.link-block-18:hover {
  color: #f15b54;
}

.link-block-18.debt {
  display: block;
}

.section-11 {
  position: static;
  display: none;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 0px;
  background-color: #212233;
  background-image: url('../images/eye-01.svg');
  background-position: 50% 0%;
  background-size: 800px;
  background-repeat: no-repeat;
}

.heading-70 {
  position: static;
  display: none;
  width: auto;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 5vh;
  line-height: 6vh;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.text-block-22 {
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}

.heading-71 {
  margin-bottom: 20px;
  font-family: 'Archivo Black', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.los {
  padding-right: 10px;
  padding-left: 10px;
}

.section-12 {
  position: static;
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 100px 0px;
  background-color: #484957;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.link-block-18-copy {
  position: relative;
  left: 104px;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 200px;
  height: 50px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  clear: left;
  border-bottom: 10px none #f15b54;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c69c6d), to(#c69c6d));
  background-image: linear-gradient(180deg, #c69c6d, #c69c6d);
}

.heading-19-copy {
  position: static;
  display: block;
  width: auto;
  height: 6vh;
  margin: 10px auto auto;
  border-radius: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.image-35 {
  display: block;
  width: 40px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.div-block-167 {
  position: static;
  top: 20px;
  width: 25vw;
  height: 6px;
  margin: 20px auto 10px 0px;
  padding-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f15b54), to(#f15b54));
  background-image: linear-gradient(180deg, #f15b54, #f15b54);
}

.div-block-167.small {
  width: 15vw;
  height: 3px;
  margin-top: 40px;
  margin-bottom: 0px;
}

.div-block-168 {
  padding-bottom: 0px;
}

.div-block-169 {
  height: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f15b54), to(#f15b54));
  background-image: linear-gradient(180deg, #f15b54, #f15b54);
}

.field-label-5 {
  font-family: Montserrat, sans-serif;
  color: #212233;
  font-size: 3vh;
  line-height: 4vh;
}

.heading-73 {
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #aaa;
}

.columns-3 {
  display: none;
  padding-right: 6vw;
  padding-left: 6vw;
}

.heading-76 {
  margin-top: auto;
  margin-bottom: auto;
  padding: 0px;
  float: none;
  border: 5px none #212233;
  font-size: 6vh;
  line-height: 7vh;
  font-weight: 700;
  text-align: center;
}

.heading-76-copy {
  margin-top: auto;
  margin-bottom: auto;
  padding: 0px;
  float: none;
  border: 5px none #212233;
  font-size: 6vh;
  line-height: 7vh;
  font-weight: 400;
  text-align: center;
}

.div-block-170 {
  width: 110px;
  padding: 25px 10px;
  float: left;
  border: 5px solid #212233;
}

.heading-77 {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 20px;
  padding: 0px 20px;
  float: none;
  border: 5px none #212233;
  color: #212233;
  font-size: 5vh;
  line-height: 6vh;
  font-weight: 700;
  text-align: left;
}

.heading-77-copy {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 20px;
  padding: 0px 20px;
  float: none;
  border: 5px none #212233;
  color: #212233;
  font-size: 4vh;
  line-height: 5vh;
  font-weight: 400;
  text-align: left;
}

.columns-4 {
  margin-top: auto;
}

.columns-5 {
  margin-top: 10px;
}

.div-block-171 {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.column-127 {
  padding-right: 0px;
}

.column-128 {
  padding-right: 10px;
  padding-left: 0px;
}

.link-block-22 {
  position: relative;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 50px;
  background-image: url('../images/startupdesk.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.link-block-23 {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 0px;
  background-image: url('../images/fundmeup.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-block-23.w--current {
  position: relative;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.link-block-24 {
  position: relative;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding-bottom: 0px;
  border-radius: 0px;
  background-image: url('../images/Logo-SchutvandeVen.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.list-item-22 {
  font-family: Montserrat, sans-serif;
}

.heading-334 {
  font-family: Montserrat, sans-serif;
  font-size: 8vh;
  line-height: 9vh;
  font-weight: 600;
}

.heading-335 {
  font-family: Montserrat, sans-serif;
  font-size: 6vh;
  line-height: 7vh;
  font-weight: 500;
}

.heading-338 {
  font-family: Montserrat, sans-serif;
  font-size: 3vh;
  line-height: 4vh;
}

.form-block-2 {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.field-label-7 {
  color: #212233;
  text-align: center;
}

.submit-button-4 {
  position: static;
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  background-color: #212233;
  font-size: 20px;
  line-height: 30px;
}

.field-label-8 {
  text-align: center;
}

.field-label-9 {
  text-align: center;
}

.text-field-7 {
  display: block;
  max-width: 50vw;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  text-align: center;
}

.text-field-8 {
  display: block;
  max-width: 50vw;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.text-field-9 {
  display: block;
  max-width: 50vw;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.heading-339 {
  display: block;
  width: 50vw;
  margin: 60px auto 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #212233;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
}

.heading-340 {
  display: block;
  width: 50vw;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}

.link-28 {
  font-size: 18px;
  line-height: 27px;
  text-decoration: underline;
}

.slider-30 {
  position: static;
  display: block;
  width: auto;
  height: auto;
  margin: auto;
  padding: 60px 8vw 90px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-color: #000;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#e2905a), to(#f15b54));
  background-image: linear-gradient(90deg, #e2905a, #f15b54);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  position: relative;
  left: -3%;
  top: -63px;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: hidden;
  width: 350px;
  margin: 10px 0px 0px auto;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.heading-349 {
  display: block;
  margin: 0px auto;
  padding: 20px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #aaa;
  border-radius: 20px;
  background-color: #212233;
  color: #fff;
  font-size: 8vh;
  line-height: 8vh;
  text-align: center;
}

.golive {
  background-color: #212233;
}

.bold-text-20 {
  color: #212233;
  font-size: 16px;
  line-height: 20px;
}

.block-quote-2 {
  font-size: 5vh;
  line-height: 6vh;
}

.link-29 {
  font-size: 2vh;
  line-height: 3vh;
}

.heading-353 {
  font-family: Montserrat, sans-serif;
  font-size: 5vh;
  line-height: 6vh;
}

.heading-354 {
  font-size: 4vh;
  line-height: 5vh;
}

.demo {
  display: inline;
  width: auto;
  padding-right: 15px;
  float: none;
  clear: none;
  font-family: Montserrat, sans-serif;
  color: #f15b54;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
}

.demo.w--current {
  display: inline;
  margin-top: 0px;
  float: none;
}

.column-62-copy {
  position: static;
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  border-right: 3px none #c69c6d;
}

.bold-text-30 {
  color: #f15b54;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.list-3 {
  margin-top: 10px;
  margin-bottom: auto;
  margin-left: auto;
}

.column-131 {
  position: static;
  display: block;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.column-132 {
  position: static;
  display: block;
  margin-top: 0px;
  padding-right: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
}

.mask-13 {
  overflow: hidden;
}

.div-block-179 {
  width: 100vw;
  height: 10px;
  margin: 0px auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#e2905a), to(#f15b54));
  background-image: linear-gradient(90deg, #e2905a, #f15b54);
}

.icon-23 {
  margin-top: 120px;
  font-size: 30px;
  line-height: 30px;
}

.icon-24 {
  margin-top: 120px;
  font-size: 30px;
  line-height: 30px;
}

.probutton-eyev {
  position: fixed;
  top: 600px;
  right: -60px;
  display: block;
  width: 160px;
  height: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  border: 1px solid #aaa;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #212233;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
}

.column-70 {
  position: static;
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  border-right: 3px none #c69c6d;
}

.form-block-4 {
  display: block;
  padding-right: 6vw;
  padding-left: 6vw;
}

.partner {
  position: relative;
  z-index: 1;
  display: none;
  padding: 60px 6vw;
  border-style: none;
  background-image: linear-gradient(198deg, #e2905a, #f15b54);
  color: #f15b54;
  text-align: center;
}

.pricing-calculator {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  background-color: transparent;
  text-align: center;
}

.pricingheader-calculator {
  display: inline-block;
  margin: 40px auto 0px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  float: none;
  clear: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
}

.form-2 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.calculator-select-2 {
  display: none;
  width: 250px;
  height: 30px;
  margin-right: auto;
  margin-bottom: 64px;
  margin-left: auto;
  padding-top: 1px;
  padding-bottom: 3px;
  padding-left: 7px;
}

.calculator-slide-block-2 {
  display: block;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  direction: ltr;
  text-align: left;
}

.div-block-2 {
  display: none;
}

.calclator-traif-label-2 {
  display: none;
  margin-right: auto;
  margin-left: auto;
}

.field-label-10 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}

.div-block-181 {
  width: 75%;
  margin-top: 10px;
  box-shadow: inset 0 3px 3px 0 #353535, 0 1px 0 0 #566576;
}

.overons {
  padding-top: 40px;
}

.link-34 {
  color: #fff;
  font-style: italic;
  text-decoration: underline;
}

.tabs-2 {
  display: none;
  margin-top: 80px;
}

.heading-61-copy {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 0px;
  box-shadow: none;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.heading-copy {
  width: auto;
  margin-top: 35vh;
  margin-bottom: 0px;
  padding-right: 6vw;
  padding-left: 6vw;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 60px;
  font-style: italic;
  text-align: center;
}

.left-arrow-11 {
  overflow: hidden;
}

.column-160 {
  padding-right: 0px;
  padding-left: 0px;
}

.lightbox-link-3 {
  display: block;
  overflow: visible;
  width: 100%;
  height: auto;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.link-block-26 {
  position: relative;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-left: 10px;
  border: 1px none #000;
  border-radius: 0px;
  background-image: url('../images/cooperatieexpert-logog.png');
  background-position: 40% 40%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.text-field-11 {
  background-color: #e6e6e6;
  font-size: 2vh;
  line-height: 3vh;
}

.text-field-12 {
  background-color: #e6e6e6;
  font-size: 2vh;
  line-height: 3vh;
  text-align: left;
}

.row-26 {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.section-19 {
  display: none;
  margin-bottom: auto;
  padding: 60px 0vw 0px;
  background-image: url('../images/Vector2x-2.svg'), url('../images/Ellipse-172x.svg');
  background-position: 0px 0px, 0% 100%;
  background-size: 30%, 20%;
  background-repeat: no-repeat, no-repeat;
}

.heading-356 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #212233;
  font-size: 5vh;
  line-height: 6vh;
  font-weight: 500;
  text-transform: capitalize;
}

.submit-button-5 {
  display: block;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  float: right;
  border: 4px solid #212233;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #212233;
  font-size: 4vh;
  line-height: 5vh;
  text-align: center;
  text-transform: uppercase;
}

.submit-button-5:hover {
  color: #f15b54;
}

.heading-357 {
  margin-bottom: 20px;
  color: #212233;
  font-size: 4vh;
  line-height: 5vh;
}

.heading-74-copy-2 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #212233;
  font-size: 6vh;
  line-height: 7vh;
  font-weight: 500;
  text-transform: none;
}

.column-165 {
  padding-right: 0px;
  padding-left: 0px;
}

.para1 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
}

.paragraph-24 {
  font-size: 16px;
  line-height: 20px;
}

.div-block-182 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 5fr;
  grid-template-columns: 5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-right: 1px solid #aaa;
}

.image-43 {
  display: block;
  width: auto;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
}

.quotequote {
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.text-block-34 {
  max-width: none;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #212233;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.link-block-30 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.eyevnturestext {
  position: relative;
  top: -5px;
  margin: 0px auto;
  padding-top: 0px;
  float: none;
  clear: both;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.eyevnturestext:hover {
  background-color: transparent;
  color: #f15b54;
}

.text-span-24 {
  color: #03c;
}

.coopex {
  color: #88c426;
}

.rich-text-block-6 {
  font-size: 30px;
  text-align: left;
}

.rich-text-block-6 p {
  color: #212233;
  font-size: 16px;
  line-height: 20px;
}

.rich-text-block-6 h2 {
  font-size: 16px;
  line-height: 20px;
}

.html-embed {
  padding-right: 8vw;
  padding-left: 8vw;
  font-family: Montserrat, sans-serif;
  color: #212233;
  text-align: left;
}

.link-block-invready {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/investor-ready.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.fundmeup {
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 800;
}

.stappen {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

.container-9 {
  margin-top: auto;
}

.div-block-185 {
  margin: 40px auto;
  padding-right: 0vw;
  padding-left: 0vw;
  background-color: #fff;
}

.div-block-186 {
  margin-bottom: auto;
  padding-top: 80px;
  padding-right: 80px;
  padding-left: 80px;
  background-color: #212233;
}

.column-166 {
  padding-right: 0px;
  padding-left: 0px;
}

.social-media-copy {
  display: -ms-grid;
  display: grid;
  width: auto;
  height: auto;
  margin: 5px auto 10px;
  float: none;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". Area";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: transparent;
}

.trimix {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 0px;
  background-image: url('../images/download-5.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.trimix.w--current {
  position: relative;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.sbc {
  position: relative;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 0px;
  background-image: url('../images/download-6.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.bluesuit {
  position: relative;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-left: 10px;
  border: 1px none #000;
  border-radius: 0px;
  background-image: url('../images/download-10.jpeg');
  background-position: 40% 40%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.eodv {
  position: relative;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-left: 10px;
  border: 1px none #000;
  border-radius: 0px;
  background-image: url('../images/download-7.png');
  background-position: 40% 40%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.nsfcopy {
  position: relative;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-left: 10px;
  border: 1px none #000;
  border-radius: 0px;
  background-image: url('../images/download-11.jpeg');
  background-position: 40% 40%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.mifox {
  position: relative;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-left: 10px;
  border: 1px none #000;
  border-radius: 0px;
  background-image: url('../images/WhatsApp-Image-2020-02-23-at-12.13.59.jpeg');
  background-position: 40% 40%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.fmu2 {
  color: #212233;
}

.section-21 {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #f15b54;
}

.div-block-188 {
  margin-right: 8vw;
  margin-left: 8vw;
  padding-right: 40px;
  padding-left: 40px;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #fff;
}

.text-block-38 {
  margin-right: 8vw;
  margin-left: 8vw;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}

.columns-22 {
  margin-right: 0vw;
  margin-left: 0vw;
}

.text-block-39 {
  margin-left: 0px;
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 29px;
}

.div-block-189 {
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #c0d5ea;
}

.text-block-40 {
  margin-right: 40px;
  margin-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.div-block-189-copy {
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #4778a8;
}

.column-167 {
  padding-right: 20px;
}

.hero {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #212233;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.div-block-190 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.link-block-30-copy {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.column-168 {
  margin-bottom: 60px;
  padding-right: 10px;
  padding-left: 10px;
}

.button-4 {
  position: static;
  display: inline-block;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: none;
  clear: none;
  border-radius: 10px;
  background-color: #fff;
  color: #f15b54;
  font-size: 16px;
  font-weight: 400;
}

.div-block-191 {
  display: none;
  overflow: visible;
  width: 70%;
  margin-top: 20px;
}

.equity-you-earn {
  position: static;
  display: none;
  margin-top: auto;
  margin-right: 0px;
  padding: 80px;
  float: none;
  border: 100px none #212233;
  background-color: #fff;
  background-image: url('../images/triangle-right-red2x.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.vermogen {
  margin-top: 0px;
  float: none;
  font-family: Montserrat, sans-serif;
  color: #212233;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  text-align: center;
}

.text-span-25 {
  font-family: Montserrat, sans-serif;
  color: #f15b54;
  font-weight: 600;
}

.heading-361 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto auto 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #aaa;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
}

.euro {
  display: inline;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-bottom: 0px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.div-block-192 {
  display: block;
  margin: auto auto 20px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 3px none #aaa;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: none;
}

.div-block-192-copy {
  display: block;
  margin: auto auto 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 3px none #aaa;
  border-radius: 10px;
  background-color: transparent;
  box-shadow: none;
  text-align: left;
}

.list-item-29 {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-align: left;
  list-style-type: none;
}

.list-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  color: #f15b54;
  font-size: 16px;
  line-height: 24px;
  list-style-type: disc;
}

.text-span-26 {
  padding-right: 10px;
  font-family: Ionicons, sans-serif;
  color: #f15b54;
}

.text-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  min-height: 70px;
  margin-left: auto;
  padding: 0px 5px;
  float: none;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid transparent;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  color: #e8d7c5;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  text-align: left;
  letter-spacing: normal;
  text-transform: lowercase;
  white-space: normal;
}

.usp {
  display: block;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: auto;
  padding-left: 0px;
  float: left;
  clear: none;
}

.usp:hover {
  background-color: transparent;
}

.per-maand {
  display: block;
  padding-left: 10px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}

.usps {
  height: 120px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 10px 10px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(85, 85, 85, 0.3);
  border-radius: 6px;
  box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.13);
}

.usps:hover {
  background-color: transparent;
}

.link-block-31 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
}

.link-35 {
  color: #5ab2f1;
}

.link-36 {
  color: #5ab2f1;
}

.link-37 {
  color: #5ab2f1;
}

.column-174 {
  display: block;
}

.link-block-23-copy {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-left: 10px;
  float: left;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #fff;
  background-image: url('../images/fundmeup.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-block-23-copy.w--current {
  position: relative;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.link-block-invready-copy {
  position: static;
  display: block;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-left: 10px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-radius: 50px;
  background-color: #fff;
  background-image: url('../images/investor-ready.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.link-block-26-copy {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  border: 1px none #000;
  border-radius: 50px;
  background-color: #fff;
  background-image: url('../images/cooperatieexpert-logog.png');
  background-position: 40% 40%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.heading-369 {
  margin-top: 0px;
  margin-bottom: auto;
  font-family: 'Bebas Neue', sans-serif;
  color: #e8d7c5;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
}

.div-block-194 {
  position: absolute;
  left: auto;
  top: auto;
  right: 40px;
  bottom: 10px;
  width: 440px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.lightbox-link-7 {
  display: inline-block;
  width: 50%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  float: none;
}

.text-block-45 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  float: left;
  clear: none;
  font-family: Montserrat, sans-serif;
  color: #f06963;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}

.div-block-196 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0px;
  border-radius: 0px;
  background-color: transparent;
}

.column-175 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.grid-3 {
  margin-right: auto;
  margin-left: auto;
  padding: 20px 10px;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-rows: auto 10px auto 10px auto;
  grid-template-areas: ". ."
    ". ."
    "Area Area";
  -ms-grid-columns: 0.5fr 10px 1fr;
  grid-template-columns: 0.5fr 1fr;
  border-radius: 0px;
  background-color: transparent;
  color: #eee;
  font-weight: 700;
}

.blok-price {
  margin-right: auto;
  margin-left: 0px;
  padding: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}

.blok-price.right {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  border-left: 1px dashed rgba(0, 0, 0, 0.25);
  text-align: left;
}

.text-span-28 {
  font-size: 20px;
  text-align: left;
}

.columns-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.core-header {
  height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0%;
  padding-left: 0%;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 46px;
  line-height: 56px;
  font-weight: 700;
  text-align: left;
}

.text-block-22-copy {
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}

.button-email-copy {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #212233;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.button-email-copy:hover {
  border: 1px solid #212233;
  background-color: #fff;
  color: #f15b54;
}

.div-block-198 {
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-199 {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-bottom: 60px;
  padding-left: 0px;
}

.slider-100 {
  height: 100vh;
  background-color: transparent;
}

.slide-24 {
  position: static;
  background-image: url('../images/eye-01.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/SEKK-WhatsApp-Image-2020-04-06-at-10.50.11.jpeg');
  background-image: url('../images/eye-01.svg'), linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/SEKK-WhatsApp-Image-2020-04-06-at-10.50.11.jpeg');
  background-position: 100% 25%, 0px 0px, 100% 50%;
  background-size: 60%, auto, cover;
  background-repeat: no-repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll;
  text-transform: none;
}

.heading-369-copy {
  margin-top: 0px;
  margin-bottom: auto;
  margin-left: auto;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 8vh;
  line-height: 8vh;
  font-weight: 400;
  text-shadow: 1px 0 3px #edb9b9;
  white-space: normal;
}

.heading-368-copy {
  position: static;
  margin-top: auto;
  margin-left: auto;
  font-family: 'Archivo Black', sans-serif;
  color: #f15b54;
  font-size: 16vh;
  line-height: 16vh;
}

.heading-copy {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 140px;
  display: block;
  width: 100%;
  margin: 10px 0px 0px auto;
  padding-left: 0px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.div-block-194-copy {
  margin-top: 15vh;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 40px;
}

.slide-26 {
  position: static;
  background-image: url('../images/eye-01.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/WokUtrecht-6410.jpg');
  background-image: url('../images/eye-01.svg'), linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/WokUtrecht-6410.jpg');
  background-position: 100% 25%, 0px 0px, 50% 20%;
  background-size: 60%, auto, cover;
  background-repeat: no-repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll;
  text-transform: none;
}

.heading-371 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-bottom: 0px;
  float: right;
  font-size: 40px;
  line-height: 40px;
}

.slide-27 {
  position: static;
  background-image: url('../images/eye-01.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/Bedhoodie-WhatsApp-Image-2019-08-09-at-12.38.52.jpeg');
  background-image: url('../images/eye-01.svg'), linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/Bedhoodie-WhatsApp-Image-2019-08-09-at-12.38.52.jpeg');
  background-position: 100% 25%, 0px 0px, 50% 50%;
  background-size: 60%, auto, cover;
  background-repeat: no-repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll;
  text-transform: none;
}

.slide-28 {
  position: static;
  background-image: url('../images/eye-01.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/Keyvisual_Groen_Zwart_social_3000x900-2019-10-08-094453.jpg');
  background-image: url('../images/eye-01.svg'), linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/Keyvisual_Groen_Zwart_social_3000x900-2019-10-08-094453.jpg');
  background-position: 100% 25%, 0px 0px, 50% 50%;
  background-size: 60%, auto, cover;
  background-repeat: no-repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll;
  text-transform: none;
}

.image-55 {
  display: block;
  margin-top: -16vh;
  margin-left: 20vh;
  float: left;
}

.div-block-201 {
  width: 100px;
  height: 100px;
  margin-top: -150px;
  border: 4px solid #ee8580;
  border-radius: 1000px;
}

.div-block-201-copy {
  width: 200px;
  height: 200px;
  margin-top: -250px;
  border-style: solid;
  border-width: 4px;
  border-color: #ef7771;
  border-radius: 1000px;
}

.div-block-202 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-201-copy-copy {
  width: 300px;
  height: 300px;
  border: 4px solid #f15b54;
  border-radius: 1000px;
}

.div-block-203 {
  display: none;
  margin-top: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  border-radius: 10px;
  background-color: transparent;
}

.text-block-48 {
  display: block;
  margin-top: -83px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 4vh;
  line-height: 5vh;
  font-weight: 700;
  text-align: center;
}

.div-block-196-copy {
  display: block;
  margin-right: auto;
  margin-left: 0px;
  padding: 10px;
  border-radius: 0px;
  background-color: transparent;
}

.deal-copy {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.youtube {
  width: 100%;
  margin-top: 60px;
  margin-right: 0px;
  margin-bottom: 60px;
  float: none;
}

.section-23 {
  margin-top: auto;
  padding: 60px 80px;
  background-color: #212233;
}

.section-24 {
  margin-top: auto;
  padding: 60px 80px;
  background-color: #ef7771;
}

.image-57 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 10%;
  bottom: 0%;
  display: block;
  overflow: visible;
  width: 12%;
  max-width: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-204 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 220px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  background-color: transparent;
}

.text-block-49 {
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 0px;
  background-color: rgba(33, 34, 51, 0.6);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.button-5 {
  display: block;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.lightbox-link-8 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0%;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-58 {
  width: 60%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0%;
  float: none;
}

.lightbox-link-9 {
  display: block;
  overflow: hidden;
  width: auto;
}

.slide-29 {
  position: static;
  background-image: url('../images/eye-01.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/vorijs__se_eijrpein-2021-07-11-150456.jpg');
  background-image: url('../images/eye-01.svg'), linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/vorijs__se_eijrpein-2021-07-11-150456.jpg');
  background-position: 100% 25%, 0px 0px, 50% 20%;
  background-size: 60%, auto, cover;
  background-repeat: no-repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll;
  text-transform: none;
}

.link-block-tachyons {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/tachyons2-1_1tachyons2-1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.rich-text-block-6-copy {
  color: #fff;
  font-size: 30px;
  text-align: left;
}

.rich-text-block-6-copy p {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.link-block-fm {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/FMLogo-002.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.blok {
  font-size: 14px;
  font-weight: 400;
}

.contact {
  color: #5ab2f1;
  font-weight: 400;
}

.lightbox-link-10 {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 15%;
  width: auto;
  margin-right: 0px;
  padding: 0px;
  float: none;
}

.image-59 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 0px;
  float: none;
}

.image-59:hover {
  background-color: transparent;
}

.eyevnturestext-copy {
  position: static;
  left: auto;
  top: 10px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  float: left;
  clear: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
}

.eyevnturestext-copy:hover {
  color: #f15b54;
}

.div-block-207 {
  display: block;
  margin: 0px 10px;
  padding: 0px 5px;
  float: left;
  border: 1px solid #fff;
  border-radius: 10px;
}

.div-block-207.eye {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 10px 0px;
  border-style: none;
  border-radius: 0px;
}

.div-block-207.eye:hover {
  padding-top: 10px;
  background-color: #212233;
}

.lightbox-link-11 {
  display: inline-block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
}

.text-block-51 {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.lightbox-link-12 {
  margin-right: auto;
  margin-left: 15%;
  float: none;
}

.lightbox-link-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-60 {
  max-height: 300px;
  margin-bottom: 40px;
  float: none;
}

.column-181 {
  position: static;
}

.section-25 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 0px 0px;
  background-color: #fff;
}

.columns-26 {
  margin: 60px 0px auto;
  padding-left: 0px;
}

.core {
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.lightbox-link-12-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-span-29 {
  font-size: 20px;
}

.pricing-grid-features-copy {
  display: -ms-grid;
  display: grid;
  margin-bottom: auto;
  grid-auto-flow: row dense;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 16px auto 16px auto;
  grid-template-rows: auto auto auto;
  background-color: #5c5d69;
}

.header-content {
  max-width: 770px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  text-align: center;
}

.h1 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #ddddd0;
  font-size: 72px;
  line-height: 78px;
  font-weight: 800;
  letter-spacing: -1px;
}

.paragraph {
  display: inline-block;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 800;
  text-align: center;
}

.button-6 {
  display: none;
  margin-top: 50px;
  padding: 15px 30px;
  border-radius: 4px;
  background-color: #ffc300;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #212233;
  font-size: 16px;
  line-height: 30px;
  font-weight: 800;
}

.button-6:hover {
  background-color: #212233;
  color: #ffc300;
}

.participaid {
  color: #58f216;
  font-weight: 800;
}

.cta-left-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #d8d8c4;
}

.cta-column {
  display: block;
  width: 90%;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 44px;
  line-height: 50px;
  font-weight: 600;
  text-align: left;
}

.text-span {
  color: #ffc300;
  font-size: 44px;
  font-weight: 800;
}

.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #212233;
}

.h3 {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #212233;
  font-size: 16px;
  font-weight: 600;
}

.h3.cc-cta {
  display: block;
  margin-bottom: 0px;
  color: #d8d8c4;
}

.cta-line {
  width: 30px;
  height: 2px;
  margin-left: 20px;
  background-color: #d8d8c4;
  color: #d8d8c4;
}

.partibutton {
  display: inline-block;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #58f216;
  color: #000;
  font-size: 20px;
  line-height: 30px;
}

.container-13 {
  position: relative;
  z-index: 1;
  width: 80%;
  max-width: 1170px;
  margin: 0px auto 40px;
  padding-bottom: 0px;
}

.container-13.cc-cta {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-13.cc-center {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.partibutton-copy {
  display: inline-block;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #ffc300;
  color: #000;
  font-size: 20px;
  line-height: 30px;
}

.features {
  display: block;
  padding: 120px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.features._1 {
  padding-right: 20px;
  padding-left: 20px;
}

.image-14 {
  margin-left: 0px;
}

.lightbox-link-2 {
  margin-right: 0px;
  margin-left: 0px;
  background-color: transparent;
}

.columns-27 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 400px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 40px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #f7f7f7;
  background-color: #d8d8c4;
}

.paragraph-28 {
  height: auto;
  max-width: 100%;
  min-height: 0px;
  margin-bottom: 0px;
  color: #212233;
  font-size: 20px;
  line-height: 26px;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.h2-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 44px;
  line-height: 50px;
  font-weight: 600;
}

.h2-2.vested {
  color: #212233;
  text-align: left;
}

.worthy-small {
  margin-top: 20px;
  background-color: transparent;
  color: #d8d8c4;
  font-size: 38px;
  line-height: 40px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.heading-copy-2 {
  margin-top: auto;
  color: #ffc300;
}

.h2-container {
  width: 100%;
  margin-bottom: 20px;
}

.worthy {
  margin-top: 20px;
  color: #212233;
  font-size: 80px;
  line-height: 80px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.text-span-30 {
  font-family: Montserrat, sans-serif;
  text-align: left;
}

.evalueaidbutton {
  display: block;
  width: 400px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #ffc300;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 800;
  text-align: center;
}

.eyevestor {
  color: #fc0;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}

.whatsapp {
  position: fixed;
  left: auto;
  top: auto;
  right: 60px;
  bottom: 15px;
  z-index: 9999;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  float: none;
  background-image: none;
}

.bold-text-35-copy {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}

.smartcards {
  position: static;
  display: none;
  margin-top: auto;
  margin-right: 0px;
  padding: 80px;
  float: none;
  border: 100px none #212233;
  background-color: #fff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.heading-340-copy {
  display: inline-block;
  width: 50vw;
  font-family: Montserrat, sans-serif;
  color: #212233;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}

.heading-340-copy {
  display: inline-block;
  width: 50vw;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}

.html-embed-6 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 60px 0px;
}

.html-embed-7 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

.html-embed-7-smc {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 60px 120px;
}

.paragraph-29 {
  margin-right: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.column-184 {
  padding-right: 0px;
  padding-left: 20px;
}

.column-185 {
  padding-right: 20px;
  padding-left: 10px;
}

.section-26 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  background-color: #212233;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#212233), to(#212233));
  background-image: linear-gradient(180deg, #212233, #212233);
}

.heading-373 {
  display: block;
  overflow: visible;
  height: auto;
  margin: 5vh auto auto 8vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Bebas Neue', sans-serif;
  color: #fff;
  font-size: 24vh;
  line-height: 24vh;
  font-weight: 400;
  text-align: left;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.link-block-18-copy {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 300px;
  height: auto;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 20px;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #189d0e;
  border-radius: 10px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  text-align: left;
}

.link-block-18-copy:hover {
  color: #f15b54;
}

.image-62 {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-left: 10px;
  padding-top: 0px;
  padding-left: 0px;
  float: left;
  color: #189d0e;
}

.text-block-19-copy-copy {
  position: static;
  display: block;
  margin: 0px auto;
  padding: 10px 0px 0px;
  float: left;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #189d0e;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block-19-copy-copy:hover {
  color: #189d0e;
  font-weight: 500;
}

.div-block-211 {
  display: block;
  padding-top: 0px;
  padding-bottom: 10px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: none;
  border-width: 1px;
  border-color: #189d0e;
  border-radius: 0px;
}

.paragraph-30 {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.section-13 {
  position: static;
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 100px 0px;
  background-color: #212233;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.header-antique-white {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Bebas Neue', sans-serif;
  color: #e8d7c5;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
}

.heading-375 {
  font-family: 'Bebas Neue', sans-serif;
  color: #e8d7c5;
  font-size: 6vh;
  line-height: 6vh;
  text-align: center;
}

.columns-26-copy {
  margin: 10px 0px auto;
}

.div-block-212 {
  display: none;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". . Area";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.usps-2 {
  display: block;
  min-height: 400px;
  margin-top: auto;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(85, 85, 85, 0.3);
  border-radius: 6px;
  box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.13);
}

.usps-2:hover {
  background-color: transparent;
}

.text-block-45-copy {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  font-family: Montserrat, sans-serif;
  color: #f06963;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}

.text-block-43-copy {
  display: block;
  margin-left: auto;
  padding: 10px 5px 0px;
  float: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  letter-spacing: normal;
  white-space: normal;
}

.text-block-45-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  float: none;
  clear: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}

.text-block-45-copy-copy {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  font-family: Montserrat, sans-serif;
  color: #fc0;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}

.text-span-32 {
  color: #fff;
  font-weight: 700;
}

.usps-3 {
  display: none;
  margin-top: auto;
  margin-bottom: 60px;
  margin-left: 0px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(85, 85, 85, 0.3);
  border-radius: 6px;
  box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.13);
}

.usps-3:hover {
  background-color: transparent;
}

.text-block-45-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  font-family: Montserrat, sans-serif;
  color: #077b56;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}

.text-span-34 {
  font-size: 12px;
  text-decoration: none;
}

.div-block-213 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.columns-28 {
  margin-bottom: 60px;
  padding-top: 0px;
}

.div-block-214 {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-top: auto;
  float: right;
  background-image: url('../images/verified-by-eyesights.png');
  background-position: 50% 50%;
  background-size: 100px 100px;
  background-repeat: no-repeat;
}

.section-30 {
  margin-right: auto;
  margin-left: auto;
  padding: 100px 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#353645), to(#353645));
  background-image: linear-gradient(180deg, #353645, #353645);
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.neleman {
  position: static;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/Neleman.jpeg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/Neleman.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  text-transform: none;
}

.sekk {
  position: static;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/sameneenkoekopen-huub-en-kirsten.jpg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/sameneenkoekopen-huub-en-kirsten.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  text-transform: none;
}

.wok3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/WokUtrecht-6395.jpg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/WokUtrecht-6395.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-31 {
  display: none;
  background-image: url('../images/The-Golden-Logo-white.svg'), -webkit-gradient(linear, left top, left bottom, from(#212233), to(#212233));
  background-image: url('../images/The-Golden-Logo-white.svg'), linear-gradient(180deg, #212233, #212233);
  background-position: 150% 0%, 0px 0px;
  background-size: 50%, auto;
  background-repeat: no-repeat, repeat;
}

.field-label-11 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.div-block-215 {
  margin-top: 0px;
}

.text-field-13 {
  display: block;
  height: 20px;
  margin-bottom: 5px;
  padding-right: 12px;
  float: left;
  font-size: 10px;
  line-height: 10px;
}

.text-field-14 {
  height: 20px;
  margin-bottom: 5px;
}

.text-field-15 {
  height: 20px;
  margin-bottom: 5px;
  float: left;
}

.form-block-5 {
  margin-bottom: 0px;
}

.submit-button-6 {
  display: block;
  margin-right: auto;
  margin-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #f15b54;
  font-family: Montserrat, sans-serif;
}

.div-block-216 {
  background-color: #5c5d69;
}

.dropdown-toggle-5 {
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px 10px 10px;
  float: none;
}

.dropdown-toggle-5:hover {
  background-color: #212233;
}

.dropdown-toggle-5.w--open {
  display: block;
}

.dropdown-6 {
  display: inline-block;
  float: left;
  color: #fff;
}

.dropdown-6:hover {
  color: #f15b54;
}

.text-block-52 {
  margin-right: auto;
  margin-left: auto;
  float: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.text-block-52:hover {
  color: #f15b54;
}

.icon-28 {
  position: absolute;
  display: block;
  margin-right: 0px;
  padding-right: 10px;
  float: none;
  clear: none;
  color: #fff;
}

.icon-28:hover {
  color: #f15b54;
}

.dropdown-link-6 {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.dropdown-link-6:hover {
  color: #f15b54;
}

.dropdown-link-6.cafe {
  display: none;
}

.dropdown-list-5 {
  position: absolute;
  display: none;
  background-color: transparent;
}

.dropdown-list-5.w--open {
  display: block;
  margin-top: 0px;
  background-color: #484957;
}

.section-13-copy {
  position: static;
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 100px 0px;
  background-color: #353645;
  background-image: url('../images/Vector-small-triangle2x-3.svg'), url('../images/Vector-triangle-blue-22x-2.svg');
  background-position: 100% 0%, 100% 100%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.heading-374-copy {
  display: inline;
  margin-top: 0px;
  font-family: 'Bebas Neue', sans-serif;
  color: #e8d7c5;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.list-item-30 {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.paragraph-29-copy {
  display: none;
  margin-top: 20px;
  margin-right: 0px;
  color: #fff;
}

.button-4-copy {
  margin-bottom: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: none;
  clear: none;
  border-radius: 10px;
  background-color: #fff;
  color: #f15b54;
  font-size: 16px;
  font-weight: 400;
}

.section-blue {
  display: block;
  min-height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 100px 0px;
  background-color: #484957;
}

.heading-61-copy {
  width: auto;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding: 10px 10px 0px;
  border: 1px none #555;
  border-radius: 10px;
  box-shadow: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
}

.section-33 {
  margin: auto;
  padding: 100px 0px;
}

.div-block-217 {
  margin-right: auto;
  margin-left: auto;
}

.text-block-53 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.bold-text-37 {
  color: #e8d7c5;
}

.bold-text-38 {
  color: #e8d7c5;
}

.html-embed-10 {
  margin-bottom: 60px;
  padding-bottom: 0px;
  float: none;
}

.heading-376 {
  display: block;
  width: 50vw;
  margin: 60px auto 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #212233;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
}

.investr {
  display: inline-block;
  width: 400px;
  margin: 0px 20px 40px;
  padding: 20px;
  border-radius: 0px;
  background-color: #212233;
  background-image: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.html-embed-11 {
  overflow: hidden;
  margin: 10px auto 0px;
  padding-right: 0px;
  padding-left: 0px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.div-block-218 {
  margin-right: 0%;
  margin-left: 0%;
}

.stakcoopverschil {
  display: block;
  margin-top: 40px;
  padding-bottom: 0px;
  background-color: #eee;
}

.column-46-copy {
  padding-right: 5px;
  padding-left: 5px;
  border-right: 0px none #aaa;
  background-color: #fff;
}

.column-50-copy {
  padding-right: 5px;
  padding-left: 5px;
  border: 1px none #000;
  background-color: #fff;
}

.coopstakheader-copy {
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}

.coopstakheader-copy {
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.picture {
  position: relative;
  display: block;
  width: auto;
  height: 130px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: 0px;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: transparent;
  box-shadow: 3px 3px 3px 0 #aaa;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.name {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  text-align: left;
}

.bio {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.aboutus {
  margin-right: 10px;
  margin-left: 0px;
}

.over-ons {
  display: block;
  margin-bottom: 40px;
}

.italic-text-2 {
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  font-weight: 700;
}

.list-item-33 {
  text-align: left;
}

.grid-4 {
  grid-template-areas: "Area";
}

.text-block-54 {
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 0px;
  background-color: rgba(33, 34, 51, 0.6);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.header-antique-white-2 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Bebas Neue', sans-serif;
  color: #e8d7c5;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}

.header-antique-white-2.background {
  color: #3d3f63;
}

.link-42 {
  color: #ee8580;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.core-2 {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.link-block-32 {
  position: static;
  left: auto;
  top: 26%;
  right: 7%;
  bottom: 0%;
  display: block;
  width: 300px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 10px none #f15b54;
  background-color: transparent;
}

.link-block-32:hover {
  color: #f15b54;
}

.text-block-19-copy-2 {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 10px 20px;
  float: none;
  clear: none;
  border-radius: 10px;
  background-color: #f15b54;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block-19-copy-2:hover {
  color: #fff;
  font-weight: 500;
}

.text-block-55 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  float: left;
  clear: none;
  font-family: Montserrat, sans-serif;
  color: #f06963;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}

.text-block-19-copy-copy-2 {
  position: static;
  display: block;
  margin: 0px auto;
  padding: 10px 0px 0px;
  float: left;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #189d0e;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block-19-copy-copy-2:hover {
  color: #189d0e;
  font-weight: 500;
}

.text-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  min-height: 70px;
  margin-left: auto;
  padding: 0px 5px;
  float: none;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid transparent;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  color: #e8d7c5;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  text-align: left;
  letter-spacing: normal;
  text-transform: lowercase;
  white-space: normal;
}

.link-block-18-copy-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 300px;
  height: auto;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 20px;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #189d0e;
  border-radius: 10px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  text-align: left;
}

.link-block-18-copy-2:hover {
  color: #f15b54;
}

.usps-5 {
  height: 120px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 10px 10px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(85, 85, 85, 0.3);
  border-radius: 6px;
  box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.13);
}

.usps-5:hover {
  background-color: transparent;
}

.div-block-283 {
  display: block;
  padding-top: 0px;
  padding-bottom: 10px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: none;
  border-width: 1px;
  border-color: #189d0e;
  border-radius: 0px;
}

.stappentitle-copy-2 {
  position: static;
  height: auto;
  min-height: auto;
  margin-top: 30px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #212233;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  text-transform: none;
}

.quotequote-2 {
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.div-block-284 {
  width: 30vw;
  height: 6px;
  margin: 0px auto 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f15b54), to(#f15b54));
  background-image: linear-gradient(180deg, #f15b54, #f15b54);
}

.howitworks-2 {
  display: block;
  width: 80%;
  margin-bottom: auto;
  float: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.howitworks-2.ffilmpje {
  margin-top: 0px;
  margin-bottom: auto;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.titlevoordelen-2 {
  width: 80%;
  margin-top: auto;
  padding-bottom: 10px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}

.button-7 {
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  clear: none;
  border-radius: 10px;
  background-color: #fff;
  color: #f15b54;
  font-size: 16px;
  font-weight: 400;
}

.divgrey-2 {
  position: relative;
  display: block;
  overflow: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  border-style: none;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#212233), to(#212233));
  background-image: linear-gradient(180deg, #212233, #212233);
  background-position: 0px 0px;
}

.divgrey-2.red {
  overflow: visible;
  padding: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#212233), to(#212233)), -webkit-gradient(linear, left top, left bottom, from(#212233), to(#f15b54)), url('../images/Polygon-white-down.svg');
  background-image: linear-gradient(180deg, #212233, #212233), linear-gradient(180deg, #212233, #f15b54), url('../images/Polygon-white-down.svg');
  background-position: 0px 0px, 0px 0px, 0% 0%;
  background-size: auto, auto, contain;
  background-repeat: repeat, repeat, no-repeat;
}

.stepdetail-2 {
  margin-bottom: auto;
  padding-bottom: 10px;
  float: none;
  text-decoration: none;
}

.golive-2 {
  background-color: #212233;
}

.heading-381 {
  display: block;
  margin: 0px auto;
  padding: 20px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #aaa;
  border-radius: 20px;
  background-color: #212233;
  font-size: 8vh;
  line-height: 8vh;
  text-align: center;
}

.dropdown-7 {
  display: block;
  float: left;
  color: #fff;
}

.dropdown-7:hover {
  background-color: #212233;
  color: #f15b54;
}

.icon-31 {
  color: #fff;
}

.icon-31:hover {
  color: #f15b54;
}

.text-block-58 {
  float: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.text-block-58:hover {
  color: #f15b54;
}

.dropdown-link-7 {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.dropdown-link-7:hover {
  color: #f15b54;
}

.dropdown-link-7.cafe {
  display: none;
}

.navlink-3 {
  display: block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 10px 5px;
  float: left;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.navlink-3:hover {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px none #fff;
  background-color: transparent;
  color: #f15b54;
  font-weight: 500;
  text-decoration: none;
}

.navlink-3.w--current {
  display: block;
  margin-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  background-image: none;
  font-family: Montserrat, sans-serif;
  color: #f15b54;
  line-height: 20px;
  font-weight: 700;
}

.navlink-3.w--current:hover {
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: #f15b54;
  text-decoration: none;
}

.navlink-3.evalueaid {
  display: none;
  padding-bottom: 10px;
  color: #fc0;
  font-weight: 500;
}

.navlink-3.evalueaid:hover {
  background-color: #212233;
  color: #fc0;
  font-weight: 500;
}

.div-block-285 {
  display: block;
  margin: 0px auto;
  padding: 0px 5px;
  float: left;
  border: 1px solid #fff;
  border-radius: 10px;
}

.eyevnturestext-copy-2 {
  position: static;
  left: auto;
  top: 10px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 5px;
  float: left;
  clear: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.eyevnturestext-copy-2:hover {
  color: #f15b54;
}

.menubutton-2 {
  position: static;
  display: none;
  padding: 0px;
  color: #eee;
}

.menubutton-2.w--open {
  display: none;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  background-color: transparent;
}

.menuicon-2 {
  display: block;
  margin-top: 10px;
  float: none;
  background-color: transparent;
  font-size: 50px;
  font-weight: 400;
}

.menuicon-2:hover {
  color: #f15b54;
}

.column-50-copy-2 {
  padding-right: 5px;
  padding-left: 5px;
  border: 1px none #000;
  background-color: #fff;
}

.column-46-copy-2 {
  padding-right: 5px;
  padding-left: 5px;
  border-right: 0px none #aaa;
  background-color: #fff;
}

.div-block-286 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  height: 70px;
  background-color: rgba(61, 63, 99, 0.1);
}

.link-block-33 {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url('../images/linkedin-social-outline-logotype-3.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.link-block-33-2 {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url('../images/Mobile-phone.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-block-33-copy-copy {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url('../images/envellope-mail.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-186 {
  display: block;
  padding-left: 10px;
}

.column-187 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.column-188 {
  display: block;
  margin-top: 0px;
  padding: 20px 0px;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 66.7%, 0.2);
  border-radius: 10px;
}

.text-span-36 {
  font-weight: 900;
}

.text-span-37 {
  font-weight: 900;
}

.div-block-287 {
  height: 75px;
  background-color: rgba(33, 34, 51, 0.1);
}

.name-2 {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-align: left;
}

.picture-2 {
  position: relative;
  display: block;
  width: 200px;
  height: 200px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 0px;
  float: none;
  border: 2px solid #eee;
  border-radius: 13px;
  background-color: transparent;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.title-3 {
  display: none;
  margin-bottom: 15px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
}

.bio-2 {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
}

.field-label-12 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.submit-button-7 {
  display: block;
  margin-right: auto;
  margin-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #f15b54;
  font-family: Montserrat, sans-serif;
}

.slider-101 {
  display: inline;
  margin-bottom: 60px;
  background-color: transparent;
}

.slider-101.top {
  display: inline;
  margin-bottom: 40px;
}

.movie-popup {
  position: fixed;
  left: 100px;
  top: auto;
  right: auto;
  bottom: 15px;
  z-index: 1000006;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.usph {
  position: static;
  top: 50%;
  display: block;
  width: 150px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 10px;
  float: none;
  clear: none;
  border-radius: 20px;
  background-color: #fcd569;
  direction: ltr;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  white-space: normal;
}

.usph:hover {
  color: #fff;
  font-weight: 500;
}

.fromanteel {
  position: static;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/fromanteel.jpg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/fromanteel.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  text-transform: none;
}

.link-block-34 {
  display: block;
  width: 240px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.image-63 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-64 {
  display: block;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.lightbox-link-14 {
  display: block;
  width: 240px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.link-block-18-copy {
  position: static;
  left: auto;
  top: 26%;
  right: 7%;
  bottom: 0%;
  display: none;
  width: auto;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border: 10px none #000;
  border-radius: 0px;
  background-color: transparent;
}

.link-block-18-copy:hover {
  color: #f15b54;
}

.columns-30 {
  margin-bottom: auto;
}

.bold-text-41 {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.slide-30 {
  position: static;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/eye-01.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/Neleman.jpeg');
  background-image: url('../images/eye-01.svg'), linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/Neleman.jpeg');
  background-position: 100% 25%, 0px 0px, 100% 50%;
  background-size: 60%, auto, cover;
  background-repeat: no-repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll;
  text-transform: none;
}

.sharecases {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  float: none;
  border-radius: 50px;
  background-color: #212233;
  color: #f15b54;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.div-block-288 {
  margin-top: 20vh;
  margin-right: 40px;
  margin-left: 40px;
}

.usph-1 {
  display: block;
  overflow: visible;
  width: 150px;
  height: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 10px;
  float: none;
  clear: none;
  border-radius: 20px;
  background-color: #42cea1;
  direction: ltr;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.usph-1:hover {
  color: #fff;
  font-weight: 500;
}

.usph-2 {
  display: block;
  width: 150px;
  height: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 10px;
  float: none;
  clear: none;
  border-radius: 20px;
  background-color: #5ab2f1;
  direction: ltr;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  white-space: normal;
}

.usph-2:hover {
  color: #fff;
  font-weight: 500;
}

.usph-3 {
  display: block;
  width: 150px;
  height: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 10px;
  float: none;
  clear: none;
  border-radius: 20px;
  background-color: #ef7771;
  direction: ltr;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  white-space: normal;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.usph-3:hover {
  color: #fff;
  font-weight: 500;
}

.column-189 {
  padding-left: 10px;
}

.intersport {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/Intersport-zierikzee.jpg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/Intersport-zierikzee.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.vmm {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/107463980_323389845722647_4806833770099603105_o.jpg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/107463980_323389845722647_4806833770099603105_o.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.usph-4 {
  display: block;
  width: 150px;
  height: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 10px;
  float: none;
  clear: none;
  border-radius: 20px;
  background-color: #ef7771;
  direction: ltr;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  white-space: normal;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.usph-4:hover {
  color: #fff;
  font-weight: 500;
}

.usph-5 {
  display: block;
  width: 150px;
  height: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 10px;
  float: none;
  clear: none;
  border-radius: 20px;
  background-color: #5ab2f1;
  direction: ltr;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  white-space: normal;
}

.usph-5:hover {
  color: #fff;
  font-weight: 500;
}

.icon-32 {
  overflow: hidden;
  margin-top: 50vh;
  margin-bottom: 50vh;
  margin-left: 0px;
  color: #f15b54;
  font-size: 24px;
  line-height: 24px;
}

.usph-6 {
  display: block;
  overflow: visible;
  width: 150px;
  height: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 10px;
  float: none;
  clear: none;
  border-radius: 20px;
  background-color: #42cea1;
  direction: ltr;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.usph-6:hover {
  color: #fff;
  font-weight: 500;
}

.icon-33 {
  overflow: hidden;
  margin-top: 50vh;
  margin-right: 0px;
  margin-bottom: 50vh;
  background-color: transparent;
  color: #f15b54;
  font-size: 24px;
  line-height: 24px;
}

.link-block-18-copy-3 {
  position: static;
  left: auto;
  top: 26%;
  right: 7%;
  bottom: 0%;
  display: none;
  width: auto;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border: 10px none #000;
  border-radius: 0px;
  background-color: transparent;
}

.link-block-18-copy-3:hover {
  color: #f15b54;
}

.usph-7 {
  position: static;
  top: 50%;
  display: block;
  width: 150px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 10px;
  float: none;
  clear: none;
  border-radius: 20px;
  background-color: #fcd569;
  direction: ltr;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  white-space: normal;
}

.usph-7:hover {
  color: #fff;
  font-weight: 500;
}

.slider-10 {
  display: block;
  height: 75vh;
  background-color: transparent;
}

.heading-eye {
  position: static;
  display: block;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: auto;
  font-family: 'Archivo Black', sans-serif;
  color: #f15b54;
  font-size: 9vh;
  line-height: 11vh;
  font-weight: 400;
  text-align: center;
}

.text-span-38 {
  background-color: transparent;
  color: #fff;
}

.text-span-39 {
  color: #fff;
}

.text-span-40 {
  color: #fff;
}

.mmm {
  display: block;
  overflow: visible;
  margin-top: 10vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Bebas Neue', sans-serif;
  color: #fff;
  font-size: 140px;
  line-height: 140px;
  font-weight: 400;
  text-align: left;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.text-span-41-small {
  color: #aaa;
  font-size: 50px;
  line-height: 100px;
}

.text-span-44-small {
  font-size: 50px;
  line-height: 100px;
}

.section-38 {
  display: none;
  background-image: url('../images/The-Golden-Logo-white.svg'), -webkit-gradient(linear, left top, left bottom, from(#212233), to(#212233));
  background-image: url('../images/The-Golden-Logo-white.svg'), linear-gradient(180deg, #212233, #212233);
  background-position: 150% 0%, 0px 0px;
  background-size: 50%, auto;
  background-repeat: no-repeat, repeat;
}

.div-block-167a {
  position: static;
  top: 20px;
  width: 25vw;
  height: 6px;
  margin: 0vh auto 0px;
  padding-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f15b54), to(#f15b54));
  background-image: linear-gradient(180deg, #f15b54, #f15b54);
}

.deal-copy-copy {
  max-width: 90%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 0px 0px 5px;
  font-family: Montserrat, sans-serif;
  color: #5ab2f1;
  font-size: 12px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.div-block-289 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 5fr;
  grid-template-columns: 5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-right: 1px solid #aaa;
}

.text-block-60 {
  height: 60px;
  max-width: none;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-right: 40px;
  padding-bottom: 0px;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
  color: #212233;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.whooler {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/Si1g1eh4.__.22r1_b9nd-a23e030e0m-omlfc2-2021-04-21-083621.png');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/Si1g1eh4.__.22r1_b9nd-a23e030e0m-omlfc2-2021-04-21-083621.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.vidate {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/Vidate-smartphone.jpg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/Vidate-smartphone.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-218-a {
  margin-right: 0%;
  margin-left: 0%;
}

.europeansleeper {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/europeansleeper.png');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/europeansleeper.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.over-ons-old {
  display: block;
  margin-bottom: 100px;
}

.image-65 {
  position: static;
  left: auto;
  top: auto;
  display: block;
  width: 125px;
  margin-top: 40px;
  margin-right: 20px;
  margin-left: auto;
  float: left;
}

.heading-373-copy {
  display: block;
  overflow: visible;
  height: auto;
  margin: 40px auto auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Bebas Neue', sans-serif;
  color: #fff;
  font-size: 10vh;
  line-height: 9vh;
  font-weight: 400;
  text-align: left;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.div-block-290 {
  display: none;
  margin-left: 8vh;
}

.fish-tales {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/vorijs__se_eijrpein-2021-07-11-150456.jpg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/vorijs__se_eijrpein-2021-07-11-150456.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.komrads {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/2019_01_23_APL_SH1_0353-1.jpg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/2019_01_23_APL_SH1_0353-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.heading-387 {
  position: static;
  margin-top: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: 'Archivo Black', sans-serif;
  color: #f15b54;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
}

.heading-388 {
  margin-top: 0px;
  margin-bottom: auto;
  font-family: 'Bebas Neue', sans-serif;
  color: #e8d7c5;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
}

.html-embed-12 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8%;
  padding-bottom: 0px;
  padding-left: 8%;
  border: 4px none #212233;
  border-radius: 10px;
}

.bold-text-42 {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.slogan {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  font-family: 'Bebas Neue', sans-serif;
  color: #212233;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

.icon-34 {
  font-family: Montserrat, sans-serif;
  color: #f15b54;
}

.icon-35 {
  font-family: Montserrat, sans-serif;
  color: #f15b54;
}

.text-block-19-copy-3 {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 10px 20px;
  float: none;
  clear: none;
  border-radius: 10px;
  background-color: #f15b54;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block-19-copy-3:hover {
  color: #fff;
  font-weight: 500;
}

.image-57-copy {
  position: absolute;
  left: auto;
  top: 40%;
  right: 10%;
  bottom: 0%;
  display: block;
  overflow: visible;
  width: 12%;
  max-width: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-67 {
  display: inline-block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  float: none;
  clear: none;
}

.section-39 {
  margin: 0px auto;
  padding: 100px 0px;
}

.bold-text-43 {
  font-size: 16px;
}

.bold-text-44 {
  font-size: 16px;
}

.bold-text-45 {
  font-size: 16px;
}

.container-14 {
  display: inline-block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-292 {
  display: block;
  margin-top: 40px;
}

.howitworks-copy {
  display: block;
  width: 80%;
  margin-bottom: auto;
  float: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.form-3 {
  display: inline;
  margin-right: auto;
  margin-left: auto;
}

.section-40 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.lightbox-link-15 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-41 {
  display: inline;
  font-size: 12px;
}

.text-span-42 {
  display: inline;
  padding-left: 5px;
}

.list-oneoff-2 {
  font-family: Montserrat, sans-serif;
  color: #212233;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.section-41 {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 100px;
  background-color: #fff;
}

.logo {
  display: block;
  width: auto;
  max-height: 150px;
  max-width: 15%;
  margin-top: 0%;
  margin-right: 2%;
  margin-left: 2%;
  padding-top: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
  color: #e8d7c5;
}

.div-block-295 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slide-nav-12 {
  display: none;
}

.left-arrow-14 {
  display: none;
}

.slide-nav-13 {
  display: none;
}

.left-arrow-15 {
  display: block;
  color: #555;
}

.slider-104 {
  display: inline;
  margin-bottom: 20px;
  background-color: #fff;
}

.mask-15 {
  background-color: #fff;
}

.right-arrow-13 {
  color: #555;
}

.icon-38 {
  color: #212233;
  font-size: 20px;
}

.icon-39 {
  font-size: 20px;
}

.navbar-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.33)), color-stop(99%, transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.33), transparent 99%);
}

.hero-subheading {
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #e8d7c5;
  font-size: 18px;
  font-weight: 300;
}

.button-8 {
  display: none;
  padding: 12px 31px;
  border-radius: 3px;
  background-color: #dd783f;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #fff;
  font-weight: 300;
}

.button-8:hover {
  background-color: #f17228;
  color: #fff;
}

.white {
  color: #efefef;
}

.main-section {
  padding-top: 62px;
  padding-bottom: 62px;
  background-color: #f7f7f7;
}

.main-section.bottom-padding {
  padding-top: 40px;
  padding-bottom: 89px;
}

.main-section.dark {
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 1px none #000;
  background-color: #353645;
  background-image: none;
  background-position: 0px 0px;
}

.success-message {
  padding-top: 27px;
  border-radius: 3px;
  background-color: #5cc489;
  color: #fff;
}

.hero-section {
  position: relative;
  height: 75vh;
  padding-top: 184px;
  background-image: linear-gradient(135deg, rgba(30, 33, 33, 0.82) 1%, rgba(32, 32, 32, 0.14) 98%), url('../images/Geen-gezeik-foto.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.category-section {
  display: none;
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
}

.med-divider {
  display: block;
  width: 20%;
  height: 1px;
  margin: 16px auto;
  background-color: #dedede;
  color: #212233;
  list-style-type: lower-alpha;
}

.hero-content {
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.submit-button-8 {
  width: 25%;
  height: 50px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.28);
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  font-family: Montserrat, sans-serif;
}

.submit-button-8:hover {
  background-color: #f15b54;
}

.section-heading {
  margin-top: auto;
  text-align: center;
}

.form-wrapper {
  display: block;
  width: 500px;
  margin: 20px auto 80px;
}

.field {
  width: 75%;
  height: 50px;
  float: left;
  border: 1px none #000;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-family: Montserrat, sans-serif;
  color: #4d565d;
  font-size: 15px;
}

.hero-heading {
  margin-bottom: 14px;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 2px;
}

.container-15 {
  display: none;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.thumbnail-image {
  display: block;
  width: 100%;
  height: 200px;
}

.blog-title {
  width: 100%;
  padding-top: 10px;
  padding-left: 5px;
  color: #353645;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}

.preview-text {
  width: 100%;
  padding-top: 10px;
  padding-left: 5px;
  color: #353645;
  text-align: left;
}

.blog-wrapper {
  display: block;
  width: 100%;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-5 {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-sub-title {
  margin-top: 40px;
  color: #212233;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
}

.container-16 {
  padding-right: 15%;
  padding-left: 15%;
}

.mask-16 {
  background-color: #fff;
}

.slider-105 {
  display: inline;
  margin-bottom: 20px;
  background-color: #fff;
}

.icon-40 {
  font-size: 20px;
}

.div-block-167a-2 {
  position: static;
  top: 20px;
  width: 25vw;
  height: 6px;
  margin: 0vh auto 0px;
  padding-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f15b54), to(#f15b54));
  background-image: linear-gradient(180deg, #f15b54, #f15b54);
}

.right-arrow-14 {
  color: #555;
}

.icon-41 {
  color: #212233;
  font-size: 20px;
}

.left-arrow-16 {
  display: block;
  color: #555;
}

.grid-6 {
  overflow: visible;
  margin-top: 10px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: row;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-areas: "Area Area Area-3"
    "Area-6 Area-2 Area-4"
    "Area-6 Area-5 Area-4"
    "Area-6 Area-5 Area-4";
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 10px auto 10px auto;
  grid-template-rows: auto auto auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-68 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
}

.press-div {
  margin-right: auto;
  margin-left: auto;
  padding: 2px;
  border: 2px solid #212233;
  border-radius: 6px;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-69 {
  padding-top: 2px;
  padding-right: 2px;
  padding-left: 2px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-70 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-71 {
  margin-right: auto;
  margin-left: auto;
}

.div-block-300 {
  margin-right: auto;
  margin-left: auto;
}

.image-72 {
  display: block;
}

.tab-link-tab-2 {
  position: static;
  right: auto;
  display: inline-block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  float: none;
  border: 3px solid #212233;
  background-color: transparent;
  color: #212233;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.tab-link-tab-2.w--current {
  width: 200px;
  border: 3px solid #f15b54;
  background-color: rgba(238, 133, 128, 0.5);
}

.tab-link-tab-1 {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  border: 3px solid #212233;
  background-color: transparent;
}

.tab-link-tab-1.w--current {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 3px solid #f15b54;
  background-color: rgba(238, 133, 128, 0.5);
}

.tabs-menu {
  position: relative;
  display: inline-block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-left: 0%;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-block-61 {
  margin-right: auto;
  margin-left: auto;
  color: #f15b54;
  font-size: 20px;
  font-weight: 700;
}

.tabs-3 {
  position: relative;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: left;
}

.rich-text-block-7 {
  font-family: Montserrat, sans-serif;
  color: #212233;
}

.text-block-62 {
  color: #212233;
}

.grid-8 {
  margin-top: 20px;
  grid-column-gap: 15px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: minmax(241px, 1fr) auto;
  grid-template-rows: minmax(241px, 1fr) auto;
}

.pressbutton {
  margin-top: 10px;
  border: 1px solid #f15b54;
  border-radius: 5px;
  background-color: transparent;
  color: #f15b54;
  font-size: 16px;
}

.heading-389 {
  color: #f15b54;
  font-size: 30px;
  line-height: 36px;
}

.text-block-63 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.image-73 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-74 {
  -o-object-fit: cover;
  object-fit: cover;
}

.tabs-content {
  margin-bottom: 100px;
  padding-bottom: 0px;
}

.rich-text-block-8 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  font-family: Montserrat, sans-serif;
  color: #f15b54;
  font-size: 16px;
  text-align: center;
}

.thumbnail-text-2 {
  position: relative;
  overflow: hidden;
  height: 93px;
  padding: 13px;
  border-top: 1px solid #e5e5e5;
}

.preview-text-2 {
  overflow: hidden;
  height: 40px;
  color: #333;
  font-size: 13px;
  line-height: 19px;
}

.thumbnail-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  text-decoration: none;
}

.thumbnail-wrapper:hover {
  box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 0px 1px, rgba(0, 0, 0, 0.09) 0px 2px 23px 0px;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.author-title {
  float: left;
  color: #3d3f63;
  font-size: 12px;
  line-height: 35px;
}

.category-tag {
  position: absolute;
  left: 10px;
  top: 4px;
  display: inline-block;
  margin-top: 6px;
  margin-right: 6px;
  padding: 6px;
  border-radius: 2px;
  background-color: #5cc489;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  font-weight: 400;
  text-transform: uppercase;
}

.thumbnail-date {
  display: inline-block;
  float: right;
  color: #3d3f63;
  font-size: 12px;
  line-height: 35px;
}

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

.blog-title-2 {
  display: inline-block;
  margin-bottom: 6px;
  color: #212233;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  text-decoration: none;
}

.thumb-details {
  padding: 6px 13px;
  border-top: 1px solid #efefef;
  background-color: #fcfcfc;
}

.thumbnail-image-2 {
  display: block;
  width: 100%;
  height: 200px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #d6d6d6;
  background-image: url('../images/2019_01_23_APL_SH1_0353-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.author-img {
  position: static;
  right: 10px;
  bottom: 10px;
  width: 26px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 0px;
  float: left;
  border-radius: 60px;
}

.grid-9 {
  grid-column-gap: 94px;
  -ms-grid-columns: 0.5fr 0.5fr;
  grid-template-columns: 0.5fr 0.5fr;
}

.tab-link-tab-3 {
  display: none;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  float: right;
  border: 3px solid #5ab2f1;
  background-color: transparent;
}

.tab-link-tab-3.w--current {
  display: none;
  margin-right: 20px;
  padding-left: 20px;
  float: none;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 3px solid #f15b54;
  background-color: rgba(238, 133, 128, 0.5);
}

.text-block-613 {
  color: #5ab2f1;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.category-tag-2 {
  position: absolute;
  left: 10px;
  top: 4px;
  display: inline-block;
  margin-top: 6px;
  margin-right: 6px;
  padding: 6px;
  border-radius: 2px;
  background-color: #fc0;
  color: #212233;
  font-size: 10px;
  line-height: 10px;
  font-weight: 400;
  text-transform: uppercase;
}

.grid-10 {
  margin-top: 0px;
  margin-bottom: 100px;
  padding: 10px;
}

.tab-pane-tab-3 {
  padding: 10px;
}

.dropdown-5 {
  display: inline-block;
  float: left;
  color: #fff;
}

.dropdown-5:hover {
  color: #f15b54;
}

.how {
  height: 80vh;
  padding-top: 30vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.7)), to(rgba(33, 34, 51, 0.7))), url('../images/pexels-lukas-306088.jpg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.7), rgba(33, 34, 51, 0.7)), url('../images/pexels-lukas-306088.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.logo-section {
  height: auto;
  padding-top: 0px;
  padding-bottom: 20px;
}

.slider {
  height: auto;
  background-color: transparent;
}

.slide-32 {
  margin-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
}

.slider-wrapper-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logo-wrapper-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  height: 70px;
  margin-top: 0px;
  margin-right: 2px;
  margin-left: 2px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(33, 34, 51, 0.1);
  border-radius: 4px;
  box-shadow: 1px 0 3px 0 rgba(33, 34, 51, 0.7);
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.icon {
  color: #000;
}

.image-76 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.slide-nav-15 {
  display: none;
}

.right-arrow-16 {
  display: none;
}

.left-arrow-18 {
  display: none;
}

.image-77 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.blog-header {
  position: relative;
  height: 75vh;
  padding-top: 30vh;
  background-image: linear-gradient(135deg, rgba(30, 33, 33, 0.82) 1%, rgba(32, 32, 32, 0.14) 98%), url('../images/Snapshot_2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.blog-section {
  display: block;
  min-height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 0px 100px;
  background-color: transparent;
}

.text-span-44 {
  font-size: 16px;
}

.how-vestor {
  height: 80vh;
  padding-top: 30vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.7)), to(rgba(33, 34, 51, 0.7))), url('../images/WhatsApp-Image-2020-03-11-at-12.59.18.jpeg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.7), rgba(33, 34, 51, 0.7)), url('../images/WhatsApp-Image-2020-03-11-at-12.59.18.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.column-right {
  position: static;
  display: block;
  padding: 10px 10px 10px 0px;
}

.div-block-303 {
  width: 100%;
}

.section-44 {
  margin-top: auto;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #212233;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.7)), to(rgba(33, 34, 51, 0.7))), url('../images/The-Golden-Logo-white.svg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.7), rgba(33, 34, 51, 0.7)), url('../images/The-Golden-Logo-white.svg');
  background-position: 0px 0px, 150% 0%;
  background-size: auto, 50%;
  background-repeat: repeat, no-repeat;
}

.heading-373-copy {
  display: block;
  overflow: visible;
  height: auto;
  margin: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Bebas Neue', sans-serif;
  color: #fff;
  font-size: 100px;
  line-height: 100px;
  font-weight: 400;
  text-align: left;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.mmmev {
  margin-top: auto;
  font-family: Montserrat, sans-serif;
  color: #ef7771;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
}

.text-span-45 {
  font-weight: 700;
}

.text-span-46 {
  color: #f15b54;
  font-weight: 600;
}

.text-span-48 {
  color: #fff;
  font-weight: 400;
}

.container-17 {
  display: block;
  margin-top: 60px;
}

.div-block-304 {
  display: block;
  margin-top: 60px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.button-4b {
  position: static;
  display: inline-block;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: none;
  clear: none;
  border-radius: 10px;
  background-color: #fff;
  color: #f15b54;
  font-size: 16px;
  font-weight: 400;
}

.column-192 {
  padding-left: 0px;
}

.column-193 {
  padding-left: 0px;
}

.bold-text-46 {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
}

.image-79 {
  width: auto;
  height: 15px;
}

.flag {
  margin-top: -3px;
  margin-left: auto;
  padding: 10px;
}

.flag:hover {
  background-color: #212233;
}

.kiesmenu {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/kiesmenu.jpg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/kiesmenu.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.greencaravan {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/Green-caravan.jpg');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/Green-caravan.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.button-9 {
  border-radius: 4px;
  background-color: #f15b54;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.slide-33 {
  position: static;
  background-image: url('../images/eye-01.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/DS-KAMC-29.jpg');
  background-image: url('../images/eye-01.svg'), linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/DS-KAMC-29.jpg');
  background-position: 100% 25%, 0px 0px, 50% 20%;
  background-size: 60%, auto, cover;
  background-repeat: no-repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll;
  text-transform: none;
}

.html-embed-13 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 0px;
}

.image-82 {
  background-color: #212233;
}

.image-83 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#aaa));
  background-image: linear-gradient(180deg, #aaa, #aaa);
}

.image-84 {
  background-image: none;
}

.grid-11 {
  height: 75vh;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 15px;
  grid-template-areas: "Area Area";
  -ms-grid-columns: 1fr 15px 0.25fr 15px 1fr;
  grid-template-columns: 1fr 0.25fr 1fr;
}

.rich-text-block-9 {
  font-size: 20px;
}

.rich-text-block-10 {
  color: #f15b54;
}

.grid-12 {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-auto-flow: row;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.seabass {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/seabass-foto.png');
  background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/seabass-foto.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slogan-nl {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  font-family: 'Bebas Neue', sans-serif;
  color: #212233;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

.slogan-en {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  font-family: 'Bebas Neue', sans-serif;
  color: #212233;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

html.w-mod-js *[data-ix="probutton"] {
  display: block;
  opacity: 1;
}

html.w-mod-js *[data-ix="probutton-2"] {
  display: block;
  opacity: 1;
}

html.w-mod-js *[data-ix="offer-details-wrapper"] {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

html.w-mod-js *[data-ix="cookie"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hover-to-do"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="hide"] {
  display: block;
}

html.w-mod-js *[data-ix="eyeventures"] {
  -webkit-transform: skewX(0deg) skewY(-7deg);
  -ms-transform: skewX(0deg) skewY(-7deg);
  transform: skewX(0deg) skewY(-7deg);
}

html.w-mod-js *[data-ix="menubar"] {
  display: block;
}

@media screen and (max-width: 991px) {
  h2 {
    font-family: Montserrat, sans-serif;
    color: #212233;
    font-weight: 600;
  }

  p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }

  li {
    font-size: 2.5vh;
    line-height: 3.5vh;
  }

  strong {
    font-family: Montserrat, sans-serif;
  }

  .header {
    padding-right: 0px;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.7)), to(rgba(33, 34, 51, 0.7))), url('../images/oldestsharegijs.png');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.7), rgba(33, 34, 51, 0.7)), url('../images/oldestsharegijs.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .header.pageheader._1602 {
    height: 100vh;
  }

  .header.pageheader.hwe {
    display: block;
    height: 74vh;
    margin-right: auto;
    padding-top: 30vh;
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.7)), to(rgba(33, 34, 51, 0.7))), url('../images/engine-room-gauges-machine-53562.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.7), rgba(33, 34, 51, 0.7)), url('../images/engine-room-gauges-machine-53562.jpg');
    background-position: 0px 0px, 0% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .header.pageheader.services {
    height: 80vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/public-market.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/public-market.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .header.pageheader.money-maker {
    height: 60vh;
  }

  .header.pageheader.manifesto {
    height: 72vh;
    background-image: url('../images/Manifesto-Erik.jpg');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .header.pageheader.wokad {
    height: 60vh;
  }

  .header.pageheader.bedhoodie {
    height: 60vh;
  }

  .header.wmo {
    padding: 40px 80px 20px;
  }

  .header.partners {
    padding: 40px 80px 20px;
  }

  .header.partners.investmentdeck {
    height: 70vh;
  }

  .header.suggesties {
    height: 62vh;
    padding: 40px 80px 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/office-2463928_1280.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/office-2463928_1280.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .header.trips {
    height: 62vh;
    padding: 40px 80px 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.8)), to(rgba(33, 34, 51, 0.8))), url('../images/ask-2341784_1280.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.8), rgba(33, 34, 51, 0.8)), url('../images/ask-2341784_1280.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .header.partners {
    padding: 40px 80px 20px;
  }

  .header.partners.investmentdeck {
    height: 70vh;
  }

  .header.partners.volumepricing {
    height: 70vh;
  }

  .header.ft {
    height: 62vh;
    padding: 40px 80px 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/dairy-products-4WMM5MN-scaled.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/dairy-products-4WMM5MN-scaled.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .header.lenen {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.7)), to(rgba(33, 34, 51, 0.7))), url('../images/Group-24.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.7), rgba(33, 34, 51, 0.7)), url('../images/Group-24.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .header.kersten {
    height: 62vh;
    padding: 40px 80px 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Cannondale-Bergmeyer1.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Cannondale-Bergmeyer1.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .navbar {
    display: block;
    height: 75px;
    margin-right: auto;
    margin-left: auto;
  }

  .container {
    display: block;
    margin-top: 0px;
    padding-right: auto;
    padding-left: auto;
  }

  .container.navbar {
    height: 75px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0vw;
    background-color: rgba(33, 34, 51, 0.1);
  }

  .container.headercontainer {
    min-height: auto;
    margin-bottom: 0px;
    padding-right: auto;
    padding-left: auto;
  }

  .title-2.storytitle {
    min-height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  .title-2.storytitle.accounts {
    margin-bottom: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 3vh;
    line-height: 4vh;
  }

  .title-2.storytitle.accounts.opzet {
    margin-bottom: 0px;
  }

  .title-2.storytitle.accounts.opzet3 {
    padding-left: 0px;
  }

  .title-2.storytitle.summary {
    padding-right: 60px;
    padding-left: 60px;
    font-size: 14px;
    line-height: 20px;
  }

  .title-2.storytitle.transactions {
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .title-2.storytitle.functies {
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .title-2.storyintro {
    font-size: 14px;
    line-height: 22px;
  }

  .navlink {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    float: none;
    clear: left;
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
  }

  .navlink:hover {
    margin-right: auto;
    margin-left: auto;
    border: 1px none #000;
    background-color: transparent;
    color: #f15b54;
    font-weight: 600;
    text-decoration: none;
  }

  .navlink:active {
    margin-right: auto;
    margin-left: auto;
    text-decoration: none;
  }

  .navlink.w--current {
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    float: none;
    font-size: 20px;
    line-height: 20px;
  }

  .navlink.w--current:hover {
    padding-top: 10px;
    float: none;
    border: 1px none #212233;
    color: #f15b54;
    text-decoration: none;
  }

  .navlink.language {
    display: block;
    margin-right: 10px;
    padding: 10px;
    font-size: 11px;
  }

  .navlink.evalueaid {
    color: #fc0;
  }

  .navlink.evalueaid:hover {
    color: #fc0;
  }

  .navlink.eyeventures {
    position: static;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 20px;
    line-height: 20px;
  }

  .brand {
    width: 140px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: 20px;
    padding-top: 10px;
  }

  .brand.w--current {
    width: 140px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: 40px;
    padding-top: 0px;
    float: left;
  }

  .button {
    color: #fff;
    font-weight: 500;
  }

  .button.white.overlay {
    position: static;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    overflow: visible;
    padding: 10px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 14px;
    line-height: 16px;
  }

  .button.centered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 600px;
    margin: 5vh auto 0px;
    padding-top: 10px;
    text-align: center;
    letter-spacing: 0px;
  }

  .button.white.overlay {
    position: static;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    overflow: visible;
    padding: 10px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 14px;
    line-height: 16px;
  }

  .section {
    padding: 40px 20px 0px;
    background-image: none;
  }

  .section.grey {
    height: auto;
    padding: 40px 8vw;
  }

  .section.footer {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding: 60px 20px 0px;
    background-color: #fff;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .section.hoe {
    margin-right: auto;
    margin-left: auto;
    padding: 40px 8vw 40px 20px;
    border-style: none;
    border-radius: 0px;
  }

  .section.over {
    padding: 40px;
  }

  .section.grey-copy {
    height: auto;
    padding: 40px 8vw;
  }

  .section.hoe-copy {
    padding: 40px 8vw;
    border-style: none;
    border-radius: 0px;
  }

  .section.grey-copy {
    height: auto;
    padding: 40px 8vw;
  }

  .section.hoe {
    padding: 40px 8vw;
    border-style: none;
    border-radius: 0px;
  }

  .section.hoe-copy {
    padding: 40px 8vw;
    border-style: none;
    border-radius: 0px;
  }

  .footertext {
    position: static;
    left: 0px;
    top: 0px;
    overflow: visible;
    float: none;
    font-size: 16px;
    line-height: 24px;
  }

  .footertext.rechts {
    margin-right: 10px;
    margin-left: 0px;
    float: left;
    font-size: 11px;
    line-height: 11px;
    text-align: left;
  }

  .footertext.contact {
    padding-top: 5px;
    padding-right: 10px;
    float: left;
    font-size: 14px;
    line-height: 20px;
  }

  .footertext.route {
    display: block;
    overflow: visible;
    width: auto;
    margin-top: 0px;
    font-size: 10px;
    line-height: 11px;
  }

  .footerheader {
    font-size: 16px;
    line-height: 24px;
  }

  .titlevoordelen {
    display: block;
    width: 80%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
  }

  .titlevoordelen.left {
    margin-bottom: 10px;
    color: #f15b54;
    font-size: 24px;
    line-height: 36px;
  }

  .titlevoordelen.left.top {
    margin-left: auto;
    text-align: center;
  }

  .probutton {
    top: 240px;
    right: -22px;
    display: block;
    width: 80px;
    height: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #aaa;
    font-size: 14px;
    line-height: 18px;
  }

  .bgvideo {
    padding-right: 20px;
    padding-left: 20px;
    background-color: rgba(33, 34, 51, 0.7);
  }

  .quote {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 36px;
  }

  .quote.dark {
    margin-top: 0px;
    margin-left: 10px;
    font-size: 30px;
    line-height: 36px;
  }

  .quote.red {
    margin-left: 10px;
  }

  .headertitle {
    margin-top: 0px;
    padding-right: 0vw;
    padding-bottom: auto;
    padding-left: 0vw;
    font-size: 30px;
    line-height: 36px;
  }

  .headertitle.white {
    margin-top: 10vh;
    font-size: 50px;
    line-height: 50px;
    font-weight: 500;
  }

  .headertitle.team {
    font-size: 40px;
  }

  .headertext {
    font-size: 15px;
    line-height: 20px;
  }

  .headertext.white {
    display: inline-block;
    margin-right: 2vw;
    margin-left: 2vw;
    float: none;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 30px;
    line-height: 45px;
  }

  .headerbutton {
    float: none;
    clear: left;
  }

  .headerbutton.pricingbutton {
    margin-top: 20px;
    margin-bottom: 60px;
    font-size: 3vh;
    line-height: 4vh;
    font-weight: 500;
  }

  .propopupbg {
    display: none;
  }

  .footerlist {
    margin-left: auto;
    padding-left: 0px;
  }

  .pricing {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .left {
    font-size: 16px;
    line-height: 24px;
  }

  .navmenu {
    position: fixed;
    right: auto;
    display: none;
    overflow: visible;
    width: 100%;
    height: auto;
    margin-top: 70px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 0vw;
    padding-bottom: 20px;
    float: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #212233;
    font-size: 10px;
  }

  .navmenu:hover {
    display: block;
  }

  .subtext {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 24px;
  }

  .pricetitle {
    font-size: 16px;
  }

  .pricetitle.top {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .pricetitle.top.left {
    font-size: 3vh;
    line-height: 4vh;
  }

  .pricetitle.top.left {
    font-size: 2vh;
    line-height: 3vh;
  }

  .toggle {
    position: static;
    overflow: visible;
    float: none;
    clear: none;
  }

  .avatarimg.gijs {
    background-image: url('../images/gijs-2-ZW2.jpeg');
    background-position: 40% 25%;
    background-size: cover;
    background-repeat: repeat;
  }

  .avatarimg.herman {
    overflow: hidden;
    background-image: url('../images/Herman-ZW2.jpeg');
    background-position: 46% 31%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .avatarimg.tomek {
    background-image: url('../images/Tomek-ZW.jpeg');
    background-position: 50% 31%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .avatarimg.dave {
    background-position: 55% 23%;
    background-size: cover;
  }

  .avatarimg.raymond {
    background-image: url('../images/Raymond-ZW.jpeg');
    background-position: 44% 33%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .avatarimg.kevin {
    background-image: url('../images/Kevin-ZW.jpeg');
    background-position: 47% 40%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .avatarimg.matthijs {
    background-image: url('../images/Matthijs2-Zw.jpeg');
    background-position: 66% 34%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .avatarimg.bas {
    background-size: cover;
  }

  .avatarimg.kees {
    background-size: cover;
  }

  .avatarimg.ank {
    background-size: cover;
  }

  .avatarimg.varelie {
    background-image: url('../images/varelie-ZW.jpeg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .avatarimg.michael {
    background-position: 44% 28%;
    background-size: cover;
  }

  .avatarimg.luuk {
    background-image: url('../images/luuk-schoenmakers-ZW.jpeg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .avatarimg.jij._2 {
    background-size: cover;
  }

  .avatarimg.nazmul {
    background-image: url('../images/profile-pic-Nazmul-Hasan.png');
    background-position: 66% 34%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .function {
    font-size: 16px;
    line-height: 24px;
  }

  .seacchbar {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .companywrapper {
    width: auto;
  }

  .companywrapper.last {
    margin-right: 2%;
  }

  .spacer {
    width: 20px;
  }

  .sectionimg {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .sectionimg.left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .sectionimg._1602 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .form {
    width: auto;
  }

  .check {
    font-size: 16px;
    line-height: 24px;
  }

  .effecten {
    display: block;
    margin-left: -70px;
    text-align: left;
  }

  .legalfooter {
    margin-top: 0px;
  }

  .container-voorbeeld-pricing {
    display: none;
    padding-right: 200px;
  }

  .para {
    font-size: 2.5vh;
    line-height: 3.5vh;
  }

  .nietinbegrepen {
    font-size: 2vh;
    line-height: 3vh;
  }

  .nietinbegrepen.intro {
    width: 80px;
    font-size: 9px;
    line-height: 10px;
  }

  .menubutton {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-top: auto;
    padding: 0px;
    float: right;
    color: #fff;
  }

  .menubutton.w--open {
    display: block;
    background-color: transparent;
  }

  .social-medi {
    display: block;
    width: 20px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: left;
    clear: none;
  }

  .menuicon {
    display: block;
    margin-top: 10px;
    background-color: transparent;
    font-size: 45px;
  }

  .menuicon:hover {
    color: #f15b54;
  }

  .map {
    position: relative;
    top: 1px;
    right: 0px;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 140px;
    margin-right: auto;
    float: none;
    clear: none;
  }

  .richtext-red li {
    font-family: Montserrat, sans-serif;
    color: #212233;
    font-size: 16px;
    line-height: 24px;
  }

  .partners {
    position: relative;
    display: block;
    height: auto;
    margin: 10px auto;
    padding-right: 6vw;
    padding-left: 6vw;
    float: none;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .sociallink {
    margin-bottom: auto;
    margin-left: 0px;
  }

  .slider-2 {
    position: relative;
    left: 4px;
    top: 10px;
    right: 0px;
    float: left;
    clear: none;
    font-size: 16px;
  }

  .text-block-3 {
    max-width: 800px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 3vh;
    line-height: 4vh;
    text-align: center;
  }

  .slider-3 {
    margin-top: auto;
    margin-bottom: auto;
    padding: 90px 2vw;
  }

  .kop {
    font-size: 12px;
    line-height: 20px;
  }

  .row {
    margin-right: 0px;
    margin-left: 0px;
  }

  .column-36 {
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 0px;
  }

  .column-37 {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-38 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-39 {
    padding-right: 5px;
    padding-left: 0px;
  }

  .row-3 {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .column-42 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .column-43 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .column-44 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .column-46 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .column-47 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .column-48 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .column-50 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .stakpara {
    margin-left: 5px;
    text-align: center;
  }

  .column-left-circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .title {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .legal {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .column-62 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-63 {
    padding-left: 10px;
  }

  .column-63.partner {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-64 {
    position: static;
  }

  .image-9 {
    padding-top: 0px;
  }

  .div-aanmelden {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 200px;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: none;
    background-color: #f15b54;
    background-image: none;
  }

  .div-stap-cirkel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20vh;
    height: 20vh;
    margin-top: auto;
    margin-bottom: auto;
    border-style: none;
    background-color: #fff;
    background-image: none;
  }

  .div-stap-cirkel.hiw {
    margin-top: 0px;
  }

  .div-stap-cirkel.nieuws {
    width: 100px;
    height: 100px;
  }

  .div-mensen {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 200px;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f15b54;
    background-image: none;
  }

  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 200px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #f15b54;
    background-image: none;
  }

  .howitworks {
    width: 70%;
    margin-bottom: auto;
    font-size: 14px;
    line-height: 20px;
  }

  .howitworks.ffilmpje {
    font-size: 2.5vh;
    line-height: 4vh;
  }

  .howitworks.detail {
    width: 100%;
    padding-right: 10px;
  }

  .list-item {
    font-size: 2.5vh;
    line-height: 3.5vh;
  }

  .list-item-10 {
    font-size: 3vh;
    line-height: 4vh;
  }

  .list-item-11 {
    font-size: 16px;
  }

  .list-item-12 {
    font-size: 16px;
  }

  .list-item-13 {
    font-size: 16px;
  }

  .list-item-14 {
    font-size: 16px;
  }

  .list-item-15 {
    font-size: 16px;
  }

  .image-11 {
    display: block;
    width: 30vh;
    height: 30vh;
    margin-top: auto;
    margin-bottom: auto;
  }

  .list-item-16 {
    font-size: 16px;
  }

  .essential {
    width: 80px;
    height: 80px;
  }

  .professional {
    width: 80px;
    height: 80px;
  }

  .enterprise {
    width: 80px;
    height: 80px;
  }

  .pricingtitle {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
  }

  .price {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-top: 0px;
    font-size: 3vh;
    line-height: 4vh;
  }

  .div-liquiditeit {
    margin-top: 10%;
    background-image: url('../images/Fill-623_1Fill 623.png');
    background-position: 50% 50%;
    background-size: 100px;
    background-repeat: no-repeat;
  }

  .div-waarde {
    width: 100px;
    height: 100px;
    margin-top: 10%;
    border-radius: 50%;
    background-image: url('../images/Fill-590_1Fill 590.png');
    background-size: auto;
    background-repeat: no-repeat;
  }

  .section-grey {
    padding: 40px 6vw;
  }

  .section-grey.overons {
    padding: 60px 20px;
    background-color: #212233;
  }

  .column-right-circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0%;
    margin-right: auto;
    margin-left: auto;
  }

  .column-69 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .symbool-aanmelden {
    display: block;
    margin: auto;
    background-image: url('../images/aanmelden_icon_1aanmelden_icon.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .symbool-aanmelden.hiw {
    margin-top: 20px;
    margin-bottom: auto;
  }

  .symbool-voorwaarden {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: 90%;
    margin: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url('../images/weegschaal.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .flex-row-stap-links {
    display: block;
    margin-top: 0vh;
  }

  .symbool-mensen {
    display: block;
    width: 90%;
    height: 90%;
    margin: auto;
    background-image: url('../images/mensen.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .symbool-groei {
    display: block;
    width: 90%;
    height: 90%;
    margin: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: none;
    background-image: url('../images/groei.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .unordered-list-7 {
    padding-left: 20px;
    font-size: 16px;
    line-height: 24px;
    list-style-type: disc;
  }

  .column-right-text {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-71 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .flex-row-stap-rechts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0px auto 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .link-8 {
    font-size: 12px;
    line-height: 20px;
  }

  .text-block-4 {
    font-size: 12px;
    line-height: 20px;
  }

  .column-73 {
    padding-left: 0px;
  }

  .pricing-grey {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-74 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .row-17 {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
  }

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

  .pricing-white {
    margin-right: 0px;
    margin-left: 0px;
  }

  .column-85 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .details {
    padding-left: 0px;
  }

  .lightbox-link {
    margin-top: 30px;
  }

  .lightbox-link.hiw {
    height: 25vh;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: auto;
    padding-right: 0px;
  }

  .lightbox-link.hiw {
    width: 95%;
    height: 25vh;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: auto;
    padding-right: 0px;
  }

  .nieuwslink {
    width: 100px;
    height: 100px;
  }

  .body {
    background-color: transparent;
    background-image: none;
  }

  .faqquestion {
    padding-right: 10px;
  }

  .faqquestiontext {
    font-size: 16px;
    line-height: 24px;
  }

  .image-23 {
    font-size: 16px;
    line-height: 24px;
  }

  .stepdetail {
    padding-bottom: 10px;
  }

  .faqsection {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-email {
    color: #f15b54;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
  }

  .belons {
    margin-top: 20px;
    color: #212233;
    font-weight: 500;
  }

  .sublanding {
    margin-top: 20px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .divgrey {
    display: block;
    padding: 20px 80px 2vh;
  }

  .divgrey.red {
    padding: 0px 10px 0px 0px;
  }

  .divgrey.pricing {
    padding: 40px 0px;
  }

  .divwhite {
    padding: 60px 2vw;
  }

  .divred {
    padding: 40px 20px 60px;
  }

  .pricingheader {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 24px;
    line-height: 30px;
  }

  .charge {
    margin-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 26px;
  }

  .probutton-join {
    top: 160px;
    right: -22px;
    height: 35px;
    margin-left: 0px;
    border: 1px solid #aaa;
    background-color: #f15b54;
    font-size: 14px;
    line-height: 18px;
  }

  .probutton-ontzorg {
    margin-left: 25px;
    border: 1px solid #aaa;
  }

  .navlink-drop {
    padding-right: 5px;
    color: #212233;
    font-size: 12px;
    line-height: 16px;
  }

  .navlink-drop.w--current {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 13px;
  }

  .icon-9 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 16px;
  }

  .icon-9:hover {
    color: #f15b54;
    font-weight: 700;
  }

  .text-block-11 {
    padding-right: 5px;
    font-size: 14px;
    line-height: 16px;
  }

  .dropdown-toggle-2 {
    position: relative;
    top: 0px;
    right: 0px;
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
  }

  .dropdown-list {
    top: 65px;
    right: 0px;
    display: none;
  }

  .facebook {
    display: none;
  }

  .twitter {
    display: none;
  }

  .submit-button-2 {
    border-radius: 5px;
    background-color: #212233;
    font-size: 14px;
  }

  .text-field {
    line-height: 14px;
  }

  .text-field-2 {
    line-height: 14px;
  }

  .text-field-3 {
    line-height: 14px;
  }

  .text-field-4 {
    line-height: 14px;
  }

  .field-label {
    font-size: 12px;
    font-weight: 400;
  }

  .field-label-2 {
    font-size: 12px;
    font-weight: 400;
  }

  .field-label-3 {
    font-size: 12px;
    font-weight: 400;
  }

  .field-label-4 {
    font-size: 12px;
    font-weight: 400;
  }

  .customerslider {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .multislide {
    margin-right: 3vw;
    margin-left: 3vw;
  }

  .mask {
    margin-left: auto;
  }

  .slide {
    display: inline-block;
    width: 33%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .popup-overlay {
    display: none;
  }

  .private {
    width: 80px;
    height: 80px;
  }

  .price-2 {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-top: 0px;
    font-size: 16px;
    line-height: 24px;
  }

  .pricingheader-2 {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 40px;
    line-height: 40px;
  }

  .catchphrase {
    font-size: 14px;
    line-height: 22px;
  }

  .pricingtitle-2 {
    font-size: 20px;
    line-height: 26px;
  }

  .nudge {
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    float: none;
  }

  .link-block-11 {
    width: 50px;
    height: 50px;
    margin-right: 5px;
    margin-left: auto;
  }

  .link-block-12 {
    width: 40px;
    height: 40px;
  }

  .navlink-eyeventures {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1.5vh;
    line-height: 3vh;
    font-weight: 500;
    text-align: center;
  }

  .navlink-eyeventures:hover {
    margin-right: 10px;
    margin-left: 10px;
    color: #f15b54;
    font-size: 2.5vh;
    line-height: 3.5vh;
    font-weight: 400;
  }

  .navlink-eyeventures.w--current {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
  }

  .pricingheader-copy {
    margin-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 20px;
  }

  .investment-deck {
    width: 300px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: 20px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
  }

  .link-block-13 {
    width: 50px;
    height: 50px;
    margin-right: 5px;
    margin-left: auto;
  }

  .surname {
    font-size: 16px;
    line-height: 24px;
  }

  .header-aboutus {
    overflow: hidden;
    padding-right: 0px;
    padding-left: 0px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .link-block-14 {
    width: 50px;
    height: 50px;
    margin-right: 5px;
    margin-left: auto;
  }

  .login {
    display: block;
  }

  .link-21 {
    position: fixed;
    left: auto;
    top: 400px;
    right: -60px;
    display: none;
    overflow: visible;
    width: 160px;
    margin-right: 0px;
    margin-left: 0px;
    clear: none;
    background-color: hsla(0, 0%, 93.3%, 0.7);
    font-size: 14px;
    line-height: 18px;
  }

  .diveyeconwhat {
    display: none;
    background-color: hsla(0, 0%, 100%, 0.8);
  }

  .diveyecon {
    min-width: 180px;
    margin-left: 3vw;
  }

  .slider-case {
    padding-right: 80px;
    padding-left: 80px;
  }

  .text-block-hiw {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 20px;
    line-height: 30px;
  }

  .dropdown-link-menu {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .dropdown-4 {
    display: block;
    margin-top: auto;
    float: right;
  }

  .dropdown-toggle-4 {
    margin-top: 0px;
    padding-right: 40px;
  }

  .icon-14 {
    font-size: 30px;
    line-height: 30px;
  }

  .pricintg-white {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-125 {
    margin-top: 30px;
    padding-left: 0vw;
  }

  .row-25 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .title-2.storyintro {
    min-height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
  }

  .title-2.storytitle {
    min-height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  .title-2.storytitle.summary {
    min-height: 180px;
    padding: 10px 0px;
    font-size: 14px;
    line-height: 20px;
  }

  .storybg-2.partner3 {
    width: 120px;
    height: 120px;
  }

  .storybg-2.partner1 {
    width: 120px;
    height: 120px;
  }

  .storybg-2.partner6 {
    width: 120px;
    height: 120px;
  }

  .storybg-2.partner5 {
    width: 120px;
    height: 120px;
  }

  .storybg-2.partner-4 {
    width: 120px;
    height: 120px;
  }

  .storybg-2.partner4 {
    width: 120px;
    height: 120px;
  }

  .storybg-2.partner2 {
    width: 120px;
    height: 120px;
  }

  .storybg-2.nudge {
    width: 120px;
    height: 120px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .storybg-2.nudge {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .storybg-2.nextstep {
    width: 120px;
    height: 120px;
  }

  .storybg-2.sblogo {
    width: 120px;
    height: 120px;
  }

  .right-arrow-9 {
    display: block;
    width: 50px;
    font-size: 20px;
  }

  .left-arrow-8 {
    display: block;
    width: 50px;
    font-size: 20px;
  }

  .slide-nav-8 {
    border: 1px none #5ab2f1;
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    color: #555;
  }

  .list-oneoff {
    font-size: 16px;
    line-height: 20px;
  }

  .row-25-copy {
    margin-right: 0px;
    margin-left: 0px;
  }

  .hiwpicture {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .stappentitle-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
  }

  .calculator-container {
    padding-left: 0vw;
  }

  .ui-widget-content {
    width: 70%;
  }

  .input-slider {
    margin-left: 20px;
  }

  .revenue-label {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
  }

  .si {
    font-size: 16px;
    line-height: 24px;
  }

  .calculator-revenue {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
  }

  .icon-17 {
    margin-top: 50vh;
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 24px;
  }

  .icon-18 {
    margin-top: 50vh;
    margin-bottom: 50vh;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    line-height: 24px;
  }

  .wok2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url("https://uploads-ssl.webflow.com/5f1c91878bed093d030b8fcd/5f1c91878bed0953700b93c5_Thank%20WOK%20It's%20Friday-01585.jpg");
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url("https://uploads-ssl.webflow.com/5f1c91878bed093d030b8fcd/5f1c91878bed0953700b93c5_Thank%20WOK%20It's%20Friday-01585.jpg");
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .navlink-home {
    display: block;
    margin: 10px auto;
    padding-right: 15px;
    padding-left: 15px;
    float: none;
    clear: left;
    background-size: auto 30px;
    font-size: 13px;
    line-height: 16px;
  }

  .navlink-home:hover {
    padding-top: 20px;
    border: 1px none #000;
    background-size: auto 20px;
    color: #f15b54;
    font-weight: 600;
    text-decoration: underline;
  }

  .navlink-home.w--current {
    position: static;
    display: block;
    margin: auto;
    padding: 20px;
    float: none;
    clear: left;
    background-size: auto 30px;
    font-family: Montserrat, sans-serif;
    color: transparent;
    font-size: 14px;
  }

  .navlink-home.w--current:hover {
    display: block;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    float: none;
    border: 1px none #212233;
    color: #fff;
    text-decoration: underline;
  }

  .div-block-158 {
    margin-top: 40px;
    padding-right: 0vw;
    padding-left: 0vw;
    text-align: justify;
  }

  .text-block-29 {
    width: 80vw;
    font-size: 40px;
    line-height: 50px;
  }

  .header-text {
    margin-top: 15vh;
  }

  .wok {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/wok.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/wok.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .smpl {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.5)), to(rgba(33, 34, 51, 0.5))), url('../images/smpl.png');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.5), rgba(33, 34, 51, 0.5)), url('../images/smpl.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .pumps {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/pexels-alexandra-maria-318236.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/pexels-alexandra-maria-318236.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .image-31 {
    position: static;
    width: auto;
    max-width: 25vw;
    margin-top: auto;
    margin-bottom: auto;
  }

  .enforce {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/BN3I2019.png');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/BN3I2019.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .div-block-164 {
    width: 30vw;
    height: 6px;
    margin-top: auto;
    margin-bottom: 20px;
  }

  .link-block-18 {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .section-11 {
    padding-right: 80px;
    padding-left: 80px;
  }

  .heading-70 {
    display: block;
    font-size: 5vh;
    line-height: 6vh;
  }

  .text-block-22 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
  }

  .heading-71 {
    font-size: 24px;
    line-height: 36px;
  }

  .los {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-12 {
    padding-right: 20px;
    padding-left: 20px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .heading-19-copy {
    height: auto;
    font-size: 3vh;
    line-height: 5vh;
  }

  .image-35 {
    max-width: 60%;
  }

  .div-block-167 {
    width: 35vw;
    margin-bottom: 10px;
    background-color: transparent;
  }

  .div-block-168 {
    margin-right: auto;
    margin-left: auto;
  }

  .columns-3 {
    display: none;
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .heading-76 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 5vh;
    line-height: 6vh;
  }

  .heading-76-copy {
    font-size: 5vh;
    line-height: 6vh;
  }

  .div-block-170 {
    width: 90px;
  }

  .heading-77 {
    font-size: 3vh;
    line-height: 4vh;
  }

  .heading-77-copy {
    font-size: 3vh;
    line-height: 4vh;
  }

  .div-block-171 {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .link-block-22 {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .link-block-23 {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .link-block-24 {
    width: 70px;
    height: 70px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .heading-339 {
    margin-top: 60px;
    font-size: 4vh;
    line-height: 5vh;
  }

  .heading-340 {
    font-size: 3vh;
    line-height: 4px;
  }

  .slider-30 {
    margin-top: auto;
    margin-bottom: auto;
    padding: 60px 2vw;
  }

  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .heading {
    left: 21%;
    top: -61px;
    display: block;
    width: 300px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
  }

  .heading-349 {
    padding-right: 80px;
    padding-left: 80px;
    color: #fff;
    font-size: 6vh;
    line-height: 6vh;
  }

  .demo {
    position: static;
    left: 0px;
    top: 0px;
    overflow: visible;
    float: none;
    font-size: 14px;
    line-height: 20px;
  }

  .column-62-copy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .bold-text-30 {
    color: #f15b54;
    font-size: 14px;
    line-height: 20px;
  }

  .column-131 {
    display: block;
    margin-top: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .column-132 {
    display: block;
    padding-right: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .mask-13 {
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
  }

  .icon-23 {
    font-size: 30px;
    line-height: 30px;
  }

  .icon-24 {
    font-size: 30px;
    line-height: 30px;
  }

  .probutton-eyev {
    top: 600px;
    right: -40px;
    display: block;
    width: 120px;
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #aaa;
    font-size: 14px;
    line-height: 18px;
  }

  .column-70 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .partner {
    padding: 40px 6vw;
  }

  .pricingheader-calculator {
    margin-top: 20px;
    margin-bottom: auto;
    padding-right: 10px;
    padding-left: 0px;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
  }

  .field-label-10 {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
  }

  .heading-61-copy {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .heading-copy {
    margin-top: 40vh;
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 45px;
  }

  .column-160 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .lightbox-link-3 {
    height: auto;
  }

  .link-block-26 {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .row-26 {
    overflow: visible;
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-19 {
    display: none;
    background-image: url('../images/Vector2x-2.svg');
    background-position: 0px 0px;
    background-size: 125px;
  }

  .heading-356 {
    margin-top: 0px;
  }

  .submit-button-5 {
    font-size: 3vh;
    line-height: 4vh;
  }

  .heading-357 {
    font-size: 3vh;
    line-height: 4vh;
  }

  .heading-74-copy-2 {
    margin-top: 0px;
  }

  .para1 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }

  .paragraph-24 {
    font-size: 16px;
  }

  .div-block-182 {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .image-43 {
    width: auto;
    max-width: 125px;
    margin-right: auto;
    margin-left: auto;
  }

  .quotequote {
    color: #fff;
  }

  .text-block-34 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .link-block-30 {
    display: inline-block;
  }

  .eyevnturestext {
    top: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    float: none;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 10px;
    line-height: 10px;
  }

  .eyevnturestext:hover {
    position: relative;
    top: 0px;
    color: #fff;
  }

  .link-block-invready {
    width: 100px;
    height: 100px;
    margin-right: 10px;
    margin-left: 10px;
    text-decoration: none;
  }

  .div-block-185 {
    display: block;
    margin-top: 40px;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .div-block-186 {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #212233;
  }

  .column-166 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .social-media-copy {
    position: relative;
    display: -ms-grid;
    display: grid;
    height: auto;
    margin: 10px auto 20px;
    float: none;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .trimix {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-right: 10px;
    margin-left: 10px;
    float: none;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .sbc {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-right: 10px;
    margin-left: 10px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .bluesuit {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .eodv {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .nsfcopy {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .mifox {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .text-block-40 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .hero {
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .div-block-190 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .link-block-30-copy {
    display: inline-block;
  }

  .column-168 {
    display: inline-block;
    margin-bottom: 20px;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .button-4 {
    position: relative;
    display: inline-block;
    height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    clear: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    font-size: 14px;
    font-weight: 400;
  }

  .div-block-191 {
    display: none;
    width: 100%;
    margin-right: auto;
    margin-left: 0px;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .equity-you-earn {
    padding-top: 60px;
  }

  .heading-361 {
    font-size: 30px;
    line-height: 38px;
  }

  .euro {
    padding-left: 0px;
    font-size: 12px;
  }

  .div-block-192 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-192-copy {
    padding: 0px 0px 0px 10px;
  }

  .list-item-29 {
    line-height: 24px;
  }

  .text-block-43 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
  }

  .usps {
    display: block;
    height: 100px;
    margin: 10px auto;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .link-block-23-copy {
    display: block;
    width: 80px;
    height: 80px;
    margin-right: 10px;
    margin-left: 10px;
    float: left;
  }

  .link-block-invready-copy {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    margin-left: 10px;
    float: left;
    text-decoration: none;
  }

  .link-block-26-copy {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .heading-369 {
    font-size: 40px;
    line-height: 40px;
  }

  .div-block-194 {
    position: absolute;
    left: auto;
    top: auto;
    right: 40px;
    bottom: 20px;
    display: inline-block;
    width: 400px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-45 {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-196 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-175 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid-3 {
    display: -ms-grid;
    display: grid;
    padding-right: 0px;
    padding-left: 0px;
    justify-items: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-areas: ". ."
      ". ."
      "Area Area";
    -ms-grid-columns: 0.5fr 10px 1fr;
    grid-template-columns: 0.5fr 1fr;
    -ms-grid-rows: auto 10px auto;
    grid-template-rows: auto auto;
  }

  .blok-price {
    font-family: Montserrat, sans-serif;
    text-align: left;
  }

  .blok-price.right {
    padding-left: 0px;
    text-align: left;
  }

  .text-span-28 {
    font-size: 20px;
    text-align: left;
  }

  .core-header {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0%;
    padding-left: 0%;
    font-size: 36px;
    line-height: 46px;
    text-align: left;
  }

  .text-block-22-copy {
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .button-email-copy {
    color: #f15b54;
    font-size: 2.5vh;
    line-height: 3.5vh;
    font-weight: 500;
  }

  .div-block-198 {
    display: -ms-grid;
    display: grid;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    font-style: italic;
  }

  .div-block-199 {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }

  .slide-24 {
    background-image: url('../images/eye-01.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/SEKK-WhatsApp-Image-2020-04-06-at-10.50.11.jpeg');
    background-image: url('../images/eye-01.svg'), linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/SEKK-WhatsApp-Image-2020-04-06-at-10.50.11.jpeg');
    background-position: 100% 15%, 0px 0px, 50% 50%;
    background-size: 60%, auto, cover;
    background-repeat: no-repeat, repeat, repeat;
    background-attachment: scroll, scroll, scroll;
  }

  .heading-369-copy {
    font-size: 8vh;
    line-height: 8vh;
  }

  .heading-copy {
    margin-top: auto;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-194-copy {
    margin-top: 15vh;
  }

  .slide-26 {
    background-image: url('../images/eye-01.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/WokUtrecht-6410.jpg');
    background-image: url('../images/eye-01.svg'), linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/WokUtrecht-6410.jpg');
    background-position: 100% 15%, 0px 0px, 0px 0px;
    background-size: 60%, auto, cover;
    background-repeat: no-repeat, repeat, repeat;
    background-attachment: scroll, scroll, scroll;
  }

  .heading-371 {
    font-size: 4vh;
    line-height: 5vh;
  }

  .slide-27 {
    background-image: url('../images/eye-01.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/Bedhoodie-WhatsApp-Image-2019-08-09-at-12.38.52.jpeg');
    background-image: url('../images/eye-01.svg'), linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/Bedhoodie-WhatsApp-Image-2019-08-09-at-12.38.52.jpeg');
    background-position: 100% 15%, 0px 0px, 0px 0px;
    background-size: 60%, auto, cover;
    background-repeat: no-repeat, repeat, repeat;
    background-attachment: scroll, scroll, scroll;
  }

  .slide-28 {
    background-image: url('../images/eye-01.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/Keyvisual_Groen_Zwart_social_3000x900-2019-10-08-094453.jpg');
    background-image: url('../images/eye-01.svg'), linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/Keyvisual_Groen_Zwart_social_3000x900-2019-10-08-094453.jpg');
    background-position: 100% 15%, 0px 0px, 50% 50%;
    background-size: 60%, auto, cover;
    background-repeat: no-repeat, repeat, repeat;
    background-attachment: scroll, scroll, scroll;
  }

  .div-block-203 {
    display: none;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
  }

  .div-block-196-copy {
    padding-right: 20px;
    padding-left: 20px;
  }

  .deal-copy {
    color: #fff;
    text-align: left;
  }

  .youtube {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .section-23 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-24 {
    margin-right: auto;
    margin-left: auto;
    padding: 40px 20px;
  }

  .column-179 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-180 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-57 {
    top: 0%;
    right: 5%;
    width: 16%;
  }

  .div-block-204 {
    width: 180px;
  }

  .button-5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-58 {
    width: 80%;
    max-width: none;
  }

  .slide-29 {
    background-image: url('../images/eye-01.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/DS-KAMC-29.jpg');
    background-image: url('../images/eye-01.svg'), linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/DS-KAMC-29.jpg');
    background-position: 100% 15%, 0px 0px, 50% 20%;
    background-size: 60%, auto, cover;
    background-repeat: no-repeat, repeat, repeat;
    background-attachment: scroll, scroll, scroll;
  }

  .link-block-tachyons {
    width: 100px;
    height: 100px;
    margin-right: 10px;
    margin-left: 10px;
    text-decoration: none;
  }

  .link-block-fm {
    width: 100px;
    height: 100px;
    margin-right: 10px;
    margin-left: 10px;
    text-decoration: none;
  }

  .lightbox-link-10 {
    padding-top: 5px;
  }

  .image-59 {
    width: 20px;
    padding-top: 0px;
  }

  .eyevnturestext-copy {
    position: static;
    left: -12px;
    top: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    float: left;
    clear: both;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    line-height: 16px;
  }

  .div-block-207 {
    width: 200px;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    float: none;
    clear: left;
    border-style: solid;
  }

  .div-block-207.eye {
    margin: 10px auto;
    float: none;
  }

  .lightbox-link-12 {
    width: auto;
  }

  .lightbox-link-13 {
    width: 80%;
    margin-top: 21px;
  }

  .image-60 {
    max-height: 400px;
    max-width: 100%;
  }

  .section-25 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .columns-26 {
    margin-bottom: auto;
  }

  .core {
    font-size: 16px;
    line-height: 20px;
  }

  .text-span-29 {
    font-size: 20px;
  }

  .pricing-grid-features-copy {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .header-content {
    margin-top: 100px;
  }

  .h1 {
    font-size: 60px;
    line-height: 70px;
  }

  .paragraph {
    font-size: 24px;
    line-height: 30px;
  }

  .cta-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .partibutton {
    margin-left: 0px;
  }

  .container-13 {
    width: 100%;
    margin-top: 0px;
  }

  .partibutton-copy {
    margin-left: 0px;
  }

  .features {
    padding-right: 60px;
    padding-left: 60px;
    background-position: 50% 96%;
    background-size: contain;
  }

  .lightbox-link-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .container-2 {
    height: auto;
    min-height: 0px;
    padding-bottom: 40px;
  }

  .paragraph-28 {
    min-height: 0px;
    margin-bottom: auto;
    font-size: 30px;
    line-height: 40px;
  }

  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .h2-2 {
    font-size: 40px;
    line-height: 40px;
  }

  .worthy-small {
    width: 100%;
    background-color: transparent;
    font-size: 30px;
    line-height: 40px;
  }

  .h2-container {
    width: 80%;
  }

  .worthy {
    font-size: 60px;
    line-height: 60px;
  }

  .evalueaidbutton {
    margin-right: auto;
    margin-left: auto;
  }

  .whatsapp {
    left: auto;
    top: auto;
    right: 40px;
    bottom: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .bold-text-35-copy {
    font-size: 18px;
    line-height: 22px;
  }

  .smartcards {
    padding-top: 60px;
  }

  .heading-340-copy {
    font-size: 3vh;
    line-height: 4px;
  }

  .heading-340-copy {
    font-size: 3vh;
    line-height: 4px;
  }

  .html-embed-7 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-26 {
    display: none;
    background-image: url('../images/The-Golden-Logo-white.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/The-Golden-Logo-white.svg'), linear-gradient(180deg, transparent, transparent);
    background-position: 150% 30%, 0px 0px;
  }

  .heading-373 {
    margin-top: 8vh;
    margin-left: 5vh;
    font-size: 24vh;
    line-height: 24vh;
  }

  .section-13 {
    padding-right: 20px;
    padding-left: 20px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .header-antique-white {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 40px;
  }

  .usps-2 {
    display: block;
    height: 400px;
    margin: 10px auto;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .text-block-45-copy {
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-43-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
  }

  .text-block-45-2 {
    padding-right: 0px;
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-45-copy-copy {
    font-size: 16px;
    line-height: 24px;
  }

  .usps-3 {
    display: none;
    height: 400px;
    margin: 10px auto;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .text-block-45-3 {
    font-size: 16px;
    line-height: 24px;
  }

  .columns-28 {
    padding-top: 0px;
  }

  .section-30 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .neleman {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/Neleman.jpeg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/Neleman.jpeg');
    background-position: 0px 0px, 80% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .sekk {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/sameneenkoekopen-huub-en-kirsten.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/sameneenkoekopen-huub-en-kirsten.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .wok3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/WokUtrecht-6395.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/WokUtrecht-6395.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .dropdown-toggle-5 {
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: left;
    font-size: 20px;
  }

  .dropdown-6 {
    float: none;
    clear: left;
  }

  .text-block-52 {
    font-size: 20px;
  }

  .icon-28 {
    font-size: 20px;
  }

  .dropdown-link-6 {
    font-size: 20px;
    text-align: left;
  }

  .dropdown-list-5 {
    font-size: 20px;
    font-weight: 500;
  }

  .dropdown-list-5.w--open {
    position: static;
  }

  .section-13-copy {
    padding-right: 20px;
    padding-left: 20px;
    background-image: url('../images/triangle-left-red2x-1.svg');
    background-position: 100% 10%;
    background-size: 30%;
    background-repeat: no-repeat;
  }

  .heading-374-copy {
    text-align: left;
  }

  .list-item-30 {
    font-size: 16px;
    line-height: 24px;
  }

  .button-4-copy {
    position: relative;
    display: inline-block;
    height: 30px;
    margin-bottom: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    clear: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    font-size: 14px;
    font-weight: 400;
  }

  .section-blue {
    margin-bottom: auto;
    padding: 100px 0px;
    background-image: none;
  }

  .heading-61-copy {
    max-width: none;
    font-size: 16px;
    line-height: 20px;
  }

  .section-33 {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bold-text-37 {
    color: #e8d7c5;
  }

  .bold-text-38 {
    color: #e8d7c5;
  }

  .heading-376 {
    margin-top: 60px;
    font-size: 4vh;
    line-height: 5vh;
  }

  .investr {
    width: 300px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: 20px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
  }

  .div-block-218 {
    margin-right: 0%;
    margin-left: 0px;
  }

  .column-46-copy {
    padding-right: 5px;
    padding-left: 5px;
  }

  .column-50-copy {
    padding-right: 5px;
    padding-left: 5px;
  }

  .picture {
    position: static;
    display: inline-block;
    height: 120px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .name {
    margin-top: 20px;
  }

  .aboutus {
    margin-right: 10px;
    margin-left: 0px;
  }

  .over-ons {
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .header-antique-white-2 {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }

  .link-42 {
    font-size: 18px;
    font-weight: 600;
  }

  .core-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-19-copy-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-55 {
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-56 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
  }

  .usps-5 {
    display: block;
    height: 100px;
    margin: 10px auto;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .stappentitle-copy-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
  }

  .quotequote-2 {
    color: #fff;
  }

  .div-block-284 {
    width: 30vw;
    height: 6px;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .howitworks-2 {
    width: 75%;
    margin-bottom: auto;
    font-size: 14px;
    line-height: 20px;
  }

  .howitworks-2.ffilmpje {
    font-size: 2.5vh;
    line-height: 4vh;
  }

  .titlevoordelen-2 {
    display: block;
    width: 70%;
    margin-top: 0px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
  }

  .button-7 {
    position: relative;
    display: inline-block;
    height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    clear: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    font-size: 14px;
    font-weight: 400;
  }

  .divgrey-2 {
    display: block;
    padding: 0px;
  }

  .divgrey-2.red {
    padding: 60px 0px;
  }

  .stepdetail-2 {
    padding-bottom: 10px;
  }

  .heading-381 {
    padding-right: 80px;
    padding-left: 80px;
    font-size: 6vh;
    line-height: 6vh;
  }

  .dropdown-7 {
    display: inline-block;
    float: none;
    clear: left;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
  }

  .text-block-58 {
    font-size: 20px;
  }

  .dropdown-link-7 {
    font-size: 20px;
    text-align: left;
  }

  .navlink-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    clear: none;
    background-color: transparent;
    color: #fff;
    font-size: 10px;
    line-height: 20px;
  }

  .navlink-3:hover {
    margin-right: auto;
    margin-left: auto;
    border: 1px none #000;
    background-color: transparent;
    color: #f15b54;
    font-weight: 600;
    text-decoration: none;
  }

  .navlink-3:active {
    margin-right: auto;
    margin-left: auto;
    text-decoration: none;
  }

  .navlink-3.w--current {
    margin-left: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 20px;
  }

  .navlink-3.w--current:hover {
    padding-top: 10px;
    border: 1px none #212233;
    color: #fff;
    text-decoration: none;
  }

  .navlink-3.evalueaid {
    float: none;
    clear: left;
    color: #fc0;
  }

  .navlink-3.evalueaid:hover {
    color: #fc0;
  }

  .div-block-285 {
    display: inline-block;
    margin: 0px auto;
    padding-top: 5px;
    padding-bottom: 5px;
    float: none;
    clear: left;
    border-style: solid;
  }

  .eyevnturestext-copy-2 {
    position: static;
    left: -12px;
    top: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    float: left;
    clear: both;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 16px;
  }

  .menubutton-2 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-top: auto;
    padding: 0px;
    float: right;
    color: #fff;
  }

  .menubutton-2.w--open {
    display: block;
    background-color: transparent;
  }

  .menuicon-2 {
    display: block;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5px;
    padding-left: 5px;
    background-color: transparent;
    font-size: 45px;
  }

  .menuicon-2:hover {
    color: #f15b54;
  }

  .column-50-copy-2 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .column-46-copy-2 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .div-block-286 {
    display: none;
  }

  .link-block-33 {
    display: block;
    width: 30px;
    height: 30px;
    margin: auto 10px 10px auto;
    float: none;
  }

  .link-block-33-2 {
    display: block;
    width: 30px;
    height: 30px;
    margin: auto 10px 10px auto;
    float: none;
  }

  .link-block-33-copy-copy {
    display: block;
    width: 30px;
    height: 30px;
    margin: auto 10px 0px auto;
    float: none;
  }

  .column-186 {
    position: static;
    display: inline-block;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .column-187 {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-287 {
    height: 70px;
  }

  .picture-2 {
    margin-right: 0px;
  }

  .title-3 {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .slider-101 {
    display: inline;
  }

  .mask-14 {
    position: relative;
    overflow: hidden;
    height: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .columns-29 {
    overflow: hidden;
  }

  .usph {
    height: 100%;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .fromanteel {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/fromanteel.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/fromanteel.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .link-block-34 {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .lightbox-link-14 {
    display: block;
    width: 240px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .link-block-18-copy {
    margin-top: 5vh;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .bold-text-41 {
    font-size: 16px;
    line-height: 20px;
  }

  .slide-30 {
    margin-right: auto;
    margin-left: auto;
    padding-top: 0vh;
    background-image: url('../images/eye-01.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/Neleman.jpeg');
    background-image: url('../images/eye-01.svg'), linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/Neleman.jpeg');
    background-position: 100% 15%, 0px 0px, 50% 50%;
    background-size: 60%, auto, cover;
    background-repeat: no-repeat, repeat, repeat;
    background-attachment: scroll, scroll, scroll;
  }

  .sharecases {
    font-size: 16px;
    line-height: 16px;
  }

  .div-block-288 {
    display: block;
    margin-top: 20vh;
    margin-right: 60px;
    margin-left: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .usph-1 {
    position: static;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .usph-2 {
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .usph-3 {
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .column-189 {
    padding-left: 10px;
  }

  .intersport {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/Intersport-zierikzee.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/Intersport-zierikzee.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .vmm {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/107463980_323389845722647_4806833770099603105_o.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/107463980_323389845722647_4806833770099603105_o.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .usph-4 {
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .usph-5 {
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .icon-32 {
    margin-top: 50vh;
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 24px;
  }

  .usph-6 {
    position: static;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .icon-33 {
    margin-top: 50vh;
    margin-bottom: 50vh;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    line-height: 24px;
  }

  .link-block-18-copy-3 {
    margin-top: 5vh;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .usph-7 {
    height: 100%;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .slider-10 {
    display: block;
    height: 75vh;
  }

  .heading-eye {
    font-size: 7vh;
    line-height: 9vh;
  }

  .mmm {
    margin-top: 15vh;
    margin-left: auto;
    font-size: 120px;
    line-height: 120px;
  }

  .text-span-41-small {
    font-size: 60px;
    line-height: 25px;
  }

  .text-span-44-small {
    font-size: 60px;
    line-height: 25px;
  }

  .section-38 {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/The-Golden-Logo-white.svg');
    background-position: 155% 0%;
    background-size: 50%;
    background-repeat: no-repeat;
  }

  .div-block-167a {
    width: 35vw;
    margin-top: 0vh;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
  }

  .deal-copy-copy {
    color: #5ab2f1;
    text-align: left;
  }

  .div-block-289 {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .text-block-60 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .whooler {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/Si1g1eh4.__.22r1_b9nd-a23e030e0m-omlfc2-2021-04-21-083621.png');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/Si1g1eh4.__.22r1_b9nd-a23e030e0m-omlfc2-2021-04-21-083621.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .vidate {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/Vidate-smartphone.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/Vidate-smartphone.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .div-block-218-a {
    margin-right: auto;
    margin-left: auto;
  }

  .europeansleeper {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/europeansleeper.png');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/europeansleeper.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .over-ons-old {
    margin-bottom: 40px;
  }

  .image-65 {
    width: 100px;
  }

  .heading-373-copy {
    margin-top: 40px;
    margin-left: 5vh;
    font-size: 6vh;
    line-height: 8vh;
  }

  .div-block-290 {
    margin-left: 5vh;
  }

  .fish-tales {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/vorijs__se_eijrpein-2021-07-11-150456.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/vorijs__se_eijrpein-2021-07-11-150456.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .komrads {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/2019_01_23_APL_SH1_0353-1.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/2019_01_23_APL_SH1_0353-1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .heading-387 {
    font-size: 60px;
    line-height: 60px;
  }

  .heading-388 {
    font-size: 30px;
    line-height: 30px;
  }

  .html-embed-12 {
    display: block;
    overflow: visible;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .bold-text-42 {
    font-size: 18px;
    line-height: 24px;
  }

  .slogan {
    margin-top: auto;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 24px;
    line-height: 30px;
  }

  .columns-31 {
    margin-left: -10px;
  }

  .text-block-19-copy-3 {
    font-size: 16px;
    line-height: 20px;
  }

  .image-57-copy {
    top: 34%;
    right: 5%;
    width: 16%;
  }

  .howitworks-copy {
    width: 75%;
    margin-bottom: auto;
    font-size: 14px;
    line-height: 20px;
  }

  .text-span-41 {
    font-size: 12px;
  }

  .text-span-42 {
    padding-left: 5px;
    color: #5ab2f1;
    font-weight: 400;
  }

  .list-oneoff-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .slider-104 {
    display: inline;
  }

  .icon-38 {
    font-size: 20px;
  }

  .icon-39 {
    color: #212233;
    font-size: 20px;
  }

  .navbar-3 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .main-section {
    padding: 40px 10px;
  }

  .main-section.dark {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-heading {
    display: block;
    text-align: center;
  }

  .grid-5 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .slider-105 {
    display: inline;
  }

  .icon-40 {
    color: #212233;
    font-size: 20px;
  }

  .div-block-167a-2 {
    width: 35vw;
    margin-top: 0vh;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
  }

  .icon-41 {
    font-size: 20px;
  }

  .grid-6 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .press-div {
    padding: 2px;
  }

  .image-69 {
    padding: 0px;
  }

  .tab-link-tab-2 {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
  }

  .tab-link-tab-1 {
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-61 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .text-block-62 {
    margin-right: auto;
    margin-left: auto;
  }

  .heading-389 {
    font-size: 20px;
    line-height: 24px;
  }

  .text-block-63 {
    font-size: 16px;
    line-height: 20px;
  }

  .rich-text-block-8 {
    color: #212233;
  }

  .preview-text-2 {
    overflow: hidden;
    max-height: 40px;
  }

  .tab-link-tab-3 {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
  }

  .dropdown-5 {
    float: none;
    clear: left;
  }

  .logo-section {
    height: auto;
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .slider {
    height: auto;
  }

  .slide-32 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider-wrapper-wide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-wrapper-wide {
    width: 10%;
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .icon {
    display: none;
  }

  .image-76 {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .slide-nav-15 {
    display: none;
  }

  .right-arrow-16 {
    display: none;
  }

  .left-arrow-18 {
    display: none;
  }

  .blog-section {
    padding: 40px 20px 0px;
    background-image: none;
  }

  .text-span-44 {
    font-size: 16px;
    line-height: 20px;
  }

  .column-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0%;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-373-copy {
    margin-top: auto;
    margin-left: auto;
    font-size: 80px;
    line-height: 80px;
  }

  .text-span-48 {
    font-weight: 400;
  }

  .button-4b {
    position: relative;
    display: inline-block;
    height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    clear: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    font-size: 14px;
    font-weight: 400;
  }

  .column-192 {
    padding-left: 0px;
  }

  .column-193 {
    padding-left: 0px;
  }

  .bold-text-46 {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
  }

  .image-79 {
    height: 40px;
  }

  .flag {
    position: relative;
    display: block;
    margin-top: 0px;
    clear: left;
    text-align: center;
  }

  .kiesmenu {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/kiesmenu.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/kiesmenu.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .greencaravan {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/Green-caravan.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/Green-caravan.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .button-9 {
    font-size: 16px;
  }

  .slide-33 {
    background-image: url('../images/eye-01.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/DS-KAMC-29.jpg');
    background-image: url('../images/eye-01.svg'), linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/DS-KAMC-29.jpg');
    background-position: 100% 15%, 0px 0px, 50% 20%;
    background-size: 60%, auto, cover;
    background-repeat: no-repeat, repeat, repeat;
    background-attachment: scroll, scroll, scroll;
  }

  .grid-12 {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .seabass {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/seabass-foto.png');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/seabass-foto.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .slogan-nl {
    margin-top: auto;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 24px;
    line-height: 30px;
  }

  .slogan-en {
    margin-top: auto;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 24px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-family: Montserrat, sans-serif;
    color: #212233;
    font-weight: 600;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }

  ol {
    padding-left: 20px;
  }

  li {
    text-align: left;
  }

  strong {
    font-family: Montserrat, sans-serif;
  }

  .header {
    height: 62vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.7)), to(rgba(33, 34, 51, 0.7))), url('../images/oldestsharegijs.png');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.7), rgba(33, 34, 51, 0.7)), url('../images/oldestsharegijs.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .header.pageheader {
    height: 62vh;
  }

  .header.pageheader._1602 {
    height: 100vh;
  }

  .header.pageheader.hwe {
    height: 74vh;
    padding-top: 30vh;
    padding-right: 20px;
    padding-left: 20px;
  }

  .header.pageheader.services {
    height: 80vh;
    margin-top: auto;
    padding-top: 10vh;
  }

  .header.pageheader.stak {
    height: 100vh;
  }

  .header.pageheader.money-maker {
    height: 60vh;
  }

  .header.pageheader.manifesto {
    height: 62vh;
    background-image: url('../images/Manifesto-Erik.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .header.wmo {
    height: 100vh;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.7)), to(rgba(33, 34, 51, 0.7))), url('../images/blue-and-green-peacock-638738.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.7), rgba(33, 34, 51, 0.7)), url('../images/blue-and-green-peacock-638738.jpg');
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .header.partners {
    height: 100vh;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .header.partners.investmentdeck {
    height: 50vh;
  }

  .header.suggesties {
    height: 62vh;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.7)), to(rgba(33, 34, 51, 0.7))), url('../images/pexels-nastyasensei-2575835-2.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.7), rgba(33, 34, 51, 0.7)), url('../images/pexels-nastyasensei-2575835-2.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .header.trips {
    height: 62vh;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.8)), to(rgba(33, 34, 51, 0.8))), url('../images/ask-2341784_1280.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.8), rgba(33, 34, 51, 0.8)), url('../images/ask-2341784_1280.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .header.partners {
    height: 100vh;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .header.partners.investmentdeck {
    height: 50vh;
  }

  .header.partners.volumepricing {
    height: 50vh;
  }

  .header.ft {
    height: 62vh;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.7)), to(rgba(33, 34, 51, 0.7))), url('../images/dairy-products-4WMM5MN-scaled.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.7), rgba(33, 34, 51, 0.7)), url('../images/dairy-products-4WMM5MN-scaled.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .header.lenen {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.7)), to(rgba(33, 34, 51, 0.7))), url('../images/Group-24.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.7), rgba(33, 34, 51, 0.7)), url('../images/Group-24.jpg');
    background-size: auto, cover;
  }

  .header.kersten {
    height: 62vh;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.7)), to(rgba(33, 34, 51, 0.7))), url('../images/Cannondale-Bergmeyer1.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.7), rgba(33, 34, 51, 0.7)), url('../images/Cannondale-Bergmeyer1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .navbar {
    z-index: 99999;
    display: block;
    height: 70px;
  }

  .container {
    display: block;
    margin-top: 0px;
    padding-right: auto;
    padding-left: auto;
  }

  .container.navbar {
    bottom: -90px;
    display: block;
    height: 70px;
    margin-top: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0vw;
  }

  .container.headercontainer {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: auto;
    padding-bottom: 0px;
    padding-left: auto;
  }

  .title-2.storytitle {
    min-height: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
  }

  .title-2.storytitle.accounts {
    min-height: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    font-size: 3vh;
    line-height: 4vh;
    font-weight: 700;
  }

  .title-2.storytitle.accounts.opzet3 {
    display: none;
  }

  .title-2.storytitle.summary {
    min-height: 0px;
    font-size: 14px;
    line-height: 20px;
  }

  .title-2.storytitle.transactions {
    min-height: 0px;
    margin-right: 40px;
    margin-left: 40px;
    padding-bottom: 20px;
  }

  .title-2.storytitle.functies {
    height: auto;
    min-height: 0px;
    margin-right: 40px;
    padding-bottom: 0px;
  }

  .title-2.storyintro {
    font-size: 14px;
    line-height: 22px;
  }

  .navlink {
    position: static;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px 0px;
    float: none;
    clear: none;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
  }

  .navlink:hover {
    color: #f15b54;
    font-weight: 700;
    text-decoration: none;
  }

  .navlink.w--current {
    padding-top: 15px;
    padding-bottom: 15px;
    float: none;
    clear: none;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
  }

  .navlink.w--current:hover {
    margin-top: 5px;
    float: none;
    color: #f15b54;
    font-weight: 800;
  }

  .navlink.language {
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    float: none;
    color: #fff;
    font-size: 2vh;
    line-height: 3vh;
    font-weight: 800;
  }

  .navlink.language:hover {
    color: #f15b54;
    font-size: 3vh;
    line-height: 4vh;
    font-weight: 800;
    text-align: center;
  }

  .navlink.english {
    padding-bottom: 10px;
  }

  .navlink.evalueaid:hover {
    font-weight: 700;
  }

  .navlink.eyeventures {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
  }

  .navlink.eyeventures:hover {
    font-weight: 700;
  }

  .brand {
    width: 140px;
    margin-top: auto;
    margin-right: auto;
    margin-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    float: left;
  }

  .brand.w--current {
    width: 140px;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .button:hover {
    background-color: #212233;
    color: #f15b54;
  }

  .button.white.overlay {
    margin-bottom: 90px;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 12px;
    line-height: 20px;
  }

  .button.centered {
    display: inline-block;
    margin-top: 10px;
    font-size: 20px;
  }

  .button.centered.home {
    display: none;
    overflow: visible;
    font-size: 16px;
    line-height: 22px;
  }

  .button.white.overlay {
    margin-bottom: 0px;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 12px;
    line-height: 20px;
  }

  .section {
    margin-right: auto;
    margin-left: auto;
    padding: 40px 20px 0px;
    background-image: none;
  }

  .section.grey {
    padding: 40px 8vw;
  }

  .section.footer {
    margin-left: auto;
    padding: 60px 20px 0px;
  }

  .section.hoe {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 20px;
  }

  .section.over {
    display: block;
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .section.grey-copy {
    padding: 40px 8vw;
  }

  .section.hoe-copy {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 8vw;
  }

  .section.grey-copy {
    padding: 40px 8vw;
  }

  .section.hoe {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 8vw;
  }

  .section.hoe-copy {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 8vw;
  }

  .footertext {
    overflow: visible;
    padding-right: 15px;
    float: none;
    font-size: 16px;
    line-height: 24px;
  }

  .footertext.rechts {
    margin-right: 10px;
    float: right;
    clear: none;
    font-size: 12px;
  }

  .footertext.contact {
    padding-top: 5px;
    float: left;
    font-size: 14px;
    line-height: 20px;
  }

  .footertext.route {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .titlevoordelen {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-align: left;
  }

  .titlevoordelen.left {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-right: 60px;
    padding-left: 60px;
    color: #f15b54;
  }

  .titlevoordelen.left.top {
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .probutton {
    top: 200px;
    right: -22px;
    width: 80px;
    height: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
  }

  .bgvideo {
    display: block;
    overflow: hidden;
    padding-top: 0vw;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: rgba(33, 34, 51, 0.7);
  }

  .quote {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 36px;
  }

  .quote.dark {
    margin-top: 0px;
    font-size: 24px;
    line-height: 30px;
  }

  .quote.red {
    margin-left: 10px;
  }

  .headertitle {
    margin-top: 0px;
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .headertitle.white {
    margin-top: 20vh;
    font-size: 30px;
    line-height: 40px;
  }

  .headertitle.team {
    margin-top: 25vh;
    margin-right: auto;
    margin-left: auto;
    padding-right: 80px;
    padding-left: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 40px;
    line-height: 40px;
  }

  .headertext.white {
    display: inline-block;
    width: auto;
    margin: 10px 2vw;
    float: none;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    line-height: 36px;
  }

  .headerbutton {
    font-size: 16px;
    line-height: 24px;
  }

  .propopupbg {
    display: none;
  }

  .footerlist {
    margin-left: auto;
    padding-left: 0px;
  }

  .tabscontent {
    padding-right: 0px;
    padding-left: 0px;
  }

  .pricing {
    margin-top: 0px;
  }

  .left {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }

  .navmenu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    overflow: visible;
    width: 100%;
    height: auto;
    margin-top: 70px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    float: none;
    clear: both;
    background-color: #212233;
    font-size: 8px;
    line-height: 13px;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .subtext {
    margin-top: 40px;
    margin-left: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 20px;
  }

  .pricetitle {
    display: block;
    text-align: center;
  }

  .pricetitle.top {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }

  .pricetitle.top.left {
    font-size: 3vh;
    line-height: 4vh;
  }

  .pricetitle.top.left {
    font-size: 14px;
    line-height: 20px;
  }

  .toggle {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 10px;
    float: none;
    clear: none;
    font-size: 12px;
  }

  .avatarimg.gijs {
    position: static;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: url('../images/gijs-2-ZW2.jpeg');
    background-position: 40% 27%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .avatarimg.herman {
    overflow: visible;
    padding-bottom: 100%;
    background-image: url('../images/Herman-ZW2.jpeg');
    background-position: 49% 32%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .avatarimg.tomek {
    background-position: 50% 29%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .avatarimg.dave {
    background-image: url('../images/dave-dirks.jpg');
    background-position: 55% 24%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .avatarimg.raymond {
    background-image: url('../images/Raymond-ZW.jpeg');
    background-size: cover;
  }

  .avatarimg.kevin {
    background-image: url('../images/Kevin-ZW.jpeg');
    background-position: 47% 37%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .avatarimg.matthijs {
    background-image: url('../images/Matthijs2-Zw.jpeg');
    background-position: 66% 34%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .avatarimg.bas {
    background-image: url('../images/Bas-ZW.jpeg');
    background-position: 46% 25%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .avatarimg.kees {
    background-image: url('../images/Kees-Haverkamp-ZW.jpeg');
    background-position: 50% 36%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .avatarimg.ank {
    background-image: url('../images/Ank-ZW.jpeg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .avatarimg.varelie {
    background-image: url('../images/varelie-ZW.jpeg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .avatarimg.michael {
    background-image: url('../images/michael-ZW.jpeg');
    background-position: 44% 25%;
    background-size: cover;
  }

  .avatarimg.luuk {
    float: none;
    background-image: url('../images/luuk-schoenmakers-ZW.jpeg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .avatarimg.nazmul {
    background-image: url('../images/profile-pic-Nazmul-Hasan.png');
    background-position: 66% 34%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .function {
    font-size: 16px;
    line-height: 24px;
  }

  .managementtitle {
    font-size: 20px;
  }

  .managementrow.teameyevestor {
    display: none;
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .managementrow.teameyevestor-eerste {
    display: block;
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .seacchbar {
    padding-right: 20px;
    padding-left: 20px;
  }

  .companywrapper.last {
    margin-right: 2%;
  }

  .sectionimg {
    display: block;
    max-width: 100%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
  }

  .sectionimg.left {
    max-width: 100%;
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    float: left;
  }

  .form {
    width: auto;
  }

  .check {
    font-size: 16px;
    line-height: 28px;
  }

  .effecten {
    display: block;
    margin-right: auto;
    margin-left: 0px;
    font-size: 12px;
    line-height: 16px;
  }

  .legalfooter {
    margin-top: 0px;
  }

  .para {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    font-size: 2.5vh;
    line-height: 3.5vh;
  }

  .nietinbegrepen {
    overflow: visible;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }

  .nietinbegrepen.intro {
    overflow: visible;
    width: auto;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
  }

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

  .hoverblock {
    top: 460px;
  }

  .menubutton {
    position: static;
    top: 5px;
    right: 0px;
    bottom: auto;
    display: block;
    padding: 10px auto;
    float: right;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
  }

  .menubutton:hover {
    color: #212233;
  }

  .menubutton.w--open {
    position: fixed;
    top: 15px;
    right: 0px;
    bottom: auto;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
  }

  .social-medi {
    display: block;
    width: 20px;
    margin-top: 0px;
    margin-right: 5px;
    margin-left: 0px;
    float: left;
  }

  .menuicon {
    position: static;
    margin-top: 0px;
    float: right;
    border: 1px none #fff;
    background-color: transparent;
    color: #fff;
    font-size: 40px;
  }

  .menuicon:hover {
    border-style: none;
    border-color: transparent;
    color: #f15b54;
    font-size: 40px;
  }

  .map {
    top: 1px;
    right: 0px;
    display: inline-block;
    overflow: visible;
    width: 100%;
  }

  .richtext-red li {
    font-family: Montserrat, sans-serif;
    color: #212233;
    font-size: 16px;
    line-height: 24px;
  }

  .partners {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 0px;
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .sociallink {
    margin-right: 10px;
    margin-left: 0px;
    float: left;
  }

  .slider-2 {
    left: 4px;
    top: 10px;
    right: 0px;
    height: auto;
    max-width: 100px;
  }

  .text-block-3 {
    margin-right: 0px;
    margin-left: 0px;
    color: #212233;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  .slider-3 {
    margin-top: auto;
    margin-bottom: auto;
    padding: 40px 2vw;
  }

  .kop {
    font-size: 2vh;
    line-height: 3vh;
  }

  .row {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-31 {
    padding-left: 10px;
  }

  .column-36 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .column-37 {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .column-38 {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-39 {
    position: static;
    display: block;
    padding-right: 5px;
    padding-left: 0px;
  }

  .row-3 {
    margin-bottom: 0px;
  }

  .stakcoop {
    margin-top: 10px;
  }

  .stakcoopheader.grey {
    margin-right: 0px;
    margin-left: 0px;
  }

  .column-42 {
    padding-right: 3px;
    padding-left: 3px;
  }

  .column-43 {
    padding-right: 3px;
    padding-left: 3px;
  }

  .column-44 {
    padding-right: 3px;
    padding-left: 3px;
  }

  .column-45 {
    padding-right: 3px;
    padding-left: 3px;
  }

  .column-46 {
    padding-right: 3px;
    padding-left: 3px;
  }

  .column-47 {
    padding-right: 3px;
    padding-left: 3px;
  }

  .column-48 {
    padding-right: 3px;
    padding-left: 3px;
  }

  .column-50 {
    padding-right: 3px;
    padding-left: 3px;
  }

  .stakpara {
    overflow: auto;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .column-left-circle {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .paragraph-2 {
    font-size: 12px;
    line-height: 16px;
  }

  .paragraph-3 {
    font-size: 12px;
    line-height: 16px;
  }

  .paragraph-4 {
    font-size: 12px;
    line-height: 16px;
  }

  .paragraph-5 {
    font-size: 12px;
    line-height: 16px;
  }

  .paragraph-6 {
    font-size: 12px;
    line-height: 16px;
  }

  .title {
    padding-right: 0px;
    padding-left: 0px;
  }

  .legal {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-62 {
    display: block;
    min-height: auto;
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
    border-right-style: none;
  }

  .column-63 {
    margin-top: 40px;
    padding-left: 0px;
  }

  .column-64 {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-9 {
    padding-top: 0px;
  }

  .text-span-8 {
    font-size: 14px;
  }

  .div-aanmelden {
    width: 180px;
    height: 180px;
    background-image: url('../images/aanmelden_icon_1aanmelden_icon.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/aanmelden_icon_1aanmelden_icon.png'), linear-gradient(180deg, null, null);
    background-size: 80px, auto;
  }

  .div-stap-cirkel {
    width: 14vh;
    height: 14vh;
    background-image: none;
  }

  .div-stap-cirkel.hiw {
    display: block;
    overflow: hidden;
    margin-top: 0px;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 0%;
  }

  .div-stap-cirkel.nieuws {
    width: 100px;
    height: 100px;
  }

  .div-mensen {
    width: 180px;
    height: 180px;
    background-image: url('../images/mensen.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/mensen.png'), linear-gradient(180deg, null, null);
    background-size: 90px, auto;
  }

  .div-block-4 {
    width: 180px;
    height: 180px;
    background-image: url('../images/groei.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/groei.png'), linear-gradient(180deg, null, null);
    background-size: 80px, auto;
  }

  .howitworks {
    width: 70%;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }

  .howitworks.ffilmpje {
    width: 100%;
    font-size: 3vh;
    line-height: 4vh;
  }

  .list-item {
    font-size: 3vh;
    line-height: 4vh;
    text-align: left;
    list-style-type: disc;
  }

  .list-item-10 {
    text-align: left;
    list-style-type: disc;
  }

  .list-item-11 {
    text-align: left;
    list-style-type: disc;
  }

  .list-item-12 {
    text-align: left;
    list-style-type: disc;
  }

  .list-item-13 {
    text-align: left;
    list-style-type: disc;
  }

  .list-item-14 {
    text-align: left;
    list-style-type: disc;
  }

  .list-item-15 {
    text-align: left;
    list-style-type: disc;
  }

  .image-11 {
    width: 30vh;
    height: 30vh;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
  }

  .list-item-16 {
    text-align: left;
    list-style-type: disc;
  }

  .pricingtitle {
    font-size: 3vh;
    line-height: 4vh;
    font-weight: 700;
  }

  .price {
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .div-liquiditeit {
    width: auto;
    background-size: contain;
  }

  .div-waarde {
    width: auto;
    height: 100px;
    background-image: url('../images/Fill-590_1Fill 590.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .section-grey.overons {
    padding: 40px 20px;
    background-color: #212233;
    background-image: none;
  }

  .column-right-circle {
    display: block;
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column-69 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .symbool-aanmelden {
    width: 100%;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .symbool-aanmelden.hiw {
    width: 100%;
    height: 20vh;
    margin-top: 10px;
    margin-bottom: auto;
  }

  .symbool-voorwaarden {
    width: 100%;
    height: 100%;
  }

  .flex-row-stap-links {
    display: block;
    margin: 0px auto auto;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .symbool-mensen {
    width: 100%;
    height: 100%;
  }

  .symbool-groei {
    overflow: visible;
    width: 100%;
    height: 100%;
  }

  .unordered-list-7 {
    padding-left: 10px;
    text-align: left;
  }

  .column-right-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .column-71 {
    position: static;
    margin-top: 20px;
  }

  .flex-row-stap-rechts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0px auto;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .link-6 {
    display: block;
    float: none;
  }

  .link-7 {
    font-size: 12px;
  }

  .text-block-4 {
    float: left;
    font-size: 12px;
    line-height: 20px;
  }

  .row-17 {
    display: none;
  }

  .column-75 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-76 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-77 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-78 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-83 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-84 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-85 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .functionsrow-mobile {
    display: block;
  }

  .column-87 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .lightbox-link {
    width: auto;
    height: auto;
  }

  .lightbox-link.hiw {
    width: 95%;
    margin: 20px 20px 20px auto;
    padding-top: auto;
    float: left;
  }

  .lightbox-link.hiw.aandeelhouder {
    margin-right: auto;
    float: right;
  }

  .lightbox-link.hiw {
    width: 95%;
    margin: 20px 20px 20px auto;
    padding-top: auto;
    float: left;
  }

  .lightbox-link.hiw.aandeelhouder {
    margin-right: auto;
    float: right;
  }

  .nieuwslink {
    width: 70px;
    height: 70px;
    border-radius: 15px;
  }

  .nieuwslink._12 {
    width: 100px;
    height: 100px;
    border-radius: 0px;
  }

  .nieuwslink._13 {
    width: 100px;
    height: 100px;
    border-radius: 0px;
  }

  .nieuwslink._14 {
    width: 100px;
    height: 100px;
    border-radius: 0px;
  }

  .body {
    overflow: hidden;
    background-image: none;
  }

  .faqquestiontext {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 20px;
  }

  .stepdetail {
    padding-bottom: 10px;
  }

  .faqsection {
    padding-bottom: 10px;
  }

  .billed-annually {
    font-size: 2.5vh;
  }

  .button-email {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    color: #212233;
    font-size: 16px;
    line-height: 20px;
  }

  .belons {
    left: 40%;
    top: auto;
    display: block;
  }

  .sublanding {
    margin-top: 20px;
    padding-top: 0px;
    font-size: 20px;
    line-height: 24px;
  }

  .divgrey {
    padding: 0px 40px;
  }

  .divgrey.red {
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
  }

  .divgrey.pricing {
    padding: 40px 20px;
  }

  .divwhite {
    padding: 40px 2vw;
  }

  .divred {
    padding: 20px 40px 60px;
  }

  .column-left-text {
    display: block;
  }

  .pricingheader {
    margin-top: 30px;
    padding-top: 0px;
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .charge {
    padding-top: 0px;
    color: #f15b54;
    font-size: 18px;
    line-height: 24px;
  }

  .probutton-join {
    top: 120px;
    right: -22px;
    overflow: visible;
    width: 80px;
    height: 35px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f15b54;
  }

  .probutton-ontzorg {
    margin-left: 25px;
  }

  .navlink-drop {
    margin-top: 0px;
    padding: 0px;
    float: none;
    clear: left;
    color: #212233;
    font-size: 2vh;
    line-height: 3vh;
    font-weight: 400;
    text-align: center;
  }

  .navlink-drop:hover {
    color: #ef5c59;
  }

  .navlink-drop.w--current {
    float: none;
    color: #ef5c59;
    font-size: 22px;
  }

  .dropdown-3 {
    position: relative;
    display: block;
    float: none;
    clear: none;
  }

  .icon-9 {
    margin-top: 5px;
    padding-top: 5px;
    font-size: 22px;
    text-align: center;
  }

  .icon-9:hover {
    color: #f15b54;
  }

  .text-block-11 {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    clear: left;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
  }

  .dropdown-toggle-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    clear: left;
    font-family: Montserrat, sans-serif;
    color: #212233;
    font-size: 14px;
    line-height: 20px;
  }

  .dropdown-list.w--open {
    margin-bottom: 0px;
    padding-bottom: 20px;
  }

  .dropdown-link-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .slide {
    width: 50%;
  }

  .popup-overlay {
    display: none;
  }

  .price-2 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
  }

  .pricingheader-2 {
    margin-top: 30px;
    padding-top: 0px;
    font-size: 30px;
    line-height: 36px;
  }

  .catchphrase {
    margin-top: auto;
    font-size: 3vh;
    line-height: 4vh;
  }

  .pricingtitle-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .nudge {
    height: auto;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .link-block-11 {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 5px;
    margin-left: auto;
  }

  .link-block-12 {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .navlink-eyeventures {
    position: static;
    margin-top: 10px;
    padding: 15px 0px;
    float: none;
    clear: none;
    color: #fff;
    font-size: 3vh;
    line-height: 4vh;
    font-style: normal;
    font-weight: 800;
    text-align: center;
  }

  .navlink-eyeventures:hover {
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    clear: none;
    color: #ef5c59;
    font-size: 3vh;
    line-height: 4vh;
    font-weight: 800;
  }

  .navlink-eyeventures:active {
    font-size: 14px;
  }

  .navlink-eyeventures.w--current {
    float: none;
    color: #ef5c59;
    font-size: 22px;
  }

  .pricingheader-copy {
    margin-top: 20px;
    padding-top: 0px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }

  .accountsholders {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .investment-deck {
    margin: 20px auto;
  }

  .link-block-13 {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 5px;
    margin-left: auto;
  }

  .header-aboutus {
    overflow: hidden;
    height: 74vh;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .link-block-14 {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 5px;
    margin-left: auto;
  }

  .link-21 {
    position: fixed;
    left: auto;
    top: 400px;
    right: -60px;
    display: none;
    overflow: visible;
    width: 160px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: auto;
    padding-bottom: auto;
    background-color: hsla(0, 0%, 93.3%, 0.7);
  }

  .diveyeconwhat {
    display: none;
    background-color: hsla(0, 0%, 100%, 0.8);
  }

  .diveyecon {
    min-width: 180px;
  }

  .drop-hwh {
    position: relative;
    display: block;
    float: none;
    clear: none;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
  }

  .slider-case {
    padding-right: 40px;
    padding-left: 40px;
  }

  .text-block-hiw {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 20px;
    line-height: 30px;
  }

  .dropdown-link-4 {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }

  .dropdown-link-5 {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }

  .dropdown-link-menu {
    margin-top: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    text-align: center;
  }

  .heading-18 {
    font-size: 4vh;
    line-height: 5vh;
  }

  .dropdown-toggle-4 {
    margin-top: 0px;
  }

  .column-117 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .row-25 {
    margin-bottom: 10px;
    padding-top: 10px;
  }

  .row-25.partners {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0px;
  }

  .title-2.storyintro {
    min-height: auto;
    font-size: 14px;
    line-height: 22px;
  }

  .title-2.storytitle {
    min-height: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
  }

  .title-2.storytitle.summary {
    height: auto;
    min-height: 0px;
    font-size: 14px;
    line-height: 20px;
  }

  .storybg-2.partner {
    padding-top: 20px;
  }

  .right-arrow-9 {
    display: block;
    overflow: hidden;
    width: 40px;
    color: #3d3f63;
  }

  .left-arrow-8 {
    display: block;
    width: 40px;
    color: #3d3f63;
  }

  .slide-nav-8 {
    margin-bottom: 0px;
  }

  .list-oneoff {
    font-size: 16px;
    line-height: 20px;
  }

  .row-25-copy {
    margin-bottom: 10px;
    padding-top: 10px;
  }

  .hiwpicture {
    width: 100%;
    margin-top: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 10px;
  }

  .stappentitle-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin: 10px auto 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }

  .ui-widget-content {
    width: 70%;
  }

  .input-slider {
    margin-left: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .revenue-label {
    font-size: 20px;
    line-height: 24px;
  }

  .si {
    font-size: 16px;
    line-height: 24px;
  }

  .calculator-output-label-smoll {
    font-size: 20px;
    line-height: 30px;
  }

  .calculator-revenue {
    font-size: 20px;
    line-height: 24px;
  }

  .calculator-revenue.small {
    font-size: 20px;
    line-height: 30px;
  }

  .icon-17 {
    margin-top: 50vh;
    font-size: 24px;
    line-height: 24px;
  }

  .icon-18 {
    margin-top: 50vh;
    font-size: 24px;
    line-height: 24px;
  }

  .wok2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url("https://uploads-ssl.webflow.com/5f1c91878bed093d030b8fcd/5f1c91878bed0953700b93c5_Thank%20WOK%20It's%20Friday-01585.jpg");
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url("https://uploads-ssl.webflow.com/5f1c91878bed093d030b8fcd/5f1c91878bed0953700b93c5_Thank%20WOK%20It's%20Friday-01585.jpg");
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .text-block-19 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 20px;
    line-height: 30px;
  }

  .navlink-home {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 30px 10px 20px;
    float: none;
    clear: left;
    background-size: auto 5vh;
    color: #212233;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    text-align: center;
  }

  .navlink-home:hover {
    padding-top: 30px;
    background-size: auto 5vh;
    color: #ef5c59;
  }

  .navlink-home.w--current {
    display: block;
    margin: 20px auto 0px;
    padding: 20px;
    float: none;
    background-size: auto 4vh;
    color: #ef5c59;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
  }

  .navlink-home.w--current:hover {
    margin-top: 20px;
    float: none;
    color: #f15b54;
  }

  .div-block-158 {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .text-block-29 {
    font-size: 30px;
    line-height: 38px;
  }

  .header-text {
    margin-top: 15vh;
  }

  .wok {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/wok.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/wok.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .smpl {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.5)), to(rgba(33, 34, 51, 0.5))), url('../images/smpl.png');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.5), rgba(33, 34, 51, 0.5)), url('../images/smpl.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .pumps {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/pexels-alexandra-maria-318236.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/pexels-alexandra-maria-318236.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .image-31 {
    max-width: 20vh;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .enforce {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/BN3I2019.png');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/BN3I2019.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .div-block-164 {
    margin-bottom: auto;
  }

  .link-block-18 {
    margin-right: auto;
    margin-left: auto;
  }

  .section-11 {
    padding: 60px 40px;
    background-image: url('../images/eye-01.svg');
    background-size: 800px;
    background-repeat: no-repeat;
  }

  .heading-70 {
    font-size: 30px;
    line-height: 30px;
  }

  .text-block-22 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 27px;
  }

  .heading-71 {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .los {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-12 {
    position: static;
    padding: 60px 20px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .heading-19-copy {
    font-size: 20px;
    line-height: 30px;
  }

  .image-35 {
    width: 40px;
    max-width: 50%;
  }

  .div-block-168 {
    padding-left: 0px;
  }

  .columns-3 {
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .div-block-171 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .link-block-22 {
    display: inline-block;
    width: 75px;
    height: 75px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .link-block-23 {
    display: inline-block;
    width: 75px;
    height: 75px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .link-block-24 {
    display: inline-block;
    width: 70px;
    height: 65px;
    margin-right: 10px;
    margin-bottom: auto;
    margin-left: 10px;
  }

  .text-field-7 {
    width: 80vw;
  }

  .text-field-8 {
    width: 80vw;
  }

  .text-field-9 {
    width: 80vw;
  }

  .heading-339 {
    width: auto;
    margin-top: 40px;
    font-size: 24px;
    line-height: 36px;
  }

  .heading-340 {
    width: auto;
    font-size: 20px;
    line-height: 30px;
  }

  .slider-30 {
    margin-top: auto;
    margin-bottom: auto;
    padding: 40px 2vw;
  }

  .column {
    display: block;
    height: auto;
    margin-top: auto;
    margin-right: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .heading {
    left: 20%;
    top: -60px;
    width: 340px;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    float: left;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }

  .heading-349 {
    padding: 20px 0px;
    font-size: 30px;
    line-height: 5vh;
  }

  .demo {
    display: inline-block;
    float: none;
    font-size: 14px;
    line-height: 20px;
  }

  .column-62-copy {
    display: block;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .bold-text-30 {
    color: #f15b54;
    font-size: 14px;
    line-height: 20px;
  }

  .columns-7 {
    display: block;
  }

  .column-131 {
    display: block;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-132 {
    position: static;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .mask-13 {
    position: static;
    overflow: hidden;
  }

  .div-block-179 {
    width: 100vw;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .icon-23 {
    display: block;
    font-size: 30px;
  }

  .icon-24 {
    font-size: 30px;
  }

  .probutton-eyev {
    top: 500px;
    right: -40px;
    width: 110px;
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #212233;
  }

  .column-70 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    border-right-style: none;
  }

  .pricingheader-calculator {
    margin-top: 20px;
    padding-top: 0px;
    float: none;
    font-size: 20px;
    line-height: 30px;
  }

  .field-label-10 {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
  }

  .heading-61-copy {
    margin-top: 20px;
    line-height: 4vh;
    text-align: left;
  }

  .heading-copy {
    width: auto;
    margin-top: 35vh;
    margin-right: auto;
    margin-left: auto;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
  }

  .text-span-23 {
    overflow: visible;
  }

  .lightbox-link-3 {
    height: auto;
  }

  .link-block-26 {
    display: inline-block;
    width: 75px;
    height: 75px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .row-26 {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-19 {
    padding-bottom: 0px;
  }

  .heading-356 {
    margin-top: 0px;
  }

  .submit-button-5 {
    margin-top: 20px;
    padding-left: 20px;
  }

  .heading-74-copy-2 {
    margin-top: 0px;
  }

  .paragraph-24 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-182 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .image-43 {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    width: auto;
    max-width: 125px;
  }

  .quotequote {
    display: none;
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-34 {
    max-width: none;
  }

  .eyevnturestext {
    position: static;
    top: 0px;
    font-size: 12px;
    line-height: 20px;
  }

  .eyevnturestext:hover {
    position: static;
  }

  .link-block-invready {
    display: block;
    width: 75px;
    height: 75px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .div-block-185 {
    margin-top: 40px;
    background-image: none;
  }

  .div-block-186 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-166 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .social-media-copy {
    display: -ms-grid;
    display: grid;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0px;
    justify-items: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .trimix {
    display: inline-block;
    width: 75px;
    height: 75px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .sbc {
    display: inline-block;
    width: 75px;
    height: 75px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .bluesuit {
    display: inline-block;
    width: 75px;
    height: 75px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .eodv {
    display: inline-block;
    width: 75px;
    height: 75px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .nsfcopy {
    display: inline-block;
    width: 75px;
    height: 75px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .mifox {
    display: inline-block;
    width: 75px;
    height: 75px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .div-block-189 {
    margin-bottom: 20px;
  }

  .text-block-40 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .div-block-189-copy {
    margin-bottom: 20px;
  }

  .hero {
    padding: 40px 40px 0px;
  }

  .div-block-190 {
    max-width: 100%;
  }

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

  .button-4 {
    display: inline-block;
    margin-bottom: 40px;
    clear: none;
  }

  .equity-you-earn {
    padding: 60px 40px;
  }

  .euro {
    padding-top: 10px;
    float: none;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
  }

  .div-block-192-copy {
    padding-left: 0px;
  }

  .list-item-29 {
    font-size: 14px;
    line-height: 20px;
  }

  .list-22 {
    padding-left: 0px;
  }

  .text-block-43 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    padding: 5px 0px 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    text-align: left;
  }

  .usp {
    margin-right: 10px;
    padding-right: 0px;
  }

  .usps {
    height: 100px;
    margin-right: auto;
    margin-left: auto;
  }

  .link-block-23-copy {
    display: block;
    width: 75px;
    height: 75px;
    margin-right: 10px;
    margin-left: 10px;
    float: left;
  }

  .link-block-invready-copy {
    display: inline-block;
    width: 75px;
    height: 75px;
    margin-right: 10px;
    margin-left: 10px;
    float: none;
  }

  .link-block-26-copy {
    display: inline-block;
    width: 75px;
    height: 75px;
    margin-right: 10px;
    margin-left: 10px;
    float: none;
  }

  .heading-369 {
    color: #e8d7c5;
    font-size: 40px;
    line-height: 40px;
  }

  .div-block-194 {
    position: absolute;
    left: auto;
    top: auto;
    right: 40px;
    bottom: 20px;
    width: 400px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-45 {
    font-size: 14px;
    font-weight: 500;
  }

  .div-block-196 {
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 0px;
    box-shadow: none;
  }

  .column-175 {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid-3 {
    padding-right: 0px;
    padding-left: 0px;
    grid-auto-flow: row;
    grid-column-gap: 5px;
    grid-row-gap: 10px;
    -ms-grid-rows: auto 10px auto 10px auto;
    grid-template-areas: ". ."
      ". ."
      "Area Area";
    -ms-grid-columns: 0.5fr 5px 1fr;
    grid-template-columns: 0.5fr 1fr;
    border-radius: 0px;
    box-shadow: none;
  }

  .blok-price {
    font-size: 20px;
  }

  .blok-price.right {
    padding-left: 0px;
    font-size: 16px;
  }

  .columns-23 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .core-header {
    display: block;
    width: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 0%;
    padding-left: 0%;
    float: none;
    font-size: 30px;
    line-height: 36px;
  }

  .text-block-22-copy {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 27px;
  }

  .button-email-copy {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    color: #212233;
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-198 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-areas: ". . ."
      ". . ."
      ". . Area";
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .div-block-199 {
    position: static;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider-100 {
    height: 100vh;
  }

  .slide-24 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/SEKK-WhatsApp-Image-2020-04-06-at-10.50.11.jpeg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/SEKK-WhatsApp-Image-2020-04-06-at-10.50.11.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .heading-369-copy {
    font-size: 7vh;
    line-height: 7vh;
  }

  .heading-368-copy {
    font-size: 12vh;
    line-height: 12vh;
  }

  .heading-copy {
    width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }

  .div-block-194-copy {
    margin-top: 15vh;
    padding-right: 0px;
    padding-left: 40px;
  }

  .slide-26 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/WokUtrecht-6410.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/WokUtrecht-6410.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .heading-371 {
    position: absolute;
    padding-bottom: 60px;
    float: none;
  }

  .slide-27 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/Bedhoodie-WhatsApp-Image-2019-08-09-at-12.38.52.jpeg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/Bedhoodie-WhatsApp-Image-2019-08-09-at-12.38.52.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .slide-28 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/Keyvisual_Groen_Zwart_social_3000x900-2019-10-08-094453.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/Keyvisual_Groen_Zwart_social_3000x900-2019-10-08-094453.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .image-55 {
    margin-top: -12vh;
    margin-left: 14vh;
  }

  .div-block-201 {
    width: 80px;
    height: 80px;
    margin-top: -124px;
  }

  .div-block-201-copy {
    width: 160px;
    height: 160px;
    margin-top: -200px;
  }

  .div-block-201-copy-copy {
    width: 240px;
    height: 240px;
  }

  .div-block-203 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-48 {
    margin-top: -60px;
    font-size: 3vh;
    line-height: 3vh;
  }

  .div-block-196-copy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .deal-copy {
    color: #fff;
  }

  .column-177 {
    padding-left: 0px;
  }

  .column-178 {
    padding-left: 0px;
  }

  .youtube {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 40px;
    float: none;
  }

  .section-23 {
    margin-right: auto;
    margin-left: auto;
    padding: 40px 20px;
  }

  .section-24 {
    padding: 40px 20px;
  }

  .image-57 {
    top: 3%;
    right: 5%;
    width: 20%;
  }

  .div-block-204 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 180px;
    height: auto;
    background-color: transparent;
  }

  .text-block-49 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
  }

  .button-5 {
    font-size: 12px;
    line-height: 18px;
  }

  .lightbox-link-8 {
    margin-bottom: 40px;
  }

  .image-58 {
    width: 80%;
    max-width: none;
  }

  .slide-29 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/DS-KAMC-29.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/DS-KAMC-29.jpg');
    background-position: 0px 0px, 50% 20%;
    background-size: auto, cover;
  }

  .link-block-tachyons {
    display: block;
    width: 75px;
    height: 75px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .link-block-fm {
    display: block;
    width: 75px;
    height: 75px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .lightbox-link-10 {
    display: block;
  }

  .image-59 {
    float: none;
  }

  .eyevnturestext-copy {
    float: none;
    font-size: 12px;
    line-height: 20px;
  }

  .div-block-207 {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 23%;
    display: block;
    width: 200px;
    margin: 10px auto;
    float: none;
    clear: none;
  }

  .div-block-207.eye {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
    clear: none;
  }

  .lightbox-link-11 {
    display: inline-block;
    margin-top: auto;
  }

  .text-block-51 {
    margin-top: 0px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }

  .lightbox-link-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lightbox-link-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-60 {
    margin-right: auto;
    margin-left: auto;
  }

  .column-181 {
    padding-left: 0px;
  }

  .section-25 {
    margin-right: auto;
    margin-left: auto;
    padding: 60px 20px;
  }

  .columns-26 {
    margin-top: 10px;
  }

  .core {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 20px;
  }

  .lightbox-link-12-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pricing-grid-features-copy {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .header-content {
    margin-top: 100px;
  }

  .h1 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -1px;
  }

  .paragraph {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 34px;
  }

  .button-6 {
    display: none;
  }

  .cta-left-top {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .cta-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 15px;
    padding-right: 0px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .text-span {
    font-size: 36px;
    line-height: 36px;
  }

  .cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h3 {
    margin-right: auto;
    margin-left: auto;
  }

  .h3.cc-cta {
    margin-left: 0px;
  }

  .cta-line {
    margin-right: 133px;
    margin-left: 10px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .partibutton {
    margin-left: 0px;
  }

  .container-13 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .container-13.cc-cta {
    display: block;
    max-width: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .partibutton-copy {
    margin-left: 0px;
  }

  .features {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffc300;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), none;
    background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 100% 100%;
    background-size: 125px, 125px, 125px, 125px, 125px, 125px, contain;
    background-repeat: repeat, repeat, repeat, repeat, repeat, repeat, no-repeat;
  }

  .features._1 {
    background-color: #fff;
    background-image: none;
  }

  .lightbox-link-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .container-2 {
    height: auto;
  }

  .paragraph-28 {
    font-size: 30px;
  }

  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .h2-2 {
    font-size: 30px;
    line-height: 30px;
  }

  .worthy-small {
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
    font-size: 20px;
    line-height: 30px;
  }

  .h2-container {
    width: 80%;
    margin-bottom: 60px;
  }

  .worthy {
    padding-bottom: 20px;
    font-size: 40px;
    line-height: 40px;
  }

  .evalueaidbutton {
    margin-right: auto;
    margin-left: auto;
  }

  .whatsapp {
    left: auto;
    top: auto;
    right: 40px;
    bottom: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .bold-text-35-copy {
    font-size: 18px;
    line-height: 24px;
  }

  .smartcards {
    padding: 60px 40px;
  }

  .heading-340-copy {
    width: auto;
    font-size: 20px;
    line-height: 30px;
  }

  .heading-340-copy {
    width: auto;
    font-size: 20px;
    line-height: 30px;
  }

  .html-embed-7 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-184 {
    margin-top: 10px;
    padding-left: 0px;
  }

  .column-185 {
    padding-left: 0px;
  }

  .section-26 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 100000;
    display: none;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-373 {
    margin-top: 10vh;
    margin-left: 2vh;
    font-size: 16vh;
    line-height: 18vh;
  }

  .text-block-19-copy-copy {
    margin-bottom: 0px;
  }

  .section-13 {
    position: static;
    padding: 60px 20px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .header-antique-white {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 30px;
  }

  .heading-375 {
    font-size: 6vh;
    line-height: 8vh;
  }

  .columns-26-copy {
    margin-top: 10px;
  }

  .div-block-212 {
    -ms-grid-columns: minmax(200px, 1fr) 1fr 1fr;
    grid-template-columns: minmax(200px, 1fr) 1fr 1fr;
  }

  .usps-2 {
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-45-copy {
    font-size: 14px;
    font-weight: 500;
  }

  .text-block-43-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    padding: 5px 0px 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    text-align: left;
  }

  .text-block-45-2 {
    font-size: 14px;
    font-weight: 500;
  }

  .text-block-45-copy-copy {
    font-size: 14px;
    font-weight: 500;
  }

  .usps-3 {
    display: none;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-45-3 {
    font-size: 14px;
    font-weight: 500;
  }

  .section-30 {
    padding: 60px 20px;
  }

  .neleman {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/Neleman.jpeg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/Neleman.jpeg');
    background-position: 0px 0px, 80% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .sekk {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/sameneenkoekopen-huub-en-kirsten.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/sameneenkoekopen-huub-en-kirsten.jpg');
    background-position: 0px 0px, 80% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .wok3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/WokUtrecht-6395.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/WokUtrecht-6395.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .dropdown-toggle-5 {
    display: inline-block;
    margin-left: 0px;
    font-size: 20px;
  }

  .dropdown-6 {
    float: none;
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-52 {
    font-size: 14px;
  }

  .dropdown-link-6 {
    font-size: 14px;
  }

  .dropdown-list-5 {
    position: static;
  }

  .section-13-copy {
    position: static;
    padding: 60px 20px;
    background-image: url('../images/triangle-left-red2x-1.svg'), url('../images/Vector-small-triangle2x-5.svg'), url('../images/triangle-top-blue2x-1.svg');
    background-position: 100% 35%, 100% 0%, 50% 100%;
    background-size: 125px, 30%, 60%;
    background-repeat: no-repeat, no-repeat, no-repeat;
  }

  .heading-374-copy {
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    text-align: left;
  }

  .list-item-30 {
    font-size: 16px;
    line-height: 24px;
  }

  .button-4-copy {
    display: inline-block;
    margin-bottom: 40px;
    clear: none;
  }

  .section-blue {
    margin-right: auto;
    margin-left: auto;
    padding: 60px 20px;
    background-image: none;
  }

  .heading-61-copy {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
  }

  .section-33 {
    margin: auto;
    padding: 60px 20px;
  }

  .div-block-217 {
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-53 {
    line-height: 20px;
  }

  .bold-text-37 {
    color: #e8d7c5;
  }

  .bold-text-38 {
    color: #e8d7c5;
  }

  .html-embed-10 {
    width: auto;
    float: none;
  }

  .heading-376 {
    width: auto;
    margin-top: 40px;
    font-size: 24px;
    line-height: 36px;
  }

  .investr {
    margin: 20px auto;
  }

  .div-block-218 {
    display: block;
  }

  .column-46-copy {
    padding-right: 3px;
    padding-left: 3px;
  }

  .column-50-copy {
    padding-right: 3px;
    padding-left: 3px;
  }

  .picture {
    position: static;
    height: 120px;
  }

  .over-ons {
    margin-bottom: 40px;
  }

  .text-block-54 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
  }

  .header-antique-white-2 {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }

  .link-42 {
    font-size: 16px;
  }

  .core-2 {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-19-copy-2 {
    margin-bottom: 0px;
  }

  .text-block-55 {
    font-size: 14px;
    font-weight: 500;
  }

  .text-block-19-copy-copy-2 {
    margin-bottom: 0px;
  }

  .text-block-56 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    padding: 5px 0px 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    text-align: left;
  }

  .usps-5 {
    height: 100px;
    margin-right: auto;
    margin-left: auto;
  }

  .stappentitle-copy-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 10px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }

  .quotequote-2 {
    display: none;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-284 {
    margin-bottom: auto;
  }

  .howitworks-2 {
    width: 100%;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }

  .howitworks-2.ffilmpje {
    font-size: 3vh;
    line-height: 4vh;
  }

  .titlevoordelen-2 {
    width: 70%;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-align: left;
  }

  .button-7 {
    display: inline-block;
    margin-bottom: 40px;
    clear: none;
  }

  .divgrey-2 {
    padding: 40px 20px;
  }

  .divgrey-2.red {
    padding: 0px;
  }

  .stepdetail-2 {
    padding-bottom: 10px;
  }

  .golive-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .heading-381 {
    padding: 20px 0px;
    font-size: 30px;
    line-height: 5vh;
  }

  .dropdown-7 {
    position: static;
    display: inline-block;
    margin: 10px auto;
    float: none;
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-58 {
    font-size: 14px;
  }

  .text-block-58:hover {
    font-weight: 700;
  }

  .dropdown-link-7 {
    font-size: 14px;
    text-transform: uppercase;
  }

  .navlink-3 {
    position: static;
    margin-top: 0px;
    padding: 15px 0px;
    float: none;
    clear: none;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
  }

  .navlink-3:hover {
    color: #f15b54;
    font-weight: 700;
    text-decoration: none;
  }

  .navlink-3.w--current {
    padding-top: 15px;
    padding-bottom: 15px;
    float: none;
    clear: none;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
  }

  .navlink-3.w--current:hover {
    margin-top: 5px;
    float: none;
    color: #f15b54;
    font-weight: 800;
  }

  .navlink-3.evalueaid {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
  }

  .navlink-3.evalueaid:hover {
    font-weight: 700;
  }

  .div-block-285 {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 23%;
    display: inline-block;
    margin: 0px auto;
    padding-top: 5px;
    padding-bottom: 5px;
    float: none;
    clear: none;
  }

  .eyevnturestext-copy-2 {
    float: none;
    font-size: 12px;
    line-height: 20px;
  }

  .menubutton-2 {
    position: static;
    top: 5px;
    right: 0px;
    bottom: auto;
    display: block;
    padding: 10px auto;
    float: right;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
  }

  .menubutton-2:hover {
    color: #212233;
  }

  .menubutton-2.w--open {
    position: fixed;
    top: 15px;
    right: 0px;
    bottom: auto;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
  }

  .menuicon-2 {
    position: static;
    margin-top: 0px;
    float: right;
    border: 1px none #fff;
    background-color: transparent;
    color: #fff;
    font-size: 40px;
  }

  .menuicon-2:hover {
    border-style: none;
    border-color: transparent;
    color: #f15b54;
    font-size: 40px;
  }

  .column-50-copy-2 {
    padding-right: 3px;
    padding-left: 3px;
  }

  .column-46-copy-2 {
    padding-right: 3px;
    padding-left: 3px;
  }

  .link-block-33 {
    display: block;
    width: 25px;
    height: 25px;
  }

  .link-block-33-2 {
    display: block;
    width: 25px;
    height: 25px;
  }

  .link-block-33-copy-copy {
    display: block;
    width: 25px;
    height: 25px;
    margin-bottom: 10px;
  }

  .column-186 {
    position: static;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-187 {
    display: block;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .column-188 {
    margin-top: auto;
  }

  .div-block-287 {
    height: 70px;
  }

  .title-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider-101 {
    display: inline;
  }

  .movie-popup {
    left: 20px;
  }

  .usph {
    display: block;
    width: 120px;
    margin-bottom: 0px;
    padding-right: 3px;
    padding-left: 3px;
    white-space: pre-line;
  }

  .fromanteel {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/fromanteel.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/fromanteel.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .link-block-18-copy {
    display: none;
    width: auto;
    margin-top: 5vh;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .bold-text-41 {
    font-size: 16px;
    line-height: 20px;
  }

  .slide-30 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/Neleman.jpeg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/Neleman.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .div-block-288 {
    margin-top: 20vh;
    margin-right: 20px;
    margin-left: 20px;
  }

  .usph-1 {
    display: block;
    width: 120px;
    margin-bottom: 0px;
    padding-right: 3px;
    padding-left: 3px;
    white-space: pre-line;
  }

  .usph-2 {
    display: block;
    width: 120px;
    margin-bottom: 0px;
    padding-right: 3px;
    padding-left: 3px;
    white-space: pre-line;
  }

  .usph-3 {
    display: block;
    width: 120px;
    margin-bottom: 0px;
    padding-right: 3px;
    padding-left: 3px;
    white-space: pre-line;
  }

  .column-189 {
    padding-left: 0px;
  }

  .intersport {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/Intersport-zierikzee.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/Intersport-zierikzee.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .vmm {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/107463980_323389845722647_4806833770099603105_o.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/107463980_323389845722647_4806833770099603105_o.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .usph-4 {
    display: block;
    width: 120px;
    margin-bottom: 0px;
    padding-right: 3px;
    padding-left: 3px;
    white-space: pre-line;
  }

  .usph-5 {
    display: block;
    width: 120px;
    margin-bottom: 0px;
    padding-right: 3px;
    padding-left: 3px;
    white-space: pre-line;
  }

  .icon-32 {
    margin-top: 50vh;
    font-size: 24px;
    line-height: 24px;
  }

  .usph-6 {
    display: block;
    width: 120px;
    margin-bottom: 0px;
    padding-right: 3px;
    padding-left: 3px;
    white-space: pre-line;
  }

  .icon-33 {
    margin-top: 50vh;
    font-size: 24px;
    line-height: 24px;
  }

  .link-block-18-copy-3 {
    width: auto;
    margin-top: 5vh;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-column-gap: 12px;
  }

  .usph-7 {
    display: block;
    width: 120px;
    margin-bottom: 0px;
    padding-right: 3px;
    padding-left: 3px;
    white-space: pre-line;
  }

  .slider-10 {
    height: 79vh;
  }

  .heading-eye {
    font-size: 6vh;
    line-height: 9vh;
  }

  .mmm {
    margin-top: 25vh;
    margin-left: auto;
    font-size: 90px;
    line-height: 90px;
  }

  .text-span-41-small {
    font-size: 45px;
    line-height: 25px;
  }

  .text-span-44-small {
    font-size: 45px;
    line-height: 25px;
  }

  .section-38 {
    display: none;
    background-image: url('../images/The-Golden-Logo-white.svg');
    background-position: 150% 20%;
    background-size: 50%;
    background-repeat: no-repeat;
  }

  .div-block-167a {
    margin-top: 0vh;
  }

  .deal-copy-copy {
    max-width: 90%;
    color: #5ab2f1;
  }

  .div-block-289 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-60 {
    max-width: none;
  }

  .whooler {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/Si1g1eh4.__.22r1_b9nd-a23e030e0m-omlfc2-2021-04-21-083621.png');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/Si1g1eh4.__.22r1_b9nd-a23e030e0m-omlfc2-2021-04-21-083621.png');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .vidate {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/Vidate-smartphone.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/Vidate-smartphone.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .div-block-218-a {
    display: block;
  }

  .europeansleeper {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/europeansleeper.png');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/europeansleeper.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .over-ons-old {
    margin-bottom: 40px;
  }

  .heading-373-copy {
    margin-top: 40px;
    margin-left: 2vh;
    font-size: 6vh;
    line-height: 6vh;
  }

  .div-block-290 {
    margin-left: 2vh;
  }

  .fish-tales {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/vorijs__se_eijrpein-2021-07-11-150456.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/vorijs__se_eijrpein-2021-07-11-150456.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .komrads {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/2019_01_23_APL_SH1_0353-1.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/2019_01_23_APL_SH1_0353-1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .heading-387 {
    font-size: 60px;
    line-height: 60px;
  }

  .heading-388 {
    color: #e8d7c5;
    font-size: 30px;
    line-height: 30px;
  }

  .bold-text-42 {
    font-size: 16px;
    line-height: 20px;
  }

  .slogan {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: auto;
    color: #212233;
    font-size: 20px;
    line-height: 30px;
  }

  .text-block-19-copy-3 {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 20px;
  }

  .image-57-copy {
    top: 28%;
    right: 5%;
    width: 20%;
  }

  .image-67 {
    display: inline-block;
    margin-top: auto;
    padding-top: 0px;
  }

  .div-block-292 {
    margin-top: auto;
  }

  .howitworks-copy {
    width: auto;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }

  .text-span-41 {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
  }

  .text-span-42 {
    color: #5ab2f1;
    font-weight: 400;
    text-align: left;
  }

  .list-oneoff-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .logo {
    max-width: 20%;
  }

  .slider-104 {
    display: inline;
  }

  .icon-38 {
    color: #212233;
    font-size: 18px;
  }

  .icon-39 {
    color: #212233;
    font-size: 18px;
  }

  .main-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .main-section.dark {
    padding-right: 0px;
    padding-left: 0px;
  }

  .success-message {
    padding-top: 28px;
    background-color: #5cc489;
    color: #fff;
    font-size: 18px;
  }

  .hero-section {
    height: 75vh;
    padding-top: 162px;
  }

  .category-wrapper {
    display: inline-block;
    width: 33.33%;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .slider-105 {
    display: inline;
  }

  .icon-40 {
    color: #212233;
    font-size: 18px;
  }

  .div-block-167a-2 {
    margin-top: 0vh;
  }

  .icon-41 {
    color: #212233;
    font-size: 18px;
  }

  .tab-link-tab-2 {
    width: 170px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .tab-link-tab-1 {
    width: 170px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
  }

  .tab-link-tab-1.w--current {
    width: 170px;
    margin-right: auto;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-block-61 {
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
  }

  .text-block-62 {
    font-size: 16px;
  }

  .tab-link-tab-3 {
    width: 170px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-block-613 {
    font-size: 16px;
  }

  .dropdown-5 {
    float: none;
    font-size: 14px;
    line-height: 20px;
  }

  .logo-section {
    height: auto;
    padding-top: 0px;
    padding-bottom: 20px;
    background-color: transparent;
  }

  .slider {
    height: auto;
  }

  .slider-wrapper-wide {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .logo-wrapper-wide {
    width: 9%;
    height: 50px;
    margin-top: 0px;
    padding-right: 2px;
    padding-left: 2px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog-header {
    height: 75vh;
    padding-top: 30vh;
  }

  .blog-section {
    margin-right: auto;
    margin-left: auto;
    padding: 40px 20px 0px;
    background-image: none;
  }

  .text-span-44 {
    font-size: 16px;
    line-height: 20px;
  }

  .column-right {
    display: block;
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-44 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-373-copy {
    margin-top: auto;
    margin-left: 0vh;
    font-size: 60px;
    line-height: 60px;
  }

  .mmmev {
    font-size: 24px;
    line-height: 24px;
  }

  .text-span-48 {
    font-weight: 400;
  }

  .div-block-304 {
    margin-top: 10px;
  }

  .button-4b {
    display: inline-block;
    margin-bottom: 40px;
    clear: none;
  }

  .column-192 {
    padding-left: 0px;
  }

  .column-193 {
    padding-left: 0px;
  }

  .bold-text-46 {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
  }

  .image-79 {
    height: 40px;
  }

  .flag {
    margin-top: 0px;
  }

  .image-80 {
    display: block;
  }

  .kiesmenu {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/kiesmenu.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/kiesmenu.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .greencaravan {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/Green-caravan.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/Green-caravan.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .button-9 {
    font-size: 16px;
  }

  .slide-33 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/DS-KAMC-29.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/DS-KAMC-29.jpg');
    background-position: 0px 0px, 50% 20%;
    background-size: auto, cover;
  }

  .grid-12 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .seabass {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/seabass-foto.png');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/seabass-foto.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .slogan-nl {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: auto;
    color: #212233;
    font-size: 20px;
    line-height: 30px;
  }

  .slogan-en {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: auto;
    color: #212233;
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-family: Montserrat, sans-serif;
    color: #212233;
    font-weight: 600;
  }

  h3 {
    font-size: 18px;
    line-height: 20px;
  }

  h6 {
    line-height: 20px;
  }

  p {
    font-size: 14px;
    line-height: 20px;
  }

  ul {
    display: block;
    padding-left: 0px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    color: #212233;
    list-style-type: disc;
  }

  ol {
    padding-left: 10px;
    list-style-type: decimal;
  }

  li {
    overflow: auto;
    font-family: Montserrat, sans-serif;
    color: #212233;
    font-size: 2vh;
    line-height: 3vh;
    font-weight: 400;
    list-style-type: square;
  }

  strong {
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 24px;
  }

  figcaption {
    font-size: 10px;
    line-height: 16px;
  }

  .header {
    height: 62vh;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.7)), to(rgba(33, 34, 51, 0.7))), url('../images/oldestsharegijs.png');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.7), rgba(33, 34, 51, 0.7)), url('../images/oldestsharegijs.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .header.pageheader {
    height: 62vh;
    background-image: none;
    background-position: 0px 0px;
  }

  .header.pageheader._1602 {
    height: 100vh;
    background-color: rgba(239, 92, 89, 0.9);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/Voc-stock.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/Voc-stock.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .header.pageheader.hwe {
    height: 74vh;
    padding-top: 25vh;
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.7)), to(rgba(33, 34, 51, 0.7))), url('../images/engine-room-gauges-machine-53562.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.7), rgba(33, 34, 51, 0.7)), url('../images/engine-room-gauges-machine-53562.jpg');
    background-position: 0px 0px, 0% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .header.pageheader.services {
    display: block;
    height: 75vh;
    padding-top: 35vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/public-market.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/public-market.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .header.pageheader.stak {
    height: 100vh;
    padding-top: 15vh;
  }

  .header.pageheader.money-maker {
    height: 60vh;
  }

  .header.pageheader.manifesto {
    height: 62vh;
    background-image: url('../images/Manifesto-Erik.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .header.pageheader.wokad {
    height: 60vh;
  }

  .header.pageheader.bedhoodie {
    height: 60vh;
  }

  .header.wmo {
    height: 72vh;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.8)), to(rgba(33, 34, 51, 0.8))), url('../images/cropped-Hands-1.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.8), rgba(33, 34, 51, 0.8)), url('../images/cropped-Hands-1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .header.partners {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/BN3I2019.png');
    background-image: linear-gradient(180deg, null, null), url('../images/BN3I2019.png');
  }

  .header.partners.investmentdeck {
    height: 60vh;
  }

  .header.suggesties {
    height: 62vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.7)), to(rgba(33, 34, 51, 0.7))), url('../images/pexels-nastyasensei-2575835-2.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.7), rgba(33, 34, 51, 0.7)), url('../images/pexels-nastyasensei-2575835-2.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .header.tachyons {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(61, 61, 61, 0.6)), to(rgba(61, 61, 61, 0.6))), url('../images/photo-of-a-man-using-laptop-and-cellular-phone-3771789.jpg');
    background-image: linear-gradient(180deg, rgba(61, 61, 61, 0.6), rgba(61, 61, 61, 0.6)), url('../images/photo-of-a-man-using-laptop-and-cellular-phone-3771789.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
  }

  .header.fm {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(61, 61, 61, 0.6)), to(rgba(61, 61, 61, 0.6))), url('../images/photo-of-a-man-using-laptop-and-cellular-phone-3771789.jpg');
    background-image: linear-gradient(180deg, rgba(61, 61, 61, 0.6), rgba(61, 61, 61, 0.6)), url('../images/photo-of-a-man-using-laptop-and-cellular-phone-3771789.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
  }

  .header.trips {
    height: 62vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.7)), to(rgba(33, 34, 51, 0.7))), url('../images/ask-2341784_1280.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.7), rgba(33, 34, 51, 0.7)), url('../images/ask-2341784_1280.jpg');
    background-position: 0px 0px, 30% 50%;
  }

  .header.partners {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .header.partners.investmentdeck {
    height: 55vh;
  }

  .header.partners.volumepricing {
    height: 55vh;
  }

  .header.ft {
    height: 62vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.7)), to(rgba(33, 34, 51, 0.7))), url('../images/dairy-products-4WMM5MN-scaled.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.7), rgba(33, 34, 51, 0.7)), url('../images/dairy-products-4WMM5MN-scaled.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .header.crowdfunding {
    background-image: url('../images/2021511-192539.jpeg'), -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.7)), to(rgba(33, 34, 51, 0.7)));
    background-image: url('../images/2021511-192539.jpeg'), linear-gradient(180deg, rgba(33, 34, 51, 0.7), rgba(33, 34, 51, 0.7));
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
  }

  .header.kersten {
    height: 62vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.7)), to(rgba(33, 34, 51, 0.7))), url('../images/Cannondale-Bergmeyer1.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.7), rgba(33, 34, 51, 0.7)), url('../images/Cannondale-Bergmeyer1.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .navbar {
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 9999;
    height: 60px;
  }

  .container {
    display: block;
    overflow: visible;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container.navbar {
    bottom: 0px;
    height: 60px;
    padding: 0px 0px 0px 0vw;
    border-color: #fff;
  }

  .container.headercontainer {
    display: block;
    min-height: 0px;
    margin-top: 200px;
    margin-bottom: auto;
    padding-right: auto;
    padding-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .title-2.storytitle {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 28px;
  }

  .title-2.storytitle.accounts {
    min-height: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
  }

  .title-2.storytitle.accounts.opzet {
    margin-bottom: 0px;
    font-size: 2vh;
    line-height: 3vh;
  }

  .title-2.storytitle.transactions {
    min-height: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .title-2.storytitle.functies {
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    font-size: 12px;
    line-height: 18px;
  }

  .navlink {
    position: static;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px 0px;
    float: none;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
  }

  .navlink:hover {
    padding-right: 0px;
    padding-left: 0px;
    color: #f15b54;
    line-height: 3vh;
    font-weight: 700;
  }

  .navlink.w--current {
    position: static;
    padding-top: 10px;
    padding-bottom: 10px;
    float: none;
    clear: left;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    text-align: center;
  }

  .navlink.w--current:hover {
    font-weight: 800;
  }

  .navlink.language {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px 0px;
    float: none;
    color: #fff;
    font-size: 2.5vh;
    line-height: 4vh;
    font-weight: 500;
    text-align: center;
  }

  .navlink.language:hover {
    color: #f15b54;
    font-size: 2.5vh;
    font-weight: 500;
  }

  .navlink.english {
    margin: 10px auto;
    padding-bottom: 10px;
  }

  .navlink.evalueaid {
    position: relative;
    margin-bottom: 10px;
    float: none;
  }

  .navlink.evalueaid:hover {
    font-weight: 700;
  }

  .navlink.eyeventures {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: auto;
    clear: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
  }

  .navlink.eyeventures:hover {
    font-weight: 700;
  }

  .brand {
    position: relative;
    display: block;
    width: 120px;
    margin-top: 0px;
    margin-left: 20px;
    padding-top: 10px;
    padding-left: 0px;
  }

  .brand.w--current {
    width: 140px;
    max-width: 40vw;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 20px;
    padding-top: 0px;
  }

  .button {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #212233;
    font-size: 14px;
    line-height: 18px;
  }

  .button:hover {
    border: 1px solid #212233;
    background-color: #212233;
    color: #f15b54;
  }

  .button.white.overlay {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 10px;
  }

  .button.centered {
    display: inline-block;
    width: auto;
    max-width: none;
    min-width: auto;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
  }

  .button.centered.detail {
    min-width: auto;
  }

  .button.centered.home {
    display: none;
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .button.white.overlay {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }

  .section {
    min-height: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 20px 0px;
    background-image: none;
  }

  .section.grey {
    margin-right: auto;
    margin-left: auto;
    padding: 40px 8vw;
  }

  .section.footer {
    margin-bottom: 0px;
    margin-left: auto;
    padding: 40px 20px 0px;
  }

  .section.hoe {
    padding: 30px 20px;
  }

  .section.hoe.invr {
    background-color: #4778a8;
  }

  .section.hoe.fm {
    background-color: #c3d99b;
  }

  .section.hoe.tachyons {
    background-color: #3d3d3d;
  }

  .section.over {
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .section.grey-copy {
    margin-right: auto;
    margin-left: auto;
    padding: 40px 8vw;
  }

  .section.hoe-copy {
    padding: 30px 8vw;
  }

  .section.grey-copy {
    margin-right: auto;
    margin-left: auto;
    padding: 40px 8vw;
  }

  .section.hoe {
    padding: 30px 20px;
  }

  .section.hoe-copy {
    padding: 30px 8vw;
  }

  .footertext {
    display: inline-block;
    overflow: visible;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    font-size: 14px;
    line-height: 20px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .footertext.rechts {
    margin-left: 0px;
    float: left;
    clear: none;
  }

  .footertext.contact {
    display: block;
    overflow: visible;
    margin-right: auto;
    padding-top: 5px;
    float: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }

  .footertext.white {
    line-height: 3.5vh;
  }

  .footertext.route {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 15px;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .footerheader {
    font-size: 20px;
    line-height: 30px;
  }

  .titlevoordelen {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .titlevoordelen.left {
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    color: #f15b54;
    font-size: 20px;
    line-height: 30px;
    -webkit-column-count: auto;
    column-count: auto;
  }

  .probutton {
    top: 260px;
    right: -12px;
    display: inline-block;
    overflow: hidden;
    width: 60px;
    height: 40px;
    background-color: #fff;
    color: #212233;
    font-size: 14px;
    line-height: 20px;
  }

  .bgvideo {
    overflow: hidden;
    height: 74vh;
    padding-top: 0vw;
    padding-right: 20px;
    padding-left: 20px;
    background-color: rgba(33, 34, 51, 0.7);
    background-image: none;
  }

  .quote {
    margin-bottom: 40px;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .quote.dark {
    font-size: 20px;
    line-height: 26px;
  }

  .quote.red {
    margin-left: 10px;
  }

  .headertitle {
    display: block;
    width: auto;
    margin: 0px auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    line-height: 30px;
  }

  .headertitle.hew {
    margin-top: 0px;
  }

  .headertitle.white {
    margin-top: 5vh;
    font-size: 30px;
    line-height: 40px;
  }

  .headertitle.team {
    margin-top: 25vh;
    font-size: 40px;
    line-height: 40px;
  }

  .headertext.white {
    display: inline-block;
    width: auto;
    margin: 10px 2vw;
    float: none;
    font-size: 20px;
    line-height: 30px;
  }

  .headerbutton {
    margin-right: 20px;
    margin-left: 20px;
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
  }

  .headerbutton.pricingbutton {
    width: 200px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
  }

  .propopupbg {
    display: none;
    padding-right: 30px;
    padding-left: 30px;
  }

  .popup {
    position: relative;
    display: none;
    padding-right: 10px;
    padding-left: 10px;
  }

  .footerlist {
    padding-left: 0px;
  }

  .tablink.login {
    width: 100%;
  }

  .tablink.login.w--current {
    width: 100%;
  }

  .tablink.pricing {
    padding-left: 15px;
    font-size: 12px;
    line-height: 16px;
  }

  .tabscontent {
    padding: 20px 0px 20px 10px;
  }

  .multi {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-left: 0px;
    font-size: 16px;
    line-height: 20px;
  }

  .pricing {
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 0px;
    text-align: center;
  }

  .pricing.grey {
    padding-left: 0px;
  }

  .left {
    overflow: auto;
    margin-left: 0px;
    padding-left: 3px;
    float: none;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }

  .navmenu {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: auto;
    display: none;
    overflow: auto;
    width: 100%;
    height: auto;
    margin-top: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
    float: none;
    clear: none;
    background-color: #212233;
    text-align: center;
  }

  .subtext {
    margin-left: 0px;
    font-size: 14px;
  }

  .pricetitle {
    overflow: visible;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
  }

  .pricetitle.top {
    display: block;
    height: 100%;
    margin-top: 0px;
    clear: both;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
  }

  .pricetitle.top.left {
    display: block;
    margin-top: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
  }

  .pricetitle.top.left {
    display: block;
    margin-top: 0px;
    font-size: 2vh;
    line-height: 3vh;
    font-weight: 600;
  }

  .toggle {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    margin-right: auto;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
  }

  .titleblock {
    text-align: center;
  }

  .avatarimg.gijs {
    background-image: url('../images/gijs-2-ZW2.jpeg');
    background-position: 41% 27%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .avatarimg.herman {
    background-image: url('../images/Herman-ZW2.jpeg');
    background-position: 49% 33%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .avatarimg.tomek {
    background-image: url('../images/Tomek-ZW.jpeg');
    background-position: 50% 27%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .avatarimg.dave {
    background-position: 58% 24%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .avatarimg.raymond {
    background-image: url('../images/Raymond-ZW.jpeg');
    background-position: 45% 30%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .avatarimg.kevin {
    background-image: url('../images/Kevin-ZW.jpeg');
    background-position: 46% 36%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .avatarimg.matthijs {
    background-image: url('../images/Matthijs2-Zw.jpeg');
    background-position: 64% 34%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .avatarimg.bas {
    background-image: url('../images/Bas-ZW.jpeg');
    background-position: 48% 24%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .avatarimg.kees {
    background-image: url('../images/Kees-Haverkamp-ZW.jpeg');
    background-position: 50% 31%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .avatarimg.ank {
    background-image: url('../images/Ank-ZW.jpeg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .avatarimg.varelie {
    background-image: url('../images/varelie-ZW.jpeg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .avatarimg.michael {
    background-image: url('../images/michael-ZW.jpeg');
    background-position: 45% 29%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .avatarimg.luuk {
    background-position: 50% 50%;
    background-size: cover;
  }

  .avatarimg.gijs2 {
    border-style: solid;
    background-color: transparent;
    background-position: 50% 50%;
  }

  .avatarimg.sacha {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .avatarimg.madeline {
    width: 100%;
  }

  .avatarimg.jaap {
    width: 100%;
    background-image: url('../images/Wouter-hagoort-in-pak.jpg');
    background-size: contain;
  }

  .avatarimg.nazmul {
    background-image: url('../images/profile-pic-Nazmul-Hasan.png');
    background-position: 64% 34%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .function {
    font-size: 16px;
    line-height: 24px;
  }

  .managementtitle {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
  }

  .managementrow {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .managementrow.teameyevestor {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .managementrow.teameyevestor-eerste {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .seacchbar {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .companywrapper {
    width: auto;
    float: none;
  }

  .casetitle {
    font-size: 24px;
    line-height: 30px;
  }

  .sectionimg {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .sectionimg.left {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .tabsmenu {
    position: relative;
    float: none;
  }

  .disclaimer {
    display: none;
  }

  .form {
    width: auto;
  }

  .check {
    display: block;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }

  .effecten {
    width: auto;
    margin-left: 0px;
    line-height: 20px;
  }

  .legalfooter {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .para {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    font-size: 16px;
    line-height: 24px;
  }

  .para._1602 {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .nietinbegrepen {
    margin-left: 5px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }

  .nietinbegrepen.intro {
    margin-bottom: 5px;
    margin-left: 0px;
  }

  .nietinbegrepen.minimum {
    overflow: auto;
    margin-left: 0px;
    font-size: 2vh;
    line-height: 3vh;
    text-align: center;
  }

  .hoverblock {
    display: none;
  }

  .menubutton {
    position: static;
    top: 10px;
    right: 0px;
    z-index: 0;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    float: right;
    color: #212233;
    line-height: auto;
  }

  .menubutton.w--open {
    position: absolute;
    top: 15px;
    right: 0px;
    margin-top: 0px;
    background-color: transparent;
  }

  .social-medi {
    position: static;
    display: block;
    width: 20px;
    margin-top: 0px;
    margin-right: 3px;
    float: left;
  }

  .menuicon {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    border: 1px none #fff;
    background-color: transparent;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
  }

  .menuicon:hover {
    border-style: none;
    font-size: 40px;
    line-height: 40px;
  }

  .map {
    top: 1px;
    right: 0px;
    display: inline-block;
    overflow: visible;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .whywhywhy {
    margin: 10px auto;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 20px;
  }

  .richtext-red {
    display: block;
  }

  .richtext-red li {
    list-style-type: decimal;
  }

  .footerrow {
    padding-left: 0px;
  }

  .partners {
    display: -ms-grid;
    display: grid;
    height: auto;
    margin-top: 5px;
    padding-bottom: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .slider-2 {
    position: relative;
    left: 4px;
    top: 10px;
    right: 0px;
    float: none;
    font-size: 14px;
  }

  .text-block-3 {
    margin: 0px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

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

  .slider-3 {
    margin-top: auto;
    margin-bottom: auto;
    padding: 60px 10px;
    border-style: none;
    border-width: 1px;
  }

  .kop {
    overflow: auto;
  }

  .row {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-31 {
    padding-left: 10px;
  }

  .column-37 {
    padding-bottom: 0px;
  }

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

  .row-3 {
    margin-bottom: 0px;
  }

  .stakcoopheader.grey {
    margin-right: 0px;
    margin-left: 0px;
  }

  .coopstakheader {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
  }

  .important-text-5 {
    font-size: 14px;
  }

  .column-46 {
    padding-right: 3px;
    padding-left: 3px;
  }

  .column-47 {
    padding-right: 3px;
    padding-left: 3px;
  }

  .column-48 {
    padding-left: 3px;
  }

  .column-50 {
    padding-right: 3px;
    padding-left: 3px;
  }

  .stakpara {
    padding-right: 0px;
    font-size: 10px;
    line-height: 14px;
  }

  .column-left-circle {
    position: static;
    overflow: visible;
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-2 {
    font-size: 12px;
    line-height: 16px;
  }

  .paragraph-3 {
    font-size: 12px;
    line-height: 16px;
  }

  .column-52 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .column-53 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .column-54 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .title {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 1.5vh;
    line-height: 2.5vh;
  }

  .column-58 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .column-59 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .legal {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-63 {
    margin-top: 40px;
    padding-left: 0px;
  }

  .column-64 {
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-9 {
    width: auto;
    max-width: 100%;
    padding-top: 5px;
  }

  .text-span-8 {
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
  }

  .div-aanmelden {
    display: block;
    width: 160px;
    height: 160px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50%;
    background-image: none;
  }

  .div-stap-cirkel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 14vh;
    height: 14vh;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50%;
    background-image: none;
  }

  .div-stap-cirkel.hiw {
    width: 90%;
    margin-top: 0px;
    float: none;
  }

  .div-stap-cirkel.nieuws {
    width: 60px;
    height: 60px;
  }

  .div-mensen {
    display: block;
    width: 160px;
    height: 160px;
    margin-right: auto;
    margin-left: auto;
    border-style: none;
    border-radius: 50%;
    background-image: url('../images/mensen.png'), -webkit-gradient(linear, left top, left bottom, from(#f15b54), to(#f15b54));
    background-image: url('../images/mensen.png'), linear-gradient(180deg, #f15b54, #f15b54);
    background-position: 50% 50%, 0px 0px;
    background-size: 90px, auto;
    background-repeat: no-repeat, repeat;
  }

  .div-block-4 {
    display: block;
    width: 160px;
    height: 160px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50%;
    background-image: url('../images/groei.png'), -webkit-gradient(linear, left top, left bottom, from(#f15b54), to(#f15b54));
    background-image: url('../images/groei.png'), linear-gradient(180deg, #f15b54, #f15b54);
    background-position: 50% 50%, 0px 0px;
    background-size: 80px, auto;
    background-repeat: no-repeat, repeat;
  }

  .howitworks {
    width: 70%;
    margin-top: 10px;
    margin-bottom: auto;
    clear: left;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }

  .howitworks.ffilmpje {
    margin-top: 10px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
  }

  .list-item {
    font-size: 2.5vh;
    line-height: 3.5vh;
    text-align: left;
  }

  .list-item-10 {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }

  .list-item-11 {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }

  .list-item-12 {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }

  .list-item-13 {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }

  .list-item-14 {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }

  .list-item-15 {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }

  .image-11 {
    width: 30vh;
    height: 30vh;
    padding-right: 0px;
    padding-left: 0px;
  }

  .list-item-16 {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }

  .essential {
    width: 80px;
    height: 80px;
  }

  .professional {
    width: 80px;
    height: 80px;
  }

  .enterprise {
    width: 80px;
    height: 80px;
  }

  .pricingtitle {
    font-size: 24px;
    line-height: 36px;
    font-weight: 900;
  }

  .price {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 30px;
  }

  .div-liquiditeit {
    display: block;
    width: auto;
    height: 100px;
    background-image: url('../images/Fill-623_1Fill 623.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .div-waarde {
    width: auto;
    height: 100px;
    float: none;
    background-image: url('../images/Fill-590_1Fill 590.png');
    background-size: cover;
    background-repeat: no-repeat;
    color: rgba(241, 91, 84, 0.11);
  }

  .section-grey {
    padding-top: 40px;
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .section-grey.overons {
    padding: 40px 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1b1b28), to(#212233));
    background-image: linear-gradient(180deg, #1b1b28, #212233);
  }

  .column-right-circle {
    display: block;
    margin: auto auto 20px;
    padding-right: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-69 {
    margin-bottom: 10px;
  }

  .symbool-aanmelden {
    display: block;
    float: none;
    clear: none;
    border-style: none;
  }

  .symbool-aanmelden.hiw {
    width: 100%;
    height: 20vh;
    margin-top: 10px;
  }

  .flex-row-stap-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .unordered-list-7 {
    padding-left: 0px;
    font-size: 16px;
  }

  .column-right-text {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-71 {
    padding-left: 4vh;
  }

  .flex-row-stap-rechts {
    display: block;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-6 {
    padding-right: 10px;
  }

  .link-7 {
    font-size: 14px;
  }

  .link-8 {
    padding-right: 10px;
  }

  .text-block-4 {
    font-size: 14px;
    line-height: 20px;
  }

  .legalfooter1 {
    margin-bottom: 0px;
    padding-bottom: 10px;
  }

  .pricing-grey {
    padding-right: 0px;
    padding-left: 0px;
  }

  .row-17 {
    display: block;
  }

  .column-76 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-9 {
    font-size: 12px;
  }

  .paragraph-12 {
    font-size: 12px;
  }

  .paragraph-13 {
    font-size: 12px;
  }

  .paragraph-14 {
    font-size: 12px;
  }

  .pricing-white.bewaarnemin {
    display: none;
  }

  .paragraph-15 {
    font-size: 12px;
  }

  .paragraph-16 {
    font-size: 12px;
  }

  .paragraph-17 {
    font-size: 12px;
  }

  .paragraph-18 {
    font-size: 12px;
  }

  .paragraph-19 {
    font-size: 2vh;
  }

  .column-77 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .column-83 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .column-84 {
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .column-85 {
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    height: 100%;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .functionsrow-mobile {
    display: block;
    margin-top: 20px;
    padding-bottom: 10px;
    clear: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .details {
    overflow: visible;
  }

  .lightbox-link {
    margin-top: 5vh;
  }

  .lightbox-link.hiw {
    width: 100%;
    margin: auto;
  }

  .lightbox-link.hiw.aandeelhouder {
    width: 90%;
  }

  .lightbox-link.hiw {
    width: 100%;
    margin: auto;
  }

  .lightbox-link.hiw.aandeelhouder {
    width: 100%;
  }

  .nieuwslink {
    width: 55px;
    height: 55px;
    border-radius: 15px;
  }

  .nieuwslink._12 {
    width: 60px;
    height: 60px;
  }

  .nieuwslink._13 {
    width: 60px;
    height: 60px;
  }

  .nieuwslink._14 {
    width: 60px;
    height: 60px;
  }

  .body {
    display: block;
    overflow: visible;
    background-color: transparent;
  }

  .faqquestion {
    margin-left: 2vw;
    font-size: 2vh;
    line-height: 3px;
  }

  .faqquestiontext {
    font-size: 14px;
    line-height: 20px;
  }

  .drop-icon {
    margin-left: 10px;
  }

  .stepdetail {
    font-family: Montserrat, sans-serif;
    color: #fff;
  }

  .stapdetails {
    height: 0px;
    -webkit-transition: height 1000ms ease;
    transition: height 1000ms ease;
    font-family: Montserrat, sans-serif;
    color: #fff;
  }

  .faqsection {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .scrollprogress {
    width: 100%;
  }

  .billed-annually {
    margin-top: 5px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
  }

  .button-email {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    color: #212233;
    font-size: 16px;
    line-height: 20px;
  }

  .button-email:hover {
    background-color: #fff;
    color: #f15b54;
  }

  .belons {
    left: 30%;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
  }

  .sublanding {
    position: static;
    display: block;
    width: auto;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .divgrey {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .divgrey.red {
    padding: 0px 20px 20px;
  }

  .divgrey.pricing {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .divwhite {
    padding: 20px 8vw;
  }

  .divred {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-17 {
    font-size: 24px;
    line-height: 30px;
  }

  .priceschut {
    font-size: 12px;
    line-height: 16px;
  }

  .pricingheader {
    position: static;
    display: block;
    width: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 24px;
  }

  .charge {
    position: static;
    display: block;
    width: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .probutton-join {
    position: fixed;
    top: 200px;
    right: -12px;
    display: inline-block;
    overflow: hidden;
    width: 60px;
    height: 40px;
    margin-left: 0px;
    background-color: #f15b54;
    font-size: 14px;
    line-height: 20px;
  }

  .probutton-ontzorg {
    position: fixed;
    top: 140px;
    display: block;
    padding-left: 25px;
  }

  .navlink-drop {
    position: static;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: auto;
    padding-bottom: 0px;
    float: none;
    color: #5ab2f1;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    text-align: center;
  }

  .navlink-drop:hover {
    color: #ef5c59;
  }

  .navlink-drop.w--current {
    position: static;
    float: none;
    clear: left;
    color: #ef5c59;
    font-size: 22px;
    text-align: center;
  }

  .dropdown-3 {
    display: none;
  }

  .dropdown-toggle-2 {
    display: block;
  }

  .form-block {
    overflow: auto;
  }

  .text-field-2 {
    font-size: 12px;
    line-height: 10px;
  }

  .text-field-3 {
    font-size: 12px;
  }

  .field-label-3 {
    font-size: 14px;
  }

  .multislide {
    margin-right: 6vw;
    margin-left: 6vw;
  }

  .mask {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slide {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .popup-overlay {
    display: none;
  }

  .private {
    width: 80px;
    height: 80px;
  }

  .price-2 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 20px;
  }

  .pricingheader-2 {
    position: static;
    display: block;
    width: auto;
    margin-bottom: 0px;
    padding: 0px 10px 0px 0px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }

  .catchphrase {
    font-size: 20px;
    line-height: 30px;
  }

  .pricingtitle-2 {
    font-size: 12px;
    line-height: 24px;
  }

  .nudge {
    height: auto;
    margin-top: 5px;
    padding-bottom: 0px;
  }

  .link-block-11 {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 5px;
    margin-left: auto;
  }

  .link-block-12 {
    display: inline-block;
    width: 60px;
    height: 60px;
  }

  .navlink-eyeventures {
    position: static;
    margin-top: 0px;
    padding: 15px 0px;
    float: none;
    clear: none;
    color: #fff;
    font-size: 3vh;
    line-height: 4vh;
    font-weight: 800;
    text-align: center;
  }

  .navlink-eyeventures:hover {
    float: none;
    color: #ef5c59;
    font-size: 3vh;
    font-weight: 800;
  }

  .navlink-eyeventures.w--current {
    position: static;
    float: none;
    clear: left;
    color: #ef5c59;
    font-size: 22px;
    text-align: center;
  }

  .pricingheader-copy {
    position: static;
    display: block;
    width: auto;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-align: left;
  }

  .investment-deck {
    display: inline-block;
    width: 250px;
    margin: 20px auto 0px;
    font-size: 16px;
    line-height: 18px;
  }

  .link-block-13 {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 5px;
  }

  .surname {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .header-aboutus {
    overflow: hidden;
    height: 74vh;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .link-block-14 {
    display: inline-block;
    width: 50px;
    height: 50px;
  }

  .link-21 {
    position: fixed;
    left: auto;
    top: 400px;
    right: -60px;
    bottom: auto;
    display: none;
    width: 140px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 0px;
    clear: none;
    background-color: hsla(0, 0%, 93.3%, 0.7);
    font-size: 14px;
    line-height: 20px;
  }

  .eyeconwhat {
    position: static;
    top: 290px;
    right: -53px;
    overflow: visible;
    padding-top: 5px;
    font-size: 12px;
  }

  .diveyeconwhat {
    display: none;
    margin-top: 10vh;
    margin-left: 2vw;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: hsla(0, 0%, 100%, 0.8);
  }

  .diveyecon {
    position: absolute;
    left: 0px;
    top: 65px;
    right: 0px;
    width: 180px;
    min-height: 35px;
    min-width: 100px;
  }

  .slider-case {
    margin-right: 0vw;
    padding: 30px 20px;
  }

  .text-block-hiw {
    margin: 0px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  .dropdown-link-4 {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
  }

  .dropdown-link-5 {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
  }

  .dropdown-link-menu {
    float: none;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
  }

  .heading-18 {
    margin: 0px 20px 0px 0px;
    padding-top: 0px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .dropdown-4 {
    position: relative;
    display: inline-block;
    float: right;
    clear: none;
  }

  .dropdown-toggle-4 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .dropdown-toggle-4.w--open {
    display: inline-block;
    margin-top: 0px;
  }

  .icon-14 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
  }

  .pricintg-white {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-125 {
    margin-bottom: auto;
  }

  .title-2.storytitle {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 28px;
  }

  .title-2.storytitle.summary {
    padding-right: 10px;
    padding-left: 10px;
  }

  .right-arrow-9 {
    display: inline-block;
    width: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .left-arrow-8 {
    display: inline-block;
    width: 20px;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
    color: #3d3f63;
    font-size: 14px;
    line-height: 14px;
  }

  .slide-nav-8 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    border: 1px none #5ab2f1;
    color: #5ab2f1;
  }

  .list-oneoff {
    display: inline-block;
    color: #212233;
    font-size: 16px;
    line-height: 20px;
  }

  .hiwpicture {
    margin-top: auto;
    margin-bottom: 0vh;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .stappentitle-copy {
    overflow: visible;
    height: auto;
    min-height: 5vh;
    margin-top: 10px;
    margin-bottom: 5px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: none;
  }

  .ui-widget-content {
    width: 100%;
  }

  .input-slider {
    margin-top: 20px;
    margin-left: 0px;
    float: none;
    clear: none;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .calculator-slider-input {
    float: left;
    clear: left;
  }

  .revenue-label {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
  }

  .calculator-output-label-smoll {
    font-size: 20px;
    line-height: 30px;
  }

  .calculator-revenue {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
  }

  .calculator-revenue.small {
    font-size: 20px;
  }

  .icon-17 {
    font-family: Montserrat, sans-serif;
    color: #f15b54;
    font-size: 24px;
    line-height: 24px;
  }

  .icon-18 {
    font-family: Montserrat, sans-serif;
    color: #f15b54;
    font-size: 24px;
    line-height: 24px;
  }

  .slide-nav-10 {
    display: none;
  }

  .wok2 {
    position: static;
    overflow: visible;
    float: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url("https://uploads-ssl.webflow.com/5f1c91878bed093d030b8fcd/5f1c91878bed0953700b93c5_Thank%20WOK%20It's%20Friday-01585.jpg");
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url("https://uploads-ssl.webflow.com/5f1c91878bed093d030b8fcd/5f1c91878bed0953700b93c5_Thank%20WOK%20It's%20Friday-01585.jpg");
    background-position: 0px 0px, 58% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .text-block-19 {
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-19.sharefund {
    width: 220px;
  }

  .right-arrow-10 {
    overflow: visible;
    margin-left: 0px;
    color: #f15b54;
  }

  .navlink-home {
    position: static;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    float: none;
    background-size: auto 4vh;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 3vh;
    line-height: 4vh;
    font-weight: 400;
    text-align: center;
  }

  .navlink-home:hover {
    padding-top: 20px;
    background-size: auto 5vh;
    color: #f15b54;
  }

  .navlink-home.w--current {
    position: static;
    overflow: visible;
    margin: 20px auto 0px;
    padding: 20px;
    float: none;
    clear: left;
    background-size: auto 4vh;
    color: #ef5c59;
    font-size: 2vh;
    line-height: 3vh;
    text-align: center;
  }

  .navlink-home.w--current:hover {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-size: auto 4vh;
  }

  .div-block-158 {
    margin-top: 60px;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .text-block-29 {
    width: 80vw;
  }

  .section-10 {
    position: static;
    margin-top: auto;
  }

  .wok {
    position: static;
    overflow: visible;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/wok.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/wok.jpg');
    background-position: 0px 0px, 70% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .smpl {
    position: static;
    background-color: #f15b54;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.5)), to(rgba(33, 34, 51, 0.5))), url('../images/smpl.png');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.5), rgba(33, 34, 51, 0.5)), url('../images/smpl.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .pumps {
    position: static;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/pexels-alexandra-maria-318236.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/pexels-alexandra-maria-318236.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .image-31 {
    max-width: 20vh;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .enforce {
    position: static;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/BN3I2019.png');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/BN3I2019.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .div-block-164 {
    width: 40vw;
    margin-top: auto;
    margin-bottom: 20px;
  }

  .link-block-18 {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .section-11 {
    padding-right: 20px;
    padding-left: 20px;
    background-position: 50% 0%;
    background-size: contain;
  }

  .heading-70 {
    font-size: 4vh;
    line-height: 5vh;
  }

  .text-block-22 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }

  .heading-71 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .los {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-12 {
    padding: 40px 20px 60px;
    background-image: url('../images/triangle-top-blue2x-1.svg'), url('../images/triangle-left-red2x-1.svg'), url('../images/Vector-small-triangle2x-5.svg');
    background-position: 50% 100%, 100% 35%, 100% 0%;
    background-size: 60%, 40%, 60%;
    background-repeat: no-repeat, no-repeat, no-repeat;
  }

  .heading-19-copy {
    height: auto;
    font-size: 20px;
    line-height: 30px;
  }

  .image-35 {
    width: 40px;
    max-width: 50%;
  }

  .div-block-167 {
    margin-top: 20px;
    margin-left: 0px;
    padding-left: 0px;
  }

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

  .heading-76 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 4vh;
    line-height: 5vh;
  }

  .heading-76-copy {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 4vh;
    line-height: 5vh;
    text-align: center;
  }

  .div-block-170 {
    width: 70px;
  }

  .heading-77 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-77-copy {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 2.5vh;
    line-height: 3.5vh;
  }

  .div-block-171 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .link-block-22 {
    display: inline-block;
    width: 80px;
    height: 80px;
  }

  .link-block-23 {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-left: 10px;
  }

  .link-block-23.w--current {
    margin-left: 10px;
  }

  .link-block-24 {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-bottom: 0px;
  }

  .text-field-7 {
    width: 80vw;
  }

  .text-field-8 {
    width: 80vw;
  }

  .text-field-9 {
    width: 80vw;
  }

  .heading-339 {
    width: auto;
    font-size: 24px;
    line-height: 36px;
  }

  .heading-340 {
    width: auto;
    font-size: 20px;
    line-height: 30px;
  }

  .slider-30 {
    margin-top: auto;
    margin-bottom: auto;
    padding: 40px 0px;
    border-style: none;
    border-width: 1px;
  }

  .column {
    display: block;
    height: auto;
    margin-top: auto;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading {
    left: 0%;
    top: -9px;
    width: 230px;
    margin-top: -40px;
    margin-right: auto;
    margin-left: 50px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }

  .heading-349 {
    padding: 20px;
    font-size: 4vh;
    line-height: 5vh;
  }

  .bold-text-20 {
    font-size: 3vh;
    line-height: 4vh;
  }

  .demo {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    font-size: 14px;
    line-height: 20px;
  }

  .column-62-copy {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .bold-text-30 {
    color: #f15b54;
    font-size: 14px;
    line-height: 20px;
  }

  .list-3 {
    display: inline-block;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #212233;
    list-style-type: disc;
  }

  .column-131 {
    position: static;
    display: block;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    clear: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .column-132 {
    display: block;
    margin-top: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .mask-13 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-179 {
    width: 100vw;
  }

  .icon-23 {
    margin-left: 0px;
    font-size: 20px;
  }

  .icon-24 {
    font-size: 20px;
    line-height: 20px;
  }

  .probutton-eyev {
    top: 450px;
    right: -37px;
    display: inline-block;
    overflow: hidden;
    height: 40px;
    background-color: #212233;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
  }

  .partner {
    padding-top: 40px;
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .pricingheader-calculator {
    position: static;
    display: block;
    width: auto;
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 0px 10px 0px 0px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .field-label-10 {
    padding-top: 20px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .heading-61-copy {
    margin-top: 20px;
    padding-right: 0vw;
    padding-left: 0vw;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }

  .heading-copy {
    margin-right: auto;
    margin-left: auto;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
  }

  .left-arrow-11 {
    display: block;
    color: #f15b54;
  }

  .column-161 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .lightbox-link-3 {
    height: auto;
    margin-top: 10px;
  }

  .link-block-26 {
    display: inline-block;
    width: 80px;
    height: 80px;
  }

  .row-26 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-19 {
    padding: 40px 0vw 0px;
    background-image: none;
  }

  .heading-356 {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 0vw;
    font-size: 4vh;
    line-height: 5vh;
  }

  .submit-button-5 {
    float: none;
    font-size: 2.5vh;
    line-height: 3.5vh;
  }

  .heading-357 {
    font-size: 3vh;
    line-height: 4vh;
  }

  .heading-74-copy-2 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 0vw;
    font-size: 4vh;
    line-height: 5vh;
  }

  .column-165 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .para1 {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-24 {
    font-size: 16px;
  }

  .div-block-182 {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    display: block;
    width: auto;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-43 {
    width: auto;
    max-width: 100px;
  }

  .quotequote {
    display: none;
  }

  .text-block-34 {
    font-size: 14px;
    font-weight: 500;
  }

  .link-block-30 {
    display: block;
  }

  .eyevnturestext {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 10px;
  }

  .link-block-invready {
    display: inline-block;
    width: 80px;
    height: 80px;
  }

  .fundmeup {
    font-size: 30px;
  }

  .div-block-185 {
    margin-top: 40px;
    padding-right: 0vw;
    padding-left: 0vw;
    background-image: none;
  }

  .div-block-186 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-166 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .social-media-copy {
    display: -ms-grid;
    display: grid;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .trimix {
    display: inline-block;
    width: 65px;
    height: 65px;
    margin-left: 10px;
  }

  .trimix.w--current {
    margin-left: 10px;
  }

  .sbc {
    display: inline-block;
    width: 65px;
    height: 65px;
  }

  .bluesuit {
    display: inline-block;
    width: 65px;
    height: 65px;
  }

  .eodv {
    display: inline-block;
    width: 65px;
    height: 65px;
  }

  .nsfcopy {
    display: inline-block;
    width: 65px;
    height: 65px;
  }

  .mifox {
    display: inline-block;
    width: 65px;
    height: 65px;
  }

  .div-block-188 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-block-38 {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-189 {
    margin-bottom: 20px;
  }

  .heading-358 {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-189-copy {
    margin-bottom: 20px;
  }

  .hero {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .div-block-190 {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .link-block-30-copy {
    display: block;
  }

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

  .button-4 {
    display: inline-block;
    background-color: #fff;
    color: #f15b54;
    font-size: 14px;
    font-weight: 400;
  }

  .equity-you-earn {
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
    background-image: url('../images/triangle-down-red2x-1.svg');
    background-position: 50% 0%;
    background-size: 60%;
    background-repeat: no-repeat;
  }

  .vermogen {
    font-size: 16px;
    font-weight: 600;
  }

  .heading-361 {
    font-size: 30px;
  }

  .euro {
    margin-top: auto;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
  }

  .div-block-192-copy {
    display: block;
    margin-bottom: auto;
    padding: 0px;
  }

  .list-item-29 {
    font-size: 2vh;
    line-height: 3vh;
  }

  .list-22 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-43 {
    height: auto;
    min-height: 60px;
    margin-top: 0px;
    padding: 10px 0px 0px;
    font-size: 14px;
    line-height: 14px;
  }

  .per-maand {
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .usps {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .link-block-23-copy {
    display: block;
    width: 50px;
    height: 50px;
    margin-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .link-block-23-copy.w--current {
    margin-left: 10px;
  }

  .link-block-invready-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .link-block-26-copy {
    display: inline-block;
    width: 50px;
    height: 50px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .heading-369 {
    color: #e8d7c5;
    font-size: 30px;
    line-height: 30px;
  }

  .div-block-194 {
    left: auto;
    top: auto;
    right: auto;
    bottom: 20px;
    width: auto;
    margin-top: 20px;
    margin-left: auto;
  }

  .text-block-45 {
    padding-top: 10px;
    padding-bottom: 0px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
  }

  .div-block-196 {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-175 {
    position: static;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    clear: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .grid-3 {
    display: -ms-grid;
    display: grid;
    padding-right: 10px;
    padding-left: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 2fr 1.25fr;
    grid-template-columns: 2fr 1.25fr;
  }

  .blok-price {
    text-align: left;
  }

  .blok-price.right {
    text-align: left;
  }

  .text-span-28 {
    font-size: 20px;
  }

  .columns-23 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .core-header {
    width: auto;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0%;
    padding-left: 0%;
    float: none;
    font-size: 24px;
    line-height: 24px;
  }

  .text-block-22-copy {
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }

  .button-email-copy {
    display: block;
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    color: #212233;
    font-size: 16px;
    line-height: 24px;
  }

  .button-email-copy:hover {
    background-color: #fff;
    color: #f15b54;
  }

  .div-block-198 {
    margin-right: 0px;
    margin-left: 0px;
    grid-template-areas: ". ."
      ". ."
      ". ."
      ". Area";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .div-block-199 {
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider-100 {
    position: static;
    height: 100vh;
    padding-left: 0px;
    clear: none;
  }

  .slide-24 {
    position: static;
    overflow: visible;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/SEKK-WhatsApp-Image-2020-04-06-at-10.50.11.jpeg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/SEKK-WhatsApp-Image-2020-04-06-at-10.50.11.jpeg');
    background-position: 0px 0px, 60% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .heading-369-copy {
    font-size: 5vh;
    line-height: 5vh;
  }

  .heading-368-copy {
    margin-bottom: 20px;
    font-size: 10vh;
    line-height: 10vh;
  }

  .heading-copy {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0vw;
    float: none;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }

  .div-block-194-copy {
    margin-top: 15vh;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .slide-26 {
    position: static;
    overflow: visible;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/WokUtrecht-6410.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/WokUtrecht-6410.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
    text-align: left;
  }

  .heading-371 {
    position: static;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    float: none;
    clear: none;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }

  .slide-27 {
    position: static;
    overflow: visible;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/Bedhoodie-WhatsApp-Image-2019-08-09-at-12.38.52.jpeg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/Bedhoodie-WhatsApp-Image-2019-08-09-at-12.38.52.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .slide-28 {
    position: static;
    overflow: visible;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/Keyvisual_Groen_Zwart_social_3000x900-2019-10-08-094453.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/Keyvisual_Groen_Zwart_social_3000x900-2019-10-08-094453.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .image-55 {
    margin-top: -11vh;
    margin-left: 12vh;
  }

  .div-block-201 {
    width: 60px;
    height: 60px;
    margin-top: -95px;
  }

  .div-block-201-copy {
    width: 120px;
    height: 120px;
    margin-top: -150px;
  }

  .div-block-201-copy-copy {
    width: 180px;
    height: 180px;
  }

  .div-block-203 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-48 {
    margin-top: -50px;
    text-align: center;
  }

  .deal-copy {
    padding-right: 0px;
    padding-left: 0px;
    color: #fff;
    text-align: left;
  }

  .youtube {
    width: 100%;
    margin-top: 40px;
    margin-right: 0px;
  }

  .section-23 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-24 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-179 {
    margin-bottom: 40px;
  }

  .image-57 {
    top: 10%;
    right: 5%;
    width: 30%;
  }

  .div-block-204 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 220px;
    height: auto;
    background-color: rgba(33, 34, 51, 0.6);
  }

  .text-block-49 {
    padding-bottom: 0px;
    float: none;
  }

  .button-5 {
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: none;
    font-size: 14px;
  }

  .lightbox-link-8 {
    margin-bottom: 20px;
  }

  .image-58 {
    width: 90%;
    max-width: none;
  }

  .slide-29 {
    position: static;
    overflow: visible;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/DS-KAMC-29.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/DS-KAMC-29.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .link-block-tachyons {
    display: inline-block;
    width: 80px;
    height: 80px;
  }

  .link-block-fm {
    display: inline-block;
    width: 80px;
    height: 80px;
  }

  .lightbox-link-10 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-59 {
    clear: none;
  }

  .eyevnturestext-copy {
    position: static;
    left: 10px;
    display: block;
    padding-left: 0px;
    float: none;
    clear: left;
    font-size: 10px;
  }

  .div-block-207 {
    display: inline-block;
    width: 200px;
    height: 45px;
    margin-top: 10px;
    margin-bottom: 10px;
    float: none;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-207.eye {
    display: block;
    width: 200px;
    margin: 10px auto;
    padding-bottom: 10px;
    clear: none;
  }

  .lightbox-link-11 {
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-51 {
    margin-top: 0px;
    font-size: 12px;
  }

  .lightbox-link-12 {
    width: auto;
    margin-top: 40px;
  }

  .image-60 {
    margin-bottom: 0px;
  }

  .section-25 {
    margin-right: auto;
    margin-left: auto;
    padding: 40px 20px;
    background-image: none;
  }

  .columns-26 {
    margin-top: 10px;
  }

  .core {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }

  .lightbox-link-12-copy {
    height: 40%;
  }

  .text-span-29 {
    font-size: 20px;
  }

  .pricing-grid-features-copy {
    display: -ms-grid;
    display: grid;
    margin-right: auto;
    margin-left: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .header-content {
    margin-top: 0px;
  }

  .h1 {
    display: block;
    overflow: visible;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -1px;
    white-space: break-spaces;
  }

  .paragraph {
    display: block;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -1px;
  }

  .participaid {
    text-align: center;
  }

  .cta-left-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta-column {
    display: block;
    padding-left: 10px;
  }

  .h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .text-span {
    color: #ffc300;
    font-size: 28px;
    line-height: 28px;
  }

  .cta {
    display: block;
  }

  .h3 {
    margin-bottom: 0px;
  }

  .h3.cc-cta {
    margin-left: 0px;
  }

  .cta-line {
    margin-right: 146px;
    margin-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .partibutton {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .container-13 {
    position: static;
    width: 100%;
    max-width: none;
    margin-bottom: auto;
  }

  .container-13.cc-cta {
    display: block;
    clear: none;
  }

  .partibutton-copy {
    margin-top: 20px;
  }

  .features {
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
    background-color: transparent;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .lightbox-link-2 {
    position: static;
    display: block;
    margin-left: auto;
  }

  .container-2 {
    display: block;
    height: auto;
    min-height: 0px;
    margin-top: auto;
    margin-bottom: 20px;
    padding: 20px 20px 0px;
  }

  .paragraph-28 {
    margin-bottom: 20px;
    padding-bottom: 0px;
    font-size: 24px;
    line-height: 30px;
    white-space: break-spaces;
  }

  .column-4 {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .h2-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .worthy-small {
    margin-top: 0px;
    background-color: transparent;
  }

  .h2-container {
    width: 100%;
    margin-bottom: 20px;
  }

  .worthy {
    margin-top: 10px;
  }

  .text-span-30 {
    display: block;
    margin-bottom: auto;
    font-size: 30px;
  }

  .evalueaidbutton {
    width: 200px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .whatsapp {
    left: auto;
    top: auto;
    right: 20px;
    bottom: 15px;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .bold-text-35-copy {
    font-size: 14px;
    line-height: 20px;
  }

  .smartcards {
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
    background-image: url('../images/triangle-down-red2x-1.svg');
    background-position: 50% 0%;
    background-size: 60%;
    background-repeat: no-repeat;
  }

  .heading-340-copy {
    width: auto;
    font-size: 20px;
    line-height: 30px;
  }

  .heading-340-copy {
    width: auto;
    font-size: 20px;
    line-height: 30px;
  }

  .html-embed-6 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .html-embed-7 {
    margin-right: auto;
    margin-left: auto;
  }

  .column-184 {
    margin-top: 10px;
    padding-left: 0px;
  }

  .column-185 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-26 {
    display: none;
  }

  .heading-373 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15vh;
    margin-left: 2vh;
    font-size: 10vh;
    line-height: 12vh;
  }

  .link-block-18-copy {
    width: 250px;
  }

  .text-block-19-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
  }

  .section-13 {
    padding: 40px 20px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .header-antique-white {
    margin-bottom: auto;
    margin-left: 0px;
    padding-left: 0px;
    font-size: 30px;
    line-height: 30px;
  }

  .heading-375 {
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 5vh;
    line-height: 6vh;
  }

  .columns-26-copy {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-212 {
    grid-auto-flow: row;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .usps-2 {
    height: auto;
  }

  .text-block-45-copy {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
  }

  .text-block-43-copy {
    padding: 0px;
    font-size: 12px;
    line-height: 12px;
  }

  .text-block-45-2 {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
  }

  .text-block-45-copy-copy {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
  }

  .usps-3 {
    display: none;
  }

  .text-block-45-3 {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
  }

  .section-30 {
    padding: 60px 20px;
  }

  .neleman {
    position: static;
    overflow: visible;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/Neleman.jpeg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/Neleman.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .sekk {
    position: static;
    overflow: visible;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/sameneenkoekopen-huub-en-kirsten.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/sameneenkoekopen-huub-en-kirsten.jpg');
    background-position: 0px 0px, 70% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .wok3 {
    position: static;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/WokUtrecht-6395.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/WokUtrecht-6395.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .dropdown-toggle-5 {
    position: relative;
    display: block;
    margin-left: 0px;
    font-size: 20px;
  }

  .dropdown-6 {
    position: static;
    display: inline-block;
    margin: 0px auto;
    float: none;
    color: transparent;
    font-size: 20px;
  }

  .text-block-52 {
    font-size: 14px;
    font-weight: 400;
  }

  .icon-28 {
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .dropdown-list-5 {
    position: static;
    display: none;
  }

  .section-13-copy {
    padding: 60px 20px;
    background-image: url('../images/triangle-top-blue2x-1.svg'), url('../images/triangle-left-red2x-1.svg'), url('../images/Vector-small-triangle2x-5.svg');
    background-position: 50% 100%, 100% 35%, 100% 0%;
    background-size: 60%, 40%, 60%;
    background-repeat: no-repeat, no-repeat, no-repeat;
  }

  .heading-374-copy {
    margin-right: auto;
    margin-left: auto;
    font-size: 30px;
    line-height: 30px;
    text-align: left;
  }

  .list-item-30 {
    font-size: 14px;
    line-height: 20px;
    list-style-type: disc;
  }

  .list-23 {
    display: inline-block;
    margin-left: 0px;
    list-style-type: disc;
  }

  .button-4-copy {
    display: inline-block;
    background-color: #fff;
    color: #f15b54;
    font-size: 14px;
    font-weight: 400;
  }

  .section-blue {
    min-height: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 60px 20px;
    background-image: none;
  }

  .heading-61-copy {
    margin-bottom: 20px;
    padding-right: 0vw;
    padding-left: 0vw;
    color: #fff;
    font-size: 16px;
    text-align: left;
  }

  .section-33 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-217 {
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-53 {
    font-size: 14px;
    line-height: 20px;
  }

  .bold-text-37 {
    color: #e8d7c5;
  }

  .bold-text-38 {
    color: #e8d7c5;
  }

  .html-embed-10 {
    width: auto;
    float: none;
  }

  .heading-376 {
    width: auto;
    font-size: 24px;
    line-height: 36px;
  }

  .investr {
    display: inline-block;
    width: 250px;
    margin: 20px auto 0px;
    font-size: 16px;
    line-height: 18px;
  }

  .html-embed-11 {
    overflow: visible;
    width: 240px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .div-block-218 {
    margin-right: 0px;
  }

  .column-46-copy {
    padding-right: 3px;
    padding-left: 3px;
  }

  .column-50-copy {
    padding-right: 3px;
    padding-left: 3px;
  }

  .coopstakheader-copy {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
  }

  .coopstakheader-copy {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
  }

  .name {
    margin-top: 20px;
  }

  .bio {
    margin-bottom: auto;
    font-size: 14px;
    line-height: 20px;
  }

  .aboutus {
    margin-right: 0px;
    margin-left: 0px;
  }

  .over-ons {
    display: none;
  }

  .italic-text-2 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
  }

  .text-block-54 {
    padding-bottom: 0px;
    float: none;
  }

  .header-antique-white-2 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }

  .link-42 {
    font-size: 14px;
    line-height: 20px;
  }

  .core-2 {
    margin-bottom: 0px;
  }

  .text-block-19-copy-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-55 {
    padding-top: 10px;
    padding-bottom: 0px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
  }

  .text-block-19-copy-copy-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-56 {
    min-height: 60px;
    margin-top: 0px;
    padding: 10px 0px 0px;
    font-size: 14px;
    line-height: 14px;
  }

  .link-block-18-copy-2 {
    width: 250px;
  }

  .usps-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .stappentitle-copy-2 {
    overflow: visible;
    height: auto;
    min-height: 5vh;
    margin-top: 10px;
    margin-bottom: 5px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: none;
  }

  .quotequote-2 {
    display: none;
  }

  .div-block-284 {
    width: 40vw;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .howitworks-2 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: auto;
    clear: left;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }

  .howitworks-2.ffilmpje {
    margin-top: auto;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
  }

  .titlevoordelen-2 {
    display: block;
    width: 70%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .button-7 {
    display: inline-block;
    background-color: #fff;
    color: #f15b54;
    font-size: 14px;
    font-weight: 400;
  }

  .divgrey-2 {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .divgrey-2.red {
    padding: 0px 0px 20px;
  }

  .stepdetail-2 {
    font-family: Montserrat, sans-serif;
    color: #fff;
  }

  .heading-381 {
    padding: 20px;
    font-size: 4vh;
    line-height: 5vh;
  }

  .dropdown-7 {
    position: static;
    display: inline-block;
    margin: auto;
    float: none;
    font-size: 20px;
  }

  .navlink-3 {
    position: static;
    display: block;
    margin-top: 0px;
    padding: 10px 0px;
    float: none;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
  }

  .navlink-3:hover {
    padding-right: 0px;
    padding-left: 0px;
    color: #f15b54;
    line-height: 3vh;
    font-weight: 700;
  }

  .navlink-3.w--current {
    position: static;
    padding-top: 10px;
    padding-bottom: 10px;
    float: none;
    clear: left;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    text-align: center;
  }

  .navlink-3.w--current:hover {
    font-weight: 800;
  }

  .navlink-3.evalueaid {
    position: relative;
    margin-top: 0px;
    margin-bottom: 10px;
    float: none;
  }

  .navlink-3.evalueaid:hover {
    font-weight: 700;
  }

  .div-block-285 {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 5px 10px;
    float: none;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .eyevnturestext-copy-2 {
    position: static;
    left: 10px;
    display: block;
    padding-left: 0px;
    float: none;
    clear: left;
    font-size: 10px;
  }

  .menubutton-2 {
    position: static;
    top: 10px;
    right: 0px;
    z-index: 0;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    float: right;
    color: #212233;
    line-height: auto;
  }

  .menubutton-2.w--open {
    position: absolute;
    top: 15px;
    right: 0px;
    margin-top: 0px;
    background-color: transparent;
  }

  .menuicon-2 {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5px;
    padding-left: 5px;
    border: 1px none #fff;
    background-color: transparent;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
  }

  .menuicon-2:hover {
    border-style: none;
    font-size: 40px;
    line-height: 40px;
  }

  .column-50-copy-2 {
    padding-right: 3px;
    padding-left: 3px;
  }

  .column-46-copy-2 {
    padding-right: 3px;
    padding-left: 3px;
  }

  .link-block-33 {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-top: 0px;
    float: left;
  }

  .link-block-33-2 {
    width: 25px;
    height: 25px;
    float: left;
  }

  .link-block-33-copy-copy {
    display: block;
    width: 25px;
    height: 25px;
    float: left;
  }

  .column-186 {
    margin-top: 10px;
  }

  .column-187 {
    padding-left: 0px;
  }

  .column-188 {
    margin-top: auto;
  }

  .div-block-287 {
    height: 60px;
  }

  .name-2 {
    margin-top: 20px;
  }

  .title-3 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 1.5vh;
    line-height: 2.5vh;
  }

  .slider-101 {
    display: inline;
    background-color: transparent;
  }

  .movie-popup {
    display: block;
    width: 200px;
  }

  .usph {
    display: block;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
  }

  .fromanteel {
    position: static;
    overflow: visible;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/fromanteel.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/fromanteel.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .link-block-18-copy {
    display: none;
    width: auto;
    margin-top: 2vh;
    margin-right: auto;
    margin-left: auto;
    justify-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .bold-text-41 {
    font-size: 14px;
    line-height: 20px;
  }

  .slide-30 {
    position: static;
    overflow: visible;
    padding-right: 0px;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/Neleman.jpeg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/Neleman.jpeg');
    background-position: 0px 0px, 60% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .sharecases {
    position: static;
    margin-left: 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
  }

  .div-block-288 {
    margin-top: 20vh;
    margin-right: 20px;
    margin-left: 20px;
  }

  .usph-1 {
    display: block;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
  }

  .usph-2 {
    display: block;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
  }

  .usph-3 {
    display: block;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
  }

  .intersport {
    position: static;
    background-color: #f15b54;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/Intersport-zierikzee.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/Intersport-zierikzee.jpg');
    background-position: 0px 0px, 60% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .vmm {
    position: static;
    background-color: #f15b54;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/107463980_323389845722647_4806833770099603105_o.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/107463980_323389845722647_4806833770099603105_o.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .usph-4 {
    display: block;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
  }

  .usph-5 {
    display: block;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
  }

  .icon-32 {
    font-family: Montserrat, sans-serif;
    color: #f15b54;
    font-size: 24px;
    line-height: 24px;
  }

  .usph-6 {
    display: block;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
  }

  .icon-33 {
    font-family: Montserrat, sans-serif;
    color: #f15b54;
    font-size: 24px;
    line-height: 24px;
  }

  .link-block-18-copy-3 {
    display: none;
    width: auto;
    margin-top: 2vh;
    margin-right: auto;
    margin-left: auto;
    justify-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .usph-7 {
    display: block;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
  }

  .slider-10 {
    position: static;
    height: 75vh;
    clear: none;
  }

  .heading-eye {
    font-size: 4vh;
    line-height: 7vh;
  }

  .mmm {
    margin-top: 25vh;
    margin-left: auto;
    font-size: 50px;
    line-height: 50px;
  }

  .text-span-41-small {
    font-size: 25px;
    line-height: 25px;
  }

  .text-span-44-small {
    font-size: 25px;
    line-height: 25px;
  }

  .section-38 {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/The-Golden-Logo-white.svg');
    background-position: 150% 20%;
    background-size: 50%;
    background-repeat: no-repeat;
  }

  .div-block-167a {
    width: 35vw;
    margin-top: 0px;
  }

  .deal-copy-copy {
    margin-top: 0px;
    padding-left: 0px;
    color: #5ab2f1;
    text-align: left;
  }

  .div-block-289 {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    display: block;
    width: auto;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-60 {
    font-size: 14px;
    font-weight: 500;
  }

  .whooler {
    position: static;
    overflow: visible;
    float: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/Si1g1eh4.__.22r1_b9nd-a23e030e0m-omlfc2-2021-04-21-083621.png');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/Si1g1eh4.__.22r1_b9nd-a23e030e0m-omlfc2-2021-04-21-083621.png');
    background-position: 0px 0px, 80% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .vidate {
    position: static;
    overflow: visible;
    float: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/Vidate-smartphone.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/Vidate-smartphone.jpg');
    background-position: 0px 0px, 58% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .div-block-218-a {
    margin-right: 0px;
  }

  .europeansleeper {
    position: static;
    overflow: visible;
    float: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/europeansleeper.png');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/europeansleeper.png');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .over-ons-old {
    display: none;
  }

  .image-65 {
    width: 80px;
    margin-right: 10px;
    float: left;
  }

  .heading-373-copy {
    position: static;
    display: block;
    margin-top: 1vh;
    margin-left: 0vh;
    float: left;
    font-size: 5vh;
    line-height: 5vh;
  }

  .fish-tales {
    position: static;
    overflow: visible;
    float: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/vorijs__se_eijrpein-2021-07-11-150456.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/vorijs__se_eijrpein-2021-07-11-150456.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .komrads {
    position: static;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/2019_01_23_APL_SH1_0353-1.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/2019_01_23_APL_SH1_0353-1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .heading-387 {
    font-size: 40px;
    line-height: 40px;
  }

  .heading-388 {
    color: #e8d7c5;
    font-size: 30px;
    line-height: 30px;
  }

  .html-embed-12 {
    overflow: auto;
    margin-right: auto;
    margin-left: auto;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .bold-text-42 {
    font-size: 14px;
    line-height: 20px;
  }

  .slogan {
    margin-top: 5px;
    font-family: 'Bebas Neue', sans-serif;
    color: #212233;
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-19-copy-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
  }

  .column-190 {
    padding-left: 0px;
  }

  .image-57-copy {
    top: 56%;
    right: 5%;
    width: 30%;
  }

  .image-67 {
    display: block;
  }

  .column-191 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .howitworks-copy {
    width: 70%;
    margin-top: 10px;
    margin-bottom: auto;
    clear: left;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }

  .text-span-41 {
    font-size: 12px;
  }

  .text-span-42 {
    padding-left: 0px;
    color: #5ab2f1;
    font-weight: 400;
  }

  .list-item-34 {
    display: inline-block;
  }

  .list-item-35 {
    display: inline-block;
    list-style-type: disc;
  }

  .list-oneoff-2 {
    display: inline-block;
    color: #212233;
    font-size: 16px;
    line-height: 20px;
  }

  .section-41 {
    padding-top: 40px;
  }

  .logo {
    max-width: 25%;
    padding-top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .slider-104 {
    display: inline;
  }

  .icon-38 {
    font-size: 12px;
  }

  .icon-39 {
    font-size: 12px;
  }

  .navbar-3 {
    padding: 2px 15px 7px;
  }

  .hero-subheading {
    line-height: 27px;
  }

  .main-section {
    padding-right: 15px;
    padding-left: 15px;
  }

  .main-section.bottom-padding {
    padding-bottom: 60px;
  }

  .hero-section {
    height: 75vh;
    padding-top: 118px;
    padding-right: 21px;
    padding-left: 21px;
    background-position: 0px 0px, 20% 50%;
  }

  .med-divider {
    width: 60%;
  }

  .hero-content {
    display: block;
  }

  .submit-button-8 {
    width: 100%;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .section-heading {
    display: block;
  }

  .form-wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .field {
    width: 100%;
    margin-bottom: 5px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  .blog-wrapper {
    height: 100%;
  }

  .grid-5 {
    grid-row-gap: 69px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .slider-105 {
    display: inline;
  }

  .icon-40 {
    font-size: 12px;
  }

  .div-block-167a-2 {
    width: 35vw;
    margin-top: 0px;
  }

  .icon-41 {
    font-size: 12px;
  }

  .grid-6 {
    grid-template-areas: "Area Area Area-3"
      "Area-6 Area-2 Area-4"
      "Area-6 Area-5 Area-4"
      "Area-6 Area-5 Area-4";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .tab-link-tab-2 {
    display: block;
    width: 170px;
    margin-right: auto;
    margin-left: auto;
  }

  .tab-link-tab-2.w--current {
    width: 170px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .tab-link-tab-1 {
    position: static;
    width: 170px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    float: none;
  }

  .tab-link-tab-1.w--current {
    display: inline-block;
    width: 170px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    float: none;
  }

  .tabs-menu {
    display: inline-block;
  }

  .text-block-61 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    text-align: center;
  }

  .text-block-62 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
  }

  .grid-8 {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .author-img {
    display: block;
  }

  .tab-link-tab-3 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tab-link-tab-3.w--current {
    margin-right: 0px;
    margin-bottom: 10px;
    padding-bottom: 0px;
  }

  .text-block-613 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dropdown-5 {
    position: static;
    display: inline-block;
    margin: auto;
    float: none;
    color: transparent;
    font-size: 20px;
  }

  .logo-section {
    height: auto;
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .slider {
    height: auto;
  }

  .slider-wrapper-wide {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .logo-wrapper-wide {
    width: 18%;
    height: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 1px;
    padding-left: 1px;
  }

  .blog-header {
    height: 75vh;
    padding-top: 30vh;
    padding-right: 21px;
    padding-left: 21px;
    background-position: 0px 0px, 50% 50%;
    background-size: auto, contain;
    background-repeat: repeat, repeat;
    background-attachment: scroll, fixed;
  }

  .blog-section {
    min-height: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 20px 0px;
    background-image: none;
  }

  .text-span-43 {
    overflow: visible;
  }

  .text-span-44 {
    font-size: 14px;
    line-height: 20px;
  }

  .column-right {
    display: block;
    margin: auto auto 20px;
    padding-right: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .section-44 {
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.7)), to(rgba(33, 34, 51, 0.7))), url('../images/The-Golden-Logo-white.svg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.7), rgba(33, 34, 51, 0.7)), url('../images/The-Golden-Logo-white.svg');
    background-position: 0px 0px, 150% 6%;
    background-size: auto, 50%;
    background-repeat: repeat, no-repeat;
  }

  .heading-373-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    margin-left: auto;
    font-size: 60px;
    line-height: 60px;
  }

  .text-span-48 {
    font-weight: 400;
  }

  .button-4b {
    display: inline-block;
    background-color: #fff;
    color: #f15b54;
    font-size: 14px;
    font-weight: 400;
  }

  .column-192 {
    padding-left: 0px;
  }

  .column-193 {
    padding-left: 0px;
  }

  .bold-text-46 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
  }

  .image-79 {
    height: 30px;
  }

  .flag {
    margin-top: 0px;
  }

  .kiesmenu {
    position: static;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/kiesmenu.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/kiesmenu.jpg');
    background-position: 0px 0px, 70% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .greencaravan {
    position: static;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/Green-caravan.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/Green-caravan.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .button-9 {
    font-size: 16px;
  }

  .slide-33 {
    position: static;
    overflow: visible;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/DS-KAMC-29.jpg');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/DS-KAMC-29.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .grid-12 {
    margin-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .seabass {
    position: static;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 34, 51, 0.6)), to(rgba(33, 34, 51, 0.6))), url('../images/seabass-foto.png');
    background-image: linear-gradient(180deg, rgba(33, 34, 51, 0.6), rgba(33, 34, 51, 0.6)), url('../images/seabass-foto.png');
    background-position: 0px 0px, 30% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .slogan-nl {
    margin-top: 5px;
    font-family: 'Bebas Neue', sans-serif;
    color: #212233;
    font-size: 16px;
    line-height: 24px;
  }

  .slogan-en {
    margin-top: 5px;
    font-family: 'Bebas Neue', sans-serif;
    color: #212233;
    font-size: 16px;
    line-height: 24px;
  }
}

#w-node-_5e430a62-d8e0-4ebb-c16b-35ce4e0b5f3e-192692aa {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_5e430a62-d8e0-4ebb-c16b-35ce4e0b5f40-192692aa {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-_271cbd16-35cf-beb9-c4cb-d5b27472f5c9-192692aa {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_271cbd16-35cf-beb9-c4cb-d5b27472f5cb-192692aa {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-_423fc182-efd8-8348-4dfe-f0081aeca29e-192692aa {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_423fc182-efd8-8348-4dfe-f0081aeca2a0-192692aa {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-_9f9d45ea-c875-9399-d686-6988eb98b5bf-192692aa {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_9f9d45ea-c875-9399-d686-6988eb98b5c1-192692aa {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-_960336bd-4f6a-62b0-0b80-2f1f94a89f2b-192692aa {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_960336bd-4f6a-62b0-0b80-2f1f94a89f2d-192692aa {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-_56a27c32-089e-0d88-8fb3-feeed6e96fd3-192692aa {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_56a27c32-089e-0d88-8fb3-feeed6e96fd5-192692aa {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-f5dee8d4-e354-77ce-bfac-31737e03be85-192692aa {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-f5dee8d4-e354-77ce-bfac-31737e03be87-192692aa {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-_1545e59b-52e2-7341-5ab0-d534e4d0f390-192692aa {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_1545e59b-52e2-7341-5ab0-d534e4d0f392-192692aa {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-cd2a7c11-f05d-5968-9119-0b678499ae90-192692aa {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-cd2a7c11-f05d-5968-9119-0b678499ae92-192692aa {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-f99ea2ff-4a5e-c600-c56a-be6687da5bdc-192692aa {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-f99ea2ff-4a5e-c600-c56a-be6687da5bde-192692aa {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-bc56bdae-6282-0d5f-1026-760566c70a48-192692aa {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_1e621bf2-3241-dd7d-8127-33f3e9811fde-192692aa {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-ec5f1444-760c-db2e-7e51-76ad2670a71b-192692aa {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-ec5f1444-760c-db2e-7e51-76ad2670a71d-192692aa {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-b55d99d3-96b7-22d0-8996-56e25522b664-192692aa {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-b55d99d3-96b7-22d0-8996-56e25522b666-192692aa {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-_7872b05e-a4e0-665e-add4-22b575a65fe5-192692aa {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_7872b05e-a4e0-665e-add4-22b575a65fe7-192692aa {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-fb5566b1-e009-a806-ba00-51616f1409c3-192692aa {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-fb5566b1-e009-a806-ba00-51616f1409c5-192692aa {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-_966235c3-8a8a-41a9-2171-9db5a1a5e13a-192692aa {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_966235c3-8a8a-41a9-2171-9db5a1a5e13c-192692aa {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-_0decffa1-ff91-c63e-bd7e-f3a1ee848b7e-192692aa {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_0decffa1-ff91-c63e-bd7e-f3a1ee848b80-192692aa {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-_391d9b00-0939-5fe7-6eec-5141df521c44-192692aa {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_391d9b00-0939-5fe7-6eec-5141df521c46-192692aa {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-_9df8cbe7-b0e6-80b7-89f5-8024bef58392-192692aa {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_9df8cbe7-b0e6-80b7-89f5-8024bef583aa-192692aa {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_9df8cbe7-b0e6-80b7-89f5-8024bef583be-192692aa {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

.grid-3>#w-node-_9df8cbe7-b0e6-80b7-89f5-8024bef583be-192692aa {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.div-block-198>#w-node-_9df8cbe7-b0e6-80b7-89f5-8024bef583be-192692aa {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.pricing-grid-features-copy>#w-node-_9df8cbe7-b0e6-80b7-89f5-8024bef583be-192692aa {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.div-block-212>#w-node-_9df8cbe7-b0e6-80b7-89f5-8024bef583be-192692aa {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
}

.grid-4>#w-node-_9df8cbe7-b0e6-80b7-89f5-8024bef583be-192692aa {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-6>#w-node-_9df8cbe7-b0e6-80b7-89f5-8024bef583be-192692aa {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-11>#w-node-_9df8cbe7-b0e6-80b7-89f5-8024bef583be-192692aa {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_6bc8d84d-c6b6-ef31-ab83-970714493ec0-14493e4b {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d9538682-bdbc-c939-a535-8f68b12f0ced-b12f0ce2 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-d9538682-bdbc-c939-a535-8f68b12f0ce5-b12f0ce2 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-d9538682-bdbc-c939-a535-8f68b12f0cf3-b12f0ce2 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-d9538682-bdbc-c939-a535-8f68b12f0cf7-b12f0ce2 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-d9538682-bdbc-c939-a535-8f68b12f0cfb-b12f0ce2 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-d9538682-bdbc-c939-a535-8f68b12f0d00-b12f0ce2 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-d9538682-bdbc-c939-a535-8f68b12f0d08-b12f0ce2 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-d9538682-bdbc-c939-a535-8f68b12f0d0c-b12f0ce2 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-d9538682-bdbc-c939-a535-8f68b12f0d12-b12f0ce2 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-d9538682-bdbc-c939-a535-8f68b12f0d16-b12f0ce2 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-d9538682-bdbc-c939-a535-8f68b12f0d1a-b12f0ce2 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_35b32f3c-211e-fa53-dc71-6ed19dd8ef0c-697597ee {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_35b32f3c-211e-fa53-dc71-6ed19dd8ef0d-697597ee {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e4007763-ce24-ccbd-a261-259988f2326f-697597ee {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c63a1ab5-b7d7-ce87-9a28-16007b9670fc-697597ee {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_7eae83b9-e691-29b2-3e72-414561473cdc-697597ee {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_7eae83b9-e691-29b2-3e72-414561473cdd-697597ee {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_7eae83b9-e691-29b2-3e72-414561473cde-697597ee {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_7eae83b9-e691-29b2-3e72-414561473ce0-697597ee {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_51df4c8e-bb41-341a-f7e0-9b1bbde1c2b8-697597ee {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_422c9768-fc9c-e621-9719-89b5b8803e93-b8803e20 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f937f387-8a7c-ea78-4078-5fe1e682bdcf-39f1ca89 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_8e884eea-2490-e0f2-cdfa-549337db60b5-2c26935f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_877ae46f-6a19-ada0-7f8b-ae7124caf824-2c26935f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3ea118a3-05a8-fb40-39d0-4e83c8be6067-2c26935f {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area;
}

.grid-3>#w-node-_3ea118a3-05a8-fb40-39d0-4e83c8be6067-2c26935f {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.div-block-198>#w-node-_3ea118a3-05a8-fb40-39d0-4e83c8be6067-2c26935f {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.pricing-grid-features-copy>#w-node-_3ea118a3-05a8-fb40-39d0-4e83c8be6067-2c26935f {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.div-block-212>#w-node-_3ea118a3-05a8-fb40-39d0-4e83c8be6067-2c26935f {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
}

.grid-4>#w-node-_3ea118a3-05a8-fb40-39d0-4e83c8be6067-2c26935f {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-6>#w-node-_3ea118a3-05a8-fb40-39d0-4e83c8be6067-2c26935f {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-11>#w-node-_3ea118a3-05a8-fb40-39d0-4e83c8be6067-2c26935f {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_58482ef4-ed32-4714-5ca8-10e2f5d4c246-ab7083c6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_58482ef4-ed32-4714-5ca8-10e2f5d4c247-ab7083c6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_58482ef4-ed32-4714-5ca8-10e2f5d4c248-ab7083c6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_58482ef4-ed32-4714-5ca8-10e2f5d4c249-ab7083c6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_58482ef4-ed32-4714-5ca8-10e2f5d4c24a-ab7083c6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_58482ef4-ed32-4714-5ca8-10e2f5d4c24b-ab7083c6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_58482ef4-ed32-4714-5ca8-10e2f5d4c24c-ab7083c6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_58482ef4-ed32-4714-5ca8-10e2f5d4c24d-ab7083c6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_58482ef4-ed32-4714-5ca8-10e2f5d4c24e-ab7083c6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_58482ef4-ed32-4714-5ca8-10e2f5d4c24f-ab7083c6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_58482ef4-ed32-4714-5ca8-10e2f5d4c250-ab7083c6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_58482ef4-ed32-4714-5ca8-10e2f5d4c251-ab7083c6 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_58482ef4-ed32-4714-5ca8-10e2f5d4c252-ab7083c6 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_2c014edb-79e9-2e43-9f9d-da1531e7360a-ae26936f {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_2c014edb-79e9-2e43-9f9d-da1531e7360c-ae26936f {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-bb8154e7-094c-161b-ae63-8144978ae223-ae26936f {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-bb8154e7-094c-161b-ae63-8144978ae225-ae26936f {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-_2ad4cafe-1e74-3212-8afa-36d64df3bf43-ae26936f {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_2ad4cafe-1e74-3212-8afa-36d64df3bf45-ae26936f {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-ef77390f-c9e0-e0a4-4d2a-29ccd1c8b35f-ae26936f {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-ef77390f-c9e0-e0a4-4d2a-29ccd1c8b361-ae26936f {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-_3b49c5e9-ec05-b85c-785f-202bb10595e7-ae26936f {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_3b49c5e9-ec05-b85c-785f-202bb10595e9-ae26936f {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-_4999b7ab-f986-02bb-5041-35181d93c60e-ae26936f {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_4999b7ab-f986-02bb-5041-35181d93c610-ae26936f {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-_6e99db94-83be-80a5-0cb8-87387380506c-ae26936f {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_6e99db94-83be-80a5-0cb8-87387380506e-ae26936f {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-ec21dafa-6f9a-8701-c911-91eb7811bb1e-ae26936f {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-ec21dafa-6f9a-8701-c911-91eb7811bb20-ae26936f {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-_55bb8792-6e68-0f28-2cb9-fe01d15919e2-ae26936f {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_55bb8792-6e68-0f28-2cb9-fe01d15919e4-ae26936f {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-_3127cae8-edbd-34af-7475-eda7e15c587e-ae26936f {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_3127cae8-edbd-34af-7475-eda7e15c5880-ae26936f {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-_3127cae8-edbd-34af-7475-eda7e15c5793-ae26936f {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_3127cae8-edbd-34af-7475-eda7e15c5795-ae26936f {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-_3127cae8-edbd-34af-7475-eda7e15c57b9-ae26936f {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_3127cae8-edbd-34af-7475-eda7e15c57bb-ae26936f {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-_3127cae8-edbd-34af-7475-eda7e15c5751-ae26936f {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_3127cae8-edbd-34af-7475-eda7e15c5753-ae26936f {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-_3127cae8-edbd-34af-7475-eda7e15c5772-ae26936f {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_3127cae8-edbd-34af-7475-eda7e15c5774-ae26936f {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-_3127cae8-edbd-34af-7475-eda7e15c57db-ae26936f {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_3127cae8-edbd-34af-7475-eda7e15c57dd-ae26936f {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-_3127cae8-edbd-34af-7475-eda7e15c57f9-ae26936f {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_3127cae8-edbd-34af-7475-eda7e15c57fb-ae26936f {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-_3127cae8-edbd-34af-7475-eda7e15c5840-ae26936f {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_3127cae8-edbd-34af-7475-eda7e15c5842-ae26936f {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-_3127cae8-edbd-34af-7475-eda7e15c5862-ae26936f {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_3127cae8-edbd-34af-7475-eda7e15c5864-ae26936f {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-_3127cae8-edbd-34af-7475-eda7e15c589f-ae26936f {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_3127cae8-edbd-34af-7475-eda7e15c58a1-ae26936f {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-_9450cda0-8a2c-ab38-ac66-535d68f2449e-ae26936f {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_9450cda0-8a2c-ab38-ac66-535d68f244a4-ae26936f {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_9450cda0-8a2c-ab38-ac66-535d68f244aa-ae26936f {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_9450cda0-8a2c-ab38-ac66-535d68f244b0-ae26936f {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_9450cda0-8a2c-ab38-ac66-535d68f244b6-ae26936f {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_9450cda0-8a2c-ab38-ac66-535d68f244bc-ae26936f {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_9450cda0-8a2c-ab38-ac66-535d68f244c2-ae26936f {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_9450cda0-8a2c-ab38-ac66-535d68f244c8-ae26936f {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_9450cda0-8a2c-ab38-ac66-535d68f244ce-ae26936f {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_9450cda0-8a2c-ab38-ac66-535d68f244d4-ae26936f {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_9450cda0-8a2c-ab38-ac66-535d68f244da-ae26936f {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_37a90ae4-7f11-b30b-b13d-a5cb6b003e5c-812693a6 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_60504dfc-8157-114f-6aaf-907dd600a298-812693a6 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_380bd771-583d-0aa3-a419-e5dde3a18c0c-e3a18c0b {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_380bd771-583d-0aa3-a419-e5dde3a18c12-e3a18c0b {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_380bd771-583d-0aa3-a419-e5dde3a18c18-e3a18c0b {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_380bd771-583d-0aa3-a419-e5dde3a18c1e-e3a18c0b {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_380bd771-583d-0aa3-a419-e5dde3a18c24-e3a18c0b {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_380bd771-583d-0aa3-a419-e5dde3a18c2a-e3a18c0b {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_380bd771-583d-0aa3-a419-e5dde3a18c31-e3a18c0b {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_380bd771-583d-0aa3-a419-e5dde3a18c39-e3a18c0b {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_380bd771-583d-0aa3-a419-e5dde3a18c3f-e3a18c0b {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_380bd771-583d-0aa3-a419-e5dde3a18c45-e3a18c0b {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_380bd771-583d-0aa3-a419-e5dde3a18c4b-e3a18c0b {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_380bd771-583d-0aa3-a419-e5dde3a18c51-e3a18c0b {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_37a90ae4-7f11-b30b-b13d-a5cb6b003e5c-1e2693a7 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_60504dfc-8157-114f-6aaf-907dd600a298-1e2693a7 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_74fa1764-8e76-9b05-b887-78028d4372cc-1e2693a7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_280eca69-aa98-5706-b7fb-be8d2f93b028-2f93b01b {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_280eca69-aa98-5706-b7fb-be8d2f93b02f-2f93b01b {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_280eca69-aa98-5706-b7fb-be8d2f93b032-2f93b01b {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_280eca69-aa98-5706-b7fb-be8d2f93b035-2f93b01b {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_280eca69-aa98-5706-b7fb-be8d2f93b03a-2f93b01b {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_280eca69-aa98-5706-b7fb-be8d2f93b041-2f93b01b {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area;
}

.grid-3>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.div-block-198>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.pricing-grid-features-copy>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.div-block-212>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
}

.grid-4>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-6>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-11>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

@media screen and (max-width: 991px) {
  #w-node-_5e430a62-d8e0-4ebb-c16b-35ce4e0b5f3e-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_5e430a62-d8e0-4ebb-c16b-35ce4e0b5f40-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_5e430a62-d8e0-4ebb-c16b-35ce4e0b5f44-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_5e430a62-d8e0-4ebb-c16b-35ce4e0b5f46-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_271cbd16-35cf-beb9-c4cb-d5b27472f5c9-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_271cbd16-35cf-beb9-c4cb-d5b27472f5cb-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_271cbd16-35cf-beb9-c4cb-d5b27472f5cf-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_271cbd16-35cf-beb9-c4cb-d5b27472f5d1-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_423fc182-efd8-8348-4dfe-f0081aeca29e-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_423fc182-efd8-8348-4dfe-f0081aeca2a0-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_423fc182-efd8-8348-4dfe-f0081aeca2a4-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_423fc182-efd8-8348-4dfe-f0081aeca2a6-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_9f9d45ea-c875-9399-d686-6988eb98b5bf-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_9f9d45ea-c875-9399-d686-6988eb98b5c1-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_9f9d45ea-c875-9399-d686-6988eb98b5c5-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_9f9d45ea-c875-9399-d686-6988eb98b5c7-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_960336bd-4f6a-62b0-0b80-2f1f94a89f2b-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_960336bd-4f6a-62b0-0b80-2f1f94a89f2d-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_960336bd-4f6a-62b0-0b80-2f1f94a89f31-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_960336bd-4f6a-62b0-0b80-2f1f94a89f33-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_56a27c32-089e-0d88-8fb3-feeed6e96fd3-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_56a27c32-089e-0d88-8fb3-feeed6e96fd5-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_56a27c32-089e-0d88-8fb3-feeed6e96fd9-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_56a27c32-089e-0d88-8fb3-feeed6e96fdb-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f5dee8d4-e354-77ce-bfac-31737e03be85-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f5dee8d4-e354-77ce-bfac-31737e03be87-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f5dee8d4-e354-77ce-bfac-31737e03be8b-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f5dee8d4-e354-77ce-bfac-31737e03be8d-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1545e59b-52e2-7341-5ab0-d534e4d0f390-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1545e59b-52e2-7341-5ab0-d534e4d0f392-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1545e59b-52e2-7341-5ab0-d534e4d0f396-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1545e59b-52e2-7341-5ab0-d534e4d0f398-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-cd2a7c11-f05d-5968-9119-0b678499ae90-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-cd2a7c11-f05d-5968-9119-0b678499ae92-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-cd2a7c11-f05d-5968-9119-0b678499ae96-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-cd2a7c11-f05d-5968-9119-0b678499ae98-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f99ea2ff-4a5e-c600-c56a-be6687da5bdc-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f99ea2ff-4a5e-c600-c56a-be6687da5bde-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f99ea2ff-4a5e-c600-c56a-be6687da5be2-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f99ea2ff-4a5e-c600-c56a-be6687da5be4-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-bc56bdae-6282-0d5f-1026-760566c70a48-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1e621bf2-3241-dd7d-8127-33f3e9811fde-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_431b7e9a-40f9-87ae-e152-a4fc26d437cd-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_156c3a11-c96b-089d-f37d-2d0d24b9e970-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ec5f1444-760c-db2e-7e51-76ad2670a71b-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ec5f1444-760c-db2e-7e51-76ad2670a71d-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ec5f1444-760c-db2e-7e51-76ad2670a721-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ec5f1444-760c-db2e-7e51-76ad2670a723-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b55d99d3-96b7-22d0-8996-56e25522b664-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b55d99d3-96b7-22d0-8996-56e25522b666-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b55d99d3-96b7-22d0-8996-56e25522b66a-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b55d99d3-96b7-22d0-8996-56e25522b66c-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_7872b05e-a4e0-665e-add4-22b575a65fe5-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_7872b05e-a4e0-665e-add4-22b575a65fe7-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_7872b05e-a4e0-665e-add4-22b575a65feb-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_7872b05e-a4e0-665e-add4-22b575a65fed-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-fb5566b1-e009-a806-ba00-51616f1409c3-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-fb5566b1-e009-a806-ba00-51616f1409c5-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-fb5566b1-e009-a806-ba00-51616f1409c9-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-fb5566b1-e009-a806-ba00-51616f1409cb-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_966235c3-8a8a-41a9-2171-9db5a1a5e13a-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_966235c3-8a8a-41a9-2171-9db5a1a5e13c-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_966235c3-8a8a-41a9-2171-9db5a1a5e140-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_966235c3-8a8a-41a9-2171-9db5a1a5e142-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_0decffa1-ff91-c63e-bd7e-f3a1ee848b7e-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_0decffa1-ff91-c63e-bd7e-f3a1ee848b80-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_0decffa1-ff91-c63e-bd7e-f3a1ee848b84-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_0decffa1-ff91-c63e-bd7e-f3a1ee848b86-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_391d9b00-0939-5fe7-6eec-5141df521c44-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_391d9b00-0939-5fe7-6eec-5141df521c46-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_391d9b00-0939-5fe7-6eec-5141df521c4a-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_391d9b00-0939-5fe7-6eec-5141df521c4c-192692aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_35b32f3c-211e-fa53-dc71-6ed19dd8ef0d-697597ee {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-e4007763-ce24-ccbd-a261-259988f2326f-697597ee {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-c63a1ab5-b7d7-ce87-9a28-16007b9670fc-697597ee {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_7eae83b9-e691-29b2-3e72-414561473cdc-697597ee {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_7eae83b9-e691-29b2-3e72-414561473cdd-697597ee {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_7eae83b9-e691-29b2-3e72-414561473cde-697597ee {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_7eae83b9-e691-29b2-3e72-414561473ce0-697597ee {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_51df4c8e-bb41-341a-f7e0-9b1bbde1c2b8-697597ee {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 1;
  }

  #w-node-_58482ef4-ed32-4714-5ca8-10e2f5d4c246-ab7083c6 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_58482ef4-ed32-4714-5ca8-10e2f5d4c248-ab7083c6 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_58482ef4-ed32-4714-5ca8-10e2f5d4c249-ab7083c6 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_58482ef4-ed32-4714-5ca8-10e2f5d4c24a-ab7083c6 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_58482ef4-ed32-4714-5ca8-10e2f5d4c24b-ab7083c6 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_58482ef4-ed32-4714-5ca8-10e2f5d4c24c-ab7083c6 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_58482ef4-ed32-4714-5ca8-10e2f5d4c24d-ab7083c6 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_58482ef4-ed32-4714-5ca8-10e2f5d4c24e-ab7083c6 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_58482ef4-ed32-4714-5ca8-10e2f5d4c24f-ab7083c6 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_58482ef4-ed32-4714-5ca8-10e2f5d4c250-ab7083c6 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_58482ef4-ed32-4714-5ca8-10e2f5d4c251-ab7083c6 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 1;
  }

  #w-node-_58482ef4-ed32-4714-5ca8-10e2f5d4c252-ab7083c6 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 1;
  }

  #w-node-_2c014edb-79e9-2e43-9f9d-da1531e7360a-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2c014edb-79e9-2e43-9f9d-da1531e7360c-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2c014edb-79e9-2e43-9f9d-da1531e73610-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2c014edb-79e9-2e43-9f9d-da1531e73612-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-bb8154e7-094c-161b-ae63-8144978ae223-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-bb8154e7-094c-161b-ae63-8144978ae225-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-bb8154e7-094c-161b-ae63-8144978ae229-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-bb8154e7-094c-161b-ae63-8144978ae22b-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2ad4cafe-1e74-3212-8afa-36d64df3bf43-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2ad4cafe-1e74-3212-8afa-36d64df3bf45-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2ad4cafe-1e74-3212-8afa-36d64df3bf49-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2ad4cafe-1e74-3212-8afa-36d64df3bf4b-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ef77390f-c9e0-e0a4-4d2a-29ccd1c8b35f-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ef77390f-c9e0-e0a4-4d2a-29ccd1c8b361-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ef77390f-c9e0-e0a4-4d2a-29ccd1c8b365-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ef77390f-c9e0-e0a4-4d2a-29ccd1c8b367-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3b49c5e9-ec05-b85c-785f-202bb10595e7-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3b49c5e9-ec05-b85c-785f-202bb10595e9-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3b49c5e9-ec05-b85c-785f-202bb10595ed-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3b49c5e9-ec05-b85c-785f-202bb10595ef-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_4999b7ab-f986-02bb-5041-35181d93c60e-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_4999b7ab-f986-02bb-5041-35181d93c610-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_4999b7ab-f986-02bb-5041-35181d93c614-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_4999b7ab-f986-02bb-5041-35181d93c616-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_6e99db94-83be-80a5-0cb8-87387380506c-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_6e99db94-83be-80a5-0cb8-87387380506e-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_6e99db94-83be-80a5-0cb8-873873805072-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_6e99db94-83be-80a5-0cb8-873873805074-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ec21dafa-6f9a-8701-c911-91eb7811bb1e-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ec21dafa-6f9a-8701-c911-91eb7811bb20-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ec21dafa-6f9a-8701-c911-91eb7811bb24-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ec21dafa-6f9a-8701-c911-91eb7811bb26-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_55bb8792-6e68-0f28-2cb9-fe01d15919e2-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_55bb8792-6e68-0f28-2cb9-fe01d15919e4-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_55bb8792-6e68-0f28-2cb9-fe01d15919e8-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_55bb8792-6e68-0f28-2cb9-fe01d15919ea-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c587e-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5880-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5884-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5886-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5793-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5795-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5799-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c579b-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c57b9-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c57bb-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c57c0-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c57c2-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5751-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5753-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5757-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5759-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5772-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5774-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5778-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c577a-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c57db-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c57dd-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c57e1-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c57e3-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c57f9-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c57fb-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c57ff-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5801-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5840-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5842-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5846-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5848-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5862-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5864-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5868-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c586a-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c589f-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c58a1-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c58a5-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c58a7-ae26936f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_37a90ae4-7f11-b30b-b13d-a5cb6b003e5c-812693a6 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_60504dfc-8157-114f-6aaf-907dd600a298-812693a6 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_380bd771-583d-0aa3-a419-e5dde3a18c0c-e3a18c0b {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_37a90ae4-7f11-b30b-b13d-a5cb6b003e5c-1e2693a7 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_60504dfc-8157-114f-6aaf-907dd600a298-1e2693a7 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: Area;
  }

  .grid-3>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  .div-block-198>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .pricing-grid-features-copy>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .div-block-212>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }

  .grid-4>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-6>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  .grid-11>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5e430a62-d8e0-4ebb-c16b-35ce4e0b5f3e-192692aa {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_271cbd16-35cf-beb9-c4cb-d5b27472f5c9-192692aa {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_423fc182-efd8-8348-4dfe-f0081aeca29e-192692aa {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_9f9d45ea-c875-9399-d686-6988eb98b5bf-192692aa {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_960336bd-4f6a-62b0-0b80-2f1f94a89f2b-192692aa {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_56a27c32-089e-0d88-8fb3-feeed6e96fd3-192692aa {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-f5dee8d4-e354-77ce-bfac-31737e03be85-192692aa {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_1545e59b-52e2-7341-5ab0-d534e4d0f390-192692aa {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-cd2a7c11-f05d-5968-9119-0b678499ae90-192692aa {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-f99ea2ff-4a5e-c600-c56a-be6687da5bdc-192692aa {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-bc56bdae-6282-0d5f-1026-760566c70a48-192692aa {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-ec5f1444-760c-db2e-7e51-76ad2670a71b-192692aa {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-b55d99d3-96b7-22d0-8996-56e25522b664-192692aa {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_7872b05e-a4e0-665e-add4-22b575a65fe5-192692aa {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-fb5566b1-e009-a806-ba00-51616f1409c3-192692aa {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_966235c3-8a8a-41a9-2171-9db5a1a5e13a-192692aa {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_0decffa1-ff91-c63e-bd7e-f3a1ee848b7e-192692aa {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_391d9b00-0939-5fe7-6eec-5141df521c44-192692aa {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_2c014edb-79e9-2e43-9f9d-da1531e7360a-ae26936f {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-bb8154e7-094c-161b-ae63-8144978ae223-ae26936f {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_2ad4cafe-1e74-3212-8afa-36d64df3bf43-ae26936f {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-ef77390f-c9e0-e0a4-4d2a-29ccd1c8b35f-ae26936f {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_3b49c5e9-ec05-b85c-785f-202bb10595e7-ae26936f {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_4999b7ab-f986-02bb-5041-35181d93c60e-ae26936f {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_6e99db94-83be-80a5-0cb8-87387380506c-ae26936f {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-ec21dafa-6f9a-8701-c911-91eb7811bb1e-ae26936f {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_55bb8792-6e68-0f28-2cb9-fe01d15919e2-ae26936f {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c587e-ae26936f {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5793-ae26936f {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c57b9-ae26936f {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5751-ae26936f {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5772-ae26936f {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c57db-ae26936f {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c57f9-ae26936f {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5840-ae26936f {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5862-ae26936f {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c589f-ae26936f {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_37a90ae4-7f11-b30b-b13d-a5cb6b003e5c-812693a6 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_9e679e9d-303b-66bc-0fcd-1d6f5e8f6220-812693a6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: Area;
  }

  .grid-3>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  .div-block-198>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .pricing-grid-features-copy>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .div-block-212>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }

  .grid-4>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-6>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  .grid-11>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5e430a62-d8e0-4ebb-c16b-35ce4e0b5f3e-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_5e430a62-d8e0-4ebb-c16b-35ce4e0b5f40-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_5e430a62-d8e0-4ebb-c16b-35ce4e0b5f44-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_5e430a62-d8e0-4ebb-c16b-35ce4e0b5f46-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_271cbd16-35cf-beb9-c4cb-d5b27472f5c9-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_271cbd16-35cf-beb9-c4cb-d5b27472f5cb-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_271cbd16-35cf-beb9-c4cb-d5b27472f5cf-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_271cbd16-35cf-beb9-c4cb-d5b27472f5d1-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_423fc182-efd8-8348-4dfe-f0081aeca29e-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_423fc182-efd8-8348-4dfe-f0081aeca2a0-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_423fc182-efd8-8348-4dfe-f0081aeca2a4-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_423fc182-efd8-8348-4dfe-f0081aeca2a6-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_9f9d45ea-c875-9399-d686-6988eb98b5bf-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_9f9d45ea-c875-9399-d686-6988eb98b5c1-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_9f9d45ea-c875-9399-d686-6988eb98b5c5-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_9f9d45ea-c875-9399-d686-6988eb98b5c7-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_960336bd-4f6a-62b0-0b80-2f1f94a89f2b-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_960336bd-4f6a-62b0-0b80-2f1f94a89f2d-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_960336bd-4f6a-62b0-0b80-2f1f94a89f31-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_960336bd-4f6a-62b0-0b80-2f1f94a89f33-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_56a27c32-089e-0d88-8fb3-feeed6e96fd3-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_56a27c32-089e-0d88-8fb3-feeed6e96fd5-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_56a27c32-089e-0d88-8fb3-feeed6e96fd9-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_56a27c32-089e-0d88-8fb3-feeed6e96fdb-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-f5dee8d4-e354-77ce-bfac-31737e03be85-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-f5dee8d4-e354-77ce-bfac-31737e03be87-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-f5dee8d4-e354-77ce-bfac-31737e03be8b-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-f5dee8d4-e354-77ce-bfac-31737e03be8d-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_1545e59b-52e2-7341-5ab0-d534e4d0f390-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_1545e59b-52e2-7341-5ab0-d534e4d0f392-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_1545e59b-52e2-7341-5ab0-d534e4d0f396-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_1545e59b-52e2-7341-5ab0-d534e4d0f398-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-cd2a7c11-f05d-5968-9119-0b678499ae90-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-cd2a7c11-f05d-5968-9119-0b678499ae92-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-cd2a7c11-f05d-5968-9119-0b678499ae96-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-cd2a7c11-f05d-5968-9119-0b678499ae98-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-f99ea2ff-4a5e-c600-c56a-be6687da5bdc-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-f99ea2ff-4a5e-c600-c56a-be6687da5bde-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-f99ea2ff-4a5e-c600-c56a-be6687da5be2-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-f99ea2ff-4a5e-c600-c56a-be6687da5be4-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-bc56bdae-6282-0d5f-1026-760566c70a48-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_1e621bf2-3241-dd7d-8127-33f3e9811fde-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_431b7e9a-40f9-87ae-e152-a4fc26d437cd-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_156c3a11-c96b-089d-f37d-2d0d24b9e970-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-ec5f1444-760c-db2e-7e51-76ad2670a71b-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-ec5f1444-760c-db2e-7e51-76ad2670a71d-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-ec5f1444-760c-db2e-7e51-76ad2670a721-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-ec5f1444-760c-db2e-7e51-76ad2670a723-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-b55d99d3-96b7-22d0-8996-56e25522b664-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-b55d99d3-96b7-22d0-8996-56e25522b666-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-b55d99d3-96b7-22d0-8996-56e25522b66a-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-b55d99d3-96b7-22d0-8996-56e25522b66c-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_7872b05e-a4e0-665e-add4-22b575a65fe5-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_7872b05e-a4e0-665e-add4-22b575a65fe7-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_7872b05e-a4e0-665e-add4-22b575a65feb-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_7872b05e-a4e0-665e-add4-22b575a65fed-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-fb5566b1-e009-a806-ba00-51616f1409c3-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-fb5566b1-e009-a806-ba00-51616f1409c5-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-fb5566b1-e009-a806-ba00-51616f1409c9-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-fb5566b1-e009-a806-ba00-51616f1409cb-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_966235c3-8a8a-41a9-2171-9db5a1a5e13a-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_966235c3-8a8a-41a9-2171-9db5a1a5e13c-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_966235c3-8a8a-41a9-2171-9db5a1a5e140-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_966235c3-8a8a-41a9-2171-9db5a1a5e142-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_0decffa1-ff91-c63e-bd7e-f3a1ee848b7e-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_0decffa1-ff91-c63e-bd7e-f3a1ee848b80-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_0decffa1-ff91-c63e-bd7e-f3a1ee848b84-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_0decffa1-ff91-c63e-bd7e-f3a1ee848b86-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_391d9b00-0939-5fe7-6eec-5141df521c44-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_391d9b00-0939-5fe7-6eec-5141df521c46-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_391d9b00-0939-5fe7-6eec-5141df521c4a-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_391d9b00-0939-5fe7-6eec-5141df521c4c-192692aa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_9df8cbe7-b0e6-80b7-89f5-8024bef58392-192692aa {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-d9538682-bdbc-c939-a535-8f68b12f0ced-b12f0ce2 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-d9538682-bdbc-c939-a535-8f68b12f0ce5-b12f0ce2 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-d9538682-bdbc-c939-a535-8f68b12f0cf7-b12f0ce2 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_51df4c8e-bb41-341a-f7e0-9b1bbde1c2b8-697597ee {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_2c014edb-79e9-2e43-9f9d-da1531e7360a-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_2c014edb-79e9-2e43-9f9d-da1531e7360c-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_2c014edb-79e9-2e43-9f9d-da1531e73610-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_2c014edb-79e9-2e43-9f9d-da1531e73612-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-bb8154e7-094c-161b-ae63-8144978ae223-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-bb8154e7-094c-161b-ae63-8144978ae225-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-bb8154e7-094c-161b-ae63-8144978ae229-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-bb8154e7-094c-161b-ae63-8144978ae22b-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_2ad4cafe-1e74-3212-8afa-36d64df3bf43-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_2ad4cafe-1e74-3212-8afa-36d64df3bf45-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_2ad4cafe-1e74-3212-8afa-36d64df3bf49-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_2ad4cafe-1e74-3212-8afa-36d64df3bf4b-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-ef77390f-c9e0-e0a4-4d2a-29ccd1c8b35f-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-ef77390f-c9e0-e0a4-4d2a-29ccd1c8b361-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-ef77390f-c9e0-e0a4-4d2a-29ccd1c8b365-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-ef77390f-c9e0-e0a4-4d2a-29ccd1c8b367-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3b49c5e9-ec05-b85c-785f-202bb10595e7-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3b49c5e9-ec05-b85c-785f-202bb10595e9-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3b49c5e9-ec05-b85c-785f-202bb10595ed-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3b49c5e9-ec05-b85c-785f-202bb10595ef-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4999b7ab-f986-02bb-5041-35181d93c60e-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4999b7ab-f986-02bb-5041-35181d93c610-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4999b7ab-f986-02bb-5041-35181d93c614-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4999b7ab-f986-02bb-5041-35181d93c616-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_6e99db94-83be-80a5-0cb8-87387380506c-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_6e99db94-83be-80a5-0cb8-87387380506e-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_6e99db94-83be-80a5-0cb8-873873805072-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_6e99db94-83be-80a5-0cb8-873873805074-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-ec21dafa-6f9a-8701-c911-91eb7811bb1e-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-ec21dafa-6f9a-8701-c911-91eb7811bb20-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-ec21dafa-6f9a-8701-c911-91eb7811bb24-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-ec21dafa-6f9a-8701-c911-91eb7811bb26-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_55bb8792-6e68-0f28-2cb9-fe01d15919e2-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_55bb8792-6e68-0f28-2cb9-fe01d15919e4-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_55bb8792-6e68-0f28-2cb9-fe01d15919e8-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_55bb8792-6e68-0f28-2cb9-fe01d15919ea-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c587e-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5880-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5884-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5886-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5793-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5795-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5799-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c579b-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c57b9-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c57bb-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c57c0-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c57c2-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5751-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5753-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5757-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5759-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5772-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5774-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5778-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c577a-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c57db-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c57dd-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c57e1-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c57e3-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c57f9-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c57fb-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c57ff-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5801-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5840-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5842-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5846-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5848-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5862-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5864-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c5868-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c586a-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c589f-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c58a1-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c58a5-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3127cae8-edbd-34af-7475-eda7e15c58a7-ae26936f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_9450cda0-8a2c-ab38-ac66-535d68f2449e-ae26936f {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_9450cda0-8a2c-ab38-ac66-535d68f244a4-ae26936f {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_9450cda0-8a2c-ab38-ac66-535d68f244b0-ae26936f {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: Area;
  }

  .grid-3>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  .div-block-198>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .pricing-grid-features-copy>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .div-block-212>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }

  .grid-4>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-6>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  .grid-11>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  @media screen and (max-width: 991px) {
    .grid-3>#w-node-_9df8cbe7-b0e6-80b7-89f5-8024bef583be-192692aa {
      -ms-grid-row: 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-3>#w-node-_3ea118a3-05a8-fb40-39d0-4e83c8be6067-2c26935f {
      -ms-grid-row: 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-3>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
      -ms-grid-row: 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-3>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
      -ms-grid-row: 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-3>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
      -ms-grid-row: 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-3>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
      -ms-grid-row: 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }
  }

  @media screen and (max-width: 767px) {
    .grid-3>#w-node-_9df8cbe7-b0e6-80b7-89f5-8024bef583be-192692aa {
      -ms-grid-row: 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .div-block-198>#w-node-_9df8cbe7-b0e6-80b7-89f5-8024bef583be-192692aa {
      -ms-grid-row: 3;
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
    }

    .grid-3>#w-node-_3ea118a3-05a8-fb40-39d0-4e83c8be6067-2c26935f {
      -ms-grid-row: 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .div-block-198>#w-node-_3ea118a3-05a8-fb40-39d0-4e83c8be6067-2c26935f {
      -ms-grid-row: 3;
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
    }

    .grid-3>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
      -ms-grid-row: 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .div-block-198>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
      -ms-grid-row: 3;
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
    }

    .grid-3>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
      -ms-grid-row: 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .div-block-198>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
      -ms-grid-row: 3;
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
    }

    .grid-3>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
      -ms-grid-row: 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .div-block-198>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
      -ms-grid-row: 3;
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
    }

    .grid-3>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
      -ms-grid-row: 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .div-block-198>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
      -ms-grid-row: 3;
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
    }
  }

  @media screen and (max-width: 479px) {
    .div-block-198>#w-node-_9df8cbe7-b0e6-80b7-89f5-8024bef583be-192692aa {
      -ms-grid-row: 4;
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
    }

    .grid-6>#w-node-_9df8cbe7-b0e6-80b7-89f5-8024bef583be-192692aa {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    .div-block-198>#w-node-_3ea118a3-05a8-fb40-39d0-4e83c8be6067-2c26935f {
      -ms-grid-row: 4;
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
    }

    .grid-6>#w-node-_3ea118a3-05a8-fb40-39d0-4e83c8be6067-2c26935f {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    .div-block-198>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
      -ms-grid-row: 4;
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
    }

    .grid-6>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    .div-block-198>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
      -ms-grid-row: 4;
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
    }

    .grid-6>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    .div-block-198>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
      -ms-grid-row: 4;
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
    }

    .grid-6>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    .div-block-198>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
      -ms-grid-row: 4;
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
    }

    .grid-6>#w-node-_3f3d3a40-239b-ccfb-9574-e1794e350a61-2f93b01b {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  }
}

@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MYRIADPRO-REGULAR.OTF') format('opentype'), url('../fonts/MYRIADPRO-REGULAR.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MYRIADPRO-BOLD.OTF') format('opentype'), url('../fonts/MYRIADPRO-BOLDCOND.OTF') format('opentype'), url('../fonts/MYRIADPRO-BOLDCONDIT.OTF') format('opentype'), url('../fonts/MYRIADPRO-BOLDIT.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Myriadpro condit';
  src: url('../fonts/MYRIADPRO-CONDIT.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MYRIADPRO-SEMIBOLDIT.OTF') format('opentype'), url('../fonts/MYRIADPRO-SEMIBOLD.OTF') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Myriadpro cond';
  src: url('../fonts/MYRIADPRO-COND.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Ionicons';
  src: url('../fonts/ionicons.eot') format('embedded-opentype'), url('../fonts/ionicons.woff') format('woff'), url('../fonts/ionicons.ttf') format('truetype'), url('../fonts/ionicons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}