:root {
  --bg-color: #fefcf6;
  --brow: #2c2b28;
  --white: white;
  --black\<deleted\|variable-8f73887e\>: black;
  --line: #2c2b2826;
  --blue-retro: #545bdc;
  --violet: #c381e3;
  --blue: var(--brow);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--bg-color);
  color: var(--brow);
  font-family: Geist, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.1;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

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

a {
  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 #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.4;
}

.margin-xhuge {
  margin: 8rem;
}

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

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

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
}

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

.text-size-small {
  color: var(--brow);
  font-size: .875rem;
}

.text-size-small.text-color-secondary {
  opacity: .65;
}

.text-size-small.bottom {
  color: #fefcf680;
}

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

.form-input {
  color: #000;
  background-color: #fff0;
  border: 1px solid #ddd;
  border-radius: 0;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  transition: border-color .35s;
}

.form-input:hover, .form-input:active, .form-input:focus, .form-input.-wfp-focus {
  border-color: #acacac;
}

.form-input::placeholder {
  color: #222;
}

.form-input.is-text-area {
  min-height: auto;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.form-input.is-select-input {
  color: #222;
}

.form-input.no-margin {
  margin-bottom: 0;
}

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

.margin-0 {
  margin: 0;
}

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

.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;
  place-items: center start;
  display: grid;
}

.fs-styleguide-spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

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

.padding-0 {
  padding: 0;
}

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

