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

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

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

.w-commerce-commercecartopenlinkcount {
  height: 18px;
  min-width: 18px;
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  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: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 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: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

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

.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-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }
}

@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;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: #7f7f80;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.667em;
}

h1 {
  color: #1b1311;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.222em;
}

h2 {
  color: #1b1311;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.316em;
}

h3 {
  color: #1b1311;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.417em;
}

h4 {
  color: #1b1311;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.273em;
}

h5 {
  color: #1b1311;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.333em;
}

h6 {
  color: #1b1311;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375em;
}

p {
  margin-bottom: 16px;
}

a {
  color: #151010;
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: #7f7f80;
}

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

li {
  margin-bottom: 8px;
  padding-left: 8px;
}

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

label {
  color: #1b1311;
  margin-bottom: 12px;
  font-weight: 700;
  display: block;
}

strong {
  color: #1b1311;
  font-weight: 700;
}

blockquote {
  color: #fff;
  text-align: center;
  background-color: #151010;
  border: 0 solid #000;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 120px 68px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.429em;
}

figure {
  margin-top: 24px;
  margin-bottom: 48px;
}

figcaption {
  color: #1b1311;
  text-align: center;
  margin-top: 16px;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.style---styleguide-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-items: start;
}

.grid-2-columns.hero-v1 {
  grid-template-columns: 2fr 1fr;
}

.grid-2-columns.form {
  grid-column-gap: 24px;
}

.grid-2-columns.contact-v1 {
  grid-column-gap: 60px;
  grid-template-columns: 1fr 1.38fr;
}

.grid-2-columns.align-top {
  align-items: start;
}

.grid-2-columns.align-top._1-col-tablet.gap-row-0px {
  grid-row-gap: 0px;
}

.grid-2-columns.title-and-paragraph {
  grid-column-gap: 40px;
  grid-template-columns: 1fr .8fr;
}

.grid-2-columns.blog-sidebar {
  grid-column-gap: 40px;
  grid-template-columns: auto minmax(650px, 1fr);
  align-items: start;
}

.grid-2-columns.template-page-sidebar {
  grid-column-gap: 40px;
  grid-template-columns: .35fr 1fr;
  align-items: start;
}

.grid-2-columns.changelog-item {
  grid-column-gap: 60px;
  border-bottom: 1px solid #7f7f80;
  grid-template-columns: .4fr 1fr;
  align-items: start;
  padding-top: 64px;
  padding-bottom: 64px;
}

.grid-2-columns.changelog-item.last {
  border-bottom-style: none;
  padding-top: 0;
  padding-bottom: 0;
}

.grid-2-columns.product-page {
  grid-column-gap: 46px;
  grid-template-columns: 1fr .98fr;
}

