@font-face {
  font-family: Akkordeon;
  src: url('../fonts/Ak1000-Seven.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #020202;
  --black-2: #131313;
  --red: #ec3f25;
  --white: #fff3;
  --black-3: #111;
  --divider: #ffffff1a;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-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-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-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-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

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

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

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

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

.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-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-commercecheckoutlabel {
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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: #fff;
  background-color: #000;
  font-family: forma-djr-display, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #fff;
  text-decoration: underline;
}

.timeline__bg-grid-column {
  opacity: .11;
  background-color: #fff;
  flex: none;
  width: 1px;
  height: 100%;
}

.timeline__bg-grid {
  z-index: -2;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.timeline__bg-grid.is--about-partners {
  padding-left: 26px;
  padding-right: 26px;
}

.timeline__item-details-year {
  opacity: .5;
  text-transform: uppercase;
  margin-bottom: 1.8em;
  font-family: Chivo Mono, sans-serif;
  line-height: 1.4;
  display: inline-block;
}

.timeline__item-details-year.is--sm {
  margin-bottom: .125em;
  font-size: 15px;
}

.timeline__item-details-year.is--tracks {
  opacity: 1;
  color: #000;
  background-color: #fff;
  border-radius: 5px 5px 2px 2px;
  padding-left: .35em;
  padding-right: .35em;
  transition: background-color .2s;
}

.timeline__item-details-year.is--tracks:hover {
  background-color: #ffffff80;
}

.timeline__item-details-year.is--interpunct {
  padding-left: .4em;
  padding-right: .4em;
}

.timeline__item-details-artist {
  text-transform: uppercase;
  font-family: Chivo Mono, sans-serif;
  font-size: 1.2em;
  line-height: 1.4;
}

.timeline__item-details-artist.is-sm {
  text-align: right;
  flex: 1;
  font-size: 14px;
}

.timeline__item-details-name {
  text-transform: none;
  align-self: center;
  margin-right: .45em;
  font-family: forma-djr-text, sans-serif;
  line-height: 1;
  position: static;
}

.timeline__item-details-name.is--sm {
  letter-spacing: -.3px;
  margin-right: 0;
  font-size: 1.5vw;
  line-height: 1;
}

.timeline__modal-wrap {
  z-index: 5;
  -webkit-backdrop-filter: saturate(0%) blur(15px);
  backdrop-filter: saturate(0%) blur(15px);
  background-color: #0006;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.timeline__modal {
  grid-column-gap: 50px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.timeline__modal-info {
  flex-direction: column;
  align-self: center;
  display: flex;
}

.timeline__modal-track-info {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1em;
  font-family: Monument Grotesk Mono;
}

.timeline__modal-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .15em;
  font-family: Akkordeon, sans-serif;
  font-size: 8.6em;
  font-weight: 700;
  line-height: .8;
  overflow: hidden;
}

.timeline__modal-divider {
  background-color: #fff3;
  height: 1px;
}

.timeline__modal-bg {
  z-index: -1;
  background-color: var(--black);
  opacity: .63;
  filter: blur(40px);
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.texture {
  z-index: 2147483647;
  opacity: .4;
  pointer-events: none;
  mix-blend-mode: lighten;
  background-image: url('../images/Texture.png');
  background-position: 0 0;
  background-size: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.hero {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 75vh;
  padding: 26px 1vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero__video {
  z-index: -1;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero__pg {
  text-align: left;
  text-transform: none;
  font-kerning: none;
  margin-bottom: .2em;
  font-family: forma-djr-display, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2;
  display: inline;
}

.hero__pg.is--hidden {
  display: none;
}

.timeline__grid {
  grid-column-gap: 0px;
  grid-row-gap: 8vw;
  border-bottom: 1px solid var(--black-2);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 30vh;
}

.timeline__item {
  cursor: pointer;
  border-radius: 16px;
  position: relative;
}

.timeline__item-details {
  z-index: 2;
  mix-blend-mode: difference;
  flex-direction: column;
  justify-content: flex-end;
  width: 75%;
  height: 100%;
  padding-bottom: 14px;
  padding-left: 18px;
  display: flex;
  position: absolute;
  top: 0;
  left: 100%;
}

.timeline__center-line-wrap {
  z-index: -1;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  margin-bottom: -94vh;
  display: flex;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
}

.div-block-19 {
  background-color: var(--red);
  align-self: flex-end;
  width: 93.75%;
  height: 1px;
}

.timeline__item-image-wrap {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #ffffff1f;
  border: 1px solid #ffffff0d;
  border-radius: 20px;
  transition: transform .2s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.timeline__ruler {
  grid-row-gap: 20px;
  opacity: 1;
  background-image: url('../images/Ruler.svg');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 6.25%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.timeline__modal-list {
  padding-left: 0;
}

.timeline__modal-list-item {
  text-transform: uppercase;
  border-bottom: 1px solid #fff3;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  font-family: Monument Grotesk Mono;
  line-height: 1.5;
}

.timeline__modal-list-item.is--hidden {
  display: none;
}

.timeline__modal-social-button {
  background-color: #0000;
  background-image: url('../images/AMIcon.svg');
  background-position: 0 0;
  background-size: cover;
  width: 35px;
  height: 35px;
  margin-right: 16px;
  padding: 0;
  transition: opacity .2s cubic-bezier(.165, .84, .44, 1);
}

.timeline__modal-social-button:hover {
  opacity: .29;
}

.timeline__modal-social-button:active {
  opacity: .4;
}

.timeline__modal-social-button.is--spotify {
  background-image: url('../images/Spotify.svg');
}

.timeline__modal-social-button.is--soundcloud {
  background-image: url('../images/Soundcloud.svg');
}

.timeline__item-details-image-wrap {
  align-self: stretch;
  margin-bottom: .2em;
  font-family: Akkordeon, sans-serif;
  font-size: 2vw;
  display: flex;
}

.timeline__item-grammy-icon {
  width: .5em;
}

.timeline {
  position: relative;
  overflow: hidden;
}

.timeline__item-image {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.timeline__year-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-left: 1vw;
  padding-right: 1vw;
  font-family: Chivo Mono, sans-serif;
  display: flex;
  position: sticky;
  top: 0;
}

.timeline__year-wrap.is--awards {
  display: none;
}

.timeline__year {
  color: #fff6;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.2;
  transition: color .2s cubic-bezier(.23, 1, .32, 1);
}

.timeline__year:hover {
  color: #ffffffd9;
}

.nav__wrap {
  z-index: 99;
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  padding-top: 26px;
  padding-left: 26px;
  padding-right: 26px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav__button {
  text-transform: none;
  background-color: #000;
  border: 1px solid #fff3;
  border-radius: 15px 15px 5px 5px;
  align-self: center;
  padding: 11px 16px;
  font-family: Chivo Mono, sans-serif;
  font-size: 2em;
  font-weight: 400;
  transition: color .2s, background-color .2s;
  display: flex;
}

.nav__button:hover {
  background-color: #ffffff5e;
}

.nav__current {
  align-self: center;
  text-decoration: none;
  display: flex;
}

.timeline__modal-img-wrap {
  border-radius: 20px;
  width: 30vw;
  height: 30vw;
  position: relative;
  overflow: hidden;
}

.nav {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 5px;
  opacity: 0;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  display: grid;
  position: relative;
}

.nav__socials {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-self: center;
  align-items: center;
  display: flex;
}

.nav__social-button {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-transform: none;
  background-color: #000;
  border: 1px solid #fff3;
  border-right-style: none;
  border-radius: 15px 15px 5px 5px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-size: 2em;
  font-weight: 400;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
}

.nav__social-button:hover {
  background-color: #ffffff57;
}

.nav__social-button.is--cart {
  border-left-style: none;
  border-right-style: solid;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 5px;
  margin-left: 0;
  padding: 0;
  display: flex;
}

.nav__social-button.is--2 {
  border-left-style: none;
  border-radius: 0;
}

.hero__partner-role {
  opacity: .45;
  text-transform: uppercase;
  flex: none;
  align-self: stretch;
  margin-bottom: .7em;
  font-family: Chivo Mono, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3;
}

.hero__partner-role.is--lg {
  opacity: 1;
  margin-bottom: 0;
  font-size: .9em;
  font-weight: 400;
}

.hero__partner {
  grid-column-gap: 20px;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.hero__partner.is--mb {
  grid-column-gap: 12px;
}

.hero__partners-wrap {
  grid-column-gap: 30px;
  margin-bottom: 12px;
  display: flex;
}

.hero__partner-img {
  align-self: flex-start;
  width: 55px;
}

.home__collabs {
  grid-row-gap: 15px;
  border-radius: 20px;
  flex-direction: column;
  padding-top: 4vw;
  padding-bottom: 4vw;
  display: flex;
}

.home__collabs-text {
  color: #ffffff40;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Akkordeon, sans-serif;
  font-size: 5vw;
  line-height: .8;
  transition: color .2s;
}

.home__collabs-text:hover {
  color: #ffffff5e;
}

.home__collabs-text.is--highlighted {
  color: #ffffffdb;
}

.home__collabs-text.is--highlighted:hover {
  color: #ffffff40;
}

.home__collabs-row-section {
  grid-column-gap: 3vw;
  flex-direction: row;
  display: flex;
}

.home__collabs-row {
  grid-column-gap: 3vw;
  flex-wrap: nowrap;
  display: flex;
  overflow: hidden;
}

.home__collabs-row.is--reverse {
  justify-content: flex-end;
  align-self: stretch;
}

.timeline__modal-img {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.timeline__year-button {
  grid-column-gap: 5px;
  align-items: center;
  font-size: 1.05vw;
  text-decoration: none;
  display: flex;
  position: relative;
}

.timeline__year-arrow {
  opacity: 0;
  width: .65em;
  height: .65em;
  position: absolute;
}

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

.partners__item-desc {
  text-align: left;
  text-transform: none;
  margin-bottom: 0;
  font-family: forma-djr-text, sans-serif;
  font-size: .9vw;
  line-height: 1.3;
}

.partners__item {
  grid-column-gap: 0vw;
  grid-row-gap: 10px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: grid;
}

.partners__item-logo {
  align-self: center;
  width: 5vw;
  max-width: none;
}

.about__logo-wrap {
  grid-column-gap: 80px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  align-self: stretch;
  display: flex;
}

.about__logo {
  width: 100px;
  height: 150px;
  display: block;
}

.timeline__modal-subheading {
  color: #ffffff80;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 1em;
  margin-bottom: .5em;
  font-family: Monument Grotesk Mono;
  font-size: 12px;
}

.timeline__modal-socials {
  padding-top: 1em;
}

.list__items {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left: 1px solid #000;
  grid-template-columns: 1fr;
}

.list__item {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--white);
  cursor: pointer;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 24px 25px;
  display: flex;
  position: relative;
}

.image-5 {
  border: 1px solid #ffffff26;
  border-radius: 11px;
  width: 100px;
  display: none;
}

.film-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: 80vh;
  grid-template-columns: 30vw;
  grid-auto-columns: 30vw;
  grid-auto-flow: column;
  padding: 24px 26px;
  display: block;
}

.film-grid.swiper {
  border-top: 1px solid #000;
  height: 60vh;
  margin-top: 25px;
  margin-bottom: 80px;
  position: relative;
}

.film-grid.swiper.is--hidden {
  display: none;
}

.film-grid__item-img {
  z-index: 2;
  opacity: 0;
  mix-blend-mode: luminosity;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.film-grid__item-img.is--full-art {
  z-index: 1;
  opacity: 1;
  filter: none;
  mix-blend-mode: normal;
}

.film-grid__item {
  border-radius: 20px;
  height: 60vh;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.film-grid__item.is--grid {
  height: 30vh;
  overflow: hidden;
}

.film-grid__info-wrap {
  z-index: 3;
  background-image: linear-gradient(#0c0c0c00, #0c0c0c82);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.film-grid__item-title {
  text-transform: uppercase;
  margin-bottom: .1em;
  font-family: Akkordeon, sans-serif;
  font-size: 6vw;
  line-height: .75;
}

.film-grid__item-title.is--sm {
  text-shadow: 0 0 8px #0c0c0c26;
  flex: 0 auto;
  margin-bottom: 0;
  font-size: 1em;
  line-height: .9;
  display: block;
}

.film-grid__item-details {
  opacity: .55;
  text-transform: uppercase;
  margin-bottom: .4em;
  font-family: Chivo Mono, sans-serif;
  font-size: 1em;
}

.gradient {
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff0;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.gradient.is--menu {
  z-index: 1;
  height: 150%;
  display: none;
  top: 0;
}

.timeline__view-toggle-label {
  text-transform: uppercase;
  font-family: Chivo Mono, sans-serif;
  line-height: 1.1;
}

.timeline__view-toggle {
  text-transform: uppercase;
  background-color: #fff3;
  border-radius: 10px 10px 3px 3px;
  padding: 6px 8px 4px;
  font-family: Chivo Mono, sans-serif;
  line-height: 1.3;
  transition: background-color .2s, color .2s;
}

.timeline__view-toggle:hover {
  background-color: #ffffff57;
}

.timeline__view-toggle.is--active {
  color: #000;
  background-color: #fcfdffe6;
}

.timeline__view-toggle-wrap {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.marquee__text {
  letter-spacing: -1px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 5vw;
  font-family: Akkordeon, sans-serif;
  font-size: 17vw;
  line-height: .8;
}

.marquee {
  z-index: 5;
  width: 100vw;
  display: flex;
  position: relative;
  overflow-x: clip;
}

.timeline__control-wrap {
  z-index: 2;
  grid-column-gap: 30px;
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  justify-content: space-between;
  align-items: center;
  margin-top: 2em;
  padding: 10px 16px;
  display: flex;
  position: relative;
}

.releases__grid {
  grid-column-gap: 26px;
  grid-template-rows: auto;
  margin: 40px 26px 80px;
}

.release {
  background-color: var(--black-3);
  border-radius: 20px;
  flex-direction: column;
  align-self: center;
  padding: 30px 26px 0;
  display: flex;
}

.release__img {
  align-self: stretch;
  width: 100%;
  margin-bottom: 2em;
  display: block;
}

.release__info-wrap {
  text-align: left;
  flex: none;
  order: -1;
  justify-content: space-between;
  margin-bottom: 14px;
  display: flex;
  overflow: hidden;
}

.release__details {
  opacity: .5;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-family: Chivo Mono, sans-serif;
  font-size: .7vw;
  line-height: 1.2;
}

.release__details.is--artist {
  opacity: 1;
  color: #fff;
  text-transform: none;
  margin-bottom: .75em;
  font-family: forma-djr-text, sans-serif;
  font-size: 1.2vw;
  line-height: 1.3;
}

.release__name {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Akkordeon, sans-serif;
  font-size: 8.5vw;
  line-height: .75;
}

.release__name.is--mobile {
  display: none;
}

.about__heading-lg {
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 4.2vw;
  font-weight: 600;
  line-height: 1;
}

.about__pg {
  text-align: left;
  text-transform: none;
  margin-bottom: 0;
  font-family: forma-djr-text, sans-serif;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
}

.list {
  grid-column-gap: 29px;
  border-bottom: 1px solid var(--black-2);
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr;
  padding-left: 29px;
  padding-right: 0;
}

.list__image-wrap {
  height: 100vh;
  display: none;
}

.list__image {
  border: 1px solid #ffffff26;
  border-radius: 20px;
  flex: 1;
  align-self: center;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  display: block;
}

.nav__button-icon {
  width: 20px;
  height: 20px;
  display: none;
}

.list__items-shade {
  z-index: 10;
  background-image: linear-gradient(#000, #0000 25% 75%, #000);
  height: 100vh;
  margin-top: 0;
  display: none;
  position: sticky;
  top: 0;
}

.list__item-shade {
  mix-blend-mode: difference;
  background-color: #fff;
  height: 0%;
  position: absolute;
  inset: 0% 0% auto;
}

.about__video {
  border-radius: 0 0 20px 20px;
  height: 65vh;
  margin-bottom: 2.5vw;
}

.transition-wrap {
  z-index: 99999;
  color: #fff;
  cursor: progress;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: none;
  position: fixed;
  inset: 0%;
}

.barba-page-container {
  padding-top: 90px;
}

.barba-page-container.is--home, .barba-page-container.is--about {
  padding-top: 0;
}

.about__pg-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5vw;
  display: grid;
}

.div-block-58 {
  padding-bottom: 1vw;
  padding-left: 26px;
  padding-right: 26px;
}

.film-modal__wrap {
  z-index: 99;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000000a1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.film-modal {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #000;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-end;
  width: 85%;
  max-width: 1650px;
  max-height: 95vh;
  padding: 18px 18px 24px;
  display: flex;
  position: relative;
}

.film-modal__title {
  margin-top: 0;
  margin-bottom: .1em;
  font-family: forma-djr-display, sans-serif;
  font-size: 3.9em;
  font-weight: 600;
  line-height: 1.1;
}

.film-modal__desc {
  margin-bottom: 1em;
  font-family: forma-djr-text, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3;
}

.film__modal-detail {
  opacity: .5;
  text-transform: uppercase;
  flex: 0 auto;
  font-family: Chivo Mono, sans-serif;
  font-size: 1em;
  line-height: 1.1;
}

.film__modal-detail.is--credits-heading {
  letter-spacing: .3px;
  margin-bottom: .75em;
  font-size: .9em;
}

.nav__expanded {
  z-index: 2;
  grid-column-gap: 2vw;
  color: #000;
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  padding-left: 26px;
  padding-right: 26px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.nav__link {
  grid-column-gap: .75vw;
  color: #000;
  text-transform: uppercase;
  font-family: Akkordeon, sans-serif;
  font-size: 6vw;
  line-height: .8;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.nav__bg-shade {
  z-index: 1;
  background-color: #000c;
  display: none;
  position: fixed;
  inset: 0%;
}

.release__detail-wrap {
  flex-direction: column;
  order: -1;
  justify-content: center;
  align-self: center;
  display: flex;
}

.film-modal__close-button {
  z-index: 2;
  box-shadow: none;
  color: #fff;
  letter-spacing: .2px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 5px;
  margin: 40px;
  padding-top: 9px;
  font-family: forma-djr-micro, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  transition: color .2s, background-color .2s cubic-bezier(.23, 1, .32, 1);
  position: absolute;
  inset: 0% 0% auto auto;
}

.film-modal__close-button:hover {
  background-color: #5a5a5a;
}

.film-modal__close-button.is--track {
  margin: 18px;
}

.film-modal__link {
  color: #000;
  text-transform: uppercase;
  background-image: url('../images/LinkArrow_Black.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: .6em;
  padding-right: 1.2em;
  font-family: forma-djr-micro, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}

.film-modal__link:hover {
  opacity: .5;
}

.film-modal__link.is--sm {
  margin-right: 1em;
  font-size: 1.2em;
}

.film-modal__yt-wrap {
  background-color: #000;
  border-radius: 11px;
  flex: 1;
  overflow: hidden;
}

.nav__logo {
  width: 120px;
}

.nav__link-wrap {
  flex: 1;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-top: 115px;
  display: flex;
}

.awards__wrap {
  grid-row-gap: 30px;
  background-color: #0f0f0f;
  border-radius: 20px;
  flex-direction: column;
  padding: 26px;
  display: flex;
  position: relative;
}

.grid-8 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 30px 26px;
}

.grid-8.is--hidden {
  display: none;
}

.award__info-title {
  margin-top: 0;
  margin-bottom: .1em;
  margin-right: .4em;
  font-family: forma-djr-text, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.1;
}

.award__info-title.is--sm {
  letter-spacing: .5px;
  text-transform: none;
  margin-bottom: .2em;
  margin-right: 0;
  font-family: forma-djr-display, sans-serif;
  font-size: 1vw;
  line-height: 1.1;
}

.award__info-title.is--lg {
  font-size: 1.4vw;
}

.award__info-track-name {
  opacity: 1;
  text-transform: uppercase;
  font-family: Chivo Mono, sans-serif;
  font-size: .9em;
  line-height: 1.4;
}

.award__info-track-name.is--won {
  opacity: .45;
  margin-bottom: 1em;
  font-size: .9em;
}

.award__info-track-name.is--sm {
  opacity: .45;
  text-transform: none;
  font-family: forma-djr-micro, sans-serif;
  font-size: .75vw;
  line-height: 1.2;
}

.image-12 {
  box-shadow: none;
  border: 1px solid #ffffff1a;
  border-radius: 11px;
  width: 100%;
  margin-bottom: 1.2em;
  display: block;
}

.image-12.is--sm {
  border: 1px solid #ffffff1c;
  border-radius: 9px;
}

.image-12.is--fw {
  width: 100%;
}

.text-block-19 {
  opacity: .34;
  text-transform: uppercase;
  font-family: Chivo Mono, sans-serif;
}

.div-block-66 {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-68 {
  background-color: #3d3d3d;
  height: 1px;
}

.div-block-69 {
  grid-column-gap: 10px;
  display: flex;
}

.grid-10 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  align-self: stretch;
  place-items: start;
  display: grid;
}

.div-block-70 {
  grid-column-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-8-copy {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .1em;
  font-family: Akkordeon, sans-serif;
  font-size: 2.6em;
  font-weight: 400;
  line-height: 1.1;
}

.image-14 {
  border: 1px solid #ffffff1c;
  border-radius: 9px;
  width: 100%;
  margin-bottom: 1.2em;
}

.award__info-wrap {
  align-self: stretch;
}

.award__info {
  grid-column-gap: 20px;
  display: flex;
}

.div-block-71-copy {
  align-self: stretch;
}

.nav__link-index {
  color: #979797;
  margin-top: .4em;
  font-family: Chivo Mono, sans-serif;
  font-size: .11em;
}

.about__pg-index {
  color: #929292;
  text-indent: 0;
  text-transform: uppercase;
  font-family: Chivo Mono, sans-serif;
  font-size: .75em;
  line-height: 2.9em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.about__logo-marquee {
  grid-column-gap: 80px;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 2vw;
  padding-top: 1.5vw;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.div-block-76 {
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 2.5vw;
  display: flex;
}

.film-grid__item-index {
  align-self: flex-start;
  padding-top: .41em;
  font-family: Chivo Mono, sans-serif;
  font-size: .2em;
  line-height: .9;
}

.partners__item-name {
  background-image: url('../images/LinkArrow.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: .6em;
  padding-right: 1em;
  font-family: forma-djr-text, sans-serif;
  font-size: 1.1vw;
  font-weight: 500;
  line-height: .9;
  display: inline-block;
}

.partners__item-role {
  opacity: .49;
  text-transform: uppercase;
  margin-top: .45em;
  margin-bottom: .45em;
  font-family: Chivo Mono, sans-serif;
  font-size: .7vw;
  font-weight: 300;
  line-height: 1.1;
}

.partners__item-details {
  flex: 1;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

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

._404__heading {
  margin-bottom: .05em;
  font-family: Akkordeon, sans-serif;
  font-size: 32em;
  line-height: .7;
}

._404__pg {
  text-transform: uppercase;
  font-family: Chivo Mono, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3;
}

.about__pg-wrap {
  font-size: .9vw;
  position: relative;
}

.preloader {
  z-index: 999;
  cursor: wait;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100dvh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-22 {
  text-transform: uppercase;
  font-size: .6em;
}

.film-grid__shade {
  z-index: 10;
  background-image: linear-gradient(to right, #000, #0000 20% 80%, #000);
  display: none;
  position: absolute;
  inset: 0%;
}

.preloader__lottie-trigger {
  width: 0;
  height: 0;
  padding: 0;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.preloader__lottie {
  width: 35vw;
  min-width: 350px;
}

.preloader__wrap {
  z-index: 999;
  width: 100vw;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.hero__video-shade {
  opacity: 1;
  background-image: linear-gradient(#0000 59%, #0000004d 73%);
  position: absolute;
  inset: 0%;
}

.div-block-79 {
  margin-bottom: 1vw;
  padding-left: 26px;
  padding-right: 26px;
  display: flex;
  overflow: hidden;
}

.about__video-shade {
  background-image: linear-gradient(#00000026, #0000 45%);
  position: absolute;
  inset: 0%;
}

.film__modal-info {
  flex: none;
  align-self: auto;
  width: 100%;
}

.superscript {
  opacity: .4;
  font-family: Chivo Mono, sans-serif;
}

.grid-11 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.grid-11.is--3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-80 {
  position: relative;
}

.div-block-81 {
  z-index: 10;
  position: absolute;
  top: 120px;
}

.product {
  grid-column-gap: 60px;
  background-color: var(--black-3);
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 25px;
  display: flex;
}

.product.is--hidden {
  display: none;
}

.div-block-83 {
  flex: 0 auto;
  align-self: stretch;
}

.div-block-83.is--locked {
  cursor: not-allowed;
}

.heading-10 {
  font-size: 6vw;
}

.product__title {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Akkordeon, sans-serif;
  font-size: 7.5vw;
  line-height: .8;
  overflow: hidden;
}

.product__microheading {
  color: #555;
  text-transform: uppercase;
  margin-bottom: .8em;
  font-family: Chivo Mono, sans-serif;
  font-size: 1.1em;
}

.product__description {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex: 1;
  margin-bottom: 0;
  font-family: forma-djr-text, sans-serif;
  font-size: .75vw;
  line-height: 1.3;
}

.product__description.is--locked-scramble {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  text-transform: uppercase;
  white-space: break-spaces;
  font-family: Chivo Mono, sans-serif;
}

.product__info-atc {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.product__info-atc.is--locked {
  filter: none;
  display: block;
}

.product__atc-button {
  background-color: #3898ec00;
  padding: 0;
  font-size: 1.25vw;
  line-height: 1.2;
  text-decoration: underline;
}

.product__atc-button.is--disabled {
  opacity: .25;
  cursor: not-allowed;
}

.product__grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 50px 23px;
  display: none;
  overflow: auto;
}

.product__price {
  font-size: 1.25vw;
  line-height: 1.1;
}

.product__image {
  aspect-ratio: 3 / 2;
  object-fit: contain;
}

.product__image.is--locked {
  opacity: .74;
  filter: blur(4px);
}

.product__image.is--locked.is--shirt {
  opacity: .26;
}

.film-modal__client-logo {
  opacity: .5;
  filter: invert();
  border-right: 1px solid #ffffff57;
  flex: none;
  width: auto;
  height: 1.5em;
  padding-right: 15px;
  display: block;
}

.div-block-86 {
  grid-column-gap: 15px;
  align-items: center;
  margin-bottom: 1.25em;
  display: flex;
}

.footer {
  color: #000;
  background-color: #fff;
  border-radius: 24px 24px 0 0;
  flex-direction: column;
  padding: 24px 26px 32px;
  display: flex;
}

.div-block-88 {
  grid-column-gap: 1.5vw;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: min-content min-content min-content min-content;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

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

.footer__nav {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-right: 0;
  display: grid;
}

.footer__link-label {
  opacity: .5;
  text-transform: uppercase;
  flex: none;
  margin-bottom: .5em;
  padding-top: .5em;
  font-family: Chivo Mono, sans-serif;
  font-size: .76vw;
  line-height: 1.9em;
}

.footer__copyright {
  opacity: .55;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-family: Chivo Mono, sans-serif;
  font-size: 1vw;
  line-height: 1.1;
}

.footer__copyright.is--2 {
  margin-bottom: 0;
}

.footer__nav-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.footer__additional {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.footer__video-logo {
  z-index: 2;
  pointer-events: none;
  flex: 1;
  width: 100%;
  height: auto;
  margin-bottom: -1.5%;
  -webkit-mask-image: url('../images/LogoHorizontal.svg');
  mask-image: url('../images/LogoHorizontal.svg');
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.nav__link-text {
  transform-origin: 50% 0;
}

.nav__link-text.is--double {
  opacity: .75;
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  position: absolute;
  transform: scale3d(1, 0, 1);
}

.footer__btt-button {
  aspect-ratio: 1;
  background-color: #0000001a;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  transition: background-color .2s;
  display: flex;
}

.footer__btt-button:hover {
  background-color: #00000040;
}

.footer__btt-button-icon {
  opacity: .5;
  flex: none;
  align-self: center;
  width: 24px;
  height: 24px;
}

.footer__link {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 3em;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.footer__link-underline {
  background-color: #000;
  align-self: stretch;
  height: 2px;
}

.footer__link-inner-wrap {
  flex-direction: column;
  display: flex;
}

.footer__link-text {
  font-size: 2.5vw;
  font-weight: 500;
}

.timeline__iruler {
  z-index: 99;
  flex-direction: column;
  justify-content: space-between;
  width: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.timeline__iruler-line {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.ruler__line {
  background-color: #ffffff80;
  align-self: flex-end;
  width: 100%;
  height: 1px;
}

.footer__copyright-url {
  color: #000;
}

.cart__wrap {
  z-index: 99;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000000e0;
  justify-content: flex-end;
  display: none;
  position: fixed;
  inset: 0%;
}

.cart {
  color: #000;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-direction: column;
  width: 30%;
  min-width: 400px;
  max-width: 550px;
  display: flex;
  overflow: auto;
}

.cart__heading-title {
  font-size: 2.5em;
  font-weight: 600;
  line-height: .7;
}

.cart__item-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
}

.cart__header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
  padding: 24px 30px 16px;
  display: flex;
}

.cart__item-image {
  aspect-ratio: 1;
  object-fit: contain;
  flex: 1;
  width: 100%;
  margin-bottom: 16px;
}

.cart__item-attribute-val {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.1;
}

.cart__item-attribute-val.is--lg {
  font-weight: 600;
}

.cart__item-attribute-label {
  color: #0006;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-family: Chivo Mono, sans-serif;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.1;
}

.cart__item-attribute {
  grid-column-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.cart__item-row {
  grid-column-gap: 30px;
  border-top: 1px solid #0003;
  border-bottom: 1px solid #0003;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.cart__item-row.is--no-border {
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
}

.divider {
  background-color: #0003;
  height: 1px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.cart__item-remove {
  color: #0006;
  text-transform: uppercase;
  align-self: center;
  font-family: forma-djr-micro, sans-serif;
  font-size: 1em;
  font-weight: 500;
  text-decoration: underline;
}

.cart__item {
  background-color: #f3f3f3;
  border-radius: 20px;
  flex-direction: column;
  align-items: stretch;
  padding: 26px 26px 17px;
  display: flex;
}

.price {
  font-size: 2.3em;
  font-weight: 500;
  line-height: 1.1;
}

.cart__checkout-btn {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 12px 12px 5px 5px;
  padding: 22px 16px;
  font-family: forma-djr-display, sans-serif;
  font-size: 1.2vw;
  text-decoration: none;
  transition: background-color .2s;
  display: block;
  position: sticky;
  bottom: 0;
}

.cart__checkout-btn:hover {
  background-color: #000000a6;
}

.grain {
  z-index: 5;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-block-27 {
  color: #5a5a5a;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Chivo Mono, sans-serif;
  font-size: 13px;
  line-height: 1.6;
}

.text-block-27.is--white {
  color: #ffffffa1;
}

.superscript-2 {
  font-family: Neue Montreal Mono;
  font-size: 0;
}

.list__track-count {
  opacity: 1;
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 5px 5px 2px 2px;
  align-self: center;
  margin-right: .45em;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Chivo Mono, sans-serif;
  font-size: 1em;
  line-height: 20px;
  position: static;
}

.list__track-count.is--sm {
  letter-spacing: -.3px;
  font-size: 1.5vw;
  line-height: 1;
}

.about__partners-heading {
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
  font-weight: 600;
  line-height: 1;
}

.awards__logo {
  object-fit: scale-down;
  align-self: flex-start;
  width: auto;
  height: 50px;
}

.div-block-94 {
  flex-direction: column;
  display: flex;
}

.text-block-28 {
  opacity: .5;
  font-family: Chivo Mono, sans-serif;
}

.grid-12 {
  grid-column-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.product__additional-img {
  cursor: pointer;
  border-radius: 14px;
  width: 13%;
}

.div-block-95 {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.product__additional-img-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.product__image-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.product__atc {
  grid-column-gap: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.product__atc.is--locked {
  display: none;
}

.subheading__text {
  color: gray;
  text-align: left;
  text-transform: none;
  width: 100%;
  margin-top: 12px;
  padding-left: 26px;
  padding-right: 26px;
  font-family: forma-djr-display, sans-serif;
  font-size: 2.95vw;
  font-weight: 600;
  line-height: 1;
}

.subheading__text.is--film {
  font-size: 3.25vw;
}

.subheading__wrap {
  margin-top: 24px;
  position: relative;
}

.text-block-29 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.film__divider {
  background-color: var(--white);
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.film__divider.is--hidden {
  display: none;
}

.subheading__micro {
  color: #ffffff80;
  text-transform: uppercase;
  font-family: Chivo Mono, sans-serif;
  font-size: .75vw;
  line-height: 1.9;
  position: absolute;
  inset: 0% auto auto 26px;
}

.html-embed {
  width: 300px;
  height: 300px;
}

.award {
  padding-left: 20px;
  padding-right: 20px;
}

.award.is--artless {
  padding-left: 0;
  padding-right: 0;
}

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

.product__variant-select {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.25vw;
  line-height: 1.3;
  text-decoration: none;
}

.form-block {
  align-self: center;
  margin-bottom: 0;
}

.div-block-99 {
  background-color: #fff3;
  align-self: stretch;
  width: 1px;
}

.cart__close {
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 10px 10px 3px 3px;
  width: auto;
  height: auto;
  padding: 8px 15px;
  font-family: forma-djr-micro, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  transition: background-color .2s;
}

.cart__close:hover {
  background-color: #969696;
}

.img-modal {
  z-index: 99;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000c;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-17 {
  border-radius: 20px;
  width: 50vw;
}

.cart__item-title {
  font-size: 2.1em;
  font-weight: 600;
  line-height: 1.1;
}

.cart__item-title.is--lg {
  font-weight: 600;
}

.cart__item-price {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.1;
}

.cart__item-price.is--lg {
  font-weight: 600;
}

.superscript-3 {
  color: #ffffffa3;
  text-transform: uppercase;
  font-family: Chivo Mono, sans-serif;
  font-size: .25em;
  font-weight: 400;
  line-height: 1.6;
  top: -1.7em;
}

.text-span {
  font-size: 1vw;
}

.text-span-2 {
  opacity: .75;
  text-transform: uppercase;
  padding-left: .4em;
  font-family: Chivo Mono, sans-serif;
  font-size: .25em;
  font-weight: 400;
  position: relative;
  top: -1.5em;
}

.text-span-2.is--2 {
  top: -.1em;
  left: -9%;
}

.heading__abow {
  opacity: .8;
  text-transform: uppercase;
  font-family: Chivo Mono, sans-serif;
  font-size: .22em;
  line-height: 1.25;
  position: absolute;
  bottom: 1.1em;
  left: 69.2vw;
}

.heading-wrap {
  font-size: 3.15vw;
  position: relative;
}

.text-span-3 {
  font-size: 1.6em;
}

.list__img-wrapper {
  align-self: flex-start;
  margin-top: 25px;
  margin-bottom: 25px;
  position: sticky;
  top: 25vh;
}

.div-block-101 {
  text-transform: uppercase;
  justify-content: space-between;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  font-family: Neue Montreal Mono;
  font-size: 1.1em;
  display: none;
}

.div-block-102 {
  z-index: 5;
  background-color: red;
  width: 500px;
  height: 500px;
  position: fixed;
  inset: auto 0% 0%;
}

.hero__pg-inline {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  height: .75em;
  display: inline-block;
  position: relative;
  top: -.4em;
}

.text-block-31 {
  font-size: 27px;
}

.hero__pg-abow-text {
  text-align: left;
  text-transform: uppercase;
  align-self: center;
  font-family: Chivo Mono, sans-serif;
  font-size: .22em;
  line-height: 1.2;
}

.hero__pg-abow-text.is--lg {
  text-transform: none;
  font-family: forma-djr-display, sans-serif;
  font-size: .6em;
  font-weight: 500;
}

.hero__pg-abow {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  opacity: .7;
  padding-left: .4em;
  display: flex;
}

.webflow-cart {
  aspect-ratio: 1;
  color: #000;
  flex: 1;
  align-self: stretch;
}

.div-block-103 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-104 {
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
}

.cart-footer {
  background-color: #fff;
  position: sticky;
  bottom: 0;
}

.option-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 0 auto;
  justify-content: space-between;
  display: flex;
}

.cart-quantity {
  color: gray;
  background-color: #fafafa00;
  border-top-style: none;
  border-bottom-style: none;
  border-left-color: #0003;
  border-right-style: none;
  border-radius: 0;
  height: 100%;
  margin-bottom: 0;
  font-size: 18px;
}

.text-block-32 {
  font-size: 1.5em;
  line-height: 1.2;
}

.checkout-form {
  color: #fff;
  background-color: #000;
  font-weight: 500;
}

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

.list__img-text {
  opacity: .51;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Chivo Mono, sans-serif;
  font-size: 13px;
}

.list__img-text.is--link {
  opacity: 1;
}

.list__img-text-wrap {
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.list__img-text-wrap.is--center {
  justify-content: center;
}

.list__img-text-wrap.is--hidden {
  display: none;
}

.list__img-link-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.list__img-divider {
  height: 1px;
}

.grid-13 {
  grid-column-gap: 0px;
  grid-row-gap: 100px;
  border-top: 1px solid #ffffff4d;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-top: 45px;
  padding-bottom: 100px;
}

.grid-13.is--releases {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-bottom: 60px;
}

.grid-wrap {
  border-top: 1px solid #ffffff4d;
  margin-top: 2em;
  position: relative;
}

.release__item-img {
  aspect-ratio: 1200 / 1074;
  width: 100%;
  margin-bottom: 16px;
}

.release__item-img.is--16-9 {
  object-fit: cover;
  border: 1px solid #ffffff40;
  border-radius: 20px;
  flex: none;
  margin-top: auto;
  margin-bottom: 16px;
  display: block;
}

.release__item-img.is--16-9.is--locked {
  opacity: .59;
  filter: saturate(200%);
  border-color: #1c1a1c;
  width: auto;
}

.release__item-text-row {
  opacity: .5;
  text-transform: uppercase;
  justify-content: space-between;
  font-family: Chivo Mono, sans-serif;
  line-height: 1.4;
  display: flex;
}

.release__item-text-row.is--bottom {
  opacity: 1;
}

.release__item-text-row.is--bottom.is--locked {
  opacity: .3;
}

.release__item-text-row.is--subheading {
  margin-bottom: .8em;
}

.release__item-title {
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Akkordeon, sans-serif;
  font-size: 4vw;
  line-height: 1;
  overflow: hidden;
}

.release__item-title.is--sm {
  letter-spacing: .5px;
  font-size: 4vw;
  line-height: 1;
}

.div-block-107 {
  background-color: var(--divider);
  height: 1px;
}

.release__item {
  flex-direction: column;
  justify-content: flex-start;
  text-decoration: none;
  display: flex;
}

.release__item.is--locked {
  cursor: not-allowed;
  transition: opacity .15s;
}

.release__item.is--locked:hover {
  opacity: .5;
}

.body {
  background-color: #fff;
}

.div-block-108 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

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

.film__grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 32px 26px 64px;
  display: grid;
  overflow: hidden;
}

.film__grid-placeholder {
  background-color: var(--black-2);
  opacity: .45;
  background-image: linear-gradient(#131313b3, #131313b3), url('../images/product-hidden-overlay.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.release__item-links {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.div-block-109 {
  color: #fff;
  background-color: #000;
  border-radius: 10px 10px 2px 2px;
  align-self: flex-start;
  padding: 7px 10px;
}

.div-block-109.is--1 {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.div-block-109.is--2 {
  border-radius: 4px;
}

.div-block-109.is--3 {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.div-block-110 {
  border-top: 1px dashed #fff;
  flex: none;
  align-self: center;
  width: 25px;
  height: 1px;
  margin-bottom: -1px;
}

.film-grid__item-sheen {
  z-index: 5;
  opacity: .4;
  pointer-events: none;
  mix-blend-mode: overlay;
  background-image: linear-gradient(167deg, #fff0 10%, #fff 35% 64%, #fff0 90%);
  border-radius: 20px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.film-grid__img-wrap {
  z-index: 1;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.div-block-111 {
  z-index: 8;
  position: relative;
}

.awards-grid {
  grid-column-gap: 0px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-top: 45px;
  padding-bottom: 100px;
}

.awards-grid.is--store {
  grid-template-rows: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.grid-15 {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-left: -20px;
  margin-right: -20px;
}

.grid-15.is--3 {
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-112 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.div-block-113, .div-block-114 {
  border-top: 1px solid var(--divider);
  border-bottom: 1px solid var(--divider);
}

.remove-button {
  align-self: center;
}

.field-label {
  display: none;
}

.default-state {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.add-to-cart {
  flex: 1;
}

.discography__hero-bg {
  background-color: #000;
}

.product__wrap.is--locked {
  cursor: not-allowed;
  transition: opacity .15s;
}

.product__wrap.is--locked:hover {
  opacity: .46;
}

.product__additional.is--hidden {
  display: none;
}

.lottie-animation {
  filter: invert();
  width: 120px;
}

.partners__wrap-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--divider);
  border-bottom: 1px solid var(--divider);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  padding: 35px 26px;
}

.div-block-115 {
  position: relative;
}

.div-block-116 {
  margin-bottom: 35px;
  overflow: hidden;
}

.awards__section-heading {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.awards__logo-text {
  opacity: .5;
  text-align: right;
  text-transform: uppercase;
  font-family: Chivo Mono, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

.div-block-118 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.div-block-119 {
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
}

.div-block-120 {
  flex-direction: column;
  flex: none;
  display: flex;
  position: relative;
}

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

.block-content, .shipping-method {
  background-color: #000;
}

.checkout__field {
  background-color: #fafafa1c;
}

.submit-button {
  color: #000;
  background-color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 24px;
}

.checkout__error {
  color: #ff5d60;
  background-color: #ff00004a;
  border-radius: 3px;
}

.checkout__shipping-empty-state {
  background-color: #fff0;
}

.checkout__heading {
  margin-top: 10px;
}

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

.checkbox {
  margin-top: 0;
}

.div-block-121 {
  z-index: 99;
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.div-block-122 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000000db;
  border: 1px solid #ffffff26;
  border-top-style: none;
  border-radius: 0 0 20px 20px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  padding: 16px 22px 14px;
  display: grid;
  box-shadow: 0 1px 15px #0000000d;
}

.image-18 {
  width: 80px;
  margin-right: 18px;
}

.text-block-33 {
  text-transform: uppercase;
  align-self: center;
  font-family: Chivo Mono, sans-serif;
}

.flex-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-self: center;
}

.div-block-123 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  display: none;
}

.image-19 {
  width: 24px;
}

.div-block-124 {
  background-color: #ffffff40;
  border-radius: 10px 10px 4px 4px;
  padding: 5px;
}

.div-block-124.is--menu-btn {
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-34 {
  font-family: Chivo Mono, sans-serif;
}

.div-block-125 {
  border-bottom: 1px #fff3;
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-126 {
  align-items: center;
  height: 100px;
  display: flex;
  position: relative;
}

.div-block-127 {
  opacity: 0;
  background-color: #fff3;
  width: 1px;
  height: 100%;
}

.div-block-128 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 60%;
  display: grid;
  position: relative;
}

.image-21 {
  height: 60%;
}

.image-22 {
  height: 50px;
}

.text-block-35 {
  background-color: #000;
  border-radius: 15px 15px 5px 5px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  font-family: Chivo Mono, sans-serif;
  font-size: 17px;
  display: flex;
}

.div-block-129 {
  z-index: 999;
  opacity: 1;
}

.body-2 {
  background-color: silver;
}

.div-block-130 {
  z-index: 99;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 25px 26px;
  display: grid;
  position: fixed;
  inset: 0% 0% auto;
}

.button {
  color: #fff;
  background-color: #000;
  border: 1px solid #fff3;
  border-radius: 15px 15px 5px 5px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  font-family: Chivo Mono, sans-serif;
  font-size: 16px;
  display: flex;
}

.button.is--menu {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 15px;
}

.button.is--square {
  aspect-ratio: 1;
  flex: none;
  padding: 0;
}

.nav-logo-temp {
  height: 50px;
}

.div-block-131 {
  background-color: #000;
  border: 1px solid #fff3;
  border-radius: 15px 15px 5px 5px;
  padding: 6px 12px;
}

.div-block-132 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-132.is--right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: flex;
}

.image-24 {
  width: 27px;
}

.is--hidden {
  display: none;
}

.product-hidden-wrap {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.div-block-133 {
  opacity: .08;
  background-image: url('../images/product-hidden-overlay.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0%;
}

.div-block-133.is--2-hidden-mobile {
  opacity: .12;
}

.div-block-133.is--release {
  opacity: .3;
  pointer-events: none;
  background-image: url('../images/release-hidden-overlay.svg');
  background-size: contain;
  margin-bottom: 16px;
}

.is--text-locked {
  opacity: .55;
  filter: blur(5px);
}

.track-modal__wrap {
  z-index: 99;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #000000a1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.track-modal {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 50vw;
  min-width: 800px;
  max-width: 1200px;
  max-height: 95svh;
  padding: 18px;
  display: grid;
  position: relative;
  overflow: auto;
}

.track-modal__img {
  aspect-ratio: 1;
  border-radius: 9px;
  width: 300px;
  max-width: none;
}

.track-modal__artist-name {
  margin-top: 0;
  margin-bottom: 0;
  font-family: forma-djr-display, sans-serif;
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.1;
}

.track-modal__title {
  margin-top: .1em;
  margin-bottom: 0;
  font-family: forma-djr-display, sans-serif;
  font-size: 3.9em;
  font-weight: 600;
  line-height: 1;
}

.track {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-transform: uppercase;
  border-bottom: 1px solid #0000001f;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Chivo Mono, sans-serif;
  font-size: 13px;
  display: grid;
}

.track.is--template {
  display: none;
}

.track__name {
  font-size: 1em;
  line-height: 1;
}

.track__name.is--index {
  opacity: .45;
}

.tracks {
  margin-bottom: 20px;
}

.div-block-134 {
  background-color: #0000001f;
  height: 1px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.track-modal__overflow-shade {
  background-image: linear-gradient(#0000, #fff);
  height: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

@media screen and (max-width: 991px) {
  .timeline__bg-grid-column.col-12 {
    display: block;
  }

  .timeline__bg-grid-column.col-13, .timeline__bg-grid-column.col-14, .timeline__bg-grid-column.col-15, .timeline__bg-grid-column.col-16, .timeline__bg-grid-column.col-17 {
    display: none;
  }

  .timeline__item-details-year {
    margin-bottom: .8em;
    font-size: .8em;
  }

  .timeline__item-details-artist {
    font-size: .8em;
  }

  .timeline__item-details-name {
    font-size: 4vw;
  }

  .hero {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .hero__pg {
    line-height: 1.2;
  }

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

  .timeline__item {
    margin-bottom: 25%;
  }

  .timeline__item-details {
    width: 100%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0;
    padding-left: 0;
    top: 100%;
    left: 0%;
  }

  .timeline__item-image-wrap {
    border-radius: 12px;
  }

  .timeline__item-details-image-wrap {
    font-size: 2.5vw;
  }

  .timeline__item-grammy-icon {
    width: 1em;
  }

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

  .timeline__year-wrap {
    z-index: 5;
    background-color: #ececec;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 18px 26px;
    position: fixed;
    inset: auto 0% 0%;
  }

  .timeline__year-wrap.is--awards {
    display: flex;
  }

  .hero__partner-role {
    font-size: .751em;
  }

  .hero__partner-img {
    width: 45px;
  }

  .timeline__year-button {
    filter: invert();
    white-space: nowrap;
    font-size: 2.25vw;
  }

  .partners__grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .partners__item-desc {
    font-size: 2vw;
  }

  .partners__item {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-bottom: 32px;
  }

  .partners__item-logo {
    width: 11vw;
  }

  .about__logo-wrap {
    grid-column-gap: 60px;
  }

  .about__logo {
    width: 60px;
    height: 100px;
  }

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

  .film-grid__item-title {
    font-size: 8vw;
  }

  .film-grid__item-title.is--sm {
    font-size: 6vw;
  }

  .film-grid__item-details {
    font-size: .9em;
  }

  .release__details {
    font-size: 1vw;
  }

  .release__details.is--artist {
    margin-bottom: .5em;
    font-size: 1.76vw;
  }

  .release__name {
    font-size: 2.5vw;
    display: none;
  }

  .release__name.is--mobile {
    margin-bottom: .2em;
    font-size: 10.5vw;
    display: block;
  }

  .about__heading-lg {
    margin-bottom: .5em;
  }

  .about__pg {
    font-size: 3vw;
  }

  .about__video {
    height: 60vw;
    margin-bottom: 4vw;
  }

  .about__pg-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .div-block-58 {
    padding-bottom: 6vw;
  }

  .film-modal {
    font-size: .8em;
  }

  .grid-8 {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .award__info-title.is--sm {
    font-size: 2.5vw;
  }

  .award__info-title.is--lg {
    font-size: 3vw;
  }

  .award__info-track-name.is--sm {
    font-size: 1.75vw;
  }

  .image-12 {
    width: 100%;
  }

  .award__info-wrap {
    padding-right: 15px;
  }

  .about__logo-marquee {
    grid-column-gap: 60px;
  }

  .div-block-76 {
    grid-column-gap: 8px;
    font-size: 6vw;
  }

  .partners__item-name {
    font-size: 2.5vw;
  }

  .partners__item-role {
    font-size: 1.75vw;
  }

  .about__pg-wrap {
    font-size: 2vw;
  }

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

  .product__description {
    font-size: 2vw;
  }

  .product__description.is--locked-scramble {
    font-size: 1.5vw;
  }

  .product__info-atc {
    flex-direction: column;
    display: flex;
  }

  .product__atc-button {
    font-size: 3vw;
  }

  .product__grid {
    grid-template-columns: 1fr;
    padding-top: 30px;
  }

  .product__price {
    font-size: 2vw;
  }

  .footer {
    z-index: 6;
    padding: 26px;
    position: relative;
  }

  .footer__link-label {
    font-size: 1vw;
  }

  .footer__video-logo {
    margin-bottom: 0%;
  }

  .cart__item-attribute-val, .cart__checkout-btn {
    font-size: 3vw;
  }

  .list__track-count {
    font-size: 4vw;
  }

  .about__partners-heading {
    font-size: 5vw;
  }

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

  .product__additional-img {
    width: 27%;
  }

  .product__atc {
    grid-row-gap: 15px;
    flex-direction: column;
    align-self: stretch;
    align-items: flex-start;
  }

  .subheading__micro {
    font-size: 1vw;
  }

  .product__variant-select {
    font-size: 3vw;
  }

  .image-17 {
    width: 75vw;
  }

  .cart__item-title, .cart__item-price {
    font-size: 3vw;
  }

  .superscript-3 {
    font-size: .3em;
    top: -1.3em;
  }

  .text-span-2.is--2 {
    left: -16.5%;
  }

  .heading__abow {
    font-size: .2em;
    line-height: 1.3;
    bottom: .6em;
    left: 46.6vw;
    right: auto;
  }

  .heading-wrap {
    margin-bottom: 30px;
    font-size: 5vw;
  }

  .heading-wrap.is--home {
    margin-bottom: 15px;
  }

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

  .grid-13.is--releases {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .release__item-text-row {
    font-size: 12px;
  }

  .release__item-title {
    font-size: 7vw;
  }

  .release__item.is--locked:hover {
    opacity: 1;
  }

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

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

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

  .add-to-cart-2 {
    align-self: stretch;
  }

  .product__wrap.is--locked:hover {
    opacity: 1;
  }

  .partners__wrap-grid {
    padding-bottom: 10px;
  }

  .track-modal {
    width: 95vw;
    min-width: 700px;
    font-size: .8em;
  }

  .tracks {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .timeline__item-details-name {
    font-size: 5.5vw;
  }

  .hero {
    padding: 15px;
  }

  .timeline__grid {
    grid-row-gap: 5vw;
  }

  .timeline__item {
    margin-bottom: 100px;
  }

  .timeline {
    border-top: 1px solid var(--white);
  }

  .timeline__year-wrap {
    grid-column-gap: 10vw;
    overflow: auto;
  }

  .nav__wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav__button {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav__social-button {
    padding: 8px;
  }

  .hero__partner {
    grid-column-gap: 14px;
  }

  .home__collabs {
    grid-row-gap: 18px;
    padding-top: 12vw;
    padding-bottom: 12vw;
  }

  .home__collabs-text {
    font-size: 9vw;
  }

  .timeline__year-button {
    font-size: 5vw;
  }

  .timeline__year-button.is--award {
    font-size: 3vw;
  }

  .partners__grid {
    margin-bottom: 6vw;
  }

  .partners__item-desc {
    font-size: 1em;
  }

  .about__logo-wrap {
    grid-column-gap: 30px;
  }

  .about__logo {
    width: 50px;
  }

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

  .film-grid__item {
    height: 400px;
  }

  .film-grid__item.is--grid {
    aspect-ratio: 1;
    height: auto;
  }

  .film-grid__info-wrap {
    padding: 16px;
  }

  .film-grid__item-title {
    font-size: 13vw;
  }

  .film-grid__item-title.is--sm {
    font-size: 11vw;
  }

  .timeline__view-toggle-wrap, .timeline__control-wrap {
    display: none;
  }

  .releases__grid {
    grid-template-columns: 1fr;
    margin-top: 24px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .release {
    padding-top: 22px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .release__info-wrap {
    padding-left: 6px;
    padding-right: 6px;
  }

  .release__details {
    font-size: 12px;
  }

  .release__details.is--artist {
    margin-bottom: .75em;
    font-size: 4vw;
  }

  .release__name {
    font-size: 7vw;
  }

  .release__name.is--mobile {
    margin-bottom: .2em;
    font-size: 22vw;
  }

  .about__heading-lg {
    font-size: 2.5em;
    line-height: 1.2;
  }

  .about__pg {
    font-size: 1.3em;
  }

  .about__video {
    margin-bottom: 8vw;
  }

  .barba-page-container {
    padding-top: 110px;
  }

  .div-block-58 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .film-modal__wrap {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .film-modal {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 1;
    grid-template-columns: 1fr;
    width: auto;
    min-width: auto;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .film-modal__title {
    font-size: 3.25em;
  }

  .film__modal-detail.is--credits-heading {
    margin-bottom: .5em;
  }

  .nav__expanded {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav__link {
    grid-column-gap: 2vw;
    font-size: 20vw;
  }

  .film-modal__close-button, .film-modal__close-button.is--track {
    margin: 30px;
  }

  .film-modal__link.is--sm {
    z-index: 2;
    position: relative;
  }

  .nav__link-wrap {
    grid-row-gap: 2vw;
    flex-direction: column;
  }

  .grid-8 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .award__info-title.is--sm {
    font-size: 3.5vw;
  }

  .award__info-track-name.is--won {
    font-size: .78em;
  }

  .award__info-track-name.is--sm {
    font-size: 2vw;
  }

  .grid-10 {
    align-items: flex-start;
  }

  .about__pg-index {
    line-height: 2.8em;
  }

  .about__logo-marquee {
    grid-column-gap: 30px;
    padding-top: 0;
    padding-bottom: 3vw;
  }

  .div-block-76 {
    grid-column-gap: 14px;
    font-size: 11vw;
  }

  .partners__item-name {
    font-size: 1em;
  }

  .partners__item-role {
    font-size: .75em;
  }

  .about__pg-wrap {
    font-size: 1em;
  }

  .text-block-22 {
    font-size: .45em;
  }

  .nav__social-button-icon {
    width: 22px;
  }

  .div-block-81 {
    top: 110px;
  }

  .product__title {
    font-size: 18vw;
  }

  .product__description {
    margin-bottom: 1em;
  }

  .product__description.is--locked-scramble {
    max-width: 100%;
    font-size: 2vw;
  }

  .product__info-atc {
    flex-direction: column;
    align-items: stretch;
  }

  .product__atc-button {
    align-self: center;
    font-size: 4vw;
  }

  .product__price {
    font-size: 4vw;
  }

  .film-modal__client-logo {
    height: 1.25em;
  }

  .div-block-86 {
    margin-bottom: 1.2em;
  }

  .footer {
    padding: 16px;
  }

  .div-block-88 {
    grid-row-gap: 5px;
  }

  .div-block-88._2 {
    grid-template-rows: min-content min-content;
    grid-template-columns: 1fr 1fr;
  }

  .footer__nav {
    flex-direction: column;
    display: flex;
  }

  .footer__link-label {
    font-size: 3vw;
    line-height: .9em;
  }

  .footer__copyright {
    text-align: left;
    font-size: 2.5vw;
  }

  .footer__nav-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 2fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .footer__additional {
    flex-direction: row;
    align-items: center;
  }

  .footer__video-logo {
    margin-bottom: 25px;
  }

  .footer__link-text {
    font-size: 6vw;
  }

  .list__track-count {
    font-size: 5.5vw;
  }

  .about__partners-heading {
    font-size: 2.5em;
    line-height: 1.2;
  }

  .grid-12 {
    grid-column-gap: 16px;
  }

  .product__additional-img {
    width: 16%;
  }

  .subheading__text {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 6vw;
    line-height: 1.1;
  }

  .subheading__micro {
    font-size: 1.75vw;
    line-height: 1.9;
    left: 16px;
  }

  .product__variant-select {
    font-size: 4vw;
  }

  .heading__abow {
    font-size: .2em;
    left: 47%;
  }

  .heading-wrap {
    font-size: 8vw;
  }

  .grid-13 {
    grid-row-gap: 45px;
    grid-template-rows: auto auto auto auto;
  }

  .grid-13.is--releases {
    grid-template-rows: auto auto auto auto;
  }

  .release__item-text-row {
    font-size: 12px;
  }

  .release__item-title {
    font-size: 18vw;
  }

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

  .awards-grid {
    grid-template-rows: auto;
  }

  .awards-grid.is--store {
    grid-template-rows: auto auto;
  }

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

  .div-block-116 {
    margin-bottom: 15px;
  }

  .image-24 {
    width: 20px;
  }

  .track-modal__wrap {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .track-modal {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex: none;
    grid-template-columns: 1fr;
    width: 80vw;
    min-width: auto;
    padding: 16px 16px 12px;
    display: flex;
  }

  .track-modal__img {
    width: auto;
    max-width: 100%;
  }

  .track-modal__title {
    margin-top: .2em;
    margin-bottom: .1em;
    font-size: 3.25em;
  }

  .track {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .track__name {
    font-size: .85em;
  }

  .track-modal__overflow-shade {
    z-index: 1;
    pointer-events: none;
    height: 40px;
    margin-top: -52px;
    position: sticky;
    bottom: -12px;
  }
}

@media screen and (max-width: 479px) {
  .timeline__item-details-name {
    font-size: 4.5vw;
  }

  .hero {
    padding: 14px;
  }

  .hero__pg {
    margin-bottom: 1em;
    font-size: .8em;
    line-height: 1.1;
  }

  .timeline__center-line-wrap {
    margin-bottom: -90vh;
  }

  .timeline__item-grammy-icon {
    width: 1.2em;
  }

  .nav__wrap {
    padding-left: 14px;
    padding-right: 14px;
  }

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

  .nav__social-button {
    display: none;
  }

  .hero__partner-role.is--lg {
    font-size: 3vw;
  }

  .hero__partners-wrap {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .hero__partner-img {
    width: 40px;
  }

  .home__collabs-text {
    font-size: 12vw;
  }

  .home__collabs-row-section {
    grid-column-gap: 4vw;
  }

  .timeline__year-button.is--award {
    font-size: 4.5vw;
  }

  .partners__grid {
    margin-bottom: 8vw;
  }

  .about__logo-wrap {
    grid-column-gap: 40px;
  }

  .about__logo {
    width: 55px;
  }

  .film-grid {
    padding-left: 14px;
    padding-right: 14px;
  }

  .film-grid__info-wrap {
    padding: 14px;
  }

  .film-grid__item-title.is--sm {
    margin-bottom: 0;
    font-size: 11vw;
  }

  .film-grid__item-details {
    font-size: .8em;
  }

  .marquee__text {
    font-size: 25vw;
  }

  .releases__grid {
    margin-left: 14px;
    margin-right: 14px;
  }

  .release {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .release__details.is--artist {
    letter-spacing: .5px;
    font-size: 4.5vw;
  }

  .about__heading-lg {
    font-size: 2em;
  }

  .about__pg {
    font-size: 1.3em;
  }

  .about__video {
    height: 100vw;
    margin-top: -13.5%;
  }

  .barba-page-container {
    padding-top: 100px;
  }

  .div-block-58 {
    padding-bottom: 12vw;
    padding-left: 14px;
    padding-right: 14px;
  }

  .film-modal__wrap {
    padding-top: 14px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .film-modal {
    font-size: .75em;
  }

  .nav__expanded {
    padding-left: 14px;
    padding-right: 14px;
  }

  .film-modal__close-button {
    margin: 24px;
  }

  .nav__logo {
    width: 95px;
  }

  .awards__wrap {
    padding: 22px 16px;
  }

  .grid-8 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .award__info-title {
    font-size: 6vw;
  }

  .award__info-title.is--sm {
    font-size: 4.5vw;
  }

  .award__info-title.is--lg {
    font-size: 8vw;
  }

  .award__info-track-name, .award__info-track-name.is--won {
    font-size: .8em;
  }

  .award__info-track-name.is--sm {
    font-size: 3.75vw;
  }

  .image-12 {
    width: 100%;
  }

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

  .heading-8-copy {
    font-size: 1.45em;
  }

  .about__pg-index {
    line-height: 2.9em;
  }

  .about__logo-marquee {
    padding-bottom: 6vw;
  }

  .div-block-76 {
    grid-column-gap: 8px;
  }

  ._404__heading {
    font-size: 26em;
  }

  ._404__pg {
    font-size: 1.1em;
  }

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

  .grid-11.is--3 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-81 {
    top: 100px;
  }

  .product {
    padding: 16px;
  }

  .product__title {
    font-size: 29vw;
  }

  .product__microheading {
    font-size: .9em;
  }

  .product__description {
    font-size: 1.2em;
  }

  .product__description.is--locked-scramble {
    font-size: 3.5vw;
  }

  .product__atc-button, .product__price {
    font-size: 5vw;
  }

  .product__image.is--2 {
    display: none;
  }

  .div-block-88 {
    grid-column-gap: 11px;
  }

  .footer__nav-section {
    grid-template-columns: .75fr 2fr;
  }

  .footer__video-logo {
    margin-bottom: 18px;
  }

  .footer__btt-button {
    order: 9999;
  }

  .footer__link-text {
    font-size: 6.5vw;
  }

  .timeline__iruler {
    width: 10%;
  }

  .cart {
    border-radius: 0;
    width: 100%;
    min-width: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cart__item-wrap, .cart__header {
    padding-left: 0;
    padding-right: 0;
  }

  .cart__item-attribute-val {
    font-size: 6vw;
  }

  .cart__item-attribute {
    flex-direction: column;
  }

  .cart__item {
    padding: 17px;
  }

  .cart__checkout-btn {
    font-size: 6vw;
  }

  .no-overflow {
    overflow: hidden;
  }

  .about__partners-heading {
    font-size: 2em;
  }

  .awards__logo {
    height: 40px;
  }

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

  .product__additional-img {
    width: 60px;
  }

  .product__additional-img-wrap {
    grid-column-gap: 10px;
  }

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

  .product__atc {
    grid-column-gap: 14px;
  }

  .subheading__text {
    padding-left: 14px;
    padding-right: 14px;
  }

  .subheading__micro {
    font-size: 3vw;
    left: 14px;
  }

  .product__variant-select {
    font-size: 5vw;
  }

  .image-17 {
    width: 80vw;
  }

  .cart__item-title {
    font-size: 8vw;
  }

  .cart__item-price {
    font-size: 6vw;
  }

  .superscript-3 {
    font-size: .35em;
    top: -1em;
  }

  .text-span-2 {
    font-size: .3em;
  }

  .text-span-2.is--2 {
    left: -28.5%;
  }

  .heading__abow {
    font-size: .22em;
    bottom: .65em;
    left: 31%;
  }

  .heading-wrap {
    font-size: 10vw;
  }

  .hero__pg-inline {
    top: -.3em;
  }

  .webflow-cart {
    aspect-ratio: auto;
    flex: 0 auto;
  }

  .cart-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .film__grid {
    padding-top: 16px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .awards-grid {
    grid-row-gap: 50px;
  }

  .grid-15, .grid-15.is--3 {
    grid-template-columns: 1fr 1fr;
  }

  .partners__wrap-grid {
    padding-top: 22px;
    padding-bottom: 0;
  }

  .awards__logo-text {
    font-size: 2vw;
  }

  .button {
    height: 36px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .button.is--square {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    flex: none;
    width: 36px;
    height: 36px;
  }

  .div-block-132.is--right {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .product-hidden-wrap.is--hidden-mobile {
    display: none;
  }

  .track-modal__wrap {
    padding-top: 14px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .track-modal {
    font-size: .75em;
  }

  .track {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: .4fr 1fr;
  }

  .div-block-135 {
    flex: 1;
  }
}

#w-node-_6fa87d1b-0b59-3eb9-7ed8-431c07bf544d-07bf5449, #w-node-_6fa87d1b-0b59-3eb9-7ed8-431c07bf545f-07bf5449 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_290071fa-e530-6836-e4ee-295db6fcd13b-b6fcd138 {
  justify-self: start;
}

#w-node-c9c438c5-7ede-4243-4601-5bd53cc42ee7-b6fcd138 {
  place-self: center;
}

#w-node-fdbc05c9-98f7-426f-d5bd-749e24c1d88c-b6fcd138 {
  justify-self: end;
}

#menu-toggle.w-node-d3386abe-59b4-093c-a28b-b066391e0e17-b6fcd138 {
  justify-self: start;
}

#w-node-cd057a90-b0a0-3365-5e02-4ad91e68a844-b6fcd138 {
  justify-self: center;
}

#w-node-d3386abe-59b4-093c-a28b-b066391e0e1b-b6fcd138 {
  place-self: stretch end;
}

#w-node-_6cf6571f-958c-0a6c-b1e1-7d15710de7fa-b6fcd138, #w-node-_2c48fc12-0e33-0293-29b9-80cf1bfa83ea-b6fcd138 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad36e956-c8a6-316c-c1bf-34ad6be1425c-c23536b1 {
  grid-area: 1 / 1 / 24 / 2;
}

#yr2012.w-node-ad36e956-c8a6-316c-c1bf-34ad6be14281-c23536b1 {
  grid-area: 1 / 2 / 2 / 6;
}

#yr2015.w-node-ad36e956-c8a6-316c-c1bf-34ad6be142b1-c23536b1 {
  grid-area: 2 / 6 / 3 / 11;
}

#yr2017.w-node-ad36e956-c8a6-316c-c1bf-34ad6be142b3-c23536b1 {
  grid-area: 3 / 2 / 4 / 9;
}

#w-node-ad36e956-c8a6-316c-c1bf-34ad6be142b5-c23536b1 {
  grid-area: 4 / 2 / 5 / 4;
}

#w-node-ad36e956-c8a6-316c-c1bf-34ad6be142bd-c23536b1 {
  grid-area: 4 / 7 / 5 / 9;
}

#w-node-ad36e956-c8a6-316c-c1bf-34ad6be142cb-c23536b1 {
  grid-area: 4 / 12 / 5 / 14;
  align-self: end;
}

#w-node-ad36e956-c8a6-316c-c1bf-34ad6be142bf-c23536b1 {
  grid-area: 5 / 5 / 6 / 10;
}

#yr2018.w-node-ad36e956-c8a6-316c-c1bf-34ad6be142c1-c23536b1 {
  grid-area: 6 / 2 / 7 / 8;
}

#w-node-ad36e956-c8a6-316c-c1bf-34ad6be142c3-c23536b1 {
  grid-area: 7 / 2 / 8 / 6;
  align-self: start;
}

#w-node-ad36e956-c8a6-316c-c1bf-34ad6be142c5-c23536b1 {
  grid-area: 7 / 9 / 8 / 14;
}

#w-node-ad36e956-c8a6-316c-c1bf-34ad6be142c7-c23536b1 {
  grid-area: 8 / 6 / 9 / 11;
}

#w-node-ad36e956-c8a6-316c-c1bf-34ad6be142b7-c23536b1 {
  grid-area: 9 / 2 / 10 / 4;
}

#w-node-ad36e956-c8a6-316c-c1bf-34ad6be142bb-c23536b1 {
  grid-area: 9 / 7 / 10 / 9;
}

#w-node-ad36e956-c8a6-316c-c1bf-34ad6be142b9-c23536b1 {
  grid-area: 9 / 12 / 10 / 14;
}

#yr2019.w-node-ad36e956-c8a6-316c-c1bf-34ad6be142c9-c23536b1 {
  grid-area: 10 / 3 / 11 / 9;
}

#w-node-ad36e956-c8a6-316c-c1bf-34ad6be142ad-c23536b1 {
  grid-area: 11 / 2 / 12 / 6;
}

#w-node-ad36e956-c8a6-316c-c1bf-34ad6be142af-c23536b1 {
  grid-area: 11 / 10 / 12 / 14;
}

#w-node-ad36e956-c8a6-316c-c1bf-34ad6be14283-c23536b1 {
  grid-area: 12 / 4 / 13 / 10;
}

#yr2020.w-node-ad36e956-c8a6-316c-c1bf-34ad6be14285-c23536b1 {
  grid-area: 13 / 2 / 14 / 9;
}

#w-node-ad36e956-c8a6-316c-c1bf-34ad6be14287-c23536b1 {
  grid-area: 14 / 2 / 15 / 7;
}

#w-node-ad36e956-c8a6-316c-c1bf-34ad6be14289-c23536b1 {
  grid-area: 14 / 10 / 15 / 13;
}

#w-node-ad36e956-c8a6-316c-c1bf-34ad6be1428d-c23536b1 {
  grid-area: 15 / 2 / 16 / 5;
  align-self: end;
}

#w-node-ad36e956-c8a6-316c-c1bf-34ad6be1428b-c23536b1 {
  grid-area: 15 / 9 / 16 / 14;
}

#w-node-ad36e956-c8a6-316c-c1bf-34ad6be1428f-c23536b1 {
  grid-area: 16 / 2 / 17 / 4;
}

#w-node-ad36e956-c8a6-316c-c1bf-34ad6be142a9-c23536b1 {
  grid-area: 16 / 7 / 17 / 9;
}

#w-node-ad36e956-c8a6-316c-c1bf-34ad6be142ab-c23536b1 {
  grid-area: 16 / 12 / 17 / 14;
}

#yr2021.w-node-ad36e956-c8a6-316c-c1bf-34ad6be14291-c23536b1 {
  grid-area: 17 / 2 / 18 / 7;
}

#w-node-ad36e956-c8a6-316c-c1bf-34ad6be14293-c23536b1 {
  grid-area: 17 / 11 / 18 / 14;
  align-self: end;
}

#w-node-ad36e956-c8a6-316c-c1bf-34ad6be14295-c23536b1 {
  grid-area: 18 / 8 / 19 / 13;
}

#yr2022.w-node-ad36e956-c8a6-316c-c1bf-34ad6be14297-c23536b1 {
  grid-area: 19 / 2 / 20 / 8;
}

#w-node-ad36e956-c8a6-316c-c1bf-34ad6be14299-c23536b1 {
  grid-area: 20 / 2 / 21 / 7;
}

#w-node-ad36e956-c8a6-316c-c1bf-34ad6be1429b-c23536b1 {
  grid-area: 20 / 10 / 21 / 13;
}

#w-node-ad36e956-c8a6-316c-c1bf-34ad6be1429d-c23536b1 {
  grid-area: 21 / 3 / 22 / 6;
}

#w-node-ad36e956-c8a6-316c-c1bf-34ad6be1429f-c23536b1 {
  grid-area: 21 / 9 / 22 / 12;
}

#yr2023.w-node-ad36e956-c8a6-316c-c1bf-34ad6be142a3-c23536b1 {
  grid-area: 22 / 2 / 23 / 8;
}

#w-node-ad36e956-c8a6-316c-c1bf-34ad6be142a1-c23536b1 {
  grid-area: 22 / 11 / 23 / 15;
}

#w-node-ad36e956-c8a6-316c-c1bf-34ad6be142a5-c23536b1 {
  grid-area: 23 / 2 / 24 / 6;
}

#w-node-ad36e956-c8a6-316c-c1bf-34ad6be142a7-c23536b1 {
  grid-area: 23 / 10 / 24 / 14;
}

#w-node-_9dae9c75-b10d-783f-6ad9-255cd1ed916f-c23536b1 {
  grid-area: 24 / 3 / 25 / 9;
}

#yr2024.w-node-_5899a555-1e6e-ae3f-8140-6b75d3d35ba3-c23536b1 {
  grid-area: 25 / 5 / 26 / 9;
}

#w-node-_19add6e2-64b3-4bde-a2c5-4b6dd54c153a-c23536b1 {
  grid-area: 26 / 3 / 27 / 8;
}

#w-node-_3f43e5d5-76bb-7a2d-bc6f-aedf42dc2c62-c23536b1 {
  grid-area: 26 / 11 / 27 / 14;
  align-self: end;
}

#w-node-fd4f97bd-324f-ee35-9aab-9868bd202059-c23536b1 {
  grid-area: 27 / 8 / 28 / 11;
  align-self: end;
}

#w-node-cd82239b-03a2-73df-cf73-1e20910906a5-c23536b1 {
  grid-area: 28 / 3 / 29 / 8;
  align-self: end;
}

#w-node-c918acbf-0f2f-936f-f813-1fdd5a8a2af0-c23536b1 {
  grid-area: 29 / 8 / 30 / 13;
  align-self: end;
}

#w-node-b0dfdbe7-1f1a-ba8e-7db2-338ccc0cbf52-c23536b1 {
  grid-area: 30 / 2 / 31 / 7;
  align-self: end;
}

#w-node-_76ef0df1-7765-d29b-78a2-c2ad3fdc19ec-c23536b1 {
  grid-area: 30 / 11 / 31 / 14;
  align-self: start;
}

#w-node-_7fbb679a-f161-c461-2a6f-d1cd8c4be075-c23536b1 {
  grid-area: 31 / 3 / 32 / 6;
  align-self: start;
}

#w-node-a423ff8d-7923-ba9a-52db-5353da65f172-c23536b1 {
  grid-area: 31 / 9 / 32 / 12;
  align-self: start;
}

#yr2025.w-node-_07874730-7489-b932-53de-50bbdf5b6e33-c23536b1 {
  grid-area: 32 / 3 / 33 / 8;
  align-self: end;
}

#yr2025.w-node-e61a2ccd-048d-b4ef-4662-5ee448708a65-c23536b1 {
  grid-area: 32 / 12 / 33 / 14;
  align-self: end;
}

#yr2025.w-node-dfab1147-07c7-e4b8-8d2d-909937b084d2-c23536b1 {
  grid-area: 33 / 5 / 34 / 10;
  align-self: end;
}

#w-node-_37f2aee2-3dbc-6d4e-3f4c-ee888eaf43c7-c23536b1 {
  grid-area: 34 / 3 / 35 / 6;
  align-self: start;
}

#w-node-d36c7863-4e14-aaea-23fc-fd7c5d0b7df0-c23536b1 {
  grid-area: 34 / 9 / 35 / 12;
  align-self: start;
}

#w-node-ad36e956-c8a6-316c-c1bf-34ad6be142d0-c23536b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-aa48a731-ccab-6582-5d39-315183add1f8-c23536b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-aa48a731-ccab-6582-5d39-315183add1fa-c23536b1, #w-node-aa48a731-ccab-6582-5d39-315183add1fb-c23536b1, #w-node-aa48a731-ccab-6582-5d39-315183add1fd-c23536b1, #w-node-aa48a731-ccab-6582-5d39-315183add206-c23536b1, #w-node-aa48a731-ccab-6582-5d39-315183add20f-c23536b1, #w-node-aa48a731-ccab-6582-5d39-315183add218-c23536b1, #w-node-aa48a731-ccab-6582-5d39-315183add221-c23536b1, #w-node-aa48a731-ccab-6582-5d39-315183add22a-c23536b1, #w-node-aa48a731-ccab-6582-5d39-315183add233-c23536b1, #w-node-aa48a731-ccab-6582-5d39-315183add23c-c23536b1, #w-node-aa48a731-ccab-6582-5d39-315183add245-c23536b1, #w-node-aa48a731-ccab-6582-5d39-315183add24e-c23536b1, #w-node-aa48a731-ccab-6582-5d39-315183add257-c23536b1, #w-node-aa48a731-ccab-6582-5d39-315183add260-c23536b1, #w-node-aa48a731-ccab-6582-5d39-315183add269-c23536b1, #w-node-aa48a731-ccab-6582-5d39-315183add272-c23536b1, #w-node-aa48a731-ccab-6582-5d39-315183add27b-c23536b1, #w-node-aa48a731-ccab-6582-5d39-315183add284-c23536b1, #w-node-aa48a731-ccab-6582-5d39-315183add28d-c23536b1, #w-node-aa48a731-ccab-6582-5d39-315183add296-c23536b1, #w-node-aa48a731-ccab-6582-5d39-315183add29f-c23536b1, #w-node-aa48a731-ccab-6582-5d39-315183add2a8-c23536b1, #w-node-aa48a731-ccab-6582-5d39-315183add2b1-c23536b1, #w-node-aa48a731-ccab-6582-5d39-315183add2ba-c23536b1, #w-node-aa48a731-ccab-6582-5d39-315183add2c3-c23536b1, #w-node-aa48a731-ccab-6582-5d39-315183add2cc-c23536b1, #w-node-aa48a731-ccab-6582-5d39-315183add2d5-c23536b1, #w-node-aa48a731-ccab-6582-5d39-315183add2de-c23536b1, #w-node-aa48a731-ccab-6582-5d39-315183add2e7-c23536b1, #w-node-aa48a731-ccab-6582-5d39-315183add2f0-c23536b1, #w-node-aa48a731-ccab-6582-5d39-315183add2f9-c23536b1, #w-node-aa48a731-ccab-6582-5d39-315183add302-c23536b1, #w-node-aa48a731-ccab-6582-5d39-315183add30b-c23536b1, #w-node-aa48a731-ccab-6582-5d39-315183add314-c23536b1, #w-node-aa48a731-ccab-6582-5d39-315183add31d-c23536b1, #w-node-aa48a731-ccab-6582-5d39-315183add326-c23536b1, #w-node-aa48a731-ccab-6582-5d39-315183add32f-c23536b1, #w-node-aa48a731-ccab-6582-5d39-315183add338-c23536b1, #w-node-aa48a731-ccab-6582-5d39-315183add341-c23536b1, #w-node-aa48a731-ccab-6582-5d39-315183add34a-c23536b1, #w-node-_2496201e-19b6-2fa1-edc0-087562dea7d7-c23536b1, #w-node-_212c7c2a-c335-9500-4fb8-85312b383a44-c23536b1, #w-node-fbcb64c6-d6fb-9231-1f58-91025ea7f815-c23536b1, #w-node-_9b2e696a-17ce-95a6-341b-cf0f742a52db-c23536b1, #w-node-a08e5f7a-78d5-7439-6256-8c6b08f2284f-c23536b1, #w-node-a3fc543b-d1f2-921c-34a5-4c4037656743-c23536b1, #w-node-_4bb5e308-9e62-725b-9278-28ec4c0dd1e0-c23536b1, #w-node-c29673e1-c590-d9a9-f0d5-7dd0282bec68-c23536b1, #w-node-_187b7faf-ce85-d7b2-a0d7-dc012fc41020-c23536b1, #w-node-_0b55a2b3-979c-5ab6-00b3-a2553983cac9-c23536b1, #w-node-_5691126a-03cb-84e8-3a01-340b8bc5a8c7-c23536b1, #w-node-f9acbc2f-aabd-1be6-d9d1-143838028cd4-c23536b1, #w-node-_8d89470d-1591-7d0b-197c-f1a1d7f2e631-c23536b1, #w-node-af0677f8-5c6a-abfa-d811-38fcd7ea2a5c-c23536b1, #w-node-_4642261e-4446-93b2-9d2f-75b6c01babfa-c23536b1, #w-node-e0e2293e-b2ba-b917-a904-56129c963cc1-c23536b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d618c515-d67b-61d2-fed0-da5c8d74509b-c23536b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0c50bc2c-1490-c55f-c84d-21798fa7cc4b-c23536b1, #w-node-a1b1fc83-5e56-9892-d36e-16e6d87ba674-c23536b1, #w-node-cc57806b-6147-9757-9802-b93e15094fe2-c23536b1, #w-node-_8329e0c4-45ff-ac47-21d4-0ed46992e523-c23536b1, #w-node-_8329e0c4-45ff-ac47-21d4-0ed46992e525-c23536b1, #w-node-_6309857f-df60-f729-3d74-bb75cb173251-c23536b1, #w-node-_6309857f-df60-f729-3d74-bb75cb173253-c23536b1, #w-node-_5259dc6c-c3e1-0ba9-fef5-05137cddcb71-c23536b1, #w-node-_5259dc6c-c3e1-0ba9-fef5-05137cddcb73-c23536b1, #w-node-a23443a3-41d8-54e0-db2a-06ec76ef9306-c23536b1, #w-node-a23443a3-41d8-54e0-db2a-06ec76ef9308-c23536b1, #w-node-b1bd6bf1-a892-0554-b83e-672888c62f4e-c23536b1, #w-node-b1bd6bf1-a892-0554-b83e-672888c62f50-c23536b1 {
  align-self: center;
}

#w-node-_560ad2d1-7dc5-e997-f557-4982bedcaa73-c23536b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a2e1b24-ae99-029d-43f1-63f94f581e5e-4f581e5e {
  grid-area: 1 / 2 / 2 / 6;
  align-self: end;
}

#w-node-f321bb77-8865-1c50-691c-b554ea47a47e-779648f7 {
  align-self: center;
}

#w-node-d86d0d35-d552-d116-fb8f-38c26defcf42-779648f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-de2d5885-f6ec-0424-f2ea-4c6d1a8fdc4d-d2aecfc7, #w-node-d39f0f79-dc8c-d349-2085-1cb723fbb1fe-d2aecfc7, #w-node-f5e41ccc-4a6f-0963-1d0e-21fa815a1767-d2aecfc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37907bd9-6e44-764c-3b4f-e0216ac9e7ca-d2aecfc7, #w-node-_366234f7-8faa-a87b-d1e5-bcab127b74a3-d2aecfc7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8540b50c-0f01-ddbb-9e3a-f29c169b8dfa-d2aecfc7 {
  grid-area: 1 / 1 / 2 / 15;
}

#w-node-_0048520b-cb02-4b94-5082-91141eb41584-d2aecfc7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0048520b-cb02-4b94-5082-91141eb41585-d2aecfc7 {
  justify-self: center;
}

#w-node-_2676bddc-4807-04a9-9f22-c274e648e2ba-d2aecfc7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9b93b7d2-a234-a9d0-8039-f03e1fe577a0-d2aecfc7 {
  grid-area: 2 / 6 / 3 / 10;
}

#w-node-c924127e-f793-e95a-f1d9-8d43615c6403-d2aecfc7 {
  justify-self: center;
}

#w-node-_9b93b7d2-a234-a9d0-8039-f03e1fe577a2-d2aecfc7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0ec40acf-5cf0-d669-c863-9f9f0a086de3-d2aecfc7 {
  grid-area: 2 / 11 / 3 / 15;
}

#w-node-_0ec40acf-5cf0-d669-c863-9f9f0a086de4-d2aecfc7 {
  justify-self: center;
}

#w-node-_0ec40acf-5cf0-d669-c863-9f9f0a086de5-d2aecfc7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_95267c2c-bd39-a267-d852-7aecd12b720a-d2aecfc7, #w-node-_95267c2c-bd39-a267-d852-7aecd12b7212-d2aecfc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95267c2c-bd39-a267-d852-7aecd12b720c-d2aecfc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_95267c2c-bd39-a267-d852-7aecd12b720d-d2aecfc7, #w-node-_95267c2c-bd39-a267-d852-7aecd12b7206-d2aecfc7, #w-node-_95267c2c-bd39-a267-d852-7aecd12b720f-d2aecfc7, #w-node-_95267c2c-bd39-a267-d852-7aecd12b720e-d2aecfc7, #w-node-_95267c2c-bd39-a267-d852-7aecd12b7211-d2aecfc7, #w-node-_95267c2c-bd39-a267-d852-7aecd12b7207-d2aecfc7, #w-node-_95267c2c-bd39-a267-d852-7aecd12b7208-d2aecfc7, #w-node-_95267c2c-bd39-a267-d852-7aecd12b720b-d2aecfc7, #w-node-_95267c2c-bd39-a267-d852-7aecd12b7210-d2aecfc7, #w-node-_95267c2c-bd39-a267-d852-7aecd12b7209-d2aecfc7, #w-node-c38e5c1d-8893-a391-7c3c-5e5606c551f0-d2aecfc7, #w-node-c38e5c1d-8893-a391-7c3c-5e5606c551f1-d2aecfc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c38e5c1d-8893-a391-7c3c-5e5606c551f2-d2aecfc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-c38e5c1d-8893-a391-7c3c-5e5606c551f3-d2aecfc7, #w-node-c38e5c1d-8893-a391-7c3c-5e5606c551f4-d2aecfc7, #w-node-c38e5c1d-8893-a391-7c3c-5e5606c551f5-d2aecfc7, #w-node-c38e5c1d-8893-a391-7c3c-5e5606c551f6-d2aecfc7, #w-node-c38e5c1d-8893-a391-7c3c-5e5606c551f7-d2aecfc7, #w-node-c38e5c1d-8893-a391-7c3c-5e5606c551f8-d2aecfc7, #w-node-c38e5c1d-8893-a391-7c3c-5e5606c551f9-d2aecfc7, #w-node-c38e5c1d-8893-a391-7c3c-5e5606c551fa-d2aecfc7, #w-node-c38e5c1d-8893-a391-7c3c-5e5606c551fb-d2aecfc7, #w-node-c38e5c1d-8893-a391-7c3c-5e5606c551fc-d2aecfc7, #w-node-_8fb82a47-3ba9-8866-73c4-6e969a0aab28-d2aecfc7, #w-node-_8fb82a47-3ba9-8866-73c4-6e969a0aab29-d2aecfc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8fb82a47-3ba9-8866-73c4-6e969a0aab2a-d2aecfc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_8fb82a47-3ba9-8866-73c4-6e969a0aab2b-d2aecfc7, #w-node-_8fb82a47-3ba9-8866-73c4-6e969a0aab2c-d2aecfc7, #w-node-_8fb82a47-3ba9-8866-73c4-6e969a0aab2d-d2aecfc7, #w-node-_8fb82a47-3ba9-8866-73c4-6e969a0aab2e-d2aecfc7, #w-node-_8fb82a47-3ba9-8866-73c4-6e969a0aab2f-d2aecfc7, #w-node-_8fb82a47-3ba9-8866-73c4-6e969a0aab30-d2aecfc7, #w-node-_8fb82a47-3ba9-8866-73c4-6e969a0aab31-d2aecfc7, #w-node-_8fb82a47-3ba9-8866-73c4-6e969a0aab32-d2aecfc7, #w-node-_8fb82a47-3ba9-8866-73c4-6e969a0aab33-d2aecfc7, #w-node-_8fb82a47-3ba9-8866-73c4-6e969a0aab34-d2aecfc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#grammys-section.w-node-_40889528-5c6f-97ae-520b-205c53dd1f7a-0b14c7bb {
  grid-area: 1 / 2 / 2 / 7;
  align-self: stretch;
}

#w-node-_9d6fdea9-14f6-e303-aedf-f8d86e56b1f3-0b14c7bb, #w-node-_9d6fdea9-14f6-e303-aedf-f8d86e56b1fe-0b14c7bb {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2a5a16cf-8857-8352-b4e2-74c454f9fb2c-0b14c7bb, #w-node-_7e38336f-c65f-65be-128f-accf70196b27-0b14c7bb, #w-node-_0889e1ac-a3ba-5d6d-170c-030a6409bee0-0b14c7bb, #w-node-_8c953ba8-5e11-2873-195d-c3e40223bada-0b14c7bb, #w-node-_7d99d85c-6878-3d61-4d75-ef02157bfdcb-0b14c7bb, #w-node-a662e272-64ef-27f9-48d2-1b5b4a836628-0b14c7bb, #w-node-_7cfbddfb-331f-52d2-f629-dcc98f5257c2-0b14c7bb, #w-node-_7e7399cf-4683-19a2-8191-74a898811296-0b14c7bb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#riaa-section.w-node-_7005d9bc-3181-55f3-89d1-546155acc711-0b14c7bb {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-f6fdcb93-d06a-1fd8-db10-70ca41877549-0b14c7bb {
  grid-area: 1 / 14 / 2 / 16;
}