.text-size-tiny {
  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(--brow);
  font-weight: 500;
  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 #eee;
  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 h6, .text-rich-text p, .text-rich-text ul, .text-rich-text ol {
  font-size: 1rem;
}

.text-rich-text a {
  color: var(--brow);
  font-weight: 500;
}

.text-size-large {
  font-size: 1.75rem;
  font-weight: 300;
}

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

.fs-styleguide-item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.overflow-visible {
  overflow: visible;
}

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

.fs-styleguide-background {
  border: 1px solid #0000001a;
  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-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-small {
  margin: 1rem;
}

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

.text-size-regular.text-color-secondary {
  color: #888;
}

.text-size-regular.desktop-centric {
  text-align: center;
}

.fs-styleguide-message {
  color: #5e5515;
  background-color: #fcf8d8;
  border-radius: .25rem;
  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: 85rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-xxhuge {
  margin: 12rem;
}

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

.fs-styleguide-spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

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

.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;
  place-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 #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-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;
}

.padding-small {
  padding: 1rem;
}

.heading-style-h2 {
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

.heading-style-h2.text-align-center {
  color: #545bdc;
  font-family: Cfbehame, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

.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: 2rem;
  padding: 1.25rem;
}

.heading-style-h3 {
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

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

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

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

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.button {
  border: 1px solid var(--brow);
  background-color: var(--brow);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .75rem 2rem;
  font-weight: 400;
  transition: all .35s;
}

.button:hover {
  color: var(--black\<deleted\|variable-8f73887e\>);
  background-color: #0000;
}

.button.is-text {
  border: 1px solid var(--black\<deleted\|variable-8f73887e\>);
  color: #000;
  background-color: #0000;
}

.button.is-text:hover {
  background-color: var(--black\<deleted\|variable-8f73887e\>);
  color: var(--white);
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.button.is-secondary {
  border: 1px solid var(--black\<deleted\|variable-8f73887e\>);
  color: #000;
  background-color: #0000;
}

.button.is-secondary:hover {
  background-color: var(--black\<deleted\|variable-8f73887e\>);
  color: var(--white);
}

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

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

.text-size-medium.text-color-alternate {
  color: var(--bg-color);
}

.fs-styleguide-hero-label {
  color: #000;
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  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(--line);
}

.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: 32rem;
}

.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%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 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: 3px;
  display: flex;
}

.form-checkbox.w--redirected-checked {
  border: 1px solid var(--brow);
  background-color: var(--brow);
}

.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: #2d40ea0d;
  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 {
  color: #fff;
  background-color: #2d62ff;
  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: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.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(--brow);
  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: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.nav-button {
  padding: 1rem;
}

.padding-huge {
  padding: 6rem;
}

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

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

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

.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: 64rem;
}

.heading-style-h1 {
  color: var(--blue-retro);
  letter-spacing: -1px;
  text-transform: uppercase;
  font-family: Cfbehame, Arial, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.1;
}

.hide {
  display: none;
}

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

.nav-style-guide {
  background-color: #f3f3f3;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem 1.5rem;
  display: flex;
  position: fixed;
  inset: auto 0% 5%;
}

.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: #fff;
}

.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, .order-confirmation-form {
  background-color: #0000;
  padding: 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 {
  flex-direction: column;
  height: 16px;
  display: flex;
  overflow: hidden;
}

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

.link-text.is-hover {
  color: #fefcf680;
}

.link-text.bottom {
  color: #fefcf680;
  font-size: 14px;
}

.link-text.text-color-alternate {
  color: var(--bg-color);
}

.link-text.bottom-link, .link-text.bottom-hover {
  color: var(--bg-color);
  font-size: 14px;
}

.link-button {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-button.bottom {
  height: 14px;
}

.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 {
  padding-top: 20px;
  padding-bottom: 10px;
}

.checkout-content-block {
  background-color: var(--white);
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

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

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

.utility-icon {
  width: 12rem;
  height: 12rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

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

.shipping-method {
  background-color: #fff0;
  border-bottom-style: none;
}

.utility-page-title {
  text-transform: uppercase;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1;
}

.contact-form-wrapper {
  color: #000;
  border: 1px solid #ddd;
  margin-bottom: 0;
  padding: 3rem 2rem;
}

.blog-post-info-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

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

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

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

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

.blog-image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.blog-post-content {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.blog-post-title {
  color: var(--brow);
  text-transform: uppercase;
  font-size: 1.75rem;
  font-weight: 500;
}

.blog-post-title.sidebar {
  font-size: 1.5rem;
}

.blog-post-info {
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.blog-post-icon {
  color: var(--brow);
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
}

.blog-post-category {
  background-color: var(--bg-color);
  color: var(--brow);
  padding: 8px 12px;
  position: absolute;
  inset: 1rem auto auto 1rem;
}

.blog-post-category.sidebar-category {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  top: .5rem;
  left: .5rem;
}

.newsletter-form-wrapper {
  border: 1px solid var(--line);
  padding: 2rem;
}

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

.blog-post-icon-wrap {
  border: 1px solid var(--line);
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 10px;
  display: flex;
}

.blog-post-icon-overflow {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-top-content-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  width: 100%;
}

.blog-post-content-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  place-items: start;
  width: 100%;
}

.blog-post-author-wrapper {
  position: sticky;
  top: 2rem;
}

.author-picture {
  width: 6rem;
  height: 6rem;
}

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

.social-link {
  background-color: var(--brow);
  border: 1px solid #fefcf61a;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: all .35s;
  display: flex;
}

.social-link:hover {
  border-color: var(--bg-color);
}

.social-icon-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  display: flex;
  overflow: hidden;
}

.social-icon {
  color: var(--bg-color);
  width: 1.375rem;
  height: 1.375rem;
}

.faq-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.accordion-content-wrap {
  overflow: hidden;
}

.accordion-content-item {
  cursor: pointer;
  width: 100%;
  position: relative;
}

.plus-block {
  border: 1px solid var(--black\<deleted\|variable-8f73887e\>);
  cursor: pointer;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accordion-answer-text {
  color: var(--brow);
  margin-bottom: 0;
  padding-top: 2rem;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
}

.accordion-top-wrap {
  grid-column-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-track-component {
  justify-content: flex-end;
  align-items: center;
  margin-top: 2rem;
  display: flex;
  position: relative;
}

.accordion-track-line {
  background-color: #2c2b281a;
  border-radius: .25rem;
  width: 100%;
  height: 1px;
}

.accordion-track-progress {
  background-color: var(--brow);
  width: 0%;
  height: 1px;
  position: absolute;
}

.accordion-heading {
  color: var(--brow);
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.3;
}

.plus-line {
  z-index: 1;
  background-color: #262626;
  border-radius: .5rem;
  width: .75rem;
  height: .083rem;
  position: relative;
}

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

.accordion-content-block {
  width: 100%;
  max-width: 36rem;
}

.accordion-title-item {
  position: relative;
  overflow: hidden;
}

.footer-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 5rem;
}

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

.footer {
  background-color: var(--brow);
}

.footer-logo-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footer-logo {
  color: var(--bg-color);
  text-transform: uppercase;
  height: 2rem;
  font-size: 2rem;
  font-weight: 700;
}

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

.back-to-top-arrow {
  color: var(--bg-color);
  width: 1.25rem;
  height: 1.25rem;
  font-weight: 400;
}

.footer-top-content {
  margin-bottom: 3rem;
}

.footer-padding {
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.bottom-component-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  width: 100%;
  margin-top: 4rem;
}

.bottom-content-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.bottom-content-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.section-home-header {
  padding-bottom: 8rem;
  position: relative;
  overflow: hidden;
}

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

.contact-form-block {
  width: 100%;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.testimonial-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.testimonial-picture {
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
}

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

.next-project-link-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.empty-shipping-state {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
}

.header-image-wrapper {
  transform-origin: 50% 100%;
  width: 20rem;
  height: 52vh;
  position: relative;
  top: 0;
}

.header-image-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-image-item {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header-image-item._01 {
  z-index: 5;
  transform-origin: 100% 100%;
}

.header-image-item._02 {
  z-index: 1;
  transform-origin: 0 100%;
}

.header-image-item._03 {
  z-index: 2;
  transform-origin: 0 100%;
}

.header-image-item._04 {
  z-index: 3;
  transform-origin: 100% 100%;
}

.header-image-item._05 {
  z-index: 4;
  transform-origin: 100% 100%;
}

.header-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  width: 100%;
  height: 100vh;
  padding-top: 5rem;
  position: relative;
}

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

.header-title {
  color: #545bdc;
  text-align: center;
  letter-spacing: 0;
  -webkit-text-stroke-color: #545bdc;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Cfbehame, Arial, sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.featured {
  font-family: Cfbehame, Arial, sans-serif;
  font-weight: 300;
}

.header-bottom-grid {
  grid-template-rows: auto;
  width: 100%;
}

.button-text-item {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-stripe {
  background-color: #2c2b28;
  width: 100%;
  height: 100%;
}

.nav-menu-button {
  z-index: 100;
  background-color: #c07feb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: .25rem;
}

.nav-menu-button.w--open {
  background-color: var(--bg-color);
}

.nav-menu-bg {
  z-index: 1;
  background-color: #1a1a1a;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.button-flex {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  display: flex;
}

.button-flex.navbar-button {
  margin-bottom: 3px;
  margin-left: 0;
}

.button-text {
  color: #2c2b28;
  font-size: 14px;
}

.button-text.is-alternate-nav {
  color: #fefcf680;
  font-family: Butler, sans-serif;
  font-size: 5rem;
  font-weight: 200;
}

.button-text.is-nav {
  color: #fefcf6;
  font-size: 5rem;
  font-weight: 300;
}

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

.nav-menu {
  z-index: 10;
  background-color: #0000;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.nav-link {
  text-transform: uppercase;
  position: relative;
}

.nav-stripe-wrapper {
  z-index: 10;
  flex-flow: row;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navbar {
  background-color: #8bff82;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.button-text-wrap {
  height: 14px;
  overflow: hidden;
}

.button-text-wrap.is-nav {
  height: 5rem;
}

.button-text-wrap.spacer {
  width: 5px;
}

.menu-social-media {
  z-index: 10;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 5%;
}

.button-text-wrapper {
  display: flex;
  position: relative;
}

.topbar {
  z-index: 999;
  color: var(--brow);
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: absolute;
  inset: 0% 0% auto;
}

.topbar-component-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  width: 100%;
}

.button-icon-wrapper {
  background-color: #2c2b28;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.button-icon {
  opacity: .8;
  color: #fefcf6;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  min-height: 1rem;
  font-weight: 300;
  position: relative;
}

.main-button {
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.undeline-flex {
  background-color: #e2d7cc;
  overflow: hidden;
}

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

.underline.alternate {
  background-color: var(--bg-color);
}

.button-icon-block {
  justify-content: flex-end;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  overflow: hidden;
}

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

.menu-button-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.menu-button-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  display: flex;
  overflow: hidden;
}

.menu-line-item {
  width: 100%;
}

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

.hero-component-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100vh;
  margin-top: 10rem;
  margin-bottom: 20rem;
  position: relative;
}

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

.circle-item {
  perspective: 1000px;
  border-radius: 100%;
  width: 12rem;
  height: 12rem;
  position: absolute;
  transform: rotate(0);
}

.circle-item._01 {
  z-index: 8;
}

.circle-item._03 {
  z-index: 6;
  transform: rotate(-90deg);
}

.circle-item._05 {
  z-index: 4;
  transform: rotate(-180deg);
}

.circle-item._07 {
  z-index: 2;
  transform: rotate(-270deg);
}

.circle-item._02 {
  z-index: 7;
  transform: rotate(-45deg);
}

.circle-item._04 {
  z-index: 5;
  transform: rotate(-135deg);
}

.circle-item._06 {
  z-index: 3;
  transform: rotate(-225deg);
}

.circle-item._08 {
  z-index: 1;
  transform: rotate(-315deg);
}

.circle-image-wrapper {
  width: 10.5rem;
  height: 14rem;
  position: absolute;
  inset: -125% auto auto;
}

.section-home-hero {
  height: 100%;
  overflow: hidden;
}

.circle-card-wrapper {
  transform: scale(1.5);
}

.scrolling-text-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.scroll-text-item {
  flex: none;
}

.scroll-text {
  opacity: .1;
  color: #2c2b28;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Cfbehame, Arial, sans-serif;
  font-size: 14rem;
  font-weight: 500;
}

.featured-scroll-text {
  font-family: Butler, sans-serif;
  font-weight: 300;
}

.scrolling-text-overflow {
  overflow: hidden;
}

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

.subtitle-content-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.subtitle-content-wrapper.left-align {
  justify-content: flex-start;
  align-items: center;
}

.asterisk {
  margin-top: .75rem;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
}

.subtitle-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 12rem;
  display: flex;
  overflow: hidden;
}

.subtitle-item {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.subtitle {
  color: #2c2b28;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1;
}

.sticky-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sticky-image._03 {
  z-index: 2;
}

.sticky-image._02 {
  z-index: 3;
}

.sticky-image._01 {
  z-index: 4;
}

.sticky-image._04 {
  z-index: 1;
}

.sticky-column {
  width: 100%;
  position: relative;
}

.sticky-content-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: grid;
}

.sticky-image-wrapper {
  height: 90vh;
  position: sticky;
  top: 5vh;
  overflow: hidden;
}

.sticky-image-tablet {
  display: none;
}

.sticky-title {
  color: var(--blue-retro);
  text-transform: uppercase;
  font-family: Cfbehame, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}

.sticky-description-block {
  max-width: 22rem;
  padding-top: 1em;
}

.sticky-content-item {
  width: 100%;
  max-width: 40rem;
  padding-right: 20%;
}

.sticky-text {
  font-size: 1.125em;
}

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

.button-wrapper {
  display: flex;
}

.header-heading {
  text-align: center;
  text-transform: uppercase;
  font-size: 7.5rem;
  font-weight: 400;
  line-height: 1;
}

.header-content-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100vh;
}

.header-content-item {
  z-index: 10;
  mix-blend-mode: difference;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -2rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-title {
  color: #fefcf6;
  text-align: center;
  text-transform: uppercase;
  font-size: 10rem;
  font-weight: 400;
  line-height: 1;
}

.header-image-wrap {
  width: 24rem;
  height: 32rem;
  position: absolute;
  inset: 0%;
}

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

.header-content {
  justify-content: center;
  align-items: center;
  height: 30rem;
  display: flex;
  position: relative;
}

.header-image-component {
  z-index: 5;
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 24rem;
  height: 30rem;
  position: relative;
}

.subtitle-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.subtitle-text {
  color: #fefcf6;
  text-transform: uppercase;
}

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

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

.product-link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.product-image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.product-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity .35s;
}

.product-image:hover {
  opacity: .8;
}

.price {
  color: #fefcf6;
  background-color: #2c2b28;
  padding: 6px 12px;
}

.price-wrapper {
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.product-name {
  color: #2c2b28;
  margin-top: 10px;
  font-size: 1.25rem;
  font-weight: 500;
}

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

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

.product-inner-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.product-quantity {
  border-radius: 0;
}

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

.blog-main-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
}

.blog-sidebar-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sidebar-blog-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.blog-all-posts-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.project-link-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.project-image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.project-content-wrapper {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.project-content-block {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
}

.project-content-block.right {
  transform-origin: 0 0;
}

.project-content-block.left {
  transform-origin: 100% 0;
}

.project-content-block.center {
  transform-origin: 50% 0;
}

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

.project-inner-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  mix-blend-mode: difference;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  height: 100%;
  position: absolute;
  inset: 0 2rem;
}

.project-number {
  color: var(--bg-color);
  font-family: Butler, sans-serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
}

.project-info-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.project-name {
  color: var(--bg-color);
  text-transform: uppercase;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

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

.project-service {
  color: var(--bg-color);
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
}

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

.cursor-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cursor {
  z-index: 10;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-transform: uppercase;
  background-color: #2c2b281a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.cursor.smaller {
  width: 5rem;
  height: 5rem;
}

.cursor-icon {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  inset: 0%;
}

.cursor-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.partner-grid-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
}

.partner-container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.partners-logo-gradient-left {
  z-index: 1;
  background-image: linear-gradient(90deg, var(--bg-color), #0000);
  width: 3rem;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.partner-component-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.partners-logo-gradient-right {
  z-index: 1;
  background-image: linear-gradient(90deg, #0000, var(--bg-color));
  width: 3rem;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

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

.service-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.service-number {
  color: var(--brow);
  width: 100%;
  margin-top: 5px;
  padding-right: 5px;
  font-family: Butler, sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
}

.service-title-item-2 {
  width: 100%;
  overflow: hidden;
}

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

.service-content-block {
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.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-description-item {
  z-index: 1;
  width: 26rem;
  padding-top: 20px;
  padding-left: 2.5rem;
  position: relative;
  overflow: hidden;
}

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

.alternate-service-title {
  color: var(--brow);
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
  position: absolute;
  inset: auto auto 0% 0%;
}

.alternate-service-title.service {
  white-space: nowrap;
}

.service-image-absolute {
  z-index: 5;
  transform-origin: 0 100%;
  width: 18rem;
  height: 24rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.service-image-absolute.center {
  margin-left: auto;
  margin-right: auto;
  bottom: 100%;
  right: 0%;
}

.service-component-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  display: grid;
  position: relative;
}

.service-title-text {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.service-title-text.service {
  white-space: nowrap;
}

.project-component-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
}

.content-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  width: 100%;
}

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

.content-image-block, .image-container-wrapper {
  width: 100%;
  height: 100%;
}

.image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.overlay-wrapper {
  transform-origin: 0 0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-overlay {
  z-index: 10;
  background-color: var(--brow);
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
}

.content-inner-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

.service-content-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 1.25rem;
  display: grid;
  position: relative;
}

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

.testimonial-logo {
  height: 1.5rem;
}

.testimonial-mask {
  width: 33.33%;
  overflow: visible;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
  padding-bottom: 5rem;
  position: relative;
}

.testimoniall-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.testimonial-client {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  margin-top: 2.5rem;
  display: flex;
}

.testimonial-card {
  border: 1px solid var(--line);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.testimonial-image-wrapper {
  border: 1px solid var(--line);
  border-radius: 100%;
}

.testimonial-slide {
  padding-right: 2rem;
}

.testimonial-info-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.testimonial-arrow-icon {
  color: #050505;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .875rem;
  height: 1rem;
  display: flex;
}

.testimonial-arrow {
  border: 1px solid var(--line);
  background-color: var(--bg-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .35s;
  display: flex;
  inset: auto 0% 0% auto;
}

.testimonial-arrow.is-left {
  right: 4rem;
}

.testimonial-slide-item {
  padding-left: 1rem;
  padding-right: 1rem;
}

.testimonial-slider-navigation {
  height: 1.75rem;
  font-size: .5rem;
}

.slider-arrow {
  border: 1px solid var(--line);
  background-color: var(--bg-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow.center {
  bottom: 4rem;
}

.testimonial-slider-wrapper {
  background-color: #0000;
  height: auto;
  padding-bottom: 4rem;
  padding-left: .875rem;
  padding-right: .875rem;
  overflow: hidden;
}

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

.testimonial-mask-block {
  width: 33.33%;
  overflow: visible;
}

.testimonial-component-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.testimonial-content-block {
  max-width: 30rem;
  position: sticky;
  top: 30%;
}

.testimonial-card-item {
  border: 1px solid var(--line);
  background-color: var(--bg-color);
  margin-bottom: 2rem;
  padding: 2rem;
  position: sticky;
}

.testimonial-card-item._04 {
  top: 36%;
}

.testimonial-card-item._03 {
  top: 34%;
}

.testimonial-card-item._01 {
  top: 30%;
}

.testimonial-card-item._02 {
  top: 32%;
}

.underline-wrapper {
  background-color: var(--line);
  position: relative;
  overflow: hidden;
}

.underline-wrapper.alternate {
  background-color: #fefcf640;
}

.contact-content-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  display: grid;
}

.contact-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.contact-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.contact-icon-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: top;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: inline-block;
}

.contact-title {
  font-size: 2rem;
  font-weight: 500;
}

.checkbox-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 0;
  padding-left: 10px;
  display: flex;
}

.contact-component-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.contact-image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.contact-form-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-form-item {
  position: relative;
}

.contact-component {
  margin-top: 4rem;
}

.contact-form-box {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

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

.contact-top-content {
  margin-bottom: 3rem;
}

.location-tab-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.location-tab {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.location-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.location-image-item {
  border-radius: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.location-tab-link {
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 1.25rem 0 1.25rem 2rem;
  display: block;
}

.location-tab-link.w--current {
  border-left-color: var(--brow);
  background-color: var(--bg-color);
  opacity: 1;
}

.location-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.contact-image-wrap {
  border-radius: 0;
  overflow: hidden;
}

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

.contact-content-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.next-project-wrapper {
  flex-flow: column;
  display: flex;
  position: relative;
}

.next-project-image {
  object-fit: cover;
  height: 12rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.cta-heading {
  text-align: center;
  font-size: 6rem;
}

.cta-content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.cta-image {
  transform-origin: 0 0;
  object-fit: cover;
  width: 10rem;
  height: 14rem;
  position: absolute;
  inset: 0%;
}

.cta-image-item {
  width: 10rem;
  height: 14rem;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.cta-image-item._01 {
  bottom: auto;
  right: auto;
}

.cta-image-item._02 {
  bottom: auto;
  left: auto;
}

.cta-image-item._03 {
  top: auto;
  bottom: 10%;
  right: auto;
}

.cta-image-item._04 {
  top: auto;
  bottom: 10%;
  left: auto;
}

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

.section-about-header {
  padding-bottom: 20rem;
  overflow: hidden;
}

.about-header-content {
  max-width: 32rem;
}

.about-description-block {
  max-width: 24rem;
}

.brand-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.logo-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 1.125rem;
  display: flex;
  overflow: hidden;
}

.logo {
  color: #f7f7f7;
  text-transform: uppercase;
  height: 1.125rem;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.alternate-logo {
  opacity: .65;
  text-transform: uppercase;
  height: 1.125rem;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
}

.logo-icon {
  width: 3.5rem;
  height: 3.5rem;
}

.stats-component {
  justify-content: space-between;
  display: flex;
}

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

.stats-number {
  font-family: Butler, sans-serif;
  font-size: 5rem;
  line-height: 1;
}

.sticky-title-wrapper {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.sticky-container-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.sticky-list {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 30rem;
  display: flex;
  position: relative;
}

.sticky-card {
  border: 1px solid var(--line);
  background-color: var(--bg-color);
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.sticky-card._02 {
  z-index: 1;
  transform: rotate(3deg);
}

.sticky-card._01 {
  z-index: 2;
}

.sticky-card._03 {
  transform: rotate(6deg);
}

.sticky-card-title {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.4;
}

.process-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.sticky-component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 300vh;
  position: relative;
}

.sticky-number-wrapper {
  margin-bottom: 1rem;
  display: inline-block;
}

.sticky-number {
  font-family: Butler, sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}

.team-social-media {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.team-member-image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

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

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

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

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

.call-to-action-02 {
  padding-top: 8rem;
}

.call-to-action-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.call-to-action-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.cta-image-block {
  width: 14rem;
  height: 17rem;
  position: absolute;
  inset: 0%;
}

.cta-image-block._01 {
  bottom: auto;
  left: 3%;
  right: auto;
}

.cta-image-block._02 {
  bottom: auto;
  left: auto;
  right: 3%;
}

.cta-image-block._03 {
  inset: auto auto 3% 3%;
}

.cta-image-block._04 {
  inset: auto 3% 3% auto;
}

.cart-button {
  background-color: #0000;
  border-bottom: 1px solid #fefcf640;
  padding: 0;
  transition: all .35s;
}

.cart-button:hover {
  border-bottom-color: var(--bg-color);
}

.cart-icon {
  display: none;
}

.cart-quantity {
  background-color: var(--bg-color);
  color: var(--brow);
  justify-content: center;
  align-items: center;
  width: 18px;
  min-height: 18px;
  margin-top: -10px;
  margin-left: 0;
  display: flex;
}

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

.your-cart-text {
  font-size: 1.5rem;
}

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

.remove-text {
  color: var(--brow);
}

.cart-header {
  border-bottom-color: var(--line);
}

.cart-footer {
  border-top-color: var(--line);
}

.close-button {
  cursor: pointer;
}

.blog-author-block {
  margin-bottom: 1rem;
}

.preloader {
  z-index: 9999;
  color: #c381e3;
  -webkit-text-stroke-color: var(--violet);
  background-color: #c381e3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.preloader-container {
  width: 100%;
}

.preloader-padding {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.preloader-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.preloader-logo-overflow {
  margin-bottom: 2rem;
  overflow: hidden;
}

.preloader-logo-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.preloader-line {
  background-color: #ffffff1a;
  border-radius: 50px;
  width: 25%;
  max-width: 30rem;
  height: 3px;
  overflow: hidden;
}

.preloader-progress-bar {
  background-color: #fdfdfd;
  border-radius: 50px;
  width: 50%;
  height: 100%;
}

.preloader-logo {
  width: 4rem;
  height: 4rem;
}

.body {
  background-color: #c381e3;
}

@media screen and (min-width: 1280px) {
  .header-image-wrapper {
    width: 22rem;
    height: 28rem;
  }

  .hero-component-grid {
    margin-top: 15rem;
  }

  .circle-card-wrapper {
    transform: scale(1.75);
  }

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

@media screen and (min-width: 1440px) {
  .project-content-wrapper.last {
    margin-top: -1px;
  }

  .cta-image, .cta-image-item {
    width: 12rem;
    height: 16rem;
  }
}

@media screen and (min-width: 1920px) {
  .header-image-wrapper {
    top: -4rem;
  }

  .header-component-grid {
    padding-top: 8rem;
  }

  .header-bottom {
    padding-bottom: 1rem;
  }
}

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

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

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

  .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: 6rem;
  }

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

  .blog-post-title, .blog-post-title.sidebar {
    font-size: 2rem;
  }

  .blog-post-content-grid {
    grid-template-columns: auto;
  }

  .author-content-wrapper {
    display: flex;
  }

  .author-s-social-media-block {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .accordion-content-wrap {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .plus-block:hover {
    background-position: 50%;
  }

  .footer-component-grid {
    margin-top: 5rem;
  }

  .bottom-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .header-image-wrapper {
    width: 15rem;
    height: 20rem;
  }

  .header-component-grid {
    height: 100vh;
    padding-top: 0;
  }

  .header-content-wrapper {
    max-width: none;
    margin-top: -6rem;
  }

  .header-title {
    font-size: 5rem;
  }

  .menu-button-wrap {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .hero-component-grid {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .circle-card-wrapper {
    transform: scale(1.1);
  }

  .scrolling-text-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .scroll-text, .featured-scroll-text {
    font-size: 8rem;
  }

  .subtitle-content-wrapper {
    justify-content: center;
    align-items: center;
  }

  .sticky-image {
    position: relative;
    inset: auto;
  }

  .sticky-column {
    width: 100%;
  }

  .sticky-content-block {
    flex-direction: column;
    height: auto;
  }

  .sticky-image-wrapper {
    display: none;
  }

  .sticky-image-tablet {
    display: block;
  }

  .sticky-content-item {
    margin-top: 1.5em;
    margin-bottom: 5em;
  }

  .sticky-component-grid {
    flex-direction: column;
  }

  .header-heading {
    font-size: 5rem;
  }

  .hero-title {
    font-size: 7rem;
  }

  .header-image-wrap, .header-image-component {
    width: 18rem;
    height: 26rem;
  }

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

  .product-content-grid {
    grid-template-columns: 1fr;
  }

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

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

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

  .project-number {
    font-size: 1rem;
  }

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

  .project-name.home-02 {
    font-size: 2.5rem;
  }

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

  .cursor-wrapper {
    display: none;
  }

  .cursor {
    background-color: #ffffff1a;
    bottom: 2.5rem;
  }

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

  .partner-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: auto;
  }

  .partner-logo {
    width: 8rem;
  }

  .service-top-content.centered {
    justify-content: center;
    align-items: flex-start;
  }

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

  .service-description-item {
    padding-left: 20px;
  }

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

  .alternate-service-title.service, .service-image-absolute {
    display: none;
  }

  .service-component-wrapper {
    grid-template-columns: 1fr;
    width: 100%;
  }

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

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

  .testimonial-mask {
    width: 50%;
  }

  .testimonial-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-slide-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonial-mask-block {
    width: 50%;
  }

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

  .contact-content-grid {
    grid-column-gap: 2rem;
  }

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

  .location-tab {
    grid-column-gap: 3rem;
  }

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

  .next-project-image {
    height: 10rem;
  }

  .cta-heading {
    font-size: 5rem;
  }

  .cta-image, .cta-image-item {
    width: 9rem;
    height: 12rem;
  }

  .cta-image-item._03, .cta-image-item._04 {
    bottom: 6%;
  }

  .section-about-header {
    padding-bottom: 34rem;
  }

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

  .brand-link.w--current {
    z-index: 999;
  }

  .logo-icon {
    height: 3.5rem;
  }

  .sticky-container-wrapper {
    height: 100svh;
  }

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

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

  .call-to-action-02 {
    padding-top: 6rem;
  }

  .cta-image-block {
    width: 10rem;
    height: 12rem;
  }

  .cta-image-block._03, .cta-image-block._04 {
    bottom: 0%;
  }

  .author-content-item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    display: flex;
  }

  .preloader-line {
    width: 90%;
    max-width: none;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

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

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

  .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: 2.5rem;
  }

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

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

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

  .heading-style-h3.about-heading {
    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;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .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: .875rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

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

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

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

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

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

  .utility-page-title {
    font-size: 2.5rem;
  }

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

  .blog-post-title.sidebar {
    font-size: 1.5rem;
  }

  .blog-post-icon {
    width: 1.25rem;
    height: 1.25rem;
  }

  .newsletter-form {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .blog-post-content-grid {
    grid-template-columns: auto;
  }

  .blog-post-author-wrapper {
    position: static;
  }

  .plus-block {
    background-image: none;
  }

  .accordion-answer-text {
    padding-top: 2rem;
  }

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

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

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

  .bottom-content-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .footer-menu-block {
    justify-content: center;
    align-items: flex-end;
  }

  .section-home-header {
    padding-bottom: 6rem;
  }

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

  .testimonial-content-wrapper {
    flex-flow: column;
  }

  .header-image-wrapper {
    width: 14rem;
    height: 16rem;
  }

  .header-component-grid {
    padding-top: 8rem;
  }

  .header-title {
    font-size: 4rem;
  }

  .button-text.is-alternate-nav, .button-text.is-nav {
    font-size: 3rem;
  }

  .button-text-wrap.is-nav {
    height: 3rem;
  }

  .button-flex-center.hide-mobile-portrait {
    display: none;
  }

  .hero-component-grid {
    height: 80vh;
    margin-top: 8rem;
    margin-bottom: 0;
  }

  .circle-card-wrapper {
    transform: scale(.8);
  }

  .scrolling-text-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .scroll-text, .featured-scroll-text {
    font-size: 6rem;
  }

  .subtitle-wrap {
    width: 14rem;
  }

  .sticky-title {
    font-size: 2.5rem;
  }

  .sticky-content-item {
    padding-right: 0%;
  }

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

  .header-content-grid {
    height: 90vh;
  }

  .hero-title {
    font-size: 5rem;
  }

  .header-image-wrap, .header-image-component {
    width: 14rem;
    height: 19rem;
  }

  .header-inner-grid {
    grid-template-rows: auto auto;
  }

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

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

  .project-number.home-02 {
    font-size: .75rem;
  }

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

  .project-name.home-02 {
    font-size: 1.5rem;
  }

  .project-service.home-02 {
    font-size: .75rem;
  }

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

  .cursor {
    width: 5rem;
    height: 5rem;
    bottom: 1.5rem;
  }

  .cursor-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .partner-container, .partner-component-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .service-description-item {
    width: auto;
  }

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

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

  .testimonial-mask {
    width: 80%;
  }

  .testimonial-client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial-card {
    padding: 1.5rem;
  }

  .testimonial-slide {
    padding-right: 1.5rem;
  }

  .testimonial-arrow.is-left {
    right: 3.5rem;
  }

  .testimonial-slide-item {
    margin-right: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-arrow, .slider-arrow.center {
    bottom: -22rem;
  }

  .testimonial-slider-wrapper {
    padding-bottom: 6rem;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-mask-block {
    width: 100%;
  }

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

  .testimonial-content-block {
    position: static;
  }

  .testimonial-card-item._04 {
    top: 16%;
  }

  .testimonial-card-item._03 {
    top: 14%;
  }

  .testimonial-card-item._01 {
    top: 10%;
  }

  .testimonial-card-item._02 {
    top: 12%;
  }

  .contact-content-grid, .contact-component-grid, .location-tab {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .location-title {
    font-size: 1.25rem;
  }

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

  .next-project-image {
    height: 8rem;
  }

  .cta-heading {
    font-size: 3.5rem;
  }

  .cta-image, .cta-image-item {
    width: 7.5rem;
    height: 10rem;
  }

  .cta-image-item._01, .cta-image-item._02 {
    top: 5%;
  }

  .cta-image-item._03, .cta-image-item._04 {
    bottom: 8%;
  }

  .section-about-header {
    padding-bottom: 26rem;
  }

  .stats-number {
    font-size: 4rem;
  }

  .sticky-title-wrapper {
    padding-top: 18rem;
    inset: 0% 0% auto;
  }

  .sticky-container-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 30rem;
    grid-auto-columns: 1fr;
    align-content: center;
    display: grid;
  }

  .sticky-list {
    min-height: 24.5rem;
    margin-top: 6rem;
    position: sticky;
    top: 0;
  }

  .sticky-card-title {
    font-size: 1.25rem;
  }

  .sticky-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    height: 200vh;
  }

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

  .call-to-action-02 {
    padding-top: 0;
  }

  .cta-image-block {
    width: 8rem;
    height: 10rem;
  }

  .cta-image-block._03, .cta-image-block._04 {
    bottom: 0%;
  }

  .preloader-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .preloader-line {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .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: 2rem;
  }

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

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

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

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

  .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: 5rem;
    padding-bottom: 5rem;
  }

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

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

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

  .link-wrap {
    height: 14px;
  }

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

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

  .checkout-image {
    width: 50px;
  }

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

  .utility-icon {
    width: 8rem;
    height: 8rem;
  }

  .utility-page-title {
    font-size: 2.25rem;
  }

  .contact-form-wrapper {
    padding: 2.5rem 1.5rem;
  }

  .blog-post-info-block {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: wrap;
  }

  .blog-post-info-item {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .blog-post-title {
    font-size: 1.5rem;
  }

  .blog-post-title.sidebar {
    font-size: 1.125rem;
  }

  .blog-post-icon {
    width: 1.125rem;
    height: 1.125rem;
  }

  .blog-post-category {
    padding: 6px 10px;
    font-size: 12px;
    top: .5rem;
    left: .5rem;
  }

  .newsletter-form-wrapper {
    padding: 1.5rem 1rem;
  }

  .blog-post-icon-wrap {
    width: 2.25rem;
    height: 2.25rem;
  }

  .author-content-wrapper {
    flex-flow: column;
  }

  .plus-block {
    width: 2rem;
    height: 2rem;
  }

  .accordion-top-wrap {
    grid-column-gap: 0rem;
  }

  .accordion-heading {
    font-size: 1.125rem;
    font-weight: 600;
  }

  .accordion-title-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-component-grid {
    margin-top: 4rem;
  }

  .footer-logo {
    height: 1.75rem;
  }

  .footer-logo.icon {
    height: 1.85rem;
  }

  .footer-menu-block {
    flex-flow: wrap;
  }

  .section-home-header {
    padding-bottom: 4rem;
  }

  .social-media-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .project-info-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .testimonial-content-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .testimonial-picture {
    width: 6rem;
    height: 6rem;
  }

  .header-image-wrapper {
    width: 8rem;
    height: 10rem;
  }

  .header-title {
    font-size: 12.5vw;
  }

  .header-bottom-grid {
    margin-bottom: -2rem;
  }

  .nav-menu-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding-top: 20vh;
  }

  .menu-social-media {
    flex-flow: wrap;
    bottom: 15%;
  }

  .topbar-component-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr auto;
  }

  .hero-component-grid {
    height: 60vh;
    margin-top: 4rem;
  }

  .circle-card-wrapper {
    transform: scale(.5);
  }

  .scroll-text, .featured-scroll-text {
    font-size: 5rem;
  }

  .nav-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .subtitle-wrap {
    width: 10rem;
  }

  .subtitle {
    font-size: 14px;
  }

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

  .header-heading {
    font-size: 2.75rem;
  }

  .hero-title {
    font-size: 18vw;
  }

  .header-image-wrap, .header-image-component {
    width: 12rem;
    height: 16rem;
  }

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

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

  .price {
    font-size: 12px;
  }

  .product-name {
    font-size: 1.125rem;
  }

  .order-item-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .order-item {
    margin-left: 0;
    margin-right: 0;
  }

  .project-item {
    height: 28vh;
  }

  .project-number {
    font-size: .875rem;
  }

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

  .project-name.home-02 {
    font-size: 1.75rem;
  }

  .project-service {
    font-size: .875rem;
  }

  .cursor {
    width: 3rem;
    height: 3rem;
    bottom: .5rem;
  }

  .cursor-icon {
    width: 1.25rem;
    height: 1.25rem;
  }

  .partner-grid-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
  }

  .partner-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .partners-logo-gradient-left {
    width: 2rem;
  }

  .partner-component-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .partners-logo-gradient-right {
    width: 2rem;
  }

  .service-number {
    font-size: .875rem;
    line-height: 1;
  }

  .service-description-item {
    padding-left: 20px;
  }

  .service-description-item.align-center {
    padding-left: 0;
  }

  .service-title-wrap {
    grid-column-gap: .25rem;
  }

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

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

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

  .testimonial-mask {
    width: 95%;
  }

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

  .contact-icon {
    width: 2rem;
    height: 2rem;
  }

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

  .contact-component-grid, .location-tab, .contact-grid {
    grid-template-columns: 1fr;
  }

  .cta-heading {
    font-size: 2.5rem;
  }

  .cta-image, .cta-image-item {
    width: 6rem;
    height: 8rem;
  }

  .cta-image-item._01, .cta-image-item._02 {
    top: 6%;
  }

  .cta-image-item._03, .cta-image-item._04 {
    bottom: 5%;
  }

  .section-about-header {
    padding-bottom: 12rem;
  }

  .logo-wrap, .logo, .alternate-logo {
    height: 1.125rem;
  }

  .logo-icon {
    height: 1.4rem;
  }

  .stats-number {
    font-size: 3rem;
  }

  .sticky-title-wrapper {
    padding-top: 18rem;
    inset: 0% 0% auto;
  }

  .sticky-container-wrapper {
    grid-template-columns: 1fr;
    padding-left: 5%;
    padding-right: 5%;
  }

  .sticky-list {
    margin-top: 3rem;
  }

  .sticky-card {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

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

  .cta-image-block {
    width: 6rem;
    height: 8rem;
  }

  .cart-quantity {
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    font-size: 10px;
  }

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

  .preloader {
    display: none;
  }

  .preloader-logo-wrapper, .preloader-logo {
    height: 1.25rem;
  }
}

#w-node-_23ef12d9-a494-aa80-8a9e-bef9cf856c56-6a677f2b {
  grid-area: 1 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_93bd1b93-9b58-d764-3301-b1a608161266-6a677f2b {
  grid-area: 2 / 1 / 4 / 2;
  align-self: end;
}

#w-node-_3614f134-d3a6-2c50-0da2-d3f8383980eb-6a677f2b {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
}

#w-node-_1e5a9b05-e5cb-e997-beb1-c28dfe207ab0-6a677f2b {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-d89e4248-bb41-c1f4-957a-39a3797794bf-6a677f2b {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-_24fbb106-1115-0516-cd85-365ac458e2dc-6a677f2b {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_24fbb106-1115-0516-cd85-365ac458e2e5-6a677f2b, #w-node-_24fbb106-1115-0516-cd85-365ac458e2ee-6a677f2b, #w-node-_24fbb106-1115-0516-cd85-365ac458e2f7-6a677f2b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8e9123ce-0b71-f0b6-6827-f16445f0a8aa-6a677f2b {
  grid-area: 3 / 1 / 4 / 2;
  place-self: end start;
}

#w-node-_944d4636-7e0f-de27-9ccf-c5b5bebbd7ed-6a677f2b {
  place-self: end;
}

#w-node-_37b78ce8-6c56-439d-e460-72774bac889c-4bac888f {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end start;
}

#w-node-bcf4baf9-069c-bec3-d6c5-08bf4a20ea71-4bac888f {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start end;
}

#w-node-_37b78ce8-6c56-439d-e460-72774bac88a0-4bac888f {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start end;
}

#w-node-_37b78ce8-6c56-439d-e460-72774bac88cb-4bac888f {
  grid-area: 1 / 4 / 2 / 5;
  place-self: start end;
}

#w-node-_37b78ce8-6c56-439d-e460-72774bac88e2-4bac888f {
  place-self: end start;
}

#w-node-_37b78ce8-6c56-439d-e460-72774bac88f5-4bac888f {
  place-self: end;
}

#w-node-_9303dd6a-1d67-75d8-8be7-a3eae2e0902d-e2e09023, #w-node-_9303dd6a-1d67-75d8-8be7-a3eae2e09043-e2e09023, #w-node-_9303dd6a-1d67-75d8-8be7-a3eae2e09059-e2e09023, #w-node-_9303dd6a-1d67-75d8-8be7-a3eae2e0906f-e2e09023 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-aa837ec1-ad9c-65ff-df4b-6a37350e4f32-a7ed6335 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94a9f11-6a677f4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94a9f30-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94a9f35-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94a9f3a-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94a9f3f-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94a9f45-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94a9f4b-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94a9f51-6a677f4d {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa034-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa03c-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa053-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa06c-6a677f4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa06f-6a677f4d {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa071-6a677f4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa074-6a677f4d {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa0c6-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa0d0-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa0d1-6a677f4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa145-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa14a-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa14f-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa154-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa159-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa15e-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa168-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa16d-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa172-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa177-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa17c-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa181-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa186-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa18b-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa190-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa195-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa19a-6a677f4d {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa19e-6a677f4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa19f-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1a4-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1a9-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1ae-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1c3-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1c8-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1cd-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1d2-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1d7-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1dc-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1e6-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1eb-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1f0-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1f5-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1fa-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1ff-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa204-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa209-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa20e-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa213-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa218-6a677f4d {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa21c-6a677f4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa21d-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa222-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa227-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa22c-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa23e-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa243-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa248-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa24d-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa252-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa257-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa25c-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa261-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa266-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa26b-6a677f4d {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa26f-6a677f4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa270-6a677f4d {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa273-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa2f6-6a677f4d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa323-6a677f4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa367-6a677f4d {
  justify-self: start;
}

#w-node-_2b9bc4e1-41b0-3a48-ad13-cd28e5b24755-6a677f5f {
  grid-area: 4 / 1 / 6 / 9;
}

#w-node-c3f13b96-2e5d-b58d-bb0d-8df6492e9a80-6a677f5f {
  grid-area: 1 / 8 / 9 / 9;
  place-self: center;
}

#w-node-f96ea744-6b08-089f-9531-07d3f7d7da22-6a677f5f {
  justify-self: start;
}

#w-node-f96ea744-6b08-089f-9531-07d3f7d7da24-6a677f5f {
  grid-area: 1 / 1 / 7 / 6;
}

#w-node-f96ea744-6b08-089f-9531-07d3f7d7da2a-6a677f5f {
  grid-area: 3 / 5 / 5 / 7;
}

#w-node-f96ea744-6b08-089f-9531-07d3f7d7da30-6a677f5f, #w-node-_3dd7c4f1-1fcc-e028-b9c6-ff749d7b3a05-6a677f5f {
  place-self: center;
}

#w-node-_3dd7c4f1-1fcc-e028-b9c6-ff749d7b39f7-6a677f5f {
  justify-self: start;
}

#w-node-_3dd7c4f1-1fcc-e028-b9c6-ff749d7b39f9-6a677f5f {
  grid-area: 1 / 2 / 7 / 7;
}

#w-node-_3dd7c4f1-1fcc-e028-b9c6-ff749d7b39ff-6a677f5f {
  grid-area: 3 / 1 / 5 / 3;
}

#w-node-_701f946f-d0f9-6175-29fb-8e8e8c8dafb2-6a677f60 {
  justify-self: start;
}

#w-node-_7f388388-6690-f8f8-5416-c47c498acbdb-6a677f60 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bc0b3481-c0e8-c626-362a-42325a02ef37-6a677f83 {
  align-self: start;
}

