@font-face {
  font-family: Cabinet Grotesk Variable;
  src: url('../fonts/CabinetGrotesk-Variable.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --light-brown: #f2f0eb;
  --white: white;
  --goldenrod: #f0b537;
  --hero-description: #655b77;
  --packed-gold: #fedd46;
  --dim-grey: #71674d;
  --lavender: #d0dafe;
  --light-green: #a9f2a9;
  --creme: #fff0d0;
  --peach-puff: #f7cfa5;
  --pink: #f4c0c0;
  --deep-blue: #3f5ff6;
  --green-text: #34b46d;
}

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

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

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -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-commercecartopenlinkicon {
  margin-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartquantity {
  -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-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-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #2b2b2b;
  background-color: #f2f0eb;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cabinet Grotesk Variable, sans-serif;
  font-size: 120px;
  font-weight: 800;
  line-height: 1;
}

h2 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cabinet Grotesk Variable, sans-serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 1;
}

h3 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cabinet Grotesk Variable, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.1;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cabinet Grotesk Variable, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

h5 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cabinet Grotesk Variable, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cabinet Grotesk Variable, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 10px;
  line-height: 1.4;
}

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

a:hover {
  color: #494949;
}

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

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

blockquote {
  background-image: url('../images/command.svg'), url('../images/command.svg');
  background-position: 97% 90%, 6px 10px;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-left: 5px #e2e2e2;
  margin-bottom: 10px;
  padding: 50px 32px;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
}

figure {
  margin-bottom: 10px;
}

.section.black-section {
  background-color: var(--black);
  position: relative;
}

.section.high-top-margin {
  margin-top: -80px;
  padding-top: 12em;
}

.section.our-team-section {
  position: relative;
  overflow: hidden;
}

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

.section.subscribe-section {
  display: none;
  overflow: hidden;
}

.section.white-section {
  background-color: #fff;
  margin-top: -20em;
}

.section.our-sevice-card-wrapper {
  height: 200vh;
}

.section.testimonials-section {
  display: block;
  overflow: hidden;
}

.section.hero-licensing-section {
  margin-top: 0;
  padding-top: 0;
}

.section.hero-shop-section-top-and-bottom-margin {
  margin-top: -80px;
  padding-top: 12em;
}

