/* base.css
   VENDORED — the primary template stylesheet, unmodified.
   Do not hand-edit: Webflow IX2 animations are bound to the class names and
   data-w-id GUIDs this file styles. Put every override in colorblind.css,
   which loads after it. */

:root {
  --pinkish-hue: #faf6f6;
  --black: #01050a;
  --dark-grey: #5b5b5b;
  --desktop-padding: 6rem;
  --white: white;
  --tablet-padding: 6rem;
  --landscape-padding: 5rem;
  --mobile-padding: 4rem;
  --grey: #f3f3f3;
  --tablet-padding\<deleted\|variable-9f331cf2-1892-a4e5-111d-d83d72e4ee4a\>: 5rem;
  --small-margin\<deleted\|variable-efac20a2-f004-6ee3-d704-87cfdadaacaa\>: 50px;
  --medium-padding\<deleted\|variable-6b95037a-5888-8a88-8ab3-ce773dc4f276\>: 50px;
  --small-padding\<deleted\|variable-2ee40d61-ab9b-9fed-d108-fd5210c781f3\>: 25px;
  --margin-desktop: 6rem;
  --grey-black: #1f1f1f;
  --black\<deleted\|variable-5222e787\>: black;
  --greyish: #eae7e0;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

.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-commercecartopenlinkicon {
  margin-right: 8px;
}

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

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

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

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

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

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

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

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

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

.w-commerce-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-commercecartitemimage {
  width: 60px;
  height: 0%;
}

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

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

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

.w-commerce-commercecartquantity {
  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-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-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-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  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-commercepaypalcheckoutformcontainer {
  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-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

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

@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-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, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  background-color: var(--pinkish-hue);
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 70px;
  font-weight: 400;
  line-height: 75px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

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

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

p {
  color: var(--dark-grey);
  font-size: 24px;
  line-height: 1.5;
}

a {
  color: var(--pinkish-hue);
  text-decoration: none;
}

li {
  font-size: 18px;
}

strong {
  color: var(--black);
  font-weight: 700;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.section-template {
  z-index: 5;
  height: auto;
  padding-top: var(--desktop-padding);
  padding-bottom: var(--desktop-padding);
  background-color: var(--white);
  position: relative;
}

.section-template.style-guide {
  padding-top: var(--desktop-padding);
  padding-bottom: var(--desktop-padding);
  border-bottom: 1px solid var(--pinkish-hue);
  background-color: var(--white);
}

.container-normal {
  max-width: 1280px;
  padding-left: 10px;
  padding-right: 10px;
}

.container-normal.small {
  max-width: 1000px;
}

.overline {
  text-transform: uppercase;
  padding-top: 0;
  font-size: 16px;
  font-weight: 500;
}

.color-item {
  flex-direction: column;
  display: flex;
}

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

.left-column {
  position: relative;
}

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

.buttons-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.style-guide-typography-wrapper {
  margin-top: 40px;
}

.color-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.color-item-info {
  border: 1px solid #7b7b7b;
  padding: 12px;
}

.break-line {
  background-color: #515151;
  height: 1px;
  margin-top: 20px;
}

.color-item-fill {
  background-color: var(--pinkish-hue);
  height: 130px;
  color: var(--pinkish-hue);
  border: 1px solid #6c6969;
}

.color-item-fill.color-2 {
  background-color: var(--black);
  border: 1px solid #655d5d;
}

.color-item-fill.color-3 {
  background-color: var(--grey);
}

.color-item-fill.color-4 {
  background-color: var(--dark-grey);
}

.colors-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.style-guide-menu-link {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 18px;
  text-decoration: none;
  transition: color .35s;
}

.style-guide-menu-link:hover {
  color: #a9a9a9;
}

.style-guide-menu-link.top-margin {
  color: var(--black);
  margin-top: 20px;
}

.style-guide-menu-link.top-margin.w--current {
  color: var(--grey);
}

.style-guide-menu {
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 100px;
}

.body {
  background-color: var(--pinkish-hue);
  color: var(--black);
  justify-content: center;
  align-items: center;
}

.pinkish-hue-section {
  z-index: 10;
  padding-top: var(--desktop-padding);
  padding-bottom: var(--desktop-padding);
  background-color: var(--black);
  position: relative;
}

.pinkish-hue-section.top-padding {
  background-color: var(--pinkish-hue);
  padding-top: 10rem;
}

.main-heading {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 400;
  line-height: 1.1;
}

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

.collection-list-wrapper {
  margin-top: var(--small-margin\<deleted\|variable-efac20a2-f004-6ee3-d704-87cfdadaacaa\>);
}

.portfolio-link-block {
  width: 100%;
  height: 100%;
  color: var(--white);
  position: relative;
}

.portfolio-thumbnail-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.absolute {
  padding: var(--small-padding\<deleted\|variable-2ee40d61-ab9b-9fed-d108-fd5210c781f3\>);
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.portfolio-title {
  font-size: 25px;
  font-weight: 600;
}

.flex-space-between {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.right-arrow {
  object-fit: cover;
  width: 25px;
}

.flex-block {
  margin-top: var(--margin-desktop);
  justify-content: center;
  align-items: center;
}

.pinkish {
  z-index: 10;
  max-width: none;
  padding-top: var(--desktop-padding);
  padding-bottom: var(--desktop-padding);
  background-color: var(--pinkish-hue);
  position: relative;
}

.pinkish.top-margin {
  padding-top: var(--desktop-padding);
  padding-bottom: var(--mobile-padding);
  background-color: var(--pinkish-hue);
  color: var(--black);
  margin-top: 0;
}

.pinkish.changelog {
  min-height: 100vh;
}

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

.logo-card {
  padding: var(--medium-padding\<deleted\|variable-6b95037a-5888-8a88-8ab3-ce773dc4f276\>);
  background-color: #dedede;
  justify-content: center;
  align-items: center;
  display: flex;
}

.instagram-card {
  width: 100%;
  height: 350px;
  position: relative;
}

.menu-links {
  height: 90px;
  color: var(--white);
  line-height: 1;
  text-decoration: none;
  overflow: hidden;
}

.menu-links:hover, .menu-links.w--current:hover, .cart-container {
  color: #151414;
}

.remove-button {
  color: #151414;
  text-decoration: none;
}

.list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 60vw;
  height: 100%;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cart-quantity {
  display: none;
}

.white-line-2 {
  background-color: #151414;
  width: 100%;
  height: 1px;
}

.white-line-2._80 {
  background-color: #151414;
  width: 80%;
  height: 1.5px;
}

.top-menu {
  z-index: 999;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  margin-top: 15px;
  padding-left: 3%;
  padding-right: 0%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.remove {
  color: var(--dark-grey);
  text-decoration: none;
}

.menu-text {
  color: var(--pinkish-hue);
  -webkit-text-stroke-color: var(--black);
  text-transform: uppercase;
  font-size: 90px;
  font-weight: 600;
  line-height: 1;
}

.wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: stretch center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hamburg-wrap {
  z-index: 999;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--pinkish-hue);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 8%;
  height: 100%;
  padding-left: 5px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.full-screen-menu-wrapper {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--grey-black);
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  object-position: 50% 50%;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.white-line-3 {
  background-color: #151414;
  width: 100%;
  height: 1.5px;
}

.menu-hamburge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  width: 50px;
  padding: 10px;
  display: flex;
}

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

.checkout-button {
  background-color: #000;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .4s, color .4s;
}

.checkout-button:hover {
  background-color: var(--pinkish-hue);
  color: #151414;
}

.icon {
  filter: invert();
  margin-right: 0;
  display: none;
}

.small-heading {
  color: var(--black);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
}

.small-heading.black-font {
  color: var(--grey-black);
}

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

.flex-horizontal-left-bottom {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 120px;
  display: flex;
}

.small-title {
  color: var(--black);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.small-title-input {
  color: var(--black);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.main-image-section {
  z-index: 10;
  background-color: var(--pinkish-hue);
  position: relative;
}

.main-image {
  box-sizing: border-box;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  min-height: 95vh;
}

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

.gallery-image {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 110vh;
}

.gallery-section {
  z-index: 10;
  padding-top: var(--desktop-padding);
  background-color: var(--pinkish-hue);
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.flex-block-small {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-right: 1px #000;
  padding-right: 10px;
  display: flex;
}

.big-paragraph {
  color: var(--grey-black);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

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

.content-wrapper-vertical {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.flex-hori {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-small {
  color: var(--black);
  font-weight: 500;
}

.wrap {
  overflow: hidden;
}

.contact {
  z-index: 5;
  min-height: 100vh;
  padding-top: var(--desktop-padding);
  padding-bottom: var(--desktop-padding);
  background-color: var(--pinkish-hue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-field-black {
  background-color: var(--pinkish-hue);
  min-height: 60px;
  color: var(--black);
  border: 0 #000;
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 300;
}

.container-default {
  max-width: 1280px;
  padding-left: 10px;
  padding-right: 10px;
}

.textarea-2 {
  background-color: var(--pinkish-hue);
  min-height: 120px;
  color: var(--black);
  border-top: 0 solid #000;
  border-bottom: 1px solid #bdbdbd;
  border-left: 0 solid #000;
  border-right: 0 #000;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 300;
}

.socials {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.contact-text {
  color: var(--black);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.contact-link {
  color: var(--black);
  line-height: 1.5;
  text-decoration: none;
  transition: color .35s;
}

.contact-link:hover {
  color: var(--dark-grey);
}

.flex-block-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
}

.contact-grid {
  grid-column-gap: 101px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  display: grid;
}

.send-button {
  background-color: var(--black);
  color: var(--white);
  border: 1px solid #000;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 1;
  transition: color .4s, background-color .4s;
}

.send-button:hover {
  border-style: solid;
  border-color: var(--black);
  background-color: var(--pinkish-hue);
  color: var(--black);
}

.contact-right-column {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-2-column {
  margin-top: var(--medium-padding\<deleted\|variable-6b95037a-5888-8a88-8ab3-ce773dc4f276\>);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: flex;
}

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

.services-list-wrapper {
  margin-top: 50px;
}

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

.service-block {
  grid-column-gap: 37px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.75fr;
  grid-auto-columns: 1fr;
  margin-bottom: 25px;
  text-decoration: none;
  display: grid;
}

.service-image {
  object-fit: cover;
  object-position: 50% 25%;
  border-radius: 20px;
  width: 100%;
  height: 400px;
}

.service-title-wrapper {
  color: #000;
}

.service-title {
  color: var(--black);
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.line-block {
  background-color: var(--pinkish-hue);
  width: 90%;
  height: 2px;
  margin-top: 25px;
}

.mask {
  overflow: hidden;
}

.place-order-button {
  background-color: var(--black);
  color: var(--white);
  font-weight: 600;
  transition: color .4s, background-color .4s;
}

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

.checkout-form, .paypal-checkout-form, .order-confirmation {
  z-index: 10;
  padding-top: var(--desktop-padding);
  padding-bottom: var(--desktop-padding);
  background-color: var(--pinkish-hue);
  color: var(--black);
  position: relative;
}

.utility-page-wrap {
  z-index: 10;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: var(--desktop-padding);
  padding-bottom: var(--desktop-padding);
  background-color: var(--pinkish-hue);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.utility-page-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.text-field {
  color: var(--black\<deleted\|variable-5222e787\>);
}

.license-item {
  border-bottom: 1px solid #4c4747;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

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

.paragraph-centered {
  text-align: center;
  font-weight: 400;
}

.button-wrapper {
  color: #000;
  flex-flow: column;
  height: 40px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  overflow: hidden;
}

.button-button {
  background-color: var(--black);
  border-radius: 20px;
  height: 40px;
  padding: 10px 20px;
}

.text-view {
  color: var(--white);
  font-size: 16px;
  font-weight: 300;
}

.outline-button {
  border: 1px solid var(--black);
  background-color: var(--grey);
  height: 40px;
  color: var(--black);
  border-radius: 20px;
  padding: 10px 20px;
}

.text-white {
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
}

.sticky-heading-wrapper {
  position: relative;
}

.large-heading {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Monochromatic-Woman-Portrait-with-Yellow-Sunglasses.jpeg');
  background-position: 50% 100%;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12vw;
  line-height: 1;
}

.large-heading.pixels {
  font-size: 150px;
}

.large-heading.smaller {
  font-size: 10vw;
}

.selected-works {
  padding: var(--desktop-padding) 5%;
}

.selected-works.overflow {
  height: 425vh;
  padding-top: 6rem;
  padding-bottom: 0;
  position: relative;
  overflow: clip;
}

.flex-right-horizontal {
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 5%;
  display: flex;
}

.collection-item {
  width: 40vw;
  height: 60vh;
}

.works-link-block {
  background-color: var(--black);
  width: 100%;
  height: 100%;
  color: var(--white);
  position: relative;
}

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

.works-title-wrap {
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.works-title {
  color: var(--black);
  text-transform: uppercase;
  font-size: 1.8vw;
  font-weight: 400;
  line-height: 1;
}

.cms-content-wrapper {
  position: relative;
}

.cms-align-left {
  justify-content: flex-start;
  margin-bottom: 30vh;
  display: flex;
}

.cms-align-right {
  justify-content: flex-end;
  margin-bottom: 30vh;
  display: flex;
}

.sticky-block {
  position: sticky;
  top: 80px;
}

.large-heading-right {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Monochromatic-Woman-Portrait-with-Yellow-Sunglasses.jpeg');
  background-position: 50% 100%;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12vw;
  line-height: 1;
}

.footer {
  padding-top: 6rem;
  padding-bottom: 2rem;
}

.footer-3-column-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
}

.footer-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.footer-cta-text-wrapper {
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
  display: flex;
}

.cta-text {
  font-size: 250px;
  line-height: 1;
}

.cta-line-block {
  background-color: var(--pinkish-hue);
  width: 100%;
  height: 2px;
}

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

.footer-link-block:hover {
  color: var(--pinkish-hue);
}

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

.view-work-wrapper {
  background-color: var(--pinkish-hue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 8vw;
  height: 8vw;
  display: flex;
}

.view-text {
  color: var(--black);
  font-size: 1vw;
  line-height: 1;
}

.text-scroling-section {
  margin-top: 10vh;
}

.text-scroling-section.white {
  z-index: 5;
  background-color: #fff;
  margin-top: 0;
  position: relative;
}

.text-animation-wrapper {
  z-index: 5;
  background-color: #e7dbcf;
  border-left: 10px #ff6e00;
  border-right: 10px #ff6e00;
  margin-bottom: 15px;
  padding-top: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-animation-wrapper.first {
  background-color: var(--pinkish-hue);
  margin-bottom: 0;
  padding-top: 35px;
  padding-bottom: 35px;
}

.animation-content {
  white-space: nowrap;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.text-animation {
  color: #000;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.8vw;
  line-height: 1;
}

.star-wrapper {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.star {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
}

.footer-cta {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Textured-Dark-Surface.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.product-grid {
  grid-column-gap: 90px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.image-wrapper-product {
  background-color: #f2f2f2;
  border: 1px #00000029;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
  overflow: hidden;
}

.image-wrapper-product.sticky {
  background-color: var(--pinkish-hue);
  height: 750px;
  position: sticky;
  top: 100px;
}

.line-block-2 {
  background-color: #9f9e9e;
  width: 100%;
  height: 1.5px;
}

.product-name {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 125%;
}

.product-page {
  padding-top: var(--desktop-padding);
  padding-bottom: var(--desktop-padding);
  background-color: var(--pinkish-hue);
  color: var(--black);
}

.add-to-cart-button {
  border: 1px solid var(--pinkish-hue);
  background-color: var(--black);
  color: var(--white);
  border-radius: 30px;
  margin-top: 20px;
  padding: 15px 25px;
  font-weight: 500;
  transition: color .4s, background-color .4s;
}

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

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

.rich-text-block {
  line-height: 1.3;
}

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

.field-label {
  color: #000;
}

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

.product-details {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.price {
  color: var(--black);
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.block-quote {
  border-left-color: var(--grey);
  background-color: var(--pinkish-hue);
  color: var(--black);
  padding: 2rem;
}

.logo-link-block {
  background-color: var(--pinkish-hue);
  border-radius: 8px;
}

.logo-link-block.w--current {
  background-color: var(--pinkish-hue);
  border-radius: 4px;
}

.rich-text-block-2 {
  line-height: 1.3;
}

.submit-button {
  border: 1px solid var(--pinkish-hue);
  background-color: var(--black);
  color: var(--white);
  border-radius: 20px;
  font-weight: 500;
  transition: color .4s, background-color .4s;
}

.submit-button:hover {
  background-color: var(--grey-black);
  color: var(--white);
}

.submit-button.w--current {
  background-color: var(--black);
  color: var(--white);
}

.submit-button.w--current:hover {
  background-color: var(--grey-black);
}

.copyright-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.copyright-text {
  color: var(--white);
  font-size: 14px;
}

.hero-section {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

._3d-container {
  z-index: 20;
  backface-visibility: hidden;
  perspective: 2000px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  display: flex;
  position: relative;
  transform: none;
}

._3d-wrapper {
  width: 30vw;
  height: 30vw;
  position: relative;
}

.face-one {
  z-index: 10;
  width: 30vw;
  height: 30vw;
  transform-style: preserve-3d;
  background-color: #e23333;
  position: absolute;
  overflow: hidden;
  transform: translate3d(0, 0, 15vw);
}

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

.face-two {
  z-index: 9;
  transform-origin: 50% 100%;
  width: 30vw;
  height: 30vw;
  transform-style: preserve-3d;
  background-color: #d633e2;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
  transform: translate3d(0, 0, -15vw)rotateX(-90deg)rotateY(0)rotateZ(0);
}

.face-three {
  z-index: 8;
  transform-origin: 50% 100%;
  width: 30vw;
  height: 30vw;
  transform-style: preserve-3d;
  background-color: #dfe233;
  position: absolute;
  bottom: auto;
  overflow: visible;
  transform: translate3d(0, -30vw, 15vw)rotateX(90deg)rotateY(0)rotateZ(0);
}

.face-four {
  z-index: 7;
  transform-origin: 50% 100%;
  width: 30vw;
  height: 30vw;
  transform-style: preserve-3d;
  background-color: #33e25f;
  position: absolute;
  overflow: visible;
  transform: translate3d(0, -30vw, -15vw)rotateX(180deg)rotateY(0)rotateZ(0);
}

.text-scroling-section-2 {
  position: absolute;
}

.text-animation-wrapper-2 {
  z-index: 5;
  background-color: #e7dbcf;
  border-left: 10px #ff6e00;
  border-right: 10px #ff6e00;
  margin-bottom: 15px;
  padding-top: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-animation-wrapper-2.first {
  color: #1a1a1a;
  background-color: #0000;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.animation-content-2 {
  white-space: nowrap;
  background-color: #0000;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.text-animation-2 {
  color: #1a1a1a;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Monochromatic-Woman-Portrait-with-Yellow-Sunglasses.jpeg');
  background-position: 50% 100%;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10vw;
  line-height: 1;
}

.point-dot {
  color: #000;
  background-color: #1a1a1a;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.section {
  padding-top: var(--desktop-padding);
  padding-bottom: var(--desktop-padding);
}

.section.no-top-margin {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.scroll-down-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5rem;
}

.scroll-down-text {
  color: var(--black);
  font-size: .7vw;
  font-weight: 300;
}

._2-column-grid {
  grid-template-rows: auto;
}

.small-title-heading {
  font-size: 18px;
  font-weight: 500;
}

.dot {
  background-color: var(--black);
  border-radius: 50px;
  width: 6px;
  height: 6px;
}

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

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

.flex-center {
  z-index: 50;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  mix-blend-mode: difference;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
  position: relative;
}

.heading-with-effect {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
  line-height: 120%;
}

.about-section {
  background-color: var(--pinkish-hue);
  flex-flow: column;
  padding-top: 15rem;
  padding-bottom: 15rem;
  position: relative;
}

.flex-wrapper {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-text {
  font-size: 20px;
}

.button-animated {
  flex-flow: column;
  display: flex;
}

.button-line {
  background-color: var(--pinkish-hue);
  width: 100%;
  height: 1.5px;
}

.image-top-left {
  object-fit: cover;
  width: 16vw;
  position: absolute;
  inset: 8% auto auto 8%;
}

.image-top-right {
  object-fit: cover;
  width: 16vw;
  position: absolute;
  inset: 13% 8% auto auto;
}

.image-bottom-left {
  object-fit: cover;
  height: 28vh;
  position: absolute;
  inset: auto auto 11% 24%;
}

.image-bottom-right {
  object-fit: cover;
  width: 15vw;
  height: 36vh;
  position: absolute;
  inset: auto 16% 9% auto;
}

.parargraph-testimonial {
  color: var(--black);
  font-size: 16px;
  font-weight: 300;
}

.flex-block-4 {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
}

.testimonial-wrapper {
  flex-flow: row;
  margin-top: 6rem;
  display: flex;
  overflow: hidden;
}

.loop-horizontal {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.card-flex-horizontal {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.reviews-section {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.reviews-section.no-top-padding {
  padding-top: 0;
  padding-bottom: var(--desktop-padding);
}

.avater {
  object-fit: cover;
  border-radius: 100%;
  width: 80px;
  height: 80px;
}

.name-testimonial {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
}

.testimonial-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #f3f3f3;
  background-image: linear-gradient(129deg, #f5f5f5, #fff);
  border: 1px #7a9f88;
  border-radius: 20px;
  flex-flow: column;
  min-width: 35vw;
  height: 100%;
  padding: 2rem;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.loop-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  padding: 1rem;
  display: flex;
  overflow: hidden;
}

.services-section {
  padding-top: var(--desktop-padding);
  padding-bottom: var(--desktop-padding);
  background-color: var(--pinkish-hue);
}

.services-link-block {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: #fff;
  border-bottom: 2px solid #00000042;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 150px;
  transition: padding .5s;
  display: flex;
  position: relative;
}

.services-link-block:hover {
  padding-left: 4rem;
}

.service-number {
  z-index: 5;
  color: #181818;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  position: relative;
}

.service-title-large {
  z-index: 5;
  color: #181818;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.service-overlay {
  z-index: 1;
  background-color: #ededed;
  width: 100%;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.absolute-service-image {
  z-index: 50;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: 50% 0%;
  width: 380px;
  height: 400px;
  position: absolute;
  inset: -73% 4% 0% auto;
}

.servics-collection-list-wrapper {
  margin-top: 6rem;
}

.about-hero {
  padding-top: 8rem;
  padding-left: 3rem;
  padding-right: 3rem;
  overflow: hidden;
}

.flex-block-5 {
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.absolute-text-wrapper {
  mix-blend-mode: difference;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.about-hero-image {
  object-fit: cover;
  width: 28vw;
}

.flex-block-6 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.about-paragraph {
  width: 70%;
}

.section-with-background {
  filter: grayscale();
  background-image: linear-gradient(#000000a1, #000000a1), url('../images/Photographers-Silhouette-Against-Sunset.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: flex-end;
  min-height: 100vh;
  padding-top: 6rem;
  padding-bottom: 10rem;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .75fr;
}

.heading-2 {
  width: 80%;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 120%;
}

.flex-bottom {
  justify-content: flex-end;
  align-items: flex-start;
}

.arrow {
  width: 18px;
}

.button-with-arrow {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

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

.faq-grid {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.vertical-line {
  background-color: var(--black);
  width: 1.5px;
  height: 15px;
  position: absolute;
}

.accordion-text {
  color: #242424;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.accordion-header {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  cursor: pointer;
  border-top: 1px #000;
  border-bottom: 2px #4356a675;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.paragraph-accordion {
  color: #818181;
  font-size: 20px;
  line-height: 150%;
}

.open-close-button {
  background-color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  overflow: clip;
}

.accordion {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-bottom: 1.5px solid #00000040;
  flex-flow: column;
  justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.horizontal-line {
  background-color: var(--black);
  width: 15px;
  height: 1.5px;
  position: absolute;
}

.accordion-panel {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.heading-left, .heading-right {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12vw;
  font-weight: 400;
  line-height: 120%;
}

.menu-image-wrapper {
  width: 40vw;
  height: 100%;
}

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

.paragraph-3, .paragraph-4, .link-2 {
  color: var(--black);
}

@media screen and (min-width: 1440px) {
  .pinkish.top-margin {
    margin-top: 0;
  }

  .white-line-2 {
    background-color: #151414;
  }

  .hamburg-wrap {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    justify-content: flex-start;
    align-items: center;
  }

  .full-screen-menu-wrapper {
    display: none;
  }

  .white-line-3 {
    background-color: #151414;
  }

  .flex-block-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    display: flex;
  }

  .contact-grid {
    grid-column-gap: 100px;
  }

  .send-button {
    transition: color .4s, background-color .4s;
  }

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

  .service-block {
    grid-template-columns: 1.25fr 1.75fr;
  }

  .text-animation-2 {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .heading-with-effect {
    font-size: 3vw;
  }

  .about-section {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
    line-height: 65px;
  }

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 35px;
    line-height: 40px;
  }

  h4 {
    font-size: 25px;
    line-height: 30px;
  }

  h5 {
    font-size: 20px;
    line-height: 25px;
  }

  h6 {
    font-size: 18px;
    line-height: 22px;
  }

  p {
    font-size: 20px;
  }

  .section-template {
    padding-top: var(--tablet-padding);
    padding-bottom: var(--tablet-padding);
  }

  .section-template.style-guide {
    padding-top: var(--desktop-padding);
    padding-bottom: var(--tablet-padding);
  }

  .container-normal {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pinkish-hue-section {
    padding-top: var(--tablet-padding\<deleted\|variable-9f331cf2-1892-a4e5-111d-d83d72e4ee4a\>);
    padding-bottom: var(--tablet-padding\<deleted\|variable-9f331cf2-1892-a4e5-111d-d83d72e4ee4a\>);
  }

  .pinkish-hue-section.top-padding {
    padding-top: var(--desktop-padding);
    padding-bottom: var(--tablet-padding);
  }

  .main-heading {
    font-size: 50px;
  }

  .collection-list {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .portfolio-thumbnail-image {
    height: 300px;
  }

  .portfolio-title {
    font-size: 20px;
    line-height: 1.1;
  }

  .pinkish {
    padding-top: var(--tablet-padding);
    padding-bottom: var(--tablet-padding);
  }

  .pinkish.top-margin {
    padding-bottom: var(--tablet-padding);
  }

  .pinkish.changelog, .pinkish.top-padding {
    padding-top: var(--desktop-padding);
  }

  .logo-card {
    padding: var(--medium-padding\<deleted\|variable-6b95037a-5888-8a88-8ab3-ce773dc4f276\>) var(--small-padding\<deleted\|variable-2ee40d61-ab9b-9fed-d108-fd5210c781f3\>);
  }

  .instagram-card {
    height: 200px;
  }

  .menu-links {
    height: 55px;
    font-size: 50px;
  }

  .menu-links.w--current {
    height: 50px;
  }

  .list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .menu-text {
    font-size: 50px;
  }

  .wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 2fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .hamburg-wrap {
    width: 15%;
  }

  .full-screen-menu-wrapper {
    flex-flow: column;
    display: none;
  }

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

  .small-title, .small-title-input {
    font-size: 20px;
  }

  .collection-list-2 {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  .gallery-image {
    height: 80vh;
  }

  .gallery-section {
    padding-bottom: var(--tablet-padding);
  }

  .big-paragraph {
    font-size: 20px;
  }

  .contact {
    padding-bottom: var(--tablet-padding);
  }

  .container-default {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-grid {
    margin-top: 80px;
  }

  .services-collection-list {
    grid-template-columns: 1fr;
  }

  .service-block {
    grid-template-columns: .75fr .75fr;
  }

  .service-image {
    height: 350px;
  }

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

  .checkout-form, .paypal-checkout-form, .order-confirmation, .utility-page-wrap {
    padding-bottom: var(--tablet-padding);
  }

  .large-heading.pixels {
    font-size: 100px;
  }

  .selected-works.overflow {
    height: 350vh;
    padding-top: var(--tablet-padding);
    padding-bottom: var(--tablet-padding);
  }

  .collection-item {
    height: 50vh;
  }

  .footer-text {
    font-size: 15px;
  }

  .cta-text {
    font-size: 150px;
  }

  .text-scroling-section {
    margin-top: 5vh;
  }

  .text-animation-wrapper.first {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .star-wrapper {
    width: 15px;
    height: 15px;
  }

  .team-card {
    flex-flow: column;
    display: flex;
  }

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

  .image-wrapper-product {
    height: 450px;
  }

  .image-wrapper-product.sticky {
    height: auto;
    position: static;
  }

  .product-page {
    padding-bottom: var(--tablet-padding);
  }

  .product-image {
    height: 100%;
  }

  .copyright-wrapper {
    padding-top: 20px;
  }

  .hero-section {
    min-height: 80vh;
  }

  .text-animation-wrapper-2.first {
    margin-bottom: 20px;
  }

  .point-dot {
    width: 15px;
    height: 15px;
  }

  .section {
    padding-top: var(--tablet-padding);
    padding-bottom: var(--tablet-padding);
  }

  .scroll-down-text {
    font-size: 1.2vw;
  }

  ._2-column-grid {
    grid-template-columns: .5fr 1fr;
  }

  .image-bottom-right {
    width: 20vw;
    height: 30vh;
  }

  .parargraph-testimonial {
    font-size: 14px;
  }

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

  .reviews-section.no-top-padding {
    padding-bottom: var(--tablet-padding);
  }

  .avater {
    width: 40px;
    height: 40px;
  }

  .name-testimonial {
    font-size: 14px;
  }

  .testimonial-card {
    padding: 1rem;
  }

  .loop-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .services-section {
    padding-top: var(--tablet-padding);
    padding-bottom: var(--tablet-padding);
  }

  .services-link-block {
    min-height: 125px;
  }

  .service-title-large {
    font-size: 35px;
  }

  .absolute-service-image {
    width: 250px;
    height: 250px;
    display: none;
  }

  .servics-collection-list-wrapper {
    margin-top: 2rem;
  }

  .about-paragraph {
    font-size: 20px;
  }

  .section-with-background {
    min-height: 90vh;
  }

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

  .faq-grid {
    grid-template-columns: 1.25fr;
  }

  .accordion-text {
    font-size: 20px;
  }

  .accordion-header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .accordion {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .accordion-panel {
    display: flex;
  }

  .about-paragraph-home {
    font-size: 20px;
  }
}

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

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

  h3 {
    font-size: 30px;
    line-height: 35px;
  }

  h6 {
    font-size: 16px;
  }

  p {
    font-size: 18px;
  }

  .section-template {
    padding-top: var(--landscape-padding);
    padding-bottom: var(--landscape-padding);
  }

  .section-template.style-guide {
    padding-bottom: var(--landscape-padding);
  }

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

  .style-guide-menu {
    position: static;
  }

  .pinkish-hue-section.top-padding {
    padding-top: var(--tablet-padding);
    padding-bottom: var(--landscape-padding);
  }

  .main-heading {
    font-size: 35px;
  }

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

  .portfolio-thumbnail-image {
    height: 320px;
  }

  .pinkish {
    padding-top: var(--landscape-padding);
    padding-bottom: var(--landscape-padding);
  }

  .pinkish.top-margin {
    padding-bottom: var(--landscape-padding);
  }

  .instagram-card {
    height: 150px;
  }

  .menu-links {
    text-align: center;
    height: 42px;
    font-size: 40px;
  }

  .menu-links.w--current {
    height: 45px;
  }

  .list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
  }

  .menu-text {
    text-align: center;
    font-size: 40px;
  }

  .wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .hamburg-wrap {
    width: 18%;
  }

  .full-screen-menu-wrapper {
    display: none;
  }

  .flex-horizontal-left-bottom {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .main-image {
    min-height: 75vh;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
  }

  .gallery-image {
    height: 90vh;
  }

  .gallery-section {
    padding-bottom: var(--landscape-padding);
  }

  .big-paragraph {
    font-size: 20px;
  }

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

  .contact {
    padding-top: var(--tablet-padding);
    padding-bottom: var(--landscape-padding);
  }

  .contact-grid {
    grid-column-gap: 19px;
    grid-template-columns: 1fr;
  }

  .grid-2-column, .services-collection-list {
    grid-template-columns: 1fr;
  }

  .service-block {
    grid-column-gap: 19px;
  }

  .service-image {
    height: 280px;
  }

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

  .checkout-form, .paypal-checkout-form, .order-confirmation, .utility-page-wrap {
    padding-bottom: var(--landscape-padding);
  }

  .large-heading.pixels {
    font-size: 60px;
  }

  .selected-works.overflow {
    height: 270vh;
    padding-top: var(--landscape-padding);
    padding-bottom: var(--landscape-padding);
  }

  .collection-item {
    width: 50vw;
    height: 40vh;
  }

  .works-title-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .works-title {
    font-size: 2.5vw;
  }

  .cms-align-left, .cms-align-right {
    margin-bottom: 20vh;
  }

  .footer {
    padding-top: var(--mobile-padding);
  }

  .footer-text {
    font-size: 13px;
  }

  .footer-cta-text-wrapper {
    margin-top: var(--mobile-padding);
  }

  .cta-text {
    font-size: 115px;
  }

  .view-work-wrapper {
    width: 10vw;
    height: 10vw;
  }

  .view-text {
    font-size: 1.5vw;
  }

  .text-animation-wrapper.first {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .text-animation {
    font-size: 4vw;
  }

  .star-wrapper {
    width: 10px;
    height: 10px;
  }

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

  .image-wrapper-product, .image-wrapper-product.sticky {
    height: 400px;
  }

  .product-name {
    font-size: 40px;
  }

  .product-page {
    padding-bottom: var(--landscape-padding);
  }

  .product-image {
    height: 100%;
  }

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

  .hero-section {
    min-height: 65vh;
    padding-top: 4rem;
  }

  .text-animation-wrapper-2.first {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .text-animation-2 {
    font-size: 8vw;
  }

  .point-dot {
    width: 10px;
    height: 10px;
  }

  .section {
    padding-top: var(--landscape-padding);
    padding-bottom: var(--landscape-padding);
  }

  .scroll-down-text {
    font-size: 1.5vw;
  }

  ._2-column-grid {
    grid-template-columns: 1.25fr;
  }

  .heading-with-effect {
    font-size: 4vw;
  }

  .about-section {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .image-bottom-left {
    height: 20vh;
    left: 9%;
  }

  .image-bottom-right {
    height: 25vh;
    right: 11%;
  }

  .testimonial-wrapper {
    margin-top: 4rem;
  }

  .reviews-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .reviews-section.no-top-padding {
    padding-bottom: var(--landscape-padding);
  }

  .testimonial-card {
    min-width: 45vw;
  }

  .services-section {
    padding-top: var(--landscape-padding);
    padding-bottom: var(--landscape-padding);
  }

  .services-link-block {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .service-title-large {
    font-size: 30px;
  }

  .about-paragraph {
    width: 90%;
  }

  .section-with-background {
    min-height: 80vh;
  }

  .grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1.75fr;
  }

  .heading-2 {
    font-size: 30px;
  }

  .accordion-text {
    font-size: 18px;
  }

  .accordion-header {
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .accordion-panel {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
    line-height: 45px;
  }

  h2 {
    font-size: 30px;
    line-height: 35px;
  }

  h3 {
    font-size: 25px;
    line-height: 30px;
  }

  h4 {
    font-size: 20px;
    line-height: 25px;
  }

  h5 {
    font-size: 18px;
    line-height: 22px;
  }

  p {
    font-size: 16px;
  }

  .section-template {
    padding-top: var(--mobile-padding);
    padding-bottom: var(--mobile-padding);
  }

  .section-template.style-guide {
    padding-bottom: var(--mobile-padding);
  }

  .container-normal {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .pinkish-hue-section {
    padding-top: var(--small-margin\<deleted\|variable-efac20a2-f004-6ee3-d704-87cfdadaacaa\>);
    padding-bottom: var(--medium-padding\<deleted\|variable-6b95037a-5888-8a88-8ab3-ce773dc4f276\>);
  }

  .pinkish-hue-section.top-padding {
    padding-top: var(--tablet-padding);
    padding-bottom: var(--mobile-padding);
  }

  .main-heading {
    font-size: 25px;
  }

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

  .pinkish {
    padding-top: var(--mobile-padding);
    padding-bottom: var(--mobile-padding);
  }

  .pinkish.top-margin {
    padding-top: var(--tablet-padding);
    padding-bottom: var(--mobile-padding);
  }

  .pinkish.changelog {
    min-height: 60vh;
  }

  .hamburg-wrap {
    width: 30%;
  }

  .small-heading {
    font-size: 22px;
    font-weight: 400;
  }

  .main-image {
    min-height: 50vh;
  }

  .gallery-image {
    height: 60vh;
  }

  .gallery-section {
    padding-bottom: var(--mobile-padding);
  }

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

  .about-grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .contact {
    padding-bottom: var(--mobile-padding);
  }

  .contact-grid {
    margin-top: 60px;
  }

  .grid-2-column {
    margin-top: var(--small-padding\<deleted\|variable-2ee40d61-ab9b-9fed-d108-fd5210c781f3\>);
  }

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

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

  .line-block {
    width: 80%;
  }

  .checkout-form, .paypal-checkout-form {
    padding-right: 5px;
    padding-bottom: var(--mobile-padding);
    padding-left: 5px;
  }

  .order-confirmation {
    padding: var(--tablet-padding) 5px var(--mobile-padding);
  }

  .utility-page-wrap {
    padding-bottom: var(--mobile-padding);
  }

  .paragraph-centered {
    font-size: 16px;
    line-height: 22px;
  }

  .text-block, .text-block-2, .text-block-3 {
    font-size: 12px;
  }

  .button-button {
    height: 40px;
  }

  .text-view {
    line-height: 1.1;
  }

  .large-heading.pixels {
    font-size: 30px;
  }

  .selected-works.overflow {
    height: 255vh;
    padding-top: var(--mobile-padding);
    padding-bottom: var(--mobile-padding);
  }

  .collection-item {
    width: 100vw;
  }

  .works-title {
    font-size: 4.5vw;
  }

  .footer-3-column-grid {
    grid-template-columns: 1fr;
    place-items: center start;
  }

  .cta-text {
    font-size: 60px;
  }

  .view-work-wrapper {
    width: 25vw;
    height: 25vw;
  }

  .view-text {
    font-size: 3.5vw;
  }

  .text-scroling-section {
    margin-top: 3vh;
  }

  .text-scroling-section.white {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-animation {
    font-size: 5vw;
  }

  .image-wrapper-product {
    height: 250px;
  }

  .image-wrapper-product.sticky {
    height: 300px;
  }

  .product-name {
    font-size: 30px;
  }

  .product-page {
    padding-bottom: var(--mobile-padding);
  }

  .product-image {
    height: 100%;
  }

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

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

  .hero-section {
    min-height: 60vh;
  }

  .section {
    padding-top: var(--mobile-padding);
    padding-bottom: var(--mobile-padding);
  }

  .scroll-down-text {
    font-size: 2.5vw;
  }

  .flex-center {
    width: 90%;
  }

  .heading-with-effect {
    font-size: 6vw;
  }

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

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

  .image-top-left {
    width: 25vw;
    top: 1%;
  }

  .image-top-right {
    width: 25vw;
    top: 4%;
  }

  .image-bottom-left {
    left: 3%;
  }

  .image-bottom-right {
    width: auto;
    height: 18vh;
    bottom: 17%;
    right: 4%;
  }

  .testimonial-wrapper {
    flex-flow: row;
    margin-top: 2rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .loop-horizontal {
    flex-flow: column;
  }

  .reviews-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .reviews-section.no-top-padding {
    padding-bottom: var(--mobile-padding);
  }

  .testimonial-card {
    border-style: solid;
    min-width: 80vw;
    box-shadow: 0 2px 5px #0003;
  }

  .loop-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .loop-wrapper.hide-on-mobile {
    display: none;
  }

  .services-section {
    padding-top: var(--mobile-padding);
    padding-bottom: var(--mobile-padding);
  }

  .services-link-block {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    min-height: 70px;
  }

  .service-number {
    font-size: 15px;
  }

  .service-title-large {
    font-size: 20px;
  }

  .absolute-text-wrapper {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .about-hero-image {
    width: 80vw;
  }

  .about-paragraph {
    font-size: 16px;
  }

  .section-with-background {
    min-height: 60vh;
    padding-top: var(--mobile-padding);
    padding-bottom: var(--mobile-padding);
  }

  .heading-2 {
    width: 90%;
    font-size: 20px;
  }

  .accordion-text {
    width: 70%;
    font-size: 16px;
  }

  .accordion-header {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-accordion {
    font-size: 16px;
    font-weight: 300;
  }

  .accordion-panel {
    display: flex;
  }

  .heading-left, .heading-right {
    font-size: 15vw;
  }

  .menu-image-wrapper {
    display: none;
  }

  .about-paragraph-home {
    font-size: 18px;
  }
}

#w-node-_827f63ef-299e-352b-e77c-c0911349b9bd-32ad94ad, #w-node-_827f63ef-299e-352b-e77c-c0911349b9c9-32ad94ad, #w-node-_827f63ef-299e-352b-e77c-c0911349b9cf-32ad94ad, #w-node-_827f63ef-299e-352b-e77c-c0911349b9d6-32ad94ad, #w-node-_827f63ef-299e-352b-e77c-c0911349b9dd-32ad94ad, #w-node-d8c4a9a8-0088-3f13-3bde-e486b388f08c-32ad94ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8162843a-ff2d-a2ff-932d-2831d165b0c4-32ad950c {
  align-self: start;
}

#w-node-_8162843a-ff2d-a2ff-932d-2831d165b0cf-32ad950c, #w-node-_8162843a-ff2d-a2ff-932d-2831d165b0d4-32ad950c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8162843a-ff2d-a2ff-932d-2831d165b0d6-32ad950c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6b27ba25-d933-d9b9-ca94-4c60deef5278-32ad950e, #w-node-_6b27ba25-d933-d9b9-ca94-4c60deef527a-32ad950e, #w-node-f56d5bab-9b31-0c14-cae1-ec1cef2bbf7f-32ad9513 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-a92d05c8-8ff5-4d89-004e-b8a90ca230be-32ad9513 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