#w-node-_4b8a5fbd-5df1-86cb-5b37-f8ea47387585-6a677f83 {
  align-self: end;
}

#w-node-_2ccd486e-f5ab-2dea-3310-ffc1accd865f-6a677f9d {
  place-self: start;
}

#w-node-_9bb71c5d-1864-5a90-10ed-27984631b5ee-6a677f9d {
  place-self: end start;
}

#w-node-e13a6349-335b-a1c4-b163-733b68e48f48-6a677f9d {
  place-self: end;
}

#w-node-cae205e9-cc04-866e-e647-6acb989fcedb-6a677f9e {
  align-self: start;
}

#w-node-cae205e9-cc04-866e-e647-6acb989fcedc-6a677f9e {
  align-self: end;
}

#w-node-f01d3190-3634-ca56-9c06-29183af3d16c-6a677f9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47b99dae-ad1b-9128-02bf-7e2a979e7bb2-6a677f9f {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_47b99dae-ad1b-9128-02bf-7e2a979e7bbb-6a677f9f, #w-node-_47b99dae-ad1b-9128-02bf-7e2a979e7bc4-6a677f9f, #w-node-_47b99dae-ad1b-9128-02bf-7e2a979e7bcd-6a677f9f {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_60cd58f1-719a-c388-bf9c-38eba80fe3a7-6a677fa1 {
  justify-self: start;
}

