@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-BlackItalic.otf') format("opentype");
  font-weight: 900;
  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-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  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-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@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-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

:root {
  --color--deep-charcoal: #121212;
  --font--satoshi: Satoshi, sans-serif;
  --color--soft-pearl: #ebebeb;
  --text-size--regular: 1rem;
  --color--midnight-slate\<deleted\|variable-82b3a5fc-8d02-3c27-16bb-68c1e929d013\>: #212121;
  --color--crimson-ember\<deleted\|variable-86ef75dd-2689-50b5-4630-aa042b16e7b9\>: #ed5145;
  --heading--h1: 6.5rem;
  --text-size--small: .875rem;
  --heading--h2: 5.6rem;
  --heading--h3: 4.75rem;
  --heading--h4: 3.75rem;
  --heading--h6: 2.5rem;
  --heading--h5: 3.375rem;
  --text-size--huge: 2rem;
  --text-size--large: 1.5rem;
  --text-size--medium: 1.125rem;
  --text-size--tiny: .75rem;
  --color--white: white;
  --color--graphite-gray\<deleted\|variable-aebd0406-bb68-3383-10a3-6d3a86aa43ad\>: #1a1a1a;
  --text-size--display: 2.25rem;
  --color--blue-zodiac\<deleted\|variable-7d29284d-e108-b324-9357-06d3d6eaeaab\>: #0c1f25;
  --color--coral-sunset\<deleted\|variable-1b36cacd-63e5-2808-ae51-4e1d57776090\>: #ff7e5d;
  --poppins: Poppins, sans-serif;
}

.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-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  background-color: var(--color--deep-charcoal);
  font-family: var(--font--satoshi);
  color: var(--color--soft-pearl);
  font-size: var(--text-size--regular);
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  opacity: 1;
  color: var(--color--soft-pearl);
  text-decoration: none;
}

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

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

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

figure {
  margin-bottom: 10px;
}

