:root {
  --primary--default: whitesmoke;
  --background--default: #0d0d0e;
  --background--lighter: #262626;
  --primary--darker: #a2a2a2;
  --background--light: #1e1e1e;
  --primary--transparent: #0000;
  --white: white;
  --background--lightest: #4b4b4b;
  --primary--dark: #9f9f9f;
  --primary--error: #f04438;
  --whitesmoke-700: #f5f5f5b3;
  --whitesmoke: var(--primary--default);
  --whitesmoke-300: #f5f5f54d;
  --background--whitesmoke10: #ffffff1a;
  --black: #0d0d0e;
  --darksmoke-700: #0d0d0eb3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  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-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

@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;
    inset: 0;
  }

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

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

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

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

h1 {
  color: var(--primary--default);
  letter-spacing: -.06em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8.75rem;
  font-weight: 400;
  line-height: 1em;
}

h2 {
  color: var(--primary--default);
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.63rem;
  font-weight: 400;
  line-height: .95em;
}

h3 {
  color: var(--primary--default);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.88rem;
  font-weight: 500;
  line-height: 1.1em;
}

h4 {
  color: var(--primary--default);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.63rem;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

ul {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--primary--default);
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

li {
  padding-left: 10px;
}

strong {
  font-weight: bold;
}

blockquote {
  background-color: var(--background--default);
  color: var(--primary--default);
  letter-spacing: -.04em;
  border-left-style: none;
  width: 80%;
  margin-bottom: 0;
  padding: 44px;
  font-size: 2.88rem;
  line-height: 1.3em;
}

.navbar {
  background-color: var(--background--lighter);
  width: 100%;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.body {
  background-color: var(--background--default);
  color: var(--primary--darker);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: .625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6em;
  display: flex;
}

.main {
  grid-row-gap: .625rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.main.main-404 {
  flex: 1;
}

.section {
  background-color: var(--background--lighter);
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
  overflow: hidden;
}

.section.section-hero {
  background-image: none;
  padding-top: 14.5rem;
  padding-bottom: 14.5rem;
  position: relative;
}

.section.section-overflow {
  overflow: hidden;
}

.section.section-not-found {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container {
  width: 100%;
  max-width: 85.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.container.container-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.container-checkout {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.hero-layout {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.button {
  z-index: 1;
  background-color: var(--primary--default);
  color: var(--background--light);
  border-radius: 100vmax;
  padding: 1.5rem 2.75rem;
  text-decoration: none;
  transition: color .3s;
  display: block;
  position: relative;
  overflow: hidden;
}

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

.button.button-navbar {
  background-color: var(--background--default);
  color: var(--primary--default);
  padding: 1.25rem 1.875rem;
  font-size: 1rem;
  line-height: 1em;
}

.button.button-navbar.button-navbar-phone {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.button.button-close {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 66px;
  padding: 0;
  display: flex;
}

.button.button-no-padding {
  pointer-events: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.button.button-event {
  background-color: var(--primary--transparent);
  pointer-events: auto;
  color: var(--white);
  mix-blend-mode: difference;
  width: 100%;
  margin-bottom: 0;
}

.button.button-event.button-event-fulll-with {
  width: 100%;
}

.heading {
  color: var(--primary--default);
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.625rem;
  font-weight: 400;
  line-height: .95em;
}

.heading.heading-large {
  text-align: center;
  letter-spacing: -.06em;
  font-size: 8.75rem;
}

.heading.heading-large.heading-large-left {
  text-align: center;
}

.heading.heading-large.heading-large-left._3rem {
  font-size: 6rem;
}

.heading.heading-large.heading-larger {
  line-height: 1.1em;
}

.heading.heading-small {
  letter-spacing: -.03em;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.2em;
}

.heading.heading-medium {
  letter-spacing: -.04em;
  font-size: 2.88rem;
  font-weight: 500;
  line-height: 1.1em;
}

.heading.heading-404 {
  color: var(--primary--default);
  letter-spacing: -.02em;
  font-family: Manrope, sans-serif;
  font-size: 18.75rem;
  font-weight: 500;
  line-height: 1em;
}

.heading.heading-large-left {
  text-align: left;
  letter-spacing: -.06em;
  font-size: 8.75rem;
  line-height: .95em;
}

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

.paragraph {
  margin-bottom: 0;
}

.hero-content {
  grid-row-gap: 1.75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-paragraph {
  color: var(--primary--default);
  max-width: 30rem;
}

.button-hover {
  z-index: 1;
  background-color: var(--background--lighter);
  border-radius: 100vmax;
  display: flex;
  position: absolute;
  inset: 0% -1%;
  overflow: hidden;
  transform: translate(0, -101%);
}

.button-hover.button-hover-navbar {
  background-color: var(--background--lighter);
}

.button-hover.button-hover-submit {
  justify-content: center;
  align-items: center;
}

.button-text {
  z-index: 3;
  position: relative;
}

.button-text:hover {
  color: var(--background--lightest);
}

.button-border {
  z-index: 2;
  box-shadow: inset 0 0 0 1px var(--primary--default);
  border-radius: 100vmax;
  position: absolute;
  inset: 0;
}

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

.services {
  grid-row-gap: 5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.services-heading {
  text-align: center;
  max-width: 70rem;
}

.hidden {
  display: none;
}

.services-cards {
  width: 100%;
  height: 100%;
}

.services-grid {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.services-grid.services-grid-horizontal {
  grid-auto-flow: column;
}

.services-card {
  width: 100%;
  height: 100%;
}

.services-link {
  z-index: 1;
  grid-row-gap: 5rem;
  background-color: var(--background--light);
  color: var(--primary--dark);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 19.375rem;
  padding: 1.5rem;
  transition: color .3s;
  display: flex;
  position: relative;
}

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

.services-card-header {
  z-index: 2;
  grid-column-gap: 2.5rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.services-card-counter {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-card-footer {
  z-index: 2;
  grid-column-gap: 2.5rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.services-card-icon {
  object-fit: contain;
  object-position: 50% 50%;
  width: 1.125rem;
  height: 1.125rem;
}

.services-card-image {
  z-index: 0;
  opacity: 0;
  filter: brightness(50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  position: absolute;
  inset: 0;
}

.portfolio-layout {
  grid-row-gap: 5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.portfolio-card-info {
  z-index: 2;
  grid-column-gap: 2.5rem;
  opacity: 0;
  color: var(--primary--default);
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.portfolio-cards {
  text-align: left;
  flex: none;
  width: 200%;
}

.portfolio-link {
  z-index: 1;
  aspect-ratio: 1;
  cursor: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.portfolio-link.portfolio-link-cursor-show {
  cursor: pointer;
}

.portfolio-grid {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.portfolio-card-image {
  z-index: 1;
  filter: brightness(80%);
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.portfolio-card-name {
  z-index: 2;
  position: relative;
}

.portfolio-tape {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.portfolio-space {
  flex: none;
  width: 0;
  height: 100%;
}

.portoflio-content {
  grid-row-gap: 4.25rem;
  cursor: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.gallery-layout {
  grid-row-gap: 5rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.gallery-heading {
  max-width: 50rem;
}

.gallery-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 6.25rem;
  flex-direction: column;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.navbar-wrapper {
  z-index: 10;
  background-color: var(--background--default);
  width: 100%;
  padding-top: .625rem;
  padding-bottom: .625rem;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.navbar-layout {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-logo {
  width: 6.875rem;
  display: none;
}

.navbar-logo.navbar-logo-desktop {
  transition: opacity .3s;
  display: block;
}

.navbar-logo.navbar-logo-desktop:hover {
  opacity: .5;
}

.navbar-logo.navbar-logo-desktop.w--current {
  width: 10rem;
}

.navbar-menu {
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-links {
  grid-column-gap: .25rem;
  background-color: var(--background--default);
  border-radius: 100vmax;
  justify-content: center;
  align-items: center;
  padding: .13rem;
  display: flex;
}

.gallery-frame {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.gallery-frame.gallery-frame-horizontal {
  aspect-ratio: 1.68;
  width: 100%;
  overflow: hidden;
}

.gallery-frame.gallery-frame-square {
  aspect-ratio: auto;
  object-fit: cover;
  width: 60%;
}

.gallery-frame.gallery-frame-square.gallery-frame-square-large {
  width: 86%;
}

.gallery-frame.gallery-frame-vertical {
  aspect-ratio: 1 / 1.4;
  object-fit: cover;
  width: 90%;
  overflow: hidden;
}

.gallery-image {
  aspect-ratio: auto;
  cursor: zoom-in;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery-image.square {
  aspect-ratio: 1;
}

.gallery-image.horizont {
  aspect-ratio: 1.68;
}

.footer {
  background-color: var(--background--light);
  width: 100%;
  margin-top: .5rem;
  padding-top: 3.75rem;
  padding-bottom: 1.25rem;
}

.logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.footer-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.footer-news {
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-news-content {
  grid-row-gap: 1rem;
  color: var(--primary--default);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.3em;
  display: flex;
}

.footer-form-wrapper {
  width: 100%;
  margin-bottom: 0;
}

.footer-form-input {
  border: 0px none var(--primary--transparent);
  background-color: var(--primary--transparent);
  color: var(--primary--default);
  height: 2.5rem;
  margin-bottom: 0;
  padding: .75rem 0;
  font-size: 1rem;
  line-height: 1em;
}

.footer-form {
  z-index: 1;
  border-bottom: 1px solid var(--background--lightest);
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  height: 2.5rem;
  display: none;
  position: relative;
}

.footer-form:active {
  border-bottom-color: var(--background--lightest);
}

.footer-form-button {
  z-index: 2;
  aspect-ratio: 1;
  background-color: var(--primary--transparent);
  background-image: url('../images/arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: .75rem .75rem;
  flex: none;
  height: 100%;
  padding: 0;
}

.footer-logo {
  width: 11.875rem;
}

.footer-logo.w--current {
  transition: opacity .3s;
}

.footer-logo.w--current:hover {
  opacity: .6;
}

.footer-layout {
  width: 100%;
}

.link {
  color: var(--primary--darker);
  font-size: 1rem;
  line-height: 1em;
  transition: color .3s;
}

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

.link.link-inverted {
  color: var(--primary--default);
  font-size: 1rem;
  line-height: 1.6em;
}

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

.footer-column {
  grid-row-gap: 2rem;
  color: var(--primary--default);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.5rem;
  line-height: 1.3em;
  display: flex;
}

.footer-column.footer-nav-small {
  grid-row-gap: 1rem;
  color: var(--primary--darker);
  font-size: 1rem;
  line-height: 1.6em;
}

.footer-columns {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.75fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer-columns.footer-columns-large {
  grid-template-columns: 1fr;
  place-items: start;
}

.footer-links {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-links.footer-links-medium {
  grid-row-gap: 1.25rem;
}

.footer-links.footer-links-medium.padding-right {
  padding-right: 1rem;
}

.footer-links.footer-links-small {
  max-width: 15rem;
}

.footer-contact {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-text {
  color: var(--primary--darker);
  font-size: 1rem;
  line-height: 1.6em;
}

.footer-info {
  grid-column-gap: 1.25rem;
  grid-row-gap: .625rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 28.75rem;
  display: flex;
}

.footer-texts {
  grid-column-gap: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-copyright {
  background-color: var(--primary--transparent);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-divider {
  background-color: var(--background--lightest);
  width: 100%;
  height: 1px;
  margin-top: 3.75rem;
  margin-bottom: 1.75rem;
}

.footer-success {
  background-color: var(--primary--transparent);
  color: var(--primary--default);
  text-align: left;
  padding: 0;
  font-size: 1rem;
  line-height: 1.6em;
}

.footer-error {
  background-color: var(--primary--transparent);
  color: var(--primary--error);
  margin-top: 1rem;
  padding: 0;
  font-size: 1rem;
  line-height: 1.6em;
}

.navbar-contact {
  grid-column-gap: 1.25rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-content {
  z-index: 3;
  grid-column-gap: .625rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.phone-content {
  display: none;
}

.navbar-content {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-divider {
  display: none;
}

.navbar-content-aligner, .navbar-content-wrapper {
  width: 100%;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 2.875rem;
  font-weight: 500;
  line-height: 1.1em;
}

.heading-2.heading-small {
  letter-spacing: -.049rem;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.2em;
}

.image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-wrapper.image-wrapper-team-v1 {
  justify-content: center;
  align-items: center;
  width: 26rem;
  height: 26rem;
}

.image-wrapper.image-wrapper-gallery {
  opacity: .4;
  width: 27.5rem;
  height: 19.38rem;
  transition: filter .3s linear, height .3s cubic-bezier(.455, .03, .515, .955), width .3s cubic-bezier(.455, .03, .515, .955), opacity .3s cubic-bezier(.455, .03, .515, .955);
}

.image-wrapper.image-wrapper-gallery:hover {
  opacity: 1;
  filter: brightness(80%);
  width: 32rem;
  height: 32rem;
}

.image-inner {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80rem;
  height: 80rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.image-inner.image-inner-team-v1 {
  border-radius: 0%;
  width: 26.25rem;
  height: 26.25rem;
  transition: all .3s;
}

.image-inner.image-inner-team-v1-copy {
  width: 52.5rem;
  height: 52.5rem;
  transition: all .4s;
}

.teams-link-wrapper {
  grid-row-gap: .75rem;
  cursor: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  transition: all .3s linear;
  display: flex;
  position: relative;
  overflow: hidden;
}

.role-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text {
  color: var(--primary--default);
  -webkit-text-stroke-color: var(--primary--default);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6em;
}

.text.text-extra-small {
  font-size: .875rem;
  line-height: 1.4em;
}

.text.text-extra-small.color-primapy-extra-light {
  color: var(--whitesmoke-700);
  cursor: default;
}

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

.text.text-link-hover:hover {
  color: var(--whitesmoke-700);
}

.team-image-v1 {
  object-fit: cover;
  object-position: 50% 10%;
  width: 100%;
  height: 100%;
}

.testimonial-grid-two {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-card-two {
  grid-column-gap: 3.56rem;
  grid-row-gap: 3.56rem;
  background-color: var(--background--light);
  flex-direction: column;
  padding: 2rem;
  display: flex;
}

.testimonial-text-two {
  text-align: left;
  margin-bottom: 0;
}

.testimonial-info-three {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
  display: none;
}

.checkbox {
  color: var(--whitesmoke);
  cursor: pointer;
  border-color: #949494;
  border-radius: .19rem;
  width: .937rem;
  height: .937rem;
  margin-top: .2rem;
  margin-right: .75rem;
}

.checkbox.w--redirected-checked {
  border-style: solid;
  border-color: #767676 #767676 var(--whitesmoke);
  background-color: #0000;
  background-image: url('../images/rectangle-1565.svg');
  background-position: 50%;
  background-size: auto;
  border-bottom-width: 1px;
}

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

.content-horizontal-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-horizontal-left.content-horizontal-left-underlined-full-width {
  border-bottom: 1px solid var(--whitesmoke-300);
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 3.75em;
}

.content-horizontal-left.content-horizontal-left-fullwidth-10 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 10rem;
}

.content-horizontal-left.content-horizontal-left-underlined-full-width {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 2.5rem;
}

.content-horizontal-left.content-horizontal-left-gap {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1.25rem;
  display: flex;
}

.form-inner {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-wrapper.button-wrapper-full-width {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.text-field {
  border-top: 1px #000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right: 1px #000;
  border-bottom-color: var(--whitesmoke);
  color: var(--whitesmoke);
  background-color: #0000;
  border-left: 1px #000;
  border-radius: 0;
  flex: 1;
  margin-bottom: 0;
  padding: 1.5rem 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1em;
}

.text-field:active, .text-field:focus, .text-field:focus-visible, .text-field[data-wf-focus-visible] {
  border-bottom-color: var(--whitesmoke);
}

.text-field::placeholder {
  color: var(--whitesmoke-700);
  font-size: 1rem;
  font-weight: 500;
}

.text-field.text-field-with-padding {
  flex: 1;
  margin-bottom: 1.5rem;
}

.form {
  width: 100%;
  max-width: 40rem;
  margin-bottom: 0;
}

.cta-content {
  grid-row-gap: 4.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-padding {
  width: 100%;
  margin-top: 20px;
}

.reviews-wrapper {
  grid-row-gap: 5rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.reviews-content {
  grid-row-gap: 4.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.cta-layout {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  text-align: center;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.reviews-tape {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.review-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.star-box {
  text-align: left;
  display: block;
}

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

.cursor {
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.cursor.pointer-events-none {
  z-index: 20;
  pointer-events: none;
  cursor: none;
  display: none;
  overflow: hidden;
}

.link-cursor {
  z-index: 5;
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.link-cursor-wrapper {
  background-color: var(--whitesmoke);
  cursor: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 8.75rem;
  height: 8.75rem;
  display: flex;
  overflow: hidden;
  transform: scale(0);
}

.member-grid-wrapper {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.member-photo-wrapper {
  height: 30rem;
}

.teams-cards {
  text-align: left;
  flex: none;
}

.teams-grid {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: stretch stretch;
  width: 100%;
  display: grid;
}

.teams-photo {
  object-fit: contain;
  object-position: 50% 10%;
  width: 100%;
  height: 100%;
}

.color-card {
  flex-direction: column;
  display: flex;
}

.colors {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.content-vertical-left {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-vertical-left.content-vertical-left-gap-20 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

.color {
  background-color: #000;
  height: 19.25rem;
  margin-bottom: .75rem;
}

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

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

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

.color.color-lighter.color-lighter-border {
  border: 1px solid var(--whitesmoke-300);
}

.color.color-darker {
  background-color: var(--whitesmoke);
}

.heading-wrapper-80 {
  padding-bottom: 5rem;
}

.color-info-card {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.content-vertical-left-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.typography {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.typography-item-wrapper {
  border-top: 1px solid var(--whitesmoke-300);
  padding-top: 2.5rem;
}

.buttons-style-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  display: flex;
}

.text-inner-link {
  color: var(--whitesmoke);
  text-decoration: underline;
  transition: opacity .3s;
}

.text-inner-link:hover {
  color: var(--whitesmoke-300);
}

.licenses-text-wrapper {
  max-width: 25rem;
}

.content-vertical-left-licenses {
  grid-column-gap: 3.75em;
  grid-row-gap: 3.75em;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6em;
}

.checkout-form {
  background-color: var(--primary--transparent);
  margin-top: 7.5rem;
  padding: 0;
}

.container-policy {
  max-width: 53.13rem;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
}

.teams-description {
  margin-bottom: -40px;
}

.teams-description p, .teams-description ul {
  margin-bottom: 40px;
}

.teams-description h1, .teams-description h2, .teams-description h3 {
  margin-bottom: 20px;
}

.text-opacity {
  color: var(--whitesmoke-700);
  -webkit-text-stroke-color: var(--primary--default);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6em;
}

.container-flex {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.portfolio-content-cards {
  text-align: left;
  flex: none;
  width: 100%;
}

.portfolio-content-cards.grid-2x2.margin-top.margin-16 {
  margin-top: 16px;
  position: relative;
}

.portfolio-grid-cards {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.contact-block-wrapper {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 7.5rem;
  display: grid;
}

.contact-block {
  background-color: var(--background--light);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 14.5rem;
  padding: 32px;
  display: flex;
}

.contact-block-description {
  flex-flow: column;
  display: flex;
}

.contact-block-description.contact-block-description-horizontal {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: row;
  justify-content: flex-start;
}

.product-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.product-card-image {
  height: 31.94rem;
}

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

.heading-wrapper {
  margin-bottom: 1.25rem;
}

.descroption-text-block {
  margin-top: 2.5rem;
}

.product-block-wrapper {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 7.5rem;
  padding-bottom: 1rem;
  display: grid;
  overflow: auto;
}

.product-block-card {
  background-color: var(--background--light);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 18rem;
  min-height: 14.5rem;
  padding: 32px;
  display: flex;
}

.text-block-hero {
  text-align: center;
  max-width: 40rem;
  margin-top: 3.5rem;
  margin-left: auto;
  margin-right: auto;
}

.line {
  background-color: var(--whitesmoke-300);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.project-grid.project-grid--five-columns {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content max-content max-content;
  justify-content: space-between;
  place-items: center;
}

.project-grid-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

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

.project-image-wrapper {
  height: 32.5rem;
  margin-top: 2.5rem;
  position: relative;
}

.container-rich {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 53.69rem;
  display: flex;
}

.container-rich.centered {
  justify-content: flex-start;
  align-items: center;
}

.gallery-img {
  object-fit: scale-down;
  object-position: 50% 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 52rem;
  height: 52rem;
}

.gallery-link-wrapper {
  grid-row-gap: .75rem;
  cursor: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-tape {
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 33rem;
  display: flex;
}

.gallery-cards {
  text-align: left;
  flex: 0 auto;
}

.produuct-block-button-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 3.75rem;
  display: flex;
}

.web-payments {
  display: block;
}

.block-header {
  background-color: var(--primary--transparent);
  border-style: none;
  padding-left: 0;
}

.block-content {
  background-color: var(--primary--transparent);
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding-left: 0;
  padding-right: 0;
}

.block-content.block-content-underline {
  border-bottom-style: solid;
  border-bottom-color: var(--whitesmoke-300);
  padding-bottom: 32px;
}

.email {
  border-style: none;
  border-bottom-color: var(--primary--default);
  background-color: var(--background--whitesmoke10);
  color: var(--primary--default);
  border-radius: 0;
  height: 73px;
}

.shipping-method {
  display: none;
}

.shipping-address {
  display: block;
}

.order-items {
  margin-bottom: 0;
}

.card-number {
  border-style: none;
  border-left-color: var(--primary--default);
  background-color: var(--background--whitesmoke10);
  color: var(--primary--default);
  cursor: auto;
  border-radius: 0;
  height: 73px;
  margin-bottom: 35px;
  padding: 0;
}

.expiration-date, .security-code {
  border-style: none;
  border-bottom-color: var(--primary--default);
  background-color: var(--background--whitesmoke10);
  color: var(--primary--default);
  cursor: auto;
  border-radius: 0;
  height: 73px;
  margin-bottom: 35px;
  padding: 0;
}

.full-name {
  border-style: none;
  border-bottom-color: var(--primary--default);
  background-color: var(--background--whitesmoke10);
  color: var(--primary--default);
  border-radius: 0;
  height: 73px;
  margin-bottom: 35px;
}

.street-address {
  display: none;
}

.street-address-2, .city {
  border-style: none;
  border-bottom-color: var(--primary--default);
  background-color: var(--background--whitesmoke10);
  color: var(--primary--default);
  border-radius: 0;
  height: 73px;
  margin-bottom: 35px;
}

.country {
  border-style: none;
  border-bottom-color: var(--primary--default);
  background-color: var(--background--whitesmoke10);
  color: var(--primary--default);
  border-radius: 0;
  height: 73px;
  margin-bottom: 35px;
  padding-left: 15px;
}

.state-province, .zip-postal-code {
  border-style: none;
  border-bottom-color: var(--primary--default);
  background-color: var(--background--whitesmoke10);
  color: var(--primary--default);
  border-radius: 0;
  height: 73px;
  margin-bottom: 35px;
}

.order-item-list {
  margin-left: 0;
  padding-left: 0;
}

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

.billing-address-toggle {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}

.div-block-2 {
  margin-left: 0;
}

.discounts {
  border-style: none;
  border-bottom-color: var(--primary--default);
  background-color: var(--primary--transparent);
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.discount-code {
  border-style: none;
  border-bottom-color: var(--primary--default);
  background-color: var(--background--whitesmoke10);
  color: var(--primary--default);
  border-radius: 0;
  flex: 1;
  height: 73px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
}

.discount-code::placeholder {
  color: var(--primary--dark);
}

.apply-button {
  background-color: var(--primary--transparent);
  opacity: .4;
  background-image: url('../images/arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 15px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  right: 0;
}

.gallery-list {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center stretch;
  display: grid;
}

.checkout-actions {
  display: flex;
}

.cart-header {
  border-bottom-style: none;
  margin-bottom: 20px;
  padding: 0;
}

.cart-quantity-3 {
  display: none;
}

.cart-footer {
  border-top-style: none;
  padding: 40px 0 0;
}

.cart-line-item {
  margin-bottom: 60px;
}

.error-state-3 {
  color: #f04438;
  background-color: #0000;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
}

.cart-list-2 {
  padding: 0;
}

.cart-item-2 {
  border-bottom: 1px solid #f5f5f54d;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.cart-container-flex {
  background-color: #262626;
  min-width: 38rem;
  padding: 60px;
}

.div-block-5 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

.heading-4 {
  color: #f5f5f5;
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.625rem;
  font-weight: 400;
  line-height: .95em;
}

.heading-4.heading-medium {
  letter-spacing: -.04em;
  font-size: 2.88rem;
  font-weight: 500;
  line-height: 1.1em;
}

.heading-4.heading-small {
  letter-spacing: -.03em;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.2em;
}

.text-block-2 {
  z-index: 3;
  position: relative;
}

.default-state-3 {
  margin-bottom: 0;
}

.div-block-6 {
  z-index: 3;
  mix-blend-mode: difference;
  background-image: url('../images/close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 2.38rem;
  height: 2.38rem;
  position: relative;
}

.price-heading {
  margin-top: 3.13rem;
  margin-bottom: 1.25rem;
}

.summary-color-wrapper {
  background-color: var(--background--light);
  height: auto;
  padding: 60px;
}

.div-block-7 {
  margin-bottom: -40px;
}

.style-dark-button-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.project-rich {
  margin-bottom: -30px;
}

.project-rich h2 {
  margin-bottom: 20px;
}

.project-rich p, .project-rich ul, .project-rich h3 {
  margin-bottom: 30px;
}

.project-rich li {
  color: var(--whitesmoke-700);
}

.project-rich h4, .products-rich h2, .products-rich h3 {
  margin-bottom: 20px;
}

.line-item {
  align-items: center;
}

.order-summary {
  margin-bottom: 40px;
}

.street-address-3 {
  display: none;
}

.billing-address {
  display: block;
}

.payment-info {
  margin-bottom: 0;
}

.error-state-4 {
  background-color: var(--primary--transparent);
  color: var(--primary--error);
}

.bg-animation {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.hero-image {
  z-index: 0;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 110%;
  position: absolute;
}

.hero-image.hero-image-noise {
  z-index: 1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/noise.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
}

.hero-image.height-130 {
  object-fit: contain;
  height: 130%;
}

.mobile-icon {
  display: block;
}

.mobile-icon-gallery-wrapper {
  background-color: var(--whitesmoke-300);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  outline-color: var(--whitesmoke-300);
  outline-offset: 0px;
  border-radius: 50%;
  outline-width: 1px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  display: none;
  position: absolute;
  inset: auto 15px 15px auto;
}

.portfolio-grid-cards-copy {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.portfolio-grids {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: stretch;
  width: 100%;
  display: grid;
}

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

.button-2 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button-2.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.margin-bottom, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin: 0 0 1rem;
}

.text-size-medium {
  font-size: 1.125rem;
}

.layout1_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.section_layout1 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  padding-bottom: 6rem;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

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

.margin-top.margin-medium {
  margin: 2rem 0 0;
}

.layout1_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  background-image: url('../images/matras_1.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.layout1_image-wrapper.over-ons {
  background-image: url('../images/cover-nl_2022-006-723x1024_1.webp');
  background-size: cover;
  min-height: 50rem;
  overflow: clip;
}

.layout1_image-wrapper.over-ons.contain {
  object-fit: contain;
  overflow: clip;
}

.layout1_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.is-0-opacity {
  opacity: 0;
}

.collection-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.image-wrapper.height-100 {
  height: 100%;
}

.image-wrapper.height-50 {
  height: 30rem;
}

.image-100 {
  height: 100%;
}

.lightbox-link {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

@media screen and (min-width: 1280px) {
  .button.button-navbar.button-navbar-phone:hover {
    opacity: .5;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 6.25rem;
  }

  h2 {
    font-size: 3.95rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.15rem;
  }

  blockquote {
    padding: 35px;
    font-size: 2rem;
  }

  .navbar {
    padding-top: .625rem;
    padding-bottom: .625rem;
  }

  .section {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .section.section-hero {
    padding-top: 9.75rem;
    padding-bottom: 9.75rem;
  }

  .container {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .container.container-checkout {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .button.button-navbar {
    padding: 1.75rem 2.75rem;
  }

  .button.button-navbar.button-navbar-phone {
    background-color: var(--primary--transparent);
    padding: 1rem;
  }

  .button.button-navbar.button-navbar-navigation {
    background-color: var(--primary--transparent);
    padding: 1rem;
    font-size: 1.625rem;
    line-height: 1.2em;
  }

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

  .heading {
    letter-spacing: -.05em;
    font-size: 4rem;
    line-height: .95em;
  }

  .heading.heading-large {
    letter-spacing: -.06em;
    font-size: 6.25rem;
    line-height: .95em;
  }

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

  .heading.heading-small {
    letter-spacing: -.03em;
    font-size: 1.5rem;
    line-height: 1.2em;
  }

  .heading.heading-medium {
    font-size: 2.25rem;
  }

  .heading.heading-404 {
    font-size: 40vw;
  }

  .heading.heading-large-left {
    letter-spacing: -.06em;
    font-size: 6.25rem;
    line-height: .95em;
  }

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

  .services {
    grid-row-gap: 3rem;
  }

  .services-grid {
    grid-row-gap: 1.5rem;
  }

  .services-grid.services-grid-horizontal {
    grid-auto-flow: row;
  }

  .services-link {
    min-height: 19.75rem;
  }

  .portfolio-layout {
    grid-row-gap: 3rem;
  }

  .portfolio-cards {
    width: 100%;
  }

  .portfolio-link {
    padding: 2.25rem;
  }

  .portfolio-grid {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .portfolio-space {
    display: none;
  }

  .portoflio-content {
    grid-row-gap: 3.375rem;
  }

  .gallery-layout {
    grid-row-gap: 3rem;
  }

  .gallery-heading {
    max-width: 35rem;
  }

  .gallery-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 3.75rem;
  }

  .navbar-logo {
    width: 5.25rem;
    display: block;
  }

  .navbar-logo.navbar-logo-desktop {
    display: none;
  }

  .navbar-menu {
    background-color: var(--primary--transparent);
    height: 100vh;
    padding-bottom: .625rem;
    top: 0;
    left: 0;
    right: 0;
  }

  .navbar-links {
    grid-row-gap: .75rem;
    background-color: var(--primary--transparent);
    flex-direction: column;
    padding: 0;
  }

  .gallery-frame.gallery-frame-vertical {
    aspect-ratio: 1 / 1.45;
  }

  .gallery-image {
    cursor: zoom-in;
  }

  .gallery-image.square {
    aspect-ratio: 1;
  }

  .footer-grid {
    grid-row-gap: 4.25rem;
    flex-direction: column;
    display: flex;
  }

  .footer-columns {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .navbar-contact {
    grid-row-gap: 1.5rem;
    flex-direction: column;
  }

  .phone-content {
    display: block;
  }

  .navbar-content {
    grid-row-gap: 2.75rem;
    background-color: var(--background--lighter);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: auto;
  }

  .burger {
    z-index: 1;
    background-color: var(--background--light);
    border-radius: 50%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 3.75rem;
    height: 3.75rem;
    padding: 0;
    transition: background-color .3s;
    display: flex;
    position: relative;
  }

  .burger.w--open {
    background-color: var(--background--default);
  }

  .burger-line {
    background-color: var(--primary--default);
    border-radius: 100vmax;
    width: 1.5rem;
    height: 2px;
    padding: 0;
    position: absolute;
  }

  .burger-line.burger-line-top {
    transform: translate(0, -6px);
  }

  .burger-line.burger-line-bottom {
    transform: translate(0, 6px);
  }

  .burger-lines {
    z-index: 1;
    background-color: var(--primary--transparent);
    border-radius: 50%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 3.75rem;
    height: 3.75rem;
    padding: 0;
    transition: background-color .3s;
    display: flex;
    position: relative;
  }

  .burger-lines.w--open {
    background-color: var(--background--default);
  }

  .navbar-divider {
    background-color: var(--background--lightest);
    width: 100%;
    height: 1px;
    padding: 0;
    display: block;
  }

  .navbar-content-aligner {
    background-color: var(--background--lighter);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding: 5rem 1.25rem 2.5rem;
    display: flex;
    position: relative;
  }

  .navbar-content-wrapper {
    background-color: var(--background--default);
    height: 100%;
    padding-bottom: .625rem;
  }

  .heading-2 {
    font-size: 2rem;
  }

  .heading-2.heading-small {
    font-size: 1.2rem;
  }

  .image-wrapper {
    height: 30rem;
  }

  .image-wrapper.image-wrapper-team-v1 {
    width: 22rem;
    height: 22rem;
    margin-bottom: .35rem;
  }

  .image-wrapper.image-wrapper-gallery {
    opacity: 1;
    width: 22rem;
    height: 22rem;
  }

  .image-wrapper.image-wrapper-gallery:hover {
    opacity: 100;
    width: 22rem;
    height: 22rem;
  }

  .image-inner {
    border-radius: 0%;
    width: 100%;
    height: auto;
  }

  .image-inner.image-inner-team-v1 {
    width: 100%;
    height: 100%;
  }

  .image-inner.image-inner-team-v1-copy {
    width: 23rem;
    height: 23rem;
  }

  .role-wrapper {
    margin-bottom: .25rem;
  }

  .text {
    font-size: .9rem;
  }

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

  .team-image-v1 {
    object-position: 50% 0%;
    width: 100%;
    height: 100%;
  }

  .testimonial-grid-two {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
  }

  .content-horizontal-left.content-horizontal-left-underlined-full-width {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 3em;
  }

  .content-horizontal-left.content-horizontal-left-fullwidth-10 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5rem;
  }

  .content-horizontal-left.content-horizontal-left-gap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .form {
    max-width: none;
  }

  .cta-content {
    grid-row-gap: 3.375rem;
  }

  .reviews-wrapper {
    grid-row-gap: 3rem;
  }

  .reviews-content {
    grid-row-gap: 3.375rem;
  }

  .cta-layout {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .member-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .teams-grid {
    display: flex;
    overflow: auto;
  }

  .teams-photo {
    object-position: 50% 50%;
  }

  .colors {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    justify-content: stretch;
  }

  .content-vertical-left {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .heading-wrapper-80 {
    padding-bottom: 3rem;
  }

  .content-vertical-left-wrapper {
    grid-column-gap: 4.75rem;
    grid-row-gap: 4.75rem;
  }

  .licenses-text-wrapper {
    margin-top: 1.75rem;
  }

  .content-vertical-left-licenses {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .text-2 {
    font-size: .9rem;
  }

  .checkout-form {
    margin-top: 5rem;
  }

  .container-policy {
    margin-top: 3rem;
  }

  .text-opacity {
    font-size: .9rem;
  }

  .container-flex {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .portfolio-content-cards {
    width: 100%;
  }

  .portfolio-grid-cards {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .contact-block-wrapper {
    grid-column-gap: .63rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 3rem;
  }

  .product-grid {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    grid-template-columns: 1fr;
  }

  .product-card-image {
    height: 20rem;
  }

  .product-block-wrapper {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 3rem;
    overflow: visible;
  }

  .text-block-hero {
    margin-top: 1.75rem;
  }

  .text-block-hero.text-block-hero-left {
    margin-left: 0;
  }

  .project-grid.project-grid--five-columns {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .project-image-wrapper {
    height: 25rem;
  }

  .container-rich {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .gallery-img {
    aspect-ratio: 1;
    object-fit: cover;
    background-size: contain;
    border-radius: 0%;
    width: 100%;
    height: 100%;
  }

  .gallery-tape {
    height: 100%;
  }

  .gallery-cards {
    flex: none;
    width: 100%;
  }

  .produuct-block-button-wrapper {
    margin-top: 3rem;
  }

  .block-content {
    padding-left: 0;
    padding-right: 0;
  }

  .block-content.block-content-underline {
    padding-bottom: 20px;
  }

  .card-number, .expiration-date, .security-code, .full-name, .street-address-2, .city, .country, .state-province, .zip-postal-code {
    margin-bottom: 20px;
  }

  .row, .row-2 {
    flex-flow: column;
  }

  .gallery-list {
    grid-template-rows: auto;
    padding-bottom: 1rem;
    overflow: auto;
  }

  .cart-header {
    margin-bottom: 1.25rem;
  }

  .cart-footer {
    padding-top: 1.5rem;
  }

  .cart-item-2 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .heading-4 {
    letter-spacing: -.05em;
    font-size: 4rem;
    line-height: .95em;
  }

  .heading-4.heading-medium {
    font-size: 2.25rem;
  }

  .heading-4.heading-small {
    letter-spacing: -.03em;
    font-size: 1.5rem;
    line-height: 1.2em;
  }

  .price-heading {
    margin-top: 1.75rem;
  }

  .summary-color-wrapper {
    position: static;
  }

  .div-block-7 {
    margin-bottom: 0;
    margin-right: 0;
  }

  .order-summary {
    margin-bottom: 30px;
  }

  .payment-info {
    margin-top: 40px;
  }

  .mobile-icon {
    justify-content: center;
    align-items: center;
    display: block;
    position: static;
    inset: auto 50% 50% auto;
  }

  .portfolio-grid-cards-copy, .portfolio-grids {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

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

  .layout1_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

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

  .layout1_image-wrapper {
    min-height: 30rem;
    overflow: visible;
  }

  .layout1_image-wrapper.over-ons {
    min-height: 55rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.625rem;
  }

  blockquote {
    padding: 26px;
    font-size: 1.5rem;
  }

  .body {
    font-size: .875rem;
  }

  .section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .section.section-hero {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .container.container-checkout {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .heading {
    letter-spacing: -.05em;
    font-size: 2.375rem;
    line-height: .95em;
  }

  .heading.heading-large {
    letter-spacing: -.06em;
    font-size: 3.625rem;
    line-height: .95em;
  }

  .heading.heading-small {
    letter-spacing: -.03em;
    font-size: 1.375rem;
    line-height: 1.2em;
  }

  .heading.heading-medium {
    font-size: 1.75rem;
  }

  .heading.heading-large-left {
    letter-spacing: -.06em;
    font-size: 3.625rem;
    line-height: .95em;
  }

  .services {
    grid-row-gap: 2.5rem;
  }

  .services-link {
    min-height: 20rem;
  }

  .portfolio-layout {
    grid-row-gap: 2.5rem;
  }

  .portfolio-link {
    padding: 2rem;
  }

  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .portoflio-content, .gallery-layout {
    grid-row-gap: 2.5rem;
  }

  .gallery-heading {
    max-width: 20rem;
  }

  .gallery-grid {
    grid-row-gap: 2.5rem;
    justify-content: flex-start;
    display: flex;
  }

  .gallery-frame.gallery-frame-square {
    width: 80%;
  }

  .gallery-frame.gallery-frame-square.gallery-frame-square-large {
    width: 90%;
  }

  .gallery-frame.gallery-frame-vertical {
    width: 60%;
  }

  .footer-grid {
    grid-row-gap: 3.25rem;
  }

  .footer-news-content {
    grid-row-gap: .5rem;
    font-size: 1.25rem;
  }

  .footer-logo {
    width: 10.5rem;
  }

  .link {
    font-size: .875rem;
    line-height: 1em;
  }

  .link.link-inverted {
    font-size: .875rem;
    line-height: 1.6em;
  }

  .footer-column {
    grid-row-gap: 1.5rem;
  }

  .footer-column.footer-nav-small {
    grid-row-gap: .75rem;
  }

  .footer-columns {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .footer-columns.footer-columns-large {
    grid-column-gap: 6rem;
    grid-row-gap: 3.25rem;
  }

  .footer-text {
    font-size: .875rem;
  }

  .footer-info {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
  }

  .footer-copyright {
    grid-row-gap: .625rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-divider {
    margin-top: 3.25rem;
    margin-bottom: 1.25rem;
  }

  .navbar-content-aligner {
    padding-top: 4rem;
  }

  .image-wrapper {
    height: 15rem;
  }

  .image-wrapper.image-wrapper-team-v1 {
    width: 18rem;
    height: 25rem;
  }

  .image-wrapper.image-wrapper-gallery, .image-wrapper.image-wrapper-gallery:hover {
    width: 21rem;
    height: 21rem;
  }

  .image-inner.image-inner-team-v1-copy {
    width: 22rem;
    height: 22rem;
  }

  .team-image-v1 {
    object-fit: cover;
    object-position: 50% 10%;
    border-radius: 0%;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .content-horizontal-left.content-horizontal-left-underlined-full-width {
    padding-bottom: 2em;
  }

  .content-horizontal-left.content-horizontal-left-fullwidth-10 {
    margin-bottom: 3rem;
  }

  .content-horizontal-left.content-horizontal-left-gap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .text-field.text-field-with-padding {
    margin-bottom: .5rem;
  }

  .cta-content {
    grid-row-gap: 2.5rem;
  }

  .button-padding {
    margin-top: 10px;
  }

  .reviews-wrapper, .reviews-content {
    grid-row-gap: 2.5rem;
  }

  .cta-layout {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .member-photo-wrapper {
    height: 20rem;
  }

  .teams-cards {
    flex: 0 auto;
    width: 100%;
  }

  .teams-grid {
    grid-template-columns: 1fr;
  }

  .content-vertical-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .color {
    height: 15rem;
  }

  .heading-wrapper-80 {
    padding-bottom: 3.75rem;
  }

  .content-vertical-left-wrapper {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
  }

  .content-vertical-left-licenses {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .checkout-form, .container-policy {
    margin-top: 3rem;
  }

  .portfolio-grid-cards {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .contact-block-wrapper {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .product-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .product-block-wrapper {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .product-block-card {
    height: 14.5rem;
    overflow: auto;
  }

  .project-grid.project-grid--five-columns {
    grid-template-columns: 1fr;
  }

  .project-image-wrapper {
    height: 20rem;
  }

  .gallery-img {
    object-fit: cover;
    object-position: 50% 50%;
    background-image: none;
  }

  .produuct-block-button-wrapper {
    margin-top: 2rem;
  }

  .shipping-address {
    margin-top: 20px;
  }

  .full-name, .street-address-2, .city, .country, .state-province, .zip-postal-code {
    margin-bottom: 20px;
  }

  .discounts {
    padding-top: 0;
  }

  .cart-container-flex {
    min-width: 100%;
    max-width: 100%;
    padding: 30px;
  }

  .heading-4 {
    letter-spacing: -.05em;
    font-size: 2.375rem;
    line-height: .95em;
  }

  .heading-4.heading-medium {
    font-size: 1.75rem;
  }

  .heading-4.heading-small {
    letter-spacing: -.03em;
    font-size: 1.375rem;
    line-height: 1.2em;
  }

  .summary-color-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--primary--transparent);
    flex-flow: column;
    padding: 0;
    display: flex;
  }

  .order-summary {
    margin-bottom: 20px;
  }

  .mobile-icon-gallery-wrapper {
    z-index: 5;
  }

  .portfolio-grid-cards-copy, .portfolio-grids {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

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

  .text-size-medium {
    font-size: 1rem;
  }

  .layout1_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

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

@media screen and (max-width: 479px) {
  h2 {
    font-size: 2.2915rem;
  }

  h3 {
    font-size: 1.16rem;
  }

  h4 {
    font-size: .68rem;
  }

  blockquote {
    width: 100%;
  }

  .container {
    overflow: hidden;
  }

  .heading.heading-large.heading-large-left._3rem {
    font-size: 3rem;
  }

  .heading.heading-large.heading-larger {
    font-size: 3.3rem;
  }

  .navbar-logo.w--current {
    width: 8rem;
  }

  .gallery-frame.gallery-frame-square, .gallery-frame.gallery-frame-square.gallery-frame-square-large, .gallery-frame.gallery-frame-vertical {
    width: 100%;
  }

  .footer-contact {
    flex-flow: column;
  }

  .image-wrapper {
    height: 20rem;
  }

  .image-wrapper.image-wrapper-team-v1 {
    width: 18rem;
    height: 23rem;
    overflow: hidden;
  }

  .image-wrapper.image-wrapper-gallery {
    width: 18rem;
    height: 18rem;
    overflow: hidden;
  }

  .image-wrapper.image-wrapper-gallery:hover {
    width: 18rem;
    height: 18rem;
  }

  .image-inner {
    height: 100%;
  }

  .image-inner.image-inner-team-v1-copy {
    width: 19rem;
    height: 19rem;
  }

  .teams-link-wrapper {
    grid-row-gap: .5rem;
    width: 100%;
  }

  .role-wrapper {
    margin-bottom: .25rem;
  }

  .text {
    font-size: .875rem;
  }

  .checkbox {
    flex: none;
  }

  .checkbox-field {
    text-align: left;
    align-items: flex-start;
    display: flex;
  }

  .teams-grid {
    display: flex;
    overflow: auto;
  }

  .colors {
    grid-auto-flow: row;
  }

  .buttons-style-wrapper {
    flex-flow: column;
  }

  .text-2, .text-opacity {
    font-size: .875rem;
  }

  .container-rich {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .gallery-link-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .gallery-tape {
    justify-content: center;
    align-items: flex-start;
  }

  .grid-2x2 {
    flex-flow: column;
    display: flex;
  }

  .gap-0-5rem {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    display: flex;
  }

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

  .layout1_content {
    grid-template-columns: 1fr;
  }

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

  .layout1_image-wrapper {
    min-height: 20rem;
  }

  .layout1_image-wrapper.over-ons {
    min-height: 22.5rem;
  }

  .is-0-opacity {
    display: none;
  }

  .image-wrapper.height-50 {
    height: 20rem;
  }
}

#w-node-a239cf7d-1555-1e25-3c07-d7497c8a69ae-cd814739 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3eff63fe-381d-7505-bbe3-4b619599f06d-cd814739 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_91462622-15dc-6d4c-9079-42ea084f2eba-cd814739 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_6490a70c-bf25-db7f-744c-6bb72e9e993c-cd814739 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: stretch;
}

#w-node-_0c4b6361-c2ab-9599-a6e2-664411b70484-cd814739 {
  grid-area: 2 / 1 / 3 / 7;
  justify-self: start;
}

#w-node-e3e2d3f9-1e6d-2bc2-5143-41c80202adbb-cd814739 {
  grid-area: 2 / 7 / 3 / 13;
  justify-self: end;
}

#w-node-d5541740-8645-e181-e1c6-b03f717d5c72-cd814739 {
  grid-area: 3 / 4 / 4 / 10;
  justify-self: center;
}

#w-node-eb356797-7e7d-e6cd-ea18-5098e88222bd-cd814739 {
  grid-area: 4 / 1 / 5 / 7;
  justify-self: start;
}

#w-node-ffab788a-68c0-2511-43ea-71bf7cc27968-cd814739 {
  grid-area: 4 / 7 / 5 / 13;
  justify-self: end;
}

#w-node-_8db8c69f-6518-ce6c-0d4b-7f6532af10e5-32af10d1, #w-node-_8db8c69f-6518-ce6c-0d4b-7f6532af1113-32af10d1, #w-node-_585a8b68-a6d8-95c1-184c-978bba1074a2-cd814743, #w-node-_585a8b68-a6d8-95c1-184c-978bba1074b6-cd814743, #w-node-_585a8b68-a6d8-95c1-184c-978bba1074ba-cd814743, #w-node-_585a8b68-a6d8-95c1-184c-978bba1074c2-cd814743 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a239cf7d-1555-1e25-3c07-d7497c8a69ae-4660eb17 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3eff63fe-381d-7505-bbe3-4b619599f06d-4660eb17 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_91462622-15dc-6d4c-9079-42ea084f2eba-4660eb17 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_6490a70c-bf25-db7f-744c-6bb72e9e993c-4660eb17 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: stretch;
}

#w-node-_0c4b6361-c2ab-9599-a6e2-664411b70484-4660eb17 {
  grid-area: 2 / 1 / 3 / 7;
  justify-self: start;
}

#w-node-e3e2d3f9-1e6d-2bc2-5143-41c80202adbb-4660eb17 {
  grid-area: 2 / 7 / 3 / 13;
  justify-self: end;
}

#w-node-d5541740-8645-e181-e1c6-b03f717d5c72-4660eb17 {
  grid-area: 3 / 4 / 4 / 10;
  justify-self: center;
}

#w-node-eb356797-7e7d-e6cd-ea18-5098e88222bd-4660eb17 {
  grid-area: 4 / 1 / 5 / 7;
  justify-self: start;
}

#w-node-ffab788a-68c0-2511-43ea-71bf7cc27968-4660eb17 {
  grid-area: 4 / 7 / 5 / 13;
  justify-self: end;
}

#w-node-a239cf7d-1555-1e25-3c07-d7497c8a69ae-6d11d0f2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3eff63fe-381d-7505-bbe3-4b619599f06d-6d11d0f2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_91462622-15dc-6d4c-9079-42ea084f2eba-6d11d0f2 {
  grid-area: 2 / 1 / 3 / 3;
}

@media screen and (min-width: 1920px) {
  #w-node-e3e2d3f9-1e6d-2bc2-5143-41c80202adbb-cd814739, #w-node-e3e2d3f9-1e6d-2bc2-5143-41c80202adbb-4660eb17 {
    grid-area: 2 / 7 / 3 / 13;
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-a239cf7d-1555-1e25-3c07-d7497c8a69ae-cd814739, #w-node-_3eff63fe-381d-7505-bbe3-4b619599f06d-cd814739, #w-node-_91462622-15dc-6d4c-9079-42ea084f2eba-cd814739, #w-node-a239cf7d-1555-1e25-3c07-d7497c8a69ae-4660eb17, #w-node-_3eff63fe-381d-7505-bbe3-4b619599f06d-4660eb17, #w-node-_91462622-15dc-6d4c-9079-42ea084f2eba-4660eb17, #w-node-a239cf7d-1555-1e25-3c07-d7497c8a69ae-6d11d0f2, #w-node-_3eff63fe-381d-7505-bbe3-4b619599f06d-6d11d0f2, #w-node-_91462622-15dc-6d4c-9079-42ea084f2eba-6d11d0f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


