:root {
  --text-color: #2b2b2b;
  --primary: #373743;
  --light-grey: #fafafa;
  --button-color: #dfae4f;
  --misty-rose: #ffdede;
  --light-blue-bg: #f8f8fa;
  --link-bg-grey: #f1f1f1;
  --dim-grey: #c5c5c5;
  --bg-grey: #d4d4d4;
  --secondary: #f0eeea;
  --notification-bg: #001b38;
  --h1-desktop-size: 85px;
  --h1-tablet-size: 55px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: #000;
  background-color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Instrument Serif, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Instrument Serif, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Instrument Serif, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Instrument Serif, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Instrument Serif, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Instrument Serif, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

p {
  letter-spacing: .7px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

a {
  color: #000;
  text-decoration: none;
  transition: color .35s;
}

a:hover {
  color: var(--text-color);
}

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

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

strong {
  font-weight: 600;
}

sup {
  font-size: 60%;
}

blockquote {
  color: var(--primary);
  border-left: 0 #e2e2e2;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 50px 10px;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}

.section {
  z-index: 1;
  position: relative;
}

.section.dark-section {
  color: #fff;
  background-color: #181818;
}

.section.white-bg {
  background-color: #fff;
}

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

.section.seashell-color {
  background-color: #f0eeea;
}

.section.seashell-color.z-index {
  z-index: 3;
  overflow: hidden;
}

.section.dark-grey {
  background-color: #373743;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
}

.container.nav-container {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
}

.container.hero-container {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.container.big-container {
  max-width: none;
  padding-top: 0;
}

.container.nav-container-rounded-center {
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 5em;
  display: flex;
  position: relative;
}

.container.no-top-padding {
  padding-top: 0;
}

.container.slider {
  justify-content: center;
  align-items: center;
  padding-bottom: 5em;
  padding-left: 2em;
  display: flex;
}

.container.faq {
  padding-top: 0;
}

.container.case-result {
  padding-top: 2em;
}

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

.navbar {
  z-index: 99;
  background-color: var(--primary);
  border-bottom: 1px solid #0000000d;
  height: 70px;
  position: sticky;
  inset: 0% 0% auto;
}

.navbar.white {
  background-color: #fff;
}

.hero-section {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -70px;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.hero-section.home-hero-section {
  background-color: #373743;
  overflow: visible;
}

.nav-menu {
  z-index: 1;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu.no-margin {
  background-color: #000;
  inset: 0% 0% auto;
}

.nav-menu.right-padding {
  text-align: right;
  flex-flow: row;
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

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

.flex-center-text.demo {
  height: 340px;
}

.grid-6-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.grid-4-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-2-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
}

.utility-page-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 70px;
  display: flex;
}

.utility-page-wrap._401 {
  background-color: #f5f5f5;
}

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

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

.utility-page-form._401 {
  background-color: var(--primary);
  padding: 4em;
}

.footer-link {
  z-index: 1;
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

.footer-link:hover, .footer-link.w--current {
  color: var(--button-color);
}

.footer-link.lighter-footer-link {
  color: #2b2b2b80;
}

.link-block-underline {
  background-color: var(--button-color);
  width: 100%;
  height: 1px;
  margin-top: 2px;
}

.footer {
  background-color: var(--primary);
  align-items: flex-start;
  padding-top: 1em;
  padding-left: 0;
  padding-right: 0;
}

.footer-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .25fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 3em;
  display: grid;
}

.footer-logo-link {
  opacity: 1;
  flex: 0 auto;
  transition-property: opacity;
  display: inline-block;
}

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

.footer-image {
  width: 100%;
  max-width: 120px;
}

.footer-heading {
  color: var(--button-color);
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Instrument Serif, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.made-by-section {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-top: 1px solid #f0eeea;
  justify-content: center;
  margin-top: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  overflow: hidden;
}

.nav-link-holder, .nav-link-holder.nav-button-holder {
  padding-left: 10px;
}

.body-white {
  background-color: #fff;
}

.content.relative {
  position: relative;
}

.grey-text {
  color: #6b6b6b;
}

.contact-form-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.field-label {
  color: var(--text-color);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.success-message {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: #fff;
  border-radius: 8px;
  padding: 1em;
}

.error-message {
  background-color: var(--misty-rose);
  text-align: center;
  border-style: none;
  border-width: 0;
  border-radius: 8px;
  margin: 10px 1em 1em;
  padding: 10px;
}

.instructions-image {
  border-radius: 0;
  width: 100%;
  margin-top: 1em;
}

.change-log-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  font-size: 16px;
  display: flex;
}

.menu-button {
  z-index: 2;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 4px 5px 5px;
  transition: background-color .35s;
}

.menu-button:hover, .menu-button.w--open {
  background-color: var(--link-bg-grey);
}

.copyright-text {
  color: gray;
  font-size: 16px;
  line-height: 1.4;
}

.copyright-link {
  color: gray;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
}

.copyright-link:hover {
  color: var(--button-color);
}

.rich-text {
  color: var(--text-color);
  width: 100%;
  max-width: 1051px;
  font-family: Open Sans, sans-serif;
  line-height: 1.6;
}

.rich-text h5 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.rich-text strong {
  color: #323232;
  font-weight: 600;
}

.rich-text a {
  color: #323232;
  border-bottom: 1px solid #323232;
  line-height: 1.6;
  text-decoration: none;
  transition-property: all;
}

.rich-text a:hover {
  color: var(--primary);
  border-bottom-color: #32323200;
  text-decoration: none;
}

.rich-text figure {
  background-color: #eef0f3;
  border-radius: 3px;
  width: 100%;
  min-width: 100%;
  margin-top: 3em;
  margin-bottom: 4em;
  padding: 30px;
}

.rich-text ul {
  margin-top: 30px;
  margin-bottom: 24px;
  padding-left: 32px;
}

.rich-text h3 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 30px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.rich-text img {
  width: 100%;
  min-width: 100%;
}

.rich-text figcaption {
  color: #323232cc;
  letter-spacing: .2px;
  font-size: 14px;
  line-height: 24px;
}

.rich-text h1 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 3rem;
  margin-bottom: 1.3rem;
  font-size: 40px;
  font-weight: 600;
}

.rich-text p {
  color: #323232;
  letter-spacing: .2px;
  margin-top: 16px;
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 1.6;
}

.rich-text h2 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 3rem;
  margin-bottom: 1.3rem;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}

.rich-text ol {
  margin-top: 30px;
  margin-bottom: 24px;
  padding-left: 32px;
}

.rich-text h4 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 30px;
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
}

.rich-text h6 {
  color: #323232;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.rich-text li {
  color: #323232;
  letter-spacing: .2px;
  margin-bottom: 12px;
}

.style-guide-tab-holder {
  color: #000;
  border-radius: 5px;
  width: 100%;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 400;
  transition-property: background-color;
  transition-duration: .675s;
}

.style-guide-tab-holder:hover {
  background-color: var(--light-grey);
  color: #000;
}

.style-guide-tab-holder.w--current {
  color: #fff;
  background-color: #000;
}

.style-guide-left-panel-holder {
  background-color: var(--light-blue-bg);
  align-items: flex-start;
  width: 405px;
  display: flex;
}

.style-guide-title-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-text {
  color: #fff;
  text-align: left;
  text-wrap: balance;
  margin-top: 0;
  font-size: 130px;
  font-weight: 400;
}

.hero-text.black {
  color: #000;
}

.hero-text.white {
  color: #fff;
}

.hero-text.center {
  text-align: center;
}

.paragraph-m {
  color: #000;
  font-size: 24px;
  line-height: 1.2;
}

.style-guide-gray-background {
  background-color: var(--light-blue-bg);
  border-radius: 12px;
}

.style-guide-left-panel {
  grid-row-gap: 25px;
  flex-direction: column;
  width: 100%;
  padding: 2em;
  display: flex;
  position: sticky;
  top: 50px;
}

.subscribe-button {
  color: #fff;
  background-color: #000;
  border: 0 solid #000;
  border-radius: 0 8px 8px 0;
  width: 100px;
  height: 100%;
  padding: 5px;
  font-weight: 500;
  transition: background-color .35s;
  position: absolute;
  inset: auto 0% 0% auto;
}

.subscribe-button:hover {
  background-color: var(--primary);
}

.headings-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  margin-top: 30px;
  display: flex;
}

.link-block-23 {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
}

.link-block-23:hover {
  color: #000;
}

.link-block-23.animation-03 {
  overflow: hidden;
}

.grid-holder {
  grid-row-gap: 30px;
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

.colors-container {
  background-color: #fafafa;
}

.subscribe-form-holder {
  width: 100%;
  max-width: 340px;
  margin-bottom: 0;
}

.style-guide-small-title {
  color: #000;
  font-family: Instrument Serif, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.paragraph-container {
  width: 80%;
  margin-top: 10px;
}

.colors-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.button-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2em;
  display: grid;
}

.font-details-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.aa-font {
  color: #000;
  font-size: 130px;
}

.style-guide-empty-container {
  padding: 2em 2em 2em 1em;
}

.font-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  justify-content: space-between;
  margin-top: 2em;
  padding: 2em;
  display: flex;
}

.button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--button-color);
  text-transform: none;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px 15px;
  font-weight: 500;
  transition: color .35s, background-color .35s;
  display: flex;
}

.button:hover {
  color: var(--button-color);
  background-color: #000;
}

.button.with-icon {
  text-align: left;
  background-image: url('../images/Arrow-Icon.svg');
  background-position: 84%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-radius: 12px;
  padding-left: 20px;
  padding-right: 40px;
}