#w-node-_9c59a446-d2f3-2336-b17f-4ec3a424a3f7-6a677fa1, #w-node-_23bf4613-eba3-b902-dafe-5778dc4fe147-6a677fa1 {
  justify-self: center;
}

#w-node-d80311b8-49c0-7bae-bdaa-fcc1775c2c12-6a677fa1 {
  justify-self: end;
}

#w-node-a2beb81c-5fd8-a768-7af8-0562b9d4aad7-6a677fa2 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_58559ff6-a90d-58e8-3de7-d1ad72c9d3a5-6a677fa2 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-c49e3f21-38bc-6c9f-f6a3-34482b25d64a-6a677fa2 {
  place-self: center;
}

#w-node-c49e3f21-38bc-6c9f-f6a3-34482b25d64c-6a677fa2 {
  align-self: end;
}

#w-node-c49e3f21-38bc-6c9f-f6a3-34482b25d65c-6a677fa2, #w-node-c49e3f21-38bc-6c9f-f6a3-34482b25d65e-6a677fa2, #w-node-c49e3f21-38bc-6c9f-f6a3-34482b25d660-6a677fa2, #w-node-c49e3f21-38bc-6c9f-f6a3-34482b25d662-6a677fa2, #w-node-c49e3f21-38bc-6c9f-f6a3-34482b25d664-6a677fa2, #w-node-c49e3f21-38bc-6c9f-f6a3-34482b25d666-6a677fa2, #w-node-de95fc80-b344-3bab-f0a3-e2b75d60a60f-6a677fa2, #w-node-de95fc80-b344-3bab-f0a3-e2b75d60a611-6a677fa2, #w-node-de95fc80-b344-3bab-f0a3-e2b75d60a613-6a677fa2, #w-node-de95fc80-b344-3bab-f0a3-e2b75d60a615-6a677fa2, #w-node-de95fc80-b344-3bab-f0a3-e2b75d60a617-6a677fa2, #w-node-de95fc80-b344-3bab-f0a3-e2b75d60a619-6a677fa2, #w-node-_52b2bbea-5c0a-8158-a40f-6147ab476c21-6a677fa2, #w-node-_52b2bbea-5c0a-8158-a40f-6147ab476c23-6a677fa2, #w-node-_52b2bbea-5c0a-8158-a40f-6147ab476c25-6a677fa2, #w-node-_52b2bbea-5c0a-8158-a40f-6147ab476c27-6a677fa2, #w-node-_52b2bbea-5c0a-8158-a40f-6147ab476c29-6a677fa2, #w-node-_52b2bbea-5c0a-8158-a40f-6147ab476c2b-6a677fa2 {
  align-self: center;
}

