:root {
  --black: black;
  --dim-grey: #6e6e6e;
  --light-steel-blue: #41a0a1;
  --burntsienna: #be5f5e;
  --spark-library--foreground-secondary\<deleted\|variable-aa6616bc\>: #000000c2;
  --spark-library--white\<deleted\|variable-547781ba\>: white;
  --spark-library--black\<deleted\|variable-802ac2b5\>: black;
  --linen: #ede5e0;
  --white: white;
  --white-smoke: #f1f3f5;
}

.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-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

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

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

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

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

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

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

.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-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

  .w-layout-blockcontainer {
    max-width: none;
  }
}

@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-commercecheckoutdiscountsinput, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: var(--black);
  background-color: #fff;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

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

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

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

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

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

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

p {
  color: var(--dim-grey);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

a {
  color: var(--black);
  text-decoration: underline;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
}

ol {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  color: var(--dim-grey);
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 15px;
  font-weight: 500;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 2px solid var(--light-steel-blue);
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  padding: 0 20px 0 30px;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.4;
}

figure {
  margin-top: 30px;
  margin-bottom: 30px;
}

figcaption {
  color: #ffffffb3;
  text-align: center;
  margin-top: 5px;
  font-family: Inter;
  font-size: 15px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-bottom: 50px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 420px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.container {
  z-index: 1;
  flex: 1;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

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

.section {
  background-color: #0000;
  padding: 100px 2%;
  position: relative;
}

.section._1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section._2 {
  padding-bottom: 50px;
  padding-left: 0%;
  padding-right: 0%;
}

.section._3 {
  align-items: center;
  height: 900px;
  display: flex;
  overflow: clip;
}

.section._3.auto {
  height: auto;
}

.section.footer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.no-spacing {
  background-color: #fff0;
  padding: 0 2% 100px;
}

.button {
  border: 1px solid var(--light-steel-blue);
  color: var(--light-steel-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: normal;
  background-color: #0000;
  border-radius: 30px;
  padding: 20px 28px 18px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.button:hover {
  border-color: var(--light-steel-blue);
  background-color: var(--light-steel-blue);
  color: #fff;
}

.button.discount {
  height: 42px;
  padding-top: 11px;
}

.button.full {
  width: 100%;
}

.button.full:hover {
  border-color: var(--light-steel-blue);
  background-color: var(--light-steel-blue);
  color: #fff;
}

.button._2 {
  border-radius: 16px;
  padding: 10px 15px;
  font-size: 12px;
}

.button.top-margin-10px.w--current {
  margin-top: 10px;
  margin-left: 10px;
}

.text-field {
  background-color: #fff;
  border-color: #e1e1e1;
  height: 45px;
  font-weight: 500;
}

.text-field:hover, .text-field:focus, .text-field.-wfp-focus {
  border-color: #3ccf91;
}

.text-field::placeholder {
  color: var(--dim-grey);
  font-size: 16px;
  font-weight: 500;
}

.text-field.discount {
  height: 42px;
}

.text-field.area {
  height: auto;
  padding-top: 12px;
  padding-bottom: 141px;
}

.product-price {
  color: var(--dim-grey);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.product-price.in-sidebar.no-margin {
  margin-top: 0;
}

.product-title-sidebar {
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 700;
}

.apple-pay {
  border-radius: 25px;
  height: 48px;
}

.paypal {
  margin-bottom: 4px;
}

.field-label {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}

.field-label.bigger {
  font-size: 14px;
}

.reqiured {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
}

.checkbox-label {
  color: var(--dim-grey);
  margin-left: 0;
  font-weight: 500;
  position: relative;
  top: 2px;
}

.first-checkout {
  flex-basis: 800px;
  margin-right: 50px;
}

.second-checkout {
  top: 100px;
}

.quantity-number {
  color: var(--dim-grey);
  font-size: 15px;
  font-weight: 500;
}

.paypal-name {
  color: var(--dim-grey);
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 500;
}

.circle-plus {
  background-color: #7567f8;
  background-image: url('../images/add-plus-button.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 40px;
  width: 35px;
  height: 35px;
  position: absolute;
  inset: auto 10px 10px auto;
}

.radio-button {
  border: 2px solid #7567f8;
  margin-top: 0;
  display: block;
}

.radio-button.w--redirected-checked {
  border-color: #7567f8;
}

.margin-15px {
  margin-top: 15px;
}

.display-1 {
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 9vw;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.display-1._4 {
  font-size: 102px;
  line-height: 1.3;
}

.display-1._2 {
  font-size: 7vw;
  font-weight: 700;
}

.margin-30px {
  margin-top: 30px;
}

.display-2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
}

.margin-20px {
  text-align: left;
  margin-top: 20px;
  display: block;
}

.checkbox {
  background-color: #fff;
  border-radius: 4px;
  width: 14px;
  height: 14px;
  margin-right: 7px;
}

.checkbox.w--redirected-checked {
  background-color: #ff715b;
  background-size: 8px;
  border-color: #ff715b;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #fe0000;
  border-radius: 4px;
  padding-top: 12px;
  font-size: 16px;
  font-weight: 700;
}

.block-header, .block-content {
  background-color: #fff;
}

.display-3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.changelog {
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sticky-left {
  position: sticky;
  top: 120px;
}

.components-grid {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 100px;
  display: grid;
}

.style-guide-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-guide-grid.icons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
}

.style-guide-grid.for-buttons {
  place-items: center;
}

.style-guide-grid.icons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  font-weight: 700;
}

.yellow-background {
  background-color: var(--light-steel-blue);
  width: 100%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 20px 10px;
}

.paragraph-orange {
  color: var(--light-steel-blue);
}

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

.link-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.components-grid-style {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 100px;
  display: grid;
}

.components-grid-style._0-bottom {
  margin-bottom: 0;
}

.paragraph-big {
  font-size: 24px;
  line-height: 32px;
}

.paragraph-big.white {
  color: #fff;
}

.color-block {
  background-color: var(--light-steel-blue);
  color: #fff;
  border: 1px solid #ffffff40;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  font-size: 17px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.color-block._2 {
  background-color: var(--black);
  border-color: #a3a3a340;
}

.body-link {
  color: var(--black);
  text-transform: uppercase;
  font-size: 14px;
}

.body-link.big {
  font-size: 20px;
}

.body-link.small {
  font-size: 14px;
}

.instruction-wrapper {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.photo-animation {
  z-index: 2;
  flex: none;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.white {
  color: #fff;
}

.checkout-title {
  color: #000;
  font-size: 17px;
  font-weight: 700;
}

.blog-link {
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 60%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-rotator-wrapper {
  align-items: center;
  display: flex;
  position: relative;
  inset: 0 auto auto 0%;
  overflow: hidden;
}

.text-field-line {
  color: #62636b;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #a5a7b661;
  border-radius: 0;
  height: 50px;
  padding-left: 0;
  font-size: 15px;
}

.text-field-line:hover, .text-field-line:focus {
  color: #62636b;
}

.text-field-line::placeholder {
  color: #62636b;
  font-size: 15px;
  font-weight: 500;
}

.navigation-link {
  z-index: 2;
  color: var(--black);
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  padding-bottom: 23px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.text-field-form {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff3;
  border-radius: 0;
  height: 50px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
}

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

.text-field-form::placeholder {
  color: #fffc;
  font-size: 16px;
  font-weight: 500;
}

.image-animation {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.social-icon {
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  position: relative;
}

.award-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 10px;
  display: grid;
}

.work-content {
  cursor: none;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.margin-50px {
  margin-top: 50px;
}

.button-liner-2 {
  color: #000;
  font-size: 19px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.dark-link {
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  display: inline-block;
}

.hero {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  position: relative;
}

.hero._2 {
  min-height: auto;
  padding-top: 176px;
  padding-bottom: 180px;
}

.remove-circe-mobile {
  display: none;
}

.sticky-nav {
  z-index: 900;
  position: sticky;
  top: 0;
}

.remove-circle {
  cursor: none;
  background-color: #dcf2f4;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  transform: none;
}

.line-overlay-nav {
  background-color: #b8dbdf;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.navlinks-wrapper {
  border-top: 1px solid #222527;
  border-bottom: 1px solid #222527;
  margin-top: -1px;
  padding-top: .5vw;
  padding-bottom: .5vw;
  position: relative;
  overflow: hidden;
}

.menu-overlay {
  cursor: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.menu-content {
  z-index: 2;
  background-color: #111314;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.navlinks {
  z-index: 5;
  color: #dcf2f4;
  justify-content: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu {
  z-index: 9999;
  background-color: #111314;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: none;
  position: fixed;
  inset: 0%;
}

.remove {
  width: 28px;
}

.rounded-image {
  width: 40px;
  margin-right: 8px;
}

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

.top-margin._15px {
  margin-top: 15px;
}

.icon {
  display: inline-block;
}

.empty-state {
  flex-direction: column;
}

.logo-link {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-text {
  color: var(--dim-grey);
  font-size: 16px;
  font-weight: 700;
}

.hamburger-line {
  background-color: #fff;
  width: 50%;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cart-line-item {
  justify-content: space-between;
}

.price-sidebar {
  color: var(--dim-grey);
  margin-top: 10px;
  font-size: 17px;
  font-weight: 500;
}

.price-sidebar.biger-bold {
  color: #000;
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
}

.cart-wrapper {
  z-index: 999;
  background-color: #fff;
}

.menu-button {
  width: 50px;
  height: 50px;
}

.navbar {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.cart-flex {
  align-items: center;
  margin-left: 10px;
  padding-right: 10px;
  display: flex;
}

.cart-quantity {
  background-color: var(--light-steel-blue);
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 9px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: -5px -10px auto auto;
}

.button-2 {
  color: #000;
  background-color: #fff;
  border-radius: 30px;
  align-items: center;
  padding: 10px 18px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.button-2:hover {
  color: #fff;
  background-color: #1e1e1e;
}

.container-navigation {
  z-index: 2;
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-navigation.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: none;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

.cart-footer {
  border-top-style: solid;
  border-top-color: #e1e1e1;
}

.product-sidebar-title {
  font-size: 21px;
}

.cart-container {
  box-shadow: none;
  border-left: 1px solid #e1e1e1;
  border-radius: 3px;
  min-width: 620px;
}

.cart-button {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.remove-button {
  align-self: flex-start;
  margin-top: 10px;
  text-decoration: none;
}

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

.bo-logo {
  width: 40px;
}

.navlink {
  color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 18px 20px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.cart-item {
  border-bottom: 1px solid #e1e1e1;
  align-items: flex-start;
  padding-top: 25px;
  padding-bottom: 25px;
}

.cart-quantity-2 {
  text-align: center;
  background-color: #0000;
  border-color: #cecece80;
  padding-left: 6px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.subtotal {
  margin-right: 15px;
  font-size: 18px;
  font-weight: 700;
}

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

.top-text {
  color: var(--dim-grey);
  width: 170px;
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1;
}

.circle-cursor {
  z-index: 9999;
  background-color: var(--light-steel-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 11px;
  height: 11px;
  display: flex;
  position: fixed;
  top: 50%;
  left: 48vw;
}

.creative {
  cursor: crosshair;
  border-bottom: 3px solid #000;
  text-decoration: none;
  display: inline-block;
}

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

.relative-div {
  position: relative;
}

.hero-photo {
  background-image: url('../images/Alight-Color1-Large.jpeg');
  background-position: 0%;
  background-size: cover;
  border-radius: 3px;
  width: 460px;
  height: 540px;
  position: absolute;
  inset: -120px 0% auto auto;
}

.scroll-flex {
  background-color: #fff;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: relative;
}

.circle-bottom {
  background-color: var(--light-steel-blue);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scale(0);
}

.mouse-scroll {
  z-index: 1;
  cursor: none;
  border: 2px solid #000;
  border-radius: 9px;
  justify-content: center;
  align-items: flex-start;
  width: 20px;
  height: 29px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.mouse-dots {
  background-color: var(--black);
  width: 2px;
  height: 5px;
  margin-top: 6px;
}

.scroll-image {
  background-image: url('../images/scroll.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 79%;
  height: 79%;
  position: relative;
  inset: 0%;
}

.social-wrapper-footer {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.social-wrapper-footer._2 {
  justify-content: flex-start;
}

.social-icon-wrapper {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-image {
  z-index: 1;
  width: 18px;
  position: relative;
}

.social-overlay {
  background-color: var(--light-steel-blue);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.photo-effect {
  position: relative;
  overflow: hidden;
}

.max-w-width {
  max-width: 650px;
  margin-left: 50px;
}

.max-w-width._2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.text-rotator-first {
  align-items: center;
  display: flex;
  position: relative;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.text-rotator-content {
  align-items: center;
  display: flex;
}

.text-rotator {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 9vw;
  line-height: 1.4;
}

.start-icon {
  background-color: var(--black);
  border-radius: 100%;
  flex: none;
  width: 12px;
  height: 12px;
  margin-top: 20px;
  margin-left: 45px;
  margin-right: 45px;
}

.project-section {
  position: relative;
}

._100vh {
  height: 100vh;
}

.project-content {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: relative;
}

.project-overlay {
  background-image: linear-gradient(#0003, #0003);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.project-title {
  color: #fff;
  border-bottom: 3px solid #fff;
  padding-bottom: 15px;
  font-size: 6vw;
  line-height: 1;
}

.counter-wrapper {
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% -20px auto auto;
}

.counter-text {
  color: #fff;
  margin-bottom: 0;
  margin-right: 1px;
}

.sticky {
  position: sticky;
  top: 0;
}

.sub-text {
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 19px;
  font-weight: 500;
}

.sub-text.niche {
  font-size: 40px;
}

.margin-120px {
  margin-top: 120px;
}

.heading-center {
  text-align: center;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
}

.logo-grid {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.filter-image {
  filter: invert();
}

.services-wrapper {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: -1px;
  padding: 30px 36px;
}

.service-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.icon-flex {
  align-items: center;
  display: flex;
}

.services-icon {
  filter: invert(80%);
  width: 50px;
  margin-right: 20px;
}

.service-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
}

.subhead {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

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

.footer-top-part {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #e1e1e1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 20px;
  display: grid;
}

.button-line-absolute {
  z-index: 1;
  background-color: var(--dim-grey);
  width: 100%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.button-with-line {
  color: #000;
  font-size: 19px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.button-with-line._2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.button-with-line._2.email {
  color: var(--dim-grey);
  letter-spacing: 0;
  text-transform: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.margin-25px {
  margin-top: 25px;
}

.copyright-divder {
  width: 15px;
}

.footer-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.7fr 2.6fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.copyright-flex {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-line {
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
  position: relative;
}

.social-icon-footer {
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  position: relative;
}

.copyright {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.grid-4-columns {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.testimonials-name {
  color: #000;
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: 700;
}

.testimonials-name._2 {
  color: var(--dim-grey);
  margin-bottom: 0;
  font-weight: 500;
}

.team-image {
  border-radius: 3px;
}

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

.pricing-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.pricing-icon.services {
  width: 110px;
  height: 110px;
  margin-top: -53px;
}

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

.margin-40px {
  margin-top: 40px;
}

.feature-grid {
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 30px;
}

.feature {
  color: var(--dim-grey);
  font-size: 18px;
  font-weight: 400;
}

.pricing-type {
  margin-top: 30px;
  margin-bottom: 18px;
  font-size: 19px;
  font-weight: 700;
  line-height: 26px;
}

.pricing-image {
  width: 40px;
  position: relative;
}

.success-message {
  color: #fff;
  background-color: #00b812;
  font-size: 16px;
  font-weight: 700;
}

.pricing-title {
  color: var(--dim-grey);
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}

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

.pricing-circle {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.card-container {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 25px 30px;
  display: flex;
}

.toogle-max-w {
  max-width: 657px;
  margin-right: auto;
}

.toggle-wrapper {
  text-align: left;
  margin-top: -1px;
}

.toggle-header {
  color: #000;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 25px 0;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.toogle-icon {
  justify-content: center;
  align-items: center;
  width: 13px;
  height: 13px;
  margin-right: 14px;
  display: flex;
  position: relative;
}

.line-1 {
  background-color: var(--light-steel-blue);
  width: 100%;
  height: 2px;
}

.line-2 {
  background-color: var(--light-steel-blue);
  width: 100%;
  height: 2px;
  position: absolute;
  transform: rotate(90deg);
}

.toggle-content {
  overflow: hidden;
}

.toggle-space {
  padding: 15px 0;
}

.photo {
  border-radius: 3px;
}

.error-message-2 {
  color: #fff;
  text-align: center;
  background-color: #ff3a1b;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
}

.form-grid {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.photo-animation-2 {
  flex: none;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s;
  position: relative;
}

.photo-animation-2.right, .photo-animation-2.blog-page {
  max-width: 100%;
}

.contact-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.absolute-background {
  z-index: 1;
  background-color: #fff;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.success-message-2 {
  color: #fff;
  background-color: #00663f;
  border-radius: 2px;
  font-size: 17px;
  font-weight: 500;
}

.blog-grid {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.horizontal-divider {
  width: 24px;
}

.horizontal-divider._15px {
  width: 15px;
}

.blog-wrapper {
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 70%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.blog-image {
  z-index: 0;
  width: 300px;
  max-width: none;
  display: block;
  position: absolute;
  inset: auto -194px 32px auto;
}

.blog-text {
  z-index: 1;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}

.category-text {
  color: #696969;
  font-size: 17px;
  font-weight: 500;
}

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

.button-flex.left {
  justify-content: flex-start;
}

.blog-page-content {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.project-rich-text {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.project-page {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: relative;
}

.components-grid-font {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 100px;
  display: grid;
}

.font-show {
  margin-top: 0;
  font-size: 90px;
  font-weight: 500;
  line-height: 80px;
}

.body-link-2 {
  color: #000;
  font-size: 17px;
}

.delete-me {
  z-index: 9999;
  background-color: #fff;
  background-image: url('../images/button.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  width: 140px;
  height: 30px;
  display: none;
  position: fixed;
  inset: auto 20px 20px auto;
}

.templates-badge-wrapper {
  z-index: 9999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #000;
  background-color: #fafafab3;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 24px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
}

.loader-badge {
  filter: hue-rotate(293deg);
  background-image: url('../images/loader.svg');
  background-position: 0 0;
  background-size: contain;
  width: 34px;
  height: 34px;
  position: absolute;
  inset: -19px -15px auto auto;
}

.badge-paragraph {
  opacity: 1;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.4;
}

.blue-color {
  color: var(--light-steel-blue);
  text-decoration: underline;
}

.html-embed-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.text-span {
  color: var(--light-steel-blue);
}

.div-block-2 {
  text-align: right;
}

.meeting {
  padding-top: 60px;
  padding-bottom: 0;
}

.text-span-2 {
  color: var(--light-steel-blue);
}

.testimonial-column-dark {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-top: 40px;
  display: grid;
}

.testimonial-block-main {
  background-color: #fff;
  border-right: 1px solid #e1e1e1;
  justify-content: space-between;
  padding: 32px 24px 32px 0;
  display: flex;
}

.testimonial-main-image {
  filter: invert();
  object-fit: cover;
  border-radius: 3px;
  width: 200px;
  height: 100%;
  margin-right: 24px;
}

.testimonial-main-image.invert {
  filter: none;
  height: 100%;
}

.testimonial-main-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.testimonial-block {
  background-color: #fff;
  border-right: 1px solid #e1e1e1;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  filter: invert();
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image.invert {
  filter: none;
}

.testimonial-author-name {
  font-weight: 700;
}

.image-18 {
  opacity: .08;
  filter: grayscale();
  text-align: right;
  object-fit: contain;
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 80%;
  padding: 0;
  display: inline-flex;
  position: absolute;
  inset: 0 0 19px 50%;
  overflow: visible;
}

.text-span-3, .text-span-4, .text-span-5 {
  color: var(--light-steel-blue);
}

.the-div {
  padding-top: 220px;
  padding-bottom: 100px;
}

.alight-full-logo {
  display: none;
}

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

.text-span-6, .text-span-7, .text-span-8 {
  color: var(--burntsienna);
}

.text-span-9, .text-span-10, .text-span-11 {
  color: var(--light-steel-blue);
}

.link-block {
  text-decoration: none;
}

.text-span-12 {
  text-decoration: underline;
}

.spark-container {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.spark-icon {
  width: 12px;
  display: inline-block;
}

.spark-icon.spark-20px-icon {
  align-items: center;
  width: 20px;
  padding: 2px;
  display: flex;
}

.spark-centered-900 {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.spark-centered-900.spark-no-bottom-margin {
  margin-bottom: 0;
}

.spark-secondary-paragraph {
  color: var(--spark-library--foreground-secondary\<deleted\|variable-aa6616bc\>);
  margin-bottom: 64px;
}

.spark-secondary-paragraph.spark-no-bottom-margin {
  margin-bottom: 0;
}

.spark-team-member-details {
  max-width: 590px;
}

.spark-team-member-details.spark-full-width-team-details {
  grid-row-gap: 8px;
  background-color: var(--spark-library--white\<deleted\|variable-547781ba\>);
  flex-direction: column;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 12px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.spark-bold-heading {
  color: var(--light-steel-blue);
  margin-bottom: .5rem;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}

.spark-small-sub-paragraph {
  color: var(--dim-grey);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.spark-vertical-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 310px;
}

.spark-vertical-image.spark-square-corners {
  border-radius: 0;
  height: 25vw;
}

.spark-social-row {
  grid-column-gap: 24px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.spark-team-grid-no-spacing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.spark-wrapped-square-team {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spark-wrapped-square-team.spark-stacked {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.spark-team-link {
  width: 100%;
}

.spark-secondary-paragraph-3 {
  color: var(--spark-library--foreground-secondary\<deleted\|variable-aa6616bc\>);
  margin-bottom: 64px;
}

.spark-bold-heading-2 {
  color: var(--light-steel-blue);
  margin-bottom: .5rem;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-bold-heading-2.spark-card-title {
  font-size: 30px;
}

.spark-wrapped-card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-card.spark-stacked {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  transition: border-color .15s;
}

.spark-square-image-card {
  object-fit: cover;
  border-radius: 3px;
  width: 100%;
  height: auto;
  display: block;
}

.spark-card-details {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 590px;
  padding-bottom: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.spark-side-flat-tab-parent {
  width: 100%;
  padding-bottom: 0;
  display: block;
}

.spark-stacked-flat-tabs-menu {
  float: left;
  grid-column-gap: 0px;
  flex-direction: column;
  justify-content: center;
  width: 30%;
  margin-right: 10%;
  display: inline-block;
}

.spark-side-flat-tab {
  color: var(--spark-library--black\<deleted\|variable-802ac2b5\>);
  background-color: #0000;
  border-bottom: 1px solid #e1e1e1;
  width: 100%;
  padding: 48px 24px;
  transition: border-color .3s, color .15s;
}

.spark-side-flat-tab:hover {
  border-bottom-color: var(--black);
  opacity: 1;
  color: var(--black);
}

.spark-side-flat-tab.w--current {
  border-bottom-color: var(--light-steel-blue);
  color: var(--light-steel-blue);
  background-color: #0000;
}

.spark-two-column-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.spark-side-tabs-content {
  width: 60%;
  display: block;
}

.quick-stack {
  grid-column-gap: 40px;
  grid-row-gap: 100px;
  padding: 0;
}

.margin-200 {
  margin-top: 200px;
}

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

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  font-weight: 500;
}

.text-block, .bold-text-6 {
  font-weight: 300;
}

.bold-text-7 {
  font-weight: 400;
  display: block;
}

.bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15 {
  font-weight: 400;
}

.light {
  font-weight: 300;
}

.last-project-image-mini {
  border-radius: .1em;
  width: 25em;
  height: 25em;
  margin-top: 10em;
  margin-bottom: 10em;
  margin-left: -2em;
  overflow: hidden;
  box-shadow: 0 50px 90px -80px #000;
}

.text-block-49 {
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
}

.text-block-49.bigger {
  font-size: 2em;
}

.last-project-left {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100vh;
  margin-right: 5em;
  display: flex;
  position: sticky;
  top: 0;
}

.titofebus-navbar {
  z-index: 999;
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  flex-direction: column;
  align-items: flex-start;
  width: 20%;
  height: 100vh;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  display: flex;
  position: fixed;
  top: 0;
}

.principle-heading {
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-size: 3vw;
  font-weight: 600;
  line-height: 1.2;
}

.principle-heading.portfolio {
  text-align: left;
}

.link-4 {
  text-decoration: none;
}

.bio-title {
  letter-spacing: -.03em;
  margin-bottom: .4em;
  font-family: Montserrat, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: .8;
}

.waves---cta-dark {
  background-color: #131313;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---cta-dark.wide-cta {
  min-width: 200px;
}

.waves---cta-dark.wide-cta.titofebus {
  text-transform: uppercase;
  border-radius: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
}

.waves---cta-dark.wide-cta.titofebus.alight {
  margin-top: 60px;
  font-size: 1.2vw;
}

.tools-icon {
  background-image: linear-gradient(#fff, #fff);
  border-radius: 50%;
  width: 2em;
  height: 2em;
  margin-top: -1em;
  margin-bottom: 1em;
  margin-left: -3em;
  position: relative;
}

.tools-copy {
  text-align: left;
  max-width: 30ch;
  font-size: 1.2vw;
  font-weight: 400;
}

.waves-gradient-hero-1 {
  z-index: 9;
  background-image: linear-gradient(#fff, #faebe300);
  height: 220px;
  position: absolute;
  inset: -1px 0% auto;
}

.waves-gradient-hero-1.bottom {
  background-image: linear-gradient(to top, #fff, #faebe300);
  inset: auto 0% -1px;
}

.waves---section-hero-primary {
  padding-top: 100px;
  padding-bottom: 100px;
}

.navbar-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-9 {
  text-align: justify;
  font-size: 1.2vw;
}

.nav-number {
  opacity: .5;
  text-align: right;
  min-width: 1.5em;
  margin-left: 2em;
  margin-right: 1em;
  font-size: .8em;
  font-weight: 500;
  text-decoration: none;
}

.nav-text-2 {
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 1.6vw;
  font-weight: 500;
  text-decoration: none;
}

.nav-text-2:hover {
  color: #777;
}

.hello-photo-circled {
  background-image: url("https://cdn.prod.website-files.com/676d7e00ed2ae13fa10e7bb8/67731cecce0d81994325de67_Tito's%20Profile%20Large.webp");
  background-position: 50% 30%;
  background-size: 400px;
  border-radius: 50%;
  width: 12em;
  height: 12em;
  margin-top: -1em;
  margin-bottom: 2em;
  margin-left: -1em;
  overflow: hidden;
}

.bio-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30vw;
  min-height: 100vh;
  margin-right: 15%;
  display: flex;
  position: sticky;
  top: 0;
}

.logo {
  outline-offset: 0px;
  border-radius: 50%;
  outline: 3px #111;
  width: 151em;
  height: 6em;
  margin-bottom: 0;
  margin-left: 12px;
  margin-right: 0;
  padding-top: 0;
}

.logo.in-menu {
  text-align: right;
  align-self: auto;
  width: 10em;
  height: 4em;
  margin-bottom: 20px;
  margin-left: 50px;
}

.nav-link-2 {
  color: #111;
  text-align: left;
  letter-spacing: -.01em;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  justify-content: flex-start;
  align-items: baseline;
  margin: .2em 0 .1em;
  padding: .5em 1em .5em .8em;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.nav-link-2.w--current {
  color: #000;
  background-color: #f7f7f7;
  font-style: normal;
  text-decoration: none;
}

.last-project-image {
  border-radius: .1em;
  width: 22vw;
  height: 20em;
  overflow: hidden;
  box-shadow: 0 50px 90px -80px #000;
}

.waves-inside-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.waves-inside-hero-1.reverse {
  justify-content: flex-end;
}

.principle-copy {
  text-align: justify;
  max-width: 30ch;
  font-size: 1.6vw;
  line-height: 1.8;
}

.bio-icon {
  width: 5em;
  height: 5em;
  margin-bottom: 1em;
  margin-left: auto;
}

.principle-subtitle {
  color: #888;
  border-top: 1px solid #0000001f;
  margin-top: .5em;
  margin-left: .1em;
  padding-top: .4em;
  font-family: Montserrat, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
}

.principle {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3em;
  padding-bottom: 3em;
  padding-left: 4em;
  display: flex;
}

.bold-text-16 {
  font-size: 1em;
}

.last-project-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 20vh;
  font-size: 18em;
  display: flex;
}

.nav-menu-2 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  font-size: 1.5em;
  font-weight: 400;
  display: flex;
}

.tools-title {
  margin-bottom: 1em;
  font-family: Montserrat, sans-serif;
  font-size: 1.4em;
  font-weight: 500;
}

.waves-column-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.services-item {
  border-bottom: 1px solid #0000001f;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  display: flex;
}

.bio-left {
  width: 50vw;
  margin-left: 0%;
  margin-right: 2.5em;
}

.based-in-label {
  color: #222;
  letter-spacing: -.02em;
  background-image: url('../images/map-pin-2.svg');
  background-position: 7%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #0000002e;
  border-radius: .5em;
  margin-left: .6em;
  padding: .3em .6em .3em 2em;
  font-size: 1.4em;
  display: inline-block;
}

.waves---limit-480 {
  width: 100%;
  max-width: 480px;
}

.services-item-heading {
  text-align: left;
  width: 15ch;
  margin-top: 10px;
  margin-right: 1em;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  line-height: .8;
}

.hello-title-wrap {
  border-bottom: 1px solid #0000002e;
  overflow: hidden;
}

.skills-item {
  flex-flow: column;
  align-items: flex-start;
  min-width: 2vw;
  min-height: 1.5vh;
  margin-top: 3em;
  margin-bottom: 3em;
  display: flex;
  position: relative;
}

.bio-subtitle {
  color: #777;
  border-top: 2px solid #888;
  padding-top: .3em;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 300;
}

.bio-heading {
  text-align: right;
  margin-bottom: 1em;
  font-family: Montserrat, sans-serif;
  font-size: 1.6vw;
  font-weight: 500;
}

.icon-2 {
  width: 100px;
  margin-right: 20px;
}

.icon-2.bckgrnd {
  padding-left: 10px;
  padding-right: 10px;
}

.icon-2._1191 {
  filter: contrast(400%);
}

.bio-right-image {
  border-radius: .1em;
  width: 20em;
  height: 30em;
  overflow: hidden;
  box-shadow: 0 50px 90px -80px #000;
}

.hello-title {
  font-family: Montserrat, sans-serif;
  font-size: 2.6vw;
  font-weight: 500;
  line-height: 1.2;
}

.last-project-copy {
  text-align: justify;
  max-width: 35ch;
  margin-bottom: 0;
  font-size: 1.2vw;
  line-height: 1.8;
}

.skills-title {
  margin-bottom: .8em;
  font-family: Montserrat, sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.2;
}

.principle-number {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 9em;
  margin-right: 5em;
  display: flex;
}

.waves---subtitle {
  text-align: justify;
  font-size: 1.6vw;
  line-height: 40px;
}

.waves-image-hero-1 {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.bio-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  display: flex;
}

.follow-link {
  color: #222;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-bottom: 1px #ddd;
  align-items: center;
  width: 50%;
  padding-top: .8em;
  padding-bottom: .8em;
  padding-right: 1em;
  font-size: .7em;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s, border-color .3s, background-color .3s;
  display: flex;
  overflow: visible;
}

.follow-link:hover {
  color: #555;
  -webkit-text-fill-color: inherit;
  background-color: #00487205;
  background-clip: border-box;
  border: 1px #9b4b00;
  border-bottom-color: #004872;
}

.tools-item {
  border: 1px #0000001f;
  border-style: none none solid solid;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 15em;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.tools-item.first {
  border-top-style: solid;
  border-top-color: #0000;
  display: flex;
}

.sections-on-titofebus {
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.quick-stack-2 {
  width: 60vw;
}

.waves-grid-hero-1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.last-project-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.based-in {
  color: #777;
  letter-spacing: -.01em;
  align-items: center;
  margin-top: 3em;
  font-size: .8em;
  display: flex;
}

.text-block-43 {
  max-width: none;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
}

.text-block-43.bigger {
  font-size: 2em;
  text-decoration: none;
}

.link {
  margin-top: 20px;
  font-weight: 300;
  display: block;
}

.navbar-logo {
  color: #111;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.5em;
  margin-bottom: 1em;
  margin-left: 10%;
  display: none;
}

.all-section {
  background-color: #f9fcfc;
  min-height: 100vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
  padding-left: 34%;
}

.all-section.service {
  background-color: #fff0;
  padding-top: 15vh;
  padding-left: 0%;
  padding-right: 10%;
  overflow: hidden;
}

.all-section.portfolio, .all-section.meeting {
  background-color: #fff;
  padding-left: 30%;
}

.all-section.tools {
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  padding: 20vh 5% 20vh 30%;
  display: flex;
}

.all-section.follow {
  flex-flow: wrap;
  align-content: center;
  padding-top: 20vh;
  padding-bottom: 20vh;
  display: flex;
}

.all-section.follow.the-end {
  background-color: #fff;
  padding-bottom: 20vh;
  padding-left: 30%;
}

.all-section.principles {
  background-color: #fff;
  padding-left: 30%;
}

.all-section.hello {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10vh;
  padding-left: 30%;
  display: flex;
}

.all-section.skils {
  background-color: #fff;
  flex-wrap: wrap;
  place-content: center space-around;
  padding-left: 30%;
  display: flex;
}

.all-section.bio {
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 30%;
  padding-right: 0;
  display: flex;
}

.all-section.last-project {
  background-color: #fff;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 30%;
  padding-right: 20%;
  display: flex;
}

.all-section.clients {
  background-color: #fff;
  padding-top: 15vh;
  padding-bottom: 15vh;
  padding-left: 30%;
}

.based-in-text {
  color: #777;
  font-size: 1.4em;
}

.section-heading {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 300;
  display: none;
}

.bold-text-17 {
  font-size: 1em;
}

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

.menu-2 {
  font-size: 1em;
  line-height: 1;
}

.bold-text-18 {
  font-size: 1em;
}

.follow-link-icon {
  color: #000;
  width: 2em;
  margin-right: 2em;
}

.cover-image {
  object-fit: cover;
  background-image: url("https://cdn.prod.website-files.com/676d7e00ed2ae13fa10e7bb8/67731cecce0d81994325de67_Tito's%20Profile%20Large.webp");
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.cover-image.bw {
  filter: grayscale();
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url("https://cdn.prod.website-files.com/676d7e00ed2ae13fa10e7bb8/67731cecce0d81994325de67_Tito's%20Profile%20Large.webp");
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-2 {
  color: #222;
  text-decoration: none;
}

.waves-gallery-hero-1 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  height: 740px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.follow-link-number {
  color: #222;
  text-align: right;
  min-width: 2.5em;
  margin-right: 2em;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
}

.follow-link-number:hover {
  color: #777;
}

.skills-copy {
  color: #777;
  text-align: justify;
  max-width: 30ch;
  font-size: 1.2vw;
  line-height: 1.65;
}

.bio-item {
  border-bottom: 1px solid #0000001f;
  max-width: 30ch;
  margin-bottom: 2em;
  padding-bottom: 2em;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.8;
}

.waves-image-wrap-hero-1 {
  border-radius: 0;
  width: 100%;
  height: 410px;
  overflow: hidden;
}

.container-11 {
  max-width: 60vw;
  margin-left: 0%;
  margin-right: 0;
}

.skills-icon {
  width: 2.5em;
  height: 2.5em;
  position: absolute;
  bottom: -2.5em;
  left: -2.5em;
  transform: rotate(0);
}

.waves-content-hero-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-item-gallery-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-13 {
  font-family: Satoshi, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.text-span-14 {
  color: var(--light-steel-blue);
}

@media screen and (min-width: 1280px) {
  .last-project-copy {
    max-width: 35ch;
  }
}

@media screen and (min-width: 1440px) {
  .principle {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .last-project-copy {
    max-width: 45ch;
  }

  .follow-link {
    width: 30%;
  }

  .all-section.tools {
    justify-content: flex-start;
    align-items: stretch;
    padding-right: 10%;
  }

  .all-section.skils {
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    padding-right: 5%;
  }

  .all-section.last-project {
    padding-right: 10%;
  }
}

@media screen and (min-width: 1920px) {
  .principle-heading.portfolio {
    text-align: left;
  }

  .link-4 {
    display: block;
  }

  .waves---cta-dark.wide-cta.titofebus.alight {
    font-size: 1.2vw;
  }

  .services-item-heading {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 2em;
    font-size: 1.6vw;
  }

  .skills-title {
    font-size: 1.4em;
  }

  .follow-link {
    width: 45%;
    font-size: 1em;
  }

  .all-section.tools {
    padding-right: 10%;
  }

  .all-section.hello {
    padding-top: 10vh;
  }

  .all-section.skils {
    font-size: 1.2vw;
  }

  .all-section.last-project {
    font-size: 1.6vw;
  }

  .link-2 {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .utility-page-wrap {
    padding-bottom: 6px;
  }

  .page-content {
    padding-left: 0;
  }

  .section {
    padding: 50px 5%;
  }

  .section._1 {
    padding-bottom: 60px;
  }

  .section._3 {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.no-spacing {
    padding-left: 5%;
    padding-right: 5%;
  }

  .first-checkout {
    width: 100%;
    margin-right: 0;
  }

  .second-checkout {
    flex-basis: auto;
    width: 100%;
    position: relative;
    top: 0;
  }

  .checkout-container {
    flex-direction: column-reverse;
  }

  .display-1._4 {
    font-size: 8vw;
  }

  .display-1._2 {
    font-size: 9vw;
  }

  .display-2 {
    font-size: 47px;
  }

  .sticky-left {
    position: relative;
    top: 0;
  }

  .components-grid, .components-grid-style {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .blog-link {
    max-width: 80%;
  }

  .navigation-link {
    margin-bottom: 10px;
    margin-left: 0;
    padding-bottom: 3px;
  }

  .hero {
    min-height: auto;
    padding-top: 200px;
    padding-bottom: 280px;
  }

  .hero._2 {
    padding-top: 142px;
    padding-bottom: 157px;
  }

  .remove-circe-mobile {
    background-color: #b8dbdf;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
    position: absolute;
    inset: 20px 20px auto auto;
  }

  .menu-overlay {
    cursor: auto;
  }

  .nav-text {
    height: auto;
  }

  .menu-content {
    flex-direction: column;
    top: 0;
  }

  .remove {
    width: 24px;
  }

  .logo-link {
    height: auto;
  }

  .hamburger-line {
    background-color: #000;
    width: 70%;
    height: 2px;
  }

  .hamburger-line.top {
    top: 25%;
  }

  .menu-button {
    order: 1;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .navbar {
    padding-left: 2%;
    padding-right: 2%;
    position: absolute;
  }

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

  .container-navigation.grid {
    padding-bottom: 30px;
  }

  .nav-menu {
    background-color: #fff;
    width: 100%;
  }

  .navlink {
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-primary {
    font-size: 16px;
  }

  .top-text {
    width: 100%;
  }

  .circle-cursor {
    display: none;
  }

  .hero-photo {
    width: 360px;
    height: 420px;
    top: -99px;
    right: -9%;
  }

  .text-rotator {
    font-size: 60px;
    line-height: 80px;
  }

  ._100vh, .project-content {
    height: 800px;
  }

  .sub-text.niche {
    font-size: 30px;
  }

  .logo-grid {
    grid-column-gap: 16px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 30px;
  }

  .services-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-grid {
    grid-template-columns: .6fr 1fr;
  }

  .services-icon {
    width: 44px;
  }

  .service-title {
    font-size: 23px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .copyright-flex {
    width: 100%;
  }

  .empty-block {
    display: none;
  }

  .copyright {
    margin-bottom: 0;
  }

  .grid-4-columns {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-grid {
    grid-row-gap: 90px;
    grid-template-columns: 1fr;
  }

  .card-container {
    width: 100%;
    min-width: auto;
  }

  .contact-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .blog-image {
    width: 200px;
    bottom: 12px;
    right: -95px;
  }

  .blog-text {
    font-size: 30px;
    line-height: 32px;
  }

  .blog-page-content {
    max-width: 100%;
  }

  .project-page {
    height: 700px;
  }

  .components-grid-font {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .html-embed-3 {
    margin-left: -5%;
    margin-right: -5%;
  }

  .meeting {
    padding-top: 0;
  }

  .container-2 {
    max-width: 728px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-main-image {
    width: 300px;
    height: 350px;
  }

  .image-18 {
    left: 260px;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-vertical-image.spark-square-corners {
    height: 50vw;
  }

  .spark-team-grid-no-spacing {
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-wrapped-square-team {
    width: 45%;
  }

  .spark-wrapped-square-team.spark-stacked {
    width: 50%;
  }

  .spark-wrapped-card {
    width: 45%;
  }

  .spark-card-details {
    padding-left: 0;
  }

  .spark-stacked-flat-tabs-menu {
    width: 35%;
    margin-bottom: 64px;
    margin-right: 5%;
  }

  .spark-side-flat-tab {
    width: 100%;
    padding-left: 0;
  }

  .spark-two-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .last-project-image-mini {
    width: 15em;
    height: 15em;
    margin-left: -1em;
  }

  .text-block-49, .text-block-49.bigger {
    font-size: 1em;
  }

  .last-project-left {
    margin-right: 3em;
  }

  .principle-heading {
    font-size: 20px;
  }

  .bio-title {
    font-size: 3em;
  }

  .tools-copy {
    font-size: 2vw;
  }

  .waves-gradient-hero-1 {
    height: 140px;
  }

  .waves---section-hero-primary {
    text-align: center;
  }

  .hello-photo-circled {
    margin-left: 0;
  }

  .logo {
    width: 10em;
    height: 5em;
    margin-left: auto;
    margin-right: 0;
  }

  .logo.in-menu {
    margin-left: 20px;
  }

  .principle-copy {
    max-width: 23ch;
    font-size: .8em;
  }

  .principle {
    padding-left: 0;
  }

  .nav-menu-2 {
    font-size: .7em;
  }

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

  .bio-left {
    margin-right: 4em;
  }

  .based-in-label {
    padding-left: 2.2em;
    font-size: 1em;
  }

  .services-item-heading {
    margin-right: 0;
    font-size: 1em;
  }

  .skills-item {
    margin-left: 1em;
    margin-right: 1em;
  }

  .bio-right-image {
    width: 10em;
  }

  .hello-title {
    font-size: 3vw;
  }

  .last-project-copy {
    max-width: 28ch;
    margin-bottom: 0;
    font-size: .8em;
  }

  .skills-title {
    font-size: 1.4em;
    line-height: 1.8;
  }

  .principle-number {
    margin-right: 3em;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .follow-link {
    font-size: .8em;
  }

  .tools-item, .tools-item.first {
    width: 25em;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .text-block-43, .text-block-43.bigger {
    font-size: 1em;
  }

  .navbar-logo {
    flex-direction: column;
    align-items: center;
    margin-bottom: 1em;
    margin-left: 15%;
  }

  .all-section.skils {
    padding-left: 30%;
  }

  .based-in-text {
    font-size: 1em;
  }

  .waves-gallery-hero-1 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .follow-link-number {
    font-size: 1em;
  }

  .skills-copy, .bio-item {
    font-size: .8em;
  }

  .waves-image-wrap-hero-1 {
    height: 320px;
  }

  .waves-content-hero-1 {
    text-align: left;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .section._1 {
    padding-bottom: 30px;
  }

  .circle-plus {
    bottom: 20px;
    right: 20px;
  }

  .display-1 {
    font-size: 80px;
  }

  .display-3 {
    margin-bottom: 0;
    font-size: 30px;
  }

  .style-guide-grid {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-grid.icons {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .photo-animation {
    max-width: 100%;
  }

  .blog-link {
    max-width: 90%;
  }

  .navigation-link {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero {
    padding-top: 135px;
    padding-bottom: 140px;
  }

  .hero._2 {
    padding-top: 124px;
    padding-bottom: 134px;
  }

  .remove-circle {
    top: 15px;
    right: 15px;
  }

  .navlinks {
    height: auto;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 50px;
    line-height: 70px;
  }

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

  .navbar {
    height: 70px;
  }

  .container-navigation.grid {
    grid-template-columns: 1fr 1fr;
  }

  .cart-container {
    min-width: 320px;
  }

  .bo-logo {
    width: 38px;
    display: none;
  }

  .navlink {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .top-text {
    display: none;
  }

  .grid-2-columns {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .hero-photo {
    display: none;
  }

  .max-w-width {
    margin-left: 0;
  }

  ._100vh, .project-content {
    height: 400px;
  }

  .project-title {
    padding-bottom: 10px;
  }

  .logo-grid {
    max-width: 100%;
  }

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

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

  .footer-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .copyright-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .copyright {
    margin-bottom: 5px;
  }

  .grid-4-columns {
    grid-template-columns: 1fr;
  }

  .testimonials-name {
    margin-bottom: 3px;
    font-size: 16px;
  }

  .card-container {
    align-self: center;
    width: 100%;
    min-width: auto;
  }

  .photo-animation-2 {
    max-width: 100%;
  }

  .blog-image {
    width: 150px;
    right: -42px;
  }

  .blog-page-content {
    max-width: 100%;
  }

  .project-page {
    height: 500px;
  }

  .templates-badge-wrapper {
    display: none;
  }

  .div-block-2 {
    text-align: left;
  }

  .testimonial-column-dark {
    padding: 60px 15px;
  }

  .testimonial-main-image {
    width: 250px;
  }

  .image-18 {
    height: 70%;
    top: 0;
    left: 204px;
  }

  .alight-full-logo {
    display: block;
  }

  .spark-container {
    width: 100%;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-secondary-paragraph {
    margin-bottom: 32px;
  }

  .spark-small-sub-paragraph {
    line-height: 1.3;
  }

  .spark-vertical-image.spark-square-corners {
    height: 100%;
    display: block;
  }

  .spark-team-grid-no-spacing {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .spark-wrapped-square-team {
    width: 100%;
  }

  .spark-wrapped-square-team.spark-stacked {
    grid-row-gap: 0px;
    width: 50%;
    padding-bottom: 0;
  }

  .spark-secondary-paragraph-3 {
    margin-bottom: 32px;
  }

  .spark-wrapped-card {
    width: 100%;
  }

  .spark-wrapped-card.spark-stacked {
    grid-row-gap: 16px;
    width: 100%;
  }

  .spark-card-details {
    padding-left: 0;
  }

  .spark-stacked-flat-tabs-menu {
    width: 100%;
  }

  .spark-side-flat-tab {
    padding-left: 0;
    padding-right: 32px;
  }

  .spark-two-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-side-tabs-content {
    width: 100%;
  }

  .last-project-image-mini {
    box-shadow: none;
  }

  .titofebus-navbar {
    background-color: #fff;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 10vh;
    display: flex;
    position: fixed;
    top: 0;
  }

  .principle-heading {
    font-weight: 500;
  }

  .principle-heading.portfolio {
    font-size: 32px;
  }

  .waves---cta-dark.wide-cta.titofebus.alight, .tools-copy {
    font-size: 3vw;
  }

  .waves---section-hero-primary {
    width: auto;
  }

  .navbar-button {
    z-index: 9999;
    margin-right: 20px;
    display: flex;
  }

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

  .waves---main-container {
    max-width: 80vw;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-9 {
    font-size: 2.5vw;
  }

  .bio-right {
    margin-right: 0%;
  }

  .logo {
    width: 5em;
    margin-right: .5em;
    font-size: 4vw;
    display: block;
  }

  .nav-link-2 {
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 0;
  }

  .principle-copy {
    font-size: .9em;
  }

  .nav-menu-2 {
    background-color: #edf0f0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
    width: 100%;
    height: 100vh;
    padding-top: 10vh;
    font-size: 1.3em;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .services-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bio-left {
    margin-left: 0%;
    margin-right: 3em;
  }

  .based-in-label {
    background-size: 1em;
  }

  .services-item-heading {
    margin-right: 2em;
    font-size: 1.4em;
  }

  .bio-heading {
    font-size: 3vw;
  }

  .icon-2 {
    margin-left: -8px;
  }

  .icon-2.bckgrnd {
    margin-left: -15px;
  }

  .icon-2._1191 {
    margin-left: -17px;
  }

  .last-project-copy {
    margin-top: 40px;
    font-size: 1em;
  }

  .skills-title {
    font-size: 1.5em;
  }

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .tools-item.first {
    border-top-color: #0000001f;
  }

  .sections-on-titofebus {
    flex: none;
    width: 100%;
  }

  .quick-stack-2 {
    width: 80vw;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 40px;
    justify-items: center;
    width: 80vw;
  }

  .navbar-logo {
    z-index: 9999;
    flex-direction: row;
    justify-content: flex-start;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0%;
    padding-left: 5%;
    padding-right: 2.5%;
    display: block;
    position: relative;
  }

  .all-section {
    padding: 12vh 10% 5vh;
  }

  .all-section.service {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 12vh;
    padding-right: 0%;
    display: block;
  }

  .all-section.portfolio {
    padding-left: 0%;
    padding-right: 0%;
  }

  .all-section.meeting {
    padding-left: 10%;
  }

  .all-section.tools {
    align-content: center;
    padding-top: 12vh;
    padding-bottom: 5vh;
    padding-left: 10%;
  }

  .all-section.follow {
    padding-top: 12vh;
    padding-bottom: 5vh;
  }

  .all-section.follow.the-end {
    padding-left: 5%;
    padding-right: 5%;
  }

  .all-section.principles {
    padding-left: 10%;
  }

  .all-section.hello {
    background-color: #fff;
    align-items: center;
    padding-left: 10%;
  }

  .all-section.skils {
    justify-content: space-around;
    padding-left: 10%;
  }

  .all-section.bio, .all-section.last-project {
    padding-left: 10%;
    padding-right: 10%;
  }

  .all-section.clients {
    padding-top: 12vh;
    padding-bottom: 5vh;
    padding-left: 10%;
  }

  .section-heading {
    font-size: 1em;
  }

  .menu-2 {
    color: #727272;
    cursor: pointer;
    padding: 1em;
    font-size: 1.3em;
    font-weight: 200;
    transform: rotate(90deg);
  }

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

  .skills-copy {
    max-width: 24ch;
    font-size: .9em;
  }

  .container-11 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  .section.footer {
    padding-bottom: 20px;
  }

  .product-title-sidebar {
    font-size: 16px;
  }

  .order-item {
    flex-direction: column;
  }

  .strange-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .circle-plus {
    bottom: 10px;
    right: 10px;
  }

  .display-1 {
    font-size: 60px;
    line-height: 1.2;
  }

  .display-2 {
    font-size: 34px;
  }

  .display-3 {
    font-size: 22px;
    line-height: 1.1;
  }

  .style-guide-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .style-guide-grid.icons {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .link-grid {
    grid-template-columns: 1fr;
  }

  .blog-link {
    max-width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .navigation-link {
    margin-bottom: 5px;
  }

  .hero {
    padding-top: 100px;
  }

  .hero._2 {
    padding-top: 85px;
  }

  .remove-circe-mobile {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }

  .remove {
    width: 20px;
  }

  .menu-button {
    margin-left: 0;
    margin-right: 10px;
  }

  .navbar {
    height: 60px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .cart-container {
    border-radius: 0;
  }

  .nav-menu {
    z-index: 9999;
  }

  .top-text {
    display: none;
  }

  .social-wrapper-footer {
    flex-direction: row;
    justify-content: center;
  }

  .text-rotator {
    font-size: 40px;
    line-height: 60px;
  }

  .start-icon {
    margin-top: 10px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .project-title {
    font-size: 30px;
  }

  .sub-text.niche {
    margin-bottom: 0;
    font-size: 24px;
  }

  .margin-120px {
    margin-top: 120px;
  }

  .logo-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .services-icon {
    width: 38px;
    margin-right: 15px;
  }

  .service-title {
    font-size: 21px;
  }

  .subhead {
    font-size: 22px;
  }

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

  .footer-top-part {
    grid-column-gap: 16px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
    display: none;
  }

  .margin-25px {
    text-align: left;
    display: flex;
  }

  .copyright-flex {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .pricing-grid {
    grid-row-gap: 80px;
  }

  .card-container {
    min-width: 0;
    padding-left: 4px;
    padding-right: 4px;
  }

  .toggle-header {
    line-height: 24px;
  }

  .toogle-icon {
    flex: none;
  }

  .toggle-space {
    padding-right: 0;
  }

  .form-grid {
    max-width: 100%;
  }

  .horizontal-divider {
    height: 20px;
  }

  .horizontal-divider._15px {
    height: 0;
  }

  .blog-wrapper {
    max-width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .blog-image {
    display: none;
  }

  .blog-text {
    font-size: 27px;
    line-height: 30px;
  }

  .button-flex {
    flex-direction: column;
  }

  .button-flex.left {
    flex-direction: row;
    margin-bottom: 6px;
  }

  .project-rich-text {
    max-width: 100%;
  }

  .project-page {
    height: 400px;
  }

  .div-block, .div-block-2 {
    text-align: left;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-block-main {
    flex-direction: column;
    padding-right: 0;
  }

  .testimonial-main-image {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .testimonial-main-content {
    padding-right: 20px;
  }

  .testimonial-block {
    padding-left: 0;
    padding-right: 20px;
  }

  .image-18 {
    justify-content: flex-end;
    align-self: flex-start;
    align-items: center;
    height: 60%;
    padding-bottom: 0;
    top: 5%;
    bottom: 0;
    left: 190px;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .spark-icon.spark-20px-icon {
    flex: none;
    width: 20px;
    padding: 0;
  }

  .spark-centered-900 {
    margin-bottom: 64px;
  }

  .spark-bold-heading {
    line-height: 1.3;
  }

  .spark-team-grid-no-spacing {
    grid-row-gap: 0px;
  }

  .spark-wrapped-square-team.spark-stacked {
    width: 100%;
  }

  .spark-bold-heading-2 {
    line-height: 1.3;
  }

  .spark-wrapped-card.spark-stacked {
    width: 100%;
  }

  .spark-card-details {
    padding-left: 10px;
  }

  .spark-stacked-flat-tabs-menu {
    flex-flow: column wrap;
    justify-content: flex-start;
  }

  .spark-side-flat-tab {
    padding: 16px 16px 16px 10px;
  }

  .last-project-image-mini {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .last-project-left {
    height: auto;
    margin-right: 0;
    position: static;
  }

  .titofebus-navbar {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: #ffffffbf;
    justify-content: space-between;
    align-items: center;
    height: 10vh;
    display: flex;
  }

  .principle-heading {
    text-align: left;
    font-size: 1.8em;
  }

  .principle-heading.portfolio {
    margin-bottom: 0;
  }

  .bio-title {
    font-size: 2.4em;
  }

  .waves---cta-dark.wide-cta.titofebus {
    width: auto;
    min-width: 100%;
    font-size: 3vw;
  }

  .waves---cta-dark.wide-cta.titofebus.alight {
    width: 100%;
    min-width: auto;
    font-size: 3vw;
  }

  .tools-icon {
    margin-bottom: 2em;
    margin-left: -2.5em;
  }

  .tools-copy {
    color: #777;
    font-size: 4vw;
  }

  .waves-gradient-hero-1 {
    top: -1px;
  }

  .waves-gradient-hero-1.bottom {
    bottom: -1px;
  }

  .waves---section-hero-primary {
    padding: 0;
  }

  .navbar-button {
    display: flex;
  }

  .paragraph-9 {
    font-size: 4vw;
  }

  .nav-number {
    margin-left: 1em;
    display: none;
  }

  .nav-text-2 {
    font-size: 1.4em;
  }

  .bio-right {
    order: -1;
    width: auto;
    min-height: auto;
    margin-bottom: 1.5em;
    margin-right: auto;
    position: static;
  }

  .logo {
    width: 8em;
    height: auto;
    line-height: 2;
  }

  .logo.in-menu {
    display: none;
  }

  .nav-link-2 {
    letter-spacing: -.02em;
    padding-left: 2.2em;
    font-weight: 600;
  }

  .nav-link-2.w--current {
    padding-left: 2.2em;
  }

  .last-project-image {
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .principle-copy {
    max-width: 30ch;
    font-size: 4vw;
    line-height: 1.7;
  }

  .bio-icon {
    margin-bottom: 2em;
    margin-left: auto;
  }

  .principle-subtitle {
    font-size: 1.2em;
  }

  .principle {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .last-project-title-wrap {
    width: 100%;
    min-height: auto;
    margin-left: 0%;
    padding-top: 2em;
    padding-bottom: 1em;
    padding-left: 0;
    font-size: 1.5em;
  }

  .nav-menu-2 {
    background-color: #fff;
    padding-top: 15vh;
    font-size: 1.1em;
    display: none;
  }

  .tools-title {
    font-size: 1.3em;
  }

  .waves-column-hero-1 {
    width: 48%;
  }

  .waves-column-hero-1.column-one, .waves-column-hero-1.column-two {
    flex: none;
  }

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

  .bio-left {
    width: 80vw;
    margin-right: 0;
  }

  .based-in-label {
    font-size: .9em;
  }

  .services-item-heading {
    margin-bottom: 2em;
    font-size: 6vw;
  }

  .hello-title-wrap {
    font-size: 34px;
  }

  .skills-item {
    border-top: 1px solid #0000001f;
    width: 100%;
    margin: 2em 0 0;
    padding-top: 2em;
  }

  .bio-heading {
    text-align: left;
    margin-left: 0;
    font-size: 4vw;
  }

  .icon-2 {
    width: 80px;
    margin-left: -5px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .icon-2.bckgrnd, .icon-2._1191 {
    margin-left: -15px;
  }

  .bio-right-image {
    width: auto;
    height: auto;
  }

  .hello-title {
    text-align: left;
    font-size: 1em;
  }

  .last-project-copy {
    max-width: 30ch;
    margin-top: 20px;
    margin-bottom: 5vh;
    font-size: 4vw;
  }

  .skills-title {
    margin-bottom: .6em;
    font-size: 1.8em;
  }

  .principle-number {
    align-items: flex-start;
    width: auto;
    margin-bottom: 2em;
  }

  .waves---subtitle {
    font-size: 4vw;
  }

  .bio-title-wrap {
    align-items: flex-start;
    min-height: auto;
    margin-bottom: 4em;
  }

  .follow-link {
    color: #222;
    justify-content: flex-start;
    width: 100%;
    font-size: 4vw;
  }

  .follow-link:active {
    color: #222;
    border-bottom-color: #222;
  }

  .tools-item {
    width: auto;
    padding-bottom: 3em;
    padding-right: 0;
  }

  .tools-item.first {
    border-top-color: #0000;
    width: auto;
  }

  .sections-on-titofebus {
    background-color: #fff;
  }

  .quick-stack-2 {
    width: 80vw;
    padding-left: 0;
    padding-right: 0;
  }

  .waves-grid-hero-1 {
    width: auto;
  }

  .waves---mg-top-16 {
    min-width: 100%;
  }

  .last-project-right {
    width: 100%;
  }

  .navbar-logo {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    height: auto;
    display: block;
  }

  .all-section {
    min-height: 80vh;
    padding-left: 10%;
    padding-right: 10%;
  }

  .all-section:focus, .all-section:focus-visible, .all-section[data-wf-focus-visible] {
    outline-offset: 0px;
    outline: 0 #0000;
  }

  .all-section.portfolio {
    padding-top: 0;
  }

  .all-section.meeting {
    padding-top: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .all-section.tools {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10%;
    padding-right: 10%;
  }

  .all-section.follow {
    flex-direction: column;
    align-items: flex-start;
  }

  .all-section.follow.the-end {
    padding-left: 10%;
    padding-right: 10%;
  }

  .all-section.principles {
    padding-left: 10%;
  }

  .all-section.hello {
    text-align: center;
    align-items: flex-start;
    min-height: 80vh;
    padding-top: 25vh;
    padding-left: 10%;
  }

  .all-section.skils {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .all-section.bio {
    flex-direction: column;
    padding: 12vh 10% 0;
  }

  .all-section.last-project {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 12vh;
    padding-right: 10%;
  }

  .all-section.clients {
    padding-left: 10%;
  }

  .section-heading {
    margin-bottom: 3em;
    font-family: Montserrat, sans-serif;
    display: block;
  }

  .menu-2 {
    font-weight: 300;
    transform: rotate(90deg);
  }

  .follow-link-icon {
    margin-right: 1.5em;
  }

  .cover-image {
    font-size: 4vw;
    line-height: 2;
  }

  .link-2 {
    display: inline;
  }

  .waves-gallery-hero-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .follow-link-number {
    min-width: auto;
  }

  .skills-copy {
    color: #777;
    max-width: 27ch;
    font-size: 4vw;
    line-height: 1.7;
  }

  .bio-item {
    max-width: none;
    margin-bottom: 4em;
    padding-bottom: 4em;
    font-size: 1em;
  }

  .container-11 {
    margin-top: 140px;
  }

  .skills-icon {
    bottom: 0;
    left: auto;
    right: 0;
  }
}

#w-node-_5cda19f2-6a98-7624-19fd-bba2860f3747-a10e7d8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2f1d323-9aad-b78a-8471-80d1289fe7dc-a10e7d8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1452619b-73f9-a710-64ff-23289bd9e4aa-a10e7d8d, #w-node-_3c5bfec6-b2da-383f-97de-bad384defbb0-a10e7d8d, #w-node-_3c5bfec6-b2da-383f-97de-bad384defbb8-a10e7d8d, #w-node-_3c5bfec6-b2da-383f-97de-bad384defb9e-a10e7d8d, #w-node-_3c5bfec6-b2da-383f-97de-bad384defba6-a10e7d8d, #w-node-_3c5bfec6-b2da-383f-97de-bad384defbc2-a10e7d8d, #w-node-_3c5bfec6-b2da-383f-97de-bad384defbca-a10e7d8d, #w-node-_97e3621a-7763-a6cd-ca12-9054ba4b2d7f-a10e7d8d, #w-node-_97e3621a-7763-a6cd-ca12-9054ba4b2d83-a10e7d8d, #w-node-_97e3621a-7763-a6cd-ca12-9054ba4b2d87-a10e7d8d, #w-node-_97e3621a-7763-a6cd-ca12-9054ba4b2d8b-a10e7d8d, #w-node-_97e3621a-7763-a6cd-ca12-9054ba4b2d8f-a10e7d8d, #w-node-_97e3621a-7763-a6cd-ca12-9054ba4b2d93-a10e7d8d, #w-node-_97e3621a-7763-a6cd-ca12-9054ba4b2d97-a10e7d8d, #w-node-_97e3621a-7763-a6cd-ca12-9054ba4b2d9c-a10e7d8d, #w-node-_97e3621a-7763-a6cd-ca12-9054ba4b2da3-a10e7d8d, #w-node-_70b3894f-ad3a-f5e5-ddd7-7ba668131844-68131841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70b3894f-ad3a-f5e5-ddd7-7ba668131849-68131841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_70b3894f-ad3a-f5e5-ddd7-7ba66813186e-68131841 {
  justify-self: end;
}

#w-node-a3f72864-ec4f-e36f-6f04-1aa07e7d8498-7e7d8491, #w-node-a3f72864-ec4f-e36f-6f04-1aa07e7d84a2-7e7d8491, #w-node-a3f72864-ec4f-e36f-6f04-1aa07e7d84ac-7e7d8491 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78fd20c4-2009-a6a3-7378-0df69d2dbd84-9d2dbd82 {
  order: -9999;
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_78fd20c4-2009-a6a3-7378-0df69d2dbd88-9d2dbd82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78fd20c4-2009-a6a3-7378-0df69d2dbd89-9d2dbd82 {
  justify-self: center;
}

#w-node-_78fd20c4-2009-a6a3-7378-0df69d2dbd99-9d2dbd82 {
  place-self: center end;
}

#w-node-_009a5446-a516-55d0-f40f-c2a9de667e08-a10e7dd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_009a5446-a516-55d0-f40f-c2a9de667e0d-a10e7dd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-aaa3ca08-a7d7-b4f4-32f6-724d95f6ee11-a10e7dd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aaa3ca08-a7d7-b4f4-32f6-724d95f6ee16-a10e7dd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-aaa3ca08-a7d7-b4f4-32f6-724d95f6eeaf-a10e7dd4, #w-node-_96dc4b54-16ee-3fc2-1b47-f2a6b2785fb9-a10e7dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96dc4b54-16ee-3fc2-1b47-f2a6b2785fc0-a10e7dd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_96dc4b54-16ee-3fc2-1b47-f2a6b2785fef-a10e7dd5, #w-node-_533252ca-3bff-1ed4-775c-6ec66820556d-a10e7dd6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_533252ca-3bff-1ed4-775c-6ec668205574-a10e7dd6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_533252ca-3bff-1ed4-775c-6ec6682055a3-a10e7dd6, #w-node-_83dfa914-d22c-e2c5-9f5e-2a320a263dd9-a10e7dea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83dfa914-d22c-e2c5-9f5e-2a320a263dde-a10e7dea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_83dfa914-d22c-e2c5-9f5e-2a320a263e77-a10e7dea, #w-node-_328ae00d-2283-e78b-2001-a23ea7c96f94-a10e7deb, #w-node-_4b380c19-cfac-a563-d8bf-6bda87b623f6-a10e7def {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b380c19-cfac-a563-d8bf-6bda87b623fb-a10e7def {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7be265ce-137c-b211-1cde-726326ae6e2f-a10e7df0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7be265ce-137c-b211-1cde-726326ae6e34-a10e7df0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a28e0a1d-f352-9e22-f1cc-954e22e1bb74-a10e7df1 {
  align-self: center;
}

#w-node-_5cda19f2-6a98-7624-19fd-bba2860f3747-a10e7df3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2f1d323-9aad-b78a-8471-80d1289fe7dc-a10e7df3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1452619b-73f9-a710-64ff-23289bd9e4aa-a10e7df3, #w-node-aef8f63f-6a2f-7ee2-cd23-d8e624e7a35a-a10e7df3, #w-node-c948f3e9-ec73-038b-b790-2a291ed84b79-a10e7df3, #w-node-_76c9c05d-f723-0ddb-8611-5d98752df073-a10e7df3, #w-node-_76c9c05d-f723-0ddb-8611-5d98752df077-a10e7df3, #w-node-_1d61c6fe-6ada-0c7c-91f7-57c80f0bb234-a10e7df3, #w-node-_1d61c6fe-6ada-0c7c-91f7-57c80f0bb238-a10e7df3, #w-node-_8fe81cf4-f53c-7a78-0a3a-046cef3cd2e4-a10e7df3, #w-node-_8fe81cf4-f53c-7a78-0a3a-046cef3cd2e8-a10e7df3, #w-node-d3cebf26-f7d7-2c0a-0a0f-866113ab43a1-a10e7df3, #w-node-d3cebf26-f7d7-2c0a-0a0f-866113ab43a5-a10e7df3, #w-node-_28016891-7c67-c175-4e2c-7e2a28020cf6-a10e7df3, #w-node-_28016891-7c67-c175-4e2c-7e2a28020cfa-a10e7df3, #w-node-_47321add-a2d1-bb30-6293-1e9e1cd17c4c-a10e7df3, #w-node-_47321add-a2d1-bb30-6293-1e9e1cd17c50-a10e7df3, #w-node-a394bdc0-2aa3-2aa8-f205-c16516f969e1-a10e7df3, #w-node-a394bdc0-2aa3-2aa8-f205-c16516f969e5-a10e7df3, #w-node-_9500cd99-52d8-d00b-fec0-7610ea7f0409-a10e7df3, #w-node-_9500cd99-52d8-d00b-fec0-7610ea7f040d-a10e7df3, #w-node-_6849936a-9497-b155-9004-2b48a7336cd8-a10e7df3, #w-node-_6849936a-9497-b155-9004-2b48a7336cdc-a10e7df3, #w-node-_91515932-254d-ad98-e4da-88251adf25d3-a10e7df3, #w-node-_91515932-254d-ad98-e4da-88251adf25d7-a10e7df3, #w-node-_2261bed1-4304-6f81-b7d8-e001d17266f1-a10e7df3, #w-node-_2261bed1-4304-6f81-b7d8-e001d17266f5-a10e7df3, #w-node-_009cf7a6-21c3-eec0-a23e-8d6149b8fb4c-a10e7df3, #w-node-_009cf7a6-21c3-eec0-a23e-8d6149b8fb50-a10e7df3, #w-node-f4eeb8db-55bd-faa9-c4d2-27d583070211-a10e7df3, #w-node-_5cda19f2-6a98-7624-19fd-bba2860f3747-a10e7df4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2f1d323-9aad-b78a-8471-80d1289fe7dc-a10e7df4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5cda19f2-6a98-7624-19fd-bba2860f3747-a10e7df5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2f1d323-9aad-b78a-8471-80d1289fe7dc-a10e7df5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70124fe1-2f62-c2a9-2bc4-6cb60d56d31f-a10e7df5, #w-node-_5cda19f2-6a98-7624-19fd-bba2860f3747-a10e7df6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2f1d323-9aad-b78a-8471-80d1289fe7dc-a10e7df6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d0ca32e7-59b5-11bf-5950-cd2ac3ab2d26-a10e7df6 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_504b05ae-2d51-bf77-779d-0ea51cb35b5e-a10e7df6, #w-node-_05225fa3-828d-f517-0065-2e9da6376e18-a10e7df6, #w-node-_5cda19f2-6a98-7624-19fd-bba2860f3747-a10e7e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2f1d323-9aad-b78a-8471-80d1289fe7dc-a10e7e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9d2fe334-af44-0212-a8f9-a7f00fc5f603-a10e7e0a, #w-node-_9d2fe334-af44-0212-a8f9-a7f00fc5f60d-a10e7e0a, #w-node-_9d2fe334-af44-0212-a8f9-a7f00fc5f617-a10e7e0a, #w-node-adcdbb6d-ecb7-f899-297c-89fef983b752-af2cf3c1, #w-node-adcdbb6d-ecb7-f899-297c-89fef983b75f-af2cf3c1, #w-node-adcdbb6d-ecb7-f899-297c-89fef983b76c-af2cf3c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#What-I-do.w-node-adcdbb6d-ecb7-f899-297c-89fef983b793-af2cf3c1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-adcdbb6d-ecb7-f899-297c-89fef983b794-af2cf3c1, #w-node-adcdbb6d-ecb7-f899-297c-89fef983b79b-af2cf3c1, #w-node-adcdbb6d-ecb7-f899-297c-89fef983b7a2-af2cf3c1, #w-node-adcdbb6d-ecb7-f899-297c-89fef983b7a9-af2cf3c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adcdbb6d-ecb7-f899-297c-89fef983b867-af2cf3c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-adcdbb6d-ecb7-f899-297c-89fef983b870-af2cf3c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_96ab3b9f-a067-2d4e-859b-db1439a64a5d-706cefdd {
  order: -9999;
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_96ab3b9f-a067-2d4e-859b-db1439a64a64-706cefdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96ab3b9f-a067-2d4e-859b-db1439a64a65-706cefdd {
  justify-self: center;
}

#w-node-_96ab3b9f-a067-2d4e-859b-db1439a64a75-706cefdd {
  place-self: center end;
}

#w-node-_5cda19f2-6a98-7624-19fd-bba2860f3747-706cefdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2f1d323-9aad-b78a-8471-80d1289fe7dc-706cefdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1452619b-73f9-a710-64ff-23289bd9e4aa-706cefdd, #w-node-_3c5bfec6-b2da-383f-97de-bad384defbb0-706cefdd, #w-node-_3c5bfec6-b2da-383f-97de-bad384defbb8-706cefdd, #w-node-_3c5bfec6-b2da-383f-97de-bad384defb9e-706cefdd, #w-node-_3c5bfec6-b2da-383f-97de-bad384defba6-706cefdd, #w-node-_3c5bfec6-b2da-383f-97de-bad384defbc2-706cefdd, #w-node-_3c5bfec6-b2da-383f-97de-bad384defbca-706cefdd, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e90a-706cefdd, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e90e-706cefdd, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e912-706cefdd, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e916-706cefdd, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e91a-706cefdd, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e91e-706cefdd, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e922-706cefdd, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e926-706cefdd, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e92a-706cefdd, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e92e-706cefdd, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e932-706cefdd, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e936-706cefdd, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e93a-706cefdd, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e93e-706cefdd, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e942-706cefdd, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e946-706cefdd, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e94a-706cefdd, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e94e-706cefdd, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e952-706cefdd, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e956-706cefdd, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e95a-706cefdd, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e95e-706cefdd, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e962-706cefdd, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e966-706cefdd, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e96a-706cefdd, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e96e-706cefdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d4ed574-87ea-7085-af08-cbc117f4df2e-706cefdd {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0d4ed574-87ea-7085-af08-cbc117f4dfa1-706cefdd, #w-node-_676e4d41-ecba-1b22-a8d3-12034dd22263-706cefdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_676e4d41-ecba-1b22-a8d3-12034dd22268-706cefdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_676e4d41-ecba-1b22-a8d3-12034dd22288-706cefdd {
  justify-self: end;
}

#w-node-_96ab3b9f-a067-2d4e-859b-db1439a64a5d-2f1f2c0f {
  order: -9999;
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_96ab3b9f-a067-2d4e-859b-db1439a64a64-2f1f2c0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96ab3b9f-a067-2d4e-859b-db1439a64a65-2f1f2c0f {
  justify-self: center;
}

#w-node-_96ab3b9f-a067-2d4e-859b-db1439a64a75-2f1f2c0f {
  place-self: center end;
}

#w-node-_5cda19f2-6a98-7624-19fd-bba2860f3747-2f1f2c0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2f1d323-9aad-b78a-8471-80d1289fe7dc-2f1f2c0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1452619b-73f9-a710-64ff-23289bd9e4aa-2f1f2c0f, #w-node-_3c5bfec6-b2da-383f-97de-bad384defbb0-2f1f2c0f, #w-node-_3c5bfec6-b2da-383f-97de-bad384defbb8-2f1f2c0f, #w-node-_3c5bfec6-b2da-383f-97de-bad384defb9e-2f1f2c0f, #w-node-_3c5bfec6-b2da-383f-97de-bad384defba6-2f1f2c0f, #w-node-_3c5bfec6-b2da-383f-97de-bad384defbc2-2f1f2c0f, #w-node-_3c5bfec6-b2da-383f-97de-bad384defbca-2f1f2c0f, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e90a-2f1f2c0f, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e90e-2f1f2c0f, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e912-2f1f2c0f, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e916-2f1f2c0f, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e91a-2f1f2c0f, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e91e-2f1f2c0f, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e922-2f1f2c0f, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e926-2f1f2c0f, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e92a-2f1f2c0f, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e92e-2f1f2c0f, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e932-2f1f2c0f, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e936-2f1f2c0f, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e93a-2f1f2c0f, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e93e-2f1f2c0f, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e942-2f1f2c0f, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e946-2f1f2c0f, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e94a-2f1f2c0f, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e94e-2f1f2c0f, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e952-2f1f2c0f, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e956-2f1f2c0f, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e95a-2f1f2c0f, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e95e-2f1f2c0f, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e962-2f1f2c0f, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e966-2f1f2c0f, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e96a-2f1f2c0f, #w-node-_2033667d-fa4b-e8db-19af-8e3154c5e96e-2f1f2c0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d4ed574-87ea-7085-af08-cbc117f4df2e-2f1f2c0f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0d4ed574-87ea-7085-af08-cbc117f4dfa1-2f1f2c0f, #w-node-_676e4d41-ecba-1b22-a8d3-12034dd22263-2f1f2c0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_676e4d41-ecba-1b22-a8d3-12034dd22268-2f1f2c0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_676e4d41-ecba-1b22-a8d3-12034dd22288-2f1f2c0f {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-a3f72864-ec4f-e36f-6f04-1aa07e7d8498-7e7d8491 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_78fd20c4-2009-a6a3-7378-0df69d2dbd99-9d2dbd82 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center end;
  }

  #w-node-d0ca32e7-59b5-11bf-5950-cd2ac3ab2d26-a10e7df6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9d2fe334-af44-0212-a8f9-a7f00fc5f603-a10e7e0a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_96ab3b9f-a067-2d4e-859b-db1439a64a75-706cefdd {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center end;
  }

  #w-node-_0d4ed574-87ea-7085-af08-cbc117f4df2e-706cefdd {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_96ab3b9f-a067-2d4e-859b-db1439a64a75-2f1f2c0f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center end;
  }

  #w-node-_0d4ed574-87ea-7085-af08-cbc117f4df2e-2f1f2c0f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d2f1d323-9aad-b78a-8471-80d1289fe7dc-a10e7d8d, #w-node-_009a5446-a516-55d0-f40f-c2a9de667e0d-a10e7dd3, #w-node-aaa3ca08-a7d7-b4f4-32f6-724d95f6ee16-a10e7dd4, #w-node-_96dc4b54-16ee-3fc2-1b47-f2a6b2785fc0-a10e7dd5, #w-node-_533252ca-3bff-1ed4-775c-6ec668205574-a10e7dd6, #w-node-_83dfa914-d22c-e2c5-9f5e-2a320a263dde-a10e7dea, #w-node-_4b380c19-cfac-a563-d8bf-6bda87b623fb-a10e7def, #w-node-_7be265ce-137c-b211-1cde-726326ae6e34-a10e7df0, #w-node-d2f1d323-9aad-b78a-8471-80d1289fe7dc-a10e7df3, #w-node-d2f1d323-9aad-b78a-8471-80d1289fe7dc-a10e7df4, #w-node-d2f1d323-9aad-b78a-8471-80d1289fe7dc-a10e7df5, #w-node-d2f1d323-9aad-b78a-8471-80d1289fe7dc-a10e7df6 {
    justify-self: start;
  }

  #w-node-d0ca32e7-59b5-11bf-5950-cd2ac3ab2d26-a10e7df6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-d2f1d323-9aad-b78a-8471-80d1289fe7dc-a10e7e0a {
    justify-self: start;
  }

  #What-I-do.w-node-adcdbb6d-ecb7-f899-297c-89fef983b793-af2cf3c1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-adcdbb6d-ecb7-f899-297c-89fef983b794-af2cf3c1 {
    order: 0;
  }

  #w-node-d2f1d323-9aad-b78a-8471-80d1289fe7dc-706cefdd {
    justify-self: start;
  }

  #w-node-_0d4ed574-87ea-7085-af08-cbc117f4df2e-706cefdd {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-d2f1d323-9aad-b78a-8471-80d1289fe7dc-2f1f2c0f {
    justify-self: start;
  }

  #w-node-_0d4ed574-87ea-7085-af08-cbc117f4df2e-2f1f2c0f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_70b3894f-ad3a-f5e5-ddd7-7ba668131849-68131841 {
    justify-self: start;
  }

  #w-node-a3f72864-ec4f-e36f-6f04-1aa07e7d8498-7e7d8491, #w-node-_9d2fe334-af44-0212-a8f9-a7f00fc5f603-a10e7e0a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #What-I-do.w-node-adcdbb6d-ecb7-f899-297c-89fef983b793-af2cf3c1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-adcdbb6d-ecb7-f899-297c-89fef983b794-af2cf3c1, #w-node-adcdbb6d-ecb7-f899-297c-89fef983b79b-af2cf3c1, #w-node-adcdbb6d-ecb7-f899-297c-89fef983b7a2-af2cf3c1, #w-node-adcdbb6d-ecb7-f899-297c-89fef983b7a9-af2cf3c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_676e4d41-ecba-1b22-a8d3-12034dd22268-706cefdd, #w-node-_676e4d41-ecba-1b22-a8d3-12034dd22268-2f1f2c0f {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}