:root {
  --black-01: #090909;
  --grey-01: #adadad;
  --grey-02: #f6f6f6;
  --black-02: #262626;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

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

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

.w-commerce-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;
  -ms-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;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

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

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

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

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

body {
  background-color: var(--black-01);
  color: var(--grey-01);
  font-family: Geist, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

h1 {
  color: var(--grey-02);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Morganite, sans-serif;
  font-size: 10rem;
  font-weight: 500;
  line-height: .9;
}

h2 {
  color: var(--grey-02);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Morganite, sans-serif;
  font-size: 8rem;
  font-weight: 500;
  line-height: .9;
}

h3 {
  color: var(--grey-02);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Morganite, sans-serif;
  font-size: 6rem;
  font-weight: 500;
  line-height: .9;
}

h4 {
  color: var(--grey-02);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Morganite, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}

h5 {
  color: var(--grey-02);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Morganite, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

h6 {
  color: var(--grey-02);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Morganite, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

p {
  margin-bottom: 10px;
  line-height: 1.4;
}

a {
  color: var(--grey-02);
  line-height: 1.2;
  text-decoration: none;
}

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

blockquote {
  border-left: 5px solid var(--black-02);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}

.margin-xhuge {
  margin: 8rem;
}

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

.icon-height-small {
  height: 1rem;
}

.heading-style-h4 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-size-small {
  text-transform: uppercase;
  font-size: .875rem;
}

.text-size-small.projects-year {
  margin-bottom: 20px;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.background-color-tertiary {
  background-color: var(--grey-01);
}

.margin-0 {
  margin: 0;
}

.fs-styleguide-heading-header {
  font-size: 8rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.fs-styleguide-header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  margin-top: 2rem;
  display: grid;
}

.fs-styleguide-spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(45, 64, 234, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-0 {
  padding: 0;
}

.form-message-success {
  color: #114e0b;
  background-color: #cef5ca;
  padding: 1.25rem;
}

.text-size-tiny {
  text-transform: uppercase;
  font-size: .75rem;
}

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

.icon-1x1-small {
  width: 1rem;
  height: 1rem;
}

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

.text-style-link {
  color: var(--grey-02);
  text-decoration: underline;
}

.nav-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-styleguide-section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--black-02);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.text-rich-text ul, .text-rich-text p {
  font-size: 1rem;
}

.text-size-large {
  font-size: 1.5rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.fs-styleguide-item-header {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  width: 100%;
  padding-bottom: 2rem;
}

.overflow-visible {
  overflow: visible;
}

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

.fs-styleguide-background {
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.form-checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide-2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide-2-col.is-align-start {
  align-items: start;
}

.icon-height-large {
  height: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.fs-styleguide-classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.fs-styleguide-4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide-background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

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

.margin-small {
  margin: 1rem;
}

.text-size-regular {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 300;
}

.fs-styleguide-message {
  color: #5e5515;
  background-color: #fcf8d8;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.icon-height-medium {
  height: 2rem;
}

.pointer-events-none {
  pointer-events: none;
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.padding-custom3 {
  padding: 3.5rem;
}

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

.margin-xxhuge {
  margin: 12rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.fs-styleguide-spacer-box {
  background-color: rgba(45, 64, 234, .1);
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.nav-component {
  background-color: var(--black-02);
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.margin-huge {
  margin: 6rem;
}

.fs-styleguide-section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide-section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.fs-styleguide-item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide-item.is-stretch {
  justify-items: stretch;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

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

.padding-small {
  padding: 1rem;
}

.heading-style-h2 {
  color: var(--grey-02);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Morganite, sans-serif;
  font-size: 8rem;
  font-weight: 500;
  line-height: .9;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.padding-bottom, .padding-bottom.padding-xxhuge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.text-color-secondary {
  color: #222;
}

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

.margin-xsmall {
  margin: .5rem;
}

.form-message-error {
  color: #3b0b0b;
  text-align: center;
  background-color: #f8e4e4;
  margin-top: .75rem;
  padding: .75rem;
}

.heading-style-h3 {
  font-size: 6rem;
  font-weight: 500;
}

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

.pointer-events-auto {
  pointer-events: auto;
}

.text-style-quote {
  border-left: .25rem solid var(--black-02);
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.button {
  border: 1px solid var(--black-02);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 300;
  transition: all .4s;
}

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

.button.is-text {
  background-color: rgba(0, 0, 0, 0);
}

.button.is-text:hover {
  border-color: var(--grey-02);
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  border: 1px solid var(--grey-01);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-secondary:hover {
  border-color: var(--grey-02);
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.text-style-italic {
  font-style: italic;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.fs-styleguide-3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide-3-col.is-align-start {
  align-items: start;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.form-label {
  font-weight: 600;
}

.text-size-medium {
  color: var(--grey-01);
  text-transform: uppercase;
  font-size: .9rem;
  line-height: 6px;
}

.text-size-medium.text-color-secondary {
  color: var(--grey-02);
}

.fs-styleguide-hero-label {
  background-color: var(--black-02);
  color: var(--grey-02);
  text-transform: uppercase;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.overflow-auto {
  overflow: auto;
}

.nav-menu-link {
  color: #fff;
  padding: 1rem;
}

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

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.background-color-alternate {
  background-color: var(--grey-02);
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.fs-styleguide-item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-medium {
  width: 100%;
  max-width: 34rem;
}

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

.spacing-clean {
  margin: 0;
  padding: 0;
}

.fs-styleguide-header {
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 100% 100%, rgba(221, 35, 187, .25), rgba(0, 0, 0, 0) 40%), radial-gradient(circle at 0 100%, rgba(45, 98, 255, .3), rgba(0, 0, 0, 0) 60%);
}

.fs-styleguide-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.margin-tiny {
  margin: .125rem;
}

.spacer-large {
  padding-top: 3rem;
}

.padding-large {
  padding: 3rem;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

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

.text-weight-light {
  font-weight: 300;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-xxsmall {
  padding: .25rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.fs-styleguide-heading-medium {
  font-size: 4rem;
  line-height: 1;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.fs-styleguide-empty-box {
  z-index: -1;
  background-color: rgba(45, 64, 234, .05);
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.padding-xxhuge {
  padding: 12rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

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

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.nav-client-first-logo {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

.fs-styleguide-label {
  background-color: var(--black-02);
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide-label.is-tag {
  background-color: #dd23bb;
}

.text-style-muted {
  opacity: .6;
}

.heading-style-h6 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.padding-medium {
  padding: 2rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

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

.background-color-primary {
  background-color: var(--black-01);
  color: #fff;
}

.text-color-alternate {
  color: #fff;
}

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

.fs-styleguide-1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-style-h5 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.nav-button {
  padding: 1rem;
}

.padding-huge {
  padding: 6rem;
}

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

.text-color-black {
  color: #000;
}

.background-color-secondary {
  background-color: var(--black-02);
}

.margin-custom1 {
  margin: 1.5rem;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-large {
  margin: 3rem;
}

.padding-tiny {
  padding: .125rem;
}

.fs-styleguide-spacing-all {
  display: none;
}

.max-width-xlarge {
  width: 100%;
  max-width: 60rem;
}

.heading-style-h1 {
  color: var(--grey-02);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Morganite, sans-serif;
  font-size: 10.5vw;
  font-weight: 500;
  line-height: .9;
}

.hide {
  display: none;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.nav-style-guide {
  background-color: var(--grey-02);
  justify-content: space-between;
  align-items: center;
  width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem 1.5rem;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 5%;
  left: 0%;
  right: 0%;
}

.nav-style-guide-link {
  background-color: #ebebeb;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.nav-style-guide-link:hover {
  background-color: #dbdbdb;
  transform: scale(1.2);
}

.nav-style-guide-icon {
  color: #000;
  width: 2rem;
  height: 2rem;
  font-family: Material Icons;
  line-height: 1;
}

.style-guide-body {
  background-color: var(--black-01);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

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

.order-confirmation-form {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
}

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

.licenses-list-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-top: 30px;
  list-style-type: square;
  display: flex;
}

.link-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  display: flex;
}

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

.changelog-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.list {
  list-style-type: square;
}

.checkout-header-block {
  border-color: var(--black-02);
  background-color: rgba(255, 255, 255, 0);
  padding-top: 20px;
  padding-bottom: 10px;
}

.checkout-content-block {
  border-color: var(--black-02);
  background-color: rgba(255, 255, 255, 0);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.checkout-title {
  font-size: 2rem;
}

.section-home-header {
  height: 110vh;
  overflow: hidden;
}

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

.header-content {
  width: 30rem;
  padding-top: 4rem;
}

.circle-item {
  background-color: #bebebe;
  justify-content: center;
  align-items: center;
  width: 21rem;
  height: 24rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.circle-item:hover {
  transform: translate(0, -57px);
}

.circle-item._3 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(80deg)rotateZ(0)translate3d(0, 0, 30rem);
}

.circle-item._7 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(240deg)rotateZ(0)translate3d(0, 0, 30rem);
}

.circle-item._4 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(120deg)rotateZ(0)translate3d(0, 0, 30rem);
}

.circle-item._5 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(160deg)rotateZ(0)translate3d(0, 0, 30rem);
}

.circle-item._6 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(200deg)rotateZ(0)translate3d(0, 0, 30rem);
}

.circle-item._8 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(280deg)rotateZ(0)translate3d(0, 0, 30rem);
}

.circle-item._9 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(320deg)rotateZ(0)translate3d(0, 0, 30rem);
}

.circle-item._2 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(40deg)rotateZ(0)translate3d(0, 0, 30rem);
}

.circle-item._1 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 30rem);
}

.colored-dash {
  background-image: url('../images/bg-img_1bg-img.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 4rem;
  height: 3px;
  margin-bottom: 2rem;
}

.header-text-block {
  width: 100%;
}

.button-inner-flex {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.text-button {
  color: var(--grey-02);
  text-transform: uppercase;
  line-height: 1;
}

.button-part-01 {
  height: 15px;
}

.button-text-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  height: 15px;
  margin-bottom: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.button-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 2rem;
  text-decoration: none;
}

.button-wrapper.next-project {
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

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

.underline-button {
  background-color: #d8d8d8;
  width: 100%;
  height: 1px;
}

.circle-container {
  width: 18rem;
  height: 14rem;
  position: relative;
}

.paragraph {
  color: #adadad;
  text-align: left;
  text-transform: uppercase;
  font-family: Geist, sans-serif;
  font-weight: 300;
}

.paragraph.subtitle {
  color: gray;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.paragraph.subtitle.hide {
  display: none;
}

.arrow-wrap {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-top: -1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-block {
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(0)rotateX(-8deg)rotateY(0)rotateZ(0);
}

.arrow-button {
  color: #f6f6f6;
  width: 1rem;
  height: 1rem;
}

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

.button-part-02 {
  height: 15px;
}

.menu-button {
  z-index: 999;
  padding: 0;
}

.menu-button.w--open {
  z-index: 999;
  background-color: rgba(200, 200, 200, 0);
}

.nav-link {
  color: var(--grey-02);
  text-align: left;
  text-transform: uppercase;
  margin-left: 0;
  font-size: 4rem;
  line-height: 1;
}

.nav-menu {
  z-index: 100;
  background-color: rgba(3, 3, 3, 0);
  width: 50vw;
  height: 100vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.menu-line-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-link-overflow {
  position: relative;
  overflow: hidden;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  height: 2.5rem;
}

.brand-link {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
}

.brand-link.w--current {
  justify-content: flex-start;
  align-items: center;
}

.nav-wrapper {
  z-index: 10;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 4rem;
  display: flex;
  position: relative;
}

.bg-nav {
  z-index: 1;
  background-color: var(--black-02);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.top-content {
  z-index: 1;
  width: 100%;
  position: relative;
}

.star-icon {
  width: 1.35rem;
  position: relative;
}

.nav-component-item {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.menu-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.topbar-container {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.topbar {
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: absolute;
}

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

.menu-line.bottom {
  width: 75%;
}

.service-container-wrapper {
  width: 100%;
  position: relative;
}

.service-sticky-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.service-title-2 {
  color: var(--grey-02);
  text-align: center;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.75rem;
  line-height: 1.2;
}

.service-description {
  color: var(--grey-01);
  text-align: center;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .875rem;
  line-height: 1.2;
}

.service-item-wrapper {
  flex: none;
  width: 33.3%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  box-shadow: 1.5rem 0 2rem rgba(0, 0, 0, .11);
}

.service-item-wrapper._03 {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.service-item-wrapper._02 {
  margin-left: auto;
  margin-right: auto;
  top: auto;
  right: 0;
}

.service-card {
  background-color: var(--black-02);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 2.5em;
  padding-bottom: 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-component-grid {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  width: 100%;
  height: 100%;
  position: relative;
}

.about-description-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  width: 100%;
  margin-top: 4rem;
}

.service-image-wrap {
  z-index: 4;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.service-sticky-item {
  width: 100%;
  height: 60vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.padding-about-section {
  padding-bottom: 8rem;
}

.service-image-item {
  width: 100%;
  height: 100%;
  position: relative;
}

.service-plus-icon {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 5%;
}

.plus-icon-item {
  background-color: var(--grey-02);
  width: 100%;
  height: 1px;
  position: absolute;
}

.plus-icon-item.vertical {
  transform: rotate(90deg);
}

.title-component-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  width: 100%;
  margin-top: 6rem;
}

.empty-state {
  background-color: var(--black-02);
  text-align: center;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
}

.project-sticky-item {
  color: #fffbf5;
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.project-content-block {
  z-index: 5;
  width: 100%;
  padding-top: 10em;
  padding-bottom: 10em;
  position: relative;
}

.project-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-left: 7em;
  padding-right: 7em;
  display: flex;
}

.project-content-wrapper {
  z-index: 3;
  align-items: center;
  max-width: 45em;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.project-link-item {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.project-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-number {
  color: var(--grey-02);
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1.2em;
}

.project-name {
  color: var(--grey-02);
  text-transform: uppercase;
  font-family: Morganite, sans-serif;
  font-size: 8rem;
  font-weight: 600;
  line-height: .9;
}

.project-component-wrapper {
  background-color: rgba(0, 0, 0, .85);
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
}

.project-gradient {
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, .5));
  width: 65%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

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

.call-to-action-sticky {
  perspective: 1235px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
  transform: perspective(1255px);
}

.call-to-action-text-item {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.call-to-action-text {
  color: var(--grey-02);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Morganite, sans-serif;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.1;
}

.call-to-action-wrapper {
  z-index: 1;
  background-color: #090909;
  justify-content: center;
  align-items: flex-start;
  height: 300vh;
  display: flex;
  position: relative;
}

.call-to-action-content {
  flex-direction: column;
  justify-content: center;
  padding: 20vh 25vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.call-to-action-image {
  width: 12rem;
  height: 16rem;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.call-to-action-filter {
  opacity: 1;
  background-color: rgba(0, 0, 0, .85);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-flex-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: var(--grey-02);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  transition: all .4s;
}

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

.text-link {
  color: var(--grey-02);
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.text-link.footer-hover {
  color: rgba(173, 173, 173, .75);
  text-transform: uppercase;
  font-size: 10px;
}

.link-item {
  flex-direction: column;
  height: 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.newsletter-form-block {
  color: var(--grey-02);
  margin-bottom: 0;
}

.footer-horizontal-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-horizontal-flex.small-gap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.footer-small-text {
  color: rgba(173, 173, 173, .75);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2;
  transition: color .4s;
}

.footer-small-text:hover {
  color: var(--grey-02);
}

.footer-bottom-content {
  border-top: 1px solid rgba(226, 226, 226, .1);
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.form-button {
  border: 1px solid var(--black-02);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  font-size: 12px;
  transition: all .4s;
}

.form-button:hover {
  background-color: rgba(138, 138, 138, .2);
}

.padding-footer {
  padding-top: 8.2rem;
}

.footer-top-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  width: 100%;
}

.footer-main-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 84px;
}

.footer-logo {
  color: var(--grey-02);
  height: 2rem;
  font-size: 3rem;
}

.logo {
  height: 1.2rem;
}

.nav-text.alternate {
  color: rgba(173, 173, 173, .75);
}

.nav-text-wrapper {
  height: 4rem;
  position: relative;
  overflow: hidden;
}

.underline-nav-link {
  background-color: var(--grey-02);
  width: 100%;
  height: 2px;
}

.nav-link-inner-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.nav-arrow {
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}

.nav-arrow-icon {
  width: 1.5rem;
  font-size: 1.5rem;
}

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

.padding-top-header {
  padding-top: 12rem;
}

.section-about-header {
  position: relative;
}

.center-about-image-item {
  width: 45em;
  height: 30em;
  overflow: hidden;
}

.about-image-block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.about-image-scrolling {
  height: 300vh;
}

.side-about-image-item {
  width: 18em;
  height: 22em;
}

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

.about-image-component {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-image-sticky {
  padding-top: 6rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.bottom-about-image-item {
  width: 35em;
  height: 28em;
}

.top-about-image-item {
  width: 35em;
  height: 30em;
  position: relative;
  left: 5em;
}

.back-to-top-link {
  border: 1px solid var(--black-02);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.up-arrow {
  color: var(--grey-02);
  width: 1rem;
  height: 1rem;
}

.about-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.roll-numbers {
  height: 10vw;
  min-height: 10vw;
}

.number {
  color: var(--grey-02);
  text-align: center;
  height: 10vw;
  min-height: 10vw;
  font-size: 10vw;
  font-weight: 400;
  line-height: 1;
}

.number.alternate {
  color: rgba(173, 173, 173, .5);
}

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

.numbers-content-wrapper {
  padding-top: 2.5rem;
}

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

.roll-numbers-wrapper {
  height: 10vw;
  min-height: 10vw;
  display: flex;
  overflow: hidden;
  transform: translate(0);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.values-component-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-left: auto;
  display: grid;
}

.value-content-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--black-02);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding: 2.5rem 2rem;
  display: grid;
}

.value-title {
  color: var(--grey-02);
  text-transform: uppercase;
  font-family: Morganite, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}

.value-icon {
  height: 2rem;
  margin-bottom: 2rem;
}

.team-member-component-grid {
  grid-template-columns: 1fr 1fr 1fr;
  width: 80%;
  margin-top: 2.5rem;
  margin-left: auto;
}

.team-member-block {
  background-color: var(--black-02);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem 1rem 2rem;
  display: flex;
}

.team-member-image-wrapper {
  position: relative;
  overflow: hidden;
}

.member-social-media {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-icon {
  color: var(--grey-01);
  width: 1.5rem;
  height: 1.5rem;
  transition: all .4s;
}

.social-icon:hover {
  color: var(--grey-02);
}

.social-icon.bigger {
  color: var(--grey-02);
  width: 3rem;
  height: 3rem;
}

.member-content-block {
  padding-left: 10px;
  padding-right: 10px;
}

.social-media-component-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 1.5rem;
}

.social-media-link {
  width: 100%;
  height: 100%;
  position: relative;
}

.social-media-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-project-content {
  padding-top: 6rem;
}

.section-contact-header {
  position: relative;
  overflow: hidden;
}

.contact-image-component-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.contact-image-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  margin-top: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-image-item {
  flex: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.contact-component-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
  width: 100%;
}

.contact-block {
  width: 50%;
  margin-left: auto;
}

.contact-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.form-text-wrapper {
  border-style: none none solid;
  border-width: 1px;
  border-color: rgba(226, 226, 226, .1) rgba(226, 226, 226, .1) var(--black-02);
  align-items: flex-end;
  padding: 10px;
  display: flex;
}

.newsletter-box {
  flex-direction: column;
  width: 80%;
  display: flex;
}

.newsletter-underline {
  display: none;
}

.form-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--black-02);
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  transition: border-color .4s;
}

.form-input:hover {
  border-bottom-color: var(--grey-01);
}

.form-input.is-text-area {
  padding-top: 1rem;
  padding-bottom: 4rem;
}

.form-input.newsletter-email-input {
  border-bottom-style: none;
}

.empty-shipping-method {
  background-color: rgba(255, 255, 255, 0);
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
}

.shipping-method-list {
  border-left-style: none;
  border-right-style: none;
}

.shipping-method {
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px #000;
}

.section-service-content {
  padding-bottom: 8rem;
}

.service-number {
  font-size: 2rem;
  line-height: 1.2;
}

.service-title-wrap {
  grid-column-gap: 1.25rem;
  align-items: flex-start;
  display: flex;
}

.service-title {
  text-transform: uppercase;
  font-family: Morganite, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.service-title.service {
  word-break: keep-all;
}

.service-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-image-absolute {
  z-index: 5;
  transform-origin: 0 100%;
  width: 16rem;
  height: 20rem;
  position: absolute;
  top: auto;
  bottom: -75%;
  left: auto;
  right: 40%;
}

.bg-service-line {
  background-color: rgba(51, 51, 51, .03);
  height: 0%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.alternate-service-title {
  color: var(--grey-02);
  text-transform: uppercase;
  font-family: Morganite, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.alternate-service-title.service {
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
}

.service-line-wrap {
  z-index: 1;
  background-color: var(--black-02);
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.service-line {
  background-color: var(--grey-01);
  width: 0%;
  height: 1px;
}

.service-top-content {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.service-number-wrap {
  opacity: .5;
  position: relative;
  overflow: hidden;
}

.service-image-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-component-wrapper {
  cursor: pointer;
  padding-top: 20px;
  position: relative;
}

.service-description-item {
  z-index: 1;
  width: 20rem;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 40px;
  position: relative;
  overflow: hidden;
}

.service-title-item {
  overflow: hidden;
}

.service-title-item.z-index-3 {
  z-index: 3;
  position: relative;
}

.service-spacer {
  height: 2.5rem;
}

.service-arrow {
  width: 1.25rem;
  height: 1.25rem;
}

.service-component-item {
  margin-top: 2rem;
}

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

.blog-link-wrapper {
  display: block;
}

.blog-description-item {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.blog-info-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.author-content-block {
  background-color: var(--black-02);
  flex-flow: column;
  width: 16rem;
  margin-left: auto;
  padding: 10px 20px 24px;
  display: flex;
}

.author-picture {
  width: 100%;
  height: 100%;
}

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

.product-link-item {
  display: block;
  position: relative;
}

.price {
  color: var(--grey-02);
  padding: 10px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.product-info-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr;
  width: 100%;
}

.product-info-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.product-icon {
  color: var(--grey-02);
  width: 1.25rem;
  height: 1.25rem;
}

.product-quantity {
  display: none;
}

.product-button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.license-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--black-02);
  color: var(--grey-02);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  transition: border-color .4s;
}

.license-field:hover {
  border-bottom-color: var(--grey-01);
  color: var(--grey-01);
}

.license-field:active, .license-field:focus {
  border-bottom-color: var(--grey-01);
}

.product-content-block {
  width: 100%;
  max-width: 34rem;
  margin-left: auto;
  margin-right: 6rem;
}

.top-heading-item, .button-category-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-image-wrapper {
  position: relative;
}

.project-description-block {
  width: 100%;
  max-width: 20rem;
}

.nav-cart-item {
  margin-right: 3.5rem;
  display: none;
}

.cart-button {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.cart-icon {
  color: var(--grey-02);
}

.cart-quantity {
  background-color: var(--black-02);
  color: var(--grey-02);
  position: absolute;
  top: 0;
  left: 20px;
}

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

.cart-quantity-item {
  background-color: var(--black-02);
  border-color: rgba(173, 173, 173, .25);
}

.cart-header {
  border-bottom-color: rgba(173, 173, 173, .25);
}

.cart-footer {
  border-top-color: rgba(173, 173, 173, .25);
}

.close-icon {
  color: var(--grey-02);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.close-button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: -5px;
  display: flex;
}

.cart-text {
  font-size: 2.5rem;
}

.preloader {
  z-index: 9999;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
  position: relative;
}

.preloader-logo-overlflow {
  position: relative;
  overflow: hidden;
}

.preloader-logo {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-start;
  align-items: center;
  height: 1.5rem;
  display: flex;
}

.preloader-logo-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader-block {
  background-color: #262626;
  width: 100%;
  height: 100%;
}

.footerinfo {
  color: var(--grey-01);
  text-transform: uppercase;
  font-size: .9rem;
  line-height: 6px;
}

.footerinfo.text-color-secondary {
  color: var(--grey-02);
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

@media screen and (min-width: 1440px) {
  .text-size-medium {
    font-weight: 300;
  }

  .call-to-action-content {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .numbers-grid {
    grid-column-gap: 10.6rem;
    grid-template-columns: 3.5fr 1fr 1fr;
  }

  .roll-numbers-wrapper {
    padding-right: 0;
  }

  .footerinfo {
    padding-bottom: 0;
    font-style: normal;
    font-weight: 700;
    display: block;
  }
}

@media screen and (min-width: 1920px) {
  .heading-style-h1 {
    font-size: 10rem;
  }

  .section-home-header {
    height: 100vh;
  }

  .header-content {
    width: 34rem;
  }

  .roll-numbers {
    height: 10rem;
    min-height: 10rem;
  }

  .number {
    height: 10rem;
    min-height: 10rem;
    font-size: 10rem;
  }

  .roll-numbers-wrapper {
    height: 10rem;
    min-height: 10rem;
  }

  .footerinfo {
    padding-left: 196px;
    font-weight: 500;
  }

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

  .column-2 {
    clear: none;
    position: relative;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "Area-2 Area";
  }
}

@media screen and (max-width: 991px) {
  .margin-xhuge {
    margin: 6rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide-heading-header {
    font-size: 4rem;
  }

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

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide-2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .fs-styleguide-4-col {
    grid-template-columns: 1fr;
  }

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

  .hide-tablet {
    display: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .fs-styleguide-section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

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

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

  .spacer-huge {
    padding-top: 5rem;
  }

  .fs-styleguide-3-col {
    grid-template-columns: 1fr;
  }

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

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

  .padding-xlarge {
    padding: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide-heading-medium {
    font-size: 3rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

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

  .fs-styleguide-1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .nav-button {
    color: #fff;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .heading-style-h1 {
    font-size: 14vw;
  }

  .nav-style-guide {
    width: 80vw;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .nav-style-guide-link {
    width: 2.25rem;
    height: 2.25rem;
  }

  .nav-style-guide-icon {
    font-size: 1.5rem;
  }

  .header-content {
    width: 40rem;
  }

  .circle-item {
    width: 16rem;
    height: 20rem;
  }

  .circle-item._3 {
    transform: rotateX(0)rotateY(80deg)rotateZ(0)translate3d(0, 0, 23rem);
  }

  .circle-item._7 {
    transform: rotateX(0)rotateY(240deg)rotateZ(0)translate3d(0, 0, 23rem);
  }

  .circle-item._4 {
    transform: rotateX(0)rotateY(120deg)rotateZ(0)translate3d(0, 0, 23rem);
  }

  .circle-item._5 {
    transform: rotateX(0)rotateY(160deg)rotateZ(0)translate3d(0, 0, 23rem);
  }

  .circle-item._6 {
    transform: rotateX(0)rotateY(200deg)rotateZ(0)translate3d(0, 0, 23rem);
  }

  .circle-item._8 {
    transform: rotateX(0)rotateY(280deg)rotateZ(0)translate3d(0, 0, 23rem);
  }

  .circle-item._9 {
    transform: rotateX(0)rotateY(320deg)rotateZ(0)translate3d(0, 0, 23rem);
  }

  .circle-item._2 {
    transform: rotateX(0)rotateY(40deg)rotateZ(0)translate3d(0, 0, 23rem);
  }

  .circle-item._1 {
    transform: translate3d(0, 0, 23rem);
  }

  .circle-container {
    width: 16rem;
  }

  .nav-link {
    font-size: 3rem;
  }

  .nav-menu {
    width: 65vw;
  }

  .nav-wrapper {
    padding-left: 3rem;
  }

  .service-item-wrapper {
    height: auto;
  }

  .service-card {
    height: 60vh;
  }

  .padding-about-section {
    padding-top: 12rem;
  }

  .project-content {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .project-content-wrapper {
    text-align: center;
  }

  .project-gradient {
    width: 100%;
  }

  .nav-text-wrapper {
    height: 3rem;
  }

  .center-about-image-item {
    width: 25em;
    height: 18em;
  }

  .side-about-image-item {
    width: 12em;
    height: 14em;
  }

  .about-image-sticky {
    padding-bottom: 14rem;
  }

  .bottom-about-image-item {
    width: 28em;
    height: 18em;
  }

  .top-about-image-item {
    width: 25em;
    height: 20em;
  }

  .roll-numbers {
    height: 15vw;
    min-height: 15vw;
  }

  .number {
    height: 15vw;
    min-height: 15vw;
    font-size: 15vw;
  }

  .roll-numbers-wrapper {
    height: 15vw;
    min-height: 15vw;
  }

  .values-component-grid {
    width: 100%;
  }

  .team-member-component-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .social-icon.bigger {
    width: 2rem;
    height: 2rem;
  }

  .social-media-wrap {
    background-color: rgba(9, 9, 9, .4);
  }

  .section-service-content {
    padding-bottom: 6rem;
  }

  .service-number {
    font-size: 1.5rem;
  }

  .service-image-absolute {
    display: none;
  }

  .blog-component-grid {
    grid-template-columns: 1fr 1fr;
  }

  .product-content-block {
    margin-right: 4rem;
  }
}

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

  h2 {
    font-size: 5rem;
  }

  h3 {
    font-size: 4rem;
  }

  h4 {
    font-size: 3rem;
  }

  h5 {
    font-size: 2rem;
  }

  h6 {
    font-size: 1rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .heading-style-h4 {
    font-size: 3rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .fs-styleguide-section-header {
    font-size: .875rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

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

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

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

  .hide-mobile-landscape {
    display: none;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

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

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

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

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .heading-style-h3 {
    font-size: 4rem;
  }

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

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

  .padding-xlarge {
    padding: 2rem;
  }

  .max-width-medium.service-title {
    max-width: 22rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .text-style-nowrap {
    white-space: normal;
  }

  .fs-styleguide-heading-medium {
    font-size: 2rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h6 {
    font-size: 1rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

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

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

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 18vw;
  }

  .checkout-title {
    font-size: 1.5rem;
  }

  .section-home-header {
    height: 100vh;
  }

  .header-content {
    width: auto;
  }

  .circle-item {
    width: 10rem;
    height: 12rem;
  }

  .circle-item._3 {
    transform: rotateX(0)rotateY(80deg)rotateZ(0)translate3d(0, 0, 15rem);
  }

  .circle-item._7 {
    transform: rotateX(0)rotateY(240deg)rotateZ(0)translate3d(0, 0, 15rem);
  }

  .circle-item._4 {
    transform: rotateX(0)rotateY(120deg)rotateZ(0)translate3d(0, 0, 15rem);
  }

  .circle-item._5 {
    transform: rotateX(0)rotateY(160deg)rotateZ(0)translate3d(0, 0, 15rem);
  }

  .circle-item._6 {
    transform: rotateX(0)rotateY(200deg)rotateZ(0)translate3d(0, 0, 15rem);
  }

  .circle-item._8 {
    transform: rotateX(0)rotateY(280deg)rotateZ(0)translate3d(0, 0, 15rem);
  }

  .circle-item._9 {
    transform: rotateX(0)rotateY(320deg)rotateZ(0)translate3d(0, 0, 15rem);
  }

  .circle-item._2 {
    transform: rotateX(0)rotateY(40deg)rotateZ(0)translate3d(0, 0, 15rem);
  }

  .circle-item._1 {
    transform: translate3d(0, 0, 15rem);
  }

  .circle-container {
    width: 10rem;
    height: 4rem;
  }

  .nav-link {
    font-size: 2.5rem;
  }

  .nav-menu {
    width: 100vw;
  }

  .brand-link {
    z-index: 9999;
  }

  .nav-wrapper {
    padding-left: 3rem;
  }

  .service-container-wrapper {
    height: auto;
  }

  .service-sticky-inner, .service-item-wrapper {
    width: 100%;
    position: relative;
  }

  .service-card {
    height: 75vh;
  }

  .service-sticky-item {
    height: auto;
    position: static;
  }

  .padding-about-section {
    padding-top: 10rem;
  }

  .project-number {
    font-size: 1.5em;
  }

  .project-name {
    font-size: 6rem;
  }

  .call-to-action-text {
    font-size: 5rem;
  }

  .call-to-action-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-horizontal-flex {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-bottom-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-top-grid {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .footer-main-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .nav-text-wrapper {
    height: 2.5rem;
  }

  .nav-link-inner-flex {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .center-about-image-item {
    width: 100%;
    height: 16em;
  }

  .about-image-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .side-about-image-item {
    width: 100%;
    height: 16em;
  }

  .about-image-component {
    align-items: stretch;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .about-image-sticky {
    padding-top: 8rem;
    padding-bottom: 0;
  }

  .bottom-about-image-item, .top-about-image-item {
    width: 100%;
    height: 16em;
  }

  .about-component-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .roll-numbers {
    height: 20vw;
    min-height: 20vw;
  }

  .number {
    height: 20vw;
    min-height: 20vw;
    font-size: 20vw;
  }

  .numbers-content-wrapper {
    padding-top: 1rem;
  }

  .roll-numbers-wrapper {
    height: 20vw;
    min-height: 20vw;
  }

  .values-component-grid, .team-member-component-grid, .social-media-component-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-block {
    width: 100%;
    margin-left: 0;
  }

  .newsletter-box {
    width: 100%;
  }

  .section-service-content {
    padding-bottom: 4rem;
  }

  .service-number {
    font-size: 1.5rem;
  }

  .blog-component-grid {
    grid-template-columns: 1fr;
  }

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

  .product-content-block {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  h2 {
    font-size: 4rem;
  }

  h3 {
    font-size: 3rem;
  }

  h4, .heading-style-h4 {
    font-size: 2.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .hide-mobile-portrait {
    display: none;
  }

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

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

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

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

  .heading-style-h3 {
    font-size: 3rem;
  }

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

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

  .max-width-medium.service-title {
    max-width: 16rem;
  }

  .fs-styleguide-row {
    flex-wrap: wrap;
  }

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .heading-style-h1 {
    font-size: 20vw;
  }

  .nav-style-guide {
    width: 92vw;
    padding: 1rem;
  }

  .nav-style-guide-link {
    width: 2rem;
    height: 2rem;
  }

  .nav-style-guide-icon {
    font-size: 1.25rem;
  }

  .checkout-form, .paypal-checkout-form, .order-confirmation-form {
    padding: 0;
  }

  .changelog-content-flex {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .changelog-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-content {
    padding-top: 0;
  }

  .circle-item {
    width: 8rem;
    height: 9rem;
  }

  .circle-item._3 {
    transform: rotateX(0)rotateY(80deg)rotateZ(0)translate3d(0, 0, 12rem);
  }

  .circle-item._7 {
    transform: rotateX(0)rotateY(240deg)rotateZ(0)translate3d(0, 0, 12rem);
  }

  .circle-item._4 {
    transform: rotateX(0)rotateY(120deg)rotateZ(0)translate3d(0, 0, 12rem);
  }

  .circle-item._5 {
    transform: rotateX(0)rotateY(160deg)rotateZ(0)translate3d(0, 0, 12rem);
  }

  .circle-item._6 {
    transform: rotateX(0)rotateY(200deg)rotateZ(0)translate3d(0, 0, 12rem);
  }

  .circle-item._8 {
    transform: rotateX(0)rotateY(280deg)rotateZ(0)translate3d(0, 0, 12rem);
  }

  .circle-item._9 {
    transform: rotateX(0)rotateY(320deg)rotateZ(0)translate3d(0, 0, 12rem);
  }

  .circle-item._2 {
    transform: rotateX(0)rotateY(40deg)rotateZ(0)translate3d(0, 0, 12rem);
  }

  .circle-item._1 {
    transform: translate3d(0, 0, 12rem);
  }

  .circle-container {
    width: 8rem;
  }

  .nav-link {
    font-size: 2rem;
  }

  .nav-wrapper {
    padding-left: 2rem;
  }

  .service-title-2 {
    font-size: 1.5rem;
  }

  .service-description {
    padding-left: 12px;
    padding-right: 12px;
  }

  .service-item-wrapper {
    aspect-ratio: 3 / 2;
    width: 100%;
    height: auto;
  }

  .service-card {
    height: 50vh;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .about-description-grid {
    margin-top: 2rem;
  }

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

  .service-plus-icon {
    width: 1rem;
    height: 1rem;
  }

  .project-name {
    font-size: 4rem;
  }

  .call-to-action-text {
    font-size: 3.5rem;
  }

  .padding-footer {
    padding-top: 6rem;
  }

  .footer-logo {
    height: 1.75rem;
  }

  .nav-text {
    font-size: 2.5rem;
  }

  .nav-link-inner-flex {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .padding-top-header {
    padding-top: 10rem;
  }

  .center-about-image-item {
    width: 100%;
    height: 16em;
  }

  .about-image-block {
    flex-direction: column;
    align-items: center;
  }

  .about-image-scrolling {
    height: 200vh;
  }

  .side-about-image-item {
    width: 100%;
    height: 16em;
  }

  .top-about-image-item {
    width: 100%;
    height: 16em;
    left: auto;
  }

  .back-to-top-link {
    width: 4rem;
    height: 4rem;
  }

  .values-component-grid {
    grid-template-columns: 1fr;
  }

  .value-title {
    font-size: 3.5rem;
  }

  .value-icon {
    height: 1.75rem;
  }

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

  .social-icon.bigger {
    width: 1.75rem;
    height: 1.75rem;
  }

  .contact-image-component-grid, .contact-image-row {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .form-text-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-bottom-style: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .newsletter-underline {
    background-color: var(--black-02);
    width: 100%;
    height: 1px;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .service-title.service, .alternate-service-title.service {
    font-size: 2.5rem;
  }

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

  .top-heading-item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .nav-cart-item {
    margin-right: 2.75rem;
  }
}

#w-node-_1077f39d-eb7b-7ffe-0215-6daeba4beeb1-1909cc3c {
  grid-area: 2 / 1 / 5 / 13;
  align-self: center;
  justify-self: start;
}

#w-node-_1077f39d-eb7b-7ffe-0215-6daeba4beecf-1909cc3c {
  grid-area: 3 / 8 / 4 / 13;
  align-self: start;
  justify-self: center;
}

#w-node-_46a2430d-66ad-d3c1-e85a-a7c2b6d757d7-1909cc3c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1817adad-0a22-e53e-b844-cc2a8ea27895-1909cc3c {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_1817adad-0a22-e53e-b844-cc2a8ea278ac-1909cc3c {
  grid-area: 2 / 3 / 3 / 5;
  align-self: end;
  justify-self: end;
}

#w-node-_1817adad-0a22-e53e-b844-cc2a8ea278ae-1909cc3c, #w-node-fe877d60-b5a6-a90e-a0fb-c71a140bcf51-1909cc3c, #w-node-_1817adad-0a22-e53e-b844-cc2a8ea278de-1909cc3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f8f64998-aac4-f064-4d0e-4237f7d11ad2-1909cc3c, #w-node-f8f64998-aac4-f064-4d0e-4237f7d11ad4-1909cc3c {
  align-self: start;
  justify-self: start;
}

#w-node-f8f64998-aac4-f064-4d0e-4237f7d11ad6-1909cc3c, #w-node-f8f64998-aac4-f064-4d0e-4237f7d11ad7-1909cc3c {
  align-self: end;
  justify-self: start;
}

#w-node-f8f64998-aac4-f064-4d0e-4237f7d11ada-1909cc3c, #w-node-f8f64998-aac4-f064-4d0e-4237f7d11adc-1909cc3c {
  align-self: start;
  justify-self: start;
}

#w-node-f8f64998-aac4-f064-4d0e-4237f7d11ade-1909cc3c, #w-node-f8f64998-aac4-f064-4d0e-4237f7d11adf-1909cc3c {
  align-self: end;
  justify-self: start;
}

#w-node-f8f64998-aac4-f064-4d0e-4237f7d11ae2-1909cc3c, #w-node-f8f64998-aac4-f064-4d0e-4237f7d11ae4-1909cc3c {
  align-self: start;
  justify-self: start;
}

#w-node-f8f64998-aac4-f064-4d0e-4237f7d11ae6-1909cc3c, #w-node-f8f64998-aac4-f064-4d0e-4237f7d11ae7-1909cc3c, #w-node-b573893b-4bd9-090d-00bb-762900a139a1-00a1399c {
  align-self: end;
  justify-self: start;
}

#w-node-b573893b-4bd9-090d-00bb-762900a139a9-00a1399c {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-b573893b-4bd9-090d-00bb-762900a139d9-00a1399c {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: center;
}

#w-node-b573893b-4bd9-090d-00bb-762900a139f9-00a1399c {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
  justify-self: start;
}

#w-node-_928afe06-4f2c-63de-eeeb-b93e73bbc7bf-73bbc7ba {
  align-self: center;
  justify-self: start;
}

#w-node-_928afe06-4f2c-63de-eeeb-b93e73bbc7c2-73bbc7ba, #w-node-_186c0a1c-2927-80f3-9dca-e8860e28012c-73bbc7ba {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_1077f39d-eb7b-7ffe-0215-6daeba4beeb1-1909cc3c {
    grid-row-end: 4;
  }

  #w-node-_1077f39d-eb7b-7ffe-0215-6daeba4beecf-1909cc3c {
    grid-row: 4 / 7;
    grid-column-start: 5;
  }

  #w-node-_46a2430d-66ad-d3c1-e85a-a7c2b6d757d7-1909cc3c {
    grid-column-start: 1;
  }

  #w-node-_1817adad-0a22-e53e-b844-cc2a8ea278ac-1909cc3c {
    grid-column-start: 2;
  }

  #w-node-b573893b-4bd9-090d-00bb-762900a139a9-00a1399c {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1817adad-0a22-e53e-b844-cc2a8ea278ac-1909cc3c {
    grid-column-start: 1;
  }

  #w-node-_1817adad-0a22-e53e-b844-cc2a8ea278ae-1909cc3c, #w-node-fe877d60-b5a6-a90e-a0fb-c71a140bcf51-1909cc3c, #w-node-_1817adad-0a22-e53e-b844-cc2a8ea278de-1909cc3c {
    justify-self: start;
  }

  #w-node-b573893b-4bd9-090d-00bb-762900a139a9-00a1399c {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-b573893b-4bd9-090d-00bb-762900a139d9-00a1399c {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-b573893b-4bd9-090d-00bb-762900a139f9-00a1399c {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1077f39d-eb7b-7ffe-0215-6daeba4beecf-1909cc3c {
    grid-column-start: 6;
  }

  #w-node-_46a2430d-66ad-d3c1-e85a-a7c2b6d757d7-1909cc3c {
    grid-column-start: 1;
  }

  #w-node-_9d1baee1-7bd9-2741-a289-64c2fb561fe0-1909cc3c, #w-node-a28bede6-ded6-83fc-23cf-cb0332d6d109-1909cc3c {
    grid-area: 1 / 1 / 2 / 3;
  }
}


@font-face {
  font-family: 'Morganite';
  src: url('../fonts/Morganite-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Morganite';
  src: url('../fonts/Morganite-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Morganite';
  src: url('../fonts/Morganite-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Morganite';
  src: url('../fonts/Morganite-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Morganite';
  src: url('../fonts/Morganite-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Morganite';
  src: url('../fonts/Morganite-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Morganite';
  src: url('../fonts/Morganite-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}