#w-node-_950523c8-2a2e-29bd-60bc-e4ff16d52233-6a677fa2, #w-node-_950523c8-2a2e-29bd-60bc-e4ff16d52245-6a677fa2, #w-node-_950523c8-2a2e-29bd-60bc-e4ff16d52257-6a677fa2, #w-node-_950523c8-2a2e-29bd-60bc-e4ff16d52269-6a677fa2 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: end start;
}

#w-node-d776c303-10a7-4f8e-58c1-d36328ca13ae-6a677fa2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ddf9cb5-3a4e-5035-890b-2b5e1d005103-1d005101 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1ddf9cb5-3a4e-5035-890b-2b5e1d00510c-1d005101 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_1ddf9cb5-3a4e-5035-890b-2b5e1d00511a-1d005101 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1ddf9cb5-3a4e-5035-890b-2b5e1d005123-1d005101 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_1ddf9cb5-3a4e-5035-890b-2b5e1d005131-1d005101 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1ddf9cb5-3a4e-5035-890b-2b5e1d00513a-1d005101 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_1ddf9cb5-3a4e-5035-890b-2b5e1d005148-1d005101 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1ddf9cb5-3a4e-5035-890b-2b5e1d005151-1d005101 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-c7d3eb84-2d54-23aa-d78a-30225da667d8-6a677fa3 {
  grid-area: 3 / 2 / 5 / 6;
  align-self: center;
}

