@font-face {
  font-family: Rocksalt;
  src: url('../fonts/RockSalt-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Bebasneue;
  src: url('../fonts/BebasNeue-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --back: #1d1010;
  --footer: #cecece;
  --bg: #333;
  --body-text: #888;
  --red: #ec3838;
}

.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-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.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(--back);
  color: #fff;
}

.hero-image-mask {
  border-radius: 0;
  width: 100%;
  margin: 12px 12px 12px 40px;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-heading {
  color: var(--footer);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: var(--footer);
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.button-2 {
  opacity: .37;
  color: #000;
  background-color: #fff;
  border: 1px #000;
  border-radius: 5px;
  transform: translate(0);
}

.utility-page-wrap {
  background-color: #ffafaf;
  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;
}

.body-2 {
  background-color: var(--back);
  color: var(--bg);
}

.navbar {
  opacity: 1;
  background-color: #0000;
  position: static;
  top: auto;
  bottom: auto;
}

.nav-link-2, .nav-link-3, .nav-link-4, .nav-link-5, .nav-link-6, .bold-text-2 {
  color: #fff;
}

.navbar-2 {
  background-color: #0000;
}

.container-4 {
  padding-top: 20px;
}

.feature-section {
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.container-5 {
  background-color: #fff;
  min-height: 2px;
  max-height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
}

.image-6 {
  border: 1px #000;
  border-radius: 15px;
}

.hero-2 {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.flex-container-2 {
  background-color: #ffffff1c;
  border-radius: 20px;
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.button-6 {
  color: #000;
  background-color: #ffffff80;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-left: 15px;
}

.heading-8 {
  color: #fff;
  font-family: Rocksalt, sans-serif;
}

.paragraph-3 {
  color: var(--body-text);
  padding-left: 10px;
}

.bold-text-3 {
  padding-left: 15px;
  font-size: 20px;
  line-height: 20px;
}

.flex-container-4 {
  background-color: #ffffff1c;
  border-radius: 20px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-right: 0;
  display: block;
}

.feature-image-mask-2 {
  flex: none;
  align-self: auto;
  max-width: 30%;
  max-height: 96%;
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 17px;
}

.feature-image-2 {
  object-fit: contain;
  object-position: 50% 50%;
  max-width: 100%;
  display: block;
}

.heading-9 {
  color: #fff;
  font-family: Rocksalt, sans-serif;
  font-size: 22px;
}

.paragraph-4 {
  color: var(--body-text);
  margin-bottom: 6px;
  padding-bottom: 4px;
  padding-left: 10px;
}

.text-block-13 {
  text-align: center;
  font-size: 30px;
}

.bold-text-4 {
  clear: both;
  color: #fff;
}

.heading-13 {
  color: #fff;
  font-family: Bitter, serif;
}

.paragraph-6 {
  color: #dfdfdf;
}

.div-block-14 {
  border-radius: 0;
}

.body-3 {
  background-color: var(--back);
}

.navbar-3 {
  background-color: #0000;
}

.bold-text-6 {
  padding-left: 32px;
}

.container-11 {
  display: flex;
}

.footer-logo-link-3 {
  flex: none;
  align-self: center;
}

.footer-image-3 {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  max-width: 40%;
  height: 100%;
}

.body-4 {
  background-color: var(--back);
}

.navbar-4 {
  background-color: #0000;
}

.section-3 {
  padding-bottom: 53px;
  display: block;
}

.text-block-22 {
  opacity: 1;
  color: #fff;
  border-radius: 0;
  text-decoration: none;
}

.rich-text-block {
  color: #fff;
  background-color: #ffffff1c;
  border-radius: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: 37px;
  margin-right: 37px;
  padding: 10px 22px;
  display: flex;
}

.navbar-5 {
  color: #0000;
  background-color: #0000;
}

.body-5 {
  background-color: var(--back);
}

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

.lightbox-link {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.lightbox-link-2 {
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.lightbox-link-3 {
  align-self: center;
  padding-right: 0;
}

.image-12 {
  border-radius: 15px;
}

.text-block-23 {
  color: #fff;
}

.heading-15 {
  color: #fff;
  text-align: center;
  display: block;
}

.lightbox-link-4 {
  clear: none;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-4 {
  align-items: center;
  display: flex;
}

.section-5 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.lightbox-link-5 {
  align-self: center;
}

.body-6 {
  background-color: var(--back);
  color: #0000;
}

.container-14 {
  justify-content: center;
  align-items: center;
  margin-top: 22px;
  display: flex;
}

.text-block-24 {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.bold-text-7 {
  font-size: 30px;
  line-height: 30px;
}

.button-8 {
  color: #000;
  background-color: #ffffff70;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 250px;
  margin-right: 250px;
  display: flex;
}

.section-6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.navbar-6 {
  background-color: #0000;
}

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

.div-block-16 {
  flex: none;
  margin-top: 0;
  margin-left: 15px;
  margin-right: 15px;
}

.image-16 {
  border-radius: 20px;
}

.rich-text-block-2 {
  color: #fff;
}

.navbar-7 {
  background-color: #0000;
}

.text-block-25 {
  color: var(--footer);
  margin-top: 15px;
}

.heading-16 {
  color: #fff;
  margin-left: 50px;
  margin-right: 50px;
  padding-left: 20px;
  font-family: Bitter, serif;
}

.body-7 {
  background-color: var(--back);
}

.navbar-8 {
  background-color: #0000;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 5px;
  grid-template: "Area Area-2"
                 "Area-3 ."
                 "Area-4 ."
                 "Area-5 ."
                 / 1.25fr 1fr;
  place-content: center;
  place-items: stretch stretch;
  margin-top: 15px;
  margin-left: 50px;
  margin-right: 51px;
}

.heading-17 {
  color: var(--footer);
  font-size: 20px;
}

.text-block-26 {
  color: var(--footer);
}

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

.heading-18 {
  color: var(--footer);
}

.list-item {
  color: #fff;
}

.list-item-2 {
  color: #fff;
  margin-left: 0;
}

.list {
  margin-left: 50px;
  margin-right: 50px;
}

.container-17 {
  background-color: #ffffff1c;
  border-radius: 6px;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  display: flex;
}

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

.heading-19, .text-block-27, .heading-20 {
  color: #fff;
}

.div-block-17 {
  margin-right: 15px;
}

.div-block-18 {
  margin-left: 15px;
}

.body-8 {
  background-color: var(--back);
}

.field-label {
  color: #fff;
}

.navbar-9 {
  background-color: #0000;
}

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

.heading-21 {
  color: #fff;
  font-size: 25px;
}

.cart {
  align-self: flex-end;
  margin-right: 70px;
}

.heading-22 {
  color: #fff;
  font-size: 15px;
}

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

.cart-button {
  margin-top: 24px;
  margin-bottom: 30px;
}

.body-9 {
  background-color: var(--back);
  color: #fff;
}

.navbar-10 {
  background-color: #0000;
}

.heading-23 {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 16px;
}

.default-state {
  margin-top: 15px;
}

.html-embed {
  justify-items: center;
  width: 150px;
  height: 150px;
}

.section-8 {
  background-color: #ffffffbf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 27px;
  margin-bottom: 30px;
  display: flex;
}

.grid-2 {
  grid-template-areas: "Area Area-2"
                       "Area-3 Area-4";
  margin-left: 105px;
  margin-right: 106px;
}

.heading-24 {
  float: none;
  clear: none;
  display: block;
  position: static;
  overflow: visible;
}

.heading-25 {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
}

.div-block-19 {
  display: block;
}

.heading-26 {
  color: #fff;
  font-size: 20px;
}

.text-block-28 {
  color: #fff;
}

.div-block-20 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
}

.text-block-29 {
  color: #fff;
  margin-bottom: 16px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 30px;
  text-decoration: none;
}

.text-block-30 {
  color: #fff;
  font-size: 12px;
}

.html-embed-2 {
  width: 150px;
  height: 150px;
}

.html-embed-3 {
  color: #fff;
  object-fit: none;
  background-color: #0000;
  flex: 1;
  align-self: center;
  width: 150px;
  height: 120px;
  margin-bottom: 31px;
  display: block;
}

.section-9 {
  color: #fff;
  background-color: #ffffff82;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-11 {
  background-color: #0000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.section-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-3"
                 "Area-2 Area-4"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  margin-left: 200px;
  margin-right: 200px;
  display: grid;
}

.text-block-31 {
  color: #fff;
  flex-direction: column;
  font-family: Changa One, Impact, sans-serif;
  font-size: 20px;
  display: flex;
}

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

.heading-27 {
  color: #fff;
  align-self: center;
  font-family: Bebasneue, sans-serif;
}

.text-block-32 {
  color: #fff;
  font-family: Changa One, Impact, sans-serif;
  font-size: 20px;
}

.navbar-12 {
  background-color: #0000;
}

.section-12 {
  background-color: #ffffffb3;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  display: flex;
}

.section-13 {
  background-color: #ffffffbf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-28 {
  text-align: center;
  align-self: auto;
  font-size: 20px;
}

.text-block-33 {
  color: #000;
  width: 300px;
  margin-bottom: 0;
  font-size: 12px;
}

.html-embed-4 {
  width: 300px;
  margin-bottom: 20px;
}

.image-17 {
  margin-bottom: 15px;
}

.heading-29 {
  color: #000;
  letter-spacing: 2px;
  width: 300px;
  margin-top: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 24px;
}

.button-9 {
  background-color: var(--red);
  margin-top: 10px;
}

.button-9:hover {
  color: #000;
  background-color: #fff;
  border-radius: 0;
  box-shadow: 1px 1px 3px #000;
}

.heading-30 {
  font-size: 20px;
}

.navbar-13 {
  color: #fff;
  background-color: #0000;
}

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

.text-block-34 {
  color: #000;
  width: 250px;
  font-size: 12px;
}

.html-embed-5 {
  width: 250px;
  margin-left: 0;
}

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

.button-10 {
  background-color: var(--red);
}

.button-11 {
  background-color: var(--red);
  border-radius: 20px;
}

.button-11:hover {
  color: var(--back);
  background-color: #fff;
}

.text-block-35 {
  font-family: Changa One, Impact, sans-serif;
  font-size: 20px;
}

.text-block-36 {
  color: #fc6500;
}

.div-block-21 {
  display: flex;
}

.heading-31 {
  margin-bottom: -7px;
  margin-left: 8px;
  font-family: Changa One, Impact, sans-serif;
}

.text-block-37 {
  margin-left: 13px;
}

.text-block-38 {
  margin-left: 10px;
  font-size: 12px;
}

.text-block-39 {
  margin-left: 11px;
}

.italic-text {
  font-size: 12px;
}

.text-block-40 {
  margin-left: 12px;
}

.image-18 {
  flex: none;
  max-width: 200px;
  max-height: 200px;
}

.container-19 {
  clear: none;
  display: inline-block;
  position: sticky;
  top: 0;
}

.button-12 {
  margin-top: 15px;
}

.div-block-22 {
  float: left;
  clear: none;
  position: sticky;
  top: 0;
}

.html-embed-6 {
  flex: 1;
  align-self: center;
}

.div-block-23 {
  min-width: 500px;
  max-width: 500px;
  min-height: 500px;
  max-height: 500px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.html-embed-7 {
  padding-left: 0;
}

.body-10, .navbar-14 {
  background-color: #000;
}

.link-block {
  clear: none;
  text-align: left;
  display: inline-block;
  position: static;
}

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

.text-block-41 {
  font-size: 30px;
}

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

.text-block-42 {
  font-size: 30px;
}

.section-16 {
  padding-top: 30px;
}

.text-block-43, .text-block-44 {
  font-size: 30px;
}

.section-17 {
  padding-top: 30px;
}

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

.section-18 {
  padding-top: 29px;
}

.body-11, .navbar-15 {
  background-color: #000;
}

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

.section-19 {
  padding-top: 30px;
}

.text-block-45, .text-block-46, .text-block-47, .text-block-48 {
  font-size: 30px;
}

.section-20 {
  padding-top: 30px;
}

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

.text-block-49, .text-block-50 {
  font-size: 30px;
}

.section-21 {
  padding-top: 30px;
}

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

.text-block-51 {
  font-size: 30px;
}

.section-22 {
  padding-top: 30px;
}

.container-26 {
  text-align: center;
  font-size: 30px;
}

.text-block-52, .text-block-53, .text-block-54 {
  font-size: 30px;
}

.container-27 {
  text-align: center;
  font-size: 30px;
}

.section-23, .section-24 {
  padding-top: 30px;
}

.container-28 {
  text-align: center;
  font-size: 30px;
}

.section-25 {
  padding-top: 30px;
}

.container-29 {
  text-align: center;
  font-size: 30px;
}

.section-26 {
  padding-top: 30px;
}

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

.body-12, .navbar-16 {
  background-color: #000;
}

.section-27 {
  padding-top: 30px;
}

.container-31 {
  text-align: center;
  font-size: 30px;
}

.section-28 {
  padding-top: 30px;
}

.container-32 {
  text-align: center;
  font-size: 30px;
}

.section-29 {
  padding-top: 30px;
}

.container-33 {
  text-align: center;
  font-size: 30px;
}

.container-34, .container-35 {
  text-align: center;
}

.heading-32, .text-block-55, .heading-33, .text-block-56, .heading-34, .text-block-57, .heading-35, .text-block-58, .heading-36, .text-block-59, .heading-37, .text-block-60 {
  color: #fff;
}

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

.heading-38, .text-block-61 {
  color: #fff;
}

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

.section-30 {
  text-align: center;
  padding-top: 30px;
  font-size: 30px;
}

.text-block-62 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 20px;
}

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

@media screen and (max-width: 991px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-image-mask-2 {
    flex: none;
    align-self: center;
  }

  .lightbox-link-3 {
    margin-left: 0;
  }

  .icon-3 {
    color: #fff;
  }

  .navbar-6 {
    background-color: #0000;
  }
}

@media screen and (max-width: 767px) {
  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
    padding-top: 9px;
    padding-left: 17px;
    padding-right: 22px;
  }

  .footer, .feature-section {
    padding: 40px 20px;
  }

  .container-5 {
    max-width: 400px;
    min-height: 5px;
    max-height: 5px;
    display: block;
  }

  .hero-2 {
    padding: 40px 20px;
  }

  .flex-container-2, .flex-container-4 {
    flex-direction: column;
  }

  .feature-image-mask-2 {
    align-self: center;
    margin-right: 10px;
  }

  .feature-image-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-4 {
    padding-right: 10px;
  }

  .paragraph-6 {
    margin-right: 25px;
  }

  .footer-image-3 {
    object-fit: contain;
  }

  .image-13 {
    margin-top: 0;
    margin-left: 0;
  }

  .image-14 {
    margin-top: 0;
  }

  .button-8 {
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button {
    float: right;
    padding-bottom: 18px;
  }

  .heading-16 {
    padding-left: 33px;
  }

  .div-block-17 {
    margin-left: 30px;
  }

  .div-block-18 {
    margin-right: 30px;
  }
}

@media screen and (max-width: 479px) {
  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .container-5 {
    max-width: 75%;
    min-height: 5px;
    max-height: 5px;
    padding-right: 0;
    display: block;
  }

  .feature-image-mask-2 {
    object-fit: contain;
    flex: none;
    order: -1;
    align-self: center;
    min-width: 10%;
    max-height: 30%;
  }

  .feature-image-2 {
    display: inline-block;
  }

  .paragraph-6 {
    margin-right: 16px;
  }

  .div-block-14 {
    margin-right: 21px;
  }

  .footer-logo-link-3 {
    height: 60px;
    margin-bottom: 42px;
  }

  .text-block-22 {
    margin-bottom: -2px;
  }

  .lightbox-link {
    padding-top: 0;
    padding-left: 0;
  }

  .lightbox-link-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .lightbox-link-3 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .image-13 {
    margin-left: 2px;
  }

  .image-14 {
    margin-left: auto;
  }

  .icon-3 {
    color: #fff;
  }

  .section-5 {
    margin-top: 14px;
  }

  .image-15 {
    flex: 0 auto;
  }

  .container-14 {
    justify-content: center;
  }

  .text-block-24 {
    font-size: 30px;
    line-height: 30px;
  }

  .button-8 {
    margin-left: 0;
    margin-right: 0;
  }

  .container-15 {
    flex-flow: row;
    place-content: flex-start center;
    align-items: center;
    padding-left: 0;
  }

  .div-block-16 {
    flex: none;
    align-self: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }

  .image-16 {
    width: 100px;
    max-width: none;
    height: 100px;
  }

  .link-block-1mob {
    width: 100px;
    max-width: none;
    height: 100px;
    max-height: none;
    display: inline-block;
  }

  .heading-16 {
    padding-left: 0;
  }

  .container-18 {
    flex-direction: column;
  }

  .div-block-18 {
    flex: 0 auto;
  }

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

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

  .div-block-23 {
    min-width: 300px;
    max-width: 300px;
    min-height: 500px;
    max-height: 500px;
  }

  .text-block-50 {
    padding-top: 0;
    line-height: 30px;
    overflow: visible;
  }
}

#w-node-cfe05ed6-b32e-450f-9f16-dd0f0f196488-d81ed5ea {
  grid-area: Area-2;
}

#w-node-e5669357-18b6-f796-546a-5001454aa705-d81ed5ea {
  grid-area: Area;
}

#w-node-a735210e-651f-53a4-0a4d-5225d38fbdd2-d81ed5ea {
  grid-area: Area-3;
}

@media screen and (max-width: 479px) {
  #w-node-e5669357-18b6-f796-546a-5001454aa705-d81ed5ea {
    place-self: center;
  }
}


@font-face {
  font-family: 'Rocksalt';
  src: url('../fonts/RockSalt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}