:root {
  --royal-blue: #0e6dff;
  --black: #040b11;
  --purple: #9e30d2;
  --dark-purple: #18071b;
  --red: #e34242;
  --black-2: #10141d;
  --yellow: #fcff39;
  --silver: #c2c3c5;
  --dark-red: #250b0b;
  --green: #749c54;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutformcontainer {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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;
  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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

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

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

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

.w-commerce-commerceorderconfirmationcontainer {
  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-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

@media screen and (max-width: 767px) {
  .w-commerce-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-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

p {
  color: #fff;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
}

a {
  text-decoration: none;
}

li {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.navbar {
  z-index: 999999999;
  border-bottom: 6px solid var(--royal-blue);
  background-color: var(--black);
  justify-content: space-between;
  align-items: center;
  height: 114px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  top: 0;
}

.navbar.mobilenav {
  display: none;
}

.navbar.retired-sets {
  background-color: #250b0b;
  border-bottom-color: #e34242;
}

.navbar.blind-bags {
  border-bottom-color: var(--purple);
  background-color: var(--dark-purple);
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  font-family: Bakbak One, sans-serif;
  font-size: 16px;
  line-height: 24px;
  transition: color .2s cubic-bezier(.77, 0, .175, 1);
  position: relative;
}

.nav-link:hover {
  color: var(--royal-blue);
}

.nav-link.w--current {
  color: var(--royal-blue);
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 24px;
}

.nav-link.hide {
  display: none;
}

.nav-link.hide.w--current {
  display: block;
}

.body {
  background-color: #040b11;
  font-family: Bakbak One, sans-serif;
}

.body.styleguide {
  padding-left: 50px;
  padding-right: 50px;
}

.body.password {
  height: 100vh;
  overflow: hidden;
}

.link-block {
  background-image: linear-gradient(to right, #06f, #00bdff);
  justify-content: center;
  align-items: center;
  width: 185px;
  padding: 9px 20px;
  display: flex;
  position: relative;
}

.link-block.login {
  background-image: linear-gradient(to right, #06f, #00bdff);
  width: 110px;
  margin-right: 25px;
}

.link-block.login.retired-sets {
  background-image: linear-gradient(to right, #e34242, #e34242 0%, #ffb1b1 101%);
}

.link-block.login.blind-bags {
  background-image: linear-gradient(to right, #9e30d2, #c29ad4);
}

.link-block.account {
  width: 125px;
  margin-right: 0;
}

.link-block.account.w--current {
  margin-right: 0;
}

.link-block.logout {
  background-image: linear-gradient(80deg, #ff0004, #ff676a), linear-gradient(to right, #06f, #00bdff);
  width: 110px;
  margin-right: 25px;
}

.link-block.logout.big.w--current {
  margin-top: 30px;
  margin-right: 0;
  padding-left: 102px;
  padding-right: 102px;
  font-size: 24px;
}

.link-block.logout.small, .link-block.logout.small.w--current {
  width: 125px;
  margin-top: 15px;
  margin-right: 0;
}

.link-block.resetpassword {
  background-image: linear-gradient(to right, #ff0004, #ff0004);
}

.link-block.roadmap {
  width: 200px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  top: -289px;
}

.link-block.roadmap.blind-bags {
  background-image: linear-gradient(to right, #9e30d2, #c29ad4);
  width: 200px;
  top: -300px;
}

.link-block.roadmap.retired-sets {
  background-image: linear-gradient(to right, var(--red), #ffb1b1);
  width: 200px;
  top: -300px;
}

.link-block.roadmap.steals-deals {
  background-image: linear-gradient(to right, #749c54, #b5d89a);
  top: -300px;
}

.link-block.about-page {
  z-index: 1;
  top: 14.5px;
}

.link-block.about-page.red {
  background-image: linear-gradient(to right, #a7001e, #350006);
}

.link-block.about-page.green {
  background-image: linear-gradient(to right, #749c54, #b5d89a);
}

.link-block.about-page.purple {
  background-image: linear-gradient(to right, #9e30d2, #c29ad4);
}

.button {
  color: #000;
  text-transform: uppercase;
  background-color: #fcff39;
  justify-content: center;
  margin-top: 0;
  margin-right: 0;
  padding: 9px 25px;
  font-family: Bakbak One, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.button.menu {
  padding: 10px;
}

.button.menu.blue {
  background-color: var(--royal-blue);
  color: #fff;
}

.button.menu.purple {
  background-image: linear-gradient(80deg, #9e30d2, #c29ad4);
}

.button.menu.red {
  color: #fff;
  background-image: linear-gradient(to right, #ea5154, #ea5354);
}

.button.menu.black {
  background-image: linear-gradient(#000, #000 53%, #1d1d1d);
  display: none;
}

.button.subscribe-page {
  margin-top: 1.5rem;
}

.text-block {
  color: #fff;
  text-align: center;
  font-family: Bakbak One, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-block.big {
  font-size: 24px;
}

.utility-page-wrap {
  z-index: 2;
  opacity: .1;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

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

.paragraph-2 {
  color: #cecece;
  margin-top: 20px;
  margin-bottom: 35px;
  font-family: Poppins, sans-serif;
}

.text-field {
  background-color: #0000;
  border: 1px solid #fff;
  margin-bottom: 0;
  margin-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-field::placeholder {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.text-field.passwordpage {
  margin-bottom: 10px;
}

.newsletter-button {
  text-transform: uppercase;
  background-image: linear-gradient(to right, #06f, #00bdff);
  padding: 10px 40px;
  font-family: Bakbak One, sans-serif;
}

.field-label {
  color: #fff;
  font-family: Poppins, sans-serif;
  display: block;
}

.text-block-3 {
  color: #d30e0e;
  text-transform: uppercase;
  font-family: Bakbak One, sans-serif;
  font-size: 24px;
}

.error-message {
  background-color: #0000;
  margin-top: 0;
}

.div-block-5 {
  background-color: var(--black);
  background-image: url('../images/BattlepacksVector.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1250px;
  padding: 55px;
}

.div-block-5.center {
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-right: 30px;
  display: grid;
}

.contact-form-grid.signup {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr .75fr;
}

.text-field-3 {
  background-color: var(--black-2);
  color: #fff;
  border: 1px solid #aaa;
  margin-bottom: 0;
  padding: 1.5em 22px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-field-3:active {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
  transform: translate(0);
}

.text-field-3:focus {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.text-field-3::placeholder {
  color: #fff;
  letter-spacing: 2px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.contact-text-wrapper {
  padding-top: 0;
  padding-bottom: 1em;
}

.div-block-12 {
  padding-bottom: 2em;
  position: relative;
}

.form-block {
  position: relative;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 35px;
  padding-top: 0;
  font-family: Bakbak One, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 72px;
}

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

.text-block-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-4.margin {
  margin-top: 17px;
}

.text-block-4.link {
  color: var(--royal-blue);
  margin-top: 10px;
  text-decoration: underline;
}

.text-block-4.password-note {
  color: #868686;
  margin-top: 10px;
  font-size: 16px;
}

.div-block-13 {
  justify-content: space-between;
  padding-top: 50px;
  display: flex;
}

.image-3 {
  z-index: 5;
  display: none;
  position: absolute;
  inset: 40% 5% 0% auto;
}

.submit-button-2 {
  background-color: #040b1100;
  border: 1px solid #fff;
  width: 250px;
  margin-top: 20px;
  font-family: Bakbak One, sans-serif;
  font-size: 16px;
}

.figure-info-button {
  text-transform: uppercase;
  background-color: #353535;
  margin-top: 25px;
  margin-bottom: 0;
  padding: 12px 25px;
  font-size: 18px;
}

.figure-info-button:hover {
  background-color: #353535;
  border: 2px #fff;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-brand {
  display: none;
}

.footer-brand.tablethide {
  display: block;
}

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

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #474747;
  text-align: justify;
  margin-top: 25px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.footer-social-block-two {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.footer-social-link {
  margin-left: 10px;
}

.footer-social-link.hide {
  display: none;
}

.made-by-sagacity {
  opacity: .5;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.made-by-sagacity:hover {
  opacity: 1;
}

.made-by-sagacity:active {
  opacity: .8;
}

.sagacity-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.paragraph-tiny {
  color: #a3acc0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Bakbak One, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.heading-8 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bakbak One, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 78px;
}

.collectiontabs {
  color: #353535;
  text-transform: uppercase;
  margin-right: 0;
  padding: 10px 35px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  display: inline-block;
}

.collectiontabs.w--current {
  background-color: var(--yellow);
  color: var(--black);
  margin-right: 0;
  padding: 10px 35px;
  font-size: 16px;
  display: inline-block;
}

.collectiontabs.last {
  padding-left: 20px;
  padding-right: 5px;
  font-size: 16px;
}

.collectiontabs.last.w--current {
  color: #fff;
  background-color: #0000;
  padding-left: 25px;
}

.line {
  background-color: #353535;
  height: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.div-block-28 {
  padding-left: 35px;
  padding-right: 35px;
}

.collection-list {
  grid-column-gap: 12px;
  grid-row-gap: 45px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  display: grid;
}

.producttitlecollection {
  color: #fff;
  object-fit: fill;
  width: auto;
  font-family: Bakbak One, sans-serif;
  font-size: 23px;
  line-height: 100%;
}

.collection-item {
  background-color: #232323;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: auto;
  padding: 0;
  display: flex;
}

.categorybuybutton {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #353535;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Bakbak One, sans-serif;
  font-size: 20px;
  transition: background-color .2s cubic-bezier(.6, .04, .98, .335);
}

.categorybuybutton:hover {
  background-color: var(--royal-blue);
}

.categorybuybutton.hide {
  display: none;
}

.product-info-wrap {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.pricecollection {
  color: #fff;
  margin-top: 0;
  font-family: Bakbak One, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.pricecollection.cross {
  text-align: right;
  margin-top: 0;
  margin-bottom: 12px;
  text-decoration: line-through;
}

.pricecollection.yellow {
  color: #fcff39;
  text-align: right;
  font-size: 26px;
}

.product-wrap {
  z-index: 4;
  background-color: #040b1100;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 25px 15px;
  display: flex;
  position: relative;
}

.product-image-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.clock-number {
  font-family: Bakbak One, sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 70px;
}

.clock-number.home {
  text-align: center;
  font-size: 72px;
  font-weight: 400;
}

.clock-label {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
  font-family: Bakbak One, sans-serif;
}

.clock-label.home {
  margin-right: -5px;
  font-size: 16px;
}

.hide {
  display: block;
}

.div-block-38 {
  background-image: url('../images/Rectangle-55_1.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  margin-bottom: 20px;
  padding: 64px 26px 64px 25px;
  display: flex;
}

.div-block-38.under {
  background-image: url('../images/Rectangle-105.svg');
  background-position: 50% 0;
  padding: 55px 20px 0;
}

.div-block-38.under.general-store {
  background-image: url('../images/Rectangle-56.svg');
}

.div-block-38.under.custom-sets {
  background-image: url('../images/customsetswrap.png');
  background-size: cover;
  background-attachment: scroll;
}

.div-block-38.custom-sets {
  background-image: url('../images/Rectangle-55.png');
}

.div-block-38.general-store {
  background-image: url('../images/Rectangle-55.svg');
}

.nav-menu-2 {
  margin-left: 0;
  display: flex;
}

.div-block-51 {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  padding-left: 65px;
  padding-right: 65px;
  display: flex;
}

.figure-grid-wrap {
  grid-column-gap: 27px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-bottom: 186px;
}

.figure-grid-wrap.tablet, .figure-grid-wrap.mobile {
  grid-column-gap: 27px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.figure-grid-wrap.desktop {
  padding-bottom: 25px;
  padding-left: 50px;
  padding-right: 50px;
}

.figure-grid-wrap.desktop.general {
  grid-column-gap: 27px;
  grid-row-gap: 16px;
  background-color: var(--dark-purple);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 25vw;
  padding-right: 25vw;
  display: none;
}

.bb-icon-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link-two-2 {
  color: #474747;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 70px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  transition: color .2s cubic-bezier(.77, 0, .175, 1);
  display: inline;
}

.footer-link-two-2:hover {
  color: #c2c3c5;
}

.footer-link-two-2.w--current {
  color: #0e6dff;
  font-weight: 700;
}

.footer-link-two-2.hide {
  display: none;
}

.footer-link-two-2.categorylist {
  display: block;
}

.image-17 {
  width: 40px;
  height: 60px;
  margin-right: 20px;
}

.image-17.head {
  width: auto;
  height: auto;
  margin-top: 112px;
  margin-right: 0;
}

.image-17.head.down {
  margin-bottom: -8px;
}

.footer-title-2 {
  color: #c2c3c5;
  font-family: Bakbak One, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.div-block-60 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-column {
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.heading-19 {
  color: #fff;
  text-transform: uppercase;
  font-family: Bakbak One, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.heading-19.center {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 48px;
}

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

.tabs {
  color: #c02e29;
  background-color: #fff0;
  border-top: 1px solid #000;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 600;
}

.tabs.w--current {
  background-color: #c02e29;
  background-image: linear-gradient(to bottom, var(--royal-blue), #448eff);
  color: #fff;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 600;
}

.tabs-menu {
  margin-top: 35px;
}

.rich-text-block-2, .rich-text-block {
  color: #fff;
  padding-top: 25px;
  font-weight: 400;
}

.text-block-8, .text-block-9, .text-block-10 {
  color: #fff;
  font-weight: 400;
}

.div-block-74 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding-bottom: 25px;
  display: flex;
}

.div-block-75 {
  align-items: center;
  height: 35vh;
  padding-left: 75px;
  padding-right: 75px;
  display: flex;
}

.div-block-76 {
  background-image: url('../images/Group-8447_1Group-8447.webp');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding: 60px 6.5vw;
  display: flex;
}

.cart-button {
  background-color: #0000;
  padding-left: 25px;
  padding-right: 25px;
}

.icon {
  margin-right: 0;
}

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

.div-block-81 {
  align-items: center;
  display: flex;
}

.heading-25 {
  color: #fff;
}

.text-block-14 {
  color: #fff;
  letter-spacing: .8px;
  font-size: 18px;
}

.text-block-15 {
  color: #fff;
  font-size: 16px;
}

.text-block-16 {
  color: #ff0e12;
}

.cart-quantity {
  background-color: var(--black);
  color: #fff;
}

.text-block-17 {
  color: #fff;
  font-size: 22px;
}

.text-block-18 {
  color: var(--royal-blue);
  font-size: 18px;
}

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

.icon-2 {
  color: #fff;
}

.text-block-19 {
  color: #fff;
  font-size: 24px;
}

.error-state {
  background-color: #ff8a8a;
}

.cart-quantity-2 {
  min-width: 22px;
  height: 22px;
  color: var(--royal-blue);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.cart-quantity-2.general-store {
  min-width: 26px;
  height: 26px;
  font-size: 22px;
}

.cart-quantity-2.retired-sets {
  color: #e34242;
}

.cart-quantity-2.blind-bags {
  color: var(--purple);
}

.box-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.box-2.home {
  width: 80px;
  height: 100px;
  margin-left: 6px;
  margin-right: 6px;
}

.js-clock-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.js-clock-3.hide {
  display: none;
}

.product-columns {
  padding-top: 36px;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.product-columns.general-store {
  background-image: none;
}

.figure-info-button-wrap {
  justify-content: center;
  align-items: center;
  margin-bottom: 55px;
  display: none;
}

.figure-info-wrap {
  background-color: var(--dark-purple);
}

.text-field-4 {
  background-color: #0000;
  border: 1px solid #fff;
  margin-bottom: 0;
  margin-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-field-4::placeholder {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.accordion-arrow-wrap---brix {
  background-color: #0000;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-height: 50px;
  display: flex;
}

.accordion-trigger---brix {
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
}

.accordion-item---brix {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.accordion-item---brix.accordion-1---brix {
  background-color: #0000;
  border: 2px #0000;
  border-radius: 0;
  margin-bottom: 32px;
  padding: 0;
}

.accordion-item---brix.accordion-1---brix:hover {
  box-shadow: none;
  border-style: none;
}

.accordion-item-wrapper---brix {
  max-width: 886px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-item-wrapper---brix.preview-page {
  margin-top: 20px;
}

.heading-4 {
  color: #fff;
  font-size: 48px;
  font-weight: 300;
}

.accordion-paragraph---brix {
  color: #c4c4c4;
  width: 100%;
  max-width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-content---brix {
  background-color: #1e1e1e;
  background-image: url('../images/Instagram-post---113_1Instagram-post---113.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
  overflow: hidden;
}

.accordion-item-title---brix {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-left: 16px;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
  display: flex;
}

.columns-4 {
  margin-top: 0;
  padding-left: 25px;
  padding-right: 25px;
  display: none;
}

.column-4 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.text-block-11 {
  color: #000;
  font-size: 20px;
}

.pricing-box {
  text-align: center;
  background-color: #10141d;
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  width: auto;
  min-height: 0;
  margin-left: 0%;
  margin-right: 0%;
  padding: 25px 40px;
  font-family: Bakbak One, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 2em;
  display: flex;
  box-shadow: 0 10px 25px 3px #0000001a;
}

.text-block-12 {
  color: #fff;
  text-align: center;
}

.button-4 {
  color: #fff;
  letter-spacing: 1px;
  background-color: #378ae8;
  border-radius: 3px;
  padding: 15px 25px 11px;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 20px;
  transition: background-color .2s;
}

.button-4:hover {
  background-color: #2566b0;
}

.button-4.pricing-button {
  letter-spacing: 1.5px;
  background-color: #fcff39;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 16.5px;
  display: flex;
}

.button-4.pricing-button.nomargin {
  margin-bottom: 0;
}

.text-block-13 {
  color: #fff;
  text-align: left;
  font-size: 15px;
}

.silver-boarder {
  background-image: linear-gradient(#cdcdcd, #4b4b4b 25%, gray 53%, #393939 75%, #c4c4c4);
  flex-direction: column;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: auto;
  padding: 2px;
  display: flex;
  position: relative;
}

.silver-boarder.subscribe {
  border-radius: 6px;
  width: 33.1%;
}

.silver-boarder.hide {
  display: none;
}

.silver-boarder.collections-card {
  flex: 1;
  margin-right: 20px;
  padding: 2px;
}

.silver-boarder.faq-boarder {
  margin-top: 20px;
}

.div-block-79 {
  justify-content: space-around;
  margin-top: 35px;
  margin-bottom: 35px;
  display: flex;
}

.price {
  color: #fff;
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 52px;
  font-weight: 700;
  line-height: 70px;
  position: relative;
}

.price.yellow {
  color: #fcff39;
  text-align: center;
}

.body-2 {
  background-color: var(--black);
  font-family: Bakbak One, sans-serif;
}

.div-block-88 {
  margin-bottom: 0;
  display: block;
}

.text-block-20 {
  color: #fff;
  margin-top: 10px;
  font-size: 25px;
  display: block;
}

.text-span-3 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.text-span-4 {
  color: #fff;
  font-size: 20px;
}

.quantity-wrap {
  color: #fff;
  justify-content: flex-end;
  margin-top: 10px;
  font-size: 16px;
  display: flex;
}

.quantity-wrap.blindbag {
  margin-bottom: 10px;
  font-size: 20px;
}

.quantity-number {
  color: #fff;
  margin-right: 4px;
}

.only-text {
  margin-right: 4px;
}

.collectiontabslist {
  display: flex;
}

.profile_h1 {
  color: #fff;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 25px;
}

.input-label {
  color: #fff;
  margin-bottom: 3px;
  padding-left: 10px;
  font-size: 13px;
}

.ms-profile-image-preview {
  background-color: var(--black);
  object-fit: cover;
  border: 2.5px solid #0e6dff;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.ms-profile-image-preview.bp {
  border-style: none;
  border-color: var(--yellow);
  margin-top: 0;
  margin-bottom: 0;
}

.ms-profile-image-preview.retired-sets {
  border-color: #e34242;
}

.ms-profile-image-preview.blind-bags {
  border-color: var(--purple);
}

.ms-profile-upload {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #070e27;
  border: 1px solid #ddd;
  border-radius: 50px;
  align-items: center;
  padding: 7px 20px;
  line-height: 27px;
  display: flex;
}

.ms-profile-upload.large-image {
  z-index: 5;
  border-style: none;
  border-radius: 100px;
  justify-content: center;
  width: 175px;
  height: 175px;
  padding: 0;
  position: absolute;
  top: 376px;
  left: 100px;
}

.ms-profile-upload.large-image:hover {
  background-color: #0000;
}

.profile_column {
  width: 50%;
  min-width: 250px;
  min-height: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 10px;
}

.profile_section {
  border: .5px solid var(--royal-blue);
  border-radius: 20px;
  width: 100%;
  margin-bottom: 2rem;
  padding: 30px 20px;
  position: relative;
}

.profile_section.hide {
  display: none;
}

.save-button {
  background-color: #2962ff;
  border-radius: 50px;
  margin-left: 10px;
  padding-left: 20px;
  padding-right: 20px;
  transition: opacity .2s;
  display: none;
}

.save-button:hover {
  opacity: .8;
}

.edit-profile {
  z-index: 3;
  color: #000;
  border: 1px solid #f3f3f3;
  border-radius: 50px;
  margin-left: 10px;
  padding: 9px 20px;
  transition: background-color .2s, border-color .2s;
  position: relative;
}

.edit-profile:hover {
  color: #fff;
  background-color: #000;
}

.relative-2 {
  position: relative;
}

.profile_form-header {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: static;
  top: 0;
}

.dash_content {
  background-color: var(--black);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.profile_section-head {
  color: #fff;
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
}

.block-inputs {
  z-index: 2;
  display: block;
  position: absolute;
  inset: 0%;
}

.profile_flex {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  display: flex;
  position: relative;
}

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

.text-block-26 {
  color: #fff;
  font-weight: 400;
}

.icon-5 {
  color: var(--royal-blue);
  -webkit-text-stroke-color: #e34242;
}

.icon-5.retired-sets {
  color: var(--red);
}

.icon-5.blind-bags {
  color: var(--purple);
}

.dropdown-list {
  background-color: #ddd3;
}

.dropdown-list.w--open {
  border: 1px solid var(--royal-blue);
  background-color: var(--black);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
  top: 124px;
  left: -25px;
}

.heading-27 {
  color: #fff;
  justify-content: flex-start;
  margin-bottom: 0;
  margin-left: 300px;
  margin-right: 0;
  font-size: 42px;
  font-weight: 400;
  display: flex;
}

.heading-27.lname {
  margin-left: 10px;
  font-size: 42px;
}

.input-preview {
  background-color: var(--black-2);
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.link-block-2 {
  display: none;
}

.heading-29 {
  color: #fff;
  font-size: 64px;
  font-weight: 400;
  line-height: 64px;
}

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

.div-block-92.images {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-93 {
  background-color: var(--black);
  border: 3px solid #fff;
  width: 100px;
  height: 100px;
  margin-right: 25px;
}

.div-block-93.bg {
  margin-right: 0;
}

.div-block-93.blue {
  background-color: var(--royal-blue);
  margin-right: 0;
}

.div-block-93.yellow {
  background-color: var(--yellow);
  margin-right: 0;
}

.div-block-93.secondary {
  background-color: var(--black-2);
  margin-right: 0;
}

.heading-30 {
  color: #fff;
  font-weight: 400;
}

.heading-30.poppins {
  font-family: Poppins, sans-serif;
  font-weight: 200;
}

.heading-30.poppins.light {
  font-weight: 300;
}

.heading-30.poppins.normal {
  font-weight: 400;
}

.heading-30.poppins.medium {
  font-weight: 500;
}

.heading-30.poppins.bold {
  font-weight: 600;
}

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

.div-block-94 {
  flex-direction: column;
  align-items: center;
  margin-right: 45px;
  display: flex;
}

.div-block-94.left {
  align-items: flex-start;
}

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

.link-2 {
  color: var(--royal-blue);
  font-size: 16px;
  text-decoration: underline;
}

.paragraph-11 {
  color: #fff;
  text-align: center;
  font-family: Bakbak One, sans-serif;
  font-size: 16px;
}

.paragraph-11.hide {
  display: none;
}

.paragraph-12 {
  color: #9b9b9b;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.paragraph-12.hide {
  display: none;
}

.text-span-7 {
  text-shadow: 0 3px 4px var(--royal-blue);
  font-size: 18px;
}

.div-block-95, .div-block-96 {
  display: flex;
}

.div-block-96.center {
  flex-direction: column;
  align-items: center;
}

.big-logo {
  z-index: 2147483647;
  object-fit: contain;
  flex: none;
  align-self: center;
  height: auto;
  max-height: 100%;
  display: block;
  position: relative;
  overflow: visible;
}

.image-26 {
  margin-top: 50px;
  font-family: Bakbak One, sans-serif;
}

.heading-31 {
  color: #fff;
  margin-top: 0;
  font-family: Bakbak One, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.button-6 {
  color: #000;
  text-transform: uppercase;
  background-color: #fcff39;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Bakbak One, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  overflow: visible;
}

.button-6.createaccount {
  color: #fff;
  background-color: #fcff3900;
  border: 1px solid #fff;
  flex-direction: column;
  align-items: center;
  margin-bottom: 12px;
}

.button-6.createaccount.hide {
  display: flex;
}

.button-6.subscribe {
  margin-bottom: 12px;
}

.button-6.add-to-cart.general-store {
  color: #fff;
  background-image: linear-gradient(to right, #06f, #00bdff);
}

.button-6.add-to-cart.custom-sets {
  color: #fff;
  background-image: linear-gradient(#1d1d1d, #181818 50%, #1d1d1d);
}

.button-6.buy-now {
  color: #fff;
  background-color: #fcff3900;
  border: 1px solid #fff;
}

.paragraph-14 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  display: block;
}

.heading-33 {
  color: #fff;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.heading-33.yellow {
  color: var(--yellow);
  margin-top: 0;
}

.heading-33.cross {
  text-decoration: line-through;
}

.div-block-101 {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.div-block-102 {
  margin-top: 15px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-102.top {
  background-image: url('../images/Instagram-post---54_1Instagram-post---54.webp'), none;
  background-position: 50%, 50%;
  background-size: cover, cover;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-102.top.general-store {
  background-image: none;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  padding: 1rem 0;
}

.div-block-104 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-104.hide {
  display: block;
}

.field-label-4, .quantity-3 {
  display: none;
}

.empty-state {
  background-color: #0e6dff00;
  margin-bottom: 0;
}

.text-block-28 {
  color: #fff;
  text-align: center;
  font-family: Bakbak One, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

.productlink {
  flex: 0 auto;
  align-self: center;
  width: 100%;
  height: auto;
  position: relative;
}

.icon-6, .shop-dropdown {
  color: #fff;
}

.shop-dropdown:hover {
  color: var(--royal-blue);
}

.shop-dropdown.w--open {
  z-index: 999999;
}

.dropdown-link {
  border-bottom: 1px solid var(--royal-blue);
  background-color: var(--black-2);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 17px 45px;
  transition: color .35s cubic-bezier(.86, 0, .07, 1);
}

.dropdown-link:hover {
  color: var(--royal-blue);
}

.dropdown-link.whatnot {
  padding-left: 1rem;
  padding-right: 1rem;
}

.image-22 {
  display: block;
}

.div-block-18 {
  background-image: url('../images/Rectangle-58.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 420px;
  display: flex;
}

.div-block-18._2 {
  background-color: #0a0e17;
  background-image: url('../images/Instagram-post---54_1Instagram-post---54.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  padding: 0 15px 18px;
}

.div-block-18._2:hover {
  background-color: #0a0e17;
  background-image: url('../images/Instagram-post---54_1Instagram-post---54.webp');
  background-position: 50%;
  background-size: cover;
  border: 1px #0e6dff;
}

.div-block-18._2.blind-bags {
  background-image: url('../images/Instagram-post---113_1Instagram-post---113.webp');
}

.div-block-18._2.retired-sets {
  background-image: url('../images/Instagram-post---111_1Instagram-post---111.webp');
}

.div-block-18._2.yellow {
  background-image: url('../images/Instagram-post---114_1Instagram-post---114.webp');
}

.div-block-18._2.custom-sets {
  background-image: url('../images/Instagram-post---128_1Instagram-post---128.webp');
}

.div-block-106 {
  justify-content: center;
  align-items: center;
  margin-top: 103px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

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

.image-15.blind-bags {
  height: 221px;
  margin-top: 0;
}

.text-block-7 {
  color: #000;
  font-size: 32px;
  line-height: 32px;
}

.heading-5 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 400;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  display: grid;
}

.div-block-48 {
  background-color: #fbff39;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 75px;
  margin-top: 160px;
  display: none;
}

.div-block-73 {
  background-image: url('../images/Group-8411_1Group-8411.webp');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.general-store-buttons {
  flex-direction: column;
  display: flex;
}

.add-to-cart {
  display: block;
}

.add-to-cart.hide {
  display: none;
}

.soldout-label {
  background-color: red;
  justify-content: center;
  align-items: center;
  width: 100px;
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
  inset: 55% 0% 0%;
}

.soldout-text {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
}

.div-block-117 {
  background-image: url('../images/Instagram-post---54_1Instagram-post---54.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.roadmap-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 75px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.div-block-118 {
  border: 1px solid var(--silver);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 350px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-118.locked {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.text-block-34 {
  filter: blur(20px);
  color: #c2c3c5;
  font-size: 28px;
  line-height: 100%;
}

.text-block-34.unblur {
  filter: none;
  font-size: 25px;
}

.text-block-35 {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.div-block-119 {
  grid-column-gap: 16px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  display: grid;
}

.heading-37 {
  color: #fff;
  font-size: 56px;
  font-weight: 400;
  line-height: 56px;
}

.image-28 {
  width: auto;
  height: 42%;
  margin-top: 75px;
  margin-bottom: 15px;
}

.image-28.unblur {
  filter: none;
  width: auto;
  height: 42%;
  margin-bottom: 25px;
}

.text-span-8 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(132deg, #06f, #01c2ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-8.purple {
  background-image: linear-gradient(132deg, #9e30d2 35%, #c29ad4);
}

.text-span-8.gold {
  background-image: linear-gradient(132deg, #e3a455, #f6dba6 23%, #f0be79 40%, #8f653b 57%, #eebc70);
}

.text-span-8.red {
  background-image: linear-gradient(132deg, #e75353, #e65352);
}

.text-block-36 {
  font-size: 18px;
  line-height: 100%;
}

.text-block-36.white {
  color: #fff;
}

.div-block-120 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-121 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-38 {
  color: #fff;
  font-weight: 400;
}

.div-block-123 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.div-block-124 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.subscriber_testimonial {
  color: #747474;
  text-align: center;
  max-width: 26rem;
  margin-top: .75rem;
  font-weight: 500;
  display: none;
}

.newsletter_card {
  border-radius: 1rem;
  flex-direction: column;
  width: 100%;
  max-width: 32rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 20px #5136eb0d;
}

.title {
  color: #fff;
  text-align: center;
  max-width: 24.375rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 100%;
}

.close_button {
  position: absolute;
  inset: 1.5rem 1.5rem auto auto;
}

.bottom {
  grid-row-gap: 2rem;
  background-color: #131313;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.top {
  background-color: #5136eb00;
  background-image: url('../images/Instagram-post---131_1Instagram-post---131.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 16.25rem;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.newsletter_container {
  z-index: 2147483647;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-image: linear-gradient(#13131359, #13131359);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-top: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.newsletter_container.custom-sets {
  display: none;
}

.div-block-125 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-29 {
  margin-top: 25px;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.product-image {
  object-fit: contain;
  height: 250px;
}

.checkout-form {
  background-color: var(--black-2);
}

.customer-info {
  background-image: url('../images/Instagram-post---54_1Instagram-post---54.webp');
  background-position: 50%;
  background-size: auto;
}

.block-header {
  border-color: var(--royal-blue);
  background-color: #fff0;
}

.block-content {
  border-right-color: var(--royal-blue);
  border-bottom-color: var(--royal-blue);
  border-left-color: var(--royal-blue);
  background-color: #fff0;
}

.heading-39, .field-label-5, .text-block-42 {
  color: #fff;
}

.shipping-address {
  background-image: url('../images/Instagram-post---54_1Instagram-post---54.webp');
  background-position: 50%;
  background-size: cover;
}

.block-header-2 {
  background-color: #fff0;
}

.collectiontab {
  display: flex;
}

.retired-sets-wrap {
  background-image: url('../images/Instagram-post---111_1Instagram-post---111.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 25px 15px;
  display: flex;
}

.retired-sets-wrap.coming-soon {
  background-color: #040b11;
  background-image: none;
  align-items: center;
}

.default-state-4 {
  flex-direction: column;
  display: flex;
}

.default-state-4.hide {
  display: flex;
}

.div-block-127 {
  height: 1px;
}

.right-arrow {
  justify-content: flex-end;
  align-items: center;
  padding-right: 25px;
  display: none;
}

.link-block-3 {
  background-image: linear-gradient(to right, #06f, #00bdff);
  justify-content: center;
  align-items: center;
  width: 185px;
  padding: 9px 20px;
  display: flex;
}

.link-block-3.watch-video {
  background-image: none;
  justify-content: flex-start;
  width: 185px;
  padding-left: 0;
  padding-right: 0;
}

.left-arrow {
  justify-content: flex-start;
  align-items: center;
  padding-left: 25px;
  display: none;
}

.slide-1 {
  background-image: linear-gradient(#000, #0000004d), url('../images/Rectangle-58.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.text-block-45 {
  color: #fff;
  font-size: 18px;
}

.heading-41 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bakbak One, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 100%;
  display: block;
}

.div-block-129 {
  flex-direction: row;
  display: flex;
}

.slide-3 {
  background-color: var(--black);
}

.image-31 {
  margin-left: 15px;
  margin-right: 0;
}

.slider-section {
  display: none;
}

.paragraph-15 {
  color: #fff;
  text-align: center;
  margin-bottom: 2.5px;
  font-family: Bakbak One, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.slider-2 {
  height: 80vh;
}

.div-block-130 {
  flex-direction: column;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.div-block-131 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  bottom: -460px;
}

.div-block-131.hide {
  background-image: linear-gradient(#000, #00000080), url('../images/Rectangle-57_2Rectangle-57.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  display: none;
  position: static;
}

.bestsellercollectionlist {
  z-index: 10;
  background-color: #040b1100;
  background-image: url('../images/Group-8447_1Group-8447.webp');
  background-position: 50%;
  background-size: cover;
  padding: 100px 30px;
  display: block;
  position: relative;
}

.bestsellercollectionlist.blankbg {
  background-image: none;
  display: block;
}

.heading-42 {
  color: #fff;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 44px;
  font-weight: 400;
  line-height: 100%;
}

.paragraph-3 {
  color: #fff;
  text-align: left;
  margin-bottom: 100px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.div-block-22 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.transbutton {
  background-color: #3e4b5600;
  border: 1px solid #fff;
  padding: 11px 34px;
}

.transbutton.blue {
  background-image: linear-gradient(to right, #06f, #00bdff);
  border-style: none;
  margin-right: 10px;
  padding: 12px 35px;
}

.transbutton.trans {
  margin-left: 10px;
  padding-left: 35px;
  padding-right: 35px;
}

.div-block-21 {
  margin-top: 35px;
  margin-bottom: 0;
}

.heading-6 {
  color: #fff;
  margin-bottom: 0;
  font-family: Bakbak One, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
}

.paragraph-4 {
  color: #c2c3c5;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.image-5 {
  z-index: 2;
  flex: 1;
  position: absolute;
  inset: -31% -10% auto auto;
}

.button-2 {
  text-transform: uppercase;
  background-color: #353535;
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 12px 25px;
}

.button-2:hover {
  background-color: #353535;
  border: 2px #fff;
}

.button-2.about-page {
  font-size: 14px;
}

.button-2.invert {
  background-color: #35353500;
  border: 2px solid #fff;
}

.card-section-wrapper {
  background-color: #040b11;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.columns {
  align-items: center;
  width: 100%;
  padding-left: 110px;
  padding-right: 110px;
  display: flex;
}

.text-field-6 {
  background-color: #0000;
  border: 1px solid #fff;
  margin-bottom: 0;
  margin-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-field-6::placeholder {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.heading-48 {
  color: #fff;
  text-align: left;
  font-family: Bakbak One, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.newsletter-button-3 {
  text-transform: uppercase;
  background-image: linear-gradient(to right, #06f, #00bdff);
  padding: 10px 20px;
  font-family: Bakbak One, sans-serif;
}

.column {
  padding-right: 110px;
}

.column-2 {
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  display: flex;
}

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

.newsletter-wrap {
  background-color: #040b11;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.paragraph-16 {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.heading-49 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
}

.div-block-139 {
  background-image: url('../images/Rectangle-58.png');
  background-position: 50%;
  background-size: cover;
  align-items: flex-end;
  height: 350px;
  padding: 20px;
  display: flex;
}

.div-block-140 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.div-block-141 {
  background-image: url('../images/Rectangle-57_1Rectangle-57.webp');
  background-position: 50%;
  background-size: cover;
  align-items: flex-end;
  height: 350px;
  padding: 20px;
  display: flex;
}

.heading-51 {
  color: #fff;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 44px;
  font-weight: 400;
  line-height: 28px;
}

.heading-51.faqpage {
  padding-top: 100px;
  padding-bottom: 0;
  font-size: 64px;
  line-height: 100%;
}

.div-block-25 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 25px;
  display: flex;
}

.div-block-25.flip {
  align-items: flex-start;
}

.div-block-25.homepage, .div-block-25.bp {
  align-items: center;
}

.blocktop {
  color: #c2c3c5;
  font-size: 16px;
  line-height: 20px;
}

.image-4 {
  margin-top: 61px;
}

.image-4.bp {
  margin-top: 0;
}

.heading-52 {
  color: #fff;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 64px;
  font-weight: 400;
  line-height: 100%;
}

.div-block-23 {
  background-image: url('../images/Group-8447_1Group-8447.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  overflow: hidden;
}

.div-block-23.the-battle-pass {
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 40px;
}

.paragraph-17 {
  color: #fff;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.div-block-24 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blockbottom {
  color: #fff;
  margin-bottom: 15px;
  font-size: 70px;
  line-height: 100%;
}

.blockbottom.custom-sets {
  font-size: 52px;
}

.the-story {
  background-color: #040b11;
  background-image: url('../images/Vector_1Vector.webp');
  background-position: 50%;
  background-size: cover;
  padding: 60px 75px;
  display: block;
}

.columns-2 {
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

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

.heading-7 {
  color: #fff;
  font-size: 38px;
  font-weight: 400;
}

.paragraph-5 {
  color: #fff;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.column-6 {
  justify-content: center;
  display: flex;
}

.slide-nav-2 {
  margin-bottom: 0;
}

.div-block-143 {
  background-color: var(--black);
  background-image: url('../images/Group-8447_1Group-8447.webp');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  padding: 50px 200px;
  display: flex;
}

.div-block-143.hide {
  display: none;
}

.grid-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: "Area Area-2 Area-3 Area-4";
}

.div-block-144 {
  border: .5px solid #0084ff;
  justify-content: flex-start;
  align-items: center;
  padding: 36px 160px 36px 34px;
  display: flex;
}

.div-block-145 {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--royal-blue);
  padding: 36px 34px 100px;
}

.text-block-48 {
  color: var(--silver);
  margin-right: 0;
  font-size: 18px;
}

.text-block-48.rightmost {
  margin-left: 0;
  margin-right: 0;
}

.text-block-49 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.div-block-146 {
  padding-left: 65px;
  padding-right: 65px;
}

.dropdown-list-2 {
  z-index: 99999999;
}

.grid-9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 35px;
  padding-right: 35px;
}

.text-block-51 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 28px;
}

.text-block-51.for-button {
  margin-bottom: 0;
}

.paragraph-18 {
  color: #c2c3c5;
  font-size: 20px;
  line-height: 24px;
  display: none;
}

.text-block-52 {
  color: #5b5b5b;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.image-32 {
  z-index: 2;
  position: relative;
  left: -23px;
}

.image-32.moveright {
  width: auto;
  height: 250px;
  left: 0;
}

.image-32.moveright.hp {
  height: auto;
  padding-top: 67px;
}

.div-block-148 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-150 {
  justify-content: center;
  align-items: center;
  margin-top: 151px;
  display: flex;
}

.grid-10 {
  grid-column-gap: 61px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}

.text-block-53 {
  color: #fff;
  font-size: 32px;
  line-height: 32px;
}

.paragraph-19 {
  text-align: center;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

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

.image-33 {
  margin-top: 15px;
}

.link-block-4 {
  margin-top: 10px;
}

.link-block-5 {
  background-image: linear-gradient(to right, #06f, #00bdff);
  justify-content: center;
  align-items: center;
  width: 185px;
  padding: 9px 20px;
  display: flex;
  position: relative;
  top: -21px;
}

.text-block-57 {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.columns-5 {
  display: none;
}

.div-block-156 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-left: 50px;
  padding-right: 50px;
  display: grid;
}

.div-block-157 {
  background-color: #232323;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.div-block-157.blue {
  background-color: #23232300;
  background-image: url('../images/Rectangle-55_1.svg');
  background-position: 50%;
  background-size: cover;
}

.image-35 {
  margin-left: 5px;
}

.div-block-160 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.gold-boarder {
  background-image: linear-gradient(#e3a455, #f6dba6 15%, #f0be79 34%, #673d22 46%, #8f653b 57%, #ba7f3b 65%, #eebc70 70%, #3f1f0f);
  flex: 0 auto;
  height: 100%;
  padding: 2px;
}

.gold-boarder.rounded {
  border-radius: 1rem;
  width: 100%;
  max-width: 32rem;
  padding: 3px;
}

.gold-boarder.rounded.retired-sets-popup {
  height: auto;
}

.gold-boarder.circle {
  border-radius: 1000px;
  padding: 2.5px;
}

.gold-boarder._7px {
  padding: 7px;
}

.div-block-167 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.div-block-172 {
  padding: 100px;
  display: none;
}

.slide-2 {
  background-color: var(--black);
}

.div-block-174 {
  filter: blur(5px);
  background-image: url('../images/Season1paque-1_1Season1paque-1.webp'), linear-gradient(#000, #000);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  justify-content: space-between;
  height: 40vh;
  padding: 35px 25px;
  display: flex;
}

.div-block-174.right {
  filter: blur(5px);
  background-image: url('../images/Rectangle-58.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-175 {
  align-items: flex-end;
  display: flex;
}

.div-block-176 {
  align-items: center;
  display: flex;
}

.collection-card {
  background-color: #040b11;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 400px;
  padding-bottom: 32px;
  display: flex;
}

.collection-card.blind-bags {
  background-image: linear-gradient(#00000052, #00000052), url('../images/zxczcz_1zxczcz.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-177 {
  justify-content: space-around;
  margin-top: 65px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-59 {
  color: #c2c3c5;
  font-size: 27px;
}

.whats-new {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 75px;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.text-block-60 {
  color: #c2c3c5;
  font-size: 20px;
  line-height: 100%;
}

.text-block-61 {
  color: #fff;
  font-size: 56px;
  line-height: 100%;
}

.div-block-179 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grid-11 {
  grid-template-rows: auto;
  width: 360px;
  margin-bottom: 35px;
}

.div-block-180 {
  background-image: linear-gradient(to right, #0e6aff, #08bfee);
  padding: 35px 35px 35px 50px;
}

.option-2 {
  margin-top: 15px;
  display: block;
}

.option-list-2 {
  display: flex;
}

.field-label-6 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
}

.button-9 {
  background-image: linear-gradient(#0c0c0c, #000 51%, #0c0c0c);
  border-color: #fff;
}

.button-9.w--ecommerce-pill-selected {
  background-image: linear-gradient(135deg, #06f 21%, #00bdff);
}

.button-9.w--ecommerce-pill-disabled {
  opacity: .2;
}

.text-block-62 {
  color: #fff;
  font-size: 18px;
}

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

.season-columns {
  display: none;
}

.text-span-9 {
  color: #fbff39;
}

.image-40 {
  z-index: 0;
  opacity: .5;
  display: block;
  position: relative;
  top: -117%;
  left: 164px;
}

.image-40.left {
  top: -222%;
  left: -327px;
}

.div-block-182 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.our-team {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.battlepack-stats {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  display: flex;
}

.grid-12 {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  grid-template: ". ."
                 ". Area"
                 ". ."
                 / .5fr 1fr .5fr;
  height: 100%;
  padding: 150px 110px;
}

.fade-line {
  background-color: #fff0;
  background-image: linear-gradient(to right, #0000, #fff);
  width: 100%;
  height: 1px;
}

.fade-line.flip {
  background-image: linear-gradient(270deg, #0000, #fff);
}

.div-block-183 {
  background-image: linear-gradient(#00000073, #00000073), url('../images/Rectangle-58.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.default-comingsoon {
  background-color: var(--royal-blue);
  margin-bottom: 40px;
  padding: 10px;
  display: none;
}

.heading-53 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 96px;
  font-weight: 400;
  line-height: 100%;
}

.h3 {
  color: #fff;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 300;
  line-height: 120%;
}

.faq {
  z-index: 100000;
  background-color: #0f0f0f00;
  margin-top: 0;
  margin-bottom: 150px;
  padding-top: 85px;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
  overflow: hidden;
}

.accordion-content {
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.accordion-item {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.accordion-item.accoridon-1 {
  background-color: #0000;
  border: 2px #0000;
  border-radius: 0;
  margin-bottom: 32px;
  padding: 0;
}

.accordion-item.accoridon-1:hover {
  box-shadow: none;
  border-style: none;
}

.right-column-2 {
  padding-left: 0;
  padding-right: 0;
}

.accordion-item-wrapper {
  max-width: 886px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-trigger {
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-item-title {
  color: #fff;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}

.columns-6 {
  margin-top: 0;
}

.left-column-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.accordion-arrow-wrap {
  background-color: #0000;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-height: 50px;
  display: flex;
}

.accordion-paragraph {
  color: #dcdcdc;
  width: 100%;
  max-width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-43 {
  margin-top: 15px;
}

.div-block-186 {
  background-image: url('../images/Group-8447_1Group-8447.webp');
  background-position: 50%;
  background-size: cover;
  height: 350px;
}

.image-45 {
  margin-top: 10px;
  margin-left: 300px;
}

.div-block-188 {
  align-items: flex-end;
  display: flex;
}

.image-47 {
  border-radius: 100px;
  width: 175px;
  height: 175px;
  position: absolute;
  top: 376px;
  left: 100px;
}

.heading-54 {
  text-align: center;
  font-family: Bakbak One, sans-serif;
  font-size: 27px;
  font-weight: 400;
}

.order-number-header {
  text-decoration: none;
}

.order-numebr-row-header {
  border-top: 1px solid #f6f6f6;
  border-bottom: 2px solid #f6f6f6;
  border-left: 2px solid #f6f6f6;
  border-right: 0 #f6f6f6;
  flex-basis: 20%;
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
}

.order-status-row-header, .order-data-row-header {
  border-top: 1px solid #f6f6f6;
  border-bottom: 2px solid #f6f6f6;
  border-left: 2px solid #f6f6f6;
  border-right: 1px #000;
  flex-basis: 20%;
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
}

.address-collection-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.payment-status-row-header {
  border-top: 1px solid #f6f6f6;
  border-bottom: 2px solid #f6f6f6;
  border-left: 2px solid #f6f6f6;
  border-right: 1px #000;
  flex-basis: 20%;
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
}

.my-account-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.order-total-row-header {
  border: 2px solid #f6f6f6;
  border-top-width: 1px;
  flex-basis: 20%;
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
}

.orders---copy-this {
  width: 100%;
}

.order-row-data-right {
  border: 2px solid #f6f6f6;
  border-top-width: 1px;
  flex-basis: 20%;
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
}

.order-row---copy-this {
  border: 0 #000;
  width: 100%;
  display: flex;
}

.order-row-data {
  border-top: 1px solid #f6f6f6;
  border-bottom: 2px solid #f6f6f6;
  border-left: 2px solid #f6f6f6;
  border-right: 1px #000;
  flex-basis: 20%;
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
}

.order-numebr-footer {
  border-top: 1px solid #f6f6f6;
  border-bottom: 2px solid #f6f6f6;
  border-left: 2px solid #f6f6f6;
  border-right: 0 #f6f6f6;
  flex-basis: 20%;
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
}

.div-block-190 {
  width: 100%;
  display: flex;
}

.collection-list-10 {
  justify-content: center;
  width: 100%;
  display: block;
}

.empty-state-7 {
  background-color: #0000;
  height: 0;
  padding: 0;
  font-size: 0;
  display: none;
}

.div-block-191, .div-block-192 {
  display: none;
}

.slide {
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.left-arrow-2, .right-arrow-2 {
  display: none;
}

.slider-3 {
  background-color: #ddd0;
  width: 500px;
  height: 500px;
}

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

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

.image-51 {
  margin-left: 10px;
}

.link-3, .link-4 {
  color: var(--royal-blue);
}

.div-block-194 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.image-52 {
  margin-top: 7.5px;
  margin-left: 25px;
}

.div-block-195 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.typedjs-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.typedjs-repeats {
  display: inline;
}

.text-color-grey {
  color: #fbf9fc80;
}

.div-block-196 {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: screen;
  background-image: url('../images/Artboard_1zzzz_1Artboard_1zzzz.webp');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  display: none;
  position: relative;
}

.div-block-197 {
  z-index: 3;
  opacity: .77;
  mix-blend-mode: screen;
  background-image: url('../images/CROSSHAIRBRICKS-2_1CROSSHAIRBRICKS-(2).avif');
  background-position: 50%;
  background-size: cover;
  width: 99%;
  height: 100%;
  padding: 0;
  position: absolute;
  inset: .5%;
}

.div-block-198 {
  z-index: 2;
  background-color: #040b11;
  width: 99%;
  padding: 2px;
  display: block;
  position: absolute;
  inset: .5%;
}

.div-block-199 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-55 {
  color: #fff;
}

.link-block-7 {
  background-image: linear-gradient(90deg, #0068ff, #00b8ff);
  padding: 9px 20px;
}

.text-block-64 {
  color: #fff;
  font-family: Bakbak One, sans-serif;
  font-size: 18px;
}

.image-54, .image-55 {
  margin-right: 25px;
}

.heading-56 {
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-weight: 400;
}

.div-block-200 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: grid;
}

.div-block-201 {
  background-color: #fff;
  width: 90vw;
  height: 35px;
  position: absolute;
  top: 470px;
  box-shadow: 0 0 12px 10px #ffffff40;
}

.image-56, .image-57, .image-58 {
  z-index: 5;
  position: relative;
}

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

.heading-57 {
  color: #fff;
}

.heading-58 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  font-weight: 400;
}

.div-block-203 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.season-columns-2 {
  display: none;
}

.div-block-204 {
  background-image: url('../images/Rectangle-57_2Rectangle-57.webp');
  background-position: 50% 0;
  background-size: cover;
  justify-content: space-between;
  height: 40vh;
  padding: 35px 25px;
  display: flex;
}

.div-block-204.right {
  background-image: url('../images/Rectangle-58.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-205 {
  align-items: flex-end;
  display: flex;
}

.heading-59 {
  color: #fff;
  text-align: left;
  font-family: Bakbak One, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.div-block-206 {
  align-items: center;
  display: flex;
}

.image-60 {
  text-align: center;
  width: 15rem;
}

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

.link-block-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 3% 0% auto;
}

.image-61 {
  width: 15rem;
}

.spline-scene {
  pointer-events: none;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.link-block-9 {
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  width: 50rem;
  height: 20rem;
  display: flex;
}

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

.div-block-209 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.div-block-210 {
  width: 50%;
}

.heading-60 {
  color: #fff;
  font-size: 88px;
  font-weight: 400;
  line-height: 110%;
}

.text-span-10 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(315deg, #504dff, #00c2ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.spline-scene-2 {
  pointer-events: none;
  width: 100%;
  height: 30rem;
}

.div-block-211 {
  justify-content: flex-start;
  align-items: center;
  margin-right: 1.5rem;
  display: flex;
}

.image-62 {
  width: 50px;
  height: 50px;
  margin-right: 1rem;
}

.text-block-65 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 110%;
}

.div-block-212 {
  margin-top: 5rem;
  display: flex;
}

.div-block-213 {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  grid-template: ". ."
                 ". ."
                 "Area Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 5rem 10rem;
  display: grid;
}

.div-block-214 {
  background-image: linear-gradient(180deg, var(--black) 8%, #fff0 50%, var(--black) 90%), url('../images/Group-8447_1Group-8447.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 5rem;
}

.text-block-66 {
  z-index: 4;
  color: #3330;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  font-size: 300px;
  line-height: 50%;
  display: flex;
  position: relative;
}

.text-block-66.moretocome {
  font-size: 120px;
}

.div-block-215 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.heading-61 {
  color: #fff;
  margin-top: 0;
  font-size: 70px;
  font-weight: 400;
  line-height: 100%;
}

.text-span-11 {
  z-index: 10;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #504dff, #00c2ff);
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
}

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

.image-63 {
  width: 15rem;
}

.bold-text {
  font-size: 17px;
}

.image-64, .image-65 {
  display: none;
}

.div-block-218 {
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .navbar.mobilenav {
    display: none;
  }

  .link-block.roadmap {
    top: -378px;
  }

  .hide {
    display: block;
  }

  .div-block-38 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .js-clock-3 {
    display: flex;
  }

  .paragraph-14, .div-block-101 {
    margin-top: 0;
  }

  .div-block-102.top {
    margin-bottom: 50px;
  }

  .grid {
    padding-left: 150px;
    padding-right: 150px;
  }

  .div-block-118 {
    height: 500px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .slider-section, .div-block-131.hide {
    display: none;
  }

  .image-5 {
    right: 15%;
  }

  .columns {
    width: 100vw;
  }

  .div-block-23 {
    background-position: 50%;
    background-size: cover;
    justify-content: space-between;
    height: 75vh;
  }

  .image-40 {
    top: -81%;
    left: 331px;
  }

  .image-40.left {
    top: -162%;
    left: -509px;
  }

  .div-block-182 {
    margin-top: 52px;
  }

  .image-60 {
    width: 20rem;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    display: none;
  }

  .navbar.mobilenav {
    background-color: #040b11;
    display: flex;
  }

  .nav-link {
    border-bottom: 1px solid var(--royal-blue);
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .nav-link.hide {
    display: none;
  }

  .nav-link.mobile {
    border-bottom: 1px solid var(--royal-blue);
    text-shadow: 0 1px 1px #0003;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link.mobile.margin {
    margin-bottom: 15px;
  }

  .nav-link.mobile.indent {
    margin-left: 30px;
  }

  .nav-link.drop-down-link {
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .link-block.account {
    margin-top: 0;
  }

  .link-block.roadmap {
    display: block;
    top: -294px;
  }

  .div-block-12 {
    padding-bottom: 2em;
  }

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

  .image-3 {
    display: none;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-brand {
    text-align: center;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-brand.tablethide {
    display: none;
  }

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

  .footer-copyright {
    margin-bottom: 15px;
  }

  .made-by-sagacity {
    margin-top: 25px;
  }

  .collectiontabs.last {
    justify-content: center;
    align-items: center;
    width: 175px;
    display: flex;
  }

  .div-block-28 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .collection-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
  }

  .categorybuybutton.hide {
    display: none;
  }

  .hide {
    display: block;
  }

  .div-block-38.under {
    background-size: cover;
  }

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

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: var(--black-2);
  }

  .div-block-51.mobile-nav {
    padding-right: 3px;
  }

  .figure-grid-wrap.tablet {
    grid-column-gap: 27px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
    display: grid;
  }

  .figure-grid-wrap.tablet.general, .figure-grid-wrap.mobile, .figure-grid-wrap.desktop, .figure-grid-wrap.desktop.general {
    display: none;
  }

  .footer-link-two-2.footer {
    margin-right: 0;
  }

  .right-column {
    top: 15px;
  }

  .heading-19 {
    font-size: 32px;
  }

  .cart-button.mobilenav {
    padding-left: 25px;
    padding-right: 0;
  }

  .div-block-81.mobilenac {
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 15px;
  }

  .icon-3, .icon-4 {
    color: #fff;
  }

  .image-23 {
    display: block;
  }

  .div-block-82 {
    margin-top: 15px;
  }

  .div-block-83 {
    align-items: center;
    display: flex;
  }

  .product-columns {
    padding-left: 15px;
    padding-right: 15px;
  }

  .accordion-arrow-wrap---brix.nav-dropdown {
    width: auto;
    min-height: auto;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 15px;
    padding-top: 0;
  }

  .accordion-item---brix.accordion-1---brix.navdropdown {
    margin-bottom: 0;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-content---brix.nav-dropdown {
    background-color: #10141d;
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    align-items: stretch;
    margin-top: 0;
  }

  .accordion-item-title---brix {
    max-width: 88%;
  }

  .accordion-item-title---brix.menu-dropdown {
    margin-left: 20px;
    font-size: 16px;
    font-weight: 400;
  }

  .accordion-item-title---brix.menu-dropdown.margin {
    margin-right: 15px;
  }

  .pricing-box {
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 0;
    margin-bottom: 0%;
  }

  .silver-boarder.subscribe {
    width: 66.6%;
    margin-top: 20px;
  }

  .div-block-79 {
    flex-direction: column;
    align-items: center;
  }

  .quantity-wrap {
    font-size: 14px;
    display: flex;
  }

  .collectiontabslist {
    overflow: scroll;
  }

  .dash_contain {
    max-width: 100%;
  }

  .ms-profile-upload.large-image {
    left: 50px;
  }

  .dash_content {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-27 {
    margin-left: 250px;
  }

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

  .heading-31 {
    font-size: 32px;
  }

  .heading-33 {
    font-size: 28px;
  }

  .div-block-101 {
    flex-direction: column;
  }

  .div-block-18._2 {
    justify-content: space-between;
  }

  .image-15.blind-bags {
    margin-top: 40px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .roadmap {
    display: none;
  }

  .div-block-117 {
    background-image: url('../images/Instagram-post---55_1Instagram-post---55.webp');
  }

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

  .div-block-119 {
    grid-column-gap: 16px;
    grid-row-gap: 66px;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    display: grid;
  }

  .div-block-130 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-131.hide {
    display: none;
  }

  .columns {
    flex-direction: column;
  }

  .column {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-143 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .grid-8 {
    grid-template: "Area Area-2"
                   ". ."
                   "Area-3 Area-4"
                   / 1fr 1fr;
  }

  .div-block-146 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-9 {
    grid-row-gap: 86px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-10 {
    flex-direction: column;
    display: flex;
  }

  .paragraph-19 {
    font-size: 16px;
  }

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

  .div-block-156 {
    grid-template-columns: 1fr 1fr;
  }

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

  .div-block-181 {
    width: auto;
    display: flex;
  }

  .image-40 {
    top: -81%;
    left: 112px;
  }

  .image-40.left {
    top: -175%;
    left: -194px;
  }

  .grid-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-item.accoridon-1 {
    margin-bottom: 20px;
  }

  .accordion-item-title {
    max-width: 88%;
  }

  .accordion-paragraph {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-45 {
    margin-left: 250px;
  }

  .image-47 {
    left: 50px;
  }

  .address-collection-item {
    float: none;
    flex-basis: 100%;
    display: flex;
  }

  .orders---copy-this {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .collection-list-10 {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .slider-3 {
    width: 350px;
    height: 350px;
  }

  .collection-list-11 {
    grid-template-columns: 1fr 1fr;
  }

  .link-block-8 {
    justify-content: flex-end;
    align-items: flex-start;
    bottom: 3%;
    right: 3%;
  }

  .image-61 {
    width: 10rem;
  }

  .spline-scene {
    width: 40rem;
  }

  .div-block-208 {
    flex-flow: column;
  }

  .div-block-209 {
    width: 100%;
  }

  .div-block-213 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .div-block-214 {
    padding: 3.5rem;
  }

  .text-block-66 {
    font-size: 248px;
  }

  .text-block-66.moretocome {
    font-size: 64px;
  }

  .heading-61 {
    font-size: 48px;
  }

  .image-63 {
    width: 10rem;
  }

  .div-block-218 {
    padding: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .link-block.roadmap {
    top: -281px;
  }

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

  .div-block-12 {
    padding-bottom: 2em;
  }

  .image-3 {
    display: none;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-two {
    flex-direction: column;
    align-items: center;
  }

  .footer-block-two {
    align-items: center;
    margin-top: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 0;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .hide {
    display: none;
  }

  .div-block-38 {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .div-block-38.under {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 25px;
  }

  .figure-grid-wrap {
    padding-bottom: 30px;
  }

  .figure-grid-wrap.tablet {
    grid-column-gap: 27px;
    grid-row-gap: 13px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .figure-grid-wrap.tablet.general {
    grid-column-gap: 27px;
    grid-row-gap: 13px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .footer-link-two-2 {
    margin-right: 0;
  }

  .footer-link-two-2.privacy {
    margin-right: 70px;
  }

  .image-17.head {
    margin-top: 59px;
  }

  .div-block-76 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-81.mobilenac {
    justify-content: space-around;
  }

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

  .product-columns {
    padding-left: 0;
    padding-right: 0;
  }

  .left-column {
    padding-left: 25px;
    padding-right: 25px;
  }

  .accordion-arrow-wrap---brix {
    width: 40px;
    min-height: 40px;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 16px;
    padding: 32px;
  }

  .accordion-item---brix.accordion-1---brix.navdropdown {
    padding: 0;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .accordion-item-title---brix {
    max-width: 80%;
    font-size: 18px;
  }

  .pricing-box {
    width: 100%;
    min-height: auto;
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 14px;
  }

  .silver-boarder.subscribe {
    width: 75%;
  }

  .ms-profile-upload.large-image {
    width: 125px;
    height: 125px;
    left: 35px;
  }

  .dash_content {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading-27 {
    margin-top: 0;
    margin-left: 175px;
  }

  .paragraph-14 {
    margin-bottom: 0;
  }

  .div-block-102.top.general-store {
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

  .members {
    display: none;
  }

  .div-block-119 {
    grid-template-columns: 1fr 1fr;
  }

  .newsletter_card {
    margin: 0;
  }

  .nav-dropdown, .collection-list-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-130 {
    padding-right: 150px;
  }

  .image-5 {
    right: -13%;
  }

  .columns {
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .column {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 85px;
    padding-right: 85px;
    display: flex;
  }

  .column-2 {
    justify-content: center;
    padding-left: 130px;
    padding-right: 130px;
    display: flex;
  }

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

  .blockbottom.about {
    font-size: 52px;
  }

  .div-block-144 {
    padding-right: 34px;
  }

  .div-block-145 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-156 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .gold-boarder.rounded {
    padding: 5px;
  }

  .div-block-172 {
    padding: 40px;
  }

  .image-40 {
    top: -55%;
  }

  .image-40.left {
    top: -134%;
  }

  .grid-12 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .heading-53 {
    font-size: 64px;
  }

  .accordion-item.accoridon-1 {
    margin-bottom: 16px;
    padding: 32px;
  }

  .accordion-item-title {
    max-width: 80%;
    font-size: 18px;
  }

  .accordion-arrow-wrap {
    width: 40px;
    min-height: 40px;
  }

  .accordion-paragraph {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .image-45 {
    margin-left: 175px;
  }

  .image-47 {
    width: 125px;
    height: 125px;
    left: 35px;
  }

  .image-48 {
    width: 45px;
    height: 45px;
  }

  .order-number-header {
    font-size: 14px;
  }

  .address-collection-item {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .orders---copy-this {
    align-items: stretch;
  }

  .collection-list-10 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list-11 {
    grid-template-columns: 1fr;
  }

  .link-block-8 {
    display: none;
  }

  .spline-scene {
    width: 30rem;
  }

  .spline-scene-2 {
    display: none;
  }

  .div-block-211 {
    margin-bottom: 1.5rem;
  }

  .div-block-212 {
    flex-flow: column;
  }

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

  .div-block-214 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .image-65 {
    width: 100%;
    margin-top: 5rem;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar.mobilenav {
    justify-content: space-between;
    height: auto;
  }

  .body.password {
    height: auto;
  }

  .link-block.account {
    margin-top: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
  }

  .button {
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
  }

  .utility-page-wrap {
    justify-content: flex-end;
    margin-top: 0;
    display: flex;
    inset: auto 0% 0%;
  }

  .utility-page-content {
    justify-content: center;
  }

  .utility-page-form {
    display: none;
  }

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

  .div-block-5 {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form-grid, .contact-form-grid.signup {
    grid-template-columns: 1fr 1fr;
    margin-right: 0;
  }

  .text-field-3:active {
    letter-spacing: normal;
  }

  .contact-text-wrapper.cemter {
    justify-content: center;
    display: flex;
  }

  .div-block-12 {
    padding-bottom: 0;
  }

  .heading-2 {
    margin-bottom: 25px;
    font-size: 48px;
    line-height: 58px;
  }

  .div-block-13 {
    padding-top: 0;
  }

  .image-3 {
    display: none;
  }

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

  .container-2 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-block-two {
    align-items: center;
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-social-block-two {
    margin-top: 0;
  }

  .made-by-sagacity {
    margin-top: 15px;
  }

  .heading-8 {
    text-align: center;
    font-size: 64px;
  }

  .collectiontabs {
    text-align: center;
    margin-right: 8px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }

  .collectiontabs.w--current {
    margin-right: 8px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }

  .collectiontabs.last {
    flex: 1;
    margin-right: 0;
    padding-left: 5px;
  }

  .collectiontabs.last.w--current {
    flex: 1;
  }

  .div-block-28 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .producttitlecollection {
    font-size: 16px;
  }

  .categorybuybutton {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .product-info-wrap {
    flex-wrap: nowrap;
    align-content: stretch;
  }

  .pricecollection.cross {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 100%;
  }

  .pricecollection.yellow {
    font-size: 16px;
    line-height: 100%;
  }

  .product-wrap {
    padding: 20px 10px;
  }

  .clock-number.home {
    font-size: 3.5rem;
    line-height: 100%;
  }

  .clock-label.home {
    font-size: 14px;
  }

  .div-block-38.under {
    background-size: cover;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-38.under.general-store {
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 40px;
  }

  .div-block-38.general-store {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .menu-button {
    margin-right: 0;
    padding: 12px;
  }

  .div-block-51.mobile-nav {
    justify-content: space-between;
    width: 100vw;
    padding: .75rem 8px;
  }

  .figure-grid-wrap.tablet, .figure-grid-wrap.tablet.general {
    display: none;
  }

  .figure-grid-wrap.mobile {
    grid-column-gap: 27px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
  }

  .figure-grid-wrap.mobile.general {
    grid-column-gap: 27px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .footer-link-two-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-link-two-2.categorylist {
    justify-content: center;
    display: flex;
  }

  .image-17.head {
    margin-top: 40px;
  }

  .heading-19 {
    margin-bottom: 0;
    font-size: 46px;
    font-weight: 400;
  }

  .tabs {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-74 {
    padding-bottom: 60px;
  }

  .div-block-75 {
    padding-left: 16px;
  }

  .div-block-76 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cart-button {
    padding-right: 15px;
  }

  .cart-button.mobilenav {
    padding-left: 10px;
  }

  .div-block-81.mobilenac {
    justify-content: space-around;
  }

  .icon-2 {
    color: #fff;
    overflow: hidden;
  }

  .image-23 {
    width: 8rem;
    margin-left: 0;
    display: block;
  }

  .div-block-83 {
    justify-content: space-between;
  }

  .box-2 {
    margin-bottom: 10px;
  }

  .box-2.home {
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .js-clock-3 {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 1.5rem;
    display: flex;
  }

  .product-columns {
    flex-flow: column;
    display: flex;
  }

  .left-column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .figure-info-wrap {
    margin-top: 25px;
  }

  .text-field-4 {
    margin-bottom: 10px;
  }

  .accordion-item---brix.accordion-1---brix {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-item---brix.accordion-1---brix.navdropdown {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .accordion-content---brix.nav-dropdown {
    background-image: none;
  }

  .accordion-item-title---brix {
    max-width: 70%;
    font-size: 20px;
  }

  .silver-boarder.subscribe {
    width: 85%;
  }

  .silver-boarder.collections-card {
    margin-bottom: 35px;
  }

  .price {
    font-size: 48px;
  }

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

  .body-2 {
    font-family: Bakbak One, sans-serif;
  }

  .quantity-wrap {
    margin-top: 5px;
  }

  .only-text {
    margin-left: 0;
  }

  .ms-profile-upload.large-image {
    top: 295px;
    left: 15px;
  }

  .dash_content {
    margin-top: 20px;
  }

  .dropdown-list.w--open {
    top: 90px;
    left: -77px;
  }

  .heading-27 {
    margin-left: 0;
  }

  .paragraph-11 {
    font-size: 14px;
  }

  .text-span-7 {
    font-size: 16px;
  }

  .big-logo {
    flex: 0 auto;
  }

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

  .heading-31 {
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 400;
  }

  .button-6 {
    margin-bottom: 0;
    margin-left: 0;
  }

  .button-6.createaccount, .button-6.subscribe {
    margin-left: 0;
  }

  .heading-33 {
    margin-top: 0;
  }

  .div-block-101 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-102.top {
    flex-direction: column;
    align-items: center;
  }

  .div-block-102.top.general-store {
    padding-top: 0;
  }

  .div-block-104 {
    justify-content: center;
    align-items: center;
  }

  .empty-state {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-18._2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-18._2.blind-bags {
    background-image: url('../images/Instagram-post---113_1Instagram-post---113.webp');
  }

  .div-block-106 {
    max-width: 90%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .image-15.blind-bags {
    height: 75%;
    margin-top: 0;
  }

  .heading-5 {
    flex: 0 auto;
    align-self: center;
    font-size: 38px;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
  }

  .add-to-cart {
    display: block;
  }

  .div-block-117 {
    background-image: url('../images/Instagram-post---56_1Instagram-post---56.webp');
    height: auto;
  }

  .div-block-118 {
    width: 90%;
  }

  .div-block-119 {
    flex-direction: column;
    padding-left: 0;
    display: flex;
  }

  .image-28.unblur {
    width: auto;
  }

  .newsletter_card {
    max-height: 44rem;
    margin: 0;
    display: flex;
  }

  .title {
    margin-top: 30px;
    font-size: 2rem;
  }

  .bottom {
    grid-row-gap: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .top {
    background-image: url('../images/Instagram-post---131_1Instagram-post---131.webp');
    min-height: 14rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .newsletter_container {
    padding-left: 15px;
    padding-right: 15px;
    display: none;
  }

  .product-image {
    height: 150px;
  }

  .heading-41 {
    text-align: center;
    font-size: 42px;
  }

  .heading-41.mobile {
    text-align: left;
    font-size: 20px;
    line-height: 100%;
  }

  .slider-section {
    display: none;
  }

  .paragraph-15 {
    font-size: 18px;
  }

  .slider-2 {
    height: 80vh;
  }

  .div-block-130 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-130.mobile {
    align-items: stretch;
    width: 90vw;
    padding-left: 15px;
  }

  .div-block-131 {
    position: relative;
    bottom: -268px;
  }

  .div-block-131.hide {
    justify-content: space-between;
    align-items: stretch;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
  }

  .div-block-131.mobile {
    bottom: -305px;
  }

  .bestsellercollectionlist {
    padding-left: 25px;
    padding-right: 25px;
  }

  .bestsellercollectionlist.blankbg {
    padding: 3rem .75rem;
  }

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

  .div-block-22 {
    margin-top: 0;
  }

  .heading-6 {
    font-size: 18px;
    line-height: 100%;
  }

  .paragraph-4 {
    display: none;
  }

  .image-5 {
    width: 7.5rem;
    height: 7.5rem;
    top: -34%;
    right: -8.5%;
  }

  .button-2 {
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 12px;
    display: flex;
  }

  .card-section-wrapper {
    padding-left: 0;
    display: none;
  }

  .columns {
    width: 100vw;
  }

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

  .column {
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .column-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

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

  .blocktop {
    font-size: 12px;
  }

  .image-4 {
    margin-top: 35px;
    margin-bottom: 15px;
  }

  .heading-52 {
    font-size: 38px;
  }

  .div-block-23.the-battle-pass {
    height: auto;
    padding: 3rem 25px;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    margin-top: 25px;
    display: flex;
  }

  .paragraph-17 {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .blockbottom {
    margin-bottom: .75rem;
  }

  .blockbottom.custom-sets {
    font-size: 32px;
  }

  .the-story {
    padding-left: 25px;
    padding-right: 25px;
    display: none;
  }

  .columns-2 {
    justify-content: flex-start;
  }

  .column-5, .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-8 {
    grid-template: "Area"
                   "."
                   "Area-3"
                   "."
                   "Area-2"
                   "."
                   "Area-4"
                   / 1fr;
  }

  .grid-9, .grid-10 {
    flex-direction: column;
    display: flex;
  }

  .div-block-156 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-157 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .div-block-157.blue {
    background-size: cover;
    margin-bottom: 5rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .gold-boarder.rounded {
    justify-content: center;
    align-items: center;
    padding: 3px;
    display: flex;
  }

  .div-block-172 {
    padding: 50px 25px;
  }

  .div-block-177 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .whats-new {
    padding-left: 25px;
    padding-right: 25px;
  }

  .grid-11 {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .div-block-180 {
    width: 100%;
  }

  .image-38 {
    max-width: 80%;
  }

  .button-9 {
    margin-bottom: 10px;
  }

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

  .image-40 {
    display: none;
  }

  .div-block-182 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-41, .image-42 {
    display: none;
  }

  .grid-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-183 {
    display: none;
  }

  .heading-53 {
    font-size: 36px;
  }

  .accordion-item.accoridon-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-item-title {
    max-width: 70%;
    font-size: 20px;
  }

  .accordion-paragraph {
    max-width: 100%;
  }

  .div-block-186 {
    height: 250px;
  }

  .image-45 {
    margin-left: 15px;
  }

  .div-block-188 {
    padding-left: 15px;
  }

  .image-47 {
    top: 295px;
    left: 15px;
  }

  .div-block-189 {
    margin-top: 58px;
  }

  .order-numebr-row-header {
    background-color: #93bd452e;
  }

  .order-row---copy-this {
    flex-flow: column;
  }

  .order-numebr-footer {
    background-color: #93bd452e;
  }

  .div-block-190 {
    flex-direction: column;
  }

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

  .div-block-196 {
    flex-flow: column;
    padding: 3.5rem 0;
  }

  .heading-55 {
    text-align: center;
    font-size: 28px;
  }

  .image-55 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-200 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-201 {
    width: 25px;
    height: 45vh;
    top: 311px;
  }

  .image-59 {
    width: 50%;
  }

  .heading-58 {
    text-align: center;
    font-size: 24px;
  }

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

  .image-60 {
    width: 12.5rem;
  }

  .link-block-8 {
    inset: 19% 0% auto auto;
  }

  .spline-scene {
    pointer-events: auto;
    width: 100%;
    height: 100%;
  }

  .heading-60 {
    font-size: 56px;
  }

  .spline-scene-2 {
    height: 20rem;
  }

  .div-block-213 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .text-block-66.moretocome {
    -webkit-text-stroke-width: 1px;
    font-size: 32px;
  }

  .image-63 {
    display: none;
  }

  .div-block-217 {
    width: 15rem;
    height: 10rem;
    display: none;
  }

  .image-64 {
    margin-top: 2.5rem;
    display: block;
  }

  .div-block-218 {
    padding: 1.5rem;
  }
}

#w-node-_3a9e4f7d-7f01-73bb-b365-d4b6c899ca6d-d161b676, #w-node-_3a9e4f7d-7f01-73bb-b365-d4b6c899ca72-d161b676, #w-node-_3a9e4f7d-7f01-73bb-b365-d4b6c899ca77-d161b676, #w-node-_097afb68-5309-71c2-ded5-2ed10e9c3435-d161b676, #w-node-bae43768-e08a-64e8-b26e-277b63e55632-d161b676, #w-node-_43931222-ffc8-4be9-7a1f-06442412fef1-d161b676 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_505ba195-80f5-0774-efd6-3d731a5bec81-d161b6cb {
  grid-area: Area;
}

#w-node-_5e506094-88ad-1f91-7f4f-05c8c69a3236-d161b6cb, #w-node-d903fd02-6e0e-1555-8ab5-a2965b9cd431-d161b6cb, #w-node-_992d5d22-867b-c42d-8c12-913eb44b0fe0-d161b6cb, #w-node-a5e69651-e2d9-149d-564e-eb4f1322473e-d161b6cb, #w-node-_95f7fe0f-b949-901f-851b-7fc19c9e3b69-d161b6cb, #w-node-d08373bf-d73c-9f2f-4400-f910511e3997-d161b6cb, #w-node-_9f2557bf-48f1-af59-86ec-dceb64cb62fc-d161b6cb, #w-node-fb682d69-8b8c-1f30-e7d0-66265c8862ac-d161b6cb, #w-node-_54735fcf-a1f6-b3a8-8183-f0bf0765abef-d161b6cb, #w-node-dab31f85-cf9e-48be-5169-157f7b01b6f1-d161b6cb, #w-node-_138d3797-1258-712c-425e-27e97de45ece-d161b6cb, #w-node-_8f739793-ca45-7be3-f9cd-51b7fa80cf68-d161b6cb, #w-node-d36a2855-8005-c0c6-ff7c-bbfaf3b23b5e-d161b6cb, #w-node-_3707bd2b-81b4-db85-49d8-c6ff6cc2546a-d161b6cb, #w-node-ce6498a3-0a8c-66c7-741f-01b15a1228fd-d161b6fb, #w-node-ce6498a3-0a8c-66c7-741f-01b15a1228fe-d161b6fb, #w-node-ce6498a3-0a8c-66c7-741f-01b15a122904-d161b6fb, #w-node-ce6498a3-0a8c-66c7-741f-01b15a122913-d161b6fb, #w-node-ce6498a3-0a8c-66c7-741f-01b15a12291c-d161b6fb, #w-node-ce6498a3-0a8c-66c7-741f-01b15a12292d-d161b6fb, #w-node-ce6498a3-0a8c-66c7-741f-01b15a12293c-d161b6fb, #w-node-ce6498a3-0a8c-66c7-741f-01b15a12294b-d161b6fb, #w-node-ce6498a3-0a8c-66c7-741f-01b15a122957-d161b6fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b86ec98-47b6-d216-5ea7-e077da612991-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612995-d161b6fb {
  place-self: center;
}

#w-node-_2b86ec98-47b6-d216-5ea7-e077da612999-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da61299a-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da61299b-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da61299c-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da61299d-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da61299e-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da61299f-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129a0-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129a1-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129a2-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129a3-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129a4-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129a5-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129a6-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129a7-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129a8-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129a9-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129aa-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129ab-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129ac-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129ad-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129ae-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129af-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129b0-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129b1-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129b2-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129b3-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129b4-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129b5-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129b6-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129b7-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129b8-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129b9-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129ba-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129bb-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129bc-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129bd-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129be-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129bf-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129c0-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129c1-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129c2-d161b6fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b86ec98-47b6-d216-5ea7-e077da6129c4-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129c6-d161b6fb {
  place-self: center;
}

#w-node-_2b86ec98-47b6-d216-5ea7-e077da6129c8-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129c9-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129ca-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129cb-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129cc-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129cd-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129ce-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129cf-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129d0-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129d1-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129d2-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129d3-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129d4-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129d5-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129d6-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129d7-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129d8-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129d9-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129da-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129db-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129dc-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129dd-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129de-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129df-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129e0-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129e1-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129e2-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129e3-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129e4-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129e5-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129e6-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129e7-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129e8-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129e9-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129ea-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129eb-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129ec-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129ed-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129ee-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129ef-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129f0-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129f1-d161b6fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b86ec98-47b6-d216-5ea7-e077da6129f6-d161b6fb {
  place-self: center;
}

#w-node-_2b86ec98-47b6-d216-5ea7-e077da6129f8-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129f9-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129fa-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129fb-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129fc-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129fd-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129fe-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129ff-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a00-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a01-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a02-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a03-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a04-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a05-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a06-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a07-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a08-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a09-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a0a-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a0b-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a0c-d161b6fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b86ec98-47b6-d216-5ea7-e077da612a0d-d161b6fb {
  place-self: center;
}

#w-node-_2b86ec98-47b6-d216-5ea7-e077da612a0f-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a10-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a11-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a12-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a13-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a14-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a15-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a16-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a17-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a18-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a19-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a1a-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a1b-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a1c-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a1d-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a1e-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a1f-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a20-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a21-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a22-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a23-d161b6fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02b1b02c-4d4c-e2be-9af4-aa0d18f881b8-d161b6fc {
  justify-self: auto;
}

#w-node-a1dc5a3f-8395-6ab6-7291-afacdcaecf3f-d161b6ff {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d96fb2be-b133-3042-1286-e3ce0ec40677-d161b700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9ebc92d-369e-c403-d3bc-2e1498167b35-d161b700, #w-node-a1dc5a3f-8395-6ab6-7291-afacdcaecf3f-d161b701, #w-node-a341372e-15b5-69a7-3463-e46278b1d966-d161b701 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e0ab7e56-29a0-d007-6274-e396c8363fb6-d161b704 {
  grid-area: Area;
}

#w-node-e0ab7e56-29a0-d007-6274-e396c8363fb8-d161b704, #w-node-e0ab7e56-29a0-d007-6274-e396c8363fb9-d161b704, #w-node-e0ab7e56-29a0-d007-6274-e396c8363fc0-d161b704, #w-node-e0ab7e56-29a0-d007-6274-e396c8363fc1-d161b704, #w-node-e0ab7e56-29a0-d007-6274-e396c8363fc8-d161b704, #w-node-e0ab7e56-29a0-d007-6274-e396c8363fcf-d161b704, #w-node-e0ab7e56-29a0-d007-6274-e396c8363fd0-d161b704 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77e0303d-c373-6832-81b7-1b470004be00-d161b704 {
  grid-area: Area;
  place-self: auto;
}

#w-node-_8eced748-8d43-ac5c-b143-07bc6b43f534-d161b704 {
  grid-area: Area;
}

#w-node-_86a8b23d-4da0-aefa-2822-14aae9163eba-d161b704, #w-node-_3052aff6-ff1d-f3d8-16f8-cceadd8ca04e-d161b704 {
  grid-area: Area-2;
}

#w-node-_5d665012-ed38-b72d-77d3-c3f88d9109fb-d161b704, #w-node-d331aa09-793c-e3c1-2f88-67d88be15c06-d161b704 {
  grid-area: Area-3;
}

#w-node-f14e3c83-fa2e-7a7f-afd4-bca595d22a20-d161b704, #w-node-_2d4f3a30-4ddb-8259-2f4a-0d6de64fdaf2-d161b704 {
  grid-area: Area-4;
}

#w-node-_49086ab0-6936-b79f-1316-7b3685fcf221-d161b704, #w-node-a945e68c-987e-2add-0e32-10716158bbc2-d161b704, #w-node-b9b36199-bcdd-f251-276c-ecf6fdf7aac4-d161b704, #w-node-f05cf03e-8f12-552e-882a-ff00827be536-d161b704, #w-node-a1dc5a3f-8395-6ab6-7291-afacdcaecf3e-d161b705 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1dc5a3f-8395-6ab6-7291-afacdcaecf3f-d161b705, #w-node-a341372e-15b5-69a7-3463-e46278b1d966-d161b705, #w-node-a1dc5a3f-8395-6ab6-7291-afacdcaecf3f-d161b706, #w-node-ea6f7d85-60b2-9621-f469-13bd07192f13-d161b706, #w-node-_92fcf1a5-2023-2595-0ef2-169f0fe5bba0-d161b706 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_689c0583-cc8a-f781-bbd8-6ba6f8953746-d161b707, #w-node-ead2af99-c476-da89-4d9b-242e5f9b31d2-d161b707, #w-node-_170ecb5d-c866-4683-131c-b4005c473191-d161b707, #w-node-_89d71f3f-c022-1341-b918-b27f51c5dbe0-d161b707, #w-node-_7f90f5ec-0a52-14cc-a962-45cf0452a88c-d161b707, #w-node-_88c58365-c11c-fb54-435b-dd0598de4b41-d161b707, #w-node-_561663e1-5b83-c341-77a2-5c2326e8b43e-d161b707, #w-node-_7a4e4110-1122-38e4-6030-0019ef4604ee-d161b707, #w-node-_18c53964-f88d-d6c1-db95-a0da917cca1a-d161b707, #w-node-_59d48fee-626e-07bd-d723-c2c505e269cb-d161b707, #w-node-b2127886-7360-c777-9835-55d70316726c-d161b707 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1acad46-087e-c2b0-67d1-f1248b11c447-d161b708 {
  grid-area: Area;
}

#w-node-_972ea887-3c7c-1854-e2b2-1cc88b52c6ab-d161b715 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0ab7e56-29a0-d007-6274-e396c8363fb6-d161b716 {
  grid-area: Area;
}

#w-node-e0ab7e56-29a0-d007-6274-e396c8363fb8-d161b716, #w-node-e0ab7e56-29a0-d007-6274-e396c8363fb9-d161b716, #w-node-e0ab7e56-29a0-d007-6274-e396c8363fc0-d161b716, #w-node-e0ab7e56-29a0-d007-6274-e396c8363fc1-d161b716, #w-node-e0ab7e56-29a0-d007-6274-e396c8363fc8-d161b716, #w-node-e0ab7e56-29a0-d007-6274-e396c8363fcf-d161b716, #w-node-e0ab7e56-29a0-d007-6274-e396c8363fd0-d161b716 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77e0303d-c373-6832-81b7-1b470004be00-d161b716 {
  grid-area: Area;
  place-self: auto;
}

#w-node-_8eced748-8d43-ac5c-b143-07bc6b43f534-d161b716 {
  grid-area: Area;
}

#w-node-_86a8b23d-4da0-aefa-2822-14aae9163eba-d161b716, #w-node-_3052aff6-ff1d-f3d8-16f8-cceadd8ca04e-d161b716 {
  grid-area: Area-2;
}

#w-node-_5d665012-ed38-b72d-77d3-c3f88d9109fb-d161b716, #w-node-d331aa09-793c-e3c1-2f88-67d88be15c06-d161b716 {
  grid-area: Area-3;
}

#w-node-f14e3c83-fa2e-7a7f-afd4-bca595d22a20-d161b716, #w-node-_2d4f3a30-4ddb-8259-2f4a-0d6de64fdaf2-d161b716 {
  grid-area: Area-4;
}

#w-node-_49086ab0-6936-b79f-1316-7b3685fcf221-d161b716, #w-node-a945e68c-987e-2add-0e32-10716158bbc2-d161b716, #w-node-b9b36199-bcdd-f251-276c-ecf6fdf7aac4-d161b716, #w-node-f05cf03e-8f12-552e-882a-ff00827be536-d161b716 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129c8-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129ca-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129cb-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129cc-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129cd-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129ce-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129cf-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129d0-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129d1-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129d2-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129d3-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129d4-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129d5-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129d6-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129d7-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129d8-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129d9-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129da-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129db-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129dc-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129dd-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129df-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129e0-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129e1-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129e2-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129e3-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129e4-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129e5-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129e6-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129e7-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129e8-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129e9-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129ea-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129eb-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129ec-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129ed-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129ee-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129ef-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129f0-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129f1-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129f8-d161b6fb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d9ebc92d-369e-c403-d3bc-2e1498167b35-d161b700 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d34319a1-1853-8172-6364-6f146262fb7f-d161b676 {
    justify-self: center;
  }

  #w-node-d34319a1-1853-8172-6364-6f146262fb84-d161b676 {
    place-self: center;
  }

  #w-node-d34319a1-1853-8172-6364-6f146262fb89-d161b676, #w-node-d34319a1-1853-8172-6364-6f146262fb8e-d161b676, #w-node-b5c07d9e-3a52-72e0-207f-be64fb37bb5e-d161b676 {
    justify-self: center;
  }

  #w-node-b5c07d9e-3a52-72e0-207f-be64fb37bb63-d161b676 {
    place-self: center;
  }

  #w-node-b5c07d9e-3a52-72e0-207f-be64fb37bb68-d161b676, #w-node-b5c07d9e-3a52-72e0-207f-be64fb37bb6d-d161b676, #w-node-_4bc71d96-71be-c498-2fcb-ecc78fecb4c3-d161b676 {
    justify-self: center;
  }

  #w-node-_4bc71d96-71be-c498-2fcb-ecc78fecb4c8-d161b676 {
    place-self: center;
  }

  #w-node-_4bc71d96-71be-c498-2fcb-ecc78fecb4cd-d161b676, #w-node-_4bc71d96-71be-c498-2fcb-ecc78fecb4d2-d161b676, #w-node-cd4b8f86-675a-6255-7cb3-c457e537bb58-d161b676 {
    justify-self: center;
  }

  #w-node-cd4b8f86-675a-6255-7cb3-c457e537bb5d-d161b676 {
    place-self: center;
  }

  #w-node-cd4b8f86-675a-6255-7cb3-c457e537bb62-d161b676, #w-node-cd4b8f86-675a-6255-7cb3-c457e537bb67-d161b676, #w-node-_9fc16ef4-5bed-ecc1-44b5-1b4a6c1c392a-d161b69e {
    justify-self: center;
  }

  #w-node-_9fc16ef4-5bed-ecc1-44b5-1b4a6c1c392f-d161b69e {
    place-self: center;
  }

  #w-node-_9fc16ef4-5bed-ecc1-44b5-1b4a6c1c3934-d161b69e, #w-node-_9fc16ef4-5bed-ecc1-44b5-1b4a6c1c3939-d161b69e {
    justify-self: center;
  }

  #w-node-d9ebc92d-369e-c403-d3bc-2e1498167b33-d161b700 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d9ebc92d-369e-c403-d3bc-2e1498167b35-d161b700 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_505ba195-80f5-0774-efd6-3d731a5bec81-d161b6cb {
    place-self: center;
  }

  #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129f8-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129fa-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129fb-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129fc-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129fd-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129fe-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da6129ff-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a00-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a01-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a02-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a03-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a04-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a05-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a06-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a07-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a08-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a09-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a0a-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a0b-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a0c-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a0f-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a11-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a12-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a13-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a14-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a15-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a16-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a17-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a18-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a19-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a1a-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a1b-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a1c-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a1d-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a1e-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a1f-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a20-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a21-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a22-d161b6fb, #w-node-_2b86ec98-47b6-d216-5ea7-e077da612a23-d161b6fb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a1dc5a3f-8395-6ab6-7291-afacdcaecf3f-d161b6ff, #w-node-a1dc5a3f-8395-6ab6-7291-afacdcaecf43-d161b6ff, #w-node-d9ebc92d-369e-c403-d3bc-2e1498167b31-d161b700, #w-node-d9ebc92d-369e-c403-d3bc-2e1498167b33-d161b700, #w-node-d9ebc92d-369e-c403-d3bc-2e1498167b35-d161b700, #w-node-d9ebc92d-369e-c403-d3bc-2e1498167b37-d161b700, #w-node-a1dc5a3f-8395-6ab6-7291-afacdcaecf3f-d161b701, #w-node-a1dc5a3f-8395-6ab6-7291-afacdcaecf43-d161b701, #w-node-a341372e-15b5-69a7-3463-e46278b1d966-d161b701 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e0ab7e56-29a0-d007-6274-e396c8363fb6-d161b704 {
    place-self: center;
  }

  #w-node-a1dc5a3f-8395-6ab6-7291-afacdcaecf36-d161b705, #w-node-a1dc5a3f-8395-6ab6-7291-afacdcaecf3a-d161b705, #w-node-a1dc5a3f-8395-6ab6-7291-afacdcaecf3f-d161b705, #w-node-a1dc5a3f-8395-6ab6-7291-afacdcaecf43-d161b705, #w-node-a341372e-15b5-69a7-3463-e46278b1d966-d161b705, #w-node-a1dc5a3f-8395-6ab6-7291-afacdcaecf3f-d161b706, #w-node-ea6f7d85-60b2-9621-f469-13bd07192f13-d161b706, #w-node-_92fcf1a5-2023-2595-0ef2-169f0fe5bba0-d161b706, #w-node-a1dc5a3f-8395-6ab6-7291-afacdcaecf43-d161b706 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e0ab7e56-29a0-d007-6274-e396c8363fb6-d161b716 {
    place-self: center;
  }
}