#w-node-_64b83455-a7fb-1f06-a720-806acbb18c25-6a677fa3 {
  grid-area: 3 / 3 / 5 / 5;
  align-self: center;
}

#w-node-_0df25c73-e4b6-8034-8d85-5ff0ad781064-6a677fa3 {
  grid-area: 6 / 1 / 7 / 7;
  align-self: center;
}

#w-node-e776155f-b7d3-d9ae-0346-b607e2a87e74-6a677fa3 {
  justify-self: center;
}

#w-node-_536e53ad-7913-da0c-8d13-ba915bb8ff6a-6a677fa3 {
  justify-self: end;
}

#w-node-f3c90606-66be-c67f-155c-a3d9ea9fb5dc-6a677fa3 {
  justify-self: start;
}

#w-node-_5c6c6e6e-fe01-12b1-5935-10074f8f01bf-6a677fa3 {
  grid-area: 1 / 1 / 7 / 6;
}

#w-node-e3adcf68-1b0c-5941-8787-cfa4bad0a871-6a677fa3 {
  grid-area: 3 / 5 / 5 / 7;
}

#w-node-_27911918-4372-472e-b10e-9de59d367cdf-6a677fa3 {
  place-self: center;
}

#w-node-_963fc677-b5f8-8a11-bb48-231dd19f1b3e-6a677fa3 {
  place-self: end;
}