#w-node-_3fcf286b-a848-c701-7332-349375b9fd5a-0b14c7bb {
  grid-area: 4 / 2 / 5 / 4;
}

#w-node-_99293d9d-3e4d-d561-ff80-698b2ce96120-0b14c7bb {
  grid-area: 4 / 6 / 5 / 8;
}

#w-node-_6c430396-27e3-896a-d696-22b6ea8b5f6e-0b14c7bb {
  grid-area: 4 / 10 / 5 / 12;
}

#w-node-_2bbd0b86-58fc-b844-a0b9-f5e69765d0b5-0b14c7bb {
  grid-area: 4 / 14 / 5 / 16;
}

#w-node-_47383a8e-8ca6-08af-b814-4093633f1493-633f1493 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63c4c8d8-c00c-8786-9553-c2ac5c563740-0acd6b4e {
  grid-area: 1 / 6 / 2 / 9;
}

#w-node-c9eec67e-fdc7-825e-2dcf-bb484ea11954-0acd6b4e {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_46b80dd4-f7c3-b51c-0f27-da967327c696-0acd6b4e {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-ecceb5ae-781e-97c9-3137-d6ef4fd79ef1-0acd6b4e {
  grid-area: 1 / 14 / 2 / 17;
}

#w-node-_59d7dd2a-bf78-d5ab-fe0f-ad198fa1dc16-323d85ac, #w-node-_59d7dd2a-bf78-d5ab-fe0f-ad198fa1dc17-323d85ac, #w-node-_59d7dd2a-bf78-d5ab-fe0f-ad198fa1dc3e-323d85ac, #w-node-_59d7dd2a-bf78-d5ab-fe0f-ad198fa1dc3f-323d85ac, #w-node-_59d7dd2a-bf78-d5ab-fe0f-ad198fa1dc66-323d85ac, #w-node-_59d7dd2a-bf78-d5ab-fe0f-ad198fa1dc67-323d85ac {
  align-self: center;
}

