@font-face {
  font-family: Instrument Serif;
  src: url('../fonts/InstrumentSerif-Italic.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Instrument Serif;
  src: url('../fonts/InstrumentSerif-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tuesday Night;
  src: url('../fonts/TuesdayNight-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Market Pro;
  src: url('../fonts/MarketPro.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

:root {
  --dark: #35281e;
  --white: white;
  --dark-grey: #261e18;
  --border-radius--home-header: 0px;
  --grey: #888;
  --border-radius--home-2-photoshoot: 2rem;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .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 {
  background-color: var(--dark);
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Serif, sans-serif;
  font-size: 14rem;
  font-weight: 400;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Serif, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Serif, sans-serif;
  font-size: 5.4rem;
  font-weight: 400;
  line-height: 1;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Serif, sans-serif;
  font-size: 4.25rem;
  font-weight: 400;
  line-height: 1.1;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Serif, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Serif, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  color: var(--white);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 1rem;
}

label {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: .4em #e2e2e2;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Instrument Serif, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-size: .75rem;
}

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

.main-wrapper {
  z-index: 2;
  position: relative;
  overflow: clip;
}

.resources_heading {
  color: #1c1c1c;
  letter-spacing: .5px;
  -webkit-text-stroke-width: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #d2d6d9;
  padding-bottom: 1.875rem;
  font-family: Instrument Serif, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
}

.resources_heading.no-border {
  border-bottom-style: none;
  padding-bottom: 0;
}

.resources_item {
  background-color: #fff;
  border: 1px solid #d2d6d9;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  box-shadow: 0 1px 1px #0000000d;
}

.heading-style-h5 {
  transform-origin: 0 100%;
  font-family: Instrument Serif, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.resources_items {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.resources_items.single {
  flex-flow: column;
  display: flex;
}

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

.resources_subheading {
  color: #212b36;
  font-size: 1rem;
  font-weight: 600;
}

.resources_class {
  color: #fff;
  background-color: #1e7bfa;
  border-radius: 4px;
  padding: .5rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.3;
}

.resources_class.html-tag {
  color: #f6f6f3;
  background-color: #cf4bb3;
  border-style: none;
}

.resources_class.custom-border {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.resources_content-wrapper {
  background-color: var(--white);
  border-radius: 2rem;
  display: flex;
}

.heading-style-h2 {
  font-family: Instrument Serif, sans-serif;
  font-size: 4.25rem;
  font-weight: 400;
  line-height: 1;
}

.resources_group {
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.resources_content {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  display: flex;
}

.template-style-heading-split {
  background-color: #d2d6d9;
  width: 1px;
  height: 100%;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  transform: rotate(7deg);
}

.template-style-heading-split.margin-smaller {
  margin-left: .5rem;
  margin-right: .5rem;
}

.template-style-heading-split.margin-small {
  margin-left: 1rem;
  margin-right: 1rem;
}

.template-style-heading-split.margin-large {
  margin-left: 2rem;
  margin-right: 2rem;
}

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

.text-size-large, .text-rich-text {
  font-size: 1.25rem;
}

.text-rich-text blockquote {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-left: 4rem;
}

.text-rich-text h1 {
  margin-bottom: 2rem;
  font-size: 10rem;
}

.text-rich-text h2 {
  margin-bottom: 2rem;
  font-size: 4rem;
}

.text-rich-text h3 {
  margin-bottom: 1.5rem;
  font-size: 3rem;
}

.text-rich-text h4 {
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
}

.text-rich-text h5 {
  margin-bottom: 1rem;
  font-size: 2rem;
}

.text-rich-text h6 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.text-rich-text p {
  margin-bottom: 2rem;
}

.text-rich-text figure {
  margin-bottom: 3rem;
}

.heading-style-h6 {
  font-family: Instrument Serif, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h3 {
  font-family: Instrument Serif, sans-serif;
  font-size: 5.4rem;
  font-weight: 400;
  line-height: 1;
}

.heading-style-h3.text-style-all-caps.origin-bottom-left {
  opacity: 1;
  text-transform: none;
  margin-bottom: 4px;
  font-size: 4rem;
  font-weight: 400;
}

.heading-style-h3.is-tablet-smaller {
  font-size: 5rem;
}

.resources_section {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.resources_groups {
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.heading-style-h1 {
  font-family: Instrument Serif, sans-serif;
  font-size: 14rem;
  font-weight: 400;
  line-height: 1;
}

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

.resources_content-wrap {
  flex: 1;
  padding-top: 5rem;
  padding-bottom: 10rem;
}

.resources_item-label {
  grid-column-gap: .5rem;
  color: #8c9399;
  border-bottom: 1px solid #ebebec;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 3rem;
  margin-right: 0;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
  position: relative;
}

.heading-style-h4 {
  text-align: left;
  font-family: Instrument Serif, sans-serif;
  font-size: 4.25rem;
  font-weight: 400;
  line-height: 1.1;
}

.opacity-50 {
  opacity: .5;
}

.hide {
  display: none;
}

.ecommerce_block-head {
  background-color: var(--dark-grey);
  -webkit-text-stroke-width: .5px;
  border-style: none;
  padding: 1.5rem;
}

.ecommerce_shipping-texts {
  grid-row-gap: .35rem;
}

.ecommerce_checkbox-label {
  margin-bottom: 0;
  font-size: .85rem;
  font-weight: 600;
}

.ecommerce_checkbox {
  margin-top: 0;
}

.ecommerce_input {
  height: 3rem;
  color: var(--dark);
  border: 1px #000;
  border-radius: 6px;
  font-size: .8rem;
  line-height: 1.5rem;
}

.ecommerce_input:focus, .ecommerce_input.-wfp-focus {
  border: 1px #000;
}

.ecommerce_label {
  font-size: .8rem;
  font-weight: 600;
}

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

.ecommerce_order-product-pic {
  border-radius: .2rem;
}

.utility_page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.utility_content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 18.75rem;
  display: flex;
}

.utility_content.large {
  max-width: 27rem;
}

.utility_form {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility-404-content {
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 21.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.work-list-wrapper-v3 {
  z-index: 1;
  width: 100%;
  position: sticky;
  top: 0;
}

.resources_item-content {
  flex-direction: column;
  flex: 1;
  width: 100%;
  padding: 2.5rem 2.5rem 4rem;
  display: flex;
}

.resources_item-content.center-horizontal {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.resources_class-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.resources_structure-out {
  border: 1px solid #1e7bfa;
  width: 100%;
  position: relative;
}

.resources_structure-out.fill-bg {
  background-image: url('../images/webflow-spacing-bg-final_1webflow-spacing-bg-final.png');
  background-position: 0 0;
  background-size: 80px;
}

.resources_structure-in {
  pointer-events: none;
  background-color: #fff;
  width: 100%;
  height: 3rem;
  position: relative;
}

.resources_structure-in.utility {
  background-color: #2d40ea1a;
}

.resources_structure-in.utility.full-height {
  height: 100%;
}

.resources_license-wrap {
  aspect-ratio: 2;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: filter .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.resources_license-wrap:hover {
  filter: brightness(120%);
}

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

.resources_font-block:hover {
  opacity: .7;
}

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

.resources_font-1 {
  color: var(--dark);
  font-family: Instrument Serif, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
}

.resources_license-text {
  z-index: 5;
  background-color: var(--dark);
  color: #fff;
  text-transform: uppercase;
  border-radius: 9rem;
  padding: .75rem 1rem;
  font-size: .75rem;
  font-weight: 600;
  position: absolute;
}

.resources_licenses-group {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.resources_fonts {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.resources_font-2 {
  color: var(--dark);
  font-family: Market Pro, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

.resources_changelog-list {
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

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

.content-full-height {
  flex-flow: column;
  min-height: 100vh;
  display: flex;
}

.header_component {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.header_component.align-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.home-header_wrap {
  border-radius: 2rem;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-header_main-image {
  z-index: 10;
  aspect-ratio: 3 / 2;
  border-radius: var(--border-radius--home-header);
  object-fit: cover;
  height: 12.5vh;
  position: absolute;
}

.home-header_logo-wrap {
  z-index: 15;
  justify-content: center;
  width: 48%;
  font-family: Instrument Serif, sans-serif;
  font-size: 23rem;
  line-height: 1;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -3.1rem;
  right: auto;
  overflow: hidden;
}

.home-intro_sticky {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  padding-top: 5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar {
  z-index: 99;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #131517b3;
  width: 100%;
  position: relative;
}

.navbar_component {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar_links {
  grid-column-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.button-hover-bg {
  z-index: 1;
  background-color: var(--white);
  outline-offset: 0px;
  border-radius: 3rem;
  outline: 1px solid #fff;
  width: 100%;
  height: 104%;
  margin-top: 1px;
  position: absolute;
  inset: 100% auto auto 0%;
}

.button-text {
  z-index: 2;
  text-transform: uppercase;
  position: relative;
}

.button-text.dropdown {
  color: var(--white);
  font-size: .75rem;
  font-weight: 700;
  transition: opacity .2s;
}

.button-text.dropdown:hover {
  opacity: .6;
}

.navbar_margin-left {
  grid-column-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  display: flex;
  position: relative;
}

.navbar_logo-wrap {
  z-index: 101;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar_logo {
  width: 8rem;
}

.home-header_logo {
  transform-origin: 0 100%;
  width: 100%;
}

.home-header_image {
  object-fit: cover;
  border-radius: .3rem;
  position: absolute;
}

.home-header_image._1 {
  z-index: 9;
  height: 12vh;
}

.home-header_image._2 {
  z-index: 8;
  aspect-ratio: 1;
  height: 16vh;
}

.home-header_image._3 {
  z-index: 7;
  aspect-ratio: 3 / 2;
  height: 12vh;
}

.home-header_image._4 {
  z-index: 6;
  aspect-ratio: 1;
  height: 16vh;
}

.navbar_padding {
  width: 100%;
  height: 1rem;
}

.home-intro_wrapper {
  height: 271vh;
}

.home-header_flares {
  z-index: 11;
  opacity: .6;
  mix-blend-mode: color-dodge;
  width: 100%;
  height: 100%;
}

.home-header_flares-wrap {
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-intro_image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 120%;
  margin-top: -20%;
}

.home-intro_image-wrap {
  z-index: 3;
  aspect-ratio: 2 / 2.4;
  border-radius: .75rem;
  height: 90vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.home-intro_paragraph-wrap {
  z-index: 10;
  margin-top: 10rem;
  margin-bottom: 10rem;
  position: relative;
}

.text-align-center {
  text-align: center;
  font-weight: 400;
}

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

.button {
  grid-column-gap: .5rem;
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-family: Montserrat, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.bg-transparent {
  background-color: #0000;
  transition: background-color .2s;
}

.button.bg-transparent:hover {
  background-color: #ffffff1c;
}

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

.button.is-small.cursor-default {
  cursor: default;
}

.ae-02-elements_button {
  color: #b0b0b0;
  text-transform: uppercase;
  background-color: #15141c;
  border-radius: 100vw;
  padding: 1.05rem 2.1rem;
  font-size: .75rem;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}

.home-intro_headings {
  grid-column-gap: 1.25rem;
  perspective-origin: 0 100%;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 42.5rem;
  display: flex;
}

.texture-grain {
  z-index: 1001;
  pointer-events: none;
  background-image: url('../images/grain.png');
  background-size: 300px;
  position: fixed;
  inset: 0%;
}

.stills_block {
  height: 200vh;
}

.stills_sticky {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 2.5rem;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.stills_content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.work-infos_component {
  grid-column-gap: 1.5rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-all-caps {
  text-transform: uppercase;
}

.work-infos_triangle {
  width: 1rem;
}

.work-infos_location {
  grid-column-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.work-infos_location-flag {
  width: 1.4rem;
}

.stills_heading-wrap {
  z-index: 3;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.stills_colors {
  opacity: .66;
  filter: blur(50px);
  border-radius: 9rem;
  width: 100%;
  max-width: 18rem;
  height: 12rem;
}

.stills_image-wrap {
  aspect-ratio: 2 / 3;
  border-radius: 1rem;
  height: 80vh;
  position: absolute;
  overflow: hidden;
}

.stills_image-wrap._2 {
  z-index: 3;
  margin-left: 3rem;
  margin-right: 0;
  left: 100%;
  right: auto;
}

.stills_image-wrap._1 {
  z-index: 2;
  margin-right: 3rem;
  right: 100%;
}

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

.stills_details {
  z-index: 1;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.navbar-spacing {
  width: 100%;
  height: 0;
}

.films_block {
  perspective: 1200px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
}

.films_frames-wrapper {
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 48rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
  position: relative;
}

.films_main-frame-image {
  object-fit: cover;
  width: 115%;
  max-width: none;
  height: 120%;
  position: absolute;
}

.films_frame-wrap-v2 {
  z-index: 2;
  aspect-ratio: 16 / 9;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.films_play-icon-wrap {
  z-index: 5;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 5rem;
  height: 5rem;
  transform-style: preserve-3d;
  background-color: #0009;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  transform: translate3d(0, 0, 100px);
}

.films_infos {
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.films_play-icon {
  width: .8rem;
}

.films_frame-front {
  z-index: 4;
  aspect-ratio: 3 / 2;
  width: 28%;
  transform-style: preserve-3d;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 20%;
  right: -13%;
  overflow: hidden;
  transform: translate3d(0, 0, 150px);
}

.films_frame-front-image {
  object-fit: cover;
  width: 130%;
  max-width: none;
  height: 130%;
  position: absolute;
}

.films_frame-bg {
  z-index: 1;
  aspect-ratio: 1;
  width: 28%;
  transform-style: preserve-3d;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: -20%;
  left: -17%;
  overflow: hidden;
  transform: translate3d(0, 0, -150px);
}

.films_frame-bg-image {
  object-fit: cover;
  width: 130%;
  max-width: none;
  height: 130%;
  position: absolute;
}

.email_sticky {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.email_component {
  height: 156.25rem;
}

.email_text {
  z-index: 5;
  font-family: Instrument Serif, sans-serif;
  font-size: 9vw;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

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

.email_flares {
  z-index: 7;
  aspect-ratio: 1;
  pointer-events: none;
  mix-blend-mode: lighten;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: absolute;
}

.email_text-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.email_shadow-wrap {
  z-index: 6;
  background-image: linear-gradient(270deg, var(--dark) 11%, #131517ab 29%, #13151700 50%);
  pointer-events: none;
  width: 200%;
  height: 100%;
  position: absolute;
}

.email_link {
  z-index: 6;
  position: absolute;
  inset: 0%;
}

.email_hover-arrow {
  width: 1rem;
  display: none;
  position: absolute;
  bottom: -2rem;
  left: 50%;
}

.footer {
  border-top: 1px solid #2b2b2b;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.footer_legal-text {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: -3px;
  font-size: .7rem;
  font-weight: 700;
}

.footer_legal-link {
  color: #818181;
  text-transform: uppercase;
  border-bottom: 1px solid #0000;
  font-size: .7rem;
  font-weight: 700;
  display: inline-block;
}

.footer_legal-link:hover {
  color: #c2c2c2;
}

.footer_legal-links {
  grid-column-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-header_component {
  padding-top: 80vh;
  overflow: hidden;
}

.about_content {
  z-index: 5;
  width: 50%;
  margin-left: auto;
  margin-right: 5%;
  position: relative;
}

.about-header_image-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120vh;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.about-header_image {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 112%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  transform: perspective(500px);
}

.about-header_gradient-pic {
  background-image: linear-gradient(180deg, #13151700, var(--dark));
  pointer-events: none;
  width: 100%;
  height: 80%;
  position: absolute;
  inset: auto 0% 0%;
}

.about-header_gradient-text {
  background-image: linear-gradient(180deg, #13151700, var(--dark) 20%);
  pointer-events: none;
  width: 150vw;
  height: 105%;
  display: none;
  position: absolute;
  top: 0;
  left: -50vw;
}

.about-header_text-wrap {
  z-index: 3;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.about_divider {
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
}

.about_section-content {
  grid-column-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 100px;
  display: flex;
}

.about_heading {
  width: 150px;
  margin-left: -1rem;
  padding-left: 1rem;
  overflow: hidden;
}

.about-clients_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  perspective: 1743px;
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-clients_wrap {
  aspect-ratio: 2;
  background-color: var(--dark-grey);
  border: 1px solid #0000;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: border-color .2s;
  display: flex;
}

.about-clients_wrap:hover {
  border: 1px solid #ffffff36;
}

.about-clients_logo {
  max-width: 60%;
  height: 1.75rem;
}

.about_component {
  grid-row-gap: 6rem;
  flex-flow: column;
  display: flex;
}

.about-awards_image-wrap {
  z-index: 5;
  aspect-ratio: 1;
  border-radius: .5rem;
  height: 12rem;
  margin-top: -6rem;
  margin-left: -6rem;
  display: block;
  position: absolute;
  overflow: hidden;
}

.about-awards_list {
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.about-awards_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.about-awards_item {
  grid-column-gap: 2rem;
  cursor: none;
  border: 1px solid #424242;
  border-radius: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  display: flex;
  position: relative;
}

.about-awards_item:hover {
  z-index: 5;
}

.about-awards_title-wrap {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-awards_icon {
  width: .75rem;
}

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

.pill {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #261e1800;
  border-radius: 5rem;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  padding: .25rem 1.25rem .25rem 0;
  font-size: .75rem;
  font-weight: 600;
  display: flex;
}

.pill.text-white {
  color: #fff;
}

.pill.line {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #00000059;
}

.pill-row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-style-all-caps {
  text-transform: uppercase;
}

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

.about-awards_image-wrapper {
  opacity: 0;
  pointer-events: none;
  display: none;
  position: fixed;
  inset: 0%;
}

.process-component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: relative;
}

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

.process-header_line {
  background-image: linear-gradient(270deg, #1357a2, #1fa4ca 25%, #0f9048 50%, #fcf318 75%, #fc0c0c);
  border-radius: 2rem;
  width: 100%;
  height: 4px;
}

.process-zoom_column {
  grid-column-gap: 10vh;
  grid-row-gap: 10vh;
  flex-flow: column;
  display: flex;
}

.process-zoom_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.process-zoom_image {
  object-fit: cover;
  border-radius: 2rem;
  flex: 1;
}

.process-zoom_image.main {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.process-zoom_image-wrap {
  width: 100vw;
  height: 100vh;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.process-zoom_columns {
  grid-column-gap: 10vh;
  grid-row-gap: 10vh;
  display: flex;
  transform: scale(.5);
}

.process-zoom_wrapper {
  height: 187.5rem;
  margin-top: -40vh;
  position: relative;
}

.process-stages_sticky {
  perspective: 2500px;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 3.75rem;
  display: flex;
  position: sticky;
  top: 0;
}

.process-zoom_gradient {
  z-index: 5;
  background-image: linear-gradient(180deg, var(--dark), var(--dark) 10%, var(--dark) 10%, #131517b3 55%, #13151700);
  width: 100%;
  height: 40vh;
  position: absolute;
  inset: 0% 0% auto;
}

.process-zoom-main-image-wrap {
  border-radius: 2rem;
  flex: 1;
  position: relative;
  overflow: hidden;
}

.process-stages_3d {
  perspective: 2000px;
  width: 50%;
  max-width: 62.5rem;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  transform: rotateX(0)rotateY(-53deg)rotateZ(0);
}

.process-stages_video-wrap {
  aspect-ratio: 16 / 9;
  border-radius: 1rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.process-stages_video {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.process-stages_stage {
  aspect-ratio: 16 / 9;
  background-color: var(--dark-grey);
  width: 100%;
  transform-style: preserve-3d;
  border: 2px solid #ffffff29;
  border-radius: 1rem;
  position: absolute;
  transform: translate3d(0, 0, -150px);
}

.process-stages_stage._2 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -300px);
}

.process-stages_stage._3 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -450px);
}

.process-stages_briefing {
  width: 100%;
  position: relative;
}

.process-stages_name {
  font-family: Instrument Serif, sans-serif;
  font-size: 2rem;
  transition: opacity .5s;
  position: absolute;
  top: -3.4rem;
  right: 3rem;
}

.process-stages_wrapper {
  height: 187.5rem;
}

.process-stages_number {
  z-index: 5;
  font-family: Inconsolata, monospace;
  font-size: 1.25rem;
  font-weight: 700;
  position: absolute;
  inset: auto 1rem 1rem auto;
}

.process-stages_component {
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.process-stages_stage-content {
  background-color: var(--dark-grey);
  border-radius: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.process-stages_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.process-stages_graphic-wrapper {
  width: 50%;
  padding: 1rem;
  display: flex;
  position: relative;
}

.process-stages_graphic-wrap {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.process-stages_graphic-wrap.grey {
  background-color: var(--dark-grey);
}

.process-stages_graphic-video {
  z-index: 2;
  width: 101%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.process-stages_texts {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  width: 55%;
  padding: 6.4rem;
  display: flex;
}

.process-stages_stage-card {
  background-image: linear-gradient(270deg, #1357a2, #1fa4ca 25%, #0f9048 50%, #fcf318 75%, #fc0c0c);
  border-radius: 1rem;
  padding: 1px;
  position: sticky;
  top: 10rem;
}

.process-stages_stage-card.white {
  background-color: #494949;
  background-image: none;
}

.process-stages_stage-card.white._2, .process-stages_stage-card.white._3 {
  background-color: #fff;
  position: static;
}

.process-stages_stage-card._1.white {
  background-color: var(--white);
  position: static;
}

.process-stages_stage-card._4 {
  background-image: linear-gradient(#fff, #fff), linear-gradient(270deg, #1357a2, #1fa4ca 25%, #0f9048 50%, #fcf318 75%, #fc0c0c);
  position: static;
}

.opacity-75 {
  opacity: .75;
  text-align: left;
  font-weight: 400;
}

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

.playground_wrapper {
  column-count: 3;
  column-gap: 2rem;
}

.playground_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  display: inline-block;
}

.playground_list {
  display: block;
}

.playground_lightbox-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}

.playground_lightbox {
  border-radius: 1rem;
  width: 100%;
  margin-bottom: .75rem;
  transition: border-radius .4s;
  display: block;
  overflow: hidden;
}

.playground_lightbox:hover {
  border-radius: 3rem;
}

.text-style-label {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Inconsolata, monospace;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}

.text-style-label.small {
  font-size: .85rem;
}

.text-style-label.grey {
  color: #ffffff94;
}

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

.footer_logo {
  width: 2.1rem;
}

.email_flare-right {
  width: 35%;
  position: absolute;
  left: auto;
  right: 8%;
}

.email_flare-left {
  opacity: .63;
  filter: blur(20px);
  width: 25%;
  position: absolute;
  left: 8%;
}

.process-header_line-wrap {
  justify-content: center;
  align-items: center;
  width: 8rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: flex;
}

.display-inline {
  display: inline;
}

.contact_component {
  border-radius: 2rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact_bg-video {
  background-image: linear-gradient(to bottom, var(--dark-grey), var(--dark-grey));
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.contact_window {
  z-index: 5;
  border-radius: .75rem;
  width: 100%;
  max-width: 680px;
  max-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: auto;
}

.contact_window-options {
  background-color: #141414;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: .75rem;
  display: flex;
}

.contact_form-wrapper {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #0009;
}

.contact_form-content {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  padding: 1.25rem;
  display: flex;
}

.contact_form-block {
  margin-bottom: 0;
}

.form_label {
  white-space: nowrap;
  font-weight: 600;
}

.contact_form-row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #fff3;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: .5rem;
  display: flex;
}

.contact_window-button {
  background-color: #eb6b5d;
  border-radius: 50%;
  width: .85rem;
  height: .85rem;
}

.contact_window-button._2 {
  background-color: #f3bf49;
}

.contact_window-button._3 {
  background-color: #58595b;
}

.contact_window-buttons {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact_address {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #14141480;
  border-radius: .4rem;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .5rem .25rem .35rem;
  font-size: .85rem;
  display: flex;
}

.contact_pic {
  border-radius: 50%;
  width: 2rem;
}

.contact_email-address {
  font-size: .85rem;
}

.form_field {
  color: var(--white);
  background-color: #0000;
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 600;
}

.form_field.message {
  height: 15rem;
  margin-top: 1rem;
}

.form_button {
  text-transform: uppercase;
  background-color: #fff3;
  border: 1px #fff;
  border-radius: 5rem;
  margin-top: 1rem;
  margin-left: auto;
  padding: .85rem 2rem;
  font-size: .9rem;
  transition: background-color .2s;
}

.form_button:hover {
  background-color: #fff6;
}

.contact_success-message {
  background-color: #0000;
  padding: 5rem;
}

.icon-medium {
  width: 4rem;
}

.error-message {
  color: #a12c2e;
}

.error-message.round {
  border-radius: .5rem;
}

.legal-header_line {
  background-image: linear-gradient(270deg, #1357a2, #1fa4ca 25%, #0f9048 50%, #fcf318 75%, #fc0c0c);
  border-radius: 2rem;
  width: 100%;
  height: 4px;
}

.legal-header_line-wrap {
  width: 6rem;
}

.legal-header_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.legal_block-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 25rem;
  display: flex;
}

.legal_block-wrap._2 {
  margin-top: -5rem;
  margin-left: auto;
}

.legal_block-wrap._3 {
  margin-top: -5rem;
  margin-left: 8rem;
}

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

.shop_image-wrapper {
  background-color: #d6cfc7;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 10rem;
  display: flex;
  position: relative;
}

.shop_polaroids {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.shop_polaroid {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.shop_polaroid._2 {
  z-index: 4;
  display: none;
  position: absolute;
  top: -7%;
  left: 7%;
  transform: rotate(-1deg);
  box-shadow: 0 2px 10px #0000001a;
}

.shop_polaroid._3 {
  z-index: 4;
  display: none;
  position: absolute;
  top: -16%;
  left: 16%;
  transform: rotate(1deg);
  box-shadow: 0 2px 10px #0000001a;
}

.shop_polaroid-frame {
  z-index: 3;
  border-radius: .4rem;
  width: 100%;
  position: relative;
}

.shop_polaroid-image-wrap {
  width: 87%;
  height: 73%;
  position: absolute;
  inset: 5.5% auto auto 6.5%;
}

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

.shop_polaroid-shadow {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 2px 10px 1px #0003;
}

.shop_block {
  width: 100%;
  position: relative;
}

.shop_item-infos {
  position: absolute;
  inset: auto auto 1.5rem 1.5rem;
}

.shop_wrapper {
  width: 100%;
  margin-bottom: 1.5rem;
}

.shop_polaroid-text {
  z-index: 3;
  color: #474747;
  -webkit-text-stroke-width: .5px;
  font-family: Market Pro, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  position: absolute;
  bottom: 6%;
  transform: rotate(-1deg);
}

.product_image-wrap {
  border-radius: 2rem;
  flex: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.product_image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product_content {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.product_infos {
  background-color: var(--white);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  max-width: 37.5rem;
  padding: 3rem;
  display: flex;
  position: absolute;
  left: 50%;
}

.text-color-dark {
  color: var(--dark);
}

.product_default-state {
  width: 100%;
  margin-bottom: 0;
}

.product-quantity-label {
  color: var(--dark);
}

.product_quantity-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.product_quantity {
  color: var(--dark);
  border-color: #000;
  margin-bottom: 0;
}

.product_button {
  background-color: var(--dark);
  text-transform: uppercase;
  border-radius: 9rem;
  padding: 1rem 1.5rem;
  font-size: .75rem;
  font-weight: 700;
}

.product_button.light {
  color: var(--dark);
  background-color: #0000;
  border: 1px solid #000;
}

.product_pill-gradient {
  background-image: linear-gradient(270deg, #1357a2, #1fa4ca 25%, #0f9048 50%, #fcf318 75%, #fc0c0c);
  border-radius: 9rem;
  padding: 2px;
}

.text-stroke-medium {
  -webkit-text-stroke-width: .5px;
}

.still-header_gradient {
  filter: blur(40px);
  border-radius: 50%;
  width: 80%;
  height: 10rem;
  margin-top: 6rem;
  margin-bottom: -5.25rem;
}

.still-header_image-wrap {
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.still-header_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
}

.still_list {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.work-image-wrap {
  border-radius: 1rem;
  width: 100%;
  overflow: hidden;
}

.work-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  max-width: none;
}

.work-next_content {
  aspect-ratio: 2;
  width: 100%;
  color: var(--white);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  transition: filter .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-next_content:hover {
  filter: brightness(115%);
}

.work-next_image {
  object-fit: cover;
  width: 100%;
  position: absolute;
}

.work-next_texts {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0009;
  border-radius: .5rem;
  flex-flow: column;
  padding: 1rem 1.5rem;
  display: flex;
  position: absolute;
  inset: auto auto 1rem 1rem;
}

.work-next_block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  transition: filter .2s;
  display: flex;
}

.padding-global {
  text-align: left;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.ss_structure-box {
  pointer-events: none;
  background-color: #fff;
  height: 3rem;
  position: relative;
}

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

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

.container-medium {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.container-full {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.heading-2 {
  line-height: 1;
}

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

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

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

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

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

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

.ss_class {
  color: #fff;
  background-color: #1e7bfa;
  border-radius: 4px;
  padding: .5rem .625rem;
  font-size: .75rem;
  line-height: 1.3;
}

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

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

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

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

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

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

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-style-quote {
  font-family: Instrument Serif, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

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

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

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

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

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

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

.resources_component {
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.text-color-white {
  color: var(--white);
}

.background-color-grey {
  background-color: #646775;
}

.ss_text-color {
  flex-direction: column;
  margin-top: 1rem;
  margin-right: auto;
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
}

.ss_text-color.dark {
  background-color: #8f92a0;
  border-radius: 4px;
  padding: .375rem .875rem;
}

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

.ss_bg-color {
  border-radius: 4px;
}

.ss_bg-color.dark {
  border: 1px solid #d8d8dd;
}

.background-color-dark {
  background-color: var(--dark);
}

.text-color-dark-grey {
  color: var(--dark-grey);
}

.background-color-dark-grey {
  background-color: #4b4d53;
}

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

.padding-section-small {
  padding-top: 5rem;
}

.padding-section-medium {
  padding-top: 8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.spacer-custom-3 {
  width: 100%;
  padding-top: 2.5rem;
}

.overflow-visible {
  overflow: visible;
}

.overflow-hidden {
  opacity: 1;
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.display-block {
  display: block;
}

.display-flex {
  display: flex;
}

.display-inline-block {
  display: inline-block;
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

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

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

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

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

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

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

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

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

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

.content-align-center.z-index-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.origin-bottom-left {
  transform-origin: 0 100%;
}

.button-huge {
  grid-column-gap: .5rem;
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-width: 1px;
  text-transform: uppercase;
  border-radius: 9rem;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 4rem;
  font-family: Instrument Serif, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-big {
  width: 5rem;
}

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

.product-out-of-stock {
  color: var(--dark);
  border-radius: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.ecommerce_component {
  background-color: var(--dark);
}

.ecommerce_block-content {
  background-color: var(--dark-grey);
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
}

.ecommerce_shipping-item {
  background-color: var(--dark-grey);
  border: 1px #000;
}

.ecommerce_section {
  border-radius: 1rem;
  overflow: hidden;
}

.ecommerce_shipping {
  border: 1px #000;
}

.ecommerce_button {
  text-transform: uppercase;
  background-image: linear-gradient(270deg, #1357a2, #1fa4ca 25%, #0f9048 50%, #fcf318 75%, #fc7712 88%, #fc0c0c);
  border-radius: 2rem;
  margin-bottom: 1.25rem;
  padding: 1.5rem 1rem;
  font-size: .85rem;
  font-weight: 700;
  transition: filter .2s;
}

.ecommerce_button:hover {
  filter: brightness(110%);
}

.ecommerce_radio-button {
  filter: saturate(0%);
}

.empty-state {
  background-color: var(--dark-grey);
  text-align: left;
  border: 1px #000;
  border-top-style: solid;
  border-radius: 1rem;
  padding: 1.5rem;
}

.ecommerce_web-payments {
  overflow: hidden;
}

.film-header_lightbox-content {
  aspect-ratio: 16 / 9;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.films_play-button {
  z-index: 5;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #0009;
  border-radius: 9rem;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 2rem;
  font-size: .75rem;
  font-weight: 700;
  display: flex;
  position: absolute;
  transform: translate3d(0, 0, 100px);
}

.film-header_lightbox {
  width: 100%;
}

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

.film-intro_member {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.film-intro_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.film-team-line {
  background-color: var(--white);
  width: 1px;
  height: 6rem;
}

.film-intro_line-wrap {
  justify-content: center;
  align-items: center;
  width: 8rem;
  display: flex;
}

.film-intro_line {
  background-image: linear-gradient(270deg, #1357a2, #1fa4ca 25%, #0f9048 50%, #fcf318 75%, #fc0c0c);
  border-radius: 2rem;
  width: 100%;
  height: 4px;
}

.home-header_component-v2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.home-header_heading-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.home-header_about {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.25rem;
  display: flex;
}

.home-header_image-wrap-v2 {
  aspect-ratio: 16 / 9;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-header_image-v2 {
  width: 120%;
  max-width: none;
  height: 120%;
  position: absolute;
}

.home-header_gradient {
  filter: blur(50px);
  background-image: linear-gradient(270deg, #1357a2, #1fa4ca 19%, #0f9048 44%, #fcf318 67%, #fc0c0c 89%);
  border-radius: 50%;
  width: 100%;
  height: 10rem;
  position: absolute;
  top: -4rem;
}

.home-header_image-wrap {
  width: 100%;
  position: relative;
}

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

.home-intro_image-v2 {
  width: 100%;
}

.home-intro_image-wrap-v2 {
  border-radius: 1.5rem;
  width: 50%;
  overflow: hidden;
}

.home-intro_image-wrapper-v2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-intro_text-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  width: 11.25rem;
  display: flex;
}

.home-intro_lottie {
  filter: invert();
  justify-content: center;
  align-items: center;
  width: 1.35rem;
  display: flex;
}

.stills_block-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.stills_block-v2 {
  width: 100%;
  height: 200vh;
}

.stills_block-wrap {
  border-radius: var(--border-radius--home-2-photoshoot);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.stills_image-v2 {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
}

.stills_content-v2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.stills_content-wrap {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100vw;
  min-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  padding-bottom: 5rem;
  padding-left: 5rem;
  display: flex;
  position: absolute;
}

.padding-section-xlarge {
  padding-top: 14rem;
}

.films_block-v2 {
  perspective: 1200px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.films_frame-wrapper-v2 {
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: 60rem;
  margin-top: 4rem;
  display: flex;
  position: relative;
  transform: perspective(1000px);
}

.film-header_frame {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-header_image-wrap-v3 {
  border-radius: 2rem;
  flex: 1;
  width: 50%;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.home-header_image-v3 {
  text-align: center;
  object-fit: cover;
  object-position: 90% 50%;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home-header_flares-v3 {
  z-index: 3;
  opacity: .6;
  mix-blend-mode: color-dodge;
  width: 100%;
  height: 100%;
  position: absolute;
}

.home-header_content {
  z-index: 5;
  width: 80%;
  max-width: 42.5rem;
  position: absolute;
}

.home-header_content-blur {
  background-color: var(--dark);
  opacity: .9;
  filter: blur(120px);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: -10% 0% 0%;
}

.home-header_gradient-v3 {
  filter: blur(16px);
  background-image: linear-gradient(270deg, #1357a2, #1fa4ca 19%, #0f9048 44%, #fcf318 67%, #fc0c0c 89%);
  border-radius: 9rem;
  width: 10rem;
  height: 2rem;
  margin-top: 3rem;
}

.home-intro_image-wrap-v3 {
  z-index: 3;
  aspect-ratio: 2 / 2.4;
  border-radius: .75rem;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.stills_list-wrapper {
  flex-flow: column;
  display: flex;
}

.stills_block-v3 {
  flex-flow: column;
  height: 100vh;
  display: flex;
}

.stills_wrap {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.stills_content-v3 {
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.stills_main-content {
  z-index: 3;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #13151799;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 3rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.stills_gradient {
  background-image: linear-gradient(270deg, #1357a2, #1fa4ca 19%, #0f9048 44%, #fcf318 67%, #fc0c0c 89%);
  border-radius: 9rem;
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
}

.films_block-v3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  perspective: 1200px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.films_image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  transform: perspective(1000px);
}

.films_image-wrap {
  z-index: 2;
  aspect-ratio: 1;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.films_content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--dark);
  border-radius: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 3rem;
  display: flex;
}

.films_gradient-border {
  background-image: linear-gradient(270deg, #1357a2, #1fa4ca 25%, #0f9048 50%, #fcf318 75%, #fc0c0c);
  border-radius: 2rem;
  height: 100%;
  padding: 1px;
}

.contact-header_heading {
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-heading-text-alt {
  letter-spacing: -.03em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14.6rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
  top: -8px;
}

.contact-header_line {
  background-image: linear-gradient(270deg, #1357a2, #1fa4ca 25%, #0f9048 50%, #fcf318 75%, #fc0c0c);
  border-radius: 2rem;
  width: 5rem;
  min-width: 5rem;
  height: 6px;
  margin-left: 1rem;
  margin-right: 1rem;
}

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

.contact_component-v2 {
  grid-column-gap: 4rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact_block-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 400px;
  display: flex;
}

.contact_component-v3 {
  position: relative;
}

.contact_content {
  grid-column-gap: 4rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  width: 60%;
  max-width: 50rem;
  display: grid;
}

.contact_blur {
  z-index: -1;
  filter: brightness(124%);
  pointer-events: none;
  width: 50%;
  position: absolute;
  inset: -16% 0% auto auto;
}

.navbar_dropdown-arrow {
  width: .75rem;
  margin-top: -1px;
}

.navbar_dropdown-wrapper {
  width: 100%;
  padding-top: .5rem;
  display: none;
  position: absolute;
}

.navbar_dropdown-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #2c2e30;
  border: 1px #ffffff29;
  border-radius: 1rem;
  flex-flow: column;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.navbar_dropdown {
  position: relative;
}

.stills_gradient-colors {
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: -4.7rem;
}

.stills_wrapper-v3 {
  position: sticky;
  top: 0;
}

.ecommerce_empty {
  background-color: var(--dark-grey);
  text-align: left;
  border: 1px #000;
  border-top: 1px solid #636363;
  padding: 1.5rem;
}

.films_image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
}

.films_list-v2-list {
  grid-column-gap: 14rem;
  grid-row-gap: 14rem;
  flex-flow: column;
  display: flex;
}

.film-image-wrap {
  z-index: 2;
  aspect-ratio: 16 / 9;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.films_list-v3-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.stills_item-v2, .stills_list-v2, .stills_wrapper-v2 {
  width: 100%;
}

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

.resources_license-image-grid {
  aspect-ratio: 16 / 9;
  border-radius: .5rem;
  width: 100%;
}

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

.playground_image {
  border-radius: 1rem;
  width: 100%;
}

.resources_link {
  color: var(--dark);
  text-decoration: underline;
}

.section_stills {
  margin: 0 200px;
}

.email_shadow {
  background-color: var(--dark);
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 98%;
}

.film-scenes_list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.navbar_links-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar_hamburger {
  z-index: 101;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  display: none;
  position: relative;
}

.navbar_hamburger-lines {
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navbar_hamburger-line {
  background-color: var(--white);
  width: 1.875rem;
  height: 2px;
}

.navbar_hamburger-line._2 {
  width: 60%;
}

.still_gradient-colors {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.films_block-home {
  perspective: 1200px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
  display: flex;
}

.cart_button {
  background-color: var(--dark-grey);
  text-transform: uppercase;
  border-radius: 9rem;
  padding: .375rem 1rem;
  font-size: .75rem;
}

.cart-quantity {
  color: var(--dark);
}

.cart_container {
  background-color: var(--dark-grey);
  border-radius: 1rem;
}

.cart_header {
  border-bottom-color: #858585;
}

.cart_image {
  border-radius: .25rem;
}

.cart_footer {
  border-top-color: #858585;
}

.cart_icon {
  filter: invert();
}

.cart_item-infos {
  max-width: 8.75rem;
  margin-right: auto;
}

.footer_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.work-infos_location-flag-page {
  width: 4rem;
}

.nav_tooltip-arrow {
  width: 1.23rem;
  position: absolute;
  top: -.6rem;
}

.nav_tooltip-arrow.left {
  left: .5rem;
}

.nav_component {
  z-index: 1001;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #252525;
  border-bottom: 1px solid #313131;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .35rem .5rem .35rem .35rem;
  display: flex;
  position: relative;
}

.nav_button-icon {
  justify-content: center;
  align-items: center;
  width: .7rem;
  display: flex;
}

.nav_button-icon.arrow {
  width: 5px;
  position: relative;
  bottom: -1px;
}

.nav_tooltip-text {
  color: #ededed;
}

.nav_close {
  color: #818181;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
}

.nav_close:hover {
  color: #bebebe;
}

.nav_actions {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_close-icon {
  width: .8rem;
  height: .8rem;
  display: flex;
}

.nav_page-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #ccc;
  white-space: nowrap;
  border-bottom: 1px solid #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 2rem .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.nav_page-button.head {
  background-color: #181818;
  border-right: 1px solid #000;
}

.nav_page-button.head.no-border-right {
  border-right-style: none;
}

.nav_page-button.subpage {
  background-color: #2b2b2b;
  border-right: 1px solid #000;
  padding-left: 2rem;
}

.nav_page-button.subpage:hover {
  color: #e6e6e6;
  background-color: #474747;
}

.nav_page-button.subpage.no-border-bottom {
  border-bottom-style: none;
}

.nav_page-button.subpage.no-border-right {
  border-right-style: none;
}

.nav_page-button.empty {
  background-image: url('../images/pattern.svg');
  background-position: 0 0;
  background-size: 4rem;
  border-right: 1px solid #000;
  flex: 1;
}

.nav_page-button.empty.no-border-bottom {
  border-bottom-color: #0000;
}

.nav_page-button.empty.no-border-bottom.no-border-right, .nav_page-button.empty.no-border-right {
  border-right-style: none;
}

.nav_dropdown {
  z-index: 1;
}

.nav_tooltip-wrap {
  z-index: 3;
  pointer-events: none;
  display: none;
  position: absolute;
  top: calc(100% + .75rem);
  bottom: auto;
  right: auto;
}

.nav_tooltip-wrap.left {
  left: 0;
}

.nav_main-links {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.nav_figma {
  width: .5rem;
}

.nav_pages-group {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.nav_pages-groups {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #181818;
  border: 1px solid #313131;
  border-radius: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  overflow: clip;
  box-shadow: 0 10px 20px 5px #0003;
}

.nav_button-divider {
  background-color: #313131;
  width: 1px;
}

.nav_dropdown-content {
  background-color: #0000;
  display: none;
  position: absolute;
  top: 3rem;
  left: 0;
}

.nav_tooltip {
  color: #383838;
  white-space: nowrap;
  background-color: #383838;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  display: flex;
  position: relative;
  box-shadow: 0 1px #000c, inset 0 .5px #fff3;
}

.nav_logo {
  justify-content: center;
  align-items: center;
  width: 1.1rem;
  display: flex;
}

.nav_pages-buttons {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.nav_page-icon {
  justify-content: center;
  align-items: center;
  width: .7rem;
  min-width: .7rem;
  display: flex;
}

.nav_page-icon.folder {
  width: 1rem;
  min-width: 1rem;
}

.nav_button {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  color: #ededed;
  cursor: pointer;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .35rem .6rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.nav_button:hover {
  background-color: #3b3b3b;
}

.nav_button.templatesupply {
  z-index: 3;
  position: relative;
}

.nav_button.secondary {
  color: #a6a6a6;
}

.nav_button.secondary:hover {
  color: #c4c4c4;
}

.nav_button.figma {
  color: #adadad;
}

.nav_button.figma:hover {
  color: #c4c4c4;
}

.nav_button.pages {
  background-color: #424242;
}

.nav_button.pages:hover {
  background-color: #4c4b4b;
}

.nav_button.buy {
  background-color: #3d3d3d;
  box-shadow: inset 0 .5px #ffffff1f, 0 1px 1px #0003;
}

.nav_button.buy:hover {
  background-color: #4c4b4b;
}

.work-image-2 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.work-item-wrapper {
  transform-origin: 50% 0;
  width: 100%;
  height: 94vh;
}

.container {
  width: 100%;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container.small {
  max-width: 60rem;
}

.work-item-wrap {
  color: #faf7f3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-component {
  grid-row-gap: .35rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.work-image-wrap-2 {
  aspect-ratio: 2 / 2.6;
  border-radius: 2rem;
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.work-image-wrapper {
  z-index: 5;
  height: 50vh;
  position: absolute;
  top: 32vh;
}

.italic-text, .italic-text-2, .italic-text-3, .italic-text-4, .italic-text-5 {
  font-weight: 600;
}

.italic-text-6 {
  color: var(--white);
  font-style: normal;
  font-weight: 400;
}

.text-align-center-2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 50px;
  font-weight: 400;
}

.text-align-center-3 {
  text-align: center;
  margin-top: 25px;
  font-size: .8rem;
  font-weight: 400;
}

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

.section_contact-2 {
  text-align: left;
  margin-bottom: 66px;
}

.padding-global-2 {
  text-align: left;
  padding: 150px 1.5rem;
}

.heading-style-h5-2 {
  transform-origin: 0 100%;
  font-family: Instrument Serif, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.heading-style-h5-2.text-style-all-caps-2.origin-bottom-left-2, .paragraph {
  text-align: center;
}

.div-block {
  background-color: var(--dark-grey);
}

.button-2 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.pricing5_icon-wrapper {
  flex: none;
  align-self: flex-start;
}

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

.pricing5_content-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.margin-bottom, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxlarge, .margin-bottom.margin-small, .margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-medium-2 {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 400;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.heading-style-h1-2 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.pricing5_content-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.pricing5_feature-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.pricing5_plan {
  border: var(--\<unknown\|relume-variable-border-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  padding: 2rem;
  overflow: hidden;
}

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

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

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

.heading-style-h6-2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h2-2 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.section_pricing5 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.heading-style-h5-3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

.divider-horizontal {
  width: 100%;
  height: var(--\<unknown\|relume-variable-divider-width\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-border\>);
}

.pricing5_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

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

.pricing5_content-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.pricing5_feature {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.code-embed {
  opacity: .8;
}

.text-span, .text-span-2, .text-span-3, .text-span-4 {
  opacity: .5;
  font-style: italic;
}

.text-align-center-4 {
  text-align: center;
  margin-top: 25px;
  font-size: .8rem;
  font-weight: 400;
}

.italic-text-7, .italic-text-8 {
  color: #fff;
  font-style: normal;
  font-weight: 400;
}

.italic-text-9 {
  opacity: .5;
  color: #fff;
  font-size: .9rem;
  font-style: normal;
  font-weight: 400;
}

.text-span-5 {
  font-weight: 600;
  text-decoration: underline;
}

.paragraph-2 {
  text-align: center;
  margin-top: 30px;
}

.text-span-6 {
  font-size: 3rem;
}

.bold-text {
  font-size: 1.3rem;
  font-style: normal;
}

.text-span-7 {
  opacity: .5;
  font-size: .8rem;
}

.text-span-8, .text-span-9, .text-span-10 {
  font-weight: 700;
}

.text-span-11 {
  font-size: .8rem;
  text-decoration: underline;
}

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

.testimonial28_card {
  border: var(--\<unknown\|relume-variable-border-width\>) dashed var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.testimonial28_client-image-wrapper {
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
}

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

.section_testimonial28 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  margin-bottom: 0;
  margin-left: 1.5rem;
  overflow: hidden;
}

.testimonial28_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

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

.testimonial28_mask {
  width: 50%;
  overflow: visible;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.slider-arrow {
  border: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  width: 3rem;
  height: 3rem;
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-arrow.is-bottom-next {
  inset: auto 0% 0% auto;
}

.slider-arrow.is-bottom-previous {
  inset: auto 4rem 0% auto;
}

.testimonial28_slider {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  height: auto;
  padding-top: 2rem;
  padding-bottom: 5rem;
  padding-left: 0;
  display: block;
  position: sticky;
}

.testimonial28_rating-wrapper {
  display: flex;
}

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

.margin-top.margin-small {
  margin: 2rem 0 0;
}

.testimonial28_slide {
  padding-right: 2rem;
}

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

.heading-style-h2-3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.div-block-25 {
  border: 2px dashed #fff;
  border-radius: 2rem;
  padding: 2rem;
}

.text-block-2 {
  font-weight: 400;
}

.content-align-center-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5rem;
  padding-left: 250px;
  padding-right: 250px;
  display: grid;
}

.text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10 {
  font-weight: 200;
}

.process-stages_texts_2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #1c1713;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  width: 55%;
  padding: 6.4rem;
  display: flex;
}

.text-block-11 {
  font-size: 2rem;
}

.text-block-12 {
  margin-bottom: 6px;
  font-size: 2rem;
  font-weight: 300;
}

.image {
  text-align: left;
  object-fit: fill;
  border-radius: 0;
}

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

  h2 {
    font-size: 5rem;
  }

  h3 {
    font-size: 4rem;
  }

  h4 {
    font-size: 3.5rem;
  }

  h5 {
    font-size: 2.25rem;
  }

  blockquote {
    font-size: 1.75rem;
  }

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

  .resources_content-wrapper {
    border-radius: 1rem;
    display: block;
  }

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

  .resources_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .text-rich-text blockquote {
    padding-left: 3rem;
  }

  .text-rich-text h1 {
    font-size: 6rem;
  }

  .text-rich-text h2 {
    font-size: 3rem;
  }

  .text-rich-text h3 {
    font-size: 2.5rem;
  }

  .text-rich-text h4 {
    font-size: 2.25rem;
  }

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

  .heading-style-h3.is-tablet-smaller {
    font-size: 3rem;
    line-height: 1.2;
  }

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

  .resources_content-wrap {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }

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

  .resources_item-content {
    grid-row-gap: .5rem;
  }

  .resources_font-block:hover {
    opacity: 1;
  }

  .content-full-height.tablet-height-auto {
    min-height: auto;
  }

  .header_component {
    max-width: none;
  }

  .home-header_main-image {
    width: 100%;
    height: 100%;
  }

  .home-header_logo-wrap {
    bottom: 0;
  }

  .home-intro_sticky {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
    top: auto;
  }

  .navbar_component {
    justify-content: space-between;
    align-items: center;
  }

  .navbar_links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 50%;
  }

  .navbar_margin-left {
    margin-left: 0;
  }

  .home-header_image {
    display: none;
  }

  .home-intro_wrapper {
    height: auto;
  }

  .home-intro_image-wrap {
    width: 70%;
    height: auto;
  }

  .home-intro_paragraph-wrap {
    margin-top: 0;
    padding-top: 5rem;
  }

  .stills_block {
    height: auto;
    padding-top: 6rem;
  }

  .stills_sticky {
    height: auto;
    padding-top: 0;
    position: relative;
    overflow: visible;
  }

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

  .work-infos_component {
    grid-column-gap: 1rem;
    grid-row-gap: .25rem;
  }

  .stills_heading-wrap {
    grid-row-gap: 1.5rem;
  }

  .stills_image-wrap._2 {
    display: none;
  }

  .stills_image-wrap._1 {
    aspect-ratio: 1;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: auto;
    margin-right: 0;
    position: relative;
    right: auto;
  }

  .stills_details {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    margin-bottom: 2rem;
  }

  .films_block {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .films_infos {
    grid-row-gap: 2rem;
  }

  .email_sticky {
    height: auto;
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .email_component {
    height: auto;
  }

  .email_text {
    font-size: 13vw;
  }

  .email_shadow-wrap {
    display: none;
  }

  .about-header_component {
    padding-top: 0;
  }

  .about_content {
    width: 100%;
  }

  .about-header_image-wrap {
    height: 50vh;
    position: relative;
  }

  .about-header_image {
    width: 100%;
    position: relative;
  }

  .about-header_gradient-pic {
    background-image: linear-gradient(180deg, #13151700, #131517c4 57%, #131517f2 84%, var(--dark));
    height: 50%;
  }

  .about-clients_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-clients_wrap {
    border-radius: .75rem;
  }

  .about_component {
    grid-row-gap: 4rem;
  }

  .about-awards_list {
    grid-row-gap: 1.25rem;
  }

  .process-component {
    height: auto;
  }

  .process-zoom_wrapper {
    display: none;
  }

  .process-stages_component {
    grid-row-gap: 2rem;
  }

  .process-stages_texts {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem;
  }

  .process-stages_stage-card {
    position: relative;
    top: auto;
  }

  .playground_wrapper {
    column-count: 2;
  }

  .playground_lightbox:hover {
    border-radius: 1rem;
  }

  .footer_copyright-wrap {
    max-width: 21.25rem;
  }

  .contact_component {
    border-radius: 1rem;
    padding: 1rem;
  }

  .contact_form-row.is-tablet-custom {
    flex-flow: wrap;
  }

  .form_field.message {
    height: 8rem;
  }

  .legal_block-wrap {
    width: 100%;
  }

  .legal_block-wrap._2 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .legal_block-wrap._3 {
    margin-top: 0;
  }

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

  .shop_image-wrapper {
    height: auto;
    padding-top: 4rem;
    padding-bottom: 7rem;
  }

  .shop_polaroids {
    position: relative;
  }

  .product_image-wrap {
    border-radius: 1rem;
    flex: none;
  }

  .product_image {
    height: auto;
    position: relative;
  }

  .product_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex: none;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product_infos {
    width: 100%;
    max-width: none;
    position: relative;
    left: auto;
  }

  .still-header_gradient {
    filter: blur(30px);
    height: 6rem;
  }

  .still-header_image-wrap {
    border-radius: 1rem;
  }

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

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

  .padding-section-small {
    padding-top: 4rem;
  }

  .padding-section-medium, .padding-section-medium.is-tablet-small {
    padding-top: 6rem;
  }

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

  .hide-tablet {
    display: none;
  }

  .button-huge {
    font-size: 2.5rem;
  }

  .film-header_lightbox-content {
    border-radius: 1rem;
  }

  .film-team-line {
    height: 3rem;
  }

  .home-header_image-wrap-v2, .home-intro_image-wrap-v2 {
    border-radius: 1rem;
  }

  .stills_block-wrapper {
    position: relative;
    top: auto;
  }

  .stills_block-v2 {
    height: auto;
  }

  .stills_content-wrap {
    width: 100%;
    min-width: auto;
    height: 100%;
    min-height: auto;
    padding: 3rem;
  }

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

  .home-header_image-wrap-v3 {
    border-radius: 1rem;
    width: 100%;
  }

  .stills_content-v3 {
    border-radius: 1rem;
  }

  .films_block-v3 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    display: flex;
  }

  .films_image-wrap, .films_content {
    border-radius: 1rem;
  }

  .films_gradient-border {
    border-radius: 1rem;
    width: 100%;
  }

  .contact-heading-text-alt {
    font-size: 12rem;
  }

  .contact_content {
    width: 100%;
  }

  .navbar_dropdown-wrapper {
    z-index: 10;
  }

  .stills_gradient-colors {
    display: none;
  }

  .stills_wrapper-v3 {
    position: relative;
    top: auto;
  }

  .films_list-v2-list {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .film-image-wrap {
    border-radius: 1rem;
  }

  .films_list-v3-list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .section_stills {
    margin-bottom: 0;
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 4rem;
  }

  .navbar_links-wrap {
    z-index: 99;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: var(--dark);
    flex-flow: column;
    place-content: flex-start center;
    align-items: center;
    height: 100vh;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .navbar_hamburger {
    display: flex;
  }

  .films_block-home {
    padding-top: 8rem;
  }

  .footer_content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .nav_component {
    display: none;
  }

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

  .work-item-wrap {
    padding-top: 0;
  }

  .work-image-wrap-2._1 {
    aspect-ratio: 2;
    border-radius: 1.5rem;
    width: 100%;
    height: auto;
  }

  .work-image-wrap-2._2 {
    display: none;
  }

  .work-image-wrapper {
    height: auto;
    position: relative;
    top: 0;
  }

  .work-image-wrapper._1 {
    width: 90vw;
  }

  .work-image-wrapper._2 {
    display: none;
  }

  .stills_list-new {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    display: flex;
  }

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

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

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

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

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

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

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

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

  .testimonial28_mask {
    width: 50%;
  }

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

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

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

  .process-stages_texts_2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem;
  }
}

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

  h2 {
    font-size: 4rem;
  }

  h3 {
    font-size: 3.25rem;
  }

  h4 {
    font-size: 2.2rem;
  }

  h5 {
    font-size: 1.8rem;
  }

  h6 {
    font-size: 1.5rem;
  }

  .resources_heading {
    padding-bottom: 1.25rem;
    font-size: 1.5rem;
  }

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

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

  .resources_content-wrapper {
    min-height: auto;
  }

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

  .template-style-heading-split, .template-style-heading-split.margin-small {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .template-style-heading-split.margin-large {
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

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

  .text-rich-text blockquote {
    padding-left: 2rem;
    font-size: 1.5rem;
  }

  .text-rich-text h1 {
    margin-bottom: 1.5rem;
    font-size: 4rem;
  }

  .text-rich-text h2 {
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
  }

  .text-rich-text h3 {
    margin-bottom: 1.25rem;
    font-size: 2.25rem;
  }

  .text-rich-text h4 {
    margin-bottom: 1.25rem;
    font-size: 2rem;
  }

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

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

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

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

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

  .work-list-wrapper-v3 {
    position: relative;
  }

  .resources_item-content {
    padding: 1.5rem;
  }

  .content-full-height {
    min-height: 100svh;
  }

  .header_component {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-header_wrap {
    border-radius: 1rem;
  }

  .navbar_links {
    width: 80%;
  }

  .stills_details {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .films_block {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .films_frames-wrapper {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .films_frame-wrap-v2 {
    border-radius: 1rem;
  }

  .films_play-icon-wrap {
    width: 4rem;
    height: 4rem;
  }

  .about-header_text-wrap {
    margin-top: -3rem;
  }

  .about-clients_logo {
    max-width: 50%;
  }

  .about-awards_item {
    padding: 1.5rem;
  }

  .process-stages_stage-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .process-stages_graphic-wrapper {
    aspect-ratio: auto;
    width: 100%;
  }

  .process-stages_graphic-wrap {
    aspect-ratio: 2.39;
  }

  .process-stages_texts {
    width: 100%;
    padding: 2.5rem 1.5rem;
  }

  .legal_block-wrap {
    max-width: none;
  }

  .legal_block-wrap._2, .legal_block-wrap._3 {
    margin-left: 0;
  }

  .product_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .product_infos {
    padding: 2rem;
  }

  .still-header_gradient {
    filter: blur(22px);
    height: 4rem;
    margin-top: 3rem;
    margin-bottom: -3rem;
  }

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

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

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

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

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

  .padding-section-medium.is-tablet-small {
    padding-top: 3rem;
  }

  .padding-section-medium.is-mobile-small {
    padding-top: 4rem;
  }

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

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

  .spacer-xxlarge.is-mobile-smaller, .spacer-huge {
    padding-top: 3rem;
  }

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

  .button-huge {
    padding: 1rem 2rem;
    font-size: 1.5rem;
  }

  .icon-big {
    width: 4rem;
  }

  .home-header_about {
    flex-flow: row;
    order: 1;
  }

  .home-header_gradient {
    filter: blur(30px);
    height: 5rem;
    top: -1.6rem;
  }

  .stills_block-wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .stills_content-wrap {
    padding-bottom: 2.5rem;
    padding-left: 2.5rem;
  }

  .padding-section-xlarge {
    padding-top: 6rem;
  }

  .home-header_image-wrap-v3 {
    width: 100%;
  }

  .stills_block-v3 {
    height: auto;
  }

  .stills_content-v3 {
    padding: 1.5rem;
  }

  .stills_main-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 1.5rem;
    position: relative;
  }

  .stills_gradient {
    height: 3px;
  }

  .films_block-v3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .films_content {
    justify-content: center;
    align-items: center;
  }

  .contact-heading-text-alt {
    font-size: 6rem;
  }

  .resources_license-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .section_stills {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 2rem;
  }

  .mobile-heading-small {
    font-size: 3.5rem;
  }

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

  .films_block-home {
    padding-top: 6rem;
  }

  .work-image-wrap-2._1 {
    border-radius: 1rem;
  }

  .work-image-wrapper {
    position: relative;
    top: auto;
  }

  .work-image-wrapper._2 {
    margin-top: -24.1rem;
    margin-right: -3rem;
    display: none;
    transform: rotate(3deg);
  }

  .padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

  .text-size-medium-2 {
    font-size: 1rem;
  }

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

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

  .pricing5_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

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

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

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

  .heading-style-h4-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

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

  .testimonial28_card {
    padding: 1.5rem;
  }

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

  .testimonial28_mask {
    width: 80%;
  }

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

  .testimonial28_slide {
    padding-right: 1.5rem;
  }

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

  .process-stages_texts_2 {
    width: 100%;
    padding: 2.5rem 1.5rem;
  }
}

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

  h3 {
    font-size: 2.75rem;
  }

  .heading-style-h5.text-style-all-caps.origin-bottom-left {
    font-size: 3.7rem;
  }

  .resources_items, .resources_items.more-columns {
    grid-template-columns: 1fr;
  }

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

  .heading-style-h3.text-style-all-caps.origin-bottom-left {
    margin-right: 1.5rem;
    font-size: 2.7rem;
  }

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

  .resources_font-1 {
    font-size: 6rem;
  }

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

  .resources_font-2 {
    font-size: 4rem;
  }

  .header_component.align-center {
    justify-content: center;
    align-items: center;
  }

  .navbar_links {
    width: 100%;
  }

  .navbar_margin-left {
    grid-column-gap: .5rem;
    flex-flow: column;
    margin-top: 0;
  }

  .navbar_logo {
    width: 7rem;
  }

  .button.is-small {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .navbar-spacing {
    height: 0;
  }

  .films_frames-wrapper {
    width: 100%;
  }

  .films_infos {
    grid-row-gap: 1.5rem;
  }

  .email_sticky {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .footer_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .about_section-content {
    grid-row-gap: 2rem;
    flex-flow: column;
    width: 100%;
  }

  .about-clients_wrapper, .about_component, .about-awards_list {
    width: 100%;
  }

  .about-awards_item {
    flex-flow: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .process-stages_graphic-wrap {
    aspect-ratio: 3 / 2;
  }

  .playground_wrapper {
    column-count: 1;
  }

  .text-style-label.small.text-color-grey {
    text-align: center;
  }

  .footer_copyright-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .contact_form-row {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .legal-header_line-wrap {
    display: none;
  }

  .shop_image-wrapper {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }

  .shop_polaroids {
    width: 70%;
  }

  .shop_item-infos {
    bottom: 1rem;
    left: 1rem;
  }

  .shop_polaroid-text {
    display: none;
  }

  .still_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .home-intro_image-wrap-v2 {
    width: 80%;
  }

  .home-intro_image-wrapper-v2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .home-intro_text-wrap {
    width: auto;
  }

  .stills_block-wrapper {
    height: auto;
  }

  .stills_block-wrap {
    border-radius: 1rem;
  }

  .stills_image-v2 {
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .stills_pills {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .stills_content-wrap {
    padding: 1.5rem;
    position: relative;
  }

  .films_frame-wrapper-v2 {
    width: 100%;
    margin-top: 2rem;
  }

  .home-header_image-wrap-v3 {
    width: 100%;
  }

  .stills_main-content {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: #13151745;
  }

  .films_content {
    padding: 1.5rem;
  }

  .contact-heading-text-alt {
    font-size: 5rem;
  }

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

  .contact_block-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .contact_content {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .contact_blur {
    width: 80%;
    top: -10%;
  }

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

  .film-scenes_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .navbar_links-wrap {
    overflow: hidden;
  }

  .ecommerce_order-item {
    flex-flow: column;
    margin-bottom: 2rem;
  }

  .ecommerce_order-item-texts {
    margin: .5rem 0;
  }

  .cart_item-infos {
    max-width: 100px;
  }

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

  .work-image-2 {
    display: block;
    position: static;
  }

  .work-image-wrap-2._1 {
    aspect-ratio: 3 / 2;
    height: 350px;
  }

  .work-image-wrapper._2 {
    margin-top: -20.6rem;
    margin-right: -2.5rem;
  }

  .text-block {
    text-align: center;
    font-size: .8rem;
  }

  .heading-style-h5-2.text-style-all-caps-2.origin-bottom-left-2 {
    font-size: 2.5rem;
  }

  .div-block {
    grid-column-gap: .5rem;
  }

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

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

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

  .text-span-6 {
    font-size: 2rem;
  }

  .section_testimonial28 {
    margin-right: 1.5px;
  }

  .testimonial28_mask {
    width: 95%;
  }

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

  .text-block-2 {
    text-align: center;
    font-size: .8rem;
  }

  .content-align-center-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .italic-text-10 {
    font-size: 3rem;
  }
}

#w-node-_519bd16f-393d-d999-d429-6aca5933500d-168347fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e67b928-cb66-3f04-bcc4-080c4c237319-16834801 {
  align-self: end;
}

#w-node-_311c5741-7f94-d30d-9be4-621e99eb2d39-16834804, #w-node-_959ee6e9-764b-0804-1ec2-04ac27db8cd8-16834804, #w-node-c500b139-45b2-1f36-9ded-4c6efcbfa059-16834804, #w-node-f18d7448-4e04-648a-e756-61db7c7d7281-16834804, #w-node-f18d7448-4e04-648a-e756-61db7c7d72df-16834804, #w-node-f18d7448-4e04-648a-e756-61db7c7d72e9-16834804 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_31859021-4115-3a3c-4345-ebe2a0499b7c-16834804, #w-node-_31859021-4115-3a3c-4345-ebe2a0499b88-16834804, #w-node-_31859021-4115-3a3c-4345-ebe2a0499b94-16834804 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_311c5741-7f94-d30d-9be4-621e99eb2d39-16834804, #w-node-_959ee6e9-764b-0804-1ec2-04ac27db8cd8-16834804, #w-node-c500b139-45b2-1f36-9ded-4c6efcbfa059-16834804, #w-node-f18d7448-4e04-648a-e756-61db7c7d7281-16834804, #w-node-f18d7448-4e04-648a-e756-61db7c7d72df-16834804, #w-node-f18d7448-4e04-648a-e756-61db7c7d72e9-16834804, #w-node-_3b68343b-b82b-1205-c041-6a45854ca78d-16834804, #w-node-_3b68343b-b82b-1205-c041-6a45854ca795-16834804, #w-node-_6c23c82e-bd54-1ada-3e1d-e36dd62285ef-16834804, #w-node-_6c23c82e-bd54-1ada-3e1d-e36dd62285f7-16834804, #w-node-_03422987-422c-e894-0148-e8a580d74d79-16834804, #w-node-_03422987-422c-e894-0148-e8a580d74d81-16834804, #w-node-_5bbde7be-2c15-090e-aeb7-d1fcb9cd1d85-16834804, #w-node-_5bbde7be-2c15-090e-aeb7-d1fcb9cd1d8d-16834804, #w-node-e7c3639e-cafe-5248-4f52-086854b10148-16834804, #w-node-e7c3639e-cafe-5248-4f52-086854b10150-16834804, #w-node-_87a02154-da01-2d7d-efdb-e5c06c7bdd00-16834804, #w-node-_87a02154-da01-2d7d-efdb-e5c06c7bdd08-16834804 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Instrument Serif';
  src: url('../fonts/InstrumentSerif-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Serif';
  src: url('../fonts/InstrumentSerif-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tuesday Night';
  src: url('../fonts/TuesdayNight-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Market Pro';
  src: url('../fonts/MarketPro.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}