.button.no-margins {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button.white-button {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  transition: border-color .35s, color .35s, background-color .35s;
}

.button.white-button:hover {
  border: 1px solid var(--button-color);
  background-color: var(--light-grey);
  color: var(--button-color);
}

.button.transparent-on-dark {
  background-color: #fff0;
}

.button.transparent-on-dark:hover {
  color: var(--button-color);
  background-color: #ffffff1a;
}

.button.nav-button {
  color: #fff;
  border-radius: 0;
  padding: 10px 15px;
  position: relative;
}

.button.nav-button:hover {
  color: var(--button-color);
}

.button.nav-button.white:hover {
  background-color: var(--primary);
}

.button.demo {
  border-radius: 6px;
  padding: 14px 20px;
}

.button.hero-demo {
  padding-top: 13px;
  padding-bottom: 13px;
}

.borders {
  border: 1px solid var(--dim-grey);
  opacity: 1;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.borders.center {
  height: 100px;
}

.button-holder {
  grid-row-gap: 30px;
  background-color: var(--bg-grey);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  display: flex;
}

.subscribe-form {
  z-index: 1;
  width: 100%;
  position: relative;
}

.style-guide-main-panel {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.headings-holder {
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

.subscribe-email {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 8px;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding: 10px 109px 10px 12px;
  font-weight: 500;
  line-height: 1;
  transition: background-color .35s, border-color .35s;
}

.subscribe-email:hover {
  background-color: #00000005;
}

.subscribe-email:focus {
  border-color: var(--primary);
  background-color: #fff;
}

.subscribe-email::placeholder {
  color: #0000004d;
}

.sg---color-primary {
  background-color: var(--primary);
  width: 235px;
  height: 150px;
}

.sg---color-primary.secondary-color {
  background-color: var(--secondary);
}

.sg---color-primary.black {
  background-color: var(--text-color);
}

.style-guide-container {
  display: flex;
}

.style-guide-panel-title {
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.font-light {
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.font-light.bold-text {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.sg---color-description {
  grid-row-gap: 2px;
  background-color: var(--light-blue-bg);
  flex-direction: column;
  padding: 15px;
  display: flex;
}

.style-guide-hero-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  padding: 2em;
  display: flex;
}

.brand-logo {
  max-width: 150px;
  height: 100%;
  max-height: 30px;
}

.brand-link {
  z-index: 2;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  transition-property: opacity;
  display: flex;
  position: relative;
}

.brand-link:hover {
  opacity: .9;
}

.nav-link {
  z-index: 1;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: relative;
}

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

.nav-link.nav-link-dropdown {
  text-align: center;
  padding-right: 25px;
}

.nav-link.white-nav-link {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
}

.nav-link.black {
  color: var(--primary);
}

.nav-link.black:hover {
  color: var(--button-color);
}

.link-background {
  z-index: -1;
  background-color: var(--link-bg-grey);
  border-radius: 100px;
  position: absolute;
  inset: 0%;
}

.link-background.link-bg-on-dark {
  background-color: #ffffff26;
}

.hero-section-secondary {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 300px;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.hero-text-secondary {
  margin-top: 0;
}

.hero-description-short-container {
  max-width: 60%;
}

.richtext-centered {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.footer-description {
  color: #fffc;
  max-width: 380px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.social-media-icons {
  grid-column-gap: 20px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.social-media-link {
  z-index: 1;
  border-radius: 6px;
  position: relative;
}

.social-media-link.first {
  position: absolute;
  inset: 0% 11% auto auto;
}

.social-media-link.second {
  position: absolute;
  inset: 0% 1% auto auto;
}

.social-media-icon {
  z-index: 2;
  width: 20px;
  height: 20px;
  position: relative;
}

.social-media-icon.orange {
  position: absolute;
  inset: 0%;
}

.hero-description {
  color: var(--text-color);
  max-width: 450px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Archivo, sans-serif;
  font-size: 20px;
}

.hero-content {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.contact-form-content {
  flex-direction: column;
  display: block;
}

.contact-form {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 500px;
  margin-top: 3em;
  display: flex;
}

.input-field {
  color: #000;
  background-color: #fff;
  border: 1px solid #00000005;
  border-radius: 0;
  height: 40px;
  margin-bottom: 0;
  padding: 10px;
  line-height: 1;
  transition: border-color .35s, background-color .35s;
}

.input-field:hover {
  border-color: var(--button-color);
  background-color: #ffffffd6;
}

.input-field:focus {
  border-color: var(--button-color);
}

.input-field::placeholder {
  color: #0006;
}

.input-field.textarea-field {
  height: auto;
  min-height: 120px;
  padding-top: 15px;
}

.input-field.textarea-field.cta {
  min-height: 100px;
  padding-top: 0;
  padding-bottom: 50px;
  overflow: auto;
}

.input-field.textarea-field.cta:focus {
  border-color: var(--button-color);
  background-color: #fff;
}

.link {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.link:hover, .link.w--current {
  color: #000;
}

.link-with-line {
  z-index: 1;
  color: var(--text-color);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

.link-with-line:hover {
  color: #000;
}

.link-color:hover {
  color: var(--primary);
}

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

.external-icon {
  width: 16px;
}

.license-box {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2em;
  padding: 2em;
  display: flex;
}

.license-box-top {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-grey-content {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  padding: 1em;
  display: flex;
}

.client-logo {
  object-fit: contain;
  width: 100%;
  max-width: 200px;
  height: 100%;
  max-height: 45px;
}

.ikonik-icons-image {
  width: 100%;
}

.instruction-item {
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  padding: 2em;
}

.instructions-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.section-background {
  z-index: -1;
  background-color: var(--light-grey);
  position: absolute;
  inset: 0%;
}

.footer-grid-content {
  padding-top: 40px;
  display: block;
}

.footer-grid-content.second {
  margin-top: 2em;
}

.protected-input-holder {
  margin-bottom: 10px;
}

.blog-category-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-item-link3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.blog-item-image-holder {
  width: 100%;
  height: auto;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}

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

.blog-wrapper {
  margin-top: 2em;
}

.blog-grid {
  grid-column-gap: 3em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-item-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2em 1em 2.5em;
  display: flex;
}

.blog-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}

.blog-item-summary {
  color: gray;
  margin-bottom: 0;
}

.blog-category-links-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 30px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: start;
  margin-bottom: 2em;
  display: grid;
}

.post-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 480px;
  max-height: 600px;
}

.blog-item-category {
  color: #2b2b2bb3;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

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

.shop-list {
  grid-column-gap: 3em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.shop-item {
  position: relative;
}

.product-add-to-cart-holder {
  z-index: 2;
  position: absolute;
  inset: 1em 1em auto auto;
}

.product-item {
  width: 100%;
}

.hide {
  display: none;
}

.add-to-cart-button {
  border: 1px solid var(--text-color);
  color: #fff0;
  background-color: #fff;
  background-image: url('../images/Cart-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 8px;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 0;
  transition: transform .45s, border-color .475s, background-color .475s;
}

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

.add-to-cart-button:active {
  transform: scale(.9);
}

.out-of-stock-state {
  background-color: var(--light-blue-bg);
  color: var(--text-color);
  padding: 5px;
}

.error-state {
  background-color: var(--misty-rose);
}

.category-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-cart-holder {
  justify-content: flex-end;
  align-items: center;
  height: 38px;
  padding-left: 10px;
  padding-right: 10em;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.nav-cart-holder.right-paddding {
  right: 6%;
}

.nav-cart-holder.white-nav {
  padding-right: 10em;
}

.cart {
  z-index: 3;
  outline-offset: 0px;
  outline: 0 #000;
  height: 100%;
}

.cart-button {
  outline-offset: 0px;
  background-color: #0000;
  border-radius: 8px;
  outline: 0 #2b2b2b;
  height: 100%;
  padding: 5px 5px 5px 10px;
  transition: opacity .3s;
  overflow: hidden;
}

.cart-button:hover {
  opacity: .6;
}

.cart-image {
  width: 20px;
}

.cart-quantity {
  color: var(--text-color);
  background-color: #fff0;
  border-style: none;
  width: 50px;
  height: 30px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  transition: color .35s, background-color .35s;
}

.cart-quantity:hover {
  background-color: var(--light-blue-bg);
}

.cart-quantity:focus {
  border-color: var(--primary);
}

.cart-container {
  background-color: #f0eeea;
  border-radius: 8px;
  min-width: 700px;
  max-width: 700px;
  max-height: 600px;
}

.cart-header {
  z-index: 5;
  border-bottom-style: none;
  border-bottom-color: var(--light-grey);
  background-color: #f0eeea;
  padding: 1em;
  position: sticky;
  top: 0;
}

.cart-title {
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}

.cart-close-button {
  outline-offset: 0px;
  outline: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transition-property: opacity;
  display: flex;
}

.cart-close-button:hover {
  opacity: .7;
}

.cart-form-wrapper {
  justify-content: flex-start;
  align-items: stretch;
}

.cart-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1em;
  display: flex;
}

.cart-item {
  min-height: 70px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.cart-item-image {
  object-fit: cover;
  border-radius: 6px;
  width: 120px;
  height: 120px;
}

.cart-footer {
  z-index: 5;
  border-top-color: var(--light-grey);
  background-color: #fff;
  padding: 2em;
  position: sticky;
  bottom: 0;
}

.remove-button {
  color: var(--dim-grey);
  font-size: 13px;
  position: relative;
  inset: auto 0% 0 auto;
}

.remove-button:hover {
  color: #fa4d50;
}

.cart-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Serif, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.cart-item-price {
  margin-bottom: 0;
  font-family: Instrument Serif, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.cart-item-option-list {
  font-size: 14px;
}

.cart-item-option-text {
  font-size: 14px;
  font-weight: 400;
}

.cart-item-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.x-icon {
  width: 25px;
  height: auto;
}

.cart-subtotal-label {
  font-family: Instrument Serif, sans-serif;
  font-size: 24px;
}

.cart-subtotal-price {
  font-family: Instrument Serif, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.web-payments {
  margin-bottom: 1em;
}

.cart-quantity-number {
  background-color: var(--button-color);
  color: #fff;
  margin-left: 2px;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: 500;
}

.heading-title-holding {
  padding-bottom: 2em;
}

.product-details-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.product-image-lightbox {
  transition-property: opacity;
  position: relative;
  overflow: hidden;
}

.product-image-lightbox:hover {
  opacity: .8;
}

.product-add-to-cart-default {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.product-quantity {
  color: #fff;
  text-align: right;
  background-color: #373743;
  border-radius: 0;
  width: 270px;
  height: 43px;
  margin-bottom: 0;
  padding: 13px 90px 13px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  position: relative;
}

.product-add-to-cart-quantity {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.sticky-content {
  margin-top: 20px;
  position: sticky;
  top: 100px;
}

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

.checkout-container {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}

.checkout-details {
  flex-basis: 100%;
}

.checkout-summary {
  top: 100px;
}

.checkout-box {
  border: 1px solid var(--light-grey);
  background-color: #f0eeea;
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 2em;
  position: relative;
}

.checkout-box.no-margins {
  margin-bottom: 0;
}

.checkout-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
}

.required-label {
  color: #f02;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.block-header {
  border-style: none;
  border-width: 0 0 1px;
  border-bottom-color: var(--light-grey);
  background-color: #0000;
  align-items: center;
  padding: 2em 2em 1em;
}

.block-content {
  background-color: #0000;
  border: 0 solid #000;
  padding: 1em 2em;
}

.order-item-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.order-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 1px none var(--light-grey);
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  padding-bottom: 1em;
}

.order-item:last-child {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.order-item-image {
  object-fit: cover;
  border-radius: 14px;
  width: 120px;
  height: 120px;
}

.order-item-title {
  color: var(--text-color);
  font-family: Instrument Serif, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.order-item-quantity-holder {
  opacity: .7;
  color: var(--text-color);
  align-items: center;
}

.order-item-price {
  font-family: Instrument Serif, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.checkout-field-label {
  color: gray;
  font-family: Montserrat, sans-serif;
}

.checkout-input-field {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #00000005;
  border-radius: 0;
  height: 56px;
  margin-bottom: 1em;
  padding: 10px;
  line-height: 1;
  transition: border-color .35s, background-color .35s;
}

.checkout-input-field:hover {
  background-color: #ffffffa6;
}

.checkout-input-field:focus, .checkout-input-field.-wfp-focus {
  border-color: var(--primary);
  background-color: #ffffff0a;
}

.checkout-input-field::placeholder {
  color: #0006;
}

.checkout-input-field.no-margins {
  background-color: #fff;
  border-radius: 0;
  height: 56px;
  margin-bottom: 0;
}

.shipping-method-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.shipping-method {
  border-bottom-style: none;
  border-bottom-color: var(--light-grey);
  background-color: #fff0;
  padding: 0 0 1em 0;
}

.shipping-method:last-child {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.order-summary-label {
  color: gray;
  font-size: 16px;
}

.order-summary-value {
  color: #121212;
  font-family: Instrument Serif, sans-serif;
  font-size: 24px;
}

.order-line-item, .extra-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
}

.order-item-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.order-item-full-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1em;
  display: flex;
}

.shipping-method-title {
  color: #121212;
  font-family: Instrument Serif, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.shipping-method-description {
  color: gray;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.shipping-method-price {
  font-family: Instrument Serif, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.order-info-column {
  padding-left: 0;
  padding-right: 0;
}

.order-info-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  margin-left: 0;
  margin-right: 0;
}

.shipping-address {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.product-image {
  border-radius: 8px;
  width: 100%;
}

.no-shipping {
  color: var(--dim-grey);
  text-align: left;
  background-color: #0000;
  border: 1px #000;
  padding: 1em 0;
  font-weight: 400;
}

.product-title {
  margin-top: 0;
  font-size: 72px;
}

.licensing-instruction-heading {
  margin-top: 0;
  font-size: 30px;
}

.product-category-wrapper {
  display: block;
}

.product-category-list {
  padding-bottom: 2em;
}

.nav-dropdown {
  height: 100%;
  position: static;
}

.nav-dropdown-list {
  background-color: #0000;
  padding-left: 2em;
  padding-right: 2em;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
}

.nav-dropdown-list.on-nav-rounded {
  top: 60px;
  left: -5em;
  right: -5em;
}

.nav-dropdown-list-content {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: -2px;
  padding-top: 1em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  overflow: hidden;
}

.nav-dropdown-grid {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 120px;
  width: 100%;
}

.nav-dropdown-footer {
  background-image: linear-gradient(#0000, #000 79%);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 6em;
  padding-bottom: 3em;
  display: flex;
  position: relative;
}

.nav-dropdown-column {
  position: relative;
}

.nav-dropdown-heading {
  color: var(--bg-grey);
  text-transform: uppercase;
  margin-top: 2em;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.nav-dropdown-item {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: -15px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.whilte-link {
  color: #fff;
}

.whilte-link:hover {
  opacity: .8;
  color: #fff;
}

.nav-dropdown-line-abs {
  background-color: #fff3;
  width: 1px;
  display: block;
  position: absolute;
  inset: -20% 0% -40% auto;
}

.nav-menu-overlay-mobile {
  display: none;
}

.nav-dropdown-link-arrow {
  z-index: -3;
  background-color: #000;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 5px;
  transform: rotate(45deg);
}

.nav-dropdown-link-arrow-holder {
  z-index: -3;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 30px;
  display: none;
  position: absolute;
  inset: auto 0 -27px;
  overflow: hidden;
}

.nav-dropdown-link-arrow-holder.on-rounded-nav {
  bottom: -15px;
}

.nav-dropdown-link-arrow-animated {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 16px;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.explore-more-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  color: #fff;
  grid-template-rows: auto;
  max-width: 1050px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.template-cta-content {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.template-cta-image {
  margin-top: 2em;
}

.small-black-text {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.small-content {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5em;
}

.small-content.no-padding {
  padding-bottom: 0;
}

.black-70pct {
  color: #0f0f11b3;
}

.large-white-text {
  text-align: center;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 500;
}

.box-paragraph {
  text-align: center;
}

.text-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.main-logo {
  position: absolute;
  inset: 17% auto auto 7%;
}

.orange-box {
  background-color: #ff5e20;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-box-tittle {
  padding-left: 2em;
  padding-right: 2em;
}

.buy-now-link {
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 15px 30px 15px 60px;
  transition: background-color .35s;
  display: flex;
  position: relative;
}

.buy-now-link:hover {
  background-color: #ffffffd4;
}

.blue-box {
  background-color: #3351f5;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-text {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  font-size: 39px;
  font-weight: 500;
  display: flex;
}

.template-includes-card {
  background-color: #181818;
  border: 1px solid #505050;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  display: flex;
  overflow: hidden;
}

.feature-box {
  background-color: #181818;
  background-image: url('../images/Wedoflow-3d-Icon_1Wedoflow-3d-Icon.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 40%;
  border: 1px solid #505050;
  border-radius: 12px;
  padding: 130px 45% 130px 70px;
  position: relative;
  overflow: hidden;
}

.text-gray-paragraph-holder-2 {
  padding-right: 34px;
}

.figma-file-image {
  width: 100%;
  height: 100%;
}

.small-empty-space-in-text {
  width: 0;
  display: inline-block;
}

.template-more-things-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 3em;
}

.white-link {
  color: #fff;
  border-bottom: 1px solid #ffffff80;
  transition-property: border-color;
}

.white-link:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.style-guide-image {
  width: 100%;
  margin-left: -2em;
}

.text-gray-paragraph-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  padding-right: 100px;
  display: flex;
}

.demo-cta-image {
  width: 100%;
  margin-top: 20px;
}

.notifications-image {
  width: 115%;
  max-width: none;
  margin-left: -2em;
}

.template-growth-features {
  font-size: 29px;
  font-weight: 500;
}

.demo-business-email-image {
  width: 100%;
  margin-top: 40px;
}

.figma-component-library-holder {
  background-color: #181818;
  border: 1px solid #505050;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 2em;
  padding-left: 3em;
  display: flex;
}

.demo-page-image-holder {
  border-radius: 20px;
  width: 100%;
  padding-top: 73%;
  transition: padding .35s;
  position: relative;
}

.main-page-title-badge {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.demo-page-link {
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}

.demo-page-link:hover {
  text-decoration: none;
}

.main-page-badge {
  border: 1px solid #0f0f11;
  border-radius: 20px;
  padding: 5px 12px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}

.demo-page-item-border {
  z-index: -1;
  background-color: var(--button-color);
  border-radius: 19px;
  position: absolute;
  inset: -1px;
}

.hero-page-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 18px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.demo-pages-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.template-included-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.template-included-image.template-styles-and-buttons {
  object-fit: contain;
}

.template-overlay {
  background-image: linear-gradient(to top, #00000080, #0000);
  position: absolute;
  inset: 0%;
}

.template-overlay.grey-overlay-box {
  z-index: 2;
  background-image: linear-gradient(to top, #f5f5f7, #00000003 100%, #e8eaeb00);
  height: 50%;
  top: auto;
}

.inside-box-text {
  text-align: center;
  font-size: 26px;
}

.template-includes-box {
  background-color: #f5f5f7;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.template-included-image-holder {
  width: 100%;
  height: 70%;
  position: relative;
}

.grid-what-is-included {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.grid-what-is-included-holder {
  width: 100%;
  margin-top: 50px;
}

.text-paragraph-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 180px;
  padding-bottom: 2em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.template-cards-wrapper {
  flex: none;
  justify-content: center;
  width: auto;
  display: flex;
}

.white-paragraph {
  color: #fff;
  text-align: left;
}

.white-paragraph.center {
  text-align: center;
}

.template-footer-button-holder {
  max-width: 350px;
}

.template-button-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 30px;
  display: flex;
}

.demo-container {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.template-section {
  background-color: #111;
  border-radius: 42px;
  overflow: hidden;
  box-shadow: 0 0 0 1px #ffffff1a;
}

.template-card-holder {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 420px;
  min-height: 30vw;
  padding: 1%;
  display: flex;
  position: relative;
}

.template-card-image {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.demo-blur-bg-effect {
  z-index: 0;
  background-color: var(--button-color);
  opacity: 0;
  filter: blur(100px);
  width: 80%;
  height: 70%;
  position: absolute;
}

.integration-heading {
  font-size: 42px;
  font-weight: 500;
}

.template-footer-heading {
  color: #fff;
  width: 100%;
  max-width: 510px;
}

.demo-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 3em;
  padding-bottom: 6em;
  display: flex;
  overflow: hidden;
}

.template-hover-state {
  justify-content: center;
  align-items: center;
  height: 50%;
  display: flex;
  position: absolute;
  inset: auto -1% -1%;
}

.template-footer-holder {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.template-card-image-holder {
  z-index: 1;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hero-description-holder {
  margin-top: 3em;
}

.hero-description-holder.small-top-margin {
  margin-top: 1em;
}

.button-view-page {
  z-index: 1;
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  transition-property: box-shadow;
  display: flex;
  position: relative;
}

.button-view-page:hover {
  background-color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 10px #0003;
}

.black-paragraph {
  color: #000;
}

.white-text-paragraph-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 45%;
  display: flex;
}

.with-standarts-quick-stack {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  width: 100%;
  margin-top: 3em;
  padding: 0;
}

.white-medium-text {
  font-size: 25px;
  font-weight: 500;
}

.quic-stack-box {
  background-color: #ffc444;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-left: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.quic-stack-box.blue {
  pointer-events: none;
  color: #fff;
  background-color: #3452ff;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.figma-design-image {
  object-fit: contain;
  object-position: 50% 100%;
  border-radius: 4px;
  width: 100%;
  max-width: none;
  height: 330px;
  margin-top: 20px;
}

.black-text {
  color: #000;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 500;
}

.open-cource-image {
  object-fit: contain;
  object-position: 100% 100%;
  width: 50%;
  position: absolute;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.black-text-paragraph-holder {
  padding-left: 0;
  padding-right: 30px;
}

.link-inline {
  color: var(--button-color);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.link-inline:hover {
  color: #fff;
}

.link-inline.w--current {
  color: #000;
}

.notification-subscribe-box {
  background-color: #fad370;
  background-image: url('../images/White-Arrow.svg'), linear-gradient(90deg, var(--button-color), var(--button-color) 97%, var(--secondary));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 13px, auto;
  border-radius: 3px;
  width: 24px;
  height: 24px;
}

.notification-banner {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #fff;
  background-color: #2b2b2b;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 2em;
  font-size: 14px;
  display: flex;
}

.notification-banner.notification-side-content {
  justify-content: space-between;
}

.style-guide-box-holder {
  grid-row-gap: 30px;
  background-color: #0000000d;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  display: flex;
}

.sg-notifications-box {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.notification-button-transparent {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.notification-button-transparent:hover {
  color: #ffffffe6;
}

.code-text {
  letter-spacing: .3px;
  margin-top: 1em;
  font-size: 15px;
  font-style: normal;
}

.code-tag-color {
  color: #170;
}

.code-style-starter {
  padding-left: 25px;
}

.code-grey {
  color: #555;
}

.code-red {
  color: red;
}

.code-blue {
  color: #219;
}

.heading-section-info {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}

.nav-section-info {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10em;
  padding: 1em;
  display: flex;
  box-shadow: 0 2px 20px #0000000d;
}

.nav-rounded-center {
  z-index: 99;
  background-color: #0000;
  border: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 950px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.nav-bg-holder {
  opacity: 1;
  border-radius: 100px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 14px 20px #0003, 0 0 0 1px #0000001a;
}

.nav-bg {
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  background-color: #fffc;
  border-radius: 100px;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.nav-menu-parent-rounded-center {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.brand-logo-rounded-nav {
  height: 22px;
}

.navbar-footer-main-link-holder {
  padding-right: 10px;
  font-size: 24px;
  font-weight: 500;
  position: relative;
}

.navbar-footer-main-link-holder:hover {
  color: var(--primary);
}

.demo-page-text-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.nav-dropdown-icon {
  margin-right: 4px;
}

.blog-item-text-header {
  color: #606060;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.category-holder {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shop-item-title-price {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
}

.product-item-link {
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  transition-property: none;
  display: flex;
  overflow: hidden;
}

.product-item-link:hover {
  text-decoration: none;
}

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

.shop-item-title {
  font-family: Instrument Serif, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.shop-item-content {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  padding: 2em 2em 2em 0;
  display: flex;
}

.shop-item-price {
  font-family: Instrument Serif, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.small-thumbnail-image {
  width: 100%;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
}

.category-text {
  font-family: Instrument Serif, sans-serif;
  font-size: 48px;
}

.shop-item-summary {
  color: #606060;
  font-size: 15px;
}

.folders-parent {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.filter-holder {
  grid-column-gap: 5px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 2em;
  padding: 5px;
  line-height: 1;
  display: flex;
  overflow: hidden;
  box-shadow: 0 5px 20px #0000001a;
}

.filter-holder.no-margin-top {
  box-shadow: none;
  background-color: #fff0;
  margin-top: 0;
}

.category-item-link {
  color: #000;
  background-color: #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px 8px 0;
  transition: all .35s;
  display: flex;
  position: relative;
}

.category-item-link:hover {
  color: var(--button-color);
  text-decoration: none;
}

.category-item-link.w--current {
  color: var(--button-color);
  border-color: #ff7d1e;
}

.category-item-link.w--current:hover {
  background-color: #0000;
}

.hide-on-mobile {
  font-family: Instrument Serif, sans-serif;
  font-size: 48px;
}

.hide-on-desktop {
  display: none;
}

.blog-item-title-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 600;
}

.blog-item-date {
  color: var(--button-color);
  flex-direction: row;
  align-items: center;
  display: flex;
  position: relative;
}

.blog-item-link {
  background-color: #fff;
  border-width: 1px;
  border-color: #f1f1f1;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  overflow: hidden;
}

.blog-item-link:hover {
  text-decoration: none;
  box-shadow: 0 6px 30px 1px #0000001a;
}

.footer-top-links-6col-grid {
  grid-column-gap: 2em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-logo-text-form-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 150px 1fr 1fr 2fr;
  grid-auto-columns: 1fr;
  margin-top: 4em;
  margin-bottom: 4em;
  display: grid;
}

.footer-social-icons-with-links-holder {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-privacy-links {
  grid-column-gap: 1em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-heading-lighter {
  color: var(--notification-bg);
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 500;
}

.footer-description-secondary {
  color: #00000080;
  max-width: 260px;
  font-size: 14px;
}

.social-media-icons-2nd {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tooltip-wrapper {
  z-index: 100;
  opacity: 0;
  background-color: #000;
  border-radius: 8px;
  width: 300px;
  padding: 12px;
  display: none;
  position: absolute;
  inset: -25% auto auto 180%;
}

.pricing-table-name {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.pricing-table-name.center {
  z-index: 5;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}

.white-text {
  color: #fff;
}

.white-text._18px {
  font-size: 18px;
}

.pricing-table-holder {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.pricing-table-holder.indexl {
  z-index: 10;
}

.pricing-cell-check-icon {
  width: 24px;
}

.empty-or-text {
  font-size: 18px;
}

.pricing-border {
  z-index: -1;
  border: 1px solid var(--link-bg-grey);
  position: absolute;
  inset: -1px 0% 0% -1px;
}

.tooltip-container {
  z-index: 120;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.table-cell-check-holder {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.pricing-v2-cell-grey {
  z-index: -1;
  background-color: var(--light-grey);
  position: absolute;
  inset: 0%;
}

.heading-3-style {
  margin-top: 0;
  font-size: 50px;
}

.card-item {
  z-index: 1;
  background-color: #f5f5f7;
  border-radius: 42px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px #0000000d;
}

.card-item:hover {
  text-decoration: none;
}

.card-item.pricing-card {
  background-color: #fff;
  border-radius: 32px;
  height: 100%;
  box-shadow: 5px 14px 50px 7.6px #0000001a;
}

.accordion-item-trigger {
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.accordion-item-trigger:hover {
  opacity: .8;
}

.accordion-item-content {
  width: 100%;
  padding-left: 50px;
  overflow: hidden;
}

.accordion-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 2px solid var(--link-bg-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 10px;
  display: flex;
}

.accordion-plus-icon {
  width: 25px;
}

.grey-text-2 {
  color: #878d95;
}

.accordion-icon-holder {
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  margin-right: 20px;
  display: flex;
}

.accordion-title {
  font-size: 32px;
}

.accordion-description {
  max-width: 600px;
}

.notification-button {
  background-color: var(--button-color);
  color: var(--notification-bg);
  border-radius: 5px;
  transition: background-color .35s, color .35s;
}

.notification-button:hover {
  background-color: #ffffffe6;
}

.product-price {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 48px;
  font-weight: 400;
}

.hide-demo-page-text-on-tablet {
  padding-left: 5px;
}

.demo-hero-buttons-holder {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-subtitle-holder {
  max-width: 80%;
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.hero-subtitle-text {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Serif, sans-serif;
  font-size: 48px;
}

.hero-subtitle-text.white-text {
  line-height: 1.4;
}

.subtitle-overlays {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  transform: translate(100%);
}

.subtitle-overlay-holder {
  width: 100%;
  height: 68px;
  position: relative;
  inset: 0% 0% auto;
}

.subtitle-overlay {
  background-color: #f0eeea80;
  position: absolute;
  inset: 0%;
}

.subtitle-overlay.dark-color {
  background-color: #37374380;
}

.section-info-text-no {
  color: var(--primary);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3em;
  padding-bottom: 3em;
  font-weight: 500;
  display: flex;
}

.animation-5-text {
  transform-origin: 50% 90%;
  text-transform: uppercase;
  width: auto;
  font-size: 140px;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
}

.animation-5-content {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  perspective: 1000px;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.animation-5-text-line {
  flex-direction: row;
  display: flex;
  overflow: hidden;
}

.animation-5-text-holder {
  perspective: 300px;
  perspective-origin: 50% 100%;
  overflow: hidden;
}

.animation-4-text-line {
  perspective: 1000px;
  perspective-origin: 50% 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.animation-4-text-holder {
  perspective: 350px;
  perspective-origin: 50% 0;
}

.animation-4-text {
  transform-origin: 50% 10%;
  text-transform: uppercase;
  width: auto;
}

.animation-4-text-parent {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  font-size: 150px;
  font-weight: 800;
  line-height: .8;
  display: flex;
}

.animation-6-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.animation-6-content.bardhyl {
  font-size: 120px;
}

.animation-6-parent {
  font-size: 150px;
  font-weight: 700;
  line-height: 1;
}

.animation-6-text {
  width: auto;
}

.animation-6-text-line {
  perspective: 2000px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.animation-6-text-holder {
  width: auto;
}

.animation-6-text-holder._4 {
  object-position: 50% 100%;
}

.animation-3-text-holder {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.animation-3-text {
  width: auto;
}

.animation-3-text-word {
  perspective: 1000px;
  perspective-origin: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.animation-3-text-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-transform: uppercase;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.animation-2-text {
  width: auto;
}

.animation-2-text-word {
  perspective: 1000px;
  flex-direction: row;
  display: flex;
}

.animation-2-text-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 145px;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.animation-4-sticky {
  color: #d8d8d8;
  background-color: #000;
  padding-top: 100vh;
  padding-bottom: 100vh;
  overflow: hidden;
}

.project-item {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 50px;
  text-decoration: none;
  position: relative;
}

.project-item:hover {
  text-decoration: none;
}

.project-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.category-acronym {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 40px 0% auto auto;
}

.div-block {
  padding-top: 80px;
}

.cart-item-image-2 {
  object-fit: cover;
  border-radius: 6px;
  width: 120px;
  height: 120px;
}

.social-media-menu-wrapper {
  flex-direction: row;
  align-items: flex-end;
  margin-top: 2em;
  display: flex;
}

.cart-item-content-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  margin-left: 1em;
  margin-right: 1em;
}

.big-image-menu {
  width: 300px;
  height: auto;
}

.cart-subtotal-label-2 {
  font-size: 26px;
}

.cart-title-2 {
  font-size: 35px;
  font-weight: 500;
  line-height: 1;
}

.nav-footer-holder {
  z-index: 19;
  grid-row-gap: 60px;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-menu---container {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.nav-menu-holder {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  min-width: 100vw;
  max-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
}

.cart-item-price-2 {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cart-quantity-button-holder {
  align-items: baseline;
  height: 35px;
  display: flex;
}

.cart-item-title-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
}

.nav-menu-link {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  color: #c9c9c9;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 74px;
  line-height: 1.45;
  display: flex;
  overflow: hidden;
}

.nav-links {
  grid-column-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 42px;
  display: flex;
}

.social-media-link---menu {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 24px;
  transition: filter .3s, color .35s;
}

.social-media-link---menu:hover {
  filter: blur(1px);
}

.button-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  text-transform: none;
  background-color: #000;
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-weight: 500;
  transition: background-color .3s, transform .5s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
}

.button-2:hover {
  color: #fff;
  background-color: #173aca;
}

.button-2.continue-to-checkout {
  border-radius: 0;
  font-size: 22px;
}

.white-arrow-menu-link {
  opacity: 0;
  width: 80px;
  height: 80px;
}

.nav-menu-overlay-mobile-2 {
  display: none;
}

.cart-container-2 {
  color: #fff;
  background-color: #2a2a2a;
  border-radius: 8px;
  min-width: 800px;
  max-width: 800px;
}

.cart-button-2 {
  outline-offset: 0px;
  background-color: #0000;
  border-radius: 8px;
  outline: 0 #2b2b2b;
  height: 100%;
  padding: 5px 15px 5px 5px;
  transition-property: background-color;
  overflow: hidden;
}

.cart-item-2 {
  min-height: 70px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.cart-quantity-number-2 {
  color: #000;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 15px;
  height: 15px;
  margin-left: 2px;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cart-quantity-2 {
  color: #fff;
  background-color: #fff;
  border-color: #fafafa;
  width: 50px;
  height: 30px;
  font-size: 14px;
  transition: color .35s, background-color .35s;
}

.cart-quantity-2:hover {
  background-color: #f8f8fa;
}

.cart-quantity-2:focus {
  border-color: #173aca;
}

.cart-quantity-2.cart {
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  height: 35px;
  font-size: 18px;
}

.x-icon-2 {
  width: 42px;
  height: 42px;
}

.x-icon-2.invert {
  filter: invert();
}

.cart-list-2 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1em;
  display: flex;
}

.cart-header-2 {
  border-bottom-style: none;
  border-bottom-color: #fafafa;
  padding: 1em;
}

.cart-2 {
  z-index: 3;
  outline-offset: 0px;
  outline: 0 #000;
  height: 100%;
  transition: filter .3s;
}

.cart-subtotal-price-2 {
  font-size: 26px;
  font-weight: 400;
}

.title-and-quantity-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.error-message-2 {
  text-align: center;
  background-color: #ffdede;
  border-style: none;
  border-width: 0;
  border-radius: 8px;
  margin: 10px 1em 1em;
  padding: 10px;
}

.cart-footer-2 {
  border-top-color: #fafafa;
  margin-top: 15px;
  padding: 25px 1em;
}

.remove-button-2 {
  color: #c5c5c5;
  margin-top: 20px;
  font-size: 18px;
}

.remove-button-2:hover {
  color: #fa4d50;
}

.nav-link-2 {
  z-index: 1;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  transition: opacity .3s, filter .3s, color .35s;
  display: flex;
  position: relative;
}

.nav-link-2:hover {
  opacity: .5;
}

.nav-link-2.w--current {
  filter: blur(.5px);
}

.web-payments-2 {
  margin-bottom: 1em;
  display: none;
}

.nav-with-big-menu {
  background-color: #000;
  width: 100%;
  height: 70px;
}

.nav-meu-and-cart-holder {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog-item-full {
  grid-row-gap: 10px;
  color: #2b2b2b;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-item-full:hover {
  color: #000;
}

.quantity-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.quantity-text {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.work-item {
  position: relative;
}

.work-item:nth-child(2n) {
  position: relative;
  top: 8em;
}

.scroll-down-line-container {
  border-bottom-style: none;
  width: 13px;
  height: 100%;
  min-height: 120px;
  position: relative;
  overflow: hidden;
}

.animation-2-letter {
  font-size: 145px;
  font-weight: 500;
}

.animation-2-holder {
  perspective: 1000px;
  flex-direction: row;
  display: flex;
}

.animation-2-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-brand-text {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  transition: color .3s;
}

.nav-brand-text:hover {
  color: var(--light-grey);
}

.nav-brand-text.black {
  color: #000;
  font-size: 12px;
}

.social-media-form-block-holder {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.main-subscribe-form-holder {
  border-radius: 0;
  width: 100%;
  max-width: 560px;
  height: 100%;
  margin-bottom: 0;
}

.main-subscribe-form {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.main-subscribe-email {
  color: gray;
  background-color: #fff;
  border: 1px solid #2b2b2b;
  border-radius: 0;
  width: 80%;
  height: 50px;
  margin-bottom: 0;
  padding: 10px 50px 10px 12px;
  font-weight: 400;
  line-height: 1;
  transition: color .35s, background-color .35s, border-color .35s;
}

.main-subscribe-email:focus {
  border-style: none;
}

.main-subscribe-email::placeholder {
  color: gray;
}

.submit-button {
  background-color: #0000;
  background-image: url('../images/Send.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 50px;
  transition: background-color .35s;
  position: absolute;
  inset: 0% 0% 0% 71%;
}

.submit-button:hover {
  background-color: #ffffff1a;
}

.hero-section-container {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-text-paragraph-container {
  justify-content: center;
  align-items: center;
  padding-right: 0;
}

.hero-text-holder {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-text-holder.about {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-section-sticky-container {
  align-items: flex-start;
}

.animate-on-load-image-3rd.home-page-edit {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

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

.hero-main-image-container {
  z-index: 1;
  width: 100%;
  min-width: 700px;
  max-width: 700px;
  height: 100%;
  margin-top: 3em;
}

.hero-button-holder {
  justify-content: center;
  align-items: center;
  margin-top: 2.7em;
  display: flex;
}

.legal-business-holder {
  justify-content: center;
  align-items: center;
  display: flex;
}

.legal-business-holder.service {
  margin-top: 7em;
}

.legal-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
}

.experience-holder {
  border-right: 1px solid #dfae4f;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
  padding-right: 60px;
  display: flex;
}

.experience-holder.middle {
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.experience-holder.last {
  border-right-style: none;
}

.text-block {
  text-align: center;
  font-family: Instrument Serif, sans-serif;
  font-size: 72px;
}

.text-block.white {
  color: #fff;
}

.gray-paragraph {
  color: gray;
}

.gray-paragraph.center {
  text-align: center;
}

.grid-3-col-holder {
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  display: flex;
}

.grid-3-col {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: auto;
}

.person-holder, .center-div {
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.job-description-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 30px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.small-text {
  color: #373743;
  font-family: Instrument Serif, sans-serif;
  font-size: 21px;
}

.name-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.autograph-holder {
  perspective: 1000px;
  justify-content: center;
  height: 100%;
  padding-left: 30px;
  display: flex;
  transform: perspective(1000px);
}

.small-paragraph {
  color: #373743;
}

.medium-text {
  color: #fff;
  text-align: left;
  font-family: Instrument Serif, sans-serif;
  font-size: 72px;
}

.medium-text.black {
  color: #121212;
}

.grid-2-col-holder {
  margin-top: 3em;
}

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

.large-paragraph {
  color: #fff;
  text-align: left;
  font-size: 24px;
}

.slide-nav {
  z-index: 5;
  width: 500px;
  display: none;
  inset: auto 0% 11%;
}

.slide {
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.top-margin-m {
  margin-top: 2em;
}

.slider-container {
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 370px;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.left-arrow {
  z-index: 9;
  background-color: #373743;
  border: 1px solid #d1c4c466;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  inset: 30% auto auto 2%;
}

.team-image {
  object-fit: cover;
  width: 100%;
  height: 340px;
}

.slider {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 0;
  padding-left: 110px;
  display: flex;
  position: static;
}

.slider-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 20px 0;
  display: flex;
}

.slider-holder {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 5em;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-image {
  width: 20px;
}

.right-arrow {
  z-index: 14;
  background-color: #373743;
  border: 1px solid #d1c4c466;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  inset: 30% 5% auto auto;
}

.mask {
  width: 420px;
  height: 100%;
  overflow: visible;
}

.slider-image-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider-company-container {
  width: 100px;
  margin-top: 11px;
}

.slider-text {
  color: #121212;
  font-family: Instrument Serif, sans-serif;
  font-size: 32px;
}

.small-gray-text {
  color: gray;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  position: relative;
}

.main-slider-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.project-item-image-overlay {
  opacity: 0;
  background-color: #373743;
  width: 104%;
  height: 104%;
  position: absolute;
  inset: -3% 0% 0% -2%;
}

.project-item-image-overlay.seashell-color {
  background-color: #f0eeea;
}

.about-image {
  object-fit: cover;
  object-position: 100% 100%;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.about-grid-2-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.about-grid-2-col.second {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 7em;
}

.about-text-paragraph-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.about-text-paragraph-holder.up {
  text-wrap: balance;
}

.about-grid-image-holder {
  width: 100%;
  min-width: 550px;
  height: 100%;
  min-height: 685px;
  position: relative;
  overflow: hidden;
}

.about-grid-image-holder.service {
  height: 610px;
  min-height: 610px;
}

.service-button-holder {
  margin-top: 2em;
  display: flex;
}

.blog-center-button-holder {
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  display: flex;
}

.center-text-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-hero-section-holder {
  padding-top: 0;
  padding-bottom: 0;
}

.form-grid {
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.fields-container {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.form-contact-text-field {
  color: #000;
  background-color: #fff;
  border: 1px #000;
  border-radius: 0;
  height: 50px;
  font-size: 14px;
}

.form-contact-text-field:focus {
  border: 1px solid #fff0;
}

.grid-6-col-2 {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-hero-section-image {
  width: 610px;
  height: 84%;
  position: absolute;
  inset: 10% 5% 0% auto;
  overflow: hidden;
}

.contact-hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: perspective(1046px);
}

.dropdown {
  z-index: 40;
  border-radius: 4px;
}

.main-trusted-by-container {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 150px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.trusted-grid-holder {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.trusted-by-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-width: 100%;
  display: grid;
}

.main-trusted-by-grid-content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  margin-left: 0;
  padding: 1em;
  display: flex;
}

.gray-line {
  background-color: gray;
  width: 1px;
  height: 90px;
  position: absolute;
  inset: 14% 0% 0% auto;
}

.footer-container {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2em 5em;
}

.brand-text-holder {
  overflow: hidden;
}

.main-text {
  color: #fff;
  font-family: Instrument Serif, sans-serif;
  font-size: 120px;
}

.main-text.center {
  text-align: center;
}

.hero-about-image-holder {
  width: 100%;
  height: 100%;
  min-height: 160vh;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.data-grid-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.data-grid-item.first {
  perspective: 1500px;
  align-items: flex-start;
  transform: perspective(1500px);
}

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

.data-wrapper {
  grid-column-gap: 5.5em;
  grid-row-gap: 5.5em;
  flex-direction: row;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.data-text-holder {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-integrity {
  color: #121212;
  font-family: Instrument Serif, sans-serif;
  font-size: 32px;
}

.arrow-holder {
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  width: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-slider-wrapper {
  background-color: #373743;
}

.about-mask {
  width: 700px;
  min-width: 700px;
  max-width: 1200px;
  height: auto;
  overflow: visible;
}

.slider-wrapper {
  padding-top: 65px;
  padding-bottom: 65px;
  overflow: hidden;
}

.slide-nav-2 {
  letter-spacing: 0;
  text-indent: 0;
  font-size: 12px;
  line-height: 1.2;
  display: none;
  bottom: -40%;
}

.about-arrow {
  opacity: .6;
  transition: opacity .2s;
  inset: auto -1% 39% auto;
}

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

.about-arrow.left {
  inset: 39% auto auto -2%;
}

.slider-content-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  display: flex;
  position: relative;
}

.main-about-slider {
  width: 80%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.gray-arrow-image {
  width: 21px;
}

.slider-content-holder {
  border-right: 1px solid #dfae4f;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.slider-web-holder {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  text-wrap: balance;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-top: 2em;
  display: flex;
  overflow: hidden;
}

.about-main-slider {
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.name-text {
  color: var(--button-color);
  text-align: center;
  font-family: Instrument Serif, sans-serif;
  font-size: 24px;
}

.job-position-text {
  color: #fff9;
  font-family: Open Sans, sans-serif;
}

.image-holder {
  border-radius: 30px;
  width: 50px;
  height: 50px;
}

.main-team-container {
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.team-image-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.team-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 20px 0;
  display: flex;
}

.legal-mastery-holder {
  width: 100%;
  margin-top: 4.5em;
}

.legal-mastery-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.team-text-holder {
  border-bottom-width: 1px;
  border-bottom-color: #dfae4f;
  padding-bottom: 0;
  position: relative;
}

.orange-line {
  background-color: var(--button-color);
  width: 100%;
  height: 1px;
  margin-top: 2em;
  margin-bottom: 4px;
}

.question-icon-holder {
  background-color: #f4fcfd00;
  border: 1px solid #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  margin-top: 25px;
  padding: 8px 6px 6px;
  display: flex;
}

.title-holder {
  z-index: 7;
  justify-content: center;
  align-items: center;
  position: relative;
}

.plus-lottie {
  filter: invert(46%);
  width: 80%;
}

.question {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Instrument Serif, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.question-container {
  cursor: pointer;
  background-color: #f0eeea;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.answer-holder {
  z-index: 33;
  border: 1px solid #0000;
  width: 60%;
  margin-left: 16px;
  padding: 20px;
  transition: border-color .3s;
  position: relative;
}

.answer-holder:hover {
  border-color: var(--button-color);
}

.question-holder {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  margin-top: 2em;
  display: flex;
}

.answer-container {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.hero-team-image {
  z-index: 2;
  width: 100%;
  height: 100%;
}

.dark-body {
  background-color: var(--primary);
}

.service-holder {
  perspective: 1500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 140%;
  height: 100%;
  margin-top: 3em;
  display: flex;
  position: relative;
}

.service-hero-content-holder {
  grid-row-gap: 50px;
  perspective: 1500px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.service-hero-container {
  grid-column-gap: 70px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.service-hero-container.case-result {
  grid-column-gap: 70px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-hero-text-holder {
  margin-top: 3em;
  transform: perspective(1500px);
}

.team-serivce-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  max-height: 610px;
}

.key-feature-icon {
  width: 10px;
  height: 15px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.key-feature-icon-holder {
  background-color: #373743;
  border-radius: 100%;
  width: 20px;
  min-width: 20px;
  height: 20px;
  position: relative;
}

.key-features {
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 2em;
  display: flex;
}

.key-feature-text {
  color: #121212;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.grid-item-text-holder {
  z-index: 2;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.key-feature-item {
  grid-column-gap: 7px;
  align-items: center;
  display: flex;
}

.case-result-holder {
  margin-top: 3em;
}

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

.case-result-grid._2-col {
  grid-template-rows: auto auto;
}

.contact-features {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3em;
  display: flex;
}

.app-features {
  grid-row-gap: 14px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.app-title {
  grid-column-gap: 10px;
  color: #d0d5db;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.location-text {
  color: #2f363d;
  font-family: Instrument Serif, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.grey-text-3 {
  color: #2f363d99;
  font-weight: 500;
}

.contact-grid {
  grid-template-rows: auto;
}

.office-holder {
  width: 100%;
}

.contact-hero-image-holder {
  width: 100%;
  height: 100%;
  margin-top: 4em;
}

.contact-main-image {
  width: 100%;
  height: 100%;
}

.overlay {
  z-index: -1;
  background-color: #f0eeea;
  height: 300px;
  position: absolute;
  inset: 69% 0% auto;
}

.overlay.dark-gray {
  z-index: -1;
  background-color: var(--primary);
  height: 250px;
  inset: -4% 0% auto;
}

.right-padding {
  padding-right: 3em;
}

.regular-text {
  font-size: 72px;
}

.text-category {
  font-family: Instrument Serif, sans-serif;
  font-size: 48px;
}

.category-text-inside-box {
  color: var(--button-color);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.product-quantity-holder {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.main-quantity-text {
  z-index: 1;
  color: #fff;
  position: absolute;
  left: 6em;
}

.other-text {
  font-size: 60px;
}

.send-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--button-color);
  text-transform: none;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px 16px;
  font-weight: 500;
  transition: color .35s, background-color .35s;
  display: flex;
}

.send-button:hover {
  color: var(--button-color);
  background-color: #fff;
}

.add-to-cart-shop {
  background-color: var(--button-color);
  height: 43px;
  padding-left: 90px;
  padding-right: 90px;
  transition: background-color .35s, color .35s;
}

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

.cart-content-holder {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-left: 1em;
  display: flex;
}

.cart-item-content-holder {
  width: 60%;
}

.remove-text {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.remove-text:hover {
  color: #f02;
}

.quantity-number {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.checkout-gray-line {
  background-color: gray;
  width: 100%;
  height: 1px;
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.shipping-method-holder {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.protect-text {
  color: #fff;
  text-align: left;
  font-size: 72px;
}

._404-holder-2 {
  z-index: 1;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.number-holder {
  z-index: -1;
  height: 100%;
  position: relative;
}

.number-406 {
  color: #000;
  margin-left: -35px;
  margin-right: -35px;
  font-family: Instrument Serif, sans-serif;
  font-size: 333px;
  font-weight: 400;
}

._404-coin-image {
  z-index: 1;
  width: 185px;
  position: absolute;
}

._404-image-holder {
  cursor: pointer;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 280px;
  min-width: 280px;
  height: 280px;
  min-height: 280px;
  transition: background-color .4s;
  display: flex;
  position: relative;
}

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

.bold-demo-text {
  color: #001b38;
  font-family: Schibsted Grotesk, sans-serif;
  font-size: 64px;
  font-weight: 800;
}

.blog-category-text {
  color: var(--button-color);
  font-size: 14px;
}

.cta-button-holder {
  margin-top: 2em;
}

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

.service-paragraph-holder {
  width: 70%;
}

.notification-link {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #181818;
  border-radius: 40px;
  align-items: center;
  margin-bottom: 1em;
  padding: 2px 12px 2px 2px;
  font-weight: 500;
  transition-property: background-color;
  display: flex;
}

.notification-link:hover {
  color: #fff;
}

.news-holder {
  color: #e2fd70;
  background-color: #383e47;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3px 10px;
  display: flex;
}

.secondary-color-text {
  color: var(--button-color);
}

.demo-quic-stack-box {
  background-color: #ffc444;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-left: 30px;
  position: relative;
  overflow: hidden;
}

.demo-quic-stack-box.dark-gray {
  color: #fff;
  background-color: #1b1b1b;
  background-image: url('../images/BG-Image.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 40px;
  position: relative;
}

.demo-white-text-paragraph-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 190px;
  display: flex;
}

.demo-open-cource-image {
  object-fit: cover;
  object-position: 0% 0%;
  width: 320px;
  height: 250px;
  position: absolute;
  inset: 31% 0% 0% auto;
}

.demo-open-cource-image.top-image {
  object-fit: cover;
  object-position: 0% 0%;
  width: 60%;
  height: 100%;
  top: 8%;
}

.home-content {
  z-index: 2;
  padding-bottom: 3em;
  position: sticky;
  top: 100px;
}

.home-hero-image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.home-hero-image-overlay {
  pointer-events: none;
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.buy-template-panel {
  z-index: 20;
  grid-column-gap: 10px;
  border: 1px solid #0003;
  border-radius: 6px;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.buy-template-panel:hover {
  color: #000;
  text-decoration: none;
}

.buy-template-link {
  grid-column-gap: 10px;
  opacity: .8;
  border-radius: 6px;
  flex-direction: row;
  align-items: stretch;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .4s, box-shadow .475s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.buy-template-link:hover {
  opacity: 1;
  color: #000;
  border-color: #4253ff;
  text-decoration: none;
  box-shadow: 0 6px 20px #0000003b;
}

.buy-this-template-button-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px 12px;
}

.buy-this-template-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.buy-this-template-text {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.buy-webflow-template-content {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.webflow-icon {
  background-image: url('../images/Webflow-Icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: block;
}

.bold-text-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.button-3 {
  text-align: left;
  mix-blend-mode: normal;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.button-3.w--current {
  cursor: auto;
  transition-property: none;
}

.paragraph-2 {
  color: #fff;
}

.text-block-2 {
  color: #fff;
  padding-top: 60px;
}

.image-2, .image-3 {
  margin-top: 0;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1350px;
  }

  .container.big {
    max-width: 1410px;
  }

  .button.no-margins {
    margin-bottom: 0;
  }

  .post-image {
    object-fit: cover;
  }

  .nav-cart-holder.white-nav {
    padding-right: 10em;
  }

  .template-cards-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .template-footer-button-holder {
    max-width: 380px;
  }

  .demo-container {
    justify-content: center;
    align-items: flex-start;
    width: 170vw;
  }

  .template-card-holder {
    min-height: 27vw;
    padding: .5%;
  }

  .demo-blur-bg-effect {
    filter: blur(70px);
  }

  .white-text-paragraph-holder {
    width: 260px;
  }

  .open-cource-image {
    top: 30%;
    right: -6%;
  }

  .blog-item-link {
    transition-duration: .3s, .3s;
  }

  .hero-subtitle-holder {
    max-width: 70%;
    margin-top: 5em;
  }

  .nav-menu---container {
    padding-left: 260px;
  }

  .main-subscribe-form-holder {
    max-width: 650px;
  }

  .submit-button {
    left: 72%;
  }

  .experience-holder.middle {
    border-right-style: none;
  }

  .experience-holder.last {
    border-left: 1px solid #dfae4f;
  }

  .slider {
    padding-left: 0;
  }

  .about-text-paragraph-holder {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-container {
    max-width: 1350px;
  }

  .hero-about-image-holder {
    height: 100%;
  }

  .slider-wrapper {
    overflow: hidden;
  }

  .about-arrow {
    right: -1%;
  }

  .about-arrow.left {
    top: 39%;
    left: -84%;
    right: 5%;
  }

  .main-about-slider {
    width: 100%;
  }

  .slider-web-holder {
    flex: 1;
  }

  .answer-holder {
    width: 60%;
  }

  .service-holder {
    width: 100%;
  }

  .service-hero-container {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    justify-content: center;
    align-items: center;
  }

  .service-hero-text-holder {
    width: 90%;
  }

  .team-serivce-image {
    min-height: 100%;
    max-height: 570px;
  }

  .overlay {
    height: 350px;
  }

  .product-quantity-holder {
    width: auto;
  }

  .demo-quic-stack-box.dark-gray {
    background-image: url('../images/BG-Image.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 40px;
  }

  .demo-white-text-paragraph-holder {
    width: 260px;
  }

  .demo-open-cource-image {
    top: 30%;
    right: -6%;
  }

  .demo-open-cource-image.top-image {
    width: 60%;
    top: 1%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 18px;
  }

  .container.nav-container-rounded-center {
    z-index: 2;
  }

  .container.slider {
    padding-left: 2em;
  }

  .nav-menu {
    z-index: 0;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-bottom: 1px solid var(--light-grey);
    color: #fff;
    background-color: #000;
    border-radius: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-height: 100vh;
    padding: 90px 2em 2em;
    position: fixed;
    top: 0;
    overflow: scroll;
  }

  .nav-menu.right-padding {
    background-color: var(--primary);
    position: absolute;
  }

  .nav-menu.right-padding.white {
    background-color: #fff;
  }

  .flex-center-text {
    height: auto;
  }

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

  .footer-link {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .link-block-underline {
    display: none;
  }

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

  .nav-link-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5px 0 5px 1em;
    display: flex;
  }

  .nav-link-holder.nav-button-holder {
    padding-left: 2em;
    display: none;
  }

  .menu-button {
    z-index: 1;
    transition: background-color .35s;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--light-grey);
    border-radius: 10px;
  }

  .style-guide-tab-holder {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .style-guide-left-panel-holder {
    width: 100%;
  }

  .hero-text {
    font-size: 80px;
  }

  .style-guide-left-panel {
    grid-column-gap: 16px;
    grid-row-gap: 50px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 1em;
    display: grid;
  }

  .link-block-23 {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .style-guide-empty-container {
    padding: 17px 0;
  }

  .button {
    font-weight: 500;
  }

  .style-guide-main-panel {
    padding: 16px;
  }

  .style-guide-container {
    flex-direction: column;
  }

  .style-guide-hero-holder {
    padding: 1em;
  }

  .nav-link.nav-link-dropdown {
    margin-left: 0;
  }

  .link-background.link-bg-on-dark {
    display: none;
  }

  .social-media-icons {
    margin-top: 0;
    margin-bottom: 2em;
  }

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

  .link-with-line {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .client-logo {
    min-width: 200px;
    max-height: 65px;
  }

  .blog-grid, .shop-list {
    grid-template-columns: 1fr 1fr;
  }

  .nav-cart-holder {
    z-index: 3;
    flex-direction: row;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    padding-right: 1em;
    display: flex;
    position: relative;
  }

  .nav-cart-holder.right-paddding {
    right: 0%;
  }

  .nav-cart-holder.white-nav {
    padding-right: 0;
  }

  .cart {
    z-index: 1;
  }

  .cart-quantity {
    background-color: #fff0;
    border-style: none;
    margin-bottom: 0;
  }

  .cart-container {
    min-width: 600px;
    max-width: 600px;
  }

  .product-details-grid {
    grid-template-columns: 1fr;
  }

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

  .product-title {
    font-size: 60px;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .nav-dropdown-list {
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 10px;
  }

  .nav-dropdown-list.on-nav-rounded {
    top: 10px;
    left: 0;
    right: 0;
  }

  .nav-dropdown-line-abs {
    display: none;
  }

  .nav-menu-overlay-mobile {
    z-index: 1;
    height: 70px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .nav-dropdown-link-arrow {
    width: 18px;
    height: 18px;
  }

  .nav-dropdown-link-arrow-holder {
    height: 20px;
    bottom: -16px;
  }

  .nav-dropdown-link-arrow-animated {
    height: 12px;
  }

  .explore-more-grid {
    grid-template-columns: 1fr;
  }

  .feature-text {
    max-width: 440px;
  }

  .feature-box {
    padding-top: 3em;
    padding-bottom: 3em;
    padding-left: 2em;
  }

  .template-more-things-grid, .demo-pages-grid {
    grid-template-columns: 1fr 1fr;
  }

  .template-included-image-holder {
    height: auto;
  }

  .grid-what-is-included {
    grid-template-columns: 1fr;
  }

  .text-paragraph-holder {
    height: auto;
  }

  .white-paragraph.center-in-mobile {
    text-align: center;
  }

  .template-section {
    border-radius: 20px;
  }

  .template-card-holder {
    height: 270px;
  }

  .template-card-image {
    border-radius: 3px;
  }

  .demo-blur-bg-effect {
    display: none;
  }

  .integration-heading {
    font-size: 32px;
  }

  .demo-section {
    padding-bottom: 3em;
  }

  .template-footer-holder {
    grid-column-gap: 30px;
  }

  .white-text-paragraph-holder {
    width: 300px;
  }

  .quic-stack-box.blue {
    padding-bottom: 60px;
  }

  .notification-banner {
    padding-left: 1em;
    padding-right: 1em;
  }

  .footer-top-links-6col-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .heading-3-style {
    font-size: 30px;
  }

  .hide-demo-page-text-on-tablet {
    display: none;
  }

  .hero-subtitle-text {
    font-size: 35px;
  }

  .subtitle-overlay-holder {
    height: 42px;
  }

  .animation-5-text {
    font-size: 13vw;
  }

  .animation-5-content {
    grid-column-gap: 10px;
  }

  .animation-4-text-parent {
    font-size: 11vw;
  }

  .animation-6-parent {
    font-size: 13vw;
  }

  .project-item {
    width: 100%;
    padding-right: 30px;
  }

  .category-acronym {
    inset: 10px auto auto 0%;
  }

  .social-media-menu-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    align-items: flex-start;
  }

  .big-image-menu {
    width: 200px;
    height: auto;
  }

  .nav-footer-holder {
    background-color: #0000;
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
  }

  .nav-menu---container {
    width: 100%;
    padding-left: 0;
  }

  .nav-menu-holder {
    flex-direction: row;
    align-items: flex-start;
  }

  .nav-link-text {
    font-size: 52px;
  }

  .nav-menu-link {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .nav-links {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
  }

  .button-2 {
    font-weight: 500;
  }

  .white-arrow-menu-link {
    width: 70px;
    height: 70px;
  }

  .nav-menu-overlay-mobile-2 {
    z-index: 1;
    height: 70px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .cart-container-2 {
    min-width: 650px;
    max-width: 650px;
  }

  .cart-2 {
    z-index: 1;
  }

  .nav-with-big-menu {
    position: sticky;
  }

  .quantity-wrapper {
    border: 1px solid #f0f0f0;
    border-radius: 0;
    justify-content: space-around;
    align-items: center;
    width: 150px;
    display: flex;
  }

  .animation-2-letter {
    font-size: 15vw;
  }

  .main-subscribe-form-holder {
    display: flex;
  }

  .main-subscribe-form {
    justify-content: flex-end;
    display: flex;
  }

  .submit-button {
    left: 90%;
  }

  .hero-section-container {
    align-items: flex-start;
    height: auto;
  }

  .hero-text-paragraph-container {
    padding-right: 0;
  }

  .hero-text-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .hero-text-container {
    width: 100%;
  }

  .hero-image {
    object-position: 0% 0%;
  }

  .hero-main-image-container {
    min-width: 100%;
    max-width: 100%;
    margin-top: 2em;
    top: auto;
    right: auto;
  }

  .medium-text {
    font-size: 60px;
  }

  .large-paragraph {
    font-size: 20px;
  }

  .left-arrow {
    left: 12%;
  }

  .slider-holder {
    justify-content: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .contact-hero-section-holder {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .grid-6-col-2 {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .contact-hero-section-image {
    width: 100%;
    height: 500px;
    position: static;
  }

  .footer-container {
    padding-bottom: 0;
  }

  .main-text {
    font-size: 80px;
  }

  .hero-about-image-holder {
    height: 110vh;
  }

  .data-grid-item {
    align-items: flex-start;
  }

  .data-grid {
    grid-row-gap: 1.5em;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .data-wrapper {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    flex-direction: column;
    margin-top: 4em;
  }

  .data-text-holder {
    align-items: flex-start;
    width: 100%;
  }

  .about-arrow.left {
    right: 9%;
  }

  .legal-mastery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .question-container {
    margin-left: 0;
  }

  .service-holder {
    width: 100%;
  }

  .service-hero-content-holder {
    align-items: center;
  }

  .service-hero-container {
    grid-row-gap: 120px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .service-hero-container.case-result {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .case-result-grid._2-col {
    grid-template-columns: 1fr 1fr;
  }

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

  .regular-text {
    font-size: 60px;
  }

  .product-quantity-holder {
    width: 40%;
  }

  .send-button {
    font-weight: 500;
  }

  .bold-demo-text {
    font-size: 50px;
  }

  .demo-white-text-paragraph-holder {
    width: 40%;
  }

  .demo-open-cource-image {
    top: 9%;
  }
}

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

  .container.hero-container {
    padding-bottom: 0;
  }

  .hero-section {
    height: auto;
  }

  .nav-menu {
    padding-left: 1em;
    padding-right: 1em;
  }

  .flex-center-text {
    height: 100%;
  }

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

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

  .nav-link-holder {
    width: 100%;
  }

  .nav-link-holder.nav-button-holder {
    display: none;
  }

  .change-log-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2em 1em;
  }

  .hero-text {
    font-size: 56px;
  }

  .style-guide-left-panel {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .colors-holder {
    flex-direction: column;
    align-items: flex-start;
  }

  .style-guide-empty-container {
    padding-left: 0;
    padding-right: 0;
  }

  .font-holder {
    flex-direction: column;
    padding: 16px;
  }

  .hero-section-secondary {
    height: auto;
  }

  .hero-description-short-container {
    max-width: 100%;
  }

  .hero-description {
    font-size: 18px;
  }

  .blog-grid {
    flex-direction: column;
    display: flex;
  }

  .shop-list {
    grid-template-columns: 1fr;
  }

  .nav-cart-holder {
    padding-right: 1em;
  }

  .cart-container {
    min-width: 500px;
    max-width: 500px;
  }

  .checkout-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .checkout-summary {
    margin-top: 2em;
  }

  .checkout-heading {
    font-size: 36px;
  }

  .product-title {
    font-size: 50px;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown-grid {
    grid-template-columns: 1fr 1fr;
    max-height: 70vh;
    overflow: auto;
  }

  .explore-more-grid {
    grid-template-columns: 1fr;
  }

  .feature-text {
    max-width: 310px;
    font-size: 30px;
  }

  .feature-box {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 25px;
  }

  .template-more-things-grid {
    grid-template-columns: 1fr;
  }

  .template-card-holder {
    height: 210px;
  }

  .integration-heading {
    font-size: 24px;
  }

  .template-footer-heading {
    max-width: 350px;
  }

  .template-footer-holder {
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .hero-description-holder {
    margin-top: 2em;
  }

  .small-thumbnail-image {
    padding-top: 60%;
  }

  .hide-on-mobile {
    display: none;
  }

  .hide-on-desktop {
    font-size: 48px;
    display: block;
  }

  .blog-item-title-2 {
    font-size: 28px;
  }

  .tooltip-wrapper {
    text-align: right;
    width: 60vw;
    left: auto;
    right: 90%;
  }

  .white-text {
    color: #fff;
  }

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

  .accordion-title {
    font-size: 24px;
  }

  .animation-5-text {
    margin-top: 0;
  }

  .project-item {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .category-acronym {
    top: 30px;
  }

  .social-media-menu-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .big-image-menu {
    z-index: 5;
    opacity: .4;
    width: 100%;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .nav-footer-holder {
    width: 85%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu---container {
    z-index: 5;
    justify-content: flex-start;
    width: 100%;
    height: 70%;
  }

  .nav-menu-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .cart-item-title-2 {
    max-width: 80%;
  }

  .nav-menu-link {
    justify-content: center;
  }

  .nav-links {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
  }

  .white-arrow-menu-link {
    margin-left: -140px;
  }

  .cart-container-2 {
    min-width: 550px;
    max-width: 550px;
  }

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

  .hero-section-container {
    align-items: flex-end;
  }

  .hero-section-sticky-container {
    align-items: center;
    display: flex;
    bottom: -7%;
  }

  .legal-business-holder {
    z-index: 99;
    position: relative;
  }

  .legal-grid {
    z-index: 999;
    grid-template-columns: 1fr;
    position: relative;
  }

  .experience-holder.middle, .experience-holder.first {
    border-right-style: none;
  }

  .text-block {
    font-size: 32px;
  }

  .medium-text {
    font-size: 50px;
  }

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

  .slide-nav {
    width: 230px;
  }

  .left-arrow {
    left: 0%;
  }

  .team-image {
    object-position: 50% 0%;
  }

  .slider {
    padding-left: 75px;
  }

  .slider-content {
    padding: 17px;
  }

  .slider-holder {
    padding-left: 0;
  }

  .trusted-grid-holder {
    overflow: hidden;
  }

  .trusted-by-grid {
    width: 130vw;
    min-width: 130vw;
  }

  .footer-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .main-text {
    font-size: 60px;
  }

  .hero-about-image-holder {
    height: 125vh;
  }

  .data-grid {
    width: 100%;
  }

  .data-wrapper {
    margin-top: 0;
  }

  .about-mask {
    width: 600px;
    min-width: 600px;
  }

  .slider-wrapper {
    padding-top: 60px;
    padding-bottom: 110px;
  }

  .slide-nav-2 {
    padding-top: 16px;
    bottom: -30%;
  }

  .about-arrow {
    bottom: -28%;
  }

  .about-arrow.left {
    right: 13%;
  }

  .slider-content-container {
    max-width: 350px;
  }

  .gray-arrow-image {
    width: 16px;
  }

  .team-content {
    padding: 17px;
  }

  .legal-mastery-grid {
    flex-direction: column;
    display: flex;
  }

  .service-holder {
    width: 100%;
  }

  .grid-item-text-holder {
    align-items: flex-start;
  }

  .regular-text {
    font-size: 50px;
  }

  .product-quantity-holder {
    width: 60%;
  }

  .protect-text {
    font-size: 60px;
  }

  ._404-holder-2 {
    height: auto;
  }

  .number-406 {
    font-size: 30vw;
  }

  ._404-coin-image {
    width: 150px;
  }

  ._404-image-holder {
    width: 40vw;
    min-width: 40vw;
    height: 40vw;
    min-height: 40vw;
  }

  .bold-demo-text {
    font-size: 40px;
  }

  .demo-white-text-paragraph-holder {
    width: 190px;
  }

  .demo-open-cource-image {
    width: 260px;
    height: 200px;
    top: 38%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
    font-weight: 600;
  }

  h4 {
    font-size: 20px;
    font-weight: 600;
  }

  h5 {
    font-size: 18px;
    font-weight: 500;
  }

  h6 {
    font-weight: 500;
  }

  blockquote {
    padding: 30px 0;
    font-size: 20px;
  }

  .container {
    padding: 3em 1em;
  }

  .container.hero-container.demo {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .container.slider {
    padding-right: 2em;
  }

  .container.small-paddings {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .hero-section {
    min-height: 80vh;
  }

  .hero-section.demo {
    min-height: 50vh;
  }

  .nav-menu.right-padding {
    padding-top: 0;
  }

  .flex-center-text.demo {
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .grid-6-col {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-col {
    grid-template-columns: 1fr;
  }

  .utility-page-wrap {
    height: 70vh;
  }

  .utility-page-wrap._401 {
    height: 70vh;
    padding-top: 9px;
  }

  .utility-page-content {
    padding: 29px;
  }

  .utility-page-form {
    justify-content: space-between;
    height: 420px;
    padding: 30px;
  }

  .utility-page-form._401 {
    height: 100%;
    padding: 1em 1em 2em;
  }

  .footer {
    text-align: left;
  }

  .footer-content {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .made-by-section {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.5em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .nav-link-holder {
    padding-left: 1em;
  }

  .nav-link-holder.nav-button-holder {
    padding-left: 1.5em;
    display: none;
  }

  .instructions-image {
    border-radius: 0;
  }

  .rich-text h5 {
    font-size: 17px;
    line-height: 1.4;
  }

  .rich-text figure {
    margin-top: 2em;
    margin-bottom: 3em;
    padding: 15px;
  }

  .rich-text ul {
    padding-left: 20px;
  }

  .rich-text h3 {
    font-size: 19px;
    line-height: 1.4;
  }

  .rich-text figcaption {
    font-size: 12px;
    line-height: 18px;
  }

  .rich-text h1 {
    font-size: 26px;
    font-weight: 500;
  }

  .rich-text p {
    font-size: 15px;
  }

  .rich-text h2 {
    font-size: 22px;
    line-height: 1.4;
  }

  .rich-text ol {
    padding-left: 20px;
  }

  .rich-text h4 {
    font-size: 18px;
    line-height: 1.4;
  }

  .rich-text h6 {
    font-size: 17px;
    line-height: 1.4;
  }

  .rich-text li {
    font-size: 15px;
  }

  .style-guide-title-holder {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .hero-text {
    font-size: 48px;
  }

  .paragraph-m {
    font-size: 16px;
  }

  .style-guide-left-panel {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .headings-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .grid-holder {
    padding: 1em;
  }

  .paragraph-container {
    width: 100%;
  }

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

  .aa-font {
    font-size: 80px;
  }

  .button.nav-button {
    display: block;
  }

  .button-holder, .headings-holder {
    padding: 1em;
  }

  .nav-link.white-nav-link {
    padding-right: 0;
  }

  .hero-section-secondary {
    min-height: 40vh;
  }

  .social-media-icons {
    margin-bottom: 0;
  }

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

  .license-box {
    padding-left: 1em;
    padding-right: 1em;
  }

  .client-logo {
    min-width: 100px;
    max-width: 100px;
    max-height: 30px;
  }

  .instruction-item {
    padding-left: 1em;
    padding-right: 1em;
  }

  .blog-category-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .blog-wrapper {
    margin-top: 1em;
  }

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

  .blog-item-title {
    font-size: 20px;
  }

  .blog-category-links-holder {
    flex-flow: wrap;
    grid-auto-columns: 1fr;
  }

  .post-image {
    min-height: 100%;
    max-height: 100%;
  }

  .add-to-cart-button {
    background-size: 24px;
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
  }

  .category-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: nowrap;
    align-items: flex-start;
  }

  .nav-cart-holder {
    padding-right: 1em;
  }

  .cart-quantity {
    margin-bottom: 0;
  }

  .cart-container {
    border-radius: 0;
    min-width: 100%;
    max-width: 100%;
    max-height: 700px;
  }

  .cart-header {
    z-index: 5;
    background-color: #fff;
    position: sticky;
    top: 0;
  }

  .cart-title {
    font-size: 28px;
  }

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

  .cart-footer {
    background-color: #fff;
    position: sticky;
    bottom: 0;
  }

  .cart-item-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    margin-top: 15px;
    margin-left: 0;
  }

  .x-icon {
    width: 20px;
  }

  .heading-title-holding {
    padding-bottom: 1em;
  }

  .product-quantity {
    border-radius: 0;
    width: 260px;
    height: 43px;
  }

  .product-add-to-cart-quantity {
    flex-direction: column;
    align-items: flex-start;
  }

  .checkout-heading {
    font-size: 28px;
  }

  .block-header {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .block-content {
    padding-left: 1em;
    padding-right: 1em;
  }

  .order-item-title, .order-item-price {
    font-size: 18px;
  }

  .shipping-method {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .order-item-full-content {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .order-info-row {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .product-title {
    font-size: 42px;
  }

  .licensing-instruction-heading {
    font-size: 20px;
  }

  .nav-dropdown-list {
    width: 100vw;
    margin-left: -1em;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.w--open {
    margin-bottom: 10px;
  }

  .nav-dropdown-list-content {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav-dropdown-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .nav-dropdown-footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 3em;
  }

  .nav-menu-overlay-mobile {
    height: 70px;
    display: none;
  }

  .explore-more-grid {
    grid-template-columns: 1fr;
  }

  .small-content {
    padding-bottom: 2em;
  }

  .large-white-text {
    font-size: 30px;
  }

  .hero-box-tittle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-text {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .template-includes-card {
    width: auto;
    padding-left: 30px;
    padding-right: 0;
  }

  .feature-box {
    background-position: 50% 94%;
    background-size: auto 160px;
    padding: 2em 2em 200px;
  }

  .text-gray-paragraph-holder-2 {
    padding-right: 20px;
  }

  .template-more-things-grid {
    grid-template-columns: 1fr;
  }

  .text-gray-paragraph-holder {
    padding-right: 0;
  }

  .template-growth-features {
    font-size: 25px;
  }

  .figma-component-library-holder {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .demo-page-link {
    padding-left: 0;
  }

  .name-of-pages-text {
    font-size: 20px;
  }

  .demo-pages-grid {
    grid-template-columns: 1fr;
  }

  .inside-box-text {
    text-align: center;
  }

  .template-cards-wrapper {
    width: 270%;
    margin-left: -26px;
  }

  .template-button-holder {
    grid-column-gap: 14px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .template-section {
    border-radius: 24px;
  }

  .template-card-holder {
    height: 180px;
    padding: 6px;
  }

  .integration-heading {
    font-size: 21px;
  }

  .hero-description-holder {
    margin-top: 1em;
  }

  .white-text-paragraph-holder {
    width: 100%;
  }

  .quic-stack-box {
    padding-top: 30px;
    padding-left: 20px;
  }

  .quic-stack-box.blue {
    padding-bottom: 200px;
  }

  .figma-design-image {
    height: 190px;
  }

  .open-cource-image {
    width: 90%;
    max-height: 170px;
  }

  .notification-banner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .style-guide-box-holder {
    padding: 1em;
  }

  .navbar-footer-main-link-holder {
    font-size: 22px;
  }

  .shop-item-title-price {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .shop-item-content {
    padding: 1.5em 1em;
  }

  .category-text {
    font-family: Instrument Serif, sans-serif;
    font-size: 20px;
  }

  .filter-holder {
    flex-direction: row;
    align-content: flex-start;
    align-items: center;
    padding: 5px;
  }

  .filter-holder.no-margin-top {
    flex-direction: row;
    align-items: flex-start;
  }

  .category-item-link {
    padding-left: 12px;
    padding-right: 12px;
  }

  .category-list-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .hide-on-desktop {
    font-family: Instrument Serif, sans-serif;
    font-size: 20px;
  }

  .blog-item-title-2 {
    font-size: 24px;
  }

  .footer-top-links-6col-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .footer-logo-text-form-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .footer-social-icons-with-links-holder {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tooltip-wrapper {
    width: 70vw;
  }

  .white-text {
    color: #fff;
  }

  .pricing-table-holder {
    min-width: 33%;
  }

  .pricing-cell-check-icon {
    width: 20px;
  }

  .heading-3-style {
    font-size: 22px;
  }

  .card-item {
    border-radius: 30px;
  }

  .accordion-item-content {
    padding-left: 0;
  }

  .accordion-icon-holder {
    margin-right: 10px;
  }

  .product-price {
    margin-top: .5em;
    margin-bottom: .5em;
  }

  .demo-hero-buttons-holder {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .hero-subtitle-holder {
    max-width: 90%;
    margin-top: 2em;
  }

  .hero-subtitle-text {
    font-size: 25px;
  }

  .hero-subtitle-text.white-text {
    line-height: 1.5;
  }

  .subtitle-overlay-holder {
    height: 34px;
  }

  .animation-5-content {
    grid-column-gap: 7px;
  }

  .cart-item-image-2 {
    width: 50%;
    height: 120px;
  }

  .social-media-menu-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 4em;
    display: flex;
  }

  .cart-item-content-2 {
    flex-direction: column;
    margin-left: 0;
  }

  .nav-footer-holder {
    justify-content: flex-end;
    margin-top: 0;
  }

  .nav-menu---container {
    justify-content: center;
    height: 50%;
  }

  .cart-item-price-2 {
    position: static;
  }

  .cart-item-title-2 {
    max-width: 100%;
  }

  .nav-link-text {
    font-size: 38px;
  }

  .nav-links {
    grid-row-gap: 12px;
    padding-top: 0;
  }

  .button-2.continue-to-checkout {
    font-size: 20px;
  }

  .white-arrow-menu-link {
    display: none;
  }

  .nav-menu-overlay-mobile-2 {
    height: 70px;
  }

  .cart-container-2 {
    border-radius: 0;
    min-width: 300px;
  }

  .cart-item-2 {
    flex-direction: column;
  }

  .subtotal {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .quantity-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 150px;
    display: flex;
  }

  .social-media-form-block-holder {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    align-items: flex-start;
  }

  .main-subscribe-form {
    justify-content: flex-start;
  }

  .submit-button {
    left: 62%;
  }

  .hero-text-paragraph-container {
    margin-top: 30px;
  }

  .hero-text-holder.about {
    align-items: flex-start;
  }

  .hero-section-sticky-container {
    bottom: 0%;
  }

  .hero-main-image-container {
    margin-top: 0;
  }

  .legal-business-holder.service {
    margin-top: 2em;
  }

  .experience-holder.last, .experience-holder.first {
    align-items: center;
    padding-right: 40px;
  }

  .grid-3-col {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    display: flex;
  }

  .job-description-holder {
    justify-content: flex-start;
    align-items: center;
    padding-right: 30px;
  }

  .autograph-holder {
    align-items: center;
    padding-left: 0;
  }

  .small-paragraph {
    text-align: center;
  }

  .medium-text {
    font-size: 36px;
  }

  .medium-text.black {
    font-size: 42px;
  }

  .medium-text.black.center {
    text-align: center;
  }

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

  .slide-nav {
    padding-top: 9px;
    bottom: 5%;
  }

  .slide {
    width: 100%;
  }

  .slider-container {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .left-arrow {
    top: 92%;
    bottom: 0%;
    left: 11%;
  }

  .team-image {
    height: 100%;
  }

  .slider {
    padding-left: 0;
  }

  .slider-content {
    z-index: 60;
    padding: 14px;
  }

  .slider-holder {
    padding-left: 0;
  }

  .right-arrow {
    inset: auto 11% 0% auto;
  }

  .mask {
    width: 100%;
  }

  .slider-image-container {
    width: 100%;
    height: 370px;
  }

  .about-grid-2-col {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    display: flex;
  }

  .about-grid-2-col.second {
    margin-top: 6em;
  }

  .about-text-paragraph-holder {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .about-text-paragraph-holder.up {
    order: -1;
  }

  .about-grid-image-holder {
    min-width: 100%;
    min-height: 100%;
  }

  .about-grid-image-holder.service {
    height: 100%;
    min-height: 100%;
  }

  .contact-hero-section-holder {
    padding-top: 0;
  }

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

  .contact-hero-section-image {
    height: 100%;
  }

  .main-trusted-by-container {
    min-height: 100px;
  }

  .trusted-grid-holder {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .trusted-by-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    width: 210vw;
    min-width: 210vw;
  }

  .gray-line {
    width: 50%;
    height: 1px;
    top: auto;
    bottom: 0%;
    right: auto;
  }

  .footer-container {
    padding: 3em 1em 0;
  }

  .main-text {
    font-size: 46px;
  }

  .hero-about-image-holder {
    height: 100%;
    min-height: 100%;
  }

  .data-grid-item.first {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: flex-start;
  }

  .data-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    display: flex;
  }

  .data-wrapper {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .slider-wrapper {
    overflow: hidden;
  }

  .slide-nav-2 {
    grid-column-gap: 6px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 4px;
    padding-left: 2em;
    font-size: 10px;
    display: flex;
    bottom: -53%;
  }

  .about-arrow {
    bottom: -22%;
    right: 2%;
  }

  .about-arrow.left {
    top: 104%;
    left: -65%;
    right: 5%;
  }

  .slider-content-container {
    justify-content: center;
    width: 250px;
    min-width: 350px;
    max-width: 350px;
  }

  .slider-content-holder {
    border-right-style: none;
    width: 75%;
  }

  .slider-web-holder {
    width: 100%;
  }

  .main-team-container {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .team-image-container {
    width: 100%;
    height: 370px;
  }

  .team-image-container.case {
    height: 100%;
  }

  .team-content {
    z-index: 60;
    padding: 14px;
  }

  .question {
    font-size: 22px;
  }

  .question-container {
    margin-left: 0;
  }

  .answer-holder {
    width: 100%;
    margin-left: 10px;
  }

  .service-holder {
    perspective: 1000px;
    margin-top: 1em;
    transform: perspective(1000px);
  }

  .service-hero-content-holder {
    grid-row-gap: 30px;
  }

  .service-hero-container {
    grid-column-gap: 0px;
    grid-row-gap: 2.5em;
  }

  .team-serivce-image {
    min-height: 100%;
  }

  .key-feature-icon {
    width: 15px;
    height: 15px;
  }

  .key-feature-icon-holder, .key-feature-icon-holder._2 {
    width: 25px;
    min-width: 25px;
    height: 25px;
  }

  .key-features {
    margin-top: 0;
  }

  .grid-item-text-holder {
    align-items: flex-start;
    width: 100%;
  }

  .case-result-grid._2-col, .contact-features {
    flex-direction: column;
    display: flex;
  }

  .regular-text {
    font-size: 40px;
  }

  .text-category {
    font-family: Instrument Serif, sans-serif;
    font-size: 20px;
  }

  .other-text {
    font-size: 43px;
    font-weight: 400;
  }

  .cart-content-holder {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
  }

  .protect-text {
    font-size: 32px;
  }

  .number-406 {
    margin-left: -20px;
    margin-right: -20px;
  }

  ._404-coin-image {
    width: 30%;
  }

  .bold-demo-text {
    font-size: 32px;
  }

  .blog-category-text {
    font-size: 14px;
  }

  .notification-link {
    grid-column-gap: 12px;
    text-align: left;
    justify-content: center;
    align-items: center;
    padding: 6px;
    font-size: 14px;
  }

  .arrow-icon {
    min-width: 8px;
  }

  .demo-heading {
    font-size: 34px;
  }

  .paragraph {
    flex-flow: wrap;
  }

  .demo-quic-stack-box {
    padding-top: 30px;
    padding-left: 20px;
  }

  .demo-quic-stack-box.dark-gray {
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 200px;
    display: flex;
  }

  .demo-white-text-paragraph-holder {
    width: 100%;
  }

  .demo-open-cource-image {
    width: 90%;
    height: 170px;
    top: auto;
  }

  .demo-open-cource-image.top-image {
    object-fit: cover;
    width: 100%;
    height: 47%;
    inset: auto 0% 0%;
  }

  .buy-template-panel {
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
  }
}

#w-node-_74ab3314-1e2b-a768-0bb3-b25894c1a502-0a144c54 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f8153fa8-0e0a-16ca-0970-a9406fdb179a-941ad175, #w-node-_427ad2b5-c258-eefb-a33e-0571c020cde5-941ad175, #w-node-_2e0c981c-b571-0a78-a7db-fe3958c254d3-941ad175, #w-node-_3a93e2a5-4c62-3191-3a71-4e1587425315-941ad175 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9f8cfee8-64f0-a625-0074-143dec6a989a-ec6a9896 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6995eda4-7418-793d-d771-71b2c528dbc1-941ad181, #w-node-_1f321115-1b62-2209-0f85-ca08606a72dd-941ad182, #w-node-ba664d03-96ff-3927-b94b-449f0e6d0d97-941ad182, #w-node-b99d3615-d086-c5cc-5c5b-3acafcd34651-941ad182, #w-node-d110eb04-ac46-093f-032e-1c3b37f69c3c-941ad184, #w-node-_6682fb37-a482-b02d-5d36-a8fdf656c939-941ad184, #w-node-_7398e3fe-df70-3438-6aae-199fe49f647a-941ad184, #w-node-_7398e3fe-df70-3438-6aae-199fe49f647b-941ad184, #w-node-_801e344f-27e6-5b79-d61d-370d2909ac2f-941ad184, #w-node-_801e344f-27e6-5b79-d61d-370d2909ac30-941ad184, #w-node-c04982e5-724e-e2c2-d21f-bcf11e0ad543-941ad184, #w-node-_67aea439-28c8-ecd2-97bb-e699e8c5676e-941ad184, #w-node-_922e1526-9b0e-9cb3-3dce-9147d55c856d-941ad184 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17be236b-2487-190f-fcb0-b54e2ce43c9c-941ad184 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_17be236b-2487-190f-fcb0-b54e2ce43ca1-941ad184, #w-node-_74e61560-f308-dee6-8892-a7a40f0cf95a-941ad184 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74e61560-f308-dee6-8892-a7a40f0cf94f-941ad184 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8fffc254-9cd9-ec85-03af-42da91a9a1e5-941ad18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2a1dccf-3cbd-8575-4ae1-29068fa29f9c-941ad18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f2a1dccf-3cbd-8575-4ae1-29068fa29fa7-941ad18a, #w-node-bee3e50e-a812-3b9e-1ece-7b17f5ceda34-941ad18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bee3e50e-a812-3b9e-1ece-7b17f5ceda1e-941ad18a, #w-node-_5f5143d7-8c43-424c-2ca4-81f95e76e1e4-941ad18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5f5143d7-8c43-424c-2ca4-81f95e76e1e1-941ad18a, #w-node-b26dec48-c09f-5928-1b09-bb7a0274f173-941ad18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b26dec48-c09f-5928-1b09-bb7a0274f176-941ad18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_74ab3314-1e2b-a768-0bb3-b25894c1a502-0a144c54 {
    grid-column: span 3 / span 3;
  }

  #w-node-_74e61560-f308-dee6-8892-a7a40f0cf94f-941ad184 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_74ab3314-1e2b-a768-0bb3-b25894c1a502-0a144c54 {
    grid-column: span 1 / span 1;
  }
}


