:root {
  --secondary-white: #f6f7fb;
  --paragraph-text-color: #5a6774;
  --dark-black: #161e24;
  --primary-white: white;
  --transparent: #fff0;
  --light-black: #1e262b;
  --button-color: #171c38;
  --dark-cream: #e0ddc3;
  --light-border: #e7e7e8;
  --lavendar: #1fbac0;
  --light-grey-background: #f2f3f645;
  --paragraph-text: #000000b3;
  --accent-purple: #6139fb;
  --secondary-button-color: #262b30;
  --light: #cfe3e2;
  --normal-card-border: 15px;
  --light-grey: #ffffff38;
}

html {
  scroll-behavior: auto;
}

#features,
#ecosystem {
  scroll-margin-top: 96px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userformheader {
  text-align: center;
}

.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-commercecartitemimage {
  width: 60px;
  height: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

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

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

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

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

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

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

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

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

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-users-useraccountsubscriptionlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  overflow: auto;
}

.w-users-useraccountsubscriptionlistitem {
  align-items: flex-start;
  display: flex;
}

.w-users-gridrow {
  grid-column-gap: 8px;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  display: grid;
}

.w-users-flexcolumn {
  flex-direction: column;
  display: flex;
}

.w-users-useraccountsubscriptioncancelbutton {
  color: #3898ec;
  cursor: pointer;
  appearance: none;
  background-color: #0000;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

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

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

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

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

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

/* Global language switcher */
.language-switcher {
  align-items: center;
  display: inline-flex;
  position: relative;
}

.language-trigger,
.language-option {
  font-family: Poppins, sans-serif;
}

.language-trigger {
  color: var(--paragraph-text-color);
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 10px 6px 10px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  transition: color .35s;
}

.language-trigger:hover,
.language-trigger[aria-expanded="true"] {
  color: var(--dark-black);
}

.language-trigger::after {
  content: "";
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  width: 5px;
  height: 5px;
  margin: 0 0 3px 6px;
  display: inline-block;
  transform: rotate(45deg);
  transition: transform .2s ease;
}

.language-trigger[aria-expanded="true"]::after {
  margin-bottom: 0;
  transform: rotate(225deg);
}

.language-trigger:focus-visible,
.language-option:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 2px #8192c780;
}

.language-menu {
  background-color: var(--secondary-white);
  border: 1px solid var(--light-border);
  border-radius: 12px;
  box-shadow: 0 12px 30px #161e2412;
  min-width: 118px;
  padding: 5px;
  position: absolute;
  right: 0;
  top: calc(100% + 4px);
  z-index: 2;
}

.language-menu[hidden] {
  display: none;
}

.language-option {
  color: var(--paragraph-text-color);
  cursor: pointer;
  background-color: transparent;
  border: 0;
  border-radius: 8px;
  width: 100%;
  padding: 7px 9px;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  transition: background-color .2s, color .2s;
}

.language-option:hover,
.language-option[aria-checked="true"] {
  color: var(--dark-black);
  background-color: #f1f3f8;
}

.language-option[aria-checked="true"] {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .language-trigger {
    padding-left: 6px;
    padding-right: 4px;
    font-size: 13px;
  }
}