.section.hero-section {
  z-index: 1;
  background-color: var(--black);
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  min-height: 100vh;
  margin-top: -80px;
  padding-top: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.hero-section.no-overflow-hidden {
  overflow: visible;
}

.section.hero-section.instruction, .section.hero-section.contact {
  background-color: var(--light-brown);
}

.section.previous-clients {
  z-index: 2;
  position: relative;
  top: -60%;
}

.section.hero-change-log-section {
  margin-top: -80px;
  padding-top: 100px;
}

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

.container.nav-container {
  z-index: 5;
  background-color: var(--white);
  opacity: .72;
  -webkit-backdrop-filter: blur(20%);
  backdrop-filter: blur(20%);
  cursor: ns-resize;
  border-radius: 20px;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.container.footer-white-block-contaiiner {
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.container.testimonials-container {
  position: relative;
}

.container.full-description-container, .container.work-details-container {
  padding-top: 5em;
  padding-bottom: 5em;
}

.container.hero-blog-post-details-container {
  padding-top: 6em;
}

.container.our-service-container {
  padding-top: 6em;
  padding-bottom: 8em;
  transition: all .3s;
}

.container.licensing-container {
  padding-bottom: 4em;
}

.container.hero-container {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.container.small-container {
  max-width: 720px;
}

.container.trusted-by {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

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

.navbar {
  z-index: 3;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff0;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1170px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  inset: 1em 0% auto;
}

.nav-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  font-weight: 600;
  display: flex;
}

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

.center-text.licensing-center-text {
  margin-top: 0;
  padding-bottom: 2em;
}

.center-text.hero-homepage-center-text {
  width: 100%;
}

.center-text.other-products {
  margin-bottom: 5em;
}

.top-margin-l {
  margin-top: 0;
}

.top-margin-l.instruction-content-holder {
  margin-bottom: 5em;
}

.button {
  background-color: var(--goldenrod);
  color: var(--black);
  border: 2px solid #0000;
  border-radius: 42px;
  justify-content: center;
  align-items: center;
  height: 64px;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: 500;
  transition: border-color .5s;
  display: flex;
}

.button:hover {
  color: #000;
}

.button.big {
  padding: 20px 40px;
}

.grid-6-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.relative {
  z-index: 1;
}

.icon-holder {
  opacity: 1;
  background-color: #7d213c;
  background-image: linear-gradient(340deg, #424242, #5e5e5e);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 12px;
  display: flex;
}

.header-holder {
  align-items: center;
  display: flex;
}

.invert {
  filter: invert();
}

.borders {
  color: #4b4b4b;
  border: 2px solid #c5c5c5;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.borders.button-holder {
  background-color: #fff;
  border-style: none;
  justify-content: space-between;
  height: auto;
  padding-top: 16px;
  padding-bottom: 16px;
}

.borders.center {
  background-color: #fff;
  border-style: none;
  height: 100px;
}

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

.heading-text-holder {
  color: #fff;
}

.heading-text-container {
  color: #424242;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 12px 20px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.footer-link {
  color: #ffffff80;
  margin-bottom: 1em;
  font-size: 18px;
  text-decoration: none;
  transition: color .4s;
}

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

.footer-link.animation-01 {
  text-align: left;
  overflow: hidden;
}

.footer-link.animation-02, .footer-link.animation-03, .footer-link.animation-04 {
  overflow: hidden;
}

.footer-link.animation-05 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-description {
  color: var(--hero-description);
  font-size: 20px;
  font-weight: 400;
}

.hero-description.hero-color-brown {
  color: var(--white);
  font-size: 19px;
}

.footer {
  background-color: #000;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.footer-flex-container {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .5fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  align-items: start;
  margin-bottom: 40px;
  display: grid;
}

.fade-in-move-on-scroll {
  margin-top: .5em;
  margin-bottom: .5em;
}

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

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

.secondary-page-hero {
  background-color: #fff;
  border-radius: 12px;
  padding: 2em;
}

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

.grey-text.margin-bottom {
  margin-bottom: 2em;
}

.contact-form-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  border-radius: 40px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 600px;
  margin-top: 7em;
  padding: 100px 100px 100px 70px;
  display: grid;
  position: relative;
}

.contact-form-holder.login {
  min-height: 300px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: 100%;
  display: grid;
}

.field-label {
  color: #5c5c5c;
  font-size: 18px;
  font-weight: 500;
}

.text-field {
  color: #414141;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 12px;
  width: 100%;
  height: 60px;
  margin-bottom: 0;
  padding: 15px;
  font-size: 16px;
  transition: transform .4s;
}

.text-field:focus {
  color: var(--black);
  border-color: #a0a0a0;
  transform: translate(0, 4px);
}

.text-field::placeholder {
  color: #00000080;
}

.success-message {
  color: #f1f1f1;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 12px;
  width: 100%;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
}

.error-message {
  color: #000c;
  text-align: center;
  background-color: #ff00001a;
  border: 0 solid #000;
  border-radius: 12px;
  margin-top: 10px;
  padding: 1em;
}

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

.change-log-container {
  background-color: #fff;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 2em;
  font-size: 16px;
  display: flex;
}

.menu-button {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
  display: none;
}

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

.center-box.hero-shop-center-box {
  margin-bottom: 5em;
}

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

.rich-text figure {
  display: block;
}

.rich-text blockquote {
  background-image: url('../images/Quote_1Quote.webp');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  background-size: 38px;
  border: 3px solid #000;
  border-radius: 40px;
  padding: 80px 60px 60px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

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

.paragraph {
  font-size: 18px;
  line-height: 28.8px;
  display: none;
}

.paragraph.black {
  color: var(--black);
  display: block;
}

.paragraph.half-white {
  opacity: .5;
  color: #fff;
}

.paragraph-s {
  font-size: 16px;
  line-height: 20px;
}

.paragraph-s.our-production-paragraph {
  color: #a4a4a4;
}

.paragraph-s.black {
  color: var(--black);
}

.paragraph-s.half-white {
  opacity: .5;
  color: #fff;
  margin-bottom: 0;
}

.paragraph-s.details-paragraph {
  color: var(--black);
  max-width: 75%;
  margin-top: 20px;
  margin-bottom: 25px;
}

.change-log-text {
  margin-right: 2em;
}

.footer-brand-logo-holder {
  align-items: center;
  display: flex;
}

.footer-content-holder {
  width: 60%;
}

.footer-content {
  color: #fff;
  margin-bottom: 15px;
  font-family: Cabinet Grotesk Variable, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.footer-text {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Nanum Pen Script, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.footer-white-block {
  background-color: #fff;
  width: 100%;
  height: 112px;
  margin-bottom: 3em;
  display: block;
}

.made-by-block-holder {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.footer-paragraph {
  color: #ffffff80;
  font-size: 18px;
}

.nav-link {
  text-transform: capitalize;
  padding: 5px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

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

.brand-logo-link {
  cursor: pointer;
  flex: none;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.brand-logo-link.w--current {
  align-items: center;
  display: flex;
}

.fade-in-anim-link {
  text-align: center;
  flex-direction: column;
  align-items: center;
  min-width: 300px;
  display: flex;
}

.grid-2-col {
  grid-template-rows: auto;
}

.form-block {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.form-contact {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.white-color-50-pct-opacity {
  color: #ffffff80;
  margin-bottom: 0;
}

.decorative-contact-image._1 {
  position: absolute;
  inset: -5% auto auto 5%;
  transform: rotate(-15deg);
}

.decorative-contact-image._2 {
  position: absolute;
  inset: -10% -7% auto auto;
  transform: rotate(30deg);
}

.decorative-contact-image._3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto -10% 5%;
  transform: rotate(12deg);
}

.decorative-image-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.decorative-image-text {
  color: var(--black);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  margin-top: 20px;
  margin-right: 10px;
  font-size: 32px;
  font-weight: 800;
}

.decorative-image-text._2 {
  max-width: 100%;
  margin-top: 0;
  font-size: 24px;
}

.decorative-image-text._3 {
  max-width: 60%;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 0;
  font-size: 16px;
}

.testimonials-tabs {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.testimonials-tabs-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 6em;
  margin-bottom: 10em;
  display: flex;
}

.decorative-font {
  color: #ff6913;
  text-transform: uppercase;
  font-family: Nanum Pen Script, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  display: block;
  position: static;
}

.decorative-font.white {
  color: #fff;
}

.decorative-font.black {
  color: #000;
  display: none;
}

.decorative-font.back-button {
  position: absolute;
  inset: auto 0% 0%;
}

.testimonial-tab {
  border: 4px solid var(--black);
  opacity: .3;
  background-color: #fff0;
  border-radius: 60px;
  width: 120px;
  height: 120px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  transition: all .35s, color .35s;
  overflow: hidden;
  transform: scale(.9);
}

.testimonial-tab.w--current {
  opacity: 1;
  background-color: #fff0;
  transform: scale(1.1);
}

.testimonial-content-holder {
  width: 100%;
  height: 100%;
}

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

.testimonials-menu {
  margin-bottom: 50px;
}

.testimonial-pane {
  max-width: 70%;
}

.testimonial-pane-text {
  font-size: 32px;
  font-weight: 700;
}

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

.testimonial-pane-text-holder {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 70px;
  display: flex;
}

.name-and-job-position-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.name {
  color: var(--black);
  font-size: 18px;
  font-weight: 700;
  line-height: 2.5;
}

.job-position {
  color: #71674d;
  font-size: 18px;
  line-height: 1.5;
}

.quote-holder-1 {
  display: inline-block;
  position: absolute;
  inset: 20% auto auto -5%;
}

.quote-holder-2 {
  display: inline-block;
  position: absolute;
  inset: auto -5% 15% auto;
}

.subscribe-wrapper {
  background-color: var(--goldenrod);
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 550px;
  margin-bottom: 10em;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

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

.subscribe-email {
  z-index: 1;
  border: 3px #000;
  border-radius: 200px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 10px 130px 10px 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.subscribe-email:focus-visible, .subscribe-email[data-wf-focus-visible] {
  border-color: var(--black);
  font-size: 16px;
  font-weight: 400;
}

.subscribe-email::placeholder {
  color: #71674d80;
}

.subscribe-form {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.subscribe-form-paragraph {
  color: var(--black);
  text-align: center;
  margin-bottom: 70px;
  font-size: 18px;
  line-height: 28px;
}

.subscribe-header {
  text-transform: capitalize;
  margin-top: 25px;
  margin-bottom: 15px;
  font-family: Cabinet Grotesk Variable, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.1;
}

.contact-field-holder {
  width: 100%;
}

.subscribe-button {
  z-index: 2;
  background-color: var(--packed-gold);
  color: var(--dim-grey);
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 100%;
  padding: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.subscribe-success-message {
  background-color: #ddd0;
  border: 2px solid #000;
  border-radius: 12px;
  width: 100%;
  padding: 1em 2em;
  font-weight: 500;
}

.decorative-subscribe-image-holder {
  width: 220px;
  height: 320px;
  position: absolute;
  inset: auto auto 10% -5%;
}

.decorative-subscribe-image-holder._2 {
  width: 270px;
  inset: auto -10% -4% auto;
}

.decorative-subscribe-image-holder._3 {
  width: 260px;
  height: 95px;
  inset: -5% 15% auto auto;
}

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

.hero-description-holder {
  max-width: 700px;
  margin-top: 1em;
  padding-bottom: 3em;
}

.hero-decorative-image-holder {
  width: 200px;
  height: 200px;
  position: absolute;
  inset: auto auto 20% -5%;
}

.hero-decorative-image-holder._2 {
  display: none;
  inset: auto 5% 23% auto;
}

.hero-decorative-image-holder._3 {
  width: 200px;
  height: 200px;
  display: none;
  inset: auto 40% -22px auto;
}

.hero-decorative-image-holder._1 {
  width: 300px;
  height: 300px;
  display: none;
  position: absolute;
  bottom: 14%;
  left: 2%;
}

.hero-decorative-image {
  width: 100%;
  height: 100%;
}

.decorative-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.decorative-text._2 {
  margin-bottom: 40px;
}

.decorative-text._3 {
  margin-bottom: 30px;
}

.number {
  font-size: 65px;
  font-weight: 800;
  line-height: 77px;
}

.trusted-companies-wrapper {
  border: 3px none var(--dim-grey);
  background-color: #fff;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.trusted-companies-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: relative;
}

.trusted-companies-grid {
  grid-column-gap: 55px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  min-width: 100%;
  margin-top: 0;
  margin-left: 1%;
  position: relative;
}

.trusted-company-logo-holder {
  text-align: center;
}

.trusted-company-logo.utest {
  max-width: 75%;
  margin-top: -3%;
  padding-top: 0;
}

.contact-us-wrapper {
  background-color: var(--black);
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 700px;
  padding: 70px 70px 90px;
  display: flex;
  overflow: hidden;
}

.contact-uc-content-holder {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 70px;
  display: flex;
}

.contact-uc-content-holder.second {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 55px;
  padding-bottom: 0;
}

._1px-decorative-line {
  background-color: #f2f0eb33;
  width: 200%;
  height: 1px;
}

.contact-us-header {
  color: #fff;
  margin-top: 15px;
  font-family: Cabinet Grotesk Variable, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.1;
}

.contact-text-holder {
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
  height: 100%;
  display: flex;
}

.what-we-do-grid {
  grid-column-gap: 65px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
}

.what-we-do-image-holder {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80px;
  height: 80px;
  display: flex;
}

.what-we-do-image {
  width: 100%;
  height: 100%;
  display: none;
}

.what-we-do-header {
  color: #fff;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 800;
  line-height: 44px;
}

.what-we-do-header.big-caption {
  text-transform: none;
}

.contact-us-button-holder.styleguide {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-text {
  font-family: Cabinet Grotesk Variable, sans-serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 1;
}

.our-team-header-holder {
  max-width: 80%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.our-team-paragraph-holder {
  max-width: 605px;
}

.our-team-wrapper {
  margin-top: 0;
}

.services-wrapper {
  background-color: var(--goldenrod);
  border-radius: 40px;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  min-height: 700px;
  max-height: 700px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 90px;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
  position: sticky;
  top: 120px;
  overflow: hidden;
}

.services-content-holder {
  width: 100%;
  height: 100%;
}

.services-content-holder._02 {
  margin-top: 0;
}

.services-grid-content {
  z-index: 0;
  grid-column-gap: 80px;
  grid-template-columns: .6fr 1fr;
  width: 100%;
  height: 100%;
}

.secondary-text {
  margin-bottom: 0;
  font-family: Cabinet Grotesk Variable, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.1;
}

.secondary-text.work-title {
  text-transform: capitalize;
}

.secondary-text._10pc-top-margin {
  margin-top: 10px;
}

.services-header-holder {
  margin-top: 10px;
  margin-bottom: 15px;
}

.service-block-holder {
  grid-row-gap: 20px;
  border: 4px solid var(--black);
  background-color: #fff;
  border-radius: 40px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  padding: 40px;
  display: flex;
}

.service-block-holder.hide {
  display: none;
}

.service-title {
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 500;
}

.service-title-holder {
  background-color: var(--black);
  color: #fff;
  border-radius: 12px;
  padding: 6px 16px;
  position: relative;
}

.service-wrapper-holder {
  height: 190vh;
  position: relative;
}

.company-image-container {
  z-index: 2;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 5em;
  margin-bottom: 6.5em;
  display: flex;
  position: relative;
}

.company-images-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-content: stretch;
  place-items: center stretch;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.company-images-grid.first {
  margin-left: 3em;
  margin-right: .5em;
  position: relative;
}

.company-images-grid.second {
  margin-left: .5em;
  margin-right: 3em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.company-image-holder {
  border-radius: 16px;
  width: 250px;
  height: 350px;
}

.company-image-holder.second {
  width: 400px;
  height: 220px;
}

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

.work-samples-wrapper-holder {
  align-items: center;
  display: flex;
}

.projects-title-holder {
  max-width: 80%;
  margin-top: 10px;
  margin-bottom: 15px;
}

.projects-paragraph-holder {
  max-width: 65%;
}

.work-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.work-collection-list.work-page-grid {
  grid-row-gap: 8em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.work-link {
  width: 100%;
  padding-top: 1em;
  position: relative;
}

.work-image-holder {
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  max-height: 500px;
  padding: 25px 100px;
  display: flex;
}

.work-title-holder {
  margin-top: 35px;
}

.work-summary {
  font-size: 16px;
  font-weight: 400;
}

.work-collection-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}

.work-collection-item:nth-child(2n) {
  margin-left: auto;
  margin-right: 0;
}

.work-image {
  width: 80%;
  height: 100%;
}

.accordions-wrapper {
  margin-bottom: 0;
}

.black-accordion-arrow {
  width: 100%;
  height: 100%;
}

.arrow-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 23px;
  height: 23px;
  display: flex;
  position: relative;
  inset: 0;
}

.yellow-accordion-arrow {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: rotate(180deg);
}

.accordion-body {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.accordion {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 18px;
  transition: background-color .3s;
  position: relative;
}

.accordion:hover {
  background-color: #f7f7f7;
}

.accordion.first {
  border: 1px solid var(--black);
  border-radius: 30px;
  margin-top: 30px;
  display: block;
}

.accordion.first.pause {
  display: block;
}

.accordion-header-text {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.accordion-header {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 26px 30px 30px;
  display: flex;
  position: relative;
}

.accordion-paragraph {
  width: 75%;
  margin-bottom: 0;
  padding-bottom: 35px;
  padding-left: 26px;
  font-family: DM Sans, sans-serif;
}

.accordion-box-shadow {
  z-index: -1;
  background-color: var(--black);
  border-radius: 30px;
  width: 100.5%;
  height: 101%;
  position: absolute;
  inset: 8px 0% 0% 3px;
}

.works-list-wrapper {
  margin-top: 7em;
  margin-bottom: 15em;
}

.work-details-bg-color {
  z-index: 0;
  background-color: var(--goldenrod);
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.grid-work-details {
  z-index: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  position: relative;
}

.work-details-block, .work-image-details-holder {
  z-index: 2;
  position: relative;
}

.wrok-details-links-holder {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.client-name {
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.client {
  font-size: 21px;
  font-weight: 700;
  line-height: 31px;
}

.work-details-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 80px;
}

.work-description-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.white-color {
  z-index: -2;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.service-heading-holder {
  max-width: 70%;
}

.service-paragraph-holder {
  max-width: 60%;
}

.grid-text-for-ourselves {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-top: 7em;
  position: relative;
}

.white-ourselves-text {
  color: #fff;
  max-width: 85%;
  margin-top: 10px;
}

.horizontal-card-holder {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: grid;
}

.white-3d-backround {
  z-index: -1;
  background-color: #fff;
  border-radius: 47px;
  width: 104%;
  height: 104%;
  position: absolute;
  inset: 2% 0% 0% 2%;
}

.relative-card-block {
  color: #fff;
  background-color: #000;
  border: 6px solid #fff;
  border-radius: 47px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  display: flex;
  position: relative;
}

.client-text {
  text-align: left;
  font-family: Cabinet Grotesk Variable, sans-serif;
  font-size: 3em;
  font-weight: 700;
}

.client-and-projects-content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.owner-s-name-holder {
  color: #fff;
  background-color: #000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 46px;
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
  display: flex;
}

.collection-blog-wrapper {
  margin-top: 4em;
}

.collection-blog-list {
  grid-column-gap: 2em;
  grid-row-gap: 7em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 7em;
  display: grid;
}

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

.blog-link.white-text {
  color: #fff;
}

.blog-image-holder {
  background-color: var(--black);
  border-radius: 20px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 260px;
  max-height: 260px;
}

.blog-thumbnail-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  min-height: 260px;
  max-height: 260px;
}

.blog-content-holder {
  color: #000;
  flex-direction: column;
  align-items: center;
  width: 70%;
  margin-top: 20em;
  display: flex;
}

.blog-content-holder.blog-details {
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
}

.blog-name {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
}

.blog-summary {
  color: var(--black);
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
}

.blog-summary.home-page-blog-summary {
  color: #fff;
}

.blog-published-date {
  color: #71674d;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.blog-published-date.home-page-blog-date {
  opacity: .5;
  color: #fff;
}

.learn-more {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-blog-details-text-holder {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-blog-details-text {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 80px;
}

.hero-blog-details-paragraph-holder {
  max-width: 50%;
  margin-bottom: 2em;
}

.main-image-blog-holder {
  border-radius: 40px;
  width: 85%;
  height: 100%;
  min-height: 540px;
  max-height: 540px;
  position: relative;
  overflow: hidden;
}

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

.read-more-blogs-header {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 7em;
  display: flex;
}

.read-more-blogs-paragraph-holder {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  display: flex;
}

.blog-rich-text h4 {
  margin-top: 40px;
  font-size: 32px;
}

.blog-rich-text blockquote {
  background-image: url('../images/Quote_1Quote.webp');
  background-position: 10px 10px;
  background-size: 38px;
  border: 3px solid #000;
  border-radius: 40px;
  margin-top: 60px;
  padding: 80px 60px 60px;
  font-size: 18px;
  font-weight: 400;
}

.blog-rich-text p {
  color: #323232;
  font-size: 18px;
}

.blog-rich-text ul, .blog-rich-text ol {
  font-size: 16px;
}

.experience-images-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 470px;
  display: flex;
  position: absolute;
  inset: auto 0% -10%;
}

.experience-cards-holder {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.experience-card {
  border-style: solid;
  border-width: 6px;
  border-radius: 30px;
  width: 360px;
  height: 460px;
  position: absolute;
  overflow: hidden;
}

.experience-card.yellow-border {
  z-index: 4;
  border-color: var(--goldenrod);
}

.experience-card.orange-border {
  z-index: 3;
  border-color: #ff6913;
}

.experience-card.green-border {
  z-index: 5;
  border-color: #34b46d;
}

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

.z-index-2 {
  z-index: 2;
  background-color: #f2f0eb;
  display: block;
  position: relative;
  overflow: hidden;
}

.services-wrapper-block {
  border: 6px solid var(--black);
  background-color: #fff;
  border-radius: 40px;
  width: 100%;
  height: auto;
  padding: 5.5em 4em 8em;
  position: relative;
}

.services-heading-holder {
  width: 100%;
}

.our-service-content-holder {
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.ticked-holder {
  background-color: var(--lavender);
  border: 2px solid #000;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-top: 5px;
  margin-right: 20px;
  display: flex;
  position: static;
  box-shadow: 2px 2px #000;
}

.ticked-holder.blue {
  background-color: var(--light-green);
}

.ticked-holder.gold {
  background-color: var(--packed-gold);
}

.tick-image {
  width: 60%;
  height: 60%;
}

.service-header-holder {
  width: 100%;
}

.service-header-bold {
  margin-bottom: 10px;
  font-family: Cabinet Grotesk Variable, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.our-service-grid {
  grid-column-gap: 55px;
  grid-row-gap: 100px;
  margin-top: 5em;
}

.our-service-decorative-image._1 {
  position: absolute;
  inset: 0% auto auto -10%;
}

.our-service-decorative-image._2 {
  position: absolute;
  inset: -8% 0% auto auto;
}

.our-service-decorative-image._3 {
  position: absolute;
  inset: auto -10% -10% auto;
}

.orange-button-bg {
  z-index: 2;
  background-color: var(--goldenrod);
  border: 2px solid #000;
  border-radius: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  height: 64px;
  padding: 15px 25px;
  display: flex;
  position: relative;
}

.orange-button-bg.no-borders {
  background-color: var(--packed-gold);
  border-style: none;
}

.orange-button-bg.no-borders.second {
  background-color: var(--light-brown);
  width: 25%;
  margin-top: 2em;
  transition: background-color .3s, color .35s;
}

.orange-button-bg.no-borders.second:hover {
  background-color: var(--packed-gold);
}

.orange-button-bg.no-borders.third {
  width: 50%;
}

.orange-button-bg.no-borders.blue {
  background-color: var(--light-green);
  width: 50%;
  bottom: 0;
}

.orange-button-bg.no-borders.nav {
  background-color: var(--creme);
  min-width: 100px;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.orange-button-bg.no-borders.nav.login {
  transition: background-color .3s, color .35s;
}

.orange-button-bg.no-borders.nav.login:hover {
  background-color: var(--packed-gold);
}

.primary-button {
  color: var(--black);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  position: relative;
}

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

.black-button-bg {
  z-index: 0;
  background-color: var(--black);
  border-radius: 48px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.primary-button-text {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.licensing-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: 300px;
}

.licensing-icon-image {
  width: 100%;
  max-width: 40px;
  height: 100%;
  max-height: 50px;
}

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

.grid-5-col.hide {
  display: none;
}

.licensing-logo-image {
  width: 100%;
  max-width: 130px;
  height: 100%;
  max-height: 40px;
}

.licensing-box-holder {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 1em;
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.hero-home-page-overflow-hidden-block {
  width: 100%;
}

.hero-home-anim-text {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 900;
}

.hero-home-anim-text._01 {
  color: var(--creme);
  font-family: Cabinet Grotesk Variable, sans-serif;
}

.hero-home-anim-text._02 {
  color: var(--creme);
}

.white-button-bg {
  z-index: 0;
  background-color: #fff;
  border-radius: 48px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.success-message-text-color {
  color: var(--black);
}

.hero-shop-paragraph {
  max-width: 72%;
}

.product-item-link {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  max-height: 330px;
  position: relative;
}

.product-bg-holder {
  z-index: 2;
  width: 100%;
  height: 80%;
  padding: 50px 25px;
  display: flex;
  position: relative;
}

.product-name-holder {
  z-index: 3;
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 20%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.shop-icon-holder {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 16px;
  padding-right: 16px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.shop-icon-block {
  background-color: #fff;
  border: 3.5px solid #000;
  border-radius: 12px;
  width: 64px;
  height: 64px;
  padding: 12px;
  box-shadow: -2px 2px #000;
}

.shop-icon-image {
  width: 100%;
  height: 100%;
}

.product-item-name {
  font-size: 32px;
  font-weight: 700;
}

.price-holder {
  opacity: .5;
  color: var(--dim-grey);
  justify-content: flex-end;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
  display: flex;
}

.product-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

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

.deep-orange-span-text {
  color: #ff6913;
}

.cart-button {
  z-index: 1;
  color: var(--black);
  background-color: #0000;
  justify-content: flex-end;
  padding-left: 20px;
  padding-right: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  display: inline-block;
  position: relative;
}

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

.icon {
  display: none;
}

.cart-quantity-number {
  color: #fff;
  background-color: #ff6913;
  margin-left: 0;
  padding-left: 2px;
  padding-right: 2px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.product-details-bg {
  z-index: -1;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-product-details-grid {
  grid-template-rows: auto;
}

.product-details-image-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-details-price {
  color: var(--black);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
}

.product-details-price-holder {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quantity-wrapper {
  margin-top: 4em;
}

.default-state {
  margin-bottom: 0;
}

.quantity {
  text-align: center;
  background-color: #fffc;
  border-radius: 8px;
  width: 120px;
  margin-bottom: 0;
  padding: 10px 20px 10px 30px;
  font-size: 16px;
}

.quantity-field-label {
  margin-bottom: 0;
  margin-right: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.add-to-cart-button {
  background-color: var(--goldenrod);
  color: #000;
  border-radius: 12px;
  justify-content: center;
  width: 200px;
  height: 70px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  transition: all .3s;
}

.add-to-cart-button:hover {
  box-shadow: 4px 4px #000;
}

.cart-container {
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.product-cart-image-holder {
  background-color: #e7e7e7;
  border-radius: 12px;
  width: 100px;
  height: 100px;
  padding: 10px;
}

.cart-footer {
  border: 1px #000;
  padding: 1.5em;
}

.checkout-button {
  background-color: var(--goldenrod);
  color: var(--black);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
}

.product-image-on-cart {
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding: 0;
}

.cart-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 1px solid var(--light-brown);
  flex-direction: column;
  width: 100%;
  padding-top: 0;
  padding-bottom: 1em;
}

.cart-item-top {
  flex-direction: row;
  align-items: center;
  width: 100%;
  display: flex;
}

.cart-item-bottom {
  color: var(--black);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.cart-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding: 1.5em;
  display: flex;
}

.cart-name {
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

.cart-quantity {
  background-color: var(--light-brown);
  border-style: none;
  border-radius: 8px;
  width: 50px;
  height: auto;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.product-name-in-cart {
  font-size: 30px;
  line-height: 1;
}

.product-price-on-cart {
  align-items: center;
  display: flex;
}

.cart-quantity-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.remove-button {
  padding: 5px;
}

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

.checkout-general-block {
  border: 1px #000;
  border-radius: 12px;
  font-size: 16px;
  top: 50px;
  overflow: hidden;
}

.block-content {
  border: 1px #000;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.block-header {
  border-style: none;
}

.shipping-method, .shipping-method-list {
  border: 1px #000;
}

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

.checkout-order {
  top: 130px;
}

.checkout-field {
  border-radius: 8px;
  height: 50px;
}

.checkout-field:focus, .checkout-field.-wfp-focus {
  border-color: var(--goldenrod);
}

.checkout-submit-buttton {
  background-color: var(--goldenrod);
  border-radius: 42px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 98%;
  height: 60px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  box-shadow: 4px 4px #000;
}

.paypal-checkout-form {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.order-configuration {
  background-color: #0000;
}

.order-item {
  border-bottom: 1px solid var(--light-brown);
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 1em;
}

.password-content-holder {
  margin-bottom: 2em;
}

.shop-collection-list-item {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shop-collection-item {
  margin-left: 15px;
  margin-right: 15px;
}

.shop-list-wrapper {
  margin-bottom: 5em;
}

.shop-category-link {
  background-color: var(--goldenrod);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 150px;
  padding: 10px 40px;
  font-size: 24px;
  transition: box-shadow .3s, color .35s;
  display: flex;
}

.shop-category-link:hover {
  color: var(--black);
  box-shadow: 3px 3px #000;
}

.submit-button {
  background-color: var(--goldenrod);
  border-radius: 42px;
  width: 100%;
  max-width: 200px;
  height: 64px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.work-black-bg {
  z-index: -1;
  background-color: var(--black);
  border-radius: 40px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.wrok-block-holder {
  width: 100%;
  height: 100%;
  position: relative;
}

.product-block-holder {
  z-index: 1;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  max-height: 330px;
  position: relative;
  overflow: hidden;
}

.product-black-bg {
  z-index: 0;
  background-color: var(--black);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product-categories-collection {
  margin-bottom: 10em;
}

.order-summary {
  width: 100%;
}

.cart-header {
  width: 100%;
  padding: 1.5em;
}

.cart-form-wrapper {
  width: 100%;
}

.quantity-2, .field-label-2 {
  display: none;
}

.add-to-cart-small-button {
  color: #fff0;
  background-color: #fff;
  background-image: url('../images/Shop-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border: 3.5px solid #000;
  border-radius: 12px;
  width: 64px;
  height: 64px;
  box-shadow: -2px 2px #000;
}

.add-to-cart-button-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: relative;
}

.add-to-cart-secondary-button {
  z-index: 5;
  width: 64px;
  height: 64px;
  display: inline-block;
  position: absolute;
  inset: 16px 16px auto auto;
}

.add-to-cart-secondary-button:hover, .add-to-cart-secondary-button:active, .add-to-cart-secondary-button:focus, .add-to-cart-secondary-button:focus-visible, .add-to-cart-secondary-button[data-wf-focus-visible] {
  color: #0000;
}

.product-collection-item {
  position: relative;
}

.product-collection-wrapper {
  z-index: 1;
  margin-bottom: 10em;
  position: relative;
}

.other-products-paragraph {
  max-width: 70%;
}

.contact-form-text {
  color: #fff;
  font-family: Cabinet Grotesk Variable, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.1;
}

.other-products-heading {
  font-size: 60px;
}

.logo-image {
  height: 100%;
  max-height: 30px;
  display: inline-block;
}

.nav-buttons-right {
  display: none;
}

.cart-product-price {
  font-size: 26px;
}

.cart-quantity-label {
  margin-bottom: 0;
}

.product-add-to-cart-holder {
  grid-column-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cart-close-button {
  border-radius: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  padding: 5px;
  transition-property: background-color;
  display: flex;
}

.cart-close-button:hover {
  background-color: var(--light-brown);
}

.subscribe-form-content {
  z-index: 1;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 60px;
  display: flex;
  position: relative;
}

.clients-bg {
  z-index: -1;
  background-color: var(--light-brown);
  position: absolute;
  inset: 50% 0% 0%;
}

.footer-logo-image {
  max-width: 150px;
  height: 100%;
  max-height: 35px;
}

.footer-cta-button {
  z-index: 2;
  background-color: var(--goldenrod);
  border-radius: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  height: 64px;
  padding: 15px 25px;
  display: flex;
  position: relative;
}

.license-link {
  font-size: 16px;
  font-weight: 500;
}

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

.privacy-rich-text-holder {
  flex-direction: column;
  align-items: stretch;
  padding-top: 2em;
  display: flex;
}

.product-details-quantity-holder {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.product-details-title {
  font-size: 80px;
}

.checkout-product-image {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
}

.checkout-full-item-content {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 1em;
  display: flex;
}

.checkout-item-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.checkout-item-quantity, .checkout-item-price {
  font-weight: 500;
}

.checkout-image-holder {
  background-color: #e7e7e7;
  border-radius: 12px;
  width: 100px;
  min-width: 100px;
  height: 100px;
  padding: 10px;
}

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

.checkout-container {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.wrong-password-content {
  border: 1px solid #ff00006e;
  margin-top: 15px;
  padding: 10px;
}

.incorrect-password {
  font-family: Cabinet Grotesk Variable, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.instruction-list {
  padding-left: 20px;
  font-size: 18px;
}

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

.submit-button-holder {
  width: 100%;
  max-width: 200px;
  position: relative;
}

.white-bg-submit-button {
  z-index: -1;
  background-color: #fff;
  border-radius: 200px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-2, .div-block-3, .div-block-4, .div-block-5, .div-block-6, .div-block-7, .div-block-8 {
  display: flex;
}

.subtotal-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 1.5em;
  display: flex;
}

.subtotal {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.subtotal-price {
  font-size: 26px;
}

.hero-decorative-font {
  text-transform: uppercase;
  font-family: Nanum Pen Script, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.logo-word {
  opacity: 1;
  text-transform: uppercase;
  margin-top: 2%;
  margin-left: 8px;
  font-family: Cabinet Grotesk Variable, sans-serif;
  font-size: 2em;
  font-weight: 900;
  line-height: 0;
}

.image {
  display: block;
}

.text-span {
  color: var(--packed-gold);
}

.pricing-paragraph-2 {
  margin-bottom: 1em;
}

.starter-list {
  margin-bottom: 20px;
}

.pricing-paragraph {
  font-family: DM Sans, sans-serif;
  text-decoration: none;
}

.price-number {
  font-family: Cabinet Grotesk Variable, sans-serif;
  font-size: 40px;
  font-weight: 800;
  text-decoration: line-through;
}

.price-number.discount {
  text-decoration: none;
}

.work-name {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

.book-a-call-link {
  color: var(--dim-grey);
  text-align: left;
  justify-content: center;
  width: 50%;
  min-width: 200px;
  margin-top: 1em;
  font-weight: 500;
  text-decoration: underline;
  display: flex;
}

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

.bold-text-2 {
  font-weight: 800;
}

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

.what-we-do-emoji {
  font-size: 80px;
}

.heading {
  font-size: 60px;
}

.terms {
  color: var(--light-brown);
  font-size: 16px;
  line-height: 1.5;
}

.bold-text-3 {
  color: var(--dim-grey);
}

.terms-bold:hover {
  color: var(--packed-gold);
}

.app-store {
  width: 45%;
  margin-top: 1rem;
}

.section_invest {
  display: flex;
}

.footer_para {
  font-weight: 400;
  line-height: 26px;
}

.content-txt-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.content-txt-wrap.center {
  justify-content: center;
  align-items: center;
}

.image-6 {
  border-radius: 1rem;
}

.section_logo-v1 {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.hero_left-middle.margin {
  margin-top: 0;
}

.footer_top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero_right {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 433px;
  display: flex;
  position: relative;
}

.hero_bottom {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: none;
}

.image-50 {
  width: 35px;
}

.right-arrow {
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  inset: auto 20px 40px auto;
}

.footer_title {
  color: #ffffffb3;
  letter-spacing: 1px;
  font-size: .75rem;
  font-weight: 600;
  line-height: 18px;
}

.create_card-bottom {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-image: linear-gradient(0deg, #fff3, #ffffff1a);
  flex-flow: column;
  justify-content: flex-end;
  padding: 40px 60px;
  display: flex;
}

.nav_buttons-wrap {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.nav_buttons-wrap.desktop-hide {
  display: none;
}

.hero_box-icon-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff9;
  align-items: center;
  padding: 8px;
  font-size: .625rem;
  display: flex;
}

.hero_circle-icon {
  width: 63px;
  height: 63px;
}

.footer_copyrights-txt {
  color: #fff;
  font-size: .75rem;
}

.content_right-top {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.content_right-top.center {
  justify-content: center;
  align-items: center;
}

.text-size-tiny {
  font-size: .75rem;
}

.create_card-txt-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.hero_logos-group {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 718px;
  max-width: 718px;
  display: flex;
  position: relative;
  left: 0;
}

.hero_right-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #ffffff0d;
  border-radius: 7px;
  flex-flow: column;
  width: 100%;
  max-width: 223px;
  height: 100%;
  max-height: 223px;
  padding: 30px 16px 23px;
  display: flex;
  position: absolute;
  inset: auto auto 15px -17px;
  box-shadow: 0 4px 24px #00000026;
}

.hero_right-box.small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  max-width: 168px;
  max-height: 118px;
  padding-top: 10px;
  padding-bottom: 10px;
  bottom: 262px;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.white-70 {
  line-height: 1.5;
}

.hero_box-top {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.image-3 {
  position: absolute;
  inset: -10px auto auto -10px;
}

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

.invest_h2 {
  color: var(--light-brown);
  font-size: 2.8125rem;
  font-weight: 800;
  line-height: 50px;
}

.invest_h2._400-weight {
  font-weight: 400;
}

.nav-menu-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  display: flex;
}

.slider_main {
  color: #fff;
  background-color: #1a393e;
}

.nav_link {
  color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 34px;
  padding: 0;
  font-size: .875rem;
  transition: all .3s;
  display: flex;
}

.nav_link:hover {
  text-underline-position: under;
  -webkit-text-decoration: underline #ffffffb3;
  text-decoration: underline #ffffffb3;
}

.nav_link.w--current {
  color: #fff;
}

.section_slider {
  flex-flow: column;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  overflow: hidden;
}

.create_card {
  background-color: #1a393e;
  border-radius: 7px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.hero_logo-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #1a393e;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.slider_rating {
  position: absolute;
  bottom: 95px;
  right: 20px;
}

.container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

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

.create_para-wrap {
  width: 100%;
  max-width: 400.995px;
}

.div-block-101 {
  background-color: #fff;
  width: 25px;
  height: 2px;
  margin: auto;
  padding-bottom: 0;
  padding-right: 0;
  position: absolute;
  inset: -10px 0% 0%;
}

.div-block-101._0 {
  top: 10px;
}

.left-arrow {
  z-index: 99;
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  inset: auto 85px 40px auto;
}

.nav-_brand-wrap {
  flex: 1;
}

.invest_h1 {
  color: var(--light-brown);
  font-size: 3.625rem;
  font-weight: 800;
  line-height: 66px;
}

.hero_bottom-right-txt-wrap {
  font-size: .8125rem;
  line-height: 20px;
}

.section_footer {
  background-color: #1a393e;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 486px;
  display: flex;
}

.footer_para-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #ffffffb3;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: .875rem;
  font-weight: 600;
  display: flex;
}

.footer_para-wrap.v2 {
  margin-top: 0;
}

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

.hero_logos {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 718px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_box-big-txt {
  margin-top: 4px;
  font-size: 1.7rem;
  font-weight: 700;
}

.menu-button-2 {
  z-index: 99;
  background-color: #0000;
  width: 40px;
  height: 40px;
  padding: 0;
}

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

.slider_box-bottom {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  padding-bottom: 28px;
  padding-left: 20px;
  display: flex;
}

.slider_left {
  padding-top: 100px;
  padding-bottom: 100px;
}

.icon-5 {
  display: none;
}

.hero_wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.hero_left {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  flex-flow: column;
  width: 100%;
  max-width: 532px;
  display: flex;
}

.app-store-hero {
  width: 30%;
  margin-top: 1rem;
}

.footer_bottom {
  border-top: 1px solid #ffffff1a;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.footer_bottom.seedpray {
  padding-top: 20px;
  padding-bottom: 20px;
}

.sliderbox-top {
  padding-top: 24px;
  padding-left: 32px;
  padding-right: 32px;
}

.div-block-12 {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #15323633;
  border-radius: 4px;
  flex-flow: column;
  height: 67px;
  display: flex;
}

.hero_checkitem, .hero_bottom-txt-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.footer_links-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.footer_links-wrap.hide-tablet {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.create_wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.create_grid {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_create {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.div-block-38 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  display: flex;
}

.navbar-2 {
  background-color: #0000;
  flex-flow: row;
  justify-content: space-between;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 2.5rem;
  display: flex;
}

.div-block-15 {
  background-color: #ffffff1a;
  height: 1px;
}

.content_right {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 437px;
  display: flex;
}

.slider_wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #153236;
  background-image: url('../images/Rectangle-82.svg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #ffffff1a;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 15px 15px 15px 40px;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 24px -1px #0000001a;
}

.footer_links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.global-h2-icon {
  width: 35px;
}

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

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

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.slider_box {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-image: linear-gradient(0deg, #fff6, #fff3);
  border: 1px solid #ffffff26;
  border-radius: 7px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 458px;
  min-height: 306px;
  display: flex;
  position: relative;
}

.div-block-102 {
  width: 306px;
}

.hero_logo-txt {
  letter-spacing: 0;
  font-weight: 500;
}

.global-button {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  color: #153236;
  background-color: #00fe4a;
  background-image: linear-gradient(0deg, #00fe4a, #00982c66);
  border: 1px solid #0000;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: .875rem;
  transition: all .3s;
  display: flex;
  box-shadow: 0 4px 24px -1px #0000000d;
}

.global-button:hover {
  background-color: #fff;
  background-image: none;
}

.global-button._165-w {
  width: 165px;
  padding-left: 20px;
  padding-right: 20px;
}

.white-70 {
  color: #ffffffb3;
}

.white-70.line-h-24 {
  line-height: 24px;
}

.footer_wrap {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-flow: column;
  display: flex;
}

.footer_tab-links {
  display: none;
}

.slider_para {
  font-size: 1.4rem;
  line-height: 130%;
}

.section_hero {
  color: #fff;
  background-color: #153236;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_box-txt {
  font-size: 1.4544rem;
  font-weight: 700;
  line-height: 23.27px;
}

.custom_padding {
  background-color: #153236;
  padding: 4rem 2.5rem;
}

.custom_padding.logo {
  padding: 1.25rem 0;
}

.slider_bg-img {
  background-image: url('../images/Yellow-Flower-Close-Up.jpg');
  background-position: 100%;
  background-size: cover;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
  position: relative;
}

.footer_main {
  background-color: #153236;
  flex-flow: column;
  padding-top: 48px;
  display: flex;
}

.hero_img {
  width: 422px;
}

.slider {
  background-color: #0000;
  width: 100%;
  max-width: 629px;
  height: 100%;
  min-height: 536px;
}

.invest_components {
  background-color: #153236;
  width: 100%;
  overflow: visible;
}

.hero_logo-full {
  flex-flow: column;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.content_h2-wrap {
  flex-flow: column;
  display: flex;
}

.icon-2 {
  display: none;
}

.signup_submit-button {
  color: #153236;
  background-color: #00fe4a;
  border-radius: 100px;
  min-height: 46px;
  margin-top: 19px;
  transition: all .3s;
}

.signup_submit-button:hover {
  background-color: #fff;
}

.signup_submit-button.nav {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 87px;
  min-height: 32px;
  margin-top: 0;
  padding: 0 15px;
  font-size: .875rem;
  display: flex;
}

.signup_submit-button.nav:hover {
  background-color: #fff;
}

.signup_submit-button.nav.log {
  color: #00fe4a;
  background-color: #0000;
  border: 1px solid #00fe4a;
  width: 87px;
}

.signup_submit-button.nav.log:hover {
  color: #fff;
  border-color: #fff;
}

.sponsor {
  color: #cef5ca;
  font-size: 1.2rem;
  font-weight: 700;
}

.section_navbar {
  background-color: #153236;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.hero_title-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.icon-6 {
  display: none;
}

.footer_top-bg {
  width: 100%;
}

.footer_top-bg.invert {
  transform-style: preserve-3d;
  transform: none;
}

.footer_top-bg.flip {
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(180deg)rotateZ(0);
}

._77-w {
  max-width: 77px;
}

.hero_bottom-custom-txt {
  font-size: 2.625rem;
}

.create_card-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding: 35px 30px 30px;
  display: flex;
}

.footer_link {
  color: #fff;
  font-size: .875rem;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
}

.footer_link:hover {
  text-decoration: underline;
}

.slider_blur {
  filter: blur(124px);
  background-image: radial-gradient(circle closest-side, #787878, #fff);
  border-radius: 1000px;
  width: 350px;
  height: 25px;
  position: absolute;
  top: 163px;
  left: 0;
  transform: skew(0deg, 130deg);
}

.slider_blur._4 {
  inset: auto auto -38px 421px;
}

.slider_blur._2 {
  inset: auto 44px 0;
}

.slider_blur._3 {
  top: -153px;
  left: 529px;
}

.body-2 {
  background-color: #1b393e;
}

.nav-menu-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  display: flex;
}

.container-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block-103 {
  background-color: #fff;
  width: 25px;
  height: 2px;
  margin: auto;
  padding-bottom: 0;
  padding-right: 0;
  position: absolute;
  inset: -10px 0% 0%;
}

.div-block-103._0 {
  top: 10px;
}

.menu-button-3 {
  z-index: 99;
  background-color: #0000;
  width: 40px;
  height: 40px;
  padding: 0;
}

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

.privacy-container {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.privacy-policy-header {
  color: #cef5ca;
  margin-bottom: 2rem;
}

.privacy-policy-text {
  color: #fff;
  font-family: Bitter, serif;
}

.image-51 {
  width: 35px;
}

.div-block-104 {
  width: 306px;
}

.div-block-104.seedpray {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.container-4 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block-105 {
  background-color: #fff;
  width: 25px;
  height: 2px;
  margin: auto;
  padding-bottom: 0;
  padding-right: 0;
  position: absolute;
  inset: -10px 0% 0%;
}

.div-block-105._0 {
  top: 10px;
}

.menu-button-4 {
  z-index: 99;
  background-color: #0000;
  width: 40px;
  height: 40px;
  padding: 0;
}

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

.custom_padding-2 {
  background-color: #153236;
  padding: 4rem 2.5rem;
}

.image-52 {
  width: 35px;
}

.div-block-106 {
  width: 306px;
}

.div-block-106.seedpray {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1254px;
  }

  .container.nav-container {
    padding-left: 57px;
    padding-right: 57px;
  }

  .navbar {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-content-holder {
    width: 80%;
  }

  .what-we-do-grid {
    grid-column-gap: 80px;
  }

  .services-wrapper {
    margin-bottom: 60px;
  }

  .service-paragraph-holder {
    max-width: 60%;
  }

  .white-ourselves-text {
    max-width: 80%;
  }

  .blog-summary {
    direction: ltr;
    font-size: 16px;
    font-weight: 400;
  }
}

@media screen and (min-width: 1920px) {
  .center-box.hero-shop-center-box {
    margin-bottom: 3em;
  }

  .hero-decorative-image-holder._2 {
    right: 14%;
  }

  .hero-decorative-image-holder._1 {
    left: 13%;
  }

  .company-image-holder {
    width: 350px;
  }

  .product-item-link {
    height: auto;
    max-height: 100%;
  }

  .product-bg-holder {
    z-index: 0;
    flex-flow: row;
    place-content: stretch flex-start;
    align-items: stretch;
    min-width: 100%;
    height: auto;
    min-height: 80%;
    max-height: 100%;
  }

  .product-name-holder {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 36px;
    padding-bottom: 36px;
    display: block;
  }

  .collection-list {
    grid-template-rows: auto;
  }

  .product-block-holder {
    z-index: 0;
    height: auto;
    max-height: 100%;
  }

  .add-to-cart-secondary-button {
    display: block;
  }

  .product-collection-wrapper {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 100px;
  }

  .section.hero-shop-section-top-and-bottom-margin {
    padding-bottom: 10em;
  }

  .section.our-service-section {
    padding-top: 5em;
  }

  .nav-menu {
    border-bottom: 1px solid var(--light-brown);
    text-align: left;
    background-color: #fff;
    border-radius: 12px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 5px;
    padding: 2em;
  }

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

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

  .footer-link {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

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

  .nav-link-holder {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form-holder {
    flex-direction: column;
    padding-right: 70px;
  }

  .change-log-container {
    justify-content: space-between;
    max-width: 100%;
  }

  .menu-button {
    z-index: 1;
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 5px;
    transition: background-color .3s;
    display: flex;
    position: relative;
  }

  .menu-button:hover {
    background-color: var(--light-brown);
  }

  .menu-button.w--open {
    background-color: var(--light-brown);
    border-radius: 10px;
  }

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

  .paragraph {
    font-size: 16px;
  }

  .change-log-text {
    text-align: center;
    margin-right: 0;
  }

  .footer-content-holder {
    width: 80%;
  }

  .nav-link {
    margin-top: .5em;
    margin-bottom: .5em;
    margin-left: -5px;
  }

  .decorative-contact-image._3 {
    width: 150px;
    height: 150px;
  }

  .decorative-font {
    font-size: 26px;
  }

  .quote-holder-1 {
    width: 120px;
    height: 120px;
    left: 0%;
  }

  .quote-holder-2 {
    width: 120px;
    height: 120px;
    right: 0%;
  }

  .subscribe-form-paragraph {
    font-size: 16px;
  }

  .subscribe-header {
    font-size: 44px;
  }

  .decorative-subscribe-image-holder {
    width: 150px;
    height: auto;
    bottom: -5%;
  }

  .decorative-subscribe-image-holder._2 {
    width: 150px;
  }

  .hero-decorative-image-holder._2 {
    width: 150px;
    height: 120px;
    bottom: 32%;
    right: -1%;
  }

  .hero-decorative-image-holder._3 {
    width: 150px;
    height: 120px;
    bottom: 6%;
  }

  .hero-decorative-image-holder._1 {
    width: 200px;
    bottom: 14%;
    left: -3%;
  }

  .decorative-text {
    margin-bottom: 0;
  }

  .number {
    font-size: 42px;
    line-height: 1;
  }

  .trusted-companies-grid {
    grid-column-gap: 32px;
    place-items: center;
  }

  .trusted-company-logo-holder {
    width: 100%;
  }

  .trusted-company-logo {
    width: 100%;
    height: 100%;
  }

  .contact-us-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .what-we-do-grid {
    grid-row-gap: 43px;
    grid-template-columns: 1fr;
  }

  .what-we-do-content-holder {
    border-bottom: 1px solid #f2f0eb80;
  }

  .main-text {
    font-size: 62px;
  }

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

  .services-grid-content {
    grid-column-gap: 40px;
  }

  .secondary-text {
    font-size: 44px;
  }

  .secondary-text.work-title {
    font-size: 32px;
  }

  .service-block-holder {
    padding: 30px 25px;
  }

  .company-image-holder {
    width: 250px;
    height: 250px;
  }

  .company-image-holder.second {
    height: 320px;
  }

  .work-image-holder {
    min-height: 350px;
    max-height: 350px;
    padding: 20px 40px;
  }

  .work-title-holder {
    margin-top: 20px;
  }

  .arrow-holder {
    width: 20px;
    height: 20px;
  }

  .accordion-header-text {
    font-size: 32px;
  }

  .accordion-header {
    align-items: center;
  }

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

  .work-image-details-holder {
    width: 60%;
  }

  .client-link-holder {
    margin-right: 5.3em;
  }

  .wrok-details-links-holder {
    text-align: left;
    justify-content: flex-start;
    width: 100%;
  }

  .work-details-title {
    font-size: 62px;
  }

  .grid-text-for-ourselves {
    grid-template-columns: 1fr;
    padding-bottom: 7em;
  }

  .relative-card-block {
    align-items: center;
  }

  .client-and-projects-content {
    margin-top: 5em;
  }

  .collection-blog-list {
    grid-template-columns: 1fr 1fr;
  }

  .blog-content-holder {
    width: 100%;
  }

  .hero-blog-details-text {
    font-size: 64px;
  }

  .main-image-blog-holder {
    width: 100%;
    min-height: 430px;
    max-height: 430px;
  }

  .services-wrapper-block {
    padding-left: 2em;
    padding-right: 2em;
  }

  .our-service-grid {
    grid-column-gap: 18px;
    justify-items: stretch;
  }

  .our-service-decorative-image._1 {
    top: -5%;
  }

  .grid-5-col {
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 16px;
  }

  .licensing-box-holder {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5em;
    display: flex;
  }

  .hero-home-anim-text._01, .hero-home-anim-text._02 {
    font-size: 80px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .cart {
    margin-right: 1em;
  }

  .cart-button {
    display: none;
  }

  .hero-product-details-grid {
    flex-direction: column;
    display: flex;
  }

  .product-details-image-holder {
    order: -1;
    align-self: flex-start;
  }

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

  .nav-buttons-right {
    display: block;
  }

  .menu-icon {
    width: 20px;
    height: 20px;
  }

  .checkout-full-item-content {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
  }

  .hero-decorative-font {
    font-size: 20px;
  }

  .what-we-do-emoji {
    font-size: 70px;
  }

  .section_invest {
    flex-flow: column;
  }

  .footer_top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .footer_title {
    font-weight: 600;
  }

  .nav_buttons-wrap.desktop-hide {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    display: flex;
  }

  .hero_circle-icon {
    width: 50px;
  }

  .hero_right-box {
    max-width: 223px;
    max-height: 215px;
    bottom: 26px;
    left: 21px;
  }

  .hero_right-box.small {
    top: 19px;
    bottom: auto;
    left: 38px;
  }

  .invest_h2 {
    font-size: 2.4rem;
  }

  .nav-menu-2 {
    background-color: #1a393e;
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-101 {
    z-index: 98;
    background-color: #fff;
    width: 25px;
    height: 2px;
    margin: auto;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: -10px 0% 0%;
  }

  .div-block-101._0 {
    top: 10px;
  }

  .nav-_brand-wrap {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .invest_h1 {
    font-size: 2.8rem;
    line-height: 55px;
  }

  .footer_para-wrap {
    max-width: 300px;
    margin-top: 0;
  }

  .footer_para-wrap.v2 {
    max-width: 280px;
  }

  .hero_box-big-txt {
    font-size: 1.6rem;
  }

  .menu-button-2 {
    z-index: 99;
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    overflow: visible;
  }

  .menu-button-2.w--open {
    z-index: 98;
    background-color: #000;
  }

  .slider_left {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .icon-5 {
    display: none;
  }

  .hero_wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .mask {
    height: 100%;
    min-height: 536px;
  }

  .navbar-2 {
    z-index: 98;
    padding-right: 0;
  }

  .slider_wrap {
    flex-flow: column;
    align-items: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    display: flex;
  }

  .footer_tab-links {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    align-items: flex-start;
    display: flex;
  }

  .hero_box-txt.fff-70 {
    font-size: 1.25rem;
  }

  .slider_bg-img {
    min-height: 536px;
  }

  .invest_components {
    width: 100%;
  }

  .hero_title-wrap {
    max-width: 570px;
  }

  .slide {
    min-height: 536px;
  }

  .nav-menu-3 {
    background-color: #1a393e;
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-103 {
    z-index: 98;
    background-color: #fff;
    width: 25px;
    height: 2px;
    margin: auto;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: -10px 0% 0%;
  }

  .div-block-103._0 {
    top: 10px;
  }

  .menu-button-3 {
    z-index: 99;
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    overflow: visible;
  }

  .menu-button-3.w--open {
    z-index: 98;
    background-color: #000;
  }

  .div-block-105 {
    z-index: 98;
    background-color: #fff;
    width: 25px;
    height: 2px;
    margin: auto;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: -10px 0% 0%;
  }

  .div-block-105._0 {
    top: 10px;
  }

  .menu-button-4 {
    z-index: 99;
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    overflow: visible;
  }

  .menu-button-4.w--open {
    z-index: 98;
    background-color: #000;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 64px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 30px;
  }

  .section.white-section {
    margin-top: -25em;
  }

  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.hero-container {
    padding-bottom: 8em;
  }

  .nav-menu {
    padding: 1em;
  }

  .grid-4-col, .footer-flex-container {
    grid-template-columns: 1fr 1fr;
  }

  .contact-form-holder {
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph {
    line-height: 1.2;
  }

  .footer-content-holder {
    width: 100%;
  }

  .made-by-block-holder {
    flex-direction: row;
    align-items: flex-start;
    min-width: 50%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .decorative-contact-image._1 {
    top: -10%;
  }

  .decorative-contact-image._2 {
    top: -20%;
    right: -1%;
  }

  .decorative-contact-image._3 {
    width: 120px;
    height: 120px;
    bottom: -10%;
  }

  .decorative-image-text {
    font-size: 28px;
  }

  .quote-holder-1 {
    width: 100px;
    height: 100px;
    top: 5%;
  }

  .subscribe-wrapper {
    min-height: 450px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .subscribe-form-paragraph {
    margin-bottom: 35px;
  }

  .decorative-subscribe-image-holder {
    bottom: -12%;
    left: -12%;
  }

  .decorative-subscribe-image-holder._2 {
    bottom: -10%;
  }

  .decorative-subscribe-image-holder._3 {
    width: 200px;
    height: auto;
  }

  .hero-description-holder {
    max-width: 100%;
  }

  .hero-decorative-image-holder._2 {
    width: 120px;
    height: 100px;
    bottom: 70%;
  }

  .hero-decorative-image-holder._3 {
    width: 120px;
    height: 100px;
    bottom: 11%;
    right: 7%;
  }

  .hero-decorative-image-holder._1 {
    bottom: 1%;
  }

  .decorative-text {
    align-items: center;
  }

  .decorative-text._2, .decorative-text._3 {
    margin-bottom: 20px;
  }

  .number {
    font-size: 32px;
  }

  .trusted-companies-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    bottom: 0;
  }

  .trusted-companies-grid {
    grid-template-columns: 1fr 1fr;
    width: 80%;
  }

  .trusted-company-logo-holder {
    padding: 15px;
  }

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

  .contact-us-wrapper {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .contact-uc-content-holder {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 35px;
    padding-bottom: 0;
  }

  .contact-us-header {
    padding-bottom: 35px;
    font-size: 44px;
  }

  .contact-text-holder {
    width: 100%;
  }

  .what-we-do-grid {
    grid-row-gap: 35px;
  }

  .what-we-do-image-holder {
    width: 60px;
    height: 60px;
  }

  .what-we-do-header {
    font-size: 32px;
  }

  .main-text {
    font-size: 44px;
  }

  .services-grid-content {
    grid-template-columns: 1fr;
  }

  .company-image-holder {
    width: 220px;
    height: 240px;
  }

  .company-image-holder.second {
    height: 280px;
  }

  .work-collection-list.work-page-grid {
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
  }

  .work-image-holder {
    min-height: 400px;
    max-height: 400px;
    padding: 30px 90px;
  }

  .work-image {
    width: 100%;
  }

  .accordion-header-text {
    font-size: 24px;
  }

  .accordion-header {
    align-items: center;
  }

  .accordion-paragraph {
    width: 90%;
  }

  .work-details-title {
    font-size: 48px;
  }

  .work-description-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .service-paragraph-holder {
    max-width: 100%;
  }

  .horizontal-card-holder {
    margin-bottom: 0;
  }

  .client-and-projects-content {
    margin-top: 3em;
  }

  .collection-blog-list {
    grid-template-columns: 1fr;
  }

  .blog-content-holder {
    width: 100%;
    margin-top: 15em;
  }

  .hero-blog-details-text {
    font-size: 52px;
  }

  .hero-blog-details-paragraph-holder {
    max-width: 80%;
  }

  .main-image-blog-holder {
    min-height: 300px;
    max-height: 320px;
  }

  .read-more-blogs-paragraph-holder {
    max-width: 100%;
  }

  .experience-card.yellow-border, .experience-card.orange-border, .experience-card.green-border {
    width: 300px;
    height: 400px;
  }

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

  .hero-home-anim-text._01, .hero-home-anim-text._02 {
    font-size: 62px;
  }

  .collection-list, .hero-product-details-grid {
    grid-template-columns: 1fr;
  }

  .checkout-general-block {
    width: 100%;
    position: static;
  }

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

  .checkout-order {
    flex: none;
    width: 100%;
    position: static;
  }

  .product-details-title {
    font-size: 50px;
  }

  .checkout-container {
    flex-direction: column;
    align-items: center;
  }

  .checkout-content-holder, .chekout-content-holder {
    width: 100%;
  }

  .instruction-list {
    font-size: 16px;
  }

  .hero-decorative-font {
    font-size: 18px;
  }

  .image-6 {
    width: 200px;
    height: 200px;
    margin-left: 0;
  }

  .footer_top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .create_card-bottom {
    align-items: center;
  }

  .hero_right-box {
    max-width: 200px;
    bottom: 0;
    left: 0;
  }

  .hero_right-box.small {
    left: 0;
  }

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

  .invest_h2 {
    font-size: 2rem;
  }

  .create_card {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .invest_h1 {
    font-size: 2.5rem;
  }

  .hero_logos {
    flex-flow: row;
  }

  .hero_wrap {
    flex-flow: column-reverse;
    align-items: center;
  }

  .hero_left {
    width: 100%;
  }

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

  .navbar-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slider_wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer_wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer_tab-links {
    justify-content: space-between;
    width: 100%;
  }

  .custom_padding {
    padding: 3rem 1.25rem;
  }

  .hero_img {
    width: 300px;
  }

  .section_navbar {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .custom_padding-2 {
    padding: 3rem 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 40px;
  }

  .section.subscribe-section {
    padding-top: 40px;
  }

  .section.white-section {
    margin-top: -30em;
  }

  .section.our-sevice-card-wrapper {
    height: 200vh;
  }

  .section.our-service-section {
    padding-top: 2em;
  }

  .section.hero-section {
    justify-content: flex-start;
  }

  .container {
    padding-bottom: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.footer-white-block-contaiiner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .container.full-description-container {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .container.hero-blog-post-details-container {
    padding-top: 3em;
  }

  .container.licensing-container {
    padding-bottom: 2em;
  }

  .container.hero-container {
    justify-content: center;
    padding-bottom: 10em;
  }

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

  .header-holder {
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    height: 170px;
  }

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

  .utility-page-content {
    padding: 29px;
  }

  .utility-page-form {
    justify-content: space-between;
    height: 420px;
  }

  .hero-description {
    font-size: 16px;
    line-height: 1.5;
  }

  .footer {
    text-align: left;
  }

  .footer-flex-container {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .secondary-page-hero {
    padding: 1em;
  }

  .contact-form-holder {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .change-log-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1em;
  }

  .paragraph-s.details-paragraph {
    max-width: 100%;
  }

  .footer-white-block {
    height: auto;
  }

  .made-by-block-holder {
    flex-direction: column;
    min-width: 100%;
  }

  .footer-button-holder {
    display: block;
  }

  .contact-content-holder {
    margin-bottom: 2em;
  }

  .decorative-contact-image._1 {
    top: -6%;
    left: 0%;
  }

  .decorative-contact-image._2 {
    top: -2%;
    right: -9%;
  }

  .decorative-contact-image._3 {
    width: 120px;
    height: 120px;
  }

  .decorative-image-text, .decorative-image-text._2 {
    font-size: 22px;
  }

  .decorative-font {
    font-size: 24px;
  }

  .testimonial-tab {
    width: 80px;
    height: 80px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonials-menu {
    display: flex;
  }

  .testimonial-pane {
    max-width: 100%;
  }

  .testimonial-pane-text {
    font-size: 24px;
  }

  .testimonial-pane-text-holder {
    margin-bottom: 20px;
  }

  .quote-holder-1 {
    width: 80px;
    height: 80px;
    top: 5%;
  }

  .quote-holder-2 {
    width: 100px;
    height: 100px;
    bottom: 5%;
  }

  .subscribe-wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }

  .subscribe-content-holder {
    text-align: center;
  }

  .subscribe-email {
    padding-left: 20px;
    padding-right: 79px;
    font-size: 14px;
  }

  .subscribe-form {
    width: 100%;
  }

  .subscribe-form-paragraph {
    margin-bottom: 1em;
    line-height: 1.4;
  }

  .subscribe-header {
    font-size: 32px;
  }

  .subscribe-button {
    width: 80px;
    font-size: 14px;
  }

  .subscribe-success-message {
    padding-left: 1em;
    padding-right: 1em;
  }

  .decorative-subscribe-image-holder, .decorative-subscribe-image-holder._2 {
    width: 100px;
  }

  .hero-description-holder {
    max-width: 100%;
  }

  .hero-decorative-image-holder._2 {
    bottom: 15%;
    right: 6%;
  }

  .hero-decorative-image-holder._3 {
    bottom: 2%;
    right: 35%;
  }

  .hero-decorative-image-holder._1 {
    bottom: 4%;
    left: -5%;
  }

  .trusted-companies-wrapper {
    padding: 30px;
    top: 0;
  }

  .trusted-companies-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .trusted-company-logo-holder {
    width: 65%;
    margin-bottom: 30px;
    padding: 5px;
  }

  .contact-us-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-us-header {
    font-size: 38px;
  }

  .what-we-do-grid {
    grid-row-gap: 42px;
  }

  .what-we-do-content-holder {
    flex-direction: column;
    display: flex;
  }

  .what-we-do-image-holder {
    align-items: flex-start;
  }

  .what-we-do-header.big-caption {
    margin-bottom: 0;
  }

  .our-team-header-holder, .our-team-paragraph-holder {
    max-width: 100%;
  }

  .services-wrapper {
    max-height: 800px;
    margin-bottom: 20px;
    padding: 50px 20px 0;
  }

  .services-content-holder._02 {
    margin-top: 0;
  }

  .services-grid-content {
    grid-row-gap: 30px;
  }

  .secondary-text {
    margin-bottom: 0;
    font-size: 32px;
  }

  .projects-title-holder, .projects-paragraph-holder {
    max-width: 100%;
  }

  .work-image-holder {
    min-height: 300px;
    max-height: 300px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .work-title-holder {
    margin-top: 20px;
  }

  .work-image {
    width: 75%;
  }

  .accordions-wrapper {
    margin-bottom: 3em;
  }

  .arrow-holder {
    width: 18px;
    height: 18px;
  }

  .accordion-header-text {
    width: 90%;
    font-size: 22px;
    line-height: 1.2;
  }

  .accordion-header {
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 15px;
  }

  .accordion-paragraph {
    padding-left: 20px;
  }

  .works-list-wrapper {
    margin-top: 2em;
  }

  .work-details-bg-color {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .grid-work-details {
    grid-template-columns: 1fr;
  }

  .work-image-details-holder {
    width: 100%;
  }

  .client-link-holder {
    width: 100%;
    margin-top: 1em;
  }

  .wrok-details-links-holder {
    flex-direction: column;
    align-items: flex-start;
  }

  .work-description-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .service-heading-holder {
    max-width: 100%;
  }

  .horizontal-card-holder {
    grid-template-columns: 1fr;
    place-content: stretch space-between;
    line-height: 1.2;
  }

  .relative-card-block {
    height: auto;
    padding: 40px;
  }

  .owner-s-name-holder {
    height: auto;
    padding: 10px;
  }

  .collection-blog-list {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    margin-bottom: 5em;
  }

  .blog-name {
    font-size: 26px;
  }

  .hero-blog-details-text {
    font-size: 36px;
  }

  .hero-blog-details-paragraph-holder {
    max-width: 100%;
  }

  .main-image-blog-holder {
    width: 100%;
    position: relative;
  }

  .blog-rich-text {
    margin-bottom: 3em;
  }

  .blog-rich-text blockquote {
    padding-left: 30px;
    padding-right: 30px;
  }

  .experience-card.yellow-border, .experience-card.orange-border, .experience-card.green-border {
    width: 200px;
    height: 300px;
  }

  .services-wrapper-block {
    text-align: left;
    padding-left: 1em;
    padding-right: 1em;
  }

  .services-heading-holder {
    width: 100%;
  }

  .our-service-content-holder {
    flex-direction: column;
    align-items: flex-start;
    width: 80%;
  }

  .ticked-holder {
    margin-right: 10px;
  }

  .ticked-holder.blue {
    margin-bottom: 5px;
  }

  .ticked-holder.gold {
    flex: 0 auto;
    align-items: center;
    margin-bottom: 5px;
    display: flex;
  }

  .service-header-bold {
    font-size: 26px;
  }

  .our-service-grid {
    grid-row-gap: 54px;
    justify-items: center;
  }

  .our-service-decorative-image._1 {
    width: 120px;
    height: 120px;
    top: -4%;
  }

  .our-service-decorative-image._2 {
    width: 100px;
    height: 100px;
    top: -3%;
  }

  .our-service-decorative-image._3 {
    width: 120px;
    height: 120px;
    bottom: -4%;
  }

  .orange-button-bg.no-borders {
    width: 100%;
  }

  .orange-button-bg.no-borders.second {
    z-index: 0;
  }

  .orange-button-bg.no-borders.third, .primary-button.no-borders {
    width: 100%;
  }

  .grid-5-col {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .licensing-box-holder {
    padding: 1.5em 5.5em 1.5em 5.4em;
  }

  .hero-home-anim-text._01, .hero-home-anim-text._02 {
    font-size: 50px;
  }

  .hero-shop-paragraph {
    max-width: 100%;
  }

  .product-item-name {
    font-size: 26px;
  }

  .product-details-bg {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .hero-product-details-grid {
    place-items: center;
    width: 100%;
  }

  .product-details-image-holder {
    width: 80%;
  }

  .product-details-price {
    font-size: 32px;
  }

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

  .default-state {
    text-align: left;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
  }

  .quantity-field-label {
    z-index: 2;
    width: 100%;
    height: 20%;
    inset: 17% auto 0% 0%;
  }

  .add-to-cart-button {
    margin-top: 1em;
    margin-left: 0;
  }

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

  .product-cart-image-holder {
    width: 80px;
    height: 80px;
  }

  .cart-footer, .cart-list {
    padding: 1em;
  }

  .product-name-in-cart {
    font-size: 24px;
  }

  .checkout-general-block {
    position: static;
  }

  .paypal-checkout-form, .order-configuration {
    padding: 0;
  }

  .shop-collection-list-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .shop-collection-item {
    margin-left: 0;
    margin-right: 10px;
  }

  .shop-category-link {
    min-width: 100px;
    margin-bottom: 1em;
  }

  .add-to-cart {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .submit-button {
    max-width: 100%;
  }

  .cart-header {
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .cart-product-price {
    font-size: 20px;
  }

  .product-add-to-cart-holder {
    flex-direction: column;
  }

  .subscribe-form-content {
    width: 100%;
    height: 50px;
  }

  .hero-content.hero-home-page-content {
    align-items: flex-end;
    margin-top: 3em;
  }

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

  .footer-cta-button {
    min-width: auto;
    height: auto;
    font-size: 16px;
    display: none;
  }

  .product-details-title {
    font-size: 40px;
  }

  .checkout-full-item-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .checkout-image-holder {
    width: 70px;
    min-width: 70px;
    height: 70px;
  }

  .instruction-list {
    padding-left: 20px;
  }

  .pricing-paragraph {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: static;
    inset: 0%;
  }

  .price-number {
    text-align: left;
    font-size: 2em;
  }

  .work-name {
    text-align: left;
  }

  .book-a-call-link {
    text-align: left;
    justify-content: center;
    width: 100%;
  }

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

  .app-store {
    width: 60%;
  }

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

  .hero_right {
    justify-content: center;
    align-items: center;
    min-height: 350px;
  }

  .hero_bottom {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
  }

  .hero_circle-icon {
    width: 25px;
    display: none;
  }

  .hero_logos-group {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    min-width: 80vw;
    max-width: none;
    font-size: 1rem;
    display: flex;
  }

  .hero_right-box {
    align-items: flex-start;
    max-width: 110px;
    max-height: 125px;
    padding-top: 20px;
    padding-bottom: 20px;
    inset: 0% 0% auto auto;
  }

  .hero_right-box.small {
    align-items: stretch;
    max-width: 120px;
    inset: auto auto 0% 0%;
  }

  .invest_h2 {
    font-size: 1.3rem;
    line-height: 30px;
  }

  .hero_logo-wrap {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .slider_rating {
    width: 95px;
    height: 11px;
    padding-left: 10px;
    position: static;
  }

  .brand {
    padding-left: 0;
  }

  .invest_h1 {
    font-size: 2rem;
    line-height: 40px;
  }

  .image-46 {
    display: none;
  }

  .footer_para-wrap.v2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hero_logos {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hero_box-big-txt {
    font-size: .85rem;
  }

  .slider_box-bottom {
    padding-bottom: 0;
    padding-left: 10px;
  }

  .slider_left {
    padding-top: 5px;
    padding-bottom: 0;
  }

  .sliderbox-top {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero_checkitem {
    font-size: .75rem;
  }

  .footer_links-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .navbar-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .slider_wrap {
    padding-left: 15px;
  }

  .footer_links {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .slider_box {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    min-height: 360px;
  }

  .div-block-102 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 306px;
    display: flex;
  }

  .footer_wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .footer_tab-links {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .slider_para {
    font-size: 1.25rem;
  }

  .hero_box-txt.fff-70 {
    font-size: 1rem;
  }

  .slider_bg-img {
    padding-left: 15px;
  }

  .sponsor {
    text-align: center;
    font-size: 1rem;
  }

  .section_navbar {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero_bottom-custom-txt {
    font-size: 1.7rem;
  }

  .footer_link {
    font-size: .75rem;
  }

  .div-block-104, .div-block-106 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 306px;
    display: flex;
  }
}

#w-node-_08259cb6-260a-4f62-9922-fa83bf91a063-cf9d1017, #w-node-_4b456051-94df-f96e-fbc7-540063236f6b-cf9d1017, #w-node-_94e530ca-5135-6b1c-1ab1-71bf729d9e2a-cf9d1017, #w-node-c0544acb-110f-99de-1461-5cbd91961618-cf9d1017, #w-node-c0544acb-110f-99de-1461-5cbd91961620-cf9d1017, #w-node-c0544acb-110f-99de-1461-5cbd91961608-cf9d1017, #w-node-c0544acb-110f-99de-1461-5cbd91961610-cf9d1017, #w-node-_3359a6c2-713a-07d1-217a-d3280f03dd19-0a144c54, #w-node-fd4842fc-dd54-0de3-fd05-79731bba4ef8-1bba4ef5, #w-node-fd4842fc-dd54-0de3-fd05-79731bba4efa-1bba4ef5, #w-node-fd4842fc-dd54-0de3-fd05-79731bba4efc-1bba4ef5, #w-node-fd4842fc-dd54-0de3-fd05-79731bba4efe-1bba4ef5, #w-node-_71e57289-5937-e11f-30e7-39b8c4bdaaa7-1bba4ef5, #w-node-aabe2cab-ec24-609c-9acb-4b09c0b72bb2-1bba4ef5, #w-node-aabe2cab-ec24-609c-9acb-4b09c0b72bb0-1bba4ef5, #w-node-aabe2cab-ec24-609c-9acb-4b09c0b72bb6-1bba4ef5, #w-node-aabe2cab-ec24-609c-9acb-4b09c0b72bb4-1bba4ef5, #w-node-c200d8af-480e-5e0d-495d-61c40efffdfb-1bba4ef5, #w-node-bdf78f7c-6ca9-956c-5d5f-8a853fc32eb3-3fc32eab, #w-node-bdf78f7c-6ca9-956c-5d5f-8a853fc32eb5-3fc32eab, #w-node-bdf78f7c-6ca9-956c-5d5f-8a853fc32eb7-3fc32eab, #w-node-bdf78f7c-6ca9-956c-5d5f-8a853fc32eb9-3fc32eab, #w-node-bdf78f7c-6ca9-956c-5d5f-8a853fc32ebb-3fc32eab, #w-node-_2be73bd5-29d9-85fb-dd15-24bd4ab8d290-cf9d1035, #w-node-_1fc078de-0f6b-56d7-e31c-97fc10faba8c-cf9d1037 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66e06a1f-6ed7-15d6-307a-3d157eb2e182-cf9d1037 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_85570674-31d2-cfe0-1050-cc6fc801d6bc-cf9d1037 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c0e2aff-6093-6b29-553a-6950ec31d0c1-cf9d1037 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-ce399e53-4dda-9c57-f3ce-25f2492c2491-cf9d1037 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48a7b1d3-b07a-497b-d5ee-44049694be04-cf9d103b, #w-node-d153327e-0b89-53f6-8af6-bfb408d9df35-cf9d103b, #w-node-b40307ba-5bc6-bd78-6e19-712b5713de87-cf9d103b, #w-node-_548a5b34-b2c2-5a0b-7e8c-aacb07ebb25f-cf9d103b, #w-node-_6ec99787-a3c8-33eb-bc1a-18550ab91f01-cf9d103d, #w-node-_6e596eb0-c11c-086d-87c0-9478d0e3e01e-cf9d103d, #w-node-_6ec99787-a3c8-33eb-bc1a-18550ab91f05-cf9d103d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_19ac30c0-efce-dcaf-9100-601746a5636b-cf9d1044 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_08259cb6-260a-4f62-9922-fa83bf91a063-cf9d1017, #w-node-_4b456051-94df-f96e-fbc7-540063236f6b-cf9d1017 {
    justify-self: start;
  }

  #w-node-_94e530ca-5135-6b1c-1ab1-71bf729d9e2a-cf9d1017 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_1c0e2aff-6093-6b29-553a-6950ec31d0c1-cf9d1037 {
    grid-area: 1 / 1 / 2 / 10;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3359a6c2-713a-07d1-217a-d3280f03dd19-0a144c54 {
    grid-column: span 2 / span 2;
  }

  #w-node-_54eac83f-383c-6fb7-f22b-2d6fde32d24c-cf9d1035 {
    order: -9999;
  }

  #w-node-_1c0e2aff-6093-6b29-553a-6950ec31d0c1-cf9d1037 {
    grid-column-end: 7;
  }

  #w-node-b78729c8-3d93-6416-a41a-f9573134e32b-3134e302 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_08259cb6-260a-4f62-9922-fa83bf91a063-cf9d1017, #w-node-c0544acb-110f-99de-1461-5cbd91961608-cf9d1017 {
    justify-self: auto;
  }

  #w-node-_1c0e2aff-6093-6b29-553a-6950ec31d0c1-cf9d1037 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_74754042-f569-6ff2-bf79-0aa1d01c63e3-cf9d103b, #w-node-_51afad64-b371-59d8-9be3-be57608b8d05-cf9d103b, #w-node-_6ec99787-a3c8-33eb-bc1a-18550ab91f01-cf9d103d, #w-node-_6e596eb0-c11c-086d-87c0-9478d0e3e01e-cf9d103d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b78729c8-3d93-6416-a41a-f9573134e309-3134e302, #w-node-b78729c8-3d93-6416-a41a-f9573134e31d-3134e302, #w-node-b78729c8-3d93-6416-a41a-f9573134e32b-3134e302 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Cabinet Grotesk Variable';
  src: url('../fonts/CabinetGrotesk-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}