#w-node-c7eb25e2-e81f-56d9-4f0a-39a1c520f2cc-323d85ac {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_2aac8a11-05bc-f51b-e7a5-4716b3dea011-323d85ac, #w-node-_022b155e-2ae1-5abd-1943-a069e36da9b0-323d85ac {
  align-self: center;
}

#w-node-_24de27a4-bdd3-f605-bde8-c31c43a492ad-323d85ac {
  grid-area: 1 / 10 / 2 / 16;
}

#w-node-e7675855-2983-3125-3370-511710e580c7-323d85ac, #w-node-aba4b258-83f3-799c-e045-678c47fcd304-323d85ac {
  align-self: center;
}

#w-node-d826488b-916b-1473-0802-ce583e6a89ed-323d85ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#menu-open-pseudo.w-node-_63f452cf-46f9-10ad-fdb6-9838c8746aaf-a22e7e81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_63f452cf-46f9-10ad-fdb6-9838c8746ab2-a22e7e81 {
  justify-self: center;
}

#w-node-_63f452cf-46f9-10ad-fdb6-9838c8746ab3-a22e7e81 {
  justify-self: end;
}

#w-node-_46a69353-1618-b603-866a-33ae5c26abb1-a22e7e81 {
  place-self: stretch stretch;
}

#w-node-_46a69353-1618-b603-866a-33ae5c26abb3-a22e7e81 {
  grid-area: 1 / 13 / 2 / 14;
  place-self: stretch stretch;
}