body {
  background-color: var(--secondary-white);
  color: var(--paragraph-text-color);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

h1 {
  color: var(--dark-black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Syne, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  color: var(--dark-black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Syne, sans-serif;
  font-size: 62px;
  font-weight: 500;
  line-height: 1.3;
}

h3 {
  color: var(--dark-black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Syne, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3;
}

h4 {
  color: var(--dark-black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Syne, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  color: var(--dark-black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4;
}

h6 {
  color: var(--dark-black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
}

p {
  color: var(--paragraph-text-color);
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
}

a {
  color: var(--dark-black);
  font-size: 16px;
  text-decoration: none;
  display: block;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.5;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 1.5;
}

li {
  margin-top: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

img {
  border-radius: 5px;
  max-width: 100%;
  display: inline-block;
}

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

blockquote {
  background-color: var(--primary-white);
  color: var(--dark-black);
  border: 0 solid #000;
  border-left: 1px solid #fff;
  border-radius: 10px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 30px 40px 30px 24px;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
}

figure {
  background-color: var(--primary-white);
  width: 80%;
  min-width: 80%;
  margin: 3em 0 4em;
}

figcaption {
  color: var(--dark-black);
  text-align: center;
  margin-top: 10px;
}

.section {
  z-index: 3;
  background-color: var(--secondary-white);
  position: relative;
}

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

.section.box-layout-holder {
  z-index: 1;
  margin-top: 2em;
  padding-left: 2em;
  padding-right: 2em;
}

.section.overflow-hidden {
  overflow: hidden;
}

.container {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 3em;
  position: relative;
}

.container.navbar-container {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.navbar {
  z-index: 999999999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #f6f7fb99;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
}

.nav-links-holder {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-active-link-holder {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--paragraph-text-color);
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  font-size: 14px;
  transition: color .35s;
  display: flex;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--dark-black);
}

.brand-logo {
  width: 100%;
}

.brand {
  width: 200px;
  max-width: 200px;
  overflow: visible;
}

.ipollo-brand {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  color: var(--dark-black);
  align-items: center;
  width: auto;
  max-width: none;
  display: flex;
}

.ipollo-brand-logo {
  width: auto;
  height: 30px;
  max-width: none;
  display: block;
}

.ipollo-brand-mark {
  flex: none;
  width: 30px;
  height: 34px;
  overflow: hidden;
}

.ipollo-brand-mark img {
  width: auto;
  max-width: none;
  height: 34px;
  display: block;
}

.ipollo-brand-word {
  letter-spacing: -.06em;
  font-family: Outfit, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}

.nav-menu {
  background-color: var(--transparent);
  align-items: center;
  display: flex;
  position: static;
}

.nav-button-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  border: 1px solid var(--light-black);
  background-color: var(--light-black);
  color: var(--primary-white);
  text-align: center;
  border-radius: 100px;
  margin-right: 0;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 400;
  transition: transform .3s;
}

.button:hover {
  color: var(--primary-white);
  transform: scale(.99)translate(0, 8px);
}

.button.secondary-button {
  border-color: var(--button-color);
  background-color: var(--secondary-white);
  color: var(--dark-black);
}

.button.sign-up-button {
  height: 40px;
  padding-top: 7px;
  padding-bottom: 7px;
  transition: opacity .35s;
  position: absolute;
  top: auto;
  bottom: auto;
  right: 8px;
}

.button.sign-up-button:hover {
  opacity: .75;
  transform: none;
}

.button.password-submit-button {
  position: absolute;
  top: auto;
  bottom: 13px;
  right: 4px;
}

.button.small-button {
  padding: 5px 14px;
}

.button.small-button.w--current {
  width: 100%;
}

.button.justified-button {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.button.checkout-button {
  margin-left: 20px;
  margin-right: 20px;
}

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

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

.hero-images-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  padding-top: 7em;
  padding-left: 7em;
  padding-right: 7em;
  display: flex;
  position: relative;
}

.hero-images-container.feature-page-image-holder {
  max-width: 1170px;
  padding-top: 1em;
  padding-left: 0;
  padding-right: 0;
}

.hero-dashboard {
  z-index: 1;
  border: 1px #00000012;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
  max-width: 100%;
  position: relative;
}

.hero-dashboard.feature-page-dashboard {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 100%;
  max-width: 80%;
}

.utility-page-wrap {
  background-color: var(--primary-white);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 600px;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-direction: column;
  align-items: stretch;
  width: 600px;
  display: flex;
}

.hero-buttons-holder {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  display: flex;
  position: relative;
}

.hero-buttons-holder.left-aligned {
  justify-content: flex-start;
  align-items: center;
}

.hero-buttons-holder .button {
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  min-width: max-content;
  height: 54px;
  padding: 0 30px;
  line-height: 1;
  white-space: nowrap;
  display: inline-flex;
}

.subtitle-text {
  color: var(--paragraph-text-color);
  font-size: 18px;
  font-weight: 300;
}

.subtitle-text.white-text {
  text-shadow: 0 1px 1px #00000036;
}

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

.card-background {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.card-container {
  background-color: var(--primary-white);
  border: 0 solid #cbccd84d;
  border-radius: 30px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.card-container.cream-fixed-height {
  background-color: var(--dark-cream);
  height: auto;
  max-height: 500px;
  overflow: hidden;
}

.card-container.with-border {
  border-width: 1px;
  border-color: var(--light-border);
}

.card-container.navy {
  background-color: var(--dark-black);
}

.card-container.developer-ecosystem-card {
  border: 0;
  background: #fff;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  isolation: isolate;
  overflow: hidden;
}

.card-container.developer-ecosystem-card:before {
  content: none;
  z-index: 0;
  background:
    radial-gradient(ellipse at 76% 12%, #0d74a9d9 0%, #0d74a900 34%),
    radial-gradient(ellipse at 83% 77%, #12a892ae 0%, #12a89200 37%),
    radial-gradient(ellipse at 14% 68%, #146ba98f 0%, #146ba900 43%),
    radial-gradient(ellipse at 48% 44%, #0b2d50e6 0%, #0b2d5000 49%),
    #0c1826;
  filter: blur(34px) saturate(130%);
  position: absolute;
  inset: -12%;
  animation: developer-ecosystem-breathe 16s ease-in-out infinite alternate;
}

.developer-ecosystem-title {
  color: var(--dark-black);
  text-shadow: none;
}

.developer-ecosystem-subtitle {
  color: rgb(90, 103, 116);
  text-shadow: none;
}

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

.card-container.washed-lime {
  background-color: var(--lavendar);
}

.card-container.dark-cream {
  background-color: var(--dark-cream);
  overflow: hidden;
}

.card-container.commerce-card {
  justify-content: space-between;
}

.commerce-integration-visual {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: flex-end;
  padding: 0 30px 30px;
}

.commerce-logo-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  display: flex;
}

.commerce-logo-row.reverse {
  transform: translateX(-55px);
}

.commerce-integration-visual .logo-small-container.integration {
  width: 80px;
  min-width: 80px;
  height: 80px;
}

.developer-ecosystem-holder {
  flex: 1;
  align-self: stretch;
  align-items: flex-end;
  padding: 0 30px 30px;
  display: flex;
  border-radius: 10px;
}

.developer-ecosystem-visual {
  z-index: 1;
  border-radius: 24px;
  background: #f6f7fb;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  width: 100%;
  min-height: 0;
  position: relative;
  overflow: hidden;
  display: block;
}

.developer-ecosystem-complete-link {
  border-radius: 24px;
  width: 100%;
  display: block;
  overflow: hidden;
}

.developer-ecosystem-complete-image {
  aspect-ratio: 698 / 254;
  border-radius: 24px;
  width: 100%;
  height: auto;
  display: block;
}

.developer-ecosystem-poster-mark {
  z-index: 0;
  align-items: center;
  column-gap: 16px;
  height: 34px;
  position: absolute;
  top: 100px;
  left: 34px;
  display: flex;
}

.developer-ecosystem-poster-mark span {
  opacity: .72;
  background-color: #dcf7ff;
  width: 1px;
  height: 15px;
}

.developer-ecosystem-poster-mark span:nth-child(2),
.developer-ecosystem-poster-mark span:nth-child(4) {
  height: 28px;
}

.developer-ecosystem-head {
  z-index: 1;
  grid-column: 1 / -1;
  justify-content: space-between;
  align-items: center;
  column-gap: 12px;
  display: flex;
}

.developer-ecosystem-kicker {
  color: #000;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 14px;
  line-height: 1.2;
}

.developer-ecosystem-actions {
  align-items: center;
  column-gap: 6px;
  display: flex;
}

.developer-ecosystem-action {
  color: var(--primary-white);
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #05090d;
  border-radius: 999px;
  background-color: #05090d;
  box-shadow: 0 5px 14px #02070d52;
  padding: 7px 10px;
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 1;
  transition: background-color .3s, border-color .3s;
}

.developer-ecosystem-action:hover {
  border-color: #ffffff73;
  background-color: #16232c;
}

.developer-ecosystem-metrics {
  z-index: 1;
  grid-area: 2 / 1 / 3 / 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  row-gap: 22px;
  padding: 0 0 4px;
  display: flex;
}

.developer-ecosystem-count {
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.developer-ecosystem-metric-image {
  width: clamp(132px, 18vw, 188px);
  height: auto;
  display: block;
}

.developer-ecosystem-count span {
  color: #000;
  opacity: .68;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 11px;
  line-height: 1.25;
}

.developer-ecosystem-count.plugins {
  opacity: 1;
}

.developer-ecosystem-count.developers {
  opacity: .82;
}

.developer-ecosystem-count.developers .developer-ecosystem-metric-image {
  width: clamp(112px, 12vw, 158px);
}

.developer-ecosystem-complete-link:hover .developer-ecosystem-complete-image {
  filter: brightness(1.015);
}

@keyframes developer-ecosystem-breathe {
  from {
    transform: scale(1) translate3d(-1%, 0, 0);
  }

  to {
    transform: scale(1.08) translate3d(2%, -1%, 0);
  }
}

@media screen and (max-width: 479px) {
  .developer-ecosystem-holder {
    padding: 0 18px 18px;
  }

  .developer-ecosystem-visual {
    min-height: 0;
  }

  .developer-ecosystem-kicker {
    max-width: none;
    font-size: 10px;
  }

  .developer-ecosystem-actions {
    column-gap: 4px;
  }

  .developer-ecosystem-action {
    padding: 7px 8px;
    font-size: 8px;
  }

  .developer-ecosystem-metrics {
    grid-area: auto;
    row-gap: 14px;
  }

  .developer-ecosystem-metric-image {
    width: 132px;
  }

  .developer-ecosystem-count.developers .developer-ecosystem-metric-image {
    width: 112px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .card-container.developer-ecosystem-card:before {
    animation: none;
  }
}

.product-browser-section {
  overflow: hidden;
  padding: 76px 0 72px;
}

.ipollo-runtime-section {
  display: none;
}

.product-browser-layout {
  flex-direction: column;
  align-items: stretch;
  row-gap: 36px;
  display: flex;
}

.product-browser-intro {
  max-width: 600px;
}

.product-browser-title {
  margin: 0;
}

.product-browser-description {
  color: var(--paragraph-text-color);
  max-width: 520px;
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.6;
}

.product-browser-stage {
  isolation: isolate;
  border: 1px solid #d9e2ec;
  border-radius: 32px;
  background:
    radial-gradient(ellipse at 8% 90%, #9ecbf03d 0%, #9ecbf000 42%),
    radial-gradient(ellipse at 94% 8%, #c5e6df5c 0%, #c5e6df00 44%),
    #f8fafc;
  width: min(100%, calc(150dvh - 230px));
  margin-inline: auto;
  padding: 10px 10px 72px;
  position: relative;
}

.product-browser-stage:before {
  content: "";
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(ellipse, #8bc1ed4d 0%, #8bc1ed00 68%);
  width: 48%;
  height: 76%;
  position: absolute;
  top: 7%;
  right: -9%;
  filter: blur(26px);
}

.product-browser-window {
  border: 1px solid #ffffffd9;
  border-radius: 22px;
  background-color: var(--primary-white);
  box-shadow: 0 22px 55px #7490ad33, inset 0 1px #ffffff;
  overflow: hidden;
  position: relative;
}

.product-browser-image-stack {
  aspect-ratio: 1.5;
  width: 100%;
  position: relative;
}

.product-browser-image {
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  transform: scale(1.015);
  transition: opacity .42s ease, transform .6s cubic-bezier(.16, 1, .3, 1);
}

.product-browser-image.is-active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.product-browser-dock {
  z-index: 3;
  border: 0;
  border-radius: 54px;
  background: #ffffff1a;
  -webkit-backdrop-filter: blur(28px);
  backdrop-filter: blur(28px);
  box-shadow: 0 14px 42.3px #00000021, inset 0 1px 1px #ffffffed, inset 0 0 5.3px #ffffffb3, inset 0 0 16px #ffffff33, inset 0 16px 32px #ffffff21;
  justify-content: center;
  align-items: center;
  column-gap: 12px;
  height: 60px;
  padding: 8px;
  display: flex;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.product-browser-dock-item {
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  background: transparent;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  padding: 0;
  display: flex;
  position: relative;
  opacity: 1;
  overflow: hidden;
  transition: width .42s cubic-bezier(.16, 1, .3, 1), transform .2s ease;
}

.product-browser-dock-item.design:not(.is-active) {
  width: 44px;
  height: 44px;
}

.product-browser-dock-item:hover {
  transform: translateY(-1px);
}

.product-browser-dock-item:focus-visible {
  outline: 2px solid #1479b8;
  outline-offset: 2px;
}

.product-browser-dock-item:active {
  transform: scale(.94);
}

.product-browser-dock-item.is-active {
  border-radius: 21px;
}

.product-browser-dock-item.design.is-active {
  width: 83px;
}

.product-browser-dock-item.work.is-active {
  width: 81px;
}

.product-browser-dock-item.video.is-active {
  width: 86px;
}

.product-browser-dock-item.decision.is-active {
  width: 98px;
}

.product-browser-dock-icon {
  flex: none;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
}

.product-browser-dock-item.is-active .product-browser-dock-icon {
  opacity: 0;
}

.product-browser-dock-selected-icon {
  pointer-events: none;
  opacity: 0;
  width: auto;
  height: 42px;
  position: absolute;
  top: 0;
  left: 0;
}

.product-browser-dock-item.is-active .product-browser-dock-selected-icon {
  animation: product-tab-selected-opacity 744.256ms linear both;
}

@keyframes product-tab-selected-opacity {
  0% { opacity: 0; }
  13.44% { opacity: .686; }
  26.87% { opacity: 1.099; }
  40.31% { opacity: 1.054; }
  53.75% { opacity: .993; }
  67.18% { opacity: .992; }
  80.62% { opacity: 1; }
  100% { opacity: 1; }
}

@media screen and (max-width: 767px) {
  .product-browser-section {
    padding: 52px 0 48px;
  }

  .product-browser-layout {
    row-gap: 26px;
  }

  .product-browser-description {
    margin-top: 14px;
    font-size: 14px;
  }

  .product-browser-stage {
    border-radius: 20px;
    padding: 8px 8px 64px;
  }

  .product-browser-window {
    border-radius: 16px;
  }

  .product-browser-dock {
    width: auto;
    margin: 0;
    column-gap: 8px;
    height: 50px;
    padding: 4px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }

  .product-browser-dock-item {
    width: 38px;
    height: 38px;
    padding: 0;
  }

  .product-browser-dock-item.design {
    width: 38px;
    height: 38px;
  }

  .product-browser-dock-icon {
    width: 38px;
    height: 38px;
    margin: 0;
    padding: 0;
  }

  .product-browser-dock-selected-icon {
    height: 38px;
  }

  .product-browser-dock-item.design.is-active { width: 75px; }
  .product-browser-dock-item.work.is-active { width: 73px; }
  .product-browser-dock-item.video.is-active { width: 78px; }
  .product-browser-dock-item.decision.is-active { width: 89px; }

}

@media (prefers-reduced-motion: reduce) {
  .product-browser-image,
  .product-browser-dock-item,
  .product-browser-dock-icon,
  .product-browser-dock-selected-icon {
    animation: none;
    transition: none;
  }

  .product-browser-dock-item.is-active .product-browser-dock-selected-icon {
    opacity: 1;
  }
}

.capability-layer-section {
  padding: 64px 0 84px;
  background-color: transparent;
  overflow: hidden;
}

.capability-layer-heading {
  max-width: 580px;
  margin-bottom: 34px;
}

.capability-layer-title {
  margin: 0;
}

.capability-layer-description {
  color: var(--paragraph-text-color);
  max-width: 520px;
  margin: 18px 0 0;
  font-size: 16px;
  line-height: 1.6;
}

.capability-layer-shell {
  grid-template-columns: minmax(260px, .38fr) minmax(0, 1fr);
  align-items: stretch;
  column-gap: 32px;
  display: grid;
}

.capability-nav {
  border-left: 1px solid #d7e0e8;
  align-self: center;
  display: grid;
}

.capability-tab {
  cursor: pointer;
  text-align: left;
  color: #536477;
  border: 0;
  border-left: 2px solid transparent;
  background: transparent;
  grid-template-columns: 34px minmax(0, 1fr);
  column-gap: 16px;
  min-height: 116px;
  padding: 17px 16px 17px 20px;
  display: grid;
  position: relative;
  left: -1px;
  transition: color .26s ease, background-color .26s ease, border-color .26s ease, transform .26s cubic-bezier(.16, 1, .3, 1);
}

.capability-tab + .capability-tab {
  border-top: 1px solid #e0e7ed;
}

.capability-tab:hover {
  color: #182631;
  background-color: #ffffff8c;
}

.capability-tab:focus-visible {
  z-index: 1;
  outline: 2px solid #2a7eb6;
  outline-offset: 3px;
}

.capability-tab:active {
  transform: translateX(-2px);
}

.capability-tab.is-active {
  color: #132733;
  border-left-color: #3182ad;
  background: linear-gradient(90deg, #e5f3f7c7, #ffffff00);
}

.capability-tab-number {
  color: #8393a4;
  padding-top: 2px;
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
  line-height: 1.2;
}

.capability-tab.is-active .capability-tab-number {
  color: #176f9c;
}

.capability-tab-copy {
  row-gap: 7px;
  display: grid;
}

.capability-tab-copy strong {
  color: currentColor;
  letter-spacing: -.03em;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
}

.capability-tab-copy span {
  color: #6c7b89;
  max-width: 244px;
  font-size: 12px;
  line-height: 1.55;
}

.capability-stage {
  isolation: isolate;
  border: 1px solid #d8e0e7;
  border-radius: 30px;
  background: #14222d;
  min-height: 510px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 22px 48px #20364a1f;
}

.capability-stage:before,
.capability-stage:after {
  content: "";
  z-index: -1;
  pointer-events: none;
  border-radius: 50%;
  position: absolute;
  filter: blur(28px);
}

.capability-stage:before {
  background: #17699075;
  width: 45%;
  height: 58%;
  top: -24%;
  right: -10%;
}

.capability-stage:after {
  background: #0a435761;
  width: 48%;
  height: 48%;
  bottom: -28%;
  left: -12%;
}

.capability-panel {
  color: #eff7fb;
  grid-template-rows: auto minmax(230px, 1fr);
  min-height: 510px;
  padding: 32px 36px;
  display: none;
  position: relative;
}

.capability-panel:before {
  content: attr(data-capability-index);
  color: #dff4fb0a;
  letter-spacing: -.09em;
  pointer-events: none;
  font-family: "Roboto Mono", monospace;
  font-size: 94px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 24px;
  right: 30px;
}

.capability-panel.is-active {
  display: grid;
  animation: capability-panel-in .4s cubic-bezier(.16, 1, .3, 1) both;
}

.capability-panel-header {
  max-width: 500px;
}

.capability-panel-header > span,
.capability-panel-kicker > span:last-child {
  color: #9ecde1;
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
  line-height: 1.2;
}

.capability-panel-kicker {
  align-items: center;
  gap: 10px;
  display: flex;
}

.capability-panel-icon {
  border: 1px solid #b9e6f12e;
  border-radius: 10px;
  background: #ffffff10;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
  box-shadow: inset 0 1px #ffffff1a;
}

.capability-panel-icon img {
  width: 18px;
  height: 18px;
  display: block;
}

.capability-panel-header h3 {
  color: #eef8fb !important;
  letter-spacing: -.055em;
  max-width: 480px;
  margin: 11px 0 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.04;
}

.capability-panel-header p {
  color: #b6c8d4;
  max-width: 480px;
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.65;
}

.capability-network {
  grid-template-columns: minmax(138px, .7fr) minmax(212px, 1.2fr) minmax(138px, .7fr);
  column-gap: 24px;
  align-items: center;
  min-height: 290px;
  margin-top: 10px;
  display: grid;
  position: relative;
}

.capability-network:before,
.capability-network:after {
  content: "";
  pointer-events: none;
  width: 27%;
  height: 48%;
  position: absolute;
  top: 26%;
}

.capability-network:before {
  border-top: 1px solid #a9d8ec42;
  border-right: 1px solid #a9d8ec42;
  border-bottom: 1px solid #a9d8ec42;
  border-radius: 0 80% 80% 0;
  left: 15%;
}

.capability-network:after {
  border-top: 1px solid #a9d8ec42;
  border-bottom: 1px solid #a9d8ec42;
  border-left: 1px solid #a9d8ec42;
  border-radius: 80% 0 0 80%;
  right: 15%;
}

.capability-node-stack {
  row-gap: 12px;
  z-index: 1;
  display: grid;
}

.capability-node {
  color: #d9e7ef;
  border: 1px solid #dff5ff22;
  border-radius: 12px;
  background: linear-gradient(130deg, #ffffff14, #c6e7ef08);
  box-shadow: inset 0 1px #ffffff12;
  padding: 13px 14px;
  font-size: 12px;
  line-height: 1.35;
  position: relative;
  -webkit-backdrop-filter: blur(12px) saturate(125%);
  backdrop-filter: blur(12px) saturate(125%);
}

.capability-node-stack.source .capability-node:after,
.capability-node-stack.outcome .capability-node:before {
  content: "";
  background: #c3e5f355;
  width: 36px;
  height: 1px;
  position: absolute;
  top: 50%;
}

.capability-node-stack.source .capability-node:after {
  left: 100%;
}

.capability-node-stack.outcome .capability-node:before {
  right: 100%;
}

.capability-core {
  z-index: 1;
  color: #dff5fb;
  text-align: center;
  border: 1px solid #dff8ff59;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 45%, #b9e3f27d 0%, #4f9bbb55 17%, #2244574d 43%, #14222d00 71%),
    linear-gradient(135deg, #e5fbff26, #8bc6d711);
  box-shadow: inset 0 1px #ffffff5c, inset 0 0 48px #a8deee25, 0 0 0 18px #9bd8ec08, 0 0 54px #4ca5c33b;
  justify-self: center;
  justify-content: center;
  align-content: center;
  width: min(100%, 230px);
  aspect-ratio: 1;
  padding: 28px;
  display: grid;
  position: relative;
}

.capability-core:before,
.capability-core:after {
  content: "";
  border: 1px solid #bfeaf13a;
  border-radius: inherit;
  position: absolute;
}

.capability-core:before {
  inset: 12px;
}

.capability-core:after {
  inset: -12px;
  border-color: #bfeaf11e;
}

.capability-core span {
  color: #a9d6e7;
  z-index: 1;
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
}

.capability-core strong {
  letter-spacing: -.04em;
  z-index: 1;
  margin-top: 5px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.05;
}

.capability-core small {
  color: #afc8d4;
  z-index: 1;
  margin-top: 8px;
  font-size: 10px;
  line-height: 1.35;
}

.capability-statuses {
  border-top: 1px solid #e1f4fb24;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 14px;
  padding-top: 20px;
  display: grid;
}

.capability-statuses span {
  color: #cfe3ec;
  letter-spacing: -.02em;
  padding: 3px 18px;
  font-size: 16px;
  line-height: 1.3;
}

.capability-statuses span + span {
  border-left: 1px solid #e1f4fb24;
}

.capability-panel.evolution .capability-core {
  background:
    radial-gradient(circle at 50% 50%, #d4f8ff 0%, #76c6df99 8%, #2766818a 26%, #1534425e 51%, #14222d00 73%),
    linear-gradient(135deg, #e5fbff26, #8bc6d711);
}

.capability-panel.collaboration .capability-core {
  background:
    radial-gradient(circle at 38% 45%, #d1f5f2a8 0%, #59aeba83 18%, #254d5e75 45%, #14222d00 74%),
    linear-gradient(135deg, #e5fbff26, #8bc6d711);
}

.capability-panel.execution .capability-core {
  background:
    radial-gradient(circle at 55% 42%, #dbf3d3a6 0%, #82bf9a8f 15%, #2f68726b 39%, #14222d00 72%),
    linear-gradient(135deg, #e5fbff26, #8bc6d711);
}

.capability-visual {
  isolation: isolate;
  border: 1px solid #dff5ff18;
  border-radius: 21px;
  background: linear-gradient(145deg, #ffffff0b, #ffffff03);
  min-height: 240px;
  margin-top: 9px;
  padding: 16px 18px;
  overflow: hidden;
  position: relative;
  box-shadow: inset 0 1px #ffffff10;
}

.capability-visual:before {
  content: "";
  z-index: -1;
  opacity: .28;
  pointer-events: none;
  background-image: linear-gradient(#b4dbe514 1px, transparent 1px), linear-gradient(90deg, #b4dbe514 1px, transparent 1px);
  background-size: 28px 28px;
  position: absolute;
  inset: 0;
}

.capability-visual small {
  color: #91aab8;
  letter-spacing: .01em;
  font-family: "Roboto Mono", monospace;
  font-size: 9px;
  line-height: 1.3;
}

.capability-visual strong {
  color: #eef8fb;
  letter-spacing: -.025em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
}

.perception-visual {
  grid-template-columns: minmax(230px, 1fr) minmax(168px, .68fr);
  gap: 20px;
  align-items: center;
  display: grid;
}

.perception-orbit {
  width: 226px;
  height: 226px;
  justify-self: center;
  position: relative;
}

.perception-orbit:before,
.perception-orbit:after {
  content: "";
  pointer-events: none;
  border: 1px solid #a9d8ec24;
  border-radius: 50%;
  position: absolute;
}

.perception-orbit:before {
  inset: 20px;
}

.perception-orbit:after {
  border-color: #a9d8ec15;
  inset: 50px;
}

.perception-signal {
  z-index: 2;
  color: #d7e7ee;
  white-space: nowrap;
  border: 1px solid #dff5ff24;
  border-radius: 10px;
  background: #ffffff10;
  min-width: 82px;
  padding: 8px 9px;
  font-size: 9px;
  line-height: 1.25;
  position: absolute;
  box-shadow: inset 0 1px #ffffff12;
  align-items: center;
  gap: 6px;
  display: flex;
}

.perception-signal img {
  flex: none;
  width: 13px;
  height: 13px;
  display: block;
}

.perception-signal:after {
  content: "";
  background: #9ecde185;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.perception-signal.apps {
  top: 8px;
  left: 5px;
}

.perception-signal.files {
  top: 8px;
  right: 4px;
}

.perception-signal.events {
  bottom: 9px;
  left: 0;
}

.perception-signal.conversations {
  bottom: 9px;
  right: 0;
}

.perception-signal.apps:after,
.perception-signal.events:after {
  right: -3px;
}

.perception-signal.files:after,
.perception-signal.conversations:after {
  left: -3px;
}

.perception-core {
  z-index: 1;
  text-align: center;
  border: 1px solid #bfeaf13c;
  border-radius: 50%;
  background: radial-gradient(circle at 48% 40%, #9fd9e85b, #284f6242 44%, #14222d9c 72%);
  box-shadow: inset 0 1px #ffffff42, 0 0 0 12px #9bd8ec08;
  justify-items: center;
  align-content: center;
  width: 114px;
  height: 114px;
  display: grid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.perception-core img {
  width: 24px;
  height: 24px;
  margin-bottom: 10px;
}

.perception-core strong,
.perception-core small {
  display: block;
}

.perception-core strong {
  margin-top: 4px;
}

.perception-readout,
.evolution-output {
  border: 1px solid #dff5ff1f;
  border-radius: 16px;
  background: linear-gradient(145deg, #ffffff13, #ffffff07);
  padding: 20px;
  box-shadow: inset 0 1px #ffffff15;
}

.perception-readout > strong,
.perception-readout > small,
.evolution-output > small {
  display: block;
}

.perception-readout > strong {
  margin-top: 6px;
  font-size: 17px;
}

.perception-readout-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 20px;
  padding-top: 14px;
  display: grid;
  border-top: 1px solid #e1f4fb1c;
}

.perception-readout-grid span {
  color: #bdd3de;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  line-height: 1.35;
  display: flex;
}

.perception-readout-grid img {
  width: 13px;
  height: 13px;
  display: block;
}

.evolution-visual {
  grid-template-columns: minmax(230px, 1fr) minmax(168px, .68fr);
  gap: 20px;
  align-items: center;
  display: grid;
}

.evolution-cycle {
  border: 1px solid #a9d8ec25;
  border-radius: 50%;
  width: 226px;
  height: 226px;
  justify-self: center;
  position: relative;
}

.evolution-cycle:before {
  content: "";
  pointer-events: none;
  border: 1px dashed #9ecde12e;
  border-radius: inherit;
  position: absolute;
  inset: 29px;
}

.evolution-cycle:after {
  content: "";
  pointer-events: none;
  border-radius: inherit;
  background: conic-gradient(from 20deg, #a6ddeb99 0 24%, #a6ddeb18 24% 31%, #a6ddeb88 31% 55%, #a6ddeb18 55% 63%, #a6ddeb70 63% 84%, #a6ddeb18 84% 100%);
  position: absolute;
  inset: 8px;
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 0);
  mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 0);
}

.evolution-step {
  z-index: 2;
  color: #cce0e9;
  border: 1px solid #dff5ff22;
  border-radius: 10px;
  background: #203746d9;
  min-width: 76px;
  padding: 9px 10px;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 5px;
  display: flex;
  position: absolute;
}

.evolution-step img {
  flex: none;
  width: 13px;
  height: 13px;
  display: block;
}

.evolution-step.observe {
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
}

.evolution-step.learn {
  top: 50%;
  right: -9px;
  transform: translateY(-50%);
}

.evolution-step.refine {
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}

.evolution-step.reuse {
  top: 50%;
  left: -9px;
  transform: translateY(-50%);
}

.evolution-memory {
  text-align: center;
  border: 1px solid #c8eff84a;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 45%, #9ed9e662, #2852684f 42%, #14222d 72%);
  box-shadow: inset 0 1px #ffffff4d, 0 0 38px #4ca5c32e;
  justify-items: center;
  align-content: center;
  width: 118px;
  height: 118px;
  display: grid;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.evolution-memory img {
  width: 26px;
  height: 26px;
  margin-bottom: 10px;
}

.evolution-memory small,
.evolution-memory strong {
  display: block;
}

.evolution-memory strong {
  margin-top: 4px;
}

.evolution-output > div {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin-top: 16px;
  display: grid;
}

.evolution-output span {
  color: #d6e6ed;
  text-align: center;
  border: 1px solid #dff5ff1d;
  border-radius: 9px;
  background: #ffffff0b;
  padding: 10px 5px;
  font-size: 10px;
  justify-items: center;
  gap: 6px;
  display: grid;
}

.evolution-output span img {
  width: 14px;
  height: 14px;
  display: block;
}

.collaboration-visual {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: auto 1fr;
  gap: 14px 18px;
  align-content: center;
  padding: 16px 20px;
  display: grid;
}

.collaboration-input {
  border: 1px solid #dff5ff20;
  border-radius: 14px;
  background: #ffffff0d;
  padding: 14px 16px;
  align-items: center;
  gap: 11px;
  display: flex;
  position: relative;
  box-shadow: inset 0 1px #ffffff12;
}

.collaboration-input > img {
  flex: none;
  width: 20px;
  height: 20px;
  display: block;
}

.collaboration-input:after {
  content: "";
  background: linear-gradient(#9ecde170, #9ecde112);
  width: 1px;
  height: 24px;
  position: absolute;
  top: 100%;
}

.collaboration-input.human:after {
  right: 28%;
}

.collaboration-input.agent:after {
  left: 28%;
}

.collaboration-input small,
.collaboration-input strong {
  display: block;
}

.collaboration-input strong {
  margin-top: 4px;
}

.collaboration-surface {
  border: 1px solid #c4e8f230;
  border-radius: 18px;
  background: linear-gradient(145deg, #ffffff17, #ffffff08);
  grid-column: 1 / -1;
  padding: 18px;
  box-shadow: inset 0 1px #ffffff20;
}

.collaboration-surface-title {
  color: #e5f2f7;
  align-items: center;
  gap: 9px;
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
}

.collaboration-surface-title img {
  width: 21px;
  height: 21px;
}

.collaboration-work-row {
  border-top: 1px solid #e1f4fb18;
  justify-content: space-between;
  align-items: center;
  padding: 11px 0;
  display: flex;
}

.collaboration-work-row span {
  color: #b7cbd5;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  display: flex;
}

.collaboration-work-row span img {
  width: 15px;
  height: 15px;
  display: block;
}

.collaboration-work-row strong {
  color: #d9edf4;
  font-family: "Roboto Mono", monospace;
  font-size: 9px;
  font-weight: 400;
}

.collaboration-actions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin-top: 8px;
  display: grid;
}

.collaboration-actions span {
  color: #cfe2ea;
  text-align: center;
  border: 1px solid #dff5ff1d;
  border-radius: 9px;
  background: #ffffff0a;
  padding: 9px 5px;
  font-size: 10px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  display: flex;
}

.collaboration-actions img {
  width: 14px;
  height: 14px;
  display: block;
}

.execution-visual {
  align-content: center;
  padding: 24px 20px 18px;
  display: grid;
}

.execution-visual-header {
  color: #dcebf1;
  align-items: center;
  gap: 9px;
  margin-bottom: 26px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}

.execution-visual-header img {
  width: 22px;
  height: 22px;
}

.execution-track {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  display: grid;
  position: relative;
}

.execution-track:before {
  content: "";
  z-index: 0;
  background: linear-gradient(90deg, #9ecde120, #9ecde178 48%, #9ecde128);
  height: 1px;
  position: absolute;
  top: 50%;
  right: 8%;
  left: 8%;
}

.execution-step {
  z-index: 1;
  border: 1px solid #dff5ff22;
  border-radius: 14px;
  background: #1c313fcf;
  min-height: 84px;
  align-content: center;
  padding: 12px;
  display: grid;
  position: relative;
  box-shadow: inset 0 1px #ffffff12;
}

.execution-step > img {
  width: 17px;
  height: 17px;
  margin-bottom: 8px;
  display: block;
}

.execution-step:before {
  content: "";
  background: #8fcce0;
  border: 3px solid #1c313f;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: -11px;
  transform: translateY(-50%);
}

.execution-step:first-child:before {
  display: none;
}

.execution-step.complete {
  border-color: #aed8c138;
  background: linear-gradient(145deg, #86b99b20, #ffffff0a);
}

.execution-step small,
.execution-step strong {
  display: block;
}

.execution-step strong {
  margin-top: 7px;
  font-size: 12px;
}

.execution-control {
  border-top: 1px solid #e1f4fb1b;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding-top: 16px;
  display: flex;
}

.execution-control span {
  color: #9eb6c2;
  font-size: 10px;
}

.execution-control strong {
  font-size: 11px;
}

@keyframes capability-panel-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Light capability panel skin — aligned with the updated airy iPollo website direction. */
.capability-stage {
  border-color: #cfdde5;
  background:
    radial-gradient(circle at 30% 0%, rgba(255, 249, 228, .10), transparent 34%),
    radial-gradient(circle at 82% 12%, rgba(126, 190, 214, .10), transparent 34%),
    radial-gradient(circle at 70% 74%, rgba(255, 249, 228, .10), transparent 30%),
    radial-gradient(circle at 14% 86%, rgba(187, 224, 226, .10), transparent 38%),
    linear-gradient(135deg, rgba(255, 253, 243, .10) 0%, rgba(245, 251, 252, .10) 32%, rgba(237, 245, 248, .10) 62%, rgba(229, 240, 244, .10) 100%);
  box-shadow: 0 20px 48px rgba(28, 63, 82, .09), inset 0 1px 0 rgba(255, 255, 255, .72);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  backdrop-filter: blur(18px) saturate(135%);
}

.capability-stage:before {
  background: rgba(126, 190, 214, .10);
}

.capability-stage:after {
  background: rgba(160, 211, 216, .10);
}

.capability-panel {
  color: #10232f;
}

.capability-panel:before {
  color: rgba(45, 104, 130, .045);
}

.capability-panel-header > span,
.capability-panel-kicker > span:last-child {
  color: #41768c;
}

.capability-panel-icon {
  border-color: rgba(104, 151, 170, .26);
  background: rgba(255, 255, 255, .64);
  box-shadow: inset 0 1px rgba(255, 255, 255, .92), 0 10px 24px rgba(38, 82, 101, .10);
}

.capability-panel-header h3 {
  color: #10232f !important;
}

.capability-panel-header p {
  color: #526978;
}

.capability-visual {
  border-color: rgba(103, 144, 163, .24);
  background: linear-gradient(145deg, rgba(255, 255, 255, .56), rgba(255, 255, 255, .22));
  box-shadow: inset 0 1px rgba(255, 255, 255, .86), inset 0 -1px rgba(255, 255, 255, .18), 0 14px 34px rgba(39, 80, 98, .08);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  backdrop-filter: blur(18px) saturate(150%);
}

.capability-visual:before {
  opacity: .55;
  background-image: linear-gradient(rgba(88, 133, 153, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(88, 133, 153, .12) 1px, transparent 1px);
}

.capability-visual small {
  color: #607889;
}

.capability-visual strong,
.collaboration-surface-title,
.execution-visual-header {
  color: #163140;
}

.capability-network:before,
.capability-network:after,
.perception-orbit:before,
.perception-orbit:after,
.evolution-cycle,
.evolution-cycle:before {
  border-color: rgba(74, 126, 150, .16);
}

.capability-node,
.perception-signal,
.evolution-step,
.evolution-output span,
.collaboration-input,
.collaboration-actions span,
.execution-step {
  color: #294756;
  border-color: rgba(93, 137, 156, .24);
  background: linear-gradient(145deg, rgba(255, 255, 255, .58), rgba(255, 255, 255, .24));
  box-shadow: inset 0 1px rgba(255, 255, 255, .82), inset 0 -1px rgba(255, 249, 228, .16), 0 9px 22px rgba(34, 74, 92, .07);
  -webkit-backdrop-filter: blur(18px) saturate(155%);
  backdrop-filter: blur(18px) saturate(155%);
}

.capability-node-stack.source .capability-node:after,
.capability-node-stack.outcome .capability-node:before {
  background: rgba(78, 132, 157, .24);
}

.capability-core,
.perception-core,
.evolution-memory {
  color: #153140;
  border-color: rgba(73, 126, 150, .22);
  background:
    radial-gradient(circle at 50% 42%, rgba(212, 243, 249, .52) 0%, rgba(141, 203, 219, .24) 28%, rgba(255, 255, 255, .28) 58%, rgba(255, 255, 255, .10) 100%);
  box-shadow: inset 0 1px rgba(255, 255, 255, .76), 0 0 0 14px rgba(111, 173, 196, .06), 0 14px 34px rgba(41, 98, 122, .09);
}

.capability-core:before,
.capability-core:after {
  border-color: rgba(72, 125, 150, .20);
}

.capability-core span {
  color: #4d788b;
}

.capability-core small {
  color: #6b8290;
}

.capability-statuses,
.perception-readout-grid,
.collaboration-work-row,
.execution-control {
  border-color: rgba(83, 128, 149, .18);
}

.capability-statuses span,
.perception-readout-grid span,
.collaboration-work-row span,
.collaboration-actions span,
.evolution-output span {
  color: #405f6f;
}

.perception-readout,
.evolution-output,
.collaboration-surface {
  border-color: rgba(93, 137, 156, .26);
  background: linear-gradient(145deg, rgba(255, 255, 255, .58), rgba(255, 255, 255, .24));
  box-shadow: inset 0 1px rgba(255, 255, 255, .84), inset 0 -1px rgba(255, 249, 228, .16), 0 12px 28px rgba(34, 74, 92, .07);
  -webkit-backdrop-filter: blur(20px) saturate(155%);
  backdrop-filter: blur(20px) saturate(155%);
}

.perception-signal:after {
  background: rgba(65, 118, 140, .42);
}

.evolution-cycle:after {
  background: conic-gradient(from 20deg, rgba(74, 145, 171, .38) 0 24%, rgba(74, 145, 171, .07) 24% 31%, rgba(74, 145, 171, .32) 31% 55%, rgba(74, 145, 171, .07) 55% 63%, rgba(74, 145, 171, .26) 63% 84%, rgba(74, 145, 171, .07) 84% 100%);
}

.capability-panel.evolution .capability-core,
.capability-panel.collaboration .capability-core,
.capability-panel.execution .capability-core {
  background:
    radial-gradient(circle at 50% 42%, rgba(220, 248, 252, .52) 0%, rgba(131, 200, 218, .24) 30%, rgba(255, 255, 255, .28) 60%, rgba(255, 255, 255, .10) 100%);
}

.collaboration-input:after {
  background: linear-gradient(rgba(74, 126, 150, .36), rgba(74, 126, 150, .04));
}

.collaboration-work-row strong {
  color: #2b5d73;
}

.execution-track:before {
  background: linear-gradient(90deg, rgba(74, 126, 150, .05), rgba(74, 126, 150, .26) 48%, rgba(74, 126, 150, .05));
}

.execution-step:before {
  background: #609bb4;
  border-color: #f3f9fb;
}

.execution-step.complete {
  border-color: rgba(99, 158, 138, .30);
  background: linear-gradient(145deg, rgba(222, 244, 234, .62), rgba(255, 255, 255, .38));
}

/* Capability panel layout refinement based on the light glass reference. */
.capability-layer-shell {
  grid-template-columns: minmax(220px, .28fr) minmax(0, 1fr);
  column-gap: 24px;
}

.capability-stage {
  border-color: rgba(190, 212, 224, .72);
  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 249, 228, .10), transparent 30%),
    radial-gradient(circle at 90% 6%, rgba(189, 225, 246, .10), transparent 36%),
    radial-gradient(circle at 74% 84%, rgba(218, 239, 247, .10), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 252, .10) 0%, rgba(249, 253, 255, .10) 38%, rgba(237, 248, 255, .10) 100%);
  min-height: 590px;
  box-shadow: 0 28px 70px rgba(40, 79, 105, .10), inset 0 1px 0 rgba(255, 255, 255, .96);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  backdrop-filter: blur(18px) saturate(135%);
}

.capability-panel {
  grid-template-rows: auto 1fr;
  min-height: 590px;
  padding: 42px;
}

.capability-panel:before {
  color: rgba(96, 160, 210, .105);
  font-size: 118px;
  font-weight: 600;
  top: 38px;
  right: 40px;
}

.capability-panel-header {
  max-width: 520px;
}

.capability-panel-kicker {
  gap: 14px;
}

.capability-panel-icon {
  border-color: rgba(193, 213, 229, .88);
  border-radius: 14px;
  background: rgba(255, 255, 255, .72);
  width: 44px;
  height: 44px;
  box-shadow: 0 12px 28px rgba(65, 112, 145, .12), inset 0 1px 0 rgba(255, 255, 255, .98);
}

.capability-panel-icon img {
  width: 22px;
  height: 22px;
}

.capability-panel-kicker > span:last-child {
  color: #2c7dff;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.capability-panel-header h3 {
  max-width: 500px;
  margin-top: 34px;
  letter-spacing: -.062em;
  font-size: 54px;
  line-height: .98;
}

.capability-panel-header p {
  color: #60728c;
  max-width: 455px;
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.55;
}

.capability-visual {
  align-self: end;
  min-height: 282px;
  margin-top: 28px;
}

.perception-visual,
.evolution-visual {
  grid-template-columns: minmax(420px, 1.9fr) minmax(260px, .85fr);
  gap: 24px;
  border: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.perception-visual:before,
.evolution-visual:before {
  display: none;
}

.perception-orbit,
.evolution-cycle {
  border: 1px solid rgba(189, 211, 226, .76);
  border-radius: 18px;
  background: rgba(255, 255, 255, .50);
  width: 100%;
  height: 282px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .88), 0 18px 46px rgba(38, 79, 110, .08);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  backdrop-filter: blur(18px) saturate(150%);
}

.perception-orbit:before,
.perception-orbit:after {
  border-style: dashed;
  border-color: rgba(96, 126, 154, .22);
}

.perception-orbit:before {
  width: 214px;
  height: 214px;
  inset: auto;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}

.perception-orbit:after {
  width: 132px;
  height: 132px;
  inset: auto;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-color: rgba(96, 154, 220, .13);
  background: rgba(73, 143, 255, .075);
  box-shadow: 0 0 0 22px rgba(73, 143, 255, .055), 0 0 36px rgba(73, 143, 255, .14);
}

.perception-signal {
  min-width: 162px;
  min-height: 58px;
  justify-content: flex-start;
  padding: 12px 14px;
  font-size: 13px;
  font-weight: 600;
}

.perception-signal img {
  width: 22px;
  height: 22px;
}

.perception-signal.apps {
  top: 36px;
  left: 9%;
}

.perception-signal.files {
  top: 36px;
  right: 9%;
}

.perception-signal.events {
  bottom: 35px;
  left: 9%;
}

.perception-signal.conversations {
  right: 9%;
  bottom: 35px;
}

.perception-core {
  width: 118px;
  height: 118px;
}

.perception-core img {
  width: 27px;
  height: 27px;
}

.perception-core small {
  color: #2c7dff;
  font-size: 10px;
  font-weight: 600;
}

.perception-core strong {
  color: #0d1b2f;
  font-size: 15px;
}

.perception-readout,
.evolution-output {
  border-radius: 18px;
  padding: 28px 28px 26px;
  min-height: 282px;
}

.perception-readout > small,
.evolution-output > small {
  color: #2c7dff;
  letter-spacing: .10em;
  text-transform: uppercase;
  background: rgba(44, 125, 255, .08);
  border-radius: 6px;
  width: max-content;
  padding: 6px 10px;
  font-size: 10px;
  font-weight: 700;
}

.perception-readout > strong {
  color: #0d1b2f;
  margin-top: 24px;
  font-size: 24px;
  line-height: 1.15;
}

.perception-readout-grid {
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 22px;
  padding-top: 18px;
}

.perception-readout-grid span {
  color: #263b55;
  gap: 14px;
  font-size: 14px;
  font-weight: 600;
}

.perception-readout-grid img {
  border-radius: 10px;
  background: rgba(44, 125, 255, .075);
  width: 40px;
  height: 40px;
  padding: 10px;
}

.evolution-cycle {
  border-radius: 50%;
  width: 282px;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  .capability-layer-shell { grid-template-columns: minmax(220px, .38fr) minmax(0, 1fr); column-gap: 20px; }
  .capability-tab { grid-template-columns: 27px minmax(0, 1fr); column-gap: 10px; min-height: 120px; padding-left: 14px; padding-right: 10px; }
  .capability-tab-copy strong { font-size: 15px; }
  .capability-panel { padding: 32px; }
  .capability-panel-header h3 { font-size: 34px; }
  .capability-network { grid-template-columns: minmax(118px, .72fr) minmax(180px, 1fr) minmax(118px, .72fr); column-gap: 12px; }
  .capability-node { padding: 11px 10px; font-size: 11px; }
  .capability-node-stack.source .capability-node:after, .capability-node-stack.outcome .capability-node:before { width: 18px; }
  .capability-core { width: min(100%, 190px); }
  .capability-core strong { font-size: 19px; }
  .perception-visual, .evolution-visual { grid-template-columns: minmax(230px, 1fr) minmax(145px, .65fr); gap: 18px; }
  .perception-orbit, .evolution-cycle { width: 230px; height: 230px; }
  .perception-core { width: 116px; height: 116px; }
  .evolution-memory { width: 122px; height: 122px; }
  .perception-signal { min-width: 82px; padding: 8px; font-size: 9px; }
  .evolution-step { min-width: 68px; padding: 8px; font-size: 9px; }
  .collaboration-visual { padding-left: 0; padding-right: 0; }
  .execution-track { gap: 8px; }
  .execution-step { min-height: 76px; padding: 9px; }
  .execution-step strong { font-size: 10px; }
}

@media screen and (max-width: 767px) {
  .capability-layer-section { padding: 34px 0 44px; }
  .capability-layer-heading { margin-bottom: 19px; }
  .capability-layer-description { margin-top: 10px; font-size: 13px; line-height: 1.5; }
  .capability-layer-shell { row-gap: 10px; grid-template-columns: 1fr; }
  .capability-nav { border: 0; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; }
  .capability-tab, .capability-tab + .capability-tab { text-align: center; border: 1px solid #dce5eb; border-radius: 12px; grid-template-columns: 1fr; align-content: center; row-gap: 4px; min-height: 68px; padding: 7px 3px; left: 0; }
  .capability-tab.is-active { border-color: #7db7d2; background: linear-gradient(135deg, #e4f4f7, #ffffff); }
  .capability-tab-number { padding-top: 0; font-size: 10px; }
  .capability-tab-copy { justify-items: center; row-gap: 0; display: grid; }
  .capability-tab-copy strong { text-align: center; overflow-wrap: anywhere; font-size: 9px; font-weight: 500; line-height: 1.18; }
  .capability-tab-copy span { display: none; }
  .capability-stage, .capability-panel { min-height: 408px; }
  .capability-stage { border-radius: 20px; }
  .capability-panel { grid-template-rows: auto 1fr; padding: 18px 16px; }
  .capability-panel:before { font-size: 70px; top: 17px; right: 18px; }
  .capability-panel-icon { width: 29px; height: 29px; }
  .capability-panel-icon img { width: 15px; height: 15px; }
  .capability-panel-header h3 { max-width: 310px; margin-top: 8px; font-size: 25px; line-height: 1.06; }
  .capability-panel-header p { max-width: 340px; margin-top: 8px; font-size: 10px; line-height: 1.45; }
  .capability-network { grid-template-columns: 1fr; grid-template-rows: auto 158px auto; row-gap: 17px; min-height: 330px; margin-top: 16px; }
  .capability-network:before, .capability-network:after, .capability-node-stack.source .capability-node:after, .capability-node-stack.outcome .capability-node:before { display: none; }
  .capability-node-stack { grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 7px; row-gap: 0; }
  .capability-node { text-align: center; border-radius: 10px; min-height: 48px; align-content: center; padding: 7px 6px; font-size: 9px; }
  .capability-core { width: 158px; }
  .capability-core strong { font-size: 17px; }
  .capability-core small { font-size: 8px; }
  .capability-visual { border-radius: 15px; min-height: 200px; margin-top: 9px; padding: 9px; }
  .perception-visual, .evolution-visual { grid-template-columns: minmax(170px, 1fr) minmax(102px, .58fr); gap: 7px; align-content: center; }
  .perception-orbit, .evolution-cycle { width: 170px; height: 170px; }
  .perception-core { width: 82px; height: 82px; }
  .perception-core img { width: 17px; height: 17px; margin-bottom: 4px; }
  .perception-core strong, .evolution-memory strong { font-size: 9px; }
  .perception-core small, .evolution-memory small { font-size: 7px; }
  .evolution-memory { width: 86px; height: 86px; }
  .evolution-memory img { width: 18px; height: 18px; margin-bottom: 4px; }
  .perception-signal { min-width: auto; padding: 5px 6px; gap: 3px; font-size: 7px; }
  .perception-signal img, .evolution-step img { width: 10px; height: 10px; }
  .evolution-step { min-width: 52px; padding: 5px 6px; gap: 3px; font-size: 7px; }
  .perception-readout, .evolution-output { border-radius: 11px; padding: 10px; }
  .perception-readout > strong { font-size: 11px; }
  .perception-readout-grid { grid-template-columns: 1fr; gap: 5px; margin-top: 9px; padding-top: 8px; }
  .perception-readout-grid span { font-size: 7px; }
  .evolution-output > div { grid-template-columns: 1fr; gap: 4px; margin-top: 8px; }
  .evolution-output span { grid-template-columns: 12px 1fr; justify-items: start; padding: 5px; font-size: 7px; }
  .evolution-output span img { width: 11px; height: 11px; }
  .collaboration-visual { gap: 7px; padding: 9px; }
  .collaboration-input { border-radius: 10px; padding: 7px 8px; gap: 6px; }
  .collaboration-input > img { width: 14px; height: 14px; }
  .collaboration-input strong { font-size: 9px; }
  .collaboration-surface { border-radius: 12px; padding: 9px; }
  .collaboration-surface-title { margin-bottom: 5px; font-size: 9px; }
  .collaboration-work-row { padding: 6px 0; }
  .collaboration-work-row span { font-size: 8px; }
  .collaboration-actions { margin-top: 4px; }
  .collaboration-actions span { padding: 5px 2px; font-size: 7px; }
  .execution-visual { padding: 12px 9px 9px; }
  .execution-visual-header { margin-bottom: 10px; font-size: 9px; }
  .execution-visual-header img { width: 16px; height: 16px; }
  .execution-track { gap: 5px; }
  .execution-step { border-radius: 10px; min-height: 70px; padding: 6px 4px; }
  .execution-step:before { display: none; }
  .execution-step > img { width: 13px; height: 13px; margin-bottom: 4px; }
  .execution-step small { font-size: 7px; }
  .execution-step strong { overflow-wrap: anywhere; margin-top: 3px; font-size: 7px; }
  .execution-control { margin-top: 10px; padding-top: 9px; }
  .execution-control span, .execution-control strong { font-size: 8px; }
  .capability-statuses { margin-top: 5px; padding-top: 9px; }
  .capability-statuses span { text-align: center; padding: 1px 6px; font-size: 9px; }
}

@media screen and (max-width: 991px) {
  .capability-layer-shell {
    grid-template-columns: 1fr;
    row-gap: 18px;
  }

  .capability-nav {
    border-left: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .capability-tab,
  .capability-tab + .capability-tab {
    border: 1px solid #dce7ef;
    border-radius: 14px;
    grid-template-columns: 1fr;
    min-height: 78px;
    padding: 12px;
    left: 0;
  }

  .capability-tab.is-active {
    border-color: rgba(44, 125, 255, .34);
    background: linear-gradient(135deg, rgba(238, 247, 255, .90), rgba(255, 255, 255, .68));
  }

  .capability-tab-copy span {
    display: none;
  }

  .perception-visual,
  .evolution-visual {
    grid-template-columns: minmax(420px, 1.7fr) minmax(250px, .9fr);
  }
}

@media screen and (max-width: 767px) {
  .capability-stage,
  .capability-panel {
    min-height: auto;
  }

  .capability-panel {
    padding: 22px 18px;
  }

  .capability-panel:before {
    font-size: 72px;
    top: 22px;
    right: 20px;
  }

  .capability-panel-kicker {
    gap: 10px;
  }

  .capability-panel-icon {
    border-radius: 12px;
    width: 36px;
    height: 36px;
  }

  .capability-panel-icon img {
    width: 18px;
    height: 18px;
  }

  .capability-panel-kicker > span:last-child {
    font-size: 10px;
    letter-spacing: .11em;
  }

  .capability-panel-header h3 {
    max-width: 320px;
    margin-top: 22px;
    font-size: 36px;
    line-height: 1;
  }

  .capability-panel-header p {
    max-width: 330px;
    margin-top: 12px;
    font-size: 13px;
  }

  .capability-visual {
    padding: 0;
  }

  .perception-visual,
  .evolution-visual {
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: auto;
  }

  .perception-orbit {
    width: 100%;
    height: 270px;
  }

  .perception-orbit:before {
    width: 200px;
    height: 200px;
    top: 35px;
  }

  .perception-orbit:after {
    width: 118px;
    height: 118px;
    top: 76px;
  }

  .perception-signal {
    min-width: 130px;
    min-height: 48px;
    padding: 9px 10px;
    font-size: 10px;
  }

  .perception-signal img {
    width: 18px;
    height: 18px;
  }

  .perception-signal.apps,
  .perception-signal.events {
    left: 5%;
  }

  .perception-signal.files,
  .perception-signal.conversations {
    right: 5%;
  }

  .perception-readout,
  .evolution-output {
    min-height: auto;
    padding: 18px;
  }

  .perception-readout > strong {
    font-size: 20px;
  }

  .perception-readout-grid span {
    font-size: 12px;
  }
}

/* OpenAI-inspired capability infographic system. */
.capability-panel-header p {
  display: none;
}

.capability-visual.capability-flow-visual,
.capability-visual.capability-loop-visual,
.capability-visual.capability-collab-map,
.capability-visual.capability-workflow-visual {
  border: 0;
  background: transparent;
  box-shadow: none;
  min-height: 300px;
  padding: 0;
  display: grid;
  gap: 18px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.capability-visual.capability-flow-visual:before,
.capability-visual.capability-loop-visual:before,
.capability-visual.capability-collab-map:before,
.capability-visual.capability-workflow-visual:before {
  display: none;
}

.capability-flow-steps,
.capability-loop-map,
.capability-collab-map,
.capability-workflow-visual {
  border: 1px solid rgba(184, 207, 222, .62);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .62), rgba(255, 255, 255, .24)),
    radial-gradient(circle at 12% 18%, rgba(255, 249, 228, .20), transparent 34%),
    radial-gradient(circle at 88% 20%, rgba(211, 234, 249, .28), transparent 36%);
  box-shadow: inset 0 1px rgba(255, 255, 255, .88), 0 18px 44px rgba(38, 79, 110, .08);
  position: relative;
  overflow: hidden;
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  backdrop-filter: blur(18px) saturate(145%);
}

.capability-flow-visual,
.capability-loop-visual,
.capability-collab-map {
  grid-template-columns: .9fr 1.2fr .9fr;
  align-items: center;
}

.capability-workflow-visual {
  grid-template-columns: 1.35fr .82fr;
}

.capability-visual-column,
.capability-runtime-metrics,
.capability-runtime-layers,
.capability-shared-context,
.capability-workstream-panel,
.capability-pulse-chart {
  z-index: 3;
  display: grid;
  gap: 10px;
}

.capability-visual-column > small,
.capability-runtime-metrics small,
.capability-runtime-layers > small,
.capability-shared-context > small,
.capability-workstream-panel > small,
.capability-pulse-chart > small {
  color: #94a3b8;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-family: "Roboto Mono", monospace;
  font-size: 10px;
}

.capability-input-card,
.capability-score-card,
.capability-outcome-list,
.capability-runtime-metrics > div,
.capability-runtime-layers > div,
.capability-shared-context > div,
.capability-workstream-panel,
.capability-pulse-chart {
  border: 1px solid rgba(184, 207, 222, .58);
  border-radius: 16px;
  background: rgba(255, 255, 255, .54);
  box-shadow: inset 0 1px rgba(255, 255, 255, .80), 0 10px 24px rgba(38, 79, 110, .06);
  -webkit-backdrop-filter: blur(14px) saturate(145%);
  backdrop-filter: blur(14px) saturate(145%);
}

.capability-input-card {
  grid-template-columns: 10px 1fr;
  align-items: center;
  column-gap: 11px;
  padding: 12px 14px;
  position: relative;
}

.capability-input-card:after {
  content: "";
  background: rgba(100, 116, 139, .24);
  width: 28px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -28px;
}

.capability-input-card span,
.capability-shared-context div span {
  border-radius: 50%;
  background: #6b7cff;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0 4px rgba(107, 124, 255, .13);
}

.capability-input-card:nth-of-type(3) span { background: #5aaed5; box-shadow: 0 0 0 4px rgba(90, 174, 213, .14); }
.capability-input-card:nth-of-type(4) span { background: #8a7dde; box-shadow: 0 0 0 4px rgba(138, 125, 222, .14); }

.capability-input-card strong,
.capability-runtime-layers strong,
.capability-shared-context div,
.capability-workstream-panel div span {
  color: #334155;
  font-size: 12px;
  font-weight: 600;
}

.capability-input-card em,
.capability-mini-stats em,
.capability-runtime-metrics em,
.capability-runtime-layers em {
  color: #94a3b8;
  font-family: "Roboto Mono", monospace;
  font-size: 9px;
  font-style: normal;
}

.capability-mini-stats {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  display: grid;
}

.capability-mini-stats span {
  border-top: 1px solid rgba(100, 116, 139, .14);
  padding-top: 8px;
}

.capability-mini-stats strong {
  color: #334155;
  font-size: 13px;
  display: block;
}

.capability-context-engine {
  z-index: 2;
  min-height: 300px;
  display: grid;
  place-items: center;
  position: relative;
}

.capability-context-engine:before,
.capability-context-engine:after {
  content: "";
  border-radius: 50%;
  position: absolute;
}

.capability-context-engine:before {
  border: 1px solid rgba(100, 116, 139, .18);
  width: 230px;
  height: 230px;
}

.capability-context-engine:after {
  border: 1px dashed rgba(100, 116, 139, .22);
  width: 186px;
  height: 186px;
}

.capability-context-engine > span {
  z-index: 2;
  color: #94a3b8;
  letter-spacing: .08em;
  font-family: "Roboto Mono", monospace;
  font-size: 9px;
  position: absolute;
}

.capability-context-engine > span:nth-child(1) { top: 22px; left: 50%; transform: translateX(-50%); }
.capability-context-engine > span:nth-child(2) { top: 50%; right: 0; transform: translateY(-50%); }
.capability-context-engine > span:nth-child(3) { bottom: 22px; left: 50%; transform: translateX(-50%); }
.capability-context-engine > span:nth-child(4) { top: 50%; left: 0; transform: translateY(-50%); }

.capability-engine-core {
  z-index: 3;
  border: 1px solid rgba(71, 85, 105, .22);
  border-radius: 50%;
  background: rgba(255, 255, 255, .62);
  text-align: center;
  align-content: center;
  width: 132px;
  height: 132px;
  box-shadow: inset 0 1px rgba(255,255,255,.86), 0 18px 34px rgba(44,92,126,.10);
}

.capability-engine-core small {
  color: #94a3b8;
  letter-spacing: .10em;
  text-transform: uppercase;
  font-family: "Roboto Mono", monospace;
  font-size: 9px;
}

.capability-engine-core strong {
  color: #0f172a;
  margin-top: 4px;
  font-size: 15px;
  display: block;
}

.capability-score-card {
  padding: 16px;
}

.capability-score-card em {
  color: #94a3b8;
  letter-spacing: .10em;
  text-transform: uppercase;
  font-family: "Roboto Mono", monospace;
  font-size: 9px;
  font-style: normal;
}

.capability-score-card strong {
  color: #0f172a;
  letter-spacing: -.05em;
  margin-top: 4px;
  font-size: 30px;
}

.capability-score-card > span {
  color: #64748b;
  margin-left: 6px;
  font-size: 12px;
}

.capability-score-card div,
.capability-workstream-panel div {
  background: rgba(100, 116, 139, .12);
  border-radius: 999px;
  height: 4px;
  margin-top: 12px;
  overflow: hidden;
}

.capability-score-card i,
.capability-workstream-panel i {
  background: #5064d9;
  border-radius: inherit;
  height: 100%;
  display: block;
}

.capability-outcome-list {
  overflow: hidden;
}

.capability-outcome-list span {
  justify-content: space-between;
  padding: 10px 14px;
  display: flex;
}

.capability-outcome-list span + span {
  border-top: 1px solid rgba(100, 116, 139, .10);
}

.capability-outcome-list em {
  color: #64748b;
  font-size: 12px;
  font-style: normal;
}

.capability-outcome-list strong {
  color: #334155;
  font-family: "Roboto Mono", monospace;
  font-size: 10px;
  font-weight: 500;
}

.capability-flow-steps:before,
.capability-loop-map:before,
.capability-collab-map:before,
.capability-workflow-visual:before {
  content: "";
  pointer-events: none;
  background-image:
    linear-gradient(rgba(89, 126, 154, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(89, 126, 154, .08) 1px, transparent 1px);
  background-size: 32px 32px;
  position: absolute;
  inset: 0;
}

.capability-flow-steps:after,
.capability-collab-map:after,
.capability-workflow-visual:after {
  content: "";
  pointer-events: none;
  border-radius: inherit;
  background:
    radial-gradient(circle at 18% 28%, rgba(44, 125, 255, .10), transparent 24%),
    radial-gradient(circle at 82% 76%, rgba(255, 249, 228, .18), transparent 30%);
  position: absolute;
  inset: 0;
}

.capability-flow-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 0;
  min-height: 300px;
  padding: 52px 34px 34px;
  display: grid;
}

.capability-flow-step {
  z-index: 2;
  align-content: center;
  justify-items: start;
  min-height: 220px;
  padding: 24px 22px;
  display: grid;
  position: relative;
}

.capability-flow-step:not(:last-child):after {
  content: "";
  background: linear-gradient(90deg, rgba(36, 92, 126, .22), rgba(44, 125, 255, .42));
  width: 44px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -22px;
}

.capability-flow-step:not(:last-child):before {
  content: "";
  border-top: 1px solid rgba(44, 125, 255, .42);
  border-right: 1px solid rgba(44, 125, 255, .42);
  width: 7px;
  height: 7px;
  position: absolute;
  top: calc(50% - 3px);
  right: -22px;
  transform: rotate(45deg);
}

.capability-flow-step span,
.capability-workflow-step span {
  border: 1px solid rgba(44, 125, 255, .18);
  border-radius: 999px;
  background: rgba(44, 125, 255, .06);
  width: 34px;
  height: 34px;
  color: #2c7dff;
  text-align: center;
  align-content: center;
  font-family: "Roboto Mono", monospace;
  font-size: 10px;
}

.capability-flow-step strong,
.capability-workflow-step strong {
  color: #0d1b2f;
  letter-spacing: -.03em;
  margin-top: 22px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.08;
}

.capability-flow-step small {
  color: #6a7b91;
  margin-top: 8px;
  font-size: 12px;
}

.capability-signal-cloud {
  z-index: 4;
  gap: 8px;
  display: flex;
  position: absolute;
  top: 18px;
  left: 22px;
}

.capability-signal-cloud span,
.capability-authority-panel,
.capability-micro-panel,
.capability-task-stack {
  border: 1px solid rgba(184, 207, 222, .64);
  background: rgba(255, 255, 255, .62);
  box-shadow: inset 0 1px rgba(255, 255, 255, .82), 0 12px 28px rgba(38, 79, 110, .08);
  -webkit-backdrop-filter: blur(16px) saturate(145%);
  backdrop-filter: blur(16px) saturate(145%);
}

.capability-signal-cloud span {
  color: #52677f;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 10px;
}

.capability-micro-panel {
  z-index: 4;
  border-radius: 16px;
  width: 168px;
  padding: 14px;
  position: absolute;
  right: 22px;
  bottom: 18px;
}

.capability-micro-panel small,
.capability-authority-panel small {
  color: #6a7b91;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-family: "Roboto Mono", monospace;
  font-size: 9px;
}

.capability-micro-panel strong {
  color: #0d1b2f;
  margin-top: 5px;
  font-size: 22px;
  display: block;
}

.capability-micro-panel div {
  background: rgba(70, 115, 145, .10);
  border-radius: 999px;
  height: 5px;
  margin-top: 9px;
  overflow: hidden;
}

.capability-micro-panel div span {
  background: linear-gradient(90deg, rgba(44, 125, 255, .42), #2c7dff);
  border-radius: inherit;
  height: 100%;
  display: block;
}

.capability-loop-map {
  min-height: 310px;
}

.capability-loop-map > :first-child:before {
  content: "";
  border: 1px solid rgba(73, 119, 149, .22);
  border-radius: 50%;
  width: 220px;
  height: 220px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.capability-loop-map:after {
  content: "";
  border-radius: 50%;
  background: conic-gradient(from -35deg, rgba(44, 125, 255, .0) 0 8%, rgba(44, 125, 255, .34) 8% 25%, rgba(44, 125, 255, .06) 25% 34%, rgba(44, 125, 255, .30) 34% 55%, rgba(44, 125, 255, .06) 55% 64%, rgba(44, 125, 255, .26) 64% 86%, rgba(44, 125, 255, .0) 86% 100%);
  width: 238px;
  height: 238px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 0);
  mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 0);
}

.capability-loop-map {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .62), rgba(255, 255, 255, .24)),
    radial-gradient(circle at 50% 48%, rgba(44, 125, 255, .10), transparent 30%),
    radial-gradient(circle at 84% 20%, rgba(255, 249, 228, .16), transparent 28%);
}

.capability-loop-map .capability-loop-core:before {
  content: "";
  z-index: -1;
  border: 1px dashed rgba(73, 119, 149, .18);
  border-radius: 50%;
  position: absolute;
  inset: -54px;
}

.capability-loop-core {
  z-index: 1;
  text-align: center;
  border: 1px solid rgba(184, 207, 222, .68);
  border-radius: 50%;
  background: rgba(255, 255, 255, .58);
  align-content: center;
  justify-items: center;
  width: 132px;
  height: 132px;
  display: grid;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  box-shadow: inset 0 1px rgba(255, 255, 255, .86), 0 18px 34px rgba(44, 92, 126, .10);
}

.capability-loop-core strong {
  color: #0d1b2f;
  letter-spacing: -.03em;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.05;
}

.capability-loop-core small {
  color: #6a7b91;
  margin-top: 8px;
  font-size: 10px;
}

.capability-loop-node {
  z-index: 2;
  color: #23384f;
  border: 1px solid rgba(184, 207, 222, .70);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  padding: 11px 18px;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  box-shadow: inset 0 1px rgba(255, 255, 255, .88), 0 10px 24px rgba(38, 79, 110, .08);
}

.capability-loop-node.action { top: 36px; left: 50%; transform: translateX(-50%); }
.capability-loop-node.outcome { top: 50%; right: 54px; transform: translateY(-50%); }
.capability-loop-node.learning { bottom: 36px; left: 50%; transform: translateX(-50%); }
.capability-loop-node.improve { top: 50%; left: 54px; transform: translateY(-50%); }

.capability-loop-metrics {
  z-index: 3;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  display: grid;
  position: absolute;
  right: 22px;
  bottom: 20px;
  left: 22px;
}

.capability-loop-metrics span {
  border: 1px solid rgba(184, 207, 222, .58);
  border-radius: 14px;
  background: rgba(255, 255, 255, .54);
  padding: 10px 12px;
  box-shadow: inset 0 1px rgba(255, 255, 255, .78);
}

.capability-loop-metrics small,
.capability-loop-metrics strong {
  display: block;
}

.capability-loop-metrics small {
  color: #6a7b91;
  font-size: 9px;
}

.capability-loop-metrics strong {
  color: #0d1b2f;
  margin-top: 3px;
  font-size: 14px;
}

.capability-collab-map {
  grid-template-columns: minmax(180px, 1fr) minmax(190px, .82fr) minmax(180px, 1fr);
  align-items: center;
  gap: 26px;
  min-height: 300px;
  padding: 34px;
}

.capability-collab-node {
  z-index: 2;
  border: 1px solid rgba(184, 207, 222, .68);
  border-radius: 24px;
  background: rgba(255, 255, 255, .58);
  min-height: 160px;
  align-content: center;
  padding: 28px;
  box-shadow: inset 0 1px rgba(255, 255, 255, .88), 0 14px 34px rgba(38, 79, 110, .08);
}

.capability-collab-node.human {
  border-color: rgba(44, 125, 255, .34);
  background:
    radial-gradient(circle at 22% 20%, rgba(44, 125, 255, .12), transparent 40%),
    rgba(255, 255, 255, .72);
  transform: scale(1.04);
}

.capability-collab-node span {
  color: #2c7dff;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
}

.capability-collab-node strong {
  color: #0d1b2f;
  letter-spacing: -.04em;
  margin-top: 16px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.05;
  display: block;
}

.capability-collab-bridge {
  z-index: 3;
  gap: 12px;
  display: grid;
  position: relative;
}

.capability-collab-bridge:before,
.capability-collab-bridge:after {
  content: "";
  background: linear-gradient(90deg, rgba(44, 125, 255, .0), rgba(44, 125, 255, .34), rgba(44, 125, 255, .0));
  height: 1px;
  position: absolute;
  top: 50%;
  width: 80px;
}

.capability-collab-bridge:before { right: 100%; }
.capability-collab-bridge:after { left: 100%; }

.capability-collab-bridge span {
  color: #41586f;
  text-align: center;
  border: 1px solid rgba(184, 207, 222, .62);
  border-radius: 999px;
  background: rgba(255, 255, 255, .70);
  padding: 10px 12px;
  font-size: 12px;
}

.capability-authority-panel {
  z-index: 4;
  border-radius: 18px;
  padding: 14px;
  position: absolute;
  right: 26px;
  bottom: 22px;
  width: 198px;
}

.capability-authority-panel div {
  border-top: 1px solid rgba(70, 115, 145, .12);
  justify-content: space-between;
  align-items: center;
  padding-top: 9px;
  margin-top: 9px;
  display: flex;
}

.capability-authority-panel div span {
  color: #52677f;
  font-size: 11px;
}

.capability-authority-panel div strong {
  color: #0d1b2f;
  font-size: 11px;
  font-weight: 500;
}

.capability-workflow-visual {
  align-content: center;
  gap: 42px;
  min-height: 300px;
  padding: 42px 44px 116px;
}

.capability-workflow-track {
  z-index: 2;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  display: grid;
  position: relative;
}

.capability-workflow-track:before {
  content: "";
  background: rgba(70, 115, 145, .16);
  height: 1px;
  position: absolute;
  top: 17px;
  right: 8%;
  left: 8%;
}

.capability-workflow-step {
  z-index: 1;
  justify-items: start;
  display: grid;
}

.capability-workflow-step span {
  background: #ffffff;
  position: relative;
}

.capability-workflow-step.progress span {
  background: rgba(44, 125, 255, .10);
}

.capability-workflow-step.complete span {
  background: #2c7dff;
  border-color: #2c7dff;
}

.capability-workflow-step.complete span:after {
  content: "";
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 8px;
  height: 14px;
  position: absolute;
  top: 7px;
  left: 12px;
  transform: rotate(45deg);
}

.capability-workflow-progress {
  z-index: 2;
  background: rgba(70, 115, 145, .10);
  border-radius: 999px;
  height: 8px;
  overflow: hidden;
}

.capability-workflow-progress span {
  background: linear-gradient(90deg, rgba(44, 125, 255, .38), #2c7dff);
  border-radius: inherit;
  width: 86%;
  height: 100%;
  display: block;
}

.capability-task-stack {
  z-index: 4;
  border-radius: 18px;
  display: grid;
  gap: 8px;
  padding: 12px;
  position: absolute;
  right: 24px;
  bottom: 20px;
  left: 24px;
}

.capability-task-stack div {
  color: #30485f;
  border: 1px solid rgba(184, 207, 222, .42);
  border-radius: 12px;
  background: rgba(255, 255, 255, .48);
  grid-template-columns: 14px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  font-size: 11px;
  display: grid;
}

.capability-task-stack div span {
  border: 1px solid rgba(44, 125, 255, .26);
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.capability-task-stack div:first-child span {
  background: #2c7dff;
}

.capability-task-stack strong {
  color: #6a7b91;
  text-transform: uppercase;
  font-family: "Roboto Mono", monospace;
  font-size: 8px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .capability-flow-steps,
  .capability-collab-map,
  .capability-workflow-visual {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px;
  }

  .capability-flow-step {
    min-height: auto;
    padding: 12px 0 18px 52px;
  }

  .capability-flow-step:not(:last-child):after {
    width: 1px;
    height: 28px;
    top: auto;
    right: auto;
    bottom: -12px;
    left: 17px;
  }

  .capability-flow-step:not(:last-child):before {
    top: auto;
    right: auto;
    bottom: -12px;
    left: 14px;
    transform: rotate(135deg);
  }

  .capability-flow-step span {
    position: absolute;
    top: 10px;
    left: 0;
  }

  .capability-loop-map {
    min-height: 280px;
  }

  .capability-loop-node.outcome { right: 18px; }
  .capability-loop-node.improve { left: 18px; }

  .capability-collab-bridge:before,
  .capability-collab-bridge:after {
    display: none;
  }

  .capability-collab-node {
    min-height: 112px;
    padding: 20px;
  }

  .capability-collab-node.human {
    transform: none;
  }

  .capability-workflow-track {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .capability-workflow-track:before {
    top: 0;
    bottom: 0;
    left: 17px;
    width: 1px;
    height: auto;
  }

  .capability-workflow-step {
    grid-template-columns: 34px 1fr;
    align-items: center;
    gap: 14px;
  }

  .capability-workflow-step strong {
    margin-top: 0;
  }
}

/* Richer reference-card translation: three-column system diagrams and micro UI density. */
.capability-loop-visual {
  grid-template-columns: .9fr 1.25fr .9fr;
}

.capability-runtime-metrics > div,
.capability-runtime-layers > div {
  border: 1px solid rgba(184, 207, 222, .58);
  border-radius: 16px;
  background: rgba(255, 255, 255, .54);
  padding: 14px;
  box-shadow: inset 0 1px rgba(255, 255, 255, .80), 0 10px 24px rgba(38, 79, 110, .06);
  -webkit-backdrop-filter: blur(14px) saturate(145%);
  backdrop-filter: blur(14px) saturate(145%);
}

.capability-runtime-metrics > div:not(.capability-bar-chart) {
  border-left: 2px solid #6478db;
}

.capability-runtime-metrics > div:nth-child(2) {
  border-left-color: #8a7dde;
}

.capability-runtime-metrics strong {
  color: #0f172a;
  letter-spacing: -.05em;
  margin-top: 3px;
  font-size: 26px;
  display: block;
}

.capability-bar-chart {
  grid-template-columns: repeat(8, 1fr);
  align-items: end;
  min-height: 80px;
  display: grid;
  gap: 5px;
}

.capability-bar-chart small {
  grid-column: 1 / -1;
}

.capability-bar-chart span {
  border-radius: 3px 3px 0 0;
  background: rgba(100, 116, 139, .22);
  min-height: 12px;
}

.capability-bar-chart span:nth-of-type(1) { height: 12px; }
.capability-bar-chart span:nth-of-type(2) { height: 22px; }
.capability-bar-chart span:nth-of-type(3) { height: 17px; }
.capability-bar-chart span:nth-of-type(4) { height: 30px; }
.capability-bar-chart span:nth-of-type(5) { height: 25px; }
.capability-bar-chart span:nth-of-type(6) { height: 36px; }
.capability-bar-chart span:nth-of-type(7) { height: 31px; }
.capability-bar-chart span:nth-of-type(8) { height: 44px; background: #0f172a; }

.capability-runtime-layers > div {
  grid-template-columns: 24px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  display: grid;
}

.capability-runtime-layers span {
  border: 1px solid rgba(100, 116, 139, .22);
  border-radius: 50%;
  color: #64748b;
  text-align: center;
  align-content: center;
  width: 22px;
  height: 22px;
  font-family: "Roboto Mono", monospace;
  font-size: 8px;
}

.capability-runtime-layers em {
  color: #64748b;
}

.capability-shared-context {
  z-index: 3;
  align-self: center;
}

.capability-shared-context > div {
  border: 1px solid rgba(184, 207, 222, .58);
  border-radius: 16px;
  background: rgba(255, 255, 255, .54);
  grid-template-columns: 10px minmax(0, 1fr) 6px;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  display: grid;
  box-shadow: inset 0 1px rgba(255, 255, 255, .80), 0 10px 24px rgba(38, 79, 110, .06);
}

.capability-shared-context div i {
  border-radius: 50%;
  background: #10b981;
  width: 6px;
  height: 6px;
}

.capability-collab-map .capability-shared-context {
  grid-column: 1;
}

.capability-collab-node.human {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  width: 100%;
  max-width: 250px;
}

.capability-collab-node.ai {
  grid-column: 3;
  grid-row: 1;
}

.capability-collab-bridge {
  grid-column: 2 / 4;
  grid-row: 1;
  justify-self: center;
  width: min(220px, 100%);
}

.capability-workflow-visual {
  align-content: stretch;
  grid-template-columns: 1.35fr .82fr;
  padding: 34px;
}

.capability-workflow-track {
  grid-column: 1 / -1;
}

.capability-workflow-step small {
  color: #94a3b8;
  letter-spacing: .05em;
  font-family: "Roboto Mono", monospace;
  font-size: 9px;
}

.capability-workflow-progress {
  grid-column: 1 / -1;
}

.capability-workstream-panel {
  z-index: 3;
  padding: 18px;
  display: grid;
  gap: 12px;
}

.capability-workstream-panel div {
  height: auto;
  margin: 0;
  overflow: visible;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 12px;
  background: transparent;
}

.capability-workstream-panel div i {
  grid-column: 1 / -1;
  background: #6478db;
  border-radius: 999px;
  height: 5px;
}

.capability-workstream-panel div:nth-of-type(4) i { background: #7c8ade; }
.capability-workstream-panel div:nth-of-type(5) i { background: #98a2d9; }

.capability-workstream-panel div em {
  color: #94a3b8;
  font-family: "Roboto Mono", monospace;
  font-size: 10px;
  font-style: normal;
}

.capability-pulse-chart {
  z-index: 3;
  grid-template-columns: repeat(8, 1fr);
  align-items: end;
  padding: 18px;
  display: grid;
  gap: 6px;
}

.capability-pulse-chart small {
  grid-column: 1 / -1;
}

.capability-pulse-chart span {
  border-radius: 3px 3px 0 0;
  background: rgba(100, 116, 139, .22);
}

.capability-pulse-chart span:nth-of-type(1) { height: 14px; }
.capability-pulse-chart span:nth-of-type(2) { height: 30px; }
.capability-pulse-chart span:nth-of-type(3) { height: 22px; }
.capability-pulse-chart span:nth-of-type(4) { height: 42px; }
.capability-pulse-chart span:nth-of-type(5) { height: 36px; }
.capability-pulse-chart span:nth-of-type(6) { height: 58px; background: #0f172a; }
.capability-pulse-chart span:nth-of-type(7) { height: 47px; }
.capability-pulse-chart span:nth-of-type(8) { height: 62px; background: #0f172a; }

@media screen and (max-width: 767px) {
  .capability-flow-visual,
  .capability-loop-visual,
  .capability-collab-map,
  .capability-workflow-visual {
    grid-template-columns: 1fr;
  }

  .capability-collab-map .capability-shared-context,
  .capability-collab-node.human,
  .capability-collab-node.ai,
  .capability-collab-bridge {
    grid-column: auto;
    grid-row: auto;
  }

  .capability-workflow-track,
  .capability-workflow-progress {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .capability-tab, .capability-panel.is-active { animation: none; transition: none; }
}

@media (prefers-reduced-transparency: reduce) {
  .capability-node,
  .perception-signal,
  .evolution-step,
  .evolution-output span,
  .collaboration-input,
  .collaboration-actions span,
  .execution-step,
  .perception-readout,
  .evolution-output,
  .collaboration-surface {
    background: #fbfdff;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

.card-container.lavendar-fixed-height {
  background-color: var(--lavendar);
  justify-content: center;
  align-items: center;
  max-height: 500px;
}

.card-image-holder {
  z-index: 1;
  perspective: 1500px;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.card-image-holder._02 {
  height: auto;
}

.card-content-holder {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-content-holder.no-top-padding {
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
}

.card-content-holder.with-gap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  overflow: visible;
}

.card-image {
  z-index: 1;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: relative;
}

.card-image.floating-card {
  width: 100%;
  max-width: 90%;
  position: relative;
  inset: 0 0% 0% 13.4em;
}

.card-image.full-width {
  object-fit: contain;
  height: auto;
}

/* Enterprise capability diagrams inherit their parent card surface. */
.enterprise-visual-holder {
  position: relative;
  background: transparent;
  border: 0;
  border-radius: 0;
  width: calc(100% - 48px);
  min-height: 270px;
  margin: 0 24px 24px;
  overflow: visible;
  box-shadow: none;
}

.enterprise-visual-holder::before { content: none; }

.enterprise-visual-holder-dark,
.enterprise-visual-holder-teal,
.enterprise-visual-holder-light { background: transparent; }

.enterprise-card-visual {
  object-fit: contain;
  border-radius: 0;
  width: 100%;
  height: 100%;
  min-height: inherit;
  padding: 16px;
  filter: drop-shadow(0 18px 28px #17324718);
}

.enterprise-infrastructure-image {
  aspect-ratio: 600 / 502;
  width: min(92%, 520px);
  max-height: 390px;
  padding: 0;
  object-position: center right;
  margin-left: auto;
  filter: drop-shadow(0 22px 30px rgba(23, 50, 71, .10));
}

.enterprise-infrastructure-holder {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.enterprise-code-visual {
  --diagram-line: #223c5266;
  --diagram-line-strong: #1a324db8;
  --diagram-accent: #2f7cff;
  --diagram-surface: #dce6ef42;
  color: #1a324d;
  width: 100%;
  height: 100%;
  min-height: inherit;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: transparent;
}

.enterprise-visual-holder-dark .enterprise-code-visual {
  --diagram-line: #d7e7f45c;
  --diagram-line-strong: #e7f3ffd1;
  --diagram-accent: #66a0ff;
  --diagram-surface: #edf6ff0d;
  color: #e7f3ff;
}

.enterprise-visual-holder-teal .enterprise-code-visual {
  --diagram-line: #08354d52;
  --diagram-line-strong: #082f49b8;
  --diagram-accent: #e9fbff;
  --diagram-surface: #ebfeff24;
  color: #082f49;
}

.enterprise-code-visual::after {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  opacity: .1;
  background-image: radial-gradient(circle, var(--diagram-line) 1px, transparent 1.5px);
  background-size: 18px 18px;
  mask-image: radial-gradient(circle at 50% 52%, #000, transparent 72%);
}

.enterprise-memory-visual .memory-pixel-field {
  position: absolute;
  top: 28%;
  left: 7%;
  width: 20%;
  height: 44%;
  border: 1px solid #ffffff12;
  border-radius: 16px;
  background:
    radial-gradient(circle, #ffffff21 1.5px, transparent 2px) 8px 8px / 18px 18px,
    linear-gradient(145deg, #ffffff06, #ffffff02);
}

.memory-pixel-field i,
.memory-cluster i,
.memory-core i {
  width: 7px;
  height: 7px;
  border-radius: 1px;
  background: var(--diagram-accent);
  box-shadow: 0 0 0 4px #66a0ff12;
  position: absolute;
}

.memory-pixel-field i:nth-child(1) { top: 8%; left: 18%; }
.memory-pixel-field i:nth-child(2) { top: 31%; left: 64%; }
.memory-pixel-field i:nth-child(3) { top: 66%; left: 34%; }
.memory-pixel-field i:nth-child(4) { top: 85%; left: 77%; }
.memory-pixel-field i:nth-child(5) { top: 49%; left: 4%; }

.memory-route {
  position: absolute;
  top: 50%;
  left: 27%;
  width: 50%;
  height: 1px;
  background: linear-gradient(90deg, #ffffff24, #66a0ffa8, #ffffff24);
  z-index: 1;
}

.memory-route::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 22%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--diagram-accent);
  box-shadow: 0 0 0 5px #66a0ff12;
}

.memory-cluster {
  position: absolute;
  top: 50%;
  left: 52%;
  width: 88px;
  aspect-ratio: 1;
  border: 1px solid var(--diagram-line-strong);
  border-radius: 18px;
  transform: translate(-50%, -50%) rotate(45deg);
  background: linear-gradient(145deg, #171e23, #090d10);
  box-shadow: inset 0 1px 0 #ffffff0b, 0 18px 34px #0000003d;
  z-index: 2;
}

.memory-cluster i:nth-child(1) { top: 18%; left: 18%; }
.memory-cluster i:nth-child(2) { top: 18%; right: 18%; }
.memory-cluster i:nth-child(3) { bottom: 18%; left: 18%; }
.memory-cluster i:nth-child(4) { right: 18%; bottom: 18%; }
.memory-cluster i:nth-child(5) { top: calc(50% - 3px); left: calc(50% - 3px); }

.memory-core {
  position: absolute;
  top: 50%;
  right: 7%;
  width: 122px;
  aspect-ratio: 1;
  border: 1px solid var(--diagram-line-strong);
  border-radius: 50%;
  background: radial-gradient(circle, #171e23, #090d10 68%);
  box-shadow: inset 0 0 0 7px #ffffff05, 0 18px 36px #0000003d;
  transform: translateY(-50%);
  z-index: 2;
}

.memory-core::before,
.memory-core::after,
.memory-core span {
  content: "";
  position: absolute;
  inset: 14%;
  border: 1px solid var(--diagram-line);
  border-radius: 50%;
}

.memory-core::after { inset: 30%; }
.memory-core span { inset: 43%; background: var(--diagram-accent); border: 0; box-shadow: 0 0 0 6px #66a0ff12; }
.memory-core i:nth-of-type(1) { top: 4%; left: 48%; }
.memory-core i:nth-of-type(2) { top: 48%; right: 4%; }
.memory-core i:nth-of-type(3) { bottom: 4%; left: 48%; }
.memory-core i:nth-of-type(4) { top: 48%; left: 4%; }

.enterprise-team-visual {
  min-height: 250px;
  padding: 24px 26px 20px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 14px;
}

.enterprise-team-visual::after {
  opacity: .07;
  mask-image: linear-gradient(180deg, #000, transparent 78%);
}

.team-workflow-meta,
.team-workflow-stages {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Roboto Mono", monospace;
  text-transform: uppercase;
}

.team-workflow-meta {
  color: #1a324d;
  font-size: 11px;
  letter-spacing: .08em;
}

.team-workflow-meta > span:first-child {
  font-weight: 600;
}

.team-workflow-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #657a8d;
  font-size: 9px;
}

.team-workflow-status > i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--diagram-accent);
  box-shadow: 0 0 0 4px #2f7cff12;
}

.team-workflow-board {
  position: relative;
  min-height: 154px;
  overflow: hidden;
}

.team-workflow-guides {
  position: absolute;
  inset: 0 1%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.team-workflow-guides > i {
  height: 100%;
  border-left: 1px dashed #1a324d24;
}

.team-workflow-task {
  position: absolute;
  z-index: 2;
  min-width: 0;
  height: 38px;
  padding: 4px 12px 4px 6px;
  border: 1px solid #1a324d12;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1a324d;
  background: #edf2f5;
  box-shadow: 0 8px 18px #1732470d;
  transition: transform .25s ease, box-shadow .25s ease;
}

.team-workflow-task:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px #17324716;
}

.team-workflow-task strong {
  min-width: 0;
  overflow: hidden;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.task-owners {
  flex: none;
  display: flex;
  align-items: center;
}

.task-owners > i {
  width: 25px;
  height: 25px;
  margin-left: -5px;
  border: 2px solid #f7fafc;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #1a324d;
  background: #ffffff;
  font-family: "Roboto Mono", monospace;
  font-size: 7px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -.02em;
}

.task-owners > i:first-child {
  margin-left: 0;
}

.task-research { top: 7%; left: 1%; width: 31%; }
.task-plan { top: 7%; left: 35%; width: 39%; background: #e4efff; }
.task-design { top: 39%; left: 14%; width: 38%; background: #d5e6ff; }
.task-review { top: 39%; left: 55%; width: 44%; color: #ffffff; background: #172b3d; }
.task-build { top: 71%; left: 31%; width: 54%; background: #e9eef2; }

.task-review .task-owners > i {
  border-color: #172b3d;
}

.team-workflow-stages {
  color: #657a8d;
  font-size: 8px;
  letter-spacing: .05em;
}

.team-workflow-stages > span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.team-workflow-stages b {
  color: #9aabba;
  font-size: 7px;
  font-weight: 500;
}

.enterprise-sovereignty-visual {
  --sovereignty-accent: #e9fbff;
  color: #082f49;
  background: transparent;
}

.enterprise-sovereignty-visual::after {
  opacity: .18;
  background-image: radial-gradient(circle, #08354d45 1px, transparent 1.4px);
  background-size: 16px 16px;
  mask-image: linear-gradient(90deg, #000, transparent 88%);
}

.sovereignty-binary {
  position: absolute;
  inset: 8% 7%;
  color: #082f49;
  font-family: "Roboto Mono", monospace;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 4px;
  word-break: break-all;
  opacity: .07;
  overflow: hidden;
  user-select: none;
}

.sovereignty-origin {
  position: absolute;
  top: 50%;
  left: 23%;
  width: 116px;
  aspect-ratio: 1;
  border: 1px solid #082f4947;
  border-radius: 50%;
  background: #ffffff1f;
  box-shadow: inset 0 0 0 7px #ffffff12, 0 16px 36px #08354d1a;
  transform: translate(-50%, -50%);
  z-index: 4;
}

.sovereignty-origin::after {
  content: "";
  position: absolute;
  inset: -9px;
  border: 1px solid #082f4921;
  border-radius: inherit;
}

.sovereignty-origin img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76px;
  height: auto;
  filter: none;
  opacity: .72;
  transform: translate(-50%, -50%);
}

.sovereignty-endpoint {
  position: absolute;
  right: 8%;
  width: 35%;
  height: 34%;
  border: 1px solid #082f4938;
  border-radius: 15px;
  background: linear-gradient(150deg, #ffffff2e, #ffffff13);
  box-shadow: 0 14px 28px #08354d16;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  z-index: 4;
}

.endpoint-device { top: 9%; }
.endpoint-runtime { bottom: 9%; }

.endpoint-label {
  color: #0a3a52;
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.endpoint-glyph {
  position: relative;
  display: block;
  color: #0d435d;
}

.device-glyph {
  width: 48px;
  height: 31px;
  border: 1px solid currentColor;
  border-radius: 4px;
}

.device-glyph::before {
  content: "";
  position: absolute;
  left: 18px;
  bottom: -8px;
  width: 12px;
  height: 7px;
  border-left: 1px solid currentColor;
  border-right: 1px solid currentColor;
}

.device-glyph::after {
  content: "";
  position: absolute;
  left: 12px;
  bottom: -10px;
  width: 24px;
  height: 1px;
  background: currentColor;
}

.runtime-glyph {
  width: 48px;
  height: 43px;
  border: 1px solid currentColor;
  border-radius: 4px;
  background: repeating-linear-gradient(to bottom, transparent 0 11px, #0d435d38 11px 12px);
}

.runtime-glyph::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  width: 3px;
  height: 3px;
  border-radius: 1px;
  background: var(--sovereignty-accent);
  box-shadow: 0 12px 0 #7f858a, 0 24px 0 #7f858a;
}

.sovereignty-pulse {
  position: absolute;
  right: calc(36% - 4px);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sovereignty-accent);
  box-shadow: 0 0 0 5px #e9fbff30;
  z-index: 5;
}

.pulse-device { top: calc(23% - 3px); }
.pulse-runtime { bottom: calc(23% - 3px); }

@media screen and (max-width: 479px) {
  .sovereignty-origin {
    left: 22%;
    width: 88px;
  }

  .sovereignty-origin img {
    width: 58px;
  }

  .sovereignty-endpoint {
    right: 5%;
    width: 38%;
    gap: 10px;
  }

  .endpoint-label {
    font-size: 10px;
  }

}

.enterprise-infrastructure-visual {
  perspective: 900px;
}

.infra-baseline { position: absolute; left: 8%; right: 7%; bottom: 18%; height: 1px; background: linear-gradient(90deg, transparent, #1a324d4a 12%, #2f7cff8f 60%, #1a324d4a 92%, transparent); }

.infra-column {
  position: absolute;
  bottom: 18%;
  width: 15%;
  border: 1px solid #1a324d61;
  border-top: 0;
  background: linear-gradient(90deg, #ffffff08, #dce6ef59);
  transform: skewY(-8deg);
}

.infra-column::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -22px;
  width: calc(100% + 1px);
  height: 22px;
  border: 1px solid #1a324d70;
  transform: skewY(8deg) rotate(0deg);
  clip-path: polygon(0 56%, 50% 0, 100% 56%, 50% 100%);
  background: linear-gradient(145deg, #ffffffd9, #dfe9f0a8);
  box-shadow: 0 10px 24px #17324718;
}

.infra-column > span { position: absolute; top: 15%; left: 50%; width: 5px; height: 5px; border-radius: 50%; background: var(--diagram-accent); box-shadow: 0 0 0 4px #2f7cff0f; transform: skewY(8deg); }
.infra-column.col-a { left: 9%; height: 22%; }
.infra-column.col-b { left: 30%; height: 36%; }
.infra-column.col-c { left: 51%; height: 52%; }
.infra-column.col-d { left: 72%; height: 68%; }
.infra-column.col-a { opacity: .72; }
.infra-column.col-b { opacity: .82; }
.infra-column.col-c { opacity: .9; }

.infra-pixels { position: absolute; top: 11%; right: 7%; display: grid; grid-template-columns: repeat(3, 5px); gap: 7px; }
.infra-pixels i { width: 5px; height: 5px; border-radius: 1px; background: #1a324d45; }
.infra-pixels i:nth-child(2), .infra-pixels i:nth-child(5) { background: var(--diagram-accent); }

@media screen and (max-width: 479px) {
  .memory-cluster {
    left: 49%;
    width: 70px;
    border-radius: 15px;
  }

  .memory-core {
    right: 4%;
    width: 94px;
  }

  .enterprise-memory-visual .memory-pixel-field {
    left: 5%;
    width: 21%;
  }

  .enterprise-team-visual {
    padding: 18px 16px 16px;
    gap: 10px;
  }

  .team-workflow-board {
    min-height: 152px;
  }

  .team-workflow-task {
    height: 35px;
    padding-right: 9px;
    gap: 6px;
  }

  .team-workflow-task strong {
    font-size: 9px;
  }

  .task-owners > i {
    width: 22px;
    height: 22px;
    font-size: 6px;
  }
}

.enterprise-visual-holder-light .enterprise-card-visual {
  filter: brightness(.88) contrast(1.16) saturate(.82) drop-shadow(0 18px 28px #17324721);
}

.single-horizontal-card > .enterprise-visual-holder {
  flex: 0 0 44%;
  align-self: stretch;
  width: 44%;
  min-height: 420px;
  margin: 0 28px 0 0;
}

.single-horizontal-card.white > .enterprise-visual-holder {
  min-height: 360px;
  margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .enterprise-visual-holder,
  .single-horizontal-card > .enterprise-visual-holder,
  .single-horizontal-card.white > .enterprise-visual-holder {
    flex: none;
    align-self: center;
    aspect-ratio: 4 / 3;
    width: calc(100% - 32px);
    min-height: 0;
    margin: 0 16px 16px;
  }
}

.card-title {
  color: var(--dark-black);
  text-transform: capitalize;
  font-family: Syne, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.card-title.white-text {
  color: var(--primary-white);
  font-weight: 400;
}

.card-title.small {
  text-transform: none;
  font-size: 24px;
}

.hero-section-holder {
  padding-top: 10em;
  position: relative;
  overflow: hidden;
}

.hero-section-holder.with-bottom-padding {
  perspective: 1500px;
  padding-bottom: 4em;
}

.fade-in-move-on-scroll {
  justify-content: center;
  align-items: center;
}

.subtitle-text-holder {
  max-width: 600px;
}

.logo-grid-holder {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-top: 80px;
  display: flex;
  overflow: hidden;
}

.logo-row {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.logo-small-container {
  justify-content: center;
  align-items: center;
  min-width: 150px;
  height: 50px;
  display: flex;
}

.logo-small-container.rating {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
}

.logo-small-container.integration {
  background-color: #0000000f;
  border-radius: 20px;
  width: 80px;
  min-width: 80px;
  height: 80px;
}

.small-logo {
  width: 100%;
  height: 100%;
}

.pricing-table-background {
  background-color: var(--primary-white);
  border-radius: 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.pricing-content-holder {
  z-index: 1;
  width: 100%;
  color: var(--dark-black);
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 30px;
  display: flex;
  position: relative;
}

.pricing-header {
  text-align: left;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 300;
}

.pricing-tag {
  border-top: 1px solid var(--light-border);
  color: var(--dark-black);
  margin-top: 0;
  padding-bottom: 20px;
  font-family: Syne, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.review-container-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  column-count: 3;
  column-rule-style: none;
  flex-direction: row;
  flex-grow: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  column-gap: 30px;
}

.review {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--light-border);
  background-color: var(--light-grey-background);
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-size: 14px;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.client-info-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.client-photo-holder {
  width: 60px;
  height: 60px;
}

.client-content-holder {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  font-size: 12px;
  display: flex;
}

.client-name {
  color: var(--dark-black);
  font-size: 14px;
  font-weight: 600;
}

.profile-picture-image {
  border-radius: 100%;
  width: 100%;
}

.sign-up-wrapper {
  border: 0px solid var(--secondary-white);
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.sign-up-content-wrapper {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 60px;
  display: flex;
  position: relative;
}

.sign-up-form-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 450px;
  max-width: 450px;
  margin-bottom: 0;
}

.sign-up-form {
  z-index: 1;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.sign-up-email {
  border: 1px solid var(--light-border);
  background-color: var(--secondary-white);
  width: 100%;
  height: 50px;
  color: var(--paragraph-text);
  border-radius: 100px;
  margin-bottom: 0;
  padding: 26px 100px 26px 21px;
  font-size: 16px;
  transition: border-color .2s;
}

.sign-up-email:hover {
  border-color: var(--accent-purple);
}

.sign-up-email:active {
  color: #0000;
}

.sign-up-email:focus {
  color: var(--dark-black);
}

.sign-up-email::placeholder {
  color: var(--secondary-button-color);
}

.success-message {
  color: #001eff;
  text-align: center;
  background-color: #c3cfff;
  border-radius: 8px;
  font-size: 16px;
}

.error-message {
  color: #a10e0e;
  text-align: center;
  background-color: #ffcfbe;
  border-radius: 8px;
}

.footer {
  background-color: var(--secondary-white);
  padding-top: 180px;
  overflow: hidden;
}

.footer-brand-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  align-items: flex-start;
  max-width: 450px;
  display: flex;
}

.footer-logo-link {
  width: 280px;
}

.footer-logo-link.ipollo-brand {
  width: auto;
}

.footer-logo-link .ipollo-brand-logo {
  height: 50px;
}

.footer-logo-link .ipollo-brand-mark {
  width: 43px;
  height: 48px;
}

.footer-logo-link .ipollo-brand-mark img {
  height: 48px;
}

.footer-logo-link .ipollo-brand-word {
  font-size: 52px;
}

.footer-brand-image {
  width: 100%;
}

.footer-description {
  color: var(--paragraph-text);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-grid-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-heading {
  color: var(--dark-black);
  font-size: 16px;
  font-weight: 500;
}

.footer-link {
  color: var(--paragraph-text-color);
  font-weight: 300;
  display: flex;
}

.footer-link.w--current {
  color: var(--dark-black);
}

.footer-link-holder {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (min-width: 768px) {
  .footer .cards-holder._02 > .card-background {
    min-height: 340px;
  }

  .footer .cards-holder._02 > .card-background .card-content-holder {
    flex: 1;
    justify-content: center;
  }
}

.social-media-link-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  display: flex;
}

.social-media-icon {
  width: 20px;
  transition: opacity .35s;
}

.social-media-icon:hover {
  opacity: .7;
}

.made-by-section {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--paragraph-text-color);
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 2em;
  padding-top: 30px;
  font-size: 14px;
  display: flex;
}

.copyright-link {
  color: var(--dark-black);
  font-size: 18px;
  transition: opacity .35s;
  display: inline;
}

.copyright-link:hover {
  opacity: .75;
}

.sign-up-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 650px;
  display: flex;
}

.help-holder {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  margin-top: 3em;
  margin-bottom: 3em;
  display: grid;
}

.help-side-nav {
  border-right: 0 solid #edeef3;
  padding-top: 80px;
  padding-bottom: 0;
  padding-right: 100px;
  position: relative;
}

.help-content-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: stretch;
  max-width: 1200px;
  padding-top: 80px;
  display: flex;
}

.sticky {
  position: sticky;
  top: 90px;
}

.no-margin-padding {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.help-link-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.help-link-container {
  z-index: 3;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  opacity: .65;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 10px;
  font-size: 18px;
  display: flex;
  position: relative;
  left: 2px;
}

.help-link-container.w--current {
  background-color: var(--dark-black);
  opacity: 1;
  width: 200px;
  color: var(--primary-white);
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
}

.help-link-icon-holder {
  justify-content: center;
  align-items: center;
  width: 24px;
  display: flex;
}

.help-link-icon {
  width: 100%;
  padding-bottom: 2px;
}

.help-link-icon.pressed {
  filter: invert();
}

.content {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.gray-background-padding {
  background-color: var(--primary-white);
  width: 100%;
  padding: 40px;
}

.style-guide-box-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.style-guide-box-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--secondary-white);
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding: 20px;
}

._8-coll-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.border-box {
  border: 1px solid #d8d6d69e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

._6-coll-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

._4-coll-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

._2-coll-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.paragraph-xl {
  font-size: 18px;
}

.element-holder {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.color-swatch {
  border: 1px solid var(--secondary-white);
  background-color: var(--dark-black);
  -webkit-text-stroke-color: var(--paragraph-text-color);
  border-radius: 5px;
  width: 100%;
  height: 100px;
}

.color-swatch.grey {
  border: 1px solid var(--secondary-button-color);
  background-color: var(--secondary-white);
}

.color-swatch.white {
  border: 1px solid var(--dark-black);
  background-color: #fff;
}

.color-swatch.lavendar {
  background-color: var(--lavendar);
}

.color-swatch.washed-lime {
  background-color: var(--light);
}

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

.element-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.animate-on-load-01 {
  flex-flow: column;
  align-items: flex-start;
}

.hero-content-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hero-content-wrapper.center-aligned {
  justify-content: center;
  align-items: flex-start;
}

.help-center-pragraph-holder {
  max-width: 570px;
}

.link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  transition-property: opacity;
  transition-duration: .35s;
  display: flex;
}

.link:hover {
  opacity: .65;
  color: var(--dark-black);
}

.external-icon {
  width: 14px;
}

.license-image {
  border: 1px solid var(--light-border);
  width: 100%;
}

.licence-image-holder {
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
}

.license-content-holder {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hidden-form-label {
  display: none;
}

.title-align-left {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 650px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.title-align-left.large {
  max-width: 1200px;
}

.scrolling-feature-icon-holder {
  background-color: var(--dark-black);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
}

.scrolling-feature-icon-holder.small {
  background-color: var(--primary-white);
  width: 32px;
  min-width: 32px;
  height: 32px;
  padding: 5px;
}

.scrolling-feature-icon-holder.light-icon {
  background-color: var(--secondary-white);
}

.icon {
  border-radius: 0;
  width: 100%;
}

.sign-up-form-holder {
  flex-direction: row;
  align-items: flex-start;
}

.icon-box {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-box.vertically-aligned {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.icon-box.contact-info-holder {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.copyright-text-holder {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  display: flex;
}

.about-image-holder {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.about-image-holder.large-image {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 650px;
  margin-bottom: 0;
  display: flex;
  position: relative;
  top: 0%;
  left: auto;
  right: 0%;
}

.about-image-holder.fixed-height {
  height: 500px;
}

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

.about-image.small {
  object-fit: cover;
  height: 300px;
}

.feature-title {
  color: var(--dark-black);
  text-transform: capitalize;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 300;
}

.feature-title.small {
  font-size: 28px;
}

.team-members-holder {
  width: 100%;
}

.team-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-item {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 30px;
  display: flex;
}

.team-link {
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}

.team-details-card {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--secondary-white);
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  margin-top: -160px;
  padding: 20px;
  display: flex;
  position: relative;
}

.team-details-card.detail-page-team-card {
  border-radius: 10px;
  width: 100%;
  margin-top: 0%;
}

.team-info-holder {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.team-name {
  color: var(--dark-black);
  font-size: 24px;
}

.job-position {
  color: var(--paragraph-text-color);
  font-size: 14px;
  font-weight: 400;
}

.team-social-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: flex-end;
  place-items: center;
  width: 100%;
  display: flex;
}

.team-social-link {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 15px;
  transition: opacity .35s;
  display: flex;
}

.team-social-link:hover {
  opacity: .65;
}

.member-content-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-bottom: 100px;
  display: grid;
}

.member-content-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

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

.cms-grid._2-coll {
  grid-template-columns: 1fr 1fr;
}

.cms-grid-item-wrapper {
  width: 100%;
}

.cms-content-link {
  perspective: 1500px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.cms-image-holder {
  border-radius: 20px;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

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

.cms-content-holder {
  background-color: var(--transparent);
  width: 100%;
  color: var(--paragraph-text-color);
  flex-direction: column;
  margin-bottom: 20px;
  padding-top: 10px;
  display: flex;
}

.blog-grid-title {
  color: var(--dark-black);
  font-size: 21px;
  font-weight: 300;
}

.blog-grid-holder {
  width: 100%;
}

.blog-details-holder {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 140px;
  display: flex;
}

.blog-info-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: stretch;
  max-width: 800px;
  font-size: 16px;
  display: flex;
}

.post-category-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #151111b3;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-detail-main-image-holder {
  border-radius: var(--normal-card-border);
  width: 100%;
  height: 800px;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}

.blog-details-main-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-content {
  max-width: 800px;
}

.faq-grid-holder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start stretch;
  width: 100%;
  display: flex;
}

.faq-items-holder {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
}

.faq-items-holder.on-mobile {
  display: none;
}

.faq-item {
  border-bottom: 1px solid var(--light-border);
  border-radius: 0;
  width: 100%;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.faq {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 10px;
  display: flex;
}

.faq-icon-holder {
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  margin-left: 20px;
  display: flex;
}

.faq-icon {
  width: 100%;
}

.tab-answer {
  padding-right: 25px;
  font-size: 16px;
  font-weight: 300;
  overflow: hidden;
}

.faq-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.blog-grid-wrapper {
  display: block;
}

.category-name {
  color: var(--dark-black);
  font-size: 14px;
  line-height: 1.2;
}

.category-name.with-icon {
  color: var(--paragraph-text-color);
  text-align: left;
  text-transform: uppercase;
  background-image: url('../images/Change-Log-Icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 25px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
}

.title {
  margin-top: 0;
  margin-bottom: 0;
}

.title.hero-title {
  font-size: 76px;
}

.title.white-text {
  text-shadow: 0 1px 5px #0003;
  font-weight: 400;
}

.title.animate-01, .title.animate-02, .title.animate-03, .title.animate-04 {
  color: var(--primary-white);
}

.main-dashboard-holder {
  z-index: 1;
  background-image: url('../images/Overlay-BG_1Overlay BG.webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-top: 7em;
  padding-left: 7em;
  padding-right: 7em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-dashboard-holder.version-2 {
  background-image: none;
  max-width: none;
  padding-top: 0;
  padding-left: 8%;
  padding-right: 8%;
  position: absolute;
  inset: 0%;
}

.title-holder {
  z-index: 999;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 800px;
  display: flex;
  position: relative;
}

.title-holder.with-bottom-padding {
  padding-bottom: 40px;
}

.post-meta-content {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  display: flex;
}

.post-meta-text {
  color: var(--paragraph-text-color);
  font-size: 16px;
  font-weight: 300;
}

.about-images-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: grid;
  position: relative;
}

.stat-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.stat-holder.about-stat {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--secondary-white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
}

.comparison-table {
  border: 1px solid var(--light-border);
  background-color: var(--primary-white);
  border-radius: 15px;
  width: 100%;
  padding-bottom: 20px;
  position: relative;
}

.comparison-top-row-header {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--secondary-white);
  border-radius: 15px 15px 0 0;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: sticky;
  top: 65px;
}

.top-row-first-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.comparison-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr 1fr;
  width: 100%;
}

.compare-feature-header {
  background-color: var(--secondary-white);
  padding: 10px 20px;
}

.top-row-plan-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.pricing-compare-feature {
  align-items: center;
  padding: 15px 20px;
  display: flex;
}

.price-compare-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  display: flex;
}

.pricing-compare-icon {
  filter: invert();
  width: 16px;
  max-width: 18em;
}

.single-category-comparison {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.empty-state {
  background-color: var(--secondary-white);
  color: var(--dark-black);
}

.other-pages-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.large-title {
  color: var(--primary-white);
  font-size: 75px;
  font-weight: 400;
  line-height: 1;
}

.tab-button {
  border: 1px solid var(--light-border);
  background-color: var(--transparent);
  color: var(--dark-black);
  border-radius: 7px;
  font-size: 16px;
  font-weight: 400;
  transition: opacity .2s;
}

.tab-button:hover {
  opacity: .75;
}

.tab-button.w--current {
  border-color: var(--secondary-white);
  background-color: var(--secondary-white);
  color: var(--dark-black);
}

.tab-button.no-border {
  border-color: var(--transparent);
  color: var(--paragraph-text-color);
}

.tab-button.no-border.w--current {
  background-color: var(--dark-black);
  color: var(--primary-white);
  border-radius: 100px;
}

.tab-button.pricing-category {
  border-width: 0;
  border-radius: 12px;
  font-size: 18px;
}

.plan-tab-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--primary-white);
  border-radius: 15px;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
  padding: 15px;
  display: flex;
}

.faq-tab-button-holder {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.faq-tab {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.cart-button {
  background-color: var(--transparent);
  width: 30px;
  height: 100%;
  margin-right: 10px;
  padding: 0;
}

.cart-quantity {
  background-color: var(--transparent);
  width: 18px;
  color: var(--dark-black);
  justify-content: center;
  align-items: center;
  margin-top: -10px;
  margin-left: -6px;
  display: flex;
}

.cart-container {
  background-color: var(--primary-white);
  border-radius: 15px;
  min-width: 550px;
  max-width: 550px;
  min-height: 45vh;
  max-height: 90vh;
  padding: 30px;
  box-shadow: 11px 5px 25px #00000061;
}

.collection-item {
  width: 100%;
  overflow: hidden;
}

.pricing-detail-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--primary-white);
  border-radius: 15px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 30px;
  display: grid;
}

.single-pricing-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-right: 1px solid var(--light-border);
  flex-flow: column;
  padding-right: 60px;
  display: flex;
}

.add-to-cart-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.price-text {
  color: var(--dark-black);
  text-align: left;
  font-size: 40px;
  font-weight: 400;
}

.price-text.right-aligned {
  text-align: right;
  font-size: 28px;
}

.pricing-list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.quantity {
  border-color: var(--light-border);
  background-color: var(--primary-white);
  border-radius: 100px;
  width: 100%;
  height: 50px;
}

.cart-header {
  border-width: 0;
  border-color: var(--secondary-button-color) var(--secondary-button-color) var(--transparent);
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  padding: 0 0 20px;
}

.product-name {
  color: var(--dark-black);
  font-size: 21px;
  font-weight: 400;
}

.cart-quantity-menu {
  border-width: 0;
  border-color: var(--light-border);
  background-color: var(--transparent);
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}

.cart-list {
  padding: 0;
}

.cart-item {
  border-radius: var(--normal-card-border);
  background-color: var(--secondary-white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 30px;
  padding: 20px;
}

.cart-detail-holder {
  flex-flow: row;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.close-button {
  width: 20px;
  height: auto;
  transition: opacity .2s;
}

.close-button:hover {
  opacity: .75;
}

.error-state {
  color: #ff0000b8;
}

.checkout-form {
  background-color: var(--secondary-white);
  padding-top: 8em;
}

.black-form-wrapper {
  background-color: var(--primary-white);
  border-radius: 10px;
  top: 100px;
}

.block-header {
  background-color: var(--transparent);
  border-width: 0;
}

.block-content {
  background-color: var(--transparent);
  border: 0 solid #000;
  border-radius: 10px;
}

.input-field {
  border: 1px solid var(--light-border);
  background-color: var(--secondary-white);
  height: 50px;
  color: var(--dark-black);
  border-radius: 50px;
  transition: border .2s;
}

.input-field:hover {
  border-color: var(--accent-purple);
}

.input-field:focus, .input-field.-wfp-focus {
  border-color: var(--paragraph-text-color);
}

.input-field::placeholder {
  color: var(--paragraph-text-color);
}

.input-field.message-field {
  border-radius: 12px;
  height: 200px;
  min-height: 200px;
  max-height: 400px;
  padding-top: 20px;
  overflow: auto;
}

.input-field._02 {
  background-color: var(--secondary-white);
}

.order-item {
  margin-left: -10px;
}

.shipping-method-list {
  border: 0 solid #000;
}

.billing-address-toggle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
}

.shipping-method {
  background-color: var(--transparent);
  border: 0 solid #000;
}

.mega-menu-dropdown {
  font-size: 14px;
  position: static;
}

/* Keep secondary template surfaces out of the public site until they are ready. */
.mega-menu-dropdown,
.footer-link-holder > a[href="use-case.html"],
.footer-link-holder > a[href*="checkout"],
.footer-link-holder > a[href$="log-in.html"],
.footer-link-holder > a[href$="sign-up.html"],
.nav-link[href$="blog.html"],
.footer-link[href$="blog.html"],
.footer-grid > .footer-grid-content:last-child,
.made-by-section .other-pages-link {
  display: none !important;
}

.usecase-image {
  border-radius: var(--normal-card-border);
  width: 100%;
}

.usecase-image-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.dropdown-list {
  width: 100%;
  max-width: 80vw;
  padding-left: 2em;
  padding-right: 2em;
  left: 2em;
  right: 2em;
}

.dropdown-list.w--open {
  background-color: var(--transparent);
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  left: 0;
  right: 0;
}

.mega-menu-wrapper {
  background-color: var(--primary-white);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  margin-top: 10px;
  padding: 2em;
  display: flex;
  box-shadow: 0 7px 30px #5c627e29;
}

.grey-text {
  color: var(--paragraph-text-color);
  font-size: 14px;
}

.dropdown-toggle {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--paragraph-text-color);
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  transition: color .35s;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--dark-black);
}

.dropdown-arrow {
  opacity: .5;
  filter: invert();
  width: 100%;
}

.megamenu-arrow-holder {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.job-details-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.job-detail-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.job-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.job-post {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--primary-white);
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 30px;
  display: grid;
}

.detail-integration-image {
  border-radius: 15px;
  width: 100px;
  max-width: 100px;
  height: 100px;
}

.user-form {
  z-index: 1;
  background-color: var(--primary-white);
  border: 0 solid #000;
  border-radius: 20px;
  padding: 60px 40px;
}

.page-wrapper {
  background-color: var(--secondary-white);
  align-items: center;
  max-width: none;
  padding-top: 8em;
  position: relative;
}

.log-in-form {
  width: 450px;
}

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

.user-acc-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--primary-white);
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subscription {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
}

.subscription-title {
  color: var(--dark-black);
  font-size: 18px;
  font-weight: 500;
}

.subscription-price {
  color: var(--dark-black);
  font-size: 21px;
}

.featured-blog-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
}

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

.mega-menu-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr 1.5fr 1.5fr;
  place-items: stretch stretch;
  width: 100%;
}

.menu-grid-links-holder {
  border-right: 1px solid var(--secondary-white);
  flex-flow: column;
  display: flex;
}

.menu-grid-links-holder.no-border {
  border-right-width: 0;
}

.mega-menu-list {
  flex-flow: column;
  margin-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.nav-dropdown-heading {
  color: var(--dark-black);
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 500;
}

.menu-list-item {
  flex-flow: row;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.feature-grid-holder {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  flex-flow: column;
  display: flex;
}

.client-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.x-logo {
  width: 24px;
}

.review-overlay {
  background-image: linear-gradient(180deg, var(--transparent), #d2d6eea3 100%, var(--lavendar));
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.integration-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 100px;
  display: flex;
}

.blog-post-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.sidebar-blog-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.post-meta-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  font-size: 18px;
  display: flex;
}

.usecase-detail-holder {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

._404-text {
  background-color: var(--light-border);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 400px;
  font-weight: 600;
  line-height: .8;
}

._404-text.white {
  background-color: var(--secondary-white);
  color: var(--secondary-white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

._404-holder {
  display: flex;
}

.subscription-price-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.cta-overlay-holder {
  justify-content: space-between;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.cta-overlay {
  background-color: #ffffff4f;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 15%;
  height: 80%;
}

.cta-overlay._02 {
  border-radius: 30px 0 0 30px;
}

.remove-button {
  color: var(--paragraph-text-color);
  font-size: 12px;
}

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

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

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

.feature-box-content-holder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.career-apply-button-holder {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.job-requirement-holder {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.feature-cards-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.faq-mobile-version {
  display: none;
}

.global-layout {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.global-layout.left-aligned {
  justify-content: flex-start;
  align-items: flex-start;
}

.background-frame {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.background-frame.feature-hero-bg {
  z-index: 3;
  position: relative;
  inset: 0% auto 0% 0%;
}

.badge-text {
  color: var(--paragraph-text-color);
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
}

.badge-text.white {
  color: var(--primary-white);
  text-shadow: 0 1px 5px #0003;
}

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

.logo-row-holder {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.global-padding {
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
}

.global-padding.no-bottom-padding {
  padding-bottom: 0;
}

.global-padding.no-top-padding {
  padding-top: 0;
}

.card-gradient {
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

._2-column-feature {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.sticky-content-holder {
  display: flex;
  position: sticky;
  top: 10%;
}

.sticky-image-holder {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.sticky-card-background {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sticky-image-1 {
  z-index: 3;
  width: 100%;
  position: relative;
}

.sticky-image-2 {
  z-index: 2;
  width: 100%;
  position: absolute;
  left: 0%;
  right: 0%;
}

.sticky-image-3 {
  z-index: 1;
  width: 100%;
  position: absolute;
  left: 0%;
  right: 0%;
}

.white-text {
  color: var(--primary-white);
  text-shadow: 0 1px 1px #0003;
  margin-top: 0;
  margin-bottom: 0;
}

.mac-bg-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 2.5% 8% 5%;
  position: absolute;
}

.stat-grid {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.light-grey-text {
  opacity: .5;
}

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

.check-list-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 16px;
  display: flex;
}

.list-check {
  justify-content: center;
  align-items: center;
  width: 15px;
  min-width: 15px;
  display: flex;
}

.check-icon {
  width: 100%;
}

.collection-list {
  justify-content: center;
  display: flex;
}

.form-header {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 20px;
  display: flex;
}

.subscriptions-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.contact-info-holder {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  display: flex;
}

.hero-left-aligned-content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  display: flex;
}

.hero-v1-dashboard-holder {
  width: 100%;
  max-width: 860px;
  position: relative;
}

.background-illustration-holder {
  max-width: 1000px;
  position: absolute;
  inset: -22% -5% 0% 20%;
}

.hero-illustration {
  width: 100%;
}

.hero-v1-dashboard {
  z-index: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  width: 100%;
}

.hero-v1-dashboard-video {
  opacity: .9;
  mix-blend-mode: normal;
  object-fit: contain;
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: 6px;
  display: block;
  box-shadow: 0 24px 70px #6f859c2b;
  filter: saturate(.98) contrast(1.02) brightness(1.02);
}

.dashboard-holder {
  z-index: 1;
  width: 100%;
  position: relative;
}

.dashboard-glass-shell {
  isolation: isolate;
  border-radius: 10px;
  border: 1px solid #ffffffd9;
  background: #ffffff3d;
  box-shadow: inset 0 1px #ffffffe8, inset 0 0 34px #ffffff70, 0 18px 46px #748ba526;
  padding: 10px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.dashboard-glass-shell:before,
.dashboard-glass-shell:after {
  content: "";
  pointer-events: none;
  border-radius: 10px;
  position: absolute;
  inset: 0;
}

.dashboard-glass-shell:before {
  z-index: 0;
  -webkit-backdrop-filter: blur(14px) saturate(118%);
  backdrop-filter: blur(14px) saturate(118%);
  background: #ffffff2b;
}

.dashboard-glass-shell:after {
  z-index: 2;
  background: linear-gradient(90deg, #ffffff30 0%, #eef9f750 42%, #ffffff20 100%);
  mix-blend-mode: screen;
}

.company-logos-holder {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  display: flex;
}

.rating-logo {
  width: 50px;
  max-width: 50px;
}

.logos-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.cards-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.cards-holder._02 {
  grid-template-columns: .75fr 1fr;
}

.cards-holder.feature-cards-secondary {
  display: none;
}

.ipollo-retired-content {
  display: none;
}

[hidden] {
  display: none !important;
}

.nav-button-holder > .w-commerce-commercecartwrapper,
.nav-button-holder > .small-button {
  display: none;
}

html,
body {
  overflow-x: hidden;
}

.ipollo-social-proof .x-logo {
  display: none;
}

.ipollo-social-proof .client-info {
  align-items: flex-start;
}

.ipollo-social-proof .client-content-holder {
  grid-row-gap: 4px;
}

.ipollo-social-proof .hero-buttons-holder {
  display: none;
}

.cards-holder.single-horizontal-card-holder {
  display: flex;
}

.card-subtitle {
  color: var(--dark-black);
  font-size: 14px;
}

.card-subtitle.white-text, .card-subtitle.light-grey-text {
  color: var(--primary-white);
}

.integration-logos-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.integration-icon {
  border-radius: 15px;
  width: 50px;
}

.box-layout {
  background-color: var(--dark-black);
  border-radius: 35px;
  width: 100%;
}

.box-layout.lavendar {
  background-color: var(--lavendar);
}

.arrow-holder {
  background-color: var(--transparent);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.slide-holder {
  width: 100%;
  height: 650px;
  margin-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.mask {
  width: 450px;
  overflow: visible;
}

.slide {
  width: 410px;
  height: auto;
  margin-right: 30px;
}

.hidden-nav {
  display: none;
}

.left-arrow {
  background-color: #1e262b;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 70px;
  min-width: 70px;
  max-width: 70px;
  height: 70px;
  min-height: 70px;
  max-height: 70px;
  transition: transform .35s;
  display: flex;
  inset: auto 92px -300px auto;
}

.left-arrow:hover {
  transform: scale(.9);
}

.right-arrow {
  background-color: #1e262b;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 70px;
  min-width: 70px;
  max-width: 70px;
  height: 70px;
  min-height: 70px;
  max-height: 70px;
  margin-top: 0;
  margin-bottom: 0;
  transition: transform .35s;
  display: flex;
  inset: auto 0% -300px auto;
}

.right-arrow:hover {
  transform: scale(.9);
}

.arrow-icon {
  width: 24px;
}

.arrow-icon.slider-arrow {
  width: 50px;
}

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

.feature-box {
  background-color: #1e262b;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 500px;
  padding: 40px;
  display: flex;
}

.feature-box._02 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  height: auto;
}

.feature-box._03 {
  background-color: var(--primary-white);
  height: auto;
}

.feature-content-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.small-icon {
  width: 30px;
  max-width: 30px;
}

.scrolling-feature-image-holder {
  display: flex;
}

.scrolling-feature-image-holder.vertical {
  flex-flow: column;
  width: 100%;
  height: 100%;
}

.review-meta-info {
  color: var(--paragraph-text-color);
  font-size: 13px;
}

.footer-link-2 {
  color: #000000a6;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.footer-link-2.w--current {
  color: #000;
}

.hero-ui-holder {
  z-index: 1;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: absolute;
  top: 25%;
  overflow: hidden;
}

.ui-column {
  flex-flow: column;
  display: flex;
  position: relative;
  left: -5rem;
}

.ui-column._02 {
  left: auto;
  right: -5rem;
}

.hero-ui {
  width: 30vw;
  max-width: 30vw;
  position: relative;
}

.single-horizontal-card {
  background-color: var(--dark-black);
  border-radius: 30px;
  flex-flow: row;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.single-horizontal-card.white {
  background-color: var(--dark-cream);
  padding-bottom: 0;
}

._2-stat-holder {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.integration-logo {
  z-index: 2;
  border-radius: 100px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
}

.logo-holder {
  justify-content: center;
  align-items: center;
  width: 100px;
  max-width: 100px;
  height: 100px;
  padding: 10px;
  display: flex;
  position: relative;
}

.small-logo-holder {
  background-color: #ffffff14;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 70px;
  max-width: 70px;
  height: 70px;
  padding: 15px;
  display: flex;
  position: absolute;
}

.integration-center-logo-2 {
  background-color: #ffffff14;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 150px;
  max-width: 150px;
  height: 150px;
  padding: 30px;
  display: flex;
}

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

.integration-image {
  width: 100%;
}

.integration-ipollo-horizontal-logo {
  width: 82%;
  height: auto;
  object-fit: contain;
}

.integration-ipollo-icon-card {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 18px 48px rgba(17, 24, 39, .08), inset 0 1px rgba(255, 255, 255, .85);
}

.integration-ipollo-icon-logo {
  width: 52%;
  height: 52%;
  object-fit: contain;
}

.integrations-pair {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.integration-right-align {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.integration-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  padding: 40px 1em 60px;
  display: grid;
  position: relative;
  overflow: hidden;
}

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

.integration-underline {
  background-image: linear-gradient(90deg, var(--transparent), #69696969 47%, var(--transparent));
  filter: blur(13px);
  width: 100vw;
  height: 30px;
  position: absolute;
  inset: 54% 0% 0%;
}

.pricing-tabs {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.pricing-tabs-content {
  width: 100%;
}

.pricing-content {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.pricing-button-holder {
  padding-top: 20px;
}

.contact-icon-holder {
  background-color: var(--primary-white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.contact-infos-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.user-button-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  h2, h3, h4 {
    line-height: 1.2;
  }

  label {
    color: var(--paragraph-text-color);
    font-weight: 400;
  }

  blockquote {
    border-left-width: 2px;
  }

  .button.sign-up-button {
    bottom: 13%;
  }

  .card-container.cream-fixed-height, .card-container.lavendar-fixed-height {
    max-height: 50em;
  }

  .card-image-holder {
    perspective: 1500px;
    border-radius: 10px;
  }

  .logo-small-container.integration {
    min-width: 150px;
    height: 150px;
  }

  .pricing-tag {
    font-size: 56px;
  }

  .social-media-link-image {
    width: 100%;
  }

  .help-side-nav {
    border-right-width: 0;
  }

  .help-link-container {
    padding-left: 10px;
  }

  .help-link-container.w--current {
    width: 200px;
    padding: 10px;
  }

  .help-link-container.w--current:hover {
    opacity: 1;
  }

  .style-guide-box-holder {
    background-color: var(--primary-white);
  }

  .link:hover {
    color: var(--dark-black);
  }

  .large-title {
    font-size: 85px;
  }

  .cart-item {
    border-bottom: 0px solid var(--secondary-button-color);
  }

  .usecase-image-holder {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .user-form {
    padding-left: 100px;
    padding-right: 100px;
  }

  .review-overlay {
    display: none;
  }

  .sidebar-blog-holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  ._404-text {
    font-size: 600px;
    font-weight: 600;
    line-height: .8;
  }

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

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

  .hero-left-aligned-content {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .cards-holder {
    grid-template-columns: 1fr .75fr;
  }

  .integration-icon {
    width: 70px;
  }

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

  .hero-ui {
    width: 25vw;
    max-width: 25vw;
  }
}

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

  h2 {
    font-size: 45px;
  }

  h3 {
    font-size: 35px;
  }

  blockquote {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .container, .container.navbar-container {
    padding-left: 2em;
    padding-right: 2em;
  }

  .navbar {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu-container {
    justify-content: space-between;
  }

  .nav-links-holder {
    flex-direction: column;
    justify-content: space-between;
  }

  .nav-menu {
    background-color: var(--secondary-white);
    border-radius: 8px;
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 15px 10px;
    position: relative;
    box-shadow: 0 0 20px #0000001a;
  }

  .nav-button-holder {
    justify-content: center;
    align-items: center;
  }

  .button.sign-up-button {
    bottom: 12%;
  }

  .button.small-button {
    display: none;
  }

  .menu-button {
    border-radius: 50px;
    flex-direction: row;
    width: 50px;
    height: 50px;
    padding: 10px;
    transition: background-color .35s;
  }

  .menu-button:hover, .menu-button:active, .menu-button:focus {
    background-color: var(--secondary-white);
  }

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

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

  .hero-images-container {
    padding-top: 0;
    padding-left: 2em;
    padding-right: 2em;
  }

  .hero-images-container.feature-page-image-holder {
    padding-left: 2em;
    padding-right: 2em;
  }

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

  .card-container.cream-fixed-height, .card-container.lavendar-fixed-height {
    max-height: 300px;
  }

  .card-content-holder {
    padding: 30px;
  }

  .card-image.floating-card {
    max-width: 100%;
    left: 4.2em;
  }

  .card-title {
    font-size: 32px;
  }

  .card-title.small {
    font-size: 21px;
  }

  .hero-section-holder {
    padding-top: 8em;
  }

  .logo-grid-holder {
    padding-top: 40px;
  }

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

  .pricing-content-holder {
    padding: 20px;
  }

  .pricing-tag {
    font-size: 32px;
  }

  .review-container-holder {
    column-count: 2;
  }

  .sign-up-wrapper {
    width: 100%;
  }

  .sign-up-content-wrapper {
    width: 100%;
    padding: 30px;
  }

  .footer {
    padding-top: 100px;
  }

  .footer-logo-link {
    width: 200px;
  }

  .footer-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .sign-up-content {
    max-width: 550px;
  }

  .help-holder {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .help-side-nav {
    border: 0 solid #000;
    padding-right: 0;
  }

  .help-content-holder {
    padding-top: 40px;
  }

  .help-link-holder {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: row;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .help-link-container.w--current {
    border: 0 solid #000;
    width: auto;
    margin-top: -10px;
  }

  ._8-coll-grid, ._6-coll-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .hero-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .title-align-left {
    max-width: 650px;
    margin-bottom: 20px;
  }

  .about-image-holder {
    height: 550px;
  }

  .about-image-holder.hide-on-tab {
    display: none;
  }

  .about-image.small {
    height: 100%;
  }

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

  .member-content-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

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

  .cms-grid._2-coll {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blog-details-holder {
    padding-bottom: 100px;
  }

  .blog-detail-main-image-holder {
    height: 450px;
  }

  .faq-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .title.hero-title {
    font-size: 52px;
  }

  .main-dashboard-holder {
    width: 100%;
    max-width: 100%;
    padding-top: 2em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .about-images-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    column-count: 2;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .comparison-top-row-header {
    top: 63px;
  }

  .large-title {
    font-size: 64px;
  }

  .faq-tab {
    grid-template-columns: .25fr 1fr;
  }

  .cart-button {
    margin-right: 0;
  }

  .cart-quantity {
    margin-top: -23px;
    padding-left: 0;
  }

  .collection-item {
    padding-bottom: 30px;
  }

  .mega-menu-dropdown {
    justify-content: center;
    align-items: center;
  }

  .dropdown-list.w--open {
    width: 100%;
    position: static;
  }

  .mega-menu-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .job-details-grid {
    margin-top: 20px;
  }

  .job-post {
    display: flex;
  }

  .page-wrapper {
    padding-left: 2em;
    padding-right: 2em;
  }

  .featured-blog-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contact-form-holder {
    width: 100%;
  }

  .inverted-hamburger-menu {
    filter: invert();
  }

  .feature-grid-holder {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .integration-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .blog-post-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-bottom: 80px;
  }

  .usecase-detail-holder {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  ._404-text {
    font-size: 200px;
  }

  .background-frame {
    display: none;
  }

  .background-frame.feature-hero-bg {
    display: block;
  }

  .global-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  ._2-column-feature {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .sticky-card-background {
    max-width: 450px;
    height: 450px;
  }

  .mac-bg-image {
    padding-left: 11%;
    padding-right: 11%;
  }

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

  .collection-list {
    flex-flow: column;
  }

  .background-illustration-holder {
    top: 24%;
  }

  .company-logos-holder {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .logos-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 20px;
  }

  .slide-holder {
    margin-bottom: 100px;
  }

  .hero-ui-holder {
    top: 47%;
  }

  .integration-center-logo-2 {
    width: 150px;
    max-width: 150px;
  }

  .integration-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .integration-underline {
    top: 61%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 18px;
  }

  p {
    font-size: 14px;
  }

  blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .brand {
    width: 100px;
    max-width: 100px;
    padding-left: 0;
  }

  .nav-menu {
    max-height: 100vh;
    overflow: auto;
  }

  .nav-menu:focus {
    background-color: var(--primary-white);
  }

  .button.sign-up-button {
    bottom: 13%;
  }

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

  .utility-page-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .utility-page-form {
    width: auto;
  }

  .hero-buttons-holder {
    padding-top: 15px;
  }

  .card-background {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-radius: 10px;
  }

  .card-container {
    border-radius: 15px;
  }

  .card-container.with-border {
    border-radius: 8px;
  }

  .card-image-holder {
    border-radius: 8px;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .card-image {
    border-radius: 7px;
  }

  .card-title {
    font-size: 21px;
  }

  .hero-section-holder.with-bottom-padding {
    padding-bottom: 2em;
  }

  .logo-small-container {
    min-width: 100px;
  }

  .pricing-table-background {
    border-radius: 8px;
  }

  .pricing-header {
    font-size: 21px;
  }

  .review-container-holder {
    column-count: 1;
  }

  .sign-up-wrapper {
    flex-flow: column;
    justify-content: flex-start;
  }

  .sign-up-form-block {
    width: 100%;
    max-width: 100%;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-grid {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-direction: column;
  }

  .footer-grid-content {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
  }

  .made-by-section {
    flex-flow: column;
    margin-top: 1em;
  }

  .sign-up-content {
    justify-content: space-between;
    align-items: stretch;
  }

  .help-side-nav {
    padding-top: 60px;
  }

  .help-content-holder {
    padding-top: 40px;
  }

  .help-link-holder {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .help-link-container.w--current {
    border: 0 solid #000;
  }

  .content {
    margin-bottom: 20px;
  }

  .border-box {
    align-items: center;
    padding: 2px;
  }

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

  .element-holder {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-content-wrapper {
    border-radius: 30px;
  }

  .title-align-left {
    width: 100%;
    max-width: 100%;
  }

  .scrolling-feature-icon-holder {
    width: 100px;
    height: 100px;
  }

  .sign-up-form-holder {
    width: 100%;
  }

  .icon-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-image-holder {
    height: auto;
  }

  .about-image-holder.large-image {
    border-radius: 10px;
    height: auto;
  }

  .about-image-holder.fixed-height {
    height: auto;
  }

  .about-image {
    border-radius: 10px;
  }

  .feature-title {
    font-size: 18px;
  }

  .feature-title.small {
    font-size: 22px;
  }

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

  .team-details-card.detail-page-team-card {
    border-radius: 8px;
  }

  .member-content-grid {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .cms-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .cms-grid._2-coll {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .cms-content-link {
    border-radius: 8px;
  }

  .cms-image-holder {
    border-radius: 15px;
    height: 320px;
  }

  .cms-content-holder {
    margin-bottom: 25px;
  }

  .blog-details-holder {
    padding-bottom: 80px;
  }

  .blog-detail-main-image-holder {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .faq-items-holder.on-mobile {
    grid-row-gap: 0px;
    display: block;
  }

  .faq-item {
    margin-bottom: 15px;
    padding-left: 0;
  }

  .tab-answer {
    padding-right: 0;
  }

  .faq-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .title.hero-title {
    font-size: 55px;
  }

  .main-dashboard-holder {
    width: 100%;
    min-width: auto;
    max-width: 100%;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .title-holder.with-bottom-padding {
    padding-bottom: 10px;
  }

  .about-images-grid {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .comparison-top-row-header {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .top-row-first-content {
    display: none;
  }

  .comparison-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
  }

  .compare-feature-header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .top-row-plan-holder {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 10px;
  }

  .pricing-compare-feature {
    flex-wrap: wrap;
    flex: none;
    padding: 15px 10px 0;
  }

  .price-compare-content {
    padding: 10px;
  }

  .large-title {
    font-size: 50px;
  }

  .tab-button {
    cursor: pointer;
    border-width: 0 0 1px;
    border-radius: 0;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
    font-size: 18px;
    display: flex;
  }

  .tab-button.no-border {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-button.pricing-category {
    border-radius: 10px;
    margin-bottom: 0;
    padding: 10px;
    font-size: 14px;
  }

  .plan-tab-holder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 20px;
  }

  .faq-tab-button-holder {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .faq-tab {
    display: none;
  }

  .cart-container {
    border-radius: 10px;
    min-width: 0%;
    max-width: none;
  }

  .collection-item {
    padding-bottom: 20px;
  }

  .pricing-detail-holder {
    border-radius: 10px;
    grid-template-columns: 1fr;
  }

  .single-pricing-content {
    border: 0 solid #000;
  }

  .checkout-form {
    padding-top: 6em;
  }

  .black-form-wrapper, .block-content {
    border-radius: 8px;
  }

  .usecase-image {
    border-radius: 10px;
  }

  .mega-menu-wrapper {
    border-radius: 8px;
    margin-left: 0;
    margin-right: 0;
  }

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

  .detail-integration-image {
    border-radius: 10px;
    width: 80px;
    max-width: 80%;
    height: 80px;
  }

  .user-form {
    border-radius: 8px;
    padding: 20px;
  }

  .page-wrapper {
    padding-top: 4em;
  }

  .log-in-form {
    width: auto;
  }

  .user-acc-wrapper {
    max-width: 100%;
    padding: 0;
  }

  .featured-blog-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .menu-grid-links-holder {
    border-right-width: 0;
  }

  .integration-container {
    margin-bottom: 60px;
  }

  .blog-post-section {
    padding-bottom: 40px;
  }

  .usecase-detail-holder {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .faq-mobile-version {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .global-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .global-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  ._2-column-feature {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .sticky-card-background {
    height: 500px;
  }

  .sticky-image-1 {
    display: none;
  }

  .sticky-image-2 {
    position: relative;
  }

  .sticky-image-3 {
    display: none;
  }

  .mac-bg-image {
    border-radius: 20px;
    padding-top: 3.5%;
    padding-left: 12%;
    padding-right: 12%;
  }

  .stat-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: end start;
    display: grid;
  }

  .icon-grid {
    flex-flow: column;
    display: flex;
  }

  .contact-info-holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hero-left-aligned-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .background-illustration-holder {
    max-width: 40vh;
    top: -12%;
    left: 50%;
  }

  .cards-holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .box-layout {
    border-radius: 20px;
  }

  .slide-holder {
    height: 500px;
    margin-bottom: 60px;
  }

  .left-arrow, .right-arrow {
    bottom: -150px;
  }

  .feature-box {
    height: 350px;
  }

  .feature-box._02 {
    border-radius: 15px;
  }

  .hero-ui-holder {
    display: none;
  }

  .single-horizontal-card {
    border-radius: 15px;
    flex-flow: column;
  }

  ._2-stat-holder {
    flex-flow: column;
  }

  .logo-holder {
    border-radius: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 60px;
    max-width: 60px;
    height: 60px;
    padding: 10px;
  }

  .small-logo-holder {
    border-radius: 10px;
    width: 40px;
    max-width: 40px;
    height: 40px;
    padding: 5px;
  }

  .integration-center-logo-2 {
    border-radius: 10px;
    width: 80px;
    max-width: 80px;
    height: 80px;
    padding: 20px;
  }

  .integrations-pair {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .integration-section {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 28px;
  }

  h6 {
    font-size: 16px;
  }

  ul {
    padding-left: 0;
    font-size: 14px;
  }

  ol {
    font-size: 14px;
  }

  li {
    font-size: 16px;
  }

  blockquote {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
    font-size: 18px;
  }

  figure {
    width: 100%;
    min-width: 100%;
  }

  .section.box-layout-holder {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container {
    padding: 1em;
  }

  .container.navbar-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav-menu {
    width: 100%;
  }

  .button.sign-up-button {
    width: 100%;
    height: 50px;
    position: static;
    bottom: 0%;
    right: 0%;
  }

  .button.password-submit-button {
    width: 100%;
    position: static;
  }

  .hero-images-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-images-container.feature-page-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-buttons-holder {
    flex-flow: column;
    align-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .hero-buttons-holder.left-aligned {
    align-items: stretch;
  }

  .hero-buttons-holder .button {
    width: 100%;
    min-width: 0;
  }

  .subtitle-text {
    font-size: 16px;
  }

  .card-background {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 10px;
  }

  .card-container.lavendar-fixed-height {
    min-height: 300px;
  }

  .card-content-holder {
    padding: 20px;
  }

  .hero-section-holder {
    padding-top: 6em;
  }

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

  .pricing-table-background {
    border-radius: 10px;
  }

  .pricing-content-holder {
    padding: 15px 20px;
  }

  .review {
    padding: 20px;
  }

  .sign-up-content-wrapper {
    padding: 15px;
  }

  .sign-up-form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  .sign-up-email {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 16px;
  }

  .footer-logo-link {
    width: 150px;
  }

  .footer-grid {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-heading, .footer-link {
    font-size: 14px;
  }

  .made-by-section {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .sign-up-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .help-content-holder {
    padding-top: 10px;
  }

  .help-link-holder {
    padding-top: 20px;
  }

  .gray-background-padding {
    padding: 10px;
  }

  .style-guide-box-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

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

  .licence-image-holder {
    margin-top: 10px;
  }

  .icon-box.contact-info-holder {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-image-holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-radius: 10px;
  }

  .feature-title {
    font-size: 19px;
  }

  .team-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .team-details-card {
    margin-top: -145px;
  }

  .team-name {
    font-size: 18px;
  }

  .member-content-holder {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .cms-grid._2-coll {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .cms-content-link {
    border-radius: 10px;
  }

  .blog-grid-title {
    font-size: 18px;
  }

  .blog-details-holder {
    padding-bottom: 60px;
  }

  .blog-detail-main-image-holder {
    border-radius: 10px;
    height: 250px;
  }

  .faq-item {
    border-radius: 10px;
  }

  .title.hero-title {
    font-size: 36px;
  }

  .about-images-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .comparison-top-row-header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .top-row-plan-holder, .price-compare-content {
    padding-right: 0;
  }

  .plan-tab-holder {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 8px;
  }

  .cart-container {
    margin-top: 15%;
    padding: 20px;
  }

  .collection-item {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-detail-holder {
    padding: 20px;
  }

  .single-pricing-content {
    padding-right: 0;
  }

  .mega-menu-wrapper {
    padding: 1em;
  }

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

  .job-detail-holder {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .job-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

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

  .mega-menu-grid {
    flex-flow: column;
    display: flex;
  }

  .client-info {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .review-overlay {
    display: none;
  }

  ._404-text {
    font-size: 100px;
  }

  .job-requirement-holder {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .feature-cards-holder, .global-layout, ._2-column-feature {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .sticky-card-background {
    height: 450px;
  }

  .mac-bg-image {
    padding-top: 5%;
    padding-left: 9%;
    padding-right: 9%;
  }

  .stat-grid {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .icon-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .check-list-holder {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .form-header {
    margin-bottom: 10px;
  }

  .company-logos-holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .logos-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cards-holder {
    flex-flow: column;
    display: flex;
  }

  .slide-holder {
    margin-top: -20px;
  }

  .mask, .slide {
    width: 100%;
  }

  .left-arrow {
    bottom: -50%;
    right: auto;
  }

  .right-arrow {
    bottom: -50%;
  }

  .feature-box {
    padding: 20px;
  }

  .footer-link-2 {
    font-size: 14px;
  }

  .logo-holder {
    width: 30px;
    max-width: 30px;
    height: 30px;
    padding: 5px;
  }

  .integration-center-logo-2 {
    width: 50px;
    max-width: 50px;
    height: 50px;
    padding: 10px;
  }

  .integration-section {
    padding-left: 0;
    padding-right: 0;
  }

  .integration-underline {
    top: 66%;
  }

  .user-button-holder {
    flex-flow: column;
  }
}

#w-node-_3e122970-5a83-e759-e842-37637bc75faa-73337699, #w-node-_3e122970-5a83-e759-e842-37637bc75fac-73337699, #w-node-_3e122970-5a83-e759-e842-37637bc75fae-73337699, #w-node-_3e122970-5a83-e759-e842-37637bc75fb0-73337699, #w-node-_3e122970-5a83-e759-e842-37637bc75fb2-73337699, #w-node-_3e122970-5a83-e759-e842-37637bc75fb4-73337699, #w-node-_3a1a64e8-f15b-d433-c94b-cd26ae9b06aa-73337699, #w-node-_3a1a64e8-f15b-d433-c94b-cd26ae9b06ac-73337699, #w-node-_3a1a64e8-f15b-d433-c94b-cd26ae9b06ae-73337699, #w-node-_3a1a64e8-f15b-d433-c94b-cd26ae9b06b0-73337699, #w-node-_3a1a64e8-f15b-d433-c94b-cd26ae9b06b2-73337699, #w-node-_3a1a64e8-f15b-d433-c94b-cd26ae9b06b4-73337699, #w-node-b7d6a845-86c1-197b-c56e-aac938a45ae0-73337699, #w-node-b7d6a845-86c1-197b-c56e-aac938a45ae2-73337699, #w-node-b7d6a845-86c1-197b-c56e-aac938a45ae4-73337699, #w-node-b7d6a845-86c1-197b-c56e-aac938a45ae6-73337699, #w-node-b7d6a845-86c1-197b-c56e-aac938a45ae8-73337699, #w-node-b7d6a845-86c1-197b-c56e-aac938a45aea-73337699, #w-node-f31ab934-ccdb-aa64-e22f-d2c5d8adbad7-73337699, #w-node-f31ab934-ccdb-aa64-e22f-d2c5d8adbad9-73337699, #w-node-f31ab934-ccdb-aa64-e22f-d2c5d8adbadb-73337699, #w-node-f31ab934-ccdb-aa64-e22f-d2c5d8adbadd-73337699, #w-node-f31ab934-ccdb-aa64-e22f-d2c5d8adbadf-73337699, #w-node-f31ab934-ccdb-aa64-e22f-d2c5d8adbae1-73337699, #w-node-_2f2e5291-fe10-3a3e-89e5-eae6bc77031c-73337699, #w-node-_2f2e5291-fe10-3a3e-89e5-eae6bc77031e-73337699, #w-node-_2f2e5291-fe10-3a3e-89e5-eae6bc770320-73337699, #w-node-_2f2e5291-fe10-3a3e-89e5-eae6bc770322-73337699, #w-node-_2f2e5291-fe10-3a3e-89e5-eae6bc770324-73337699, #w-node-_2f2e5291-fe10-3a3e-89e5-eae6bc770326-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d67008-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d6700c-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d6700e-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d67010-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d67012-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d67015-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d67017-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d67019-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d6701b-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d6701d-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d6701f-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d67022-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d67024-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d67026-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d67028-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d6702a-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d6702c-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d6702f-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d67031-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d67033-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d67035-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d67037-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d67039-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d6703c-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d6703e-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d67040-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d67042-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d67044-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d67046-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d6704a-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d6704c-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d6704e-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d67050-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d67052-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d67054-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d67057-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d67059-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d6705b-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d6705d-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d6705f-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d67061-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d67064-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d67066-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d67068-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d6706a-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d6706c-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d6706e-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d67071-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d67073-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d67075-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d67077-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d67079-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d6707b-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d6707e-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d67080-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d67082-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d67084-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d67086-73337699, #w-node-_16076752-b0ea-0a90-885c-b324d4d67088-73337699, #w-node-_09a6fbc5-fe72-111e-bfd9-eacc4fad2711-e12f2f69, #w-node-_09a6fbc5-fe72-111e-bfd9-eacc4fad2757-e12f2f69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_899b768f-1a05-eb15-60a0-45ab70b1049e-1638105c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ad659bca-0ad8-6409-ebb7-0628bf6ef22f-1638105c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_566d4c1b-9b4e-b93f-9bf2-98a633ca99f4-1638105c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c7c45a85-f014-b664-ad6a-7287de224520-1638105c {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_36bf2842-a043-15bc-41b8-fc63e8a47c4a-733376f6, #w-node-_57068079-6451-6e67-b412-1bac558c8eee-733376f6, #w-node-e11cba08-2baa-953e-8a87-b432b3c47132-733376f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_147b71b6-6a21-4f68-0df2-a08e2f4e8533-733376f6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_147b71b6-6a21-4f68-0df2-a08e2f4e8537-733376f6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_147b71b6-6a21-4f68-0df2-a08e2f4e853b-733376f6 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_29a9cc6e-c6a1-1f13-2933-ed914d0a4167-733376f6, #w-node-_07af9237-85b8-dea1-cd9c-de40ca83f638-733376f6, #w-node-ba70bb9a-0b4f-0414-e3ad-3f739fab8313-733376f6, #w-node-_253df724-2d5a-a5c4-e012-5ecc75d69316-73337741, #w-node-_6865321c-0486-7bda-7c5f-29e21fb11f8e-73337741 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28eea0b0-9818-3f61-6538-6657c19749b6-73337745 {
  grid-area: 1 / 1 / 2 / 1;
}

#w-node-_68fe55e0-ecc5-578e-a993-8b8fc5d1cbdc-73337745 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f3738da2-4090-e501-1e72-f67aeca7823f-73337745 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_01072e2e-39fe-66d5-3029-92556f24cf47-73337749, #w-node-_92276520-dc21-615d-5a0f-c2e666ed2da7-73337749, #w-node-_1cafd2c7-25d7-e4ce-e188-1eae55ce471a-73337749, #w-node-d645ba90-749e-1ffd-f7e0-5c365502922b-73337749, #w-node-_64c98c85-efd4-6534-988f-09c5c07895fc-73337749, #w-node-_1576a68e-76dc-52c2-c869-8ff5e12b15fa-73337749, #w-node-_253df724-2d5a-a5c4-e012-5ecc75d69316-7333775f, #w-node-_6865321c-0486-7bda-7c5f-29e21fb11f8e-7333775f, #w-node-_253df724-2d5a-a5c4-e012-5ecc75d69316-73337760, #w-node-_6865321c-0486-7bda-7c5f-29e21fb11f8e-73337760, #w-node-_8aaeccb2-4a65-9ba5-27dc-e93f5576166b-73337764, #w-node-_414c703a-660b-863a-0e63-1f923a197e3c-73337764, #w-node-_779f76b7-3155-e81c-26f9-d7430b2610c9-73337764, #w-node-_331629d7-a2c8-7cfc-f225-db06eb69a9b3-73337764, #w-node-ed005fc5-dddb-5154-d02b-bfad0adc602e-73337764, #w-node-_8f03e064-78c9-3c18-dec9-91b677995657-73337764, #w-node-cd10c76f-c19a-e45a-95f5-bd8b9cd0581b-73337764, #w-node-_854489d5-f1ed-7a81-ed49-c61a03838ae5-73337764, #w-node-f3df6089-99f8-14ea-8971-2b807b836e42-73337764, #w-node-b0443eb5-4ff4-715c-e021-9cbc5ecb683b-73337764, #w-node-b15e8abf-ee77-bfb6-2f1c-5f674e645dbf-73337764, #w-node-b15e8abf-ee77-bfb6-2f1c-5f674e645dc2-73337764, #w-node-b15e8abf-ee77-bfb6-2f1c-5f674e645dc5-73337764, #w-node-b15e8abf-ee77-bfb6-2f1c-5f674e645dc8-73337764, #w-node-_582fa1c9-dd45-51f3-62da-f32ff2d166ba-73337764, #w-node-_01ee6b53-0397-d48b-85bc-8ac00dd99e70-73337764, #w-node-_24b38a05-97af-fca0-cb61-98753f862d45-73337764, #w-node-bbdf0b21-789f-ab8e-8bcf-83902686ed21-73337764, #w-node-_8319ad1d-ec46-2920-8d8b-a8a3b5bef445-73337764, #w-node-_8319ad1d-ec46-2920-8d8b-a8a3b5bef448-73337764, #w-node-_8319ad1d-ec46-2920-8d8b-a8a3b5bef44a-73337764, #w-node-_8319ad1d-ec46-2920-8d8b-a8a3b5bef44c-73337764, #w-node-eb7995f1-4865-99d9-a79a-aa6a7d899168-73337764, #w-node-eb7995f1-4865-99d9-a79a-aa6a7d89916b-73337764, #w-node-eb7995f1-4865-99d9-a79a-aa6a7d89916d-73337764, #w-node-eb7995f1-4865-99d9-a79a-aa6a7d89916f-73337764, #w-node-_3a1f7d2f-3ac3-4403-a429-34ddbfc32fd8-73337764, #w-node-_3a1f7d2f-3ac3-4403-a429-34ddbfc32fdb-73337764, #w-node-_3a1f7d2f-3ac3-4403-a429-34ddbfc32fdd-73337764, #w-node-_3a1f7d2f-3ac3-4403-a429-34ddbfc32fdf-73337764, #w-node-_4582f3e9-f40f-767e-b9e9-60493fcfdc11-73337764, #w-node-_4582f3e9-f40f-767e-b9e9-60493fcfdc14-73337764, #w-node-_4582f3e9-f40f-767e-b9e9-60493fcfdc16-73337764, #w-node-_4582f3e9-f40f-767e-b9e9-60493fcfdc18-73337764, #w-node-adfa639f-8ea1-0e92-048d-6d19b805d9a2-73337764, #w-node-adfa639f-8ea1-0e92-048d-6d19b805d9a5-73337764, #w-node-adfa639f-8ea1-0e92-048d-6d19b805d9a7-73337764, #w-node-adfa639f-8ea1-0e92-048d-6d19b805d9a9-73337764, #w-node-adfa639f-8ea1-0e92-048d-6d19b805d9ac-73337764, #w-node-adfa639f-8ea1-0e92-048d-6d19b805d9af-73337764, #w-node-adfa639f-8ea1-0e92-048d-6d19b805d9b1-73337764, #w-node-adfa639f-8ea1-0e92-048d-6d19b805d9b3-73337764, #w-node-adfa639f-8ea1-0e92-048d-6d19b805d9b6-73337764, #w-node-adfa639f-8ea1-0e92-048d-6d19b805d9b9-73337764, #w-node-adfa639f-8ea1-0e92-048d-6d19b805d9bb-73337764, #w-node-adfa639f-8ea1-0e92-048d-6d19b805d9bd-73337764, #w-node-adfa639f-8ea1-0e92-048d-6d19b805d9c0-73337764, #w-node-adfa639f-8ea1-0e92-048d-6d19b805d9c3-73337764, #w-node-adfa639f-8ea1-0e92-048d-6d19b805d9c4-73337764, #w-node-adfa639f-8ea1-0e92-048d-6d19b805d9c6-73337764, #w-node-adfa639f-8ea1-0e92-048d-6d19b805d9c9-73337764, #w-node-adfa639f-8ea1-0e92-048d-6d19b805d9cc-73337764, #w-node-adfa639f-8ea1-0e92-048d-6d19b805d9cd-73337764, #w-node-adfa639f-8ea1-0e92-048d-6d19b805d9ce-73337764, #w-node-_96a7b419-4be7-bf76-1fa8-c241ec431567-73337764, #w-node-_96a7b419-4be7-bf76-1fa8-c241ec43156a-73337764, #w-node-_96a7b419-4be7-bf76-1fa8-c241ec43156c-73337764, #w-node-_96a7b419-4be7-bf76-1fa8-c241ec43156e-73337764, #w-node-_96a7b419-4be7-bf76-1fa8-c241ec431571-73337764, #w-node-_96a7b419-4be7-bf76-1fa8-c241ec431574-73337764, #w-node-_96a7b419-4be7-bf76-1fa8-c241ec431576-73337764, #w-node-_96a7b419-4be7-bf76-1fa8-c241ec431578-73337764, #w-node-_96a7b419-4be7-bf76-1fa8-c241ec43157b-73337764, #w-node-_96a7b419-4be7-bf76-1fa8-c241ec43157e-73337764, #w-node-_96a7b419-4be7-bf76-1fa8-c241ec431580-73337764, #w-node-_96a7b419-4be7-bf76-1fa8-c241ec431582-73337764, #w-node-_96a7b419-4be7-bf76-1fa8-c241ec431585-73337764, #w-node-_96a7b419-4be7-bf76-1fa8-c241ec431588-73337764, #w-node-_96a7b419-4be7-bf76-1fa8-c241ec431589-73337764, #w-node-_96a7b419-4be7-bf76-1fa8-c241ec43158b-73337764, #w-node-_96a7b419-4be7-bf76-1fa8-c241ec43158e-73337764, #w-node-_96a7b419-4be7-bf76-1fa8-c241ec431591-73337764, #w-node-_96a7b419-4be7-bf76-1fa8-c241ec431592-73337764, #w-node-_96a7b419-4be7-bf76-1fa8-c241ec431593-73337764 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3620e234-abf6-b467-0dfe-c6fdd8478bad-d8478b9d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_253df724-2d5a-a5c4-e012-5ecc75d69316-73337768, #w-node-_6865321c-0486-7bda-7c5f-29e21fb11f8e-73337768, #w-node-_92d1e015-dc0e-4c4f-18ee-1464403875cf-73337768, #w-node-_95e6c695-6ea3-de2e-a1f7-f45b9c067c92-73337768, #w-node-cfddd18c-caf0-da0a-5116-5ebbc1b42d2d-73337768, #w-node-_5ad9c13a-f49b-cf1b-79b3-ec3fb3dd902f-73337768, #w-node-_2798f7a6-5e9f-ba59-cacb-5abb911e6ba3-73337768, #w-node-_1f240182-f018-47c3-f85d-00aa74182369-73337768, #w-node-b2e4db2e-e3d4-43a8-22ec-adc35dad7dee-73337768, #w-node-_475d3279-ed24-9182-381d-21dee5f47bc1-73337768, #w-node-b8ea1e63-7b37-daaa-c7a9-e04c6334d230-73337768, #w-node-b8ea1e63-7b37-daaa-c7a9-e04c6334d233-73337768, #w-node-b8ea1e63-7b37-daaa-c7a9-e04c6334d236-73337768, #w-node-b8ea1e63-7b37-daaa-c7a9-e04c6334d239-73337768, #w-node-b8ea1e63-7b37-daaa-c7a9-e04c6334d23c-73337768, #w-node-b8ea1e63-7b37-daaa-c7a9-e04c6334d23f-73337768, #w-node-_544cabcf-8700-f4bc-8c4c-a2881cef3d4c-73337768, #w-node-_544cabcf-8700-f4bc-8c4c-a2881cef3d4f-73337768, #w-node-_544cabcf-8700-f4bc-8c4c-a2881cef3d52-73337768, #w-node-_544cabcf-8700-f4bc-8c4c-a2881cef3d55-73337768, #w-node-_9f318977-25e3-6985-ca15-6e78f8875fb0-73337768, #w-node-_9f318977-25e3-6985-ca15-6e78f8875fb3-73337768, #w-node-_8f606508-916b-531d-ba3a-4eaa7cc8f2b6-73337782, #w-node-_8f606508-916b-531d-ba3a-4eaa7cc8f2b8-73337782, #w-node-_8f606508-916b-531d-ba3a-4eaa7cc8f2ba-73337782, #w-node-_8f606508-916b-531d-ba3a-4eaa7cc8f2bc-73337782, #w-node-_8f606508-916b-531d-ba3a-4eaa7cc8f2be-73337782, #w-node-_8f606508-916b-531d-ba3a-4eaa7cc8f2c0-73337782, #w-node-_8f606508-916b-531d-ba3a-4eaa7cc8f2c3-73337782, #w-node-_8f606508-916b-531d-ba3a-4eaa7cc8f2c5-73337782, #w-node-_8f606508-916b-531d-ba3a-4eaa7cc8f2c7-73337782, #w-node-_8f606508-916b-531d-ba3a-4eaa7cc8f2c9-73337782, #w-node-_8f606508-916b-531d-ba3a-4eaa7cc8f2cb-73337782, #w-node-_8f606508-916b-531d-ba3a-4eaa7cc8f2cd-73337782, #w-node-_8f606508-916b-531d-ba3a-4eaa7cc8f2d0-73337782, #w-node-_8f606508-916b-531d-ba3a-4eaa7cc8f2d2-73337782, #w-node-_8f606508-916b-531d-ba3a-4eaa7cc8f2d4-73337782, #w-node-_8f606508-916b-531d-ba3a-4eaa7cc8f2d6-73337782, #w-node-_8f606508-916b-531d-ba3a-4eaa7cc8f2d8-73337782, #w-node-_8f606508-916b-531d-ba3a-4eaa7cc8f2da-73337782, #w-node-_8f606508-916b-531d-ba3a-4eaa7cc8f2dd-73337782, #w-node-_8f606508-916b-531d-ba3a-4eaa7cc8f2df-73337782, #w-node-_8f606508-916b-531d-ba3a-4eaa7cc8f2e1-73337782, #w-node-_8f606508-916b-531d-ba3a-4eaa7cc8f2e3-73337782, #w-node-_8f606508-916b-531d-ba3a-4eaa7cc8f2e5-73337782, #w-node-_8f606508-916b-531d-ba3a-4eaa7cc8f2e7-73337782, #w-node-_8f606508-916b-531d-ba3a-4eaa7cc8f2ea-73337782, #w-node-_8f606508-916b-531d-ba3a-4eaa7cc8f2ec-73337782, #w-node-_8f606508-916b-531d-ba3a-4eaa7cc8f2ee-73337782, #w-node-_8f606508-916b-531d-ba3a-4eaa7cc8f2f0-73337782, #w-node-_8f606508-916b-531d-ba3a-4eaa7cc8f2f2-73337782, #w-node-_8f606508-916b-531d-ba3a-4eaa7cc8f2f4-73337782 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a47fbbfa-a611-5692-b2c0-2326471dca81-73337783 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_449fc509-f275-4fc2-dfff-2cf5743b3de7-73337783 {
  grid-area: 4 / 1 / 5 / 3;
}

@media screen and (min-width: 1440px) {
  #w-node-_16076752-b0ea-0a90-885c-b324d4d66ffd-73337699 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_566d4c1b-9b4e-b93f-9bf2-98a633ca99f4-1638105c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-cd10c76f-c19a-e45a-95f5-bd8b9cd0581b-73337764 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_92276520-dc21-615d-5a0f-c2e666ed2da7-73337749, #w-node-_86a6708b-7464-f318-8041-20d55974ebfe-7333775e {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5484eb42-15c7-2373-aaa4-b89ae3004fbc-73337699 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_899b768f-1a05-eb15-60a0-45ab70b1049e-1638105c {
    grid-column-end: 3;
  }

  #w-node-ad659bca-0ad8-6409-ebb7-0628bf6ef22f-1638105c {
    grid-column: 3 / 5;
  }

  #w-node-_566d4c1b-9b4e-b93f-9bf2-98a633ca99f4-1638105c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c7c45a85-f014-b664-ad6a-7287de224520-1638105c {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-b15e8abf-ee77-bfb6-2f1c-5f674e645dbf-73337764, #w-node-_582fa1c9-dd45-51f3-62da-f32ff2d166ba-73337764, #w-node-_8319ad1d-ec46-2920-8d8b-a8a3b5bef445-73337764, #w-node-eb7995f1-4865-99d9-a79a-aa6a7d899168-73337764, #w-node-_3a1f7d2f-3ac3-4403-a429-34ddbfc32fd8-73337764, #w-node-_4582f3e9-f40f-767e-b9e9-60493fcfdc11-73337764, #w-node-adfa639f-8ea1-0e92-048d-6d19b805d9a2-73337764, #w-node-adfa639f-8ea1-0e92-048d-6d19b805d9ac-73337764, #w-node-adfa639f-8ea1-0e92-048d-6d19b805d9b6-73337764, #w-node-adfa639f-8ea1-0e92-048d-6d19b805d9c0-73337764, #w-node-adfa639f-8ea1-0e92-048d-6d19b805d9c9-73337764, #w-node-_96a7b419-4be7-bf76-1fa8-c241ec431567-73337764, #w-node-_96a7b419-4be7-bf76-1fa8-c241ec431571-73337764, #w-node-_96a7b419-4be7-bf76-1fa8-c241ec43157b-73337764, #w-node-_96a7b419-4be7-bf76-1fa8-c241ec431585-73337764, #w-node-_96a7b419-4be7-bf76-1fa8-c241ec43158e-73337764 {
    grid-column: span 3 / span 3;
  }

  #w-node-_3620e234-abf6-b467-0dfe-c6fdd8478bad-d8478b9d {
    grid-column-end: 3;
  }

  #w-node-_3620e234-abf6-b467-0dfe-c6fdd8478bba-d8478b9d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_324dff36-58fa-98ff-b642-279a60f88fb3-73337783 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_8935b0fd-05b2-882f-0be1-53ae87fe57b2-73337783 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_081f00af-30e2-b3ae-443f-022b6962df19-73337783 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_0e1547d9-d807-ae86-3bec-7ec75cdbf2b4-73337783 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_449fc509-f275-4fc2-dfff-2cf5743b3de7-73337783 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

body.download-dialog-open {
  overflow: hidden;
}

.download-dialog[hidden] {
  display: none;
}

.download-dialog {
  z-index: 1000000000;
  opacity: 0;
  pointer-events: none;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: grid;
  position: fixed;
  inset: 0;
  transition: opacity .18s ease;
}

.download-dialog.is-open {
  opacity: 1;
  pointer-events: auto;
}

.download-dialog-backdrop {
  background: #151b2238;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: absolute;
  inset: 0;
}

.download-dialog-panel {
  border: 1px solid #d7dde5;
  background: #fbfcfef5;
  box-shadow: 0 24px 64px #25364a26, inset 0 1px #fff;
  border-radius: 22px;
  width: min(540px, 100%);
  max-height: calc(100dvh - 48px);
  padding: 22px;
  position: relative;
  overflow: auto;
  transform: translateY(14px) scale(.985);
  transition: transform .18s ease;
}

.download-dialog.is-open .download-dialog-panel {
  transform: translateY(0) scale(1);
}

.download-dialog.is-scoped .download-dialog-panel {
  width: min(460px, 100%);
}

.download-dialog.is-single-build .download-dialog-panel {
  width: min(360px, 100%);
}

.download-dialog.is-scoped .download-platform-pair,
.download-dialog.is-single-build .download-build-grid {
  grid-template-columns: 1fr;
}

.download-dialog.is-scoped .download-platform-group-macos {
  margin-bottom: 0;
}

.download-dialog-header {
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 18px;
  display: flex;
}

.download-dialog-heading {
  flex: 1;
  min-width: 0;
  max-width: 500px;
}

.download-dialog-title {
  color: #171c22;
  letter-spacing: -.035em;
  margin: 0;
  font-family: Outfit, sans-serif;
  font-size: clamp(27px, 3vw, 34px);
  font-weight: 400;
  line-height: 1.05;
}

.download-dialog-description {
  color: #697482;
  margin: 7px 0 0;
  font-size: 13px;
  line-height: 1.45;
}

.download-dialog-close {
  border: 1px solid #d9dfe6;
  color: #3c4652;
  background: #fff9;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0 0 2px;
  font-family: Arial, sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 1;
  display: flex;
  cursor: pointer;
  transition: color .18s ease, border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.download-dialog-close:hover {
  border-color: #bfc8d2;
  color: #171c22;
  background: #fff;
  transform: translateY(-1px);
}

.download-platform-group {
  border: 1px solid #dde2e8;
  background: #f4f6f8b8;
  border-radius: 17px;
  padding: 14px;
  position: relative;
}

.download-platform-group.is-recommended {
  border-color: #aeb9c6;
  box-shadow: inset 0 1px #fff, 0 10px 28px #526a8414;
}

.download-platform-group-macos {
  margin-bottom: 10px;
}

.download-platform-pair {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  display: grid;
}

.download-platform-header {
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  min-height: 24px;
  margin-bottom: 8px;
  display: flex;
}

.download-platform-title {
  color: #171c22;
  margin: 0;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}

.download-recommended-badge {
  color: #fff;
  white-space: nowrap;
  background: #1b222a;
  border-radius: 100px;
  padding: 4px 8px;
  font-family: IBM Plex Mono, monospace;
  font-size: 8px;
  font-weight: 500;
  line-height: 1.2;
}

.download-build-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  display: grid;
}

.download-build {
  border: 1px solid #d8dee6;
  color: #171c22;
  text-align: left;
  background: #ffffffd9;
  border-radius: 13px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-height: 98px;
  padding: 13px;
  font-family: Poppins, sans-serif;
  display: flex;
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.download-platform-group[hidden],
.download-build[hidden] {
  display: none;
}

.download-build:hover {
  border-color: #aeb8c4;
  background: #fff;
  box-shadow: 0 8px 20px #405a7412;
  transform: translateY(-2px);
}

.download-build:active {
  transform: translateY(0) scale(.99);
}

.download-build:focus-visible,
.download-dialog-close:focus-visible {
  outline: 2px solid #1479b8;
  outline-offset: 3px;
}

.download-build-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.download-build-copy {
  color: #6e7885;
  margin-top: 4px;
  font-size: 11px;
  line-height: 1.45;
}

.download-build-action {
  color: #7b8591;
  letter-spacing: .025em;
  margin-top: auto;
  padding-top: 9px;
  font-family: IBM Plex Mono, monospace;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.25;
}

.download-build.is-available .download-build-action {
  color: #171c22;
}

.download-build.is-available .download-build-action:after {
  content: " ↓";
}

.download-build-single {
  min-height: 104px;
}

.download-dialog-notice {
  border: 1px solid #d6dce4;
  color: #596471;
  background: #ffffffb8;
  border-radius: 12px;
  margin: 10px 0 0;
  padding: 9px 11px;
  font-size: 11px;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .18s ease, transform .18s ease;
}

.download-dialog-notice.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 767px) {
  .download-dialog {
    place-items: end center;
    padding: 10px;
  }

  .download-dialog-panel {
    border-radius: 22px;
    max-height: calc(100dvh - 20px);
    padding: 18px;
  }

  .download-dialog-header {
    gap: 12px;
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 479px) {
  .download-dialog-panel {
    background: #fbfcfe;
    padding: 16px 14px 14px;
  }

  .download-dialog-heading {
    padding-right: 38px;
  }

  .download-dialog-title {
    font-size: 26px;
  }

  .download-dialog-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 34px;
    height: 34px;
  }

  .download-platform-group {
    border-radius: 15px;
    padding: 10px;
  }

  .download-platform-header {
    align-items: flex-start;
    min-height: 26px;
  }

  .download-recommended-badge {
    max-width: 120px;
    white-space: normal;
    text-align: right;
  }

  .download-build,
  .download-build-single {
    min-height: 104px;
  }
}

@media screen and (max-width: 359px) {
  .download-platform-pair,
  .download-build-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .download-dialog,
  .download-dialog-panel,
  .download-dialog-close,
  .download-build,
  .download-dialog-notice {
    transition: none;
  }

  .download-dialog-panel,
  .download-dialog.is-open .download-dialog-panel,
  .download-build:hover,
  .download-build:active,
  .download-dialog-close:hover,
  .download-dialog-notice,
  .download-dialog-notice.is-visible {
    transform: none;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .download-dialog-backdrop {
    background: #151b2273;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .download-dialog-panel {
    background: #fbfcfe;
  }
}

.hero-github-proof {
  color: #68717d;
  letter-spacing: -.01em;
  border: 1px solid #d9dee5;
  border-radius: 100px;
  background: #ffffff70;
  align-self: center;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 54px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  box-shadow: inset 0 1px #ffffffb8;
  transition: color .22s ease, border-color .22s ease, background-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.hero-github-icon {
  opacity: 1;
  width: 19px;
  height: 19px;
  display: block;
  transition: opacity .22s ease;
}

.hero-github-count {
  color: #5f6874;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  transition: color .22s ease;
}

.hero-github-label {
  color: #68717d;
  transition: color .22s ease;
}

.hero-github-trend-icon {
  opacity: .62;
  width: 15px;
  height: 15px;
  margin-left: 1px;
  display: block;
  transition: opacity .22s ease, transform .22s ease;
}

.hero-github-proof:hover {
  color: #48515d;
  border-color: #c8cfd8;
  background: #ffffffe0;
  box-shadow: inset 0 1px #fff, 0 8px 22px #748ba51a;
  transform: translateY(-1px);
}

.hero-github-proof:hover .hero-github-icon,
.hero-github-proof:hover .hero-github-trend-icon {
  opacity: 1;
}

.hero-github-proof:hover .hero-github-trend-icon {
  transform: translate(1px, -1px);
}

.hero-github-proof:hover .hero-github-count,
.hero-github-proof:hover .hero-github-label {
  color: #48515d;
}

.hero-github-proof:active {
  transform: scale(.98);
}

.hero-github-proof:focus-visible {
  outline: 2px solid #1479b8;
  outline-offset: 4px;
  border-radius: 100px;
}

@media screen and (max-width: 479px) {
  .hero-github-proof {
    align-self: stretch;
    min-height: 50px;
    margin-top: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-github-proof,
  .hero-github-icon,
  .hero-github-trend-icon,
  .hero-github-count,
  .hero-github-label {
    transition: none;
  }

  .hero-github-proof:hover,
  .hero-github-proof:active {
    transform: none;
  }

.hero-github-proof:hover .hero-github-trend-icon {
    transform: none;
  }
}

.developer-ecosystem-card .developer-ecosystem-title {
  color: #000;
  text-shadow: none;
}

.developer-ecosystem-card .developer-ecosystem-subtitle {
  color: rgb(90, 103, 116);
  text-shadow: none;
}

.footer .other-pages-link {
  display: none;
}

.capability-figma-card-visual {
  border: 0;
  background: transparent;
  box-shadow: none;
  min-height: auto;
  padding: 0;
  display: block;
  overflow: visible;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.capability-figma-card-visual:before,
.capability-figma-card-visual:after {
  display: none;
}

.capability-figma-card-image {
  border-radius: 16px;
  width: 100%;
  height: auto;
  display: block;
}

.capability-panel.perception,
.capability-panel.figma-card-panel {
  min-height: auto;
  padding: 0;
  display: none;
}

.capability-panel.perception.is-active,
.capability-panel.figma-card-panel.is-active {
  display: block;
}

.capability-panel.perception .capability-panel-header,
.capability-panel.figma-card-panel .capability-panel-header { display:none; }

.capability-panel.perception:before,
.capability-panel.figma-card-panel:before {
  display: none;
}

.capability-panel.perception .capability-figma-card-visual,
.capability-panel.figma-card-panel .capability-figma-card-visual {
  margin: 0;
}

.capability-panel.perception .capability-figma-card-image,
.capability-panel.figma-card-panel .capability-figma-card-image {
  border-radius: 28px;
}

.figma-card-stage,
.capability-stage:has(.capability-panel.perception.is-active) {
  border-color: rgba(190, 212, 224, .72);
  background:
    radial-gradient(65% 90% at 58% -18%, rgba(222, 239, 250, .70), transparent 58%),
    radial-gradient(38% 58% at 7% 4%, rgba(236, 246, 252, .46), transparent 68%),
    linear-gradient(180deg, #f5f7fa 0%, #f7f8fb 100%);
  min-height: auto;
  padding: 0;
  box-shadow: 0 22px 58px rgba(40, 79, 105, .08), inset 0 1px 0 rgba(255, 255, 255, .96);
}

@media screen and (max-width: 479px) {
  #w-node-_899b768f-1a05-eb15-60a0-45ab70b1049e-1638105c {
    grid-column-end: 5;
  }

  #w-node-ad659bca-0ad8-6409-ebb7-0628bf6ef22f-1638105c {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_566d4c1b-9b4e-b93f-9bf2-98a633ca99f4-1638105c {
    grid-row: 3 / 4;
  }

  #w-node-df515e31-8650-f762-1259-4a50783dbee1-733376f6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_36bf2842-a043-15bc-41b8-fc63e8a47c4a-733376f6, #w-node-_57068079-6451-6e67-b412-1bac558c8eee-733376f6, #w-node-e11cba08-2baa-953e-8a87-b432b3c47132-733376f6 {
    grid-column: span 2 / span 2;
  }

  #w-node-_147b71b6-6a21-4f68-0df2-a08e2f4e8533-733376f6 {
    grid-column-end: 4;
  }

  #w-node-_147b71b6-6a21-4f68-0df2-a08e2f4e8537-733376f6 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_147b71b6-6a21-4f68-0df2-a08e2f4e853b-733376f6 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_28eea0b0-9818-3f61-6538-6657c19749b6-73337745 {
    grid-column-end: 4;
  }

  #w-node-_68fe55e0-ecc5-578e-a993-8b8fc5d1cbdc-73337745 {
    grid-column: 1 / 4;
    grid-row-start: 2;
  }

  #w-node-f3738da2-4090-e501-1e72-f67aeca7823f-73337745 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_324dff36-58fa-98ff-b642-279a60f88fb3-73337783 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_449fc509-f275-4fc2-dfff-2cf5743b3de7-73337783 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}