#w-node-c158eaed-6349-b2eb-ead8-037ea6fea6a1-6a677fa3, #w-node-c158eaed-6349-b2eb-ead8-037ea6fea6b3-6a677fa3, #w-node-c158eaed-6349-b2eb-ead8-037ea6fea6c5-6a677fa3, #w-node-c158eaed-6349-b2eb-ead8-037ea6fea6d7-6a677fa3 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: end start;
}

#w-node-fe816695-eef8-9559-50d8-36577854d3c3-7854d3b9, #w-node-fe816695-eef8-9559-50d8-36577854d3d9-7854d3b9, #w-node-fe816695-eef8-9559-50d8-36577854d3ef-7854d3b9, #w-node-fe816695-eef8-9559-50d8-36577854d405-7854d3b9 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_23ef12d9-a494-aa80-8a9e-bef9cf856c56-6a677f2b {
    align-self: center;
  }

  #w-node-_3614f134-d3a6-2c50-0da2-d3f8383980eb-6a677f2b {
    align-self: end;
  }

  #w-node-_24fbb106-1115-0516-cd85-365ac458e2d8-6a677f2b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_944d4636-7e0f-de27-9ccf-c5b5bebbd7ed-6a677f2b {
    justify-self: start;
  }

  #w-node-bcf4baf9-069c-bec3-d6c5-08bf4a20ea71-4bac888f {
    justify-self: center;
  }

  #w-node-_2b9bc4e1-41b0-3a48-ad13-cd28e5b24755-6a677f5f {
    grid-row: 3 / 6;
    align-self: center;
  }

  #w-node-c3f13b96-2e5d-b58d-bb0d-8df6492e9a80-6a677f5f {
    grid-row-start: 8;
  }

  #w-node-f96ea744-6b08-089f-9531-07d3f7d7da22-6a677f5f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f96ea744-6b08-089f-9531-07d3f7d7da30-6a677f5f, #w-node-_3dd7c4f1-1fcc-e028-b9c6-ff749d7b3a05-6a677f5f {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-_3dd7c4f1-1fcc-e028-b9c6-ff749d7b39f7-6a677f5f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_54d189ea-1e67-4bc4-185d-b1255e4e44a0-6a677f9d {
    order: -9999;
  }

  #w-node-_47b99dae-ad1b-9128-02bf-7e2a979e7bae-6a677f9f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_950523c8-2a2e-29bd-60bc-e4ff16d52233-6a677fa2, #w-node-_950523c8-2a2e-29bd-60bc-e4ff16d52245-6a677fa2, #w-node-_950523c8-2a2e-29bd-60bc-e4ff16d52257-6a677fa2, #w-node-_950523c8-2a2e-29bd-60bc-e4ff16d52269-6a677fa2 {
    grid-column-start: 1;
  }

  #w-node-_963fc677-b5f8-8a11-bb48-231dd19f1b3e-6a677fa3 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_23ef12d9-a494-aa80-8a9e-bef9cf856c56-6a677f2b {
    grid-row: 2 / 4;
    align-self: start;
  }

  #w-node-_93bd1b93-9b58-d764-3301-b1a608161266-6a677f2b {
    grid-row: 4 / 5;
    align-self: center;
  }

  #w-node-_3614f134-d3a6-2c50-0da2-d3f8383980eb-6a677f2b {
    grid-row: 4 / 5;
  }

  #w-node-_37b78ce8-6c56-439d-e460-72774bac889c-4bac888f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bcf4baf9-069c-bec3-d6c5-08bf4a20ea71-4bac888f {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_37b78ce8-6c56-439d-e460-72774bac88a0-4bac888f {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-_37b78ce8-6c56-439d-e460-72774bac88cb-4bac888f {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_37b78ce8-6c56-439d-e460-72774bac88e2-4bac888f {
    justify-self: center;
  }

  #w-node-_37b78ce8-6c56-439d-e460-72774bac88f5-4bac888f {
    place-self: center;
  }

  #w-node-_2b9bc4e1-41b0-3a48-ad13-cd28e5b24755-6a677f5f {
    grid-row-end: 5;
  }

  #w-node-c3f13b96-2e5d-b58d-bb0d-8df6492e9a80-6a677f5f {
    grid-row-start: 6;
  }

  #w-node-f96ea744-6b08-089f-9531-07d3f7d7da30-6a677f5f, #w-node-_3dd7c4f1-1fcc-e028-b9c6-ff749d7b3a05-6a677f5f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e13a6349-335b-a1c4-b163-733b68e48f48-6a677f9d {
    justify-self: start;
  }

  #w-node-_9c59a446-d2f3-2336-b17f-4ec3a424a3f7-6a677fa1 {
    justify-self: end;
  }

  #w-node-_23bf4613-eba3-b902-dafe-5778dc4fe147-6a677fa1 {
    justify-self: start;
  }

  #w-node-_58559ff6-a90d-58e8-3de7-d1ad72c9d3a5-6a677fa2 {
    grid-row-start: 2;
    align-self: start;
  }

  #w-node-ccfd6ab7-894d-86c9-1f49-f3e667c94c0a-6a677fa3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e776155f-b7d3-d9ae-0346-b607e2a87e74-6a677fa3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_536e53ad-7913-da0c-8d13-ba915bb8ff6a-6a677fa3 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-f3c90606-66be-c67f-155c-a3d9ea9fb5dc-6a677fa3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_27911918-4372-472e-b10e-9de59d367cdf-6a677fa3 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c158eaed-6349-b2eb-ead8-037ea6fea6a1-6a677fa3, #w-node-c158eaed-6349-b2eb-ead8-037ea6fea6b3-6a677fa3, #w-node-c158eaed-6349-b2eb-ead8-037ea6fea6c5-6a677fa3, #w-node-c158eaed-6349-b2eb-ead8-037ea6fea6d7-6a677fa3 {
    grid-column: 1 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3614f134-d3a6-2c50-0da2-d3f8383980eb-6a677f2b {
    grid-row: 4 / 5;
  }

  #w-node-_1e5a9b05-e5cb-e997-beb1-c28dfe207ab0-6a677f2b {
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-d89e4248-bb41-c1f4-957a-39a3797794bf-6a677f2b {
    grid-row: 2 / 3;
    grid-column-start: 1;
    place-self: center;
  }

  #w-node-_2b9bc4e1-41b0-3a48-ad13-cd28e5b24755-6a677f5f, #w-node-c3f13b96-2e5d-b58d-bb0d-8df6492e9a80-6a677f5f {
    align-self: start;
  }

  #w-node-f96ea744-6b08-089f-9531-07d3f7d7da22-6a677f5f, #w-node-_3dd7c4f1-1fcc-e028-b9c6-ff749d7b39f7-6a677f5f {
    grid-column-end: 3;
  }

  #w-node-_9c59a446-d2f3-2336-b17f-4ec3a424a3f7-6a677fa1, #w-node-d80311b8-49c0-7bae-bdaa-fcc1775c2c12-6a677fa1 {
    justify-self: start;
  }

  #w-node-_58559ff6-a90d-58e8-3de7-d1ad72c9d3a5-6a677fa2 {
    grid-row-end: 3;
    align-self: start;
  }

  #w-node-_1ddf9cb5-3a4e-5035-890b-2b5e1d005103-1d005101 {
    grid-column-end: 3;
  }

  #w-node-_1ddf9cb5-3a4e-5035-890b-2b5e1d00511a-1d005101 {
    grid-column-start: 1;
  }

  #w-node-_1ddf9cb5-3a4e-5035-890b-2b5e1d005131-1d005101 {
    grid-column-end: 3;
  }

  #w-node-_1ddf9cb5-3a4e-5035-890b-2b5e1d005148-1d005101 {
    grid-column-start: 1;
  }

  #w-node-ccfd6ab7-894d-86c9-1f49-f3e667c94c0a-6a677fa3 {
    grid-column-end: 3;
  }

  #w-node-e776155f-b7d3-d9ae-0346-b607e2a87e74-6a677fa3 {
    grid-column: 1 / 4;
  }

  #w-node-_536e53ad-7913-da0c-8d13-ba915bb8ff6a-6a677fa3 {
    grid-area: 2 / 2 / 3 / 4;
    justify-self: end;
  }

  #w-node-f3c90606-66be-c67f-155c-a3d9ea9fb5dc-6a677fa3 {
    grid-column-end: 3;
  }
}


@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: 'Butler';
  src: url('../fonts/Butler-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cfbehame';
  src: url('../fonts/CFBehame-BoldItalic.otf') format('opentype'), url('../fonts/CFBehame-ExtraBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cfbehame';
  src: url('../fonts/CFBehame-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cfbehame';
  src: url('../fonts/CFBehame-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cfbehame';
  src: url('../fonts/CFBehame-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cfbehame';
  src: url('../fonts/CFBehame-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cfbehame';
  src: url('../fonts/CFBehame-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cfbehame';
  src: url('../fonts/CFBehame-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}