#w-node-_46a69353-1618-b603-866a-33ae5c26abb5-a22e7e81 {
  grid-area: 1 / 14 / 2 / 15;
  place-self: stretch stretch;
}

#w-node-_46a69353-1618-b603-866a-33ae5c26abb7-a22e7e81 {
  grid-area: 1 / 15 / 2 / 16;
  place-self: stretch stretch;
}

#w-node-_46a69353-1618-b603-866a-33ae5c26abb9-a22e7e81 {
  grid-area: 1 / 2 / 2 / 13;
  place-self: center;
}

@media screen and (max-width: 991px) {
  #yr2012.w-node-ad36e956-c8a6-316c-c1bf-34ad6be14281-c23536b1 {
    grid-area: 1 / 2 / 2 / 6;
  }

  #yr2015.w-node-ad36e956-c8a6-316c-c1bf-34ad6be142b1-c23536b1 {
    grid-area: 2 / 4 / 3 / 9;
  }

  #yr2017.w-node-ad36e956-c8a6-316c-c1bf-34ad6be142b3-c23536b1 {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be142b5-c23536b1 {
    grid-area: 4 / 2 / 5 / 4;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be142bd-c23536b1 {
    grid-area: 4 / 8 / 5 / 10;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be142cb-c23536b1 {
    grid-area: 4 / 5 / 5 / 7;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be142bf-c23536b1 {
    grid-area: 6 / 2 / 7 / 7;
  }

  #yr2018.w-node-ad36e956-c8a6-316c-c1bf-34ad6be142c1-c23536b1 {
    grid-row: 8 / 9;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be142c3-c23536b1 {
    grid-column: 2 / 5;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be142c5-c23536b1 {
    grid-area: 7 / 7 / 8 / 10;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be142c7-c23536b1 {
    grid-area: 9 / 3 / 10 / 7;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be142b7-c23536b1 {
    grid-row: 10 / 11;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be142bb-c23536b1 {
    grid-area: 10 / 5 / 11 / 7;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be142b9-c23536b1 {
    grid-area: 10 / 8 / 11 / 10;
  }

  #yr2019.w-node-ad36e956-c8a6-316c-c1bf-34ad6be142c9-c23536b1 {
    grid-area: 11 / 2 / 12 / 7;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be142ad-c23536b1 {
    grid-area: 12 / 2 / 13 / 5;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be142af-c23536b1 {
    grid-area: 12 / 7 / 13 / 10;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be14283-c23536b1 {
    grid-area: 13 / 3 / 14 / 8;
  }

  #yr2020.w-node-ad36e956-c8a6-316c-c1bf-34ad6be14285-c23536b1 {
    grid-area: 15 / 3 / 16 / 10;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be14287-c23536b1 {
    grid-row: 16 / 17;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be14289-c23536b1 {
    grid-area: 17 / 5 / 18 / 9;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be1428d-c23536b1 {
    grid-area: 18 / 2 / 19 / 5;
    align-self: end;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be1428b-c23536b1 {
    grid-area: 18 / 7 / 19 / 10;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be1428f-c23536b1 {
    grid-area: 19 / 2 / 20 / 4;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be142a9-c23536b1 {
    grid-area: 19 / 8 / 20 / 10;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be142ab-c23536b1 {
    grid-area: 19 / 5 / 20 / 7;
  }

  #yr2021.w-node-ad36e956-c8a6-316c-c1bf-34ad6be14291-c23536b1 {
    grid-area: 21 / 2 / 22 / 7;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be14293-c23536b1 {
    grid-area: 20 / 5 / 21 / 10;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be14295-c23536b1 {
    grid-area: 22 / 4 / 23 / 8;
  }

  #yr2022.w-node-ad36e956-c8a6-316c-c1bf-34ad6be14297-c23536b1 {
    grid-row: 23 / 24;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be14299-c23536b1 {
    grid-area: 24 / 2 / 25 / 4;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be1429b-c23536b1 {
    grid-area: 24 / 5 / 25 / 7;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be1429d-c23536b1 {
    grid-area: 24 / 8 / 25 / 10;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be1429f-c23536b1 {
    grid-area: 25 / 6 / 26 / 10;
    align-self: end;
  }

  #yr2023.w-node-ad36e956-c8a6-316c-c1bf-34ad6be142a3-c23536b1 {
    grid-row: 27 / 26;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be142a1-c23536b1 {
    grid-area: 27 / 5 / 28 / 9;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be142a5-c23536b1 {
    grid-row: 28 / 29;
    grid-column-end: 5;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be142a7-c23536b1 {
    grid-area: 28 / 7 / 29 / 10;
  }

  #w-node-_9dae9c75-b10d-783f-6ad9-255cd1ed916f-c23536b1 {
    grid-area: 29 / 3 / 30 / 7;
  }

  #yr2024.w-node-_5899a555-1e6e-ae3f-8140-6b75d3d35ba3-c23536b1 {
    grid-area: 30 / 4 / 31 / 8;
  }

  #w-node-_19add6e2-64b3-4bde-a2c5-4b6dd54c153a-c23536b1 {
    grid-area: 31 / 2 / 32 / 8;
  }

  #w-node-_3f43e5d5-76bb-7a2d-bc6f-aedf42dc2c62-c23536b1 {
    grid-area: 32 / 2 / 33 / 6;
  }

  #w-node-fd4f97bd-324f-ee35-9aab-9868bd202059-c23536b1 {
    grid-area: 32 / 7 / 33 / 10;
  }

  #w-node-cd82239b-03a2-73df-cf73-1e20910906a5-c23536b1 {
    grid-area: 33 / 3 / 34 / 7;
    align-self: end;
  }

  #w-node-c918acbf-0f2f-936f-f813-1fdd5a8a2af0-c23536b1 {
    grid-area: 34 / 4 / 35 / 10;
  }

  #w-node-b0dfdbe7-1f1a-ba8e-7db2-338ccc0cbf52-c23536b1 {
    grid-area: 35 / 2 / 36 / 8;
  }

  #w-node-_76ef0df1-7765-d29b-78a2-c2ad3fdc19ec-c23536b1 {
    grid-area: 36 / 5 / 37 / 9;
  }

  #w-node-_7fbb679a-f161-c461-2a6f-d1cd8c4be075-c23536b1 {
    grid-area: 37 / 2 / 38 / 5;
  }

  #w-node-a423ff8d-7923-ba9a-52db-5353da65f172-c23536b1 {
    grid-area: 37 / 7 / 38 / 10;
  }

  #yr2025.w-node-_07874730-7489-b932-53de-50bbdf5b6e33-c23536b1 {
    grid-area: 38 / 2 / 39 / 7;
  }

  #yr2025.w-node-e61a2ccd-048d-b4ef-4662-5ee448708a65-c23536b1 {
    grid-area: 38 / 8 / 39 / 11;
    align-self: end;
  }

  #yr2025.w-node-dfab1147-07c7-e4b8-8d2d-909937b084d2-c23536b1 {
    grid-area: 39 / 4 / 40 / 9;
  }

  #w-node-_37f2aee2-3dbc-6d4e-3f4c-ee888eaf43c7-c23536b1 {
    grid-area: 40 / 2 / 41 / 6;
  }

  #w-node-d36c7863-4e14-aaea-23fc-fd7c5d0b7df0-c23536b1 {
    grid-area: 40 / 7 / 41 / 11;
  }

  #w-node-_0048520b-cb02-4b94-5082-91141eb41584-d2aecfc7 {
    grid-area: span 1 / span 14 / span 1 / span 14;
  }

  #w-node-_2676bddc-4807-04a9-9f22-c274e648e2ba-d2aecfc7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_9b93b7d2-a234-a9d0-8039-f03e1fe577a0-d2aecfc7 {
    grid-area: span 1 / span 14 / span 1 / span 14;
  }

  #w-node-_9b93b7d2-a234-a9d0-8039-f03e1fe577a2-d2aecfc7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_0ec40acf-5cf0-d669-c863-9f9f0a086de3-d2aecfc7 {
    grid-area: span 1 / span 14 / span 1 / span 14;
  }

  #w-node-_0ec40acf-5cf0-d669-c863-9f9f0a086de5-d2aecfc7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #grammys-section.w-node-_40889528-5c6f-97ae-520b-205c53dd1f7a-0b14c7bb {
    grid-area: 1 / 2 / 2 / 11;
    align-self: start;
  }

  #w-node-_9d6fdea9-14f6-e303-aedf-f8d86e56b1f3-0b14c7bb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_9d6fdea9-14f6-e303-aedf-f8d86e56b1fe-0b14c7bb {
    grid-area: 1 / 6 / 2 / 10;
  }

  #w-node-_2a5a16cf-8857-8352-b4e2-74c454f9fb2c-0b14c7bb, #w-node-_7e38336f-c65f-65be-128f-accf70196b27-0b14c7bb, #w-node-_0889e1ac-a3ba-5d6d-170c-030a6409bee0-0b14c7bb, #w-node-_8c953ba8-5e11-2873-195d-c3e40223bada-0b14c7bb, #w-node-_7d99d85c-6878-3d61-4d75-ef02157bfdcb-0b14c7bb, #w-node-a662e272-64ef-27f9-48d2-1b5b4a836628-0b14c7bb, #w-node-_7cfbddfb-331f-52d2-f629-dcc98f5257c2-0b14c7bb, #w-node-_7e7399cf-4683-19a2-8191-74a898811296-0b14c7bb {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #riaa-section.w-node-_7005d9bc-3181-55f3-89d1-546155acc711-0b14c7bb {
    grid-area: 2 / 2 / 3 / 11;
  }

  #w-node-f6fdcb93-d06a-1fd8-db10-70ca41877549-0b14c7bb {
    grid-area: 3 / 2 / 4 / 11;
  }

  #w-node-_63c4c8d8-c00c-8786-9553-c2ac5c563740-0acd6b4e {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-c9eec67e-fdc7-825e-2dcf-bb484ea11954-0acd6b4e {
    grid-area: 1 / 7 / 2 / 11;
  }

  #w-node-_46b80dd4-f7c3-b51c-0f27-da967327c696-0acd6b4e {
    grid-area: 2 / 7 / 3 / 11;
  }

  #w-node-ecceb5ae-781e-97c9-3137-d6ef4fd79ef1-0acd6b4e {
    grid-area: 2 / 2 / 3 / 6;
  }

  #w-node-c7eb25e2-e81f-56d9-4f0a-39a1c520f2cc-323d85ac {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-_24de27a4-bdd3-f605-bde8-c31c43a492ad-323d85ac {
    grid-area: 1 / 7 / 2 / 11;
  }
}

