@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/generalsans-light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/generalsans-medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/generalsans-semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/generalsans-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --grey: #687a77;
  --primary-dark: #041627;
  --primary: #117865;
  --midnight-blue: #112437;
  --button: #49c46f;
  --white-smoke: #f6f7f9;
  --white: white;
  --light-slate-grey: #8596a6;
  --light-cyan: #c9ddd9;
  --dark-orange: #ff7a01;
  --new-blue: #bceaff;
  --deep-sky-blue: #28a8e440;
  --black: black;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

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

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

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

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

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

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

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

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

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

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

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

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

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: var(--grey);
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

h1 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 62px;
  font-weight: 500;
  line-height: 1.1em;
}

h2 {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  color: var(--primary-dark);
  margin-top: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

h6 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
}

a {
  color: var(--grey);
  align-items: center;
  text-decoration: none;
  transition: color .3s;
}

ul {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 10px;
  padding-left: 0;
  list-style-type: disc;
  display: flex;
}

li {
  background-image: url('../images/list-bullet.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: stretch;
  padding-left: 22px;
  display: flex;
  position: relative;
}

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

label {
  margin-bottom: 10px;
  display: block;
}

blockquote {
  border-left: 4px solid var(--primary);
  color: var(--primary-dark);
  max-width: 850px;
  margin: 25px auto;
  padding: 20px 20px 20px 30px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2em;
}

.section {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.section.light-background {
  background-color: #0000;
}

.section.banner {
  background-color: var(--primary);
  flex-direction: row;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.changelog-banner {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section.without-bottom-spacing {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.blue-background {
  background-color: var(--primary);
}

.section.landing-banner {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 160px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.without-top-spacing {
  background-color: #0000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.without-space {
  padding-top: 0;
  padding-bottom: 0;
}

.section.dark-bgr-home {
  background-color: var(--midnight-blue);
  padding-top: 110px;
}

.section.green-bgr {
  background-color: var(--button);
}

.section.laadpalen {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: row;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section.blog-details {
  padding-top: 60px;
}

.section.spacing-bottom {
  padding-top: 0;
}

.section.sd {
  background-color: var(--white-smoke);
}

.section.zonnepanelen {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: row;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.base-container {
  flex-direction: column;
  flex: 1;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.justify {
  justify-content: center;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-title {
  background-color: var(--primary);
  color: var(--white);
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  background-color: var(--primary);
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  margin-top: 0;
}

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-system-image {
  max-width: 80%;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
}

.spacing-columns {
  margin-top: 50px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-style-guide {
  background-color: var(--primary);
  border-radius: 10px;
  width: 75px;
  height: 75px;
}

.gray-style-guide {
  background-color: var(--white-smoke);
  border: 1px solid #11786533;
  border-radius: 10px;
  width: 75px;
  height: 75px;
}

.color-wrapper {
  margin-right: 30px;
}

.colors-wrapper {
  margin-right: 60px;
}

.primary-dark-style-guide {
  background-color: var(--primary-dark);
  border-radius: 10px;
  width: 75px;
  height: 75px;
}

.black-style-guide {
  background-color: var(--light-slate-grey);
  border-radius: 10px;
  width: 75px;
  height: 75px;
}

.colors-container {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.light-gray-style-guide {
  background-color: var(--light-cyan);
  border-radius: 10px;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.color-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.primary-light-style-guide {
  background-color: var(--dark-orange);
  border-radius: 10px;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.white-style-guide {
  background-color: var(--white);
  border: 1px solid #687a774d;
  border-radius: 10px;
  width: 75px;
  height: 75px;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 48%;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 48px;
}

.h2-tablet {
  font-size: 42px;
}

.h1-mobile {
  font-size: 40px;
}

.h2-mobile {
  font-size: 36px;
}

.h3-mobile {
  font-size: 32px;
}

.style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  border-radius: 74px;
  flex-direction: row;
  justify-content: center;
  padding: 16px 30px;
  line-height: 1em;
  transition-property: all;
  display: flex;
}

.primary-button:hover {
  background-color: var(--white);
  color: var(--primary);
}

.primary-button.full-width-mobile {
  display: block;
}

.primary-button.pagination {
  margin-top: 30px;
}

.primary-button.orange {
  border-color: var(--button);
  background-color: #49c46fcc;
  transition-property: none;
}

.primary-button.transparent-green {
  border-color: var(--button);
  background-color: var(--button);
  color: var(--white-smoke);
  transition-property: none;
}

.primary-button.transparent {
  background-color: var(--button);
  color: var(--white-smoke);
  border-color: #fff3;
  font-family: Roboto Slab, sans-serif;
  font-weight: 600;
  transition-property: none;
}

.primary-button.white {
  border-color: var(--white);
  background-color: var(--button);
  -webkit-text-stroke-color: var(--button);
  transition: background-color .3s, border-color .3s;
}

.primary-button.white:hover {
  border-color: var(--dark-orange);
  background-color: var(--dark-orange);
  color: var(--white);
}

.primary-button.add {
  justify-content: center;
  transition: all .3s;
}

.primary-button.margin {
  margin-top: 15px;
  line-height: 1.5em;
}

.primary-button.none-transition {
  background-color: var(--button);
  font-family: Roboto Slab, sans-serif;
  font-weight: 600;
  transition-property: none;
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.grid-header {
  width: 100%;
  margin-top: 60px;
}

.link-wrapper {
  width: 50%;
  margin-top: 20px;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu {
  color: var(--white-smoke);
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.nav-link {
  color: var(--white);
  text-transform: capitalize;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Roboto Slab, sans-serif;
  font-weight: 300;
  transition-property: none;
}

.nav-link:hover {
  color: var(--dark-orange);
}

.nav-link.w--current {
  color: var(--white-smoke);
  -webkit-text-stroke-color: var(--white-smoke);
}

.nav-link.dark {
  color: var(--primary-dark);
}

.nav-link.dark:hover {
  color: var(--dark-orange);
}

.nav-dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-dropdown-icon {
  font-size: 16px;
  display: none;
}

.nav-dropdown-list {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #687a774d;
  border-radius: 10px;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list.megamenu {
  width: 360px;
  left: -223px;
}

.nav-dropdown-list.megamenu.w--open {
  width: 550px;
  display: flex;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--primary);
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: var(--primary);
}

.nav-item-title {
  color: var(--white);
  text-transform: capitalize;
  transition: color .3s;
}

.nav-item-title:hover {
  color: var(--dark-orange);
}

.nav-item-title.dark {
  color: var(--primary-dark);
}

.nav-item-title.dark:hover {
  color: var(--dark-orange);
}

.pages-banner {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid #5e5e5e80;
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 320px;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  color: var(--primary-dark);
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 500;
}

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

.license-link.last-child {
  margin-right: 0;
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  color: var(--primary);
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
}

.icon-style-guide.dribble {
  font-family: "Fa solid 900", sans-serif;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-font-title {
  color: var(--grey);
  font-weight: 400;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 280px;
  display: flex;
}

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

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

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

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.coming-soon-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.changelog-heading {
  margin-bottom: 20px;
}

.coming-soon-form {
  grid-column-gap: 30px;
  flex-wrap: wrap;
  flex: none;
  justify-content: center;
  width: 100%;
  display: flex;
}

.coming-soon-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-heading {
  margin-top: 60px;
  font-size: 70px;
}

.blog-classic-wrapper {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.blog-classic-item {
  border-radius: 10px;
  box-shadow: 5px 0 20px #10182814;
}

.blog-classic-top-content {
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.blog-classic-post-category {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
}

.blog-classic-post-category:hover {
  color: var(--primary);
  background-color: #0000;
}

.blog-post-title {
  transition: color .3s;
}

.blog-post-title:hover {
  color: var(--primary);
}

.blog-classic-post-image {
  object-fit: cover;
  width: 100%;
  max-height: 480px;
}

.blog-classic-post-image-wrapper {
  min-width: 100%;
  overflow: hidden;
}

.blog-classic-bottom-content {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.blog-classic-post-description {
  margin-top: 35px;
  margin-bottom: 35px;
}

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

.blog-sidebar-post-category {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 10px;
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
}

.blog-sidebar-post-category:hover {
  background-color: var(--white);
  color: var(--primary);
}

.blog-template-wrapper {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-image {
  object-fit: cover;
  width: 100%;
  max-height: 680px;
  margin-bottom: 20px;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.prev-post-arrow {
  color: #afafaf;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-pagination-icon {
  opacity: .5;
}

.next-post-arrow {
  color: #afafaf;
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.footer {
  background-color: var(--new-blue);
  text-align: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 50px;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-copyright {
  width: 100%;
  display: inline;
}

.footer-copyright-link {
  margin-right: 5px;
  text-decoration: none;
  display: inline;
}

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

.section-title-wrapper {
  text-align: center;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}

.team-card {
  border-radius: 10px;
  overflow: hidden;
}

.team-card-image {
  color: var(--primary);
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 270px;
}

.team-card-content-wrapper {
  background-color: var(--white);
  padding: 10px 20px 20px;
}

.team-social-links-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.team-social-icon {
  color: var(--primary);
  background-color: #11786533;
  border: 1px solid #0000;
  border-radius: 70px;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: 500;
  transition-property: all;
}

.team-social-icon:hover {
  border: 1px solid var(--primary);
  background-color: var(--white);
  color: var(--primary);
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.style-guide-button-wrapper {
  width: 47%;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.text-button-icon {
  margin-top: 4px;
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

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

.paragraph-large.margin {
  margin-top: 20px;
  margin-bottom: 50px;
}

.banner-title-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.banner-title-wrapper.centered {
  align-items: center;
}

.text-white {
  color: var(--white);
}

.text-white.landing-heading {
  font-weight: 600;
}

.banner-description {
  text-align: center;
  max-width: 560px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
}

.section-title-description {
  text-align: center;
  margin-top: 20px;
}

.workflow-profile-photo {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.workflow-profile-description {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.workflow-profile-wrapper {
  flex-direction: row;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.workflow-content-wrapper {
  width: 50%;
  padding-left: 40px;
}

.workflow-video-wrapper {
  border-radius: 10px;
  width: 50%;
  overflow: hidden;
}

.workflow-wrapper {
  margin-top: 50px;
  display: flex;
}

.workflow-profile-photo-wrapper {
  width: 80px;
  height: 80px;
}

.workflow-profile-name {
  margin-bottom: 0;
  font-size: 18px;
}

.workflow-video {
  background-image: url('../images/rectangle-16-1_1rectangle-16-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 350px;
  display: flex;
  position: relative;
}

.play-button {
  z-index: 5;
  background-color: var(--white);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
}

.workflow-quote {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 18px;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.accordion-toggle.padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-list {
  background-color: #0000;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-wrapper {
  width: 100%;
  display: flex;
}

.accordion-wrapper.service-details {
  margin-top: 20px;
}

.accordion-item {
  background-color: #11786533;
  border-radius: 10px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

.accordion-item.mb {
  background-color: #28a8e440;
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.accordion-item.mb-last {
  padding-left: 30px;
  padding-right: 30px;
}

.accordion-icon {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.accordion-wrap {
  width: 50%;
  margin-right: 15px;
}

.accordion-wrap.last-child {
  margin-right: 0;
}

.accordion-wrap.mr {
  margin-right: 30px;
}

.accordion-list-content {
  color: var(--primary-dark);
  width: 90%;
  margin-top: 0;
  font-family: Roboto Slab, sans-serif;
  font-weight: 300;
}

.accordion-title {
  color: var(--primary-dark);
  align-items: center;
  font-family: Roboto Slab, sans-serif;
  font-weight: 600;
  display: flex;
}

.mb-30 {
  margin-bottom: 0;
}

.light-background {
  background-color: #f9f9fa;
}

.link-with-icon {
  display: flex;
}

.link-with-icon.orange {
  color: var(--dark-orange);
  text-align: left;
  position: static;
}

.link-with-icon.orange {
  color: #ff7a01;
}

.link-with-icon.orange:hover {
  color: #117865;
}

.contacts-wrapper {
  grid-column-gap: 50px;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.contacts-form-wrapper {
  background-color: var(--new-blue);
  border-radius: 10px;
  flex: none;
  padding: 30px 20px;
  position: relative;
  left: 97px;
}

.contacts-detail {
  display: flex;
}

.contacts-icon {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.paragraph-no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-no-margin.hover:hover {
  color: var(--dark-orange);
}

.contacts-textarea {
  background-color: var(--deep-sky-blue);
  color: var(--white);
  border: 1px solid #ffffff1a;
  border-radius: 10px;
  min-height: 120px;
  margin-bottom: 30px;
  padding: 16px 18px;
  position: relative;
  bottom: -17px;
}

.contacts-textarea:focus {
  color: var(--white);
  border: 1px solid #ffffff80;
  font-size: 18px;
}

.contacts-textarea::placeholder {
  color: var(--white);
  font-size: 18px;
}

.contacts-input {
  background-color: var(--deep-sky-blue);
  color: #0000;
  border: 1px solid #ffffff1a;
  border-radius: 10px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 18px;
  font-size: 18px;
  transition: all .2s;
}

.contacts-input:focus {
  color: var(--white);
  border: 1px solid #ffffff80;
  font-size: 18px;
}

.contacts-input::placeholder {
  color: #fff;
  font-size: 18px;
}

.contacts-form-title {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.contacts-title {
  max-width: 470px;
}

.footer-link {
  transition: all .3s;
}

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

.footer-wrapper {
  border-bottom: 1px solid #687a774d;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 50px;
  display: flex;
}

.white-text {
  color: var(--button);
  font-family: Roboto Slab, sans-serif;
  font-weight: 600;
}

.white-text.orange-hover {
  transition: color .3s;
}

.white-text.orange-hover:hover {
  color: var(--dark-orange);
}

.white-text.maxw {
  max-width: 370px;
  font-weight: 600;
}

.white-text.dark {
  color: var(--primary-dark);
}

.white-text.maxw-home-3 {
  max-width: 370px;
}

.white-text.bold {
  font-weight: 600;
}

.white-text.width {
  max-width: 785px;
}

.white-text.services {
  max-width: 550px;
}

.footer-brand-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-links-wrapper {
  grid-column-gap: 60px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  position: relative;
  left: 149px;
}

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  color: var(--primary-dark);
  font-size: 18px;
  font-weight: 500;
  transition: all .3s;
  display: inline-block;
}

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

.search-input {
  color: var(--primary-dark);
  border: 1px solid #687a774d;
  border-radius: 74px;
  max-width: 500px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 1em;
}

.search-input:focus {
  border: 1px solid var(--grey);
}

.search-input::placeholder {
  font-size: 18px;
}

.search-input.maxw {
  max-width: 100%;
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.search-section {
  margin-top: 20px;
  margin-bottom: 60px;
}

.footer-logo-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-brand-description {
  color: var(--primary-dark);
  text-align: left;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 62px;
  font-weight: 500;
  line-height: 1em;
}

.customers-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #afafaf80;
  border-left: 1px solid #afafaf80;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.customer-wrapper {
  opacity: .5;
  text-align: center;
  border-bottom: 1px solid #afafaf80;
  border-right: 1px solid #afafaf80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 220px;
  transition: all .3s;
  display: flex;
}

.customer-wrapper:hover {
  opacity: 1;
}

.customer-title {
  text-transform: capitalize;
  margin-top: 20px;
}

.testimonials-card-wrapper {
  z-index: 999;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

.testimonials-card-item {
  background-color: var(--white);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 30px;
  box-shadow: 0 0 50px #0f5cfa14;
}

.service-details-content-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.accordion-wrap-one-column {
  grid-row-gap: 15px;
  border-radius: 10px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.accordion-wrap-one-column.rows {
  grid-row-gap: 0px;
}

.service-details-content {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.headings-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  grid-column-gap: 30px;
  margin-top: 20px;
  display: flex;
}

.service-list-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.service-list-item {
  border-radius: 10px;
  height: 350px;
  position: relative;
  overflow: hidden;
}

.service-list-2-item-image {
  border-radius: 10px;
  width: 100%;
  height: 250px;
  position: relative;
}

.service-list-2-item-content {
  margin-top: 20px;
}

.service-list-2-title-wrapper {
  align-items: center;
  display: flex;
}

.service-list-2-item-description {
  margin-top: 10px;
  margin-bottom: 30px;
}

.style-guide-content-wrapper {
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-tab-link {
  text-transform: uppercase;
  background-color: #0000;
  padding: 10px 25px;
  font-weight: 500;
}

.portfolio-tab-link.w--current {
  color: var(--primary);
  background-color: #0000;
}

.portfolio-tab-link.all-projects {
  flex: 1;
  padding-left: 0;
}

.portfolio-tab-link.last-child {
  order: 1;
  padding-right: 0;
}

.tabs-menu {
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
}

.portfolio-grid-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.portfolio-grid-collection-item {
  border-radius: 10px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.portfolio-grid-title-wrapper {
  background-color: var(--primary);
  flex-direction: column;
  width: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
}

.portfolio-grid-category {
  z-index: 2;
  color: var(--white);
  background-color: #fff3;
  border: 1px solid #ffffff4d;
  border-radius: 10px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 6px 20px;
  font-weight: 500;
  transition: background-color .3s, color .3s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.portfolio-grid-category:hover {
  background-color: var(--white);
  color: var(--primary);
}

.template-empty-state {
  color: var(--primary);
  background-color: #0000;
  padding: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.project-template-category {
  transition: all .3s;
  display: inline-block;
}

.project-template-category:hover {
  color: var(--primary);
}

.project-template-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.project-template-info {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 30px;
  display: grid;
}

.project-template-content-wrapper {
  grid-column-gap: 50px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.project-template-info-wrap {
  width: 100%;
}

.project-template-info-wrap.last-child {
  margin-bottom: 0;
}

.project-template-social-icons {
  margin-top: 10px;
  display: flex;
}

.project-template-social-link {
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
  line-height: 15px;
  transition: all .3s;
  display: flex;
}

.project-template-social-link:hover {
  background-color: var(--primary);
  color: var(--white);
}

.project-template-social-link.last-child {
  margin-right: 0;
}

.project-template-banner-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 80vh;
  position: relative;
}

.project-pagination-wrapper {
  border-top: 1px solid #687a774d;
  border-bottom: 1px solid #687a774d;
  align-items: stretch;
  margin-bottom: 80px;
  display: flex;
}

.project-pagination-icon-wrapper {
  text-align: center;
  border-left: 1px solid #687a774d;
  border-right: 1px solid #687a774d;
  width: 20%;
  padding-top: 45px;
  padding-bottom: 45px;
}

.project-template-images-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-template-image {
  object-fit: cover;
  width: 100%;
  height: 420px;
}

.project-template-empty-state {
  background-color: #0000;
  height: 0;
  padding: 0;
}

.landing-banner-image {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.landing-performance-grid {
  grid-column-gap: 120px;
  grid-row-gap: 60px;
  width: 100%;
}

.landing-progress-bar-wrapper {
  margin-top: 20px;
}

.landing-progress-bar-gray-line {
  background-color: #eef4f8;
  border-radius: 10px;
  width: 100%;
  height: 15px;
}

.landing-progress-bar-95 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 95%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-number {
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  inset: auto 0% 35px auto;
}

.landing-progress-bar-92 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 92%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-100 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 100%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-88 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 88%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-features-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.landing-feature-icon {
  color: var(--white);
  background-color: #fff3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
}

.landing-feature-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.landing-inner-pages-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.landing-inner-page-item {
  background-color: var(--primary);
  text-align: center;
  border-radius: 5px;
  width: 100%;
  padding: 6px;
}

.landing-inner-page-item.home-screen {
  border-radius: 5px;
}

.landing-inner-page-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 5px;
  box-shadow: 0 0 30px #eef4f8;
}

.landing-inner-page-image-wrapper {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.landing-inner-page-icon {
  z-index: 10;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
  position: absolute;
}

.landing-inner-page-overlay {
  z-index: 1;
  background-color: #fff3;
  border-radius: 5px;
  position: absolute;
  inset: 0%;
}

.landing-banner-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 860px;
  margin-bottom: 60px;
  display: flex;
}

.nav-dropdown-column {
  width: 100%;
}

.landing-home-pages-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.landing-download-block-wrapper {
  background-color: var(--primary);
  background-image: url('../images/frame-47_1frame-47.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 80px 75px 200px;
  display: flex;
  box-shadow: 0 0 30px #0000004d;
}

.download-button-icon {
  margin-top: 4px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.mb-20 {
  margin-bottom: 20px;
}

.play-button-icon {
  z-index: 7;
  color: var(--primary);
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  position: relative;
}

.play-button-hover {
  z-index: 10;
  border: 3px solid var(--white);
  border-radius: 50%;
  width: 94px;
  height: 94px;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover:hover {
  transform: scale(1);
}

.navbar-absolute {
  background-color: #0000;
  width: 100%;
  height: 110px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-absolute.relative {
  position: relative;
}

.navbar-absolute.static {
  top: 10%;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.portfolio-grid-tabs {
  width: 100%;
}

.portfolio-grid-image-link {
  border-radius: 10px;
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.project-button-link {
  color: var(--primary-dark);
  justify-content: center;
  width: 40%;
  display: flex;
}

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

.project-prev-button-link-icon {
  margin-top: 2px;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.project-next-button-link-icon {
  margin-top: 2px;
  margin-left: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.project-button-link-paragraph {
  font-size: 18px;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.nav-dropdown-link-line {
  background-color: var(--primary);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.position {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.menu-wrap {
  align-items: center;
  display: flex;
}

.rich-text-style h2 {
  margin-bottom: 15px;
  font-size: 42px;
}

.rich-text-style h3, .rich-text-style h4 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-style h5, .rich-text-style h6 {
  margin-top: 20px;
}

.rich-text-style ul {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-style img {
  margin-top: 20px;
  margin-bottom: 10px;
}

.rich-text-style.mt {
  margin-top: 20px;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

.link {
  cursor: pointer;
}

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

.center-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-tablet {
  display: none;
}

.brand.display {
  grid-column-gap: 12px;
  display: flex;
}

.heading-hover {
  color: var(--white);
  transition: color .3s;
}

.heading-hover:hover {
  color: var(--dark-orange);
}

.paragraph-gray-style-guide {
  background-color: var(--grey);
  border-radius: 10px;
  width: 75px;
  height: 75px;
}

.main-shop-list-item {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.shop-link-block {
  border-radius: 10px;
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.shop-link-block.height {
  height: 200px;
}

.shop-links-wrapper {
  position: relative;
}

.shop-item-price {
  color: var(--primary);
  font-weight: 500;
}

.shop-item-price.size {
  font-size: 20px;
}

.shop-item-link {
  color: var(--primary-dark);
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
}

.shop-item-link:hover {
  color: var(--dark-orange);
}

.on-sale-tag {
  z-index: 999;
  border: 1px solid var(--primary);
  background-color: var(--white);
  color: var(--primary);
  border-radius: 10px;
  padding: 8px 15px;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  inset: 15px 15px auto auto;
  box-shadow: 0 10px 50px #0000000d;
}

.shop-price-wrapper {
  grid-column-gap: 10px;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.shop-price-wrapper.margin {
  margin-top: 0;
}

.shop-item-price-on-sale {
  color: var(--primary-dark);
  font-weight: 500;
  text-decoration: line-through;
}

.shop-item-price-on-sale.size {
  font-size: 20px;
}

.style-guide-subtitle {
  margin-bottom: 20px;
}

.details-page-title {
  max-width: 750px;
}

.footer-rights-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.collection-list-blog-classic {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.collection-list-wrapper-blog-classic, .collection-list-wrapper-portfolio {
  width: 100%;
}

.bullet-span {
  background-color: var(--white);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  display: inline-block;
}

.bullet-span.green {
  background-color: var(--white-smoke);
  flex: none;
}

.content-banner-wrapper {
  grid-column-gap: 30px;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.content-banner-wrapper.centered {
  justify-content: center;
}

.left-banner-block {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.right-banner-block {
  background-image: url('../images/rectangle-2-1_1rectangle-2-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 570px;
  min-height: 650px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.image-cover.radius {
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
  bottom: 0;
}

.image-cover.services {
  border-radius: 10px;
}

.subtitle-block-top {
  background-color: #ffffff1a;
  border-radius: 70px;
  align-items: center;
  padding: 6px 20px;
  display: flex;
}

.subtitle-block-top.absolute {
  position: absolute;
  left: 35%;
}

.subtitle-block-top.green {
  background-color: #1178651a;
}

.block-schedule {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.block-schedule.margin-top {
  grid-row-gap: 20px;
  margin-top: 0;
}

.shedule.mt {
  margin-top: 10px;
}

.shedule-top-block {
  display: flex;
}

.number-shedule {
  grid-row-gap: 30px;
  flex-direction: column;
  padding-bottom: 28px;
  padding-right: 23px;
  display: flex;
}

.column-shedule {
  grid-column-gap: 20px;
  align-items: flex-end;
  display: flex;
}

.column-wrapper {
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.column-block {
  background-color: var(--light-cyan);
  border-radius: 10px;
  width: 50px;
}

.column-block._01 {
  height: 59px;
}

.column-block._02 {
  height: 111px;
}

.column-block._03 {
  height: 91px;
}

.column-block._04 {
  height: 111px;
}

.column-block._05 {
  height: 136px;
}

.column-block._06 {
  background-color: var(--button);
  text-align: center;
  height: 239px;
  padding-top: 6px;
  padding-left: 6px;
  padding-right: 6px;
}

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

.text-shedule {
  font-size: 16px;
  font-weight: 500;
}

.white-text-weight-400 {
  color: var(--white);
  align-items: center;
  display: flex;
}

.white-text-weight-400.home-2 {
  max-width: 470px;
  margin-top: 20px;
  margin-bottom: 50px;
  font-family: Roboto Slab, sans-serif;
  font-weight: 300;
}

.white-text-weight-400.green {
  color: var(--primary);
}

.column-text-white {
  color: var(--white);
  font-size: 16px;
}

.top-block-right-banner {
  grid-row-gap: 10px;
  background-color: #ffffff4d;
  border: 1px solid #fff6;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding: 20px;
  display: flex;
}

.bottom-button {
  grid-column-gap: 10px;
  border: 1px solid var(--dark-orange);
  background-color: var(--dark-orange);
  border-radius: 4px;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 48px;
  padding-bottom: 48px;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.bottom-button:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}

.large-white-text {
  color: var(--white);
  font-size: 62px;
  line-height: 1em;
}

.large-white-text.orange {
  color: #49c46f;
  -webkit-text-stroke-color: var(--button);
  font-size: 24px;
}

.partners-block {
  grid-column-gap: 30px;
  justify-content: space-between;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.partners-block.margin {
  margin-top: 50px;
}

.partners-image-wrapper {
  opacity: .5;
}

.partners-image-wrapper.invert {
  filter: invert();
}

.description-left-banner-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.description-left-banner-block.centered {
  text-align: center;
  align-items: center;
}

.gray-radius-bgr {
  background-color: var(--white);
  border-radius: 30px;
}

.block-horizontal {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 50px;
  display: grid;
}

.block-horizontal._4-col {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.cart-wrapper {
  background-color: var(--white);
  border-radius: 10px;
  padding: 20px 30px 30px;
}

.cart-wrapper.bgr {
  background-color: var(--new-blue);
}

.paragraph-cart {
  font-family: Roboto Slab, sans-serif;
  font-weight: 300;
}

.paragraph-cart.color {
  color: var(--light-slate-grey);
  font-family: Roboto Slab, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.heading-cart {
  flex: 0 auto;
  max-width: 650px;
  margin-bottom: 0;
}

.heading-cart.white {
  color: var(--white);
}

.bottom-light-block {
  background-color: var(--white);
  border-radius: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-wrapper-with-border {
  grid-column-gap: 100px;
  border: 1px #000;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 0;
  display: flex;
}

.subtitle-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 470px;
  display: flex;
}

.subtitle-label {
  color: var(--primary);
  background-color: #1178651a;
  border-radius: 70px;
  margin-bottom: 10px;
  padding: 6px 20px;
  font-weight: 500;
  display: inline-block;
}

.subtitle-label.white {
  color: var(--white);
  background-color: #ffffff1a;
}

.subtitle-label.none-mt {
  margin-bottom: 0;
  transition-property: all;
}

.subtitle-label.none-mt:hover {
  background-color: var(--primary);
  color: var(--white);
}

.container-gray-block {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-gray-block.spacing {
  padding-bottom: 60px;
}

.container-light-block {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.cart-with-bgr {
  grid-row-gap: 40px;
  background-color: var(--new-blue);
  border: 1px solid #687a774d;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 30px;
  display: flex;
  position: relative;
}

.cart-with-bgr.gap {
  grid-row-gap: 20px;
}

.top-cart-block {
  z-index: 1;
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.text-cart-with-bgr {
  z-index: 1;
  max-width: 305px;
  position: relative;
}

.orange-bgr {
  background-color: var(--dark-orange);
  width: 0%;
  position: absolute;
  inset: 0%;
}

.block-content-wrapper {
  grid-column-gap: 50px;
  width: 100%;
  display: flex;
}

.block-content-wrapper.gap {
  grid-column-gap: 80px;
}

.block-content-wrapper.mt {
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}

.block-content-wrapper._02 {
  justify-content: space-between;
  margin-top: 50px;
}

.image-left-wrapper {
  flex: none;
  width: 470px;
  height: 370px;
  margin-bottom: 95px;
  margin-right: 30px;
  position: relative;
}

.image-left-wrapper.width {
  margin-right: 0;
}

.image-left-wrapper.margin {
  margin-bottom: 0;
  margin-right: 0;
}

.image-left-wrapper.margin-auto {
  clear: left;
  position: relative;
  bottom: -95px;
}

.description-right-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.description-right-wrapper.about {
  max-width: 470px;
}

.green-block-absolute {
  grid-row-gap: 10px;
  background-color: var(--primary);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 235px;
  margin-right: -30px;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
  position: absolute;
  inset: auto 0% -95px auto;
}

.green-block-absolute.position {
  margin-left: -30px;
  margin-right: 0;
  inset: auto auto -95px 0%;
}

.green-block-absolute.home-3 {
  background-color: #49c46f;
}

.green-block-absolute.services {
  z-index: 3;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  bottom: -30px;
}

.block-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  display: flex;
}

.paragraph-maxw {
  max-width: 470px;
  font-family: Roboto Slab, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.green-radius-bgr {
  background-color: var(--primary);
  border-radius: 30px;
  margin-top: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 5px;
  position: relative;
  inset: 0%;
}

.green-radius-bgr.light {
  background-color: var(--white-smoke);
  margin-bottom: 20px;
}

.green-radius-bgr.home-3 {
  background-color: var(--white-smoke);
  margin-bottom: 20px;
  padding-bottom: 0;
}

.projects-wrapper {
  width: 100%;
  margin-top: 50px;
}

.collection-list-project {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-project.home-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-collection-block {
  border-radius: 10px;
  align-items: flex-end;
  height: 270px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-collection-block.height {
  height: 360px;
}

.bgr-absolute {
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.block-relative {
  width: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.slider-testimonials {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-top: 100px;
  margin-bottom: 296px;
}

.display-none {
  display: none;
}

.slide-content-wrapper {
  grid-column-gap: 50px;
  display: flex;
}

.image-slide {
  border-radius: 10px;
  flex: none;
  width: 470px;
  height: 470px;
  position: relative;
  bottom: -110px;
  overflow: hidden;
}

.logo-company.invert {
  filter: invert();
}

.autor-description {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.text-slide {
  color: var(--white-smoke);
  max-width: 510px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.text-slide.dark {
  color: var(--primary-dark);
  font-family: Roboto Slab, sans-serif;
  font-weight: 300;
}

.author-name {
  color: var(--white);
  font-size: 24px;
}

.author-name.dark {
  color: var(--primary-dark);
  font-weight: 500;
}

.left-arrow-slide {
  background-color: #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: background-color .3s;
  display: flex;
  inset: auto 41% 0% auto;
}

.left-arrow-slide:hover {
  background-color: #ff7a014d;
}

.left-arrow-slide.border {
  border: 1px solid #687a7733;
}

.right-arrow-slide {
  background-color: #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 30px;
  transition: background-color .3s;
  display: flex;
  inset: auto 32% 0% auto;
}

.right-arrow-slide:hover {
  background-color: #ff7a014d;
}

.right-arrow-slide.border {
  border: 1px solid #687a7733;
}

.dark-container {
  background-color: var(--deep-sky-blue);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 15px;
  display: flex;
}

.paragraph-dark-block {
  color: var(--black);
  text-align: center;
  max-width: 616px;
  margin-top: 20px;
  margin-bottom: 50px;
  font-family: Roboto Slab, sans-serif;
  font-weight: 300;
}

.paragraph-dark-block.white {
  color: var(--black);
  font-weight: 300;
}

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

.right-block {
  grid-column-gap: 60px;
  flex-direction: column;
  width: auto;
  display: flex;
}

.heading-content {
  text-align: left;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.none-margin {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Slab, sans-serif;
  font-weight: 600;
}

.none-margin.bold {
  font-weight: 600;
}

.link-absolute {
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.heading-banner {
  color: var(--white);
  max-width: 450px;
  font-size: 55px;
  line-height: 1.1em;
}

.heading-banner.home-2 {
  max-width: 600px;
  font-family: Roboto Slab, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.1em;
}

.image-fill {
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.section-banner-kopie {
  background-image: linear-gradient(#00000059, #00000059), url('../images/homebanner.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 110px;
  padding-bottom: 80px;
  display: flex;
}

.banner-content-block {
  width: 100%;
}

.button-wrapper-home-2 {
  grid-column-gap: 30px;
  display: flex;
}

.heading-bold {
  max-width: 770px;
  font-family: Roboto Slab, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.heading-bold.centered {
  text-align: center;
}

.heading-bold.about {
  text-align: center;
  max-width: 600px;
}

.full-block-width {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.description-full-block {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 470px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.image-full-block {
  border-radius: 10px;
  width: 570px;
  height: 470px;
  overflow: hidden;
}

.paragraph-with-margin {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
  font-family: Roboto Slab, sans-serif;
  font-weight: 300;
}

.maps-block {
  width: 420px;
  position: relative;
}

.maps-description {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.maps-block-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.counter-wrapper {
  grid-column-gap: 115px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  display: flex;
}

.counter-block {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 185px;
  display: flex;
}

.project-wrapper {
  width: 100%;
  margin-top: 80px;
}

.project-wrapper.none-mt {
  margin-top: 0;
}

.heading-project-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.slider-white {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.dark-block {
  background-color: var(--new-blue);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 80px;
  display: flex;
}

.dark-block.green-bgr {
  background-color: var(--new-blue);
}

.bullet-maps {
  background-color: #ffffff80;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: inline-block;
  position: relative;
}

.bullet-maps._01 {
  top: 25%;
  left: 29%;
}

.bullet-maps._03 {
  top: -34%;
  left: 76%;
}

.bullet-second {
  z-index: 1;
  background-color: var(--white);
  border-radius: 50%;
  margin: 9px;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.bullet-third {
  z-index: 2;
  background-color: var(--dark-orange);
  border-radius: 50%;
  margin: 14px;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.opacity-bgr {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.bullet-wrapper {
  z-index: 3;
  flex-direction: column;
  align-items: center;
  max-width: 225px;
  display: flex;
  position: relative;
  top: 27%;
  left: 41%;
}

.counter-cart {
  grid-row-gap: 10px;
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  height: 133px;
  margin-bottom: 27px;
  padding: 20px;
  display: flex;
  position: relative;
}

.text-cart {
  color: var(--dark-orange);
  font-size: 32px;
  font-weight: 500;
  line-height: 1em;
}

.small-text {
  font-size: 16px;
}

.vector-absolute {
  background-image: url('../images/vector-5_1vector-5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 17px;
  position: absolute;
  inset: auto 0% -17px 50%;
  transform: translate(-50%);
}

.opacity {
  opacity: .6;
}

.subtitle-text-banner {
  color: var(--white);
  max-width: 470px;
  margin-bottom: 0;
}

.section-with-height {
  background-image: linear-gradient(#1178654d, #1178654d), linear-gradient(#000000b3, #000000b3);
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding-top: 110px;
  padding-bottom: 80px;
  display: flex;
}

.section-with-height.about-us {
  background-image: linear-gradient(#00000026, #00000026), url('../images/banners-1.png');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.section-with-height.contact-us {
  background-image: linear-gradient(#00000026, #00000026), url('../images/10.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.section-with-height.blog {
  background-image: linear-gradient(#1178654d, #1178654d), linear-gradient(#000000b3, #000000b3), url('../images/banner-blog-02_1banner-blog-02.webp');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, auto;
  background-attachment: scroll, scroll, fixed;
}

.section-with-height.services-details {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(#1178654d, #1178654d), linear-gradient(#000000b3, #000000b3);
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: cover, auto, auto;
  background-attachment: fixed, scroll, scroll;
  position: relative;
}

.subtitle-paragraph {
  color: var(--white);
  max-width: 600px;
  margin-top: 20px;
}

.slider-block {
  width: 100%;
  margin-top: 80px;
}

.block-shedule-wrapper {
  grid-column-gap: 50px;
  align-items: center;
  width: 100%;
  display: flex;
}

.left-block-shedule {
  border-radius: 10px;
  flex: none;
  padding: 20px;
  box-shadow: 0 -5px 20px #10182814;
}

.right-block-tabs {
  width: 100%;
}

.tabs-about {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tabs-menu-about {
  border: 1px solid #687a7733;
  border-radius: 45px;
  margin-bottom: 50px;
  padding: 5px;
}

.tab-link-about {
  color: var(--grey);
  background-color: #0000;
  border-radius: 70px;
  padding: 6px 20px;
  font-weight: 500;
}

.tab-link-about.w--current {
  color: var(--primary);
  background-color: #1178651a;
}

.paragraph-tabs {
  max-width: 470px;
  margin-top: 20px;
}

.faq-content-wrapper {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 90px;
  display: flex;
}

.bottom-block {
  width: 100%;
  margin-top: 80px;
}

.background-video {
  opacity: 1;
  background-image: linear-gradient(#00000059, #00000059);
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
}

.collection-list-blog {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.input-wrapper {
  grid-column-gap: 20px;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.form-contact-us {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.form-block {
  border-radius: 10px;
}

.success-message {
  color: var(--white);
  background-color: #0000;
  border-radius: 10px;
  font-weight: 500;
}

.error-message {
  color: var(--dark-orange);
  background-color: #0000;
  flex: none;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.author-block {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.author-block.margin {
  margin-top: 50px;
  margin-bottom: 30px;
}

.author-wrapper {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.author-image-block {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.bgr-projects {
  background-image: linear-gradient(#1178654d, #1178654d), linear-gradient(#00000080, #00000080);
  border-radius: 10px;
  position: absolute;
  inset: 0%;
}

.text-projects {
  color: var(--white);
  font-size: 16px;
}

.subtitle-project {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 500;
}

.team-description {
  color: var(--light-slate-grey);
}

.quote-reviews {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.collection-list-services {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.logo-services {
  filter: invert();
  object-fit: none;
  width: 100%;
  height: 100%;
}

.block-image-services {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.services-heading {
  transition: color .3s;
}

.services-heading:hover {
  color: var(--dark-orange);
}

.shop-content-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.menu-shop {
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 100%;
  display: flex;
}

.collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.collection-list.shop-details {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.buy-now-button {
  display: none;
}

.default-state {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
}

.default-state.margin {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
}

.default-state.align {
  flex-direction: column;
  align-items: stretch;
}

.field-label {
  font-weight: 400;
}

.categories-wrapper-shop {
  margin-bottom: 50px;
}

.collection-item {
  display: inline-block;
}

.collection-list-categories {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-shop {
  text-align: center;
  max-width: 600px;
  margin-bottom: 50px;
  font-weight: 600;
}

.quantity {
  background-color: var(--white-smoke);
  border-color: #687a774d;
  margin-bottom: 0;
}

.quantity:focus {
  border-color: var(--grey);
}

.quantity::placeholder {
  color: var(--grey);
}

.price-block {
  grid-column-gap: 15px;
  display: flex;
}

.text-price {
  color: var(--primary-dark);
  font-weight: 500;
}

.add-to-cart.sd {
  flex-direction: column;
  display: flex;
}

.collection-item-shop {
  border-radius: 10px;
}

.out-of-stock-state {
  background-color: var(--white-smoke);
  color: var(--dark-orange);
  text-align: center;
  border-radius: 10px;
}

.collection-list-details {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-wrap-details {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 60px;
}

.product-wrapper {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  align-items: start;
  width: 100%;
}

.lightbox-link {
  border-radius: 10px;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.small-ing-wrapper {
  margin-top: 20px;
}

.price-wrap {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.lightbox-link-shop {
  border-radius: 10px;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.details-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.recomendation-block {
  width: 100%;
}

.text-link {
  color: var(--light-slate-grey);
  font-size: 16px;
}

._404-text {
  color: var(--primary);
  margin-bottom: 20px;
  font-size: 160px;
  font-weight: 600;
  line-height: 1em;
}

.checkout-form {
  background-color: #0000;
  min-height: 100%;
  padding-top: 50px;
  padding-bottom: 80px;
}

.green-text {
  color: var(--primary);
  font-weight: 600;
}

.billing-address-toggle {
  align-items: center;
}

.checkbox {
  margin-top: 0;
}

.checkbox-label {
  margin-bottom: 0;
}

.field-label-checkout {
  color: var(--primary-dark);
  font-weight: 500;
}

.input-checkout {
  background-color: var(--white-smoke);
  color: var(--primary-dark);
  border-color: #687a774d;
  border-radius: 10px;
  line-height: 1em;
}

.input-checkout:focus, .input-checkout.-wfp-focus {
  border-color: var(--grey);
}

.image-checkout {
  object-fit: cover;
  border-radius: 10px;
  height: 60px;
}

.name-product {
  color: var(--primary-dark);
  font-weight: 500;
}

.price {
  color: var(--primary);
  font-weight: 500;
}

.order-item {
  align-items: center;
}

.apple-pay {
  border-radius: 10px;
}

.paypal-checkout-form, .order-confirmation {
  background-color: #0000;
  min-height: 100%;
  padding-top: 50px;
  padding-bottom: 80px;
}

.dark-text {
  color: var(--primary-dark);
  font-weight: 500;
}

.dark-text.flat-rate {
  color: var(--grey);
}

.success-message-second {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 10px;
}

.cart-button {
  background-color: #0000;
  padding-left: 0;
  padding-right: 30px;
  position: relative;
}

.cart-button:hover {
  color: var(--dark-orange);
}

.cart-button.dark {
  color: var(--primary-dark);
}

.cart-button.dark:hover {
  color: var(--primary);
}

.cart-quantity-3 {
  background-color: var(--dark-orange);
  color: var(--white);
  margin-left: 18px;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: -7.5px;
}

.cart-wrapper-header {
  align-items: center;
  display: flex;
}

.text-remove {
  font-size: 16px;
}

.text-remove:hover {
  color: var(--dark-orange);
}

.hire-button {
  z-index: 1000;
  color: var(--white);
  background-color: #1c276d;
  border: 1px solid #1c276d;
  border-radius: 4px;
  padding: 8px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  transition-property: none;
  position: fixed;
  inset: auto auto 12px 12px;
}

.buy-now-webflow-icon {
  margin-right: 8px;
}

.morre-templates {
  z-index: 1000;
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 141px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: fixed;
  inset: auto 12px 48px auto;
}

.buy-thiis-template {
  z-index: 1000;
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: fixed;
  inset: auto 12px 12px auto;
}

.hire-popup {
  z-index: 1000;
  color: #fff;
  text-transform: none;
  background-color: #1c276d;
  border-radius: 4px;
  width: 100%;
  max-width: 296px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  position: fixed;
  inset: auto auto 5px 5px;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 20px;
  display: flex;
  position: relative;
}

.hire-link {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
}

.hire-link:hover {
  color: #fff;
}

.hire-buttons-wrap {
  grid-column-gap: 20px;
  margin-top: 10px;
  display: flex;
}

.hire-buttons {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 10px 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
}

.hire-buttons:hover {
  color: #fff;
}

.hire-popup-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0;
}

.close-popup-image {
  width: 16px;
  height: 16px;
}

.heading, .heading-2 {
  font-size: 23px;
}

.heading-3 {
  font-family: Roboto Slab, sans-serif;
  font-size: 23px;
  font-weight: 600;
}

.image {
  position: relative;
  bottom: -58px;
}

.button {
  background-color: var(--button);
  border-radius: 20px;
  font-family: Roboto Slab, sans-serif;
  font-weight: 600;
  position: relative;
  bottom: auto;
}

.button.flex {
  display: flex;
}

.section-2.blog-section-hv2 {
  padding-bottom: 0;
}

.blog-collection-list-hv4 {
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-section-shape {
  z-index: -1;
  position: absolute;
  inset: 53% auto auto 0%;
}

.faq-section-shape.blog-shape {
  inset: 54% 31% auto auto;
}

.container {
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 15px;
}

.faq-section-title-wrapper {
  max-width: 760px;
  margin-bottom: 70px;
  position: relative;
}

.faq-section-title {
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 64px;
  font-weight: 600;
  line-height: 74px;
}

.faq-section-title.mobile {
  text-align: center;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 45px;
  font-family: Roboto Slab, sans-serif;
  font-size: 55px;
  font-weight: 600;
  display: flex;
}

.section-3 {
  padding: 0 20px 40px;
}

.section-4 {
  padding: 40px 20px;
}

.jut-heading-1 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.3em;
  font-weight: 400;
  line-height: 1.2em;
}

.jut-imput-1 {
  background-color: var(--new-blue);
  color: #949f9c;
  border: 1.7px solid #e8e6e7;
  border-radius: .2em;
  height: 3.5em;
  margin-bottom: 1em;
  padding: 1em;
  font-size: 1.1em;
  line-height: 1.3em;
}

.jut-button-1 {
  background-color: var(--button);
  border-radius: 8em;
  padding: .7em 1em;
  font-size: 1.5em;
  line-height: 1.3em;
  display: block;
}

.jut-button-1:hover {
  background-color: #026cffc7;
}

.jut-wrap-2 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.jut-text-1 {
  color: #000;
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: 2.5em;
  font-size: 1.6em;
  line-height: 1.6em;
}

.jut-container-1 {
  width: 100%;
  max-width: 33em;
  margin-left: auto;
  margin-right: auto;
}

.jut-wrap-1 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.jut-form-1 {
  flex-direction: column;
  display: flex;
}

.jut-section-1 {
  background-color: var(--white);
  padding: 5em;
  font-size: 1vw;
}

.green-block-absolute-2 {
  grid-row-gap: 10px;
  background-color: #117865;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 235px;
  margin-right: -30px;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
  position: absolute;
  inset: auto 0% -95px auto;
}

.green-block-absolute-2.home-3 {
  background-color: var(--button);
  border-radius: 20px;
  width: 100px;
  height: 100px;
  bottom: -35px;
}

.green-block-absolute-2.about {
  background-color: var(--button);
  background-color: var(--button);
  inset: auto 0% 0% auto;
  border-radius: 20px;
  width: 100px;
  height: 100px;
  margin-right: 0;
  inset: auto -5% -10% auto;
}

.green-block-absolute-2.the-about {
  background-color: var(--button);
  border-radius: 20px;
  width: 100px;
  height: 100px;
  margin-right: 0;
  inset: auto -5% -10% auto;
}

.white-text-2 {
  color: #fff;
}

.subtitle-label-2 {
  color: #117865;
  background-color: #1178651a;
  border-radius: 70px;
  margin-bottom: 10px;
  padding: 6px 20px;
  font-weight: 500;
  display: inline-block;
}

.bullet-span-2 {
  background-color: #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  display: inline-block;
}

.bullet-span-2.green {
  background-color: #117865;
  flex: none;
}

.primary-button-2 {
  color: #fff;
  text-align: center;
  background-color: #117865;
  border: 1px solid #117865;
  border-radius: 74px;
  flex-direction: row;
  justify-content: center;
  padding: 16px 30px;
  line-height: 1em;
  transition-property: all;
  display: flex;
}

.primary-button-2:hover {
  color: #117865;
  background-color: #fff;
}

.primary-button-2.orange {
  background-color: #ff7a01;
  border-color: #ff7a01;
  transition-property: none;
}

.cart-wrapper-2 {
  background-color: var(--new-blue);
  border-radius: 10px;
  padding: 20px 30px 30px;
}

.orange-bgr-2 {
  background-color: #ff7a01;
  width: 0%;
  position: absolute;
  inset: 0%;
}

.bottom-light-block-2 {
  background-color: #f6f7f9;
  border-radius: 30px;
  margin-top: 80px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.large-white-text-2 {
  color: #fff;
  font-size: 62px;
  line-height: 1em;
}

.large-white-text-2.orange {
  color: #ff7a01;
}

.heading-wrapper-with-border-2 {
  grid-column-gap: 100px;
  border-bottom: 1px solid #687a774d;
  justify-content: space-between;
  padding-bottom: 50px;
  display: flex;
}

.section-5 {
  padding-top: 0;
  padding-bottom: 40px;
}

.heading-4 {
  text-align: center;
  font-size: 55px;
}

.image-2 {
  float: right;
  clear: left;
  text-align: left;
  display: inline-block;
  position: relative;
  top: -10px;
  left: -515px;
}

.image-3 {
  border-radius: 20px;
  position: relative;
  top: -77px;
  left: 204px;
}

.image-4 {
  border-radius: 20px;
  position: relative;
  top: -76px;
  left: 195px;
}

.green-block-absolute-2-copy {
  grid-row-gap: 10px;
  background-color: #117865;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 235px;
  margin-right: -30px;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
  position: absolute;
  inset: auto 0% -95px auto;
}

.green-block-absolute-2-copy.home-3 {
  background-color: var(--button);
  border-radius: 20px;
  width: 100px;
  height: 100px;
  margin-right: 0;
  inset: auto -5% -5% auto;
}

.green-block-absolute-3-copy {
  grid-row-gap: 10px;
  background-color: #117865;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 235px;
  margin-right: -30px;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
  position: absolute;
  inset: auto 0% -95px auto;
}

.green-block-absolute-3-copy.home-3 {
  background-color: var(--button);
  border-radius: 20px;
  width: 100px;
  height: 100px;
  margin-right: 0;
  inset: auto -5% -5% auto;
}

.social-link-icon {
  color: var(--button);
  -webkit-text-stroke-color: var(--button);
  background-color: #0000;
  margin-right: 10px;
}

.footer-bottom-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  margin-bottom: 56px;
}

.vertical-link-grid {
  grid-column-gap: 16px;
  grid-row-gap: 14px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: baseline start;
  margin-top: 0;
  display: grid;
}

.footer-heading {
  color: var(--black);
  text-align: left;
  height: 35px;
  margin-bottom: 14px;
}

.footer-logo-link {
  margin-bottom: 42px;
}

.hover-link {
  opacity: .5;
  color: var(--black);
  transition: opacity .2s;
}

.hover-link:hover {
  opacity: 1;
}

.main-container {
  width: 100%;
  max-width: 1272px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
  font-style: normal;
}

.social-link {
  align-items: center;
  margin-top: -5px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image-5 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-6 {
  padding-bottom: 10px;
}

.bold-text {
  font-weight: 600;
}

.heading-5 {
  font-family: Roboto Slab, sans-serif;
  font-weight: 600;
}

.bullet-span-copy {
  background-color: var(--light-slate-grey);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  display: inline-block;
}

.bullet-span-copy.green {
  background-color: var(--white-smoke);
  flex: none;
}

.white-text-copy.width {
  color: var(--white);
  max-width: 785px;
}

.white-text-copy {
  color: var(--button);
  font-family: Roboto Slab, sans-serif;
  font-weight: 600;
}

.white-text-copy.orange-hover {
  transition: color .3s;
}

.white-text-copy.orange-hover:hover {
  color: var(--dark-orange);
}

.white-text-copy.maxw {
  max-width: 370px;
  font-weight: 600;
}

.white-text-copy.dark {
  color: var(--primary-dark);
}

.white-text-copy.maxw-home-3 {
  max-width: 370px;
}

.white-text-copy.bold {
  font-weight: 600;
}

.white-text-copy.width {
  max-width: 785px;
}

.white-text-copy.services {
  max-width: 550px;
}

.cart-wrapper-2-copy {
  background-color: var(--button);
  background-color: var(--button);
  background-color: var(--new-blue);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 30px 30px;
  display: flex;
}

.heading-6, .heading-7 {
  color: var(--button);
}

.white-text-copy-copy {
  color: var(--white);
  font-family: Roboto Slab, sans-serif;
  font-weight: 600;
}

.white-text-copy-copy.orange-hover {
  transition: color .3s;
}

.white-text-copy-copy.orange-hover:hover {
  color: var(--dark-orange);
}

.white-text-copy-copy.maxw {
  max-width: 370px;
  font-weight: 600;
}

.white-text-copy-copy.dark {
  color: var(--primary-dark);
}

.white-text-copy-copy.maxw-home-3 {
  max-width: 370px;
}

.white-text-copy-copy.bold {
  font-weight: 600;
}

.white-text-copy-copy.width {
  max-width: 785px;
}

.white-text-copy-copy.services {
  max-width: 550px;
}

.cart-with-bgr-copy {
  grid-row-gap: 40px;
  background-color: var(--deep-sky-blue);
  border: 1px solid #687a774d;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 30px;
  display: flex;
  position: relative;
}

.cart-with-bgr-copy.gap {
  grid-row-gap: 20px;
}

.type-logo {
  object-fit: contain;
  background-color: #0000;
  width: 13.75rem;
  height: 70px;
  position: relative;
}

.type-logo.cover {
  object-fit: cover;
}

.green-block-absolute-2-copy-copy {
  grid-row-gap: 10px;
  background-color: #117865;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 235px;
  margin-right: -30px;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
  position: absolute;
  inset: auto 0% -95px auto;
}

.green-block-absolute-2-copy-copy.home-3 {
  background-color: var(--button);
  border-radius: 20px;
  width: 100px;
  height: 100px;
  inset: auto 0% -10% auto;
}

.description-full-block-copy {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 470px;
  padding-left: 0;
  display: flex;
  position: relative;
  bottom: 0;
}

.image-slide-copy {
  border-radius: 10px;
  flex: none;
  width: 470px;
  height: 470px;
  overflow: hidden;
}

.onze-text {
  text-align: left;
}

.heading-8, .heading-9, .heading-10 {
  font-size: 30px;
}

.button-copy {
  background-color: var(--button);
  border-radius: 20px;
  font-family: Roboto Slab, sans-serif;
  font-weight: 600;
}

.image-9 {
  position: relative;
  bottom: -30px;
}

.image-10 {
  position: relative;
  bottom: -14px;
}

.paragraph-cart-copy {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Roboto Slab, sans-serif;
  font-weight: 300;
  position: relative;
  bottom: 0;
}

.paragraph-cart-copy.color {
  color: var(--light-slate-grey);
  font-family: Roboto Slab, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.extra-copy-textvlak {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Roboto Slab, sans-serif;
  font-weight: 300;
  position: relative;
}

.extra-copy-textvlak.color {
  color: var(--light-slate-grey);
  font-family: Roboto Slab, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.extrat-2x-textvlak {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Roboto Slab, sans-serif;
  font-weight: 300;
  position: relative;
}

.extrat-2x-textvlak.color {
  color: var(--light-slate-grey);
  font-family: Roboto Slab, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.gray-radius-bgr-copy {
  background-color: var(--white);
  border-radius: 30px;
  margin: 40px 5px 0;
  padding-bottom: 40px;
  position: relative;
  inset: 0%;
}

.banner-2 {
  background-image: linear-gradient(#1178654d, #1178654d), linear-gradient(#000000b3, #000000b3);
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding-top: 110px;
  padding-bottom: 80px;
  display: flex;
}

.banner-2.about-us {
  background-image: linear-gradient(#00000026, #00000026), url('../images/banners-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
}

.banner-2.contact-us {
  background-image: linear-gradient(#00000026, #00000026), url('../images/9.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
}

.banner-2.blog {
  background-image: linear-gradient(#1178654d, #1178654d), linear-gradient(#000000b3, #000000b3), url('../images/banner-blog-02_1banner-blog-02.webp');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, auto;
  background-attachment: scroll, scroll, fixed;
}

.banner-2.services-details {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(#1178654d, #1178654d), linear-gradient(#000000b3, #000000b3);
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: cover, auto, auto;
  background-attachment: fixed, scroll, scroll;
  position: relative;
}

.banner-3 {
  background-image: linear-gradient(#1178654d, #1178654d), linear-gradient(#000000b3, #000000b3);
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding-top: 110px;
  padding-bottom: 80px;
  display: flex;
}

.banner-3.about-us {
  background-image: linear-gradient(#00000026, #00000026), url('../images/banners-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
}

.banner-3.contact-us {
  background-image: linear-gradient(#00000026, #00000026), url('../images/3.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
}

.banner-3.blog {
  background-image: linear-gradient(#1178654d, #1178654d), linear-gradient(#000000b3, #000000b3), url('../images/banner-blog-02_1banner-blog-02.webp');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, auto;
  background-attachment: scroll, scroll, fixed;
}

.banner-3.services-details {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(#1178654d, #1178654d), linear-gradient(#000000b3, #000000b3);
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: cover, auto, auto;
  background-attachment: fixed, scroll, scroll;
  position: relative;
}

.image-left-wrapper-copy {
  flex: none;
  width: 470px;
  height: 370px;
  margin-bottom: 95px;
  margin-right: 30px;
  position: relative;
}

.image-left-wrapper-copy.width {
  margin-right: 0;
}

.image-left-wrapper-copy.margin {
  margin-bottom: 0;
  margin-right: 0;
}

.image-left-wrapper-copy.margin-auto {
  clear: left;
  position: relative;
  bottom: -95px;
}

.select-field {
  background-color: var(--new-blue);
}

.button-2 {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.image-19, .image-20 {
  width: 40px;
}

.text-block-2 {
  font-family: Roboto Slab, sans-serif;
  font-weight: 300;
  position: relative;
  top: -33px;
  left: 46px;
}

.contact-grid {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.small-text-2 {
  width: auto;
  height: auto;
  font-size: 15px;
  font-style: normal;
  line-height: 25px;
}

.vertical-link-grid-2 {
  grid-row-gap: 14px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  justify-items: start;
}

.social-link-2 {
  align-items: center;
  display: flex;
}

.social-link-icon-2 {
  margin-right: 10px;
}

.fine-print-text {
  font-size: 14px;
  line-height: 22px;
}

.the-nav-button {
  background-color: var(--button);
  border-radius: 20px;
  font-family: Roboto Slab, sans-serif;
  font-weight: 600;
}

.section-banner-over-ons {
  background-image: linear-gradient(#00000059, #00000059), url('../images/11.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 110px;
  padding-bottom: 80px;
  display: flex;
}

.section-banner-kopie-copy-copy {
  background-image: linear-gradient(#00000026, #00000026), url('../images/banner-home-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 730px;
  padding-top: 110px;
  padding-bottom: 80px;
  display: flex;
}

.section-banner-klant {
  background-image: linear-gradient(#00000059, #00000059), url('../images/10.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 110px;
  padding-bottom: 80px;
  display: flex;
}

.section-banner-contact-copy, .section-banner-offerte-copy {
  background-image: linear-gradient(#00000026, #00000026), url('../images/banner-home-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 730px;
  padding-top: 110px;
  padding-bottom: 80px;
  display: flex;
}

.section-banner-contact {
  background-color: #0000;
  background-image: linear-gradient(#00000059, #00000059), url('../images/banners-2-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 110px;
  padding-bottom: 80px;
  display: flex;
}

.section-banner-offerte {
  background-image: linear-gradient(#00000059, #00000059), url('../images/9.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 110px;
  padding-bottom: 80px;
  display: flex;
}

.tf-cart-wrapper-header {
  align-items: center;
  display: flex;
}

.tf-navbar-absolute {
  background-color: #0000;
  width: 100%;
  height: 110px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  inset: 0% 0% auto;
}

.tf-menu-wrap {
  align-items: center;
  display: flex;
}

.tf-image-fill {
  width: 100%;
  max-width: 7.5rem;
  height: 100%;
}

.tf-nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.tf-primary-button {
  color: #fff;
  text-align: center;
  background-color: #117865;
  border: 1px solid #117865;
  border-radius: 74px;
  flex-direction: row;
  justify-content: center;
  padding: 16px 30px;
  line-height: 1em;
  transition-property: all;
  display: flex;
}

.tf-primary-button:hover {
  color: #117865;
  background-color: #fff;
}

.tf-primary-button.transparent {
  background-color: #0000;
  border-color: #fff3;
  transition-property: none;
}

.tf-brand-tablet {
  display: none;
}

.tf-nav-link {
  color: #fff;
  text-transform: capitalize;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Roboto Slab, sans-serif;
  font-weight: 500;
}

.tf-nav-link:hover, .tf-nav-link.w--current {
  color: #ff7a01;
}

.tf-nav-container {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.tf-nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.types-gridd {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-relative-block {
  margin-top: 1rem;
  position: relative;
}

.regular-image {
  width: 100%;
}

.block-button-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.type-text-content {
  margin-top: 1.5rem;
  margin-bottom: 40px;
  font-family: Roboto Slab, sans-serif;
  font-weight: 300;
}

.type-text-content.color {
  color: var(--light-slate-grey);
  font-family: Roboto Slab, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.mobile-hero-image {
  width: 100%;
  height: 100%;
}

.home-mobile-hero {
  display: none;
  position: absolute;
  inset: 0%;
}

.select-field-2 {
  background-color: var(--new-blue);
}

.link-2 {
  text-decoration: underline;
}

.onze {
  grid-row-gap: 24px;
  background-color: var(--new-blue);
  border: 1px solid #687a774d;
  border-radius: 10px;
  flex-direction: column;
  width: 100%;
  padding: 30px;
  display: flex;
  position: relative;
}

.onze.gap {
  grid-row-gap: 20px;
}

.onze-top-block {
  z-index: 1;
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  height: 48px;
  display: flex;
  position: relative;
}

.service-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 3.125rem;
  display: grid;
}

.service-item {
  background-color: var(--new-blue);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 30px;
  display: flex;
}

.new-airco {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 50px;
  display: grid;
}

.new-airco._4-col {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.block-horizontal-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 50px;
  display: grid;
}

.block-horizontal-copy._4-col {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.container-copy {
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 15px;
}

@media screen and (min-width: 1280px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.landing-banner {
    padding-top: 180px;
  }

  .section.spacing-bottom {
    padding-bottom: 80px;
  }

  .section.sd {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .nav-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .nav-link, .nav-dropdown-toggle {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-bottom-wrapper {
    margin-top: 30px;
  }

  .team-social-links-wrapper, .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .text-white.landing-heading {
    font-size: 72px;
  }

  .workflow-content-wrapper {
    padding-left: 70px;
  }

  .workflow-video-wrapper {
    max-height: none;
  }

  .workflow-title-wrapper-desktop {
    display: block;
  }

  .workflow-quote {
    margin-top: 20px;
  }

  .contacts-wrapper {
    grid-column-gap: 100px;
    margin-bottom: 110px;
  }

  .white-text.services {
    max-width: 850px;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .search-section {
    margin-bottom: 80px;
  }

  .customers-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .testimonials-card-item {
    padding: 30px;
  }

  .service-list-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .project-template-banner-image {
    height: 65vh;
  }

  .project-pagination-wrapper {
    margin-bottom: 130px;
  }

  .landing-inner-pages-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .content-banner-wrapper {
    align-items: stretch;
  }

  .right-banner-block {
    flex: none;
    min-height: auto;
  }

  .partners-block {
    margin-top: 100px;
  }

  .gray-radius-bgr {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
  }

  .paragraph-cart.color {
    font-size: 18px;
  }

  .bottom-light-block {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-gray-block.spacing {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .block-content-wrapper {
    grid-column-gap: 100px;
  }

  .block-content-wrapper.mt {
    margin-top: 100px;
  }

  .block-content-wrapper._02 {
    justify-content: flex-start;
    margin-top: 100px;
  }

  .image-left-wrapper.margin-auto {
    bottom: -95px;
  }

  .green-block-absolute.position {
    margin-left: -130px;
  }

  .green-radius-bgr {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
  }

  .slider-testimonials {
    margin-bottom: 300px;
  }

  .slide-content-wrapper {
    justify-content: space-between;
  }

  .image-slide {
    position: relative;
    bottom: -110px;
  }

  .left-arrow-slide {
    right: 38%;
  }

  .right-arrow-slide {
    right: 30%;
  }

  .dark-container {
    margin-top: -200px;
  }

  .section-banner-kopie {
    min-height: 100vh;
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .description-full-block {
    padding-bottom: 0;
    position: relative;
  }

  .project-wrapper {
    margin-top: 100px;
  }

  .bullet-wrapper {
    top: 24%;
  }

  .section-with-height {
    min-height: 570px;
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-with-height.contact-us {
    background-image: linear-gradient(#0000, #0000), url('../images/10.png');
    background-position: 0 0, 50%;
  }

  .slider-block {
    margin-top: 100px;
  }

  .block-shedule-wrapper, .faq-content-wrapper {
    grid-column-gap: 100px;
  }

  .bottom-block {
    margin-top: 130px;
  }

  .collection-list-blog {
    grid-auto-columns: 1fr;
  }

  .collection-list-services, .collection-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .collection-list-details {
    grid-column-gap: 30px;
  }

  .product-wrapper {
    grid-column-gap: 100px;
    align-items: start;
  }

  .lightbox-link {
    height: 250px;
  }

  .lightbox-link-shop {
    height: 400px;
  }

  .heading, .heading-2 {
    font-family: Roboto Slab, sans-serif;
    font-size: 22px;
    font-weight: 600;
  }

  .heading-3 {
    font-size: 22px;
  }

  .green-block-absolute-2.home-3, .green-block-absolute-2.about, .green-block-absolute-2.about, .green-block-absolute-2.the-about {
    bottom: -40px;
  }

  .bottom-light-block-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-5 {
    padding-top: 0;
  }

  .white-text-copy.services {
    max-width: 850px;
  }

  .white-text-copy-copy.services {
    max-width: 850px;
  }

  .green-block-absolute-2-copy-copy.home-3 {
    bottom: -12px;
    right: 3%;
  }

  .description-full-block-copy {
    padding-bottom: 0;
    position: relative;
    bottom: 0;
  }

  .image-slide-copy {
    position: relative;
    bottom: 0;
  }

  .onze-text {
    text-align: left;
  }

  .paragraph-cart-copy.color {
    font-size: 18px;
  }

  .extra-copy-textvlak {
    bottom: -66px;
  }

  .extra-copy-textvlak.color {
    font-size: 18px;
  }

  .extrat-2x-textvlak {
    bottom: -47px;
  }

  .extrat-2x-textvlak.color {
    font-size: 18px;
  }

  .gray-radius-bgr-copy {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
  }

  .banner-2 {
    min-height: 570px;
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .banner-2.contact-us {
    background-image: linear-gradient(#0000, #0000), url('../images/9.png');
    background-position: 0 0, 50% 100%;
    background-attachment: scroll, scroll;
  }

  .banner-3 {
    min-height: 570px;
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .banner-3.contact-us {
    background-image: linear-gradient(#0000, #0000), url('../images/3.png');
    background-position: 0 0, 50%;
  }

  .image-left-wrapper-copy.margin-auto {
    bottom: -95px;
  }

  .section-banner-over-ons {
    background-image: linear-gradient(#0000, #0000), url('../images/11.png');
    min-height: 100vh;
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-banner-kopie-copy-copy {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-banner-klant {
    background-image: linear-gradient(#0000, #0000), url('../images/10.png');
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-banner-contact-copy, .section-banner-offerte-copy {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-banner-contact {
    background-image: linear-gradient(#0000, #0000), url('../images/banners-2-1.png');
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-banner-offerte {
    background-image: linear-gradient(#0000, #0000), url('../images/9.png');
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .tf-nav-link {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tf-nav-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .type-text-content.color {
    font-size: 18px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .image-cover {
    position: relative;
  }

  .image-left-wrapper.margin-auto {
    bottom: -99px;
  }

  .image-slide {
    position: relative;
    bottom: -110px;
  }

  .section-banner-kopie {
    min-height: 100vh;
  }

  .paragraph-with-margin {
    position: relative;
    bottom: -25px;
  }

  .background-video {
    min-height: 100px;
  }

  .heading, .heading-2 {
    font-family: Roboto Slab, sans-serif;
    font-size: 22px;
    font-weight: 600;
  }

  .heading-3 {
    font-size: 22px;
  }

  .jut-section-1 {
    font-size: 14px;
  }

  .green-block-absolute-2.home-3, .green-block-absolute-2.about, .green-block-absolute-2.about, .green-block-absolute-2.the-about {
    bottom: -45px;
  }

  .image-7 {
    position: relative;
    bottom: -9px;
  }

  .green-block-absolute-2-copy-copy.home-3 {
    bottom: -12px;
    right: 3%;
  }

  .image-slide-copy {
    position: relative;
    bottom: 0;
  }

  .onze-text {
    text-align: left;
  }

  .button-copy {
    position: relative;
    bottom: -27px;
  }

  .extra-copy-textvlak {
    bottom: -66px;
  }

  .extrat-2x-textvlak {
    bottom: -47px;
  }

  .image-left-wrapper-copy.margin-auto {
    bottom: -99px;
  }

  .small-text-2 {
    font-family: Roboto Slab, sans-serif;
    font-weight: 300;
  }

  .heading-11 {
    font-family: Roboto Slab, sans-serif;
    font-weight: 600;
  }

  .bold-text-2 {
    font-weight: 600;
  }

  .section-banner-over-ons {
    background-image: linear-gradient(#0000, #0000), url('../images/11.png');
    min-height: 100vh;
  }

  .section-banner-contact {
    background-image: linear-gradient(#0000, #0000), url('../images/banners-2-1.png');
  }

  .section-banner-offerte {
    background-image: linear-gradient(#0000, #0000), url('../images/9.png');
  }

  .tf-menu-wrap {
    font-weight: 400;
  }

  .tf-image-fill {
    max-width: 8rem;
  }

  .tf-nav-link {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5em;
  }

  .navbar {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.landing-banner {
    background-position: 90% 20%;
  }

  .section.dark-bgr-home {
    padding-top: 130px;
  }

  .section.laadpalen, .section.zonnepanelen {
    min-height: 100vh;
  }

  .nav-container {
    padding-left: 100px;
    padding-right: 100px;
  }

  .nav-link {
    color: var(--white);
    font-size: 20px;
  }

  .nav-dropdown-list.megamenu.w--open {
    left: 0;
  }

  .white-text {
    position: relative;
    bottom: 25px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .right-banner-block {
    flex: none;
    min-height: 745px;
  }

  .image-cover.radius {
    border-radius: 0;
  }

  .subtitle-block-top {
    margin-bottom: 10px;
  }

  .block-schedule {
    margin-top: 100px;
  }

  .number-shedule {
    grid-row-gap: 30px;
    justify-content: flex-end;
  }

  .gray-radius-bgr {
    bottom: -9px;
  }

  .paragraph-cart {
    bottom: -35px;
  }

  .image-left-wrapper.margin-auto {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    bottom: -100px;
  }

  .paragraph-maxw {
    font-size: 18px;
  }

  .heading-banner {
    font-size: 62px;
    line-height: 1.1em;
  }

  .heading-banner.home-2 {
    max-width: 754px;
  }

  .section-banner-kopie {
    min-height: 100vh;
  }

  .section-with-height.about-us {
    background-image: linear-gradient(#0000, #0000), url('../images/banners-1.png');
    background-position: 0 0, 50%;
    background-attachment: scroll, scroll;
  }

  .heading, .heading-2 {
    font-family: Roboto Slab, sans-serif;
    font-size: 22px;
    font-weight: 600;
  }

  .heading-3 {
    font-size: 22px;
  }

  .button {
    position: relative;
    bottom: auto;
  }

  .green-block-absolute-2.home-3, .green-block-absolute-2.about, .green-block-absolute-2.about, .green-block-absolute-2.the-about {
    bottom: -35px;
  }

  .image-7 {
    bottom: 0;
  }

  .green-block-absolute-2-copy-copy.home-3 {
    bottom: -12px;
    right: 3%;
  }

  .description-full-block-copy {
    bottom: auto;
  }

  .image-slide-copy {
    bottom: 0;
  }

  .heading-8, .heading-9, .heading-10 {
    font-family: Roboto Slab, sans-serif;
    font-weight: 600;
  }

  .button-copy {
    position: relative;
    bottom: auto;
  }

  .extra-copy-textvlak {
    bottom: -66px;
  }

  .extrat-2x-textvlak {
    bottom: -47px;
  }

  .image-11 {
    position: relative;
    bottom: -10px;
  }

  .image-12, .image-13, .image-14, .image-15, .image-16 {
    position: relative;
  }

  .image-17 {
    position: relative;
    bottom: 15px;
  }

  .gray-radius-bgr-copy {
    position: relative;
  }

  .image-18 {
    position: relative;
    bottom: -10px;
  }

  .banner-3.contact-us {
    background-image: linear-gradient(#0000, #0000), url('../images/3.png');
    background-position: 0 0, 50%;
  }

  .image-left-wrapper-copy.margin-auto {
    bottom: -100px;
  }

  .section-banner-over-ons {
    background-image: linear-gradient(#0000, #0000), url('../images/11.png');
    min-height: 100vh;
  }

  .section-banner-kopie-copy-copy {
    background-image: linear-gradient(#0000, #0000), url('../images/banners-1.png');
    min-height: 100vh;
  }

  .section-banner-klant {
    background-image: linear-gradient(#0000, #0000), url('../images/10.png');
    min-height: 100vh;
  }

  .section-banner-contact-copy, .section-banner-offerte-copy {
    background-image: linear-gradient(#0000, #0000), url('../images/3.png');
    min-height: 100vh;
  }

  .section-banner-contact {
    background-image: linear-gradient(#0000, #0000), url('../images/banners-2-1.png');
    min-height: 100vh;
  }

  .section-banner-offerte {
    background-image: linear-gradient(#0000, #0000), url('../images/9.png');
    min-height: 100vh;
  }

  .bold-text-3 {
    color: var(--white);
    font-size: 20px;
  }

  .bold-text-4 {
    color: var(--white);
  }

  .tf-image-fill {
    max-width: 10rem;
  }

  .tf-nav-container {
    padding-left: 100px;
    padding-right: 100px;
  }

  .type-text-content {
    bottom: -35px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 42px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.banner, .section.changelog-banner {
    min-height: 300px;
  }

  .section.landing-banner {
    padding-top: 140px;
  }

  .section.dark-bgr-home {
    padding-top: 100px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .primary-button {
    display: block;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    background-color: var(--primary-dark);
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
    left: -170px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-link.dark {
    color: var(--white);
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    color: var(--white);
    margin-right: 0;
    display: block;
    inset: 0% 0 0% auto;
    overflow: auto;
  }

  .nav-dropdown-list {
    background-color: #0000;
    border-style: none;
    flex-direction: column;
    width: 320px;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: 320px;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: auto;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    color: var(--white);
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .close-menu-button {
    background-color: #0000;
    padding: 0 10px 0 0;
  }

  .close-menu-button.w--open {
    filter: invert();
    background-color: #0000;
    padding: 0 10px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
    max-width: 60%;
  }

  .nav-item-title.dark {
    color: var(--white);
  }

  .pages-banner {
    min-height: 300px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .blog-classic-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-classic-top-content {
    padding-bottom: 20px;
  }

  .blog-classic-post-description {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .blog-template-wrapper {
    max-width: none;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .footer-bottom-wrapper {
    align-items: flex-start;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .team-social-links-wrapper {
    flex-wrap: wrap;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .workflow-content-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

  .workflow-video-wrapper {
    width: 100%;
  }

  .workflow-wrapper {
    flex-direction: column;
  }

  .accordion-wrapper.service-details {
    justify-content: center;
  }

  .contacts-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
  }

  .contacts-content-wrapper {
    text-align: center;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .contacts-form-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    left: auto;
  }

  .footer-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .white-text.maxw, .white-text.maxw-home-3 {
    text-align: center;
  }

  .footer-brand-wrapper {
    align-items: center;
    width: 100%;
  }

  .footer-links-wrapper {
    justify-content: center;
    width: 100%;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

  .search-section {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
  }

  .footer-brand-description {
    text-align: center;
  }

  .customers-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonials-card-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .service-details-content-wrapper {
    width: 100%;
  }

  .accordion-wrap-one-column {
    width: 80%;
  }

  .service-details-content {
    flex-direction: column;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .service-list-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-list-2-item-content {
    margin-top: 10px;
  }

  .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .portfolio-tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio-tab-link.all-projects {
    padding-left: 0;
  }

  .portfolio-tab-link.last-child {
    padding-right: 0;
  }

  .portfolio-grid-collection-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-grid-image {
    height: 320px;
  }

  .portfolio-grid-title-wrapper {
    padding: 20px 30px;
    inset: auto 0% 0%;
  }

  .portfolio-grid-category {
    font-size: 16px;
  }

  .project-template-info {
    grid-column-gap: 30px;
  }

  .project-template-banner-image {
    height: 500px;
  }

  .project-template-image {
    height: 360px;
  }

  .landing-banner-image {
    max-width: 95%;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 60px;
  }

  .landing-features-grid, .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .landing-inner-page-item.home-screen {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-banner-title-wrapper {
    max-width: 90%;
  }

  .landing-performance-item-title {
    max-width: 220px;
    font-size: 18px;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-download-block-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px;
  }

  .landing-download-block-wrap {
    text-align: center;
    margin-bottom: 40px;
  }

  .navbar-absolute {
    height: 60px;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .menu-wrap {
    background-color: var(--primary-dark);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    background-color: var(--primary-dark);
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    filter: invert();
    margin-bottom: 4px;
  }

  .image-burger.filter {
    filter: none;
  }

  .brand-tablet {
    display: block;
  }

  .details-page-title {
    max-width: 700px;
  }

  .content-banner-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
  }

  .left-banner-block {
    align-items: center;
    width: 100%;
  }

  .subtitle-block-top {
    margin-bottom: 10px;
  }

  .partners-block {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .description-left-banner-block {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .block-horizontal {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .cart-wrapper {
    width: 47.9%;
  }

  .heading-cart {
    max-width: 382px;
  }

  .bottom-light-block {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .heading-wrapper-with-border {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .subtitle-block {
    align-items: center;
    margin-top: 20px;
  }

  .cart-with-bgr {
    width: 47.9%;
  }

  .block-content-wrapper {
    flex-direction: column;
  }

  .block-content-wrapper.gap {
    align-items: center;
  }

  .block-content-wrapper.mt {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 0;
  }

  .block-content-wrapper._02 {
    align-items: center;
  }

  .image-left-wrapper.margin {
    flex: 0 auto;
  }

  .image-left-wrapper.margin-auto {
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
  }

  .description-right-wrapper {
    text-align: center;
    align-items: center;
  }

  .description-right-wrapper.margin {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .description-right-wrapper.about {
    max-width: none;
  }

  .green-block-absolute.services {
    bottom: -15px;
  }

  .block-wrap {
    justify-content: center;
  }

  .collection-list-project.home-2 {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .slider-testimonials {
    margin-top: 80px;
    margin-bottom: 276px;
  }

  .image-slide {
    width: 280px;
    height: 280px;
  }

  .left-arrow-slide {
    margin-top: 50px;
    display: inline-block;
    position: relative;
    right: -5%;
  }

  .right-arrow-slide {
    display: inline-block;
    position: relative;
    right: -5%;
  }

  .dark-container {
    margin-left: 10px;
    margin-right: 10px;
  }

  .right-block {
    grid-column-gap: 30px;
  }

  .image-arrow {
    object-fit: none;
    width: 100%;
    height: 100%;
  }

  .mask-slider {
    width: 100%;
  }

  .heading-banner.home-2 {
    font-size: 48px;
  }

  .tablet-none {
    display: none;
  }

  .heading-bold.centered {
    max-width: 630px;
  }

  .heading-bold.about {
    max-width: 500px;
  }

  .full-block-width {
    flex-direction: column;
  }

  .description-full-block {
    text-align: center;
    align-items: center;
    margin-bottom: 50px;
  }

  .paragraph-with-margin.about {
    margin-top: 40px;
  }

  .maps-block {
    height: 472px;
  }

  .maps-description {
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
  }

  .maps-block-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }

  .counter-wrapper {
    justify-content: center;
  }

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

  .collection-item-projects-home-2 {
    width: 47.9%;
  }

  .block-shedule-wrapper {
    flex-direction: column-reverse;
  }

  .tabs-about {
    align-items: center;
    margin-bottom: 50px;
  }

  .tabs-menu-about {
    margin-bottom: 20px;
  }

  .tab-pane-about {
    text-align: center;
  }

  .paragraph-tabs {
    margin-left: auto;
    margin-right: auto;
  }

  .faq-content-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
  }

  .collection-list-blog {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

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

  .collection-item-blog {
    width: 47.9%;
  }

  .collection-list.shop-details {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .heading-shop {
    max-width: 550px;
  }

  .collection-item-shop.sd {
    width: 47.9%;
  }

  .content-wrap-details {
    grid-row-gap: 10px;
    position: static;
  }

  .product-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .price-wrap {
    margin-bottom: 10px;
  }

  .cart-wrapper-header {
    flex: 1;
    justify-content: flex-end;
  }

  .hire-popup {
    max-width: 380px;
  }

  .hire-buttons {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-collection-list-hv4 {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .faq-section-shape {
    display: none;
  }

  .faq-section-shape.blog-shape {
    top: 50%;
  }

  .faq-section-title-wrapper {
    text-align: center;
    max-width: 700px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-section-title {
    margin-bottom: 15px;
    font-size: 43px;
    line-height: 53px;
  }

  .faq-section-title.mobile {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .jut-section-1 {
    font-size: 1.3vw;
  }

  .green-block-absolute-2.home-3, .green-block-absolute-2.about {
    width: 100px;
    height: 100px;
    bottom: -35px;
  }

  .green-block-absolute-2.about {
    width: 100px;
    height: 100px;
    inset: auto -5% -10% auto;
  }

  .green-block-absolute-2.the-about {
    width: 100px;
    height: 100px;
  }

  .primary-button-2 {
    display: block;
  }

  .cart-wrapper-2 {
    width: 47.9%;
  }

  .bottom-light-block-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-wrapper-with-border-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-bottom-row {
    grid-column-gap: 16px;
    grid-row-gap: 21px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }

  .white-text-copy.maxw, .white-text-copy.maxw-home-3, .white-text-copy.maxw, .white-text-copy.maxw-home-3, .white-text-copy.maxw, .white-text-copy.maxw-home-3, .white-text-copy.maxw, .white-text-copy.maxw-home-3 {
    text-align: center;
  }

  .gray-radius-bgr-copy {
    margin-top: 0;
  }

  .cart-wrapper-2-copy {
    width: 47.9%;
  }

  .white-text-copy-copy.maxw, .white-text-copy-copy.maxw-home-3 {
    text-align: center;
  }

  .cart-with-bgr-copy {
    width: 47.9%;
  }

  .block-horizontal-copy {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .description-full-block-copy {
    text-align: center;
    align-items: center;
  }

  .image-slide-copy {
    width: 280px;
    height: 280px;
    position: relative;
    bottom: -115px;
  }

  .div-block {
    text-align: left;
  }

  .image-left-wrapper-copy.margin-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .image-left-wrapper-copy.margin {
    flex: 0 auto;
  }

  .image-left-wrapper-copy.margin-auto {
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
  }

  .text-block-2 {
    max-width: 463px;
    top: auto;
    left: auto;
  }

  .tf-menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

  .tf-menu-button.w--open {
    background-color: #0000;
  }

  .tf-cart-wrapper-header {
    grid-column-gap: 1rem;
    flex: 1;
    justify-content: flex-end;
    margin-right: 1rem;
  }

  .tf-menu-wrap {
    background-color: #041627;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .tf-tablet-menu {
    background-color: #041627;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 30px 20px 15px 15px;
    display: flex;
  }

  .tf-nav-menu {
    background-color: #041627;
    flex-direction: column;
    width: 100%;
    inset: 0% auto 0% 0%;
  }

  .tf-primary-button {
    display: block;
  }

  .tf-nav-close-icon {
    z-index: 15;
    align-self: stretch;
    width: 100%;
    max-width: 2rem;
  }

  .tf-brand-tablet {
    display: block;
  }

  .tf-close-menu-button {
    background-color: #0000;
    padding: 0 10px 0 0;
  }

  .tf-close-menu-button.w--open {
    filter: invert();
    background-color: #0000;
    padding: 10px;
  }

  .tf-nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .tf-nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tf-image-burger {
    filter: invert();
    margin-bottom: 4px;
  }

  .tf-mobile-menu-logo {
    min-height: 5rem;
  }

  .onze {
    width: 47.9%;
  }

  .onze-top-block {
    height: auto;
  }

  .new-airco, .block-horizontal-copy {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    font-size: 18px;
  }

  .section.landing-banner {
    padding-top: 120px;
  }

  .section.without-top-spacing {
    padding-top: 0;
  }

  .section.laadpalen {
    background-image: url('../images/thuis-batterij.png');
    background-position: 50%;
  }

  .section.zonnepanelen {
    background-image: linear-gradient(#00000059, #00000059), url('../images/zonnepanelenbanners.jpg');
    background-position: 0 0, 50%;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

  .headers-wrapper, .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button.full-width-mobile, .primary-button.search-button {
    width: 100%;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-link {
    margin-left: 0;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-form {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .blog-classic-post-category {
    margin-bottom: 10px;
  }

  .footer-bottom-wrapper {
    grid-row-gap: 30px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .team-social-links-wrapper {
    justify-content: flex-start;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .workflow-profile-wrapper {
    justify-content: center;
    margin-top: 20px;
  }

  .workflow-content-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 30px;
  }

  .workflow-video-wrapper {
    width: 100%;
  }

  .workflow-wrapper {
    flex-wrap: wrap;
  }

  .workflow-quote {
    margin-top: 20px;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .accordion-wrap.mr {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .contacts-wrapper {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .contacts-content-wrapper {
    width: 100%;
  }

  .contacts-form-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts-title {
    max-width: 100%;
  }

  .white-text.width {
    max-width: 300px;
  }

  .footer-links-wrapper {
    grid-column-gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .footer-brand-description {
    margin-bottom: 30px;
    font-size: 52px;
  }

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .accordion-wrap-one-column {
    width: 100%;
    margin-top: 20px;
  }

  .service-details-content {
    width: 100%;
  }

  .service-list-wrapper {
    grid-template-columns: 1fr;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .portfolio-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .portfolio-tab-link.all-projects {
    padding-left: 10px;
  }

  .portfolio-tab-link.last-child {
    padding-right: 10px;
  }

  .tabs-menu {
    flex-direction: column;
    align-items: center;
  }

  .portfolio-grid-collection-list {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .project-template-content {
    width: 100%;
  }

  .project-template-info {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 30px;
  }

  .project-template-content-wrapper {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }

  .project-pagination-wrapper {
    margin-bottom: 60px;
  }

  .project-pagination-icon-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .project-template-images-list {
    grid-template-columns: 1fr;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .landing-features-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .landing-download-block-wrap {
    margin-bottom: 30px;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .portfolio-grid-image-link {
    height: 500px;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .rich-text-style h2 {
    font-size: 36px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .image-burger {
    position: relative;
    bottom: 45px;
    left: -30px;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .main-shop-list-item {
    text-align: center;
  }

  .left-banner-block {
    width: 100%;
  }

  .right-banner-block {
    width: 100%;
    min-height: 500px;
  }

  .top-block-right-banner {
    margin-top: 50px;
  }

  .partners-block {
    grid-column-gap: 30px;
    margin-top: 60px;
  }

  .block-horizontal {
    margin-top: 30px;
  }

  .cart-wrapper {
    width: 100%;
  }

  .paragraph-cart {
    margin-top: 20px;
  }

  .bottom-light-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cart-with-bgr {
    width: 100%;
  }

  .block-content-wrapper.mt, .block-content-wrapper._02 {
    margin-top: 30px;
  }

  .image-left-wrapper.margin-auto {
    bottom: 0;
  }

  .projects-wrapper {
    margin-top: 30px;
  }

  .collection-list-project {
    grid-template-columns: 1fr;
  }

  .slider-testimonials {
    margin-top: 60px;
    margin-bottom: 256px;
  }

  .slide-content-wrapper {
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .image-slide {
    bottom: 0;
  }

  .text-slide {
    margin-top: 30px;
  }

  .left-arrow-slide {
    margin-left: 0;
    margin-right: 30px;
    position: static;
    right: 0%;
  }

  .right-arrow-slide {
    margin-left: 0;
    margin-right: 0;
    position: static;
    right: 0%;
  }

  .dark-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-content {
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .heading-content.direction {
    flex-direction: row;
  }

  .heading-banner.home-2 {
    font-size: 40px;
  }

  .heading-bold.centered {
    max-width: 100%;
  }

  .heading-bold.about {
    max-width: 400px;
  }

  .description-full-block {
    max-width: 100%;
  }

  .image-full-block {
    width: 100%;
  }

  .paragraph-with-margin {
    margin-bottom: 30px;
  }

  .paragraph-with-margin.about {
    margin-top: 50px;
  }

  .maps-description {
    grid-row-gap: 20px;
  }

  .project-wrapper {
    margin-top: 60px;
  }

  .heading-project-wrapper {
    margin-bottom: 30px;
  }

  .dark-block {
    padding: 50px 30px;
  }

  .collection-item-projects-home-2 {
    width: 100%;
  }

  .section-with-height {
    min-height: 440px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slider-block {
    margin-top: 60px;
  }

  .background-video {
    display: none;
  }

  .collection-item-blog {
    width: 100%;
  }

  .author-block.margin {
    margin-top: 20px;
  }

  .quote-reviews {
    font-size: 18px;
  }

  .collection-list-services, .collection-list {
    grid-template-columns: 1fr;
  }

  .categories-wrapper-shop, .heading-shop {
    margin-bottom: 30px;
  }

  .description-product {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .add-to-cart {
    grid-column-gap: 50px;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .collection-item-shop.sd {
    width: 100%;
  }

  .product-wrapper {
    flex-direction: column-reverse;
  }

  ._404-text {
    font-size: 140px;
  }

  .checkout-form, .paypal-checkout-form, .order-confirmation {
    padding-bottom: 60px;
  }

  .hire-popup, .hire-popup-wrap {
    display: none;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .blog-paragraph {
    max-width: 440px;
    font-size: 16px;
    line-height: 26px;
  }

  .blog-collection-list-hv4 {
    grid-template-columns: 1fr;
  }

  .faq-section-shape.blog-shape {
    top: 44%;
    right: 17%;
  }

  .faq-section-title-wrapper {
    max-width: 480px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-section-title {
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 44px;
  }

  .jut-section-1 {
    padding-left: 3em;
    padding-right: 3em;
    font-size: 1.69vw;
  }

  .green-block-absolute-2.home-3 {
    width: 100px;
    height: 100px;
  }

  .green-block-absolute-2.about {
    inset: auto 0% 35% auto;
    width: 100px;
    height: 100px;
    inset: auto -5% -10% auto;
  }

  .green-block-absolute-2.the-about {
    width: 100px;
    height: 100px;
  }

  .cart-wrapper-2 {
    width: 100%;
  }

  .bottom-light-block-2 {
    margin-top: 60px;
  }

  .white-text-copy.width {
    max-width: 300px;
  }

  .cart-wrapper-2-copy {
    width: 100%;
  }

  .white-text-copy-copy.width {
    max-width: 300px;
  }

  .cart-with-bgr-copy {
    width: 100%;
  }

  .block-horizontal-copy {
    margin-top: 30px;
  }

  .description-full-block-copy {
    max-width: 100%;
  }

  .image-slide-copy {
    bottom: 0;
  }

  .image-left-wrapper-copy.margin-auto {
    margin-bottom: 0;
  }

  .banner-2, .banner-3 {
    min-height: 440px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-left-wrapper-copy.margin-auto {
    bottom: 0;
  }

  .tf-image-fill {
    max-width: 5rem;
  }

  .tf-brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .tf-nav-link {
    margin-left: 0;
  }

  .tf-brand {
    padding-left: 0;
  }

  .type-text-content {
    margin-top: 20px;
  }

  .onze {
    width: 100%;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .new-airco, .block-horizontal-copy {
    margin-top: 30px;
  }
}

@media screen and (max-width: 479px) {
  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-menu {
    width: 90%;
  }

  .nav-link {
    width: 99%;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

  .licensing-grid {
    grid-template-columns: 1fr;
  }

  .license-link {
    margin-right: 15px;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .blog-classic-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-classic-top-content, .blog-classic-bottom-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .team-grid {
    margin-top: 20px;
  }

  .team-card-content-wrapper {
    text-align: center;
  }

  .team-social-links-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .banner-title-wrapper {
    text-align: center;
    align-items: center;
  }

  .workflow-wrapper {
    margin-top: 30px;
  }

  .white-text.width {
    max-width: 100%;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-links-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 10px;
    justify-content: center;
  }

  .footer-brand-description {
    font-size: 42px;
  }

  .customers-grid {
    grid-template-columns: 1fr;
  }

  .testimonials-card-item {
    padding: 20px;
  }

  .button-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .portfolio-tab-link {
    text-align: center;
    width: 100%;
  }

  .portfolio-grid-title-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-template-info {
    grid-template-columns: 1fr;
  }

  .project-template-banner-image {
    height: 400px;
  }

  .project-pagination-wrapper {
    flex-wrap: wrap;
  }

  .project-pagination-icon-wrapper {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #afafaf80;
    border-bottom-width: 1px;
    border-bottom-color: #afafaf80;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .landing-features-grid {
    grid-template-columns: 1fr;
  }

  .landing-feature-icon {
    margin-bottom: 10px;
  }

  .landing-banner-title-wrapper {
    max-width: 100%;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap {
    width: 100%;
  }

  .project-button-link {
    justify-content: flex-end;
    width: 100%;
    height: 70px;
    padding-right: 40px;
  }

  .project-button-link.left {
    justify-content: flex-start;
    padding-left: 40px;
  }

  .home-9-team-item, .home-23-team-item {
    width: 100%;
  }

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

  .image-burger {
    position: relative;
    bottom: 45px;
    left: -25px;
  }

  .brand-tablet {
    padding-left: 0;
  }

  .details-page-title {
    max-width: none;
  }

  .footer-rights-wrapper {
    justify-content: center;
  }

  .shedule-top-block {
    width: 100%;
  }

  .column-shedule {
    grid-column-gap: 10px;
  }

  .column-block._01, .column-block._02, .column-block._03, .column-block._04, .column-block._05, .column-block._06 {
    width: 40px;
  }

  .column-text-white {
    font-size: 12px;
  }

  .large-white-text.orange {
    font-size: 18px;
  }

  .block-horizontal {
    margin-top: 20px;
  }

  .cart-wrapper {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-cart {
    margin-top: 30px;
  }

  .bottom-light-block {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .image-left-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .image-left-wrapper.width {
    width: 100%;
    height: 300px;
  }

  .image-left-wrapper.margin {
    width: 100%;
  }

  .image-left-wrapper.margin-auto {
    width: 100%;
    height: 300px;
    margin-bottom: 60px;
    bottom: 0;
  }

  .description-right-wrapper.margin {
    margin-bottom: 30px;
  }

  .green-block-absolute {
    margin-right: -10px;
  }

  .green-block-absolute.position {
    margin-left: 30px;
  }

  .green-block-absolute.home-3 {
    margin-right: 10px;
  }

  .text-slide.dark {
    margin-bottom: 0;
  }

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

  .button-wrapper-home-2 {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .maps-block {
    width: 100%;
    height: 410px;
  }

  .counter-block {
    text-align: center;
    align-items: center;
    width: 90%;
  }

  .heading-project-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .bullet-maps._01 {
    position: absolute;
    top: 6%;
    left: 17%;
  }

  .bullet-maps._03 {
    position: absolute;
    inset: 11% 11% auto auto;
  }

  .bullet-wrapper {
    left: 30%;
  }

  .left-block-shedule {
    padding: 10px;
  }

  .tabs-menu-about {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    place-content: center space-between;
    width: 100%;
    display: flex;
  }

  .input-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .author-block {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .collection-list-categories {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .collection-list-details {
    grid-template-columns: 1fr;
  }

  .content-wrap-details {
    margin-bottom: 20px;
  }

  .product-wrapper {
    grid-row-gap: 20px;
  }

  .button {
    font-size: 17px;
  }

  .blog-paragraph {
    font-size: 15px;
    line-height: 25px;
  }

  .faq-section-shape.blog-shape {
    display: none;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-section-title {
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 32px;
  }

  .section-3 {
    padding-bottom: 20px;
  }

  .jut-section-1 {
    font-size: 2.5vw;
  }

  .green-block-absolute-2 {
    margin-right: -10px;
  }

  .green-block-absolute-2.home-3 {
    width: 100px;
    height: 100px;
    margin-right: 10px;
    bottom: -20px;
    right: -7%;
  }

  .green-block-absolute-2.about {
    width: 100px;
    height: 100px;
    margin-right: 10px;
    right: -5%;
  }

  .green-block-absolute-2.the-about {
    width: 100px;
    height: 100px;
  }

  .heading-wrapper-with-border-2 {
    padding-bottom: 20px;
  }

  .green-block-absolute-2-copy {
    margin-right: -10px;
  }

  .green-block-absolute-2-copy.home-3 {
    margin-right: 10px;
    bottom: -12%;
    right: -7%;
  }

  .green-block-absolute-3-copy {
    margin-right: -10px;
  }

  .green-block-absolute-3-copy.home-3 {
    margin-right: 10px;
    bottom: -12%;
    right: -7%;
  }

  .footer-bottom-row {
    text-align: center;
    font-size: 14px;
  }

  .footer-grid {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .vertical-link-grid {
    text-align: left;
    justify-items: center;
  }

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

  .main-container {
    padding-left: 21px;
    padding-right: 21px;
  }

  .white-text-copy.width, .white-text-copy-copy.width {
    max-width: 100%;
  }

  .block-horizontal-copy {
    margin-top: 30px;
  }

  .green-block-absolute-2-copy-copy {
    margin-right: -10px;
  }

  .green-block-absolute-2-copy-copy.home-3 {
    margin-right: 10px;
    bottom: 11%;
    right: -9%;
  }

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

  .button-copy {
    font-weight: 600;
  }

  .image-left-wrapper-copy.margin-auto {
    width: 100%;
    height: 300px;
  }

  .button-copy {
    font-size: 17px;
  }

  .extra-copy-textvlak, .extrat-2x-textvlak {
    bottom: -40px;
  }

  .image-left-wrapper-copy {
    width: 100%;
    margin-right: 0;
  }

  .image-left-wrapper-copy.width {
    width: 100%;
    height: 300px;
  }

  .image-left-wrapper-copy.margin {
    width: 100%;
  }

  .image-left-wrapper-copy.margin-auto {
    width: 100%;
    height: 300px;
    bottom: 0;
  }

  .vertical-link-grid-2 {
    justify-items: center;
  }

  .the-nav-button {
    font-size: 14px;
    font-weight: 400;
  }

  .tf-image-fill {
    max-width: 5.5rem;
  }

  .tf-brand-tablet {
    padding-left: 0;
  }

  .tf-nav-link {
    width: 99%;
  }

  .type-text-content {
    margin-top: 30px;
  }

  .new-airco, .block-horizontal-copy {
    margin-top: 20px;
  }

  .container-copy {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-e1e001d7-465e-d842-0d6c-85bb6fcf8df7-634f2c73 {
  align-self: start;
}

#w-node-e1e001d7-465e-d842-0d6c-85bb6fcf8dfa-634f2c73 {
  align-self: auto;
}

#w-node-_7e4a3a80-7fb2-54e6-f427-b7e6700b45c4-634f2c73, #w-node-ba338ce2-4b11-d112-5c37-649b8a9a4d05-634f2c73, #w-node-_618c559a-c33e-91e3-e3ee-6805e0086b62-634f2c73, #w-node-_1336e2bd-a246-a61c-3910-8bd76493bd9c-971854b2, #w-node-_1336e2bd-a246-a61c-3910-8bd76493bda9-971854b2, #w-node-ba67672f-10a1-0025-75f0-6ae662d6318f-971854b8, #w-node-_7cb7c371-2d8f-f26c-e37e-69483ae1413c-60b3068f, #w-node-_7cb7c371-2d8f-f26c-e37e-69483ae1413c-9cecd640, #w-node-_7cb7c371-2d8f-f26c-e37e-69483ae1413c-77b451d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1336e2bd-a246-a61c-3910-8bd76493bd9c-971854b2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1336e2bd-a246-a61c-3910-8bd76493bda9-971854b2 {
    grid-area: 1 / 1 / 2 / 3;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/generalsans-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/generalsans-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/generalsans-semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/generalsans-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}