.container {
  max-width: 110rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.container.small {
  max-width: 80rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.container.medium {
  max-width: 100rem;
}

.container.large {
  max-width: 100vw;
}

.style-guide {
  margin-top: 0;
}

.style-guide-component {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-guide-heading {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.style-guide-heading.small-gap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.divider-style-guide {
  background-color: var(--color--soft-pearl);
  opacity: .2;
  width: 100%;
  height: 1px;
}

.style-item {
  background-color: #2e2d2d;
  border: 1px solid #fbfbfb21;
  flex-flow: column;
  transition: background-color .4s;
  display: flex;
}

.style-item:hover {
  background-color: var(--color--midnight-slate\<deleted\|variable-82b3a5fc-8d02-3c27-16bb-68c1e929d013\>);
}

.style-header {
  border-bottom: 1px solid #fbfbfb21;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.style-name-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.class-name {
  background-color: var(--color--crimson-ember\<deleted\|variable-86ef75dd-2689-50b5-4630-aa042b16e7b9\>);
  border-radius: 1rem;
  padding: .375rem .75rem;
}

.style-item-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.heading-1 {
  font-size: var(--heading--h1);
  letter-spacing: -.13rem;
  font-weight: 400;
  line-height: 1;
}

.text-size-small {
  font-size: var(--text-size--small);
}

.heading-2 {
  font-size: var(--heading--h2);
  font-weight: 400;
  line-height: 1;
}

.style-guide-item-wrap {
  margin-top: 3rem;
  margin-bottom: 6rem;
}

.heading-3 {
  font-size: var(--heading--h3);
  letter-spacing: -.1675rem;
  font-weight: 400;
  line-height: 1.25;
}

.heading-4 {
  font-size: var(--heading--h4);
  letter-spacing: -.2325rem;
  font-weight: 400;
  line-height: 1;
}

.heading-6 {
  font-size: var(--heading--h6);
  font-weight: 400;
  line-height: 1.15;
}

.heading-6.font-poppins {
  font-weight: 400;
}

.heading-6.text-weight-bold.letter-spacing-minus-15 {
  letter-spacing: -.15rem;
}

.heading-5 {
  font-size: var(--heading--h5);
  font-weight: 400;
  line-height: 1.2;
}

.style-guide-item-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--color--soft-pearl);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

.text-size-huge {
  font-size: var(--text-size--huge);
  letter-spacing: -.0375rem;
  font-weight: 400;
  line-height: 1.16;
}

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

.text-size-xlarge {
  font-size: 1.8125rem;
}

.text-size-large {
  font-size: var(--text-size--large);
  font-weight: 400;
  line-height: 1.5;
}

.text-size-medium {
  font-size: var(--text-size--medium);
}

.text-size-regular {
  font-size: var(--text-size--regular);
  overflow-wrap: normal;
}

.text-size-tiny {
  font-size: var(--text-size--tiny);
  letter-spacing: 1px;
}

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

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

.text-weight-medium.caps.text-size-small {
  color: var(--color--white);
  -webkit-text-stroke-color: var(--color--white);
  mix-blend-mode: normal;
  background-color: #0000;
}

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

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

.font-satoshi {
  font-family: var(--font--satoshi);
}

.caps {
  text-transform: uppercase;
}

.caps.text-size-small.letter-spacing {
  letter-spacing: 2px;
}

.rich-text {
  text-align: left;
  flex-flow: column;
}

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

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

.rich-text h3 {
  margin-bottom: 1.5rem;
  font-weight: 400;
}

.rich-text h2 {
  margin-bottom: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.rich-text h1, .rich-text h4, .rich-text h5 {
  margin-bottom: 1.5rem;
  font-weight: 400;
}

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

.style-guide-rich-text {
  margin-top: 4rem;
}

.style-guide-hero {
  background-color: #ffffff08;
  margin-bottom: 3rem;
  padding-top: 15vh;
  padding-bottom: 5rem;
}

.style-guide-hero.no-margin {
  margin-bottom: 0;
}

.opacity-80 {
  opacity: .8;
}

.text-color-white {
  opacity: 1;
  color: var(--color--soft-pearl);
}

.footer {
  color: var(--color--soft-pearl);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.utility-page-wrap {
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
  color: var(--color--soft-pearl);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.utility-page-content {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
}

.divider-line {
  background-color: var(--color--soft-pearl);
  opacity: 1;
  width: 100%;
  height: 1px;
}

.button-banner {
  grid-column-gap: .75rem;
  background-color: var(--color--soft-pearl);
  perspective: 78.125rem;
  color: #0000;
  border-style: solid;
  border-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 0 0 9px;
  position: absolute;
  inset: 0%;
}

.button-banner:hover {
  border-color: #0000;
}

.button-banner.transparent {
  background-color: #0000;
}

.empty-state {
  text-align: center;
  background-color: #0000;
  border-bottom-color: #101011;
  border-left-color: #101011;
  border-right-color: #101011;
}

.error-message {
  color: #fbfbfb;
  text-align: center;
  background-color: #ec3c3c;
  border-radius: .7rem;
  margin-top: 2rem;
  padding: 1.5rem 1.1rem;
}

.text-field {
  color: var(--color--soft-pearl);
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #fff3;
  border-radius: 0;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 1rem;
  font-size: 1rem;
  transition: all .4s;
}

.text-field:hover {
  color: var(--color--soft-pearl);
  border-bottom-color: #fff;
  border-radius: .5rem;
  padding-left: 1.2rem;
}

.text-field:active {
  border-color: #0000 #0000 #fff;
}

.text-field:focus, .text-field.-wfp-focus {
  color: var(--color--soft-pearl);
  border-color: #0000 #0000 #fff;
}

.pricing-heading {
  max-width: 80vh;
}

.pricing-subtitle {
  opacity: .8;
  letter-spacing: 0;
  max-width: 57ch;
}

.pricing-card-grid {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  max-width: 90rem;
  color: var(--color--soft-pearl);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch center;
  display: flex;
}

.pricing-card-grid:nth-child(2n) {
  flex-flow: row-reverse;
  display: flex;
}

.password-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: center;
  width: 32rem;
  margin-top: 2rem;
  display: flex;
}

.style-guide-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.section-style-guide {
  margin-top: 0;
}

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

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

.changelog-component {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  margin-bottom: 12rem;
}

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

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

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

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

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

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

.license-component {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 6.2rem;
  margin-bottom: 7.7rem;
  display: grid;
}

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

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

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

.license-image-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10rem;
  display: flex;
  overflow: hidden;
}

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

.checkout-form {
  background-color: var(--color--deep-charcoal);
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.block-content {
  border-width: 0 0 1px;
  border-color: var(--color--graphite-gray\<deleted\|variable-aebd0406-bb68-3383-10a3-6d3a86aa43ad\>) var(--color--midnight-slate\<deleted\|variable-82b3a5fc-8d02-3c27-16bb-68c1e929d013\>) #fbfbfb1a;
  color: var(--color--soft-pearl);
  background-color: #161616;
  border-top-style: solid;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.block-content.top-content {
  border-radius: .5px;
}

.top-content {
  border-width: 0 0 1px;
  border-color: var(--color--midnight-slate\<deleted\|variable-82b3a5fc-8d02-3c27-16bb-68c1e929d013\>) var(--color--midnight-slate\<deleted\|variable-82b3a5fc-8d02-3c27-16bb-68c1e929d013\>) #fbfbfb1a;
  color: var(--color--soft-pearl);
  background-color: #161616;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.text-size-display {
  font-size: var(--text-size--display);
  letter-spacing: -.0675rem;
  line-height: 1.2;
}

.heading-images {
  grid-row-gap: 3rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 9.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.navbar {
  z-index: 90;
  background-color: #0000;
  position: absolute;
  inset: 0% 0% auto;
}

.shipping-method-list {
  border-left-color: #0000;
  border-right-color: #0000;
}

.shipping-method {
  background-color: #0000;
  border-bottom-color: #0000;
}

.card-link {
  z-index: 1;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.team-member-component {
  flex-direction: column;
  margin-top: 15vh;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
}

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

.parallax-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 60ch;
  display: flex;
}

.parallax-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.parallax-card:nth-child(2n) {
  position: relative;
  top: 12rem;
}

.features-link {
  justify-content: center;
  align-items: center;
  padding-bottom: .8rem;
  padding-right: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.relative {
  z-index: 3;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.relative.text-color-black {
  color: var(--color--deep-charcoal);
}

.relative.add-to-cart-button {
  color: var(--color--deep-charcoal);
  justify-content: center;
  align-items: center;
  padding: 1rem 2.5rem;
}

.marquee-heading-component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.marquee-heading {
  text-align: center;
  max-width: 40vw;
}

.marquee-description {
  opacity: .8;
  text-align: center;
  max-width: 60ch;
}

.banner-wrapper {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  background-color: var(--color--blue-zodiac\<deleted\|variable-7d29284d-e108-b324-9357-06d3d6eaeaab\>);
  border-radius: 1.375rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  margin-top: 12rem;
  margin-bottom: 12rem;
  padding: 2.5rem;
  display: grid;
}

.recent-blog-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  margin-top: 8rem;
  margin-bottom: 10rem;
  display: flex;
}

.cta-paragraph {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  opacity: .8;
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  max-width: 55ch;
  display: flex;
}

.cta-heading {
  max-width: 100vh;
}

.cta-button-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.grid-content {
  border-left: 1px solid #999f9933;
  padding-left: 2rem;
  padding-right: 2rem;
}

.about-us-paragraph {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  opacity: .7;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 44ch;
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: flex;
}

.home-integrations-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: center;
  max-width: 40vw;
  display: flex;
}

.integrations-row {
  border-bottom: 1px solid #c9d4d81a;
  width: 100%;
  padding-bottom: 1.5rem;
  transition: padding .25s;
}

.integrations-row:hover {
  padding-bottom: 1.8rem;
}

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

.logos-grid-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  opacity: .5;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 85%;
  margin-left: 0;
  margin-right: 0;
}

.logo {
  justify-content: center;
  align-items: center;
  transition: opacity .25s;
  display: flex;
}

.logo:hover {
  opacity: .5;
}

.heading-home {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  max-width: 33vw;
  display: flex;
}

.slider {
  background-color: #0000;
  height: 100%;
}

.main-text {
  align-items: flex-end;
  display: flex;
}

.display-none {
  display: none;
}

.elipse {
  background-color: var(--color--white);
  border-radius: 50%;
  width: .3rem;
  height: .3rem;
}

.blog-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.blog-card:first-child {
  flex-flow: column;
}

.marquee-tag {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  width: 18rem;
  display: flex;
  overflow: hidden;
}

.cta {
  max-width: 56vw;
}

.top-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  max-width: 30vw;
  display: flex;
}

.logo-grid {
  grid-column-gap: 7.5rem;
  grid-row-gap: 4rem;
  opacity: .8;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

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

.main-heading-works {
  grid-column-gap: 1.38rem;
  grid-row-gap: 1.38rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 95vh;
  display: flex;
}

.work-big-card-item {
  height: 100%;
}

.description-2-component {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.right-description {
  max-width: 25vw;
  display: flex;
}

.left-description {
  max-width: 63vw;
  display: flex;
}

.card-video-wrap {
  grid-row-gap: 1rem;
  background-color: var(--color--soft-pearl);
  color: var(--color--deep-charcoal);
  border: 1px solid #1010114d;
  border-radius: .5rem;
  flex-direction: column;
  padding: .8rem .8rem 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: border .3s, background-color .2s;
  display: flex;
  overflow: hidden;
}

.card-video-wrap:hover {
  border-color: var(--color--coral-sunset\<deleted\|variable-1b36cacd-63e5-2808-ae51-4e1d57776090\>);
  background-color: var(--color--coral-sunset\<deleted\|variable-1b36cacd-63e5-2808-ae51-4e1d57776090\>);
  color: var(--color--deep-charcoal);
}

.summary-sticky {
  top: 4rem;
}

.billing-address-toggle {
  justify-content: flex-start;
  align-items: center;
}

.country-text-field {
  color: #fbfbfb;
  background-color: #fbfbfb33;
  border: 1px solid #0000;
  border-radius: 0;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 1rem;
  font-size: 1rem;
  transition: all .4s;
}

.country-text-field:hover {
  color: #fbfbfb;
  border-width: .5px;
  border-color: #fbfbfb40;
  border-radius: .5rem;
  padding-left: 1.2rem;
}

.country-text-field:active {
  color: #fbfbfb;
}

.country-text-field:focus {
  color: #212121;
  border-color: #212121;
}

.country-text-field:focus-visible, .country-text-field[data-wf-focus-visible], .country-text-field:lang(en) {
  color: #212121;
}

.checkbox {
  margin-top: 0;
}

.button-secondary {
  border: 1px solid #212121;
  border-radius: .125rem;
  justify-content: space-between;
  align-items: flex-end;
  padding: .9rem 2.5rem;
  display: flex;
  position: relative;
}

.button-secondary.checkout {
  z-index: 2;
  color: var(--color--deep-charcoal);
  cursor: pointer;
  border-color: #0000;
  justify-content: center;
  transition: all .55s;
}

.button-secondary.checkout:hover {
  border-color: #0000;
}

.text-size-xlarge-vw {
  font-size: 1.24vw;
  font-weight: 400;
  line-height: 1.3;
}

.overflow-hidden {
  overflow: hidden;
}

.work-big-card {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-small-card {
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-content-wrapper {
  z-index: 2;
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.culture-title {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bottom-navbar {
  z-index: 50;
  object-fit: fill;
  background-color: #1c1c1ccc;
  border-radius: .6vw;
  justify-content: space-between;
  width: 100%;
  max-width: 90vw;
  padding: .4vw .4vw .4vw 1.2vw;
  display: flex;
  position: absolute;
  inset: auto auto 1vw;
}

.card-video-homepage {
  grid-row-gap: 1rem;
  background-color: var(--color--deep-charcoal);
  color: var(--color--soft-pearl);
  border: 1px solid #ebebeb33;
  flex-direction: column;
  padding: .8rem .8rem 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: border .3s, background-color .2s;
  display: flex;
  overflow: hidden;
}

.card-video-homepage:hover {
  background-color: #232323;
  border-color: #232323;
}

.who-we-are-title {
  opacity: .8;
  white-space: nowrap;
}

.who-we-are-component {
  grid-column-gap: 9rem;
  grid-row-gap: 9rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start center;
  width: 100%;
  display: flex;
}

.who-we-are-wrapper {
  margin-top: 1.56rem;
}

.who-we-are-content {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.button-primary {
  grid-column-gap: .38rem;
  grid-row-gap: .38rem;
  color: #e5e5e5;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.button-primary.absolute-button {
  color: #0000;
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.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: #e5e5e5;
  width: 30%;
  height: 1px;
}

.button-line-animation.white-mode-background {
  background-color: #fff;
}

.elipse-wrapper {
  opacity: .6;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  display: flex;
}

.button-wrapper {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  display: flex;
}

.card-collection-list-wrapper {
  width: 100%;
  height: 100%;
}

.work-small-card-list {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.work-big-card-component {
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.work-small-card-wrapper {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-small-card-item {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 35vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-big-card-wrapper {
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.work-big-card-list {
  height: 100%;
}

.work-cards-content {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.hover-follow-wrapper {
  z-index: 3;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hover-follow {
  color: #fbfbfb;
  background-color: #121212;
  border-radius: .5rem;
  padding: .5rem .75rem;
  font-weight: 500;
}

.big-card-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.works-marquee-wrapper {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  white-space: nowrap;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 1vh;
  display: flex;
}

.marquee-works {
  z-index: 2;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  align-items: center;
  display: flex;
  position: relative;
}

.work-text-size {
  color: #fbfbfb;
  text-transform: uppercase;
  font-size: 7.222vh;
  font-weight: 500;
  line-height: 7.222vh;
}

.elipse-marquee {
  background-color: #fbfbfb;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
}

.margin-top-home {
  margin-top: 9rem;
}

.video {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.mask-frame {
  z-index: 2;
  opacity: 1;
  background-color: #c9d4d8;
  position: absolute;
  inset: auto 0% 0%;
}

.source {
  position: relative;
}

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

.footer-social {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.6rem;
  height: 2.6rem;
  padding: .7rem;
  transition: all .3s;
  display: flex;
}

.footer-social:hover {
  color: #c9d4d8;
  background-color: #1c1c1c;
  transform: translate(0, -2px);
}

.footer-social-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 11rem;
  display: flex;
}

.footer-component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 3rem;
  display: flex;
}

.footer-heading {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
}

.footer-grid {
  grid-column-gap: 5.62rem;
  grid-row-gap: 5.62rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 4.8rem;
}

.icon-embed {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.button {
  z-index: 10;
  color: #fff7e7;
  letter-spacing: 0;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 12rem;
  padding: 1.7rem;
  line-height: 1.2;
  display: flex;
  position: relative;
}

.footer-link {
  color: #8e8c87;
  font-size: 1rem;
  font-weight: 400;
  transition: all .25s;
}

.footer-link:hover {
  color: var(--color--soft-pearl);
  transform: translate(0, -2px);
}

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

.font-poppins {
  font-family: var(--poppins);
}

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

.credits {
  text-decoration: none;
  transition: opacity .2s;
}

.credits:hover {
  opacity: .8;
}

.paragraph {
  color: #ffffff80;
}

.footer-links {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  align-items: center;
  display: flex;
}

.vertical-line {
  background-color: #8e8c87;
  width: 1px;
  height: .8rem;
}

.vertical-line.blog {
  height: 1rem;
}

.branding-subtitle {
  letter-spacing: 1px;
  max-width: 50ch;
}

.branding-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.branding-title {
  max-width: 70ch;
  position: relative;
}

.branding-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.works-cards-wrapper {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-flow: column;
  align-items: center;
  padding-top: 6rem;
  display: flex;
}

.section-name {
  opacity: 1;
  white-space: nowrap;
}

.about-grid {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
}

.about-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 90rem;
  display: flex;
}

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

.divider-line-team {
  opacity: 1;
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.heading-section {
  grid-column-gap: 1.4375rem;
  grid-row-gap: 1.4375rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-section.gap-team {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  position: relative;
}

.heading-section.relative-heading {
  opacity: 1;
}

.about-paragraph {
  grid-column-gap: 4.4rem;
  grid-row-gap: 4.4rem;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 25%;
  display: flex;
}

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

.works-sticky-wrapper {
  padding-top: 10rem;
  position: relative;
}

.works-sticky-item {
  width: 100%;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.works-title {
  margin-top: 1vw;
  margin-bottom: 1vw;
  margin-left: 1.5vw;
  position: absolute;
}

.works-sticky-link {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  min-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.works-image-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero-text-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 15vh;
  margin-bottom: 4.5rem;
  display: flex;
}

.hero-component {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-heading {
  padding-left: .2rem;
  padding-right: .2rem;
  position: relative;
  overflow: hidden;
}

.about-hero-text-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 15vh;
  margin-bottom: 4.5rem;
  display: flex;
}

.about-subtitle {
  letter-spacing: 1px;
  max-width: 45ch;
  margin-top: .5rem;
  overflow: hidden;
}

.parallax-image-wrapper {
  min-height: 100svh;
  overflow: hidden;
}

.parallax-image {
  width: 100%;
}

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

.collection-item-team {
  perspective: 1000px;
}

.team-component {
  grid-column-gap: 3.4rem;
  grid-row-gap: 3.4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 9rem;
  display: flex;
}

.team-cards {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.team-list {
  perspective: 62.5rem;
  align-self: stretch;
}

.team-cards-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.team-card {
  border-radius: .25rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 40vh;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-cards-info {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  align-items: flex-start;
}

.team-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.highlight {
  opacity: .05;
  filter: blur(50px);
  background-color: #fff;
  border-radius: 50%;
  width: 25rem;
  height: 25rem;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.highlight.card-team {
  width: 12rem;
  height: 12rem;
}

.margin-top-20rem {
  margin-top: 4rem;
}

.logo-card-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #fbfbfb1a;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo-card-grid.margin-top {
  margin-top: 8rem;
}

.logo-card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  border: 1px solid #fbfbfb1a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 4.5rem;
  transition: background-color .2s, border-color .2s;
  display: flex;
}

.logo-card:hover {
  background-color: #232323;
  border-color: #fbfbfb00;
}

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

.table-component {
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: stretch;
  max-width: 120ch;
  margin-top: 8.6rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.row {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  color: #e5e5e5;
  grid-template-rows: auto;
  grid-template-columns: .25fr .8fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.row-wrapper {
  display: block;
}

.services-text-size {
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 700;
}

.row-line {
  background-color: #272727;
  width: 100%;
  height: 1px;
  margin-top: 4.5rem;
}

.about-margin {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.testimonial-home-component {
  flex-direction: column;
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.slider-content {
  z-index: 3;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.testimonial-overlay {
  z-index: 2;
  background-image: linear-gradient(0deg, #000 25%, #0000 75%);
  position: absolute;
  inset: 0%;
}

.mask {
  width: 40vh;
  overflow: visible;
}

.testimonial-arrow-left {
  background-color: #0000;
  border: 1px solid #fbfbfb36;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 1rem;
  transition: background-color .25s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  inset: auto 4rem -6rem auto;
}

.testimonial-arrow-left:hover {
  background-color: #3f3f41;
  border-color: #0000;
}

.testimonial-arrow-right {
  background-color: #0000;
  border: 1px solid #fbfbfb36;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 1rem;
  transition: background-color .25s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  inset: auto 0% -6rem auto;
}

.testimonial-arrow-right:hover {
  background-color: #3f3f41;
  border-color: #0000;
}

.slider-wrapper {
  background-color: #0000;
  width: 100%;
  height: auto;
  display: flex;
}

.testimonial-slider-secondary {
  background-color: var(--color--deep-charcoal);
  flex-direction: row;
  width: 26rem;
  height: 36rem;
  margin-right: 1rem;
  overflow: hidden;
}

.testimonial-name {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.text-size-medium-vw {
  font-size: 1vw;
  font-weight: 400;
}

.slider-background-image {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.fit-contain {
  object-fit: contain;
  width: 1rem;
}

.fit-contain.invert {
  filter: invert();
}

.horizontal-line {
  background-color: #38383a;
  width: 100%;
  height: 1px;
  display: flex;
}

.slider-component {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 2.8rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.slider-component.wrapper {
  padding-bottom: 6rem;
  padding-left: 0;
}

.culture {
  grid-column-gap: 2.875rem;
  grid-row-gap: 2.875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  max-width: 71ch;
  display: flex;
}

.small-elipse {
  color: #fff;
  background-color: #fff;
  border-radius: 50%;
  min-width: .5rem;
  min-height: .5rem;
}

.logo-grid-about {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: start center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.about-content-wrapper {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-flow: column;
  display: flex;
}

.logos-wrapper {
  justify-content: center;
  align-items: center;
  width: 12rem;
  display: flex;
}

.top-about-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: flex;
}

.opacity-70 {
  opacity: .7;
}

.margin-cta-about {
  margin-bottom: 9rem;
}

.about-hero-right-content {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  letter-spacing: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 300;
  display: flex;
  position: relative;
}

.about-left-content {
  z-index: 2;
  grid-column-gap: 2.0625rem;
  grid-row-gap: 2.0625rem;
  flex-flow: column;
  max-width: 80ch;
  display: flex;
  position: relative;
}

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

.about-hero-wrapper {
  min-height: 100vh;
}

.white-elipse {
  background-color: #fff;
  border-radius: 50%;
  min-width: .5rem;
  min-height: .5rem;
}

.about-hero-paragrah {
  opacity: .8;
  max-width: 24ch;
}

.about-hero-component {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  height: 100vh;
  padding-bottom: 3.8rem;
  padding-left: .5rem;
  padding-right: 2.3rem;
  display: flex;
  position: relative;
}

.sticky-wrapper {
  height: 160vh;
  margin-top: 2rem;
  margin-bottom: 15rem;
  position: relative;
}

.elipse-sticky {
  background-color: #0000;
  border-radius: 50%;
  min-width: 7.5rem;
  max-width: 7.5rem;
  height: 100%;
  min-height: 7.5rem;
  max-height: 7.5rem;
  position: sticky;
  overflow: hidden;
}

.logos-section-wrapper {
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
  position: sticky;
  top: 20vh;
  bottom: 20vh;
}

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

.sticky-logo {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.sticky-logo.bottom {
  justify-content: center;
  align-items: flex-end;
}

.sticky-logo.top {
  justify-content: center;
  align-items: flex-start;
}

.logos-sticky-wrapper {
  z-index: 2;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  height: 60vh;
  display: grid;
  position: absolute;
  inset: auto 0%;
}

.philosophy-component {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  max-width: 65rem;
  margin-top: 12rem;
  margin-bottom: 12rem;
  display: flex;
}

.philosophy-heading {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 2.6rem;
  display: flex;
}

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

.our-philosophy {
  opacity: .7;
  letter-spacing: .3rem;
  font-size: .875rem;
}

.philosophy-paragraph {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  opacity: .73;
  flex-flow: column;
  max-width: 39ch;
  display: flex;
}

.philosophy-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-full-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero-full-wrapper.flex-strech {
  align-items: stretch;
}

.team-component-margin {
  grid-column-gap: 3.4rem;
  grid-row-gap: 3.4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-member-grid {
  grid-column-gap: 4rem;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding: 1rem 3.3rem 1rem 1rem;
  display: grid;
  overflow: hidden;
}

.team-member-post {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.team-member-image {
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 45vh;
  display: flex;
  overflow: hidden;
}

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

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

.social-links {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  transition: transform .2s;
  display: flex;
}

.social-links:hover {
  color: #8e8c87;
  transform: translate(0, 1px);
}

.social-icons {
  align-items: center;
  padding-top: .1rem;
  display: flex;
}

.social-wrapper {
  grid-column-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.team-member-job {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  opacity: .8;
  flex-flow: row;
  display: flex;
}

.back-home-button {
  opacity: .8;
  transition: opacity .25s;
}

.back-home-button:hover {
  opacity: 1;
}

.password-wrapper {
  width: 100%;
  margin-top: 2rem;
}

.blog-heading-wrap {
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rich-text-padding {
  grid-row-gap: 4.5rem;
  flex-direction: column;
  align-items: center;
  margin-top: 6.875rem;
  margin-bottom: 6.625rem;
  display: flex;
}

.blog-heading-title {
  font-size: 3vw;
  font-weight: 700;
  line-height: 1.2;
}

.blog-heading {
  max-width: 100ch;
}

.blog-last-update {
  grid-column-gap: 1.1875rem;
  opacity: .8;
  align-items: center;
  height: 1.8rem;
  display: flex;
}

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

.blog-template-component {
  grid-row-gap: 4rem;
  flex-direction: column;
  width: 100%;
  max-width: 130ch;
  margin-top: 15vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-image-wrapper {
  width: 100%;
  height: 80vh;
  margin-top: 5rem;
  position: relative;
  overflow: hidden;
}

.main-button {
  grid-column-gap: 4.75rem;
  grid-row-gap: 4.75rem;
  color: var(--color--soft-pearl);
  cursor: pointer;
  background-color: #1d1d1f;
  border-radius: .1875rem;
  justify-content: flex-start;
  align-items: center;
  padding: .8rem 1.5rem;
  transition: all .65s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button:hover {
  color: var(--color--deep-charcoal);
}

.text-size-medium-contact {
  font-size: 1.125rem;
}

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

.contact-content {
  grid-row-gap: 1rem;
  color: #fbfbfb;
  flex-direction: column;
  display: flex;
}

.contact-grid {
  grid-row-gap: 3.2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.text-field-contact {
  color: #fbfbfb;
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #c9d4d833;
  border-radius: 0;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 1rem;
  font-size: 1rem;
  transition: all .4s;
}

.text-field-contact:hover {
  color: #fbfbfb;
  border-width: 1px;
  border-color: #c9d4d81a;
  padding-left: 1.2rem;
}

.text-field-contact:active {
  color: #212121;
}

.text-field-contact:focus {
  color: #fbfbfb;
  border-color: #212121;
}

.address-wrapper {
  opacity: .8;
}

.contact-heading {
  grid-row-gap: .8rem;
  color: #fbfbfb;
  flex-direction: column;
  display: flex;
}

.opacity-60 {
  opacity: .6;
}

.form-content {
  width: 100%;
}

.success-message {
  color: #000;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: .6rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.contact-1-wrapper {
  grid-column-gap: 6.5rem;
  grid-row-gap: 6.5rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 15vh 2.8rem;
  display: grid;
}

.form-wrapper {
  margin-top: 1rem;
}

.contact-size {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 2.3vw;
  font-weight: 400;
  line-height: 1;
}

.text-size-contact {
  font-size: 1.375rem;
}

.text-size-small-vw {
  font-size: .8vw;
}

.name-wrapper-contact {
  width: 100%;
}

.contact-wrapper {
  grid-row-gap: 3.2rem;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.submit-button {
  z-index: 3;
  color: #0000;
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.contact-button {
  background-color: #1d1d1f;
  border-radius: .3rem;
  transition: all .25s;
}

.contact-wrapper-adress {
  grid-column-gap: 3.8125rem;
  grid-row-gap: 3.8125rem;
  justify-content: flex-start;
  display: flex;
}

.project-image-wrapper {
  flex-direction: column;
  justify-content: center;
  height: 60vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.project-collection-list._2-columns {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.projects-main-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-projects-template {
  height: 100%;
}

.project-content-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.colection-list-wrapper {
  width: 100%;
}

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

.text-style-italic.text-color-grey {
  color: #cdcdcd;
}

.size-full {
  flex: 1;
}

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

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

.works-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  width: 100%;
  margin-top: 9rem;
  margin-bottom: 3rem;
  display: flex;
}

.work-sticky-wrapper {
  width: 100%;
  position: relative;
}

.works-sticky {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 2rem;
}

.sticky-info {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  opacity: .8;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.writter-name {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  display: flex;
}

.pricing-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.price-wrapper {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  opacity: .8;
  align-items: flex-end;
  display: flex;
}

.pricing-cards-wrapper {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.pricing-cards-content {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.pricing-card-wrapper {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.pricing-small-card-item {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 35vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.big-card-image-work, .big-card-image-blog {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.blog-small-card {
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-small-card-item {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 50vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-small-card-list {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.blog-small-card-wrapper {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-cards-content {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.blog-cards-wrapper {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.blog-hover {
  background-color: #121212cc;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.top-blog-content {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-hover-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  display: flex;
}

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

.spline-scene {
  padding-top: 4vh;
  position: absolute;
  inset: 0%;
}

.product-wrapper {
  width: 100%;
  margin-top: 15vh;
}

.product-component {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.product-image {
  width: 40vw;
  max-width: 50rem;
  height: 35vw;
  max-height: 50rem;
  position: relative;
  overflow: hidden;
}

.product-info {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.product-description {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  opacity: .8;
  flex-flow: column;
  align-items: flex-start;
  max-width: 38ch;
  margin-top: .25rem;
  display: flex;
}

.production-price {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: var(--color--soft-pearl);
  display: flex;
}

.pricing {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  opacity: .8;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.price {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  display: flex;
}

.quantity {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  opacity: .8;
  color: var(--color--soft-pearl);
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.button-product {
  grid-column-gap: 4.75rem;
  grid-row-gap: 4.75rem;
  color: #212121;
  cursor: pointer;
  background-color: #0000;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: .8rem;
  padding-bottom: .8rem;
  padding-right: 2.5rem;
  transition: all .45s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
  overflow: visible;
}

.out-of-stock-state {
  color: #272727;
  text-align: center;
  border-radius: .3rem;
  width: 100%;
  margin-top: 0;
}

.button-mask-pricing {
  z-index: 1;
  background-color: #c9d4d8;
  border: 1px solid #c9d4d8;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  bottom: 0%;
  left: 0%;
}

.cart-button-wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  color: #0000;
  background-color: #0000;
  border-radius: .5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.quantity-product {
  border-color: #0000;
}

.error-state {
  color: #fbfbfb;
  text-align: center;
  background-color: #e56464;
  border-radius: .3rem;
  margin-top: 0;
  position: relative;
  inset: 0%;
}

.cart-button-wrapper {
  z-index: 5;
  display: flex;
}

.hero-vertical-component {
  z-index: 2;
  grid-column-gap: 2.56rem;
  grid-row-gap: 2.56rem;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-vertical-component.align-left-hero {
  text-align: left;
  align-items: flex-start;
}

.hero-tags-horizontal {
  grid-column-gap: 1.38rem;
  grid-row-gap: 1.38rem;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.relative-hero {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 4rem;
  display: flex;
  position: relative;
}

.relative-hero.align-left {
  justify-content: flex-start;
  align-items: center;
}

.home-2-hero-wrapper {
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.spline-wrapper {
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.spline-scene-bigger {
  width: 100%;
  position: relative;
  left: 20%;
}

.figma-image {
  object-fit: cover;
  object-position: 0% 50%;
  height: 100%;
}

.button-secondary-homepage {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  opacity: .8;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 2rem;
  transition: all .4s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.button-secondary-homepage:hover {
  opacity: .8;
  transform: translate(0, 2px);
}

.template-component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10rem;
  display: flex;
}

.template-component.margin-hompeage {
  margin-bottom: 6rem;
  padding-top: 0;
}

.figma-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 5rem;
  margin-bottom: 6rem;
  margin-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.home-paragraph {
  color: #fbfbfb;
  font-size: 1.125rem;
  line-height: 1.5;
}

.figma {
  background-color: #1a1a1a;
  border: 1px solid #7d7d7d33;
  border-radius: .5rem;
  justify-content: space-between;
  display: flex;
}

.figma-image-wrap {
  width: 60%;
}

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

.heading-component-homepage {
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 100ch;
  margin-top: 8rem;
  font-weight: 400;
  display: flex;
}

.template-component-homepage {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 110rem;
  display: flex;
}

.figma-logo {
  width: 2.125rem;
  height: auto;
}

.double-button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-template-wrap {
  width: 100%;
}

.heading-homepage {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.15;
}

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

.home-page-cards-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.home-card-video-wrap {
  aspect-ratio: 1.82 / 1.01;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.home-card-video-wrap.ratio-auto {
  aspect-ratio: auto;
}

.background-video-homepage {
  z-index: 1;
  border-radius: .5rem;
  width: 101%;
  height: 100%;
  position: absolute;
}

.video-card-content {
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
  text-decoration: none;
  display: flex;
}

.homepage-videos-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.homepage-videos-wrapper.margin-top {
  margin-top: 12rem;
}

.main-pages-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.other-pages-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.mask-interaction {
  z-index: 1;
  background-color: var(--color--deep-charcoal);
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.mask-interaction.white {
  background-color: var(--color--soft-pearl);
}

.mask-interaction-wrapper {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  white-space: nowrap;
  align-items: center;
  display: flex;
}

.dropdown {
  grid-column-gap: 5rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0 1.5rem 0;
  transition: all .25s;
}

.dropdown:hover {
  opacity: .8;
  transform: translate(0, 2px);
}

.dropdown.responsive.w--current {
  color: #fbfbfb;
}

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

.dropdown-list {
  background-color: #fff;
  margin-top: 4.5rem;
}

.dropdown-list.w--open {
  color: #fff;
  background-color: #121212;
  border: 1px solid #333;
  border-radius: 10px;
  overflow: hidden;
}

.navbar-menu-lottie {
  width: 2rem;
  height: 2rem;
}

.button-navbar {
  grid-column-gap: .75rem;
  perspective: 78.125rem;
  color: #000;
  justify-content: center;
  align-items: center;
  height: 3rem;
  display: flex;
}

.dropdown-icon {
  display: none;
}

.button-white {
  z-index: 2;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .6rem;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.dropdown-link {
  color: #fff;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .2s;
}

.dropdown-link:hover {
  color: #fffc;
  background-color: #3030304d;
}

.dropdown-link.w--current {
  color: #808187;
}

.dropdown-navbar {
  display: flex;
}

.dropdown-navbar.responsive {
  display: none;
}

.button-navbar-wrapper {
  background-color: var(--color--deep-charcoal);
  justify-content: center;
  align-items: flex-end;
  width: 7.6rem;
  height: 2.125rem;
  display: flex;
  position: relative;
}

.remove-button {
  color: #e5e5e580;
  cursor: pointer;
}

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

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

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

.checkout-button {
  color: #000;
  background-color: #fff;
  border-radius: 6px;
}

.cart-button {
  color: #121212;
  background-color: #e5e5e5;
  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: .8;
  color: #101011;
  background-color: #e5e5e5;
  transform: scale(.9);
}

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

.icon {
  filter: invert();
}

.close-button {
  filter: invert();
  cursor: pointer;
}

.cart-container {
  background-color: #1d1d1d;
}

.cart-quantity {
  color: #fbfbfb;
  background-color: #121212;
  border-color: #3b3b3b;
}

.services-image-sticky {
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 260vh;
  position: relative;
}

.services-image-component {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.services-image {
  border-radius: 2.125rem;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 70vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.border-heading {
  mix-blend-mode: exclusion;
  position: absolute;
}

.border-heading.services {
  justify-content: flex-end;
  align-items: center;
  bottom: -4rem;
  left: 0%;
  right: 0%;
}

.heading-7 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-7.services {
  justify-content: flex-start;
  align-items: center;
  font-size: 12rem;
  line-height: 1;
}

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

.footer-social-link {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: flex-start;
  align-items: center;
  transition: opacity .2s;
  display: flex;
}

.footer-social-link:hover {
  opacity: .8;
}

.footer-arrow-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 1.5rem;
  position: relative;
  overflow: hidden;
}

.footer-arrow {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 1.5rem;
}

.footer-arrow.absolute {
  position: absolute;
  left: -1.5rem;
}

.overlay-home {
  z-index: 1;
  opacity: .5;
  pointer-events: none;
  background-color: #121212;
  position: absolute;
  inset: 0%;
}

.hide {
  display: none;
}

.option-list {
  flex-flow: column;
  display: flex;
}

.div-block-2 {
  white-space: normal;
}

.add-to-cart-text {
  z-index: 2;
  white-space: nowrap;
  display: flex;
  position: relative;
}

.cart-submit {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #0000;
  background-color: #0000;
  border-radius: .5rem;
  flex-flow: column;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.pricing-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  display: flex;
}

.relative-transparent {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.relative-transparent.text-color-black {
  color: var(--color--deep-charcoal);
}

.relative-transparent.add-to-cart-button {
  color: var(--color--deep-charcoal);
  justify-content: center;
  align-items: center;
  padding: 1rem 2.5rem;
}

.background-video {
  width: 100%;
  height: 100%;
}

.image-2 {
  width: 250px;
  max-width: 100%;
  height: auto;
}

.image-3 {
  aspect-ratio: 2.39;
  vertical-align: bottom;
  object-fit: cover;
  border-radius: 2.12rem;
  width: 1200px;
  height: 100%;
}

.section-2 {
  aspect-ratio: auto;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  padding-top: 300px;
  display: flex;
}

.image-4 {
  width: 50px;
}

.section-3 {
  overflow: visible;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .style-guide-component {
    grid-template-rows: auto;
  }

  .heading-3 {
    font-size: 3rem;
  }

  .heading-4 {
    font-size: 2.5rem;
  }

  .heading-4.caps {
    order: -1;
  }

  .heading-6 {
    font-size: 2rem;
  }

  .heading-5 {
    font-size: 2.5rem;
  }

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

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

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

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

  .pricing-card-grid {
    flex-flow: column-reverse;
    max-width: none;
    display: flex;
  }

  .pricing-card-grid:nth-child(2n) {
    flex-flow: column-reverse;
  }

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

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

  .changelog-component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

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

  .text-size-display {
    font-size: 3rem;
  }

  .heading-images {
    text-align: left;
    align-items: center;
    max-width: none;
    margin-top: 6rem;
  }

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

  .navbar {
    z-index: 999999;
    position: fixed;
  }

  .team-member-component {
    grid-row-gap: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

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

  .features-link {
    white-space: nowrap;
    overflow-wrap: normal;
  }

  .banner-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-top: 8rem;
    margin-bottom: 8rem;
    display: flex;
  }

  .recent-blog-component {
    margin-bottom: 6rem;
  }

  .cta-paragraph {
    width: 100%;
    max-width: none;
  }

  .cta-heading {
    max-width: none;
  }

  .cta-button-wrapper {
    order: 1;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .about-us-paragraph {
    display: none;
  }

  .home-integrations-header {
    max-width: none;
  }

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

  .heading-home {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .cta {
    max-width: none;
  }

  .top-wrapper {
    max-width: 60vw;
  }

  .logo-grid {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .main-heading-works {
    max-width: 87vw;
  }

  .right-description, .left-description {
    max-width: none;
  }

  .text-size-xlarge-vw {
    font-size: 1.5rem;
    line-height: 1.25;
  }

  .hero-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .culture-title {
    width: auto;
  }

  .bottom-navbar {
    border-radius: .5rem;
    align-items: center;
    padding: .5rem .5rem .5rem 1rem;
  }

  .who-we-are-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .who-we-are-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 0;
  }

  .max-width-80ch {
    max-width: none;
  }

  .work-text-size {
    font-size: 5rem;
    line-height: 1;
  }

  .mask-frame {
    z-index: 4;
  }

  .footer-social-wrapper {
    margin-bottom: 4rem;
  }

  .footer-component {
    min-height: 0;
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .footer-heading {
    margin-bottom: 4rem;
  }

  .footer-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 4rem;
  }

  .branding-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .about-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    margin-top: 6rem;
    margin-bottom: 0;
  }

  .about-component {
    grid-row-gap: 4rem;
  }

  .about-grid-card {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-section {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    min-width: 90vw;
  }

  .heading-section.gap-team {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .about-paragraph {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0%;
  }

  .works-title {
    margin-bottom: 2rem;
    margin-left: 1.5rem;
  }

  .works-sticky-link {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .works-image-wrapper {
    height: 100%;
  }

  .parallax-image {
    height: 90vh;
  }

  .team-component {
    grid-row-gap: 2rem;
    width: 100%;
    margin-top: 6rem;
  }

  .team-cards {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    width: 90vw;
  }

  .highlight {
    width: 100%;
    height: 100%;
  }

  .margin-top-20rem {
    margin-top: 0;
  }

  .logo-card-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .logo-card-grid.margin-top.margin-bottom {
    margin-top: 6rem;
    margin-bottom: 4rem;
  }

  .logo-card {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .max-width-44ch {
    max-width: none;
  }

  .table-component {
    margin-top: 6rem;
    margin-bottom: 0;
  }

  .row {
    flex-direction: column;
    grid-template-columns: .25fr;
    align-items: flex-start;
    transition: none;
    display: flex;
  }

  .row:hover {
    padding-bottom: 0;
  }

  .about-margin {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .testimonial-home-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 8rem;
    margin-bottom: 6rem;
  }

  .testimonial-slider-secondary {
    width: 20rem;
    height: 30rem;
  }

  .text-size-medium-vw {
    font-size: 1.125rem;
  }

  .slider-component {
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .slider-component.wrapper {
    padding-top: 0;
    padding-left: 0;
  }

  .culture {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    opacity: .8;
    width: 100%;
  }

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

  .about-content-wrapper {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }

  .top-about-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

  .margin-cta-about {
    margin-bottom: 0;
  }

  .about-hero-right-content {
    display: none;
  }

  .about-left-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .about-hero-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-logos {
    text-align: center;
    max-width: 40ch;
  }

  .logos-sticky-wrapper {
    height: 40vh;
  }

  .philosophy-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
  }

  .philosophy-heading {
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
  }

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

  .philosophy-paragraph {
    align-self: flex-start;
    max-width: none;
  }

  .team-component-margin {
    grid-row-gap: 2rem;
    width: 100%;
  }

  .team-member-grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    padding-bottom: 3.3rem;
    padding-right: 1rem;
  }

  .team-member-post {
    width: 100%;
  }

  .team-member-image {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .team-member-content {
    justify-content: center;
    align-items: flex-start;
  }

  .team-member-job {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-heading-title {
    font-size: 4rem;
  }

  .blog-image-wrapper {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .main-button {
    white-space: nowrap;
    overflow-wrap: normal;
  }

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

  .contact-content {
    grid-row-gap: 1.3rem;
  }

  .contact-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    display: flex;
  }

  .contact-1-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    min-height: 0;
    margin-top: 15vh;
    padding: 0 0;
    display: flex;
  }

  .form-wrapper {
    width: 100%;
  }

  .contact-size {
    font-size: 5rem;
  }

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

  .contact-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .project-collection-list._2-columns {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .projects-main-image {
    margin-bottom: 0;
  }

  .project-content-wrapper {
    width: 100%;
  }

  .works-wrapper {
    flex-flow: column;
    margin-bottom: 0;
  }

  .work-sticky-wrapper {
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .works-sticky {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    top: 0;
  }

  .sticky-info {
    justify-content: flex-start;
    align-items: center;
  }

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

  .pricing-small-card-item {
    height: 50vh;
  }

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

  .product-component {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .product-image {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: 30rem;
  }

  .product-info, .product-description {
    justify-content: flex-start;
    align-items: center;
  }

  .button-product {
    white-space: nowrap;
    overflow-wrap: normal;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .cart-button-wrap {
    align-items: center;
    width: 100%;
    display: flex;
  }

  .cart-button-wrapper {
    justify-content: center;
    width: 100%;
  }

  .spline-scene-bigger {
    pointer-events: none;
    left: auto;
  }

  .figma-image {
    height: 100%;
  }

  .template-component {
    margin-bottom: 4rem;
    padding-top: 0;
  }

  .figma-content {
    width: 100%;
    margin-top: 4.2rem;
    margin-bottom: 4.2rem;
    margin-left: 0;
    padding-left: 3.1rem;
    padding-right: 3.1rem;
  }

  .home-paragraph {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .figma {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    overflow: hidden;
  }

  .figma-image-wrap {
    width: 100%;
  }

  .heading-component-homepage {
    margin-top: 0;
    padding-top: 6rem;
  }

  .home-template-wrap {
    margin-top: 0;
  }

  .heading-homepage {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.8rem;
    line-height: 1.15;
  }

  .home-page-cards-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .nav-menu {
    background-color: #1b1b1b;
    border-radius: 1.7rem;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
    position: absolute;
  }

  .dropdown {
    flex-flow: column;
    display: flex;
  }

  .dropdown.responsive {
    display: none;
  }

  .navbar-component {
    flex-direction: row;
    flex: 1;
    grid-template-columns: 1fr;
    justify-content: space-between;
    justify-items: start;
    display: flex;
    position: relative;
  }

  .dropdown-list {
    margin-top: 0;
  }

  .dropdown-list.w--open {
    border-radius: 0;
  }

  .navbar-menu-lottie {
    filter: invert();
  }

  .dropdown-icon {
    color: #101011;
  }

  .dropdown-navbar {
    display: none;
  }

  .dropdown-navbar.responsive {
    flex-flow: column;
    display: flex;
  }

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

  .services-image-sticky {
    margin-top: 0;
  }

  .border-heading.services {
    bottom: -1.5rem;
  }

  .heading-7.services {
    font-size: 10vw;
  }

  .pricing-wrapper {
    width: 100%;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.small, .container.medium, .container.large {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .style-guide-component {
    grid-template-rows: auto;
  }

  .heading-3 {
    font-size: 3.5rem;
  }

  .heading-4 {
    font-size: 3rem;
  }

  .heading-5 {
    font-size: 2rem;
  }

  .text-size-huge {
    font-size: 1.6rem;
  }

  .utility-page-form {
    width: 25rem;
  }

  .pricing-card-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .style-guide-header {
    font-size: .875rem;
  }

  .changelog-component {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

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

  .text-size-display {
    font-size: 1.8rem;
  }

  .heading-images {
    grid-row-gap: 2rem;
    margin-top: 4rem;
  }

  .team-member-component {
    grid-row-gap: 3rem;
  }

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

  .parallax-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .banner-wrapper {
    margin-top: 6rem;
    margin-bottom: 6rem;
    padding: 2rem;
  }

  .recent-blog-component {
    margin-bottom: 4rem;
  }

  .logos-grid-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 4rem;
  }

  .top-wrapper {
    max-width: none;
  }

  .logo-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .culture-title {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .who-we-are-component {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .work-small-card-list {
    flex-flow: column;
    display: flex;
  }

  .work-small-card-item {
    height: 80vh;
  }

  .footer-component {
    padding-top: 4rem;
  }

  .footer-grid {
    grid-column-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  .credits-wrapper {
    flex-flow: column;
  }

  .works-cards-wrapper {
    padding-top: 4rem;
  }

  .about-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    margin-top: 4rem;
    display: flex;
  }

  .about-grid-card {
    text-align: center;
    max-width: none;
  }

  .works-title {
    margin-right: 1.5rem;
  }

  .hero-component {
    text-align: center;
  }

  .team-collection-list {
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .team-cards {
    margin-top: 0;
  }

  .logo-card-grid.margin-top.margin-bottom {
    margin-top: 4rem;
  }

  .logo-card {
    padding: 3rem 2rem;
  }

  .table-component {
    margin-top: 4rem;
  }

  .about-margin {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .testimonial-home-component {
    grid-row-gap: 3rem;
  }

  .testimonial-slider-secondary {
    width: 90%;
    height: 30rem;
  }

  .slider-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: 100%;
    height: 100%;
  }

  .logo-grid-about {
    grid-template-columns: 1fr 1fr;
    margin-top: 2.5rem;
  }

  .about-content-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .logos-wrapper {
    width: 10rem;
  }

  .about-left-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
  }

  .about-hero-component {
    padding-left: 0;
    padding-right: 0;
  }

  .sticky-wrapper {
    margin-top: 0;
    margin-bottom: 4rem;
  }

  .elipse-sticky {
    min-width: 6rem;
    max-width: 6rem;
    min-height: 6rem;
    max-height: 6rem;
  }

  .logos-section-wrapper {
    justify-content: center;
    align-items: center;
    top: 20vh;
  }

  .heading-logos {
    text-align: center;
    max-width: 40ch;
  }

  .sticky-logo.middle {
    display: flex;
  }

  .logos-sticky-wrapper {
    height: 40vh;
  }

  .philosophy-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .philosophy-heading {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: none;
  }

  .team-member-image {
    height: 30vh;
  }

  .rich-text-padding {
    padding-left: 0;
  }

  .blog-heading-title {
    font-size: 3.5rem;
  }

  .contact-content {
    grid-row-gap: 1rem;
  }

  .contact-grid {
    flex-flow: column;
    display: flex;
  }

  .contact-1-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .project-image-wrapper {
    height: 40vh;
  }

  .project-collection-list._2-columns {
    flex-flow: column;
    display: flex;
  }

  .price-name {
    align-items: flex-end;
  }

  .price-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pricing-card-list {
    flex-flow: column;
    display: flex;
  }

  .blog-small-card-item {
    height: 80vh;
  }

  .blog-small-card-list {
    flex-flow: column;
    display: flex;
  }

  .blog-cards-wrapper {
    padding-top: 4rem;
  }

  .spline-scene {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
  }

  .pricing, .quantity {
    justify-content: flex-start;
    align-items: center;
  }

  .template-component {
    margin-bottom: 4rem;
  }

  .figma-content {
    margin-top: 3rem;
    margin-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .home-paragraph {
    font-size: 1rem;
    line-height: 1.5;
  }

  .heading-homepage {
    font-size: 2.5rem;
  }

  .home-page-cards-grid {
    margin-top: 0;
  }

  .button-navbar {
    padding-left: 0;
  }

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

@media screen and (max-width: 479px) {
  .container.small, .container.medium, .container.large {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .style-guide-component {
    grid-template-rows: auto;
  }

  .heading-1 {
    font-size: 5rem;
  }

  .heading-2 {
    font-size: 4rem;
  }

  .heading-3 {
    font-size: 3.2rem;
  }

  .heading-6, .heading-5 {
    font-size: 1.8rem;
  }

  .style-guide-item-grid {
    flex-flow: column;
    display: flex;
  }

  .text-size-huge.text-weight-light {
    font-size: 1.3rem;
    line-height: 1.3;
  }

  .utility-page-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .utility-page-form, .divider-line {
    width: 100%;
  }

  .pricing-card-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .password-wrap {
    width: 100%;
  }

  .section-style-guide {
    margin-top: 0;
  }

  .text-box.large {
    padding-top: 0;
  }

  .changelog-component {
    width: 100%;
  }

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

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

  .heading-images {
    grid-row-gap: 1.5rem;
    align-items: center;
  }

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

  .marquee-heading-component {
    margin-top: 4rem;
  }

  .banner-wrapper {
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding: 1.5rem;
  }

  .recent-blog-component {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .cta-paragraph {
    justify-content: flex-start;
    align-items: center;
  }

  .cta-button-wrapper {
    align-items: stretch;
  }

  .logos-grid-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-home {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .slider {
    width: 100%;
    display: flex;
  }

  .marquee-tag {
    width: 100%;
  }

  .logo-grid {
    grid-column-gap: .5rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-xlarge-vw {
    font-size: 1.25rem;
  }

  .bottom-navbar {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-radius: .5rem;
    flex-flow: column;
    padding: .5rem;
    bottom: .5rem;
  }

  .who-we-are-component {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
  }

  .who-we-are-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .logos {
    width: 80%;
  }

  .card-collection-list-wrapper {
    width: 100%;
    height: 100%;
  }

  .works-marquee-wrapper {
    width: 100%;
  }

  .work-text-size {
    font-size: 2.2rem;
  }

  .mask-frame {
    z-index: 4;
  }

  .footer-social-wrapper {
    margin-bottom: 2rem;
  }

  .footer-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    place-items: start center;
  }

  .footer-links-wrapper {
    text-align: center;
  }

  .credits-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .branding-subtitle {
    font-size: .85rem;
  }

  .branding-component {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .divider-line-team {
    width: 100%;
  }

  .hero-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .about-subtitle {
    font-size: .85rem;
  }

  .team-collection-list {
    flex-flow: column;
    display: flex;
  }

  .team-cards {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 0;
  }

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

  .logo-card-grid.margin-top.margin-bottom {
    margin-bottom: 2.5rem;
  }

  .logo-card {
    border-width: .5px;
  }

  .row-line {
    margin-top: 2rem;
  }

  .testimonial-home-component {
    grid-row-gap: 3rem;
    margin-top: 4rem;
  }

  .slider-content, .mask, .slider-wrapper {
    width: 100%;
  }

  .testimonial-slider-secondary {
    width: 100%;
    height: 30rem;
    margin-right: 1rem;
  }

  .slider-component.wrapper {
    padding-bottom: 4rem;
  }

  .culture {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .logo-grid-about {
    grid-row-gap: 2.25rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .logos-wrapper {
    width: 8rem;
  }

  .top-about-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .about-hero-wrapper {
    flex-flow: row;
    min-height: 100svh;
    display: flex;
  }

  .about-hero-paragrah {
    max-width: none;
  }

  .about-hero-component {
    height: 100%;
    padding-bottom: 1.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .elipse-sticky {
    min-width: 5.5rem;
    max-width: 5.5rem;
    min-height: 5.5rem;
    max-height: 5.5rem;
  }

  .sticky-logo.middle.side {
    display: none;
  }

  .logos-sticky-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    height: 60vh;
  }

  .philosophy-component {
    margin-top: 4rem;
  }

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

  .team-member-grid {
    grid-row-gap: 1rem;
  }

  .team-member-post {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .team-member-job {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .rich-text-padding {
    padding-left: 0;
  }

  .blog-heading-title {
    font-size: 2.5rem;
  }

  .form {
    width: 100%;
  }

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

  .contact-1-wrapper {
    margin-top: 6rem;
    margin-bottom: 2.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .form-wrapper {
    width: 100%;
  }

  .contact-size {
    font-size: 3.5rem;
  }

  .contact-wrapper {
    grid-row-gap: 2rem;
  }

  .project-image-wrapper {
    height: 30vh;
  }

  .projects-main-image {
    height: 40vh;
  }

  .price-name {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .price-wrapper {
    flex-flow: row;
  }

  .big-card-image-work {
    height: 100%;
  }

  .production-price {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .hero-vertical-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .button-secondary-homepage {
    padding-top: 0;
    padding-bottom: 0;
  }

  .template-component {
    margin-bottom: 4rem;
  }

  .figma-content {
    margin-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-paragraph {
    font-size: 1rem;
    line-height: 1.5;
  }

  .heading-component-homepage {
    align-items: stretch;
  }

  .double-button-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .double-button-wrapper.footer {
    justify-content: center;
    align-items: center;
  }

  .heading-homepage {
    font-size: 2.5rem;
  }

  .nav-menu {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown {
    flex-flow: row;
    justify-content: space-between;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .dropdown-icon {
    filter: invert();
    display: flex;
  }

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

  .border-heading.services {
    bottom: 0;
  }

  .heading-7 {
    font-size: 1.2rem;
  }

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

  .pricing-wrapper {
    flex-flow: column;
  }

  .relative-transparent {
    background-color: #0000;
  }

  .image-3 {
    width: 340px;
  }

  .section-2 {
    padding-top: 150px;
  }

  .image-5 {
    width: 100%;
    max-width: 100%;
    height: 60%;
  }
}

#w-node-_3cb7add9-fdd6-f9ba-5f1c-f7fe2679fc61-9dfc4575 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62c94c1e-7560-7a92-4268-a33eda9153db-2c3f7a71 {
  place-self: stretch start;
}

#w-node-_62c94c1e-7560-7a92-4268-a33eda9153fd-2c3f7a71 {
  place-self: center;
}

#w-node-_62c94c1e-7560-7a92-4268-a33eda915406-2c3f7a71 {
  justify-self: end;
}

#w-node-_6fa5c238-c949-6b37-3682-832cec799ff5-9dfc4653 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c505bd0-7e58-dab4-90f1-5d3915f2e6f6-9dfc4676 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_4b29a459-b522-f75d-e952-71dca03a8306-9dfc4575 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4b29a459-b522-f75d-e952-71dca03a830c-9dfc4575 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_4b29a459-b522-f75d-e952-71dca03a8312-9dfc4575 {
    grid-area: 3 / 1 / 3 / 2;
  }

  #w-node-_6c505bd0-7e58-dab4-90f1-5d3915f2e6f6-9dfc4676 {
    justify-self: center;
  }
}


@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-BlackItalic.otf') format('opentype');
  font-weight: 900;
  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-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  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-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@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-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}