@media screen and (max-width: 767px) {
  #yr2012.w-node-ad36e956-c8a6-316c-c1bf-34ad6be14281-c23536b1 {
    grid-area: 1 / 2 / 2 / 7;
  }

  #yr2017.w-node-ad36e956-c8a6-316c-c1bf-34ad6be142b3-c23536b1 {
    grid-area: 3 / 2 / 4 / 10;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be142b5-c23536b1 {
    grid-area: 5 / 3 / 6 / 9;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be142bd-c23536b1 {
    grid-area: 4 / 2 / 5 / 5;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be142cb-c23536b1 {
    grid-column: 7 / 10;
    grid-row-end: 5;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be142bf-c23536b1 {
    grid-area: 6 / 2 / 7 / 10;
  }

  #yr2018.w-node-ad36e956-c8a6-316c-c1bf-34ad6be142c1-c23536b1 {
    grid-row: 8 / 9;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be142c3-c23536b1, #w-node-ad36e956-c8a6-316c-c1bf-34ad6be142c5-c23536b1 {
    grid-row: 7 / 8;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be142c7-c23536b1 {
    grid-area: 9 / 4 / 10 / 10;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be142b7-c23536b1 {
    grid-row: 10 / 11;
    grid-column-end: 6;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be142bb-c23536b1 {
    grid-area: 11 / 2 / 12 / 5;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be142b9-c23536b1 {
    grid-area: 11 / 7 / 12 / 10;
  }

  #yr2019.w-node-ad36e956-c8a6-316c-c1bf-34ad6be142c9-c23536b1 {
    grid-row: 12 / 13;
    grid-column-end: 9;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be142ad-c23536b1 {
    grid-row: 13 / 14;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be142af-c23536b1 {
    grid-row: 13 / 13;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be14283-c23536b1 {
    grid-row: 14 / 15;
    grid-column-end: 10;
  }

  #yr2020.w-node-ad36e956-c8a6-316c-c1bf-34ad6be14285-c23536b1 {
    grid-area: 15 / 2 / 16 / 9;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be14287-c23536b1 {
    grid-row: 16 / 17;
    grid-column-start: 2;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be14289-c23536b1 {
    grid-area: 17 / 5 / 18 / 10;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be1428d-c23536b1, #w-node-ad36e956-c8a6-316c-c1bf-34ad6be1428b-c23536b1 {
    grid-row: 18 / 19;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be1428f-c23536b1 {
    grid-area: 19 / 3 / 20 / 8;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be142a9-c23536b1 {
    grid-row: 20 / 21;
    grid-column-start: 7;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be142ab-c23536b1 {
    grid-area: 20 / 2 / 21 / 5;
  }

  #yr2021.w-node-ad36e956-c8a6-316c-c1bf-34ad6be14291-c23536b1 {
    grid-row: 22 / 23;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be14293-c23536b1 {
    grid-row: 21 / 22;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be14295-c23536b1 {
    grid-area: 23 / 4 / 24 / 9;
  }

  #yr2022.w-node-ad36e956-c8a6-316c-c1bf-34ad6be14297-c23536b1 {
    grid-area: 24 / 2 / 25 / 10;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be14299-c23536b1 {
    grid-area: 25 / 2 / 26 / 6;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be1429b-c23536b1 {
    grid-area: 26 / 3 / 27 / 9;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be1429d-c23536b1 {
    grid-row: 25 / 26;
    grid-column-start: 7;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be1429f-c23536b1 {
    grid-row: 27 / 28;
    grid-column-end: 9;
  }

  #yr2023.w-node-ad36e956-c8a6-316c-c1bf-34ad6be142a3-c23536b1 {
    grid-area: 29 / 3 / 30 / 9;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be142a1-c23536b1 {
    grid-area: 28 / 2 / 29 / 5;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be142a5-c23536b1 {
    grid-row: 30 / 31;
    grid-column-end: 7;
  }

  #w-node-ad36e956-c8a6-316c-c1bf-34ad6be142a7-c23536b1 {
    grid-area: 28 / 7 / 29 / 10;
  }

  #w-node-_9dae9c75-b10d-783f-6ad9-255cd1ed916f-c23536b1 {
    grid-row: 31 / 32;
  }

  #yr2024.w-node-_5899a555-1e6e-ae3f-8140-6b75d3d35ba3-c23536b1 {
    grid-area: 32 / 2 / 33 / 7;
  }

  #w-node-_19add6e2-64b3-4bde-a2c5-4b6dd54c153a-c23536b1 {
    grid-area: 33 / 2 / 34 / 10;
  }

  #w-node-_3f43e5d5-76bb-7a2d-bc6f-aedf42dc2c62-c23536b1 {
    grid-area: 34 / 2 / 35 / 5;
  }

  #w-node-fd4f97bd-324f-ee35-9aab-9868bd202059-c23536b1 {
    grid-area: 34 / 6 / 35 / 9;
  }

  #w-node-cd82239b-03a2-73df-cf73-1e20910906a5-c23536b1 {
    grid-row: 35 / 36;
  }

  #w-node-c918acbf-0f2f-936f-f813-1fdd5a8a2af0-c23536b1 {
    grid-area: 36 / 3 / 37 / 8;
  }

  #w-node-b0dfdbe7-1f1a-ba8e-7db2-338ccc0cbf52-c23536b1 {
    grid-row: 37 / 38;
    grid-column-start: 2;
  }

  #w-node-_76ef0df1-7765-d29b-78a2-c2ad3fdc19ec-c23536b1 {
    grid-row: 38 / 39;
  }

  #w-node-_7fbb679a-f161-c461-2a6f-d1cd8c4be075-c23536b1, #w-node-a423ff8d-7923-ba9a-52db-5353da65f172-c23536b1 {
    grid-row: 39 / 40;
  }

  #yr2025.w-node-_07874730-7489-b932-53de-50bbdf5b6e33-c23536b1 {
    grid-row: 40 / 41;
    grid-column-end: 6;
  }

  #yr2025.w-node-e61a2ccd-048d-b4ef-4662-5ee448708a65-c23536b1 {
    grid-area: 40 / 7 / 41 / 10;
  }

  #yr2025.w-node-dfab1147-07c7-e4b8-8d2d-909937b084d2-c23536b1 {
    grid-row: 41 / 42;
    grid-column-start: 5;
  }

  #w-node-_37f2aee2-3dbc-6d4e-3f4c-ee888eaf43c7-c23536b1 {
    grid-row: 42 / 43;
    grid-column-end: 5;
  }

  #w-node-d36c7863-4e14-aaea-23fc-fd7c5d0b7df0-c23536b1 {
    grid-area: 42 / 6 / 43 / 9;
  }

  #w-node-_8540b50c-0f01-ddbb-9e3a-f29c169b8dfa-d2aecfc7 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_0048520b-cb02-4b94-5082-91141eb41584-d2aecfc7, #w-node-_9b93b7d2-a234-a9d0-8039-f03e1fe577a0-d2aecfc7, #w-node-_0ec40acf-5cf0-d669-c863-9f9f0a086de3-d2aecfc7 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-f6fdcb93-d06a-1fd8-db10-70ca41877549-0b14c7bb {
    grid-area: 3 / 2 / 4 / 11;
  }

  #w-node-_63c4c8d8-c00c-8786-9553-c2ac5c563740-0acd6b4e {
    grid-area: 1 / 2 / 2 / 11;
  }

  #w-node-c9eec67e-fdc7-825e-2dcf-bb484ea11954-0acd6b4e {
    grid-area: 2 / 2 / 3 / 11;
  }

  #w-node-_46b80dd4-f7c3-b51c-0f27-da967327c696-0acd6b4e {
    grid-area: 4 / 2 / 5 / 11;
  }

  #w-node-ecceb5ae-781e-97c9-3137-d6ef4fd79ef1-0acd6b4e {
    grid-area: 3 / 2 / 4 / 11;
  }

  #w-node-c7eb25e2-e81f-56d9-4f0a-39a1c520f2cc-323d85ac {
    grid-area: 1 / 2 / 2 / 11;
  }

  #w-node-_24de27a4-bdd3-f605-bde8-c31c43a492ad-323d85ac {
    grid-area: 2 / 2 / 3 / 11;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9dae9c75-b10d-783f-6ad9-255cd1ed916f-c23536b1 {
    grid-area: 31 / 3 / 32 / 9;
  }

  #yr2024.w-node-_5899a555-1e6e-ae3f-8140-6b75d3d35ba3-c23536b1 {
    grid-area: 32 / 2 / 33 / 7;
  }

  #w-node-_3f43e5d5-76bb-7a2d-bc6f-aedf42dc2c62-c23536b1 {
    grid-column: 3 / 9;
  }

  #w-node-fd4f97bd-324f-ee35-9aab-9868bd202059-c23536b1 {
    grid-area: 35 / 5 / 36 / 10;
  }

  #w-node-cd82239b-03a2-73df-cf73-1e20910906a5-c23536b1 {
    grid-area: 36 / 2 / 37 / 8;
  }

  #w-node-c918acbf-0f2f-936f-f813-1fdd5a8a2af0-c23536b1 {
    grid-area: 37 / 4 / 38 / 10;
  }

  #w-node-b0dfdbe7-1f1a-ba8e-7db2-338ccc0cbf52-c23536b1 {
    grid-row: 38 / 39;
    grid-column-end: 9;
  }

  #w-node-_76ef0df1-7765-d29b-78a2-c2ad3fdc19ec-c23536b1 {
    grid-area: 39 / 3 / 40 / 8;
  }

  #w-node-_7fbb679a-f161-c461-2a6f-d1cd8c4be075-c23536b1 {
    grid-row: 40 / 41;
    grid-column-end: 5;
  }

  #w-node-a423ff8d-7923-ba9a-52db-5353da65f172-c23536b1 {
    grid-row: 40 / 41;
    grid-column-end: 10;
  }

  #yr2025.w-node-_07874730-7489-b932-53de-50bbdf5b6e33-c23536b1 {
    grid-area: 41 / 3 / 42 / 10;
  }

  #yr2025.w-node-e61a2ccd-048d-b4ef-4662-5ee448708a65-c23536b1 {
    grid-area: 42 / 3 / 43 / 6;
  }

  #yr2025.w-node-dfab1147-07c7-e4b8-8d2d-909937b084d2-c23536b1 {
    grid-row: 43 / 44;
    grid-column-start: 4;
  }

  #w-node-_37f2aee2-3dbc-6d4e-3f4c-ee888eaf43c7-c23536b1 {
    grid-row: 44 / 45;
  }

  #w-node-d36c7863-4e14-aaea-23fc-fd7c5d0b7df0-c23536b1 {
    grid-area: 44 / 7 / 45 / 10;
  }

  #w-node-_9d6fdea9-14f6-e303-aedf-f8d86e56b1f3-0b14c7bb, #w-node-_9d6fdea9-14f6-e303-aedf-f8d86e56b1fe-0b14c7bb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2a5a16cf-8857-8352-b4e2-74c454f9fb2c-0b14c7bb, #w-node-_7e38336f-c65f-65be-128f-accf70196b27-0b14c7bb, #w-node-_0889e1ac-a3ba-5d6d-170c-030a6409bee0-0b14c7bb, #w-node-_8c953ba8-5e11-2873-195d-c3e40223bada-0b14c7bb, #w-node-_7d99d85c-6878-3d61-4d75-ef02157bfdcb-0b14c7bb, #w-node-a662e272-64ef-27f9-48d2-1b5b4a836628-0b14c7bb, #w-node-_7cfbddfb-331f-52d2-f629-dcc98f5257c2-0b14c7bb, #w-node-_7e7399cf-4683-19a2-8191-74a898811296-0b14c7bb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f6fdcb93-d06a-1fd8-db10-70ca41877549-0b14c7bb {
    grid-area: 3 / 2 / 4 / 11;
  }
}


@font-face {
  font-family: 'Akkordeon';
  src: url('../fonts/Ak1000-Seven.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}