@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #121212;
  --white: #e5e5e5;
  --grey: #1d1d1d;
  --white-50: #e5e5e580;
  --small: #ebebeb;
  --white-51: white;
  --black-2: black;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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 {
    font-size: 16px;
  }
}

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

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

ol {
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-left: 3rem;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 1.5rem;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.style-guide-heading {
  font-size: 6.125vw;
  font-weight: 300;
  line-height: 1;
}

.container {
  width: 100%;
  max-width: 94vw;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.container.small {
  max-width: 100rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.small {
  padding-left: 1rem;
  padding-right: 1rem;
}

.text-box {
  max-width: 27rem;
}

.text-box.large {
  max-width: 60rem;
  padding-top: 1.5rem;
}

.text-size-regular {
  letter-spacing: -.3px;
  font-size: 1rem;
  line-height: 1.5;
}

.text-size-regular.caps.text-weight-medium {
  text-align: left;
  width: 560px;
  padding-left: 0;
  position: static;
}

.text-size-regular.caps.text-weight-medium.our-success {
  text-align: left;
}

.text-size-regular.caps.text-weight-medium.left {
  text-align: left;
  font-weight: 500;
}

.text-size-regular.caps.text-weight-medium.siz {
  width: 80px;
}

.text-size-regular.caps.text-weight-medium.rig {
  text-align: left;
  width: 460px;
  font-weight: 400;
}

.text-size-regular.letter-spacing-0 {
  letter-spacing: 1px;
}

.style-guide-hero {
  background-color: var(--grey);
  border-bottom: 1px solid #333;
}

.hero-style-guide-wrapper {
  grid-row-gap: 2rem;
  border-radius: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 1rem;
  padding: 13rem 2rem 5rem;
  display: flex;
  overflow: hidden;
}

.text-size-tiny {
  font-size: .75rem;
}

.section-style-guide {
  margin-top: 5.75rem;
}

.style-guide-header {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 4.5rem;
  display: flex;
}

.text-size-medium {
  letter-spacing: -.3px;
  font-size: 1.125rem;
  font-weight: 300;
}

.text-size-medium.text-weight-medium.caps {
  letter-spacing: 0;
  font-size: 1rem;
  font-weight: 400;
}

.text-size-medium.letter-spacing-0, .text-size-medium.letter-spacing-23, .text-size-medium.letter-spacing-23 {
  letter-spacing: 0;
}

.style-guide-button {
  grid-row-gap: .25rem;
  color: var(--white);
  flex-direction: column;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  overflow: hidden;
}

.style-guide-button:hover {
  opacity: .5;
}

.button-line {
  background-color: #3f3f3f;
  width: 100%;
  height: 1px;
}

.heading-4 {
  font-size: 3.125rem;
  font-weight: 300;
  line-height: 1.15;
}

.class-name-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 6rem;
  display: flex;
}

.class-name-wrapper.margin-bottom-0 {
  margin-bottom: 0;
}

.color-palette-text {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

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

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

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

.text-size-xsmall.text-style-caps {
  text-transform: uppercase;
}

.style-gudie-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.style-gudie-content.grid {
  grid-column-gap: 3rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 2rem;
  display: grid;
}

.color-palette {
  border-radius: .5rem;
  width: 100%;
  height: 10rem;
}

.color-palette.black {
  background-color: #121212;
}

.color-palette.white {
  background-color: #f3f3f3;
  border: 1px solid #bbb;
}

.color-palette-card {
  grid-row-gap: 2rem;
  border: 1px solid #252525;
  border-radius: .5rem;
  flex-direction: column;
  padding: .5rem .5rem 2rem;
  display: flex;
}

.text-size-huge {
  font-size: 3.25rem;
  font-weight: 300;
  line-height: 1.2;
}

.heading-1 {
  letter-spacing: -1vw;
  margin-top: 0;
  font-size: 22vw;
  line-height: .9;
}

.heading-1.caps {
  margin-top: 20px;
  font-size: 22vw;
}

.heading-1.caps.categorie {
  text-align: center;
  font-size: 17rem;
}

.heading-1.small {
  font-size: 17vw;
}

.heading-1.contact-page {
  text-transform: uppercase;
  font-size: 20.9vw;
}

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

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

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

.typography-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 30rem;
  display: flex;
}

.style-guide-menu {
  grid-row-gap: 1.5rem;
  color: #121212;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.heading-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.25;
}

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

.text-weight-medium.caps.text-size-small {
  width: 210px;
  font-size: 1rem;
}

.text-weight-medium.caps.text-size-medium {
  margin-top: 0;
}

.text-weight-medium.caps.text-size-large {
  padding-left: 40px;
  position: relative;
  left: auto;
}

.text-weight-medium.text-size-small {
  font-size: .8rem;
}

.text-weight-medium.text-size-regular.caps {
  text-align: right;
  font-size: 1rem;
  font-weight: 400;
}

.text-weight-medium.heading-3.text-color-white {
  color: #fff;
}

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

.text-weight-medium.opacity-50._40 {
  color: #adadad;
  font-size: 1rem;
}

.style-guide-content {
  margin-bottom: 10rem;
}

.style-guide-menu-links {
  grid-row-gap: 1.5rem;
  opacity: .5;
  color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.style-guide-menu-links:hover, .style-guide-menu-links.w--current {
  opacity: 1;
}

.sticky-menu {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 4rem;
}

.heading-6 {
  font-size: 1.75rem;
  line-height: 1.2;
}

.heading-6.text-weight-medium {
  z-index: 5;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}

.heading-6.text-weight-medium.history {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
}

.text-size-large {
  letter-spacing: -.4px;
  flex-flow: column;
  width: auto;
  font-size: 1.375rem;
  line-height: 1.5;
  display: block;
}

.text-size-large.opacity-50.letter-spacing-0 {
  letter-spacing: 0;
}

.text-size-large.opacity-50.letter-spacing-0.small {
  font-size: 1rem;
}

.style-guide-menu-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
}

.heading-3 {
  font-size: 3.4375rem;
  line-height: 1.2;
}

.heading-3.full-width {
  font-size: 3.8vw;
}

.heading-3.full-width.text-weight-regular {
  font-size: 4vw;
}

.style-tag {
  background-color: var(--grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10rem;
  padding: .625rem 1.5rem;
  font-weight: 500;
}

.typography-content {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.style-guide-component {
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 82%);
  width: 100%;
  margin-bottom: 10rem;
}

.style-guide-divider-line {
  background-color: var(--white-50);
  opacity: .26;
  height: 1px;
}

.rich-text h1, .rich-text p, .rich-text h2 {
  margin-bottom: 1.5rem;
}

.rich-text ul {
  margin-bottom: 1.5rem;
  padding-left: 3rem;
}

.rich-text h3, .rich-text h4 {
  margin-bottom: 1.5rem;
}

.rich-text img {
  border-radius: .5rem;
}

.rich-text h5 {
  margin-bottom: 1.5rem;
}

.style-guide-text {
  font-size: 2.75rem;
  line-height: 1.55;
}

.divider-line {
  background-color: #ffffff4d;
  height: 1px;
}

.license-image-link {
  width: 100%;
  height: 10rem;
}

.opacity-80 {
  opacity: .8;
}

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

.license-component {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 6.2rem;
  margin-bottom: 7.7rem;
}

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

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

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 39rem;
  display: flex;
}

.password {
  opacity: .37;
  filter: invert();
  width: 10rem;
  margin-left: auto;
  margin-right: auto;
}

.password-heading {
  font-size: 5rem;
  line-height: 1.5;
}

.password-wrap {
  grid-row-gap: 0rem;
  flex-direction: column;
  align-items: stretch;
  margin-top: 2rem;
  display: flex;
}

.password-text-field {
  background-color: #fff0;
  border: 1px solid #464646;
  border-radius: .3rem;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem 1rem;
  font-size: 1rem;
}

.password-submit {
  background-color: var(--white);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 3rem;
  padding: .8rem 1.1rem;
  font-size: 1rem;
  font-weight: 700;
}

._404-button {
  grid-row-gap: .25rem;
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 10rem;
  flex-direction: column;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: padding .6s;
  display: flex;
  overflow: hidden;
}

._404-button:hover {
  padding-left: 3rem;
  padding-right: 3rem;
}

.symbol {
  filter: invert();
  object-fit: contain;
  width: 10rem;
  height: 10rem;
}

.error-heading {
  letter-spacing: -2px;
  margin-bottom: 2rem;
  font-size: 5.5rem;
  line-height: 1.15;
}

.error-404 {
  margin-bottom: 2.2rem;
}

.home-hero {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 5vw;
  display: flex;
}

.navbar {
  background-color: #121212;
  width: 100%;
  margin-top: 0;
  padding-top: 2rem;
}

.navbar.absolute {
  position: absolute;
  inset: 0% 0% auto;
}

.caps {
  text-transform: uppercase;
}

.caps.text-weight-medium {
  font-size: 1.5rem;
}

.brand {
  z-index: 99;
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 4rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar-component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  display: grid;
}

.menu-button {
  z-index: 99;
  cursor: pointer;
  background-color: #c8c8c800;
  padding: 0 1rem 1rem;
  position: relative;
}

.menu-button.w--open {
  background-color: #c8c8c800;
  padding: 1rem;
}

.navbar-lottie {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 1.8rem;
  height: auto;
  display: flex;
}

.navbar-text {
  z-index: 99;
  grid-row-gap: .05rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.home-hero-heading.right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

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

.home-hero-heading.center.space-between {
  justify-content: space-between;
  width: 100%;
}

.navbar-open {
  z-index: 90;
  background-color: var(--black);
  justify-content: space-between;
  width: 100%;
  height: 100svh;
  padding-top: 10vh;
  padding-bottom: 5vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.navbar-open-animation {
  z-index: 89;
  background-color: var(--grey);
  width: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-open-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 60% 30%;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 100%;
  max-width: 95vw;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar-left {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navbar-right {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 3vh;
  display: flex;
}

.nav-link {
  color: var(--white);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.heading-2 {
  font-size: 6.125vw;
  line-height: 1;
}

.heading-2.blog {
  mix-blend-mode: exclusion;
  font-size: 5vw;
}

.nav-link-text {
  text-transform: uppercase;
  font-size: 14vh;
  font-weight: 700;
  line-height: 1;
}

.nav-link-text.absolute {
  opacity: .5;
  position: absolute;
}

.nav-link-text.absolute.second {
  opacity: 1;
  bottom: -28vh;
}

.navbar-address {
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.opacity-50 {
  opacity: .5;
  text-transform: uppercase;
  font-size: 1.375rem;
  font-weight: 400;
}

.opacity-50._40 {
  font-size: 1.375rem;
  font-weight: 400;
}

.opacity-50._40.small {
  font-size: 1rem;
}

.opacity-50.date {
  text-transform: capitalize;
  font-size: 4rem;
  font-weight: 400;
}

.opacity-50.hs {
  font-size: 1.2rem;
}

.margin-top-1rem {
  margin-top: 1.5rem;
  margin-bottom: 60px;
}

.button {
  color: var(--white);
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.button-line-wrap {
  background-color: #e5e5e554;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 1px;
  margin-top: 3px;
  display: flex;
}

.button-line-animation {
  background-color: var(--white);
  width: 30%;
  height: 1px;
}

.social-icons {
  grid-column-gap: 1rem;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.social-link {
  opacity: .5;
  filter: invert();
  padding: .6rem;
  transition: transform .2s, opacity .2s;
}

.social-link:hover {
  opacity: 1;
  filter: invert();
  transform: translate(0, -3px);
}

.contact-social-icon {
  width: 1.3rem;
  min-width: 1.3px;
  max-width: none;
  height: 1.3rem;
  min-height: 1.3px;
}

.contact-social-icon.large {
  object-fit: contain;
}

.home-hero-image-wrapper {
  border-radius: 1rem;
  width: 22vw;
  height: 24vw;
  position: absolute;
  inset: auto 0% auto 11.9vw;
  overflow: visible;
  transform: rotate(-6deg);
}

.grid-12-column {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: grid;
}

.grid-12-column._12 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  max-width: 94vw;
  margin-top: -140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.home-hero-subtitle {
  grid-row-gap: 2rem;
  justify-content: space-between;
  display: flex;
}

.max-width-45ch {
  text-align: left;
  max-width: 45ch;
}

.tracker {
  height: 300vh;
  margin-top: 10rem;
}

.camera {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.frame {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-about-component {
  margin-top: 20vh;
}

.year-right-side {
  justify-content: flex-end;
  margin-top: 5vw;
  margin-bottom: 100px;
  display: flex;
}

.home-awards {
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-top: 14vh;
  display: flex;
}

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

.award-item {
  grid-row-gap: 2.5rem;
  border-bottom: 1px solid #2b2b2b;
  flex-direction: column;
  padding-bottom: 2.5rem;
  transition: padding .5s;
  display: flex;
}

.award-item:hover {
  padding-bottom: 4rem;
}

.max-width-19ch {
  max-width: 19ch;
}

.grid-9-column {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.award-item-name {
  margin-left: 3rem;
}

.award-item-number {
  margin-left: 1rem;
}

.award-animation-wrapper {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.award-animation {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  margin-left: 3rem;
  display: flex;
  overflow: hidden;
}

.tag-item {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #272727;
  border-radius: .3125rem;
  padding: .3125rem .5rem;
}

.home-works-component {
  flex-direction: column;
  margin-top: 25vh;
  display: flex;
}

.heading-wrapper {
  flex-direction: row;
  display: flex;
}

.heading-wrapper.center {
  justify-content: center;
  margin-top: 5vh;
}

.heading-small-text {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.opacity-20 {
  opacity: .2;
}

.heading-small {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 5vw;
  display: flex;
}

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

.collection-list._2-items {
  grid-template-rows: auto;
}

.work-item-wrapper {
  z-index: auto;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: flex-end;
  width: 99.9999%;
  height: 100%;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-image-wrapper {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.work-div-wrapper {
  margin-top: 0;
  display: block;
  position: static;
}

.work-div-wrapper.margin-top {
  margin-top: 3rem;
}

.work-div-wrapper.case2 {
  margin-top: 0;
}

.work-div-wrapper.cas2 {
  margin-top: 10vh;
  padding-top: 0;
}

.work-div-wrapper.cas1 {
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.work-div-wrapper.case3, .work-div-wrapper.case4 {
  margin-top: 0;
}

.work-home-gird {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: 0 auto;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: auto;
  width: 100%;
  margin-top: 251px;
  display: grid;
}

.work-home-gird.flex {
  display: block;
}

.work-home-gird.case {
  grid-column-gap: 1.5rem;
  grid-row-gap: 4rem;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  align-self: auto;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.work-info-wrapper {
  z-index: 2;
  grid-row-gap: .75rem;
  flex-direction: column;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.work-info-top {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.work-info-bottom {
  z-index: 5;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-arrow {
  width: 2rem;
  height: 2rem;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
}

.fit-contain {
  object-fit: contain;
}

.work-home-title {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  display: grid;
}

.work-tag-item {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ffffff47;
  border-radius: .3125rem;
  padding: .3125rem .5rem;
  text-decoration: none;
}

.project-scope-collection-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.work-item:nth-child(odd) {
  margin-top: -20vh;
}

.work-item.next-project:nth-child(odd) {
  margin-top: 0;
}

.work-item.next-project:nth-child(2n) {
  margin-top: 0;
}

.testimonial-component {
  grid-row-gap: 20vh;
  flex-direction: column;
  margin-top: 25vh;
  display: flex;
}

.testimonial-component.margin-bottom {
  margin-bottom: 25vh;
}

.testimonial-heading {
  margin-top: -1vw;
}

.display-none {
  display: none;
}

.slider-component {
  z-index: 5;
  opacity: .9;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 3.5rem 2.5rem;
  transition: opacity .3s;
  display: flex;
  position: relative;
}

.slider-component:hover {
  opacity: 1;
}

.slider {
  background-color: var(--grey);
  border-radius: 1rem;
  flex-direction: row;
  width: 30rem;
  height: 37rem;
  margin-right: 1.5rem;
  overflow: hidden;
}

.mask {
  width: 30rem;
  overflow: visible;
}

.slider-wrapper {
  z-index: auto;
  background-color: #0000;
  height: auto;
}

.client-info {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.quote {
  margin-top: 2rem;
}

.client-logo {
  object-fit: contain;
  width: 12.3125rem;
  height: auto;
}

.client-logo.small {
  width: 8rem;
}

.slider-top {
  z-index: 5;
  position: relative;
}

.slider-arrow {
  opacity: .7;
  border: 1px solid #333;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  padding: 1rem;
  transition: opacity .3s;
  display: flex;
  inset: -6rem auto auto 0%;
}

.slider-arrow:hover {
  opacity: 1;
}

.slider-arrow-right {
  opacity: .7;
  border: 1px solid #333;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  padding: 1rem;
  transition: opacity .2s;
  display: flex;
  inset: -6rem auto auto 4.5rem;
}

.slider-arrow-right:hover {
  opacity: 1;
}

.blog-section {
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-top: 20vh;
  margin-bottom: 20vh;
  display: flex;
}

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

.blog-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  opacity: 1;
  color: var(--white);
  border-bottom: 1px solid #2b2b2b;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-decoration: none;
  transition: opacity .5s, padding .5s;
  display: grid;
}

.blog-item:hover {
  opacity: .8;
  padding-bottom: 3rem;
}

.blog-item-number {
  margin-left: 1rem;
}

.blog-item-name {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 3rem;
  display: flex;
}

.blog-item-arrow {
  width: 1.2rem;
  height: auto;
}

.blog-thumbnail {
  background-color: #fff;
  background-image: url('../images/44651715584422_.pic_144651715584422_.pic.webp');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  border-radius: 1rem;
  height: 12.4rem;
  overflow: hidden;
}

.footer {
  background-color: #000;
  flex-direction: row;
  min-height: 66vh;
  display: flex;
}

.section {
  background-color: #000;
  width: 100%;
  overflow: hidden;
}

.footer-wrapper {
  background-color: var(--grey);
  border-radius: 1rem;
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  width: 100%;
  margin: 1rem;
  padding: 4rem 4rem 2.5rem;
  display: flex;
}

.footer-component {
  flex-direction: column;
  justify-content: space-between;
  height: 80%;
  display: flex;
}

.footer-right {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 4vh;
  display: flex;
}

.footer-address {
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-right-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.footer-left {
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-big-text {
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 8vw;
  font-weight: 700;
  line-height: 1.1;
}

.footer-bottom {
  justify-content: space-between;
  padding-top: 320px;
  display: flex;
}

.credits-wrapper {
  color: #f3f3f3;
  text-decoration: none;
}

.credits {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.footer-links-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.footer-link {
  color: #f4f4f4;
  text-decoration: none;
  transition: transform .3s, opacity .2s;
}

.footer-link:hover {
  opacity: .5;
  transform: translate(0, -3px);
}

.work-hero {
  flex-direction: column;
  margin-top: 0;
  display: flex;
}

.blog-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 20vh;
  display: grid;
}

.blog-grid.vertical {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-component {
  grid-row-gap: 6rem;
  flex-direction: column;
  min-height: 100svh;
  padding-top: 6rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.contact-address {
  grid-row-gap: .75rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.submit-button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 1px solid #fff;
  padding-left: 6px;
  padding-right: 6px;
  font-size: .9rem;
  transition: padding .3s;
}

.submit-button:hover {
  padding-left: 12px;
  padding-right: 12px;
}

.text-field {
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #fff3;
  margin-bottom: 2rem;
  padding: .75rem 0;
  transition: all .3s;
}

.text-field:hover, .text-field:focus {
  color: #fff;
  border-bottom-color: #fff;
}

.text-field::placeholder {
  font-size: .9rem;
}

.text-field.message {
  padding-bottom: 1.95rem;
}

.contact-section {
  position: absolute;
  inset: 0%;
}

.back-home-button {
  opacity: .7;
  border: 1px solid #333;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  padding: 1rem;
  transition: border-color .3s, opacity .3s;
  display: flex;
  inset: -6rem auto auto 0%;
}

.back-home-button:hover {
  opacity: 1;
  border-color: #d4c9c9;
}

.work-post-heading {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.work-heading {
  z-index: 2;
  grid-row-gap: 4rem;
  flex-direction: column;
  margin-top: 6rem;
  margin-left: 2rem;
  display: flex;
  position: relative;
}

.work-heading.blend {
  mix-blend-mode: exclusion;
}

.work-main-image {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.5rem;
  height: 45rem;
  overflow: hidden;
}

.work-info {
  grid-column-gap: 4rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.work-categorie, .work-year {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.work-categorie-nest {
  margin-bottom: .2rem;
}

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

.next-project {
  grid-row-gap: 2rem;
  flex-direction: column;
  margin-top: 12.4rem;
  display: flex;
}

.project-content-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 17.9rem;
  display: flex;
}

.next-project-heading {
  grid-column-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.project-collection-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

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

.project-collection-list._2-columns {
  flex-direction: row;
  justify-content: space-between;
}

.size-full {
  flex: 1;
}

.project-image {
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.about-the-project {
  grid-row-gap: .5rem;
  flex-direction: column;
  margin-top: 7rem;
  margin-bottom: 7rem;
  display: flex;
}

.project-image-wrapper {
  border-radius: .6rem;
  height: 70vh;
  overflow: hidden;
}

.image {
  z-index: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
}

.blog-post-component {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-direction: column;
  margin-top: 5rem;
  margin-bottom: 10rem;
  display: flex;
}

.blog-post {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.about-hero {
  background-image: url('../images/about-hero_1about-hero.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-hero-component {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 100svh;
  margin-bottom: 5vw;
  padding-top: 10rem;
  display: flex;
}

.team-component {
  margin-top: 12rem;
}

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

.team-item {
  border-radius: 2rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 80vh;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-image-wrap {
  position: absolute;
  inset: 0%;
}

.exclusion {
  mix-blend-mode: exclusion;
}

.team-position {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffff47;
  border-radius: .2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: .5rem;
  padding: .3125rem .4375rem;
  display: flex;
}

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

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

.services-item {
  grid-row-gap: 2.5rem;
  border-bottom: 1px solid #2b2b2b;
  flex-direction: column;
  padding-bottom: 2.5rem;
  transition: padding .5s;
  display: flex;
}

.services-item:hover {
  padding-bottom: 4rem;
}

.services-item-number {
  margin-top: .7rem;
  margin-left: 1rem;
}

.services-item-name {
  margin-left: 3rem;
}

.max-width-40ch {
  max-width: 40ch;
}

.camera-about {
  width: 100%;
  height: 80vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.camera-about.camera1 {
  height: 80vh;
  margin-top: 0;
  margin-bottom: 0;
}

.camera-about.camera2 {
  opacity: 1;
}

.frame-about {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 30px;
  padding-bottom: 0;
  display: flex;
}

.frame-about.frame1 {
  margin-top: 0;
  margin-bottom: 0;
}

.item {
  flex: none;
  width: 60vw;
  height: 80vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
  overflow: hidden;
}

.about-track {
  width: 100%;
  height: 300vw;
  display: none;
  position: relative;
}

.about-track.trck2 {
  opacity: 0;
  position: absolute;
}

.about-image {
  border-radius: 1rem;
}

.home-about-grid {
  grid-column-gap: 2.75rem;
  grid-row-gap: 5.25rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 80%;
  max-width: 90rem;
  margin-top: 8.4rem;
  margin-left: auto;
  margin-right: auto;
}

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

.home-about-logo {
  width: 10.5rem;
  height: auto;
}

.home-about-logo.small {
  width: 8rem;
}

.frame-image-left {
  border-radius: 1rem;
  flex: none;
  width: 37vw;
  height: 59vh;
  overflow: hidden;
  transform: translate(22vw, 4vh)translate(0)rotate(9.68deg);
}

.frame-image-center {
  z-index: 2;
  border-radius: 1rem;
  flex: none;
  width: 37vw;
  height: 71vh;
  position: relative;
  overflow: hidden;
  transform: translate(0, -5vh)rotate(-5.77deg);
}

.frame-image-right {
  border-radius: 1rem;
  flex: none;
  width: 37vw;
  height: 59vh;
  overflow: hidden;
  transform: translate(-22vw, 10vh)rotate(-9.65deg);
}

.stories-component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 8rem;
  padding-right: 40px;
  display: grid;
}

.stories-item {
  grid-row-gap: 2rem;
  border-top: 1px solid #e5e5e52e;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 2rem;
  display: flex;
}

.stories-info-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.stories-image {
  border-radius: .5rem;
  width: 5rem;
  height: 5rem;
  overflow: hidden;
}

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

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

.center.bottom {
  margin-top: 12vh;
  margin-bottom: 10vh;
  display: flex;
}

.center-about {
  justify-content: center;
  align-items: center;
  margin-top: 25vh;
  margin-bottom: -10vh;
  display: flex;
}

.price-value {
  font-size: 4rem;
  line-height: 1.15;
}

.check-item {
  grid-column-gap: .75rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-component {
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 80ch;
  display: flex;
}

.check-icon {
  width: .875rem;
  height: auto;
}

.price-features-wrap {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.check-list {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 1rem;
  display: flex;
}

.check-list.no-margin {
  padding-left: 0;
}

.button-secondary {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #fff;
  white-space: nowrap;
  background-color: #1e1d30;
  border-radius: 10rem;
  justify-content: space-between;
  align-items: center;
  padding: .375rem .5rem .375rem 1.5rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-secondary:hover {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
}

.button-secondary.secondary {
  color: #1e1d30;
  background-color: #f8f9fa;
}

.pricing-tab {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

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

.button-arrow {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.margin-bottom-05 {
  margin-bottom: .4rem;
}

.price {
  grid-column-gap: .75rem;
  align-items: flex-end;
  margin-bottom: 1rem;
  display: flex;
}

.price-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.price-button.enterprise {
  width: auto;
}

.margin-left-2rem {
  margin-left: 2rem;
}

.price-feature {
  font-size: 1.125rem;
}

.price-feature.text-color-white {
  color: #fff;
}

.icon {
  object-fit: contain;
}

.price-card {
  grid-row-gap: 4rem;
  background-color: var(--grey);
  color: var(--white);
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  min-height: 60svh;
  padding: 2.5rem 2rem;
  text-decoration: none;
  display: flex;
}

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

.arrow {
  width: 1.6rem;
  height: auto;
}

.price-icon {
  background-color: #ecf86e;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1.5rem;
  padding: .9rem;
  display: flex;
}

.price-icon.white {
  background-color: #fff;
}

.price-icon.margin-bottom-none {
  margin-bottom: 0;
}

.pricing-component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  align-items: center;
  max-width: 100rem;
  margin-bottom: 10rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.enterprise-content {
  grid-column-gap: 2rem;
  align-items: center;
  display: flex;
}

.margin-bottom-2rem {
  margin-bottom: 2rem;
}

.check-icon-wrap {
  background-color: #e4e6f9;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1.75em;
  min-width: 1.75rem;
  height: 1.75rem;
  min-height: 1.75rem;
  display: flex;
}

.pricing-name {
  font-size: 1.875rem;
  line-height: 1.5;
}

.enterprise-banner {
  background-color: var(--grey);
  border-radius: 1rem;
  justify-content: space-between;
  padding: 2.5rem 2rem;
  text-decoration: none;
  display: flex;
}

.price-toggle-wrap {
  grid-column-gap: 1rem;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.cart-button {
  background-color: var(--white);
  color: var(--black);
  border-radius: 50%;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  padding: .8rem 1rem;
  transition: all .3s;
  position: fixed;
  inset: auto 2rem 2rem auto;
}

.cart-button:hover {
  opacity: .81;
  transform: scale(.9);
}

.cart-icon {
  width: 100%;
  height: 60%;
  margin-right: 0;
}

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

.remove-button {
  color: var(--white-50);
}

.cart-quantity {
  background-color: var(--black);
  border-color: #3b3b3b;
}

.cart-header {
  border-bottom-color: #333;
}

.cart-footer {
  border-top-color: #333;
}

.apple-pay {
  border-radius: 6px;
}

.checkout-button {
  background-color: var(--white);
  color: var(--black);
  border-radius: 6px;
}

.checkout-button.large {
  text-transform: uppercase;
  justify-content: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 500;
}

.product-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  margin: 10vh auto 15vh;
  display: grid;
}

.product-description {
  grid-column-gap: .55rem;
  grid-row-gap: .55rem;
  background-color: var(--grey);
  border-radius: .6rem;
  flex-direction: column;
  padding: 3.5rem;
  display: flex;
}

.default-state {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.add-to-cart {
  margin-top: 1rem;
}

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

.checkout-form {
  background-color: #0000;
}

.checkout-wrapper {
  background-color: var(--grey);
  color: var(--white);
  border: 1px solid #363636;
  border-radius: .5rem;
}

.block-header {
  background-color: #0000;
  border-style: none none solid;
  border-bottom-color: #2c2c2c;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.block-content {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
}

.text-field-checkout {
  background-color: var(--black);
  border-color: #6b6b6b80;
}

.text-field-checkout:focus, .text-field-checkout.-wfp-focus {
  border-color: #fff;
}

.hero {
  background-color: #121212;
  margin-bottom: 0;
  padding-bottom: 40px;
  display: block;
}

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

.image-2 {
  object-fit: none;
}

.image-3 {
  height: 100px;
  overflow: visible;
}

.div-block {
  background-image: url('../images/形状结合_1形状结合.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  font-size: 4rem;
  line-height: 5;
}

.div-block.logo {
  background-image: url('../images/形状结合_1形状结合.webp');
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: scroll;
  width: 140px;
  height: 28px;
}

.image-4 {
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
  max-width: 50%;
  height: 50%;
  margin-top: 20px;
  overflow: visible;
}

.container-2 {
  z-index: 1;
  grid-row-gap: 150px;
  flex-direction: column;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding: 150px 100px;
  display: flex;
  position: relative;
}

.container-2.marquee {
  max-width: 100%;
  padding: 0 0 100px;
  overflow: hidden;
}

.container-2.about-image {
  max-width: none;
  padding: 0;
}

.container-2.about {
  grid-row-gap: 50px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 180px;
  display: flex;
}

.container-2.image-reel {
  border-radius: 20px;
  flex-flow: column;
  max-width: 100%;
  height: 95vh;
  padding: 0;
  display: none;
  overflow: hidden;
}

.display {
  color: #fff;
  letter-spacing: -10px;
  text-transform: capitalize;
  white-space: nowrap;
  margin-top: 60px;
  font-size: 200px;
  font-weight: 500;
  line-height: 1.4;
}

.italic {
  font-style: italic;
}

.about-image-wrapper {
  width: 100%;
  height: 580px;
}

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

.about-heading-wrapper {
  grid-row-gap: 50px;
  flex-direction: column;
  margin-top: 0;
  display: flex;
}

.circle-small {
  border: 1px solid #508835;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
  overflow: visible;
}

.about-text-wrapper {
  width: 516px;
}

.circle-abosulte {
  background-image: linear-gradient(to right, #002100, #508835);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.button-wrapper {
  grid-column-gap: 20px;
  color: #fff;
  align-items: center;
  margin-bottom: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.subheading {
  grid-column-gap: 10px;
  color: #fff;
  font-weight: 500;
  display: flex;
}

.title-h6 {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  width: 560px;
  margin-bottom: 16rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.title-h6.h7 {
  font-size: 1rem;
}

.subheading-arrow {
  width: 11px;
}

.arrow-2 {
  width: 13px;
}

.image-reel-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 70px;
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
}

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

.reel-grid {
  grid-column-gap: 70px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 690px 690px 690px;
  grid-auto-columns: 1fr;
  display: grid;
}

.reel-grid.second {
  border-radius: 10px;
}

.reel-grid.first {
  -webkit-text-stroke-color: #e5e5e580;
  border-radius: 20px;
}

.body {
  background-color: #121212;
}

.heading-7 {
  font-size: 3.125rem;
  font-weight: 300;
  line-height: 1.15;
}

.max-width-45ch-2 {
  max-width: 45ch;
}

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

.text-block {
  z-index: 5;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
}

.image-6 {
  z-index: 1;
  aspect-ratio: auto;
  opacity: 0;
  object-fit: scale-down;
  flex: 1;
  align-self: center;
  max-width: 200px;
  max-height: 200px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  position: absolute;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: visible;
}

.image-7 {
  width: 40%;
  height: 40%;
}

.image-8 {
  width: 10%;
  height: 7%;
  padding-top: 0;
  position: absolute;
  top: 293px;
  left: 252.875px;
}

.image-9 {
  opacity: 0;
  position: absolute;
  left: 0;
}

.collection-list-wrapper {
  display: block;
}

.container-3 {
  width: 100%;
  max-width: 94vw;
  margin-left: auto;
  margin-right: auto;
}

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

.blog-item-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  opacity: 1;
  color: #e5e5e5;
  border-bottom: 1px solid #2b2b2b;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-decoration: none;
  transition: opacity .5s, padding .5s;
  display: grid;
}

.blog-item-2:hover {
  opacity: .8;
  padding-bottom: 3rem;
}

.heading-8 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.25;
}

.blog-item-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  opacity: 1;
  color: #e5e5e5;
  border-bottom: 1px solid #2b2b2b;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-decoration: none;
  transition: opacity .5s, padding .5s;
  display: grid;
}

.blog-item-3:hover {
  opacity: .8;
  padding-bottom: 3rem;
}

.heading-9, .heading-10 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.25;
}

.div-block-2 {
  width: 100%;
  height: 70vh;
}

.grid-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto auto auto;
  justify-content: stretch;
  position: static;
}

.div-block-3 {
  width: auto;
  height: auto;
  margin-top: 10vh;
  position: static;
}

.div-block-4 {
  width: 100%;
  height: 70vh;
}

.div-block-5 {
  width: 99.9999%;
  height: 70vh;
  margin-top: -160px;
}

.div-block-6 {
  width: 100%;
  height: 70vh;
  margin-top: 160px;
}

.div-block-7 {
  width: 100%;
  height: 70vh;
  margin-top: -160px;
}

.div-block-8 {
  width: 100%;
  height: 70vh;
  margin-top: 0;
}

.div-block-9 {
  width: 100%;
  height: 70vh;
  margin-top: -160px;
}

.image-10 {
  width: 32px;
  max-width: 100%;
  height: 28px;
  position: fixed;
}

.image-11 {
  opacity: 0;
  object-fit: scale-down;
  width: 32px;
  max-width: 100%;
  height: 28px;
  position: fixed;
  top: auto;
}

.image-12 {
  z-index: 2;
  opacity: 0;
  border-radius: 12px;
  width: 900px;
  max-width: 600px;
  height: auto;
  position: absolute;
  top: 100px;
  left: 300px;
}

.image-12.img1 {
  opacity: 0;
  object-fit: cover;
  border-radius: 12px;
  position: absolute;
  overflow: auto;
}

.image-12.img2 {
  left: 400px;
}

.image-12.img3 {
  left: 500px;
}

.image-12.img4 {
  left: 600px;
}

.image-12.img5 {
  left: 700px;
}

.text-link_wrap {
  text-transform: capitalize;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.1;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.text-link_wrap.is-proportion {
  font-size: 1.15em;
  line-height: 1.2;
}

.padding-global-2 {
  height: 100%;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.hero_content {
  z-index: 2;
  background-image: linear-gradient(#25252500, #1a1a1a30 72%, #0009);
  height: 100%;
  position: relative;
}

.horizontal-scroll_stickey-element {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.nav_logo-text {
  perspective-origin: 0%;
  transform-origin: 50%;
  white-space: nowrap;
  margin-top: 1em;
  font-style: italic;
  font-weight: 300;
  transition: opacity .3s;
  position: absolute;
  transform: rotate(90deg);
}

.nav_logo-text.is-bottom {
  perspective-origin: 50%;
  transform-origin: 50%;
  text-align: right;
  margin-top: 0;
  font-style: normal;
  position: absolute;
  inset: auto 0% 0%;
}

.nav_logo-text.is-top {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-style: normal;
}

.text-link_line {
  background-color: #252525;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-link_line.is-white {
  background-color: #fff;
}

.padding-section-medium {
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.cta_quorte-subtext {
  justify-content: center;
  align-items: center;
  font-size: 1.15em;
  display: flex;
}

.nav_icon {
  justify-content: space-between;
  align-items: stretch;
  width: 1rem;
  height: 2.1875rem;
  display: flex;
  overflow: hidden;
}

.cta_quorte {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 3em;
  padding-right: 3em;
  font-size: 1vw;
  display: flex;
}

.intro_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  max-width: 35rem;
  display: flex;
}

.section_work {
  flex: none;
  position: relative;
}

.article_card-image-wrap {
  flex: 1;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

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

.nav_menu_other-links {
  z-index: 4;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 3rem 2.5rem auto;
}

.hero_logo-embed {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4.6875rem;
  height: 4.8125rem;
  display: flex;
}

.intro_image-wrap {
  width: 15.625rem;
  overflow: hidden;
}

.jornal_subtext {
  max-width: 27ch;
}

.section_articles {
  flex: none;
  position: relative;
}

.test-size-title-small {
  font-size: 1.125rem;
  font-weight: 700;
}

.nav_menu_close-trigger {
  z-index: 1;
  cursor: pointer;
  background-color: #252525cc;
  display: block;
  position: absolute;
  inset: 0%;
}

.cta_quorte-title {
  max-width: 25ch;
}

.image-divider_image {
  object-fit: cover;
  width: 150%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.nav_logo-wrap {
  z-index: 998;
  color: #fff;
  transition: opacity .3s;
  position: fixed;
  inset: 3rem auto auto;
  transform: translate(-30%);
}

.nav_logo-wrap.w--current {
  z-index: 1001;
  position: fixed;
}

.nav_menu_link {
  perspective-origin: 100% 0;
  transform-origin: 100% 0;
  letter-spacing: -.025em;
  background-color: #fff;
  border: 1px solid #25252540;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 2rem;
  font-size: 2.5rem;
  line-height: 1;
  transition: color .3s cubic-bezier(.165, .84, .44, 1), background-color .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav_menu_link:hover {
  color: #fff;
  background-color: #f06446;
}

.nav_menu_link.is-25 {
  width: 25%;
  height: 25%;
}

.nav_menu_link.is-75 {
  width: 75%;
  height: 75%;
}

.nav_menu_link.is-50 {
  width: 50%;
  height: 50%;
}

.hero_content-wrapper {
  z-index: 2;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: relative;
}

.loader_flex {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.hero_sub-text-wrap {
  font-size: 1vw;
}

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

.cta_content {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.loader_colums {
  background-color: #f06446;
  flex: 1;
  height: 100%;
}

.loader_component {
  z-index: 1001;
  display: none;
  position: fixed;
  inset: 0%;
}

.jornal_content {
  flex-direction: column-reverse;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.nav_top-logo {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 2rem 0% auto;
}

.hero_heading-wrapper {
  margin-bottom: -1.5rem;
  overflow: hidden;
}

.articles_colum {
  flex-direction: column;
  min-width: 35vw;
  height: 100%;
  display: flex;
}

.articles_colum.is-2nd {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-divider_image-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section_jornal {
  color: #fff;
  background-color: #f06446;
  flex: none;
  font-size: 1vw;
  position: relative;
}

.nav_trigger {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.intro_top {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.horizontal-scroll_track-list {
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  margin-right: -100vw;
  display: flex;
}

.nav_bottom-progress {
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: auto 0% 2rem;
}

.article_card {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.work_card {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 30vw;
  height: 100%;
  display: flex;
}

.section_hero {
  color: #fff;
  background-color: #252525;
  flex: none;
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.nav_logo-embed {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 6.25rem;
  transition: opacity .3s;
  display: flex;
}

.heading-style-h3 {
  font-size: 2.5rem;
  line-height: 1.2;
}

.heading-style-h3.is-hero {
  max-width: 25vw;
  font-family: Montserrat, sans-serif;
  font-size: 1.35em;
}

.jornal_content-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.horizontal-scroll_section-height {
  width: 100%;
  height: 500vh;
}

.jornal_title-wrap {
  margin-bottom: -2.5rem;
  display: flex;
  overflow: hidden;
}

.nav_icon-line {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-color: #252525;
  width: 1px;
  height: 100%;
}

.section_cta {
  flex: none;
  position: relative;
}

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

.intro_image-proportions {
  width: 100%;
  padding-top: 130%;
  position: relative;
  overflow: hidden;
}

.horizontal-scroll_section-wrapper {
  width: 100%;
}

.section_intro {
  flex: none;
  position: relative;
}

.work_card-image-wrap {
  flex: 1;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.nav_menu_wrap {
  z-index: 2;
  width: 75%;
  height: 100%;
  margin-right: 3rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.section_line-seprator {
  background-color: #25252540;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.cta_title-wrap {
  margin-bottom: 1.25rem;
}

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

.section_image-divider {
  flex: none;
  width: 50vw;
  overflow: hidden;
}

.nav_menu_list {
  position: absolute;
  inset: 0%;
}

.intro_content-parent {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 10%;
  min-width: 41rem;
  height: 100%;
  display: flex;
}

.nav_bar {
  z-index: 999;
  cursor: pointer;
  background-color: #fff;
  border-left: 1px solid #00000040;
  min-width: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.horizontal-scroll_track {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  transform: translate(0%);
}

.hero_background-image-wrap {
  z-index: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.nav_menu_component {
  z-index: 997;
  display: none;
  position: fixed;
  inset: 0%;
}

.heading-style-h1 {
  letter-spacing: -.025em;
  font-size: 13vw;
  line-height: 1.1;
}

.work_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.loader_colums-2 {
  background-color: #f52f44;
  flex: 1;
  height: 100%;
}

.articles_colum-2 {
  flex-direction: column;
  min-width: 100%;
  height: 100%;
  display: flex;
}

.section_articles-2 {
  flex: none;
  position: relative;
}

.hero_heading-2 {
  font-family: Montserrat, sans-serif;
  font-size: 9vw;
}

.work_card-image-wrap-2 {
  border-radius: 8px;
  flex: 1;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.section_jornal-2 {
  color: #fff;
  background-color: #f52f44;
  flex: none;
  font-size: 1vw;
  position: relative;
}

.nav_menu_link-2 {
  perspective-origin: 100% 0;
  transform-origin: 100% 0;
  letter-spacing: -.025em;
  background-color: #fff;
  border: 1px solid #25252540;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 2rem;
  font-size: 2.5rem;
  line-height: 1;
  transition: color .3s cubic-bezier(.165, .84, .44, 1), background-color .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav_menu_link-2:hover {
  color: #fff;
  background-color: #f52f44;
}

.nav_menu_link-2.is-25 {
  width: 25%;
  height: 25%;
}

.nav_menu_link-2.is-75 {
  width: 75%;
  height: 75%;
}

.nav_menu_link-2.is-50 {
  width: 50%;
  height: 50%;
}

.image-13 {
  object-fit: cover;
  width: 30%;
  max-width: none;
}

.menu__close {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20px;
  right: 24px;
}

.navbar--delete-me {
  z-index: 9999;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.menu__scrim {
  background-color: #13131380;
  position: fixed;
  inset: 0%;
}

.image-14 {
  width: 120px;
  padding-left: 20px;
}

.menu__iframe {
  border-top: 1px solid #ececec;
  flex: 1;
  margin: 16px -24px 0;
  overflow: scroll;
}

.menu__body {
  z-index: 9999;
  transform-origin: 0%;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  width: 448px;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: fixed;
  top: 24px;
  bottom: 24px;
  left: 24px;
  overflow: hidden;
}

.menu {
  display: none;
  position: fixed;
  inset: 0%;
}

.menu__title {
  color: #131313;
}

.analytics-link {
  color: #ffffff80;
  text-align: right;
  position: fixed;
  bottom: 32px;
  right: 32px;
}

.items {
  justify-content: center;
  align-items: center;
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.cursor {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor__dot {
  background-color: #f52f44;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.cursor__arrow {
  width: 28px;
}

.slide__parallax-2 {
  position: absolute;
}

.slider__arrow {
  z-index: 1;
  width: 18vw;
}

.slider-2 {
  background-color: #0000;
  width: 100vw;
  height: 100vh;
  padding-top: 112px;
  padding-bottom: 112px;
}

.hide {
  display: none;
}

.slide__parallax-1 {
  width: 100%;
  height: 100%;
}

.slide__link {
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 64vw;
  height: 36vw;
  display: flex;
}

.slide__title {
  text-align: center;
  font-size: 9vw;
  line-height: 100%;
}

.slider__mask {
  overflow: visible;
}

.slide__image-wrapper {
  border-radius: 40px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide {
  height: 100%;
}

.slide__image {
  filter: saturate(0%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide__wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.section-3 {
  background-color: #121212;
}

.section-4 {
  color: var(--black);
  background-color: #fff;
}

.section-5 {
  background-color: #000;
  padding-bottom: 160px;
}

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

.make-img._1 {
  object-position: 50% 50%;
  border-radius: 20px;
}

.make-img._5 {
  opacity: 0;
  object-position: 50% 50%;
  border-radius: 20px;
}

.make-img._3 {
  text-align: center;
  object-position: 50% 50%;
  border-radius: 20px;
}

.make-img._2 {
  object-position: 50% 50%;
  border-radius: 20px;
}

.make-img._4 {
  opacity: 0;
  object-position: 50% 50%;
  border-radius: 20px;
}

.section-6 {
  background-color: #fff;
  padding: 200px 4%;
}

.section-6.make-inner {
  background-color: #121212;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section-6.make-sec {
  color: #fff;
  background-color: #121212;
  height: 300vh;
  padding: 0 0% 50px;
  position: relative;
}

.make-sticky-wrapper {
  width: 100%;
  height: 100vh;
  padding-top: 4rem;
  position: sticky;
  top: 0;
}

.make-move-text {
  color: #fff;
  letter-spacing: -.07em;
  white-space: nowrap;
  font-size: 22vw;
  font-weight: 500;
  line-height: 100%;
}

.make-moving-text {
  z-index: 10;
  margin-top: 10vw;
  display: flex;
}

.make-movint-text-wrp {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.main-img-wrp {
  object-fit: cover;
  object-position: 50% 50%;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 100%;
  padding-top: 65%;
  display: flex;
  position: relative;
}

.main-container {
  z-index: 1;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.make-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.display-small {
  color: var(--white);
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 130%;
}

.label {
  grid-column-gap: .5rem;
  color: var(--white);
  text-transform: none;
  align-items: center;
  font-size: .6875rem;
  font-weight: 500;
  display: flex;
}

.label.grey-500-label {
  color: #6b6b6e;
}

.parallax-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.news-card-text-wrap {
  border-top: 1px solid #e6e6e6;
  width: 100%;
  padding-top: 1rem;
}

._16-9-image-wrap {
  aspect-ratio: 16 / 9;
  opacity: 0;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

._16-9-image-wrap.margin-bottom-2 {
  opacity: 1;
  margin-bottom: 2rem;
}

.max-width-32 {
  max-width: 32ch;
}

.news-card {
  width: 100%;
  text-decoration: none;
}

.news-card-info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  margin-bottom: .75rem;
  display: flex;
}

._12-column-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  align-self: auto;
  place-items: start stretch;
  width: 100%;
  max-width: 94vw;
  margin-left: auto;
  margin-right: auto;
  padding: 6rem 0 8rem;
  display: grid;
  position: static;
}

.container-4 {
  padding-left: 2rem;
  padding-right: 0;
}

.max-width-19ch-1 {
  max-width: 19ch;
  margin-top: 0;
}

.text-size-large-copy {
  letter-spacing: -.3px;
  font-size: 1.375rem;
  line-height: 1.5;
}

.text-size-large-copy.opacity-50.letter-spacing-0 {
  letter-spacing: 0;
}

.text-size-large-copy.opacity-50.letter-spacing-0.small {
  font-size: 1rem;
}

.text-size-large-copy-copy {
  letter-spacing: -.3px;
  font-size: 1.375rem;
  line-height: 1.5;
}

.text-size-large-copy-copy.opacity-50.letter-spacing-0 {
  letter-spacing: 0;
}

.text-size-large-copy-copy.opacity-50.letter-spacing-0.small {
  font-size: 1rem;
}

.text-size-large-small {
  opacity: 0;
  color: var(--small);
  letter-spacing: -.3px;
  margin-top: -30px;
  font-size: 1rem;
  line-height: 1.5;
  position: absolute;
}

.text-size-large-small.opacity-50.letter-spacing-0 {
  letter-spacing: 0;
}

.text-size-large-small.opacity-50.letter-spacing-0.small {
  font-size: 1rem;
}

.button-2 {
  grid-column-gap: 20px;
  color: #fff;
  white-space: nowrap;
  background-color: #ff1a49;
  border-radius: 1000px;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 6px 6px 6px 30px;
  text-decoration: none;
  transition: padding-right .3s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.big-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.button-circle-wrp {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 35px;
  height: 50px;
  display: flex;
  position: relative;
}

.big-button-circle {
  background-color: #fffdf5;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: scale(1);
}

.red-arrow {
  z-index: 1;
  position: absolute;
}

.red-arrow.red {
  width: 24px;
  height: 24px;
}

.red-arrow.white {
  opacity: 0;
  width: 24px;
  height: 24px;
}

.heading-11 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.25;
}

.max-width-19ch-2 {
  max-width: 19ch;
  margin-top: 6rem;
}

.blog-item-4 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  opacity: 1;
  color: #e5e5e5;
  border-bottom: 1px solid #2b2b2b;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-decoration: none;
  transition: opacity .5s, padding .5s;
  display: grid;
}

.blog-item-4:hover {
  opacity: .8;
  padding-bottom: 3rem;
}

.blog-thumbnail-2 {
  background-color: #fff;
  background-image: url('../images/44661715584423_.pic_144661715584423_.pic.webp');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 1rem;
  height: 12.4rem;
  overflow: hidden;
}

.arrow-3 {
  position: absolute;
  left: auto;
}

.arrow-3.hover-arrow {
  left: -110%;
}

.main-list-practice-area-summary {
  opacity: .8;
  color: #6b6b6e;
  max-width: 34ch;
  margin-bottom: .5vw;
  font-size: 1rem;
}

.practice-area-title-line-wrap {
  justify-content: space-between;
  align-items: center;
  max-width: 380px;
  line-height: 135%;
  display: flex;
}

.practice-area-title-line-wrap.full-width-title-line-wrap {
  max-width: none;
}

.large-arrow-wrap {
  justify-content: center;
  align-items: center;
  width: 3vw;
  height: 3vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-area-number {
  margin-bottom: .5vw;
}

.main-area-title-wrap {
  align-self: flex-start;
  position: relative;
  overflow: hidden;
}

.main-area-number-wrap {
  align-items: stretch;
  display: flex;
}

.main-area-heading {
  letter-spacing: -.1vw;
  font-size: 3rem;
  font-weight: 600;
  line-height: 119%;
}

.main-area-heading.hover-heading {
  position: absolute;
  bottom: -100%;
}

._12-column-grid-2 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  align-self: auto;
  place-items: start stretch;
  width: 100%;
  display: grid;
  position: static;
}

.main-area-list-item {
  border-bottom: 1px solid #dedede;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
}

.opacity-51 {
  opacity: .5;
  text-transform: uppercase;
  font-size: 1.375rem;
  font-weight: 400;
}

.opacity-51._40 {
  font-size: 1.375rem;
  font-weight: 400;
}

.opacity-51._40.small {
  font-size: 1rem;
}

.opacity-51.date {
  text-transform: capitalize;
  font-size: 4rem;
  font-weight: 400;
}

.opacity-51.hs {
  font-size: 1.2rem;
}

.flipcard-back-title {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #90ca5a, #d7d65a 50%, #dac355);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 44px;
  line-height: 48px;
}

.flipcard-title {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 56px;
  line-height: 62px;
}

.flipcard-back {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #fff;
  background-image: url('../images/左2_1左2.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding-top: 80px;
  padding-left: 60px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
  box-shadow: 7px 7px 40px 6px #00000017;
}

.flipcard-wrapper {
  height: 42rem;
  margin-top: 100px;
  position: relative;
}

.flipcard-front {
  backface-visibility: hidden;
  color: #fff;
  background-image: url('../images/左1_1左1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  height: 100%;
  padding: 80px 40px 40px 60px;
  position: relative;
  box-shadow: 7px 7px 40px 6px #00000017;
}

.flipcard-subtitle {
  max-width: 215px;
  font-weight: 700;
  line-height: 21px;
}

.container-5 {
  grid-column-gap: 5.1rem;
  grid-row-gap: 5.1rem;
  perspective: 1500px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  padding-top: 100px;
  padding-right: 40px;
  display: grid;
}

.flipcard-more {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.flipcard-less {
  cursor: pointer;
  background-color: #0000;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.flipcard-front-rriri-gri-g-hrigh {
  backface-visibility: hidden;
  color: #fff;
  background-image: url('../images/右1_1右1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  height: 100%;
  padding: 80px 40px 40px 60px;
  position: relative;
  box-shadow: 7px 7px 40px 6px #00000017;
}

.flipcard-back-right {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #fff;
  background-image: url('../images/右2_1右2.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding-top: 80px;
  padding-left: 60px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
  box-shadow: 7px 7px 40px 6px #00000017;
}

.c-card {
  cursor: pointer;
  border-radius: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.c-card_front {
  z-index: 1;
  backface-visibility: hidden;
  border-radius: 12px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.c-card_back {
  opacity: 0;
  backface-visibility: visible;
  border-radius: 12px;
  overflow: hidden;
}

.c-card-2 {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.c-card_front-2 {
  z-index: 10;
  backface-visibility: hidden;
  border-radius: 20px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.c-card_back-2 {
  z-index: 0;
  backface-visibility: visible;
  border-radius: 20px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.c-card-2-copy {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.c-card-3 {
  cursor: pointer;
  border-radius: 0;
  width: 20vw;
  display: inline-block;
  position: relative;
  overflow: visible;
}

.c-card_front-3 {
  z-index: 1;
  backface-visibility: hidden;
  border-radius: 20px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.c-card_back-3 {
  backface-visibility: visible;
}

.slider-photo {
  z-index: 5;
  opacity: .9;
  background-image: url('../images/画板_1画板.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 3.5rem 2.5rem;
  transition: opacity .3s;
  display: flex;
  position: relative;
}

.slider-photo:hover {
  opacity: 1;
}

.slider-photo-2 {
  z-index: 5;
  opacity: .9;
  background-image: url('../images/画板备份-2_2画板备份 2.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 3.5rem 2.5rem;
  transition: opacity .3s;
  display: flex;
  position: relative;
}

.slider-photo-2:hover {
  opacity: 1;
}

.square-gr {
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 15rem;
  display: flex;
  position: relative;
}

.triangle-gr---border {
  border-radius: .375rem;
  height: .75rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.triangle-gr---border.x-left {
  transform-origin: 100%;
  width: 100%;
  left: auto;
  right: 100%;
  transform: rotate(120deg);
}

.triangle-gr---border.x-right {
  transform-origin: 0%;
  width: 100%;
  left: 100%;
  right: auto;
  transform: rotate(-120deg);
}

.dot {
  border-radius: 50%;
  width: .75rem;
  height: .75rem;
}

.dot.bg-primary, .dot.bg-secondary {
  background-color: #f52f44;
}

.dot.x-small {
  width: .375rem;
  height: .375rem;
}

.illus-card---content {
  justify-content: space-around;
  align-items: center;
  width: 60%;
  margin-left: 0;
  display: flex;
}

.square-gr---line {
  background-image: linear-gradient(to top, #fff0, #fff);
  border-radius: .375rem;
  position: absolute;
  inset: 0%;
}

.circle-gr---mask {
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  inset: .75rem;
}

.circle-gr---mask.x-02 {
  border: 1px solid #0000;
  transform: rotate(-90deg);
}

.circle-gr---mask.x-01 {
  transform: rotate(90deg);
}

.circle-gr---dot {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
}

.corner-shield {
  transform-origin: 50% 0;
  width: 50vw;
}

.shd---line-v-wrap {
  width: .0625rem;
  height: 76%;
  position: absolute;
  top: 0;
}

.shd---line-v-wrap.x-right {
  right: 0;
}

.circle-gr---arc {
  opacity: 1;
  background-color: #0000;
  background-image: radial-gradient(circle at 50% 100%, #fff0, #fff);
  border-style: none;
  border-color: #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: .75rem;
  overflow: hidden;
}

.shd---line {
  -webkit-text-fill-color: inherit;
  background-color: #121212;
  background-image: linear-gradient(224deg, #121212, #fff);
  background-clip: border-box;
  position: absolute;
  inset: 0%;
}

.section-full-color {
  position: absolute;
  inset: 0%;
}

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

.vertical-l {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.illus-card {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.triangle-gr---line-wrap {
  border-radius: .375rem;
  position: absolute;
  inset: 0 -.375rem;
  overflow: hidden;
  transform: translate(0);
}

.triangle---center-wrap {
  position: absolute;
  top: 66%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.vertical-7xl {
  grid-row-gap: 16rem;
  flex-direction: column;
  display: flex;
}

.vertical-s {
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
}

.corner-shield---wrap {
  position: absolute;
  top: 982vh;
  left: 100%;
  transform: translate(-50%);
}

.corner-shield---wrap.x-bottom {
  top: auto;
  bottom: 0;
  left: 0%;
  transform: translate(-50%)rotate(180deg);
}

.font-roboto-mono.color-secondary.heading-h5 {
  text-transform: uppercase;
  width: 100%;
  font-size: 26px;
  font-weight: 700;
}

.circle-gr {
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 15rem;
  display: flex;
  position: relative;
}

.triangle-gr {
  width: 13.875rem;
  height: 12rem;
  position: relative;
}

.vertical-2xl {
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

.section-h-wrapper {
  padding-left: 5rem;
  padding-right: 5rem;
}

.shd---line-h-wrap {
  width: 100%;
  height: .062525rem;
  position: absolute;
  top: 0;
}

.triangle-gr---line {
  display: flex;
  position: absolute;
  inset: 0% 0% 0% -100%;
}

.section-v-wrapper {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.section-v-wrapper.x-relative {
  position: relative;
}

.section-v-wrapper.x-relative.x-expand {
  padding-top: 12rem;
  padding-bottom: 4rem;
}

.triangle-gr---line-inner {
  background-image: linear-gradient(to right, #fff0, #fff);
  border-radius: .375rem;
  width: 50%;
}

.container-inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-inner.x-medium {
  max-width: 44rem;
}

.square-gr---dot {
  display: flex;
  position: absolute;
  inset: 0%;
}

.square-gr---dot.x-bottom {
  align-items: flex-end;
}

.square-gr---dot.x-top {
  align-items: flex-start;
}

.square-gr---parallels {
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: 0%;
}

.square-gr---parallels.x-rotate {
  transform: rotate(90deg);
}

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

.grid.vertical-7xl {
  grid-row-gap: 10rem;
}

.circle-gr---inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.shd---line-angle-wrap {
  -webkit-text-fill-color: inherit;
  cursor: auto;
  mix-blend-mode: normal;
  object-fit: fill;
  background-clip: border-box;
  width: 57.25%;
  height: .0625rem;
  font-weight: 400;
  position: absolute;
  bottom: 0;
}

.shd---line-angle-wrap.x-left {
  transform-origin: 100% 100%;
  right: 50%;
  transform: rotate(29deg);
}

.shd---line-angle-wrap.x-right {
  transform-origin: 0 100%;
  left: 50%;
  transform: rotate(-29deg);
}

.shd {
  padding-top: 116%;
  position: relative;
}

.section-7 {
  overflow: hidden;
}

.section-7.x-invert {
  color: #fff;
}

.section-7.x-invert.x-relative {
  background-color: #000;
}

.triangle-gr---dot {
  display: flex;
  position: absolute;
  inset: 0%;
}

.triangle-gr---dot.x-right {
  justify-content: flex-end;
}

.triangle-gr---dot.x-middle {
  justify-content: center;
}

.square-gr---line-wrap {
  border-radius: .375rem;
  width: .75rem;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  transform: translate(0);
}

.square-gr---line-wrap.x-right {
  right: 3.75rem;
}

.square-gr---line-wrap.x-middle {
  left: 50%;
  transform: translate(-50%)rotate(-180deg);
}

.square-gr---line-wrap.x-left {
  left: 3.75rem;
}

.paragraph {
  opacity: .8;
  letter-spacing: 0;
  width: 460px;
  font-size: 20px;
}

.paragraph-2 {
  opacity: .79;
  font-size: 20px;
}

.home-hero-image-wrapper-copy {
  border-radius: 1rem;
  width: 25vw;
  height: 19vw;
  position: absolute;
  inset: auto 0% 4vw 11.9vw;
  overflow: visible;
  transform: rotate(-6deg);
}

.c-card_back-4 {
  backface-visibility: visible;
  border-radius: 20px;
  overflow: hidden;
}

.slider-photo-3 {
  z-index: 5;
  opacity: .9;
  background-image: url('../images/画板备份-4_1画板备份 4.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 3.5rem 2.5rem;
  transition: opacity .3s;
  display: flex;
  position: relative;
}

.slider-photo-3:hover {
  opacity: 1;
}

.image-18 {
  width: 32px;
  max-width: 100%;
  height: 28px;
  position: fixed;
}

.image-19 {
  opacity: 1;
  object-fit: scale-down;
  width: 32px;
  max-width: 100%;
  height: 28px;
  position: fixed;
  top: auto;
}

.paragraph-3 {
  opacity: .8;
  font-size: 20px;
}

.mob {
  display: none;
}

.section_spotlight {
  width: 100%;
  height: 100vh;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.spotlight {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  opacity: .1;
  pointer-events: none;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 12rem 2rem;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 0;
}

.heading {
  color: #fff;
  text-align: left;
  letter-spacing: -4px;
  text-transform: uppercase;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.5rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.heading.is-right {
  text-align: right;
  align-self: flex-end;
}

.progress_fill {
  background-color: #000;
  width: 0%;
  height: 100%;
  position: relative;
}

.tricks-slider_text {
  z-index: 2;
  letter-spacing: -.08em;
  font-size: 9.3em;
  font-weight: 400;
  position: relative;
}

.progress {
  background-color: #00000017;
  width: 80%;
  height: 1.5px;
  margin-top: 2.5em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.page-wrapper-2 {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.container-7 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100em;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0 6em;
  display: flex;
}

.global-styles-2 {
  position: fixed;
  inset: 0% 0% auto;
}

.tricks-slider_slide {
  color: #fff;
  text-align: center;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 42%;
  height: 80vh;
  max-height: 80vw;
  margin-right: 1em;
  padding: 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tricks-slider {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.image-21 {
  z-index: 1;
  object-fit: cover;
  width: 200%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

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

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

.margin-bottom.margin-large {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

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

.inside {
  background-color: #0f13160f;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 70px;
  display: flex;
  position: relative;
}

.inside.solid {
  background-color: #0f131600;
  align-items: flex-start;
  margin-bottom: 0;
  position: relative;
}

.inside.solid.end {
  margin-bottom: -4.5rem;
}

.image-base {
  border-radius: 24px;
  width: 100%;
  height: 79vh;
  max-height: 64rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
  position: sticky;
  top: 10.5vh;
  overflow: hidden;
}

.anchor-link {
  background-color: #fff;
  border: .15rem solid #fff;
  border-radius: 100px;
  width: .75rem;
  height: .75rem;
  font-size: 1.5rem;
  font-weight: 500;
  transition: background-color .25s cubic-bezier(.215, .61, .355, 1), height .4s cubic-bezier(.25, .46, .45, .94);
}

.anchor-link.w--current {
  background-color: #0f131600;
  height: 2.25rem;
}

.heading-medium {
  text-transform: uppercase;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.35;
}

.underline-link {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.page-padding {
  width: 100%;
  max-width: 93vw;
  padding-left: 7vw;
  padding-right: 7vw;
}

.text-size-tiny-2 {
  font-size: .75rem;
}

.image-full {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(1.01);
}

.timeline-content {
  z-index: 20;
  border-radius: 9px;
  flex: 1;
  height: 100%;
  margin-top: 0;
  position: relative;
}

.arrow-icon {
  opacity: 1;
  filter: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.button-text-2 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.service-card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-card.light {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 27rem;
  min-height: 79vh;
  margin: .5rem auto auto;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.service-item {
  grid-column-gap: 4.75rem;
  grid-row-gap: 4.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 110vh;
  margin-bottom: 0;
  display: grid;
}

.section-services {
  background-color: #000;
  border-bottom: 1px #1a242c;
  margin-bottom: 0;
  padding-bottom: 220px;
}

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

.arrow-icon-wrapper {
  background-color: #1a242c;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.875rem;
  height: 2.875rem;
  margin-right: 1rem;
  padding-top: 2px;
  display: flex;
  overflow: hidden;
}

.anchor-link-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7vw;
  height: 75vh;
  margin-bottom: -4.5rem;
  margin-left: -7vw;
  padding-right: 0;
  display: flex;
  position: sticky;
  bottom: 12.5vh;
}

.button-text-wrapper {
  z-index: 10;
  flex-direction: column;
  line-height: 1.5;
  display: flex;
  position: relative;
}

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

.text-size-regular-2 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.65;
}

.timeline-inside {
  border-radius: 1rem;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.service-title {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
}

.heading-latest-work {
  margin-bottom: 0;
  font-size: 1.4em;
  line-height: 1.2;
}

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

._60 {
  color: #000;
  width: 100%;
  padding-right: 0;
  text-decoration: none;
}

.headline-category {
  color: #3339;
  font-size: .97em;
  font-weight: 400;
}

._70 {
  color: #000;
  width: 100%;
  text-decoration: none;
}

.grid-item.portfolio-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 40% 60%;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  display: grid;
}

.grid-item.heading {
  opacity: 1;
  padding-top: 3.5em;
}

.grid-item.portfolio {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 70% 30%;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.grid-item.line-arrow {
  width: 100%;
}

.grid-item.awards2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.grid-item._1 {
  align-items: flex-start;
  width: 36%;
  display: block;
}

.grid-item.is--video {
  object-fit: cover;
  width: 100%;
  height: 40.07em;
  margin-top: -2.9em;
  position: relative;
  overflow: hidden;
}

.grid-item.column2-footer-responsivness {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.grid-item.final-text {
  width: 100%;
}

.grid-item.awards2-responsivness {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  display: none;
}

.grid-item.columns {
  color: #0009;
  width: 25%;
  text-decoration: none;
  display: block;
}

.grid-item.columns.w--current {
  color: #0009;
  text-decoration: none;
}

.grid-item.awards {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.grid-item.column2-footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.grid-item._2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 70%;
  padding-left: 0;
  display: flex;
}

.grid-item.video-full {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.grid-item.deserved-awards {
  align-items: flex-start;
  width: 36%;
  display: block;
}

.grid-item.hero-heading {
  padding-left: 16.7em;
  padding-right: 16.7em;
}

.text-block-3 {
  font-size: .7em;
  font-weight: 400;
}

.is-hover-zoom {
  overflow: hidden;
}

.is-hover-zoom._4 {
  border-radius: 24px;
  width: 100%;
  height: 440px;
}

.is-hover-zoom._1 {
  border-radius: 24px;
  width: 100%;
  height: 500px;
}

.is-hover-zoom._2 {
  border-radius: 24px;
  width: 100%;
  height: 300px;
}

.is-hover-zoom._3 {
  border-radius: 24px;
  width: 100%;
  height: 360px;
}

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

.headline-tittle-project {
  flex-direction: row;
  margin-top: .5em;
  font-size: 1.6em;
  font-weight: 500;
  display: flex;
}

.container-8 {
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  padding-right: 4em;
}

.container-8.is--portfolio {
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 6em;
  padding-left: 9em;
  padding-right: 9em;
  transition: opacity .2s;
  display: block;
}

._30 {
  color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding-left: 0;
  text-decoration: none;
  display: block;
}

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

.section-9.is--z-index {
  z-index: 1000;
  background-color: #fff;
}

.line {
  background-color: #c4c4c4;
  width: 79.3em;
  height: 1px;
  margin-top: .7em;
}

.grid-3 {
  flex-direction: row;
  display: flex;
}

.grid-3.portfolio-header {
  flex-direction: column;
}

.grid-3.portfolio {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  padding-top: 4.17em;
}

.grid-3.hero {
  flex-direction: column;
}

.grid-3._3 {
  justify-content: flex-start;
  display: flex;
}

.arrow-4 {
  width: 1.88em;
  height: 1.88em;
}

._40 {
  color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding-left: 0;
  text-decoration: none;
  display: block;
}

.liner-wrapper2 {
  justify-content: space-between;
  align-items: center;
  padding-top: 6em;
  display: flex;
}

.button-wrapper-2 {
  color: #000;
  background-image: url('../images/Black-Thing.png');
  background-position: 50% 250%;
  background-repeat: no-repeat;
  background-size: 100%;
  border: 1px solid #0000004d;
  border-radius: 3em;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 2.2em;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease-out;
  display: flex;
}

.button-wrapper-2:hover {
  color: #fff;
  background-position: 50%;
  background-size: cover;
}

.liner-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-up {
  justify-content: space-between;
  align-items: flex-start;
  width: 18em;
  margin-right: 5em;
  display: flex;
}

.text-up.no-margin {
  margin-right: 0;
}

.is--heading-with-year {
  font-size: 1.53em;
}

.heading-12 {
  line-height: 1.2;
}

.heading-responsivness, .splide__pagination__item {
  display: none;
}

.is--text-circle {
  margin-left: -8.6em;
}

.container-full-width {
  width: 2400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6em;
  padding-left: 0;
  padding-right: 0;
}

.title {
  width: 8em;
  font-size: 1.53em;
  font-weight: 400;
  line-height: 1.1;
}

.grid-test {
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.slider-testimonial {
  z-index: 1;
  position: relative;
  overflow: visible;
}

.is-hero-heading {
  z-index: 2;
  text-align: center;
  white-space: normal;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 4.86em;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
  position: relative;
  overflow: visible;
}

.is--footer-text {
  color: #000;
  margin-bottom: 1.39em;
  font-size: .97em;
}

.overflow-hidden {
  background-color: #fff;
  overflow: hidden;
}

.heading-year-middle {
  margin-left: -15.2em;
  font-size: .97em;
}

.is--footer-moto-responsivness {
  margin-bottom: 6em;
  font-size: .97em;
  display: none;
}

.slider-colections {
  z-index: 1;
  position: relative;
  overflow: visible;
}

.text-span-5 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.splide__arrows {
  align-items: center;
  margin-top: 1.6em;
  display: flex;
}

.splide__pagination {
  z-index: 10;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 66% auto;
}

.text-span-3 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.is-underline {
  background-color: #000;
  width: 14.6em;
  height: .3em;
  margin-top: -.7em;
  margin-left: 20.9em;
}

.background-video-3 {
  width: 100%;
  height: 35em;
}

.splide {
  width: 70%;
  position: relative;
}

.splide.slider2, .splide.slider3 {
  flex: 0 auto;
  width: 70%;
  height: 15.9em;
  overflow: hidden;
}

.splide.slider3.collection {
  width: 100%;
  height: 13.9em;
  padding-left: 14em;
  padding-right: 14em;
  overflow: visible;
}

.splide.slider1 {
  height: 29em;
  overflow: hidden;
}

.liner-wrapper-footer {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6em;
  display: flex;
}

.heading-year-last {
  margin-left: -12.7em;
  font-size: .97em;
}

.is--text-circle-last {
  margin-left: -11.5em;
}

.background-video {
  height: 100%;
  position: static;
  overflow: visible;
}

.heading-tablet {
  margin-bottom: 1em;
  font-size: 2.36em;
  line-height: 1.2;
}

.container-test {
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  padding-right: 4em;
}

.container-test.slider {
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0 9em;
  display: block;
  overflow: visible;
}

.container-test.slider-colection {
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 1em 0 0;
  display: block;
  overflow: visible;
}

.heading-year {
  margin-left: -9.7em;
  font-size: .97em;
}

.is--footer-text-column3 {
  color: #000;
  border: 1px #000;
  margin-bottom: .4em;
  font-size: .97em;
  text-decoration: none;
}

.container-9 {
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  padding-right: 4em;
}

.container-9.hero {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 3.33em;
  padding-left: 3.33em;
  padding-right: 3.33em;
}

.container-9.is--final-text {
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 6em 9em;
  display: block;
}

.container-9.footer {
  z-index: 10;
  color: #3339;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 3.33em;
  padding-right: 3.33em;
  position: relative;
}

.container-9._2 {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 6em 9em;
}

.container-9.is--portfolio {
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 6em;
  padding-left: 9em;
  padding-right: 9em;
  transition: opacity .2s;
  display: block;
}

.wrapper-circle-text {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 2.15em;
  display: flex;
}

.is--text-circle-middle {
  margin-left: -13.8em;
}

.splide__track {
  width: 100%;
}

.image-22 {
  width: 12em;
}

.splide__list {
  display: flex;
}

.grid-item-test.what-people-are-saying {
  align-items: flex-start;
  width: 36%;
  display: block;
}

.grid-item-test.deserved-awards-test {
  align-items: flex-start;
  width: 40%;
  display: block;
}

.p {
  color: #0009;
  font-size: 1.11em;
  font-weight: 400;
  line-height: 2.2;
}

.p.is--slider-paragraph {
  margin-top: .2em;
  line-height: 1.5;
}

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

.test-hero-mask {
  overflow: hidden;
}

.circle {
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
}

.circle.footer {
  margin-bottom: 1.39em;
}

.splide__pagination__page {
  opacity: 1;
  background-color: #000;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  padding-top: .5em;
  padding-bottom: .5em;
  position: static;
  inset: 0% 0% 0% auto;
}

.splide__pagination__page.is-active {
  opacity: 1;
  background-color: #000;
  width: 10px;
  height: 10px;
  position: static;
}

.div-grid-item-wrapper {
  width: 70%;
  display: flex;
}

.button-wrapper-3 {
  color: #000;
  background-image: url('../images/Black-Thing.png');
  background-position: 50% 250%;
  background-repeat: no-repeat;
  background-size: 100%;
  border: 1px solid #0000004d;
  border-radius: 3em;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 2.2em;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease-out;
  display: flex;
}

.button-wrapper-3:hover {
  color: #fff;
  background-position: 50%;
  background-size: cover;
}

.spacer-p {
  height: 2.5em;
}

.is--footer-moto {
  margin-top: 6em;
  margin-bottom: 6em;
  font-size: .97em;
}

.heading-final-text {
  font-size: 3em;
  line-height: 1.1;
  position: static;
}

.splide__slide {
  flex-direction: row;
  flex: none;
  display: flex;
  overflow: visible;
}

.text-span-8 {
  font-family: Inconsolata, monospace;
  display: flex;
}

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

.footer-line {
  background-color: #c4c4c4;
  width: 91em;
  height: 1px;
  margin-top: .9em;
}

.video-hero-mask {
  background-color: #fff;
  height: 100%;
}

.text-span-4 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.section-typo-zoom-in {
  color: #000;
  background-color: #fff;
  width: 100%;
  height: 300vh;
  margin-bottom: -2px;
}

.typo-zoom-sticky {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.typo-zoom-sticky-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.typo-zoom-text-wrapper {
  width: 50vw;
}

.typo-zoom-text {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.typo-zoom-text-image {
  opacity: 1;
  width: 100%;
}

.credits---references {
  grid-row-gap: .75rem;
  color: #413838b3;
  border-radius: .5rem;
  flex-direction: column;
  display: flex;
}

.credits-2 {
  z-index: 2;
  justify-content: center;
  align-items: center;
}

.plus---vertical {
  background-color: #000;
  width: .125rem;
  height: 100%;
  position: absolute;
}

.grid---cell {
  z-index: 2;
  padding: .789vmin;
  position: relative;
  transform: translate(0);
}

.grid---cell.x-gradient {
  z-index: 1;
}

.close---overlay {
  background-color: #fff;
  position: absolute;
}

.close---overlay.x-top {
  height: 50%;
  bottom: -50%;
  left: -1px;
  right: -1px;
}

.close---overlay.x-bottom {
  width: 50%;
  top: -1px;
  bottom: -1px;
  left: -50%;
}

.wrap {
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.credits---mask-inner {
  color: #413838b3;
  background-color: #fff;
  border-radius: .5rem;
  width: 30rem;
  padding: 2rem 2rem 3rem;
}

.gradient---holder {
  width: 100%;
  height: 100%;
  position: relative;
}

.credits---mask {
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 4rem #444c;
}

.gradient---mask {
  border-radius: 6.7376vmin;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.credits---group {
  color: #000000b3;
  line-height: 1;
}

.credits---group.x-color {
  grid-row-gap: .25rem;
  flex-direction: column;
  display: flex;
}

.credits---title {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .7rem;
}

.credits---cta {
  grid-row-gap: .75rem;
  color: #3274db;
  flex-direction: column;
  line-height: 1;
  display: flex;
}

.plus---horizontal {
  background-color: #000;
  width: 100%;
  height: .125rem;
  position: absolute;
}

.credits---info {
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

.credit---color {
  grid-column-gap: .5rem;
  text-transform: uppercase;
  align-items: center;
  display: flex;
}

.circle-2 {
  background-color: #f52f44;
  border-radius: 6.7376vmin;
  width: 100%;
  height: 100%;
  position: relative;
}

.circle-2.x-aqua {
  background-color: #7a7a7a;
}

.circle-2.x-blue {
  background-color: #303030;
}

.circle-2.x-white {
  background-color: #fff;
}

.btn {
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
  padding: .5rem 1rem;
  font-weight: 400;
  transition: opacity .3s;
}

.btn:hover {
  opacity: .8;
}

.btn.x-fixed {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
}

.btn.x-custom-colors {
  color: #fff;
  background-color: #3274db;
}

.credits---mask-outer {
  background-color: #000c;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.credits---color-list {
  grid-row-gap: .125rem;
  flex-direction: column;
  line-height: 1;
  display: flex;
}

.credit---color-square {
  border-radius: .125rem;
  width: .75rem;
  height: .75rem;
}

.credit---color-square.x-black {
  background-color: #000;
}

.credit---color-square.x-mindgym-black {
  background-color: #222528;
}

.credit---color-square.x-mindgym-blue {
  background-color: #3274db;
}

.credit---color-square.x-mindgym-lime {
  background-color: #67df42;
}

.credit---color-square.x-mindgym-smoke {
  background-color: #f4f5f0;
  border: 1px solid #000;
}

.credit---color-square.x-mindgym-grey {
  background-color: #7b7b79;
}

.credit---color-square.x-mindgym-aqua {
  background-color: #67dfba;
}

.color {
  border-radius: 6.7376vmin;
  width: 100%;
  height: 100%;
}

.color.x-3-1 {
  background-image: linear-gradient(#f52f4400, #f52f44);
}

.color.x-3-2 {
  background-image: linear-gradient(90deg, #f52f4400, #f52f44);
}

.color.x-3-5 {
  background-image: linear-gradient(#f52f44, #f52f4400);
}

.color.x-white {
  background-color: #fff;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vmin;
  height: 62.5vmin;
  display: grid;
  position: relative;
  top: -80px;
}

.close {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
  transform: rotate(45deg);
}

.credits---close {
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.main-col {
  width: 50%;
  height: 100%;
}

.main-title__list {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding: 0;
  list-style: none;
  display: flex;
  position: relative;
}

.main-title__item {
  justify-content: flex-start;
  align-items: center;
  height: 1.25em;
  font-size: 4.5em;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.paragraph-4 {
  text-indent: 4em;
  margin-bottom: 0;
  font-size: 1.25em;
  line-height: 1.25;
}

.code-embed-js {
  pointer-events: none;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.main-img__list {
  width: 16em;
  height: 22em;
  position: relative;
}

.main-img__item {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.main {
  opacity: 1;
  padding-top: calc(var(--gap) * 1.5);
  width: 100%;
  height: 100%;
  display: flex;
}

.overlay-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
}

.overlay-col.col-left {
  max-width: 26em;
  transform: translate(0, 50%);
}

.overlay-col.col-right {
  max-width: 35em;
}

.code-embed-css {
  pointer-events: none;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.cloneable {
  padding: var(--section-padding) var(--container-padding);
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.image-23 {
  object-fit: cover;
  border-radius: .5em;
  width: 100%;
  height: 100%;
}

.overlay-wrap {
  z-index: 2;
  pointer-events: none;
  padding-top: calc(var(--gap) * 3);
  position: absolute;
  inset: 0%;
}

.overlay-img__wrap {
  width: 42em;
  height: 64em;
}

.overlay-title__wrap {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 9em;
  display: flex;
  position: relative;
}

.text-reg {
  margin-bottom: 0;
  font-size: 1.125em;
  line-height: 1.25;
}

.main-title {
  letter-spacing: -.03em;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8em;
  font-weight: 500;
  line-height: 1;
}

.overlay-col__img {
  height: 26em;
}

.button-3 {
  background-color: #0000;
  padding: 0;
}

.button-3.text {
  transition: opacity .2s;
}

.button-3.text:hover {
  opacity: .7;
}

.overlay-hero {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 7.5em;
  display: flex;
}

.overlay-nav {
  z-index: 2;
  pointer-events: auto;
  justify-content: space-between;
  align-items: flex-end;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.overlay-row {
  justify-content: space-between;
  align-items: center;
  padding-left: 6em;
  display: flex;
}

.overlay-item {
  z-index: 1;
  pointer-events: auto;
  padding-bottom: 16em;
  display: none;
  position: relative;
}

.page {
  z-index: 0;
  inset: var(--gap);
  position: absolute;
}

.credits-3 {
  z-index: 2;
  justify-content: center;
  align-items: center;
}

.wrap-2 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.hover-parent {
  border-top: 2px solid #2e2a27;
  border-bottom: 2px solid #2e2a27;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hover-parent.border-none {
  border-top-style: none;
  border-bottom-style: none;
  justify-content: flex-start;
  align-items: center;
}

.n-line {
  z-index: 1;
  background-color: #121212;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 0% 0% auto;
}

.n-line.bottom {
  inset: auto 0% 0%;
}

.is-main {
  z-index: 3;
  letter-spacing: -.07em;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 4rem;
  font-weight: 600;
  display: flex;
  position: relative;
}

.is-main.backgorund_image {
  cursor: pointer;
  border-top: 2px #2e2a27;
  border-bottom: 2px #2e2a27;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 3.25rem;
  display: flex;
}

.text_hover {
  z-index: 10;
  width: auto;
  position: relative;
}

.background_image {
  z-index: -1;
  opacity: 0;
  object-fit: cover;
  align-self: flex-end;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0%;
}

.component {
  z-index: 12;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.component.hover-image {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.n-container {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 70rem;
  display: flex;
}

.section-10 {
  z-index: -10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  padding: 3.5rem;
  display: none;
  position: relative;
}

.opacity-81 {
  opacity: .5;
  text-transform: uppercase;
  font-size: 1.375rem;
  font-weight: 400;
}

.opacity-81._40 {
  color: #8d8d8d;
  font-size: 1.375rem;
  font-weight: 400;
}

.container-10 {
  width: 100%;
  max-width: 94vw;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.blog-item-5 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  opacity: 1;
  color: #e5e5e5;
  border-bottom: 1px solid #2b2b2b;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-decoration: none;
  transition: opacity .5s, padding .5s;
  display: grid;
}

.blog-item-5:hover {
  opacity: .8;
  padding-bottom: 3rem;
}

.text-block-9 {
  z-index: 5;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
}

.heading-13 {
  font-size: 3.4375rem;
  line-height: 1.2;
}

.heading-13.full-width {
  font-size: 3.8vw;
}

.heading-13.full-width.text-weight-regular {
  font-size: 4vw;
}

.container-11 {
  grid-column-gap: 5.1rem;
  grid-row-gap: 5.1rem;
  perspective: 1500px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  padding-top: 100px;
  padding-right: 40px;
  display: grid;
}

.heading-14 {
  font-size: 1.75rem;
  line-height: 1.2;
}

.heading-14.text-weight-medium {
  z-index: 5;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}

.heading-14.text-weight-medium.history {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
}

.section-11 {
  background-color: #000;
  width: 100%;
  overflow: hidden;
}

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

.slider-3 {
  background-color: #1d1d1d;
  border-radius: 1rem;
  flex-direction: row;
  width: 30rem;
  height: 37rem;
  margin-right: 1.5rem;
  overflow: hidden;
}

.text-size-large-small-2 {
  opacity: 0;
  color: #ebebeb;
  letter-spacing: -.3px;
  margin-top: -30px;
  font-size: 1rem;
  line-height: 1.5;
  position: absolute;
}

.blog-thumbnail-3 {
  background-color: #fff;
  background-image: url('../images/44651715584422_.pic_144651715584422_.pic.webp');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  border-radius: 1rem;
  height: 12.4rem;
  overflow: hidden;
}

.slider-photo-4 {
  z-index: 5;
  opacity: .9;
  background-image: url('../images/画板备份-4_1画板备份 4.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 3.5rem 2.5rem;
  transition: opacity .3s;
  display: flex;
  position: relative;
}

.slider-photo-4:hover {
  opacity: 1;
}

.max-width-19ch-3 {
  max-width: 19ch;
}

.max-width-19ch-4 {
  max-width: 19ch;
  margin-top: -44rem;
}

._12-column-grid-3 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  align-self: auto;
  place-items: start stretch;
  width: 100%;
  max-width: 94vw;
  margin-left: auto;
  margin-right: auto;
  padding: 6rem 0 8rem;
  display: grid;
  position: static;
}

.slider-photo-5 {
  z-index: 5;
  opacity: .9;
  background-image: url('../images/画板备份-2_2画板备份 2.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 3.5rem 2.5rem;
  transition: opacity .3s;
  display: flex;
  position: relative;
}

.slider-photo-5:hover {
  opacity: 1;
}

.opacity-82 {
  opacity: .5;
  text-transform: uppercase;
  font-size: 1.375rem;
  font-weight: 400;
}

.opacity-82._40 {
  color: #adadad;
  width: auto;
  font-size: 1.375rem;
  font-weight: 400;
}

.text-size-large-2 {
  letter-spacing: -.4px;
  width: auto;
  font-size: 1.375rem;
  line-height: 1.5;
}

.text-size-large-small-3 {
  opacity: 0;
  color: #ebebeb;
  letter-spacing: -.3px;
  margin-top: -30px;
  font-size: 1rem;
  line-height: 1.5;
  position: absolute;
}

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

.text-block-10 {
  color: #b1b1b1;
  font-size: 1.1rem;
}

.container-12 {
  width: 100%;
  max-width: 94vw;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.main-strip {
  z-index: 5;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.main-strip.right {
  z-index: 51;
  inset: 0% 0% 0% auto;
}

.hero-interaction {
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.hero-overflow-title {
  z-index: 50;
  position: sticky;
  top: 200px;
}

.hero-preview {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
}

.hero-home-flex {
  z-index: 25;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.35;
  display: flex;
  position: static;
}

.main-image {
  width: 22vw;
  height: 27vw;
  min-height: 27vw;
  position: relative;
  left: 0%;
  overflow: hidden;
}

.main-image.fifth {
  width: 18vw;
  height: 18vw;
  min-height: 18vw;
  margin-top: -50vw;
  left: -57vw;
}

.main-image.first {
  width: 16vw;
  height: 19vw;
  min-height: 19vw;
  margin-top: -39vw;
  top: -37vh;
  left: -60vw;
}

.main-image.third {
  width: 23vw;
  height: 22vw;
  min-height: 23vw;
  top: 20vh;
  left: 2.3vw;
}

.main-image.sixth {
  width: 22vw;
  height: 25vw;
  min-height: 25vw;
  margin-bottom: -5vw;
  top: -10.6vh;
  left: -9.6vw;
}

.main-image.eight {
  margin-top: -150%;
}

.main-image.seven {
  margin-top: 0%;
  margin-bottom: -45%;
  left: 140%;
}

.main-image.fourth {
  width: 15vw;
  height: 19vw;
  min-height: 19vw;
  margin-top: -45vw;
  top: 17.4vh;
  left: 58vw;
}

.main-image.second {
  width: 11vw;
  height: auto;
  min-height: auto;
  top: -19.1vh;
  left: -4.2vw;
}

.hero-main-title {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30vw;
  font-weight: 400;
  line-height: 1;
}

.hero-wrapper {
  height: 350vh;
  display: block;
  position: relative;
}

.hero-content {
  z-index: 15;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  flex-direction: row;
  flex: 1;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-bottom: -100vh;
  padding-bottom: 3rem;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.image-fill {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: scale(1.02);
}

.hero-images {
  z-index: 10;
  grid-column-gap: 26vw;
  grid-row-gap: 26vw;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start center;
  width: 100%;
  padding-top: 40vh;
  display: flex;
}

.hero-images.right-slide {
  z-index: 25;
  justify-content: center;
  align-items: center;
  inset: 0% 0% 0% auto;
}

.hero-images.left, .top-title-overflow {
  position: relative;
}

.hero-text-wrapper {
  z-index: 15;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 70vw;
  display: flex;
  position: static;
}

.hero-first {
  z-index: 25;
  flex-direction: column;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.arrow-5 {
  border-top: .0625em solid #fff;
  border-right: .0625em solid #fff;
  width: 4rem;
  height: 4rem;
  position: relative;
}

.arrow---line {
  transform-origin: 100%;
  background-color: #fff;
  width: 133%;
  height: .0625em;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, -50%)rotate(-45deg);
}

.portfolio---text {
  color: var(--white);
  font-size: 3rem;
  font-weight: 700;
  position: relative;
}

.container-13 {
  max-width: 90rem;
  padding-left: 6rem;
  padding-right: 6rem;
}

.portfolio---image {
  z-index: -2;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.porfolio---item {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.portfolio---link {
  z-index: 2;
  grid-column-gap: .125em;
  color: #fff;
  mix-blend-mode: screen;
  align-items: flex-end;
  padding-top: .5em;
  padding-bottom: .5em;
  text-decoration: none;
  display: none;
  position: absolute;
  inset: 0%;
}

.porfolio---link-arrow {
  padding-bottom: .125em;
}

.section-13 {
  padding-top: 50dvh;
  padding-bottom: 50dvh;
}

.container-14 {
  max-width: 90rem;
  padding-left: 6rem;
  padding-right: 6rem;
}

.section-14 {
  padding-top: 50dvh;
  padding-bottom: 50dvh;
}

.text-block-11 {
  font-size: 3rem;
  font-weight: 700;
}

.text-block-12, .text-block-13 {
  font-size: 8rem;
}

.text-block-14 {
  text-indent: 0;
  font-size: 2rem;
}

@media screen and (min-width: 1440px) {
  .text-size-medium.letter-spacing-23 {
    font-weight: 500;
  }

  .social-link:hover {
    opacity: .6;
    transform: translate(0, -3px);
  }

  .home-hero-image-wrapper {
    width: 22vw;
    height: 24vw;
  }

  .grid-12-column._12 {
    margin-left: auto;
    margin-right: auto;
  }

  .blog-thumbnail {
    background-color: #fff;
    background-image: url('../images/画板备份-3_1画板备份 3.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
  }

  .footer-right-wrap {
    width: 120%;
  }

  .stories-component {
    grid-column-gap: 5rem;
    margin-top: 8rem;
  }

  .blog-item-3 {
    margin-top: 4rem;
  }

  .image-10 {
    opacity: 1;
  }

  .image-11 {
    opacity: 0;
  }

  .make-move-text {
    letter-spacing: -.07em;
    font-size: 340px;
    line-height: 100%;
  }

  .make-moving-text {
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    top: 200px;
  }

  .button-2 {
    opacity: .8;
    margin-top: 10px;
    margin-bottom: 40px;
    transition: opacity .6s, padding-right .3s cubic-bezier(.39, .575, .565, 1);
  }

  .button-2:hover {
    opacity: 1;
  }

  .heading-11.text-weight-medium {
    text-transform: uppercase;
    width: 120%;
    font-size: 2.4rem;
    font-weight: 700;
  }

  .blog-item-4 {
    margin-top: 0;
  }

  .blog-thumbnail-2 {
    background-color: #fff;
    background-image: url('../images/画板备份-2_1画板备份 2.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
  }

  .image-15 {
    border-radius: 20px;
    height: 12.4rem;
  }

  .opacity-51 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .flipcard-back-title, .flipcard-title {
    font-size: 40px;
  }

  .flipcard-back {
    background-image: url('../images/左2_1左2.webp');
    background-position: 50%;
    background-size: cover;
    height: 100%;
    padding-top: 80px;
    padding-left: 60px;
    padding-right: 40px;
  }

  .flipcard-wrapper {
    height: 42rem;
    margin-top: 100px;
  }

  .flipcard-front {
    background-image: url('../images/左1_1左1.webp');
    background-size: cover;
    height: 100%;
    padding: 80px 40px 40px 60px;
  }

  .flipcard-subtitle {
    max-width: 90%;
    margin-top: 20px;
    font-size: 2rem;
    line-height: 3rem;
  }

  .container-5 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    width: 100%;
    max-width: 100%;
    padding-top: 100px;
    padding-right: 40px;
  }

  .flipcard-more, .flipcard-less {
    width: 40px;
    height: 40px;
  }

  .image-16 {
    width: 80%;
    max-width: 80%;
    height: auto;
    margin-top: 20px;
  }

  .image-17 {
    width: auto;
    height: 120px;
  }

  .flipcard-front-rriri-gri-g-hrigh {
    background-image: url('../images/右1_1右1.webp');
    background-size: cover;
    height: 100%;
    padding: 80px 40px 40px 60px;
  }

  .flipcard-back-right {
    background-image: url('../images/右2_1右2.webp');
    background-position: 50%;
    background-size: cover;
    height: 100%;
    padding-top: 80px;
    padding-left: 60px;
    padding-right: 40px;
  }

  .c-card_back-2 {
    z-index: 0;
    position: absolute;
    inset: 0%;
  }

  .c-card_back-3 {
    z-index: 0;
    position: relative;
  }

  .slider-photo {
    background-image: url('../images/画板_1画板.webp');
    background-position: 50%;
    background-size: cover;
    padding: 0;
  }

  .slider-photo-2 {
    background-image: url('../images/画板备份-2_2画板备份 2.webp');
    background-position: 50%;
    background-size: cover;
    padding: 0;
  }

  .dot.bg-primary, .dot.bg-secondary {
    background-color: #f52f44;
  }

  .circle-gr---arc {
    background-color: #000;
  }

  .shd---line {
    font-size: .5rem;
    line-height: 1;
  }

  .corner-shield---wrap {
    position: relative;
    left: auto;
    right: -125%;
  }

  .corner-shield---wrap.x-bottom {
    position: absolute;
    inset: auto 0% -710% -50%;
  }

  .slider-photo-3 {
    background-image: url('../images/画板备份-4_1画板备份 4.webp');
    background-position: 50%;
    background-size: cover;
    padding: 0;
  }

  .blog-item-5 {
    margin-top: 0;
  }

  .container-11 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    width: 100%;
    max-width: 100%;
    padding-top: 100px;
    padding-right: 40px;
  }

  .blog-thumbnail-3 {
    background-color: #fff;
    background-image: url('../images/画板备份-3_1画板备份 3.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
  }

  .slider-photo-4 {
    background-image: url('../images/画板备份-4_1画板备份 4.webp');
    background-position: 50%;
    background-size: cover;
    padding: 0;
  }

  .slider-photo-5 {
    background-image: url('../images/画板备份-2_2画板备份 2.webp');
    background-position: 50%;
    background-size: cover;
    padding: 0;
  }
}

@media screen and (min-width: 1920px) {
  .home-hero-image-wrapper {
    width: 22vw;
    height: 24vw;
  }
}

@media screen and (max-width: 991px) {
  .style-guide-heading {
    font-size: 7rem;
  }

  .section-style-guide {
    margin-top: 4rem;
  }

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

  .style-gudie-content.grid {
    grid-column-gap: 1rem;
  }

  .text-size-huge {
    font-size: 2.3rem;
  }

  .heading-1 {
    font-size: 21vw;
    line-height: 1;
  }

  .heading-1.caps.categorie {
    font-size: 7rem;
  }

  .heading-1.small {
    font-size: 21vw;
  }

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

  .heading-6 {
    font-size: 1.6rem;
    line-height: 1.35;
  }

  .heading-3 {
    font-size: 2.5rem;
    line-height: 1.15;
  }

  .heading-3.full-width {
    font-size: 2.5rem;
  }

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

  .style-guide-text {
    font-size: 2rem;
  }

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

  .license-component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-top: 5.3rem;
    margin-bottom: 6rem;
  }

  ._404-button {
    text-align: center;
  }

  .error-heading {
    font-size: 3.2rem;
  }

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

  .navbar-text {
    display: none;
  }

  .home-hero-heading.center.space-between {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
  }

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

  .navbar-right {
    display: none;
  }

  .nav-link {
    align-self: center;
  }

  .heading-2 {
    font-size: 7rem;
  }

  .nav-link-text {
    font-size: 10vh;
  }

  .grid-12-column {
    grid-row-gap: 5.25rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .grid-12-column.blog {
    grid-row-gap: 1rem;
  }

  .home-hero-subtitle {
    grid-column-gap: 2rem;
  }

  .home-about-component {
    margin-top: 15vh;
  }

  .home-awards {
    grid-row-gap: 5rem;
    margin-top: 12rem;
  }

  .home-works-component {
    margin-top: 12rem;
  }

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

  .work-div-wrapper {
    margin-top: 0;
  }

  .work-home-gird {
    grid-template-columns: 1fr;
  }

  .work-item:nth-child(odd) {
    margin-top: 0;
  }

  .testimonial-component {
    grid-row-gap: 7.5rem;
    margin-top: 12rem;
  }

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

  .testimonial-heading {
    margin-top: 0;
  }

  .slider-component.margin-left {
    padding-left: 0;
  }

  .slider {
    height: 35rem;
  }

  .blog-section {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

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

  .blog-item-number {
    display: none;
  }

  .blog-item-name {
    margin-left: 0;
  }

  .blog-thumbnail {
    height: 30vh;
  }

  .footer {
    min-height: 100svh;
  }

  .footer-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .footer-right {
    align-items: flex-start;
  }

  .footer-left {
    grid-row-gap: 1rem;
  }

  .footer-big-text {
    font-size: 28vw;
    line-height: 1.15;
  }

  .footer-bottom {
    grid-row-gap: 3rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links-wrapper {
    order: -1;
  }

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

  .blog-grid.vertical {
    width: 100%;
    margin-bottom: 0;
  }

  .work-post-heading {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }

  .work-heading {
    margin-top: 1rem;
    margin-left: 0;
  }

  .work-heading.blend {
    grid-row-gap: 2rem;
    text-align: center;
    align-items: center;
    margin-top: 0;
  }

  .project-content-wrapper {
    width: 100%;
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .blog-post-component {
    grid-row-gap: 4rem;
    margin-bottom: 4rem;
  }

  .about-hero-component {
    align-items: flex-start;
  }

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

  .team-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .team-item {
    border-radius: 1rem;
  }

  .services-item-name {
    margin-left: 0;
  }

  .stories-component {
    grid-column-gap: 3rem;
    margin-top: 4rem;
  }

  .price-value {
    font-size: 4rem;
  }

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

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

  .enterprise-content {
    flex-direction: column;
  }

  .pricing-name {
    font-size: 2rem;
  }

  .enterprise-banner {
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .grid-12-column-hero {
    grid-row-gap: 5.25rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .grid-12-column-hero.blog {
    grid-row-gap: 1rem;
  }

  .container-2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-2.about {
    flex-direction: column;
  }

  .display {
    font-size: 130px;
  }

  .button-wrapper {
    margin-left: 15px;
  }

  .title-h6 {
    font-size: 30px;
  }

  .heading-7 {
    font-size: 2rem;
  }

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

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

  .heading-8 {
    font-size: 3rem;
  }

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

  .heading-9, .heading-10 {
    font-size: 3rem;
  }

  .padding-global-2 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .nav_menu_link {
    font-size: 2rem;
  }

  .articles_colum {
    min-width: 50vw;
  }

  .work_card {
    width: 50vw;
  }

  .heading-style-h3.is-hero {
    max-width: 49vw;
    font-size: 2.5em;
  }

  .articles_colum-2 {
    min-width: 50vw;
  }

  .nav_menu_link-2 {
    font-size: 2rem;
  }

  .section-6.make-sec {
    grid-row-gap: 150px;
  }

  .main-img-wrp {
    width: 100vw;
    height: 100%;
  }

  ._12-column-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 4rem;
    grid-template-columns: minmax(16px, 1fr) 1fr 1fr 1fr;
  }

  .heading-11 {
    font-size: 3rem;
  }

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

  .blog-thumbnail-2 {
    height: 30vh;
  }

  .main-list-practice-area-summary {
    margin-bottom: 0;
  }

  .large-arrow-wrap {
    width: 1.5rem;
    height: 1.5rem;
  }

  .main-area-number {
    margin-bottom: 0;
  }

  ._12-column-grid-2 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 4rem;
    grid-template-columns: minmax(16px, 1fr) 1fr 1fr 1fr;
  }

  ._12-column-grid-2.practice-area-grid {
    grid-row-gap: 2rem;
  }

  .slider-photo.margin-left, .slider-photo-2.margin-left {
    padding-left: 0;
  }

  .square-gr {
    width: 9.25rem;
    height: 9.25rem;
  }

  .vertical-7xl {
    grid-row-gap: 9.5rem;
  }

  .circle-gr {
    width: 10.75rem;
    height: 10.75rem;
    left: -.75rem;
  }

  .triangle-gr {
    width: 9.25rem;
    height: 8rem;
  }

  .vertical-2xl {
    grid-row-gap: 2.5rem;
  }

  .section-h-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .section-v-wrapper {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

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

  .square-gr---line-wrap.x-right {
    right: 2.25rem;
  }

  .square-gr---line-wrap.x-left {
    left: 2.25rem;
  }

  .slider-photo-3.margin-left {
    padding-left: 0;
  }

  .section_spotlight {
    height: 100%;
  }

  .spotlight {
    padding-top: 6rem;
    padding-bottom: 6rem;
    position: static;
  }

  .heading {
    font-size: 7rem;
    line-height: .8;
  }

  .progress {
    margin-top: 30px;
  }

  .container-7 {
    padding-left: 4em;
    padding-right: 4em;
  }

  .tricks-slider_slide {
    width: 48%;
    margin-right: 2em;
  }

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

  .inside.solid.end {
    margin-bottom: 0;
  }

  .image-base {
    width: 70%;
    height: 70vw;
  }

  .heading-medium {
    font-size: 2.25rem;
  }

  .page-padding {
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .service-card.light {
    min-height: 50vh;
  }

  .service-item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    min-height: auto;
    padding-bottom: 6rem;
  }

  .section-services {
    margin-bottom: 0;
  }

  .anchor-link-wrapper {
    margin-bottom: 0;
    margin-left: -3rem;
  }

  .timeline-inside {
    height: auto;
  }

  .heading-latest-work {
    font-size: 1.8em;
  }

  .heading-button {
    width: 100%;
  }

  .div-block-11 {
    margin-right: 14.8em;
  }

  .headline-category {
    font-size: 1.5em;
  }

  ._70 {
    padding-right: 1em;
  }

  .grid-item.heading {
    width: 100%;
  }

  .grid-item.awards2 {
    align-items: flex-start;
    width: 50%;
  }

  .grid-item._1 {
    width: 100%;
    display: flex;
  }

  .grid-item.column2-footer-responsivness {
    width: 50%;
    padding-left: 0;
  }

  .grid-item.awards2-responsivness {
    align-items: flex-start;
    width: 50%;
  }

  .grid-item.columns {
    width: 40%;
    margin-bottom: 6em;
  }

  .grid-item.awards {
    width: 60%;
  }

  .grid-item.column2-footer {
    width: 33%;
  }

  .grid-item._2 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    font-size: 2vw;
  }

  .grid-item.deserved-awards {
    width: 39%;
  }

  .grid-item.hero-heading {
    width: 100%;
  }

  .is-hover-zoom._2 {
    width: 37.2em;
  }

  .is-hover-zoom._3 {
    width: 40em;
    height: 26em;
  }

  .headline-tittle-project {
    font-size: 2.5em;
  }

  .container-8.is--portfolio {
    padding-bottom: 6em;
    padding-left: 5em;
    padding-right: 5em;
  }

  ._30 {
    width: 45%;
  }

  .line {
    width: 87.5em;
    margin-top: .8em;
  }

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

  .grid-3.vertical-responsivness {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .grid-3._3 {
    flex-direction: column;
    align-items: flex-start;
  }

  ._40 {
    padding-right: 1em;
  }

  .liner-wrapper {
    width: 100%;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .is--heading-with-year {
    margin-top: .2em;
    margin-left: 1em;
    font-size: 2.5em;
  }

  .is--heading-with-year.third-line {
    margin-top: .2em;
    margin-left: 1em;
  }

  .is--heading-with-year.first-line {
    margin-top: .2em;
    margin-left: 1em;
    font-size: 2.5em;
  }

  .is--heading-with-year.second-line {
    margin-top: .2em;
    margin-left: 1em;
  }

  .heading-12 {
    display: none;
  }

  .heading-responsivness {
    margin-top: 0;
    margin-bottom: 1.5em;
    font-size: 4.5em;
    font-weight: 400;
    line-height: 1.2;
    display: flex;
  }

  .is--text-circle {
    margin-left: 0;
  }

  .container-full-width {
    padding-bottom: 6.5em;
  }

  .grid-test {
    flex-direction: column;
    margin-top: 0;
    overflow: visible;
  }

  .div-block-12 {
    margin-right: 14.8em;
  }

  .is--footer-text {
    font-size: 2em;
  }

  .heading-year-middle {
    margin-left: 1em;
    font-size: 1.8em;
  }

  .is--footer-moto-responsivness {
    margin-top: 3em;
    margin-bottom: 1.5em;
    font-size: 2em;
    display: flex;
  }

  .text-block-8 {
    font-size: 2em;
  }

  .splide.slider2.testimonial {
    width: 100%;
    height: 20em;
  }

  .splide.slider3.collection {
    height: 20em;
    padding-left: 5em;
    padding-right: 5em;
  }

  .splide.slider1.team {
    width: 100%;
    height: 39em;
  }

  .liner-wrapper-footer {
    margin-bottom: 9em;
  }

  .heading-year-last {
    margin-left: 1em;
    font-size: 1.8em;
  }

  .is--text-circle-last {
    margin-left: 0;
  }

  .heading-tablet {
    margin-bottom: 1.5em;
    font-size: 4em;
    display: none;
  }

  .container-test.slider {
    padding-bottom: 3em;
    padding-left: 5em;
    padding-right: 5em;
  }

  .heading-year {
    margin-left: 1em;
    font-size: 1.8em;
  }

  .is--footer-text-column3 {
    font-size: 2em;
  }

  .container-9.hero {
    padding-bottom: 3em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .container-9.is--final-text {
    padding: 4em 5em;
  }

  .container-9._2 {
    padding: 3em 5em;
  }

  .container-9.is--portfolio {
    padding-bottom: 6em;
    padding-left: 5em;
    padding-right: 5em;
  }

  .wrapper-circle-text {
    justify-content: flex-start;
    align-items: center;
  }

  .is--text-circle-middle {
    margin-left: 0;
  }

  .image-22 {
    width: 12em;
  }

  .grid-item-test.what-people-are-saying, .grid-item-test.deserved-awards-test {
    width: 80%;
  }

  .p.is--slider-paragraph {
    margin-bottom: 1.5em;
    font-size: 2em;
  }

  .circle {
    width: 3.5em;
    height: 3.5em;
  }

  .div-grid-item-wrapper {
    width: 100%;
  }

  .is--footer-moto {
    font-size: 2em;
    display: none;
  }

  .footer-line {
    margin-top: 1em;
  }

  .video-hero-mask {
    display: flex;
  }

  .is-main {
    font-size: 3rem;
  }

  .background_image {
    display: none;
  }

  .component.hover-image {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .n-container {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    display: flex;
  }

  .section-10 {
    height: auto;
  }

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

  .heading-13 {
    font-size: 2.5rem;
    line-height: 1.15;
  }

  .heading-13.full-width {
    font-size: 2.5rem;
  }

  .heading-14 {
    font-size: 1.6rem;
    line-height: 1.35;
  }

  .slider-3 {
    height: 35rem;
  }

  .blog-thumbnail-3 {
    height: 30vh;
  }

  ._12-column-grid-3 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 4rem;
    grid-template-columns: minmax(16px, 1fr) 1fr 1fr 1fr;
  }

  .main-image {
    width: 30vw;
    height: 30vw;
    min-height: 30vw;
  }

  .main-image.fifth {
    left: -65vw;
  }

  .main-image.first {
    width: 20vw;
    height: 22vw;
    min-height: 22vw;
  }

  .main-image.sixth {
    left: -10vw;
  }

  .main-image.fourth {
    width: 19vw;
    height: 22vw;
    min-height: 23vw;
  }

  .main-image.second {
    width: 20vw;
  }

  .hero-content {
    padding-top: 4.4rem;
    padding-bottom: 20vh;
  }

  .hero-text-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 0;
  }

  .container-13, .container-14 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .style-guide-heading {
    font-size: 6rem;
  }

  .container {
    width: 100%;
    max-width: none;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero-style-guide-wrapper {
    padding-top: 8rem;
  }

  .style-guide-header {
    font-size: .875rem;
  }

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

  .style-gudie-content.grid {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .text-size-huge {
    font-size: 2rem;
    line-height: 1.3;
  }

  .heading-1.small {
    font-size: 19vw;
  }

  .style-guide-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-5 {
    font-size: 2.5rem;
    line-height: 1.15;
  }

  .text-weight-medium.caps.text-size-large {
    padding-left: 60px;
  }

  .text-weight-medium.text-size-regular.caps {
    text-align: left;
    width: 450px;
  }

  .heading-6 {
    line-height: 1.3;
  }

  .heading-3 {
    font-size: 5.5rem;
  }

  .heading-3.full-width {
    font-size: 1.9rem;
  }

  .heading-3.full-width.text-weight-regular {
    padding-left: 0;
    padding-right: 0;
    font-weight: 500;
  }

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

  .style-guide-text {
    font-size: 2rem;
    line-height: 1.15;
  }

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

  .license-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    margin-top: 4.2rem;
    margin-bottom: 5.7rem;
  }

  .license-content {
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .error-heading {
    font-size: 3rem;
  }

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

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

  .heading-2 {
    font-size: 6rem;
  }

  .opacity-50.date {
    font-size: 4vw;
  }

  .home-hero-image-wrapper {
    width: 26vw;
    height: 28vw;
    left: 3.9vw;
  }

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

  .grid-12-column._12 {
    opacity: 0;
    padding-bottom: 0;
    position: fixed;
  }

  .home-about-component {
    margin-top: 6rem;
  }

  .home-awards {
    margin-top: 4rem;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .award-item-name {
    margin-left: 0;
  }

  .award-item-number {
    margin-left: .5rem;
  }

  .award-animation-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .award-animation {
    margin-left: 0;
  }

  .home-works-component {
    margin-top: 6rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-wrapper.vertical {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-small-text {
    order: -1;
  }

  .heading-small-text.left {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .work-item-wrapper {
    width: 100%;
    left: auto;
  }

  .work-div-wrapper.cas1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .work-home-gird.case {
    grid-column-gap: 0em;
    grid-row-gap: 4rem;
    place-items: center;
  }

  .work-info-bottom {
    padding-left: 60px;
  }

  .testimonial-component {
    margin-top: 6rem;
  }

  .slider-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    height: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .slider {
    width: 50svh;
    height: auto;
  }

  .blog-section {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .section {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .footer-right {
    padding-top: 0;
  }

  .footer-right-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-big-text {
    font-size: 14vw;
  }

  .footer-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 70px;
  }

  .about-the-project {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
  }

  .project-image-wrapper {
    height: 28rem;
  }

  .about-hero-component {
    padding-bottom: 2rem;
  }

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

  .camera-about {
    height: 50vh;
    padding-left: 0;
  }

  .camera-about.camera1 {
    opacity: 0;
  }

  .camera-about.camera2 {
    opacity: 1;
    margin-top: -450px;
    position: absolute;
    top: auto;
    bottom: auto;
  }

  .frame-about {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .item {
    width: 72vw;
    height: 50vh;
  }

  .about-track {
    height: 70vw;
  }

  .about-track.trck2 {
    opacity: 1;
  }

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

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

  .price-value {
    font-size: 3rem;
  }

  .price-text, .price-feature {
    font-size: 1.2rem;
  }

  .price-card {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pricing-name {
    font-size: 2rem;
    line-height: 1.3;
  }

  .mobile-none {
    display: none;
  }

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

  .grid-12-column-hero {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 0;
  }

  .container-2.about {
    padding-bottom: 100px;
  }

  .display {
    letter-spacing: 0;
    font-size: 14vw;
  }

  .about-text-wrapper, .title-h6.h7 {
    width: 100%;
  }

  .reel-image {
    width: 100%;
    height: 400px;
  }

  .bold-text {
    font-size: 4vw;
  }

  .image-9 {
    width: 100%;
  }

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

  .heading-8, .heading-9, .heading-10 {
    font-size: 2.5rem;
    line-height: 1.15;
  }

  .div-block-2 {
    width: 100%;
    height: 70vh;
  }

  .grid-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: minmax(200px, 1fr);
    grid-auto-flow: row;
    width: 100%;
    position: relative;
  }

  .div-block-3 {
    width: 100%;
    margin-top: 10vh;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-5, .div-block-6, .div-block-7, .div-block-9 {
    margin-top: 0;
  }

  .hero_heading {
    font-size: 13em;
  }

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

  .text-link_wrap.is-proportion {
    font-size: 1rem;
  }

  .nav_compoenent {
    display: none;
  }

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

  .hero_content {
    background-image: linear-gradient(#25252500, #1a1a1a30 31%, #0009);
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    display: flex;
  }

  .horizontal-scroll_stickey-element {
    height: auto;
  }

  .padding-section-medium {
    width: 100%;
    height: auto;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .cta_quorte-subtext {
    font-size: 1rem;
  }

  .cta_quorte {
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }

  .intro_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    width: 100%;
    max-width: none;
  }

  .article_card-image-wrap {
    padding-bottom: 56%;
  }

  .intro_image-wrap {
    width: 12.5rem;
  }

  .jornal_subtext {
    font-size: 1.75rem;
  }

  .section_articles {
    color: #fff;
    background-color: #f06446;
  }

  .test-size-title-small {
    font-size: .875rem;
  }

  .cta_quorte-title {
    max-width: none;
    font-size: 1.75rem;
  }

  .image-divider_image {
    width: 100%;
  }

  .hero_content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

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

  .jornal_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .hero_heading-wrapper {
    margin-bottom: 0;
  }

  .section_jornal {
    height: 100vh;
  }

  .intro_top {
    margin-bottom: 4rem;
  }

  .horizontal-scroll_track-list {
    flex-direction: column;
    width: 100%;
    margin-right: 0;
  }

  .work_card {
    width: auto;
  }

  .section_hero {
    width: 100%;
    min-height: 100vh;
    font-size: 1vw;
    display: flex;
  }

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

  .heading-style-h3.is-hero {
    max-width: 100%;
    font-size: 3.7em;
  }

  .jornal_content-wrap {
    font-size: 1rem;
  }

  .horizontal-scroll_section-height {
    height: auto;
  }

  .jornal_title-wrap {
    border-bottom: 1px solid #fff3;
    margin-bottom: 0;
    padding-bottom: 2.5rem;
  }

  .section_cta {
    flex-direction: row;
    min-height: 100vh;
    display: flex;
  }

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

  .section_intro {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    min-height: 100vh;
    display: flex;
  }

  .work_card-image-wrap {
    padding-bottom: 114%;
  }

  .section_line-seprator {
    background-color: #25252526;
    width: 100%;
    height: 1px;
    inset: auto 0% 0%;
  }

  .section_image-divider {
    width: 100%;
    height: 100vh;
  }

  .intro_content-parent {
    width: 100%;
    min-width: auto;
  }

  .horizontal-scroll_track {
    width: 100%;
  }

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

  .work_list {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
    flex-direction: column;
  }

  .section_articles-2 {
    color: #fff;
    background-color: #f52f44;
  }

  .hero_heading-2 {
    font-size: 13em;
  }

  .work_card-image-wrap-2 {
    padding-bottom: 114%;
  }

  .section_jornal-2 {
    height: 100vh;
  }

  .section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-6 {
    padding: 100px 26px;
  }

  .section-6.make-sec {
    grid-row-gap: 100px;
  }

  .make-moving-text {
    grid-column-gap: 40px;
  }

  ._12-column-grid {
    grid-row-gap: 4rem;
  }

  .button-2 {
    padding: 5px 5px 5px 20px;
  }

  .big-text {
    font-size: 18px;
    line-height: 140%;
  }

  .heading-11 {
    font-size: 2.5rem;
    line-height: 1.15;
  }

  .main-area-heading {
    letter-spacing: -.025rem;
    font-size: 2.5rem;
  }

  ._12-column-grid-2 {
    grid-row-gap: 4rem;
  }

  .opacity-51.date {
    font-size: 4vw;
  }

  .slider-photo, .slider-photo-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    height: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .illus-card---content {
    grid-row-gap: 3rem;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .illus-card {
    grid-row-gap: 3rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .vertical-7xl {
    grid-row-gap: 7rem;
  }

  .section-h-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

  .home-hero-image-wrapper-copy {
    width: 26vw;
    height: 28vw;
    left: 3.9vw;
  }

  .slider-photo-3 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    height: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .spotlight {
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: static;
  }

  .heading {
    letter-spacing: -1px;
    font-size: 3rem;
  }

  .tricks-slider_text {
    font-size: 9.9em;
  }

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

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

  .image-base {
    width: 100%;
    height: 110vw;
  }

  .heading-medium {
    font-size: 2rem;
  }

  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .service-item {
    padding-bottom: 6rem;
  }

  .anchor-link-wrapper {
    align-items: center;
    margin-left: -1.5rem;
    display: none;
  }

  .heading-latest-work {
    font-size: 1.4em;
  }

  .div-block-11 {
    margin-right: 3.6em;
  }

  .headline-category {
    font-size: 2em;
  }

  .grid-item.heading {
    margin-bottom: 0;
    padding-top: 3em;
  }

  .grid-item.column2-footer-responsivness {
    flex-direction: row;
    width: 100%;
    margin-bottom: 3em;
    padding-left: 6.5em;
    font-size: 1.5vw;
  }

  .grid-item.columns {
    width: 30%;
    margin-bottom: 8.5em;
  }

  .grid-item.column2-footer {
    width: 50%;
    margin-bottom: 4em;
    font-size: 1.5vw;
  }

  .grid-item._2 {
    flex-direction: row;
    width: 50%;
    font-size: 2.5vw;
  }

  .text-block-3 {
    font-size: .7em;
  }

  .is-hover-zoom._2 {
    width: 37em;
  }

  .is-hover-zoom._3 {
    width: 40em;
    height: 27em;
  }

  .image-grow {
    overflow: visible;
  }

  .container-8.is--portfolio {
    padding-bottom: 6em;
    padding-left: 5em;
    padding-right: 5em;
  }

  ._30 {
    width: 45%;
  }

  .line {
    width: 87em;
  }

  .grid-3 {
    flex-direction: row;
  }

  .grid-3.portfolio {
    padding-top: 4em;
  }

  .liner-wrapper2 {
    padding-top: 3em;
  }

  .text-up {
    flex-direction: row;
    width: 100%;
    margin-right: 0;
  }

  .text-up.no-margin {
    margin-left: 1.5em;
  }

  .is--heading-with-year {
    font-size: 2.5em;
  }

  .is--heading-with-year.first-line {
    margin-left: .8em;
  }

  .is--heading-with-year.second-line {
    margin-left: .9em;
  }

  .heading-responsivness {
    font-size: 4.5em;
  }

  .container-full-width {
    padding-bottom: 9em;
  }

  .grid-test {
    flex-direction: column;
  }

  .div-block-12 {
    margin-right: 3.6em;
  }

  .overflow-hidden {
    width: 100%;
    overflow: hidden;
  }

  .heading-year-middle {
    margin-left: .4em;
    font-size: 1.8em;
  }

  .is--footer-moto-responsivness {
    font-size: 3em;
  }

  .text-down {
    display: block;
  }

  .text-block-8 {
    font-size: 2em;
  }

  .heading-year-last {
    margin-left: .6em;
    font-size: 1.8em;
  }

  .heading-tablet {
    margin-bottom: 1em;
    display: none;
  }

  .container-test.slider {
    padding-bottom: 3em;
    padding-left: 5em;
    padding-right: 5em;
  }

  .heading-year {
    margin-left: .5em;
    font-size: 1.8em;
  }

  .container-9._2 {
    padding-bottom: 3em;
  }

  .container-9.is--portfolio {
    padding-bottom: 6em;
    padding-left: 5em;
    padding-right: 5em;
  }

  .grid-item-test.what-people-are-saying {
    width: 70%;
  }

  .grid-item-test.deserved-awards-test {
    width: 48%;
  }

  .p.is--slider-paragraph {
    margin-top: 0;
    margin-bottom: .5em;
    padding-top: 0;
    font-size: 2em;
  }

  .number {
    margin-right: .5em;
  }

  .circle {
    width: 3.5em;
    height: 3.5em;
  }

  .footer-line {
    margin-top: 1em;
  }

  .credit---color-square {
    background-color: #ff8000;
    width: 1rem;
    height: 1rem;
  }

  .is-main {
    font-size: 2.5rem;
    line-height: 1;
  }

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

  .section-10 {
    padding: 1.5rem;
  }

  .container-10 {
    width: 100%;
    max-width: none;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-13 {
    font-size: 5.5rem;
  }

  .heading-13.full-width {
    font-size: 1.9rem;
  }

  .heading-13.full-width.text-weight-regular {
    padding-left: 0;
    padding-right: 0;
    font-weight: 500;
  }

  .heading-14 {
    line-height: 1.3;
  }

  .section-11 {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-3 {
    width: 50svh;
    height: auto;
  }

  .slider-photo-4 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    height: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .slider-photo-5 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    height: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container-12 {
    width: 100%;
    max-width: none;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .main-image.sixth {
    margin-bottom: 12vw;
    top: -1.4vh;
  }

  .hero-text-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .arrow-5 {
    width: 2rem;
    height: 2rem;
  }

  .portfolio---link {
    grid-column-gap: .25em;
  }
}

@media screen and (max-width: 479px) {
  .style-guide-heading {
    font-size: 5rem;
    line-height: 1.1;
  }

  .container {
    margin-top: 0;
    position: relative;
  }

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

  .text-size-regular.caps.text-weight-medium.left, .text-size-regular.caps.text-weight-medium.rig {
    width: 100%;
  }

  .hero-style-guide-wrapper {
    padding-top: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-4 {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .text-size-huge {
    font-size: 2rem;
  }

  .heading-1.caps.categorie {
    font-size: 4rem;
  }

  .heading-1.small {
    font-size: 18vw;
  }

  .style-guide-menu {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .heading-5 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .text-weight-medium.caps.text-size-large {
    padding-left: 20px;
  }

  .text-weight-medium.text-size-regular.caps {
    width: 100%;
  }

  .style-guide-content {
    margin-bottom: 6rem;
  }

  .sticky-menu {
    width: 100%;
  }

  .heading-6 {
    font-size: 1rem;
    line-height: 1.5;
  }

  .heading-6.text-weight-medium.history {
    font-size: 1.3rem;
  }

  .text-size-large {
    padding-left: 10px;
    font-size: 1rem;
  }

  .text-size-large.opacity-50.letter-spacing-0 {
    padding-left: 0;
  }

  .style-guide-menu-wrapper {
    width: 100%;
  }

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

  .heading-3.full-width {
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .heading-3.full-width.text-weight-regular {
    font-size: 1rem;
  }

  .style-guide-component, .style-guide-divider-line {
    width: 100%;
  }

  .style-guide-text {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .divider-line {
    width: 100%;
  }

  .license-images-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .license-component {
    grid-row-gap: 1.75rem;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
  }

  .error-heading {
    line-height: 1.1;
  }

  .navbar {
    display: none;
  }

  .caps.text-weight-medium {
    font-size: 1.3rem;
  }

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

  .heading-2 {
    font-size: 5rem;
    line-height: 1.1;
  }

  .nav-link-text {
    font-size: 2.8rem;
  }

  .opacity-50._40, .opacity-50.date {
    font-size: 1rem;
  }

  .opacity-50.hs {
    font-size: .8rem;
  }

  .home-hero-image-wrapper {
    width: 30vw;
    height: 32vw;
  }

  .grid-12-column {
    grid-row-gap: 1rem;
  }

  .grid-12-column._12 {
    opacity: 0;
    position: fixed;
  }

  .home-hero-subtitle {
    flex-direction: column;
  }

  .tracker {
    height: 200vh;
    margin-top: -16vh;
  }

  .home-about-component {
    margin-top: 2rem;
  }

  .home-awards {
    margin-top: 4rem;
  }

  .work-item-wrapper {
    width: 100%;
    height: 424px;
    margin-bottom: 10px;
    left: auto;
  }

  .work-image-wrapper {
    width: 100%;
  }

  .work-div-wrapper.case2 {
    margin-top: 10px;
  }

  .work-div-wrapper.cas1 {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .work-div-wrapper.case3, .work-div-wrapper.case4 {
    margin-top: 10px;
  }

  .work-home-gird.case {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-template-rows: 1fr auto auto auto auto auto auto;
    grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));
    grid-auto-rows: 0;
    grid-auto-columns: 1fr;
    align-self: auto;
    width: 100%;
    margin: 0 auto -80px;
    display: grid;
  }

  .work-info-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .work-info-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-scope-collection-list {
    flex-flow: wrap;
  }

  .testimonial-component {
    opacity: 0;
    margin-top: 2rem;
    position: fixed;
  }

  .slider-component.margin-left {
    padding-bottom: 0;
  }

  .slider {
    width: 100%;
    margin-right: 1rem;
  }

  .mask, .slider-wrapper {
    width: 100%;
  }

  .blog-section {
    margin-top: 4rem;
  }

  .footer {
    min-height: 74svh;
    display: none;
  }

  .section {
    display: none;
    position: static;
  }

  .footer-wrapper {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-big-text {
    font-size: 12vw;
  }

  .credits {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .blog-grid.vertical {
    width: 100%;
  }

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

  .project-image-wrapper {
    height: 19rem;
  }

  .team-item {
    height: 50vh;
  }

  .camera-about {
    opacity: 1;
    height: 39vh;
    margin-bottom: -313px;
    position: relative;
  }

  .camera-about.camera1 {
    opacity: 0;
  }

  .camera-about.camera2 {
    opacity: 1;
    height: 39vh;
    margin-top: -270px;
    margin-bottom: 0;
    top: -30px;
    bottom: auto;
  }

  .frame-about {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-left: 15px;
  }

  .item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 85vw;
    height: 37vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .item.camera2 {
    width: 70vw;
  }

  .about-track {
    height: 70vw;
    display: none;
  }

  .about-track.trck2 {
    opacity: 1;
  }

  .frame-image-left, .frame-image-center, .frame-image-right {
    width: 70vw;
    height: 40vh;
  }

  .stories-component {
    opacity: 1;
  }

  .stories-info-wrap {
    padding-left: 10px;
  }

  .price-value {
    font-size: 2.4rem;
    line-height: 1.1;
  }

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

  .price-button {
    align-items: stretch;
  }

  .pricing-name {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .hero {
    flex-direction: column;
    justify-content: flex-end;
    min-height: 50svh;
    display: none;
  }

  .grid-12-column-hero {
    grid-row-gap: 1rem;
  }

  .section-2 {
    opacity: 1;
    position: relative;
  }

  .section-2.sec3 {
    margin-top: 15px;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2.marquee, .container-2.about-image, .container-2.about {
    opacity: 0;
    position: fixed;
  }

  .display {
    letter-spacing: -5px;
    font-size: 100px;
  }

  .about-text-wrapper {
    width: auto;
  }

  .title-h6 {
    width: 288px;
    font-size: 20px;
  }

  .image-reel-wrapper {
    grid-row-gap: 20px;
  }

  .reel-image {
    height: 300px;
  }

  .reel-grid.first {
    grid-column-gap: 20px;
    grid-template-columns: 300px 300px 300px;
  }

  .reel-grid.second {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 300px 300px 300px;
  }

  .reel-grid.third, .reel-grid.first {
    grid-column-gap: 20px;
    grid-template-columns: 300px 300px 300px;
  }

  .heading-7 {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .text-block {
    font-size: 1.2rem;
  }

  .grid-12-column-2 {
    grid-row-gap: 1rem;
  }

  .heading-8, .heading-9, .heading-10 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .div-block-2 {
    width: 100%;
    height: 53vh;
    position: static;
    overflow: visible;
  }

  .grid-2 {
    grid-template-columns: repeat(auto-fit, 100%);
    position: relative;
  }

  .div-block-3 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    left: 0;
    right: 0;
  }

  .div-block-4, .div-block-5, .div-block-6, .div-block-7, .div-block-8, .div-block-9 {
    height: 53vh;
  }

  .hero_heading {
    font-size: 12.5em;
  }

  .text-link_wrap.is-proportion {
    padding-right: .3rem;
    font-size: .9rem;
  }

  .padding-section-medium.is-hero {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .cta_quorte-subtext {
    flex-wrap: wrap;
    font-size: .9rem;
  }

  .intro_image-wrap {
    width: auto;
    min-width: 55%;
  }

  .section_jornal {
    align-items: stretch;
    display: flex;
  }

  .heading-style-h3.is-hero {
    font-size: 4.8em;
  }

  .jornal_title-wrap {
    padding-bottom: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 20vw;
  }

  .hero_heading-2 {
    font-size: 12.5em;
  }

  .section_jornal-2 {
    align-items: stretch;
    display: flex;
  }

  .section-3 {
    display: none;
  }

  .section-4 {
    display: none;
    position: static;
  }

  .section-5 {
    display: none;
    position: relative;
    top: 30px;
  }

  .section-6.make-sec {
    display: none;
  }

  .display-small {
    letter-spacing: -.025rem;
  }

  ._16-9-image-wrap.margin-bottom-2 {
    margin-bottom: 1rem;
  }

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

  .text-size-large-copy {
    padding-left: 10px;
    font-size: 1rem;
  }

  .text-size-large-copy.opacity-50.letter-spacing-0 {
    padding-left: 0;
  }

  .text-size-large-copy-copy {
    padding-left: 10px;
    font-size: 1rem;
  }

  .text-size-large-copy-copy.opacity-50.letter-spacing-0 {
    padding-left: 0;
  }

  .text-size-large-small {
    padding-left: 10px;
    font-size: 1rem;
  }

  .text-size-large-small.opacity-50.letter-spacing-0 {
    padding-left: 0;
  }

  .heading-11 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .large-arrow-wrap {
    width: 1.25rem;
    height: 1.25rem;
  }

  .main-area-heading {
    font-size: 2rem;
  }

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

  .opacity-51._40, .opacity-51.date {
    font-size: 1rem;
  }

  .opacity-51.hs {
    font-size: .8rem;
  }

  .slider-photo.margin-left, .slider-photo-2.margin-left {
    padding-bottom: 0;
  }

  .section-7.x-invert.x-relative {
    display: none;
  }

  .home-hero-image-wrapper-copy {
    width: 30vw;
    height: 32vw;
  }

  .slider-photo-3.margin-left {
    padding-bottom: 0;
  }

  .mob {
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: flex;
  }

  .div-block-10 {
    background-color: #2220;
    border-radius: 7px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-right: 12px;
    padding-left: 12px;
    display: flex;
  }

  .text-block-2 {
    align-self: center;
    width: 296px;
    font-size: 23px;
    font-weight: 500;
  }

  .image-20 {
    width: 120px;
    margin-bottom: 40px;
  }

  .div-block-10-copy {
    background-color: #2220;
    border-radius: 7px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-right: 0;
    padding-left: 0;
    display: flex;
  }

  .section_spotlight {
    height: 100%;
  }

  .spotlight {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: static;
  }

  .heading {
    text-align: center;
    letter-spacing: 0;
    line-height: 1;
  }

  .heading.is-right {
    text-align: center;
  }

  .tricks-slider_text {
    font-size: 20em;
  }

  .tricks-slider_slide {
    width: 90%;
    max-height: 130vw;
    margin-right: 3em;
  }

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

  .service-card.light {
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .service-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: 0;
  }

  .heading-latest-work {
    margin-bottom: .5em;
    font-size: 2em;
  }

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

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

  .headline-category {
    font-size: 3.5em;
  }

  ._70 {
    width: 100%;
    margin-bottom: 6.2em;
    padding-right: 0;
  }

  .grid-item {
    font-size: 1vw;
    display: block;
  }

  .grid-item.portfolio-2 {
    flex-direction: column;
    margin-bottom: 4em;
  }

  .grid-item.heading {
    flex-direction: row;
    margin-bottom: 2em;
    padding-top: 0;
  }

  .grid-item.portfolio {
    flex-direction: column;
  }

  .grid-item.line-arrow {
    margin-bottom: 6em;
  }

  .grid-item.awards2 {
    flex-direction: column;
    width: 100%;
    display: none;
  }

  .grid-item._1 {
    margin-bottom: 4em;
  }

  .grid-item.is--video {
    height: 54em;
    margin-top: -6.2em;
  }

  .grid-item.column2-footer-responsivness {
    width: 100%;
    margin-top: 3em;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 2.5vw;
  }

  .grid-item.final-text {
    width: 86%;
  }

  .grid-item.awards2-responsivness {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .grid-item.columns {
    width: 26%;
    margin-bottom: 6em;
  }

  .grid-item.awards {
    align-items: flex-start;
    width: 100%;
  }

  .grid-item.column2-footer {
    width: 100%;
    margin-bottom: 3em;
    font-size: 2.5vw;
  }

  .grid-item._2 {
    flex-direction: column;
    width: 100%;
    font-size: 2.5vw;
  }

  .grid-item.video-full {
    margin-bottom: 3em;
  }

  .grid-item.deserved-awards {
    width: 100%;
  }

  .grid-item.hero-heading {
    padding-left: 8.8em;
    padding-right: 8.8em;
  }

  .text-block-3 {
    text-align: center;
    font-size: 1em;
  }

  .is-hover-zoom._4, .is-hover-zoom._1, .is-hover-zoom._2, .is-hover-zoom._3 {
    width: 100%;
    height: auto;
  }

  .headline-tittle-project {
    margin-top: 1em;
    font-size: 6em;
  }

  .container-8.is--portfolio {
    padding-bottom: 0;
  }

  ._30 {
    width: 100%;
    margin-bottom: 4.1em;
  }

  .line {
    width: 85em;
    margin-top: 1.2em;
  }

  .grid-3, .grid-3._3 {
    flex-direction: column;
  }

  .arrow-4 {
    width: 3em;
    height: 3em;
  }

  ._40 {
    width: 100%;
    margin-bottom: 4.1em;
  }

  .liner-wrapper2 {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .liner-wrapper2.line-margin-home {
    padding-top: 7.5em;
    padding-bottom: 11em;
  }

  .button-wrapper-2 {
    width: 11.4em;
    height: 3em;
  }

  .liner-wrapper {
    margin-top: 7em;
    margin-bottom: 9em;
  }

  .text-up {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 1.5em;
    margin-right: 0;
  }

  .text-up.no-margin {
    margin-bottom: 1.5em;
    margin-left: 0;
  }

  .text-up.text-up-margin-home-page {
    margin-top: 3em;
    margin-bottom: 5em;
  }

  .is--heading-with-year, .is--heading-with-year.third-line, .is--heading-with-year.first-line, .is--heading-with-year.second-line {
    font-size: 5.5em;
  }

  .heading-responsivness {
    margin-top: .4em;
    margin-bottom: 1.5em;
    font-size: 8.5em;
  }

  .container-full-width {
    margin-top: 6em;
    margin-bottom: 10em;
    padding-bottom: 0;
  }

  .title {
    width: 100%;
    font-size: 3em;
  }

  .grid-test {
    margin-bottom: 3em;
  }

  .is-hero-heading {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 11em;
  }

  .is-hero-heading.part2 {
    width: 7em;
  }

  .is--footer-text {
    text-decoration: none;
  }

  .heading-year-middle {
    font-size: 3.5em;
  }

  .is--footer-moto-responsivness {
    margin-top: 1em;
    margin-bottom: 3em;
    font-size: 4em;
    display: flex;
  }

  .splide__arrows {
    margin-top: 0;
  }

  .is-underline {
    width: 37em;
    margin-left: 0;
    display: flex;
  }

  .background-video-3 {
    object-fit: cover;
    height: 55em;
  }

  .text-block-8 {
    font-size: 2em;
  }

  .splide.slider2.testimonial {
    height: 82em;
  }

  .splide.slider3.collection {
    height: 50em;
    overflow: hidden;
  }

  .splide.slider1.team {
    flex-direction: row;
    height: auto;
    display: flex;
  }

  .liner-wrapper-footer {
    margin-top: 6em;
    margin-bottom: 14em;
  }

  .heading-year-last {
    font-size: 3.5em;
  }

  .heading-tablet {
    margin-bottom: 1.4em;
    font-size: 5.5em;
    display: none;
  }

  .container-test.slider {
    padding-bottom: 3em;
  }

  .container-test.slider-colection {
    padding-top: 5.5em;
  }

  .heading-year {
    font-size: 3.5em;
  }

  .container-9.hero {
    padding-top: 4em;
    padding-bottom: 6em;
  }

  .container-9.is--final-text {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .container-9.footer {
    padding-bottom: 1em;
    padding-left: 5em;
    padding-right: 5em;
  }

  .container-9.is--portfolio {
    padding-bottom: 0;
  }

  .wrapper-circle-text {
    padding-bottom: 4em;
  }

  .image-22 {
    width: 28em;
  }

  .splide__list {
    flex-direction: column;
  }

  .splide__list.horizontal {
    flex-direction: row;
    align-items: flex-start;
    overflow: hidden;
  }

  .grid-item-test.what-people-are-saying {
    width: 100%;
    margin-bottom: 0;
  }

  .grid-item-test.deserved-awards-test {
    width: 100%;
    margin-bottom: 4em;
  }

  .p {
    font-size: 1.6em;
  }

  .p.is--slider-paragraph {
    font-size: 3.6em;
  }

  .number {
    margin-right: .4em;
    font-size: 6em;
  }

  .test-hero-mask {
    overflow: visible;
  }

  .circle {
    width: 6em;
    height: 6em;
  }

  .circle.footer {
    width: 4em;
    height: 4em;
  }

  .button-wrapper-3 {
    width: 11.4em;
    height: 3em;
  }

  .is--footer-moto {
    display: none;
  }

  .heading-final-text {
    font-size: 7.5em;
    line-height: 1.2;
  }

  .wrapper-column-footer {
    width: auto;
    margin-bottom: 2em;
  }

  .splide__slide {
    flex-direction: row;
    width: 100%;
    height: auto;
  }

  .text-span-8 {
    flex-direction: column;
    font-size: 0;
    display: flex;
  }

  .footer-line {
    width: 86em;
    margin-top: 1.3em;
  }

  .video-hero-mask {
    display: flex;
  }

  .opacity-81._40 {
    font-size: 1rem;
  }

  .container-10 {
    margin-top: 0;
    position: relative;
  }

  .text-block-9 {
    font-size: 1.2rem;
  }

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

  .heading-13.full-width {
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .heading-13.full-width.text-weight-regular {
    font-size: 1rem;
  }

  .heading-14 {
    font-size: 1rem;
    line-height: 1.5;
  }

  .heading-14.text-weight-medium.history {
    font-size: 1.3rem;
  }

  .section-11 {
    display: none;
    position: static;
  }

  .slider-3 {
    width: 100%;
    margin-right: 1rem;
  }

  .section-12 {
    opacity: 1;
    position: relative;
  }

  .section-12.sec3 {
    margin-top: 15px;
  }

  .text-size-large-small-2 {
    padding-left: 10px;
    font-size: 1rem;
  }

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

  .opacity-82._40 {
    font-size: 1rem;
  }

  .text-size-large-2, .text-size-large-small-3 {
    padding-left: 10px;
    font-size: 1rem;
  }

  .container-12 {
    margin-top: 0;
    position: relative;
  }

  .hero-interaction {
    margin-top: 92vh;
  }

  .main-image {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
  }

  .main-image.fifth {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    left: -65.6vw;
  }

  .main-image.first {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    margin-top: -4vw;
    left: -53vw;
  }

  .main-image.third {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    display: none;
    top: 33.8vh;
    left: -4.1vw;
  }

  .main-image.sixth {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    margin-bottom: -62vw;
    display: none;
    top: -19.5vh;
    left: -4vw;
  }

  .main-image.eight, .main-image.seven {
    display: none;
  }

  .main-image.fourth {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    margin-top: -17vw;
    left: 53vw;
  }

  .main-image.second {
    width: 25vw;
    min-height: 40vw;
    top: -8vh;
  }

  .hero-main-title {
    font-size: 38vw;
  }

  .hero-wrapper {
    height: 80vh;
  }

  .hero-content {
    padding-bottom: 14vh;
  }

  .hero-images.right-slide {
    height: 50vh;
    max-height: 50vh;
  }

  .hero-images.left {
    height: 70vh;
    max-height: 70vh;
  }

  .hero-first {
    height: 80vh;
    min-height: 80vh;
  }
}

#w-node-_61368520-4941-5102-e73a-a97c4009ec7b-2b13063b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_61368520-4941-5102-e73a-a97c4009ec7e-2b13063b {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_1c1da151-40bf-4090-34a0-a467fe32a402-2b13063b {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_6162fce3-f85a-58fa-e9be-ab787fe15905-2b13063b {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_6162fce3-f85a-58fa-e9be-ab787fe15925-2b13063b {
  grid-column: span 6 / span 6;
}

#w-node-_6162fce3-f85a-58fa-e9be-ab787fe1592b-2b13063b {
  grid-area: 2 / 3 / 3 / 11;
}

#w-node-_6162fce3-f85a-58fa-e9be-ab787fe1593b-2b13063b {
  grid-column: span 6 / span 6;
}

#w-node-_6162fce3-f85a-58fa-e9be-ab787fe15941-2b13063b {
  grid-area: 3 / 5 / 4 / 13;
}

#w-node-_6162fce3-f85a-58fa-e9be-ab787fe1596a-2b13063b {
  grid-column: span 6 / span 6;
}

#w-node-e6bf2acb-ec24-6a93-e5d2-4cc3eee394a9-2b13063b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_18472b64-b9b3-2b07-edbc-7e528b785352-2b13063b {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-d9164d2f-b69e-d788-7f99-12baa0ff114a-2b13063b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_1cd142e8-0d05-5cd3-a75c-3e193cce0099-2b13063b {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
}

#w-node-e1a8a9fc-ce37-7be1-06ba-2a226244ff99-2b13063b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center end;
}

#w-node-e45437c2-f3f1-3585-3b23-5340a0f9b83f-2b13063b {
  grid-area: 1 / 2 / 2 / 8;
  align-self: center;
}

#w-node-_65b9954f-c72d-24ad-2ac5-7ba8e6cf3db4-2b13063b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_65b9954f-c72d-24ad-2ac5-7ba8e6cf3db7-2b13063b {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
}

#w-node-_65b9954f-c72d-24ad-2ac5-7ba8e6cf3dba-2b13063b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center end;
}

#w-node-_65b9954f-c72d-24ad-2ac5-7ba8e6cf3dbe-2b13063b {
  grid-area: 1 / 2 / 2 / 8;
  align-self: center;
}

#w-node-f8acb47d-f5f1-8301-6a74-5a6851153f0f-2b13063b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-f8acb47d-f5f1-8301-6a74-5a6851153f12-2b13063b {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
}

#w-node-f8acb47d-f5f1-8301-6a74-5a6851153f15-2b13063b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center end;
}

#w-node-f8acb47d-f5f1-8301-6a74-5a6851153f19-2b13063b {
  grid-area: 1 / 2 / 2 / 8;
  align-self: center;
}

#w-node-_6a59b651-0ca4-a202-82ac-9784f6cd4ac4-2b13063b {
  align-self: end;
}

#w-node-_6a59b651-0ca4-a202-82ac-9784f6cd4ac8-2b13063b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a59b651-0ca4-a202-82ac-9784f6cd4acf-2b13063b, #w-node-_6a59b651-0ca4-a202-82ac-9784f6cd4ae8-2b13063b, #w-node-_6a59b651-0ca4-a202-82ac-9784f6cd4b01-2b13063b {
  align-self: stretch;
}

#w-node-a2c5988a-ba13-57c0-ae5c-75552ece73a1-2b13063b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a2c5988a-ba13-57c0-ae5c-75552ece73a8-2b13063b {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-a2c5988a-ba13-57c0-ae5c-75552ece73ea-2b13063b, #w-node-a2c5988a-ba13-57c0-ae5c-75552ece73ee-2b13063b, #w-node-a2c5988a-ba13-57c0-ae5c-75552ece73f2-2b13063b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2c5988a-ba13-57c0-ae5c-75552ece73f6-2b13063b {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-a2c5988a-ba13-57c0-ae5c-75552ece73f7-2b13063b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a2c5988a-ba13-57c0-ae5c-75552ece73fc-2b13063b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a2c5988a-ba13-57c0-ae5c-75552ece7401-2b13063b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e7a682f7-f9f9-fedc-039d-7962aaf1d012-2b13063b {
  grid-area: 2 / 3 / 3 / 13;
}

#w-node-e7a682f7-f9f9-fedc-039d-7962aaf1d013-2b13063b, #w-node-e7a682f7-f9f9-fedc-039d-7962aaf1d027-2b13063b, #w-node-e7a682f7-f9f9-fedc-039d-7962aaf1d099-2b13063b, #w-node-e7a682f7-f9f9-fedc-039d-7962aaf1d04e-2b13063b, #w-node-e7a682f7-f9f9-fedc-039d-7962aaf1d03b-2b13063b, #w-node-e7a682f7-f9f9-fedc-039d-7962aaf1d063-2b13063b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b18603a6-99d8-eb73-3165-bd1f3e260028-2b13063b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b18603a6-99d8-eb73-3165-bd1f3e26002a-2b13063b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b18603a6-99d8-eb73-3165-bd1f3e26002c-2b13063b {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-b18603a6-99d8-eb73-3165-bd1f3e26002e-2b13063b {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-b18603a6-99d8-eb73-3165-bd1f3e260030-2b13063b {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-b18603a6-99d8-eb73-3165-bd1f3e260032-2b13063b {
  grid-area: 2 / 6 / 3 / 7;
}

#w-node-b18603a6-99d8-eb73-3165-bd1f3e260034-2b13063b {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-b18603a6-99d8-eb73-3165-bd1f3e260036-2b13063b {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-b18603a6-99d8-eb73-3165-bd1f3e260038-2b13063b {
  grid-area: 3 / 5 / 4 / 6;
}

#w-node-b18603a6-99d8-eb73-3165-bd1f3e26003a-2b13063b {
  grid-area: 3 / 7 / 4 / 8;
}

#w-node-b18603a6-99d8-eb73-3165-bd1f3e26003c-2b13063b {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-b18603a6-99d8-eb73-3165-bd1f3e26003e-2b13063b {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-b18603a6-99d8-eb73-3165-bd1f3e260040-2b13063b {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-b18603a6-99d8-eb73-3165-bd1f3e260042-2b13063b {
  grid-area: 4 / 5 / 5 / 6;
}

#w-node-b18603a6-99d8-eb73-3165-bd1f3e260044-2b13063b {
  grid-area: 4 / 7 / 5 / 8;
}

#w-node-b18603a6-99d8-eb73-3165-bd1f3e260046-2b13063b {
  grid-area: 4 / 8 / 5 / 9;
}

#w-node-b18603a6-99d8-eb73-3165-bd1f3e260048-2b13063b {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-b18603a6-99d8-eb73-3165-bd1f3e26004a-2b13063b {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-b18603a6-99d8-eb73-3165-bd1f3e26004c-2b13063b {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-b18603a6-99d8-eb73-3165-bd1f3e26004e-2b13063b {
  grid-area: 5 / 4 / 6 / 5;
}

#w-node-b18603a6-99d8-eb73-3165-bd1f3e260050-2b13063b {
  grid-area: 5 / 6 / 6 / 7;
}

#w-node-b18603a6-99d8-eb73-3165-bd1f3e260052-2b13063b {
  grid-area: 5 / 7 / 6 / 8;
}

#w-node-b18603a6-99d8-eb73-3165-bd1f3e260054-2b13063b {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-b18603a6-99d8-eb73-3165-bd1f3e260058-2b13063b {
  grid-area: 2 / 3 / 3 / 6;
}

#w-node-b18603a6-99d8-eb73-3165-bd1f3e26005c-2b13063b {
  grid-area: 3 / 1 / 5 / 2;
}

#w-node-b18603a6-99d8-eb73-3165-bd1f3e260060-2b13063b {
  grid-area: 3 / 5 / 4 / 8;
}

#w-node-c560a8b3-5bd6-350b-9d30-7e7291f88abe-91f88abb {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_41a52a93-f767-8c94-a416-43aeabba4dbc-91f88abb {
  grid-area: 1 / 12 / 2 / 13;
  justify-self: end;
}

#w-node-c560a8b3-5bd6-350b-9d30-7e7291f88ac5-91f88abb {
  grid-area: 1 / 9 / 2 / 11;
  justify-self: start;
}

#w-node-c560a8b3-5bd6-350b-9d30-7e7291f88ace-91f88abb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ce051cb-7019-8a02-9531-6dd014fd6ae9-2b13063e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_3ce051cb-7019-8a02-9531-6dd014fd6aee-2b13063e {
  grid-area: 1 / 12 / 2 / 13;
  justify-self: end;
}

#w-node-_3ce051cb-7019-8a02-9531-6dd014fd6af0-2b13063e {
  grid-area: 1 / 9 / 2 / 11;
  justify-self: start;
}

#w-node-_3ce051cb-7019-8a02-9531-6dd014fd6af9-2b13063e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed5837f8-28e7-69bd-741f-4a238086999d-2b13063e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ed5837f8-28e7-69bd-741f-4a23808699a0-2b13063e {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-b824e02a-3f63-df9b-2d9d-2e006a5bb326-2b13063e {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_9cc83d05-b89b-23f5-1c7f-730690a9ec4d-2b13063e, #w-node-_23161b66-2e4c-8ab7-c329-af20e4b48f63-2b13063e, #w-node-_4f55c975-6252-21ce-0bc4-91bd718c1f34-2b13063e, #w-node-e43cca6e-2ab8-db9e-0b0a-5a4827d8b4ce-2b13063e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ee60c8a-c738-d87b-3bb4-e13322f30058-2b13063e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8ee60c8a-c738-d87b-3bb4-e13322f3005c-2b13063e {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_8ee60c8a-c738-d87b-3bb4-e13322f3005f-2b13063e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_8ee60c8a-c738-d87b-3bb4-e13322f30062-2b13063e {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_8ee60c8a-c738-d87b-3bb4-e13322f30065-2b13063e {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center end;
}

#w-node-_4c095ba7-0367-9f35-becb-26b90bafb3b3-2b13063e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_4c095ba7-0367-9f35-becb-26b90bafb3b6-2b13063e {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_4c095ba7-0367-9f35-becb-26b90bafb3b9-2b13063e {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center end;
}

#w-node-_9877ec9f-8f14-1543-5c11-b36a85c9995c-2b13063e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_9877ec9f-8f14-1543-5c11-b36a85c9995f-2b13063e {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_9877ec9f-8f14-1543-5c11-b36a85c99962-2b13063e {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center end;
}

#w-node-_32c16079-b7dd-6ddb-8809-7fd0ae29fb47-2b13063e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_32c16079-b7dd-6ddb-8809-7fd0ae29fb4a-2b13063e {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_32c16079-b7dd-6ddb-8809-7fd0ae29fb4d-2b13063e {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center end;
}

#w-node-bcc75260-71bd-2404-3a8d-8f2ab4b161fb-2b13063e, #w-node-bcc75260-71bd-2404-3a8d-8f2ab4b161fd-2b13063e, #w-node-bcc75260-71bd-2404-3a8d-8f2ab4b161ff-2b13063e, #w-node-bcc75260-71bd-2404-3a8d-8f2ab4b16201-2b13063e, #w-node-bcc75260-71bd-2404-3a8d-8f2ab4b16203-2b13063e, #w-node-bcc75260-71bd-2404-3a8d-8f2ab4b16205-2b13063e, #w-node-bcc75260-71bd-2404-3a8d-8f2ab4b16207-2b13063e, #w-node-bcc75260-71bd-2404-3a8d-8f2ab4b16209-2b13063e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0297bfc2-1d2f-a4e3-8ede-bc99efb6ad61-2b13063e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0297bfc2-1d2f-a4e3-8ede-bc99efb6ad64-2b13063e {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-cfc70934-fc5e-bd42-42a2-a5858e42faa7-2b13063e {
  grid-area: 2 / 3 / 3 / 13;
}

#w-node-_7cfb5466-3891-217b-3c58-476140fbca7d-2b13063e, #w-node-e7acb557-ad1c-7c6f-031d-a201afdc8eaa-2b13063e, #w-node-a3ae4c66-5438-7cb7-ff91-c9faa029ca5c-2b13063e, #w-node-_67f613a2-37bf-2cc2-ec27-b41d84ffce99-2b13063e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebd04c67-ec83-cf5b-104f-8ea6254a1562-2b13063e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ebd04c67-ec83-cf5b-104f-8ea6254a1565-2b13063e {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-ebd04c67-ec83-cf5b-104f-8ea6254a156a-2b13063e {
  grid-area: 2 / 3 / 3 / 13;
}

#w-node-ebd04c67-ec83-cf5b-104f-8ea6254a156b-2b13063e, #w-node-ebd04c67-ec83-cf5b-104f-8ea6254a157b-2b13063e, #w-node-ebd04c67-ec83-cf5b-104f-8ea6254a158c-2b13063e, #w-node-ebd04c67-ec83-cf5b-104f-8ea6254a159d-2b13063e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f98652b4-8325-9c03-53a8-7d1e1cffea92-1cffea8c {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-f98652b4-8325-9c03-53a8-7d1e1cffea97-1cffea8c {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: center;
}

#w-node-_6f269850-87d2-057c-9ddc-d45374319d28-2b13063f {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_55db3350-c5c7-6c6c-702f-7846970e0acc-2b130642 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_1c70edb6-0ed7-01cc-6cbe-a1077845d507-2b130642 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_811d87c7-1743-c00f-910a-17168941d03a-2b130642 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: end;
}

#w-node-_91460075-3fdb-c6f4-4075-c834d35b5459-2b130643 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-a678bd8f-3b5f-8a89-1714-d456b136bc7c-2b130644 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-a678bd8f-3b5f-8a89-1714-d456b136bc90-2b130644 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_207f7d9a-5da0-1515-7c13-9cfedd209c06-2b130644 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_83193b7a-d5a6-6554-7ef6-2c7d6eeed874-2b130646, #w-node-c7ec1526-134e-0110-0d4e-fc3d49e5dd36-2b130646 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a2dea1-7b19-9802-27ac-394ee8cd7ed3-2b130648 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-c55b9d9d-cf14-765a-7c06-3c8497825069-97825065 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c55b9d9d-cf14-765a-7c06-3c849782506d-97825065 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-c55b9d9d-cf14-765a-7c06-3c8497825072-97825065 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-c55b9d9d-cf14-765a-7c06-3c8497825075-97825065 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c55b9d9d-cf14-765a-7c06-3c8497825077-97825065 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-c55b9d9d-cf14-765a-7c06-3c849782507a-97825065 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center end;
}

#w-node-_0cd19efc-2bd5-cd46-6cbb-036ed02181e1-2b130649 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_9dc9bfd2-59a4-c2ed-a869-b95b51083023-2b130649 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4ddfb-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de18-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de1a-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de1b-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de1c-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de1d-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de1e-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de1f-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de20-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de21-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de22-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de23-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de24-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de25-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de26-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de27-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de28-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de29-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de2a-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de2b-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de2c-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de2d-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de2e-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de2f-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de30-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de31-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de32-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de33-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de34-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de35-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de36-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de37-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de38-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de39-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de3a-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de3b-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de3c-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de3d-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de3e-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de3f-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de40-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de41-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de42-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de43-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de44-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de45-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de46-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de47-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de48-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de49-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de4a-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de4b-2b13064a, #w-node-_8c01f6eb-49bb-f352-b9dd-b9afe37ee4af-2b13064e, #w-node-_8c01f6eb-49bb-f352-b9dd-b9afe37ee4c3-2b13064e, #w-node-_8c01f6eb-49bb-f352-b9dd-b9afe37ee4c8-2b13064e, #w-node-_8c01f6eb-49bb-f352-b9dd-b9afe37ee4df-2b13064e, #w-node-_8c01f6eb-49bb-f352-b9dd-b9afe37ee509-2b13064e, #w-node-_8c01f6eb-49bb-f352-b9dd-b9afe37ee53f-2b13064e, #w-node-_8c01f6eb-49bb-f352-b9dd-b9afe37ee55d-2b13064e, #w-node-_8c01f6eb-49bb-f352-b9dd-b9afe37ee55f-2b13064e, #w-node-_8c01f6eb-49bb-f352-b9dd-b9afe37ee564-2b13064e, #w-node-_8c01f6eb-49bb-f352-b9dd-b9afe37ee56d-2b13064e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f269850-87d2-057c-9ddc-d45374319d28-2b13064f {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_58a8342c-b3ad-d83a-47fb-4fa32c86e7c3-2b130650 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_58a8342c-b3ad-d83a-47fb-4fa32c86e7c7-2b130650 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-eed25f64-144c-ea02-dbba-89598b393884-2b130650 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-eed25f64-144c-ea02-dbba-89598b393887-2b130650 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eed25f64-144c-ea02-dbba-89598b393889-2b130650 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-eed25f64-144c-ea02-dbba-89598b39388e-2b130650 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center end;
}

#w-node-f3784282-1af1-f4b1-2aba-2a714e459fdb-2b130650 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-f3784282-1af1-f4b1-2aba-2a714e459fde-2b130650 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f3784282-1af1-f4b1-2aba-2a714e459fe0-2b130650 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-f3784282-1af1-f4b1-2aba-2a714e459fe5-2b130650 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center end;
}

#w-node-e1aa4383-7bc2-a53a-f6a1-274ce334200c-2b130650 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-e1aa4383-7bc2-a53a-f6a1-274ce334200f-2b130650 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e1aa4383-7bc2-a53a-f6a1-274ce3342011-2b130650 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-e1aa4383-7bc2-a53a-f6a1-274ce3342016-2b130650 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center end;
}

@media screen and (min-width: 1440px) {
  #w-node-a2c5988a-ba13-57c0-ae5c-75552ece73a1-2b13063b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a2c5988a-ba13-57c0-ae5c-75552ece73f6-2b13063b {
    grid-area: 1 / 3 / 2 / 13;
  }

  #w-node-a2c5988a-ba13-57c0-ae5c-75552ece73f7-2b13063b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a2c5988a-ba13-57c0-ae5c-75552ece73fc-2b13063b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a2c5988a-ba13-57c0-ae5c-75552ece7401-2b13063b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f98652b4-8325-9c03-53a8-7d1e1cffea97-1cffea8c {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_61368520-4941-5102-e73a-a97c4009ec7b-2b13063b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_61368520-4941-5102-e73a-a97c4009ec7e-2b13063b {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_6162fce3-f85a-58fa-e9be-ab787fe1592b-2b13063b, #w-node-_6162fce3-f85a-58fa-e9be-ab787fe15941-2b13063b {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_18472b64-b9b3-2b07-edbc-7e528b785352-2b13063b {
    grid-area: span 1 / span 9 / span 1 / span 9;
  }

  #w-node-a2c5988a-ba13-57c0-ae5c-75552ece73a1-2b13063b, #w-node-a2c5988a-ba13-57c0-ae5c-75552ece7401-2b13063b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-e7a682f7-f9f9-fedc-039d-7962aaf1d012-2b13063b {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_41a52a93-f767-8c94-a416-43aeabba4dbc-91f88abb {
    grid-column: 5 / 7;
  }

  #w-node-c560a8b3-5bd6-350b-9d30-7e7291f88ac5-91f88abb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c560a8b3-5bd6-350b-9d30-7e7291f88ad0-91f88abb {
    justify-self: center;
  }

  #w-node-_3ce051cb-7019-8a02-9531-6dd014fd6aee-2b13063e {
    grid-column: 5 / 7;
  }

  #w-node-_3ce051cb-7019-8a02-9531-6dd014fd6af0-2b13063e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3ce051cb-7019-8a02-9531-6dd014fd6afb-2b13063e {
    justify-self: center;
  }

  #w-node-ed5837f8-28e7-69bd-741f-4a238086999d-2b13063e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-b824e02a-3f63-df9b-2d9d-2e006a5bb326-2b13063e {
    grid-column: 1 / 7;
  }

  #w-node-_8ee60c8a-c738-d87b-3bb4-e13322f3005c-2b13063e {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_0297bfc2-1d2f-a4e3-8ede-bc99efb6ad61-2b13063e, #w-node-_0297bfc2-1d2f-a4e3-8ede-bc99efb6ad64-2b13063e {
    grid-column: span 6 / span 6;
  }

  #w-node-cfc70934-fc5e-bd42-42a2-a5858e42faa7-2b13063e {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-ebd04c67-ec83-cf5b-104f-8ea6254a1562-2b13063e, #w-node-ebd04c67-ec83-cf5b-104f-8ea6254a1565-2b13063e {
    grid-column: span 6 / span 6;
  }

  #w-node-ebd04c67-ec83-cf5b-104f-8ea6254a156a-2b13063e {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-f98652b4-8325-9c03-53a8-7d1e1cffea97-1cffea8c {
    justify-self: start;
  }

  #w-node-_6f269850-87d2-057c-9ddc-d45374319d28-2b13063f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_811d87c7-1743-c00f-910a-17168941d03a-2b130642 {
    grid-column: span 6 / span 6;
  }

  #w-node-_91460075-3fdb-c6f4-4075-c834d35b5459-2b130643 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a678bd8f-3b5f-8a89-1714-d456b136bc7c-2b130644 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-a678bd8f-3b5f-8a89-1714-d456b136bc90-2b130644 {
    order: -9999;
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_89a2dea1-7b19-9802-27ac-394ee8cd7ed3-2b130648 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c55b9d9d-cf14-765a-7c06-3c849782506d-97825065 {
    grid-area: span 1 / span 9 / span 1 / span 9;
  }

  #w-node-c55b9d9d-cf14-765a-7c06-3c8497825075-97825065 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-c55b9d9d-cf14-765a-7c06-3c8497825077-97825065 {
    grid-column: span 5 / span 5;
  }

  #w-node-c55b9d9d-cf14-765a-7c06-3c849782507a-97825065 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0cd19efc-2bd5-cd46-6cbb-036ed02181e1-2b130649 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    place-self: center;
  }

  #w-node-_9dc9bfd2-59a4-c2ed-a869-b95b51083023-2b130649 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_6f269850-87d2-057c-9ddc-d45374319d28-2b13064f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_58a8342c-b3ad-d83a-47fb-4fa32c86e7c7-2b130650 {
    grid-area: span 1 / span 9 / span 1 / span 9;
  }

  #w-node-eed25f64-144c-ea02-dbba-89598b393887-2b130650 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-eed25f64-144c-ea02-dbba-89598b393889-2b130650 {
    grid-column: span 5 / span 5;
  }

  #w-node-eed25f64-144c-ea02-dbba-89598b39388e-2b130650 {
    grid-column: span 1 / span 1;
  }

  #w-node-f3784282-1af1-f4b1-2aba-2a714e459fde-2b130650 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-f3784282-1af1-f4b1-2aba-2a714e459fe0-2b130650 {
    grid-column: span 5 / span 5;
  }

  #w-node-f3784282-1af1-f4b1-2aba-2a714e459fe5-2b130650 {
    grid-column: span 1 / span 1;
  }

  #w-node-e1aa4383-7bc2-a53a-f6a1-274ce334200f-2b130650 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-e1aa4383-7bc2-a53a-f6a1-274ce3342011-2b130650 {
    grid-column: span 5 / span 5;
  }

  #w-node-e1aa4383-7bc2-a53a-f6a1-274ce3342016-2b130650 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6162fce3-f85a-58fa-e9be-ab787fe15905-2b13063b, #w-node-_6162fce3-f85a-58fa-e9be-ab787fe1592b-2b13063b, #w-node-_6162fce3-f85a-58fa-e9be-ab787fe15941-2b13063b, #w-node-_18472b64-b9b3-2b07-edbc-7e528b785352-2b13063b, #w-node-d9164d2f-b69e-d788-7f99-12baa0ff114a-2b13063b {
    grid-column: span 4 / span 4;
  }

  #w-node-_1cd142e8-0d05-5cd3-a75c-3e193cce0099-2b13063b, #w-node-e1a8a9fc-ce37-7be1-06ba-2a226244ff99-2b13063b {
    grid-column: span 4 / span 4;
    justify-self: start;
  }

  #w-node-e45437c2-f3f1-3585-3b23-5340a0f9b83f-2b13063b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_65b9954f-c72d-24ad-2ac5-7ba8e6cf3db4-2b13063b, #w-node-_65b9954f-c72d-24ad-2ac5-7ba8e6cf3db7-2b13063b {
    grid-column: span 4 / span 4;
  }

  #w-node-_65b9954f-c72d-24ad-2ac5-7ba8e6cf3dba-2b13063b {
    grid-column: span 4 / span 4;
    justify-self: start;
  }

  #w-node-_65b9954f-c72d-24ad-2ac5-7ba8e6cf3dbe-2b13063b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-f8acb47d-f5f1-8301-6a74-5a6851153f0f-2b13063b, #w-node-f8acb47d-f5f1-8301-6a74-5a6851153f12-2b13063b {
    grid-column: span 4 / span 4;
  }

  #w-node-f8acb47d-f5f1-8301-6a74-5a6851153f15-2b13063b {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center start;
  }

  #w-node-f8acb47d-f5f1-8301-6a74-5a6851153f19-2b13063b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6a59b651-0ca4-a202-82ac-9784f6cd4ac8-2b13063b {
    grid-column: span 1 / span 1;
  }

  #w-node-_41a52a93-f767-8c94-a416-43aeabba4dbc-91f88abb, #w-node-_3ce051cb-7019-8a02-9531-6dd014fd6aee-2b13063e {
    grid-column: 3 / 5;
  }

  #w-node-f98652b4-8325-9c03-53a8-7d1e1cffea92-1cffea8c {
    grid-column: span 4 / span 4;
  }

  #w-node-_6f269850-87d2-057c-9ddc-d45374319d28-2b13063f {
    grid-column: span 12 / span 12;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e6bf2acb-ec24-6a93-e5d2-4cc3eee394a9-2b13063b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-e45437c2-f3f1-3585-3b23-5340a0f9b83f-2b13063b, #w-node-_65b9954f-c72d-24ad-2ac5-7ba8e6cf3dbe-2b13063b, #w-node-f8acb47d-f5f1-8301-6a74-5a6851153f19-2b13063b {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: center;
  }

  #w-node-a2c5988a-ba13-57c0-ae5c-75552ece73a1-2b13063b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a2c5988a-ba13-57c0-ae5c-75552ece73a8-2b13063b {
    grid-column: span 4 / span 4;
  }

  #w-node-a2c5988a-ba13-57c0-ae5c-75552ece7401-2b13063b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c560a8b3-5bd6-350b-9d30-7e7291f88abe-91f88abb {
    grid-column: span 1 / span 1;
  }

  #w-node-_41a52a93-f767-8c94-a416-43aeabba4dbc-91f88abb {
    grid-column: 2 / 3;
  }

  #w-node-_3ce051cb-7019-8a02-9531-6dd014fd6ae9-2b13063e {
    grid-column: span 1 / span 1;
  }

  #w-node-_3ce051cb-7019-8a02-9531-6dd014fd6aee-2b13063e {
    grid-column: 2 / 3;
  }

  #w-node-ed5837f8-28e7-69bd-741f-4a238086999d-2b13063e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ed5837f8-28e7-69bd-741f-4a23808699a0-2b13063e {
    grid-column: span 4 / span 4;
  }

  #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de40-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de42-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de44-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de46-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de48-2b13064a, #w-node-_601c0c8a-3e34-b749-fa6e-a350a2d4de4a-2b13064a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}