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

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

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

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

:root {
  --text-dark: #0e0e0e;
  --paragraph-gray: #798194;
  --primary: #fd6c06;
  --primary-light: #fff3d5;
  --dark: #23404f;
  --light-gray: #f9f9fa;
  --white: white;
  --gray: #e9e9e9;
  --dark-gray: #afafaf;
  --white-50: #ffffff80;
  --dark-gray-50: #afafaf80;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  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;
  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;
  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;
  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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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;
}

.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-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-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 {
  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;
  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;
  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-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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

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

.w-commerce-commercepaypalcheckoutformcontainer {
  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-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

h2 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  color: var(--text-dark);
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2em;
}

h5 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
}

h6 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
}

p {
  color: var(--paragraph-gray);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: var(--text-dark);
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  text-decoration: none;
  transition: color .3s;
}

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

ul {
  grid-row-gap: 15px;
  background-color: var(--text-dark);
  color: var(--text-dark);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

li {
  align-items: center;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 1.4em;
}

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

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

blockquote {
  text-align: left;
  border-left: 5px solid #f6ba26;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0 20px 0 30px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

.section.changelog-banner {
  background-color: var(--dark);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  display: flex;
}

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

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

.section.pricing-banner {
  background-color: var(--dark);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 160px;
  padding-bottom: 0;
  display: flex;
}

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

.section.banner-testimonials {
  background-image: url('../images/Banner-Home-2_1Banner Home 2.webp');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section.banner {
  background-image: linear-gradient(#0003, #0003), linear-gradient(#272d4280, #272d4280), url('../images/About-Us-Banner_1About Us Banner.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding-top: 180px;
  display: flex;
}

.section.style-guide-section, .section.shop-product-section {
  background-color: var(--dark);
  padding-top: 160px;
}

.section.home-1-banner {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Plumbing-Home-1_1Plumbing Home 1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
  padding-top: 155px;
  display: flex;
}

.section.primary-light-gradient {
  background-image: linear-gradient(#fff3d5, #fffdf7);
}

.section.dark-background-large-padding {
  background-color: var(--dark);
  padding-bottom: 280px;
  position: relative;
}

.section.large-padding-top {
  padding-top: 230px;
}

.section.home-2-banner {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/hero-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
  padding-top: 155px;
  display: flex;
}

.section.relative-section {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.home-3-banner {
  text-align: center;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Rectangle-4271_1Rectangle 4271.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 155px;
  padding-bottom: 30px;
  display: flex;
}

.section.image-banner {
  background-image: linear-gradient(97deg, #0003, #0000), linear-gradient(#0006, #0006), url('../images/Image-Banner-CTA_1Image Banner CTA.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, auto;
}

.section.dark-background-section {
  background-color: var(--dark);
  padding-bottom: 280px;
  position: relative;
}

.section.banner-testimonials {
  background-image: linear-gradient(#fff0 19%, #121b38b3), linear-gradient(#272d42b3, #272d42b3), url('../images/long-shot-roofer-working-with-helmet-1_1long-shot-roofer-working-with-helmet 1.webp');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 160px;
}

.section.video {
  background-color: var(--dark);
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.our-team-banner {
  background-image: linear-gradient(#0003, #0003), linear-gradient(#272d4280, #272d4280), url('../images/Rectangle-4278_1Rectangle 4278.webp');
  background-position: 0 0, 0 0, 0%;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding-top: 150px;
  display: flex;
}

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

.section.cta {
  background-color: var(--primary-light);
  background-image: linear-gradient(#272d4280, #272d4280), linear-gradient(#0003, #0003), url('../images/About-Us-Banner_1About Us Banner.webp');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
}

.section.dark-background-big-top-gap {
  background-color: var(--dark);
  padding-top: 180px;
}

.section.blog {
  background-image: linear-gradient(#272d4299, #272d4299), linear-gradient(#00000080, #00000080), url('../images/Banner-Image-Blog_1Banner Image Blog.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 160px;
}

.section.primary-light-gradient-big-tp {
  background-image: linear-gradient(#fff3d5, #fffdf7);
  padding-top: 180px;
}

.section.dark-background-small-pb {
  background-color: var(--dark);
  padding-bottom: 20px;
  position: relative;
}

.base-container {
  border-radius: 10px 10px 0 0;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

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

.base-container.full-width {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.base-container.flex {
  text-align: center;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-dark-style-guide {
  background-color: var(--text-dark);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.black-style-guide {
  background-color: var(--dark);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

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

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

.color-container {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

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

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

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

.headings-typography-wrapper.last-child {
  margin-top: 40px;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
}

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

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

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

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

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

.primary-button {
  border: 1px solid var(--text-dark);
  background-color: var(--primary);
  color: var(--text-dark);
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 14px 30px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  background-color: var(--white);
  opacity: 1;
  color: var(--text-dark);
}

.primary-button.full-width-mobile {
  margin-top: 40px;
  display: block;
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.primary-button.header-button {
  letter-spacing: 0;
}

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

.primary-button.burger-menu {
  display: none;
}

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

.primary-button.button-top-spacing, .primary-button.top-spacing-button-small {
  margin-top: 40px;
}

.primary-button.top-spacing-button-small:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.primary-button.top-spacing-button-small {
  margin-top: 40px;
}

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

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

.primary-button.button-top-gap, .primary-button.margin-top-button-space {
  margin-top: 40px;
}

.primary-button.margin-top-button-space:hover {
  border-color: var(--primary);
  background-color: var(--white);
  color: var(--primary);
}

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

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

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

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

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

.navbar {
  background-color: #fff0;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
}

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

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

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.nav-link {
  text-transform: uppercase;
  padding: 20px;
  font-size: 15px;
}

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

.nav-link.w--current {
  color: var(--text-dark);
}

.nav-link.white-nav-item-link {
  color: var(--white);
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 10px;
  font-size: 16px;
  line-height: 1.5em;
}

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

.nav-dropdown-toggle {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 10px;
  display: flex;
}

.nav-dropdown-icon {
  margin-right: 0;
  font-size: 16px;
  position: static;
}

.nav-dropdown-icon.white-nav-icon {
  color: var(--white);
  margin-right: 0;
}

.nav-dropdown-list {
  background-color: #fff;
  border: 1px solid #0000002e;
  width: 200px;
  padding: 15px 20px;
}

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

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

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

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

.nav-dropdown-link {
  letter-spacing: .05em;
  text-transform: uppercase;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  transition: all .3s;
  display: flex;
}

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

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

.nav-item-title {
  color: var(--text-dark);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
}

.nav-item-title.white-nav-item-title {
  color: var(--white);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.5px;
}

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

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

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

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.licensing-image {
  object-fit: cover;
  width: 100%;
  height: 320px;
  transition: all .3s;
  overflow: hidden;
}

.licensing-image:hover {
  overflow: hidden;
  transform: scale(1.1);
}

.licensing-title {
  width: 100%;
  padding-bottom: 40px;
  overflow: hidden;
}

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

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

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

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

.banner-title {
  color: var(--white);
  text-align: center;
}

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

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

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

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

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

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

.licensing-font-title {
  text-transform: none;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

.coming-soon-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 650px;
  margin-left: 0;
  display: flex;
}

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

.coming-soon-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  width: 560px;
  display: flex;
}

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

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

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

.blog-post-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3em;
  transition: color .3s;
  display: block;
}

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

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

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

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

.blog-sidebar-post-category.margin-bottom-label {
  margin-bottom: 20px;
}

.sidebar-recent-posts-wrapper {
  margin-top: 20px;
}

.sidebar-recent-post-item {
  display: flex;
}

.sidebar-recent-post-image {
  object-fit: cover;
  border-radius: 10px;
  width: 80px;
  height: 80px;
  margin-right: 15px;
  transition: all .2s;
}

.sidebar-recent-post-image:hover {
  transform: scale(1.03);
}

.sidebar-recent-post {
  align-items: center;
  display: flex;
}

.blog-recent-post-title {
  color: var(--text-dark);
  margin-top: 0;
  font-size: 16px;
  transition: color .2s;
}

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

.blog-recent-post-date {
  color: #969696;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.sidebar-recent-posts {
  margin-top: 40px;
}

.footer {
  background-color: var(--dark);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  border-top: 1px #e6e9ea;
  border-bottom: 1px solid #e6e9ea;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.footer-rights {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.footer-copyright {
  width: 100%;
  color: var(--white);
  text-align: center;
  margin-top: 0;
  font-size: 16px;
  line-height: 1.5em;
}

.footer-copyright-link {
  color: #fff;
  letter-spacing: .2px;
  margin-left: 0;
  margin-right: 2px;
  font-size: 16px;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

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

.footer-copyright-link.last {
  margin-right: 0;
}

.body-with-background {
  background-color: var(--light-gray);
}

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

.team-card {
  border: 1px solid #000;
  border-radius: 10px;
  overflow: hidden;
}

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

.team-card-content-wrapper {
  background-color: var(--light-gray);
  text-align: center;
  padding: 20px 10px 30px;
}

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

.team-social-icon {
  color: var(--primary);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 20px;
}

.team-social-icon:hover {
  color: var(--dark);
}

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

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

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

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

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

.free-trial-wrapper {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.free-trial-title {
  margin-top: 0;
  margin-bottom: 40px;
}

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

.banner-title-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-title-wrapper.left {
  align-items: flex-start;
  max-width: 480px;
}

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

.services-wrapper {
  z-index: 100;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: -100px;
  display: grid;
  position: relative;
}

.services-wrapper.inner-top-gap {
  margin-top: 60px;
}

.services-item {
  z-index: 1000;
  border: 1px solid var(--gray);
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-right: 30px;
  padding: 20px 30px 30px;
  display: flex;
}

.services-item.last-child {
  background-color: var(--white);
  margin-right: 0;
}

.services-item-description {
  margin-bottom: 20px;
}

.pricing-plans-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-plan-item {
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 30px 30px 40px;
  display: flex;
}

.pricing-plan-item.main {
  background-color: var(--dark);
  padding-top: 60px;
  padding-bottom: 60px;
}

.pricing-plan-list {
  margin-top: 20px;
  margin-bottom: 0;
}

.pricing-plan-price-wrapper {
  text-align: center;
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 20px;
}

.pricing-plan-price {
  font-size: 56px;
  line-height: 1.2em;
}

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

.comparing-table-features-wrapper {
  width: 33%;
  display: block;
}

.comparing-table-plans-wrapper {
  width: 100%;
  display: flex;
}

.comparing-table-features-title {
  background-color: var(--dark);
  border-top-left-radius: 10px;
  align-items: center;
  min-height: 180px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.comparing-table-list-wrapper {
  padding-top: 11px;
}

.comparing-table-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 0;
  padding-left: 0;
}

.comparing-table-list-item {
  border-bottom: 1px solid var(--gray);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  align-items: center;
  height: 90px;
  padding-left: 40px;
  padding-right: 20px;
  line-height: 1.5em;
  list-style-type: none;
  display: flex;
}

.comparing-table-list-item.list-item {
  background-color: var(--text-dark);
  -webkit-text-fill-color: transparent;
  background-image: none;
  -webkit-background-clip: text;
  background-clip: text;
}

.comparing-table-plan-title {
  background-color: var(--dark);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 180px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.comparing-table-plan-title.last {
  border-top-right-radius: 10px;
}

.comparing-table-plan {
  width: 33.33%;
  transition: all .3s;
}

.comparing-table-plan:hover {
  box-shadow: 0 0 30px #1b35460d;
}

.comparing-table-plan.last-child {
  border-bottom-right-radius: 10px;
  margin-right: 0;
  overflow: hidden;
}

.comparing-table-content-wrapper {
  border: 1px solid #d7e5ee;
  padding-top: 20px;
}

.comparing-table-content-wrapper.center {
  border-left-style: none;
  border-left-width: 0;
  border-right-style: none;
  border-right-width: 0;
}

.comparing-table-content-wrapper.last {
  border-color: var(--gray);
  border-bottom-right-radius: 10px;
}

.comparing-table-content-wrapper.first {
  border-color: var(--gray);
  border-bottom-left-radius: 10px;
}

.comparing-table-content-item {
  border-bottom: 1px solid var(--gray);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90px;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.comparing-table-tick-icon {
  color: var(--primary);
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
}

.comparing-table-button-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.workflow-video-wrapper {
  width: 45%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

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

.workflow-video {
  background-image: linear-gradient(#0003, #0003), linear-gradient(#272d4233, #272d4233), url('../images/Rectangle-4589_1Rectangle 4589.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 280px;
  display: flex;
  position: relative;
}

.play-button {
  z-index: 10;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff6;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  position: absolute;
}

.workflow-title-wrapper {
  text-align: left;
  max-width: 55%;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 60px;
}

.workflow-quote {
  color: var(--white);
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 18px;
}

.accordion-toggle {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

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

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

.accordion-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  display: flex;
}

.accordion-item {
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 10px;
  width: 100%;
  padding: 20px 30px;
  position: static;
}

.accordion-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.accordion-wrap.last-child {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-right: 0;
  display: flex;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
}

.testimonials-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.light-background {
  background-color: var(--light-gray);
}

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

.more-features-icon {
  background-color: var(--dark);
  min-width: 50px;
  height: 50px;
  color: var(--primary);
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 5px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  display: flex;
}

.link-with-icon {
  transition: all .3s;
  display: flex;
}

.link-with-icon:hover {
  opacity: 1;
}

.link-with-icon.yellow:hover {
  opacity: 1;
  color: var(--primary);
}

.contacts-detail {
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

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

.contacts-icon.padding {
  padding-left: 2px;
  padding-right: 3px;
}

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

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

.hidden {
  display: none;
}

.contact-input {
  background-color: var(--white);
  height: auto;
  color: var(--paragraph-gray);
  border: 1px solid #2c2d361a;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 10px 14px;
  font-size: 16px;
  line-height: 1.5em;
  transition: all .2s;
}

.contact-input:focus, .contact-input.-wfp-focus {
  border: 1px solid var(--primary);
}

.contact-input::placeholder {
  color: var(--paragraph-gray);
  font-size: 16px;
  line-height: 1.5em;
}

.contact-input.textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 130px;
  min-height: 130px;
  font-size: 16px;
}

.contact-input.textarea::placeholder {
  font-size: 16px;
}

.contact-input.textarea-contact {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 130px;
  min-height: 190px;
  font-size: 16px;
}

.contact-input.textarea-contact::placeholder {
  font-size: 16px;
}

.contact-input.password {
  margin-bottom: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.contact-input.height {
  height: 44px;
}

.contact-form-wrapper {
  background-color: var(--white);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 480px;
  padding: 40px 30px;
  display: flex;
}

.address-cards-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.adress-card {
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 10px;
  padding-bottom: 30px;
  overflow: hidden;
}

.footer-link {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 400;
  transition: all .3s;
}

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

.footer-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.white-text {
  color: #fff;
}

.footer-contacts-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  max-width: 290px;
  padding-right: 30px;
  display: flex;
}

.footer-brand {
  color: #fff;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
  font-family: Poppins, sans-serif;
}

.footer-logo {
  object-fit: cover;
  width: 100px;
  height: 100%;
}

.search-wrap-input {
  height: 60px;
  color: var(--text-dark);
  background-color: #0000;
  border: 1px solid #0000;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: var(--dark-gray);
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-bottom-line {
  background-color: var(--primary);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

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

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

.search-link {
  margin-bottom: 10px;
  font-size: 18px;
  transition: all .3s;
  display: inline-block;
}

.search-link:hover {
  opacity: .7;
}

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

.search-section {
  padding-top: 160px;
  padding-bottom: 80px;
}

.footer-contact-info-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  text-align: left;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.button-wrapper {
  margin-top: 20px;
}

.service-list-item {
  position: relative;
}

.primary-button-white {
  border: 1px solid var(--dark);
  background-color: var(--white);
  color: var(--dark);
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: 10px;
  align-items: center;
  padding: 14px 30px;
  font-size: 16px;
  transition: all .3s;
}

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

.primary-button-white.margin-top-button-space {
  margin-top: 40px;
}

.primary-button-white.margin-top-button-space:hover {
  color: var(--white);
}

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

.about-us-video {
  background-image: linear-gradient(#0003, #0003), url('../images/plumber_1plumber.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 495px;
  height: 570px;
  display: flex;
  position: relative;
}

.features-container {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

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

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

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

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

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

.project-template-content {
  border-radius: 10px;
}

.project-template-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 250px;
  display: flex;
}

.project-template-content-wrapper {
  width: 100%;
  display: flex;
}

.project-template-info-wrap {
  border-bottom: 1px solid var(--white-50);
  padding-bottom: 10px;
}

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

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

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

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

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

.play-button-hover {
  z-index: 4;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 84px;
  height: 84px;
  color: var(--white);
  background-color: #fff6;
  border-radius: 50%;
  transition: all .3s;
  position: absolute;
}

.contacts-location-wrapper {
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.tab {
  color: #dfdfdf;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3em;
  transition: color .3s;
}

.tab:hover {
  opacity: 1;
  color: var(--primary);
}

.tab.w--current {
  color: var(--text-dark);
  background-color: #0000;
  padding-right: 20px;
}

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

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

.map-wrapper {
  position: relative;
}

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

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

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

.project-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all .4s;
}

.project-image:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}

.courses-collection {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

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

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

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

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

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

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

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

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

.mask {
  z-index: 2;
  height: auto;
}

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

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

.blog-author-image {
  border-radius: 100%;
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin-right: 10px;
}

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

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

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

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

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

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

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

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

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

.rich-text-style ul {
  background-color: var(--paragraph-gray);
  color: var(--paragraph-gray);
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
}

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

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

.team-item {
  width: 33%;
}

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

.faq-image {
  object-fit: cover;
  border-radius: 10px;
  width: 50%;
  height: 570px;
}

.brand-tablet {
  display: none;
}

.brand {
  width: 104px;
}

.brand.w--current {
  width: 100px;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.form.margin-top {
  margin-top: 45px;
}

.style-guide-tab-content-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.style-guide-tab-content-wrapper.no-spacing {
  grid-row-gap: 0px;
}

.tabs-style-guide {
  width: 100%;
}

.spacing-system-image {
  filter: grayscale();
  max-width: 80%;
}

.grid-header {
  margin-top: 55px;
}

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

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

.style-guide-tab-link {
  border-top: 1px solid var(--dark);
  border-right: 1px solid var(--dark);
  border-bottom: 1px solid var(--dark);
  background-color: var(--white);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  display: flex;
}

.style-guide-tab-link.w--current {
  background-color: var(--dark);
  color: #fff;
}

.style-guide-tabs-menu {
  border-left: 1px solid var(--dark);
  margin-bottom: 80px;
  display: flex;
}

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

.grid-title.first-grid {
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  height: 100%;
  margin-top: 0;
}

.spasing-system-image-mobile-2 {
  filter: grayscale();
  max-width: 70%;
}

.album-style-guide-title {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
}

.landing-inner-page-image {
  object-fit: cover;
  object-position: 50% 0%;
  border: 1px solid #e9e9e9;
  width: 100%;
}

.landing-inner-page-image.banner {
  box-shadow: 0 6px 20px #00000014;
}

.landing-banner-content {
  z-index: 999;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1100px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
  inset: auto;
}

.banner-description {
  text-align: center;
  letter-spacing: 2.4px;
  max-width: 560px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8em;
}

.landing-banner-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
}

.landing-home-pages-wrapper-banner {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.landing-banner-screens {
  z-index: 999;
  width: 100%;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.landing-inner-page-item {
  text-align: center;
  background-color: #0000;
  width: 100%;
  padding: 6px;
}

.landing-paragraph-style {
  color: #fff;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 16px;
}

.section-landing-customers {
  background-color: var(--dark);
  padding-top: 100px;
  padding-bottom: 80px;
  overflow: hidden;
}

.landing-customers-content-left {
  grid-row-gap: 15px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  padding-right: 40px;
  display: flex;
}

.landing-customers-content-right {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 56%;
  display: grid;
}

.landing-section-heading-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.landing-customers-icon-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.landing-icon-style {
  opacity: 1;
  filter: invert();
  width: 40px;
  max-height: 60px;
}

.paragraph-benefits-large {
  color: #fff;
  width: 90%;
}

.landing-customers-layout {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.landing-section-title {
  margin: 0 auto;
}

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

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

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

.landing-inner-page-title {
  text-transform: none;
  transition: all .3s;
}

.landing-inner-page-title:hover {
  color: var(--primary);
}

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

.free-trial-wrap {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.free-trial-wrap.landing {
  flex-direction: column;
  align-items: center;
  max-width: 690px;
  display: flex;
}

.free-trial-text {
  margin-top: 0;
  margin-bottom: 40px;
}

.section-banner {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-banner.landing-banner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.color-bg {
  background-color: var(--dark);
  height: 140px;
  position: absolute;
  inset: auto 0% 0%;
}

.pages-banner {
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
}

.shop-details-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.12fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.shop-item-price-wrapper {
  grid-column-gap: 10px;
  color: var(--white);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.shop-details-block {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.shop-item-info-wrapper {
  flex-direction: column;
  margin-top: 15px;
  display: flex;
}

.shop-details-content-block {
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.shop-text-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.shop-details-title {
  max-width: 450px;
  color: var(--white);
  margin-top: 0;
  font-size: 42px;
}

.shop-details-image {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  display: block;
}

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

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

.footer-rights-wrapper {
  text-align: left;
  flex-wrap: wrap;
}

.position-relative {
  position: relative;
}

.coming-soon-form-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.success-message {
  background-color: var(--white);
  color: var(--primary);
}

.error-message {
  color: var(--primary);
  text-align: center;
  background-color: #0000;
  padding: 0;
}

.form-block-contacts {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

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

.footer-links-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  display: flex;
}

.footer-contact-link {
  color: var(--white);
  text-transform: capitalize;
  font-weight: 400;
  transition: all .3s;
}

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

.footer-contact-link.margin-top-small {
  margin-top: 12px;
  display: block;
}

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

.white.margin-bottom {
  margin-top: 0;
  margin-bottom: 24px;
}

.white.margin-top-small-gap {
  margin-top: 20px;
}

.white.magin-testimonials {
  margin-top: 20px;
  margin-bottom: 5px;
}

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

.white.no-margin-top {
  margin-top: 0;
}

.span-primary {
  color: var(--primary);
}

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

.outline-input {
  color: #9396a0;
  letter-spacing: .05em;
  background-color: #fff0;
  border: 1px solid #9396a0;
  border-radius: 10px;
  height: auto;
  margin-bottom: 12px;
  padding: 14px;
  font-size: 16px;
  line-height: 1.5em;
}

.outline-input:focus {
  border-color: var(--primary);
}

.outline-input::placeholder {
  color: #9396a0;
}

.copyright-block {
  max-width: none;
  padding-left: 0;
}

.footer-copy-link {
  color: var(--white);
  text-align: left;
  font-size: 16px;
}

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

.success-message-text {
  background-color: #ddd0;
  padding-top: 10px;
  padding-bottom: 0;
}

.banner-content-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.header-subtitle {
  color: var(--primary);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 16px;
}

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

.header-subtitle.margin-top-small-gap {
  margin-bottom: 20px;
}

.header-subtitle.subtitle-white {
  color: var(--white);
}

.banner-wrap-title {
  max-width: 590px;
}

.banner-wrap-title.half-section-width {
  max-width: 70%;
}

.banner-wrap-description {
  max-width: 390px;
}

.flex-content-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-content-wrapper.top-aligment {
  align-items: flex-start;
}

.flex-content-wrapper.home-2 {
  z-index: 5;
}

.flex-content-wrapper.form-section {
  align-items: center;
}

.flex-content-wrapper.full {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  margin-top: 60px;
  overflow: hidden;
}

.margin-top-inner-text-block {
  margin-top: 30px;
}

.margin-top-inner-text-block.list-white, .margin-top-inner-text-block.list-white-second {
  background-color: var(--white);
  color: var(--white);
}

.margin-top-paragraph {
  margin-top: 30px;
}

.margin-top-paragraph.blue-title {
  color: #001f6d;
}

.text-wrap-half {
  max-width: 45%;
}

.text-wrap-half.sticky {
  position: sticky;
  top: 100px;
}

.text-wrap-half.home-2 {
  max-width: 50%;
}

.text-wrap-home-2 {
  max-width: 350px;
}

.max-width-text-small {
  max-width: 300px;
}

.max-width-text-small.margin-top-gap {
  margin-top: 20px;
}

.services-features-wrap-inner {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.column-one {
  flex-direction: column;
  display: flex;
}

.service-item-link {
  border: 1px solid var(--text-dark);
  background-color: var(--white);
  border-radius: 10px;
  max-width: 270px;
  padding: 20px 5px;
  transition-property: all;
  transition-duration: .4s;
}

.service-item-link:hover {
  background-color: var(--dark);
}

.card-text-wrap {
  margin-top: 28px;
  padding-left: 10px;
  padding-right: 15px;
}

.services-collection-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.column-two.margin-top-50px {
  margin-top: 50px;
}

.white-text-banner {
  color: var(--white);
  margin-bottom: 0;
}

.white-text-banner.margin-top-gap {
  margin-top: 20px;
  font-size: 55px;
}

.rounded-corner {
  border-radius: 10px;
}

.rounded-corner.margin-top {
  margin-top: 25px;
}

.block-primary-overlay {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--primary);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1170px;
  padding: 74px;
  display: grid;
}

.statistic-number {
  font-size: 80px;
  line-height: 1em;
}

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

.section-title-left {
  margin-right: auto;
}

.tabs-block-horizontal {
  width: 100%;
  display: flex;
}

.tabs-block-horizontal.inner-section-gap {
  margin-top: 40px;
}

.tab-panel {
  width: 100%;
}

.tabs-menu-row {
  flex-direction: column;
  min-width: 412px;
  display: flex;
}

.tab-content {
  width: 100%;
}

.team-member-card {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 26px;
  display: flex;
}

.block-primary-overlay-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1170px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  top: auto;
  bottom: -150px;
  left: 50%;
  transform: translate(-50%);
}

.footer-general-wrap {
  width: 100%;
}

.inner-bottom-gap {
  margin-bottom: 40px;
}

.inner-bottom-gap.left {
  margin-right: auto;
}

.white-list-item {
  background-color: var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.white-list-item.none {
  background-color: var(--white);
  opacity: .5;
}

.none {
  -webkit-text-fill-color: transparent;
  background-color: #9396a0;
  -webkit-background-clip: text;
  background-clip: text;
  list-style-type: disc;
}

.home-1-slider {
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.home-1-slide {
  width: 31.2%;
  margin-right: 30px;
}

.link-caps {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: underline;
}

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

.link-caps.margin-top {
  margin-top: 30px;
  display: block;
}

.link-caps.margin-top-link {
  margin-top: 20px;
  display: block;
}

.link-caps.margin-top-small {
  display: block;
}

.blog-post-text-wrap {
  margin-top: 30px;
}

.blog-post-text-wrap.blog {
  margin: 30px;
}

.blog-post-image-link {
  border-radius: 10px;
  overflow: hidden;
}

.blog-post-image {
  transition: all .3s;
}

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

.colection-blog-item {
  position: relative;
}

.colection-blog-item.border {
  border: 1px solid #000;
  border-radius: 12px;
}

.home-1-slider-arrow {
  border: 1px solid var(--primary);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s;
  display: flex;
  inset: -90px 0% auto auto;
}

.home-1-slider-arrow:hover {
  border-color: var(--text-dark);
}

.home-1-slider-arrow.left {
  right: 50px;
}

.category {
  background-color: var(--white);
  letter-spacing: .05em;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.5em;
  transition-property: all;
  display: inline-block;
  position: absolute;
  inset: 20px auto auto 20px;
}

.category:hover {
  background-color: var(--primary);
  color: var(--text-dark);
}

.arrow-slider-left {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.arrow-dark {
  position: absolute;
}

.arrow-dark.left {
  z-index: 2;
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.text-width-fixed {
  max-width: 500px;
}

.margin-top-small {
  margin-top: 15px;
}

.margin-top-small-gap {
  margin-top: 25px;
}

.images-wrap {
  width: 100%;
  height: 100%;
}

.images-wrap.relative {
  max-width: 428px;
  position: relative;
}

.frame {
  border: 1px solid #000;
  border-radius: 10px;
  width: 325px;
  height: 480px;
  margin-bottom: 132px;
  margin-left: 38px;
  margin-right: 65px;
}

.about-image-absolute {
  z-index: 10;
  border-radius: 10px;
  height: 303px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.about-image-absolute-big {
  z-index: 5;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-width: 300px;
  height: 530px;
  position: absolute;
  inset: auto 0 58px auto;
}

.solution-home-2 {
  width: 100%;
}

.solution-collection-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
  position: relative;
}

.solution-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.circle-arrow {
  border: 1px solid var(--primary);
  border-radius: 60px;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  transition-property: all;
  display: flex;
  transform: rotate(-45deg);
}

.circle-arrow:hover {
  transform: rotate(0);
}

.solution-home-2-collection {
  width: 100%;
}

.fa-icon-arrow {
  color: var(--primary);
  font-family: "Fa solid 900", sans-serif;
}

.left-small-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--primary);
  border: 1px solid #000;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 98%;
  max-width: 1150px;
  margin-right: auto;
  display: flex;
}

.statistic-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 60px;
  display: grid;
}

.statistic-item.center {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.statistic-item-number {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: center;
  display: flex;
}

.margin-non {
  margin-top: 0;
  margin-bottom: 0;
}

.flex-content-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-content-wrap.space-between {
  justify-content: space-between;
}

.portfolio-column {
  width: 100%;
  max-width: 100%;
}

.project-link {
  border: 1px solid #000;
  border-radius: 10px;
  height: 350px;
  overflow: hidden;
}

.portfolio-title {
  margin-top: 25px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.3em;
  transition: all .3s;
  display: block;
}

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

.project-collectvion-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.inner-bottom-gap-large-space {
  text-align: center;
  margin-bottom: 40px;
}

.quote-flex-block {
  justify-content: space-between;
  width: 100%;
}

.home-2-quote {
  border-left-width: 0;
  max-width: 760px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 36px;
}

.quote-author-images {
  display: flex;
}

.quote-author-img {
  object-fit: cover;
  border-radius: 80px;
  width: 80px;
  min-width: 80px;
  height: 80px;
  position: relative;
  left: -10px;
}

.quote-circle {
  z-index: 5;
  background-color: var(--primary);
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  min-width: 80px;
  height: 80px;
  display: flex;
}

.service-absolute-image {
  border-radius: 10px;
  width: 230px;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 21%;
  transform: rotate(-10deg);
}

.quote-slider {
  background-color: #ddd0;
  height: auto;
}

.quote-slide {
  height: auto;
}

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

.banner-feature-block.margin-top-inner-gap {
  z-index: 5;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
  position: relative;
}

.banner-feature-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  background-color: #ffffff26;
  border: 1px solid #ffffff8c;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px;
  display: flex;
}

.margin-bottom-image {
  margin-bottom: 32px;
}

.text-wrap-half-section {
  max-width: 500px;
}

.cta-wrap {
  max-width: 795px;
  margin-right: auto;
}

.title-grid-one-row {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.service-item-home-3 {
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 10px;
  height: 100%;
  padding: 20px;
  transition: all .3s;
}

.service-item-home-3:hover {
  background-color: var(--dark);
}

.services-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 40px;
  display: grid;
}

.tab-menu-home-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid var(--white-50);
  width: 100%;
  display: flex;
}

.tab-wrap-home-2 {
  z-index: 5;
  width: 100%;
}

.tab-home-2-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ddd0;
  align-items: flex-start;
  width: 33.3%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tab-home-2-item.w--current {
  background-color: #ddd0;
  width: 33.3%;
}

.tab-image {
  z-index: 5;
  border: 1px solid #000;
  border-radius: 10px;
  width: 100%;
  position: relative;
}

.tab-line {
  background-color: var(--primary);
  border-radius: 5px;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  inset: auto auto -1px 0%;
}

.section-white-background {
  z-index: 0;
  background-color: var(--white);
  width: 100%;
  height: 340px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.tab-home-2-content {
  z-index: 5;
}

.margin-top-text {
  margin-top: 25px;
}

.input-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.input-label-blue {
  color: #001f6d;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}

.text-wrap-fixed-width {
  max-width: 400px;
}

.success-message-blocktext {
  background-color: #ddd0;
}

.client-feedback {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid var(--text-dark);
  background-image: linear-gradient(#fff3d5 37%, #fffdf7);
  border-radius: 20px;
  justify-content: space-between;
  width: 100%;
  padding: 40px;
  display: flex;
}

.feedback {
  border-left: 0 #f6ba2600;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-weight: 400;
  line-height: 1.6;
}

.quote-author-info-wrap {
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.author-info-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.author-circle-image {
  border-radius: 60px;
  width: 56px;
  min-width: 56px;
  height: 56px;
}

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

.text-small.no-margin-top {
  margin-top: 0;
}

.text-small.margin-top-small {
  margin-top: 12px;
}

.author-name {
  margin-bottom: 5px;
}

.quote-general-wrap {
  max-width: 740px;
}

.service-link-block {
  height: 100%;
}

.banner-center-title {
  max-width: 850px;
}

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

.about-video {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/About_1About.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 430px;
  height: 570px;
  display: flex;
  position: relative;
}

.text-wrap-about {
  max-width: 645px;
}

.fixed-size-text {
  width: 350px;
  min-width: 350px;
}

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

.services-grid-roofs {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 40px;
  display: grid;
}

.accordion-icon-block {
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.line-horizontal {
  background-color: var(--text-dark);
  width: 100%;
  height: 2px;
}

.line-vertical {
  background-color: var(--text-dark);
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.testimonials-item-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #272d42;
  background-image: url('../images/Group-1000002360.svg');
  background-position: 95% 90%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 30px;
  display: flex;
}

.stars {
  width: 110px;
}

.left {
  text-align: left;
  transform: rotate(0);
}

.testimonial-author-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  min-width: 120px;
  height: 120px;
}

.slider-testimonials {
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.slider-testimonials-mask {
  max-height: none;
}

.banner-title-wrapper-small {
  flex-direction: column;
  align-items: center;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.client-feedback-tab {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid var(--text-dark);
  background-image: linear-gradient(#fff3d5 37%, #fffdf7);
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
  padding: 40px;
  display: flex;
}

.client-feedbacks-tabs {
  flex-direction: column;
  min-width: 300px;
  margin-right: 30px;
  display: flex;
}

.client-feedback-wrap {
  justify-content: space-between;
  display: flex;
}

.feedback-tab-item {
  color: #dfdfdf;
  background-color: #ddd0;
  padding-left: 0;
  font-size: 22px;
  font-weight: 600;
}

.feedback-tab-item.w--current {
  color: var(--primary);
  background-color: #c8c8c800;
  padding-left: 0;
  font-size: 22px;
  font-weight: 600;
}

.team-member-overlay {
  background-color: #1b20334d;
  width: 100%;
  height: 100%;
  position: absolute;
}

.team-card-item {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: relative;
}

.form-contact-us {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 50%;
  height: 100%;
  display: flex;
}

.subject {
  max-width: 45%;
}

.form-option {
  cursor: pointer;
  background-image: url('../images/icons.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px;
  border-color: #ffc127;
  border-radius: 5px;
  width: 45px;
  height: 45px;
  margin-top: 0;
  margin-right: 15px;
  position: static;
}

.form-option.w--redirected-checked {
  border: 1px none var(--dark);
  background-color: var(--dark);
  border-radius: 5%;
}

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

.form-option.second {
  background-image: url('../images/carbon_sales-ops.svg');
}

.form-option.last {
  background-image: url('../images/material-symbols-light_perm-media-outline.svg');
}

.radio-button-field {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.radio-button-field.last {
  margin-bottom: 0;
}

.contact-form-wrapper-contact-page {
  background-color: var(--white);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 480px;
  min-height: 400px;
  padding: 60px;
  display: flex;
}

.statistics-row {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

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

.address-info {
  padding-left: 30px;
  padding-right: 30px;
}

.max-width-small {
  max-width: 200px;
}

.icon-mid-size {
  width: 32px;
}

.services-collection {
  width: 100%;
}

.services-collection-item-wrap {
  border: 1px solid #000;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.services-collection-list-items {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.services-text-info-wrap {
  max-width: 50%;
  padding: 40px;
}

.services-image {
  object-fit: cover;
  width: 100%;
  transition: all .3s;
}

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

.service-item-icon {
  background-color: var(--dark);
  border-radius: 5px;
  width: 50px;
  margin-right: 10px;
  padding: 10px;
}

.services-image-link {
  transition-property: all;
  overflow: hidden;
}

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

.feature-primary-block-item {
  background-color: var(--primary);
  border-radius: 10px;
  padding: 60px 30px 30px;
  position: relative;
}

.icon-dark-block {
  background-color: var(--dark);
  border-radius: 2px 2px 10px 10px;
  justify-content: center;
  align-items: center;
  width: 49px;
  height: 49px;
  display: flex;
  position: relative;
}

.icon-label-wrap {
  border-radius: 5px;
  height: 70px;
  position: absolute;
  top: -20px;
  overflow: hidden;
}

.label-triangle {
  background-color: var(--dark);
  border-radius: 10px 10px 5px;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: auto 0% 9px;
  transform: rotate(45deg);
}

.inner-bottom-gap-large {
  margin-bottom: 60px;
}

.big-number {
  color: var(--primary);
  font-size: 50px;
  font-weight: 600;
  line-height: 1em;
}

.card-wrap-stage {
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 10px;
  max-width: 300px;
  padding: 30px 30px 20px;
}

.column-one-gap, .column-two-gap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.column-two-gap.margin-top-block-space {
  margin-top: 50px;
}

.accordion-wrapper-with-image {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  display: flex;
}

.stage-description, .stage-title {
  margin-top: 15px;
}

.row {
  align-items: center;
  display: flex;
}

.banner-content-wrapper-flex {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.services-banner-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-height: 350px;
}

.white-text-banner-h1-inner-page {
  color: var(--white);
  margin-bottom: 0;
  font-size: 54px;
}

.banner-content-wrapper-service {
  z-index: 5;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.banner-wrap-description-service {
  max-width: 600px;
}

.service-banner-image {
  width: 40px;
}

.grid-wrapper-columns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.grid-wrapper-columns.margin-top-inner-gap {
  align-items: start;
  margin-top: 60px;
}

.service-inner-dark-block {
  background-color: var(--dark);
  border-radius: 8px;
  height: 100%;
  padding: 40px;
}

.benefits h4 {
  color: var(--primary-light);
  background-image: url('../images/Rectangle-4598.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 20px;
  padding-left: 25px;
}

.benefits p {
  color: var(--white);
}

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

.blog-post-image-link-item {
  border-radius: 10px 10px 0 0;
  width: 100%;
  max-height: 300px;
  display: block;
  overflow: hidden;
}

.blog-post-image-item {
  object-fit: cover;
  width: 100%;
  transition: all .3s;
}

.blog-post-image-item:hover {
  transform: scale(1.1);
}

.author-container {
  margin-top: 30px;
  display: flex;
}

.wrapper-container-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: flex-start;
  display: flex;
}

.blog-sidebar {
  border: 1px solid #000;
  border-radius: 8px;
  min-width: 320px;
  padding: 20px 25px 30px;
}

.blog-posts-categories {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.posts-blog-categories {
  border-bottom: 1px solid #0000001a;
  margin-top: 15px;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.blog-post-title-small {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
  transition: color .3s;
  display: block;
}

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

.blog-post-text-wrap-sidebar {
  margin-top: 15px;
}

.colection-blog-item-sidebar {
  border-bottom: 1px solid #0000001a;
  padding-bottom: 30px;
  position: relative;
}

.sidebar-posts-collection {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.vertical-flex.social-media {
  border-top: 1px solid #000;
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 40px;
}

.social-media-flex {
  display: flex;
}

.team-social-icon-small-size {
  color: var(--primary);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 18px;
}

.team-social-icon-small-size:hover {
  color: var(--dark);
}

.margin-bottom-space {
  margin-bottom: 15px;
}

.blog-post-image-link-small {
  border-radius: 10px;
  overflow: hidden;
}

.margin-top-inner-gap {
  margin-top: 40px;
}

.margin-bottom-inner-gap-small {
  margin-bottom: 30px;
}

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

.slider-home-3 {
  background-color: #ddd0;
  height: auto;
}

.slider-home-3-arrow {
  border: 1px solid var(--text-dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s;
  display: flex;
  top: 80px;
  left: 42px;
  right: auto;
}

.slider-home-3-arrow:hover {
  border-color: var(--primary);
}

.slider-home-3-arrow.right {
  transition: all .3s;
  left: 92px;
}

.slider-home-3-arrow.right:hover {
  border-color: var(--primary);
}

.pricing-wrap {
  width: 100%;
}

.pricing-feature-included {
  padding-left: 10px;
  padding-right: 10px;
}

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

.projects-collection-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.collection-portfolio-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid #000;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 30px 40px;
  display: grid;
}

.collection-portfolio-item.image-right {
  grid-template-columns: .75fr 1fr;
}

.lightbox-main {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.lightbox-small-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.relative {
  position: relative;
}

.lightbox-small-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  width: 100px;
  height: 80px;
  display: flex;
}

.project-images-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.portfolio-title-item {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.3em;
  transition: all .3s;
}

.portfolio-title-item:hover {
  color: var(--primary);
}

.lightbox-small-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100px;
  height: 80px;
}

.projects-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.project-description-banner {
  color: var(--white);
  margin-top: 25px;
  margin-bottom: 30px;
}

.banner-wrap-title-large {
  max-width: 600px;
}

.project-banner-img {
  object-fit: cover;
  border-radius: 10px;
  width: 70%;
  height: 100%;
}

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

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

.rich-text-style-project h4 {
  margin-bottom: 15px;
}

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

.rich-text-style-project ul {
  background-color: var(--paragraph-gray);
  color: var(--paragraph-gray);
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
}

.rich-text-style-project img {
  object-fit: cover;
  border-radius: 10px;
  max-height: 480px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.banner-content-wrapper-blog {
  z-index: 5;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.margin-top-small-spacing {
  margin-top: 20px;
}

.image-overlay {
  object-fit: cover;
}

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

.column-two-gallery {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.column-two-gallery.margin-top-medium-gap {
  margin-top: 60px;
}

.column-one-gallery {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.page-error-h1 {
  font-size: 140px;
}

.brand-logo {
  object-fit: cover;
  width: 104px;
}

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

.banner-text-width {
  max-width: 500px;
}

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

.product-image {
  object-fit: cover;
  width: 100%;
  height: 300px;
  transition: all .3s;
}

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

.product-image-link {
  border-radius: 9px 9px 0 0;
  width: 100%;
  display: block;
  position: relative;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.product-text-info {
  padding: 20px 30px 30px;
}

.product-price {
  z-index: 5;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  display: flex;
  position: absolute;
  inset: auto auto 20px 30px;
}

.price-item {
  color: var(--dark);
}

.product-item {
  border: 1px solid #000;
  border-radius: 10px;
}

.cart-button {
  background-color: #3898ec00;
  padding-left: 8px;
  padding-right: 8px;
}

.cart-quantity {
  background-color: var(--primary);
  min-width: 16px;
  height: 16px;
  color: var(--dark);
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 10px;
  line-height: 10px;
  display: flex;
  position: absolute;
  top: -6.5px;
  right: -1px;
}

.product-cart-image {
  object-fit: cover;
  border-radius: 5px;
  width: 80px;
  height: 100px;
}

.cart-price {
  font-size: 16px;
}

.cart-quantity-item {
  border-top-color: var(--gray);
}

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

.cart-footer {
  border-top-style: none;
  border-top-width: 0;
}

.cart-item {
  border-bottom: 1px solid var(--gray);
  border-top-color: var(--gray);
  align-items: center;
}

.margin-top-gap-small {
  margin-top: 20px;
  margin-bottom: 0;
}

.flex-header-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
}

.product-link {
  display: block;
}

.product-title {
  transition: all .3s;
}

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

.flex.small-inner-gap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-top: 5px;
  display: flex;
}

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

.category-product {
  color: var(--primary);
  letter-spacing: .05em;
  font-size: 16px;
  line-height: 1.5em;
  transition-property: all;
  display: block;
}

.category-product:hover {
  color: var(--white);
}

.checkout-form {
  background-color: var(--white);
  padding-top: 160px;
  padding-bottom: 80px;
}

.block-header {
  background-color: var(--primary-light);
}

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

.checkbox {
  margin-top: 0;
}

.checkbox-label {
  margin-bottom: 0;
}

.order-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
}

.checkout-cart-image {
  object-fit: cover;
  border-radius: 5px;
  width: 80px;
  height: 80px;
}

.checkout-price {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.checkout-block-info {
  margin-left: 0;
  margin-right: 0;
}

.paypal-checkout-form, .order-confirmation {
  background-color: var(--white);
  padding-top: 160px;
  padding-bottom: 80px;
}

.dark-bg-line {
  z-index: -1;
  background-color: var(--dark);
  width: 100%;
  height: 180px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.list-item-white {
  background-color: var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.slider {
  background-color: #ddd0;
  border-radius: 10px;
  height: 100%;
  max-height: 420px;
}

.slide {
  width: 100%;
  height: 100%;
  margin-right: 20px;
}

.lightbox-product {
  width: 100%;
  height: 100%;
}

.product-slider-arrow {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s;
  display: flex;
  inset: 50% -1% auto auto;
  transform: translate(0, -50%);
}

.product-slider-arrow:hover {
  border-color: var(--text-dark);
  background-color: #ffc127;
}

.product-slider-arrow.left-arrow {
  left: -1%;
  right: auto;
}

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

.rich-text-style-product h3 {
  margin-top: 20px;
  margin-bottom: 15px;
}

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

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

.rich-text-style-product ul {
  background-color: var(--paragraph-gray);
  color: var(--paragraph-gray);
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
}

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

.roofing-service-icon {
  width: 60px;
  height: 60px;
}

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

.field-label, .quantity {
  display: none;
}

.summary {
  top: 100px;
}

.h3-link-white {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.2em;
  display: block;
}

.h3-link {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.2em;
  display: block;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.btn-icon {
  margin-right: 8px;
}

.text-orange {
  color: #f69c20;
}

.promotion-labels-wrapper-to-remove {
  z-index: 9999;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  background-color: #1c276d;
  border-radius: 4px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.promotion-label-left {
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.promotion-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

.promotion-label-close {
  cursor: pointer;
  padding: 15px 20px 10px;
  display: flex;
  position: absolute;
  top: -7px;
  right: -14px;
}

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
}

.promotion-label-button:hover {
  color: #ffffffb3;
}

.promotion-label-buy-this-template {
  z-index: 1000;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #4353ff;
  border: 1px solid #4353ff;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  opacity: 1;
  color: #fff;
}

.promotion-label-all-templates {
  z-index: 1000;
  color: #4353ff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.promotion-label-all-templates:hover {
  opacity: 1;
  color: #000;
}

.promotion-label-buttons-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  max-width: 93%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.trust-bar-section {
  background-color: #1a1a1a;
  padding: 20px 5%;
}

.trust-bar-container {
  grid-column-gap: 40px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}

.trust-bar-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.trust-bar-icon {
  color: #fd6c06;
  text-align: center;
  min-width: 28px;
  font-size: 18px;
  font-weight: 700;
}

.trust-bar-text {
  color: #fff;
  letter-spacing: .03em;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
}

.pts-services-list {
  grid-row-gap: 0;
  grid-column-gap: 0;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.pts-service-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: default;
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: flex-start;
  padding: 28px 0;
  display: flex;
}

.pts-service-text {
  flex: 1;
}

.pts-service-cta {
  color: #f5a623;
  letter-spacing: .03em;
  white-space: nowrap;
  flex-shrink: 0;
  padding-top: 3px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.pts-stats-wrap {
  background-color: #f7f7f5;
  padding: 72px 5%;
}

.pts-stats-container {
  grid-column-gap: 64px;
  grid-row-gap: 48px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
}

.pts-stat-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  min-width: 180px;
  display: flex;
}

.pts-stat-number {
  color: #1a1a1a;
  letter-spacing: -.03em;
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
}

.pts-stat-suffix {
  color: #fd6c06;
  display: inline;
}

.pts-stat-label {
  color: #555;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
}

.pts-stat-divider {
  background-color: #fd6c06;
  border-radius: 2px;
  width: 32px;
  height: 3px;
  margin: 8px auto 0;
}

.pts-stats-cta {
  text-align: center;
  margin-top: 52px;
}

.pts-gallery-wrap {
  width: 100%;
}

.pts-gallery-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  display: grid;
}

.pts-gallery-item {
  aspect-ratio: 4 / 3;
  cursor: pointer;
  background-color: #d8d8d8;
  background-image: url('../images/IMG_0648.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.pts-gallery-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .3s;
  display: block;
}

.pts-gallery-caption {
  background-image: linear-gradient(0deg, #000000bf, #0000);
  padding: 30px 14px 12px;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.pts-gallery-placeholder {
  background-color: #e2e2e2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.pts-gallery-cta {
  text-align: center;
  margin-top: 40px;
}

.pts-reviews-wrap {
  background-color: #fff;
  padding: 0 5% 80px;
}

.pts-reviews-header {
  text-align: center;
  margin-bottom: 52px;
}

.pts-reviews-eyebrow {
  color: #fd6c06;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
}

.pts-reviews-h2 {
  color: #1a1a1a;
  letter-spacing: -.02em;
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
}

.pts-reviews-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
}

.pts-review-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f7f7f5;
  border-radius: 8px;
  flex-direction: column;
  padding: 32px 28px;
  display: flex;
}

.pts-review-stars {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.pts-review-star {
  color: #fd6c06;
  font-size: 18px;
}

.pts-review-quote {
  color: #333;
  flex: 1;
  font-size: 15px;
  font-style: italic;
  line-height: 1.7;
}

.pts-review-author {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border-top: 1px solid #e5e5e3;
  flex-direction: column;
  padding-top: 16px;
  display: flex;
}

.pts-review-name {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 700;
}

.pts-review-location {
  color: #888;
  font-size: 13px;
}

.pts-reviews-footer {
  text-align: center;
  margin-top: 44px;
}

.pts-sa-section {
  background-color: #1a1a1a;
  padding: 80px 5%;
}

.pts-sa-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.pts-sa-eyebrow {
  color: #fd6c06;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
}

.pts-sa-h2 {
  color: #fff;
  letter-spacing: -.02em;
  margin: 0 0 20px;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
}

.pts-sa-intro {
  color: #ffffffb3;
  max-width: 680px;
  margin-bottom: 48px;
  font-size: 15px;
  line-height: 1.7;
}

.pts-sa-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.pts-sa-county-name {
  color: #f5a623;
  letter-spacing: .14em;
  text-transform: uppercase;
  border-bottom: 1px solid #f5a6234d;
  margin-bottom: 16px;
  padding-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
}

.pts-sa-cities {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.pts-sa-city {
  color: #fffc;
  font-size: 14px;
  font-weight: 500;
}

.pts-sa-additional {
  border-top: 1px solid #ffffff1a;
  margin-top: 24px;
  padding-top: 24px;
}

.pts-sa-additional-label {
  color: #fff6;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 700;
}

.pts-sa-additional-cities {
  grid-column-gap: 20px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  display: flex;
}

.pts-sa-additional-city {
  color: #ffffffa6;
  font-size: 14px;
}

.pts-sa-footnote {
  background-color: #ffffff0d;
  border-left: 3px solid #f5a623;
  border-radius: 0 4px 4px 0;
  margin-top: 40px;
  padding: 20px 24px;
}

.pts-emergency-band {
  text-align: center;
  background-color: #fd6c06;
  padding: 72px 5%;
}

.pts-emergency-inner {
  max-width: 860px;
  margin: 0 auto;
}

.pts-emergency-eyebrow {
  color: #0000008c;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 700;
}

.pts-emergency-h2 {
  color: #1a1a1a;
  letter-spacing: -.02em;
  margin: 0 0 16px;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.15;
}

.pts-emergency-sub {
  color: #000000a6;
  margin: 0 0 40px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
}

.pts-emergency-btns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pts-emergency-btn-primary {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fd6c06;
  letter-spacing: .01em;
  white-space: nowrap;
  background-color: #1a1a1a;
  border-radius: 4px;
  align-items: center;
  padding: 18px 40px;
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
}

.pts-emergency-btn-primary:hover {
  color: #f7f7f5;
}

.pts-emergency-btn-secondary {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #1a1a1a;
  letter-spacing: .01em;
  white-space: nowrap;
  background-color: #0000;
  border: 2px solid #1a1a1a;
  border-radius: 4px;
  align-items: center;
  padding: 18px 32px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.pts-emergency-btn-secondary:hover {
  color: #1a1a1a;
  background-color: #fff;
}

.pts-emergency-note {
  color: #00000080;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 28px;
  font-size: 13px;
  font-weight: 600;
}

.pts-contact-section {
  background-color: #f7f7f5;
  padding: 80px 5%;
}

.pts-contact-inner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
}

.pts-contact-eyebrow {
  color: #f5a623;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
}

.pts-contact-h2 {
  color: #1a1a1a;
  letter-spacing: -.02em;
  margin: 0 0 16px;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
}

.pts-contact-sub {
  color: #555;
  margin: 0 0 36px;
  font-size: 15px;
  line-height: 1.7;
}

.pts-contact-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.pts-contact-info-item {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pts-contact-info-icon {
  color: #f5a623;
  background-color: #1a1a1a;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-top: 1px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.pts-contact-info-text {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  display: flex;
}

.pts-contact-info-label {
  color: #999;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}

.pts-contact-info-value {
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 600;
}

.pts-contact-call-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #1a1a1a;
  letter-spacing: .01em;
  background-color: #fd6c06;
  border: 1px solid #000;
  border-radius: 10px;
  align-items: center;
  margin-top: 28px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
}

.pts-contact-call-btn:hover {
  color: #fd6c06;
  background-color: #fff;
  border-color: #fd6c06;
}

.pts-contact-availability {
  color: #888;
  margin-top: 14px;
  font-size: 13px;
  font-weight: 500;
}

.pts-contact-right {
  background-color: #fff;
  border-radius: 8px;
  padding: 28px 20px;
  box-shadow: 0 2px 20px #00000012;
}

.pts-contact-form-title {
  color: #1a1a1a;
  margin: 0 0 24px;
  font-size: 20px;
  font-weight: 800;
}

.pts-contact-form-row {
  grid-column-gap: 16px;
  grid-row-gap: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.pts-contact-submit, .pts-contact-submit._w-button {
  color: #fff;
  letter-spacing: .02em;
  cursor: pointer;
  background-color: #1a1a1a;
  border-style: none;
  border-radius: 4px;
  width: 100%;
  margin-top: 4px;
  padding: 16px;
  font-size: 15px;
  font-weight: 800;
}

.pts-contact-fine-print {
  color: #aaa;
  text-align: center;
  margin-top: 14px;
  font-size: 12px;
}

.inline-div-0, .inline-div-1 {
  display: none;
}

.pts-cities-wrap {
  margin-top: 40px;
}

.pts-cities-grid {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}

.pts-city-item {
  color: #fffc;
  border-bottom: 1px solid #ffffff12;
  padding: 6px 0;
  font-size: 13px;
  font-weight: 500;
}

.pts-cities-note {
  color: #ffffff73;
  margin-top: 32px;
  font-size: 14px;
  font-style: italic;
}

.pts-city-item-1 {
  color: #fffc;
  border-bottom: 1px solid #ffffff12;
  padding: 7px 0;
  font-size: 13px;
  font-weight: 500;
}

.heading, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6, .heading-7, .heading-8 {
  color: var(--white-50);
}

.contact-icon {
  width: 24px;
}

.services-title {
  color: var(--white);
}

.services-paragraph {
  color: var(--dark-gray);
}

.about-header-subtitle {
  color: var(--primary);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 16px;
}

.about-header-subtitle.dark {
  color: var(--text-dark);
}

.about-header-subtitle.margin-top-small-gap {
  margin-top: 0;
  margin-bottom: 20px;
}

.about-header-subtitle.subtitle-white {
  color: var(--white);
}

.primary-button-orange {
  border: 1px solid var(--text-dark);
  background-color: var(--primary);
  color: var(--text-dark);
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 14px 30px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  transition: all .3s;
  display: inline-block;
}

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

.primary-button-orange.full-width-mobile {
  margin-top: 40px;
  display: block;
}

.primary-button-orange.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.primary-button-orange.header-button {
  letter-spacing: 0;
}

.primary-button-orange.header-button:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.primary-button-orange.burger-menu {
  display: none;
}

.primary-button-orange.full-width {
  width: 100%;
  display: block;
}

.primary-button-orange.button-top-spacing {
  margin-top: 40px;
}

.primary-button-orange.top-spacing-button-small {
  background-color: var(--text-dark);
  color: var(--white);
  margin-top: 40px;
}

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

.primary-button-orange.top-spacing-button-small {
  margin-top: 40px;
}

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

.primary-button-orange.full-width-button {
  width: 100%;
  display: block;
}

.primary-button-orange.button-top-gap, .primary-button-orange.margin-top-button-space {
  margin-top: 40px;
}

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

.link-2 {
  font-size: 15px;
}

.trust-bar-home-icon {
  color: #fd6c06;
  text-align: center;
  min-width: 28px;
  font-size: 26px;
  font-weight: 700;
}

.trust-bar-hour-icon {
  color: #fd6c06;
  text-align: center;
  min-width: 28px;
  font-size: 14px;
  font-weight: 700;
}

.pts-gallery-item-1 {
  aspect-ratio: 4 / 3;
  cursor: pointer;
  background-color: #d8d8d8;
  background-image: url('../images/IMG_0648.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.pts-gallery-item-2 {
  aspect-ratio: 4 / 3;
  cursor: pointer;
  background-color: #d8d8d8;
  background-image: url('../images/IMG_1107.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.pts-gallery-item-3 {
  aspect-ratio: 4 / 3;
  cursor: pointer;
  background-color: #d8d8d8;
  background-image: url('../images/IMG_0842.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.pts-gallery-item-4 {
  aspect-ratio: 4 / 3;
  cursor: pointer;
  background-color: #d8d8d8;
  background-image: url('../images/IMG_1032.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.pts-gallery-item-5 {
  aspect-ratio: 4 / 3;
  cursor: pointer;
  background-color: #d8d8d8;
  background-image: url('../images/image-1.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.pts-gallery-item-6 {
  aspect-ratio: 4 / 3;
  cursor: pointer;
  background-color: #d8d8d8;
  background-image: url('../images/image-2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 74px;
  }

  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.changelog-banner {
    padding-top: 210px;
  }

  .section.banner-dark {
    padding-bottom: 100px;
  }

  .section.pricing-banner {
    padding-top: 200px;
  }

  .section.banner {
    min-height: 450px;
    padding-top: 230px;
  }

  .section.style-guide-section {
    padding-top: 200px;
  }

  .section.shop-product-section {
    padding-top: 200px;
    padding-bottom: 130px;
  }

  .section.dark-background-large-padding {
    padding-bottom: 330px;
  }

  .section.large-padding-top {
    padding-top: 280px;
  }

  .section.home-2-banner {
    justify-content: center;
  }

  .section.home-3-banner {
    height: 100vh;
  }

  .section.dark-background-section {
    padding-bottom: 330px;
  }

  .section.banner-testimonials {
    padding-top: 200px;
  }

  .section.our-team-banner {
    height: 450px;
    padding-top: 200px;
  }

  .section.dark-background-big-top-gap {
    padding-top: 230px;
  }

  .section.blog {
    padding-bottom: 100px;
  }

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

  .section.primary-light-gradient-big-tp {
    padding-top: 230px;
  }

  .section.dark-background-small-pb {
    padding-bottom: 50px;
  }

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

  .headings-typography-wrapper {
    width: 48%;
  }

  .primary-button.header-button {
    letter-spacing: .05em;
  }

  .primary-button.button-top-spacing {
    margin-top: 50px;
  }

  .nav-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .nav-link.white-nav-item-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-dropdown-toggle {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .nav-dropdown-list.megamenu.w--open {
    right: -270px;
  }

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

  .footer {
    padding-top: 80px;
  }

  .footer-bottom-wrapper {
    margin-top: 30px;
  }

  .section-title-wrapper {
    margin-bottom: 60px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .banner-title-wrapper {
    max-width: 880px;
  }

  .banner-title-wrapper.left {
    margin-right: auto;
  }

  .services-wrapper.inner-top-gap {
    margin-top: 80px;
  }

  .pricing-plan-item {
    padding: 50px 60px;
  }

  .pricing-plan-item.main {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .comparing-table-features-wrapper {
    display: block;
  }

  .comparing-table-plans-wrapper {
    width: 67%;
  }

  .comparing-table-list-wrapper {
    padding-top: 2px;
  }

  .comparing-table-content-wrapper {
    padding-top: 10px;
  }

  .workflow-video-wrapper {
    width: 48%;
    max-height: none;
  }

  .workflow-title-wrapper {
    max-width: 52%;
    margin-left: auto;
    padding-top: 80px;
    padding-left: 80px;
  }

  .workflow-quote {
    margin-top: 20px;
  }

  .accordion-toggle {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .testimonials-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .contact-form-wrapper {
    min-height: 500px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .address-cards-wrapper {
    margin-top: 0;
  }

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

  .search-section {
    padding-top: 210px;
    padding-bottom: 130px;
  }

  .about-us-video {
    width: 495px;
  }

  .project-template-info {
    max-width: 280px;
  }

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

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .faq-image {
    width: 47%;
    height: 500px;
  }

  .main-style-guide-body-wrapper {
    margin-right: 60px;
  }

  .landing-banner-screens {
    margin-bottom: -80px;
  }

  .landing-inner-page-item.home-screen-banner, .landing-inner-page-item.home-screen {
    max-width: none;
  }

  .section-landing-customers {
    padding-bottom: 130px;
  }

  .landing-customers-content-left {
    width: 44%;
    padding-right: 80px;
  }

  .paragraph-benefits-large {
    width: 80%;
  }

  .landing-inner-pages-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
  }

  .section-banner {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-banner.landing-banner {
    background-image: none;
    padding-top: 210px;
  }

  .pages-banner {
    padding-top: 200px;
    padding-bottom: 130px;
  }

  .shop-details-wrapper {
    grid-column-gap: 80px;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .form-block-contacts {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .banner-wrap-title.half-section-width {
    max-width: 60%;
  }

  .flex-content-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    justify-content: space-between;
    display: flex;
  }

  .flex-content-wrapper.top-aligment {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .flex-content-wrapper.full {
    width: 1170px;
  }

  .text-wrap-half {
    max-width: 50%;
  }

  .text-wrap-home-2 {
    max-width: 480px;
  }

  .rounded-corner.margin-top {
    margin-top: 35px;
  }

  .block-primary-overlay {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .section-title-left {
    margin-right: auto;
  }

  .tabs-block-horizontal.inner-section-gap {
    margin-top: 60px;
  }

  .tabs-menu-row {
    margin-right: 30px;
  }

  .block-primary-overlay-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .inner-bottom-gap {
    margin-bottom: 60px;
  }

  .home-1-slide {
    width: 31.6%;
  }

  .blog-post-image-link, .blog-post-image {
    width: 100%;
  }

  .home-1-slider-arrow {
    top: -121px;
  }

  .category {
    top: 30px;
    left: 30px;
  }

  .text-width-fixed {
    max-width: none;
  }

  .images-wrap.relative {
    max-width: 50%;
  }

  .about-image-absolute {
    width: 220px;
  }

  .solution-collection-item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .solution-text {
    width: 490px;
  }

  .left-small-block {
    width: 100%;
  }

  .flex-content-wrap.inner-gap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .inner-bottom-gap-large-space {
    margin-bottom: 60px;
  }

  .banner-feature-item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: row;
  }

  .services-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 60px;
  }

  .section-white-background {
    height: 390px;
  }

  .inputs-row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .text-wrap-fixed-width {
    max-width: 470px;
  }

  .client-feedback {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .banner-center-title {
    max-width: 1020px;
  }

  .about-video {
    width: 495px;
  }

  .text-wrap-about {
    max-width: 50%;
  }

  .services-grid-roofs {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 60px;
  }

  .testimonials-item-card {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: var(--dark);
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    padding: 40px;
  }

  .client-feedbacks-tabs {
    flex-direction: column;
    min-width: 310px;
    display: flex;
  }

  .client-feedback-wrap {
    display: flex;
  }

  .subject {
    max-width: 44%;
  }

  .services-image {
    width: 520px;
  }

  .inner-bottom-gap-large {
    margin-bottom: 80px;
  }

  .services-banner-image {
    max-height: 340px;
  }

  .banner-content-wrapper-service {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .banner-wrap-description-service {
    margin-left: auto;
  }

  .grid-wrapper-columns {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

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

  .blog-post-image-link-item, .blog-post-image-item {
    width: 100%;
  }

  .wrapper-container-flex {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .blog-sidebar {
    min-width: 360px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-post-image-link-small {
    width: 100%;
  }

  .center-title-wrapper {
    padding-right: 140px;
  }

  .lightbox-small-wrapper {
    align-items: center;
    height: 100px;
  }

  .lightbox-small-item {
    width: 130px;
    height: 100px;
  }

  .portfolio-title-item {
    max-width: 400px;
  }

  .lightbox-small-image {
    width: 130px;
    height: 100px;
  }

  .projects-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .banner-wrap-title-large {
    max-width: 830px;
  }

  .project-banner-img {
    height: 440px;
  }

  .banner-content-wrapper-blog {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    width: 1170px;
  }

  .page-error-h1 {
    font-size: 160px;
  }

  .banner-text-width {
    max-width: 500px;
  }

  .product-image {
    transition: all .3s;
  }

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

  .cart-quantity {
    top: -8px;
  }

  .product-cart-image {
    object-fit: cover;
    border-radius: 5px;
    width: 80px;
    height: 90px;
  }

  .product-cart-title {
    font-size: 18px;
    line-height: 1.3em;
  }

  .cart-price {
    font-size: 16px;
  }

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

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

  .cart-footer {
    border-top-style: none;
    border-top-width: 0;
  }

  .cart-item {
    border-bottom: 1px solid var(--gray);
    align-items: center;
  }

  .icon {
    display: block;
  }

  .error-state {
    background-color: #ffdede00;
  }

  .flex-header-button {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .product-link {
    display: block;
  }

  .product-title {
    transition: all .3s;
  }

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

  .flex {
    display: flex;
  }

  .flex.small-inner-gap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 5px;
  }

  .category-product {
    top: 30px;
    left: 30px;
  }

  .checkout-form {
    padding-top: 200px;
    padding-bottom: 130px;
  }

  .checkout-cart-image {
    object-fit: cover;
    border-radius: 5px;
    width: 80px;
    height: 90px;
  }

  .paypal-checkout-form, .order-confirmation {
    padding-top: 200px;
    padding-bottom: 130px;
  }

  .slide, .lightbox-product {
    height: 100%;
  }

  .product-slider-arrow {
    right: -4%;
  }

  .product-slider-arrow.left-arrow {
    left: -4%;
  }

  .primary-button-orange.header-button {
    letter-spacing: .05em;
  }

  .primary-button-orange.button-top-spacing {
    margin-top: 50px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.banner-dark {
    padding-top: 160px;
  }

  .nav-dropdown-list.megamenu.w--open {
    right: -355px;
  }

  .workflow-video-wrapper {
    width: 45%;
  }

  .workflow-title-wrapper {
    max-width: 55%;
    padding-top: 130px;
    padding-bottom: 130px;
    padding-left: 80px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .section-banner.landing-banner {
    background-image: none;
  }

  .banner-text-wrap.blog {
    max-width: 900px;
  }

  .flex-content-wrap.inner-gap, .wrapper-container-flex {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .posts-blog-categories {
    margin-top: 20px;
  }

  .cart-quantity {
    padding-right: 0;
  }
}

@media screen and (min-width: 1920px) {
  .section.banner {
    min-height: 520px;
  }

  .section.our-team-banner {
    height: 520px;
  }

  .nav-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .nav-dropdown-list.megamenu.w--open {
    right: -515px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .landing-banner-content {
    margin-bottom: 130px;
  }

  .landing-banner-screens {
    margin-bottom: -100px;
  }

  .section-landing-customers {
    padding-top: 130px;
  }

  .landing-customers-content-right {
    grid-row-gap: 50px;
  }

  .section-banner {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-banner.landing-banner {
    background-image: none;
  }

  .color-bg {
    height: 200px;
  }

  .testimonials-item-card {
    padding: 50px;
  }

  .banner-wrap-description-service {
    max-width: 560px;
  }

  .grid-wrapper-columns.margin-top-inner-gap {
    margin-top: 80px;
  }

  .project-banner-img {
    width: 100%;
  }

  .page-error-h1 {
    font-size: 180px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 46px;
  }

  .section.changelog-banner {
    min-height: 300px;
    padding-top: 120px;
  }

  .section.banner-dark, .section.pricing-banner {
    min-height: 300px;
  }

  .section.banner {
    min-height: 300px;
    padding-top: 145px;
  }

  .section.style-guide-section, .section.shop-product-section {
    padding-top: 140px;
  }

  .section.home-1-banner {
    height: auto;
  }

  .section.dark-background-large-padding {
    padding-bottom: 260px;
  }

  .section.home-2-banner {
    height: auto;
  }

  .section.relative-section {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .section.home-3-banner {
    height: auto;
  }

  .section.dark-background-section {
    padding-bottom: 260px;
  }

  .section.banner-testimonials {
    padding-top: 130px;
  }

  .section.our-team-banner {
    background-image: linear-gradient(#0003, #0003), linear-gradient(#272d4280, #272d4280), url('../images/Rectangle-4278_1Rectangle 4278.webp');
    background-size: auto, auto, cover;
    padding-top: 120px;
  }

  .section.blog {
    padding-top: 140px;
  }

  .base-container {
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: -4%;
    right: -3%;
  }

  .top-style-spacing-desktop {
    top: -4%;
    right: -4px;
  }

  .middle-style-spacing-desktop {
    top: 20%;
    right: -2%;
  }

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

  .colors-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .headings-typography-wrapper, .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

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

  .primary-button.header-button {
    display: none;
  }

  .primary-button.burger-menu {
    margin-top: 30px;
    display: block;
  }

  .primary-button.top-spacing-button-small, .primary-button.margin-top-button-space {
    margin-top: 30px;
  }

  .top-style-spacing-mobile {
    top: -6%;
    right: -5%;
  }

  .middlr-style-spacing-mobile {
    top: 18%;
    right: -6%;
  }

  .bottom-style-spacing-mobile {
    bottom: -5%;
    right: -5%;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-link.white-nav-item-link {
    color: var(--text-dark);
    padding-left: 0;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding: 10px 0;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-icon.white-nav-icon {
    color: var(--text-dark);
  }

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: auto;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .close-menu-button {
    padding: 0 20px 0 0;
  }

  .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

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

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    max-width: 490px;
    margin-right: 0;
  }

  .coming-soon-form {
    width: 480px;
  }

  .coming-soon-paragraph {
    text-align: center;
    max-width: 410px;
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 2;
    column-gap: 20px;
  }

  .sidebar-recent-post-item {
    display: inline-block;
  }

  .blog-recent-post-date {
    display: flex;
  }

  .footer-bottom-wrapper {
    border-top-style: none;
    border-top-width: 0;
    border-bottom: 1px solid #e6e9ea;
    flex-flow: column-reverse wrap;
    order: 9999;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .footer-rights {
    margin-right: 5px;
  }

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

  .section-title-wrapper {
    max-width: 530px;
  }

  .team-grid-large {
    grid-template-columns: 1fr 1fr;
  }

  .free-trial-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .services-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .services-item {
    align-items: center;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-item.last-child {
    max-width: 50%;
  }

  .services-item-description {
    text-align: center;
  }

  .pricing-plans-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .pricing-plan-item {
    max-width: 100%;
  }

  .pricing-plan-item.main {
    padding: 30px 40px 40px;
  }

  .comparing-table-list-item {
    list-style-type: none;
  }

  .comparing-table-button-wrapper {
    padding-top: 35px;
  }

  .workflow-video-wrapper {
    width: 100%;
    height: 400px;
  }

  .workflow-wrapper {
    flex-direction: column;
  }

  .workflow-title-wrapper {
    max-width: 100%;
    margin-left: 0;
    padding-top: 460px;
    padding-left: 0;
  }

  .accordion-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .accordion-wrap, .accordion-wrap.last-child {
    width: 100%;
  }

  .testimonials-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .paragraph-no-margin {
    transition: all .3s;
  }

  .contact-input.password {
    margin-bottom: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .contact-form-wrapper {
    width: 100%;
    max-width: 100%;
    min-height: 360px;
    margin-right: 0;
  }

  .footer-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .footer-contacts-wrapper {
    padding-right: 0;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

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

  .search-section {
    padding-top: 140px;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .primary-button-white:hover {
    opacity: 1;
  }

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

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

  .about-us-video {
    width: 100%;
    height: 400px;
  }

  .project-template-info {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: grid;
  }

  .project-template-info-wrap {
    border-right: 1px solid var(--white-50);
    border-left: 1px solid var(--white-50);
    text-align: center;
    border-bottom-style: none;
    border-bottom-width: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-template-info-wrap.center {
    border-left-style: none;
    border-left-width: 0;
    border-right-style: none;
    border-right-width: 0;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .tab {
    font-size: 22px;
  }

  .tab:hover {
    opacity: 1;
    color: var(--primary);
  }

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

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .text-subtitle {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

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

  .menu-wrap {
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .rich-text-style h2 {
    font-size: 40px;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .faq-image {
    width: 100%;
    height: 420px;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 60px;
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    margin-bottom: 4px;
  }

  .brand-tablet {
    width: 105px;
    display: block;
  }

  .style-guide-tab-content-wrapper {
    grid-row-gap: 40px;
  }

  .spacing-system-image {
    width: 75%;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .style-guide-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spacing-title {
    font-size: 25px;
  }

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

  .landing-banner-content {
    margin-bottom: 70px;
    position: relative;
    left: 0%;
    right: 0%;
  }

  .landing-banner-title {
    font-size: 54px;
  }

  .landing-home-pages-wrapper-banner {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .landing-inner-page-item.home-screen-banner, .landing-inner-page-item.home-screen {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-customers-content-left {
    grid-row-gap: 10px;
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 500px;
    padding-right: 0;
  }

  .landing-customers-content-right {
    grid-row-gap: 30px;
    width: 100%;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .section-banner.landing-banner {
    background-image: none;
    align-items: center;
    padding-top: 140px;
  }

  .color-bg {
    height: 100px;
  }

  .pages-banner {
    padding-top: 120px;
  }

  .shop-details-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .shop-item-info-wrapper {
    margin-top: 15px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .footer-rights-wrapper {
    justify-content: center;
    display: flex;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .form-block-contacts {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-links-wrap {
    margin-top: 30px;
  }

  .copyright-block {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    display: flex;
  }

  .form-block-wrap {
    max-width: 60%;
  }

  .banner-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
    max-width: 768px;
    margin-right: auto;
  }

  .banner-wrap-title, .banner-wrap-title.half-section-width {
    max-width: none;
  }

  .banner-wrap-description {
    max-width: 70%;
  }

  .banner-text-wrap {
    grid-column-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .banner-text-wrap.blog {
    flex-direction: column;
    align-items: flex-start;
  }

  .flex-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
  }

  .flex-content-wrapper.top-aligment {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
  }

  .flex-content-wrapper.tablet-reverce {
    flex-direction: column-reverse;
  }

  .flex-content-wrapper.home-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .flex-content-wrapper.form-section {
    align-items: center;
  }

  .flex-content-wrapper.full {
    align-items: stretch;
  }

  .text-wrap-half {
    max-width: 100%;
  }

  .text-wrap-half.center-aligment {
    text-align: center;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-wrap-half.sticky {
    max-width: 100%;
    position: static;
  }

  .text-wrap-half.home-2 {
    max-width: 95%;
    margin-right: auto;
  }

  .text-wrap-home-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 90%;
    display: flex;
  }

  .service-item-link:hover {
    background-color: var(--white);
  }

  .white-text-banner.margin-top-gap {
    font-size: 45px;
  }

  .white-text-banner.max-width-tablet {
    max-width: 500px;
  }

  .rounded-corner.fixed-height {
    width: 100%;
  }

  .block-primary-overlay {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 48px;
  }

  .statistic-number {
    font-size: 60px;
  }

  .tabs-menu-row {
    min-width: 250px;
    margin-right: 10px;
  }

  .team-member-card {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .block-primary-overlay-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-general-wrap {
    flex-direction: column-reverse;
    display: flex;
  }

  .home-1-slide {
    width: 48%;
  }

  .blog-post-image-link, .blog-post-image {
    width: 100%;
  }

  .text-width-fixed {
    max-width: 500px;
  }

  .margin-top-small-gap {
    margin-top: 15px;
  }

  .margin-top-small-gap.tablet-center {
    text-align: center;
  }

  .images-wrap.relative {
    max-width: 620px;
    height: 300px;
    display: none;
  }

  .frame {
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-image-absolute {
    object-fit: cover;
    width: 200px;
    height: 200px;
    bottom: 38%;
    left: 16%;
  }

  .about-image-absolute-big {
    object-fit: cover;
    max-width: 240px;
    height: 310px;
    bottom: -10%;
    right: 16%;
  }

  .left-small-block {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    flex-direction: column;
    margin-left: auto;
    bottom: 0%;
  }

  .statistic-wrap {
    padding-left: 60px;
  }

  .statistic-item-number {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .flex-content-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .portfolio-title {
    margin-top: 15px;
    font-size: 28px;
  }

  .project-collectvion-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .quote-flex-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home-2-quote {
    font-size: 28px;
  }

  .quote-author-img, .quote-circle {
    width: 70px;
    min-width: 70px;
    height: 70px;
  }

  .service-absolute-image {
    display: none;
  }

  .banner-feature-block.margin-top-inner-gap {
    grid-template-columns: 1fr 1fr;
  }

  .banner-feature-item.last {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-wrap-half-section {
    max-width: 100%;
  }

  .title-grid-one-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .services-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tab-menu-home-2.inner-bottom-gap {
    flex-direction: column;
  }

  .tab-home-2-item, .tab-home-2-item.w--current {
    width: 100%;
  }

  .tab-image {
    object-fit: cover;
    height: 400px;
  }

  .text-wrap-fixed-width {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 90%;
    display: flex;
  }

  .text-wrap-fixed-width.left {
    text-align: left;
    align-items: flex-start;
  }

  .margin-bottom-subheading.row {
    flex-direction: column;
    align-items: stretch;
  }

  .quote-general-wrap {
    max-width: 600px;
  }

  .about-video {
    width: 60%;
    height: 400px;
  }

  .text-wrap-about {
    max-width: 100%;
  }

  .fixed-size-text {
    width: auto;
  }

  .services-grid-roofs {
    grid-template-columns: 1fr 1fr;
  }

  .client-feedbacks-tabs {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
  }

  .client-feedback-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .feedback-tab-item {
    font-size: 21px;
  }

  .form-contact-us {
    width: 100%;
  }

  .subject {
    max-width: 100%;
  }

  .contact-form-wrapper-contact-page {
    width: 100%;
    max-width: 100%;
    min-height: 360px;
    margin-right: 0;
  }

  .max-width-small.tablet-center {
    text-align: center;
  }

  .services-collection-item-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .services-text-info-wrap {
    max-width: 100%;
  }

  .services-image {
    height: 100%;
    max-height: 350px;
  }

  .services-image-link {
    height: 100%;
  }

  .features-grid-block {
    grid-template-columns: 1fr 1fr;
  }

  .accordion-wrapper-with-image {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .banner-content-wrapper-flex {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
    max-width: 768px;
    margin-right: auto;
  }

  .white-text-banner-h1-inner-page {
    font-size: 48px;
  }

  .banner-content-wrapper-service {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    align-items: flex-start;
    max-width: 768px;
    margin-right: auto;
  }

  .banner-wrap-description-service {
    margin-bottom: 60px;
  }

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

  .blog-collection-grid {
    grid-template-columns: 1fr 1fr;
  }

  .blog-post-image-link-item, .blog-post-image-item {
    width: 100%;
  }

  .wrapper-container-flex {
    flex-direction: column;
  }

  .wrapper-container-flex.reverce {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column-reverse;
  }

  .sidebar-posts-collection {
    flex-direction: column;
  }

  .blog-post-image-link-small {
    width: 100%;
    max-height: 300px;
  }

  .slider-home-3 {
    width: 100%;
  }

  .slider-home-3-arrow {
    top: 20px;
  }

  .projects-collection-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .collection-portfolio-item {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    padding-top: 20px;
    display: flex;
  }

  .collection-portfolio-item.image-right {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .lightbox-small-item {
    width: 120px;
  }

  .portfolio-title-item {
    margin-top: 15px;
    font-size: 28px;
  }

  .lightbox-small-image {
    width: 130px;
  }

  .project-text-wrap {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .banner-wrap-title-large {
    max-width: none;
  }

  .project-banner-img {
    width: 100%;
  }

  .rich-text-style-project h2 {
    font-size: 40px;
  }

  .banner-content-wrapper-blog {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

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

  .image-overlay {
    height: 100%;
    max-height: 730px;
  }

  .project-gallery-grid, .column-two-gallery, .column-one-gallery {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .banner-text-wrap-home-2 {
    grid-column-gap: 20px;
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .banner-text-width {
    max-width: 100%;
  }

  .cart {
    margin-right: 20px;
  }

  .checkout-form {
    padding-top: 140px;
  }

  .checkout-price {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .tablet-bottom-gap {
    margin-bottom: 20px;
  }

  .paypal-checkout-form, .order-confirmation {
    padding-top: 140px;
  }

  .list-item {
    background-color: var(--text-dark);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

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

  .slide {
    max-height: 450px;
    margin-right: 10px;
  }

  .lightbox-product {
    border-radius: 10px;
    width: 100%;
    max-height: 450px;
    overflow: hidden;
  }

  .rich-text-style-product h2 {
    font-size: 40px;
  }

  .products-collection-list-related {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .promotion-labels-wrapper-to-remove, .promotion-label-holder {
    display: none;
  }

  .pts-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pts-contact-form-row {
    grid-template-columns: 1fr;
  }

  .primary-button-orange.header-button {
    display: none;
  }

  .primary-button-orange.burger-menu {
    margin-top: 30px;
    display: block;
  }

  .primary-button-orange.top-spacing-button-small, .primary-button-orange.margin-top-button-space {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 28px;
  }

  blockquote {
    font-size: 18px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.changelog-banner {
    padding-top: 100px;
  }

  .section.banner-dark, .section.pricing-banner {
    padding-top: 120px;
  }

  .section.banner {
    background-image: linear-gradient(to bottom, null, null), linear-gradient(to bottom, null, null), url('../images/About-Us-Banner_1About Us Banner.webp');
    background-position: 0 0, 0 0, 50%;
    padding-top: 125px;
  }

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

  .section.style-guide-section {
    padding-top: 110px;
  }

  .section.shop-product-section, .section.home-1-banner {
    padding-top: 120px;
  }

  .section.dark-background-large-padding {
    padding-bottom: 520px;
  }

  .section.home-2-banner, .section.home-3-banner {
    padding-top: 120px;
  }

  .section.dark-background-section {
    padding-bottom: 520px;
  }

  .section.banner-testimonials {
    padding-top: 120px;
  }

  .section.our-team-banner {
    height: 300px;
    padding-top: 100px;
  }

  .section.dark-background-big-top-gap {
    padding-top: 160px;
  }

  .section.blog {
    padding-top: 100px;
  }

  .section.primary-light-gradient-big-tp {
    padding-top: 160px;
  }

  .section.dark-background-small-pb {
    padding-bottom: 0;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

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

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

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

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 7%;
    right: 0%;
  }

  .top-style-spacing-desktop {
    top: 5%;
  }

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

  .middle-style-spacing-desktop {
    top: 30%;
    right: -1%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 0;
  }

  .headings-typography-wrapper {
    width: 100%;
  }

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

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

  .primary-button.full-width-mobile {
    width: 100%;
    margin-top: 30px;
  }

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

  .primary-button.top-spacing-button-small {
    margin-top: 20px;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .primary-button.full-width-button {
    margin-bottom: 0;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 27%;
    right: -6%;
  }

  .bottom-style-spacing-mobile {
    bottom: 5%;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-link {
    margin-left: 0;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

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

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    max-width: 410px;
  }

  .coming-soon-form {
    flex-direction: column;
    width: 410px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .nav-menu-wrapper {
    justify-content: space-between;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 1;
  }

  .sidebar-recent-posts {
    margin-top: 30px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

  .footer-copyright-link.last {
    margin-left: 1px;
  }

  .section-title-wrapper {
    max-width: 420px;
    margin-bottom: 30px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

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

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

  .free-trial-title {
    margin-bottom: 20px;
  }

  .services-wrapper {
    column-count: 1;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .services-item {
    width: 100%;
    margin-right: 0;
  }

  .services-item.last-child {
    max-width: 100%;
    margin-bottom: 0;
  }

  .pricing-plans-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .comparing-table-wrapper {
    width: 640px;
  }

  .comparing-table-features-title, .comparing-table-plan-title {
    min-height: 140px;
  }

  .comparing-table-plan {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .workflow-video-wrapper {
    width: 100%;
  }

  .workflow-wrapper {
    flex-wrap: wrap;
  }

  .workflow-title-wrapper {
    padding-top: 440px;
    padding-bottom: 60px;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .contact-input.input-search, .contact-input.coming-soon {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .address-cards-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    justify-content: center;
    margin-bottom: 0;
  }

  .footer-contacts-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 100%;
    display: grid;
  }

  .footer-brand {
    padding-left: 0;
  }

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

  .search-section {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .footer-contact-info-wrapper {
    align-items: center;
  }

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

  .about-us-video {
    height: 300px;
  }

  .features-container {
    flex-wrap: wrap;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .project-template-content {
    width: 100%;
  }

  .project-template-info {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }

  .project-template-content-wrapper {
    flex-wrap: wrap;
  }

  .project-template-info-wrap {
    padding-bottom: 0;
  }

  .tab {
    font-size: 22px;
  }

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

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrap {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-team-item {
    width: 48%;
  }

  .search {
    flex-direction: row;
    align-items: center;
  }

  .text-subtitle {
    line-height: 16px;
  }

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

  .home-banner-left-arrow {
    top: 6%;
  }

  .team-item {
    width: 70%;
  }

  .faq-image {
    height: 320px;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .form.margin-top {
    margin-top: 35px;
  }

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

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-tab-link {
    border-bottom: 1px solid var(--dark);
    border-top-style: none;
  }

  .style-guide-tabs-menu {
    border-top: 1px solid var(--dark);
    flex-direction: column;
    margin-bottom: 40px;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    flex: 1;
    width: 100%;
  }

  .landing-banner-content {
    justify-content: center;
    align-items: center;
  }

  .landing-banner-title {
    font-size: 38px;
  }

  .landing-home-pages-wrapper-banner {
    grid-column-gap: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .landing-banner-screens {
    margin-bottom: -50px;
  }

  .section-landing-customers {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .landing-customers-content-left {
    text-align: center;
    align-items: center;
    max-width: 370px;
  }

  .landing-section-heading-white {
    font-size: 32px;
  }

  .landing-customers-icon-wrapper {
    width: 90%;
  }

  .paragraph-benefits-large {
    width: 100%;
  }

  .landing-customers-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .landing-section-title {
    font-size: 32px;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
  }

  .free-trial-wrap.landing {
    max-width: 530px;
  }

  .free-trial-text {
    margin-bottom: 30px;
  }

  .section-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-banner.landing-banner {
    background-image: none;
    padding-top: 120px;
  }

  .pages-banner {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .shop-details-wrapper {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
  }

  .shop-details-block {
    grid-row-gap: 0px;
  }

  .shop-details-title {
    font-size: 36px;
  }

  .shop-details-image {
    max-height: 300px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .footer-links-wrap {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .span-primary {
    display: inline-block;
  }

  .copyright-block {
    flex-direction: column;
  }

  .form-block-wrap {
    width: 100%;
    max-width: 100%;
  }

  .banner-wrap-title.half-section-width, .banner-wrap-description {
    max-width: 100%;
  }

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

  .flex-content-wrapper.home-2 {
    grid-column-gap: 50px;
  }

  .text-wrap-half.home-2 {
    max-width: 100%;
  }

  .block-primary-overlay {
    grid-template-columns: 1fr;
  }

  .section-title-left {
    margin-left: auto;
  }

  .tabs-block-horizontal.inner-section-gap {
    flex-direction: column;
    margin-top: 30px;
  }

  .tabs-menu-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    min-width: auto;
    margin-bottom: 40px;
  }

  .block-primary-overlay-wrap {
    grid-template-columns: 1fr;
  }

  .home-1-slide {
    width: 100%;
  }

  .blog-post-image-link {
    max-height: 300px;
  }

  .text-width-fixed {
    max-width: 460px;
  }

  .frame {
    width: 280px;
    height: 299px;
  }

  .about-image-absolute {
    left: 12%;
  }

  .about-image-absolute-big {
    max-width: 230px;
    bottom: -7%;
    right: 12%;
  }

  .left-small-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 0 10px 10px 0;
    flex-direction: column;
    overflow: hidden;
  }

  .statistic-wrap {
    padding-left: 60px;
  }

  .flex-content-wrap {
    flex-direction: column;
  }

  .portfolio-column {
    width: 100%;
    max-width: 100%;
  }

  .portfolio-title {
    font-size: 22px;
  }

  .project-collectvion-list, .quote-flex-block {
    flex-direction: column;
  }

  .quote-author-img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    left: -20px;
  }

  .quote-circle {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }

  .banner-feature-block.margin-top-inner-gap {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .banner-feature-item.last {
    max-width: 100%;
  }

  .services-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tab-home-2-item, .tab-home-2-item.w--current {
    width: 100%;
  }

  .tab-image {
    object-fit: cover;
    height: 350px;
  }

  .client-feedback {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .about-video {
    height: 300px;
  }

  .services-grid-roofs {
    grid-template-columns: 1fr 1fr;
  }

  .testimonials-item-card {
    min-height: 310px;
  }

  .client-feedback-tab {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .client-feedbacks-tabs {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .feedback-tab-item {
    text-align: center;
  }

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

  .features-grid-block {
    grid-template-columns: 1fr;
  }

  .accordion-wrapper-with-image {
    flex-wrap: wrap;
  }

  .white-text-banner-h1-inner-page {
    font-size: 42px;
  }

  .banner-wrap-description-service {
    max-width: 100%;
    margin-bottom: 50px;
  }

  .blog-collection-grid {
    grid-template-columns: 1fr;
  }

  .blog-post-image-link-item, .blog-post-image-link-small {
    max-height: 300px;
  }

  .margin-top-inner-gap {
    margin-top: 30px;
  }

  .slider-home-3-arrow {
    inset: 87px 90px auto auto;
  }

  .slider-home-3-arrow.right {
    left: auto;
    right: 40px;
  }

  .pricing-wrap {
    overflow: auto;
  }

  .lightbox-small-item {
    width: 100px;
  }

  .portfolio-title-item {
    text-align: center;
  }

  .lightbox-small-image {
    width: 100px;
  }

  .projects-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .project-item {
    flex-direction: column;
    display: flex;
  }

  .project-collection-item {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .project-gallery-grid {
    grid-template-rows: auto;
  }

  .page-error-h1 {
    font-size: 100px;
  }

  .brand-logo {
    padding-left: 0;
  }

  .banner-text-width {
    max-width: 460px;
  }

  .products-collection-list {
    grid-template-columns: 1fr;
  }

  .product-item {
    max-width: 100%;
  }

  .checkout-form, .paypal-checkout-form {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .quantity-block-item {
    text-align: left;
    justify-content: flex-start;
  }

  .order-confirmation {
    background-color: var(--white);
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .order-summary {
    margin-bottom: 0;
  }

  .slider {
    max-height: 300px;
  }

  .slide {
    overflow: hidden;
  }

  .products-collection-list-related {
    grid-template-columns: 1fr;
  }

  .promotion-label-buttons-wrapper {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .pts-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .primary-button-orange.full-width-mobile {
    width: 100%;
    margin-top: 30px;
  }

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

  .primary-button-orange.top-spacing-button-small {
    margin-top: 20px;
  }

  .primary-button-orange.full-width-mobile {
    width: 100%;
  }

  .primary-button-orange.full-width-button {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .section.dark-background-large-padding {
    padding-bottom: 530px;
  }

  .section.large-padding-top {
    padding-top: 210px;
  }

  .section.home-3-banner {
    background-image: linear-gradient(to bottom, null, null), url('../images/Rectangle-4271_1Rectangle 4271.webp');
    background-position: 0 0, 100% 0;
  }

  .section.dark-background-section {
    padding-bottom: 495px;
  }

  .base-container.full-width {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 1%;
    right: -1%;
  }

  .top-style-spacing-desktop {
    top: -1%;
  }

  .middle-style-spacing-desktop {
    top: 25%;
    right: -1%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .primary-button.full-width-mobile {
    width: 100%;
    margin-top: 30px;
  }

  .primary-button.button-top-spacing, .primary-button.top-spacing-button-small, .primary-button.top-spacing-button-small {
    margin-top: 20px;
  }

  .primary-button.full-width-mobile {
    margin-top: 0;
  }

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

  .top-style-spacing-mobile {
    top: -2%;
  }

  .middlr-style-spacing-mobile {
    top: 21%;
  }

  .bottom-style-spacing-mobile {
    bottom: -1%;
  }

  .nav-link {
    width: 99%;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

  .licensing-grid {
    grid-template-columns: 1fr;
  }

  .license-link {
    margin-right: 15px;
  }

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

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-rights {
    text-align: center;
    line-height: 1.5em;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.5em;
  }

  .team-grid-large {
    grid-template-columns: 1fr;
  }

  .pricing-plan-item {
    width: 100%;
    padding: 20px 20px 30px;
  }

  .pricing-plan-item.main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-plan-item.last {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .comparing-table-wrapper {
    width: 1060px;
  }

  .workflow-video-wrapper {
    height: 300px;
  }

  .workflow-title-wrapper {
    padding-top: 340px;
  }

  .more-features-icon {
    margin-right: 15px;
  }

  .contact-input {
    width: 100%;
  }

  .contact-form-wrapper {
    min-width: auto;
    padding: 20px;
  }

  .footer-wrapper {
    grid-row-gap: 40px;
  }

  .footer-contacts-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .project-template-info {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .project-template-info-wrap {
    border-bottom: 1px solid var(--white-50);
    border-left-style: none;
    border-left-width: 0;
    border-right-style: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .project-template-info-wrap.center {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .tab, .tab.w--current {
    padding-right: 0;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap, .home-team-item {
    width: 100%;
  }

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

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

  .team-item {
    width: 100%;
  }

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

  .faq-image {
    height: 330px;
  }

  .brand-tablet {
    padding-left: 0;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .landing-banner-content {
    flex-direction: column;
    max-width: none;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    inset: auto 0% 28%;
  }

  .landing-home-pages-wrapper-banner {
    grid-column-gap: 0px;
  }

  .landing-customers-content-right {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .landing-section-heading-white {
    font-size: 32px;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    text-align: center;
  }

  .landing-home-pages-wrapper, .landing-inner-pages-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .free-trial-text {
    font-size: 32px;
  }

  .section-banner.landing-banner {
    background-image: none;
  }

  .shop-details-image {
    min-height: 300px;
  }

  .footer-rights-wrapper {
    justify-content: center;
  }

  .position-relative {
    padding-left: 0;
    padding-right: 0;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-links-wrap {
    grid-column-gap: 17px;
  }

  .white.margin-top-small-space {
    text-align: left;
  }

  .footer-copy-link {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .form-block-wrap {
    text-align: center;
  }

  .header-subtitle.subtitle-white {
    max-width: none;
    font-size: 14px;
  }

  .banner-text-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .flex-content-wrapper {
    grid-column-gap: 40px;
  }

  .flex-content-wrapper.home-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .flex-content-wrapper.full {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 40px;
  }

  .margin-top-inner-text-block {
    margin-top: 20px;
  }

  .margin-top-inner-text-block.list-white-second {
    margin-top: 0;
  }

  .text-wrap-half, .text-wrap-half.center-aligment, .text-wrap-home-2 {
    max-width: 100%;
  }

  .services-features-wrap-inner {
    flex-direction: column;
  }

  .column-two.margin-top-50px {
    margin-top: 0;
  }

  .rounded-corner.fixed-height {
    object-fit: cover;
    height: 350px;
  }

  .block-primary-overlay {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .statistic-number {
    font-size: 40px;
  }

  .dark.margin-top-spacing {
    margin-top: 15px;
  }

  .tabs-menu-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: center;
    margin-bottom: 30px;
  }

  .team-member-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .title-slider {
    max-width: 70%;
  }

  .margin-top-small-gap {
    margin-top: 15px;
  }

  .frame {
    width: 230px;
    height: 300px;
  }

  .about-image-absolute {
    width: 130px;
    height: 130px;
    bottom: 59%;
    left: 0%;
  }

  .about-image-absolute-big {
    max-width: 210px;
    height: 280px;
    bottom: -4%;
    right: 0%;
  }

  .circle-arrow {
    width: 50px;
    min-width: 50px;
    height: 50px;
    margin-top: 10px;
  }

  .left-small-block {
    width: 94%;
  }

  .statistic-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    padding: 40px 20px;
  }

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

  .statistic-item-number {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .quote-flex-block {
    flex-direction: column;
  }

  .home-2-quote {
    padding-bottom: 0;
    font-size: 24px;
  }

  .statistic-icon {
    width: 30px;
  }

  .banner-feature-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .tab-image {
    object-fit: cover;
    height: 350px;
  }

  .inputs-row {
    grid-template-columns: 1fr;
  }

  .text-wrap-fixed-width {
    max-width: 100%;
  }

  .margin-bottom-subheading {
    margin-bottom: 10px;
  }

  .client-feedback {
    padding: 30px 20px;
  }

  .about-video {
    width: 100%;
  }

  .text-wrap-about {
    max-width: 100%;
  }

  .fixed-size-text {
    min-width: auto;
  }

  .list-columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .services-grid-roofs {
    grid-template-columns: 1fr;
  }

  .testimonials-item-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-position: 95% 95%;
    flex-direction: column;
    padding: 40px 20px;
  }

  .author-info-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .testimonial-author-image {
    width: 80px;
    height: 120px;
  }

  .client-feedback-tab {
    padding: 30px 20px;
  }

  .client-feedbacks-tabs {
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .team-card-item {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form-wrapper-contact-page {
    min-width: auto;
    padding: 20px 20px 30px;
  }

  .address-info {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-collection-list-items {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .services-text-info-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-wrap-stage {
    max-width: 100%;
  }

  .column-two-gap.margin-top-block-space {
    margin-top: 0;
  }

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

  .banner-content-wrapper-service {
    flex-direction: column-reverse;
  }

  .service-inner-dark-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .posts-blog-categories {
    margin-bottom: 30px;
  }

  .colection-blog-item-sidebar {
    padding-bottom: 20px;
  }

  .vertical-flex.social-media {
    flex-direction: column;
  }

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

  .slider-home-3-arrow {
    top: 81px;
  }

  .collection-portfolio-item, .collection-portfolio-item.image-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lightbox-image {
    height: 250px;
  }

  .lightbox-small-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .lightbox-small-item, .lightbox-small-image {
    width: 100%;
  }

  .project-banner-img {
    height: 300px;
  }

  .banner-content-wrapper-blog {
    flex-direction: column-reverse;
  }

  .image-overlay {
    max-height: 360px;
  }

  .project-gallery-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .column-two-gallery {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .column-two-gallery.margin-top-medium-gap {
    margin-top: 30px;
  }

  .column-one-gallery {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .banner-text-wrap-home-2 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
  }

  .product-text-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-price {
    left: 20px;
  }

  .flex-header-button {
    pointer-events: auto;
    cursor: auto;
  }

  .block-header {
    flex-direction: column;
  }

  .billing-address-toggle.small-top-gap {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .quantity-block-item {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .slider, .slide {
    max-height: 300px;
  }

  .pts-gallery-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .about-header-subtitle.subtitle-white {
    max-width: 200px;
    font-size: 14px;
  }

  .primary-button-orange.full-width-mobile {
    width: 100%;
    margin-top: 30px;
  }

  .primary-button-orange.button-top-spacing, .primary-button-orange.top-spacing-button-small, .primary-button-orange.top-spacing-button-small {
    margin-top: 20px;
  }

  .primary-button-orange.full-width-mobile {
    margin-top: 0;
  }

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

#w-node-_3cb24c6c-4e51-f8a9-875b-510f937991a4-2cb96074, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991a8-2cb96074, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991ac-2cb96074, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991b2-2cb96074, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991b8-2cb96074, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991be-2cb96074 {
  justify-self: center;
}

#w-node-_36489094-5f8e-235a-afdc-745616897d93-2cb960e6, #w-node-_36489094-5f8e-235a-afdc-745616897d94-2cb960e6, #w-node-_36489094-5f8e-235a-afdc-745616897d98-2cb960e6, #w-node-_36489094-5f8e-235a-afdc-745616897d99-2cb960e6, #w-node-_36489094-5f8e-235a-afdc-745616897d9d-2cb960e6, #w-node-_36489094-5f8e-235a-afdc-745616897d9e-2cb960e6, #w-node-d095501c-a45d-514a-578a-f21c9156e9c0-2cb96109, #w-node-d095501c-a45d-514a-578a-f21c9156e9d7-2cb96109, #w-node-_028ab222-7e56-df4f-5a7a-3898404deea5-2cb9610c, #w-node-_3d69d836-733f-61b9-0465-7e54a439283b-2cb9610d, #w-node-_69c8986c-e344-4691-07d6-64514874376e-2cb9610d, #w-node-_0ab1754b-05f0-9ee6-d994-e5d81807c829-2cb96110, #w-node-_648fe302-cec2-1158-366e-e538e7fe8357-2cb96110, #w-node-e06811b6-140d-e61e-3167-95e5f2ab9383-2cb96110, #w-node-e06811b6-140d-e61e-3167-95e5f2ab9384-2cb96110, #w-node-_3fc2de5b-2ddb-563f-bfef-90af7bb29a3c-2cb96110, #w-node-_3fc2de5b-2ddb-563f-bfef-90af7bb29a3d-2cb96110, #w-node-fb6bb5f1-a9bb-d1bd-65b4-d28b35e023a0-2cb96113, #w-node-_9fefa905-f54d-7515-ef49-191ad0b602f4-2cb96113, #w-node-_20035d49-3e81-c7d9-d915-74f91bb87eaf-2cb96113, #w-node-c239c0f6-21b3-9bda-aaf1-9c79c3093e30-2cb96113, #w-node-c706860d-d724-fa4f-4e58-ef3866dde3c9-2cb96113, #w-node-e4f08c31-a61b-eab2-a9bf-0311938fbae5-2cb96113, #w-node-_095e281e-0b11-ef76-ba9c-bbe78b09d3d7-2cb96113, #w-node-_51a2665e-c995-f8ff-c0d7-021676fc38cc-2cb96113, #w-node-f3f5ba1a-0969-29d7-1d73-3f0d04ab2093-2cb96113, #w-node-_370a8e00-08ec-f3eb-90f5-c7a8edfef1db-2cb96113, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-2cb96113, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-2cb96113, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-2cb96113, #w-node-f05a39b9-2ff2-3c6a-4533-a4bcee3a4f19-2cb96113, #w-node-dc1b3d86-60b2-587e-7b47-7f27d6ea11d7-2cb96113, #w-node-b830aba6-668b-37aa-0bf5-73d1943ff779-2cb96113, #w-node-_765cebc8-d929-9a20-3343-8bcb8e7c2632-2cb96113, #w-node-_06d68103-5248-e1ef-dd60-824c0578c6c7-2cb96113, #w-node-_1cc6275e-15f4-477a-d6ef-f483c14b36a5-2cb96113, #w-node-_60e8d72f-669d-07b1-2f48-a2416ca7773a-2cb96113, #w-node-_23bebd33-8494-cbfb-cb42-f6efaf1e62f4-2cb96113, #w-node-_5c893906-1c72-0bf9-3e46-3666a8b72fa3-2cb96113, #w-node-ae4fba35-a367-2c24-4725-0e5c614b4ee2-2cb96113, #w-node-_1a886fa8-feb4-aa76-268d-54deee7f985d-2cb96113, #w-node-_0dbe6db6-b830-519f-11fa-1811ca2f9585-2cb96113, #w-node-b6253e85-a9c6-1ab8-007f-a4483b44d7d4-2cb96113, #w-node-_1f46457b-cf81-9444-a7c1-c07933d7800e-2cb96113, #w-node-ebb8c401-e390-572d-fe48-6a4e8dc2c0a4-2cb96113, #w-node-_41eaf406-5861-c81c-83af-28e14c89c05b-2cb96113, #w-node-_3183a63b-821f-18e9-8428-c854ca490475-2cb96113, #w-node-ef0e74b7-a696-2f6a-8bf3-1993af766e88-2cb96113, #w-node-_57d49e46-b0e8-c0c2-3616-f3457d916729-2cb96113, #w-node-_309bb9a2-3d47-3ac7-d07d-6209c398933f-2cb96113, #w-node-d4b678a9-5899-99a7-6179-15d8ba984888-2cb96113, #w-node-_4c26a4d3-5f1f-92e1-a6b1-ece2076b2a3f-2cb96113, #w-node-_79deb795-7adf-fa5b-b10e-5b1279843234-2cb96113, #w-node-a25242a3-2443-cc20-fdd8-f016b20a4982-2cb96113, #w-node-e2d60e57-d66c-f380-ff55-f805fe8189f8-2cb96113, #w-node-_9f7ab37d-0e73-7cd2-6786-6a9ff240e272-2cb96113, #w-node-e70dbba5-c2cc-044c-69a2-53e27e27b6bd-2cb96113, #w-node-_98e5cc29-0a9a-a5c6-706d-f0539cbbe130-2cb96113, #w-node-_2c9c6a06-707e-b1ff-a965-59cb79a785bc-2cb96114, #w-node-_2c9c6a06-707e-b1ff-a965-59cb79a785d0-2cb96114, #w-node-_2c9c6a06-707e-b1ff-a965-59cb79a785e4-2cb96114, #w-node-b95f49cd-87fe-b1cd-00d1-169f2b4a0985-2cb96114, #w-node-_8066ac24-56ab-7a33-79cf-ec8181297fe6-2cb96114, #w-node-b35a4c67-b7a5-e75e-3a9b-bb13bf922cc7-2cb96114, #w-node-_6f6d54dd-d32a-4020-fdc0-78be5d6465a1-2cb96115, #w-node-_8b384203-a34b-93b4-d7fc-850483438c93-2cb96115 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b384203-a34b-93b4-d7fc-850483438c9e-2cb96115 {
  order: -9999;
}

#w-node-c9a95601-900e-7f84-670c-a729270422ad-2cb96115, #w-node-c63d260a-c86f-4619-068f-91005c9e5d62-2cb96115 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c63d260a-c86f-4619-068f-91005c9e5d6d-2cb96115 {
  order: -9999;
}

#w-node-e7bebb48-1d9c-d4ea-af30-e24cd46719ec-2cb9612c, #w-node-_5a410ce8-28d6-5a34-6b9e-d912a15a89f9-2cb9612c, #w-node-da3fbc3f-22fc-e88f-328b-c0b51ac6f347-2cb9612c, #w-node-daed81a9-d37f-52ec-300e-00f851c3bc1f-2cb9612c, #w-node-daed81a9-d37f-52ec-300e-00f851c3bc22-2cb9612c, #w-node-daed81a9-d37f-52ec-300e-00f851c3bc24-2cb9612c, #w-node-_2d27d165-f274-0999-cf4f-aac650f30737-2cb9612c, #w-node-_2d27d165-f274-0999-cf4f-aac650f3073c-2cb9612c, #w-node-_2d27d165-f274-0999-cf4f-aac650f3073e-2cb9612c, #w-node-b394cc25-bd7b-701c-8860-25317bd0e0b8-2cb9612c, #w-node-b394cc25-bd7b-701c-8860-25317bd0e0bd-2cb9612c, #w-node-b394cc25-bd7b-701c-8860-25317bd0e0bf-2cb9612c, #w-node-db039243-2bf2-dbeb-61d1-09ef00b4494c-2cb9612c, #w-node-db039243-2bf2-dbeb-61d1-09ef00b44951-2cb9612c, #w-node-db039243-2bf2-dbeb-61d1-09ef00b44953-2cb9612c, #w-node-_10d77951-c837-f27b-5ccd-a117b4c58674-2cb9612c, #w-node-_10d77951-c837-f27b-5ccd-a117b4c58679-2cb9612c, #w-node-_10d77951-c837-f27b-5ccd-a117b4c5867b-2cb9612c, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3a9-2cb96142, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ab-2cb96142, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ad-2cb96142, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3af-2cb96142, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b1-2cb96142, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b4-2cb96142, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b6-2cb96142, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b8-2cb96142, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ba-2cb96142, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3bc-2cb96142 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd5b3fb2-6e2c-cbf9-0872-5235da32c9d0-2cb96144 {
  align-self: stretch;
}

#w-node-_80cba121-bf5c-a4d0-4a85-0dbc6cded8e0-2cb96144 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55ce7dda-db53-902c-0431-4b64080e528c-2cb96144 {
  align-self: stretch;
}

#w-node-_93d562b9-2614-5373-2551-2f629c53f324-2cb96144 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e717134f-adcd-7495-9b9c-70b6a2002ad8-2cb96144 {
  align-self: stretch;
}

#w-node-_45364a37-888c-2fd9-88df-e061db13e0bd-2cb96144 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f0558de-c56e-f0a7-0a1f-854c174d8adb-2cb96144 {
  align-self: stretch;
}

#w-node-dac1d51c-d81a-a3a9-3913-a4d877f2eb83-2cb96144 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e79f035-522c-5117-2b7e-23e3591c325f-2cb96144 {
  align-self: stretch;
}

#w-node-_4e79f035-522c-5117-2b7e-23e3591c3263-2cb96144 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e79f035-522c-5117-2b7e-23e3591c326c-2cb96144 {
  align-self: stretch;
}

#w-node-_4e79f035-522c-5117-2b7e-23e3591c3270-2cb96144 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e79f035-522c-5117-2b7e-23e3591c3278-2cb96144 {
  align-self: stretch;
}

#w-node-_4e79f035-522c-5117-2b7e-23e3591c327c-2cb96144 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e79f035-522c-5117-2b7e-23e3591c3284-2cb96144 {
  align-self: stretch;
}

#w-node-_4e79f035-522c-5117-2b7e-23e3591c3288-2cb96144 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-de1eb7b8-07ee-2ec7-c463-a1a940ccba28-2cb960e6, #w-node-_7ac02270-96fa-3601-3886-cadc79b1b9c7-2cb96109, #w-node-_92af37dc-6a35-e43b-91a3-10da95ce8437-2cb96110 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-c0aa0548-7d9e-2fc5-cdf6-535399e553a2-2cb96112 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9df94661-3165-e9ec-95d0-8796f7e68e09-2cb96112, #w-node-_5a9be6c6-0362-c9c7-8808-64a10a3e6599-2cb9612a, #w-node-_4150eaac-ae51-a4bb-d539-2fab5a8a1cc0-2cb9612a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_8b15c2a4-7c91-8b8c-33fd-0b00cd5c1c60-2cb9615b {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-de1eb7b8-07ee-2ec7-c463-a1a940ccb9fa-2cb960e6, #w-node-de1eb7b8-07ee-2ec7-c463-a1a940ccba11-2cb960e6, #w-node-de1eb7b8-07ee-2ec7-c463-a1a940ccba28-2cb960e6, #w-node-_7ac02270-96fa-3601-3886-cadc79b1b9c7-2cb96109, #w-node-e3010cb2-cd18-97f9-d6df-6e6401209a01-2cb96110, #w-node-_0609b550-a5ca-931b-3f80-c5ef9d5a5527-2cb96110, #w-node-_92af37dc-6a35-e43b-91a3-10da95ce8437-2cb96110, #w-node-c0aa0548-7d9e-2fc5-cdf6-535399e553a2-2cb96112, #w-node-_9df94661-3165-e9ec-95d0-8796f7e68ddb-2cb96112, #w-node-_9df94661-3165-e9ec-95d0-8796f7e68df2-2cb96112, #w-node-_9df94661-3165-e9ec-95d0-8796f7e68e09-2cb96112, #w-node-_5a9be6c6-0362-c9c7-8808-64a10a3e6599-2cb9612a, #w-node-_4150eaac-ae51-a4bb-d539-2fab5a8a1c92-2cb9612a, #w-node-_4150eaac-ae51-a4bb-d539-2fab5a8a1ca9-2cb9612a, #w-node-_4150eaac-ae51-a4bb-d539-2fab5a8a1cc0-2cb9612a {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fb6bb5f1-a9bb-d1bd-65b4-d28b35e023a0-2cb96113, #w-node-_9fefa905-f54d-7515-ef49-191ad0b602f4-2cb96113, #w-node-_20035d49-3e81-c7d9-d915-74f91bb87eaf-2cb96113, #w-node-c239c0f6-21b3-9bda-aaf1-9c79c3093e30-2cb96113, #w-node-c706860d-d724-fa4f-4e58-ef3866dde3c9-2cb96113, #w-node-e4f08c31-a61b-eab2-a9bf-0311938fbae5-2cb96113, #w-node-_095e281e-0b11-ef76-ba9c-bbe78b09d3d7-2cb96113, #w-node-_51a2665e-c995-f8ff-c0d7-021676fc38cc-2cb96113, #w-node-f3f5ba1a-0969-29d7-1d73-3f0d04ab2093-2cb96113, #w-node-_370a8e00-08ec-f3eb-90f5-c7a8edfef1db-2cb96113, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc29-2cb96113, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-2cb96113, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-2cb96113, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-2cb96113, #w-node-f05a39b9-2ff2-3c6a-4533-a4bcee3a4f19-2cb96113, #w-node-dc1b3d86-60b2-587e-7b47-7f27d6ea11d7-2cb96113, #w-node-b830aba6-668b-37aa-0bf5-73d1943ff779-2cb96113, #w-node-_765cebc8-d929-9a20-3343-8bcb8e7c2632-2cb96113, #w-node-_06d68103-5248-e1ef-dd60-824c0578c6c7-2cb96113, #w-node-_1cc6275e-15f4-477a-d6ef-f483c14b36a5-2cb96113, #w-node-_60e8d72f-669d-07b1-2f48-a2416ca7773a-2cb96113, #w-node-_23bebd33-8494-cbfb-cb42-f6efaf1e62f4-2cb96113, #w-node-_5c893906-1c72-0bf9-3e46-3666a8b72fa3-2cb96113, #w-node-ae4fba35-a367-2c24-4725-0e5c614b4ee2-2cb96113, #w-node-_1a886fa8-feb4-aa76-268d-54deee7f985d-2cb96113, #w-node-_0dbe6db6-b830-519f-11fa-1811ca2f9585-2cb96113, #w-node-b6253e85-a9c6-1ab8-007f-a4483b44d7d4-2cb96113, #w-node-_1f46457b-cf81-9444-a7c1-c07933d7800e-2cb96113, #w-node-ebb8c401-e390-572d-fe48-6a4e8dc2c0a4-2cb96113, #w-node-_41eaf406-5861-c81c-83af-28e14c89c05b-2cb96113, #w-node-_3183a63b-821f-18e9-8428-c854ca490475-2cb96113, #w-node-ef0e74b7-a696-2f6a-8bf3-1993af766e88-2cb96113, #w-node-_57d49e46-b0e8-c0c2-3616-f3457d916729-2cb96113, #w-node-_309bb9a2-3d47-3ac7-d07d-6209c398933f-2cb96113, #w-node-d4b678a9-5899-99a7-6179-15d8ba984888-2cb96113, #w-node-_4c26a4d3-5f1f-92e1-a6b1-ece2076b2a3f-2cb96113, #w-node-_79deb795-7adf-fa5b-b10e-5b1279843234-2cb96113, #w-node-a25242a3-2443-cc20-fdd8-f016b20a4982-2cb96113, #w-node-e2d60e57-d66c-f380-ff55-f805fe8189f8-2cb96113, #w-node-_9f7ab37d-0e73-7cd2-6786-6a9ff240e272-2cb96113, #w-node-e70dbba5-c2cc-044c-69a2-53e27e27b6bd-2cb96113, #w-node-_98e5cc29-0a9a-a5c6-706d-f0539cbbe130-2cb96113 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


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