@font-face {
  font-family: Plusjakartadisplay;
  src: url('../fonts/PlusJakartaDisplay-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Plusjakartadisplay;
  src: url('../fonts/PlusJakartaDisplay-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Plusjakartadisplay;
  src: url('../fonts/PlusJakartaDisplay-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Plusjakartadisplay;
  src: url('../fonts/PlusJakartaDisplay-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Awakenning Personal Use;
  src: url('../fonts/AWAKENNING-Personal-Use.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #12121200;
  --white: white;
  --white-but-not: #f7f8f8cc;
  --off-white: #eef0f3;
  --grey: #8a8a8a;
  --red\<deleted\|variable-e4c96ac1\>: #ed1e24;
  --elements-webflow-library--neutral--100: #fff0;
  --elements-webflow-library--neutral--300: #00f8ff;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--neutral--600: #fff;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--general--shadow-05: #14142b29;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --conversion-flow-library--medium-purple: #00f8ff;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --conversion-flow-library--light-coral: #ff5e69;
  --conversion-flow-library--sandy-brown: #ffa84b;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: #000;
  font-family: Avertastd;
  font-size: 16px;
  line-height: 120%;
}

h1 {
  color: #000;
  letter-spacing: -.32px;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 72px;
  font-weight: 500;
  line-height: 111%;
}

h2 {
  letter-spacing: -.32px;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 56px;
  font-weight: 500;
  line-height: 114%;
}

h3 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 500;
  line-height: 117%;
}

h4 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 500;
  line-height: 125%;
}

h5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 500;
  line-height: 143%;
}

h6 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
  line-height: 133%;
}

p {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 140%;
}

a {
  text-decoration: underline;
}

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

.h3-heading-white {
  color: var(--white);
  margin-bottom: 0;
}

.image-container {
  justify-content: center;
  align-items: center;
  width: 48%;
  max-width: 550px;
  display: flex;
  position: relative;
}

.image-container.product-hero {
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  max-width: 600px;
}

.hero-section {
  z-index: 1;
  background-image: linear-gradient(#000, #fff0 36%, #000), url('../images/Blue-Modern-To-Do-Notion-Header-6.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  position: relative;
}

.hero-section.typ {
  height: auto;
  padding-top: 40px;
}

.hero-section.typ.cy {
  padding-top: 26px;
}

.footer-link {
  color: var(--white-but-not);
  font-size: 18px;
  line-height: 178%;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: var(--off-white);
}

.footer-link.small {
  font-size: 10px;
}

.footer-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 93%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  display: flex;
}

.licensing-heading {
  margin-bottom: 30px;
}

.licencing-image-item {
  height: 250px;
}

.page-wrapper {
  color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Plusjakartadisplay, sans-serif;
  display: block;
  position: relative;
  overflow: hidden;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.navbar {
  z-index: 100;
  background-color: #0000;
  width: 100%;
  height: 88px;
  display: flex;
  position: relative;
}

.navlink {
  grid-column-gap: 12px;
  color: var(--black);
  align-items: center;
  font-family: Plusjakartadisplay, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  text-decoration: none;
  transition: all .888s;
  display: flex;
  position: relative;
}

.navlink:hover {
  transform: scale(1.2);
}

.navlink.hide {
  display: none;
}

.nav-icon-contain {
  border: 1px solid var(--white-but-not);
  background-color: #0000;
  border-radius: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  box-shadow: 0 0 20px #00000012;
}

.menu-button {
  z-index: 2147483647;
  background-color: var(--black);
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 10px 12px 12px;
  transition: all .888s;
  display: flex;
  position: relative;
  box-shadow: 0 0 8px 8px #fffc;
}

.menu-button:hover {
  transform: rotate(88deg)scale(1.1);
}

.menu-button.w--open {
  z-index: auto;
  background-color: var(--off-white);
}

.link-text {
  color: var(--white-but-not);
  width: 200px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-style: italic;
  text-decoration: none;
  position: absolute;
  left: 60px;
}

.hero-center-wrapper {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.hero-center-wrapper.less-margin {
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-heading {
  color: var(--white-but-not);
  text-align: center;
  font-family: Awakenning Personal Use, Palatino Linotype, sans-serif;
}

.hero-paragraph {
  color: var(--white);
  text-align: left;
  max-width: 730px;
  margin: 10px auto;
  font-size: 44px;
  font-style: italic;
}

.violet-button {
  border: 1px solid var(--white-but-not);
  background-color: var(--off-white);
  color: var(--white);
  background-image: linear-gradient(142deg, #00e1ff, #fff0), url('../images/Blue-Modern-To-Do-Notion-Header-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 32px;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  text-decoration: none;
  transition: all .888s;
  display: flex;
  box-shadow: 0 2px 20px #00f8ff;
}

.violet-button:hover {
  filter: grayscale();
  transform: scale(.8);
}

.violet-button.relative {
  z-index: 9999999;
  max-width: none;
  position: relative;
}

.violet-button.no-space {
  padding: 17px;
}

.violet-button.final-cta {
  width: 280px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  transform: scale(1.3);
}

.violet-button.cta {
  max-width: none;
  padding: 14px;
}

.violet-button.black {
  background-image: linear-gradient(91deg, #000 11%, #ffffff82), url('../images/Blue-Modern-To-Do-Notion-Header-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.icon-contain {
  background-color: var(--black);
  color: var(--grey);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 24px;
  display: flex;
  box-shadow: 0 2px 20px #ffffffe0;
}

.icon-contain.red {
  background-color: #000;
}

.button-icon {
  width: auto;
  max-width: 75%;
}

.button-icon.filter {
  filter: invert();
}

.button-icon.white {
  filter: invert() grayscale();
  max-width: none;
}

.hero-image-slides-contain {
  grid-column-gap: 64px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #000;
  border: 8px #ffffffb3;
  border-top-color: #000;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.hero-slides-image {
  object-fit: cover;
  border-radius: 20px;
  width: 400px;
  max-width: none;
  height: auto;
  box-shadow: 0 2px 16px 2px #00f8ff;
}

.approach-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 300px;
  display: flex;
}

.approach-wrapper.widtch {
  width: 100%;
  max-width: 1400px;
  padding-top: 100px;
  padding-bottom: 0;
}

.approach-wrapper.widtch.hide {
  display: none;
}

.h3-heading {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
}

.h3-heading._600px {
  max-width: 600px;
}

.h3-heading._750px {
  max-width: 750px;
}

.approach-bubbles-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.approach-bubble {
  background-color: var(--white);
  color: var(--black);
  border-radius: 150px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 220px;
  max-width: 100%;
  height: 220px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 998px #cacaca40;
}

.approach-bubble._1 {
  z-index: 3;
}

.approach-bubble._3 {
  z-index: 3;
  width: 260px;
  height: 260px;
  left: -100px;
}

.approach-bubble._5 {
  z-index: 3;
  width: 300px;
  height: 300px;
  left: -111px;
}

.bubble-text-contain {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 150px;
  font-size: 24px;
  line-height: 133%;
  display: flex;
  position: relative;
}

.approach-icon {
  margin-bottom: 12px;
}

.bubble-shapes-container {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.red-radial {
  background-image: radial-gradient(circle farthest-side at 50% 50%, var(--red\<deleted\|variable-e4c96ac1\>) 30%, #ed1e2400);
  opacity: .8;
  border-radius: 1000px;
  width: 321px;
  height: 334px;
  position: absolute;
  inset: -94% auto auto -91%;
}

.red-radial._2 {
  opacity: .7;
  width: 321px;
  height: 334px;
  inset: auto -100% -60% auto;
}

.pink-radial {
  background-image: radial-gradient(circle farthest-side at 50% 50%, var(--white-but-not) 30%, #ed1ecc00);
  opacity: .8;
  border-radius: 1000px;
  width: 321px;
  height: 334px;
  position: absolute;
  inset: -94% auto auto -91%;
}

.pink-radial._2 {
  opacity: .7;
  width: 321px;
  height: 334px;
  inset: auto -100% -60% auto;
}

.violet-approach-bubble {
  background-color: var(--white);
  color: var(--black);
  border-radius: 150px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 220px;
  max-width: 100%;
  height: 220px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 998px #cacaca40;
}

.violet-approach-bubble._2 {
  z-index: 3;
  top: 193px;
  left: -70px;
}

.violet-approach-bubble._4 {
  z-index: 3;
  top: 153px;
  left: -110px;
}

.services-section {
  width: 100%;
  position: relative;
}

.services-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 160px;
  display: flex;
}

.service-cards-contain {
  z-index: 1;
  grid-row-gap: 46px;
  flex-direction: column;
  width: 100%;
  margin-top: 80px;
  display: flex;
  position: relative;
}

.pink-gradient-contain {
  border: 1px solid var(--white-but-not);
  border-radius: 20px;
  width: 100%;
  padding: 1px;
}

.service-block-contain {
  background-color: #fff9;
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 56px 120px 56px 50px;
  display: flex;
}

.service-icon, .service-icon-contain {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 64px;
  display: flex;
}

.services-content-wrapper {
  grid-column-gap: 90px;
  width: 80%;
  max-width: 650px;
  margin-left: auto;
  display: flex;
}

.services-headings-contain {
  width: 50%;
  max-width: 360px;
}

.services-list-contain {
  width: 50%;
}

.services-h4-heading {
  color: var(--black);
  margin-bottom: 16px;
}

.services-paragraph {
  color: var(--black);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 178%;
}

.services-list {
  grid-row-gap: 16px;
  flex-direction: column;
  font-size: 20px;
  line-height: 160%;
  display: flex;
}

.violet-gradient-contain {
  border: 1px solid var(--off-white);
  border-radius: 20px;
  width: 100%;
  padding: 1px;
}

.red-gradient-contain {
  border: 1px solid var(--red\<deleted\|variable-e4c96ac1\>);
  border-radius: 20px;
  width: 100%;
  padding: 1px;
}

.projects-section {
  border-style: solid none;
  border-width: 12px 0;
  border-color: #ffffffb3 var(--white);
  background-color: #601eedcc;
  background-image: linear-gradient(130deg, #ed1ecc80, var(--off-white) 15%, var(--off-white) 80%, #ed1ecc80);
  width: 100%;
  box-shadow: 0 6px 60px #ed1ecc4d, 0 5px 30px #601eed4d;
}

.projects-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

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

.left-arrow {
  background-color: var(--white);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  transition: transform .2s;
  display: flex;
  inset: -130px 55px auto auto;
}

.left-arrow:hover {
  transform: translate(-5px);
}

.slide-nav {
  display: none;
}

.right-arrow {
  background-color: var(--white);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  transition: transform .2s;
  display: flex;
  inset: -130px 0% auto auto;
}

.right-arrow:hover {
  transform: translate(5px);
}

.mask {
  max-width: 560px;
  overflow: visible;
}

.project-slide {
  margin-right: 40px;
}

.project-contain {
  background-color: var(--white);
  border-radius: 16px;
  padding: 40px;
  text-decoration: none;
}

.project-contain.featured {
  background-color: #ffffff80;
  background-image: radial-gradient(circle closest-corner, #000000a1 34%, #00f8ff 100%, #000), url('../images/Blue-Modern-To-Do-Notion-Header-6.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 12px solid #00f8ff;
  justify-content: space-between;
  align-items: center;
  display: flex;
  box-shadow: 0 5px 60px #00f8ff;
}

.project-contain.cms {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #ffffff80;
  border: 12px solid #ffffffb3;
  flex-direction: column;
  padding: 30px;
  display: flex;
  box-shadow: 0 5px 60px #ed1ecc1a;
}

.project-thumbnail-contain {
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 360px;
  margin-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.project-thumbnail-contain._50 {
  width: 50%;
  margin-bottom: 0;
  overflow: hidden;
}

.project-thumbnail {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.project-info-contain {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.project-left-info {
  width: 80%;
}

.project-name {
  color: var(--white);
  margin-bottom: 16px;
}

.project-name.cms {
  margin-bottom: 32px;
}

.project-summary {
  color: var(--black);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 178%;
}

.arrow-button {
  background-color: #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.arrow-icon {
  filter: invert();
}

.contain {
  object-fit: contain;
  margin-bottom: 60px;
}

.project-slider-wrapper {
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.case-studies-section {
  width: 100%;
  margin-top: 100px;
}

.case-studies-section.hide {
  display: none;
}

.case-studies-wrapper {
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
}

.case-studies-tabs {
  z-index: 1;
  flex-direction: column-reverse;
  width: auto;
  display: flex;
}

.cs-tabs {
  grid-column-gap: 32px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 100px;
  display: flex;
}

.cs-tab-link {
  background-color: var(--white);
  border-radius: 12px;
  width: 25%;
  padding: 0 24px 24px;
  box-shadow: 0 0 32px #bcbcbc29;
}

.cs-tab-link.w--current {
  background-color: var(--white-but-not);
  box-shadow: none;
  color: var(--white);
}

.cs-person-image {
  border: 2px solid var(--white);
  border-radius: 100px;
  width: 56px;
  height: 56px;
  margin-top: -55px;
}

.cs-name {
  margin-bottom: 4px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 133%;
}

.cs-position {
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 178%;
}

.cs-tab-wrap {
  grid-column-gap: 100px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.cs-info-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  max-width: 560px;
  display: flex;
}

.cs-logo {
  margin-bottom: 32px;
}

.cs-logo.invert {
  filter: invert();
}

.cs-text {
  margin-bottom: 40px;
  font-weight: 400;
}

.text-arrow-button {
  grid-column-gap: 24px;
  border: 1px solid var(--white);
  color: var(--off-white);
  align-items: center;
  padding: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 178%;
  text-decoration: none;
  display: flex;
}

.purple-arrow {
  background-color: var(--black);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.cs-image-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 500px;
  display: flex;
}

.cs-image {
  filter: grayscale();
  border: 4px solid #00f8ff;
  border-radius: 16px;
  width: 100%;
}

.faq-section {
  width: 100%;
}

.faq-section.hide {
  display: none;
}

.faqs-section-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 160px;
  display: flex;
  position: relative;
}

.faq-left-wrapper {
  width: 55%;
  max-width: 562px;
}

.faq-heading {
  color: var(--black);
  text-align: left;
  margin-bottom: 0;
}

.faq-paragraph {
  color: var(--black);
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 178%;
}

.faq-answer-wrap {
  color: var(--black);
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 7%;
}

.bottom-line {
  background-color: #e5e5e5;
  width: 100%;
  height: 1px;
}

.faq-question-container {
  cursor: pointer;
  padding-top: 32px;
  padding-bottom: 32px;
}

.faq-question-container.first {
  border-top: 1px solid #e5e5e5;
}

.faq-question-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-questions {
  color: #fff;
  width: 90%;
  font-size: 24px;
  font-weight: 500;
  line-height: 133%;
}

.faq-card {
  color: #181818;
  width: 100%;
  max-width: 730px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.faq-icon {
  filter: sepia() brightness(200%) grayscale();
  margin-bottom: 20px;
}

.faqs-wrapper {
  z-index: 2;
  width: 100%;
  margin-top: 64px;
  padding-top: 0;
  position: relative;
}

.faq-content {
  color: var(--white-but-not);
  margin-bottom: 0;
  padding-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 178%;
}

.faq-icon-contain {
  border: 2px solid var(--white);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.faq-line {
  background-color: var(--white);
  border-radius: 100px;
  width: 10px;
  height: 2px;
}

.faq-line-vertical {
  background-color: var(--black);
  border-radius: 100px;
  width: 2px;
  height: 10px;
  position: absolute;
}

.faq-right-wrap {
  z-index: 2;
  background-color: #00f8ff;
  background-image: linear-gradient(142deg, #00f8ff, #000);
  border: 8px solid #ffffffb3;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 42%;
  max-width: 420px;
  margin-top: 0;
  padding: 50px 30px 40px;
  display: flex;
  position: relative;
}

.faq-card-heading {
  color: var(--white);
  margin-bottom: 12px;
}

.faq-card-text {
  color: var(--white);
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 178%;
}

.about-subheading {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 24px;
  font-weight: 400;
  line-height: 143%;
}

.about-text-grid {
  grid-column-gap: 70px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 48px;
  margin-bottom: 48px;
  display: flex;
}

.about-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 145px;
  display: flex;
}

.hire-us-cards-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.grey-span {
  color: var(--white);
}

.about-section {
  z-index: 10;
  width: 100%;
  margin-top: 100px;
}

.about-section.hide {
  display: none;
}

.about-heading {
  color: var(--off-white);
  margin-bottom: 48px;
}

.about-tag {
  grid-column-gap: 20px;
  border-radius: 14px;
  padding: 22px 20px;
  display: flex;
}

.about-tag.red, .about-tag.violet, .about-tag.pink {
  background-color: #00f8ff;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 16px 4px #00f8ff;
}

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

.about-tag-text {
  font-size: 32px;
  font-weight: 500;
  line-height: 125%;
}

.about-tag-text.red {
  color: var(--red\<deleted\|variable-e4c96ac1\>);
  text-shadow: 0 5px 30px #ed1e244d;
}

.about-tag-text.violet {
  color: var(--white);
  text-shadow: 0 5px 30px #601eed4d;
  font-size: 24px;
}

.about-tag-text.pink {
  color: var(--white);
  text-shadow: 0 5px 30px #ed1ecc4d;
  font-size: 24px;
}

.about-icon-contain {
  flex: none;
  position: relative;
}

.about-icon-blur {
  filter: blur(30px);
  background-color: #ed1e244d;
  width: 64px;
  height: 64px;
  position: absolute;
  inset: 0%;
}

.about-icon-blur.violet {
  background-color: #601eed4d;
}

.about-icon-blur.pink {
  background-color: #ed1ecc4d;
}

.about-paragraph {
  color: var(--white);
  margin-bottom: 0;
  line-height: 160%;
}

.cta-section {
  width: 100%;
}

.cta-wrapper {
  background-color: #00f8ff;
  background-image: linear-gradient(132deg, #00f8ff, #0000004f), url('../images/Blue-Modern-To-Do-Notion-Header-6.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border: 12px solid #00f8ff;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 93%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 30px #00f8ff, 0 5px 60px #ed1ecc1a;
}

.cta-heading {
  z-index: 1;
  color: var(--white);
  text-align: center;
  max-width: 898px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-weight: 800;
  position: relative;
}

.cta-dash-span {
  color: #ffffff80;
  text-decoration: line-through;
}

.white-button {
  background-color: var(--white);
  color: var(--red\<deleted\|variable-e4c96ac1\>);
  border-radius: 80px;
  align-items: center;
  padding: 4px 4px 4px 32px;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  text-decoration: none;
  display: flex;
}

.white-button.cta {
  z-index: 1;
  position: relative;
}

.cta-logos-wrapper {
  z-index: 1;
  grid-column-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 878px;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.cta-logos {
  filter: grayscale() brightness(200%);
}

.footer {
  color: var(--white-but-not);
  font-family: Inter, sans-serif;
}

.footer-top-wrapper {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.logo-image {
  position: static;
  transform: scale(.4);
}

.logo-image.mobile {
  margin-left: auto;
  margin-right: auto;
}

.logo-image.mobile.hideonmobile.scale {
  transform: scale(1);
}

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

.footer-logo.w--current {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.logo.nav.w--current {
  margin-left: auto;
  margin-right: auto;
}

.footer-links {
  grid-column-gap: 40px;
  justify-content: flex-end;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.footer-links.hide {
  display: none;
}

.social-links-wrap {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.social-links-wrap.navbar {
  margin-top: 40px;
  top: -58px;
}

.social-links-wrap.black {
  filter: invert();
}

.social-icon-contain {
  opacity: .5;
  filter: invert();
  transition: opacity .2s;
}

.social-icon-contain:hover {
  opacity: 1;
}

.social-icon {
  filter: invert();
}

.copyright-wrapper {
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 1200px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Inter, sans-serif;
  display: flex;
}

.copyright-wrapper.flex {
  flex-flow: column;
}

.copyright-right-wrapper {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.copyright-right-wrapper.middle {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.copyright-text {
  font-size: 18px;
  line-height: 178%;
}

.cf-link {
  color: var(--off-white);
  text-decoration: none;
  transition: color .2s;
}

.cf-link:hover {
  color: var(--red\<deleted\|variable-e4c96ac1\>);
}

.history-section {
  background-color: #ed1e24cc;
  background-image: none;
  border-top: 12px solid #f3f3f3;
  border-bottom: 12px solid #f3f3f3;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 30px #601eed1a, 0 5px 60px #ed1ecc1a;
}

.history-wrapper {
  z-index: 1;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.history-top-wrapper {
  max-width: 850px;
}

.history-heading {
  color: var(--white);
  margin-bottom: 32px;
}

.history-paragraph {
  color: var(--white);
  max-width: 756px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 178%;
}

.history-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.history-grid-wrap {
  background-color: #ffffff1a;
  border: 9px solid #fff3;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 50px 40px 47px 46px;
  display: flex;
}

.history-card-heading {
  color: var(--white);
  margin-bottom: 20px;
}

.card-flex {
  grid-column-gap: 12px;
  align-items: flex-start;
  display: flex;
}

.history-card-text {
  color: var(--white);
  margin-bottom: 0;
}

.values-section {
  width: 100%;
  position: relative;
}

.values-wrapper {
  z-index: 4;
  background-color: #ffffff80;
  background-image: linear-gradient(#000 20%, #000000b3 47%, #00000075 92%, #000), url('../images/Blue-Modern-To-Do-Notion-Header-5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 12px solid #00f8ff;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 95%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 60px #00f8ff;
}

.values-loop-wrapper {
  grid-row-gap: 22px;
  flex-direction: column;
  width: 100%;
  margin-top: 0;
  display: flex;
  overflow: visible;
}

.values-bottom-row {
  grid-column-gap: 30px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.value-card {
  z-index: 8;
  grid-column-gap: 20px;
  background-color: var(--white);
  border-radius: 20px;
  flex: none;
  align-items: center;
  max-width: 460px;
  padding: 40px 30px 40px 40px;
  display: flex;
  box-shadow: 0 30px 200px #12121212;
}

.value-card._470px {
  max-width: 470px;
}

.value-card._490px {
  max-width: 490px;
}

.value-card._420px {
  max-width: 420px;
}

.values-icon {
  width: 100%;
  max-width: 50px;
}

.value-text {
  margin-bottom: 0;
  line-height: 160%;
}

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

.values-top-row {
  grid-column-gap: 30px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.team-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.team-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 72px;
}

.team-member-wrapper {
  border-radius: 12px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.member-image {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.team-info-contain {
  -webkit-backdrop-filter: blur(200px);
  backdrop-filter: blur(200px);
  text-align: center;
  background-color: #fff3;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding-top: 24px;
  padding-bottom: 24px;
  position: absolute;
  inset: auto 0% 0%;
}

.member-name {
  color: var(--white);
  margin-bottom: 8px;
}

.member-position {
  color: var(--white);
  font-size: 18px;
  line-height: 178%;
}

.location-section {
  position: relative;
}

.location-wrapper {
  z-index: 3;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 160px;
  display: flex;
  position: relative;
}

.location-left-wrapper {
  width: 35%;
  max-width: 358px;
}

.location-icon {
  width: 100%;
  max-width: 60px;
  margin-bottom: 24px;
}

.location-heading {
  color: var(--black);
  text-align: left;
  margin-bottom: 32px;
}

.location-text {
  color: var(--black);
  text-align: left;
  margin-bottom: 0;
  font-weight: 400;
}

.map-contain {
  width: 60%;
  max-width: 718px;
  position: relative;
}

.map-image {
  width: 100%;
}

.map-gradient {
  background-image: linear-gradient(to right, #fff, #fff0);
  width: 100px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.map-gradient._2 {
  background-image: linear-gradient(#fff, #fff0);
  width: 100%;
  height: 100px;
  inset: 0% 0% auto;
}

.map-gradient._3 {
  background-image: linear-gradient(270deg, #fff, #fff0);
  inset: 0% 0% 0% auto;
}

.map-gradient._4 {
  background-image: linear-gradient(to top, #fff, #fff0);
  width: 100%;
  height: 100px;
  inset: auto 0% 0%;
}

.projects-page-section {
  z-index: 1;
  width: 100%;
  margin-bottom: 140px;
  position: relative;
}

.projects-page-wrapper {
  z-index: 10;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: relative;
}

.center-wrapper {
  text-align: center;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.center-paragraph {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 178%;
}

.center-paragraph._660px {
  text-align: center;
  max-width: 660px;
}

.projects-collection-contain {
  margin-top: 100px;
}

.project-info-wrapper {
  width: 45%;
  max-width: 500px;
}

.project-tabs-contain {
  grid-column-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.project-category {
  color: #12121299;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  background-image: url('../images/Group-1859.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 229%;
}

.project-category._20px {
  color: var(--black);
  letter-spacing: 1.25px;
  text-transform: none;
  background-image: url('../images/Ellipse-123.svg');
  padding-left: 17px;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.project-summary-20px {
  color: var(--white);
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 160%;
}

.collection-list-projects {
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-tags {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: flex;
}

.collection-list-tags.cms {
  grid-template-columns: 1fr 1fr 1fr;
  display: flex;
}

.projects-bottom-contain {
  margin-top: 80px;
  padding-bottom: 160px;
  display: flex;
}

.collection-list-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.collection-list {
  grid-column-gap: 70px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-project {
  display: flex;
}

.projects-cms-wrapper {
  width: 85%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
}

.project-summary-32px {
  color: var(--white);
  max-width: 660px;
  margin-bottom: 72px;
  font-size: 32px;
  line-height: 125%;
}

.projects-tags-contain {
  grid-column-gap: 100px;
  color: var(--white);
  margin-bottom: 120px;
  display: flex;
}

.services-wrap {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.subheading-14px {
  color: #12121299;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 229%;
}

.subheading-14px.white {
  color: #fff9;
}

.project-image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 16px;
  width: 100%;
  margin-bottom: 100px;
}

.project-about-wrap {
  padding-bottom: 160px;
}

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

.rich-text ul {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 160%;
}

.rich-text li {
  margin-bottom: 10px;
}

.rich-text ol {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 160%;
}

.rich-text a {
  color: var(--off-white);
  text-decoration: none;
  transition: all .2s;
}

.rich-text a:hover {
  text-decoration: underline;
}

.project-heading {
  margin-top: 60px;
  margin-bottom: 50px;
}

.collection-list-images {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-secondary-images {
  border-radius: 16px;
  width: 100%;
}

.pricing-wrapper {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  display: flex;
  position: relative;
}

.pricing-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  width: 100%;
  max-width: 1016px;
  margin-top: 80px;
}

.pricing-contain {
  background-color: #ffffff80;
  border: 12px solid #ffffffb3;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 5px 60px #ed1ecc1a;
}

.pricing-contain.red {
  color: var(--white);
  background-color: #ed1e24cc;
  background-image: linear-gradient(130deg, #ed1ecccc, #ed1e24cc 30% 70%, #ed1ecccc);
  border-color: #f3f3f3;
  box-shadow: 0 5px 30px #ed1ecc1a, 0 5px 30px #601eed1a, 0 30px 200px #12121212;
}

.pricing-top-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.plan-type {
  margin-bottom: 0;
}

.plan-for {
  font-size: 18px;
  line-height: 178%;
}

.pricing-icon {
  width: 100%;
  max-width: 60px;
}

.price-contain {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 56px;
  display: flex;
}

.price {
  margin-bottom: 0;
}

.price._40px {
  font-size: 40px;
}

.pricing-points-contain {
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 44px;
  display: flex;
}

.pricing-point-wrapper {
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  line-height: 178%;
  display: flex;
}

.pricing-table-checkmark {
  flex: none;
  margin-right: 12px;
}

.violet-button-no-icon {
  background-color: var(--off-white);
  color: var(--white);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 72px;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  transition: all .2s;
  display: flex;
  position: static;
  inset: 8px 8px 8px auto;
}

.violet-button-no-icon:hover {
  background-color: var(--white-but-not);
  color: var(--white);
}

.violet-button-no-icon.white {
  background-color: var(--white);
  color: var(--red\<deleted\|variable-e4c96ac1\>);
}

.violet-button-no-icon.white:hover {
  background-color: var(--off-white);
  color: var(--white);
}

.logos-section {
  width: 100%;
}

.logos-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
}

.logos-contain {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  opacity: 1;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: grid;
}

.logos-image {
  background-color: #0000;
}

.contact-wrapper {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.form-block {
  background-color: #0000;
  background-image: linear-gradient(126deg, #ffffffb3, #595151cc 19%, #453f3fcc 30%, #000c 70%, #ffffffb3);
  border: 12px solid #00f8ff;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 0;
  padding: 60px 40px;
  box-shadow: 0 5px 30px #601eed4d, 0 5px 60px #ed1ecc4d;
}

.contact-icon {
  margin-bottom: 17px;
  margin-left: auto;
  margin-right: auto;
}

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

.contact-heading {
  color: var(--white);
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}

.text-field {
  color: var(--white);
  background-color: #ffffff1a;
  background-image: url('../images/User.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #ffffff4d;
  border-radius: 63px;
  height: 56px;
  margin-bottom: 24px;
  padding: 16px 20px 16px 54px;
  font-size: 16px;
  line-height: 150%;
}

.text-field:active, .text-field:focus {
  border-color: #ffffff80;
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  border-color: #ffffffb3;
}

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

.text-field.email {
  background-image: url('../images/Envelope.svg');
}

.contact-flex-contain {
  grid-column-gap: 24px;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  display: flex;
}

.select-wrapper {
  background-color: #ffffff1a;
  border: 1px solid #ffffff4d;
  border-radius: 63px;
  align-items: center;
  width: 100%;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.select-field {
  z-index: 2;
  background-color: #0000;
  background-image: url('../images/CurrencyCircleDollar.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  height: 56px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 54px;
  font-size: 16px;
  line-height: 150%;
  position: relative;
}

.select-field.categories {
  background-image: url('../images/ProjectorScreen.svg');
}

.textarea {
  color: var(--white);
  background-color: #ffffff1a;
  background-image: url('../images/ChatCircleDots.svg');
  background-position: 20px 16px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #ffffff4d;
  border-radius: 28px;
  height: 160px;
  min-height: 160px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-left: 55px;
  font-size: 16px;
  line-height: 150%;
}

.textarea:active, .textarea:focus {
  border-color: #ffffff80;
}

.textarea::placeholder {
  color: var(--white);
}

.submit-button {
  border: 2px solid var(--white);
  background-color: var(--white);
  color: var(--red\<deleted\|variable-e4c96ac1\>);
  background-image: url('../images/Group-1690.svg');
  background-position: 222px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 79px;
  margin-top: 40px;
  padding: 20px 92px 20px 32px;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  transition: all .2s;
}

.submit-button:hover {
  background-color: var(--red\<deleted\|variable-e4c96ac1\>);
  color: var(--white);
}

.submit-button.password {
  margin-top: 0;
}

.success-message {
  color: var(--white);
  background-color: #0000;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.error-message {
  border-radius: 4px;
  margin-top: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.error-message.cart {
  margin-top: 0;
}

.reference-headings {
  z-index: 1;
  color: var(--white);
  text-align: center;
  margin-bottom: 32px;
  font-family: Plusjakartadisplay, sans-serif;
  position: relative;
}

.buttons-grid {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-top: 40px;
  display: grid;
}

.faq-card-2 {
  color: #181818;
  width: 100%;
  max-width: 730px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.buttons-heading {
  margin-bottom: 16px;
}

.colors-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1280px;
  margin-top: 40px;
  margin-bottom: 100px;
  display: grid;
}

.style-guide-main-content {
  width: 100%;
  margin-top: 120px;
}

.typography-item.flex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.style-guide-content-wrapper {
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
}

.style-guide-item-heading {
  margin-bottom: 16px;
}

.typography-item-description {
  margin-top: 16px;
}

.color-grid-item {
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 200px;
  padding: 12px;
  display: flex;
  box-shadow: 0 10px 70px #53535312;
}

.typography-heading {
  margin-bottom: 16px;
}

.typography-main {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 100px;
  display: grid;
}

._22-px {
  font-size: 22px;
  line-height: 150%;
}

.colour-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 178%;
}

.color-box {
  background-color: #6c4be5;
  border-radius: 8px;
  width: 100%;
  max-width: none;
  height: 136px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

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

.color-box._3 {
  background-color: var(--white-but-not);
}

.color-box._1 {
  background-color: var(--black);
}

.color-box._4 {
  background-color: var(--red\<deleted\|variable-e4c96ac1\>);
}

.color-box._8 {
  background-color: #fff;
  border: 1px solid #0000001a;
}

.color-box._6 {
  background-color: var(--grey);
}

._16-px {
  flex: none;
  font-size: 16px;
  font-weight: 500;
}

._16-px.color-code {
  color: #0d0e10bf;
  margin-top: 4px;
  font-size: 18px;
  line-height: 150%;
}

.reference-wrapper {
  background-color: #848484cc;
  border: 12px solid #f3f3f3;
  border-radius: 20px;
  padding-top: 112px;
  padding-bottom: 112px;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px 30px #601eed1a, 0 5px 60px #ed1ecc1a;
}

.reference-paragraph {
  z-index: 1;
  color: var(--white);
  text-align: center;
  max-width: 650px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 178%;
  position: relative;
}

.reference-paragraph._24px {
  font-size: 24px;
  line-height: 130%;
}

.reference-paragraph._20px {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 130%;
}

.licensing-tag-subtexts {
  margin-bottom: 0;
  margin-right: 8px;
  font-size: 20px;
  line-height: 160%;
}

.licensing-tag-subtexts.bold {
  font-size: 24px;
  font-weight: 700;
}

.licensing-tag-subtexts.small {
  max-width: 400px;
}

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

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

.licencing-images-grids {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 100px;
  display: grid;
}

.licensing-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 60px;
  display: flex;
}

.license-links {
  background-image: url('../images/Group-5521.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  max-width: 32px;
  height: 32px;
  padding: 5px;
  display: flex;
}

.license-links:hover {
  background-color: #601eed4d;
}

.licensing-wrap {
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.licensing-wrap.top {
  margin-bottom: 32px;
}

.licensing-block {
  margin-right: auto;
}

.licensing-block.margin {
  margin-bottom: 100px;
}

.licensing-image-and-text-wrappers {
  border: 2px #0d0e10;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.video {
  margin-top: 100px;
  margin-bottom: 60px;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  font-family: Plusjakartadisplay, sans-serif;
  display: flex;
  overflow: hidden;
}

.utility-page-content {
  z-index: 2;
  text-align: center;
  background-color: #ed1e24cc;
  border: 12px solid #ffffffb3;
  border-radius: 20px;
  flex-direction: column;
  margin-top: 100px;
  margin-bottom: 0;
  padding: 40px;
  display: flex;
  position: relative;
}

.utility-page-content._404 {
  z-index: 1;
  background-color: #0000;
  border-style: none;
  align-items: center;
  margin-top: 50px;
  padding: 0;
  position: relative;
}

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

.field-label {
  display: none;
}

.password-heading {
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
}

._404-image {
  width: 100%;
  max-width: 400px;
  margin-bottom: 20px;
}

._404-heading {
  margin-bottom: 16px;
}

._404-text {
  margin-bottom: 30px;
}

.pink-blur-contain {
  position: absolute;
  inset: 0% auto auto 0%;
}

.pink-blur-contain.hero-home {
  height: 993px;
  inset: -42% auto auto -29%;
}

.pink-blur-contain.home-hero-2 {
  z-index: 1;
  height: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.pink-blur-contain.services {
  opacity: .7;
  height: 900px;
  inset: 7% auto auto -17%;
}

.pink-blur-contain.services._2 {
  height: 700px;
  inset: auto -5% -6% auto;
}

.pink-blur-contain.case-studies {
  opacity: 1;
  height: 600px;
  inset: auto 20% -10% auto;
}

.pink-blur-contain.values {
  height: 993px;
  inset: -17% -9% 0% auto;
}

.pink-blur-contain.locations {
  opacity: .75;
  height: 500px;
  inset: -21% auto auto -15%;
}

.pink-blur-contain.project {
  height: 993px;
  inset: -12% auto auto -27%;
}

.pink-blur-contain.project._2 {
  inset: 4% -12% auto auto;
}

.pink-blur-contain.project._3 {
  height: 800px;
  inset: 27% 56% auto auto;
}

.pink-blur-contain.project._4 {
  inset: auto auto 17% -3%;
}

.pink-blur-contain.project._5 {
  height: 700px;
  inset: auto -1% 0% auto;
}

.pink-blur-contain.project-cms {
  height: 993px;
  inset: -12% auto auto -27%;
}

.pink-blur-contain.contact {
  height: 993px;
  inset: -23% auto auto -32%;
}

.pink-blur-contain.contact._2 {
  inset: auto -22% -16% auto;
}

.pink-blur-contain.contact.top {
  top: -45%;
}

.pink-blur-contain.sg {
  height: 993px;
  inset: -14% auto auto -28%;
}

.pink-blur-contain.about-hero {
  height: 993px;
  inset: -34% auto auto -23%;
}

.pink-blur-contain.about-hero._2 {
  inset: auto -21% -54% auto;
}

.pink-blur-contain.pricing {
  height: 993px;
  inset: -11% auto auto -29%;
}

.pink-blur-contain.pricing._2 {
  height: 800px;
  top: 13%;
  left: 3%;
}

.pink-blur-contain.pricing._2.ecommerce {
  left: 37%;
}

.pink-blur-contain.changelog {
  height: 993px;
  inset: -34% auto auto -28%;
}

.pink-blur-contain.instructions {
  height: 993px;
  inset: -29% auto auto -28%;
}

.pink-blur-contain.hero-home {
  z-index: 1;
  height: 993px;
  inset: -42% auto auto -29%;
  overflow: hidden;
}

.pink-glow {
  z-index: 999999;
  filter: contrast(200%);
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.pink-glow.history {
  opacity: .7;
  position: absolute;
  inset: -34% auto auto -49%;
}

.pink-glow.history-bottom {
  opacity: .62;
  position: absolute;
  inset: auto -40% -30% auto;
}

.pink-glow.cta {
  opacity: .7;
  filter: grayscale() invert();
  position: absolute;
  inset: -34% auto auto -49%;
}

.pink-glow.cta-bottom {
  opacity: .7;
  filter: grayscale() invert();
  position: absolute;
  inset: auto -44% -23% auto;
}

.red-blur-contain {
  height: 571px;
  position: absolute;
  inset: -24% -16% auto auto;
}

.red-blur-contain.home-hero-2 {
  height: 1000px;
  inset: auto auto -15% -11%;
}

.red-blur-contain.faq {
  inset: -6% 0% auto auto;
}

.red-blur-contain.values {
  height: 800px;
  inset: 0% auto 0% 15%;
}

.red-blur-contain.projects {
  inset: -4% -18% auto auto;
}

.red-blur-contain.projects._2 {
  height: 800px;
  top: 7%;
  right: 14%;
}

.red-blur-contain.projects._3 {
  height: 800px;
  top: 24%;
  right: 4%;
}

.red-blur-contain.projects._4 {
  height: 800px;
  inset: auto 0% 14% auto;
}

.red-blur-contain.projects._5 {
  height: 800px;
  inset: auto 37% -1% auto;
}

.red-blur-contain.projects-cms {
  inset: -4% -18% auto auto;
}

.red-blur-contain.contact {
  inset: -30% -16% auto auto;
}

.red-blur-contain.sg {
  inset: -4% -21% auto auto;
}

.red-blur-contain.services {
  opacity: .7;
  height: 800px;
  inset: auto auto -11% -7%;
}

.red-blur-contain.company {
  inset: -20% auto auto -19%;
}

.red-blur-contain.pricing {
  inset: -6% -17% auto auto;
}

.red-blur-contain.pricing._2 {
  height: 1000px;
  top: 6%;
  right: 32%;
}

.red-blur-contain.pricing._2.ecommerce {
  top: 7%;
  right: 47%;
}

.red-blur-contain.changelog {
  inset: -17% -21% auto auto;
}

.red-glow {
  filter: grayscale();
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.violet-blur-contain {
  width: 816px;
  position: absolute;
  inset: auto auto -8% 20%;
}

.violet-blur-contain.case-studies {
  opacity: .7;
  width: 500px;
  bottom: 22%;
  left: 35%;
}

.violet-blur-contain.faq {
  opacity: .7;
  width: 700px;
  inset: 11% -14% auto auto;
}

.violet-blur-contain.values {
  opacity: .7;
  width: 900px;
  bottom: -6%;
  left: -27%;
}

.violet-blur-contain.locations {
  opacity: .7;
  width: 400px;
  bottom: 25%;
  left: -15%;
}

.violet-blur-contain.contact {
  opacity: .7;
  width: 1000px;
  inset: auto auto -16% -38%;
}

.violet-blur-contain.about-hero {
  opacity: .6;
  inset: auto auto -35% -17%;
}

.violet-blur-contain.services {
  opacity: .5;
  width: 800px;
  inset: 29% -16% auto auto;
}

.violet-blur-contain.projects {
  opacity: .8;
  width: 600px;
  inset: 15% auto auto -3%;
}

.violet-blur-contain.projects._2 {
  width: 800px;
  top: 43%;
  left: 15%;
}

.violet-blur-contain.pricing {
  opacity: .6;
  inset: 15% auto auto -28%;
}

.violet-blur-contain.pricing.ecommerce {
  opacity: .4;
  top: 9%;
  left: 40%;
}

.violet-blur-contain.pricing.ecommerce._2 {
  top: 20%;
  left: -12%;
}

.violet-blur {
  filter: grayscale();
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.collection-list-wrapper-pricing {
  width: 100%;
  margin-top: 80px;
}

.collection-list-pricing {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.price-points-rich-text p {
  background-image: url('../images/CheckCircle.svg');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 16px;
  padding-left: 44px;
  font-size: 18px;
  line-height: 178%;
}

.buttons-contain {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 30px;
  display: grid;
}

.product-name-wrapper {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.products-name {
  margin-bottom: 8px;
  margin-right: 10px;
}

.plan-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 200px;
  display: flex;
}

.button-group {
  margin-bottom: 20px;
}

.plans-hero-section {
  z-index: 2;
  background-color: #0000;
  position: relative;
}

.plan-detail-paragraph {
  margin-bottom: 20px;
  font-size: 18px;
}

.duration-label {
  margin-bottom: 10px;
}

.about-product-text {
  color: #545479;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 156%;
}

.option-list {
  margin-top: 20px;
}

.plan-detail-title {
  color: #0d0e10;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.product-details-contain {
  margin-top: 20px;
  font-size: 18px;
}

.product-box-wrap {
  background-color: #fffc;
  border: 12px solid #fffc;
  border-radius: 12px;
  width: 100%;
  height: auto;
  padding: 40px;
  box-shadow: 0 10px 30px #ed1ecc14;
}

.text-containers {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  max-width: 550px;
  display: flex;
  position: relative;
}

.text-containers.product-hero {
  width: 45%;
  max-width: 500px;
}

.plan-price {
  color: #0d0e10;
  font-size: 38px;
  font-weight: 700;
  line-height: 54px;
}

.duration-buttons {
  background-color: #3f53d81a;
  border: 2px solid #c9fa7500;
  border-radius: 4px;
  margin-right: 20px;
  padding: 10px 20px;
  font-weight: 500;
}

.duration-buttons.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #3f53d8;
  border: 2px solid #0b0b0b00;
}

.add-to-cart-button {
  background-color: var(--off-white);
  color: var(--white);
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.add-to-cart-button:hover {
  background-color: var(--black);
}

.buy-now-button {
  background-color: var(--white-but-not);
  color: var(--white);
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 16px 32px;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.buy-now-button:hover {
  background-color: var(--off-white);
}

.checkout-form {
  z-index: 2;
  background-color: #0000;
  padding: 60px 0;
  position: relative;
}

.checkout-container {
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.apple-pay {
  border-radius: 10px;
  height: 60px;
}

.pay-with-browser {
  border-radius: 10px;
  height: 60px;
  font-size: 18px;
}

.block-header {
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

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

.place-order-button {
  background-color: var(--off-white);
  color: var(--white);
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.place-order-button:hover {
  background-color: var(--white-but-not);
}

.about-hero-section {
  z-index: 2;
  position: relative;
}

.about-hero-wrapper {
  flex-direction: column;
  justify-content: center;
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.about-center-wrapper {
  width: 100%;
  max-width: 820px;
  margin: 80px auto 140px;
}

.about-hero-heading {
  text-align: center;
  margin-bottom: 24px;
  font-size: 64px;
  line-height: 112%;
}

.about-hero-paragraph {
  text-align: center;
  max-width: 600px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 178%;
}

.about-images-left {
  flex-direction: column;
  justify-content: space-between;
  width: 30%;
  max-width: 274px;
  height: 100%;
  max-height: 600px;
  padding-left: 10px;
  display: flex;
  position: absolute;
  inset: auto auto auto 0%;
}

.about-hero-images {
  border: 4px solid #fff6;
  border-radius: 100px;
  width: 80px;
  position: relative;
  box-shadow: 0 4px 63px #cdcdcd40;
}

.about-hero-images._1 {
  left: 50%;
  right: 0;
}

.about-hero-images._4 {
  left: 50%;
}

.about-hero-images._5 {
  left: -50%;
  right: 0;
}

.about-hero-images._8 {
  left: -50%;
}

.about-images-right {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 30%;
  max-width: 274px;
  height: 100%;
  max-height: 600px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.background-image-wrap {
  position: relative;
  overflow: hidden;
}

.background-image {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.link-icon {
  width: auto;
  transform: scale(1.8);
}

.close-icon {
  opacity: 0;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0%;
}

.navigation-menu {
  z-index: 2147483647;
  background-color: var(--white);
  flex-direction: row;
  height: 100%;
  min-height: 800px;
  padding-top: 20px;
  padding-bottom: 0;
  position: fixed;
  inset: 0 0% 0%;
  box-shadow: 141px 141px 100px #12121233;
}

.about-images-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 50px;
  display: grid;
}

.about-image-1 {
  border-radius: 20px;
  width: 100%;
}

.about-image-2 {
  border-radius: 20px;
  margin-top: auto;
}

.about-image-3, .about-image-4, .about-image-5 {
  border-radius: 20px;
}

.company-images-section {
  position: relative;
}

.company-images-wrapper {
  z-index: 2;
  justify-content: space-between;
  width: 90%;
  max-width: 1160px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 400px;
  display: flex;
  position: relative;
}

.company-heading {
  max-width: 480px;
  margin-bottom: 0;
}

.company-image-1 {
  border-radius: 20px;
  width: 50%;
  max-width: 570px;
  margin-left: 20px;
}

.company-image-2 {
  position: absolute;
  inset: 38% auto auto 24%;
}

.company-image-3 {
  width: 17%;
  max-width: 370px;
  position: absolute;
  inset: 37% auto 0% 0%;
}

.company-image-4 {
  width: 30%;
  max-width: 380px;
  position: absolute;
  inset: 60% auto auto 20%;
}

.company-image-5 {
  width: 30%;
  max-width: 320px;
  position: absolute;
  inset: 61% auto auto 54%;
}

.nav-image-contain {
  width: 45%;
  display: flex;
}

.nav-links-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.nav-contain {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.nav-image {
  width: 100%;
  max-width: 480px;
}

.nav-links {
  color: #000;
  letter-spacing: -.32px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 72px;
  font-weight: 500;
  line-height: 111%;
  transition: color .2s;
}

.nav-links:hover {
  color: #00f8ff;
}

.nav-links.w--current {
  color: var(--off-white);
}

.menu-right-contain {
  grid-column-gap: 20px;
  flex-direction: row;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-right-contain.hide {
  display: none;
}

.cart-button {
  background-color: var(--white);
  border-radius: 50px;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  box-shadow: 0 0 20px #12121212;
}

.icon {
  color: var(--black);
  margin-right: 0;
}

.cart-contain {
  position: absolute;
  inset: 0% auto auto -68px;
}

.hero-slides-contain {
  grid-column-gap: 64px;
  flex: none;
  align-items: center;
  display: flex;
}

.slides-wrapper {
  grid-column-gap: 64px;
  align-items: center;
  display: flex;
}

.absolute-text {
  color: var(--white);
  margin-top: auto;
  margin-bottom: auto;
  line-height: 150%;
  position: absolute;
  inset: auto auto auto 54px;
}

.select-arrow {
  z-index: 3;
  background-color: #e95161;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  position: absolute;
  inset: auto 20px auto auto;
}

.select-arrow-image {
  border-radius: 100px;
}

.empty-state {
  background-color: var(--white);
  text-align: center;
  border-radius: 4px;
  font-weight: 500;
}

.nav-close {
  z-index: 2147483647;
  background-color: #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-top: 0;
  padding: 10px;
  display: flex;
  position: relative;
  inset: auto 0% -44px auto;
}

.nav-close:hover {
  background-color: var(--grey);
}

.close-wrapper {
  z-index: 2147483647;
  justify-content: flex-end;
  align-items: flex-start;
  width: 95%;
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image {
  filter: brightness(200%) grayscale();
}

.banner-alert {
  color: #fff;
  text-align: center;
  background-color: #8700c6;
  background-image: linear-gradient(167deg, #eef0f3, #f7f8f8);
  border-bottom: 1.75px #000;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 11px 14px -1px #0003;
}

.paragraph-regular {
  color: #000;
  letter-spacing: -.02em;
  font-family: Plusjakartadisplay, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .555s;
}

.paragraph-regular:hover {
  transform: scale(1.2);
}

.heading {
  background-color: var(--off-white);
  font-family: Inter, sans-serif;
  font-weight: 800;
}

.heading-2 {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.heading-3 {
  font-family: Awakenning Personal Use, Palatino Linotype, sans-serif;
}

.text-block {
  color: var(--white);
  font-family: Awakenning Personal Use, Palatino Linotype, sans-serif;
  font-size: 28px;
  font-weight: 800;
}

.text-block-2 {
  color: var(--black);
  font-family: Awakenning Personal Use, Palatino Linotype, sans-serif;
}

.hero-heading-2 {
  color: #f7f8f8;
  text-align: center;
  letter-spacing: -.05em;
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  background-color: #000;
  background-image: linear-gradient(156deg, #fff 30%, #00f8ff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 8px;
  padding-bottom: .13em;
  padding-left: .13em;
  padding-right: .13em;
  font-family: Inter, sans-serif;
  font-size: 68px;
  font-weight: 500;
  line-height: 1;
}

.hero-heading-2.logos {
  margin-bottom: 20px;
  font-size: 44px;
}

.hero-heading-2.logos.faq {
  text-align: left;
}

.hero-heading-2.logos.small {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 38px;
}

.hero-heading-2.logos.case-study {
  text-align: center;
  font-size: 58px;
}

.hero-heading-2.logos.case-study.flex-middle {
  text-align: center;
}

.hero-heading-2.logos.scale-down, .hero-heading-2.logos.old-logos {
  font-size: 38px;
}

.hero-heading-2.logos.italic {
  font-size: 38px;
  font-style: italic;
}

.hero-heading-2.smaller {
  font-size: 40px;
}

.hero-heading-2.left {
  text-align: left;
}

.hero-heading-2.left.small {
  text-align: center;
  background-image: linear-gradient(156deg, #fff 30%, #00f8ff);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 58px;
}

.hero-heading-2.left.small.center {
  text-align: center;
}

.hero-heading-2.left.small.large {
  font-size: 68px;
}

.hero-heading-2.left.small.lefy {
  text-align: left;
}

.text-block-3 {
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 100%;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---container-default.hidden {
  display: none;
}

.brix---header-wrapper {
  background-color: var(--elements-webflow-library--neutral--100);
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.brix---header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-nav-link {
  color: var(--elements-webflow-library--neutral--800);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-toggle {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-link {
  color: var(--elements-webflow-library--neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---hamburger-menu-bar-top, .brix---hamburger-menu-bar-bottom {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---btn-primary-small {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-left-col {
  align-items: center;
  display: flex;
}

.brix---header-nav-list-item-left {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 32px;
}

.brix---header-nav-list-item-show-in-tablet {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-right-col-hidden-on-tablet {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cf-gradient-span {
  background-image: linear-gradient(90deg, #a0a0a0 20%, #eef0f3 60%, var(--grey) 80%, #7f7e7c);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
}

.cf-gradient-span._28 {
  font-size: 17px;
}

.cf-call-arrow-down {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cf-cta-arrow-div {
  z-index: 1;
  background-color: #0000;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 7px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-button-text {
  z-index: 1;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.cf-cta-button {
  color: #fff;
  letter-spacing: -.16px;
  background-color: #b16cea;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 24px 40px 26px;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-cta-button:hover {
  background-color: #b16cea;
}

.cf-cta-button.rectangle {
  border-radius: 16px;
  padding-right: 30px;
}

.cf-button-gradient {
  z-index: auto;
  background-color: #ffa84b;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  display: block;
  position: absolute;
  inset: 0% 0% 0% 5%;
}

.cf-82px-heading {
  color: #fff;
  text-align: center;
  max-width: 990px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 82px;
  font-weight: 700;
  line-height: 100%;
}

.cf-home-center-image {
  z-index: 3;
  border-radius: 16px;
  width: 80%;
  max-width: 1080px;
  position: relative;
}

.cf-floating-scribble {
  z-index: 1;
  position: static;
  inset: 10% 0% auto auto;
}

.cf-floating-black-div {
  background-color: #0d0e10;
  position: absolute;
  inset: 0%;
}

.cf-floating-image-container-1 {
  position: absolute;
  inset: 10% 0% auto auto;
}

.cf-floating-white-div {
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.cf-home-image-container {
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  margin: 80px auto 180px;
  display: flex;
  position: relative;
}

.cf-22px-paragraph---white {
  color: #ffffffe6;
  text-align: center;
  max-width: 800px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 155%;
}

.cf-floating-image-container-2 {
  position: absolute;
  inset: auto auto 10% 0%;
}

.cf-1140px-wrapper---home-vertical {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-hero-section-3 {
  background-color: #0d0e10;
  background-image: linear-gradient(#0d0e10 70%, #fff 70%);
  overflow: hidden;
}

.brix---top-bar-wrapper {
  z-index: 20;
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  background-image: linear-gradient(88deg, #000, #00f8ff);
  justify-content: center;
  align-items: center;
  height: 44px;
  padding-left: 72px;
  padding-right: 72px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  transition: all .444s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brix---top-bar-wrapper:hover {
  transform: scale(1.1);
}

.brix---top-bar-padding {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.brix---top-bar-close-icon {
  cursor: pointer;
  align-items: center;
  padding: 20px 32px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.brix---icon-small-hover {
  transition: transform .3s;
}

.brix---icon-small-hover:hover {
  transform: scale(.9);
}

.text-block-4 {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  transition: all .444s;
}

.text-block-4:hover {
  transform: scale(1.2);
}

.hero-paragraph-2 {
  color: #121212;
  text-align: left;
  text-transform: capitalize;
  max-width: 730px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Plusjakartadisplay, sans-serif;
  font-size: 22px;
  font-style: italic;
}

.hero-paragraph-2.quote {
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  line-height: 20px;
}

.hero-paragraph-2.quote.middle {
  text-align: center;
}

.hero-paragraph-2.quote.middle.cf-gradient-span {
  height: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.hero-paragraph-2.quote.middle.cf-gradient-span.pixels {
  margin-top: 10px;
  font-size: 24px;
}

.hero-paragraph-2.quote.middle.cf-gradient-span.pixels.left {
  text-align: center;
}

.stars-curve {
  width: 100%;
  max-width: 1200px;
  height: 600px;
  margin: -128px auto;
  position: relative;
  overflow: hidden;
}

.stars-curve-glow {
  opacity: .4;
  background-image: radial-gradient(circle at 50% 100%, #758aa2, #7877c600 70%);
  width: 100%;
  position: absolute;
  inset: 0%;
}

.stars-curve-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.stars-curve-bottom {
  background-color: #000212;
  border-top: 1px solid #7877c666;
  border-radius: 50%;
  width: 200%;
  padding-top: 0%;
  position: absolute;
  top: 50%;
  left: -50%;
}

.pink-glow-2 {
  filter: brightness(200%) grayscale();
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.pink-glow-2.noo {
  filter: invert();
  display: block;
}

.background-video {
  height: 110vh;
}

.section {
  background-color: #080808;
  margin-bottom: 100px;
  position: relative;
}

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

.logos-wrapper-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.logos-contain-2 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  opacity: 1;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.logos-image-2 {
  filter: brightness(200%) grayscale();
  background-color: #0000;
  width: auto;
}

.body {
  background-color: #000;
}

.logos-title-large {
  border-bottom: 1px #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.logos-title-large.hide {
  display: none;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.clients-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-image {
  filter: grayscale();
}

.cf-14px-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}

.cf-flex-1---image-1 {
  object-fit: contain;
  border-radius: 16px;
  width: 100%;
  max-width: 480px;
}

.cf-flex-1---image-2 {
  object-fit: fill;
  border-radius: 16px;
  width: 60%;
  max-width: 435px;
  position: absolute;
  inset: auto -8% 5% auto;
  box-shadow: 0 24px 94px #00000014;
}

.cf-flex-1---text-contain {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.cf-flex-1---image-contain {
  align-items: stretch;
  width: 45%;
  display: flex;
  position: relative;
}

.cf-32px-heading {
  color: #000;
  margin-top: 20px;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-flex-1---wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.cf-flex-1---container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.cf-18px-paragraph {
  color: #ffffffe6;
  max-width: 510px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

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

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

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

.padding-global {
  z-index: 99999;
  background-color: #000;
  padding-left: 5%;
  padding-right: 5%;
  position: static;
}

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

.logoimage {
  filter: invert();
}

.logoimage.brightnes {
  filter: brightness(0%) invert();
}

.logoimage.featured {
  width: 150%;
  max-width: 150%;
}

.logobox {
  filter: grayscale();
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .888s;
  display: flex;
}

.logobox:hover {
  background-image: radial-gradient(circle closest-side, #fff, #000);
  transform: scale(1.1);
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-top-80px {
  margin-top: 80px;
}

.brix---mg-top-80px.scale-down-video {
  margin-top: 0;
  transform: scale(.8);
}

.brix---border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  width: auto;
  max-width: none;
  overflow: hidden;
  transform: translate(0);
  box-shadow: 0 2px 18px #00f8ff;
}

.brix---position-relative {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000000b5;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
  position: relative;
}

.brix---position-relative.no-grid {
  display: flex;
}

.brix---position-relative.no-grid.hide {
  display: none;
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---play-button-large {
  box-shadow: 0 24px 65px 0 var(--elements-webflow-library--general--shadow-05);
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform .3s;
  transform: scale(.5);
}

.brix---play-button-large:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---play-button-large.small {
  max-width: 50%;
}

.brix---bg-overlay {
  z-index: 1;
  background-color: #00000080;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.brix---video-bg-image {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.brix---lightbox-video-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---btn-primary-small-white {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-white:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---paragraph-default {
  text-align: center;
  margin-bottom: 0;
  font-family: Plusjakartadisplay, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---paragraph-default.flex-middle {
  text-align: center;
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---btn-primary-white {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-white {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---header-wrapper-transparent {
  background-color: #0000;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  position: absolute;
}

.brix---header-nav-link-white {
  color: var(--elements-webflow-library--neutral--100);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
}

.brix---header-nav-link-white:hover {
  opacity: .48;
}

.brix---hamburger-menu-bar-top-white, .brix---hamburger-menu-bar-bottom-white {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---dropdown-toggle-white {
  color: var(--elements-webflow-library--neutral--100);
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
  display: flex;
}

.brix---dropdown-toggle-white:hover {
  opacity: .59;
}

.brix---show-on-tablet {
  display: none;
}

.brix---hero-v15-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---hero-v15-grid.flex-middle {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---section-hero-half-bg-color {
  margin-top: 80px;
  padding-top: 0;
  padding-bottom: 0;
}

.brix---buttons-row-right---t-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.values-icon-2 {
  width: 100%;
  max-width: 200px;
}

.text-block-100 {
  color: #fff;
  font-family: Inter, sans-serif;
}

.icon-contain-3 {
  background-color: #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-left: 24px;
  display: flex;
}

.icon-contain-3.red {
  background-color: #fff;
}

.button-icon-3 {
  filter: saturate(200%) invert() grayscale();
  color: #8700c6;
  -webkit-text-stroke-color: #8700c6;
}

.history-paragraph-3 {
  color: #fff;
  text-align: center;
  max-width: none;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 178%;
}

.history-paragraph-3.big {
  font-family: Inter, sans-serif;
  font-size: 22px;
}

.white-button-2 {
  color: #ed1e24;
  background-color: #fff;
  border-radius: 80px;
  align-items: center;
  padding: 4px 4px 4px 32px;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  text-decoration: none;
  display: flex;
}

.white-button-2.cta {
  z-index: 1;
  margin-top: 40px;
  position: relative;
}

.white-button-2.cta.website {
  color: #8700c6;
  border: 1px #000;
  box-shadow: 0 2px 5px #0003;
}

.h3-heading-8 {
  color: #121212;
  text-align: center;
  margin-bottom: 0;
}

.h3-heading-8._750px {
  color: #fff;
  text-transform: capitalize;
  max-width: none;
}

.value-card-3 {
  z-index: 8;
  grid-column-gap: 20px;
  background-color: #fff;
  border-radius: 20px;
  flex: none;
  align-items: center;
  max-width: 460px;
  padding: 40px 30px 40px 40px;
  display: flex;
  box-shadow: 0 30px 200px #12121212;
}

.value-card-3._420px {
  max-width: 420px;
}

.value-card-3._470px {
  max-width: 470px;
}

.value-card-3._490px {
  max-width: 490px;
}

.section-3 {
  margin-top: 100px;
  padding-left: 0;
}

.cs-person-image-2 {
  border: 2px solid #fff;
  border-radius: 100px;
  width: 56px;
  height: 56px;
  margin-top: -55px;
}

.violet-blur-contain-2 {
  z-index: 1;
  width: 816px;
  display: block;
  position: absolute;
  inset: -120px auto -8% -10%;
}

.violet-blur-contain-2.case-studies {
  opacity: .7;
  width: 500px;
  bottom: 22%;
  left: 35%;
}

.cs-info-wrap-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  max-width: 560px;
  display: flex;
}

.violet-blur-2 {
  filter: grayscale();
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.cs-text-2 {
  color: var(--white);
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 23px;
}

.cs-tab-link-2 {
  background-color: #fff;
  border-radius: 12px;
  width: 25%;
  padding: 0 24px 24px;
  box-shadow: 0 0 32px #bcbcbc29;
}

.cs-tab-link-2.w--current {
  color: #fff;
  background-color: #00f8ff;
  box-shadow: 0 0 32px #00f8ff;
}

.case-studies-wrapper-2 {
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative;
}

.bg-gradient-blur {
  opacity: .75;
  filter: blur(100px);
  background-image: linear-gradient(#f969fc, #bc01f0 50%, #0c01de);
  width: 50%;
  height: 50%;
  display: none;
  position: absolute;
  inset: -10% auto auto -10%;
}

.bg-gradient-blur._2 {
  top: -25%;
  left: 15%;
}

.line-divider {
  background-color: #fff;
  width: 100%;
  height: .0625rem;
}

.custom-css {
  display: none;
}

.scroller {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 12.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll-text {
  color: #fff;
  letter-spacing: -.02em;
  flex: none;
  margin-right: 5vw;
  font-size: 4vw;
  line-height: 1.37;
}

.background {
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0% 0% auto;
}

.main-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.noise {
  z-index: -1;
  opacity: .5;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.track-horizontal {
  justify-content: flex-start;
  align-items: center;
  padding: 40px 1px 1px;
  font-family: Inter, sans-serif;
  display: flex;
}

.scroll-image {
  width: 250px;
  margin-left: 20px;
  margin-right: 20px;
  overflow: clip;
}

.scroll-image.small {
  transform: scale(.9);
}

.container-22 {
  max-width: 1500px;
}

.grid-18 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
}

.container-23 {
  background-color: #fff;
  border-radius: 12px;
  max-width: 1116px;
}

.section-4 {
  height: 88vh;
  margin-top: 100px;
  margin-bottom: 100px;
}

.background-video-2 {
  background-image: linear-gradient(#000, #82828200 51%, #050505);
  justify-content: center;
  align-items: center;
  height: 88vh;
  display: flex;
}

.div-block-7 {
  justify-content: space-between;
  margin-top: 0;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  transform: scale(1.1);
}

.footer-container {
  text-align: center;
  padding-bottom: 1rem;
}

.section_header-text-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  background-color: #0000;
  border-top: 1px solid #ffffff1a;
  border-bottom: 1px solid #ffffff1a;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 6rem;
  margin-bottom: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.section-5 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.headers-child {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem 2rem 10px;
  display: grid;
  position: static;
  inset: 0% 0% auto;
}

.main-wrapper-2 {
  align-items: stretch;
  display: flex;
  position: relative;
}

.svg {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 2em;
}

.svg.nav {
  position: relative;
  bottom: 0;
}

.header-btn-wrap {
  display: flex;
}

.footer_text-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #eee;
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  font-size: 1.8vw;
  line-height: 1.1;
  display: flex;
}

.footer-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.text-large {
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.2;
}

.text-large.is-link {
  color: #fff;
}

.line-hover {
  background-color: #eee;
  width: 100%;
  height: 1px;
  margin-top: 5px;
}

.heading-4 {
  color: #fff;
  text-align: left;
  letter-spacing: -4px;
  text-transform: uppercase;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 4.8rem;
  font-weight: 800;
  line-height: 1;
  position: relative;
}

.heading-4.is-right {
  text-align: right;
  align-self: flex-end;
}

.heading-4.is-right.big {
  font-size: 4.1rem;
}

.section_spotlight {
  width: 100%;
  height: 100vh;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.section_spotlight.half {
  height: 80vh;
}

.section_spotlight.hide {
  display: none;
}

.visit-txt {
  color: #eee;
  margin-right: 8px;
  font-size: 16px;
  font-weight: 600;
}

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

.spotlight {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  opacity: .1;
  pointer-events: none;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 12rem 2rem;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 0;
}

.text-block-101 {
  color: #fff9;
}

.cursor-wrapper {
  pointer-events: none;
  cursor: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cursor {
  mix-blend-mode: difference;
  background-color: #fff;
  border-radius: 50%;
  width: .75rem;
  height: .75rem;
}

.list {
  color: var(--white);
  list-style-type: disc;
}

.container-24 {
  max-width: 1200px;
  padding-top: 0;
}

.portfolio-hero {
  height: 100vh;
}

.body-2 {
  background-color: #000;
}

.grid_2col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.work-card {
  z-index: 1;
  color: #fcfcfd;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 50rem;
  max-height: 50rem;
  padding: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-card.a_appear-200, .work-card.a_appear {
  text-decoration: none;
}

.skew-heading {
  color: #fcfcfd;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: -2rem;
  font-size: 9rem;
  font-weight: 800;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.work-card_tag {
  color: #fff;
  letter-spacing: .04em;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 8rem;
  padding: .5rem 1rem;
  font-size: .75rem;
  line-height: 1;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000059;
  text-decoration: none;
  position: absolute;
  inset: 0%;
  transform: scale(.9);
}

.work-card_tags-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  display: flex;
}

.work-card_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.overflow-hidden {
  overflow: hidden;
}

.work-card-hover-text {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: .9;
}

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

.work-card_background-image._80 {
  width: 100%;
  height: 75%;
  margin-left: auto;
  margin-right: auto;
}

.work-card_background-image._10 {
  height: 110%;
}

.work-card_background-image._10._50 {
  height: 100%;
  overflow: visible;
  transform: scale(.7);
}

.padding-bottom, .padding-bottom.padding-medium {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-style-h2 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.work-card-hover-cursor {
  z-index: 99;
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 14rem;
  padding-top: 1rem;
  display: flex;
  position: absolute;
}

.case-study-videos {
  margin-bottom: 60px;
  padding-bottom: 100px;
}

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

.body-3, .body-4 {
  background-color: #000;
}

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

.step-wrapper {
  border: 4px solid #758aa2;
  border-radius: 18px;
  padding: 8px;
}

.cf-wrapper-1160 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1160.different-flex {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 0;
}

.cf-pricing-plan-pointers {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.cf-pricing-plan-pointers.no-margin {
  margin-bottom: 0;
}

.cf-italic-text {
  font-style: italic;
  font-weight: 700;
}

.cf-h2-heading-56px {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-body---18px {
  color: #fffc;
  font-family: Plusjakartadisplay, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.cf-h3-heading-40px {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

.cf-h3-heading-40px.margin-bottom-32px {
  color: #fff;
  margin-bottom: 32px;
  font-family: Plusjakartadisplay, sans-serif;
}

.cf-different-tab-image {
  filter: invert();
  width: 32px;
  height: auto;
  margin-right: 16px;
}

.cf-different-tabs-content {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
}

.cf-different-tab-link {
  opacity: .3;
  letter-spacing: -.01em;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.cf-different-tab-link.w--current {
  opacity: 1;
  background-color: #0000;
}

.cf-different-upper-container {
  margin-bottom: 64px;
}

.cf-different-bottom-container {
  width: 100%;
}

.cf-pricing-plan-check-icon {
  width: 28px;
  height: 28px;
  margin-right: 16px;
}

.cf-pricing-plan-pointer-container {
  margin-top: 40px;
}

.cf-different-section {
  background-color: var(--black);
  color: var(--white);
}

.cf-different-tabs {
  width: 100%;
  height: 100%;
  display: flex;
}

.cf-pricing-plan-pointer-text-18px {
  color: #000c;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.cf-different-menu {
  flex-direction: column;
  width: 85%;
  max-width: 540px;
  margin-right: 1%;
  display: flex;
}

.text-block-102 {
  font-family: Inter, sans-serif;
}

.process-text {
  color: var(--white);
  font-family: Inter, sans-serif;
}

.body-5 {
  background-color: #000;
}

.heading-90 {
  color: #fff;
  text-shadow: 0 1px 8px #fff3;
  background-color: #0000;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.1;
}

.price-wrapper-month {
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.pricing-icon-2 {
  color: #fff;
  -webkit-text-stroke-color: #000;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  display: flex;
  box-shadow: 0 2px 5px #fff;
}

.heading-detail-small-2 {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.heading-detail-small-2.margin-bottom-12 {
  margin-bottom: 12px;
}

.heading-detail-small-2.margin-bottom-12.text-color-gray-500 {
  color: #fff;
  font-family: Plusjakartadisplay, sans-serif;
}

.price-text {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.price-text.varies {
  color: #fff;
  text-shadow: 0 1px 8px #fff;
  font-family: Inter, sans-serif;
  font-size: 28px;
}

.container-51 {
  max-width: 1200px;
  padding-top: 40px;
}

.section-large-2 {
  padding: 60px 2% 120px;
  position: relative;
}

.pricing-detail-primary {
  color: #00e9ea;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: underline;
}

.price-divider {
  background-color: #b6b9ce;
  width: 1px;
  height: 20px;
  margin-left: 16px;
  margin-right: 16px;
}

.grid-three-column-2 {
  grid-column-gap: 5px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.grid-three-column-2.web {
  grid-column-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-104 {
  justify-content: space-between;
  align-items: center;
  display: block;
}

.heading-93 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-family: Plusjakartadisplay, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
}

.badge-standard {
  color: #fff;
  background-color: #01c0ff;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.div-block-122 {
  border: 3px solid #00f8ff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 540.913px;
  height: 631.8px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px;
  display: flex;
}

.pricing-card-line {
  background-color: #0000009e;
  background-image: linear-gradient(#000, #fff0);
  border: 1px solid #e4e6f1;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  height: auto;
  padding: 40px;
  display: flex;
}

.price-feature-text {
  color: #fff;
  letter-spacing: -.01em;
  text-transform: capitalize;
  font-family: Plusjakartadisplay, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 24px;
}

.pricing-line {
  background-color: #e4e6f1;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.text-span-40 {
  font-style: italic;
  text-decoration: underline;
}

.price-divider-dark {
  background-color: #fff;
  width: 1px;
  height: 20px;
  margin-left: 16px;
  margin-right: 16px;
}

.pricing-card-dark {
  color: #fff;
  background-color: #0000009e;
  background-image: linear-gradient(#000, #fff0);
  border: 1px solid #fff;
  border-radius: 16px;
  width: auto;
  height: auto;
  padding: 40px;
  position: relative;
}

.pricing-feature-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  margin-bottom: 24px;
}

.pricing-detail {
  color: #14ff90;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: underline;
}

.pricing-detail.bronze {
  color: #006d24;
  text-decoration: underline;
}

.pricing-detail.bronze.green {
  color: #d9d9d9;
  -webkit-text-stroke-color: #b1b1b1;
}

.pricing-feature-wrapper {
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.pricing-feature-wrapper.space {
  margin-top: 10px;
  margin-bottom: 10px;
}

.price-feature-text-white {
  color: #fff;
  letter-spacing: -.01em;
  text-transform: capitalize;
  font-family: Plusjakartadisplay, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 24px;
}

.div-block-124 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  display: grid;
}

.div-block-124.negative-margin {
  padding-top: 0;
}

.h3-heading-3 {
  letter-spacing: -.02em;
  margin-top: 0;
  font-size: 48px;
  line-height: 1.2;
}

.h3-heading-3.margin-bottom-16 {
  color: #fff;
  text-shadow: 0 1px 8px #fff;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 800;
}

.pricing-button-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 24px;
  font-family: Plusjakartadisplay, sans-serif;
}

.pricing-button-grid.web {
  grid-template-rows: auto;
  font-family: Plusjakartadisplay, sans-serif;
}

.text-block-68 {
  color: #fff;
  text-align: left;
  font-family: Plusjakartadisplay, sans-serif;
  font-weight: 800;
}

.text-block-68.phone {
  font-style: italic;
}

.text-block-68.diamond {
  color: #d9d9d9;
}

.text-block-68.sapphire {
  color: #00e9ea;
}

.text-block-68.emerald {
  color: #14ff90;
}

.pricing-line-dark {
  background-color: #fff;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.section-32 {
  padding-top: 0;
}

.div-block-123 {
  background-color: #000;
  border-radius: 20px;
}

.pricing-type-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.flex-wrapper-centre-large {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 62px;
  display: flex;
}

.section-29 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.text-block-103 {
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  height: 57.6px;
}

.body-6 {
  background-color: #000;
}

.section-33.hide {
  display: none;
}

.body-7 {
  background-color: #000;
}

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

.social-links-wrap-2 {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.social-links-wrap-2.menu {
  filter: invert();
}

.social-icon-contain-2 {
  opacity: .5;
  transition: opacity .2s;
}

.social-icon-contain-2:hover {
  opacity: 1;
}

.social-icon-contain-2.hide {
  display: none;
}

.social-icon-2 {
  opacity: .73;
  border: 1px solid #000;
}

.social-icon-2.w1 {
  filter: brightness(1000%) grayscale();
}

.social-icon-2.bright {
  filter: invert();
  border-style: none;
}

.social-icon-2.hide {
  display: none;
}

.social {
  filter: invert();
}

.social.hide {
  display: none;
}

.container-52 {
  max-width: 1200px;
}

.section-34 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-53 {
  max-width: 1200px;
}

.body-8 {
  background-color: #000;
}

.image-2 {
  margin-bottom: 20px;
}

.body-9 {
  background-color: #000;
}

.code-embed, .div-block-125 {
  width: 100%;
}

.text-block-105 {
  color: #fff;
  text-align: center;
  font-style: italic;
}

.text-block-105.big {
  font-family: Inter, sans-serif;
  font-size: 17px;
}

.paragraph {
  color: #afafaf;
  text-align: center;
  margin-top: 20px;
  font-size: 10px;
}

.link {
  color: #00f8ff;
}

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

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

.section-35 {
  height: 20vh;
}

.container-54 {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.container-55 {
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  display: flex;
}

.div-block-126 {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.text-block-108 {
  color: var(--white);
  text-transform: capitalize;
  font-size: 28px;
  line-height: 34px;
}

.text-block-109 {
  color: #00f8ff;
  margin-bottom: 10px;
  font-weight: 700;
}

.text-span-41 {
  font-size: 44px;
}

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

.div-block-127 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: -30px;
  transform: scale(1.4);
}

.container-56 {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-10 {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.hero-colum-right {
  width: 46%;
  position: relative;
}

.hero-right-pattren-2 {
  position: absolute;
  inset: 40% -4% auto auto;
}

.image-20 {
  filter: invert() grayscale();
}

.text-block-110 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 800;
}

.text-block-110.title {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 45px;
}

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

.hero-buuton-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 50px;
  display: flex;
}

.hero-image {
  position: relative;
}

.hero-right-pattren-3 {
  position: absolute;
  inset: 42% auto auto -12%;
}

.text1 {
  text-transform: capitalize;
  font-size: 18px;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.image-24 {
  height: 150px;
}

.brix---grid-6-columns-logo-strip {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.hero-right-pattren-1 {
  filter: invert() grayscale();
  position: absolute;
  inset: 19% 0% auto auto;
}

.text-block-111 {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  position: absolute;
  inset: 5% auto auto 2%;
}

.image-21 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.introduce-me {
  background-image: linear-gradient(#000 22%, #fff0 49%, #050505 65%), url('../images/Blue-Modern-To-Do-Notion-Header-6.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.partner-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  color: #7406cb;
  -webkit-text-stroke-color: #310a93;
  background-color: #000;
  border: 5px solid #00f8ff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px 67px 83px 68px;
  font-weight: 700;
  display: block;
  position: relative;
  box-shadow: 0 2px 7px 9px #00f8ff;
}

.container-57 {
  width: 100%;
  max-width: 77rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.div-block-9 {
  color: #fff;
  flex-flow: column;
  font-family: Inter, sans-serif;
  display: flex;
}

.image-22, .image-23 {
  height: 150px;
}

.hero-right-pattren-4 {
  position: absolute;
  inset: 75% auto auto -8%;
}

.hero-text {
  color: #425466;
  -webkit-text-stroke-color: #7406cb;
  margin-bottom: 10px;
  padding-right: 120px;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.brix---section-small {
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-colum-left {
  width: 75%;
  padding-top: 10px;
  font-family: Inter, sans-serif;
  position: relative;
}

.body-10 {
  background-color: #000;
}

.home-left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  max-width: none;
  margin-top: 100px;
  padding-left: 20px;
  display: flex;
}

.text-block-112 {
  text-transform: capitalize;
}

.violet-button-2 {
  z-index: 10;
  color: #fff;
  background-color: #310a93;
  border: 1px solid #fff;
  border-radius: 80px;
  align-items: center;
  margin-top: 20px;
  padding: 4px 4px 4px 32px;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cf-hero-layer-blur {
  filter: blur(25px);
  background-color: #f3f3f3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 140px;
  display: flex;
  position: absolute;
  inset: auto 0% -12%;
}

.cf-image-review-container {
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 627px;
  display: flex;
  position: relative;
}

.cf-hero-right-image {
  position: relative;
}

.button-icon-4 {
  filter: grayscale();
}

.paragraph-2 {
  color: #fff;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.cf-hero-section-2 {
  background-color: #f3f3f300;
  padding-bottom: 100px;
  overflow: hidden;
}

.icon-contain-4 {
  background-color: #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-left: 24px;
  display: flex;
}

.cf-1140px-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-wrapper-1161 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1161.choose-flex {
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cf-choose-feature-name-container {
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
}

.cf-pricing-plan-pointers-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.cf-pricing-plan-pointers-2.no-margin {
  margin-bottom: 0;
}

.cf-choose-feature-check-icon {
  filter: grayscale();
  width: 32px;
  height: 32px;
  margin-right: 16px;
}

.cf-choose-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  width: 100%;
  position: relative;
}

.cf-choose-bottom-container {
  width: 100%;
  max-width: 1000px;
  padding-top: 60px;
  position: relative;
}

.cf-italic-text-2 {
  font-style: italic;
  font-weight: 700;
}

.cf-bottom-line-image {
  width: 100%;
  max-width: 340px;
  position: absolute;
  inset: auto auto -60px 50px;
}

.cf-feature-pointer-text-20px {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.cf-h2-heading-56px-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-choose-upper-section {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-bottom: 64px;
  display: flex;
}

.cf-choose-feature-heading-32px {
  color: #fff;
  letter-spacing: -.01em;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.cf-choose-feature-container {
  position: relative;
}

.cf-20px-text {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.cf-20px-text.max-width-520px {
  max-width: 520px;
  font-family: Inter, sans-serif;
}

.cf-green-vs-circle {
  z-index: 11111;
  background-image: linear-gradient(135deg, var(--conversion-flow-library--medium-purple), #191919 49%, var(--conversion-flow-library--medium-purple));
  color: #fff;
  letter-spacing: -.01em;
  text-transform: uppercase;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin: auto;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
  position: absolute;
  inset: 20% 0% 0%;
}

.cf-choose-feature-wrapper {
  background-color: #fff;
  border-radius: 13px;
  width: 100%;
  max-width: 480px;
  margin-top: 35px;
  padding: 48px 40px;
  box-shadow: 0 10px 70px #53535312;
}

.cf-choose-feature-bold-text-16px {
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---display-2 {
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

.brix---grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---mg-bottom-0 {
  color: var(--white);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-top: 60px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 20px;
  padding-bottom: 20px;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h3-size {
  color: var(--white);
  height: 68px;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---text-center {
  text-align: center;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---card-content-center {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  text-align: center;
  background-color: #000;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 24px;
  display: flex;
}

.section-36 {
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---cta-card {
  background-color: #00f8ff;
  background-image: url('../images/Blue-Modern-To-Do-Notion-Header-6.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  padding: 110px 60px;
  position: relative;
  box-shadow: 0 2px 5px 4px #00f8ff;
}

.brix---section-small-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---button-row-left-2 {
  margin-right: 24px;
}

.brix---buttons-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---btn-primary-white-2 {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-white-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white-2:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---cta-v1-floating-item-01 {
  z-index: 0;
  position: absolute;
  inset: 0% auto auto -1%;
}

.brix---cta-v1-floating-item-02 {
  position: absolute;
  inset: auto -2% 0% auto;
}

.image-25 {
  margin-bottom: 0;
  padding: 8px;
  position: absolute;
  inset: 0% auto auto -11px;
}

.div-block-128 {
  flex-flow: column;
  display: flex;
}

.section-37 {
  margin-bottom: 30px;
  position: relative;
}

.brix---footer-wrapper {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: #000;
}

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---footer-link {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---footer-bottom {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--600);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---grid-footer-3-cols {
  grid-column-gap: 500px;
  grid-row-gap: 500px;
  flex-flow: wrap-reverse;
  grid-template-rows: auto;
  grid-template-columns: .3fr .3fr;
  place-content: space-around center;
  align-items: center;
  display: flex;
}

.brix---social-icon-square-30px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px:hover {
  transform: scale(.92);
}

.brix---paragraph-link {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---social-media-grid-right---t-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---footer-list-wrapper-horizontal {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---footer-top-small {
  padding-top: 72px;
  padding-bottom: 72px;
}

.brix---footer-list-item-horizontal {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-113 {
  margin-top: 10px;
  font-size: 11px;
}

.image-26 {
  position: relative;
  top: 0;
}

.text-span-42, .text-span-43 {
  font-size: 22px;
}

.image-27 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-28 {
  position: absolute;
  inset: auto auto 0% 0%;
}

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

.tab-link-tab-1 {
  background-color: #c8c8c800;
  border: 1px solid #fff;
  border-radius: 10px;
}

.tab-link-tab-1.w--current {
  background-color: #c8c8c800;
  border: 1px solid #fff;
  border-radius: 11px;
  margin-right: 10px;
}

.tab-link-tab-2 {
  background-color: #ddd0;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-left: 10px;
}

.tab-link-tab-2.w--current {
  background-color: #fff0;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 48px;
}

.brix---grid-3-columns-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---mg-bottom-2 {
  flex-flow: column;
  margin-bottom: 0;
  font-family: Plusjakartadisplay, sans-serif;
  font-size: 16px;
  display: flex;
}

.brix---square-icon {
  border-radius: 16px;
}

.brix---container-default-5 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-2 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 10px;
  padding-bottom: 176px;
}

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h3-size-2 {
  color: var(--white-but-not);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Plusjakartadisplay, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
}

.brix---text-center-2 {
  text-align: center;
}

.brix---mg-bottom-12px-2 {
  margin-bottom: 12px;
}

.brix---paragraph-default-3 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-600px---center-2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---card-content-center-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 24px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .approach-bubble._3 {
    left: -60px;
  }

  .approach-bubble._5 {
    left: -40px;
  }

  .violet-approach-bubble._2 {
    left: -50px;
  }

  .violet-approach-bubble._4 {
    left: -60px;
  }

  .about-text-grid {
    grid-column-gap: 60px;
  }

  .about-tag {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pink-blur-contain.contact._2 {
    right: -10%;
  }

  .red-blur-contain.pricing._2 {
    top: 5%;
    right: 22%;
  }

  .violet-blur-contain.contact {
    left: -27%;
  }

  .company-image-2 {
    left: 26%;
  }
}

@media screen and (min-width: 1440px) {
  .pink-blur-contain.hero-home, .pink-blur-contain.services {
    left: -19%;
  }

  .pink-blur-contain.case-studies {
    left: 19%;
  }

  .pink-blur-contain.values {
    left: 43%;
  }

  .pink-blur-contain.locations {
    left: 0%;
  }

  .pink-blur-contain.project {
    left: -19%;
  }

  .pink-blur-contain.project._2 {
    right: 6%;
  }

  .pink-blur-contain.project-cms {
    left: -19%;
  }

  .pink-blur-contain.contact {
    top: -33%;
    left: -19%;
  }

  .pink-blur-contain.contact._2 {
    right: -3%;
  }

  .pink-blur-contain.sg {
    inset: -11% auto auto -20%;
  }

  .pink-blur-contain.about-hero {
    left: -19%;
  }

  .pink-blur-contain.about-hero._2 {
    right: -10%;
  }

  .pink-blur-contain.pricing {
    left: -19%;
  }

  .pink-blur-contain.pricing._2 {
    left: 5%;
  }

  .pink-blur-contain.changelog {
    inset: -38% auto auto -20%;
  }

  .pink-blur-contain.instructions {
    inset: -25% auto auto -20%;
  }

  .pink-blur-contain.hero-home {
    left: -19%;
  }

  .red-blur-contain.values {
    left: 23%;
  }

  .red-blur-contain.projects, .red-blur-contain.projects-cms, .red-blur-contain.contact, .red-blur-contain.sg, .red-blur-contain.changelog {
    right: -15%;
  }

  .violet-blur-contain.values {
    left: -11%;
  }

  .violet-blur-contain.locations {
    left: -1%;
  }

  .violet-blur-contain.projects {
    left: 2%;
  }

  .violet-blur-contain.pricing {
    left: -2%;
  }

  .violet-blur-contain.pricing.ecommerce._2 {
    left: -9%;
  }

  .cf-choose-feature-name-container {
    height: 50px;
  }
}

@media screen and (min-width: 1920px) {
  .color-box {
    max-width: none;
  }

  .pink-blur-contain.hero-home {
    left: -4%;
  }

  .pink-blur-contain.home-hero-2 {
    bottom: -13%;
    right: -2%;
  }

  .pink-blur-contain.services {
    left: -4%;
  }

  .pink-blur-contain.case-studies {
    left: 19%;
  }

  .pink-blur-contain.values {
    left: 40%;
  }

  .pink-blur-contain.locations {
    left: 9%;
  }

  .pink-blur-contain.project {
    left: -4%;
  }

  .pink-blur-contain.project._4 {
    left: 14%;
  }

  .pink-blur-contain.project._5 {
    bottom: -1%;
    right: 16%;
  }

  .pink-blur-contain.project-cms, .pink-blur-contain.contact {
    left: -4%;
  }

  .pink-blur-contain.contact._2 {
    right: 12%;
  }

  .pink-blur-contain.sg, .pink-blur-contain.about-hero {
    left: -4%;
  }

  .pink-blur-contain.about-hero._2 {
    right: 9%;
  }

  .pink-blur-contain.pricing {
    left: -4%;
  }

  .pink-blur-contain.pricing._2 {
    left: 20%;
  }

  .pink-blur-contain.changelog, .pink-blur-contain.instructions, .pink-blur-contain.hero-home {
    left: -4%;
  }

  .red-blur-contain {
    right: 2%;
  }

  .red-blur-contain.values {
    left: 28%;
  }

  .red-blur-contain.projects {
    right: 3%;
  }

  .red-blur-contain.projects._3 {
    right: 16%;
  }

  .red-blur-contain.projects._4 {
    right: 11%;
  }

  .red-blur-contain.projects-cms, .red-blur-contain.contact, .red-blur-contain.sg, .red-blur-contain.pricing, .red-blur-contain.changelog {
    right: 3%;
  }

  .violet-blur-contain.values {
    left: 6%;
  }

  .violet-blur-contain.locations {
    left: 9%;
  }

  .violet-blur-contain.contact {
    left: 2%;
  }

  .violet-blur-contain.about-hero {
    left: 4%;
  }

  .violet-blur-contain.projects {
    left: 17%;
  }

  .violet-blur-contain.pricing {
    left: 12%;
  }

  .violet-blur-contain.pricing.ecommerce._2 {
    left: 9%;
  }

  .hero-right-pattren-2 {
    top: 51%;
  }

  .hero-right-pattren-1 {
    top: 32%;
    right: 2%;
  }
}

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

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 42px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 22px;
  }

  .image-container {
    width: 100%;
  }

  .image-container.product-hero {
    width: 100%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

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

  .menu-button {
    border: 1px solid var(--black);
  }

  .menu-button.w--open {
    border-color: var(--off-white);
  }

  .link-text {
    display: none;
  }

  .hero-center-wrapper {
    width: 90%;
  }

  .hero-paragraph {
    text-align: center;
  }

  .hero-slides-image {
    max-width: 600px;
  }

  .approach-wrapper {
    padding-bottom: 400px;
  }

  .approach-bubbles-wrapper {
    justify-content: space-between;
    position: relative;
  }

  .approach-bubble._1 {
    width: 200px;
    height: 200px;
  }

  .approach-bubble._3 {
    width: 200px;
    height: 200px;
    left: 0;
  }

  .approach-bubble._5 {
    width: 200px;
    height: 200px;
    position: absolute;
    inset: 220px 15% 0% auto;
  }

  .approach-bubble-text {
    font-size: 20px;
    line-height: 125%;
  }

  .violet-approach-bubble._2 {
    width: 200px;
    height: 200px;
    top: 0;
    left: 0;
  }

  .violet-approach-bubble._4 {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 220px;
    left: 15%;
  }

  .service-block-contain {
    padding-right: 50px;
  }

  .services-content-wrapper {
    grid-column-gap: 60px;
  }

  .services-list {
    font-size: 18px;
  }

  .projects-slider {
    justify-content: center;
  }

  .left-arrow {
    inset: 0% auto 0% 0%;
    box-shadow: 0 1px 100px #12121266;
  }

  .right-arrow {
    inset: 0% 0% 0% auto;
    box-shadow: 0 1px 100px #12121266;
  }

  .project-contain.featured {
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: flex-start;
  }

  .project-contain.cms, .project-thumbnail-contain._50 {
    width: 100%;
  }

  .case-studies-section {
    margin-left: 10px;
    margin-right: 10px;
  }

  .cs-tabs {
    grid-row-gap: 80px;
    flex-wrap: wrap;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .cs-tab-link {
    width: 45%;
  }

  .cs-tab-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .cs-info-wrap, .cs-image-wrap {
    width: 100%;
  }

  .faqs-section-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .faq-left-wrapper {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-answer-wrap {
    padding-bottom: 0;
    padding-right: 7%;
  }

  .faq-card {
    max-width: none;
  }

  .faqs-wrapper {
    width: 100%;
    padding-top: 0;
  }

  .faq-content {
    padding-bottom: 24px;
  }

  .faq-right-wrap {
    width: 100%;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-card-text {
    padding-bottom: 0;
  }

  .about-subheading {
    margin-top: 60px;
    line-height: 140%;
  }

  .about-text-grid {
    grid-column-gap: 40px;
  }

  .hire-us-cards-wrap {
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-items: stretch;
    max-width: 500px;
  }

  .grey-span {
    font-size: 18px;
  }

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

  .about-tag {
    padding-left: 30px;
  }

  .about-tag.red, .about-tag.violet, .about-tag.pink {
    align-items: center;
  }

  .cta-logos-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    max-width: 500px;
    display: grid;
  }

  .footer-top-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .footer-logo.w--current {
    position: relative;
    inset: -42% 0% auto;
  }

  .logo {
    padding-left: 0;
  }

  .footer-links {
    margin-right: 0;
  }

  .social-links-wrap.navbar {
    margin-top: 20px;
    top: 5px;
  }

  .social-links-wrap.black {
    filter: invert();
  }

  .copyright-wrapper {
    grid-row-gap: 20px;
    flex-direction: column-reverse;
    margin-left: auto;
    margin-right: auto;
  }

  .copyright-right-wrapper {
    justify-content: center;
    align-items: center;
  }

  .history-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .card-flex {
    align-items: center;
  }

  .team-wrapper {
    padding-top: 140px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
    max-width: 700px;
  }

  .location-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .location-left-wrapper {
    width: 100%;
  }

  .map-contain {
    width: 100%;
    max-width: 600px;
  }

  .project-info-wrapper {
    width: 100%;
    max-width: none;
  }

  .projects-bottom-contain {
    justify-content: center;
  }

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

  .collection-list {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .collection-item-project {
    width: 100%;
  }

  .projects-cms-wrapper {
    padding-top: 100px;
  }

  .project-summary-32px {
    font-size: 26px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 600px;
  }

  .logos-wrapper {
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 120px;
  }

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

  .logos-image {
    margin-bottom: 0;
    margin-left: 2%;
    margin-right: 2%;
  }

  .contact-wrapper {
    padding-top: 100px;
  }

  .faq-card-2 {
    max-width: none;
  }

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

  .style-guide-main-content {
    width: 100%;
  }

  ._22-px {
    font-size: 20px;
  }

  .licencing-images-grids {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .licensing-wrapper {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .licensing-image-and-text-wrappers {
    width: 100%;
  }

  .pink-blur-contain.locations {
    top: -27%;
    left: 0%;
  }

  .pink-blur-contain.project.top {
    top: -6%;
    left: -51%;
  }

  .pink-blur-contain.pricing._2 {
    top: 11%;
    left: 35%;
  }

  .red-blur-contain.faq {
    inset: auto auto 15% 0%;
  }

  .red-blur-contain.projects.top {
    top: -2%;
    right: -29%;
  }

  .red-blur-contain.pricing._2 {
    top: 4%;
    right: -16%;
  }

  .violet-blur-contain.faq {
    inset: auto auto 0% 0%;
  }

  .violet-blur-contain.locations {
    bottom: 68%;
    left: 26%;
  }

  .violet-blur-contain.projects._2 {
    top: 38%;
    left: 1%;
  }

  .violet-blur-contain.pricing {
    top: 13%;
    left: -15%;
  }

  .collection-list-pricing {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .plan-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 80px;
    padding-bottom: 180px;
  }

  .text-containers {
    width: 100%;
  }

  .text-containers.product-hero {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .checkout-container {
    flex-direction: column;
    align-items: stretch;
  }

  .left-checkout {
    margin-right: 0;
  }

  .about-center-wrapper {
    width: 70%;
  }

  .about-hero-heading {
    font-size: 54px;
  }

  .about-images-left {
    max-height: 700px;
    padding-left: 20px;
  }

  .about-images-right {
    max-height: 700px;
    padding-right: 20px;
  }

  .navigation-menu {
    min-height: 680px;
  }

  .about-images-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .company-images-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 700px;
    margin-bottom: 0;
    padding-bottom: 100px;
    display: grid;
  }

  .company-image-1 {
    width: 100%;
    margin-left: 0;
  }

  .company-image-2 {
    width: 100%;
    position: static;
    top: 44%;
  }

  .company-image-3 {
    display: none;
    position: static;
    top: 42%;
  }

  .company-image-4 {
    width: 100%;
    max-width: none;
    position: static;
    top: 63%;
  }

  .company-image-5 {
    width: 100%;
    max-width: none;
    position: relative;
    top: -37%;
    left: 0%;
  }

  .nav-image-contain {
    width: 50%;
  }

  .nav-links-wrapper {
    width: 40%;
  }

  .nav-links {
    font-size: 45px;
  }

  .cart-button {
    border: 1px solid var(--black);
  }

  .hero-heading-2 {
    font-size: 68px;
  }

  .brix---container-default.flex-middle {
    margin-top: 60px;
  }

  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---header-menu-wrapper {
    border-top: 1px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item-left {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-list-item-show-in-tablet {
    margin-bottom: 16px;
    padding-left: 0;
    display: block;
  }

  .brix---header-right-col-hidden-on-tablet {
    display: none;
  }

  .cf-82px-heading {
    font-size: 70px;
  }

  .cf-home-center-image {
    width: 90%;
  }

  .cf-1140px-wrapper---home-vertical {
    flex-direction: column;
  }

  .brix---top-bar-wrapper {
    padding-left: 56px;
    padding-right: 56px;
  }

  .brix---top-bar-padding {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .brix---top-bar-close-icon {
    padding: 18px 24px;
  }

  .text-block-4 {
    line-height: 14px;
  }

  .logos-wrapper-2 {
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .logos-contain-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-items: center;
    display: grid;
  }

  .logos-image-2 {
    margin-bottom: 0;
    margin-left: 2%;
    margin-right: 2%;
  }

  .container-2 {
    max-width: 728px;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .cf-flex-1---text-contain {
    width: 100%;
    max-width: 560px;
    margin-top: 100px;
  }

  .cf-flex-1---image-contain {
    width: 100%;
    max-width: 500px;
  }

  .cf-flex-1---wrapper {
    padding-top: 140px;
  }

  .cf-flex-1---container {
    flex-direction: column;
  }

  .cf-18px-paragraph {
    max-width: none;
    margin-bottom: 20px;
  }

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

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---lightbox-video-icon-wrapper {
    max-width: 100px;
  }

  .brix---btn-primary-white, .brix---header-wrapper-transparent {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---header-nav-link-white {
    color: var(--elements-webflow-library--neutral--800);
  }

  .brix---hamburger-menu-bar-top-white {
    background-color: var(--elements-webflow-library--neutral--100);
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-bar-bottom-white {
    background-color: var(--elements-webflow-library--neutral--100);
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---dropdown-toggle-white {
    color: var(--elements-webflow-library--neutral--800);
  }

  .brix---header-nav-menu-wrapper-white {
    border-top: 0px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 0px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

  .brix---hidden-on-tablet {
    display: none;
  }

  .brix---show-on-tablet {
    display: block;
  }

  .brix---hero-v15-grid {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-half-bg-color {
    margin-top: 0;
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---buttons-row-right---t-left {
    justify-content: flex-start;
  }

  .cs-info-wrap-2 {
    width: 100%;
  }

  .cs-tab-link-2 {
    width: 45%;
  }

  .scroller {
    height: 20rem;
  }

  .container-23 {
    max-width: 600px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section_header-text-2 {
    margin-bottom: 5rem;
  }

  .nav-wrapper {
    grid-template-columns: .5fr .75fr;
  }

  .svg.nav {
    display: none;
  }

  .footer-2 {
    margin-top: 25%;
  }

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

  .section_spotlight {
    height: 100%;
  }

  .section_spotlight.half {
    height: 60vh;
  }

  .spotlight {
    padding-top: 6rem;
    padding-bottom: 6rem;
    position: static;
  }

  .cursor-wrapper {
    display: none;
  }

  .portfolio-hero {
    height: 50vh;
  }

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

  .work-card {
    min-height: 35rem;
  }

  .skew-heading {
    font-size: 7rem;
  }

  .section-6 {
    margin-top: 140px;
  }

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

  .work-card-hover-text {
    font-size: 7rem;
  }

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

  .heading-style-h2 {
    text-align: center;
    font-size: 3.5rem;
  }

  .grid-19 {
    flex-flow: column;
    display: flex;
  }

  .cf-wrapper-1160 {
    flex-direction: column;
  }

  .cf-wrapper-1160.different-flex {
    align-items: center;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .cf-h2-heading-56px {
    font-size: 30px;
  }

  .cf-body---18px {
    line-height: 150%;
  }

  .cf-different-tabs-content {
    margin-top: 60px;
    margin-left: 0;
  }

  .cf-different-tabs {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cf-pricing-plan-pointer-text-18px {
    line-height: 150%;
  }

  .cf-different-menu {
    grid-column-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
    max-width: 660px;
    margin-right: 0%;
  }

  .grid-three-column-2 {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-122 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .pricing-card-line {
    width: 356.138px;
  }

  .pricing-card-dark {
    width: 356px;
  }

  .section-29 {
    display: block;
  }

  .text-block-103 {
    text-align: center;
  }

  .section-33 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-35 {
    display: none;
  }

  .container-55 {
    flex-flow: column;
  }

  .text-block-108 {
    text-align: center;
  }

  .container-56 {
    flex-flow: column;
  }

  .hero-right-pattren-2 {
    width: 50%;
  }

  .text-block-110, .text-block-110.title {
    text-align: center;
  }

  .hero-grid {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-right-pattren-3 {
    width: 50%;
    top: 40%;
    left: -23%;
  }

  .brix---grid-6-columns-logo-strip {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .hero-right-pattren-1 {
    width: 40%;
    top: 24%;
  }

  .partner-wrapper {
    grid-column-gap: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-right-pattren-4 {
    top: 86%;
  }

  .hero-text {
    padding-right: 0;
  }

  .brix---section-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-colum-left {
    padding-top: 80px;
  }

  .home-left-wrapper {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .cf-hero-layer-blur {
    margin-bottom: 32px;
  }

  .cf-image-review-container {
    width: 80%;
    margin-bottom: 85px;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-1140px-wrapper {
    flex-direction: column;
    padding-top: 0;
  }

  .cf-wrapper-1161 {
    flex-direction: column;
  }

  .cf-wrapper-1161.choose-flex {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .cf-choose-grid {
    grid-column-gap: 40px;
    grid-row-gap: 200px;
    grid-template-columns: 1fr;
    place-content: center;
    place-items: center;
  }

  .cf-bottom-line-image {
    bottom: -50px;
  }

  .cf-feature-pointer-text-20px {
    font-size: 18px;
  }

  .cf-h2-heading-56px-2 {
    font-size: 30px;
  }

  .cf-20px-text {
    line-height: 150%;
  }

  .cf-green-vs-circle {
    top: 3%;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---display-2 {
    font-size: 58px;
    line-height: 70px;
  }

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

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---cta-card {
    padding: 72px 54px;
  }

  .brix---section-small-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---btn-primary-white-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---cta-v1-floating-item-01 {
    width: 35%;
    top: -4%;
    left: -5%;
  }

  .brix---cta-v1-floating-item-02 {
    width: 38%;
    bottom: -3%;
  }

  .brix---footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-footer-3-cols {
    grid-template-columns: 1fr;
  }

  .brix---social-media-grid-right---t-center {
    grid-column-gap: 10px;
    justify-content: center;
    justify-items: center;
  }

  .brix---footer-top-small {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---grid-3-columns-2 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 46px;
  }

  h3 {
    font-size: 40px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 20px;
  }

  .h3-heading-white {
    text-align: center;
  }

  .footer-wrapper {
    justify-content: space-between;
  }

  .licencing-image-item {
    height: 200px;
  }

  .nav-icon-contain {
    transform: scale(.7);
  }

  .hero-center-wrapper {
    padding-top: 40px;
  }

  .hero-slides-image {
    max-width: 500px;
  }

  .approach-wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .approach-bubbles-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    padding-top: 0;
    display: flex;
  }

  .approach-bubble._1, .approach-bubble._3, .approach-bubble._5, .violet-approach-bubble._2, .violet-approach-bubble._4 {
    position: static;
  }

  .service-cards-contain {
    max-width: 560px;
  }

  .service-block-contain {
    grid-row-gap: 50px;
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .services-content-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
    width: 100%;
    margin-left: 0;
  }

  .services-headings-contain {
    width: 100%;
    max-width: none;
  }

  .services-list-contain {
    width: 100%;
  }

  .services-list {
    padding-left: 20px;
  }

  .mask {
    width: 90%;
  }

  .project-contain.featured {
    padding-left: 24px;
    padding-right: 24px;
  }

  .project-thumbnail-contain {
    height: 300px;
  }

  .project-thumbnail-contain._50 {
    margin-bottom: 0;
  }

  .cs-tabs {
    align-items: stretch;
  }

  .faq-answer-wrap {
    padding-right: 7%;
  }

  .faq-questions {
    font-size: 22px;
  }

  .faq-card-text {
    padding-bottom: 0;
  }

  .about-subheading {
    margin-top: 50px;
  }

  .about-text-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 500px;
  }

  .hire-us-cards-wrap {
    flex-direction: column;
  }

  .grey-span, .about-paragraph {
    font-size: 18px;
  }

  .logo-image.mobile.hideonmobile {
    display: none;
  }

  .footer-logo.w--current {
    position: relative;
    inset: -44% 0% auto;
  }

  .footer-links {
    margin-right: 0;
  }

  .card-flex {
    align-items: center;
  }

  .team-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 500px;
  }

  .member-name {
    font-size: 22px;
  }

  .member-position {
    font-size: 16px;
  }

  .projects-page-wrapper {
    padding-top: 10px;
  }

  .project-summary-32px {
    font-size: 22px;
  }

  .projects-tags-contain {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .rich-text ul, .rich-text ol, .rich-text p {
    font-size: 18px;
  }

  .pricing-wrapper {
    padding-top: 100px;
  }

  .pricing-contain {
    padding-left: 24px;
    padding-right: 24px;
  }

  .logos-wrapper {
    width: 90%;
  }

  .contact-wrapper {
    padding-top: 80px;
  }

  .form-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .contact-flex-contain {
    grid-row-gap: 24px;
    flex-direction: column;
  }

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

  ._22-px {
    font-size: 20px;
  }

  .reference-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .licensing-tag-subtexts {
    text-align: left;
    font-size: 18px;
  }

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

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

  .licensing-wrapper {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 0;
  }

  .licensing-block.margin {
    margin-bottom: 60px;
  }

  .licensing-image-and-text-wrappers {
    padding: 0;
  }

  .pink-blur-contain.project-cms {
    left: -62%;
  }

  .pink-blur-contain.contact._2 {
    height: 600px;
    bottom: 26%;
  }

  .pink-blur-contain.contact.top {
    height: 600px;
    top: -16%;
    left: -32%;
  }

  .pink-blur-contain.pricing {
    left: -65%;
  }

  .pink-blur-contain.pricing._2.ecommerce {
    top: 18%;
  }

  .red-blur-contain.faq {
    right: 28%;
  }

  .red-blur-contain.projects-cms {
    right: -39%;
  }

  .red-blur-contain.contact {
    right: -40%;
  }

  .red-blur-contain.company {
    left: -44%;
  }

  .red-blur-contain.pricing {
    right: -50%;
  }

  .violet-blur-contain.faq {
    left: -15%;
    right: 46%;
  }

  .violet-blur-contain.contact {
    width: 600px;
    bottom: 30%;
  }

  .violet-blur-contain.pricing.ecommerce._2 {
    top: 26%;
  }

  .plan-wrapper {
    width: 90%;
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .product-box-wrap {
    padding: 30px;
  }

  .about-hero-wrapper {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .about-center-wrapper {
    width: 60%;
  }

  .about-hero-heading {
    font-size: 38px;
  }

  .about-hero-paragraph {
    font-size: 16px;
  }

  .about-images-left {
    max-height: 600px;
    padding-left: 10px;
  }

  .about-hero-images._1 {
    left: 50%;
  }

  .about-images-right {
    max-height: 600px;
    padding-right: 10px;
  }

  .navigation-menu {
    overflow: auto;
  }

  .about-images-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .company-image-2 {
    top: 50%;
    left: 25%;
  }

  .company-image-3 {
    top: 48%;
  }

  .company-image-4 {
    top: 66%;
  }

  .nav-image-contain {
    width: 60%;
  }

  .nav-links-wrapper {
    width: 40%;
    margin-bottom: 40px;
  }

  .nav-contain {
    flex-direction: column-reverse;
    overflow: visible;
  }

  .nav-links {
    font-size: 35px;
  }

  .menu-right-contain {
    transform: scale(.7);
  }

  .hero-slides-contain, .slides-wrapper {
    grid-column-gap: 40px;
  }

  .banner-alert {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .hero-heading-2 {
    font-size: 56px;
  }

  .hero-heading-2.logos {
    margin-bottom: 40px;
  }

  .hero-heading-2.logos.case-study {
    text-align: center;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item-show-in-tablet {
    display: block;
  }

  .cf-gradient-span {
    text-align: center;
  }

  .cf-cta-button, .cf-button-gradient {
    font-size: 20px;
  }

  .cf-82px-heading {
    font-size: 50px;
  }

  .cf-floating-scribble {
    width: 80%;
  }

  .cf-floating-black-div {
    display: none;
  }

  .cf-floating-image-container-1 {
    justify-content: flex-end;
    display: flex;
    top: -25%;
  }

  .cf-floating-white-div {
    display: none;
  }

  .cf-home-image-container {
    margin-bottom: 140px;
  }

  .cf-22px-paragraph---white {
    font-size: 20px;
  }

  .cf-floating-image-container-2 {
    justify-content: flex-start;
    display: flex;
    bottom: -17%;
    left: -8%;
    transform: rotate(-23deg);
  }

  .cf-1140px-wrapper---home-vertical {
    width: 90%;
  }

  .cf-hero-section-3 {
    background-image: linear-gradient(#0d0e10 75%, #fff 70%);
  }

  .brix---top-bar-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }

  .brix---top-bar-close-icon {
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .brix---icon-small-hover {
    width: 24px;
  }

  .text-block-4 {
    font-size: 10px;
    line-height: 11px;
  }

  .hero-paragraph-2 {
    text-align: center;
  }

  .logos-wrapper-2 {
    width: 90%;
  }

  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .cf-14px-heading {
    font-size: 18px;
  }

  .cf-flex-1---image-1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-flex-1---image-2 {
    right: 0%;
  }

  .cf-flex-1---wrapper {
    width: 90%;
    padding-top: 90px;
  }

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

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

  .brix---mg-top-80px {
    margin-top: 64px;
  }

  .brix---position-relative {
    flex-flow: column;
    display: flex;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---lightbox-video-icon-wrapper {
    max-width: 90px;
  }

  .brix---paragraph-default {
    text-align: center;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---hero-v15-grid {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-half-bg-color {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .violet-blur-contain-2 {
    display: block;
  }

  .grid-18 {
    grid-column-gap: 1px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .container-23 {
    max-width: 320px;
  }

  .div-block-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .section_header-text-2 {
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-5 {
    height: auto;
    margin-top: 5rem;
  }

  .footer-2 {
    margin-top: 0%;
  }

  .text-large {
    text-align: center;
  }

  .heading-4 {
    letter-spacing: -1px;
    font-size: 3rem;
  }

  .section_spotlight.half {
    height: 50vh;
  }

  .spotlight {
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: static;
  }

  .grid_2col {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .work-card {
    padding: 2rem;
  }

  .work-card.a_appear-200 {
    border-radius: 1rem;
  }

  .work-card_tag {
    font-size: .75rem;
  }

  .section-6 {
    margin-top: 140px;
  }

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

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

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

  .cf-h2-heading-56px {
    font-size: 28px;
  }

  .cf-body---18px {
    font-size: 16px;
  }

  .cf-h3-heading-40px {
    font-size: 22px;
  }

  .cf-different-tab-link {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .cf-different-menu {
    grid-row-gap: 10px;
    width: 100%;
  }

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

  .section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-three-column-2 {
    grid-template-columns: 1fr;
  }

  .heading-93 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-122 {
    width: 350px;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-card-line {
    width: 356.138px;
  }

  .pricing-card-dark {
    width: 356px;
  }

  .div-block-124, .div-block-124.negative-margin {
    flex-flow: column;
    display: flex;
  }

  .h3-heading-3 {
    font-size: 40px;
  }

  .text-block-103 {
    text-align: center;
  }

  .hero-colum-right {
    width: 80%;
  }

  .hero-right-pattren-2 {
    width: 35%;
    top: 54%;
  }

  .hero-grid {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .hero-image {
    height: 400px;
  }

  .hero-right-pattren-3 {
    width: 40%;
    left: 0%;
  }

  .brix---container-default-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-columns: auto auto;
    display: flex;
    transform: scale(.96);
  }

  .hero-right-pattren-1 {
    top: 35%;
  }

  .partner-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 60px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-57 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero-right-pattren-4 {
    top: 80%;
    left: 13%;
  }

  .hero-text {
    margin-bottom: 30px;
    padding-right: 60px;
    font-size: 14px;
    line-height: 28px;
  }

  .brix---section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .hero-colum-left, .cf-image-review-container {
    width: 100%;
  }

  .cf-hero-right-image {
    height: auto;
  }

  .cf-hero-section-2 {
    padding-bottom: 0;
  }

  .cf-1140px-wrapper {
    width: 90%;
    padding-top: 0;
    padding-bottom: 90px;
  }

  .cf-wrapper-1161.choose-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-choose-feature-check-icon {
    margin-right: 10px;
  }

  .cf-h2-heading-56px-2 {
    font-size: 28px;
  }

  .cf-20px-text {
    font-size: 18px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---display-2 {
    font-size: 48px;
    line-height: 56px;
  }

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

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---cta-card {
    padding: 56px 40px;
  }

  .brix---section-small-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

  .brix---btn-primary-white-2 {
    padding: 20px 32px;
  }

  .brix---btn-secondary-white-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---cta-v1-floating-item-01 {
    width: 34%;
  }

  .brix---cta-v1-floating-item-02 {
    width: 34%;
    bottom: -5%;
    right: -4%;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---grid-footer-3-cols {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .brix---social-media-grid-right---t-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---footer-top-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---footer-list-item-horizontal {
    margin-bottom: 10px;
  }

  .image-27 {
    height: 200px;
    display: none;
    inset: 0% 0% auto auto;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---grid-3-columns-2 {
    grid-template-columns: 1fr;
  }

  .brix---square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 24px;
  }

  p {
    font-size: 18px;
  }

  .h3-heading-white {
    text-align: center;
  }

  .hero-section {
    background-image: linear-gradient(#000 24%, #2b2b2b5c 44%, #000 70%), url('../images/Blue-Modern-To-Do-Notion-Header-5.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .footer-wrapper {
    justify-content: flex-start;
  }

  .licencing-image-item {
    height: 200px;
  }

  .violet-button {
    font-size: 18px;
  }

  .violet-button.mobile {
    transform: scale(.8);
  }

  .icon-contain {
    flex: none;
  }

  .hero-slides-image {
    flex: none;
    max-width: 400px;
  }

  .approach-wrapper {
    padding-top: 140px;
  }

  .approach-wrapper.widtch {
    padding-top: 0;
  }

  .service-block-contain {
    padding: 40px 24px;
  }

  .services-list-contain {
    width: 100%;
  }

  .services-list {
    padding-left: 20px;
  }

  .mask {
    width: 95%;
  }

  .project-contain {
    padding: 20px;
  }

  .project-contain.featured, .project-contain.cms {
    padding-left: 16px;
    padding-right: 16px;
  }

  .project-thumbnail-contain {
    height: 260px;
  }

  .project-info-contain {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .project-left-info {
    width: 100%;
  }

  .project-summary {
    font-size: 16px;
  }

  .case-studies-wrapper {
    padding-top: 140px;
  }

  .cs-tabs {
    grid-row-gap: 60px;
    max-width: 300px;
  }

  .cs-tab-link {
    width: 100%;
  }

  .faqs-section-wrapper {
    padding-bottom: 100px;
  }

  .faq-answer-wrap {
    padding-right: 7%;
  }

  .faq-questions {
    font-size: 18px;
    line-height: 140%;
  }

  .faq-content {
    font-size: 16px;
  }

  .faq-right-wrap {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-card-heading {
    text-align: center;
  }

  .faq-card-text {
    padding-bottom: 0;
    font-size: 16px;
  }

  .about-subheading {
    font-size: 20px;
  }

  .about-text-grid {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .hire-us-cards-wrap {
    align-items: stretch;
  }

  .grey-span {
    font-size: 16px;
  }

  .about-tag.red, .about-tag.violet, .about-tag.pink {
    padding-right: 30px;
  }

  .about-tag-text {
    font-size: 24px;
  }

  .about-tag-text.red, .about-tag-text.violet, .about-tag-text.pink {
    font-size: 26px;
  }

  .cta-section {
    overflow: hidden;
  }

  .cta-wrapper {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .white-button {
    font-size: 18px;
  }

  .cta-logos-wrapper {
    width: 90%;
  }

  .footer-top-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .logo-image.mobile {
    transform: scale(1);
  }

  .logo-image.mobile.hideonmobile {
    display: none;
  }

  .footer-logo.w--current {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    position: static;
    inset: 1% 0% auto;
  }

  .logo.nav {
    flex-direction: column;
    align-items: center;
    width: 40%;
    display: flex;
  }

  .logo.nav.w--current {
    width: 100%;
  }

  .footer-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    margin-right: 0;
  }

  .copyright-right-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .copyright-text {
    text-align: center;
    font-size: 12px;
  }

  .history-paragraph {
    font-size: 16px;
  }

  .history-grid-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-flex {
    align-items: center;
  }

  .team-grid {
    grid-template-columns: 1fr;
    max-width: 300px;
  }

  .location-left-wrapper {
    max-width: 260px;
  }

  .projects-page-section {
    margin-bottom: 60px;
  }

  .projects-page-wrapper {
    padding-top: 20px;
  }

  .center-h1-heading.pricing {
    text-align: center;
  }

  .center-paragraph._660px {
    font-size: 16px;
  }

  .project-category._20px {
    background-image: url('../images/Ellipse-123.svg');
    background-repeat: no-repeat;
    background-size: auto;
    font-size: 18px;
  }

  .project-summary-20px {
    font-size: 18px;
  }

  .collection-list-tags {
    flex-wrap: wrap;
  }

  .projects-cms-wrapper {
    padding-top: 80px;
  }

  .project-summary-32px {
    font-size: 18px;
  }

  .rich-text ul, .rich-text ol {
    padding-left: 20px;
    font-size: 16px;
  }

  .rich-text p {
    font-size: 16px;
  }

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

  .project-secondary-images {
    border-radius: 10px;
  }

  .pricing-wrapper {
    padding-top: 80px;
  }

  .pricing-contain {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pricing-top-wrapper {
    grid-row-gap: 20px;
    flex-direction: column-reverse;
  }

  .price._40px {
    font-size: 28px;
  }

  .pricing-point-wrapper {
    align-items: flex-start;
    font-size: 16px;
  }

  .pricing-table-checkmark {
    margin-top: 4px;
  }

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

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

  .logos-image {
    width: 120px;
    margin-left: 0%;
    margin-right: 0%;
  }

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

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

  .contact-flex-contain {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .submit-button {
    text-align: center;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-right: 32px;
    font-size: 18px;
  }

  .submit-button.password {
    font-size: 18px;
  }

  .error-message {
    font-size: 16px;
  }

  .reference-headings {
    font-size: 37px;
  }

  .colors-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  ._22-px {
    font-size: 18px;
  }

  .reference-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .reference-paragraph {
    font-size: 16px;
  }

  .licensing-tag-subtexts {
    margin-bottom: 20px;
    font-size: 16px;
  }

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

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

  .licensing-wrapper {
    padding-bottom: 0;
  }

  .licensing-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .licensing-image-and-text-wrappers {
    padding: 0;
  }

  .utility-page-content {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pink-blur-contain.home-hero-2 {
    bottom: -44%;
    right: 16%;
  }

  .pink-blur-contain.locations {
    top: -44%;
    left: -37%;
  }

  .pink-blur-contain.project.top {
    left: -102%;
  }

  .pink-blur-contain.project-cms {
    top: -8%;
    left: -137%;
  }

  .pink-blur-contain.contact.top {
    top: -13%;
    left: -69%;
  }

  .pink-blur-contain.pricing {
    top: -7%;
    left: -125%;
  }

  .pink-blur-contain.pricing._2 {
    top: 14%;
    left: 8%;
  }

  .pink-blur-contain.hero-home {
    left: -74%;
  }

  .red-blur-contain {
    right: -42%;
  }

  .red-blur-contain.home-hero-2 {
    bottom: -26%;
    left: -53%;
  }

  .red-blur-contain.faq {
    height: 400px;
    bottom: 13%;
    right: 26%;
  }

  .red-blur-contain.projects.top {
    right: -82%;
  }

  .red-blur-contain.projects-cms {
    right: -41%;
  }

  .red-blur-contain.contact {
    right: -62%;
  }

  .red-blur-contain.pricing {
    top: -4%;
    right: -99%;
  }

  .violet-blur-contain {
    bottom: -18%;
  }

  .violet-blur-contain.faq {
    width: 500px;
    bottom: 0%;
    left: -46%;
    right: -54%;
  }

  .violet-blur-contain.locations {
    bottom: 54%;
    left: -10%;
  }

  .violet-blur-contain.contact {
    bottom: 41%;
    left: -40%;
  }

  .violet-blur-contain.services {
    top: 35%;
    right: -50%;
  }

  .violet-blur-contain.pricing {
    left: -67%;
  }

  .buttons-contain {
    grid-template-columns: 1fr;
  }

  .plan-detail-paragraph {
    font-size: 16px;
  }

  .about-product-text {
    font-size: 18px;
    line-height: 150%;
  }

  .plan-detail-title {
    font-size: 30px;
    line-height: 40px;
  }

  .product-box-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .plan-price {
    font-size: 30px;
  }

  .add-to-cart-button, .buy-now-button, .place-order-button {
    font-size: 18px;
  }

  .about-center-wrapper {
    width: 90%;
    margin-bottom: 80px;
  }

  .about-hero-heading {
    font-size: 36px;
  }

  .about-images-left {
    flex-direction: row;
    align-items: flex-start;
    width: 90%;
    max-width: none;
    height: 10%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    inset: 0% 0% auto;
  }

  .about-hero-images {
    width: 60px;
  }

  .about-hero-images._1 {
    bottom: -9%;
    left: 0%;
  }

  .about-hero-images._4 {
    left: 0%;
  }

  .about-hero-images._5 {
    top: 5%;
    left: 0%;
  }

  .about-hero-images._8 {
    top: -9%;
    left: 0%;
  }

  .about-hero-images._3 {
    bottom: -11%;
  }

  .about-hero-images._7 {
    top: -11%;
  }

  .about-images-right {
    flex-direction: row;
    width: 90%;
    max-width: none;
    height: 10%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    inset: auto 0% 0%;
  }

  .close-icon {
    z-index: 2147483647;
  }

  .navigation-menu {
    overflow: auto;
  }

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

  .about-image-1, .about-image-2 {
    border-radius: 10px;
  }

  .about-image-3 {
    object-fit: cover;
    border-radius: 10px;
    height: 100%;
  }

  .about-image-4, .about-image-5 {
    border-radius: 10px;
  }

  .company-images-wrapper {
    flex-direction: column;
    padding-top: 120px;
  }

  .company-heading {
    margin-bottom: 40px;
  }

  .company-image-1 {
    width: 100%;
    margin-left: 0;
  }

  .company-image-2 {
    top: 54%;
    left: 45%;
  }

  .company-image-3 {
    width: 38%;
    top: 53%;
    left: 2%;
  }

  .company-image-4 {
    top: 79%;
    left: 0%;
  }

  .company-image-5 {
    top: -40px;
  }

  .nav-image-contain, .nav-links-wrapper {
    width: 80%;
  }

  .nav-contain {
    overflow: visible;
  }

  .nav-links {
    font-size: 30px;
  }

  .cart-button {
    display: none;
  }

  .cart-contain {
    left: -55px;
  }

  .hero-slides-contain {
    grid-column-gap: 30px;
  }

  .slides-wrapper {
    grid-column-gap: 30px;
    flex: none;
  }

  .hero-heading-2, .hero-heading-2.logos, .hero-heading-2.logos.case-study {
    font-size: 38px;
  }

  .hero-heading-2.left.small {
    text-decoration: line-through;
  }

  .hero-heading-2.left.small.center {
    font-size: 38px;
  }

  .text-block-3 {
    font-size: 12px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item-left, .brix---header-nav-list-item-show-in-tablet {
    text-align: left;
    width: 100%;
  }

  .cf-gradient-span {
    line-height: 110%;
  }

  .cf-cta-arrow-div {
    flex: none;
  }

  .cf-button-text {
    flex: none;
    font-size: 18px;
  }

  .cf-cta-button {
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .cf-cta-button.rectangle {
    padding-left: 50px;
  }

  .cf-82px-heading {
    font-size: 40px;
  }

  .cf-home-image-container {
    margin-bottom: 100px;
  }

  .cf-22px-paragraph---white {
    font-size: 18px;
  }

  .cf-hero-section-3 {
    background-image: linear-gradient(#0d0e10 85%, #fff 70%);
  }

  .brix---top-bar-wrapper {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 17px;
    line-height: 26px;
  }

  .brix---top-bar-close-icon {
    padding-left: 12px;
    padding-right: 8px;
  }

  .brix---icon-small-hover {
    width: 20px;
  }

  .text-block-4 {
    font-size: 8px;
    line-height: 11px;
  }

  .hero-paragraph-2 {
    font-size: 12px;
    line-height: 25px;
  }

  .hero-paragraph-2.quote {
    display: none;
  }

  .logos-wrapper-2 {
    text-align: center;
  }

  .logos-contain-2 {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .logos-image-2 {
    width: 120px;
    margin: 20px 0%;
  }

  .container-2 {
    max-width: none;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .cf-flex-1---image-1 {
    width: 100%;
  }

  .cf-flex-1---image-2 {
    width: 90%;
  }

  .cf-flex-1---text-contain {
    margin-top: 60px;
  }

  .cf-flex-1---wrapper {
    padding-bottom: 20px;
  }

  .cf-18px-paragraph {
    font-size: 16px;
  }

  .brand-gallery {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .brix---mg-top-80px {
    margin-top: 56px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---lightbox-video-icon-wrapper {
    max-width: 70px;
  }

  .brix---btn-primary-small-white {
    width: 100%;
    padding: 16px 20px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---btn-primary-white, .brix---btn-secondary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---section-hero-half-bg-color {
    padding-top: 10px;
    padding-bottom: 100px;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

  .icon-contain-3 {
    flex: none;
  }

  .history-paragraph-3 {
    font-size: 16px;
  }

  .white-button-2 {
    font-size: 18px;
  }

  .violet-blur-contain-2 {
    display: none;
    bottom: -18%;
  }

  .cs-tab-link-2 {
    width: 100%;
  }

  .case-studies-wrapper-2 {
    padding-top: 40px;
  }

  .custom-css {
    display: none;
  }

  .scroller {
    height: 10rem;
  }

  .main-wrapper {
    height: auto;
  }

  .track-horizontal {
    height: auto;
    padding-top: 0;
    line-height: 120%;
  }

  .scroll-image {
    width: 150px;
    overflow: visible;
  }

  .section_header-text-2 {
    margin-top: 3rem;
    margin-bottom: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-5 {
    height: 20vh;
  }

  .nav-wrapper {
    grid-template-columns: .5fr 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .svg {
    bottom: 1%;
  }

  .footer-2 {
    margin-top: 20%;
  }

  .line-hover {
    margin-top: 2px;
  }

  .heading-4 {
    text-align: center;
    letter-spacing: 0;
    line-height: 1;
  }

  .heading-4.is-right {
    text-align: center;
  }

  .section_spotlight {
    height: 100%;
  }

  .section_spotlight.half {
    height: 70vh;
  }

  .visit-txt {
    white-space: nowrap;
    font-size: 4vw;
  }

  .middle-svgs-2 {
    display: none;
  }

  .spotlight {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: static;
  }

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

  .work-card {
    min-height: 20rem;
  }

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

  .work-card_tag {
    white-space: nowrap;
    border-width: 1px;
    padding: .375rem .75rem;
    font-size: .625rem;
  }

  .section-6 {
    margin-top: 60px;
  }

  .work-card-hover-text {
    font-size: 5rem;
    line-height: .9;
  }

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

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

  .cf-wrapper-1160 {
    width: 90%;
  }

  .cf-h2-heading-56px {
    font-size: 24px;
  }

  .cf-h3-heading-40px {
    font-size: 20px;
  }

  .cf-different-tab-link.w--current {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-pricing-plan-check-icon {
    margin-right: 8px;
  }

  .cf-pricing-plan-pointer-text-18px {
    font-size: 16px;
  }

  .cf-different-menu {
    flex-flow: column;
    justify-content: flex-start;
  }

  .price-text {
    margin-top: 16px;
  }

  .div-block-122 {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-card-line {
    width: 325px;
    padding: 32px;
  }

  .pricing-card-dark {
    width: 325.663px;
  }

  .div-block-124 {
    flex-flow: column;
    padding-right: 20px;
    display: flex;
  }

  .text-block-103 {
    text-align: center;
  }

  .text-block-104 {
    font-size: 12px;
  }

  .section-35 {
    display: none;
  }

  .container-55 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-span-41 {
    font-size: 28px;
  }

  .button-wrapper {
    flex-flow: column;
  }

  .container-56 {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-right-pattren-2 {
    top: 45%;
    right: 0%;
  }

  .text-block-110 {
    font-size: 12px;
  }

  .hero-buuton-wrapper {
    text-align: center;
    flex-direction: column;
    padding-bottom: 0;
    display: flex;
  }

  .hero-right-pattren-3 {
    top: 46%;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

  .hero-right-pattren-1 {
    top: 29%;
  }

  .text-block-111 {
    line-height: 32px;
  }

  .partner-wrapper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .container-57 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-right-pattren-4 {
    top: 82%;
  }

  .hero-text {
    padding-right: 0;
  }

  .brix---section-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .home-left-wrapper {
    padding-left: 0;
  }

  .text-block-112 {
    font-size: 11px;
  }

  .violet-button-2 {
    width: 320px;
    font-size: 18px;
  }

  .button-icon-4 {
    width: 64px;
  }

  .icon-contain-4 {
    flex: none;
  }

  .cf-1140px-wrapper {
    padding-bottom: 10px;
  }

  .cf-wrapper-1161 {
    width: 90%;
  }

  .cf-choose-feature-check-icon {
    width: 28px;
    height: 28px;
    margin-right: 8px;
  }

  .cf-bottom-line-image {
    left: 0;
  }

  .cf-feature-pointer-text-20px {
    font-size: 16px;
    line-height: 140%;
  }

  .cf-h2-heading-56px-2 {
    font-size: 24px;
  }

  .cf-choose-feature-wrapper {
    padding: 40px 15px;
  }

  .cf-choose-feature-bold-text-16px {
    margin-bottom: 20px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---display-2 {
    font-size: 38px;
    line-height: 48px;
  }

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

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---cta-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---section-small-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .brix---btn-primary-white-2, .brix---btn-secondary-white-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---cta-v1-floating-item-01 {
    width: 39%;
  }

  .brix---cta-v1-floating-item-02 {
    width: 44%;
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---social-icon-square-30px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-right---t-center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---footer-list-wrapper-horizontal {
    flex-direction: column;
  }

  .brix---footer-top-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---footer-list-item-horizontal {
    margin-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-tab-1.w--current {
    margin-right: 0;
  }

  .tab-link-tab-2 {
    margin-top: 10px;
    margin-left: 0;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---grid-3-columns-2 {
    grid-template-columns: 1fr;
  }

  .brix---square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---container-default-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }
}

#w-node-b39e550a-c917-c362-508e-4280b5e56d79-a11afca4, #w-node-b39e550a-c917-c362-508e-4280b5e56d7b-a11afca4, #w-node-b39e550a-c917-c362-508e-4280b5e56d7d-a11afca4, #w-node-b39e550a-c917-c362-508e-4280b5e56d7f-a11afca4, #w-node-b39e550a-c917-c362-508e-4280b5e56d81-a11afca4, #w-node-b39e550a-c917-c362-508e-4280b5e56d83-a11afca4, #w-node-b39e550a-c917-c362-508e-4280b5e56d85-a11afca4, #w-node-b39e550a-c917-c362-508e-4280b5e56d87-a11afca4, #w-node-b39e550a-c917-c362-508e-4280b5e56d89-a11afca4, #w-node-b39e550a-c917-c362-508e-4280b5e56d8b-a11afca4, #w-node-b39e550a-c917-c362-508e-4280b5e56d8d-a11afca4, #w-node-b39e550a-c917-c362-508e-4280b5e56d8f-a11afca4, #w-node-b39e550a-c917-c362-508e-4280b5e56d91-a11afca4, #w-node-b39e550a-c917-c362-508e-4280b5e56d93-a11afca4, #w-node-b39e550a-c917-c362-508e-4280b5e56d95-a11afca4, #w-node-b39e550a-c917-c362-508e-4280b5e56d97-a11afca4, #w-node-b39e550a-c917-c362-508e-4280b5e56d99-a11afca4, #w-node-b39e550a-c917-c362-508e-4280b5e56d9b-a11afca4, #w-node-b39e550a-c917-c362-508e-4280b5e56d9d-a11afca4, #w-node-b39e550a-c917-c362-508e-4280b5e56d9f-a11afca4, #w-node-_69e3a655-6da4-6cd0-a537-55f243cac522-a11afca4, #w-node-_69e3a655-6da4-6cd0-a537-55f243cac523-a11afca4, #w-node-_69e3a655-6da4-6cd0-a537-55f243cac524-a11afca4, #w-node-_81634996-86c2-5549-debf-da4d0199872a-a11afd28, #w-node-_81634996-86c2-5549-debf-da4d0199874e-a11afd28, #w-node-_82edfc8e-580a-b745-d539-e95b3941afd6-a11afd3d, #w-node-_82edfc8e-580a-b745-d539-e95b3941afe1-a11afd3d, #w-node-_82edfc8e-580a-b745-d539-e95b3941afe5-a11afd3d, #w-node-_82edfc8e-580a-b745-d539-e95b3941b002-a11afd3d, #w-node-_82edfc8e-580a-b745-d539-e95b3941b00d-a11afd3d, #w-node-f6efada1-892b-f696-cc23-830026030ee0-a11afd3d, #w-node-_82edfc8e-580a-b745-d539-e95b3941b011-a11afd3d, #w-node-_82edfc8e-580a-b745-d539-e95b3941b035-a11afd3d, #w-node-_82edfc8e-580a-b745-d539-e95b3941b044-a11afd3d, #w-node-_342919b0-2f1b-50fa-d3b9-dae8d639f2ec-a11afd3d, #w-node-_82edfc8e-580a-b745-d539-e95b3941b048-a11afd3d, #w-node-_82edfc8e-580a-b745-d539-e95b3941b051-a11afd3d, #w-node-_82edfc8e-580a-b745-d539-e95b3941b05a-a11afd3d, #w-node-_82edfc8e-580a-b745-d539-e95b3941b05e-a11afd3d, #w-node-_82edfc8e-580a-b745-d539-e95b3941b062-a11afd3d, #w-node-_82edfc8e-580a-b745-d539-e95b3941b066-a11afd3d, #w-node-_82edfc8e-580a-b745-d539-e95b3941b06a-a11afd3d, #w-node-_8517eb47-668f-e31d-b430-6e0436c781c8-a11afd3d, #w-node-_8517eb47-668f-e31d-b430-6e0436c781d3-a11afd3d, #w-node-_8517eb47-668f-e31d-b430-6e0436c781d7-a11afd3d, #w-node-_8517eb47-668f-e31d-b430-6e0436c781f4-a11afd3d, #w-node-_8517eb47-668f-e31d-b430-6e0436c781ff-a11afd3d, #w-node-f6c22a1f-1e26-703e-669a-d6c52f7f3634-a11afd3d, #w-node-_8517eb47-668f-e31d-b430-6e0436c78203-a11afd3d, #w-node-_8517eb47-668f-e31d-b430-6e0436c78227-a11afd3d, #w-node-_8517eb47-668f-e31d-b430-6e0436c78236-a11afd3d, #w-node-a17b3125-9419-4393-f7f5-f6d23ac0d274-a11afd3d, #w-node-_8517eb47-668f-e31d-b430-6e0436c7823a-a11afd3d, #w-node-_8517eb47-668f-e31d-b430-6e0436c78243-a11afd3d, #w-node-_8517eb47-668f-e31d-b430-6e0436c7824c-a11afd3d, #w-node-_8517eb47-668f-e31d-b430-6e0436c78250-a11afd3d, #w-node-_8517eb47-668f-e31d-b430-6e0436c78254-a11afd3d, #w-node-_8517eb47-668f-e31d-b430-6e0436c78258-a11afd3d, #w-node-_8517eb47-668f-e31d-b430-6e0436c7825c-a11afd3d, #w-node-_6005d53a-59f8-a483-984a-2cc1aefe8a37-a11afd41, #w-node-_6005d53a-59f8-a483-984a-2cc1aefe8a3d-a11afd41, #w-node-_6005d53a-59f8-a483-984a-2cc1aefe8a43-a11afd41, #w-node-_6005d53a-59f8-a483-984a-2cc1aefe8a49-a11afd41, #w-node-_6005d53a-59f8-a483-984a-2cc1aefe8a4f-a11afd41, #w-node-d140470e-a96d-ebe4-9dad-5be917e3f0fc-a11afd41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Awakenning Personal Use';
  src: url('../fonts/AWAKENNING-Personal-Use.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}