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

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

:root {
  --dark-grey: #3f3f3f;
  --dark-blue: #1a1d3e;
  --apex-blue: #173552;
  --red-accent: #8b1d1d;
  --background-blue: #e6eff7;
  --background: #f3f7fa;
  --white-smoke: #f2f2f2;
  --clr-1: #173552;
  --bg-lt-2: #f5f9fb;
  --alice-blue: #dde7ee;
  --slate-grey: #838f97;
  --clr-2: #838f97;
  --shadow: #98a2a8;
  --orange-accent: #e59c42;
  --gainsboro: #cddae1;
  --white: white;
  --footer-link: #1b1b1b;
  --lavender: #d7dbeb;
  --bg-lt-1: #ebf2f9;
}

.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-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-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-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-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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-pagination-previous-icon {
  margin-right: 4px;
}

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

.w-pagination-next-icon {
  margin-left: 4px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .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-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-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: var(--dark-grey);
  font-family: Gabriel Sans, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 500;
  line-height: 1;
}

h2 {
  color: var(--dark-blue);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.1;
}

h3 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabriel Sans, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

h4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

h5 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--apex-blue);
  font-size: 14px;
  text-decoration: underline;
}

label {
  color: var(--dark-grey);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: .675rem;
  line-height: 1;
}

blockquote {
  border-left: 5px solid var(--red-accent);
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 24px 40px 24px 24px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 34px;
}

figure {
  margin-bottom: 10px;
}

.section {
  padding: 40px 20px;
  display: block;
}

.section.hero {
  background-color: var(--background-blue);
  padding-top: 120px;
  padding-bottom: 150px;
  overflow: hidden;
}

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

.section.background.customers-home {
  overflow: hidden;
}

.section.background.properties-hero {
  padding-top: 146px;
}

.section.house {
  padding-bottom: 40px;
}

.section.testimonial {
  background-color: var(--background-blue);
  padding-top: 64px;
  padding-bottom: 122px;
  overflow: hidden;
}

