@font-face {
  font-family: MATERIAL;
  src: url('../fonts/MaterialIconsRound-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --18181d: #18181d;
  --mj_black: #18181d;
  --black: black;
  --white: white;
  --mann_tiffany: #94d6d0;
  --rosy-brown: #af9387;
  --white-smoke: #ebedee;
  --indian-red: #db4b68;
  --sea-green: #12b878;
  --mann_silver: #d9d9d9;
  --gold: #b59e77;
  --white-smoke-2: #f6f1f1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  color: #18181d;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 38px;
  font-weight: 300;
  line-height: 46px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

a {
  color: var(--18181d);
  cursor: pointer;
  line-height: 26px;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 20px;
  list-style-type: none;
}

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

li {
  margin-bottom: 10px;
}

label {
  color: #18181db3;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

strong {
  font-weight: 600;
}

blockquote {
  color: #18181db3;
  border-left: 5px solid #e2e2e2;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 18px 24px;
  font-size: 16px;
  line-height: 26px;
}

figcaption {
  color: #18181d80;
  text-align: center;
  margin-top: 5px;
}

.grid {
  z-index: 1;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.hero1-image {
  background-image: url('../images/uma-mini--hero-dusk_download.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 860px;
}

.hero1-image.lightbox-wrap {
  background-position: 50%;
  transition: opacity .2s;
}

.hero1-image.lightbox-wrap:hover {
  opacity: .8;
}

.size1-text {
  color: var(--mj_black);
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 55px;
  font-weight: 400;
  line-height: 55px;
}

.size1-text.size1-top-clear {
  margin-top: 0;
  font-weight: 400;
}

.size1-text.size1-top-clear.blk {
  color: var(--black);
  font-size: 45px;
}

.size1-text.size1-bottom-clear {
  margin-bottom: 0;
}

.size1-text.size1-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size1-text.blk {
  color: var(--mj_black);
  font-size: 55px;
  font-weight: 400;
  line-height: 55px;
}

.label {
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #aaa3;
  margin-bottom: 10px;
  padding: 10px 22px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

.label.white-label {
  color: var(--18181d);
  background-color: #fff;
  border-style: none;
}

.label.white-outline-label {
  background-color: #ffffff1a;
  border-color: #ffffff80;
}

.label.inside-label {
  z-index: 40;
  color: var(--18181d);
  background-color: #fff;
  border-style: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.label.black-label {
  z-index: 40;
  background-color: var(--18181d);
  color: var(--white);
  border-style: none;
  border-width: 0;
}

.label.black-label.styleguide-section-label {
  position: absolute;
  inset: 0% auto auto 0%;
}

.label.black-label.sale-label {
  position: absolute;
  inset: 0% 0% auto auto;
}

.hero1-content {
  padding-right: 36px;
}

.hero1-content.product-detail-wrap {
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 0;
  padding-right: 36px;
  display: flex;
}

.button-large {
  background-color: var(--18181d);
  color: #fff;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  padding: 30px 36px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.button-large:hover {
  background-color: #272731;
}

.button-large.outline-button-large {
  color: #1f2121;
  background-color: #fff;
  border: 1px solid #ebedee;
}

.button-large.outline-button-large:hover {
  border-color: #c9c9c9;
}

.button-arrow {
  color: var(--white);
  flex: none;
  margin-left: 10px;
  display: inline-block;
}

.section {
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-top: 111px;
  padding-bottom: 0;
  padding-left: 36px;
  padding-right: 36px;
}

.section.cat_back {
  margin-top: 0;
  padding-bottom: 0;
}

.section.footer_mann {
  margin-top: 0;
}

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

.section.ok {
  margin-top: 179px;
}

.section.pp {
  margin-top: 0;
}

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

.size2-text {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 38px;
  font-weight: 300;
  line-height: 46px;
}

.size2-text.size2-top-clear {
  margin-top: 0;
}

.size2-text.size2-bottom-clear {
  margin-bottom: 0;
}

.size2-text.size2-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size3-text {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
}

.size3-text.size3-bottom-clear {
  margin-bottom: 0;
}

.size3-text.size3-top-clear {
  margin-top: 0;
}

.size3-text.size3-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size5-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.size5-text.size5-top-clear {
  margin-top: 0;
}

.size5-text.size5-bottom-clear {
  margin-bottom: 0;
}

.size5-text.size5-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size4-text {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.size4-text.size4-top-clear {
  margin-top: 0;
}

.size4-text.size4-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size4-text.size4-bottom-clear {
  margin-bottom: 0;
}

.paragraph-70 {
  opacity: .7;
  margin-bottom: 10px;
}

.paragraph-70.paragraph70-bottom-clear {
  margin-bottom: 0;
}

.size6-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.size6-text.size6-top-clear {
  margin-top: 0;
}

.size6-text.size6-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size6-text.size6-bottom-clear {
  margin-bottom: 0;
}

.product-image {
  background-image: url('../images/circa-chandelier_hires_download.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: space-between;
  align-items: flex-start;
  height: 480px;
  display: flex;
}

.product-image.product-image-size-s {
  height: 240px;
}

.product-image.product-image-size-m {
  height: 360px;
}

.product-image.product-image-size-l {
  height: 480px;
}

.product-image.product-image-size-xl {
  height: 600px;
}

.product-wrap {
  margin-bottom: 40px;
}

.button-small {
  background-color: var(--18181d);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-small:hover {
  background-color: #272731;
}

.button-small.white-small {
  background-color: var(--mann_tiffany);
  color: var(--black);
  text-align: center;
  border-radius: 0;
  justify-content: center;
}

.button-small.white-small.w--current {
  background-color: var(--mann_tiffany);
}

.button-small.white-small.neww {
  width: 175px;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.button-small.form-centered-button {
  justify-content: center;
}

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

.text-label {
  opacity: .7;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.button-text {
  color: var(--18181d);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.deco-dot {
  background-color: var(--rosy-brown);
  flex: none;
  width: 12px;
  height: 6px;
  margin-top: 7px;
  margin-right: 30px;
}

.content8-grey-background {
  background-color: #fafafa;
  align-items: center;
  width: 100vw;
  height: 714px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.content8-image {
  z-index: 1;
  background-image: url('../images/istockphoto-157618978-1024x1024.jpg'), url('../images/solis_fabric_72_300.jpg');
  background-position: 0 0, 50%;
  background-size: cover, cover;
  min-height: 580px;
  margin-top: 67px;
  margin-bottom: 67px;
  margin-right: 67px;
  position: relative;
}

.content8-content-wrap {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  height: 580px;
  margin-top: 67px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.content8-quote-wrap {
  padding-right: 40px;
}

.footer1 {
  border-top: 1px solid #ebedee;
  border-bottom: 1px solid #ebedee;
}

.link {
  opacity: .7;
  color: #18181d;
  margin-bottom: 10px;
  text-decoration: none;
  display: inline;
}

.link:hover {
  opacity: 1;
  text-decoration: underline;
}

.paragraph-small {
  text-transform: none;
  font-size: 14px;
  line-height: 22px;
}

.content {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content23-image {
  background-image: url('../images/bola-halo-pendant-chandelier-environmental-hallway-lowres_download.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 400px;
}

.content32-quote {
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
  position: relative;
}

.content32-image {
  background-image: url('../images/bola-disc-flush-2-rose-gold-in-room-high_download.jpg');
  background-position: 50%;
  background-size: cover;
  height: 400px;
  margin-top: 103px;
}

.content35-feed-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  transition: opacity .2s;
}

.content35-feed-image:hover {
  opacity: .8;
}

.content35-feed-image.content35-image2 {
  background-image: url('../images/WEB-MANN0027-SquareCrop.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.content35-feed-image.content35-image3 {
  background-image: url('../images/WEB-MANN0149.jpg');
  background-position: 50%;
  background-size: cover;
}

.content35-feed-image.content35-image4 {
  background-image: url('../images/WEB-MANN0049.jpg');
  background-position: 50%;
  background-size: cover;
}

.content35-feed-image.content35-image5 {
  background-image: url('../images/WEB-MANN0101-SquareCrop_.jpeg'), url('../images/WEB-MANN0091-SquareCrop.jpg');
  background-position: 50%, 50% 100%;
  background-size: cover, auto;
}

.content35-feed-image.content35-image6 {
  background-image: url('../images/WEB-MANN0151-SquareCrop.jpg'), url('../images/istockphoto-1388428712-1024x1024.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.content35-feed-image.content35-image1 {
  background-image: url('../images/WEB-MANN0208-SquareCrop.jpg'), url('../images/WEB-MANN0166-SquareCrop.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.content35-pictures-feed {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 273px;
  margin-top: 40px;
  margin-bottom: 0;
  display: grid;
}

.content35-headline-wrap {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.content35-item-label {
  opacity: .7;
  text-transform: uppercase;
  margin-top: -4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.top-notification {
  background-color: var(--18181d);
  text-align: center;
}

.notification-content {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.other4-text {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 22px;
}

.notification-link-wrap {
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.notification-link-wrap:hover {
  opacity: .9;
}

.nav1-menu-wrap {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

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

.cart-quantity {
  min-width: auto;
  height: auto;
  color: var(--18181d);
  background-color: #0000;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.nav-link {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
}

.nav-link:hover {
  opacity: .7;
}

.nav-link.w--current {
  opacity: .7;
  color: var(--18181d);
}

.cart {
  margin-left: 15px;
}

.nav1-wrap {
  grid-column-gap: 36px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero1 {
  grid-column-gap: 36px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.hero6 {
  color: #fff;
  text-align: center;
  background-image: url('../images/CashForDiamondsUK__.jpeg');
  background-position: 50% 40%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 75vh;
  min-height: auto;
  margin-top: 0;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
}

.hero6-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 50px;
  display: flex;
}

.sizejumbo-text {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 80px;
  font-weight: 300;
  line-height: 96px;
}

.sizejumbo-text.sizejumbo-top-clear {
  margin-top: 0;
}

.sizejumbo-text.sizejumbo-bottom-clear {
  margin-bottom: 0;
}

.sizejumbo-text.sizejumbo-full-clear {
  z-index: 1;
  width: 75%;
  color: var(--black);
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  font-family: Merriweather, serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 66px;
}

.content22-content-wrap {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.content22-text-wrap {
  margin-bottom: 36px;
}

.blog1-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 260px;
  transition: opacity .2s;
  display: block;
}

.blog1-image:hover {
  opacity: .8;
}

.paragraph-40 {
  opacity: .4;
  margin-bottom: 10px;
}

.blog1-headline-wrap {
  max-width: 582px;
}

.text-field {
  width: 100%;
  color: var(--18181d);
  text-transform: none;
  background-color: #f5f5f5;
  border-style: none;
  border-radius: 0;
  align-self: stretch;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field:hover {
  background-color: #f0f0f0;
}

.text-field:active {
  background-color: #ececec;
}

.text-field:focus, .text-field.-wfp-focus {
  color: var(--18181d);
  background-color: #ececec;
}

.text-field.bottom-margin-field {
  margin-bottom: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-field.cart-input {
  width: 60px;
  color: var(--white);
  text-align: center;
  background-color: #18181d;
  border-style: solid;
  border-color: #2c2c33;
  border-radius: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}

.cta8-form {
  grid-column-gap: 36px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-bottom: 0;
  display: grid;
}

.cta8-form-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-area {
  background-color: #f5f5f5;
  border-style: none;
  min-height: 170px;
  padding: 14px 20px 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-area:hover {
  background-color: #f0f0f0;
}

.text-area:active, .text-area:focus {
  background-color: #ececec;
}

.menu-button {
  margin-left: 24px;
  padding: 0;
}

.menu-button:hover {
  opacity: .7;
}

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

.menu-icon {
  display: inline-block;
  position: relative;
}

.product5-category-link {
  color: var(--18181d);
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.product5-category-link:hover {
  opacity: .7;
}

.product5-category-link.product5-all-items {
  margin-bottom: 10px;
  display: block;
}

.product5-nav-items-wrap {
  margin-bottom: 40px;
}

.product5-nav-items-wrap.bottom-nav-items-wrap {
  margin-bottom: 15px;
}

.product5-nav-lists {
  margin-top: 20px;
}

.product5-nav-wrap {
  position: sticky;
  top: 130px;
}

.navbar1 {
  z-index: auto;
  grid-column-gap: 36px;
  grid-row-gap: 30px;
  border-bottom: 1px solid var(--white-smoke);
  text-transform: uppercase;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 22px 36px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navbar1.active-nav1 {
  z-index: 100;
  background-color: var(--mann_tiffany);
  position: sticky;
  top: 0;
}

.hero6-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.hero6-text {
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.content8-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.content22-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content23-grid {
  grid-column-gap: 36px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content32-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content35-section-headline {
  margin-bottom: 36px;
}

.content35-bottom-grid, .content35-top-grid, .product3-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.product5-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.product5-feed-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.blog1-grid {
  grid-column-gap: 36px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.blog1-button-wrap {
  margin-top: 36px;
  display: flex;
}

.cta7-form {
  align-self: center;
  margin-top: 10px;
  margin-bottom: 0;
}

.cta7-form-wrap {
  flex-direction: column;
  display: flex;
}

.cta8-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cta8-content-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 582px;
  display: flex;
}

.footer1-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.other4-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer1-bottom-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

.cart-wrap {
  color: #fff;
  background-color: #18181d4d;
}

.content6-headline-grid {
  z-index: 1;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.brand {
  padding-left: 0;
  display: flex;
}

.brand:hover {
  opacity: .7;
}

.headline-grid {
  z-index: 1;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cart-heading {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.cart-header {
  border-bottom-color: #2c2c33;
  padding: 25px 32px;
}

.cart-close-icon {
  opacity: .5;
}

.cart-container {
  background-color: var(--18181d);
  min-width: 440px;
  box-shadow: 0 2px 6px #18181d1a;
}

.web-payment-button {
  border-radius: 0;
  height: 48px;
  margin-bottom: 15px;
}

.cart-list {
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.cart-footer {
  border-top-color: #2c2c33;
  padding: 16px 32px 32px;
}

.cart-item {
  align-items: stretch;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.cart-product-image {
  width: 80px;
}

.cart-item-info {
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
}

.cart-product-name {
  text-transform: none;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.cart-product-price {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.cart-remove-link {
  color: var(--white);
}

.remove-button {
  opacity: .5;
  margin-top: 5px;
  text-decoration: none;
}

.remove-button:hover {
  opacity: 1;
}

.cart-line-item {
  text-transform: none;
}

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

.empty-state {
  width: 100%;
  max-width: 1200px;
  color: var(--18181d);
  text-align: center;
  text-transform: uppercase;
  background-color: #eee;
  border-bottom: 3px solid #eee;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.empty-state.dark-cart-empty-state {
  color: #fff;
  background-color: #2a2a31;
  border-bottom-style: none;
  flex-direction: column;
  align-items: stretch;
  padding: 30px;
}

.success-message {
  color: #12b878;
  text-align: center;
  text-transform: uppercase;
  background-color: #12b8781a;
  border-bottom: 3px solid #12b878;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.error-message {
  color: #db4b68;
  text-align: center;
  text-transform: uppercase;
  background-color: #db4b680d;
  border-bottom: 3px solid #db4b68;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.option-list {
  margin-bottom: 5px;
}

.cart-option-text {
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.styleguide-grid-wrap {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center start;
  position: relative;
}

.styleguide-grid-wrap.style-colors-wrap {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.wrapper.m100 {
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper.m80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrapper.m50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.wrapper.m100-50 {
  padding-top: 100px;
  padding-bottom: 50px;
}

.wrapper.m50-100 {
  padding-top: 50px;
  padding-bottom: 100px;
}

.wrapper.m80-100 {
  padding-top: 80px;
  padding-bottom: 100px;
}

.wrapper.m100-80 {
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 80px;
}

.wrapper.m20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.wrapper.m80-50 {
  padding-top: 80px;
  padding-bottom: 50px;
}

.wrapper.m50-80 {
  padding-top: 50px;
  padding-bottom: 80px;
}

.wrapper.m0-100 {
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper.m20-100 {
  padding-top: 20px;
  padding-bottom: 100px;
}

.wrapper.m0-50 {
  padding-bottom: 50px;
}

.wrapper.m0-80 {
  padding-bottom: 80px;
}

.wrapper.m0-20 {
  padding-top: 0;
  padding-bottom: 20px;
}

.wrapper.m100-20 {
  padding-top: 100px;
  padding-bottom: 20px;
}

.wrapper.m100-0 {
  padding-top: 100px;
}

.styleguide-products-grid {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr;
}

.grey-body {
  background-color: #f4f6f6;
}

.item-overlay {
  z-index: 30;
  opacity: 0;
  cursor: pointer;
  background-image: linear-gradient(#18181d1a, #18181d1a);
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.size6-link {
  color: var(--18181d);
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 26px;
  text-decoration: none;
  display: block;
}

.size6-link:hover {
  opacity: .7;
}

.size6-link.size6-top-clear {
  margin-top: 0;
}

.size6-link.size6-bottom-clear {
  margin-bottom: 0;
}

.size6-link.size6-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.image-wrap {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.size3-link {
  color: var(--18181d);
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
  text-decoration: none;
  display: block;
}

.size3-link:hover {
  opacity: .7;
}

.size3-link.size3-top-clear {
  margin-top: 0;
}

.size3-link.size3-bottom-clear {
  margin-bottom: 0;
}

.size3-link.size3-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.product3-content-wrap, .product4-content-wrap {
  margin-top: 26px;
}

.size4-link {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  display: block;
}

.size4-link:hover {
  opacity: .7;
}

.size4-link.size4-bottom-clear {
  margin-bottom: 0;
}

.size4-link.size4-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size4-link.size4-top-clear {
  margin-top: 0;
}

.blog1-image-wrap {
  margin-bottom: 30px;
  position: relative;
}

.size5-link {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: block;
}

.size5-link:hover {
  opacity: .7;
}

.size5-link.size5-top-clear {
  margin-top: 0;
}

.size5-link.size5-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size5-link.size5-bottom-clear {
  margin-bottom: 0;
}

.footer1-link {
  opacity: .7;
  color: var(--black);
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.footer1-link:hover, .footer1-link.w--current {
  opacity: 1;
}

.footer1-links-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer1-bottom-link {
  opacity: .7;
  color: #18181d;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.footer1-bottom-link:hover {
  opacity: 1;
}

.collection-item {
  flex-direction: column;
  justify-content: space-between;
}

.hero1-product-name-wrap {
  margin-bottom: 10px;
}

.add-to-cart-default-state {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.add-to-cart {
  margin-top: 30px;
}

.lightbox-product-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 173px;
  height: 173px;
  margin-top: 36px;
  transition: opacity .2s;
}

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

.lightbox-link {
  display: block;
}

.option {
  margin-bottom: 24px;
}

.category-detail-wrap {
  min-height: 360px;
  color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.home1-deco-part {
  background-image: url('../images/istockphoto-121075492-1024x1024.jpg'), url('../images/bola-halo-pendant-chandelier-environmental-office-wall-3k_download.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
  background-attachment: fixed, fixed;
  height: 360px;
}

.rich-text-block {
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block p {
  color: #18181db3;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 26px;
}

.rich-text-block img {
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}

.rich-text-block ul {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 20px;
  list-style-type: none;
}

.rich-text-block li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

.rich-text-block em {
  opacity: .7;
}

.rich-text-block a {
  text-decoration: none;
}

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

.rich-text-block blockquote {
  border-left-width: 4px;
  border-left-color: #d7d7d7;
}

.rich-text-block figcaption {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.product-description-wrap {
  margin-top: 26px;
}

.styleguide-text-combo-wrap {
  margin-top: 20px;
  margin-bottom: 30px;
}

.styleguide-note-wrap {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 60px;
  padding-bottom: 50px;
}

.wrapper-content-preview {
  background-image: url('../images/grey-transparent_1grey-transparent.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 50px;
  height: 100px;
}

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

.checkout-form {
  padding: 80px 40px;
}

.order-summary-wrap {
  top: 100px;
}

.checkout-section-headline {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

.block-header {
  padding-top: 18px;
  padding-bottom: 18px;
}

.payment-details-wrap {
  margin-right: 30px;
}

.order-price {
  font-weight: 500;
}

.item-image {
  width: 80px;
}

.items-in-order-content-wrap {
  padding-left: 16px;
  padding-right: 16px;
}

.order-item {
  margin-bottom: 30px;
}

.quantity-wrap-items {
  opacity: .7;
}

.order-confirmation-container {
  padding: 80px 40px;
}

.total-line-item {
  margin-bottom: 0;
}

.blog-detail-post-cover-pic {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 480px;
}

.blog-detail-author-wrap {
  align-items: flex-start;
  display: flex;
}

.blog-detail-grid {
  z-index: 1;
  grid-column-gap: 36px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.blog-detail-divider {
  background-color: #ebedee;
  width: 100%;
  height: 1px;
}

.blog-detail-author-pic {
  background-image: url('../images/Avatar-1.jpg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  width: 57px;
  height: 57px;
  margin-right: 24px;
}

.blog-detail-name-wrap {
  margin-bottom: -10px;
}

.blog-detail-name {
  margin-top: 2px;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 28px;
}

.styleguide-section-wrap {
  background-color: var(--white);
  padding: 90px 130px;
  position: relative;
}

.paragraph-small-70 {
  opacity: .7;
  text-transform: none;
  font-size: 14px;
  line-height: 22px;
}

.styleguide-background-wrap {
  background-color: var(--18181d);
  color: var(--white);
  text-align: center;
  padding: 30px 20px 20px;
}

.styleguide-background-wrap.styleguide-color-wrap {
  text-align: left;
  padding-top: 60px;
  padding-bottom: 30px;
  padding-left: 40px;
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-1 {
  background-color: var(--white-smoke);
  color: var(--18181d);
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-3 {
  background-color: var(--black);
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-2 {
  background-color: var(--18181d);
  color: var(--white);
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-4 {
  background-color: var(--rosy-brown);
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-5 {
  background-color: var(--indian-red);
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-6 {
  background-color: var(--sea-green);
}

.styleguide-button-wrap {
  background-image: url('../images/grey-transparent_1grey-transparent.png');
  background-position: 50%;
  background-size: 50px;
  padding: 20px;
}

.item-wrap {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.styleguide-grid-text-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  grid-template-columns: 1fr;
}

.styleguide-form-wrap, .styleguide-form {
  flex-direction: column;
  display: flex;
}

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

.size1-link {
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
  display: block;
}

.size1-link:hover {
  opacity: .7;
}

.size1-link.size1-top-clear {
  margin-top: 0;
}

.size1-link.size1-bottom-clear {
  margin-bottom: 0;
}

.size1-link.size1-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

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

.utility-page-content {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  padding: 60px;
  display: flex;
}

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

.utility-page-form-wrap {
  flex-direction: column;
  width: 360px;
  display: flex;
}

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

._404-message-wrap {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 60px;
  display: flex;
}

.size2-link {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 38px;
  font-weight: 300;
  line-height: 46px;
  display: block;
}

.size2-link.size2-top-clear {
  margin-top: 0;
}

.size2-link.size2-bottom-clear {
  margin-bottom: 0;
}

.size2-link.size2-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.licence-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.licence-buttons-grid {
  grid-template-rows: auto;
  margin-top: 30px;
}

.licence-image {
  background-image: url('../images/circatable_env_72_download_download.jpg');
  background-position: 50%;
  background-size: cover;
  height: 360px;
  margin-bottom: 40px;
}

.licence-image.unsplash {
  background-image: url('../images/Avatar-1.jpg');
}

.image {
  margin-top: 15px;
}

.div-block {
  align-self: flex-start;
}

.licence-item-wrap {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.keep-shopping-button-wrap {
  margin-top: 16px;
}

.paypal {
  margin-bottom: 15px;
}

.paragraph-71 {
  width: 100%;
  color: var(--black);
  background-image: url('../images/Background_1.svg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
  display: flex;
}

.container {
  justify-content: center;
  height: 100%;
  display: flex;
}

.div_left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  height: 60vh;
  display: flex;
  position: relative;
}

.div-block-4, .div-block-5, .div-block-6, .div-block-7 {
  margin-bottom: 20px;
  padding: 10px;
}

.text-block-2 {
  padding-top: 20px;
  font-size: 25px;
  font-weight: 300;
}

.section-3 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px;
}

.section-4 {
  height: auto;
  margin: 10px;
  padding: 10px;
}

.heading {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-size: 25px;
  font-weight: 400;
  display: flex;
}

.div-block-8 {
  background-image: url('../images/Watch__.jpg'), url('../images/istockphoto-157731649-1024x1024.jpg'), url('../images/b1.svg');
  background-position: 50%, 50%, 50% 100%;
  background-size: cover, cover, cover;
  height: 30vh;
}

.section-6 {
  height: auto;
  padding: 10px;
}

.list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9 {
  font-weight: 300;
}

.div_right {
  border-left: 0px solid var(--mann_silver);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 60vh;
  display: flex;
}

.div_middle {
  z-index: 1;
  border-left: 3px solid var(--gold);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4px;
  height: 60vh;
  display: flex;
  position: relative;
}

.text-block-3 {
  max-width: 350px;
  padding: 10px;
  font-weight: 300;
}

.testimonial-slider-small {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  padding: 0 30px 100px;
  position: relative;
}

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

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

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

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.header_main {
  text-align: center;
  background-color: #0000;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px;
  font-weight: 400;
}

.how_top {
  background-color: #0000;
  height: 50vh;
}

.how_bottom {
  background-color: #0000;
  height: 60vh;
}

.div-block-9 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-2 {
  position: relative;
  top: -4px;
  left: 12px;
}

.paragraph1234 {
  padding-top: 20px;
  padding-left: 10px;
  font-size: 25px;
}

.heading_clear {
  z-index: 3;
  text-align: center;
  background-color: #0000;
  border-left: 1px solid #f5f7fa;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 10px 10px 40px;
  position: relative;
}

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

.heading_clear.top {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

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

.heading_text {
  color: var(--mj_black);
  margin-top: 10px;
  padding-top: 10px;
  font-size: 45px;
  font-weight: 400;
}

.heading_grey {
  z-index: 3;
  text-align: center;
  background-color: #0000;
  border-left: 1px solid #f5f7fa;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px 40px;
  position: relative;
}

.div_left_image {
  background-image: url('../images/shop.jpg'), url('../images/EW_Horse.jpeg');
  background-position: 50%, 0 0;
  background-size: cover, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 55vh;
  display: flex;
}

.div_right_noimage {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 55vh;
  display: flex;
}

.paragraph_elaine_head {
  color: #f5e5dc;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 30px;
}

.paragraph_elaine_head.brown {
  color: #372d2f;
  text-align: center;
  text-align: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 40px;
  font-family: Merriweather, serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph-3 {
  text-align: justify;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.how_headline {
  background-color: #0000;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 20px 10px;
  position: static;
}

.how_headline.hhow {
  background-color: #0000;
  padding-top: 0;
}

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

.paragraph-4 {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 300;
  display: block;
}

.section_image_left {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.div_rightimage {
  background-image: url('../images/istockphoto-1393656726-1024x1024.jpg'), url('../images/EW_Horse.jpeg');
  background-position: 50%, 0 0;
  background-size: cover, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 55vh;
  display: flex;
}

.text-block-4 {
  font-size: 14px;
  font-weight: 300;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
}

.paragraph-73 {
  font-size: 19px;
  font-weight: 300;
}

.paragraph-74, .paragraph-75 {
  font-weight: 300;
}

.diamond {
  background-image: url('../images/b1.svg');
  background-position: 50% 100%;
  background-size: cover;
  height: 30vh;
}

.gold {
  background-image: url('../images/Gold__.jpg'), url('../images/Watch__.jpg');
  background-position: 50%, 50%;
  background-size: cover, contain;
  height: 30vh;
}

.jewellery_cuff {
  background-image: url('../images/Cuff__.jpg');
  background-position: 50%;
  background-size: cover;
  height: 35vh;
}

.paragraph-76, .paragraph-77 {
  font-weight: 300;
}

.link-2 {
  text-decoration: underline;
}

.splitter {
  background-color: var(--white-smoke);
  padding: 10px;
}

.splitter.white {
  background-color: #0000;
}

.div-block-10 {
  border-bottom: 0 solid #f4f4f4;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.cta-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.section-9 {
  margin-left: 30px;
  margin-right: 30px;
}

.section-9.cc-cta {
  background-color: #0000;
  margin: 0;
  padding-left: 80px;
  padding-right: 80px;
}

.heading-jumbo-small {
  color: var(--black);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 400;
  line-height: 50px;
}

.section-10, .section-11 {
  padding: 10px;
}

.paragraph-78, .paragraph-79 {
  font-weight: 300;
}

.div-block-12, .div-block-13 {
  padding-left: 20px;
}

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

.div-block-15 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-15.left {
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 20px;
}

.div-block-16 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.navbar-logo-left {
  z-index: 101;
  border-top: 1px solid var(--mann_silver);
  border-bottom: 1px solid var(--mann_silver);
  background-color: var(--mann_tiffany);
  height: auto;
  position: static;
  inset: 15% 0% auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

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

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

.nav-menu-two {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.mobile-margin-top-11 {
  margin-bottom: 0;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: capitalize;
  background-color: #0000;
  padding: 3px 25px 5px;
  font-size: 18px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #0000;
}

.button-primary-2:active {
  background-color: #43464d;
}

.div-block-17 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-17.right {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

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

.section-12 {
  z-index: 101;
  background-color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
  inset: 0% 0% auto;
}

.div-block-18 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  font-family: Merriweather, serif;
}

.product_left {
  margin-top: 120px;
  margin-bottom: 40px;
  padding: 10px;
}

.product_right {
  background-color: var(--mann_tiffany);
  background-image: linear-gradient(#94d6d0ed, #94d6d0ed), url('../images/wavy-background.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  margin: 120px 60px 40px;
  padding: 40px 10px;
}

.list-item-11, .list-item-12, .list-item-13 {
  padding-top: 10px;
}

.list-item-14 {
  padding-top: 10px;
  font-size: 20px;
}

.nav {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.nav:hover {
  color: #1a1b1fbf;
}

.nav:focus-visible, .nav[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.div-block-22 {
  border-bottom: 2px solid var(--mann_tiffany);
}

.section-14 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-82 {
  color: var(--mj_black);
  font-size: 18px;
}

.body-3 {
  font-family: Merriweather, serif;
}

.body-4 {
  background-color: var(--white);
  font-family: Merriweather, serif;
}

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

.nav-link-4 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #1a1b1fbf;
}

.nav-link-4:focus-visible, .nav-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-12 {
  margin-bottom: 0;
}

.button-primary-3 {
  background-color: var(--mann_tiffany);
  color: #1a1b1f;
  letter-spacing: .25px;
  text-transform: capitalize;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.navbar-logo-center-2 {
  z-index: 999;
  background-color: var(--mann_tiffany);
  margin-top: -69px;
  padding-top: 0;
  position: static;
  inset: 0% 0% auto;
}

.navbar-logo-center-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container-2.shadow-three {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.navbar-wrapper-three-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-menu-wrapper-three-2 {
  width: 100%;
}

.nav-menu-three-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.nav-menu-block-2 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.list-item-15, .list-item-16, .list-item-17, .list-item-18 {
  margin-bottom: 0;
}

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

.paragraph-83.wa {
  color: var(--black);
  font-size: 18px;
}

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

.paragraph-84.wa {
  color: var(--mj_black);
  font-size: 18px;
}

.container-10 {
  background-image: url('../images/WEB-Mann-Store-Front_.jpeg'), url('../images/shop.jpg');
  background-position: 50% 100%, 50%;
  background-size: cover, cover;
  height: 50vh;
}

.section-16 {
  height: 80vh;
}

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

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

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

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

.container_front_image {
  text-align: center;
  background-image: url('../images/Background_1.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  height: 50vh;
  display: flex;
}

.image-11 {
  max-width: 125px;
}

.div-block-25 {
  flex-direction: row;
  padding: 0;
  display: flex;
}

.column-3a {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-26 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 300px;
  display: flex;
}

.text-block-10 {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  padding-top: 3px;
  padding-left: 10px;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
  display: flex;
}

.text-block-10.large {
  padding-left: 5px;
  font-size: 33px;
  line-height: 35px;
}

.div-block-28 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-13 {
  margin-top: 6px;
}

.image-14 {
  width: 20%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
}

.link-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 124px;
  display: flex;
}

.link-block.w--current {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  display: flex;
}

.image-15 {
  width: 200px;
  height: 100%;
  margin-right: 0;
  padding-right: 0;
}

.section-19 {
  padding: 0 10px 10px;
}

.div-block-32 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-2 {
  display: flex;
}

.link-block-2.w--current {
  align-items: center;
}

.section-20 {
  background-color: #ffffff59;
  position: relative;
}

.div-block-33 {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-16 {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
}

.container-15 {
  background-color: #0000;
  margin-top: 110px;
}

.footer-dark {
  background-color: #0000;
  border-bottom: 0 solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #0000;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.link-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-10 {
  background-color: var(--white);
  margin-top: 64px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.column-8 {
  text-align: center;
}

.column-9 {
  font-size: 20px;
}

.paragraph-85, .paragraph-86 {
  font-size: 18px;
}

.div-block---image-left {
  background-image: url('../images/Vicky.jpg'), url('../images/istockphoto-1389555356-1024x1024.jpg'), url('../images/istockphoto-623425336-1024x1024.jpg');
  background-position: 50% 33%, 50%, 0 0;
  background-size: cover, cover, auto;
  height: 100%;
}

.div-block---image-left.grace {
  background-image: url('../images/Mann_Shop_Old.jpg');
  background-position: 40%;
  background-size: cover;
}

.div-block---image-left.vicky {
  background-image: url('../images/WEB-MANN3299_.jpeg');
  background-position: 50%;
  background-size: cover;
}

.heading-2 {
  margin-top: 0;
  margin-left: 20px;
  padding-top: 40px;
  padding-left: 40px;
  font-family: Merriweather, serif;
  font-size: 45px;
  font-weight: 400;
}

.div-block---bio-right {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.about_grace {
  flex-direction: column;
  height: auto;
  margin-top: 0;
  display: flex;
}

.paragraph-2 {
  width: 80%;
  margin-left: 20px;
  padding: 20px 40px 40px;
  font-size: 18px;
}

.columns-3---bio {
  flex-direction: row;
  height: auto;
  display: flex;
}

.columns-3---bio.v {
  flex-direction: row-reverse;
}

.column-10---text-right {
  background-color: #f5f3f0;
  height: 80vh;
  padding-left: 0;
  padding-right: 0;
}

.column-10---image-left {
  height: 80vh;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-87 {
  width: 80%;
  margin-left: 20px;
  padding: 20px 40px 40px;
}

.section-21 {
  margin-bottom: 40px;
  padding: 10px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-content: space-around;
}

.section-22 {
  padding: 10px;
}

.section-23 {
  margin-left: 60px;
  margin-right: 60px;
}

.div-block-35 {
  text-align: center;
}

.section-24 {
  padding: 10px;
}

.image-17 {
  padding-left: 10px;
}

.heading-3 {
  font-size: 55px;
  line-height: 66px;
}

.heading-4 {
  width: 75%;
  color: var(--mj_black);
  font-size: 55px;
  font-weight: 400;
  line-height: 66px;
}

.section-25 {
  padding: 10px;
}

@media screen and (max-width: 991px) {
  .grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .hero1-image {
    min-height: 640px;
  }

  .hero1-image.lightbox-wrap {
    margin-bottom: -6px;
  }

  .label.black-label.styleguide-section-label {
    text-align: center;
    margin-bottom: 40px;
    position: static;
    inset: 0% 0% auto;
  }

  .hero1-content {
    margin-top: 0;
  }

  .hero1-content.product-detail-wrap {
    margin-top: 30px;
    padding-right: 0;
  }

  .button-large {
    width: 100%;
  }

  .button-large.outline-button-large {
    margin-top: 0;
  }

  .section {
    margin-top: 76px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .product-image {
    background-position: 50%;
  }

  .content8-grey-background {
    display: none;
    position: static;
  }

  .content8-image {
    width: auto;
    min-height: 480px;
    margin-top: 0;
    margin-bottom: 36px;
    margin-right: 0;
    position: static;
  }

  .content8-content-wrap {
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content8-quote-wrap {
    margin-bottom: 20px;
  }

  .content {
    max-width: 738px;
  }

  .content32-quote {
    width: auto;
    position: static;
  }

  .content32-image {
    margin-top: 0;
  }

  .content35-pictures-feed {
    min-height: 170px;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding: 14px 24px;
  }

  .nav1-wrap {
    grid-column-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

  .hero1 {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .hero6 {
    background-size: cover;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .sizejumbo-text.sizejumbo-full-clear {
    width: 55%;
    font-size: 45px;
  }

  .content22-content-wrap {
    margin-top: -25px;
  }

  .blog1-headline-wrap {
    max-width: none;
  }

  .cta8-form-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cta8-headline-wrap {
    text-align: left;
  }

  .menu-button {
    margin-left: 24px;
  }

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

  .nav1-menu {
    z-index: 15;
    border-bottom: 1px solid var(--white-smoke);
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .product5-nav-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: static;
  }

  .navbar1 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero6-grid, .content8-grid, .content22-grid, .content23-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content32-grid {
    grid-column-gap: 24px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content35-bottom-grid, .content35-top-grid, .product3-grid, .product5-grid, .product5-feed-grid, .blog1-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .blog1-button-wrap {
    margin-bottom: 30px;
  }

  .cta8-grid, .footer1-grid, .other4-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .footer1-bottom-grid {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content6-headline-grid {
    grid-column-gap: 24px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .headline-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .empty-state, .success-message, .error-message {
    max-width: 738px;
  }

  .styleguide-grid-wrap.style-colors-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .add-to-cart {
    width: 479px;
  }

  .lightbox-product-image {
    width: auto;
    height: 173px;
    margin-top: 0;
  }

  .product-detail-lightbox-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home1-deco-part {
    height: 260px;
  }

  .rich-text-block {
    width: 100%;
  }

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

  .order-summary-wrap {
    position: static;
  }

  .payment-details-wrap {
    margin-right: 0;
  }

  .checkout-container {
    flex-direction: column;
    align-items: stretch;
  }

  .order-confirmation-container {
    background-color: #0000;
    padding: 0;
  }

  .blog-detail-grid {
    grid-column-gap: 24px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .styleguide-section-wrap {
    padding: 40px;
  }

  .licence-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .paragraph-71 {
    margin-top: 60px;
  }

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

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .heading_grey {
    margin-top: 149px;
  }

  .paragraph_elaine_head.brown {
    line-height: 50px;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .cta-text {
    width: auto;
  }

  .section-9.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .navbar-wrapper {
    align-items: flex-end;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .menu-button-3 {
    padding: 12px;
  }

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

  .product_right {
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav {
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-9 {
    max-width: 100%;
  }

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button-4 {
    padding: 12px;
  }

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

  .navbar-logo-center-2 {
    text-align: center;
    margin-top: 0;
  }

  .navbar-logo-center-container-2.shadow-three {
    z-index: 333;
    margin-top: 10px;
    position: sticky;
  }

  .navbar-wrapper-three-2 {
    text-align: center;
    justify-content: center;
  }

  .nav-menu-wrapper-three-2 {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three-2 {
    z-index: 999;
    background-color: #fff;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
    position: sticky;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .div-block-26 {
    width: auto;
  }

  .text-block-10 {
    font-size: 13px;
    line-height: 15px;
  }

  .text-block-10.large {
    font-size: 15px;
    line-height: 20px;
  }

  .image-14 {
    width: 30%;
  }

  .image-15 {
    width: 150px;
  }

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

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .columns-10 {
    margin-top: 0;
  }

  .div-block-34 {
    padding-right: 20px;
  }

  .heading-2 {
    padding-top: 10px;
    padding-left: 10px;
  }

  .about_grace {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-2, .paragraph-87 {
    margin-bottom: 0;
    padding: 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
    line-height: 42px;
  }

  h2 {
    font-size: 32px;
    line-height: 40px;
  }

  ol {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .hero1-image {
    min-height: 460px;
  }

  .hero1-image.lightbox-wrap {
    margin-bottom: -10px;
  }

  .size1-text {
    font-size: 34px;
    line-height: 42px;
  }

  .label.black-label.styleguide-section-label {
    margin-bottom: 30px;
    position: static;
  }

  .section {
    margin-top: -110px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .size2-text {
    font-size: 32px;
    line-height: 40px;
  }

  .content8-image {
    background-position: 50%;
    min-height: 400px;
    margin-bottom: 18px;
  }

  .content8-quote-wrap {
    padding-right: 0;
  }

  .content23-image {
    height: 360px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .content32-quote {
    font-size: 34px;
    line-height: 42px;
  }

  .content32-image {
    height: auto;
    min-height: 360px;
  }

  .content35-feed-image.content35-image3 {
    background-position: 50% 100%;
  }

  .content35-pictures-feed {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    min-height: 360px;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav1-wrap {
    grid-column-gap: 20px;
  }

  .hero1 {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .hero6 {
    min-height: 600px;
    margin-top: 0;
  }

  .sizejumbo-text {
    font-size: 34px;
    line-height: 42px;
  }

  .sizejumbo-text.sizejumbo-full-clear {
    background-color: #0000;
    font-size: 40px;
  }

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

  .product5-nav-wrap {
    position: static;
  }

  .navbar1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero6-grid, .content8-grid, .content22-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content23-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content32-grid, .content35-bottom-grid, .content35-top-grid, .product3-grid, .product5-grid, .product5-feed-grid, .blog1-grid, .cta8-grid, .footer1-grid, .other4-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .footer1-bottom-grid {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content6-headline-grid, .headline-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .cart-container {
    min-width: 360px;
    max-width: 420px;
  }

  .cart-product-image {
    width: 56px;
  }

  .cart-item-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .cart-product-name {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 22px;
  }

  .empty-state, .success-message, .error-message {
    width: 100%;
    max-width: none;
  }

  .styleguide-grid-wrap, .styleguide-grid-wrap.style-colors-wrap {
    grid-template-columns: 1fr;
  }

  .add-to-cart {
    width: auto;
  }

  .lightbox-product-image {
    height: 120px;
  }

  .product-detail-lightbox-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .category-detail-wrap {
    min-height: 300px;
  }

  .styleguide-note-wrap {
    padding-bottom: 30px;
  }

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

  .payment-details-wrap {
    margin-right: 0;
  }

  .blog-detail-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .styleguide-section-wrap {
    padding: 30px;
  }

  .size1-link {
    font-size: 34px;
    line-height: 42px;
  }

  .utility-page-content {
    width: 100%;
    padding: 50px;
  }

  .utility-page-form-wrap {
    width: auto;
  }

  ._404-message-wrap {
    width: 100%;
    padding: 50px;
  }

  .size2-link {
    font-size: 32px;
    line-height: 40px;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .div_left_image {
    display: block;
  }

  .section_image_left {
    height: 90vh;
  }

  .div_rightimage {
    display: block;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-4 {
    text-align: center;
  }

  .section-9 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-9.cc-cta {
    padding: 15px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

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

  .product_right {
    text-align: center;
  }

  .nav, .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .navbar-logo-center-2 {
    margin-top: 0;
  }

  .nav-menu-three-2 {
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block-2 {
    flex-direction: column;
  }

  .image-11 {
    max-width: 100px;
  }

  .text-block-10 {
    font-size: 13px;
    line-height: 15px;
  }

  .text-block-10.large {
    font-size: 15px;
    line-height: 20px;
  }

  .div-block-28 {
    width: 100%;
  }

  .image-14 {
    width: 40%;
  }

  .container-16 {
    background-image: linear-gradient(#ffffff5c, #ffffff5c);
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .columns-10 {
    display: flex;
  }

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

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

  .about_grace._2 {
    flex-direction: column-reverse;
  }

  .paragraph-2 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .columns-3---bio {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-3---bio.v {
    flex-direction: column;
  }

  .column-10---text-right {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    height: auto;
    display: flex;
  }

  .column-10---image-left {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .paragraph-87 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .grid-2 {
    flex-direction: column-reverse;
    justify-content: space-around;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .hero1-image.lightbox-wrap {
    margin-bottom: -18px;
  }

  .size1-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 55px;
    line-height: 55px;
  }

  .label.white-label, .label.inside-label {
    text-align: center;
  }

  .button-large {
    font-size: 14px;
    line-height: 22px;
  }

  .button-arrow {
    margin-left: 5px;
  }

  .section {
    margin-top: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.fff {
    height: auto;
    margin-top: 0;
    padding: 10px 5px;
  }

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

  .button-small {
    flex: 1;
    align-self: stretch;
  }

  .button-small.white-small {
    flex: none;
  }

  .button-small.white-small.neww {
    width: auto;
    padding: 5px 10px;
    display: flex;
  }

  .button-label {
    font-size: 15px;
  }

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

  .content8-quote-wrap {
    padding-right: 0;
  }

  .content32-quote {
    font-size: 30px;
    line-height: 38px;
  }

  .content35-feed-image.content35-image3 {
    background-position: 50% 100%;
  }

  .content35-pictures-feed {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 10px;
  }

  .nav-link {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav1-wrap {
    grid-column-gap: 16px;
  }

  .hero1 {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .hero6 {
    background-position: 50%;
    background-size: contain;
    height: auto;
    min-height: auto;
    margin-top: 0;
  }

  .hero6-content {
    padding-bottom: 10px;
  }

  .sizejumbo-text.sizejumbo-full-clear {
    background-color: #0000;
    width: 90%;
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 10px;
    font-size: 33px;
    line-height: 40px;
  }

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

  .cta8-form-wrap {
    grid-row-gap: 10px;
  }

  .menu-button {
    margin-left: 16px;
  }

  .product5-nav-wrap {
    display: block;
  }

  .navbar1 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero6-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .hero6-text {
    margin-top: 0;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .content8-grid, .content22-grid, .content23-grid, .content32-grid, .content35-bottom-grid, .content35-top-grid, .product3-grid, .product5-grid, .product5-feed-grid, .blog1-grid, .cta8-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer1-grid {
    grid-column-gap: 12px;
    text-align: center;
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .other4-grid, .footer1-bottom-grid, .content6-headline-grid, .headline-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .cart-product-image {
    width: 56px;
  }

  .styleguide-grid-wrap.style-colors-wrap {
    grid-template-columns: 1fr;
  }

  .wrapper.m100-80 {
    padding-top: 10px;
    padding-bottom: 60px;
  }

  .wrapper.m0-100 {
    margin-top: 40px;
  }

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

  .lightbox-product-image {
    height: 70px;
  }

  .product-detail-lightbox-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .category-detail-wrap {
    min-height: 260px;
  }

  .home1-deco-part {
    height: 200px;
  }

  .checkout-headline-wrap {
    text-align: left;
    align-items: flex-start;
  }

  .item-image {
    width: 60px;
  }

  .items-in-order-content-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-detail-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .size1-link {
    font-size: 34px;
    line-height: 42px;
  }

  .utility-page-content {
    padding: 30px;
  }

  ._404-message-wrap {
    padding: 31px;
  }

  .licence-buttons-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .licence-image {
    height: 300px;
  }

  .paragraph-71 {
    width: 100%;
    margin-top: 60px;
    padding: 10px;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
  }

  .container {
    padding-bottom: 40px;
  }

  .div_left, .div_right {
    height: auto;
  }

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

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .how_top {
    height: auto;
  }

  .how_bottom {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .paragraph1234 {
    padding-right: 10px;
  }

  .heading_clear {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
  }

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

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

  .heading_text {
    color: #372d2f;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .heading_grey {
    margin-top: 10px;
  }

  .div_left_image {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: auto;
    display: block;
  }

  .div_right_noimage {
    width: 100%;
    height: auto;
    display: block;
  }

  .paragraph_elaine_head.brown {
    margin-top: -25px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 40px;
    line-height: 50px;
  }

  .paragraph-3 {
    text-align: justify;
    padding: 20px 10px;
    font-weight: 300;
  }

  .how_headline {
    margin-top: 10px;
  }

  .paragraph-4 {
    text-align: justify;
  }

  .section_image_left {
    flex-direction: column;
    height: auto;
    display: block;
  }

  .div_rightimage {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: auto;
    display: block;
  }

  .paragraph-73 {
    padding-top: 20px;
  }

  .diamond {
    background-position: 0%;
  }

  .paragraph-77 {
    padding-top: 20px;
    font-weight: 400;
  }

  .splitter {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-10 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .cta-wrap {
    padding: 20px 15px;
  }

  .div-block-15.left {
    padding-left: 0;
  }

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

  .navbar-wrapper {
    align-items: flex-end;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .menu-button-3 {
    display: flex;
  }

  .product_right {
    margin-left: 10px;
    margin-right: 10px;
  }

  .columns-3 {
    flex-direction: column-reverse;
    display: flex;
  }

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

  .container-7 {
    display: flex;
  }

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

  .columns-6 {
    text-align: center;
    flex-direction: column-reverse;
    display: flex;
  }

  .paragraph-80 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .menu-button-4 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .navbar-logo-center-2 {
    margin-top: 0;
  }

  .navbar-logo-center-container-2.shadow-three {
    margin-top: 0;
    padding: 0 10px;
  }

  .navbar-wrapper-three-2 {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .nav-menu-three-2 {
    flex-direction: column;
  }

  .icon {
    padding-right: 0;
  }

  .div-block-23 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .paragraph-83 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .paragraph-84 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .container-10 {
    background-image: url('../images/WEB-Mann-Store-Front_.jpeg');
    background-position: 18% 100%;
    background-size: cover;
  }

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

  .columns-9 {
    text-align: center;
    flex-direction: column-reverse;
    display: flex;
  }

  .image-9 {
    padding: 10px;
  }

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

  .image-11 {
    max-width: 50px;
  }

  .text-block-10 {
    padding-top: 0;
    font-size: 8px;
    line-height: 8px;
  }

  .text-block-10.large {
    padding-left: 0;
    font-size: 9px;
    line-height: 8px;
  }

  .div-block-28 {
    width: 100%;
  }

  .image-13 {
    margin-top: 0;
    margin-right: 2px;
  }

  .image-14 {
    width: 50%;
    height: 100%;
    padding-left: 3px;
    padding-right: 3px;
  }

  .link-block {
    width: 100%;
  }

  .link-block.w--current {
    height: 100%;
  }

  .image-15 {
    width: 100px;
    padding: 7px 7px 7px 0;
  }

  .section-19, .div-block-32 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-33 {
    inset: 0% 0% 0% auto;
  }

  .image-16 {
    background-color: var(--white);
    background-image: linear-gradient(to bottom, var(--white), var(--white));
    margin-top: 10px;
    margin-bottom: 20px;
  }

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

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

  .footer-link {
    text-align: center;
  }

  .columns-10 {
    display: flex;
  }

  .column-8 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-34 {
    padding-right: 0;
  }

  .div-block---image-left.grace {
    background-position: 50%;
  }

  .div-block---image-left.vicky {
    background-image: url('../images/WEB-MANN3299_.jpeg');
    background-position: 50%;
    background-size: cover;
  }

  .heading-2 {
    color: #372d2f;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 40px;
    line-height: 50px;
    display: flex;
  }

  .div-block---bio-right {
    text-align: justify;
    align-items: center;
  }

  .paragraph-2 {
    text-align: justify;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-3---bio {
    flex-direction: column;
    display: flex;
  }

  .paragraph-87 {
    text-align: justify;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .section-23 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .column-10 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-17 {
    padding-left: 0;
  }

  .heading-4 {
    width: 95%;
    font-size: 34px;
    line-height: 44px;
  }
}

#w-node-_8d359ace-8c76-7ccb-ca22-b4580e2811e3-feed0536 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_706d6ad5-1b8d-6710-f5e3-69eb08db8edc-feed0536, #w-node-_706d6ad5-1b8d-6710-f5e3-69eb08db8ee2-feed0536, #w-node-_706d6ad5-1b8d-6710-f5e3-69eb08db8ee8-feed0536, #w-node-_706d6ad5-1b8d-6710-f5e3-69eb08db8eee-feed0536, #w-node-f3a2096e-199c-5813-c8d3-a376f36dc1b0-c739f7eb, #w-node-f3a2096e-199c-5813-c8d3-a376f36dc1b9-c739f7eb, #w-node-f3a2096e-199c-5813-c8d3-a376f36dc1c4-c739f7eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_749fdd28-44d1-08ab-b7ea-c7a184ac80ab-feed05a8 {
  grid-area: 1 / 4 / 2 / 10;
  justify-self: center;
}

#w-node-_67c92ccb-f433-05ee-d873-2bf3bf5867ff-feed05a8 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_8bdc9590-22a2-e972-4daa-ca5062e76206-62e76204 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8bdc9590-22a2-e972-4daa-ca5062e76209-62e76204 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fc560965-213c-5f5a-18ab-3a6cb5c55bef-b5c55beb, #w-node-de65fc6f-268e-621a-c6a4-4b04a9a1060d-feed05ab {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5ffc866d-8b94-a049-0299-35b9c2252c84-feed05ab {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_5ffc866d-8b94-a049-0299-35b9c2252c86-feed05ab {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a258-feed05ab {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a271-feed05ab {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a273-feed05ab {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac048-feed05ab {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center start;
}

#w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac05b-feed05ab, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac060-feed05ab, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac065-feed05ab {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a385de21-89dc-4ebc-f9f3-0264084c0094-feed05bf {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_929d0ebb-c3a9-c500-0c30-98a9c1090b92-feed05bf {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-fc54ed5f-758f-2e3b-2a68-ab0a82c03ea0-feed05bf {
  grid-area: 2 / 3 / 3 / 11;
}

#w-node-acb000ed-f057-deea-fd50-f464ddb8a9fb-feed05bf {
  grid-area: 3 / 3 / 4 / 11;
}

#w-node-_789136d7-8ea9-3fb1-763c-dd95684959e1-feed05bf {
  grid-area: 4 / 3 / 5 / 11;
}

#w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e14-feed05bf, #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e1a-feed05bf {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e1c-feed05bf {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57ac-36ef57a9 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b4-36ef57a9 {
  grid-area: 2 / 1 / 3 / 13;
}

#email-form.w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b5-36ef57a9, #email-2.w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b6-36ef57a9, #email-2.w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b7-36ef57a9, #email-2.w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b8-36ef57a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b9-36ef57a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-def6f3d5-c39d-0e46-beb2-c5a1ae106155-feed05c0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_757fe308-e1f3-17ef-c9d9-48eb41034061-feed05c0 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-edb811f3-e452-ef8d-93c6-a08fcf4a0da7-feed05c0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-f94e5f39-1d4b-8b16-78f0-5560fdb21838-feed05c0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f94e5f39-1d4b-8b16-78f0-5560fdb2183b-feed05c0 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-cba48ce5-c6e8-90e0-ecba-8c826efb3eb8-feed05c0 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_197506c1-1216-ecfe-fcd8-143d5cf2b595-feed05c0 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-cd8d5b7c-8210-7921-ae7b-07eb8bb2617a-feed05c0 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_90ca5093-7aa8-dabe-4d85-e349fbf190c3-feed05c0 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_7411d2fc-fa14-6d42-ad66-c1de3a34e9b5-feed05c0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_4b9f8748-12ad-adad-8c0b-e11cc1999cf5-feed0619 {
  align-self: auto;
}

#w-node-_24c16f15-1e79-b20e-8fa0-92e596a071d9-feed061c {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_06ca21c4-6e4d-40dc-13fb-a11da3b94e37-feed061c {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-a4d8c262-266e-3559-f7cd-8302df7a11ef-feed061c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32124c62-f375-107f-8e9f-35e7246db990-feed061c {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-c1fc4bdf-c171-c622-5d92-a3e0742561a1-feed061e {
  grid-area: 1 / 4 / 2 / 10;
  justify-self: center;
}

#w-node-_5d00ff92236f2b2e939b9a8ban-feed061e {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_78f68d32-57ea-bc0e-ab80-435bdd744dad-feed061f {
  grid-area: 1 / 4 / 2 / 10;
  justify-self: center;
}

#w-node-_5dc0b19387abf4598bb20c75an-feed061f {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_420088eb-45f2-550d-7632-fa89bf0e2db3-feed0620, #w-node-_24c16f15-1e79-b20e-8fa0-92e596a071d9-feed0629 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_06ca21c4-6e4d-40dc-13fb-a11da3b94e37-feed0629, #w-node-_32124c62-f375-107f-8e9f-35e7246db990-feed0629, #w-node-_351f2930-9287-ed56-80b8-1eaf65a9d540-feed0629, #w-node-_39d00bf7-0a9d-de0a-91f4-b616b78842c5-feed0629 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_2f74aa76-0e22-aead-655a-07a56c075fc1-feed0629, #w-node-_348cf93a-8399-18e8-5a2d-efd47ce0cdc3-feed0629 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: stretch;
}

#w-node-_1bb9dc1c-b1a4-b4b9-f244-43cd5d85c68b-feed0629, #w-node-_51542167-f5f8-fcf9-e1ff-943fa4b0df1f-feed0629, #w-node-_64d058e9-6d76-0c89-5a08-acbe88e45ab9-feed0629, #w-node-e232e196-f838-0b62-6d50-1d96f6971fec-feed0629 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_8f820265-6d08-76d1-be32-74b0497fff00-feed0629 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_82618b33-d2f0-5647-d587-8c0569b9b8af-feed0629 {
  justify-self: start;
}

#w-node-a80f176a-8dc7-531f-5483-d098e36764cc-feed0629, #w-node-c48b3b0a-af55-ee4c-c84d-e4fa0b8b14ea-feed0629 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_06146b22-9988-6a8f-b44e-64d5fbda8387-feed0629, #w-node-_06146b22-9988-6a8f-b44e-64d5fbda838b-feed0629 {
  justify-self: center;
}

#w-node-_39f87b93-830a-cdd0-4fd4-e4790ddafdd9-feed0629 {
  justify-self: stretch;
}

#w-node-_83cd19a7-45c1-881b-314f-d3266d552af0-feed0629 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_8b877d42-c0af-4fde-c9cf-160c374fd32c-feed0629, #w-node-a474127c-7e32-38d6-4d6b-d9017d588f5e-feed0629, #w-node-_50f936af-e77c-e818-a04c-13a221b463c7-feed0629 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_993ea1ce-2d8d-57fc-3589-895a813eda8e-feed0629, #w-node-_993ea1ce-2d8d-57fc-3589-895a813eda9e-feed0629, #w-node-_993ea1ce-2d8d-57fc-3589-895a813edaae-feed0629, #w-node-_993ea1ce-2d8d-57fc-3589-895a813edabe-feed0629 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_219b70cf-f1c6-fddf-1580-f6a6f045cbdd-feed0629 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_8e454688-028a-83b4-a215-b194917e0020-dca98e6a {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

@media screen and (max-width: 991px) {
  #w-node-_8d359ace-8c76-7ccb-ca22-b4580e2811e3-feed0536, #w-node-_749fdd28-44d1-08ab-b7ea-c7a184ac80ab-feed05a8 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_67c92ccb-f433-05ee-d873-2bf3bf5867ff-feed05a8 {
    grid-column: span 8 / span 8;
  }

  #w-node-_5ffc866d-8b94-a049-0299-35b9c2252c84-feed05ab, #w-node-_5ffc866d-8b94-a049-0299-35b9c2252c86-feed05ab {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a258-feed05ab {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a271-feed05ab {
    grid-column: 1 / 9;
  }

  #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a273-feed05ab {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac048-feed05ab {
    grid-area: span 1 / span 8 / span 1 / span 8;
    place-self: center start;
  }

  #w-node-a385de21-89dc-4ebc-f9f3-0264084c0094-feed05bf {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_929d0ebb-c3a9-c500-0c30-98a9c1090b92-feed05bf {
    grid-column: span 8 / span 8;
  }

  #w-node-fc54ed5f-758f-2e3b-2a68-ab0a82c03ea0-feed05bf {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-acb000ed-f057-deea-fd50-f464ddb8a9fb-feed05bf, #w-node-_789136d7-8ea9-3fb1-763c-dd95684959e1-feed05bf, #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e14-feed05bf {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e1a-feed05bf {
    grid-column: span 8 / span 8;
  }

  #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e1c-feed05bf {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57ac-36ef57a9 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b4-36ef57a9 {
    grid-column: 1 / 9;
  }

  #w-node-def6f3d5-c39d-0e46-beb2-c5a1ae106155-feed05c0 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_757fe308-e1f3-17ef-c9d9-48eb41034061-feed05c0 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-edb811f3-e452-ef8d-93c6-a08fcf4a0da7-feed05c0 {
    grid-area: 2 / 1 / 3 / 9;
    align-self: end;
  }

  #w-node-f94e5f39-1d4b-8b16-78f0-5560fdb21838-feed05c0, #w-node-f94e5f39-1d4b-8b16-78f0-5560fdb2183b-feed05c0, #w-node-cba48ce5-c6e8-90e0-ecba-8c826efb3eb8-feed05c0, #w-node-_197506c1-1216-ecfe-fcd8-143d5cf2b595-feed05c0, #w-node-cd8d5b7c-8210-7921-ae7b-07eb8bb2617a-feed05c0, #w-node-_90ca5093-7aa8-dabe-4d85-e349fbf190c3-feed05c0, #w-node-_7411d2fc-fa14-6d42-ad66-c1de3a34e9b5-feed05c0, #w-node-_24c16f15-1e79-b20e-8fa0-92e596a071d9-feed061c {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-a4d8c262-266e-3559-f7cd-8302df7a11ef-feed061c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c1fc4bdf-c171-c622-5d92-a3e0742561a1-feed061e, #w-node-_78f68d32-57ea-bc0e-ab80-435bdd744dad-feed061f {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5dc0b19387abf4598bb20c75an-feed061f {
    grid-column: span 8 / span 8;
  }

  #w-node-_24c16f15-1e79-b20e-8fa0-92e596a071d9-feed0629 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_2f74aa76-0e22-aead-655a-07a56c075fc1-feed0629, #w-node-_348cf93a-8399-18e8-5a2d-efd47ce0cdc3-feed0629, #w-node-_1bb9dc1c-b1a4-b4b9-f244-43cd5d85c68b-feed0629, #w-node-_51542167-f5f8-fcf9-e1ff-943fa4b0df1f-feed0629, #w-node-_64d058e9-6d76-0c89-5a08-acbe88e45ab9-feed0629, #w-node-e232e196-f838-0b62-6d50-1d96f6971fec-feed0629 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: stretch;
  }

  #w-node-_993ea1ce-2d8d-57fc-3589-895a813eda8e-feed0629, #w-node-_993ea1ce-2d8d-57fc-3589-895a813eda9e-feed0629, #w-node-_993ea1ce-2d8d-57fc-3589-895a813edaae-feed0629, #w-node-_993ea1ce-2d8d-57fc-3589-895a813edabe-feed0629 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_749fdd28-44d1-08ab-b7ea-c7a184ac80ab-feed05a8, #w-node-_67c92ccb-f433-05ee-d873-2bf3bf5867ff-feed05a8 {
    grid-column: span 6 / span 6;
  }

  #w-node-_5ffc866d-8b94-a049-0299-35b9c2252c84-feed05ab, #w-node-_5ffc866d-8b94-a049-0299-35b9c2252c86-feed05ab {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a258-feed05ab {
    grid-area: 2 / 1 / 3 / 7;
    align-self: start;
  }

  #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a271-feed05ab, #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a273-feed05ab {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac048-feed05ab {
    grid-area: span 1 / span 6 / span 1 / span 6;
    place-self: center start;
  }

  #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac05b-feed05ab, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac060-feed05ab, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac065-feed05ab {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-a385de21-89dc-4ebc-f9f3-0264084c0094-feed05bf {
    grid-column: span 6 / span 6;
  }

  #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e14-feed05bf {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e1a-feed05bf {
    grid-column: span 6 / span 6;
  }

  #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e1c-feed05bf, #w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57ac-36ef57a9, #w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b4-36ef57a9 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-def6f3d5-c39d-0e46-beb2-c5a1ae106155-feed05c0 {
    grid-column: span 6 / span 6;
    justify-self: stretch;
  }

  #w-node-_757fe308-e1f3-17ef-c9d9-48eb41034061-feed05c0, #w-node-edb811f3-e452-ef8d-93c6-a08fcf4a0da7-feed05c0 {
    grid-column-end: 7;
  }

  #w-node-f94e5f39-1d4b-8b16-78f0-5560fdb21838-feed05c0, #w-node-f94e5f39-1d4b-8b16-78f0-5560fdb2183b-feed05c0 {
    grid-column: span 6 / span 6;
  }

  #w-node-cba48ce5-c6e8-90e0-ecba-8c826efb3eb8-feed05c0 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_197506c1-1216-ecfe-fcd8-143d5cf2b595-feed05c0, #w-node-cd8d5b7c-8210-7921-ae7b-07eb8bb2617a-feed05c0 {
    grid-column: span 6 / span 6;
  }

  #w-node-_90ca5093-7aa8-dabe-4d85-e349fbf190c3-feed05c0 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_7411d2fc-fa14-6d42-ad66-c1de3a34e9b5-feed05c0, #w-node-_24c16f15-1e79-b20e-8fa0-92e596a071d9-feed061c, #w-node-c1fc4bdf-c171-c622-5d92-a3e0742561a1-feed061e, #w-node-_78f68d32-57ea-bc0e-ab80-435bdd744dad-feed061f, #w-node-_5dc0b19387abf4598bb20c75an-feed061f, #w-node-_24c16f15-1e79-b20e-8fa0-92e596a071d9-feed0629 {
    grid-column: span 6 / span 6;
  }

  #w-node-_2f74aa76-0e22-aead-655a-07a56c075fc1-feed0629, #w-node-_348cf93a-8399-18e8-5a2d-efd47ce0cdc3-feed0629, #w-node-_1bb9dc1c-b1a4-b4b9-f244-43cd5d85c68b-feed0629, #w-node-_51542167-f5f8-fcf9-e1ff-943fa4b0df1f-feed0629, #w-node-_64d058e9-6d76-0c89-5a08-acbe88e45ab9-feed0629, #w-node-e232e196-f838-0b62-6d50-1d96f6971fec-feed0629 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_993ea1ce-2d8d-57fc-3589-895a813eda8e-feed0629, #w-node-_993ea1ce-2d8d-57fc-3589-895a813eda9e-feed0629, #w-node-_993ea1ce-2d8d-57fc-3589-895a813edaae-feed0629, #w-node-_993ea1ce-2d8d-57fc-3589-895a813edabe-feed0629 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8d359ace-8c76-7ccb-ca22-b4580e2811e3-feed0536, #w-node-_67c92ccb-f433-05ee-d873-2bf3bf5867ff-feed05a8, #w-node-_5ffc866d-8b94-a049-0299-35b9c2252c84-feed05ab, #w-node-_5ffc866d-8b94-a049-0299-35b9c2252c86-feed05ab, #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a258-feed05ab, #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a271-feed05ab, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac048-feed05ab, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac05b-feed05ab, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac060-feed05ab, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac065-feed05ab, #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e14-feed05bf {
    grid-column: span 4 / span 4;
  }

  #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e1c-feed05bf {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57ac-36ef57a9, #w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b4-36ef57a9 {
    grid-column: span 4 / span 4;
  }

  #email-2.w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b6-36ef57a9, #email-2.w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b7-36ef57a9, #email-2.w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b8-36ef57a9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b9-36ef57a9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-def6f3d5-c39d-0e46-beb2-c5a1ae106155-feed05c0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: stretch;
  }

  #w-node-_757fe308-e1f3-17ef-c9d9-48eb41034061-feed05c0 {
    grid-column-end: 5;
  }

  #w-node-edb811f3-e452-ef8d-93c6-a08fcf4a0da7-feed05c0 {
    grid-area: 2 / 1 / 3 / 5;
    align-self: end;
  }

  #w-node-f94e5f39-1d4b-8b16-78f0-5560fdb21838-feed05c0, #w-node-f94e5f39-1d4b-8b16-78f0-5560fdb2183b-feed05c0, #w-node-cba48ce5-c6e8-90e0-ecba-8c826efb3eb8-feed05c0, #w-node-_197506c1-1216-ecfe-fcd8-143d5cf2b595-feed05c0, #w-node-cd8d5b7c-8210-7921-ae7b-07eb8bb2617a-feed05c0, #w-node-_90ca5093-7aa8-dabe-4d85-e349fbf190c3-feed05c0, #w-node-_7411d2fc-fa14-6d42-ad66-c1de3a34e9b5-feed05c0, #w-node-_24c16f15-1e79-b20e-8fa0-92e596a071d9-feed061c, #w-node-_5dc0b19387abf4598bb20c75an-feed061f, #w-node-_24c16f15-1e79-b20e-8fa0-92e596a071d9-feed0629 {
    grid-column: span 4 / span 4;
  }

  #w-node-_2f74aa76-0e22-aead-655a-07a56c075fc1-feed0629, #w-node-_348cf93a-8399-18e8-5a2d-efd47ce0cdc3-feed0629, #w-node-_1bb9dc1c-b1a4-b4b9-f244-43cd5d85c68b-feed0629, #w-node-_51542167-f5f8-fcf9-e1ff-943fa4b0df1f-feed0629, #w-node-_64d058e9-6d76-0c89-5a08-acbe88e45ab9-feed0629, #w-node-e232e196-f838-0b62-6d50-1d96f6971fec-feed0629 {
    grid-column: span 1 / span 1;
  }

  #w-node-_993ea1ce-2d8d-57fc-3589-895a813eda8e-feed0629, #w-node-_993ea1ce-2d8d-57fc-3589-895a813eda9e-feed0629, #w-node-_993ea1ce-2d8d-57fc-3589-895a813edaae-feed0629, #w-node-_993ea1ce-2d8d-57fc-3589-895a813edabe-feed0629 {
    grid-column: span 4 / span 4;
  }
}


@font-face {
  font-family: 'MATERIAL';
  src: url('../fonts/MaterialIconsRound-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}