.grid-2-columns.checkout-page {
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.grid-2-columns.suprises-pages-right {
  grid-column-gap: 100px;
  grid-template-columns: 1fr 1.25fr;
  margin-bottom: 124px;
}

.grid-2-columns.suprises-pages-right.last {
  margin-bottom: 0;
}

.grid-2-columns.suprises-pages-left {
  grid-column-gap: 100px;
  grid-template-columns: 1.25fr 1fr;
  margin-bottom: 124px;
}

.grid-2-columns.grid-social {
  grid-template-columns: 1fr auto;
}

.grid-2-columns.grid-social.coming-soon {
  text-align: left;
}

.grid-2-columns.grid-offices {
  grid-column-gap: 40px;
  grid-template-columns: 1.9fr minmax(365px, 1fr);
}

.grid-2-columns.grid-team {
  grid-template-columns: 1fr .8fr;
}

.grid-2-columns.sales-page {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.grid-2-columns.services-single-sidebar {
  grid-column-gap: 20px;
  grid-template-columns: 1fr minmax(650px, 1.75fr);
  align-items: start;
}

.grid-2-columns.content-right-grid {
  grid-column-gap: 40px;
  grid-template-columns: 1fr minmax(480px, .85fr);
}

.grid-2-columns.title-and-buttons {
  grid-column-gap: 40px;
  grid-row-gap: 35px;
  grid-template-columns: 1fr auto;
}

.grid-2-columns.grid-footer-auto-columns-v1 {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-columns: auto auto;
}

.grid-2-columns.hero-v2---images {
  margin-bottom: -320px;
}

.grid-2-columns.hero-v8-grid {
  grid-column-gap: 80px;
}

.grid-2-columns.search-results-grid {
  grid-column-gap: 40px;
  grid-row-gap: 64px;
}

.style---navigation-sidebar {
  z-index: 1;
  height: 100%;
  max-height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
  box-shadow: 1px 0 14px rgba(20, 20, 43, .06);
}

.style---main-wrapper {
  background-color: #f4f4f4;
}

.card.testimonial-slide-over-image {
  z-index: 1;
  max-width: 600px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f4f4f4;
  flex-direction: row;
  align-items: flex-start;
  padding: 70px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

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

.card.content-center.border-bottom {
  border-bottom: 1px solid #7f7f80;
}

.card.sticky-top.top-24px {
  top: 24px;
}

.card.checkout-block {
  color: #505051;
  background-color: #f4f4f4;
  margin-bottom: 28px;
  padding: 32px 32px 48px;
}

.card.checkout-block.order-summary {
  padding-bottom: 40px;
}

.card.checkout-block.last {
  margin-bottom: 0;
}

.card.figma-file {
  border: 1px solid #ededed;
  justify-content: center;
  align-items: stretch;
  margin-top: 32px;
  display: flex;
}

.card.sales-home-page {
  text-align: center;
  border: 1px solid #ededed;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s, color .3s;
  box-shadow: 0 2px 12px rgba(31, 25, 20, .08);
}

.card.sales-home-page:hover {
  box-shadow: none;
  transform: scale(.98);
}

.card.buy-now {
  transform-style: preserve-3d;
  background-color: #4253ff;
  border: 1px solid #4253ff;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s, color .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(31, 25, 20, .08);
}

.card.buy-now:hover {
  box-shadow: none;
  transform: scale3d(.98, .98, 1.01);
}

.card.buy-now.white {
  background-color: #fff;
  border-color: #ededed;
}

.card.author {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  border: 1px solid #7f7f80;
  padding: 62px 74px;
  display: flex;
}

.card.search-result {
  min-height: 100%;
  color: #7f7f80;
  transform-style: preserve-3d;
  border-bottom: 1px solid #151010;
  padding-bottom: 40px;
  text-decoration: none;
  transition: opacity .3s, transform .3s;
}

.card.search-result:hover {
  opacity: .7;
  color: #7f7f80;
  transform: scale3d(.98, .98, 1.01);
}

.style---color-block {
  min-height: 180px;
  position: relative;
}

.style---color-block-content {
  border-top: 1px solid #ededed;
  padding: 24px 24px 32px;
}

.style---color-block-name {
  color: #1b1311;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.style---color-block-hex {
  line-height: 20px;
}

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

.grid-4-columns.stats-v1 {
  grid-template-columns: auto auto auto auto;
  justify-content: space-between;
}

.bg-accent-1 {
  background-color: #151010;
}

.bg-secondary-1 {
  background-color: #1f1914;
}

.bg-neutral-800 {
  background-color: #1b1311;
}

.bg-neutral-700 {
  background-color: #505051;
}

.bg-neutral-600 {
  background-color: #7f7f80;
}

.bg-neutral-500 {
  background-color: #a6a7a8;
}

.bg-neutral-400 {
  background-color: #cfcfd0;
}

.bg-neutral-300 {
  background-color: #ededed;
}

.bg-neutral-200 {
  background-color: #f4f4f4;
}

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

.style---color-block-text-example {
  background-color: #fff;
  border-radius: 40px;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  top: 16px;
  bottom: auto;
  left: auto;
  right: 16px;
}

.style---color-block-text-example.badge-dark {
  background-color: #1b1311;
}

.color-accent-1 {
  color: #151010;
}

.color-secondary-1 {
  color: #1f1914;
}

.color-neutral-800 {
  color: #1b1311;
}

.color-neutral-700 {
  color: #505051;
}

.color-neutral-600 {
  color: #7f7f80;
}

.color-neutral-500 {
  color: #a6a7a8;
}

.color-neutral-300 {
  color: #ededed;
}

.color-neutral-200 {
  color: #f4f4f4;
}

.color-neutral-100 {
  color: #fff;
}

.bg-green-400 {
  background-color: #11845b;
}

.color-green-400 {
  color: #11845b;
}

.bg-blue-400 {
  background-color: #086cd9;
}

.color-blue-400 {
  color: #086cd9;
}

.bg-blue-300 {
  background-color: #1d88fe;
}

.color-blue-300 {
  color: #1d88fe;
}

.bg-blue-200 {
  background-color: #8fc3ff;
}

.bg-blue-100 {
  background-color: #eaf4ff;
}

.color-blue-100 {
  color: #eaf4ff;
}

.color-neutral-400 {
  color: #cfcfd0;
}

.bg-green-300 {
  background-color: #05c168;
}

.color-green-300 {
  color: #05c168;
}

.bg-green-200 {
  background-color: #7fdca4;
}

.color-green-200 {
  color: #7fdca4;
}

.color-green-100 {
  color: #def2e6;
}

.bg-green-100 {
  background-color: #def2e6;
}

.bg-red-400 {
  background-color: #dc2b2b;
}

.color-red-400 {
  color: #dc2b2b;
}

.bg-red-300 {
  background-color: #ff5a65;
}

.color-red-300 {
  color: #ff5a65;
}

.bg-red-200 {
  background-color: #ffbec2;
}

.color-red-200 {
  color: #ffbec2;
}

.bg-red-100 {
  background-color: #ffeff0;
}

.color-red-100 {
  color: #ffeff0;
}

.bg-orange-400 {
  background-color: #d5691b;
}

.color-orange-400 {
  color: #d5691b;
}

.bg-orange-300 {
  background-color: #ff9e2c;
}

.color-orange-300 {
  color: #ff9e2c;
}

.bg-orange-200 {
  background-color: #ffd19b;
}

.color-orange-200 {
  color: #ffd19b;
}

.bg-orange-100 {
  background-color: #fff3e4;
}

.color-orange-100 {
  color: #fff3e4;
}

.style---block-sub-heading {
  margin-bottom: 32px;
}

.style---block-sub-heading.border {
  border-bottom: 1px solid #cfcfd0;
  margin-bottom: 64px;
  padding-bottom: 40px;
}

.divider {
  height: 1px;
  background-color: #cfcfd0;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider._64px {
  margin-top: 64px;
  margin-bottom: 64px;
}

.divider._64px.template-pages-start-here {
  margin-bottom: 40px;
}

.divider._40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.style---typography-block-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 320px) 1fr;
}

.style---content-block {
  margin-bottom: 100px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-bottom-16px, .mg-bottom-16px.keep {
  margin-bottom: 16px;
}

.mg-bottom-24px, .mg-bottom-24px.keep {
  margin-bottom: 24px;
}

.mg-bottom-32px, .mg-bottom-32px.keep {
  margin-bottom: 32px;
}

.mg-bottom-40px {
  margin-bottom: 40px;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
}

.mg-bottom-48px {
  margin-bottom: 48px;
}

.mg-bottom-56px {
  margin-bottom: 56px;
}

.mg-bottom-64px {
  margin-bottom: 64px;
}

.mg-top-16px {
  margin-top: 16px;
}

.mg-top-24px {
  margin-top: 24px;
}

.mg-top-24px.product-content---item {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.mg-top-32px {
  margin-top: 32px;
}

.mg-top-48px {
  margin-top: 48px;
}

.mg-top-64px {
  margin-top: 64px;
}

.mg-top-80px {
  margin-top: 80px;
}

.mg-left-24px {
  margin-left: 24px;
}

.mg-right-8px {
  margin-right: 8px;
}

.mg-right-16px {
  margin-right: 16px;
}

.mg-right-24px {
  margin-right: 24px;
}

.text-200 {
  font-size: 18px;
  line-height: 1.111em;
}

.text-200.list {
  line-height: 24px;
}

.text-200.medium {
  font-weight: 500;
}

.text-200.medium.mg-bottom-0.alt {
  line-height: 1.6em;
}

.text-200.bold {
  font-weight: 700;
}

.text-200.color-neutral-800.text-uppercase.category-link {
  color: #151010;
  text-align: center;
  background-color: #fff;
  border: 1px solid #a6a7a8;
  border-radius: 40px;
  margin-bottom: 24px;
  padding: 18px 28px;
  text-decoration: none;
  transition: transform .3s, color .3s, border-color .3s, background-color .3s, color .3s;
}

.text-200.color-neutral-800.text-uppercase.category-link:hover {
  color: #fff;
  background-color: #151010;
  border-color: #1b1311;
  transform: translate(0, -3px);
}

.text-200.color-neutral-800.text-uppercase.category-link.w--current {
  color: #fff;
  background-color: #151010;
  border-color: #151010;
  font-weight: 500;
  transition: transform .3s, color .3s;
}

.text-200.color-neutral-800.text-uppercase.category-link.w--current:hover {
  transform: translate(0, -3px);
}

.text-200.color-neutral-800.text-uppercase.category-link---light {
  color: #ededed;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #a6a7a8;
  border-radius: 40px;
  margin-bottom: 24px;
  padding: 18px 28px;
  text-decoration: none;
  transition: transform .3s, color .3s, border-color .3s, background-color .3s, color .3s;
}

.text-200.color-neutral-800.text-uppercase.category-link---light:hover {
  color: #1b1311;
  background-color: #fff;
  border-color: #fff;
  transform: translate(0, -3px);
}

.text-200.color-neutral-800.text-uppercase.category-link---light.w--current {
  color: #1b1311;
  background-color: #fff;
  border-color: #fff;
  font-weight: 500;
  transition: transform .3s, color .3s;
}

.text-200.color-neutral-800.text-uppercase.category-link---light.w--current:hover {
  transform: translate(0, -3px);
}

.display-1 {
  color: #1b1311;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 61px;
  font-weight: 600;
  line-height: 1.156em;
}

.display-1.color-neutral-100 {
  color: #fff;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  justify-content: start;
  justify-items: start;
}

.grid-1-column.gap-row-0 {
  grid-row-gap: 0px;
}

.grid-1-column.gap-row-28px {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
}

.gap-8px {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.gap-24px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

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

.gap-column-24px {
  grid-column-gap: 24px;
}

.gap-row-24px {
  grid-row-gap: 24px;
}

.gap-row-40px {
  grid-row-gap: 40px;
}

.gap-row-48px {
  grid-row-gap: 48px;
}

.gap-row-64px {
  grid-row-gap: 64px;
}

.gap-row-80px {
  grid-row-gap: 80px;
}

.display-2 {
  color: #1b1311;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.233em;
}

.display-2.color-neutral-100 {
  color: #fff;
}

.display-2.content-right-grid---title {
  margin-bottom: 12px;
  margin-left: -34%;
}

.display-3 {
  color: #1b1311;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.182em;
}

.display-3.color-neutral-100 {
  color: #fff;
}

.display-4 {
  color: #1b1311;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.429em;
}

.display-4.color-neutral-100 {
  color: #fff;
}

.style---style-grid-wrapper {
  grid-row-gap: 180px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.paragraph-large {
  font-size: 24px;
  line-height: 1.583em;
}

.paragraph-small {
  font-size: 14px;
  line-height: 1.714em;
}

.text-400 {
  font-size: 24px;
  line-height: 1.083em;
}

.text-400.medium {
  font-weight: 500;
}

.text-400.bold {
  font-weight: 700;
}

.text-400.color-neutral-500.product-price-compare {
  align-self: flex-end;
  margin-bottom: 10px;
  text-decoration: line-through;
}

.text-300 {
  font-size: 20px;
  line-height: 1.1em;
}

.text-300.medium {
  font-weight: 500;
}

.text-300.bold {
  font-weight: 700;
}

.text-300.bold.footer-title {
  color: #1b1311;
}

.text-100 {
  font-size: 16px;
  line-height: 1.125em;
}

.text-100.medium {
  font-weight: 500;
}

.text-100.bold {
  font-weight: 700;
}

.text-bold {
  color: #1b1311;
  font-weight: 700;
}

.text-uppercase {
  letter-spacing: .06em;
  text-transform: uppercase;
}

.text-strikethrough {
  text-decoration: line-through;
}

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

.grid-3-columns.gap-row-80px {
  grid-row-gap: 80px;
}

.grid-3-columns.style---buttons-grid {
  grid-column-gap: 70px;
  grid-template-columns: auto auto 1fr;
}

.grid-3-columns.gap-row-64px {
  grid-row-gap: 64px;
}

.grid-3-columns.gap-row-48px {
  grid-row-gap: 48px;
}

.grid-3-columns.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.grid-3-columns.grid-card-services {
  grid-column-gap: 34px;
  grid-row-gap: 64px;
}

.grid-3-columns.gap-40px {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.grid-3-columns.gap-40px.gap-row-48px {
  grid-row-gap: 48px;
}

.grid-3-columns.gap-40px.gap-row-64px {
  grid-row-gap: 64px;
}

.style---shadow-card {
  min-height: 220px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ededed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 44px;
  display: flex;
}

.shadow-01 {
  box-shadow: 0 2px 6px rgba(20, 20, 43, .06);
}

.shadow-02 {
  box-shadow: 0 2px 12px rgba(31, 25, 20, .08);
}

.shadow-03 {
  box-shadow: 0 8px 28px rgba(20, 20, 43, .1);
}

.shadow-04 {
  box-shadow: 0 14px 42px rgba(31, 25, 20, .14);
}

.shadow-05 {
  box-shadow: 0 24px 65px rgba(31, 25, 20, .16);
}

.shadow-06 {
  box-shadow: 0 32px 72px rgba(31, 25, 20, .24);
}

.button-shadow-color-01 {
  box-shadow: 0 4px 10px rgba(31, 25, 20, .06);
}

.button-shadow-color-02 {
  box-shadow: 0 6px 20px rgba(31, 25, 20, .08);
}

.button-shadow-color-03 {
  box-shadow: 0 10px 28px rgba(31, 25, 20, .12);
}

.button-shadow-white-01 {
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.button-shadow-white-02 {
  box-shadow: 0 6px 20px rgba(20, 20, 43, .06);
}

.button-shadow-white-03 {
  box-shadow: 0 10px 28px rgba(20, 20, 43, .1);
}

.style---heading {
  min-height: 70vh;
  background-color: #fff;
  align-items: center;
  margin-bottom: 30px;
  padding: 72px 4vw;
  display: flex;
  box-shadow: 0 2px 6px rgba(31, 25, 20, .08);
}

.inner-container._600px {
  max-width: 600px;
}

.inner-container.center {
  margin-left: auto;
  margin-right: auto;
}

.inner-container._574px {
  max-width: 574px;
}

.inner-container._460px {
  max-width: 460px;
}

.inner-container._900px {
  max-width: 900px;
}

.inner-container._990px {
  max-width: 990px;
}

.inner-container._800px {
  max-width: 800px;
}

.inner-container._700px {
  max-width: 700px;
}

.inner-container._640px {
  max-width: 640px;
}

.inner-container._680px {
  max-width: 680px;
  max-width: 680px;
}

.inner-container._820px {
  max-width: 820px;
}

.inner-container._560px {
  max-width: 560px;
}

.inner-container._950px {
  max-width: 950px;
}

.inner-container._624px {
  max-width: 624px;
}

.inner-container._520px {
  max-width: 520px;
}

.inner-container._455px {
  max-width: 455px;
}

.inner-container._729px {
  max-width: 729px;
}

.inner-container._745px {
  max-width: 745px;
}

.inner-container._474px {
  max-width: 474px;
}

.inner-container._515px {
  max-width: 515px;
}

.inner-container._557px {
  max-width: 557px;
}

.inner-container._582px {
  max-width: 582px;
}

.inner-container._416px {
  max-width: 416px;
}

.inner-container._757px {
  max-width: 757px;
}

.inner-container._464px {
  max-width: 464px;
}

.inner-container.team-member-content {
  max-width: 515px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.inner-container._496px {
  max-width: 496px;
}

.inner-container._579px {
  max-width: 579px;
}

.inner-container._351px {
  max-width: 351px;
}

.inner-container._804px {
  max-width: 804px;
}

.inner-container._850px {
  max-width: 850px;
}

.inner-container._503px {
  max-width: 503px;
}

.inner-container._318px {
  max-width: 318px;
}

.inner-container._420px {
  max-width: 420px;
}

.inner-container._743px {
  max-width: 743px;
}

.inner-container._596px {
  max-width: 596px;
}

.inner-container.coming-soon-content {
  max-width: 50%;
}

.inner-container._523px {
  max-width: 523px;
}

.inner-container._472px {
  max-width: 472px;
}

.inner-container._860px {
  max-width: 860px;
}

.inner-container._57px {
  max-width: 57px;
}

.inner-container._357px {
  max-width: 357px;
}

.style---content-heading {
  background-color: #fff;
  border: 1px solid #ededed;
  align-items: center;
  margin-bottom: 60px;
  padding: 48px;
  display: flex;
}

.style---heading-icon-wrapper {
  background-color: #151010;
  margin-right: 18px;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.style---content-wrapper {
  padding-top: 40px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.style---card-wrapper {
  background-color: #fff;
  border: 1px solid #ededed;
}

.style---components-wrapper {
  background-color: #cfcfd0;
  border: 1px solid #ededed;
}

.style---bg-white {
  background-color: #fff;
  padding: 48px;
}

.style---bg-white.bg-color-neutral-800 {
  background-color: #1b1311;
}

.style-buttons-dark {
  background-color: #1b1311;
  padding: 48px;
}

.btn-primary {
  color: #fff;
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #151010;
  border: 1px solid #151010;
  border-radius: 96px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #505051;
  border-color: #505051;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 1.125em;
}

.btn-primary.small.header-btn-hidde-on-mb {
  margin-left: 24px;
}

.btn-primary.small.discount {
  height: auto;
  margin-left: 0;
}

.btn-primary.large {
  padding: 28px 56px;
  font-size: 20px;
  line-height: 1.1em;
}

.btn-primary.white {
  color: #151010;
  background-color: #fff;
  border-color: #fff;
}

.btn-primary.white:hover {
  color: #151010;
  background-color: #ededed;
  border-color: #ededed;
}

.btn-primary.white.card-home-pages---no-hover {
  color: #4253ff;
  background-color: #fff;
  border-color: #fff;
}

.btn-primary.white.card-home-pages---no-hover:hover {
  color: #4253ff;
  background-color: #fff;
  border-color: #fff;
  transform: none;
}

.btn-primary.inside-input {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.btn-primary.inside-input:hover {
  transform: none;
}

.btn-primary.inside-input.default {
  transform-style: preserve-3d;
  padding: 16px 24px;
  top: 8px;
  bottom: 8px;
  right: 8px;
}

.btn-primary.inside-input.default:hover {
  transform: none;
}

.btn-primary.button-row {
  margin-right: 24px;
}

.btn-primary.download-app {
  display: flex;
}

.btn-primary.card-home-pages---no-hover {
  color: #fff;
  background-color: #553ffe;
  border-color: #553ffe;
}

.btn-primary.card-home-pages---no-hover:hover {
  color: #fff;
  background-color: #553ffe;
  border-color: #553ffe;
  transform: none;
}

.btn-secondary {
  color: #1b1311;
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1b1311;
  border-radius: 96px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #151010;
  border-color: #151010;
  transform: translate3d(0, -3px, .01px);
}

.btn-secondary.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 1.125em;
}

.btn-secondary.large {
  padding: 28px 56px;
  font-size: 20px;
  line-height: 1.1em;
}

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

.btn-secondary.white:hover {
  color: #1b1311;
  background-color: #fff;
  border-color: #fff;
}

.btn-secondary.white.colo-neutral-100---bg-transparent {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
}

.btn-secondary.white.colo-neutral-100---bg-transparent:hover {
  color: #1b1311;
  background-color: #fff;
}

.btn-secondary.white.buy-now {
  margin-top: 0;
}

.btn-secondary.bg-transparent {
  background-color: rgba(0, 0, 0, 0);
}

.btn-secondary.bg-transparent.hover-neutral-800:hover {
  color: #1b1311;
}

.badge-primary {
  color: #fff;
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #151010;
  border-radius: 40px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 1.111em;
  display: inline-block;
}

.badge-primary.white {
  color: #151010;
  background-color: #fff;
}

.badge-primary.light {
  background-color: #505051;
}

.badge-primary.small {
  padding: 14px 22px;
  font-size: 16px;
  line-height: 1.125em;
}

.badge-primary.large {
  padding: 22px 38px;
  font-size: 20px;
  line-height: 1.1em;
}

.badge-secondary {
  color: #1b1311;
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  border: 1px solid #a6a7a8;
  border-radius: 40px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 1.111em;
  text-decoration: none;
  display: inline-block;
}

.badge-secondary.white {
  box-shadow: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.badge-secondary.light {
  color: #1b1311;
  background-color: #f4f4f4;
  border-width: 0;
}

.badge-secondary.small {
  padding: 14px 22px;
  font-size: 16px;
  line-height: 1.125em;
}

.badge-secondary.small.badge-team-member {
  color: #1b1311;
  text-transform: uppercase;
  border-color: #1b1311;
  position: absolute;
  top: 32px;
  bottom: auto;
  left: 32px;
  right: auto;
}

.badge-secondary.large {
  padding: 22px 38px;
  font-size: 20px;
  line-height: 1.1em;
}

.badge-secondary.tabs {
  color: #1b1311;
  text-transform: uppercase;
  background-color: #fff;
  border-color: #1b1311;
  padding-left: 26px;
  padding-right: 26px;
  transition: background-color .3s, border-color .3s, color .3s;
}

.badge-secondary.tabs:hover, .badge-secondary.tabs.w--current {
  color: #fff;
  background-color: #151010;
  border-color: #151010;
}

.input {
  min-height: 72px;
  color: #1b1311;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #7f7f80;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 1.111em;
  transition: color .3s, border-color .3s;
}

.input:hover {
  border-color: #151010;
}

.input:focus, .input.-wfp-focus {
  color: #1b1311;
  border-color: #151010;
}

.input::-ms-input-placeholder {
  color: #505051;
}

.input::placeholder {
  color: #505051;
}

.input.small {
  min-height: 46px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.input.small.mg-bottom-8px {
  margin-bottom: 8px;
}

.input.large {
  min-height: 80px;
}

.input.button-inside {
  padding-right: 40%;
}

.input.button-inside.input-password {
  min-height: 72px;
  color: #ededed;
  background-color: rgba(0, 0, 0, 0);
  border-color: #7f7f80;
  padding-top: 20px;
  padding-bottom: 20px;
}

.input.button-inside.input-password:hover {
  border-color: #fff;
}

.input.button-inside.input-password::-ms-input-placeholder {
  color: #ededed;
}

.input.button-inside.input-password::placeholder {
  color: #ededed;
}

.input.quantity {
  width: 155px;
  color: #fff;
  background-color: #1f1914;
}

.input.quantity:hover {
  border-color: #fff;
}

.input.medium {
  min-height: 56px;
  margin-bottom: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.input.medium::-ms-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.medium::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.medium.last {
  margin-bottom: 0;
}

.input.select-inside {
  height: auto;
  min-height: auto;
  color: #fff;
  background-color: #1f1914;
  border-style: none;
  padding: 0;
  transition: color .3s;
}

.input.select-inside:hover {
  border-color: #fff;
}

.input.select-inside:focus-visible {
  color: #fff;
  border-color: #fff;
}

.input.select-inside[data-wf-focus-visible] {
  color: #fff;
  border-color: #fff;
}

.input.search-input {
  background-image: url('../images/icon-search-carpenters-template.svg');
  background-position: 23px;
  background-repeat: no-repeat;
  background-size: 17px;
  padding-left: 49px;
}

.input.search-input:focus {
  background-image: url('../images/icon-focused-search-carpenters-template.svg');
}

.input.light {
  color: #fff;
}

.input.light:hover {
  border-color: #fff;
}

.input.light:focus {
  color: #fff;
  border-color: #fff;
}

.input.light::-ms-input-placeholder {
  color: #ededed;
}

.input.light::placeholder {
  color: #ededed;
}

.input.select-wrapper {
  align-items: center;
  transition: border-color .3s;
  display: flex;
}

.input.cart-item-quantity {
  min-height: 38px;
  padding: 6px 12px;
}

.position-relative {
  position: relative;
}

.text-area {
  max-height: 200px;
  max-width: 100%;
  min-height: 184px;
  min-width: 100%;
  color: #1b1311;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #7f7f80;
  border-radius: 24px;
  padding: 24px;
  font-size: 18px;
  transition: color .3s, border-color .3s;
}

.text-area:hover {
  border-color: #151010;
}

.text-area:focus {
  color: #1b1311;
  border-color: #151010;
}

.text-area::-ms-input-placeholder {
  color: #505051;
}

.text-area::placeholder {
  color: #505051;
}

.text-area.small {
  min-height: 102px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}

.text-area.light {
  color: #fff;
}

.text-area.light:hover {
  border-color: #fff;
}

.text-area.light:focus {
  color: #fff;
  border-color: #fff;
}

.text-area.light::-ms-input-placeholder {
  color: #ededed;
}

.text-area.light::placeholder {
  color: #ededed;
}

.checkbox-field-wrapper {
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 22px;
  display: flex;
}

.checkbox-field-wrapper.large {
  font-size: 20px;
  line-height: 24px;
}

.checkbox-field-wrapper.small {
  font-size: 16px;
  line-height: 20px;
}

.checkbox-field-wrapper.mg-bottom-0 {
  margin-bottom: 0;
}

.checkbox {
  width: auto;
  height: auto;
  min-height: 24px;
  min-width: 24px;
  background-color: #fff;
  border-width: 1px;
  border-color: #7f7f80;
  border-radius: 6px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .3s, background-color .3s;
}

.checkbox:hover {
  border-color: #151010;
}

.checkbox.w--redirected-checked {
  background-color: #151010;
  background-image: url('../images/check-form-brix-templates-webflow.svg');
  background-size: auto;
  border-color: #151010;
  margin-top: 0;
  margin-left: 0;
}

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

.checkbox.large {
  min-height: 28px;
  min-width: 28px;
}

.checkbox.small {
  min-height: 22px;
  min-width: 22px;
  border-radius: 5px;
}

.radio-button-field-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.radio-button-field-wrapper.large {
  font-size: 20px;
  line-height: 26px;
}

.radio-button-field-wrapper.small {
  font-size: 16px;
  line-height: 22px;
}

.radio-button {
  width: auto;
  height: auto;
  min-height: 24px;
  min-width: 24px;
  background-color: #fff;
  border-color: #7f7f80;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .3s, border-width .3s, background-color .3s;
}

.radio-button:hover {
  border-color: #151010;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: #151010;
}

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

.radio-button.large {
  min-height: 28px;
  min-width: 28px;
}

.radio-button.large.w--redirected-checked {
  border-width: 8px;
}

.radio-button.small {
  min-height: 22px;
  min-width: 22px;
}

.style---avatars-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 290px);
}

.avatar-circle {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._01 {
  width: 32px;
  height: 32px;
  max-height: 32px;
  max-width: 32px;
}

.avatar-circle._02 {
  width: 48px;
  height: 48px;
  max-height: 48px;
  max-width: 48px;
}

.avatar-circle._03 {
  width: 64px;
  height: 64px;
  max-height: 64px;
  max-width: 64px;
}

.avatar-circle._04 {
  width: 80px;
  height: 80px;
  max-height: 80px;
  max-width: 80px;
}

.avatar-circle._05 {
  width: 120px;
  height: 120px;
  max-height: 120px;
  max-width: 120px;
}

.avatar-circle._06 {
  width: 160px;
  height: 160px;
  max-height: 160px;
  max-width: 160px;
}

.avatar-circle._07 {
  width: 240px;
  height: 240px;
  max-height: 240px;
  max-width: 240px;
}

.avatar-circle._08 {
  width: 380px;
  height: 380px;
  max-height: 380px;
  max-width: 380px;
}

.style---icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 72px);
}

.square-icon.password-page {
  width: 100%;
  max-width: 80px;
  margin-bottom: 32px;
}

.style---social-square-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
}

.social-icon-font {
  font-family: Social Icons Font, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.social-icon-font.button-left {
  margin-right: 6px;
}

.social-icon-font.color-neutral-800 {
  color: #1b1311;
}

.social-icon-square {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  color: #fff;
  background-color: #1b1311;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.line-rounded-icon {
  font-family: Line Rounded Icons, sans-serif;
}

.line-rounded-icon.style---dropdown-arrow-sidebar {
  line-height: 18px;
}

.line-rounded-icon.link-icon-right {
  margin-left: 6px;
  display: inline-block;
}

.line-rounded-icon.link-icon-left {
  margin-right: 6px;
  display: inline-block;
}

.line-rounded-icon.dropdown-arrow {
  margin-left: 8px;
}

.line-rounded-icon.success-message-check {
  color: #151010;
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 1em;
}

.line-rounded-icon.success-message-check.large {
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

.line-rounded-icon.success-message-check.large.color-neutral-100 {
  color: #fff;
}

.line-rounded-icon.success-message-check.left {
  margin-bottom: 0;
  margin-right: 16px;
}

.style---line-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 20px);
}

.line-square-icon {
  font-family: Line Square Icons, sans-serif;
}

.line-square-icon.top-bar-close-icon {
  cursor: pointer;
  align-items: center;
  padding: 20px 32px;
  font-size: 24px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.line-square-icon.top-bar-close-icon:hover {
  opacity: .55;
}

.line-square-icon.link-icon-right {
  margin-left: 6px;
  font-size: 20px;
  display: inline-block;
}

.filled-icons {
  font-family: Filled Icons, sans-serif;
}

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

.rich-text h2 {
  margin-bottom: 24px;
}

.rich-text h3 {
  margin-top: 48px;
  margin-bottom: 24px;
}

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

.rich-text ul, .rich-text ol {
  margin-top: 32px;
  margin-bottom: 48px;
}

.rich-text h6, .rich-text h5, .rich-text h4 {
  margin-top: 48px;
  margin-bottom: 24px;
}

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

.style---dropdown-wrapper-sidebar {
  width: 100%;
  overflow: hidden;
}

.style---dropdown-toggle {
  width: 100%;
  border-bottom: 1px solid #ededed;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  transition: color .3s;
  display: flex;
}

.style---dropdown-toggle:hover {
  color: #7f7f80;
}

.style---dropdown-toggle.w--open {
  color: #151010;
}

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

.buttons-row.center {
  justify-content: center;
}

.style---dropdown-list-sidebar {
  background-color: #fff;
  border-bottom: 1px solid #ededed;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.style---dropdown-link-sidebar {
  color: #7f7f80;
  border-right: 4px solid rgba(0, 0, 0, 0);
  flex-direction: row;
  align-items: center;
  padding: 12px 16px 12px 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.style---dropdown-link-sidebar:hover {
  color: #151010;
  background-color: #f4f4f4;
  border-right-color: #151010;
}

.style---dropdown-link-sidebar.w--current {
  color: #151010;
  background-color: #f4f4f4;
  border-right-color: #151010;
  font-weight: 700;
}

.style---dropdown-link-icon-sidebar {
  max-width: 38px;
  background-color: #151010;
  border-radius: 8px;
  margin-right: 10px;
  padding: 2px;
}

.style---sidebar-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: scroll;
}

.style---logo-wrapper {
  width: 100%;
  color: #7f7f80;
  text-align: center;
  background-color: #f4f4f4;
  border-bottom: 1px solid #ededed;
  padding: 38px 22px;
  text-decoration: none;
}

.width-100 {
  width: 100%;
}

.style---button-wrapper-sidebar {
  margin-top: 20px;
  margin-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

.style---logo-sidebar {
  transition: opacity .3s;
}

.style---logo-sidebar:hover {
  opacity: .6;
}

.container-default {
  max-width: 1268px;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default.order-confirmation {
  display: block;
}

.elements---page-hero {
  background-color: #f4f4f4;
  padding-top: 120px;
  padding-bottom: 120px;
}

.elements---page-hero.bg-neutral-100 {
  background-color: #fff;
}

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

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

.section.hero {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.section.hero.v1 {
  background-color: #1f1914;
  margin-bottom: 157px;
  padding-top: 125px;
  padding-bottom: 0;
  position: static;
  overflow: visible;
}

.section.hero.v2 {
  background-color: #1f1914;
  margin-bottom: 320px;
  padding-top: 120px;
  padding-bottom: 0;
  position: static;
  overflow: visible;
}

.section.hero.v3 {
  background-color: #1f1914;
  padding-top: 116px;
  padding-bottom: 0;
  position: static;
}

.section.hero.v4 {
  background-color: #1f1914;
  margin-bottom: 273px;
  padding-top: 120px;
  padding-bottom: 0;
  position: static;
  overflow: visible;
}

.section.hero.v5 {
  background-color: #1f1914;
  margin-bottom: 299px;
  padding-top: 113px;
  padding-bottom: 0;
  position: static;
  overflow: visible;
}

.section.hero.v6 {
  background-color: #1f1914;
  margin-bottom: 120px;
  padding-top: 120px;
  padding-bottom: 160px;
  position: static;
}

.section.hero.v7 {
  padding-top: 120px;
  padding-bottom: 180px;
}

.section.hero.v8 {
  background-color: #1f1914;
  margin-bottom: 130px;
  padding-top: 120px;
  padding-bottom: 116px;
  position: static;
}

.section.hero.v9 {
  background-color: #1f1914;
  padding-top: 120px;
  padding-bottom: 180px;
}

.section.hero.coming-soon {
  min-height: 87vh;
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section.top {
  padding-top: 100px;
}

.section.template-pages-hero {
  background-color: #f4f4f4;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.hero-page {
  background-image: linear-gradient(#fff 50%, #f4f4f4 50%);
  padding-top: 97px;
  padding-bottom: 200px;
  overflow: hidden;
}

.section.cta-home-pages {
  background-image: linear-gradient(#f4f4f4 28%, #fff 28%);
  padding-top: 0;
  padding-bottom: 0;
}

.section.pd-bottom-120px {
  padding-bottom: 120px;
}

.section.pd-120px {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.pd-top-120px {
  padding-top: 120px;
}

.section.pd-140px {
  padding-top: 140px;
  padding-bottom: 140px;
}

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

.section.pd-bottom-0px {
  padding-bottom: 0;
}

.section.services-section {
  background-image: linear-gradient(#1f1914 60%, #fff 60%);
  padding-top: 260px;
  padding-bottom: 0;
}

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

.section.pd-180px {
  padding-top: 180px;
  padding-bottom: 180px;
}

.top-bar-wrapper {
  color: #fff;
  text-align: center;
  background-color: #151010;
  padding-right: 72px;
  position: relative;
  overflow: hidden;
}

.top-bar-wrapper._0px {
  padding-left: 0;
  padding-right: 0;
}

.top-bar-padding {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.top-bar-padding.small-padding {
  padding-top: 22px;
  padding-bottom: 22px;
}

.top-bar-flex {
  justify-content: center;
  align-items: center;
  padding-left: 35px;
  display: flex;
}

.top-bar-flex.space-between {
  justify-content: space-between;
}

.top-bar-flex.v2 {
  padding-left: 0;
}

.link-wrapper {
  color: #1b1311;
  line-height: 1.111em;
  transition: none;
  display: inline-block;
}

.link-wrapper:hover, .link-wrapper.color-primary {
  color: #151010;
}

.link-wrapper.color-primary:hover {
  color: #1b1311;
}

.link-wrapper.white {
  color: #fff;
}

.link-wrapper.white:hover {
  color: #f2f1ff;
}

.link-text {
  color: #fff;
  letter-spacing: .06em;
  text-transform: uppercase;
  line-height: 20px;
  transition: color .3s;
  display: inline-block;
}

.link-text.color-neutral-800 {
  color: #1b1311;
}

.link-text.alt {
  color: #fff;
  text-decoration: none;
}

.link-text.alt:hover {
  color: #a6a7a8;
}

.elements---element-title {
  background-color: #fff;
  border: 1px solid #cfcfd0;
  margin-top: 72px;
  margin-bottom: 32px;
  padding: 24px 32px;
}

.elements---element-title.first, .elements---element-title.first.large {
  margin-top: 0;
}

.elements---element-title.large {
  margin-top: 266px;
  margin-bottom: 54px;
}

.heading-h1-size {
  color: #1b1311;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.222em;
}

.heading-h1-size.color-neutral-100 {
  color: #fff;
}

.heading-h1-size.color-neutral-100.product-price {
  margin-bottom: 0;
}

.heading-h2-size {
  color: #1b1311;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.316em;
}

.heading-h2-size.color-neutral-100 {
  color: #fff;
}

.heading-h3-size {
  color: #1b1311;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.417em;
}

.heading-h3-size.color-neutral-100 {
  color: #fff;
}

.heading-h4-size {
  color: #1b1311;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.273em;
}

.heading-h5-size {
  color: #1b1311;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.333em;
}

.heading-h6-size {
  color: #1b1311;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375em;
}

.header-wrapper {
  background-color: #fff;
  padding-top: 32px;
  padding-bottom: 32px;
}

.header-wrapper.header-v4 {
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 0;
}

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

.header-content-wrapper.justify-center {
  justify-content: center;
}

.header-nav-menu-wrapper {
  justify-content: space-between;
}

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

.header-nav-link {
  color: #fff;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 0;
}

.header-nav-link:hover {
  color: #7f7f80;
}

.header-nav-link.w--current {
  color: #fff;
  font-weight: 700;
}

.header-nav-link.w--current:hover {
  color: #7f7f80;
}

.header-nav-link.color-neutral-800 {
  color: #1b1311;
}

.header-nav-link.color-neutral-800:hover {
  color: #7f7f80;
}

.header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.header-nav-list-item.show-in-tablet {
  display: none;
}

.header-nav-list-item.left {
  padding-left: 0;
  padding-right: 32px;
}

.dropdown-toggle {
  align-items: center;
  padding: 0;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: #151010;
}

.dropdown-toggle.header-nav-link {
  transition-property: none;
}

.dropdown-toggle.header-nav-link:hover {
  color: #7f7f80;
}

.dropdown-column-wrapper {
  background-color: #fff;
  border: 1px solid #ededed;
  overflow: hidden;
  transform: translate(-50%);
  box-shadow: 0 2px 12px rgba(31, 25, 20, .08);
}

.dropdown-column-wrapper.v2 {
  transform: translate(-75%);
}

.dropdown-link {
  width: 100%;
  height: auto;
  color: #7f7f80;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
}

.dropdown-link:hover {
  color: #1b1311;
}

.dropdown-link.w--current {
  color: #7f7f80;
  font-weight: 700;
}

.dropdown-link.w--current:hover {
  color: #1b1311;
}

.dropdown-link.link-more-template {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #1b1311;
  letter-spacing: .06em;
  text-transform: uppercase;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .3s, color .3s;
  display: flex;
}

.dropdown-link.link-more-template:hover {
  opacity: .7;
}

.dropdown-pd {
  padding: 40px;
}

.dropdown-pd.width-680px {
  width: 680px;
}

.header-logo {
  width: 100%;
}

.header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.header-logo-link.left {
  width: 100%;
  max-width: 52px;
  margin-right: 58px;
}

.header-logo-link.v2 {
  width: 100%;
  max-width: 210px;
  flex: 1;
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.hamburger-menu-bar {
  width: 52px;
  height: 4px;
  background-color: #1b1311;
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-left-side {
  align-items: center;
  display: flex;
}

.header-left-side.v1 {
  flex: 1;
}

.btn-circle-primary {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  color: #fff;
  transform-style: preserve-3d;
  background-color: #151010;
  border: 1px solid #151010;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-circle-primary:hover {
  color: #fff;
  background-color: #505051;
  border-color: #505051;
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-primary.small {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  font-size: 24px;
}

.btn-circle-primary.large {
  width: 88px;
  height: 88px;
  min-height: 88px;
  min-width: 88px;
  font-size: 36px;
}

.btn-circle-primary.white {
  color: #151010;
  background-color: #fff;
  border-color: #fff;
}

.btn-circle-primary.white:hover {
  color: #151010;
  background-color: #ededed;
  border-color: #ededed;
}

.btn-circle-primary.pagination-btn {
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  margin-top: 64px;
}

.btn-circle-secondary {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  color: #1b1311;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #151010;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-circle-secondary:hover {
  color: #fff;
  background-color: #151010;
  border-color: #151010;
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-secondary.small {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  font-size: 24px;
}

.btn-circle-secondary.small.accordion-btn {
  transform-style: preserve-3d;
}

.btn-circle-secondary.small.accordion-btn:hover {
  background-color: #fff;
  transform: scale3d(1, 1, 1.01);
}

.btn-circle-secondary.large {
  width: 88px;
  height: 88px;
  min-height: 88px;
  min-width: 88px;
  font-size: 36px;
}

.btn-circle-secondary.white {
  box-shadow: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.btn-circle-secondary.white:hover {
  color: #1b1311;
  background-color: #fff;
  border-color: #fff;
}

.btn-circle-secondary.slider-arrow {
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  font-size: 32px;
}

.btn-circle-secondary.slider-arrow.left---top-left {
  top: -200px;
  bottom: auto;
  left: auto;
  right: 96px;
}

.btn-circle-secondary.slider-arrow.right---top-left {
  top: -200px;
  bottom: auto;
}

.btn-circle-secondary.slider-arrow.white, .btn-circle-secondary.slider-arrow.white.arrow---bottom-v1 {
  top: auto;
  bottom: -169px;
}

.btn-circle-secondary.accordion-btn {
  position: relative;
}

.btn-circle-secondary.pagination-btn {
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  margin-top: 64px;
}

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

.utility-page-wrap.bg-password---404-decorative {
  background-image: url('../images/bg-not-found-carpenters-template.svg'), linear-gradient(#1f1914 82%, #fff 82%);
  background-position: 65% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.not-found-utility-page-content {
  width: 100%;
  max-width: 520px;
  min-height: 100vh;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.hidden-on-desktop {
  display: none;
}

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

.flex-horizontal {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-horizontal.start {
  justify-content: flex-start;
}

.flex-horizontal.start.gap-12px {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.flex-horizontal.start.top {
  align-items: flex-start;
}

.flex-horizontal.flex-wrap {
  flex-wrap: wrap;
}

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

.flex-horizontal.gap-12px {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.flex-horizontal.input-reverse {
  flex-direction: row-reverse;
}

.footer-wrapper {
  background-color: #fff;
}

.footer-logo {
  width: 100%;
  transform-style: preserve-3d;
  transition: transform .3s;
}

.footer-logo:hover {
  transform: scale3d(.96, .96, 1.01);
}

.footer-logo-wrapper {
  width: 100%;
  max-width: 252px;
  margin-bottom: 24px;
}

.footer-logo-wrapper.v2 {
  max-width: 208px;
  margin-bottom: 0;
}

.footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer-list-item {
  margin-bottom: 24px;
  padding-left: 0;
  line-height: 1.111em;
}

.footer-link {
  color: #7f7f80;
  letter-spacing: .06em;
  text-transform: uppercase;
  line-height: 20px;
  text-decoration: none;
}

.footer-link:hover {
  color: #151010;
}

.footer-link.text-bold.color-neutral-800 {
  color: #1b1311;
}

.footer-link.link-more-template {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  transition: opacity .3s, color .3s;
  display: flex;
}

.footer-link.link-more-template:hover {
  opacity: .7;
}

.footer-top {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-top.v2 {
  grid-template-columns: .8fr 1fr .5fr;
}

.footer-bottom {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  border-top: 1px solid #7f7f80;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.error-message {
  color: #ff5a65;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 25px;
  padding: 0;
}

.error-message.password {
  border-radius: 40px;
  margin-left: 24px;
  margin-right: 24px;
}

.error-message.cart-error {
  text-align: center;
  margin-top: 0;
}

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

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

.text-center.tablet, .text-center.mobile-l {
  text-align: left;
}

.card-link-icon {
  text-transform: none;
  transform-style: preserve-3d;
  align-items: flex-start;
  padding-bottom: 20px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.card-link-icon:hover {
  transform: scale3d(.96, .96, 1.01);
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-top._24px-top {
  top: 24px;
}

.opacity-90 {
  opacity: .9;
}

.flex-card---image-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

._w-h-100 {
  width: 100%;
  height: 100%;
}

.fit-cover {
  object-fit: cover;
  flex: 1;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden._3-posts---item {
  flex-direction: column;
  justify-content: center;
  display: flex;
  transform: translate(0);
}

.text-decoration-none {
  text-decoration: none;
}

.cta-section {
  background-color: #151010;
  margin-left: auto;
  margin-right: auto;
  padding: 180px 76px;
  position: relative;
  overflow: hidden;
}

.cta-section.v3 {
  background-color: #f4f4f4;
}

.slider-wrapper {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.slider-mask {
  height: 100%;
}

.slider-mask.width-390px {
  max-width: 390px;
  overflow: visible;
}

.slider-mask.width-930px {
  max-width: 930px;
  overflow: visible;
}

.accordion-item-wrapper {
  width: 100%;
  cursor: pointer;
  transform-style: preserve-3d;
  border-bottom: 1px solid #7f7f80;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  transition: transform .3s;
  display: flex;
}

.accordion-item-wrapper:hover {
  transform: scale3d(.98, .98, 1.01);
}

.accordion-header {
  align-items: center;
  display: flex;
}

.acordion-body {
  width: 100%;
  max-width: 522px;
}

.accordion-spacer {
  min-height: 23px;
}

.accordion-btn-line {
  width: 18px;
  height: 2px;
  background-color: #1b1311;
  border-radius: 20px;
  position: absolute;
}

.accordion-btn-line.vertical {
  transform: rotate(90deg);
}

.accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.accordion-side {
  margin-left: 24px;
}

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

.tabs-menu {
  grid-column-gap: 20px;
  border-bottom: 1px solid #7f7f80;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 64px;
  display: flex;
}

.tabs-menu.justify-center {
  justify-content: center;
}

.tabs-content.tabs-mg-top-64px {
  margin-top: 64px;
}

.empty-state {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #7f7f80;
  padding: 40px 24px;
}

.empty-state.small {
  padding-top: 16px;
  padding-bottom: 16px;
}

.empty-state.cart-empty {
  border-style: none;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
}

.pd---content-inside-card {
  border-bottom: 1px solid #7f7f80;
  padding-top: 24px;
  padding-bottom: 32px;
}

.pd---content-inside-card.template-pages---sidebar {
  border-bottom-style: none;
  padding: 32px 16px 24px;
}

.pd---content-inside-card.template-pages {
  border-bottom-style: none;
  padding: 45px 60px 80px;
}

.bg-overlay-gradient {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000);
}

.bg-overlay-gradient.service-page---bg {
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-overlay-gradient.blog-post-featured {
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image {
  width: 100%;
}

.image.fit-cover.figma-file-image {
  min-height: 100%;
  object-position: 0% 100%;
}

.slide-item-mg {
  margin-right: 40px;
}

.height-100 {
  height: 100%;
}

.blog-card-image-wrapper {
  overflow: hidden;
  transform: translate(0);
}

.blog-card-image-wrapper.inside-card {
  position: relative;
}

.blog-card-badge-wrapper-top {
  position: absolute;
  top: 32px;
  bottom: auto;
  left: 32px;
  right: auto;
}

.blog-category-item-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.instagram-image {
  max-width: 100%;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.height-100.team-member-image {
  flex: 1;
  justify-content: flex-start;
  margin-bottom: -50px;
}

.image-wrapper.testimonial-slide---image {
  max-width: 79%;
}

.image-wrapper.story-image {
  z-index: -1;
  position: relative;
}

.image-wrapper.hero-v5-image {
  margin-bottom: -299px;
}

.image-wrapper.order-item-image---wrapper {
  width: 100%;
  max-width: 80px;
  transform-style: preserve-3d;
  background-color: #1f1914;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: filter .3s, transform .3s;
}

.image-wrapper.order-item-image---wrapper:hover {
  filter: grayscale();
  transform: scale3d(.94, .94, 1.01);
}

.image-wrapper.cart-item-image---wrapper {
  width: 100%;
  max-width: 80px;
  transform-style: preserve-3d;
  background-color: #1f1914;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: filter .3s, transform .3s;
}

.image-wrapper.cart-item-image---wrapper:hover {
  filter: grayscale();
  transform: scale3d(.94, .94, 1.01);
}

._404-not-found {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 300px;
  font-weight: 600;
  line-height: .8em;
  display: flex;
}

.template-pages---nav-item-wrapper {
  padding-left: 0;
}

.template-pages---sidebar-navigation {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.template-pages---nav-item-link {
  color: #7f7f80;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.template-pages---nav-item-link:hover {
  color: #151010;
  background-color: #cfcfd0;
}

.template-pages---nav-item-link.w--current {
  color: #fff;
  background-color: #1b1311;
  font-weight: 700;
}

.template-pages---phography-wrapper {
  transform-style: preserve-3d;
  transition: transform .3s, color .3s;
  overflow: hidden;
}

.template-pages---phography-wrapper:hover {
  transform: scale3d(.97, .97, 1.01);
}

.cart-button-wrapper {
  margin-left: 32px;
}

.cart-button {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  transition: opacity .3s, color .3s;
  position: relative;
}

.cart-button:hover {
  opacity: .7;
}

.cart-quantity {
  width: 18px;
  height: 18px;
  min-height: 18px;
  min-width: 18px;
  color: #fff;
  background-color: #151010;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 9px;
  line-height: 8px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 1px;
  left: 6px;
  right: auto;
}

.cart-container {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #cfcfd0;
}

.cart-header {
  border-bottom-color: #cfcfd0;
  padding-top: 22px;
  padding-bottom: 22px;
}

.cart-list {
  padding-top: 24px;
  padding-bottom: 24px;
}

.cart-footer {
  border-top-color: #cfcfd0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.cart-item-price {
  color: #1b1311;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.pay-btn {
  border-radius: 90px;
}

.pay-btn.cart {
  height: 60px;
  background-color: #151010;
}

.pay-btn.order-summary {
  height: 50px;
}

.cart-line-item {
  grid-column-gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.cart-remove-link {
  line-height: 20px;
}

.cart-close-button {
  width: 20px;
  height: 20px;
  color: #1b1311;
  justify-content: center;
  align-items: center;
  font-family: Line Square Icons, sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.cart-close-button:hover {
  transform: scale(1.2);
}

.checkout-form {
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.checkout-col-left {
  margin-right: 0;
}

.checkout-col-right {
  position: static;
}

.checkout-block-header {
  grid-column-gap: 15px;
  background-color: rgba(0, 0, 0, 0);
  border-width: 0 0 1px;
  border-bottom-color: #cfcfd0;
  flex-wrap: wrap;
  padding: 0 0 15px;
}

.checkout-block-content {
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.checkout-block-content.pd-top-0px {
  padding-top: 0;
}

.shipping-list {
  border: 0 solid #000;
}

.shipping-method {
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  border-bottom: 1px solid #cfcfd0;
  justify-content: space-between;
  padding: 31px 0;
}

.shipping-method:last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.shipping-price {
  color: #1b1311;
  font-weight: 500;
}

.order-item-list {
  margin-bottom: 0;
}

.order-item {
  border-bottom: 1px solid #cfcfd0;
  align-items: flex-start;
  margin-top: 18px;
  margin-bottom: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.order-item:last-child {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.order-list-price {
  color: #1b1311;
  font-weight: 500;
}

.order-list-title {
  color: #1b1311;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.order-list-title:hover {
  color: #7f7f80;
}

.order-option-item {
  padding-left: 0;
}

.order-item-medium {
  color: #1b1311;
  font-weight: 500;
}

.order-summary-price {
  color: #1b1311;
}

.discounts-wrapper {
  background-color: rgba(0, 0, 0, 0);
  border-width: 1px 0 0;
  border-top-color: #a6a7a8;
  margin-top: 32px;
  padding: 32px 0 0;
}

.text-underline {
  text-decoration: underline;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.z-index-1.blog-post-featured-title {
  margin-right: -358px;
}

.home-pages-cointainer {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-top: 148px;
  display: flex;
}

.home-pages-top-wrapper {
  justify-content: center;
  margin-bottom: 28px;
  display: flex;
  position: static;
}

.image-home-link-wrapper {
  max-width: 400px;
  transform-style: preserve-3d;
  flex: none;
  margin-left: 14px;
  margin-right: 14px;
  transition: transform .3s, color .3s;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(31, 25, 20, .14);
}

.image-home-link-wrapper:hover {
  transform: scale3d(.98, .98, 1.01);
}

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

.home-pages-bottom-wrapper {
  justify-content: center;
  display: flex;
  position: static;
  top: 50%;
}

.card-sales-home-image {
  width: 100%;
}

.card-sales-home-content {
  text-align: center;
  background-color: #fff;
  border: 1px solid #ededed;
  padding: 32px 24px;
}

.figma-file-image-wrapper {
  width: 100%;
  max-width: 54%;
}

.figma-file-text-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 96px 53px 96px 64px;
  display: flex;
}

.badge-home {
  color: #1b1311;
  background-color: #fff;
  border: 1px solid #cfcfd0;
  border-radius: 50px;
  padding: 14px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.125em;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.home-surprises-card {
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.card-home-pages-wrapper {
  padding-top: 56px;
  padding-left: 56px;
  padding-right: 56px;
}

.cta-square-logo {
  width: 100%;
  max-width: 80px;
  margin-bottom: 22px;
  box-shadow: 0 8px 28px rgba(20, 20, 43, .1);
}

.cta-square-logo.white {
  border: 1px solid #f4f4f4;
}

.mg-bottom-12px {
  margin-bottom: 12px;
}

.cta-image-card {
  width: 1140px;
  max-width: 1140px;
  margin-top: 52px;
  margin-bottom: -23px;
}

.line-header {
  min-height: 1px;
  background-color: #f4f4f4;
  margin-top: 32px;
}

.stat-span {
  font-size: 48px;
  font-weight: 300;
  line-height: 52px;
}

.line-sustitle {
  width: 28px;
  min-height: 1px;
  background-color: #1b1311;
}

.line-sustitle.line-white {
  background-color: #fff;
}

.line-sustitle.bg-neutral-600 {
  background-color: #7f7f80;
}

.line-sustitle.bg-neutral-400 {
  background-color: #cfcfd0;
}

.sustitle {
  color: #1b1311;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.125em;
}

.sustitle.color-neutral-200 {
  color: #f4f4f4;
}

.sustitle._18px {
  font-size: 18px;
}

.line-space {
  min-height: 1px;
  background-color: #cfcfd0;
}

.line-space._40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.line-space.line-stats {
  margin-top: 80px;
}

.line-space.line-footer {
  background-color: #7f7f80;
  margin-top: 40px;
  margin-bottom: 40px;
}

.line-space.line-footer-right {
  background-color: #7f7f80;
  margin-top: 24px;
  margin-bottom: 24px;
}

.line-space.line-our-values {
  background-color: #7f7f80;
  margin-top: 64px;
  margin-bottom: 30px;
}

.line-space.line-space-404 {
  background-color: #7f7f80;
  margin-top: 40px;
  margin-bottom: 24px;
}

.line-space.bg-neutral-500 {
  background-color: #a6a7a8;
}

.line-space._64px {
  margin-top: 64px;
  margin-bottom: 64px;
}

.line-space._64px.top-48px {
  margin-top: 48px;
}

.line-space.bg-neutral-600 {
  background-color: #7f7f80;
}

.line-space._48px {
  margin-top: 48px;
  margin-bottom: 48px;
}

.line-space._24px {
  margin-top: 24px;
  margin-bottom: 24px;
}

.line-space._32px {
  margin-top: 32px;
  margin-bottom: 32px;
}

.card-services {
  min-height: 100%;
  color: #7f7f80;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.card-services:hover {
  color: #7f7f80;
}

.content-sevices {
  border-bottom: 1px solid #a6a7a8;
  flex: 1;
  padding-top: 24px;
  padding-bottom: 24px;
}

.btn-arrow {
  justify-content: center;
  align-items: center;
  font-size: 30px;
  text-decoration: none;
  display: flex;
}

.image-services {
  height: 100%;
}

.line-card-services {
  min-height: 1px;
  background-color: #a6a7a8;
}

.line-card-services.bg-neutral-600 {
  background-color: #7f7f80;
}

.max-w-540px {
  max-width: 540px;
}

.link-social {
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.link-social:hover {
  transform: translate(0, -3px);
}

.link-social.white {
  color: #fff;
}

.bg-shape {
  width: 100%;
  height: 100%;
  background-image: url('../images/cta-bg-decorative-carpenters-x-webflow-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-shape.bg-cta-v2 {
  background-image: url('../images/cta-v2-bg-decorative-carpenters-x-webflow-template.svg');
  background-position: 50% 0;
  background-size: cover;
}

.bg-shape.bg-cta-v3 {
  background-image: url('../images/bg-cta-v3-carpenters-template.svg');
  background-position: 50% 0;
  background-size: cover;
}

.circle-testimonials {
  width: 80px;
  height: 80px;
  min-height: 80px;
  min-width: 80px;
  background-color: #ededed;
  border-radius: 50%;
  overflow: hidden;
}

.circle-testimonials.autor {
  width: 140px;
  height: 140px;
  min-height: 140px;
  min-width: 140px;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.line-testimonials {
  width: 48px;
  min-height: 1.5px;
  background-color: #1b1311;
}

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

.card-image-content {
  background-color: #28221c;
  padding: 80px 10px 20px;
}

.home-hero-scroll-down-wrapper {
  z-index: 1;
  width: 140px;
  max-height: 140px;
  min-height: 140px;
  min-width: 140px;
  transform-style: preserve-3d;
  border: 1px solid #fff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition-property: transform;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-hero-scroll-down-wrapper:hover {
  transform: scale3d(.94, .94, 1.01);
}

.home-hero-scroll-down-wrapper.circle-arrow-blog-post {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-hero-scroll-down-wrapper.hero-v1-arrow {
  margin-right: 33px;
}

.arrow-circle {
  color: #fff;
  font-family: Circle Arrow Font, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.card-blog-post {
  min-height: 100%;
  color: #7f7f80;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.card-blog-post:hover {
  color: #7f7f80;
}

.line-blog {
  width: 28px;
  min-height: 1px;
  background-color: #a6a7a8;
}

.image-blog {
  width: 100%;
  object-fit: cover;
  flex: 1;
}

.section-cta-v2-gradient {
  background-image: linear-gradient(#f4f4f4 50%, #fff 50%);
}

.footer-top---left-section {
  border-right: 1px solid #a6a7a8;
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-top---center-section {
  width: 100%;
  max-width: 482px;
  padding: 100px 40px 76px;
}

.max-w-340px {
  max-width: 340px;
}

.footer-top---last-section {
  max-width: 223px;
  padding-top: 100px;
  padding-bottom: 76px;
}

.link-footer-bottom {
  text-decoration: none;
}

.link-footer-bottom:hover {
  color: #505051;
}

.testimonial-image-wrapper {
  padding-top: 60px;
  overflow: hidden;
  transform: translate(0);
}

.card-team-member {
  background-color: #f4f4f4;
  position: relative;
  overflow: hidden;
}

.link-team-member {
  color: #7f7f80;
  text-decoration: none;
}

.link-team-member:hover {
  color: #7f7f80;
}

.max-w-340px---default {
  max-width: 340px;
}

.image-member-wrapper {
  max-width: 520px;
  background-color: #ededed;
  flex-direction: column;
  display: flex;
}

.max-w-580px {
  max-width: 580px;
}

.image-coming-soon-right {
  width: 48%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.footer-v3-bottom {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: grid;
}

.image-content-products {
  background-color: #28221c;
  margin-bottom: 28px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  background-color: #28221c;
  overflow: hidden;
}

.add-to-cart {
  min-height: 178px;
  flex-direction: column;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.mg-top-28px {
  margin-top: 28px;
}

.grid-blog-post-featured {
  grid-column-gap: 31px;
  grid-template-rows: auto;
  grid-template-columns: .71fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
  position: relative;
}

.image-blog-post {
  object-fit: cover;
}

.hero-image-blog-post {
  margin-bottom: -133px;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.input-search {
  color: #505051;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  display: none;
  position: absolute;
  top: 27%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.max-w-70 {
  max-width: 70%;
}

.cart {
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  transition: color .3s;
}

.cart:hover {
  color: #7f7f80;
}

.drowdown-cart-quantity {
  height: auto;
  min-width: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.drowdown-cart-quantity.color-neutral-800 {
  color: #1b1311;
}

.hero-v8-full-with-left {
  width: 100%;
  max-width: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.blog-post-wrapper {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-left-services-single {
  padding: 58px 20px 68px;
}

.text-remove {
  transition: opacity .3s;
}

.text-remove:hover {
  opacity: .7;
}

.card-author-content {
  flex: 1;
}

.link-content-block {
  text-decoration: none;
}

.bg-gradient-cta-v3 {
  background-image: linear-gradient(#1f1914 50%, #fff 50%);
}

.text-no-wrap {
  white-space: nowrap;
}

.hero-v1-full-with-right {
  width: 100%;
  max-width: 49.2%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hero-v1-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.hero-v1-content {
  z-index: 1;
  margin-bottom: 244px;
  position: relative;
}

.cta-v1-section {
  z-index: 1;
  padding: 166px 76px;
  position: relative;
  overflow: hidden;
}

.card-blog-post-content {
  flex-direction: column;
  flex: 1;
  padding-top: 24px;
  display: flex;
}

.show-in-tablet, .show-in-mbl {
  display: none;
}

.mg-bottom-6px {
  margin-bottom: 6px;
}

.story-title-top {
  margin-right: -203px;
}

.story-title-bottom {
  margin-left: -126px;
}

.offices-title {
  margin-left: -115px;
}

.cta-newsletter-section {
  background-color: #f4f4f4;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 76px;
  position: relative;
  overflow: hidden;
}

.bg-newsletter-shape {
  width: 100%;
  height: 100%;
  background-image: url('../images/bg-newsletter-carpenters-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-post-featured-content {
  padding-top: 111px;
  padding-bottom: 176px;
}

.form-button-inside---block {
  min-height: 72px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.mg-top-auto {
  margin-top: auto;
}

.contact-links-wrapper {
  width: 547px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-form---block {
  min-height: 496px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.position-absolute {
  position: absolute;
}

.position-absolute.hero-v7-bg {
  z-index: -1;
  background-color: #1f1914;
  padding-top: 768px;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero-v8-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.form-contact-sidebar---block {
  min-height: 362px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.product-content {
  width: 100%;
  max-width: 577px;
  margin-top: 27px;
}

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

.footer-v3-logo-link {
  width: 52px;
  transform-style: preserve-3d;
  transition: transform .3s, color .3s;
}

.footer-v3-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.password-utility-page-content {
  width: 100%;
  max-width: 632px;
  min-height: 100vh;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.order-summary-line-item {
  grid-column-gap: 15px;
  flex-wrap: wrap;
}

.shipping-method-wrapper {
  align-items: flex-start;
  display: flex;
}

.rich-text-v2 p {
  margin-top: 16px;
  margin-bottom: 16px;
}

.rich-text-v2 h2 {
  margin-top: 48px;
  margin-bottom: 24px;
  font-size: 60px;
  line-height: 1.233em;
}

.rich-text-v2 h3 {
  margin-top: 48px;
  margin-bottom: 24px;
}

.rich-text-v2 figure {
  margin-top: 48px;
  margin-bottom: 48px;
}

.rich-text-v2 ul, .rich-text-v2 ol {
  margin-top: 32px;
  margin-bottom: 48px;
}

.rich-text-v2 h6, .rich-text-v2 h5, .rich-text-v2 h4 {
  margin-top: 48px;
  margin-bottom: 24px;
}

.rich-text-v2 blockquote {
  margin-top: 64px;
  margin-bottom: 64px;
}

.rich-text-v3 p {
  margin-top: 16px;
  margin-bottom: 16px;
}

.rich-text-v3 h2 {
  margin-top: 48px;
  margin-bottom: 24px;
  font-size: 54px;
  line-height: 1.222em;
}

.rich-text-v3 h3 {
  margin-top: 48px;
  margin-bottom: 24px;
  font-size: 38px;
  line-height: 1.316em;
}

.rich-text-v3 figure {
  margin-top: 48px;
  margin-bottom: 48px;
}

.rich-text-v3 ul, .rich-text-v3 ol {
  margin-top: 32px;
  margin-bottom: 48px;
}

.rich-text-v3 h6, .rich-text-v3 h5, .rich-text-v3 h4 {
  margin-top: 48px;
  margin-bottom: 24px;
}

.rich-text-v3 blockquote {
  margin-top: 64px;
  margin-bottom: 64px;
}

.rich-text-v2---v3-wrapper {
  margin-top: -48px;
  margin-bottom: -48px;
}

.rich-text-v2---v3-wrapper.alt {
  margin-top: 0;
}

.cart-item {
  border-bottom: 1px solid #cfcfd0;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-item:last-child {
  border-bottom-style: none;
}

.cart-list-title {
  color: #1b1311;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.cart-list-title:hover {
  color: #7f7f80;
}

.cart-item-medium {
  color: #1b1311;
  font-weight: 500;
}

.cart-option-item {
  padding-left: 0;
}

.cart-item-content---main {
  align-items: flex-start;
  display: flex;
}

.dropdown-title {
  color: #1b1311;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1em;
}

.dropdown-title.opacity-0 {
  opacity: 0;
}

.remove-button {
  color: #7f7f80;
  line-height: 1.4em;
}

.remove-button:hover {
  color: #151010;
}

.form-button-bottom---block {
  min-height: 152px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.form-button-bottom---grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-2 {
  width: 120px;
  height: 120px;
  max-width: 100%;
  float: none;
  clear: none;
  text-align: left;
  object-fit: fill;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 140px;
  right: auto;
}

@media screen and (min-width: 1280px) {
  .home-hero-scroll-down-wrapper:hover {
    transform: scale(.95);
  }
}

@media screen and (min-width: 1440px) {
  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: .3fr 1fr;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 380px) .8fr;
  }

  .style---dropdown-toggle {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 20px;
    line-height: 20px;
  }

  .style---dropdown-link-sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .style---dropdown-link-icon-sidebar {
    max-width: 46px;
    border-radius: 12px;
    margin-right: 14px;
  }

  .style---logo-wrapper {
    justify-content: center;
    display: flex;
  }

  .style---logo-sidebar {
    max-width: 260px;
  }

  .section.pd-bottom-0px {
    padding-bottom: 0;
  }

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

@media screen and (min-width: 1920px) {
  .style---heading {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .style---content-wrapper {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .section.pd-bottom-0px {
    padding-bottom: 0;
  }

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

  .checkout-col-right {
    position: -webkit-sticky;
    position: sticky;
    top: 24px;
  }

  .image-home-link-wrapper {
    max-width: 560px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    margin-bottom: 12px;
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  blockquote {
    padding: 100px 60px;
    font-size: 24px;
  }

  .grid-2-columns.style---styleguide-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.hero-v1 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    position: relative;
  }

  .grid-2-columns.contact-v1 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.align-top._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.title-and-paragraph {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.blog-sidebar {
    grid-row-gap: 70px;
    grid-template-columns: auto;
  }

  .grid-2-columns.template-page-sidebar {
    grid-template-columns: .5fr 1fr;
  }

  .grid-2-columns.changelog-item {
    grid-column-gap: 40px;
  }

  .grid-2-columns.product-page {
    max-width: 700px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-2-columns.checkout-page {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.suprises-pages-right, .grid-2-columns.suprises-pages-left {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .grid-2-columns.grid-offices {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.sales-page {
    max-width: 100%;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.services-single-sidebar {
    grid-row-gap: 80px;
    grid-template-columns: auto;
  }

  .grid-2-columns.content-right-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.title-and-buttons._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.grid-footer-auto-columns-v1 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: auto .9fr;
    margin-right: 20px;
  }

  .grid-2-columns.hero-v2---images {
    margin-bottom: -200px;
  }

  .grid-2-columns.hero-v8-grid {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.search-results-grid {
    max-width: 600px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .style---navigation-sidebar {
    max-height: 100%;
    min-height: auto;
    box-shadow: none;
    position: static;
  }

  .card.testimonial-slide-over-image {
    max-width: 540px;
    padding: 60px;
  }

  .card.checkout-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.figma-file {
    flex-direction: column;
    overflow: hidden;
  }

  .card.author {
    padding: 52px 60px;
  }

  .grid-4-columns {
    grid-template-columns: 1fr 1fr;
  }

  .grid-4-columns.stats-v1 {
    justify-content: center;
  }

  .color-neutral-300.mg-bottom-8px.mg-bottom-0px---tablet {
    margin-bottom: 0;
  }

  .style---block-sub-heading {
    margin-bottom: 24px;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .divider._64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 250px) 1fr;
  }

  .mg-bottom-16px.keep {
    margin-bottom: 16px;
  }

  .mg-bottom-24px.keep, .mg-bottom-32px {
    margin-bottom: 24px;
  }

  .mg-bottom-32px.keep {
    margin-bottom: 32px;
  }

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

  .mg-bottom-56px {
    margin-bottom: 48px;
  }

  .mg-top-32px.tablet-mg-top-0px {
    margin-top: 0;
  }

  .mg-right-24px.mg-bt-16px {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .mg-right-24px.mg-right---0px---tablet {
    margin-right: 0;
  }

  .text-200.color-neutral-800.text-uppercase.category-link, .text-200.color-neutral-800.text-uppercase.category-link---light {
    margin-bottom: 0;
    margin-right: 24px;
  }

  .display-1 {
    font-size: 60px;
  }

  .grid-1-column._2-col-tablet {
    grid-template-columns: 1fr 1fr;
  }

  .gap-row-80px {
    grid-row-gap: 56px;
  }

  .display-2 {
    font-size: 48px;
  }

  .display-2.content-right-grid---title {
    margin-left: 0%;
  }

  .display-3 {
    font-size: 32px;
  }

  .display-4 {
    font-size: 24px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 140px;
  }

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

  .text-400 {
    font-size: 22px;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

  .grid-3-columns {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 64px;
  }

  .grid-3-columns.style---buttons-grid.download-app-grid {
    grid-template-columns: auto auto;
  }

  .grid-3-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns._3-col-tablet {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-3-columns.grid-card-services._1-col-tablet {
    grid-template-columns: 1fr;
  }

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

  .grid-3-columns.gap-40px.gap-row-64px._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.tablet-gap-row-60px {
    grid-row-gap: 60px;
  }

  .grid-3-columns.tablet-gap-row-60px._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .style---heading {
    min-height: auto;
    margin-bottom: 60px;
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .inner-container._100---tablet {
    max-width: 100%;
  }

  .inner-container._500px---tablet {
    max-width: 500px;
  }

  .inner-container._700px---tablet {
    max-width: 700px;
  }

  .inner-container._650px---tablet {
    max-width: 650px;
  }

  .inner-container._470px---tablet {
    max-width: 470px;
  }

  .inner-container._600px---tablet {
    max-width: 600px;
  }

  .inner-container._388px---tablet {
    max-width: 388px;
  }

  .inner-container._400px---tablet {
    max-width: 400px;
  }

  .inner-container._577px---tablet {
    max-width: 577px;
  }

  .inner-container.coming-soon-content {
    max-width: 700px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .inner-container.center---tablet {
    margin-left: auto;
    margin-right: auto;
  }

  .style---content-heading {
    margin-bottom: 60px;
    padding: 32px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    margin-left: 0;
    margin-right: 24px;
  }

  .avatar-circle._06 {
    width: 140px;
    height: 140px;
    max-height: 140px;
    max-width: 140px;
  }

  .avatar-circle._07 {
    width: 160px;
    height: 160px;
    max-height: 160px;
    max-width: 160px;
  }

  .avatar-circle._08 {
    width: 280px;
    height: 280px;
    max-height: 280px;
    max-width: 280px;
  }

  .line-square-icon.top-bar-close-icon {
    padding: 18px 24px;
  }

  .rich-text h2, .rich-text h3, .rich-text h6, .rich-text h5, .rich-text h4 {
    margin-bottom: 20px;
  }

  .style---dropdown-wrapper-sidebar {
    display: none;
  }

  .buttons-row.center---tablet {
    justify-content: center;
  }

  .style---sidebar-wrapper {
    overflow: hidden;
  }

  .style---logo-wrapper {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .style---button-wrapper-sidebar {
    display: none;
  }

  .elements---page-hero {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

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

  .section.hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.hero.v1 {
    margin-bottom: 0;
    padding-top: 100px;
  }

  .section.hero.v2 {
    margin-bottom: 200px;
    padding-top: 100px;
  }

  .section.hero.v3 {
    margin-bottom: 0;
    padding-top: 100px;
  }

  .section.hero.v4 {
    margin-bottom: 110px;
    padding-top: 100px;
  }

  .section.hero.v5 {
    margin-bottom: 240px;
    padding-top: 100px;
  }

  .section.hero.v6 {
    margin-bottom: 60px;
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .section.hero.v7 {
    padding-top: 100px;
    padding-bottom: 160px;
  }

  .section.hero.v8 {
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .section.hero.v9 {
    padding-top: 100px;
    padding-bottom: 160px;
  }

  .section.hero.coming-soon {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .section.top {
    padding-top: 70px;
  }

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

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

  .section.cta-home-pages {
    background-image: linear-gradient(#f4f4f4 80%, #fff 80%);
  }

  .section.pd-bottom-120px {
    padding-bottom: 100px;
  }

  .section.pd-120px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.pd-top-120px {
    padding-top: 100px;
  }

  .section.pd-140px {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .section.pd-bottom-0px {
    padding-bottom: 0;
  }

  .section.services-section {
    background-image: linear-gradient(#1f1914 38%, #fff 38%);
    padding-top: 200px;
  }

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

  .section.pd-180px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .top-bar-wrapper {
    padding-right: 60px;
  }

  .top-bar-padding {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .top-bar-flex {
    flex-direction: column;
    padding-left: 0;
  }

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

  .heading-h2-size {
    font-size: 30px;
  }

  .heading-h3-size {
    font-size: 22px;
  }

  .heading-h4-size {
    font-size: 20px;
  }

  .header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-nav-menu-wrapper {
    background-color: #1f1914;
    border-top: 0 solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 24px;
    overflow: auto;
  }

  .header-nav-menu-wrapper.bg-neutral-100 {
    background-color: #fff;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-nav-list-item {
    margin-bottom: 12px;
    padding-left: 0;
  }

  .header-nav-list-item.show-in-tablet {
    display: block;
  }

  .header-nav-list-item.show-in-tablet.header-btn {
    align-self: stretch;
    margin-top: 40px;
  }

  .header-nav-list-item.left {
    padding-right: 0;
  }

  .dropdown-column-wrapper {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
    position: static;
    transform: none;
  }

  .dropdown-column-wrapper.v2 {
    transform: none;
  }

  .dropdown-link.link-more-template.light---tablet:hover {
    opacity: 1;
  }

  .dropdown-link.light---tablet {
    color: #a6a7a8;
  }

  .dropdown-link.light---tablet:hover {
    color: #fff;
  }

  .dropdown-pd {
    padding: 20px 0 14px;
  }

  .dropdown-pd.width-680px {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hamburger-menu-wrapper {
    transition: transform .3s;
  }

  .hamburger-menu-wrapper:hover {
    transform: scale(1.1);
  }

  .hamburger-menu-wrapper.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
    background-color: #f2f1ff;
    border-radius: 0;
  }

  .hamburger-menu-bar.top.bg-neutral-800 {
    background-color: #1b1311;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .hamburger-menu-bar.bottom.bg-neutral-800 {
    background-color: #1b1311;
  }

  .header-left-side {
    flex: 1;
    justify-content: space-between;
  }

  .btn-circle-secondary.slider-arrow.left---top-left, .btn-circle-secondary.slider-arrow.right---top-left {
    top: -180px;
  }

  .not-found-utility-page-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .flex-horizontal.start.gap-12px.mg-bottom-16px.center---tablet, .flex-horizontal.start.center---tablet {
    justify-content: center;
  }

  .hidden-on-tablet {
    display: none;
  }

  .footer-logo-wrapper {
    margin-bottom: 20px;
  }

  .footer-top, .footer-top.v2 {
    grid-template-columns: 1fr auto;
  }

  .footer-bottom {
    grid-row-gap: 25px;
    text-align: center;
    grid-template-columns: auto;
    justify-content: center;
    justify-items: center;
  }

  .error-message.password {
    margin-top: 20px;
    margin-left: 32px;
    margin-right: 32px;
  }

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

  .sticky-top._24px-top.sticky-mbl {
    position: static;
  }

  .overflow-hidden._3-posts---item {
    max-height: 400px;
    max-width: 50%;
    margin-right: 40px;
  }

  .cta-section {
    text-align: center;
    padding: 125px 60px;
  }

  .slider-mask {
    position: static;
  }

  .acordion-body {
    max-width: 700px;
  }

  .accordion-side {
    margin-left: 20px;
  }

  .pd---content-inside-card {
    flex: 1;
  }

  .blog-card-image-wrapper.inside-card._3-post-item {
    max-width: 50%;
    margin-right: 40px;
  }

  .blog-category-item-wrapper {
    flex-direction: row;
  }

  .image-wrapper.instagram-image, .image-wrapper.height-100.gallery-section---01, .image-wrapper.height-100.grid-offices-image {
    max-height: 500px;
  }

  .image-wrapper._3-posts---item {
    max-width: 50%;
    margin-right: 40px;
  }

  .image-wrapper.story-image {
    max-height: 500px;
  }

  .image-wrapper.hero-v5-image {
    margin-bottom: -240px;
  }

  .image-wrapper.contact-form-image {
    max-height: 600px;
  }

  .cart-button-wrapper.v2 {
    margin-right: 32px;
  }

  .checkout-form {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .z-index-1.blog-post-featured-title {
    margin-right: 0;
  }

  .home-pages-cointainer {
    margin-top: 123px;
  }

  .image-home-link-wrapper {
    max-width: 260px;
  }

  .figma-file-image-wrapper {
    max-width: 100%;
  }

  .figma-file-text-wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .line-header {
    margin-top: 24px;
  }

  .stat-span {
    font-size: 40px;
  }

  .line-space._40px.bg-neutral-600.grid-offices-line {
    width: 1px;
    min-height: auto;
    margin: 0 40px;
  }

  .line-space.line-footer.footer-contact-links {
    width: 1px;
    min-height: 100%;
    margin: 0 40px;
  }

  .card-services._3-posts---item {
    flex-direction: row;
    align-items: flex-end;
    display: flex;
  }

  .content-sevices._3-posts---item {
    flex: 1;
  }

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

  .text-decoration-none.height-100.flex-vertical._3-post-item {
    flex-direction: row;
    align-items: center;
  }

  .home-hero-scroll-down-wrapper {
    width: 100px;
    max-height: 100px;
    min-height: 100px;
    min-width: 100px;
    right: 3%;
  }

  .home-hero-scroll-down-wrapper.hero-v1-arrow {
    margin-right: 0;
    position: absolute;
    right: 0%;
  }

  .arrow-circle {
    font-size: 48px;
    line-height: 48px;
  }

  .card-blog-post._3-posts---item {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .footer-top---left-section {
    border-bottom: 1px solid #a6a7a8;
    border-right-width: 0;
    padding-bottom: 60px;
  }

  .footer-top---center-section, .footer-top---last-section {
    max-width: 100%;
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .card-team-member {
    width: 50%;
    margin-right: 40px;
  }

  .link-team-member {
    align-items: center;
    display: flex;
  }

  .image-coming-soon-right {
    width: 100%;
    max-height: 600px;
    margin-top: 80px;
    position: static;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .image-content-products {
    padding-top: 0;
    padding-bottom: 0;
  }

  .add-to-cart {
    min-height: 170px;
  }

  .grid-blog-post-featured {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .image-blog-post {
    width: 100%;
    height: auto;
    position: static;
  }

  .hero-image-blog-post {
    max-height: 500px;
    order: -1;
    margin-bottom: 0;
  }

  .mg-right-20px---tablet {
    flex-direction: row;
    justify-content: flex-end;
    margin-right: 20px;
  }

  .hero-v8-full-with-left {
    max-height: 600px;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .card-left-services-single {
    padding-left: 60px;
    padding-right: 60px;
  }

  .hero-v1-full-with-right {
    max-height: 550px;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .hero-v1-content {
    margin-bottom: 0;
  }

  .cta-v1-section {
    padding: 125px 60px;
  }

  .card-blog-post-content._3-posts---item {
    flex: 1;
    padding-top: 0;
  }

  .footer-contact-links {
    justify-content: flex-start;
    display: flex;
  }

  .show-in-tablet {
    display: block;
  }

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

  .mg-bottom-6px.mg-bottom-0px---tablet {
    margin-bottom: 0;
  }

  .story-title-top {
    margin-right: 0;
  }

  .story-title-bottom, .offices-title {
    margin-left: 0;
  }

  .grid-offices-links {
    display: flex;
  }

  .cta-newsletter-section {
    text-align: center;
    padding: 80px 60px;
  }

  .blog-post-featured-content {
    width: 100%;
    align-self: auto;
    padding-top: 70px;
    padding-bottom: 110px;
  }

  .blog-categories-wrapper {
    justify-content: center;
    display: flex;
  }

  .contact-links-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-form---block {
    min-height: 496px;
  }

  .position-absolute.hero-v7-bg {
    padding-top: 734px;
  }

  .product-content {
    max-width: 100%;
    margin-top: 0;
  }

  .password-utility-page-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .rich-text-v2 h2 {
    margin-bottom: 20px;
    font-size: 48px;
  }

  .rich-text-v2 h3, .rich-text-v2 h6, .rich-text-v2 h5, .rich-text-v2 h4 {
    margin-bottom: 20px;
  }

  .rich-text-v3 h2 {
    margin-bottom: 20px;
    font-size: 48px;
  }

  .rich-text-v3 h3 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .rich-text-v3 h6, .rich-text-v3 h5, .rich-text-v3 h4 {
    margin-bottom: 20px;
  }

  .dropdown-title.color-neutral-100---tablet {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    margin-bottom: 10px;
    font-size: 38px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    padding: 80px 34px;
    font-size: 22px;
  }

  .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: auto;
  }

  .grid-2-columns.form {
    grid-row-gap: 20px;
  }

  .grid-2-columns.contact-v1 {
    grid-row-gap: 70px;
  }

  .grid-2-columns.title-and-paragraph {
    grid-row-gap: 12px;
  }

  .grid-2-columns.blog-sidebar {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.template-page-sidebar {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.changelog-item {
    grid-column-gap: 20px;
  }

  .grid-2-columns.product-page {
    max-width: 100%;
    grid-row-gap: 70px;
  }

  .grid-2-columns.checkout-page {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.grid-offices {
    grid-row-gap: 70px;
  }

  .grid-2-columns.grid-team, .grid-2-columns.services-single-sidebar {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.content-right-grid {
    grid-row-gap: 50px;
  }

  .grid-2-columns.title-and-buttons {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.hero-v2---images {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: -120px;
  }

  .card.testimonial-slide-over-image {
    max-width: 100%;
    flex-direction: row;
    padding: 50px 34px;
    position: static;
  }

  .card.sticky-top.top-24px.static-mbl {
    position: static;
  }

  .card.author {
    text-align: center;
    flex-direction: column;
    padding: 34px 34px 60px;
  }

  .style---color-block {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }

  .grid-4-columns.stats-v1 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: auto auto;
    justify-content: center;
  }

  .style---block-sub-heading.border {
    margin-bottom: 48px;
    padding-bottom: 24px;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .style---typography-block-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .style---content-block {
    margin-bottom: 64px;
  }

  .mg-bottom-16px.keep {
    margin-bottom: 16px;
  }

  .mg-bottom-24px.keep {
    margin-bottom: 24px;
  }

  .mg-bottom-32px.keep, .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .mg-bottom-56px {
    margin-bottom: 40px;
  }

  .mg-bottom-64px {
    margin-bottom: 48px;
  }

  .mg-top-24px.product-content---item {
    max-width: 450px;
  }

  .mg-top-32px {
    margin-top: 24px;
  }

  .mg-top-48px {
    margin-top: 40px;
  }

  .mg-top-64px {
    margin-top: 54px;
  }

  .mg-top-80px {
    margin-top: 64px;
  }

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

  .text-200.list {
    line-height: 22px;
  }

  .text-200.color-neutral-800.text-uppercase.category-link, .text-200.color-neutral-800.text-uppercase.category-link---light {
    margin-right: 14px;
    padding: 16px 20px;
  }

  .display-1 {
    font-size: 44px;
  }

  .grid-1-column.gap-column-24px {
    grid-row-gap: 20px;
  }

  .grid-1-column.gap-row-64px.alt {
    grid-row-gap: 54px;
  }

  .grid-1-column.gap-row-28px {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .display-2 {
    font-size: 36px;
  }

  .display-3 {
    font-size: 26px;
  }

  .display-4 {
    font-size: 20px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 120px;
  }

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

  .text-400 {
    font-size: 20px;
  }

  .text-300 {
    font-size: 18px;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

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

  .grid-3-columns {
    grid-row-gap: 50px;
  }

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 40px;
  }

  .grid-3-columns.style---buttons-grid, .grid-3-columns.style---buttons-grid.download-app-grid {
    grid-template-columns: auto;
  }

  .grid-3-columns._3-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns._3-col-tablet.mbl-2-columns {
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns._3-col-tablet.keep {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-3-columns.gap-row-48px, .grid-3-columns.gap-40px.gap-row-48px {
    grid-row-gap: 40px;
  }

  .grid-3-columns.gap-40px.gap-row-48px._2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns.tablet-gap-row-60px {
    grid-row-gap: 50px;
  }

  .style---shadow-card {
    border-radius: 18px;
  }

  .style---heading {
    padding: 104px 24px;
  }

  .inner-container._550px---mbl {
    max-width: 550px;
  }

  .inner-container._500px---mbl {
    max-width: 500px;
  }

  .inner-container._450px---mbl {
    max-width: 450px;
  }

  .inner-container._100---mbl {
    max-width: 100%;
  }

  .inner-container._400px---mbl {
    max-width: 400px;
  }

  .inner-container._320px---mbl {
    max-width: 320px;
  }

  .inner-container.team-member-content {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .inner-container._600px---mbl {
    max-width: 600px;
  }

  .inner-container.coming-soon-content {
    max-width: 100%;
  }

  .style---content-heading {
    border-radius: 18px;
    margin-bottom: 36px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .style---heading-icon-wrapper {
    max-width: 58px;
    border-radius: 16px;
  }

  .style---content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .style---card-wrapper {
    border-radius: 18px;
  }

  .style---bg-white, .style-buttons-dark {
    padding: 34px 24px;
  }

  .btn-primary {
    padding: 22px 32px;
    font-size: 16px;
  }

  .btn-primary.small {
    padding: 16px 20px;
    font-size: 14px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    display: none;
  }

  .btn-primary.large {
    padding: 26px 46px;
    font-size: 18px;
  }

  .btn-primary.inside-input.default {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn-primary.button-row {
    margin-right: 16px;
  }

  .btn-secondary {
    padding: 22px 32px;
    font-size: 16px;
  }

  .btn-secondary.small {
    padding: 16px 20px;
    font-size: 14px;
  }

  .btn-secondary.large {
    padding: 26px 46px;
    font-size: 18px;
  }

  .badge-primary {
    padding: 16px 24px;
    font-size: 16px;
  }

  .badge-primary.small {
    padding: 12px 20px;
    font-size: 14px;
  }

  .badge-primary.large {
    padding: 18px 32px;
    font-size: 18px;
  }

  .badge-secondary {
    padding: 16px 24px;
    font-size: 16px;
  }

  .badge-secondary.small {
    padding: 12px 20px;
    font-size: 14px;
  }

  .badge-secondary.small.badge-team-member {
    top: 15px;
    left: 15px;
  }

  .badge-secondary.large {
    padding: 18px 32px;
    font-size: 18px;
  }

  .badge-secondary.tabs {
    padding: 20px 24px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .input.small {
    min-height: 40px;
    font-size: 14px;
  }

  .input.large {
    min-height: 70px;
  }

  .input.large.button-inside {
    min-height: 68px;
  }

  .input.button-inside {
    padding-right: 48%;
  }

  .input.quantity {
    width: 120px;
  }

  .text-area {
    min-height: 150px;
    border-radius: 18px;
    font-size: 16px;
  }

  .text-area.small {
    min-height: 90px;
    font-size: 14px;
  }

  .style---avatars-grid {
    grid-template-columns: repeat(auto-fit, 180px);
  }

  .avatar-circle._02 {
    width: 40px;
    height: 40px;
    max-height: 40px;
    max-width: 40px;
  }

  .avatar-circle._03 {
    width: 56px;
    height: 56px;
    max-height: 56px;
    max-width: 56px;
  }

  .avatar-circle._04 {
    width: 64px;
    height: 64px;
    max-height: 64px;
    max-width: 64px;
  }

  .avatar-circle._05 {
    width: 80px;
    height: 80px;
    max-height: 80px;
    max-width: 80px;
  }

  .avatar-circle._06 {
    width: 120px;
    height: 120px;
    max-height: 120px;
    max-width: 120px;
  }

  .avatar-circle._07 {
    width: 140px;
    height: 140px;
    max-height: 140px;
    max-width: 140px;
  }

  .avatar-circle._08 {
    width: 220px;
    height: 220px;
    max-height: 220px;
    max-width: 220px;
  }

  .style---icons-grid {
    grid-template-columns: repeat(auto-fit, 56px);
  }

  .square-icon {
    max-width: 56px;
  }

  .square-icon.password-page {
    max-width: 70px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .style---line-icons-grid {
    grid-template-columns: repeat(auto-fit, 18px);
  }

  .line-square-icon.top-bar-close-icon {
    font-size: 20px;
  }

  .rich-text h2 {
    margin-bottom: 16px;
  }

  .rich-text h3 {
    margin-top: 40px;
    margin-bottom: 16px;
  }

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

  .rich-text ul, .rich-text ol {
    margin-top: 25px;
    margin-bottom: 40px;
    padding-left: 20px;
  }

  .rich-text h6, .rich-text h5, .rich-text h4 {
    margin-top: 40px;
    margin-bottom: 16px;
  }

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

  .buttons-row.center---mbl {
    justify-content: center;
  }

  .style---logo-sidebar {
    max-width: 210px;
  }

  .elements---page-hero {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

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

  .section.hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.hero.v1 {
    padding-top: 80px;
  }

  .section.hero.v2 {
    margin-bottom: 120px;
    padding-top: 80px;
  }

  .section.hero.v3 {
    padding-top: 80px;
  }

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

  .section.hero.v5 {
    margin-bottom: 140px;
    padding-top: 80px;
  }

  .section.hero.v6 {
    margin-bottom: 40px;
    padding-top: 80px;
    padding-bottom: 100px;
  }

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

  .section.hero.v8 {
    padding-top: 80px;
  }

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

  .section.hero.coming-soon {
    padding-top: 50px;
  }

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

  .section.template-pages-hero {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.hero-page {
    padding-top: 70px;
    padding-bottom: 120px;
  }

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

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

  .section.pd-bottom-0px {
    padding-bottom: 0;
  }

  .section.services-section {
    background-image: linear-gradient(#1f1914 30%, #fff 30%);
    padding-top: 160px;
  }

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

  .section.pd-180px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .top-bar-wrapper {
    padding-right: 55px;
  }

  .top-bar-padding {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .top-bar-padding.small-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .top-bar-flex {
    flex-direction: column;
  }

  .elements---element-title {
    margin-top: 48px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-h1-size {
    font-size: 38px;
  }

  .heading-h2-size {
    font-size: 26px;
  }

  .heading-h3-size {
    font-size: 20px;
  }

  .heading-h4-size {
    font-size: 18px;
  }

  .heading-h5-size {
    font-size: 16px;
  }

  .heading-h6-size {
    font-size: 14px;
  }

  .header-logo-link.left {
    max-width: 42px;
    margin-right: 20px;
  }

  .header-logo-link.v2 {
    max-width: 175px;
  }

  .hamburger-menu-bar {
    width: 35px;
  }

  .btn-circle-primary {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 23px;
  }

  .btn-circle-primary.small {
    width: 42px;
    height: 42px;
    min-height: 42px;
    min-width: 42px;
    font-size: 20px;
  }

  .btn-circle-primary.large {
    width: 72px;
    height: 72px;
    min-height: 72px;
    min-width: 72px;
    font-size: 30px;
  }

  .btn-circle-primary.pagination-btn {
    width: 60px;
    height: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-top: 54px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .btn-circle-secondary {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 23px;
  }

  .btn-circle-secondary.small {
    width: 42px;
    height: 42px;
    min-height: 42px;
    min-width: 42px;
    font-size: 20px;
  }

  .btn-circle-secondary.large {
    width: 72px;
    height: 72px;
    min-height: 72px;
    min-width: 72px;
    font-size: 30px;
  }

  .btn-circle-secondary.slider-arrow {
    width: 60px;
    height: 60px;
    min-height: 60px;
    min-width: 60px;
    font-size: 26px;
  }

  .btn-circle-secondary.slider-arrow.left---top-left {
    top: auto;
    bottom: 0;
    left: 0;
    right: 80px;
  }

  .btn-circle-secondary.slider-arrow.right---top-left {
    top: auto;
    bottom: 0;
    left: 80px;
  }

  .btn-circle-secondary.slider-arrow.white, .btn-circle-secondary.slider-arrow.white.arrow---bottom-v1 {
    bottom: -144px;
  }

  .btn-circle-secondary.pagination-btn {
    width: 60px;
    height: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-top: 54px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .not-found-utility-page-content {
    min-height: 90vh;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .flex-horizontal.start.flex-wrap.center---mbl, .flex-horizontal.start.gap-12px.mg-bottom-16px.center---mbl {
    justify-content: center;
  }

  .footer-logo-wrapper {
    max-width: 210px;
    margin-bottom: 15px;
  }

  .footer-logo-wrapper.v2 {
    max-width: 170px;
  }

  .footer-list-item {
    margin-bottom: 20px;
  }

  .footer-top, .footer-top.v2 {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    grid-row-gap: 20px;
  }

  .error-message.password {
    margin-left: 24px;
    margin-right: 24px;
  }

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

  .sticky-top._24px-top.sticky-mbl {
    position: static;
  }

  .flex-card---image-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .overflow-hidden._3-posts---item {
    max-width: 100%;
    margin-right: 0;
  }

  .overflow-hidden.image-wrapper.service-item {
    max-height: 400px;
  }

  .cta-section {
    padding: 100px 34px;
  }

  .slider-wrapper.arrows---top-v1 {
    padding-bottom: 100px;
  }

  .accordion-item-wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .accordion-spacer {
    min-height: 18px;
  }

  .accordion-side {
    margin-left: 16px;
  }

  .accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .tabs-menu {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 54px;
  }

  .tabs-content.tabs-mg-top-64px {
    margin-top: 54px;
  }

  .pd---content-inside-card.template-pages {
    padding-bottom: 70px;
    padding-left: 34px;
    padding-right: 34px;
  }

  .blog-card-image-wrapper.inside-card._3-post-item {
    max-width: 100%;
    margin-right: 0;
  }

  .blog-category-item-wrapper {
    grid-row-gap: 14px;
    flex-wrap: wrap;
  }

  .image-wrapper.instagram-image, .image-wrapper.height-100.gallery-section---01, .image-wrapper.height-100.grid-offices-image {
    max-height: 400px;
  }

  .image-wrapper.height-100.team-member-image {
    max-width: 500px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .image-wrapper.testimonial-slide---image {
    max-height: 500px;
    max-width: 100%;
  }

  .image-wrapper._3-posts---item {
    max-width: 100%;
    margin-right: 0;
  }

  .image-wrapper.story-image {
    max-height: 400px;
  }

  .image-wrapper.hero-v5-image {
    margin-bottom: -140px;
  }

  .image-wrapper.contact-form-image {
    max-height: 500px;
  }

  .image-wrapper.order-item-image---wrapper, .image-wrapper.cart-item-image---wrapper {
    max-width: 60px;
  }

  ._404-not-found {
    font-size: 230px;
  }

  .cart-button-wrapper.v2 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .checkout-form {
    max-width: 100%;
  }

  .home-pages-cointainer {
    margin-top: 100px;
  }

  .image-home-link-wrapper {
    max-width: 209px;
  }

  .card-sales-home-content {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .figma-file-text-wrapper {
    padding-left: 48px;
    padding-right: 48px;
  }

  .badge-home {
    padding: 10px 14px;
    font-size: 14px;
  }

  .card-home-pages-wrapper {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta-square-logo {
    max-width: 60px;
  }

  .cta-image-card {
    width: 980px;
    max-width: 980px;
  }

  .stat-span {
    font-size: 33px;
  }

  .sustitle {
    font-size: 14px;
  }

  .sustitle._18px {
    font-size: 16px;
  }

  .line-space._40px.bg-neutral-600.grid-offices-line {
    width: auto;
    min-height: 1px;
    margin: 40px 0;
  }

  .line-space.line-stats {
    margin-top: 70px;
  }

  .line-space.line-footer.footer-contact-links {
    width: auto;
    min-height: 1px;
    margin: 40px 0;
  }

  .line-space.line-our-values {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .line-space._64px {
    margin-top: 54px;
    margin-bottom: 54px;
  }

  .line-space._64px.top-48px {
    margin-top: 40px;
  }

  .line-space._48px {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .line-space._32px {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .card-services._3-posts---item {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-arrow {
    font-size: 22px;
    line-height: 24px;
  }

  .circle-testimonials {
    width: 70px;
    height: 70px;
    min-height: 70px;
    min-width: 70px;
  }

  .circle-testimonials.autor {
    width: 120px;
    height: 120px;
    min-height: 120px;
    min-width: 120px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-decoration-none.height-100.flex-vertical._3-post-item {
    flex-direction: column;
    align-items: stretch;
  }

  .link-image.product-image {
    max-width: 400px;
  }

  .card-image-content.product-image {
    justify-content: center;
    display: flex;
  }

  .home-hero-scroll-down-wrapper {
    width: 80px;
    max-height: 80px;
    min-height: 80px;
    min-width: 80px;
    top: 850px;
    bottom: 0;
    left: auto;
    right: 15%;
  }

  .home-hero-scroll-down-wrapper.circle-arrow-blog-post, .home-hero-scroll-down-wrapper.hero-v1-arrow {
    position: static;
  }

  .arrow-circle {
    font-size: 38px;
    line-height: 38px;
  }

  .card-blog-post._3-posts---item {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-top---left-section {
    border-bottom: 1px solid #a6a7a8;
    border-right-width: 0;
    padding-top: 80px;
  }

  .footer-top---center-section {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .footer-top---last-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card-team-member {
    max-width: 320px;
    margin-right: 20px;
  }

  .image-member-wrapper {
    max-height: 520px;
    max-width: 100%;
  }

  .image-coming-soon-right {
    max-height: 500px;
    margin-top: 70px;
  }

  .footer-v3-bottom {
    text-align: center;
    grid-template-columns: auto;
    justify-content: center;
    justify-items: center;
  }

  .add-to-cart {
    min-height: 148px;
  }

  .max-w-70._100---mbl {
    max-width: 100%;
  }

  .hero-v8-full-with-left {
    max-height: 500px;
    max-width: 100%;
    margin-top: 60px;
  }

  .card-left-services-single {
    padding: 48px 34px 58px;
  }

  .hero-v1-full-with-right {
    max-height: 500px;
    margin-top: 70px;
  }

  .hero-v1-content {
    max-width: 550px;
  }

  .cta-v1-section {
    padding: 100px 34px;
  }

  .card-blog-post-content._3-posts---item {
    padding-top: 24px;
  }

  .footer-contact-links {
    flex-direction: column;
  }

  .text-center---tablet.text-left---mbl {
    text-align: left;
  }

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

  .show-in-mbl {
    display: block;
  }

  .grid-offices-links {
    flex-direction: column;
  }

  .cta-newsletter-section {
    padding: 70px 34px;
  }

  .blog-post-featured-content {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .form-button-inside---block {
    min-height: 60px;
  }

  .blog-categories-wrapper {
    grid-row-gap: 14px;
    flex-wrap: wrap;
  }

  .contact-links-wrapper {
    width: 100%;
    max-width: 500px;
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    flex-wrap: wrap;
    margin-left: 0;
  }

  .contact-form---block {
    min-height: 564px;
  }

  .position-absolute.hero-v7-bg {
    height: 25.5%;
    padding-top: 0;
  }

  .form-contact-sidebar---block {
    min-height: 316px;
  }

  .footer-v3-logo-link {
    width: 42px;
  }

  .password-utility-page-content {
    min-height: 90vh;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .shipping-method-content {
    margin-top: 16px;
    margin-left: 0;
  }

  .shipping-method-wrapper {
    flex-direction: column;
  }

  .flex-vertical---mbl {
    flex-direction: column;
    display: flex;
  }

  .rich-text-v2 h2 {
    margin-top: 40px;
    margin-bottom: 16px;
    font-size: 36px;
  }

  .rich-text-v2 h3 {
    margin-top: 40px;
    margin-bottom: 16px;
  }

  .rich-text-v2 figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .rich-text-v2 ul, .rich-text-v2 ol {
    margin-top: 25px;
    margin-bottom: 40px;
    padding-left: 20px;
  }

  .rich-text-v2 h6, .rich-text-v2 h5, .rich-text-v2 h4 {
    margin-top: 40px;
    margin-bottom: 16px;
  }

  .rich-text-v2 blockquote {
    margin-top: 54px;
    margin-bottom: 54px;
  }

  .rich-text-v3 h2 {
    margin-top: 40px;
    margin-bottom: 16px;
    font-size: 38px;
  }

  .rich-text-v3 h3 {
    margin-top: 40px;
    margin-bottom: 16px;
    font-size: 26px;
  }

  .rich-text-v3 figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .rich-text-v3 ul, .rich-text-v3 ol {
    margin-top: 25px;
    margin-bottom: 40px;
    padding-left: 20px;
  }

  .rich-text-v3 h6, .rich-text-v3 h5, .rich-text-v3 h4 {
    margin-top: 40px;
    margin-bottom: 16px;
  }

  .rich-text-v3 blockquote {
    margin-top: 54px;
    margin-bottom: 54px;
  }

  .rich-text-v2---v3-wrapper {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .dropdown-title {
    font-size: 18px;
  }

  .form-button-bottom---block {
    min-height: 134px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 22px;
  }

  blockquote {
    padding: 68px 24px;
    font-size: 20px;
  }

  .grid-2-columns.contact-v1 {
    grid-row-gap: 60px;
  }

  .grid-2-columns.changelog-item {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.product-page {
    grid-row-gap: 60px;
  }

  .grid-2-columns.grid-social {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.grid-social.coming-soon {
    text-align: center;
    justify-content: center;
    justify-items: center;
  }

  .grid-2-columns.grid-offices, .grid-2-columns.grid-team, .grid-2-columns.services-single-sidebar {
    grid-row-gap: 60px;
  }

  .grid-2-columns.grid-footer-auto-columns-v1 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.hero-v2---images {
    grid-column-gap: 14px;
    margin-bottom: -80px;
  }

  .card.testimonial-slide-over-image {
    flex-direction: column;
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.author {
    flex-direction: column;
    padding-bottom: 50px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid-4-columns {
    grid-template-columns: 1fr;
  }

  .grid-4-columns._2-col-mbp {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-4-columns.stats-v1 {
    grid-template-columns: auto;
    justify-content: start;
  }

  .divider, .divider._64px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .mg-bottom-16px {
    margin-bottom: 8px;
  }

  .mg-bottom-16px.keep, .mg-bottom-24px {
    margin-bottom: 16px;
  }

  .mg-bottom-24px.keep {
    margin-bottom: 24px;
  }

  .mg-bottom-32px.keep, .mg-bottom-48px, .mg-bottom-56px {
    margin-bottom: 32px;
  }

  .mg-bottom-64px {
    margin-bottom: 40px;
  }

  .mg-top-48px {
    margin-top: 32px;
  }

  .text-200.color-neutral-800.text-uppercase.category-link, .text-200.color-neutral-800.text-uppercase.category-link---light {
    margin-right: 0;
  }

  .display-1 {
    font-size: 38px;
  }

  .display-2 {
    font-size: 32px;
  }

  .display-3 {
    font-size: 20px;
  }

  .display-4 {
    font-size: 18px;
  }

  .grid-3-columns {
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .grid-3-columns._3-col-tablet.mbl-2-columns {
    grid-template-columns: 1fr;
  }

  .grid-3-columns._3-col-tablet.keep {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .grid-3-columns.gap-row-48px {
    grid-row-gap: 32px;
  }

  .grid-3-columns.gap-40px.gap-row-48px._2-col-mbl {
    grid-template-columns: 1fr;
  }

  .style---heading {
    margin-bottom: 40px;
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .inner-container._350px---mbp {
    max-width: 350px;
  }

  .inner-container._300px---mbp {
    max-width: 300px;
  }

  .inner-container._47px---mbp {
    max-width: 47px;
  }

  .style---content-heading {
    padding-left: 22px;
    padding-right: 22px;
  }

  .style---heading-icon-wrapper {
    width: 58px;
    border-radius: 16px;
    margin-right: 14px;
  }

  .btn-primary {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-primary.large {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-primary.inside-input {
    position: static;
  }

  .btn-primary.inside-input.default {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .btn-secondary {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-secondary.large {
    padding-left: 20px;
    padding-right: 20px;
  }

  .badge-secondary.tabs {
    margin-left: 0;
    margin-right: 0;
  }

  .input {
    padding-left: 20px;
    padding-right: 20px;
  }

  .input.large.button-inside {
    min-height: 64px;
  }

  .input.button-inside {
    margin-bottom: 16px;
    padding-right: 20px;
  }

  .input.quantity {
    width: 80px;
  }

  .text-area {
    padding: 20px;
  }

  .text-area.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .checkbox-field-wrapper {
    font-size: 16px;
    line-height: 20px;
  }

  .checkbox-field-wrapper.large {
    font-size: 18px;
    line-height: 22px;
  }

  .checkbox {
    min-height: 22px;
    min-width: 22px;
  }

  .checkbox.large {
    min-height: 26px;
    min-width: 26px;
  }

  .radio-button-field-wrapper {
    font-size: 16px;
    line-height: 22px;
  }

  .radio-button-field-wrapper.large {
    font-size: 18px;
    line-height: 24px;
  }

  .radio-button {
    min-height: 22px;
    min-width: 22px;
  }

  .radio-button.large {
    min-height: 26px;
    min-width: 26px;
  }

  .square-icon {
    max-width: 56px;
  }

  .square-icon.password-page {
    max-width: 60px;
  }

  .social-icon-square {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .line-square-icon.top-bar-close-icon {
    padding-left: 12px;
    padding-right: 12px;
  }

  .buttons-row {
    flex-direction: column;
  }

  .width-100.mg-left-24px {
    margin-left: 16px;
  }

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

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

  .section.hero {
    padding-top: 48px;
  }

  .section.hero.v1 {
    padding-top: 70px;
  }

  .section.hero.v2 {
    margin-bottom: 80px;
    padding-top: 70px;
  }

  .section.hero.v3, .section.hero.v4 {
    padding-top: 70px;
  }

  .section.hero.v5 {
    margin-bottom: 80px;
    padding-top: 70px;
  }

  .section.hero.v6 {
    margin-bottom: 20px;
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .section.hero.v7 {
    padding-top: 70px;
    padding-bottom: 100px;
  }

  .section.hero.v8 {
    padding-top: 70px;
  }

  .section.hero.v9 {
    padding-top: 70px;
    padding-bottom: 120px;
  }

  .section.hero.coming-soon {
    padding-top: 40px;
  }

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

  .section.template-pages-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.hero-page {
    background-image: linear-gradient(#fff 76%, #151010 76%);
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section.pd-bottom-120px {
    padding-bottom: 80px;
  }

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

  .section.pd-top-120px {
    padding-top: 80px;
  }

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

  .section.pd-bottom-0px {
    padding-bottom: 0;
  }

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

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

  .top-bar-wrapper {
    padding-right: 40px;
  }

  .elements---element-title.large {
    margin-top: 53px;
  }

  .heading-h1-size {
    font-size: 32px;
  }

  .heading-h2-size {
    font-size: 22px;
  }

  .header-nav-list-item {
    text-align: left;
  }

  .header-nav-list-item.show-in-tablet {
    width: 100%;
    justify-content: flex-start;
    display: flex;
  }

  .header-logo-link.left {
    max-width: 35px;
    margin-right: 15px;
  }

  .header-logo-link.v2 {
    max-width: 160px;
  }

  .hamburger-menu-bar {
    width: 30px;
  }

  .btn-circle-secondary.small.accordion-btn {
    width: 44px;
    height: 44px;
    min-height: 44px;
    min-width: 44px;
  }

  .btn-circle-secondary.slider-arrow.white, .btn-circle-secondary.slider-arrow.white.arrow---bottom-v1 {
    bottom: 0;
  }

  .not-found-utility-page-content {
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .flex-horizontal.start.gap-12px.mb-wrap {
    flex-wrap: wrap;
  }

  .flex-horizontal.start.gap-24px.mb-flex-vertical {
    align-items: stretch;
  }

  .footer-logo-wrapper {
    max-width: 180px;
  }

  .cta-section {
    padding: 80px 24px;
  }

  .slider-wrapper.arrows---top-v1 {
    padding-bottom: 90px;
  }

  .slider-wrapper.arrows---bottom-v1 {
    padding-bottom: 100px;
  }

  .slider-mask.width-390px {
    max-width: 100%;
  }

  .accordion-side {
    margin-left: 10px;
  }

  .accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .avatar-image {
    width: 100%;
  }

  .pd---content-inside-card {
    padding-top: 20px;
    padding-bottom: 28px;
  }

  .pd---content-inside-card.template-pages---sidebar {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .pd---content-inside-card.template-pages {
    padding-left: 24px;
    padding-right: 24px;
  }

  .blog-card-badge-wrapper-top {
    top: 20px;
    left: 20px;
  }

  .blog-category-item-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .image-wrapper.hero-v5-image {
    margin-bottom: -80px;
  }

  ._404-not-found {
    font-size: 45vw;
  }

  .cart-container {
    border-radius: 0;
  }

  .cart-item-price {
    color: #7f7f80;
    font-size: 16px;
    line-height: 18px;
  }

  .pay-btn.cart {
    height: 53px;
  }

  .shipping-method {
    flex-direction: column;
  }

  .order-item {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .order-list-price {
    margin-top: 11px;
  }

  .order-list-title {
    margin-bottom: 4px;
  }

  .order-item-content {
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0;
  }

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

  .home-pages-cointainer {
    margin-top: 80px;
  }

  .home-pages-top-wrapper {
    margin-bottom: 16px;
  }

  .image-home-link-wrapper {
    max-width: 180px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .figma-file-text-wrapper, .card-home-pages-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .stat-span {
    font-size: 28px;
  }

  .line-space.line-our-values {
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .circle-testimonials {
    width: 60px;
    height: 60px;
    min-height: 60px;
    min-width: 60px;
  }

  .circle-testimonials.autor {
    width: 100px;
    height: 100px;
    min-height: 100px;
    min-width: 100px;
  }

  .home-hero-scroll-down-wrapper {
    width: 70px;
    max-height: 70px;
    min-height: 70px;
    min-width: 70px;
    top: 760px;
    bottom: 0;
    left: auto;
    right: 10%;
  }

  .arrow-circle {
    font-size: 36px;
    line-height: 36px;
  }

  .footer-top---left-section {
    padding-top: 70px;
  }

  .card-team-member {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .link-team-member {
    flex-direction: column;
  }

  .image-coming-soon-right {
    margin-top: 60px;
    position: static;
  }

  .mb-flex-vertical {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .image-content-products {
    margin-bottom: 16px;
  }

  .add-to-cart {
    min-height: 164px;
  }

  .max-w-70 {
    max-width: 100%;
  }

  .hero-v8-full-with-left {
    max-height: 400px;
    max-width: 100%;
    position: relative;
  }

  .card-left-services-single {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-v1-full-with-right {
    margin-top: 60px;
  }

  .cta-v1-section {
    padding: 80px 24px;
  }

  .cta-newsletter-section {
    padding: 60px 24px;
  }

  .blog-post-featured-content {
    padding-top: 50px;
  }

  .form-button-inside---block {
    min-height: 140px;
  }

  .blog-categories-wrapper {
    flex-direction: column;
  }

  .position-absolute.hero-v7-bg {
    height: 16%;
  }

  .password-utility-page-content {
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .shipping-method-content {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-right: 0;
  }

  .shipping-method-wrapper {
    flex-direction: column;
  }

  .rich-text-v2 h2, .rich-text-v3 h2 {
    font-size: 32px;
  }

  .rich-text-v3 h3 {
    font-size: 22px;
  }

  .cart-item {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .cart-list-title {
    margin-bottom: 4px;
  }

  .cart-item-content {
    margin-top: 16px;
    margin-left: 0;
  }

  .cart-item-content---main {
    flex-direction: column;
  }

  .dropdown-title.last---mbp {
    margin-top: 32px;
  }

  .hidden-on-mbp {
    display: none;
  }

  .form-button-bottom---grid {
    grid-column-gap: 16px;
  }
}

#w-node-a15e791c-b36a-ef17-dd0b-ea9d5f9d042d-5f9d042a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-a15e791c-b36a-ef17-dd0b-ea9d5f9d0445-5f9d042a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a15e791c-b36a-ef17-dd0b-ea9d5f9d0464-5f9d042a {
  align-self: start;
}

#w-node-a15e791c-b36a-ef17-dd0b-ea9d5f9d0479-5f9d042a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9895be7-5f5b-05d9-71f2-e36134ecbca6-34ecbc95 {
  align-self: center;
  justify-self: end;
}

#w-node-_6df11000-a20c-2036-d623-656844e61232-4693e4e4, #w-node-_6df11000-a20c-2036-d623-656844e61240-4693e4e4 {
  align-self: start;
}

#w-node-e0f04d7f-23a6-89e6-6a78-8a83bb584f28-4693e4e4, #w-node-_708846e0-5d15-3e43-2250-3fa5142b4ebb-4693e4e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de3168a6-e266-5969-6cef-f2ed51a40088-4693e4e4, #w-node-d3c09845-4a21-38bc-4aec-740607791d6f-2b1881b8, #w-node-d3c09845-4a21-38bc-4aec-740607791d83-2b1881b8 {
  align-self: start;
}

#w-node-d3c09845-4a21-38bc-4aec-740607791d8f-2b1881b8, #w-node-d3c09845-4a21-38bc-4aec-740607791d90-2b1881b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3c09845-4a21-38bc-4aec-740607791d96-2b1881b8 {
  align-self: start;
}

#w-node-ea7e0b31-5670-4c51-2fcb-bb2cb1bd8afd-43e70a51 {
  align-self: center;
}

#w-node-_5d7a614e-91e3-9ef3-5105-e386a51680bc-a51680b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_811a9d91-70a3-fe1b-7b88-2171588c35d9-43e70a56 {
  justify-self: end;
}

#w-node-eff484da-739c-b510-b279-c45a9b2812a9-43e70a56, #w-node-eff484da-739c-b510-b279-c45a9b2812ae-43e70a56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eff484da-739c-b510-b279-c45a9b2812b0-43e70a56 {
  align-self: end;
  justify-self: end;
}

#w-node-a9cdb408-f246-eaf1-ddbc-c9b374673808-43e70a58 {
  align-self: stretch;
}

#w-node-daf1b0c1-4f17-74b1-05ff-fa1cb6fcd67a-43e70a59, #w-node-a79f451b-ac8a-6707-ccec-1c9ff93494a3-43e70a59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ad92791-7802-5c45-99ff-7dbabde2fcbd-43e70a59 {
  align-self: start;
  justify-self: end;
}

#w-node-_840ccfbe-8c52-4cfe-ae6d-7db4195a6eda-43e70a59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4b8a9c8c-3d2d-37b6-2e28-8a1a3c9df521-43e70a59 {
  align-self: stretch;
}

#w-node-fa066d91-d102-909e-4da1-d26480dda8a7-43e70a5a {
  grid-area: 1 / 2 / 2 / 2;
  justify-self: end;
}

#w-node-_0c1a9163-6ce3-b013-36ee-6c136d74a0ee-43e70a5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-e4ea84bf-097a-8a93-cb29-84114fd3b1c2-43e70a5a {
  justify-self: end;
}

#w-node-fa066d91-d102-909e-4da1-d26480ddaa3a-43e70a5a, #w-node-fa066d91-d102-909e-4da1-d26480ddaa3f-43e70a5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa066d91-d102-909e-4da1-d26480ddaa41-43e70a5a {
  align-self: end;
  justify-self: end;
}

#w-node-_9999d73d-81c0-b7d4-7858-484ec6c5b430-c6c5b425 {
  align-self: center;
  justify-self: end;
}

#w-node-cbfc2073-900d-5651-c978-df0ce73c8657-43e70a5c {
  align-self: center;
}

#w-node-e8d1fa64-f588-2da5-6f58-2cea406f6e34-43e70a5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cbfc2073-900d-5651-c978-df0ce73c865a-43e70a5c {
  align-self: stretch;
  justify-self: end;
}

#w-node-_30319313-a4a5-4c17-d61e-fb26f08a3954-43e70a5c, #w-node-_30319313-a4a5-4c17-d61e-fb26f08a3959-43e70a5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30319313-a4a5-4c17-d61e-fb26f08a395b-43e70a5c {
  align-self: end;
  justify-self: end;
}

#w-node-_61914fa1f3028ad34c1c480b000000000014-43e70aa7 {
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-a15e791c-b36a-ef17-dd0b-ea9d5f9d042d-5f9d042a {
    grid-column: span 2 / span 2;
  }

  #w-node-a15e791c-b36a-ef17-dd0b-ea9d5f9d042e-5f9d042a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a15e791c-b36a-ef17-dd0b-ea9d5f9d0499-5f9d042a {
    order: -9999;
  }

  #w-node-f9895be7-5f5b-05d9-71f2-e36134ecbca6-34ecbc95 {
    justify-self: auto;
  }

  #w-node-eff484da-739c-b510-b279-c45a9b2812b0-43e70a56 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_3ad92791-7802-5c45-99ff-7dbabde2fcbd-43e70a59 {
    justify-self: auto;
  }

  #w-node-_840ccfbe-8c52-4cfe-ae6d-7db4195a6eda-43e70a59 {
    align-self: auto;
  }

  #w-node-fa066d91-d102-909e-4da1-d26480dda8a7-43e70a5a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_0c1a9163-6ce3-b013-36ee-6c136d74a0ee-43e70a5a {
    order: 9999;
  }

  #w-node-e4ea84bf-097a-8a93-cb29-84114fd3b1c2-43e70a5a {
    justify-self: auto;
  }

  #w-node-fa066d91-d102-909e-4da1-d26480ddaa41-43e70a5a {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_9999d73d-81c0-b7d4-7858-484ec6c5b430-c6c5b425 {
    justify-self: auto;
  }

  #w-node-cbfc2073-900d-5651-c978-df0ce73c8657-43e70a5c {
    align-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a15e791c-b36a-ef17-dd0b-ea9d5f9d042d-5f9d042a {
    grid-column: span 1 / span 1;
  }

  #w-node-a15e791c-b36a-ef17-dd0b-ea9d5f9d042e-5f9d042a {
    grid-column: span 2 / span 2;
  }

  #w-node-f9895be7-5f5b-05d9-71f2-e36134ecbca6-34ecbc95 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_811a9d91-70a3-fe1b-7b88-2171588c35d9-43e70a56, #w-node-_840ccfbe-8c52-4cfe-ae6d-7db4195a6eda-43e70a59 {
    justify-self: auto;
  }

  #w-node-fa066d91-d102-909e-4da1-d26480dda8a7-43e70a5a {
    grid-column-start: 1;
  }

  #w-node-_9999d73d-81c0-b7d4-7858-484ec6c5b430-c6c5b425 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-cbfc2073-900d-5651-c978-df0ce73c865a-43e70a5c {
    justify-self: auto;
  }

  #w-node-_30319313-a4a5-4c17-d61e-fb26f08a395b-43e70a5c {
    align-self: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5d7a614e-91e3-9ef3-5105-e386a51680bc-a51680b9 {
    justify-self: auto;
  }

  #w-node-fa066d91-d102-909e-4da1-d26480dda8a7-43e70a5a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e8d1fa64-f588-2da5-6f58-2cea406f6e34-43e70a5c {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Social Icons Font';
  src: url('../fonts/social-icon-font.woff2') format('woff2'), url('../fonts/social-icon-font.eot') format('embedded-opentype'), url('../fonts/social-icon-font.woff') format('woff'), url('../fonts/social-icon-font.ttf') format('truetype'), url('../fonts/social-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Square Icons';
  src: url('../fonts/line-square-icons.woff2') format('woff2'), url('../fonts/line-square-icons.eot') format('embedded-opentype'), url('../fonts/line-square-icons.woff') format('woff'), url('../fonts/line-square-icons.ttf') format('truetype'), url('../fonts/line-square-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filled Icons';
  src: url('../fonts/filled-icon-font.woff2') format('woff2'), url('../fonts/filled-icon-font.eot') format('embedded-opentype'), url('../fonts/filled-icon-font.woff') format('woff'), url('../fonts/filled-icon-font.ttf') format('truetype'), url('../fonts/filled-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icons';
  src: url('../fonts/line-rounded-icons.woff2') format('woff2'), url('../fonts/line-rounded-icons.eot') format('embedded-opentype'), url('../fonts/line-rounded-icons.woff') format('woff'), url('../fonts/line-rounded-icons.ttf') format('truetype'), url('../fonts/line-rounded-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circle Arrow Font';
  src: url('../fonts/fontello.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}