.section.buy-service {
  background-color: var(--background);
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.cta-a {
  background-color: var(--background-blue);
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.footer {
  padding-top: 50px;
  padding-bottom: 40px;
}

.section.number {
  background-color: var(--background);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.about-hero {
  background-color: var(--white-smoke);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.cta-mega {
  padding-top: 212px;
  padding-bottom: 12px;
}

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

.section.product {
  background-color: var(--background);
  padding-top: 160px;
  padding-bottom: 0;
}

.section.content {
  padding-top: 24px;
  padding-bottom: 24px;
}

.section.detail {
  background-color: var(--background);
  margin-top: 0;
  padding-top: 146px;
  padding-bottom: 40px;
}

.section.images {
  background-image: url('../images/MainPhotoPlaceholder_1MainPhotoPlaceholder.webp');
  background-position: 50%;
  background-size: cover;
  height: 80vh;
  min-height: 600px;
  max-height: 900px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.breadcrumps {
  padding-top: 24px;
  padding-bottom: 24px;
}

.section.breadcrumps.bg-light {
  background-color: #e6eff7;
  padding-top: .125rem;
  padding-bottom: .125rem;
}

.section.detail-content {
  padding-top: 0;
}

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

.section.location-hero {
  padding-top: 140px;
  padding-bottom: 0;
}

.section.type-hero {
  padding-top: 160px;
  padding-bottom: 0;
}

.section.house-paddings {
  padding-bottom: 80px;
}

.section.hero-blog {
  background-color: var(--background);
  padding-top: 160px;
}

.section.contact-hero {
  background-color: var(--background);
  padding-top: 140px;
}

.section.services-hero {
  background-color: var(--background);
  padding-top: 160px;
}

.section.blog-section {
  background-color: var(--background);
  padding-top: 80px;
}

.section._404-section {
  background-color: var(--background-blue);
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.account-section {
  background-color: var(--background-blue);
  padding-top: 160px;
}

.section.template-instructions-hero {
  background-color: var(--apex-blue);
  color: var(--white-smoke);
  padding-top: 160px;
}

.section.template-instructions-hero.bg-dark {
  background-color: var(--clr-1);
}

.section.legal {
  padding-top: 160px;
}

.section.bg-lt-2 {
  background-color: var(--bg-lt-2);
}

.section.cta-bg-lt {
  background-color: #ebf2f9;
  font-family: Plus Jakarta Sans, sans-serif;
}

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

.section.home-hero {
  z-index: 250;
  background-image: linear-gradient(#02050852, #02050852), url('../images/APEX-home-page-hero-image.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  justify-content: center;
  min-height: 100svh;
  padding-top: 140px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.trust-signals {
  background-color: var(--alice-blue);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.section.monitoring {
  background-color: var(--apex-blue);
  padding-top: 60px;
  padding-bottom: 100px;
  position: relative;
}

.section.products-landing {
  z-index: 250;
  background-image: url('../images/Products-Landing-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  height: 90svh;
  min-height: 90svh;
  padding-top: 140px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section.products-landing.australia {
  background-image: url('../images/distributors-landing-alt.jpg');
  height: 30svh;
  min-height: 70svh;
  padding-top: 10px;
}

.section.products-landing.australia-in-page {
  height: 40svh;
  min-height: 40svh;
  position: static;
}

.section.contact-page {
  z-index: 201;
  background-image: url('../images/Support-Landing.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100svh;
  max-height: 100svh;
  padding-top: 140px;
  position: relative;
  overflow: scroll;
}

.section.products-slider {
  padding-bottom: 0;
}

.section.support-page {
  z-index: 201;
  background-image: url('../images/distributors-landing-alt.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100svh;
  max-height: 100svh;
  padding-top: 140px;
  position: relative;
  overflow: scroll;
}

.section.distributors {
  z-index: 250;
  background-image: url('../images/distributors-landing-alt.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  min-height: 70svh;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.section.video-section {
  padding: 10px 20px 0;
}

.section.benefits {
  background-color: var(--background-blue);
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.highlights {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/APEX-background-lead.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.section.australia {
  padding-top: 0;
  padding-bottom: 10px;
}

.section.monitoring-page {
  z-index: 201;
  background-image: url('../images/1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 90svh;
  max-height: none;
  padding-top: 140px;
  position: relative;
  overflow: hidden;
}

.main-container {
  align-self: center;
  width: 100%;
  max-width: 1248px;
  padding-bottom: 10px;
  padding-left: 24px;
  padding-right: 24px;
}

.main-container.large {
  max-width: 1342px;
}

.main-container.small {
  max-width: 1002px;
}

.main-container.monitoring {
  justify-content: flex-end;
  display: flex;
}

.main-container.products-hero {
  align-self: flex-start;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.main-container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.main-container.distributors-hero {
  align-self: center;
  padding-left: 0;
  padding-right: 0;
}

.main-container.no-padding-copy {
  padding-left: 0;
  padding-right: 0;
}

.paragraph-large {
  font-size: 18px;
}

.paragraph-large.text-opacity-80 {
  color: #fffc;
  text-align: left;
}

.paragraph-large.hero-par {
  font-size: 18px;
}

.paragraph-large.sub-par {
  color: #173552bf;
}

.paragraph-large.hero {
  color: var(--dark-blue);
}

.paragraph-small {
  margin-top: 40px;
  padding: 20px;
  font-size: 14px;
  line-height: 28px;
}

.paragraph-small.property-details-left {
  color: var(--slate-grey);
}

.paragraph-small.sub-par {
  color: var(--clr-2);
}

.paragraph-small.clr-2 {
  color: var(--shadow);
}

.cta {
  grid-column-gap: 8px;
  background-color: var(--orange-accent);
  letter-spacing: normal;
  text-transform: uppercase;
  border-radius: 2px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 46px;
  padding: 14px 24px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: transform .2s;
  display: block;
}

.cta:hover {
  transform: scale(1.03);
}

.cta.large {
  border-radius: 12px;
  height: 62px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cta.large.add-to-cart {
  width: 100%;
}

.cta.blue-link {
  color: var(--red-accent);
  background-color: #0000;
  height: 24px;
  padding: 0;
}

.cta.blue-link.last {
  margin-left: 1em;
}

.cta.link {
  color: var(--apex-blue);
  background-color: #0000;
  height: 24px;
  padding: 0;
}

.cta.white-link {
  background-color: #0000;
  height: 24px;
  padding: 0;
}

.cta.dark-link {
  border: 1px solid var(--apex-blue);
  color: var(--apex-blue);
  background-color: #0000;
}

.cta.navbar-cta {
  height: 44px;
  margin-left: 12px;
  padding-left: 20px;
  padding-right: 20px;
}

.cta.white {
  background-color: var(--white-smoke);
  color: var(--apex-blue);
}

.cta.accent-cta {
  background-color: var(--red-accent);
}

.cta.btn-primary {
  background-color: var(--gainsboro);
  color: var(--dark-blue);
  text-align: center;
  border-radius: 20px;
  margin-bottom: 10px;
  padding-bottom: 14px;
}

.cta.btn-primary.dropdown-cta {
  position: absolute;
  inset: auto auto 15%;
}

.cta.btn-primary.dropdown-cta.w--current {
  font-family: Outfit, sans-serif;
}

.cta.btn-primary.dropdown-cta.in-mega-nav {
  bottom: 10px;
}

.cta.btn-primary.cta-in-mega {
  border-radius: 0;
}

.cta.btn-primary.cta-in-mega.btn-alt {
  background-color: var(--orange-accent);
  color: var(--clr-1);
  text-transform: uppercase;
  font-weight: 600;
}

.cta.btn-primary.in-products-grid {
  grid-column-gap: 0px;
  width: 100%;
  height: 40px;
  padding: 10px 12px;
  font-size: 10px;
}

.cta.mx {
  display: none;
}

.cta_flex-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.cta_flex-left.multiple-buttons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.icon-cta {
  width: 18px;
  height: 18px;
}

.icon-cta.clr-3 {
  filter: hue-rotate(180deg);
  color: var(--orange-accent);
}

.hero_grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  display: flex;
}

.hero_grid.homepage {
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.hero_grid.products-pg {
  grid-column-gap: 120px;
  justify-content: space-between;
}

.installation-partners_wrapper.grow {
  flex: 1;
}

.badge-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.badge {
  background-color: var(--red-accent);
  color: var(--background);
  border-radius: 50px;
  padding: 2px 10px;
  font-size: 12px;
  line-height: 22px;
  display: inline-block;
}

.badge-text {
  color: var(--red-accent);
  font-weight: 500;
}

.space-08 {
  height: 8px;
}

.lottie-wrap {
  flex: 1;
  min-height: 470px;
  position: relative;
}

.lottie-animation {
  width: 110%;
  margin-right: -118px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.hero-content.homepage {
  color: var(--white);
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
}

.hero-content.distributors {
  color: var(--white);
  padding-right: 5%;
}

.property-types {
  margin-top: -136px;
  margin-bottom: 64px;
}

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

.property-types-grid.col-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.property-types-grid.products-home {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  grid-template-rows: minmax(120px, 1.75fr);
  grid-template-columns: 1fr .75fr .75fr;
  place-content: start center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.property-type-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--white-smoke);
  background-color: var(--white);
  box-shadow: none;
  color: var(--apex-blue);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.property-type-card.dark {
  color: var(--bg-lt-2);
  background-color: #17355242;
  border-style: none;
}

.property-type-image {
  flex: none;
  height: 200px;
}

.image {
  object-fit: cover;
  height: 80%;
  transition: transform .2s;
}

.image:hover {
  transform: scale(1.1);
}

.image.clr-3 {
  filter: none;
}

.image.max-w {
  max-width: 80px;
}

.title-wrap.property-type-title {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.limit-560 {
  width: 100%;
  max-width: 560px;
}

.space-32 {
  height: 32px;
}

.location-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--white-smoke);
  background-color: var(--white);
  color: var(--apex-blue);
  border-radius: 6px;
  align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  display: flex;
  box-shadow: 0 4px 64px #0000000a;
}

.location-card:hover {
  transform: scale(1.01);
  box-shadow: 0 4px 64px #00000014;
}

.location-image {
  border-radius: 6px;
  width: 160px;
  height: 124px;
  overflow: hidden;
}

.location-image.square {
  width: 124px;
}

.space-10 {
  height: 10px;
}

.location-button {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

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

.location-grid.row-1 {
  grid-template-rows: auto;
}

.heading-link {
  color: var(--red-accent);
}

.house-wrap {
  margin-top: -120px;
}

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

.house-card {
  color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #1b1b1b1a;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 400px;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.house-card:hover {
  transform: translate(0, -6px);
  box-shadow: 1px 1px 30px #1b1b1b1c;
}

.collection-item {
  display: flex;
}

.house-content {
  z-index: 5;
  padding: 16px 24px;
  position: relative;
}

.house-title {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.house-card-divider {
  background-color: #ffffff40;
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.house-detail-wrap {
  grid-column-gap: 16px;
  justify-content: space-between;
  display: flex;
}

.detail-block {
  color: var(--apex-blue);
  flex-direction: column;
  flex: 1;
  align-self: flex-end;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.detail-block.white-block {
  color: var(--background);
}

.icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.house-divider {
  background-color: var(--alice-blue);
  width: 100%;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 32px;
}

.overlay {
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.overlay.house {
  background-image: linear-gradient(to top, #000, #fff0 65%);
}

.house-button-wrap {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.feature-grid {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
}

.feature-card {
  grid-row-gap: 16px;
  background-color: var(--white);
  color: var(--dark-grey);
  flex-direction: column;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.feature-card.cta-last-trust {
  border: 2px solid var(--white);
  background-color: var(--white-smoke);
  color: var(--dark-blue);
  justify-content: center;
  padding: 20px;
}

.feature-icon {
  flex: none;
  width: 40px;
  height: 40px;
}

.space-48 {
  height: 48px;
}

.mask {
  overflow: visible;
}

.slide {
  margin-right: 24px;
}

.testimonial-card {
  border: 1px solid var(--white-smoke);
  background-color: var(--white);
  border-radius: 6px;
  width: 100%;
  max-width: 524px;
  padding: 24px 30px;
}

.author-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.avatar {
  background-color: var(--slate-grey);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  overflow: hidden;
}

.testimonial-slider {
  background-color: #0000;
  width: 100%;
  max-width: 524px;
  height: auto;
}

.testimonial-divider {
  background-color: var(--white-smoke);
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.hide {
  display: none;
}

.products-slider_arrow-left {
  color: #0f184180;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: all .2s;
  display: flex;
}

.products-slider_arrow-left:hover {
  color: var(--apex-blue);
}

.product-slider_arrow {
  color: #0f184180;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: all .2s;
  display: flex;
}

.product-slider_arrow:hover {
  color: var(--apex-blue);
}

.product-slider_arrow.arrow-right {
  padding-left: 4px;
  right: -24px;
}

.button-icon---old {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: none;
}

.buy-service-wrap {
  display: flex;
}

.buy-service-left {
  background-color: var(--apex-blue);
  color: #fff;
  width: 100%;
  padding: 80px 60px;
}

.buy-service-left.bg-dark {
  background-color: var(--dark-blue);
}

.buy-service-right {
  text-align: center;
  background-image: none;
  background-size: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 450px;
  padding: 80px 60px;
  display: flex;
}

.buy-service-right.space-x-sm {
  padding-left: 0;
  padding-right: 0;
}

.space-16 {
  height: 16px;
}

.no-margin {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.buy-service-separator {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-top: 48px;
  margin-bottom: 48px;
  display: flex;
}

.separator-line {
  background-color: #fff;
  width: 100%;
  max-width: 425px;
  height: 1px;
}

.separator-text {
  text-transform: uppercase;
  flex: none;
  font-size: 12px;
}

.separator-text.clr-3 {
  color: var(--orange-accent);
}

.checklist-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.checklist {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.checklist-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.checklist-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.checklist-icon.opacity-0 {
  opacity: 0;
}

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

.space-80 {
  height: 40px;
}

.grid-halves {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.cta-link-wrap {
  margin-top: 48px;
  display: flex;
}

.customer-image {
  border-radius: 6px;
  height: 420px;
  overflow: hidden;
}

.customer-image-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--background-blue);
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 455px;
  padding: 32px 32px 16px;
  display: flex;
  position: absolute;
  inset: auto 2% -70px auto;
  box-shadow: 0 4px 64px #00000026;
}

.customer-image-card._02 {
  inset: auto auto -40px 4%;
}

.customer-image-card.bg-dark {
  background-color: var(--clr-1);
  box-shadow: 0 4px 64px 0 var(--shadow);
  color: var(--bg-lt-2);
  border-width: 4px;
  border-color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
}

.customer-image-card.bg-dark.no-border {
  border-style: none;
}

.customer-image-wrap {
  width: 100%;
  max-width: 560px;
  position: relative;
}

.cta-icon {
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.space-12 {
  height: 12px;
}

.cta-button {
  flex-direction: column;
  min-width: 200px;
  display: flex;
}

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

.blog-card {
  color: var(--apex-blue);
  text-decoration: none;
  transition: transform .2s;
}

.blog-card:hover {
  transform: scale(.98);
}

.blog-image {
  aspect-ratio: auto;
  border-radius: 6px;
  height: 312px;
  margin-bottom: 24px;
  margin-left: 0;
  margin-right: 25px;
  padding-right: 0;
  display: inline-block;
}

.blog-image.v2 {
  justify-content: center;
  display: flex;
}

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

.blog-date {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 24px;
  display: flex;
}

.date-text {
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.date-text.text-opacity-25 {
  color: #1b1b1b40;
}

.contact-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1fr;
}

.contact-vertical-divider {
  background-color: var(--alice-blue);
  width: 1px;
  height: 280px;
}

.contact-card {
  background-color: var(--apex-blue);
  color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.customer-link-wrap {
  color: var(--red-accent);
  margin-top: 48px;
  display: flex;
}

.footer-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.footer-main {
  flex-direction: column;
  align-items: flex-start;
  max-width: 280px;
  display: flex;
}

.footer-text {
  font-size: 14px;
}

.footer-link-wrap {
  grid-column-gap: 80px;
  justify-content: flex-start;
  width: 100%;
  max-width: 734px;
  display: flex;
}

.footer-column {
  width: 100%;
  max-width: 160px;
}

.footer-title {
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 12px;
}

.footer-links {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.footer-links.with-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 16px;
}

.footer-link {
  color: var(--footer-link);
  text-decoration: none;
}

.footer-link.sr-only {
  display: none;
}

.footer-divider {
  background-color: #1b1b1b1a;
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.footer-bottom {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.left-footer-bottom {
  grid-column-gap: 20px;
  display: flex;
}

.legal-link {
  color: var(--apex-blue);
  font-size: 12px;
  text-decoration: none;
}

.text-opacity-50 {
  color: #1b1b1b80;
}

.contact-block {
  grid-column-gap: 32px;
  background-color: #fff;
  border-radius: 6px;
  justify-content: space-between;
  align-items: flex-end;
  padding: 80px;
  display: flex;
  box-shadow: 0 2px 3px #00000012;
}

.contact-form-wrap {
  width: 100%;
  max-width: 500px;
}

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

.form-title-wrap {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 32px;
}

.limit-360 {
  width: 100%;
  max-width: 360px;
}

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

.contact-wrap {
  width: 100%;
  max-width: 420px;
}

.contact-image {
  border-radius: 6px;
  height: 512px;
  margin-bottom: 32px;
  overflow: hidden;
}

.contact-quote-wrap {
  grid-row-gap: 16px;
  background-color: var(--background-blue);
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.quote-text {
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.input-wrap {
  margin-bottom: 24px;
  position: relative;
}

.input-wrap.payment {
  margin-bottom: 24px;
}

.input-wrap.filter-input {
  max-width: 240px;
  margin-bottom: 0;
  display: flex;
}

.form-input-grid {
  grid-column-gap: 12px;
  grid-template-rows: auto;
}

.form-input-grid.payment {
  grid-column-gap: 16px;
}

.text-field {
  border: 1px solid var(--alice-blue);
  background-color: var(--background);
  border-radius: 6px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
}

.text-field.password {
  margin-bottom: 12px;
}

.text-field.qunatity {
  width: 80px;
}

.text-area {
  border: 1px solid var(--alice-blue);
  background-color: var(--background);
  border-radius: 6px;
  min-height: 120px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
}

.cta-wrap {
  flex-direction: column;
  display: flex;
}

.checkbox-wrap {
  align-self: flex-start;
  margin-bottom: 32px;
}

.checkbox-field {
  align-items: flex-start;
  width: 100%;
  max-width: 450px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox {
  border-width: 3px;
  border-color: var(--apex-blue);
  border-radius: 2px;
  flex: none;
  width: 16px;
  height: 16px;
  margin-left: 2px;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  border-style: solid;
  border-color: var(--apex-blue);
  background-color: var(--apex-blue);
  background-size: auto;
}

.checkbox-label {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.price-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.price-card {
  background-color: var(--background-blue);
  border-radius: 6px;
  padding: 24px 32px;
}

.price-card.popular {
  background-color: var(--apex-blue);
  color: #fff;
}

.price-title {
  letter-spacing: -.02em;
  font-size: 42px;
  font-weight: 700;
  line-height: 68px;
}

.price-divider {
  background-color: #0f184133;
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.price-divider.white {
  background-color: #fff3;
}

.price-checklist-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 32px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.price-checklist-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.price-text {
  color: var(--red-accent);
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
}

.feature-wrap.trust-signals {
  grid-column-gap: 48px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: none;
  align-self: flex-end;
  width: 50%;
  display: none;
}

.number-wrap {
  display: flex;
}

.number-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 105px;
  display: flex;
}

.number-tile.tile-02 {
  border-right: 1px solid var(--gainsboro);
  border-left: 1px solid var(--gainsboro);
}

.number-tile.tile-03 {
  border-right: 1px solid var(--gainsboro);
}

.marquee-image-wrap {
  border-radius: 12px;
  height: 300px;
  overflow: hidden;
}

.marquee-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.marquee {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.marquee.reverse {
  justify-content: flex-end;
}

.marquee-overflow {
  z-index: 9;
  background-image: linear-gradient(#f3f7fa, #fff0);
  height: 278px;
  position: absolute;
  inset: 0% 0% auto;
}

.marquee-overflow.bottom {
  background-image: linear-gradient(to top, #f3f7fa, #fff0);
  inset: auto 0% 0%;
}

.marquee-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.marquee-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 580px;
  height: 652px;
  margin-right: -60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.span-accent {
  color: var(--red-accent);
}

.properties-icon {
  height: 64px;
  margin-bottom: 32px;
}

.properties-title {
  letter-spacing: -.02em;
  font-size: 42px;
  line-height: 68px;
}

.properties-button {
  flex-direction: column;
  min-width: 440px;
  max-width: 440px;
  margin-top: 40px;
  display: flex;
}

.gallery-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-grid.v2 {
  grid-template-columns: 1fr 1fr;
}

.gallery-cell {
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

.cell-01 {
  border-radius: 6px;
  align-self: center;
  height: 400px;
  overflow: hidden;
}

.cell-02 {
  border-radius: 6px;
  align-self: center;
  height: 260px;
  overflow: hidden;
}

.cell-03 {
  border-radius: 6px;
  align-self: center;
  height: 560px;
  overflow: hidden;
}

.cell-04 {
  border-radius: 6px;
  align-self: center;
  height: 320px;
  overflow: hidden;
}

.cell-05 {
  border-radius: 6px;
  align-self: center;
  height: 260px;
  overflow: hidden;
}

.product-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
}

.product-wrap {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.product-image {
  color: #fff;
  text-align: center;
  background-image: url('../images/Product_1Product.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-end;
  height: 343px;
  padding-bottom: 46px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-image-title {
  z-index: 2;
  font-size: 42px;
  font-weight: 700;
  position: relative;
}

.pricing-label-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--gainsboro);
  grid-template-rows: auto;
  grid-template-columns: 2.1fr 1fr;
  width: 100%;
}

.pricing-label-row.last-item {
  border-bottom-style: none;
}

.checklist-table {
  background-color: var(--background-blue);
  border-radius: 18px;
  flex-direction: column;
  padding: 24px 36px;
  display: flex;
  overflow: auto;
}

.table-cell {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  display: flex;
}

.table-cell.align-right {
  align-items: flex-end;
}

.icon-regular {
  width: 24px;
  height: 24px;
}

.table-text-cell {
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
}

.product-price-card {
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.price-wrap {
  grid-column-gap: 4px;
  align-items: center;
  display: flex;
}

.price {
  letter-spacing: -.02em;
  font-size: 52px;
  font-weight: 700;
  line-height: 78px;
}

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

.price-card-button-wrap {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.rich-text h2, .rich-text h3, .rich-text h4 {
  margin-bottom: 8px;
}

.rich-text figure {
  border-radius: 18px;
  margin-bottom: 64px;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.blog-main-image {
  border-radius: 6px;
  height: 464px;
}

.blog-title-wrap {
  width: 100%;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.blog-title {
  letter-spacing: 0;
  overflow-wrap: normal;
  max-width: 420px;
  margin-bottom: 10px;
}

.limit-860 {
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.detail-type {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.type-divider {
  background-color: var(--apex-blue);
  width: 24px;
  height: 1px;
}

.limit-520 {
  width: 100%;
  max-width: 520px;
}

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

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

.title-flex-inner {
  display: flex;
}

.detail-block-wrap {
  grid-column-gap: 32px;
  display: flex;
}

.breadcrumbs-wrap {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.gallery-wrap {
  margin-right: 0;
}

.detail-content-wrap {
  width: 688px;
  max-width: 58vw;
}

.detail-gallery-cell {
  border-radius: 6px;
  height: 220px;
  position: relative;
  overflow: hidden;
}

.detail-gallery-cell.large {
  height: auto;
}

.gallery-button-wrap {
  position: absolute;
  inset: auto 16px 16px;
}

.icon-small {
  flex: none;
  width: 20px;
  height: 20px;
}

.detail-title-wrap {
  grid-column-gap: 24px;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.detail {
  margin-top: 32px;
}

.map-wrap {
  border-radius: 6px;
  height: 360px;
  overflow: hidden;
}

.map {
  height: 360px;
}

.detail-dropdown {
  cursor: pointer;
  width: 100%;
  display: block;
  overflow: hidden;
}

.detail-toogle {
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 0;
  display: flex;
}

.detail-tab {
  padding-top: 0;
}

.dropdown-icon-wrap {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.dropdown-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.dropdown-text {
  position: relative;
}

.hide-text {
  position: absolute;
  inset: 0%;
}

.dropdown-title-wrap {
  grid-column-gap: 32px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.detail-tag-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.detail-tag {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--background-blue);
  background-color: var(--background);
  border-radius: 99px;
  align-items: center;
  padding: 6px 16px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.detail-label-row {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--gainsboro);
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr 2fr 1fr 2.5fr;
  width: 100%;
}

.table-flex {
  grid-column-gap: 10px;
  display: flex;
}

.text-semibold {
  font-weight: 600;
}

.payment-card {
  background-color: var(--background-blue);
  border-radius: 6px;
  padding: 24px;
}

.payment-divider {
  background-color: var(--lavender);
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.payment-text-field {
  border: 1px solid var(--alice-blue);
  background-color: #fff;
  border-radius: 6px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 16px 16px 16px 40px;
  font-size: 14px;
  font-weight: 700;
}

.payment-text-field::placeholder {
  font-weight: 400;
}

.input-icon {
  align-items: center;
  display: flex;
  position: absolute;
  inset: 16px auto 16px 16px;
}

.input-icon-text {
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.rate-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.space-24 {
  height: 24px;
}

.detail-card {
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  max-width: none;
  padding: 30px 30px 20px;
  position: sticky;
  top: 90px;
  box-shadow: 0 4px 44px #0000000d;
}

.list-item {
  grid-column-gap: 24px;
  justify-content: space-between;
  display: flex;
}

.list-item-wrap {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.detail-card-divider {
  background-color: var(--background-blue);
  width: 100%;
  height: 1px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.detail-card-author {
  grid-column-gap: 16px;
  background-color: var(--background);
  border-radius: 6px;
  padding: 16px;
  display: flex;
}

.detail-card-avatar {
  border-radius: 100%;
  flex: none;
  width: 75px;
  height: 75px;
  overflow: hidden;
}

.space-04 {
  height: 4px;
}

.navbar {
  z-index: 300;
  border-bottom: 1px solid var(--white-smoke);
  background-color: var(--white);
  height: 60px;
  position: fixed;
  inset: 0% 0% auto;
}

.container-navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1248px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.container-navbar.bg-white {
  background-color: #fff;
}

.nav-link {
  text-transform: uppercase;
  padding: 12px 44px 12px 16px;
  font-size: 12px;
  font-weight: 500;
}

.nav-link.w--current {
  color: var(--red-accent);
}

.nav-link.products {
  display: none;
}

.nav-menu {
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 4px;
  display: flex;
}

.dropdown-toggle-language {
  grid-column-gap: 6px;
  background-color: var(--background);
  border: 1px solid #1b1b1b26;
  border-radius: 6px;
  align-items: center;
  padding: 5px 12px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

.icon-dropdown-language {
  width: 14px;
  height: 14px;
}

.dropdown-list-language.w--open {
  background-color: var(--background);
  border: 1px solid #1b1b1b26;
  border-radius: 8px;
  margin-top: 8px;
}

.dropdown-link-language {
  color: var(--apex-blue);
  padding: 12px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.master-wrap-sticky-page {
  position: relative;
}

.absolute-wrap-sticky-box {
  width: 33vw;
  max-width: 390px;
  height: 94%;
  margin-top: 156px;
  position: absolute;
  inset: 0% 40px auto auto;
}

.ligtbox-gallery-big {
  height: 100%;
}

.lightbox-gallery-small {
  width: 100%;
  height: 100%;
}

.left-process {
  flex-direction: column;
  align-items: center;
  width: 32px;
  display: flex;
}

.fill-circle {
  background-color: var(--red-accent);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.single-process {
  grid-column-gap: 40px;
  align-items: stretch;
  display: flex;
}

.process-circle {
  background-color: var(--apex-blue);
  border-radius: 50%;
  flex: none;
  width: 29px;
  height: 29px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.master-process {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.fill-line {
  background-color: var(--red-accent);
  transform-origin: 50% 0;
  width: 100%;
  height: 100%;
}

.right-process {
  grid-row-gap: 12px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-bottom: 32px;
  display: flex;
}

.line-process {
  background-color: var(--apex-blue);
  width: 5px;
  height: 100%;
}

.heading-two-property-detail {
  font-size: 28px;
  line-height: 32px;
}

.heading-three-property-detail {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}

.heading-four-propert-detail {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.wrap-minutes-walk {
  grid-column-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.wrap-meters {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.wrap-detail-value {
  grid-column-gap: 4px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.wrap-detail-price {
  grid-column-gap: 1px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-block-appointemnt {
  color: var(--red-accent);
  text-decoration: none;
}

.master-cms-gallery-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.list-cms-gallery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

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

.master-cms-top-filters {
  grid-column-gap: 16px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.dropdown-toggle-filter {
  grid-column-gap: 12px;
  background-color: var(--white);
  border: 1px solid #1b1b1b26;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  height: 54px;
  padding: 16px 12px 16px 16px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.icon-dropdown-filter {
  width: 20px;
  height: 20px;
}

.secondary-text-filter-dropdown {
  color: #1b1b1b80;
  font-weight: 500;
}

.wrap-icon-filter-dropdown {
  margin-left: 32px;
}

.dropdown-list-filter.w--open {
  background-color: var(--white);
  border: 1px solid #1b1b1b26;
  border-radius: 6px;
  margin-top: 6px;
}

.link-filter-dropdown {
  font-size: 13px;
  font-weight: 600;
}

.link-filter-dropdown:hover {
  background-color: var(--background);
}

.filter-text-field {
  border: 1px solid var(--alice-blue);
  background-color: #fff;
  border-radius: 6px;
  height: 54px;
  margin-bottom: 0;
  padding: 16px 16px 16px 100px;
  font-size: 14px;
  font-weight: 700;
}

.filter-text-field::placeholder {
  font-weight: 400;
}

.wrap-price-inputs {
  grid-column-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.form-price-inputs {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.cta-wrap-price-inputs {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.left-top-filters {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.span-grey-link {
  color: #1b1b1b80;
  font-weight: 500;
}

.space-20 {
  height: 20px;
}

.success-message {
  background-color: var(--white);
  border: 1px solid #1b1b1b26;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
}

.wrap-location-number {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-location-hero {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  width: 100%;
  max-width: 500px;
  min-height: 490px;
  margin-left: auto;
  margin-right: auto;
}

.wrap-location-hero-content {
  width: 100%;
  max-width: 550px;
}

.space-64 {
  height: 64px;
}

.divider-dark {
  background-color: var(--apex-blue);
  width: 100%;
  height: 1px;
}

.wrap-type-hero {
  grid-column-gap: 72px;
  align-items: center;
  display: flex;
}

.image-type-hero {
  width: 240px;
  height: 240px;
}

.text-pricing-top {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.small-h1 {
  font-size: 48px;
  line-height: 60px;
}

.space-filters-left {
  height: 44px;
}

.text-product-right {
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.space-location-tile {
  height: 10px;
}

.heading-4-location {
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.text-blog-heading {
  margin-bottom: 16px;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.password-page-wrap {
  background-color: var(--background-blue);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.password-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.password-form-wrap {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.wrap-tile-price {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
}

.wrap-duration-process {
  grid-column-gap: 4px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.overlay-prodct-image {
  z-index: 1;
  background-image: linear-gradient(#0f184100, #0f18419c);
  position: absolute;
  inset: 0%;
}

.checkout-form {
  background-color: var(--background);
  padding: 60px 0 64px;
}

.apple-pay {
  border-radius: 8px;
  height: 48px;
}

.block-header {
  border-radius: 6px 6px 0 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

.checkout-h4 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}

.checkout-input-field {
  border: 1px solid var(--alice-blue);
  background-color: var(--background);
  border-radius: 6px;
  min-height: 48px;
  margin-bottom: 12px;
  padding: 16px;
  font-size: 14px;
}

.checkout-input-field.dropdown-field {
  min-height: 54px;
}

.billing-address-toggle {
  align-items: center;
}

.block-content {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.wrap-checkoiut-brand {
  justify-content: center;
  align-items: center;
  height: 64px;
  display: flex;
}

.link-checkout-brand {
  justify-content: center;
  align-items: center;
  height: 32px;
  display: flex;
}

.brand-checkout {
  max-width: none;
  height: 100%;
}

.icon-lock {
  width: 100%;
  max-width: 240px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.wrap-account-form {
  background-color: var(--white);
  flex-direction: column;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.heading-account {
  margin-bottom: 12px;
}

.icon-account {
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.wrap-account-top {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.subtext-account {
  color: #0f1841cc;
  text-align: center;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
}

.link-account-subtext {
  color: var(--apex-blue);
  font-weight: 600;
}

.wrap-log-in-checkbox {
  justify-content: space-between;
  display: flex;
}

.link-forgot-password {
  color: var(--apex-blue);
  align-self: flex-start;
  font-weight: 600;
  text-decoration: none;
}

.title-wrap-template-instructions {
  width: 100%;
  max-width: 900px;
}

.cta-wrap-template-instructions {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.tile-template-info {
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
  box-shadow: 0 4px 64px #0000000a;
}

.tile-template-info.bg-light {
  background-color: var(--bg-lt-1);
  width: 100%;
}

.button-wrap {
  grid-row-gap: 16px;
  background-color: var(--background-blue);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.color {
  background-color: #faebe3;
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  padding-top: 100%;
}

.color.color-one {
  background-color: var(--apex-blue);
}

.color.color-three {
  background-color: var(--background);
}

.color.color-two {
  background-color: var(--red-accent);
}

.link-template-navigation {
  text-decoration: none;
  transition: all .2s;
}

.link-template-navigation.w--current {
  color: var(--red-accent);
  font-weight: 700;
}

.color-master {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.left-column-template-info {
  order: 1;
  padding: 0 24px 0 0;
}

.left-column-template-info.pe-0 {
  padding-right: 0;
}

.left-column-template-info.pe-0.ps-1 {
  padding-left: 1rem;
}

.left-column-template-info.default {
  order: 0;
}

.grid-colors {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.grid-tiles {
  grid-row-gap: 64px;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 620px;
  margin-top: 40px;
}

.columns-template-info {
  display: flex;
}

.right-column-template-info {
  grid-row-gap: 24px;
  flex-direction: column;
  padding: 0;
  display: flex;
}

.grid-buttons {
  width: 100%;
}

.tile-template-navigation {
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 380px;
  padding: 24px;
  display: flex;
  position: sticky;
  top: 100px;
  box-shadow: 0 4px 64px #0000000a;
}

.icon-template {
  width: 32px;
  height: 32px;
}

.grid-icons {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

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

.template-h2 {
  margin-top: 0;
}

.feature-video {
  z-index: 1;
  border-radius: 6px;
  height: 504px;
  overflow: hidden;
}

.heading-4-styles {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.grid-template-images {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.tile-changelog {
  background-color: var(--background-blue);
  border-radius: 12px;
  width: 100%;
  max-width: 600px;
  padding: 40px;
}

.default-state-add-to-cart {
  margin-bottom: 0;
}

.cart-master {
  z-index: 200;
  position: fixed;
  inset: auto 24px 24px auto;
}

.remove-link {
  color: #1c3533;
  text-decoration: none;
}

.cart-button {
  background-color: var(--dark-blue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.cart-container {
  background-color: var(--background);
}

.apple-pay-2 {
  border-radius: 12px;
  height: 52px;
}

.remove-button {
  color: #1c3533;
}

.heading-wrap-included-sales {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.limit-640 {
  width: 100%;
  max-width: 640px;
}

.master-sales-pages {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.limit-720 {
  width: 100%;
  max-width: 720px;
}

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

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

.master-expandable {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.plus-line {
  background-color: #000;
  border-radius: 1px;
  width: 18px;
  height: 2px;
}

.plus-line.vertical {
  position: absolute;
  transform: rotate(-90deg);
}

.faq-paragraph {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 12px;
}

.expandable-single {
  cursor: pointer;
  background-color: #fff;
  border-radius: 18px;
  padding: 22px 24px 24px 32px;
}

.plus-expand-master {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.faq-h3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
  font-size: 20px;
}

.expandable-bottom {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.limit-540 {
  width: 100%;
  max-width: 540px;
}

.wrap-faq-columns {
  width: 100%;
  max-width: 590px;
}

.column-faq-right {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.hero-sup {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
}

.text-link.clr-3 {
  color: var(--orange-accent);
  font-size: 14px;
}

.title-h3 {
  color: var(--clr-1);
}

.image-2 {
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.image-2._w-product {
  max-width: 100%;
}

.breadcrumb-active {
  color: var(--clr-1);
  font-weight: 700;
}

.breadcrumb-link {
  color: var(--clr-1);
  text-decoration: none;
  display: flex;
}

.heading-2 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.dropdown-list {
  background-color: var(--bg-lt-2);
  border-radius: 11px;
  height: 300px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  position: absolute;
  top: 82px;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.dropdown-list.w--open {
  top: 70px;
  overflow: visible;
}

.dropdown-item {
  background-color: var(--bg-lt-2);
  text-align: left;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-end;
  padding-left: 20px;
  padding-right: 20px;
}

.dropdown-item.last-child {
  border-left: 1px solid var(--shadow);
}

.dropdown-image {
  width: 60px;
  height: 60px;
}

.dropdown-image.mega {
  background-image: url('../images/mocknordi_1mocknordi.webp');
  background-position: 50%;
  background-size: cover;
  width: auto;
  height: 150px;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
}

.dropdown-image.mega:hover {
  transform: scale(1.2);
}

.dropdown-image.mega.v2 {
  height: 200px;
}

.dropdown-link {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
}

.dropdown-link:hover {
  color: var(--red-accent);
}

.dropdown-link.block {
  line-height: 30px;
  display: block;
}

.dropdown-text {
  color: var(--clr-1);
  text-align: left;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.dropdown-text.invisible {
  opacity: 0;
}

.dropdown-text.text-sm {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}

.dropdown-item-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  box-shadow: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: grid;
}

.dropdown-item-wrapper.v2 {
  grid-template-columns: 1fr 1fr 1fr;
}

.dropdown-item-wrapper.v2.mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr;
}

.nav-dropdown {
  border-radius: 11px;
  position: static;
}

.nav-dropdown.w--open {
  background-color: var(--bg-lt-2);
  color: var(--clr-1);
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  top: 60px;
}

.nav-dropdown.shadow-md.w--open {
  box-shadow: 0 55px 50px #0003;
}

.dropdown-icon {
  color: var(--shadow);
  margin-right: 36px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  line-height: 28px;
}

.dropdown-image-wrapper {
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}

.nav-link {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  transition: opacity .3s cubic-bezier(.215, .61, .355, 1);
}

.nav-link.dropdown {
  padding-right: 16px;
}

.dropdown-list {
  background-color: var(--white);
  border-radius: 4px;
  overflow: visible;
}

.dropdown-list.shadow-md.w--open {
  height: auto;
  box-shadow: 0 55px 50px #0003;
}

.dropdown-list.shadow-md.open-mobile.w--open {
  font-family: Outfit, sans-serif;
}

.dropdown-list.shadow-md.open-mobile.overflow-hidden.w--open {
  overflow: hidden;
}

.dropdown-list.shadow-md.open-mobile.overflow-hidden.fs-sm.relative.w--open {
  top: 56px;
}

.div-block {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.feature-flex {
  display: flex;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-2.clr-accent {
  color: var(--orange-accent);
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 700;
}

.heading-3 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 800;
}

.text-block {
  display: block;
}

.hero-image-holder {
  margin-left: auto;
  margin-right: 0;
}

.social-link-group {
  opacity: .4;
  align-items: center;
}

.rich-text-block, .rich-text-block-2, .rich-text-block-3, .rich-text-block-4, .rich-text-block-5, .rich-text-block-6, .heading-9 {
  font-family: Outfit, sans-serif;
}

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

.fs-2 {
  font-size: 14px;
}

.div-block-2 {
  display: flex;
}

.div-block-2.download-blokkie {
  flex-direction: column;
  align-items: flex-start;
}

.image-3 {
  filter: invert();
  width: 75%;
}

.back-to-top {
  position: absolute;
  inset: 0% 0% auto;
}

.rich-text-block-7 {
  text-align: justify;
}

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

.heading-10 {
  font-size: 60px;
}

.img-large {
  max-width: 280px;
}

.text-style-h3 {
  font-size: 36px;
  line-height: 1.2;
  overflow: visible;
}

.trust-signals_grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cta-flex-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.product-grid-wrapper {
  flex: none;
}

.products-title-wrapper {
  align-self: flex-start;
  padding-bottom: 5%;
}

.text-color-white {
  color: var(--white);
  padding-right: 40px;
}

.text-color-white.paragraph-large {
  font-size: 32px;
}

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

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

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

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

.monitoring_content-right {
  color: #fff;
  width: 50%;
  padding-left: 80px;
}

.text-style-h4 {
  text-align: left;
  letter-spacing: -.01em;
  flex: 1;
  align-self: flex-start;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
}

.products-home_content-left {
  width: 100%;
}

.products-home_content-left.sticky {
  position: sticky;
  top: 25vh;
}

.image-no-scale {
  transition: transform .2s;
}

.products-home_grid {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.products-home_container {
  justify-content: center;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
}

.trust-signals_card-wrapper {
  color: var(--dark-grey);
  flex-direction: row;
  align-items: center;
  padding: 0 20px;
  display: flex;
}

.trust-signal-icon {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.trust-signals_content-left {
  width: auto;
  padding-right: 15%;
}

.trust-signals_parallax-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 10% 0% 0% auto;
}

.trust-signals_image-cover {
  object-fit: cover;
  object-position: 0% 0%;
  width: 100%;
  height: 100%;
  transition: transform .2s;
}

.monitoring_parallax-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.monitoring_image-cover {
  object-fit: cover;
  height: 140%;
  transition: transform .2s;
}

.testimonial_customer-initial {
  color: var(--white);
  text-align: center;
  font-size: 20px;
}

.products-home_header-wrapper {
  border-bottom: 1px solid var(--white-smoke);
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 0;
  display: block;
}

.products-home_header-wrapper.australia {
  margin-bottom: 0;
  padding-bottom: 0;
}

.products-home_bg-shape {
  width: 32px;
  height: 32px;
}

.products-home_grid-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.testimonial-card-apex {
  border: 1px solid var(--white-smoke);
  background-color: var(--white);
  border-radius: 6px;
  flex-wrap: wrap;
  align-content: stretch;
  width: 100%;
  max-width: 524px;
  min-height: 400px;
  padding: 24px 30px;
  display: flex;
}

.testimonial-card-apex_location-wrapper {
  align-items: flex-end;
  display: flex;
}

.max-width-small {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.products-hero_img-wrapper {
  flex: none;
  height: 70svh;
  display: flex;
}

.products-hero_title-wrapper {
  text-align: right;
  align-self: flex-end;
  margin-bottom: 120px;
}

.products-slider_component {
  background-color: #0000;
  width: 100%;
  max-width: 1248px;
  height: auto;
  margin-top: 10%;
}

.products-slider_slide {
  min-height: 60svh;
}

.product-slider_description-wrapper {
  width: 100%;
  max-width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 0;
}

.products-slider_content {
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-left: 60px;
  padding-right: 100px;
  display: flex;
}

.products-slider_title-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.products-slider_img-wrapper {
  height: 60svh;
  padding: 24px;
}

.products-slider_img-wrapper.video {
  height: auto;
  padding-left: 0;
}

.product-slider_image {
  max-width: 500px;
  height: 100%;
}

.slider {
  background-color: #fff;
  margin-top: 20px;
}

.slider.slider-thumbs {
  height: 100%;
  margin-top: 0;
  margin-bottom: 40px;
}

.slide-thumb {
  text-align: center;
  cursor: pointer;
  width: 100px;
  margin-left: 32px;
  margin-right: 32px;
}

.slide-thumb.active-thumbnail {
  opacity: 1;
  border: 1px solid #000;
}

.left-arrow-outside {
  color: #333;
  display: none;
  position: absolute;
  left: -65px;
}

.right-arrow-outside {
  color: #333;
  display: none;
  right: -65px;
}

.products-slider_img-thumb.active-thumbnail {
  opacity: .35;
}

.slide-thumb_img-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: relative;
}

.testimonials_left-arrow {
  color: #0f184180;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 4px;
  transition: all .2s;
  display: flex;
  inset: auto auto -68px;
  transform: rotate(-90deg);
}

.testimonials_left-arrow:hover {
  opacity: .6;
  color: var(--apex-blue);
}

.testimonials_right-arrow {
  color: #0f184180;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 4px;
  transition: all .2s;
  display: flex;
  inset: auto auto -68px 32px;
  transform: rotate(90deg);
}

.testimonials_right-arrow:hover {
  opacity: .6;
  color: var(--apex-blue);
}

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

.contact-landing_form-wrapper {
  height: auto;
  padding: 32px;
  position: relative;
}

.contact-landing_grid {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.contact-landing_content-left {
  width: 50%;
  height: 100%;
  margin-top: 80px;
  padding-right: 80px;
}

.contact-landing_content-left.text-color-white {
  position: sticky;
  top: 140px;
}

.html-embed {
  background-color: #ededed00;
  margin-bottom: 0;
  position: relative;
}

.contact-landing_content-right {
  width: 50%;
  height: 100%;
  margin-top: 96px;
}

.contact-landing_form-bg {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #e6eff7cc;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-opacity-80 {
  opacity: .8;
}

.apex-arrow-button {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.products-slider_arrow {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 4px;
  display: flex;
}

.products-slider_arrow:hover {
  background-color: var(--background-blue);
}

.products-slider_arrow.arrow-left {
  inset: 240px auto auto 0%;
  transform: rotate(-90deg);
}

.products-slider_arrow.arrow-right {
  inset: 240px 0% auto auto;
  transform: rotate(90deg);
}

.button-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
}

.hubspot_top-wrapper {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.custom-checkbox_input {
  border-radius: 0;
  width: 1rem;
  height: 1rem;
  margin-right: .5rem;
}

.custom-checkbox_input.w--redirected-checked {
  background-color: #80b900;
}

.custom-checkbox_input.w--redirected-focus {
  border-color: #000;
  box-shadow: 0 0 3px 1px #bdfd2e;
}

.inputs-list {
  padding-left: 0;
  list-style-type: none;
}

.hs-form-booleancheckbox {
  align-items: center;
  margin-top: .75rem;
  margin-bottom: .75rem;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.hs-input {
  border: 1px solid var(--apex-blue);
  color: var(--dark-blue);
  background-color: #fff;
  width: 100%;
  min-height: 3rem;
  margin-top: .1rem;
  margin-bottom: 0;
  margin-left: 0;
  padding: .25rem 1rem .25rem .75rem;
}

.hs-input:focus {
  border-color: var(--orange-accent);
}

.hs-input::placeholder {
  color: var(--slate-grey);
  -webkit-text-stroke-color: var(--slate-grey);
  font-size: .875rem;
}

.hs-input.hs-fieldtype-textarea {
  min-height: 10rem;
}

.class-names_span {
  z-index: 1;
  color: #000;
  cursor: pointer;
  background-color: #bdfd2e;
  background-image: url('../images/Vector-17.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto 60%;
  border-radius: .125rem;
  margin: .5rem;
  padding: .25rem .5rem .25rem 2rem;
  font-size: .875rem;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

.hubspot_divider {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.hs-form-radio-display {
  align-items: flex-end;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding-left: 0;
  display: inline;
}

.hubspot_field-type {
  color: #fff;
  text-transform: uppercase;
  margin: .5rem auto .5rem .5rem;
  font-size: 1rem;
  font-weight: 700;
}

.hubspot-form_container {
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.hs-error-msg {
  color: #f30000;
  margin-bottom: 0;
  font-size: .55rem;
  display: block;
}

.hs-error-msgs {
  color: #ef6051;
  background-color: #fff;
  border-radius: .25rem;
  margin-top: .25rem;
  margin-bottom: 0;
  padding: .15rem 1rem;
  font-size: .75rem;
  position: absolute;
  inset: auto 0% -.5rem auto;
  box-shadow: 0 2px 5px #00000026;
}

.hs-error-msgs.inputs-list {
  text-transform: uppercase;
  padding-left: 1.5rem;
  list-style-type: disc;
}

.form-columns-2 {
  grid-column-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.hs-form-field {
  flex: 1;
  margin-bottom: 1rem;
  margin-right: 0;
  font-size: .75rem;
  font-weight: 400;
  position: relative;
}

.hs-form {
  border: 1px none var(--gainsboro);
  box-shadow: none;
  flex-direction: column;
  align-items: flex-start;
  padding: .2rem;
  font-size: 1rem;
}

.hubspot_field-wrapper {
  background-color: #000;
  border-radius: .5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2.5rem;
}

.hubspot_form-block {
  margin-left: auto;
  margin-right: auto;
}

.hs-recaptcha {
  margin-top: 1.5rem;
}

.hs-button {
  background-color: var(--orange-accent);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px #000;
  width: 100%;
  margin-top: 1.25rem;
  padding: 1.3rem .625rem .9rem;
  font-weight: 500;
  transition: all .1s;
}

.hs-button:hover {
  color: #fff6e8;
}

.hubspot_field-help {
  color: #fff;
  margin-bottom: .5rem;
  margin-left: -.5rem;
  font-size: 1rem;
}

.hubspot_field-inner {
  background-color: var(--white);
  border-radius: .5rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding: 2rem;
}

.hs-field-desc {
  background-color: var(--white-smoke);
  color: var(--dark-grey);
  margin-bottom: .5rem;
  padding: .2rem .5rem;
  font-size: .875rem;
  display: inline-block;
}

.hs-form-booleancheckbox-display {
  align-items: flex-end;
  padding-left: 0;
  display: flex;
}

.submitted-message {
  color: #4967e5;
  background-color: #fff6e8;
  height: 0;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding: 0 1.25rem;
  font-size: 1rem;
  overflow: hidden;
}

.form-message-error {
  color: #fff6e8;
  background-color: #ef6051;
  margin-top: 1rem;
  padding: .75rem;
  font-size: 1rem;
}

.global-styles {
  z-index: 10;
}

.checkbox_wrapper {
  align-items: flex-end;
  display: flex;
}

.field-label {
  font-size: .675rem;
}

.radio-button_label, .checkbox_label, .radiobutton_label {
  color: var(--dark-grey);
}

.monitoring_wrapper.grow {
  flex: 1;
}

.slider-thumbnail-overlay {
  background-color: var(--white);
  opacity: .72;
  display: none;
  position: absolute;
  inset: 0%;
}

.products-slider_navigation {
  height: 140px;
  position: absolute;
  inset: -160px 0% auto;
}

.products-slider_navigation.slider-img-thumb {
  z-index: 4;
}

.products-slider_navigation.slider-nav-default {
  z-index: 5;
  font-size: 120px;
}

.products-slider_navigation-wrapper {
  width: 120px;
  height: 140px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 12px;
  display: inline-block;
}

.slider-thumb-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.products-info_container {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  align-items: flex-start;
  padding-left: 60px;
  padding-right: 80px;
  display: flex;
}

.products-info_container.hide {
  display: block;
}

.products-info_content-right {
  width: 56%;
}

.products-info_content-left {
  align-self: flex-start;
  width: 44%;
}

.contact-landing_form-logo-wrapper {
  background-color: #e6eff700;
  border-radius: 20px;
  padding: 20px 278px 20px 0;
}

.distributors_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
}

.distributors_grid-content {
  border: 1px solid var(--slate-grey);
  padding: 32px;
}

.distributors_logo-wrapper {
  width: 200px;
}

.distributors_content-wrapper {
  margin-top: 28px;
}

.max-width-medium {
  max-width: 640px;
  margin-right: auto;
}

.paragraph {
  padding-top: 30px;
}

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

.paragraph-2 {
  padding-top: 20px;
}

.div-block-3 {
  overflow: visible;
}

.button {
  background-color: #e59c42;
}

.collection-item-2 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.paragraph-3 {
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 40px;
}

.columns {
  background-color: var(--alice-blue);
  flex-flow: row;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 10px 20px;
  display: block;
}

.paragraph-4, .paragraph-5, .paragraph-6 {
  padding-left: 10px;
  padding-right: 10px;
}

.heading-11, .heading-12, .heading-13 {
  padding-bottom: 10px;
}

.button-2 {
  background-color: var(--orange-accent);
  object-fit: fill;
  margin-top: 10px;
  position: static;
  inset: 0 0% auto;
}

.button-3 {
  background-color: var(--orange-accent);
  margin-top: 10px;
  position: static;
  inset: auto 0% 0%;
}

.column {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  min-height: 270px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.column-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.column-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  min-height: 270px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.footer-link-copy {
  color: var(--footer-link);
  text-decoration: none;
}

.footer-link-copy.sr-only {
  display: none;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.heading-14 {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-7 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.paragraph-7.call-to-action {
  background-color: var(--background-blue);
  margin-top: 40px;
  padding: 20px;
}

.grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.mcs-cards {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  display: block;
  overflow: hidden;
}

.mcs-cards.accordion-toggle {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.dropdown-toggle {
  background-color: var(--orange-accent);
  color: var(--white);
  min-height: 80px;
  font-weight: 500;
  display: block;
}

.dropdown-list-2 {
  position: static;
}

.dropdown-list-2.mcs-accordion {
  background-color: var(--orange-accent);
  overflow: hidden;
}

.paragraph-8 {
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}

.text-block-4 {
  text-align: center;
  display: block;
  position: static;
}

.icon-2 {
  position: absolute;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
}

.grid-3.video {
  padding-left: 60px;
}

.grid-3.video.sgs {
  grid-template-columns: .5fr .75fr;
}

.features-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  padding-left: 140px;
  padding-right: 140px;
}

.image-5 {
  position: relative;
  left: -5px;
}

.list-item-2 {
  background-color: var(--orange-accent);
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.list {
  padding-left: 100px;
  font-size: 18px;
}

.grid-4 {
  grid-template-columns: 1fr 1fr 1fr;
}

.section-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.announcement {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--background-blue);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: auto 0 0;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

@media screen and (min-width: 1440px) {
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.products-slider {
    padding-top: 58px;
    padding-bottom: 0;
  }

  .hero-content.homepage {
    padding-left: 10%;
    padding-right: 10%;
  }

  .hero-content.distributors {
    padding-right: 10%;
  }

  .navbar.bg-white {
    background-color: #fff;
  }

  .text-style-h4 {
    aspect-ratio: auto;
    flex: 1;
  }

  .products-home_header-wrapper {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .button-2, .button-3 {
    margin-right: 40px;
  }

  .column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: baseline;
    display: block;
  }

  .column-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .column-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: baseline;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 58px;
    line-height: 64px;
  }

  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.cta-a {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.about-hero {
    padding-top: 120px;
  }

  .section.cta-mega {
    padding-top: 100px;
  }

  .section.product {
    padding-top: 120px;
  }

  .section.hero-blog {
    padding-top: 140px;
  }

  .section.contact-hero, .section.account-section, .section.trust-signals {
    padding-top: 120px;
  }

  .section.monitoring {
    padding-top: 80px;
    padding-bottom: 24px;
  }

  .section.products-landing {
    height: 50svh;
    min-height: 50svh;
    padding-top: 120px;
  }

  .section.products-slider {
    padding-bottom: 40px;
  }

  .section.distributors {
    height: 50svh;
    min-height: 50svh;
    padding-top: 120px;
  }

  .main-container.trust-signals-flex {
    padding-left: 0;
    padding-right: 0;
  }

  .main-container.products-hero, .main-container.distributors-hero {
    align-self: center;
  }

  .cta.navbar-cta {
    height: 64px;
    margin-top: 16px;
    margin-left: 0;
  }

  .cta.btn-primary.dropdown-cta {
    margin-top: 20px;
    position: static;
  }

  .cta.mx {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
    position: absolute;
    inset: auto auto 5% 0%;
  }

  .cta_flex-left {
    align-self: flex-start;
  }

  .hero_grid {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .hero_grid.homepage {
    text-align: left;
  }

  .hero_grid.products-pg {
    flex-direction: column-reverse;
  }

  .installation-partners_wrapper {
    padding-left: 0;
    padding-right: 40px;
  }

  .installation-partners_wrapper.about-hero-block {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .badge-wrap {
    align-self: flex-start;
  }

  .lottie-wrap {
    min-height: auto;
    margin-top: 32px;
  }

  .lottie-animation {
    width: 100%;
    max-width: 540px;
    margin-right: 0;
    position: static;
  }

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

  .property-types-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .property-types-grid.col-3 {
    grid-template-columns: 1fr 1fr;
  }

  .property-types-grid.products-home {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image {
    width: 100%;
  }

  .image:hover {
    transform: none;
  }

  .title-wrap.location-title-wrap, .limit-560.customers-limit {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .location-grid {
    grid-template-columns: 1fr;
  }

  .location-grid.width-full {
    width: 100%;
  }

  .houe-grid {
    grid-template-columns: 1fr 1fr;
  }

  .buy-service-wrap {
    flex-direction: column;
  }

  .buy-service-right {
    max-width: none;
  }

  .grid-halves.customers-halves {
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

  .grid-halves.about-halves {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .grid-halves.location-hero-grid {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .customer-image-card {
    bottom: -56px;
    right: -6%;
  }

  .customer-image-card._02 {
    bottom: -40px;
  }

  .blog-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-vertical-divider {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .contact-block {
    padding: 40px;
  }

  .price-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .marquee-wrap {
    margin-right: 0;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .checklist-table {
    flex-direction: column;
    overflow: scroll;
  }

  .detail-content-wrap {
    width: 100%;
    max-width: none;
  }

  .link-brand-navbar {
    width: 100px;
  }

  .nav-link {
    text-align: left;
    margin-top: 0;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 32px;
  }

  .nav-link.h-50px {
    height: 50px;
  }

  .nav-link.products {
    display: block;
  }

  .nav-menu {
    background-color: var(--background);
    text-align: center;
    height: 100vh;
    padding: 24px;
  }

  .absolute-wrap-sticky-box {
    width: 100%;
    max-width: none;
    margin-top: 0;
    padding: 24px 24px 40px;
    position: static;
  }

  .master-top-filters {
    flex-direction: column;
    align-items: center;
  }

  .right-top-filters {
    justify-content: center;
  }

  .form-price-inputs {
    align-items: center;
  }

  .left-top-filters {
    align-items: center;
    margin-bottom: 32px;
  }

  .image-location-hero {
    max-width: 470px;
    min-height: 400px;
  }

  .wrap-location-hero-content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .space-filters-left {
    height: 8px;
  }

  .menu-button {
    border-radius: 8px;
    width: 48px;
    height: 48px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #e59c4266;
    padding: 0;
  }

  .wrap-menu-inside {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .icon-hamburger {
    width: 28px;
    height: 28px;
    margin: auto;
    display: block;
  }

  .left-column-template-info {
    display: none;
  }

  .columns-template-info {
    flex-direction: column;
  }

  .column-faq-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 64px;
    display: flex;
  }

  .dropdown-list.alt {
    height: auto;
  }

  .dropdown-item {
    padding-bottom: 10px;
  }

  .dropdown-item.last-child {
    border-top: 1px solid var(--shadow);
    border-left-style: none;
    border-left-width: 0;
    padding-top: 10px;
  }

  .dropdown-link.block {
    flex: 1;
  }

  .dropdown-text, .dropdown-text.invisible {
    opacity: 1;
  }

  .dropdown-text.text-sm {
    opacity: 1;
    color: var(--shadow);
    width: 75%;
    font-size: 12px;
  }

  .dropdown-text.hidden-mobile {
    display: none;
  }

  .dropdown-item-wrapper.v2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .dropdown-item-wrapper.v2.mobile {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .nav-dropdown.v2 {
    display: flex;
  }

  .nav-dropdown.v2.h-50px {
    height: 50px;
    display: none;
  }

  .nav-dropdown.v2.h-50px.relative {
    position: relative;
  }

  .nav-dropdown.shadow-md.w--open {
    z-index: 10;
    height: 65%;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Plus Jakarta Sans, sans-serif;
    position: absolute;
    inset: auto 0%;
  }

  .dropdown-icon {
    margin-top: 5px;
  }

  .dropdown-image-wrapper {
    display: none;
  }

  .nav-link {
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    display: flex;
  }

  .dropdown-list.shadow-md.open-mobile {
    z-index: 100;
    inset: 0% 0% auto;
  }

  .dropdown-list.shadow-md.open-mobile.overflow-hidden.fs-sm.relative.w--open, .dropdown-list.shadow-md.open-mobile.overflow-hidden.fs-sm.absolute.w--open {
    top: 100%;
  }

  .dropdown {
    display: flex;
    position: static;
  }

  .dropdown.h-50px {
    height: 50px;
  }

  .link-block-2 {
    color: var(--bg-lt-2);
    text-decoration: none;
  }

  .dropdown-wrapper {
    height: 100%;
    font-family: Plus Jakarta Sans, sans-serif;
    position: relative;
  }

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

  .dropdown-container {
    background-color: var(--gainsboro);
    position: relative;
  }

  .dropdown-inner-list {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 350px;
    display: flex;
  }

  .img-large {
    max-width: 180px;
  }

  .monitoring_content-right {
    width: 100%;
    padding-bottom: 60px;
    padding-left: 0;
  }

  .image-no-scale {
    width: 100%;
  }

  .image-no-scale:hover {
    transform: none;
  }

  .products-home_grid {
    grid-column-gap: 32px;
    grid-template-columns: .5fr 1fr;
  }

  .trust-signals_content-left {
    width: 100%;
  }

  .trust-signals_parallax-wrapper {
    width: 80%;
  }

  .trust-signals_image-cover {
    width: 100%;
  }

  .trust-signals_image-cover:hover {
    transform: none;
  }

  .monitoring_parallax-wrapper {
    width: 100%;
    position: relative;
  }

  .monitoring_image-cover {
    width: 100%;
  }

  .monitoring_image-cover:hover {
    transform: none;
  }

  .products-hero_img-wrapper {
    display: none;
  }

  .products-hero_title-wrapper {
    text-align: left;
    align-self: flex-start;
    margin-bottom: 0;
    padding-right: 100px;
  }

  .products-slider_component {
    margin-top: 0%;
  }

  .products-slider_slide {
    min-height: auto;
  }

  .product-slider_description-wrapper {
    max-width: none;
    padding-bottom: 0;
    padding-left: 30px;
  }

  .products-slider_content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row-reverse;
    padding-left: 0;
    padding-right: 0;
  }

  .products-slider_img-wrapper {
    width: 340px;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .product-slider_image {
    display: block;
  }

  .slide-thumb {
    width: 68px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .contact-landing_grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .contact-landing_content-left.text-color-white {
    width: 100%;
    margin-top: 0;
    position: relative;
    top: 0;
  }

  .contact-landing_content-right {
    width: 100%;
  }

  .products-slider_arrow.arrow-left {
    inset: -44px 56px auto auto;
  }

  .products-slider_arrow.arrow-right {
    inset: -44px 24px auto auto;
  }

  .form-columns-2 {
    display: block;
  }

  .hs-form-field {
    margin-right: 0;
  }

  .image-contain {
    object-fit: contain;
  }

  .monitoring_wrapper.about-hero-block {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .products-slider_navigation.slider-img-thumb {
    display: none;
  }

  .products-info_container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row-reverse;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .products-info_content-right {
    width: 340px;
  }

  .products-info_content-left {
    width: 100%;
    padding-left: 30px;
  }

  .distributors_grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3.video {
    display: block;
  }

  .features-grid {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .section.background.properties-hero {
    padding-bottom: 56px;
  }

  .section.product {
    padding-top: 120px;
  }

  .section.images {
    min-height: 300px;
    max-height: 380px;
  }

  .section.hero-blog {
    padding-top: 120px;
  }

  .section.products-landing, .section.distributors {
    height: auto;
    min-height: auto;
    padding-bottom: 60px;
  }

  .main-container {
    align-self: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .main-container.monitoring {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .hero_grid.homepage {
    flex-direction: column-reverse;
    display: flex;
  }

  .installation-partners_wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-content.homepage, .hero-content.distributors {
    margin-top: 15%;
  }

  .property-types-grid.col-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .property-types-grid.products-home {
    grid-template-rows: 1.75fr;
    grid-template-columns: 1fr;
  }

  .image {
    transform: scale(.7);
  }

  .title-wrap.property-type-title {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .feature-grid {
    grid-column-gap: 24px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .checklist-wrap {
    grid-template-columns: 1fr;
  }

  .footer-link-wrap {
    grid-row-gap: 60px;
    margin-top: 32px;
  }

  .footer-title {
    font-size: 18px;
  }

  .footer-links {
    grid-row-gap: 12px;
  }

  .footer-link {
    line-height: 24px;
  }

  .left-footer-bottom {
    margin-bottom: 24px;
  }

  .contact-block {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .contact-wrap {
    max-width: none;
  }

  .number-wrap {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .number-tile.tile-02 {
    border-left-style: none;
    border-right-style: none;
  }

  .number-tile.tile-03 {
    border-right-style: none;
  }

  .properties-title {
    font-size: 32px;
    line-height: 51px;
  }

  .properties-button {
    min-width: 300px;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-cell {
    grid-row-gap: 16px;
  }

  .detail-label-row {
    grid-template-columns: 1fr 1px 1fr 1px 1fr;
  }

  .rate-grid {
    grid-template-columns: 1fr;
  }

  .nav-link {
    padding-right: 0;
  }

  .master-cms-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .wrap-type-hero {
    text-align: center;
    flex-direction: column;
  }

  .image-type-hero {
    width: 60%;
    max-width: 270px;
    height: auto;
    margin-bottom: 32px;
  }

  .small-h1 {
    font-size: 40px;
    line-height: 53px;
  }

  .tile-template-info {
    padding: 40px;
  }

  .left-column-template-info.pe-0.ps-1.mobile-block {
    padding-left: 0;
    display: block;
  }

  .right-column-template-info.mobile-block {
    margin-bottom: 1rem;
    display: block;
  }

  .grid-buttons {
    grid-template-columns: 1fr;
  }

  .tile-template-navigation {
    padding: 40px;
  }

  .faq-paragraph {
    font-size: 15px;
    line-height: 135%;
  }

  .faq-h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .products-home_content-left.sticky {
    display: none;
  }

  .image-no-scale {
    transform: scale(.7);
  }

  .trust-signals_card-wrapper {
    padding-left: 8px;
    padding-right: 0;
  }

  .trust-signals_content-left {
    padding-right: 0%;
  }

  .monitoring_image-cover {
    height: 100%;
  }

  .products-home_bg-shape {
    width: 20px;
    height: 20px;
  }

  .products-hero_title-wrapper {
    text-align: left;
    align-self: center;
    padding-left: 0;
    padding-right: 0;
  }

  .products-slider_component {
    margin-bottom: 0;
  }

  .product-slider_description-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .products-slider_img-wrapper {
    width: 260px;
  }

  .slider.slider-thumbs {
    display: none;
  }

  .form-columns-2 {
    display: block;
  }

  .hs-form-field {
    margin-bottom: 1rem;
  }

  .hubspot_field-wrapper {
    padding: 1.1rem;
  }

  .hs-button {
    font-size: 1.125rem;
  }

  .hubspot_field-inner {
    padding: 1rem;
  }

  .products-info_content-right {
    width: 260px;
  }

  .products-info_content-left {
    padding-left: 0;
  }

  .footer-link-copy {
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .section.product, .section.detail {
    padding-top: 100px;
  }

  .section.images {
    min-height: 200px;
    max-height: 240px;
  }

  .main-container {
    align-self: flex-end;
  }

  .paragraph-small.text-bold.property-right {
    text-align: right;
  }

  .cta {
    width: 100%;
  }

  .cta.dark-link {
    order: 1;
  }

  .cta.filter-results {
    width: 100%;
  }

  .cta.btn-primary {
    padding-left: 12px;
    padding-right: 12px;
  }

  .cta_flex-left {
    flex-wrap: wrap;
    justify-content: center;
  }

  .installation-partners_wrapper.grow.location-tile-block {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .property-types-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .property-types-grid.col-3 {
    grid-template-columns: 1fr;
  }

  .property-text {
    font-family: Outfit, sans-serif;
    font-size: 14px;
    font-weight: 500;
  }

  .location-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .location-image {
    width: 100%;
    height: 190px;
  }

  .location-button.hide-mobile-portrait {
    display: none;
  }

  .houe-grid {
    grid-template-columns: 1fr;
  }

  .house-button-wrap {
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .feature-grid {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .buy-service-left, .buy-service-right {
    padding: 40px 24px;
  }

  .buy-service-separator {
    flex-wrap: wrap;
  }

  .separator-text {
    flex: 1;
  }

  .footer-link-wrap {
    grid-column-gap: 0px;
  }

  .footer-column {
    max-width: none;
  }

  .left-footer-bottom {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: center;
  }

  .contact-block {
    padding: 21px;
  }

  .contact-image {
    height: auto;
  }

  .input-wrap {
    margin-bottom: 16px;
  }

  .input-wrap.payment {
    margin-bottom: 12px;
  }

  .input-wrap.filter-input {
    width: 100%;
    max-width: none;
  }

  .form-input-grid, .form-input-grid.payment {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .price-card {
    padding: 24px 18px;
  }

  .marquee-column.last-column-marquee {
    display: none;
  }

  .properties-button {
    min-width: auto;
    max-width: none;
  }

  .gallery-grid, .gallery-grid.v2 {
    grid-template-columns: 1fr;
  }

  .product-wrap, .product-image {
    width: 100%;
  }

  .pricing-label-row {
    grid-template-columns: 60% 40%;
  }

  .checklist-table {
    width: 100%;
    padding: 16px;
    overflow: visible;
  }

  .table-cell {
    flex-wrap: wrap;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .icon-regular.arrow-neighbourhood {
    transform: rotate(90deg);
  }

  .table-text-cell {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .table-text-cell.distances-cell {
    align-items: center;
  }

  .product-price-card {
    padding: 24px 16px;
  }

  .price-wrap {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .price {
    font-size: 32px;
    line-height: 40px;
  }

  .detail-type {
    margin-bottom: 16px;
  }

  .detail-type.location-detail {
    flex-wrap: wrap;
    justify-content: center;
  }

  .detail-title {
    font-size: 32px;
    line-height: 40px;
  }

  .detail-block-wrap {
    grid-column-gap: 12px;
    flex-wrap: wrap;
  }

  .breadcrumbs-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 20px;
  }

  .detail-title-wrap {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }

  .detail-tab {
    grid-row-gap: 24px;
    flex-direction: column;
    display: flex;
  }

  .detail-label-row {
    flex-direction: column;
    align-items: center;
    padding-bottom: 24px;
    display: flex;
  }

  .detail-card {
    padding: 16px;
  }

  .list-item {
    grid-row-gap: 4px;
    flex-direction: row;
    align-items: flex-start;
  }

  .list-item-wrap {
    grid-row-gap: 24px;
  }

  .detail-card-author {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .container-navbar {
    padding-left: 12px;
    padding-right: 12px;
  }

  .link-brand-navbar {
    justify-content: flex-start;
    padding: 0;
    display: flex;
  }

  .brand-navbar {
    width: 100%;
  }

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

  .left-process {
    width: 28px;
  }

  .single-process {
    grid-column-gap: 16px;
  }

  .process-circle {
    width: 25px;
    height: 25px;
  }

  .line-process {
    width: 3px;
  }

  .heading-three-property-detail {
    font-size: 18px;
    line-height: 22px;
  }

  .wrap-detail-value {
    font-size: 18px;
  }

  .master-cms-gallery-grid, .list-cms-gallery {
    grid-template-columns: 1fr;
  }

  .master-cms-top-filters {
    grid-row-gap: 12px;
    flex-direction: column;
    width: 100%;
  }

  .right-top-filters, .dropdown-filter {
    width: 100%;
  }

  .wrap-price-inputs {
    grid-row-gap: 12px;
    flex-direction: column;
    width: 100%;
  }

  .cta-wrap-price-inputs {
    grid-row-gap: 16px;
    flex-direction: column;
    width: 100%;
  }

  .left-top-filters {
    width: 100%;
  }

  .image-location-hero {
    min-height: 260px;
  }

  .image-type-hero {
    width: 90%;
    max-width: 170px;
    height: auto;
    margin-bottom: 32px;
  }

  .text-pricing-top {
    font-size: 16px;
    line-height: 24px;
  }

  .small-h1 {
    font-size: 32px;
    line-height: 46px;
  }

  .space-filters-left {
    height: 24px;
  }

  .text-product-list-right {
    text-align: right;
    font-size: 14px;
    line-height: 120%;
  }

  .text-product-list-left {
    font-size: 14px;
  }

  .space-location-tile {
    height: 0;
  }

  .heading-4-location {
    margin-bottom: 0;
  }

  .wrap-account-form {
    padding: 24px 16px 16px;
  }

  .icon-account {
    height: 40px;
  }

  .tile-template-info {
    padding: 22px 16px;
  }

  .grid-colors {
    grid-template-columns: 1fr;
  }

  .tile-template-navigation {
    padding: 30px 24px;
  }

  .grid-icons {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .expandable-single {
    padding: 16px;
  }

  .faq-h3 {
    margin-bottom: 0;
  }

  .dropdown-item-wrapper.v2 {
    grid-template-columns: 1fr;
  }

  .dropdown-item-wrapper.v2.mobile {
    background-color: var(--bg-lt-2);
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .nav-dropdown.shadow-md.w--open {
    font-family: Outfit, sans-serif;
  }

  .dropdown-list.shadow-md.w--open {
    inset: 0%;
  }

  .dropdown-list.shadow-md.open-mobile.overflow-hidden.w--open {
    overflow: auto;
  }

  .dropdown-list.shadow-md.open-mobile.overflow-hidden.fs-sm.w--open {
    font-size: 12px;
  }

  .hero-image-holder {
    margin-left: 0;
    margin-right: auto;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .img-large {
    max-width: 80px;
  }

  .cta-flex-center {
    flex-wrap: wrap;
    justify-content: center;
  }

  .testimonial-card-apex {
    padding-left: 20px;
    padding-right: 20px;
  }

  .products-hero_title-wrapper {
    align-self: center;
    padding-left: 0;
    padding-right: 0;
  }

  .products-slider_content {
    flex-direction: column;
  }

  .products-slider_img-wrapper {
    width: 100%;
    padding-bottom: 0;
  }

  .products-slider_img-wrapper.video {
    text-align: center;
    position: static;
  }

  .contact-landing_form-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .products-slider_arrow.arrow-left {
    right: 30px;
  }

  .products-slider_arrow.arrow-right {
    right: 0;
  }

  .hubspot_field-inner {
    padding: 1rem;
  }

  .monitoring_wrapper.grow.location-tile-block {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .products-info_container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .products-info_content-right {
    width: 100%;
  }

  .distributors_grid {
    grid-template-columns: 1fr;
  }

  .heading-11, .heading-12, .heading-13 {
    padding-top: 10px;
  }

  .grid-2 {
    display: block;
  }

  .mcs-cards.accordion {
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .grid-3.video {
    grid-auto-flow: row;
    padding-left: 0;
    display: block;
  }

  .features-grid {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .list {
    padding-left: 0;
  }
}

#w-node-f8661beb-2f34-217e-1ad9-87b00fa1547b-c69d7dac, #w-node-a6f27ba2-0f39-7c73-ae5e-d44f503b4079-c69d7dac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-dbf2f8c2-d3f0-f802-f69c-452eeb675895-c69d7dac, #w-node-_4660642f-2c7c-1158-c65e-24c3f6134100-c69d7dac, #w-node-_8382241f-a46f-fb17-d80a-c12f392efe6a-c69d7dac {
  place-self: center;
}

#w-node-_7de12450-c54b-8b8a-2d21-d572e584c16b-c69d7dac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_362196d8-0cac-2c60-e899-8b12754fd183-c69d7dac, #w-node-fdd19ed2-dd49-545a-7cd1-a75c513b33a1-c69d7dac {
  place-self: start center;
}

#w-node-_9900abc6-f4de-4371-b9ec-097341a6be89-c69d7dac {
  align-self: start;
}

#w-node-b0aa3cc8-e9e3-e431-5fcf-57036512c223-c69d7dac, #w-node-_4be480eb-0501-a8f1-0dd5-9ab976bd211e-c69d7dac, #w-node-_289f905e-bd17-fc92-e472-dde734bdac7a-c69d7dac, #w-node-e374f2ea-e271-42b0-c94d-eadb6c3e68b1-c69d7dac, #w-node-_6bed6dbe-861f-b4aa-1b1e-7ffc28cbdbaa-c69d7dac, #w-node-bf6e78f9-12ba-b027-2887-e0e8f8763455-c69d7dac {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_86b3280e-adee-b492-307a-3043a0cc90ad-c69d7dac, #w-node-_86b3280e-adee-b492-307a-3043a0cc90b4-c69d7dac, #w-node-_86b3280e-adee-b492-307a-3043a0cc90bb-c69d7dac, #w-node-_86b3280e-adee-b492-307a-3043a0cc90c2-c69d7dac, #w-node-_86b3280e-adee-b492-307a-3043a0cc90c9-c69d7dac, #w-node-_86b3280e-adee-b492-307a-3043a0cc90d0-c69d7dac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5531cfa-0eb0-e926-159c-6b41c5b15b2f-c69d7dac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d5531cfa-0eb0-e926-159c-6b41c5b15b39-c69d7dac, #w-node-d5531cfa-0eb0-e926-159c-6b41c5b15b3a-c69d7dac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_279f4152-169e-1ca8-3f46-9ae71b7a2352-c69d7dac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_279f4152-169e-1ca8-3f46-9ae71b7a2353-c69d7dac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_279f4152-169e-1ca8-3f46-9ae71b7a235d-c69d7dac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-a9c77d38-e6cd-8cc0-2b89-65646193aab7-c69d7dac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a9c77d38-e6cd-8cc0-2b89-65646193aac1-c69d7dac, #w-node-a9c77d38-e6cd-8cc0-2b89-65646193aac2-c69d7dac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0423bb90-7875-cb53-e2f7-549d8e46467d-8e464679 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_0423bb90-7875-cb53-e2f7-549d8e464684-8e464679 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a5dfec12-fec2-917e-786a-20cb74fc6538-74fc6534 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a5dfec12-fec2-917e-786a-20cb74fc6540-74fc6534 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5dfec12-fec2-917e-786a-20cb74fc6541-74fc6534 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a5dfec12-fec2-917e-786a-20cb74fc654b-74fc6534, #w-node-aee75989-0ecd-b80e-30d4-a3b76db31800-6db317ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aee75989-0ecd-b80e-30d4-a3b76db31807-6db317ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_73d693e2-2b30-d3f3-7b41-cd7187826cf5-c69d7db2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_73d693e2-2b30-d3f3-7b41-cd7187826d03-c69d7db2, #w-node-_73d693e2-2b30-d3f3-7b41-cd7187826d04-c69d7db2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cbe49f6b-2614-5d22-0606-07026f911615-c69d7db3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cbe49f6b-2614-5d22-0606-07026f91161e-c69d7db3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f1557c46-b943-3c93-6a6c-8e3ee2cfaf0c-c69d7db3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1557c46-b943-3c93-6a6c-8e3ee2cfaf11-c69d7db3, #w-node-f1557c46-b943-3c93-6a6c-8e3ee2cfaf14-c69d7db3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_225add61-f15c-a349-04ea-77fe2aa9cc41-2aa9cc3f, #w-node-_225add61-f15c-a349-04ea-77fe2aa9cc48-2aa9cc3f, #w-node-_225add61-f15c-a349-04ea-77fe2aa9cc4f-2aa9cc3f, #w-node-_225add61-f15c-a349-04ea-77fe2aa9cc56-2aa9cc3f, #w-node-_225add61-f15c-a349-04ea-77fe2aa9cc5d-2aa9cc3f, #w-node-_225add61-f15c-a349-04ea-77fe2aa9cc64-2aa9cc3f, #w-node-_85c103ba-668f-66f6-8f68-9fb0453c8d1a-453c8d0a, #w-node-_85c103ba-668f-66f6-8f68-9fb0453c8d22-453c8d0a, #w-node-_85c103ba-668f-66f6-8f68-9fb0453c8d2a-453c8d0a, #w-node-_85c103ba-668f-66f6-8f68-9fb0453c8d36-453c8d0a, #w-node-_85c103ba-668f-66f6-8f68-9fb0453c8d4b-453c8d0a, #w-node-_85c103ba-668f-66f6-8f68-9fb0453c8d53-453c8d0a, #w-node-_85c103ba-668f-66f6-8f68-9fb0453c8d63-453c8d0a, #w-node-_37c03311-5142-011e-28f2-d286edb949cb-453c8d0a, #w-node-a475db5c-fd8a-eb4a-7ec7-2d1b33c448c2-453c8d0a, #w-node-_7289d748-b7b7-84cd-fbeb-b51efcf97503-453c8d0a, #w-node-_37c03311-5142-011e-28f2-d286edb949d3-453c8d0a, #w-node-_37c03311-5142-011e-28f2-d286edb949e3-453c8d0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aee81c79-7e01-e660-c997-a6b5294368fa-c69d7db6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-aee81c79-7e01-e660-c997-a6b529436905-c69d7db6, #w-node-aee81c79-7e01-e660-c997-a6b52943690e-c69d7db6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_08c88c0e-95cb-733b-02f1-eadb696e2ff6-c69d7db6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08c88c0e-95cb-733b-02f1-eadb696e2ffb-c69d7db6, #w-node-_08c88c0e-95cb-733b-02f1-eadb696e2ffe-c69d7db6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3ea7d8d3-4892-b3d6-a092-200bd04d0409-c69d7db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3ea7d8d3-4892-b3d6-a092-200bd04d0414-c69d7db7, #w-node-_3ea7d8d3-4892-b3d6-a092-200bd04d041d-c69d7db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6d74700f-1f6f-b496-246a-5373df8b0156-c69d7db8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6d74700f-1f6f-b496-246a-5373df8b0161-c69d7db8, #w-node-_6d74700f-1f6f-b496-246a-5373df8b016a-c69d7db8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_21ae050b-819c-a620-61c0-da5eb21b44c9-c69d7db9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21ae050b-819c-a620-61c0-da5eb21b44d4-c69d7db9, #w-node-_21ae050b-819c-a620-61c0-da5eb21b44dd-c69d7db9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8369b3b0-bae5-f1bd-3e4a-b8d606153e54-c69d7dba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8369b3b0-bae5-f1bd-3e4a-b8d606153e5f-c69d7dba, #w-node-_8369b3b0-bae5-f1bd-3e4a-b8d606153e68-c69d7dba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_641ce5ac-78ed-90a0-9537-ad4659b93370-c69d7dba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_641ce5ac-78ed-90a0-9537-ad4659b9337b-c69d7dba, #w-node-_641ce5ac-78ed-90a0-9537-ad4659b93384-c69d7dba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7c413309-bc68-4ade-1cc9-978d39baed5f-c69d7dbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7c413309-bc68-4ade-1cc9-978d39baed6a-c69d7dbb, #w-node-_7c413309-bc68-4ade-1cc9-978d39baed73-c69d7dbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b197b4c7-e4c0-8d6a-4af2-142e85fd5eee-c69d7dbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b197b4c7-e4c0-8d6a-4af2-142e85fd5ef3-c69d7dbc, #w-node-b197b4c7-e4c0-8d6a-4af2-142e85fd5ef6-c69d7dbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-aee81c79-7e01-e660-c997-a6b5294368fa-c69d7dbd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-aee81c79-7e01-e660-c997-a6b529436905-c69d7dbd, #w-node-aee81c79-7e01-e660-c997-a6b52943690e-c69d7dbd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_60463c92-3477-9d8e-cfa7-7191e958d798-c69d7dbd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_60463c92-3477-9d8e-cfa7-7191e958d7a3-c69d7dbd, #w-node-_60463c92-3477-9d8e-cfa7-7191e958d7ac-c69d7dbd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_08c88c0e-95cb-733b-02f1-eadb696e2ff6-c69d7dbd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08c88c0e-95cb-733b-02f1-eadb696e2ffb-c69d7dbd, #w-node-_08c88c0e-95cb-733b-02f1-eadb696e2ffe-c69d7dbd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_79d7e62b-0565-ccda-929c-a2d16694f8d2-c69d7dbe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79d7e62b-0565-ccda-929c-a2d16694f8d7-c69d7dbe, #w-node-_79d7e62b-0565-ccda-929c-a2d16694f8da-c69d7dbe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_30d02ba5-5452-5627-de4e-527d6a5941b8-c69d7dbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30d02ba5-5452-5627-de4e-527d6a5941bd-c69d7dbf, #w-node-_30d02ba5-5452-5627-de4e-527d6a5941c0-c69d7dbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a3e07d0e-8d66-4778-f600-620f60310789-c69d7dc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a3e07d0e-8d66-4778-f600-620f60310794-c69d7dc0, #w-node-a3e07d0e-8d66-4778-f600-620f6031079d-c69d7dc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_77e919a1-74cc-1bf7-4df8-9e0e6253e672-c69d7dc1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77e919a1-74cc-1bf7-4df8-9e0e6253e677-c69d7dc1, #w-node-_77e919a1-74cc-1bf7-4df8-9e0e6253e67a-c69d7dc1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4d03557f-c479-a481-bec9-569a2a49d7d0-c69d7dc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d03557f-c479-a481-bec9-569a2a49d7db-c69d7dc2, #w-node-_4d03557f-c479-a481-bec9-569a2a49d7e4-c69d7dc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0b3bb16f-ba13-5c2e-9537-de46c3652b34-c69d7dc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b3bb16f-ba13-5c2e-9537-de46c3652b3f-c69d7dc3, #w-node-_0b3bb16f-ba13-5c2e-9537-de46c3652b48-c69d7dc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_235a3b99-e1d6-0945-3131-67e515970bb7-c69d7dc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_235a3b99-e1d6-0945-3131-67e515970bbc-c69d7dc4, #w-node-_235a3b99-e1d6-0945-3131-67e515970bbf-c69d7dc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_21b8f49d-3646-b1fb-3be6-ea99594cbbaf-c69d7dc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21b8f49d-3646-b1fb-3be6-ea99594cbbb4-c69d7dc4, #w-node-_21b8f49d-3646-b1fb-3be6-ea99594cbbb7-c69d7dc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_84b4b49c-45be-73c3-9512-003217f3b572-17f3b571 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84b4b49c-45be-73c3-9512-003217f3b577-17f3b571, #w-node-_84b4b49c-45be-73c3-9512-003217f3b57a-17f3b571 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a0e08fe1-0b73-ba0e-8869-5ce050ed1404-c69d7e52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_600e95cd-9e8c-f865-d87c-83d54f5026fa-c69d7e53 {
  place-self: center start;
}

#w-node-dfdff3ac-3146-0cbd-c088-8541ffcbb4ac-c69d7e53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81b25dc9-4878-8326-0333-73d74b2a4399-c69d7e53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d26976be-679c-5757-4716-c985f655c11a-c69d7e55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d26976be-679c-5757-4716-c985f655c125-c69d7e55, #w-node-d26976be-679c-5757-4716-c985f655c12b-c69d7e55, #w-node-d26976be-679c-5757-4716-c985f655c132-c69d7e55, #w-node-d26976be-679c-5757-4716-c985f655c139-c69d7e55, #w-node-d26976be-679c-5757-4716-c985f655c13f-c69d7e55, #w-node-d26976be-679c-5757-4716-c985f655c145-c69d7e55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-d26976be-679c-5757-4716-c985f655c147-c69d7e55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_06d30287-4b5f-3104-26bd-29b557eb816e-c69d7e56 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ab066aa0-d6f9-33ef-d160-8568f6b4f049-c69d7e56 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-a763d88d-605b-5960-fb19-85b22eb0fc75-c69d7e56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-a763d88d-605b-5960-fb19-85b22eb0fc77-c69d7e56 {
  align-self: center;
}

#w-node-a763d88d-605b-5960-fb19-85b22eb0fc7d-c69d7e56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-a763d88d-605b-5960-fb19-85b22eb0fc7f-c69d7e56 {
  align-self: center;
}

#w-node-a763d88d-605b-5960-fb19-85b22eb0fc8b-c69d7e56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-a763d88d-605b-5960-fb19-85b22eb0fc8d-c69d7e56 {
  align-self: center;
}

#w-node-a763d88d-605b-5960-fb19-85b22eb0fc93-c69d7e56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-a763d88d-605b-5960-fb19-85b22eb0fc95-c69d7e56 {
  align-self: center;
}

#w-node-a763d88d-605b-5960-fb19-85b22eb0fca1-c69d7e56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-a763d88d-605b-5960-fb19-85b22eb0fca3-c69d7e56 {
  align-self: center;
}

#w-node-a763d88d-605b-5960-fb19-85b22eb0fca9-c69d7e56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-a763d88d-605b-5960-fb19-85b22eb0fcab-c69d7e56 {
  align-self: center;
}

#w-node-a763d88d-605b-5960-fb19-85b22eb0fcb7-c69d7e56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-a763d88d-605b-5960-fb19-85b22eb0fcb9-c69d7e56 {
  align-self: center;
}

#w-node-a763d88d-605b-5960-fb19-85b22eb0fcbf-c69d7e56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-a763d88d-605b-5960-fb19-85b22eb0fcc1-c69d7e56 {
  align-self: center;
}

#w-node-a763d88d-605b-5960-fb19-85b22eb0fcef-c69d7e56, #w-node-a763d88d-605b-5960-fb19-85b22eb0fcf4-c69d7e56, #w-node-a763d88d-605b-5960-fb19-85b22eb0fcf9-c69d7e56, #w-node-f6e04de9-0a7f-a0ca-acdf-729384a07762-c69d7e59, #w-node-_20bdeb7c-777b-3ea5-27b7-aae91fc1e0ff-c69d7e59, #w-node-_0cb90d96-b49b-9aad-1016-e4eb4fec6bed-c69d7e59, #w-node-_7dc5aa02-7040-8eba-4cab-7299aba221d5-c69d7e59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f5b7834c-8e4f-1765-2d95-70681e290f22-c69d7e5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_371dc3b7-8810-5f5a-76c7-13ffd03607f5-c69d7e5e, #w-node-c7e210ba-9428-5bf0-3756-4c913a50d31a-c69d7e5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bd24a35-a8d3-cdf0-b506-5933af11a459-c69d7e5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2bd24a35-a8d3-cdf0-b506-5933af11a463-c69d7e5e, #w-node-_2bd24a35-a8d3-cdf0-b506-5933af11a464-c69d7e5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_05d50d9e-9cac-a820-ab17-7ac1cad9bedf-c69d7e5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_05d50d9e-9cac-a820-ab17-7ac1cad9bee0-c69d7e5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_05d50d9e-9cac-a820-ab17-7ac1cad9beea-c69d7e5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-e5175e03-12bb-0a6d-6fdc-94cf979ff61b-c69d7e5f, #w-node-b3586e1b-b10f-9044-e187-cd3643d86787-c69d7e5f, #w-node-adb79d9e-34db-31bb-e560-6253367426da-c69d7e5f, #w-node-_58229f37-32a6-f8f5-3e37-e21425ae6df5-c69d7e93, #w-node-_9d5dc263-9e59-7d39-774a-773e0c9f8424-c69d7e93, #w-node-_5c2d3ec2-b17e-ca6c-6cad-f193e30f2421-c69d7e93, #w-node-b08b021f-d1f7-7899-a0ae-144fec7eed51-c69d7e93, #w-node-_47dc20e5-85af-7a2b-6200-2dd470dc7de5-c69d7e93, #w-node-_8275f0b9-6977-267b-7dd1-f8816c058d23-c69d7e93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab63ff39-d051-4236-04d5-7b70bf8f758f-c69d7e93, #w-node-ab63ff39-d051-4236-04d5-7b70bf8f7590-c69d7e93, #w-node-ab63ff39-d051-4236-04d5-7b70bf8f7591-c69d7e93, #w-node-ab63ff39-d051-4236-04d5-7b70bf8f7592-c69d7e93, #w-node-ab63ff39-d051-4236-04d5-7b70bf8f7593-c69d7e93, #w-node-ab63ff39-d051-4236-04d5-7b70bf8f7594-c69d7e93, #w-node-ab63ff39-d051-4236-04d5-7b70bf8f7595-c69d7e93, #w-node-ab63ff39-d051-4236-04d5-7b70bf8f7596-c69d7e93, #w-node-ab63ff39-d051-4236-04d5-7b70bf8f7597-c69d7e93, #w-node-ab63ff39-d051-4236-04d5-7b70bf8f7598-c69d7e93, #w-node-ab63ff39-d051-4236-04d5-7b70bf8f7599-c69d7e93, #w-node-ab63ff39-d051-4236-04d5-7b70bf8f759a-c69d7e93, #w-node-ab63ff39-d051-4236-04d5-7b70bf8f759b-c69d7e93, #w-node-ab63ff39-d051-4236-04d5-7b70bf8f759c-c69d7e93, #w-node-ab63ff39-d051-4236-04d5-7b70bf8f759d-c69d7e93 {
  justify-self: center;
}

#w-node-_456876fb-0fa7-fa10-16f7-c2ee6e041049-c69d7ebc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48024c64-33ba-07df-0390-f1cbcd3c08f2-c69d7ebc, #w-node-a919b34f-7042-c11c-4a39-48d0c226c756-c69d7ebc, #w-node-_9b57bf4b-bf7f-af47-5bd2-833ec9802eca-c69d7ebc, #w-node-_199c96d7-3990-4cc5-86a4-048fa5fca2db-c69d7ebc, #w-node-_7e8a4819-cf2d-5586-cfa9-ee625fe01a7a-c69d7ebc, #w-node-_9e699dc0-c0cd-3a9d-52e5-06f7a250d6d4-c69d7ebc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-c378627c-1b76-f7c8-f0dc-74ceae41b955-c69d7ebc, #w-node-_0d660279-d4d2-f3e8-b9be-3ef538954085-c69d7ebd, #w-node-_0d660279-d4d2-f3e8-b9be-3ef53895408b-c69d7ebd, #w-node-_0d660279-d4d2-f3e8-b9be-3ef538954091-c69d7ebd, #w-node-ed764033-1a99-1963-eb0a-ce350aeb474b-c69d7ebd, #w-node-_221d673b-790b-8a8a-e960-427cf1eddfdd-c69d7ebd, #w-node-cecf16bd-8997-cdc5-6da2-ac43457a6092-c69d7ebd, #w-node-_3ce8052e-6837-6bdd-7219-38109d8882a8-c69d7ebd, #w-node-c3aa70dc-37a2-0b9c-4089-16d25b2b48ff-c69d7ebd, #w-node-_3566ba19-3341-5c91-59e9-e49db0d86709-c69d7ebd, #w-node-_7b781257-b1c5-09d9-f7ae-45838decd00f-c69d7ebd, #w-node-b0dce7e0-eb2f-9e54-2b8b-f6f000ff88a4-c69d7ebd, #w-node-bb6e06e0-aeb1-b11f-ae58-f2088b0e4c83-c69d7ebd, #w-node-a69b7b80-370a-0531-cf05-a5915a5237fe-c69d7ebd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1644675-ad81-28d5-12cc-9e4da219473b-c69d7ee8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0ddfaebb-6465-c793-d672-da760c24756f-c69d7ee8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_0ddfaebb-6465-c793-d672-da760c247571-c69d7ee8 {
  align-self: center;
}

#w-node-_0ddfaebb-6465-c793-d672-da760c247574-c69d7ee8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_0ddfaebb-6465-c793-d672-da760c247576-c69d7ee8 {
  align-self: center;
}

#w-node-_0ddfaebb-6465-c793-d672-da760c24757f-c69d7ee8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_0ddfaebb-6465-c793-d672-da760c247581-c69d7ee8 {
  align-self: center;
}

#w-node-_0ddfaebb-6465-c793-d672-da760c247584-c69d7ee8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_0ddfaebb-6465-c793-d672-da760c247586-c69d7ee8 {
  align-self: center;
}

#w-node-_0ddfaebb-6465-c793-d672-da760c24758f-c69d7ee8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_0ddfaebb-6465-c793-d672-da760c247591-c69d7ee8 {
  align-self: center;
}

#w-node-_0ddfaebb-6465-c793-d672-da760c247594-c69d7ee8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_0ddfaebb-6465-c793-d672-da760c247596-c69d7ee8 {
  align-self: center;
}

#w-node-_0ddfaebb-6465-c793-d672-da760c24759f-c69d7ee8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_0ddfaebb-6465-c793-d672-da760c2475a1-c69d7ee8 {
  align-self: center;
}

#w-node-_0ddfaebb-6465-c793-d672-da760c2475a4-c69d7ee8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_0ddfaebb-6465-c793-d672-da760c2475a6-c69d7ee8 {
  align-self: center;
}

#w-node-_2d272a18-6c4e-d1ed-6752-e5cd9f92c1d7-c69d7ee8, #w-node-_2d272a18-6c4e-d1ed-6752-e5cd9f92c1dc-c69d7ee8, #w-node-_2d272a18-6c4e-d1ed-6752-e5cd9f92c1e1-c69d7ee8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72409922-0f30-abc4-82a0-7eac625f1846-c69d7eeb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c86a9264-584c-6cde-ca25-3e8f91c5f6c6-c69d7eeb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2feaf8a3-9cb2-0ca9-be0b-cd0ac69e3e4b-c69d7eeb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_25e714b8-bced-f5c0-2e6b-0743adf7c670-c69d7f03, #w-node-_83e5a17a-a66c-ec5d-56e3-beb738fec84e-c69d7f03, #w-node-c0f522a3-ce2e-70c6-346a-ab747d300b1f-c69d7f03, #w-node-e9acbd40-7343-b1b5-e7b7-8bfea3986ed3-c69d7f04, #w-node-e9acbd40-7343-b1b5-e7b7-8bfea3986ed7-c69d7f04, #w-node-e9acbd40-7343-b1b5-e7b7-8bfea3986edb-c69d7f04, #w-node-e9acbd40-7343-b1b5-e7b7-8bfea3986edf-c69d7f04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c35d435-b11a-5c5e-4e78-4a12298e78ee-c69d7f04, #w-node-d8e7690a-1761-a01b-3f23-e9db480a0302-c69d7f04, #w-node-_6b8828ed-daa9-ac30-8a3e-35ef40c5a0b3-c69d7f04, #w-node-_35825fe8-bbeb-a2a4-29f9-67f7a16d24e9-c69d7f04, #w-node-_0c76a2df-af9a-c624-a77b-c198effca105-c69d7f04, #w-node-_8623b380-9bf4-723f-be49-eabcaff9db54-c69d7f04, #w-node-_9172a60d-d209-da34-1a06-294c0b2a0617-c69d7f04, #w-node-_2c712f16-1bb9-9b81-92d2-80de1dc99f0a-c69d7f04, #w-node-c303c0a5-a1b4-7c04-ac35-7446a134b54c-c69d7f04, #w-node-e8dda32f-9018-cbf1-563a-ee08743ff18a-c69d7f04, #w-node-_24bfdd06-fc0a-b96e-f2a7-519b6d3d0e03-c69d7f04, #w-node-a1cf2181-7be9-3115-c572-8571e99dbee4-c69d7f04, #w-node-eae5169e-8f0e-f47f-2529-5f5d75a79c89-c69d7f04, #w-node-a2de83f9-6d81-765d-fe1b-3c47ca88a962-c69d7f04, #w-node-_2cbbf007-b4f2-2589-0f2c-693eb8eb1500-c69d7f04 {
  justify-self: center;
}

#w-node-e9acbd40-7343-b1b5-e7b7-8bfea3986f08-c69d7f04, #w-node-e9acbd40-7343-b1b5-e7b7-8bfea3986f0d-c69d7f04, #w-node-e9acbd40-7343-b1b5-e7b7-8bfea3986f12-c69d7f04, #w-node-e9acbd40-7343-b1b5-e7b7-8bfea3986f17-c69d7f04, #w-node-_7a462139-1527-a069-badd-d076c57850e3-c69d7f04, #w-node-_86b3280e-adee-b492-307a-3043a0cc90ad-c69d7f1c, #w-node-_86b3280e-adee-b492-307a-3043a0cc90b4-c69d7f1c, #w-node-_86b3280e-adee-b492-307a-3043a0cc90bb-c69d7f1c, #w-node-_86b3280e-adee-b492-307a-3043a0cc90c2-c69d7f1c, #w-node-_86b3280e-adee-b492-307a-3043a0cc90c9-c69d7f1c, #w-node-_86b3280e-adee-b492-307a-3043a0cc90d0-c69d7f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5531cfa-0eb0-e926-159c-6b41c5b15b2f-c69d7f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d5531cfa-0eb0-e926-159c-6b41c5b15b39-c69d7f1c, #w-node-d5531cfa-0eb0-e926-159c-6b41c5b15b3a-c69d7f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_279f4152-169e-1ca8-3f46-9ae71b7a2352-c69d7f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_279f4152-169e-1ca8-3f46-9ae71b7a2353-c69d7f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_279f4152-169e-1ca8-3f46-9ae71b7a235d-c69d7f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-a9c77d38-e6cd-8cc0-2b89-65646193aab7-c69d7f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a9c77d38-e6cd-8cc0-2b89-65646193aac1-c69d7f1c, #w-node-a9c77d38-e6cd-8cc0-2b89-65646193aac2-c69d7f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_25e714b8-bced-f5c0-2e6b-0743adf7c670-64fccb5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c4abef7-58a0-268e-9fb7-1eb9f7d0fc90-64fccb5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_6c4abef7-58a0-268e-9fb7-1eb9f7d0fc96-64fccb5a, #w-node-_6c4abef7-58a0-268e-9fb7-1eb9f7d0fc9b-64fccb5a {
  place-self: start center;
}

#w-node-_83e5a17a-a66c-ec5d-56e3-beb738fec84e-64fccb5a, #w-node-_8fa10a5f-8bb5-1cae-cd8f-b87c0b70672d-64fccb5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_7de12450-c54b-8b8a-2d21-d572e584c16b-c69d7dac, #w-node-_362196d8-0cac-2c60-e899-8b12754fd183-c69d7dac, #w-node-fdd19ed2-dd49-545a-7cd1-a75c513b33a1-c69d7dac, #w-node-_6c4abef7-58a0-268e-9fb7-1eb9f7d0fc90-64fccb5a, #w-node-_6c4abef7-58a0-268e-9fb7-1eb9f7d0fc96-64fccb5a, #w-node-_6c4abef7-58a0-268e-9fb7-1eb9f7d0fc9b-64fccb5a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d5531cfa-0eb0-e926-159c-6b41c5b15b2f-c69d7dac {
    justify-self: center;
  }

  #w-node-d5531cfa-0eb0-e926-159c-6b41c5b15b39-c69d7dac {
    order: -9999;
    justify-self: center;
  }

  #w-node-_279f4152-169e-1ca8-3f46-9ae71b7a2352-c69d7dac, #w-node-_279f4152-169e-1ca8-3f46-9ae71b7a235d-c69d7dac, #w-node-a9c77d38-e6cd-8cc0-2b89-65646193aab7-c69d7dac {
    justify-self: center;
  }

  #w-node-a9c77d38-e6cd-8cc0-2b89-65646193aac1-c69d7dac {
    order: -9999;
    justify-self: center;
  }

  #w-node-cbe49f6b-2614-5d22-0606-07026f91161e-c69d7db3, #w-node-_600e95cd-9e8c-f865-d87c-83d54f5026fa-c69d7e53, #w-node-_2bd24a35-a8d3-cdf0-b506-5933af11a459-c69d7e5e {
    justify-self: center;
  }

  #w-node-_2bd24a35-a8d3-cdf0-b506-5933af11a463-c69d7e5e {
    order: -9999;
    justify-self: center;
  }

  #w-node-_05d50d9e-9cac-a820-ab17-7ac1cad9bedf-c69d7e5e, #w-node-_05d50d9e-9cac-a820-ab17-7ac1cad9beea-c69d7e5e, #w-node-d5531cfa-0eb0-e926-159c-6b41c5b15b2f-c69d7f1c {
    justify-self: center;
  }

  #w-node-d5531cfa-0eb0-e926-159c-6b41c5b15b39-c69d7f1c {
    order: -9999;
    justify-self: center;
  }

  #w-node-_279f4152-169e-1ca8-3f46-9ae71b7a2352-c69d7f1c, #w-node-_279f4152-169e-1ca8-3f46-9ae71b7a235d-c69d7f1c, #w-node-a9c77d38-e6cd-8cc0-2b89-65646193aab7-c69d7f1c {
    justify-self: center;
  }

  #w-node-a9c77d38-e6cd-8cc0-2b89-65646193aac1-c69d7f1c {
    order: -9999;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7de12450-c54b-8b8a-2d21-d572e584c16b-c69d7dac, #w-node-_362196d8-0cac-2c60-e899-8b12754fd183-c69d7dac, #w-node-fdd19ed2-dd49-545a-7cd1-a75c513b33a1-c69d7dac {
    justify-self: start;
  }

  #w-node-_9f5ee589-54d2-1fd4-d7ce-1f22e5b233ea-c69d7dac {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f1557c46-b943-3c93-6a6c-8e3ee2cfaf14-c69d7db3, #w-node-aee81c79-7e01-e660-c997-a6b52943690e-c69d7db6, #w-node-_08c88c0e-95cb-733b-02f1-eadb696e2ffe-c69d7db6, #w-node-_3ea7d8d3-4892-b3d6-a092-200bd04d041d-c69d7db7, #w-node-_6d74700f-1f6f-b496-246a-5373df8b016a-c69d7db8, #w-node-_21ae050b-819c-a620-61c0-da5eb21b44dd-c69d7db9, #w-node-_8369b3b0-bae5-f1bd-3e4a-b8d606153e68-c69d7dba, #w-node-_641ce5ac-78ed-90a0-9537-ad4659b93384-c69d7dba, #w-node-_7c413309-bc68-4ade-1cc9-978d39baed73-c69d7dbb, #w-node-b197b4c7-e4c0-8d6a-4af2-142e85fd5ef6-c69d7dbc, #w-node-aee81c79-7e01-e660-c997-a6b52943690e-c69d7dbd, #w-node-_60463c92-3477-9d8e-cfa7-7191e958d7ac-c69d7dbd, #w-node-_08c88c0e-95cb-733b-02f1-eadb696e2ffe-c69d7dbd, #w-node-_79d7e62b-0565-ccda-929c-a2d16694f8da-c69d7dbe, #w-node-_30d02ba5-5452-5627-de4e-527d6a5941c0-c69d7dbf, #w-node-a3e07d0e-8d66-4778-f600-620f6031079d-c69d7dc0, #w-node-_77e919a1-74cc-1bf7-4df8-9e0e6253e67a-c69d7dc1, #w-node-_4d03557f-c479-a481-bec9-569a2a49d7e4-c69d7dc2, #w-node-_0b3bb16f-ba13-5c2e-9537-de46c3652b48-c69d7dc3, #w-node-_235a3b99-e1d6-0945-3131-67e515970bbf-c69d7dc4, #w-node-_21b8f49d-3646-b1fb-3be6-ea99594cbbb7-c69d7dc4, #w-node-_84b4b49c-45be-73c3-9512-003217f3b57a-17f3b571, #w-node-_06d30287-4b5f-3104-26bd-29b557eb816e-c69d7e56 {
    grid-column: span 2 / span 2;
  }

  #w-node-_6c4abef7-58a0-268e-9fb7-1eb9f7d0fc90-64fccb5a, #w-node-_6c4abef7-58a0-268e-9fb7-1eb9f7d0fc96-64fccb5a, #w-node-_6c4abef7-58a0-268e-9fb7-1eb9f7d0fc9b-64fccb5a {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f1557c46-b943-3c93-6a6c-8e3ee2cfaf14-c69d7db3, #w-node-aee81c79-7e01-e660-c997-a6b52943690e-c69d7db6, #w-node-_08c88c0e-95cb-733b-02f1-eadb696e2ffe-c69d7db6, #w-node-_3ea7d8d3-4892-b3d6-a092-200bd04d041d-c69d7db7, #w-node-_6d74700f-1f6f-b496-246a-5373df8b016a-c69d7db8, #w-node-_21ae050b-819c-a620-61c0-da5eb21b44dd-c69d7db9, #w-node-_8369b3b0-bae5-f1bd-3e4a-b8d606153e68-c69d7dba, #w-node-_641ce5ac-78ed-90a0-9537-ad4659b93384-c69d7dba, #w-node-_7c413309-bc68-4ade-1cc9-978d39baed73-c69d7dbb, #w-node-b197b4c7-e4c0-8d6a-4af2-142e85fd5ef6-c69d7dbc, #w-node-aee81c79-7e01-e660-c997-a6b52943690e-c69d7dbd, #w-node-_60463c92-3477-9d8e-cfa7-7191e958d7ac-c69d7dbd, #w-node-_08c88c0e-95cb-733b-02f1-eadb696e2ffe-c69d7dbd, #w-node-_79d7e62b-0565-ccda-929c-a2d16694f8da-c69d7dbe, #w-node-_30d02ba5-5452-5627-de4e-527d6a5941c0-c69d7dbf, #w-node-a3e07d0e-8d66-4778-f600-620f6031079d-c69d7dc0, #w-node-_77e919a1-74cc-1bf7-4df8-9e0e6253e67a-c69d7dc1, #w-node-_4d03557f-c479-a481-bec9-569a2a49d7e4-c69d7dc2, #w-node-_0b3bb16f-ba13-5c2e-9537-de46c3652b48-c69d7dc3, #w-node-_235a3b99-e1d6-0945-3131-67e515970bbf-c69d7dc4, #w-node-_21b8f49d-3646-b1fb-3be6-ea99594cbbb7-c69d7dc4, #w-node-_84b4b49c-45be-73c3-9512-003217f3b57a-17f3b571 {
    grid-column: span 1 / span 1;
  }

  #w-node-_06d30287-4b5f-3104-26bd-29b557eb816e-c69d7e56, #w-node-ab066aa0-d6f9-33ef-d160-8568f6b4f049-c69d7e56 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Gabriel Sans';
  src: url('../fonts/Gabriel-Sans-Normal.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gabriel Sans';
  src: url('../fonts/Gabriel-Sans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}