@font-face {
  font-family: Redaction;
  src: url('../fonts/Redaction-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Redaction;
  src: url('../fonts/Redaction-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: black;
  --dim-grey: #4d4d4d;
  --dark-slate-grey: #2f3330;
  --white: #fafafa;
  --dim-grey-2: #6b6b6b;
  --light-grey: #ccc;
  --gainsboro: #e2e2e2;
  --alice-blue: #e3f0ff;
  --ghost-white: #f1f1f7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Redaction, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Redaction, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Redaction, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Redaction, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Redaction, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-weight: 500;
}

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

li {
  color: var(--dim-grey);
  padding-top: 1px;
  padding-bottom: 1px;
  font-family: Redaction, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

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

strong {
  font-weight: 700;
}

em {
  font-style: italic;
  font-weight: 400;
}

blockquote {
  border-left: 2px solid #000;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 25px;
  font-family: Redaction, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
}

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

.container._2 {
  padding-bottom: 25px;
}

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

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

.body-content {
  color: #000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
  max-width: 100%;
}

.loader {
  z-index: 9999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #ff0008;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
}

.utility-page-wrap {
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.section {
  padding: 40px 2% 0;
  position: relative;
}

.section.checkout {
  background-color: #0000;
}

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

.section._3 {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.section.dark {
  background-color: var(--black);
  padding-top: 70px;
  padding-bottom: 64px;
}

.section.advertise {
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.button {
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.button:hover {
  background-color: var(--dim-grey);
}

.button.large {
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 16px;
}

.button.large:hover {
  background-color: var(--dark-slate-grey);
}

.button.large.white {
  color: #061012;
  background-color: #fff;
  font-weight: 600;
}

.button.large.white:hover {
  color: #fff;
  background-color: #81818b4d;
}

.button.large.white.discount {
  color: #fff;
  background-color: #000;
  justify-content: center;
  width: 100%;
  margin-left: 0;
}

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

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

.copyright-dot {
  background-color: #061012;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  margin-left: 10px;
  margin-right: 10px;
}

.title-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Redaction, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
}

.text-field {
  background-color: #fff;
  border-color: #e1e1e1;
  border-radius: 3px;
  height: 42px;
  margin-top: 8px;
  padding-left: 16px;
  font-size: 15px;
  font-weight: 500;
}

.text-field::placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.text-field.discount {
  flex: none;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
}

.flex-utility {
  flex-direction: column;
  margin-top: 15px;
  display: flex;
}

.shrink-item {
  flex: 1;
  margin-right: 20px;
}

.shrink-item.flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shrink-item.gird {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  display: grid;
}

.shrink-item.photo-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.licensing-block {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.image-flex {
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.licensing-content {
  background-color: #fafafa;
  border-radius: 2px;
  min-height: 150px;
  padding: 25px;
  display: flex;
}

.light-block-second {
  background-color: #fafafa;
  border-radius: 3px;
  width: 100%;
  padding: 20px 20px 40px 45px;
}

.light-block-second.rounded-bottom {
  border-radius: 3px;
  padding-bottom: 30px;
}

.color-block {
  background-color: var(--black);
  border: 1px solid #81818b33;
  border-radius: 2px;
  width: 100%;
  height: 85px;
  padding: 10px;
  display: flex;
}

.color-block.secondary {
  background-color: var(--dim-grey);
}

.medium {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1em;
}

.typography-flex {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 58%;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.color-row {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.color-row.grey {
  margin-bottom: 25px;
  padding-bottom: 0;
}

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

.title-1 {
  margin: 0 auto;
  font-size: 95px;
  font-weight: 600;
  line-height: .95;
  position: relative;
}

.light-gray-2 {
  background-color: #a8a8a8;
  border-radius: 0;
  width: 16.6667%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.type-row {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.white-block {
  background-color: #fff;
  width: 100%;
  padding: 20px 20px 40px 45px;
}

.light-gray {
  background-color: #8a8a8a;
  border-radius: 4px 0 0 4px;
  width: 16.6667%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.margin-25px {
  flex-direction: column;
  margin-top: 25px;
  display: flex;
}

.text-highlight {
  background-color: #fff;
  border-radius: 2px;
  width: 42%;
  padding: 40px;
}

.grayscale-parent {
  clear: left;
  border-radius: 4px;
  width: 100%;
  height: 85px;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1em;
}

.content-row {
  clear: left;
  width: 100%;
  margin-top: 45px;
  position: relative;
}

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

.light-block {
  background-color: var(--white);
  border-radius: 3px;
  width: 100%;
  padding: 20px 20px 40px 45px;
}

.type-column {
  background-color: #f0f0f0;
  border-radius: 2px;
  width: 33.3333%;
  margin-right: 20px;
  padding: 10px;
  display: flex;
}

.type-column.right {
  background-color: #f0f0f0;
  margin-right: 0;
}

.color-block-parent {
  width: 20%;
  margin-right: 20px;
}

.regular-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1em;
}

.title-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.caption {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.caption.margined {
  letter-spacing: 1px;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 700;
}

.light-gray-3 {
  background-color: #f7f8f9;
  border-radius: 0;
  width: 16.6667%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.loading-flex {
  z-index: 12;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.subtotal {
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.subtotal.dark {
  color: var(--dim-grey);
  font-weight: 500;
}

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

.checkbox-label-shop {
  color: var(--dim-grey);
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
}

.discounts {
  background-color: #fff;
  border-color: #e1e1e1;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}

.required {
  color: #ffffffb3;
  font-size: 14px;
  font-weight: 500;
}

.sticky-bar {
  top: 120px;
}

.price-pop {
  color: var(--dim-grey);
  font-size: 17px;
  font-weight: 500;
}

.price-pop.bold {
  font-weight: 700;
}

.product-name {
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 600;
}

.field-label {
  color: var(--black);
  flex: none;
  font-size: 14px;
  font-weight: 600;
}

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

.navigation {
  z-index: 9997;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-top: 1px solid #eeeeeeed;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: grid;
  position: sticky;
  top: 0;
}

.second-part {
  flex-direction: row;
  order: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.price-tag {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 45px;
}

.price-tag.small {
  color: var(--dim-grey-2);
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.no-item {
  color: var(--dim-grey);
  font-family: Redaction, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.cart-line-item {
  align-items: center;
}

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

.cart-header {
  border-bottom-color: #eee;
  padding-top: 8px;
  padding-bottom: 8px;
}

.cart-quantity {
  color: var(--dim-grey);
  background-color: #fff;
  width: 50px;
  font-weight: 500;
}

.cart-container {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #eee;
  max-width: 520px;
}

.table-price {
  color: #000;
  letter-spacing: 1px;
  font-family: Redaction, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.cart-button {
  background-color: #0000;
  justify-content: flex-start;
  padding: 0;
  display: flex;
}

.close-button {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.cart-footer {
  border-top-color: #eee;
}

.cart-circle {
  color: #fff;
  background-color: #202023;
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 11px;
  font-weight: 500;
  display: flex;
}

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

.paypal {
  margin-bottom: 5px;
}

.cart-image {
  filter: invert();
  width: 22px;
  position: relative;
}

.social-overlay {
  background-color: #000;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.x-button {
  width: 20px;
  position: relative;
}

.x-button.remove {
  width: 16px;
}

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

.logo-absolute {
  color: #ffffffb3;
  cursor: none;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%);
}

.cart-flext-left {
  align-items: flex-start;
  margin-left: 0;
  position: relative;
}

.block-header {
  background-color: #fff;
  border-color: #e1e1e1;
}

.block-content {
  background-color: #fff;
  border-bottom-color: #e1e1e1;
  border-left-color: #e1e1e1;
  border-right-color: #e1e1e1;
}

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

.paypal-text {
  color: var(--dim-grey);
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 500;
}

.cart {
  transition: all .3s;
}

.rotator {
  margin-bottom: 20px;
}

.white {
  color: #fff;
}

.dark-link {
  color: var(--black);
  cursor: none;
  font-weight: 500;
  text-decoration: underline;
  display: inline-block;
}

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

.photo-move {
  max-width: 80%;
  position: relative;
  overflow: hidden;
}

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

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

.your-cart {
  font-family: Redaction, sans-serif;
  font-size: 17px;
  line-height: 22px;
}

.remove-button {
  background-color: #ff0e0e;
  background-image: url('../images/close.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: 24px auto auto 106px;
}

.photo-cart {
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.product-image {
  object-fit: cover;
  border-radius: 2px;
  width: 100px;
}

.body {
  background-color: #fff;
}

.remove {
  width: 20px;
  position: absolute;
  transform: scale(0);
}

.first-part {
  align-items: center;
  display: flex;
}

.services-wrapper {
  align-items: center;
  width: 50%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.filter-image.icon {
  width: 60px;
}

.filter-image.logo {
  margin-right: 15px;
}

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

.search-wrapper {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.search-input {
  color: var(--black);
  background-image: url('../images/bydqke15qdalvz7y0fu.svg');
  background-position: 9px;
  background-repeat: no-repeat;
  background-size: 21px;
  border: 1px solid #d0d5dd;
  border-radius: 100px;
  width: 140px;
  margin-bottom: 0;
  padding-left: 34px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 0 1px 2px #1018280f;
}

.search-input::placeholder {
  color: var(--black);
  font-size: 15px;
  font-weight: 600;
}

.button-search {
  color: #1c4a36;
  background-color: #e4f5ee;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.button-search:hover {
  color: #fff;
  background-color: #1c4a36;
  background-image: none;
}

.button-search.search {
  color: #fff;
  background-color: #000;
  border-radius: 30px;
  padding: 10px 18px;
  font-size: 15px;
  font-weight: 500;
  display: none;
  position: absolute;
  inset: 5px 8px auto auto;
}

.button-search.search:hover {
  background-color: var(--dim-grey);
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-link {
  color: #000;
  padding: 17px 7px;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
  transition: opacity .2s;
}

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

.nav-link.w--current {
  opacity: .6;
  color: var(--black);
}

.nav-link._2 {
  display: inline-block;
}

.nav-link._3 {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  display: inline-block;
}

.navbar {
  background-color: #0000;
}

.collection-list {
  display: flex;
}

.collection-list._2 {
  flex-direction: column;
  align-items: flex-start;
}

.blog-content {
  cursor: none;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-field-primary {
  border: 1px solid #eee;
  border-radius: 4px;
  height: 55px;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 14px;
}

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

.text-field-primary.area {
  height: auto;
  padding-top: 15px;
  padding-bottom: 75px;
}

.search-result-item {
  background-color: var(--white);
  border-radius: 4px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 54px 30px;
}

.search-link {
  color: #000;
  font-family: Redaction, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.23;
  display: inline-block;
}

.slug {
  color: var(--dim-grey);
  margin-top: 5px;
  font-weight: 500;
}

.photo-animation-2 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

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

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

.subhead {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.flex {
  display: flex;
}

.navigation-top-part {
  z-index: 100;
  background-color: var(--black);
  padding: 30px 2%;
  position: relative;
}

.navigation-bottom {
  z-index: 90;
  background-color: #fff;
  padding-left: 2%;
  padding-right: 2%;
  position: sticky;
  top: 0;
  box-shadow: 0 0 12px 26px #00000014;
}

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

.grid-2-columns._2 {
  align-items: start;
}

.grid-2-columns._3 {
  grid-template-columns: 2fr 5fr 2fr;
}

.social-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.social-icon {
  justify-content: flex-start;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-left: 4px;
  margin-right: 4px;
  transition: all .2s;
  display: flex;
}

.social-icon:hover {
  opacity: .6;
}

.social-icon._0px {
  margin-right: 0;
}

.social-image {
  filter: invert();
  width: 17px;
}

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

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

.logo-link {
  filter: invert();
  padding-left: 7px;
}

.logo-link.dark {
  filter: none;
}

.blog-featured-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: flex;
}

.blog-featured-wrapper._2 {
  flex-direction: column;
  align-items: flex-start;
}

.blog-featured-wrapper._2.add-bottom {
  margin-bottom: 50px;
}

.blog-features-small-photo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  min-width: 100px;
  min-height: 100px;
  margin-right: 20px;
}

.blog-features-small-photo._2 {
  width: 100%;
  height: auto;
  min-height: 215px;
  margin-bottom: 10px;
  margin-right: 0;
  position: relative;
}

.blog-features-small-photo._3 {
  width: 100%;
  min-height: 200px;
  margin-bottom: 20px;
  margin-right: 0;
}

.blog-features-small-photo._5 {
  background-image: none;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.blog-title-small {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Redaction, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
}

.blog-title-small._2 {
  font-size: 30px;
}

.blog-title-small._3 {
  margin-bottom: 10px;
}

.blog-title-small.white {
  color: var(--white);
}

.data-created {
  color: var(--black);
  margin-bottom: 7px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.data-created._2 {
  margin-left: 10px;
}

.data-created._2.gray {
  color: #ffffffb3;
}

.grid-3-columns {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.6fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.news-title {
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.ad-wrapper {
  background-image: url('../images/ad-horizontal.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 100%;
  max-width: 1000px;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
}

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

.latest-news-grid {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.data-flex {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 8px;
  display: flex;
}

.data-flex.center {
  justify-content: center;
}

.adv-wrapper {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.sticky-category {
  position: sticky;
  top: 130px;
}

.sticky-div-wrapper {
  height: 90%;
  padding-bottom: 62px;
}

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

.copyright-flex {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.copyright {
  color: var(--dim-grey-2);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.success-message {
  background-color: var(--black);
  color: #fff;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

.checkbox {
  border-style: solid;
  border-color: var(--light-grey);
  border-radius: 4px;
  flex: none;
  width: 16px;
  height: 16px;
  margin-top: 0;
}

.checkbox.w--redirected-checked {
  border-color: var(--light-grey);
  background-color: #0000;
  background-image: url('../images/checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
}

.other-font {
  font-weight: 500;
}

.cookies-font {
  margin-bottom: 0;
  font-size: 15px;
}

.cookies-font.check {
  color: var(--dim-grey);
  margin-left: 6px;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}

.button-subscribe {
  color: #12141d;
  background-color: #39ff14;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.button-subscribe:hover {
  color: #fff;
  background-color: #1c4a36;
  background-image: none;
}

.button-subscribe.subscribe {
  background-color: var(--black);
  color: #fff;
  border-radius: 8px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  inset: 10px 12px auto auto;
}

.button-subscribe.subscribe:hover {
  background-color: #000;
}

.form {
  position: relative;
}

.checkbox-label {
  font-size: 14px;
  font-weight: 700;
  display: none;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.checkbox-field._2 {
  margin-top: 5px;
}

.form-input {
  color: var(--dark-slate-grey);
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  min-height: 59px;
  padding-left: 17px;
  font-size: 14px;
  font-weight: 700;
}

.form-input::placeholder {
  color: var(--dim-grey);
  font-size: 14px;
  font-weight: 600;
}

.featured-icon {
  background-color: #000;
  background-image: url('../images/rhn0rfh8dblvz8qqrr.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 2px;
  width: 42px;
  height: 31px;
  position: absolute;
  inset: 13px 0 auto auto;
}

.search-result-wrapper {
  max-width: 80%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.photo {
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.absolute-background {
  background-color: #171717;
  display: none;
  position: absolute;
  inset: 0%;
}

.button-2 {
  color: #fff;
  cursor: none;
  background-color: #000;
  border-radius: 20px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.button-2:hover {
  background-color: #4d4d4d;
}

.about-wrapper {
  max-width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.about-wrapper._2 {
  max-width: 50%;
}

.contact-grid {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.form-font {
  color: #fff;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
}

.form-font.dark {
  color: #4d4d4d;
}

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

.grid-form.for-contact {
  width: 100%;
}

.subscribe-form {
  max-width: 600px;
}

.subscribe-form._450px {
  max-width: 580px;
}

.subscribe-form._450px.center {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.cart-item {
  align-items: center;
}

.pricing-grid {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.pricing-wrapper {
  text-align: center;
  background-color: #fff;
  border: 1px solid #eee;
  flex-direction: column;
  justify-content: center;
  min-height: 240px;
  margin-left: -1px;
  padding: 30px 40px 10px;
  display: flex;
  position: relative;
}

.pricing-wrapper._2 {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

.big-price-title {
  color: var(--black);
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}

.pricing-title {
  max-width: 90%;
  margin: 0 auto 30px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.add-to-cart {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-big-title {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

.margin-150px {
  margin-top: 100px;
}

.subhead-2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
}

.subhead-2.half {
  max-width: 64%;
  font-size: 33px;
}

.subhead-2.half.full {
  max-width: 100%;
  font-family: Inter, sans-serif;
  line-height: 1.3;
}

.hero-w-width {
  margin-left: auto;
  margin-right: auto;
}

.about-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.about-grid.second {
  grid-template-columns: minmax(200px, 1fr) 1.2fr;
}

.iphone-overlay {
  background-image: linear-gradient(#0000 60%, #fff 95%);
  position: absolute;
  inset: 0%;
}

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

.button-flex.second {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.iphone-mockup {
  justify-content: center;
  display: flex;
  position: relative;
}

.text-badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffffed;
  border: 1px solid #e1e1e1;
  border-radius: 7px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 13px 10px 11px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-badge-hover {
  background-color: #9bfa13;
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
  inset: auto auto 15px 15px;
}

.badge-paragraph {
  opacity: 1;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}

.badge-paragraph.biger {
  font-size: 15px;
  font-weight: 700;
}

.badge-wrapper {
  z-index: 999;
  grid-row-gap: 5px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.text-badge-wrapper {
  z-index: 1;
  height: 18px;
  position: relative;
  overflow: hidden;
}

.icon-badge {
  z-index: 1;
  width: 20px;
  height: 20px;
  position: relative;
}

.badge-content {
  z-index: 9999;
  position: fixed;
  inset: auto 15px 15px auto;
}

.photo-badge {
  background-image: url('../images/unlock-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 7px;
  min-width: 140px;
  min-height: 130px;
}

.code-embed {
  color: #000;
}

.remove-icon {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: -5px -5px auto auto;
}

@media screen and (max-width: 991px) {
  .utility-page-wrap {
    height: 600px;
  }

  .title-3 {
    line-height: 1.2;
  }

  .licensing-block {
    width: 100%;
  }

  .title-1 {
    font-size: 59px;
    line-height: 1;
  }

  .light-gray-2, .light-gray {
    width: 33.3333%;
  }

  .text-highlight {
    padding: 20px;
  }

  .color-block-parent {
    width: 33.3333%;
  }

  .title-2 {
    font-size: 40px;
    line-height: 40px;
  }

  .light-gray-3 {
    width: 33.3333%;
  }

  .sticky-bar {
    flex-basis: 100%;
    position: relative;
    top: 0;
  }

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

  .information {
    flex-basis: auto;
    margin-right: 0;
  }

  .navigation {
    grid-template-columns: 1fr 1.5fr;
    padding: 10px 3% 10px 2%;
  }

  .cart {
    flex: none;
  }

  .services-wrapper {
    width: 70%;
  }

  .search-input {
    width: 120px;
  }

  .nav-menu {
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 16px 20px;
    display: block;
  }

  .nav-link {
    flex: 1;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-link._2 {
    display: block;
  }

  .navbar {
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .collection-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .hamburger {
    width: 20px;
  }

  .menu-button {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0;
  }

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

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

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

  .navigation-top-part {
    padding: 15px 2%;
  }

  .grid-2-columns._2 {
    grid-column-gap: 30px;
  }

  .grid-2-columns._3 {
    grid-column-gap: 5px;
    grid-template-columns: 3fr 5fr 3fr;
  }

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

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

  .logo-link {
    width: 200px;
    padding-left: 0;
  }

  .blog-features-small-photo._3 {
    min-height: 120px;
  }

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

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

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

  .copyright-flex {
    justify-content: flex-start;
  }

  .cookies-font {
    flex: 1;
  }

  .photo {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .about-wrapper, .about-wrapper._2 {
    max-width: 90%;
  }

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

  .form-font {
    flex: 1;
  }

  .grid-form {
    width: 100%;
  }

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

  .blog-big-title, .subhead-2.half, .hero-w-width {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  blockquote {
    font-size: 33px;
  }

  .body-content {
    padding-top: 0;
    padding-left: 0;
  }

  .text-field {
    height: 45px;
  }

  .title-1 {
    font-size: 48px;
  }

  .type-row {
    flex-direction: column;
  }

  .text-highlight {
    padding: 26px 9px;
  }

  .type-column {
    width: 100%;
    margin-bottom: 20px;
  }

  .title-2 {
    font-size: 36px;
    line-height: 40px;
  }

  .navigation {
    grid-template-columns: 1fr 2fr;
    padding-right: 4%;
  }

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

  .sub-logo-text {
    display: none;
  }

  .nav-menu {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .grid-2-columns._2 {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._3 {
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr 4fr;
    display: flex;
  }

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

  .blog-features-small-photo._2 {
    min-height: 400px;
  }

  .blog-features-small-photo._3 {
    min-height: 180px;
  }

  .blog-title-small {
    font-size: 30px;
  }

  .blog-title-small._2 {
    font-size: 20px;
  }

  .grid-3-columns {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .copyright-flex {
    grid-template-columns: 1fr;
  }

  .grid-form {
    width: 80%;
  }

  .blog-big-title {
    font-size: 40px;
  }

  .about-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
  }

  .about-grid.second {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    font-size: 28px;
    line-height: 30px;
  }

  .body-content {
    padding-top: 0;
    padding-left: 0;
  }

  .section {
    padding-left: 3%;
    padding-right: 3%;
  }

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

  .copyright-dot {
    display: none;
  }

  .title-3 {
    font-size: 24px;
  }

  .text-field {
    height: 42px;
    margin-bottom: 10px;
  }

  .shrink-item {
    margin-right: 0;
  }

  .shrink-item.flex {
    margin-top: 20px;
    margin-right: 0;
  }

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

  .licensing-content {
    flex-direction: column;
  }

  .color-block {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .typography-flex {
    width: 68%;
  }

  .color-row {
    flex-direction: column;
  }

  .title-1 {
    font-size: 34px;
  }

  .light-gray-2 {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .type-row {
    flex-direction: column;
  }

  .light-gray {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-highlight {
    width: 32%;
    padding: 20px 10px;
  }

  .grayscale-parent {
    height: 55px;
  }

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

  .type-column {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .color-block-parent {
    width: 100%;
    margin-right: 3%;
  }

  .title-2 {
    font-size: 30px;
    line-height: 34px;
  }

  .light-gray-3 {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .left-block {
    margin-left: 0;
  }

  .price-pop {
    font-size: 16px;
  }

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

  .field-label {
    font-size: 16px;
  }

  .navigation {
    padding: 10px 5% 10px 3%;
  }

  .price-tag {
    font-size: 22px;
    line-height: 24px;
  }

  .price-tag.small, .table-price {
    font-size: 16px;
  }

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

  .remove-button {
    width: 24px;
    height: 24px;
  }

  .photo-cart {
    flex: none;
    width: 50px;
    height: 50px;
    margin-right: 18px;
  }

  .services-wrapper {
    width: 100%;
  }

  .sub-logo-text {
    display: none;
  }

  .search-input {
    width: 110px;
  }

  .button-search.search {
    top: 7px;
  }

  .nav-menu {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .nav-link {
    width: 100%;
    font-size: 15px;
  }

  .collection-list {
    align-items: flex-start;
  }

  .text-field-primary {
    margin-bottom: 10px;
  }

  .search-result-item {
    padding: 20px;
  }

  .photo-animation-2._100 {
    margin-bottom: 30px;
  }

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

  .subhead {
    font-size: 19px;
    line-height: 23px;
  }

  .grid-2-columns._3 {
    grid-column-gap: 10px;
    grid-template-columns: 2fr 4fr;
  }

  .social-icon {
    width: 26px;
    height: 26px;
    margin-left: 3px;
    margin-right: 3px;
    padding: 5px;
  }

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

  .blog-features-small-photo {
    width: 90px;
    height: 90px;
  }

  .blog-features-small-photo._2, .blog-features-small-photo._3 {
    min-height: 250px;
  }

  .blog-title-small, .blog-title-small._2 {
    font-size: 17px;
  }

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

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

  .copyright {
    margin-bottom: 5px;
  }

  .checkbox {
    flex: none;
    width: 20px;
    height: 20px;
    margin-left: -16px;
  }

  .button-subscribe.subscribe {
    border-radius: 6px;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
    top: 0;
    right: 0;
  }

  .form {
    max-width: 100%;
  }

  .checkbox-field {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .form-input {
    border-radius: 5px;
    min-height: 60px;
  }

  .search-result-wrapper {
    max-width: 100%;
  }

  .about-wrapper {
    max-width: 95%;
  }

  .contact-grid {
    flex-direction: column-reverse;
    display: flex;
  }

  .grid-form {
    grid-column-gap: 15px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .subscribe-form._450px {
    width: 100%;
  }

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

  .blog-big-title {
    font-size: 30px;
  }

  .subhead-2 {
    max-width: 100%;
    font-size: 25px;
  }

  .subhead-2.half.full {
    font-size: 29px;
  }

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

#w-node-_2ff5a873-a9d8-88b7-2f50-0358a01d9b78-c767985a, #w-node-_2ff5a873-a9d8-88b7-2f50-0358a01d9b81-c767985a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ab97920-8af9-b256-3e6e-41a472338318-3f527a08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a19cbabc-c131-f952-1e2a-f54de577a410-e577a40d {
  justify-self: center;
}

#w-node-_9253de22-8bf6-6d6d-acfe-e7367c4a7cda-e577a40d {
  justify-self: end;
}

#Name.w-node-_664d46c0-cd6e-cd5e-8949-5de930e5146e-c76798e1, #Email-3.w-node-_664d46c0-cd6e-cd5e-8949-5de930e51470-c76798e1, #Message.w-node-_664d46c0-cd6e-cd5e-8949-5de930e51471-c76798e1, #w-node-_664d46c0-cd6e-cd5e-8949-5de930e51472-c76798e1, #w-node-_664d46c0-cd6e-cd5e-8949-5de930e51478-c76798e1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7f382f00-8092-7b93-7c68-c1c3a1f4ff6d-c76798e9, #w-node-_4129ba5f-7cf2-5566-b3e6-a1572839a8f8-c76798e9 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_8ae5efb8-68df-24a2-02e2-ee591471e676-c767985a, #w-node-_5889fa12-9329-f103-c57f-6e243af7b664-3af7b646 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-eefdb43e-0f91-daa4-807a-b51269d47263-c767985a, #w-node-b194b2a0-f623-5785-3a81-6e7028e96ace-c767985a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5889fa12-9329-f103-c57f-6e243af7b664-3af7b646 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5889fa12-9329-f103-c57f-6e243af7b664-3af7b646 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #Name.w-node-_664d46c0-cd6e-cd5e-8949-5de930e5146e-c76798e1, #Email-3.w-node-_664d46c0-cd6e-cd5e-8949-5de930e51470-c76798e1, #w-node-_664d46c0-cd6e-cd5e-8949-5de930e51478-c76798e1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


@font-face {
  font-family: 'Redaction';
  src: url('../fonts/Redaction-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redaction';
  src: url('../fonts/Redaction-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redaction';
  src: url('../fonts/Redaction-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* ========================================
   Hero Banner Section Styles
   ======================================== */

.hero-banner {
  position: relative;
  min-height: 85vh;
  padding: 80px 2% 60px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-background-wrapper {
  position: absolute;
  inset: 0;
  z-index: 0;
}

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

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.4) 100%);
}

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

.hero-content-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

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

.hero-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 8px 16px;
  margin-bottom: 24px;
}

.hero-label-icon {
  color: #ffd700;
  font-size: 14px;
}

.hero-label-text {
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}

.hero-title {
  font-family: Redaction, serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.05;
  margin: 0 0 24px;
  color: #fff;
}

.hero-title-accent {
  font-style: italic;
  color: #fafafa;
  position: relative;
}

.hero-title-accent::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: var(--dim-grey);
  opacity: 0.6;
}

.hero-description {
  font-family: Redaction, serif;
  font-size: 20px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 32px;
  max-width: 500px;
}

.hero-cta-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 48px;
}

.hero-primary-btn {
  background-color: #fff;
  color: #000;
  padding: 16px 32px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.hero-primary-btn:hover {
  background-color: var(--gainsboro);
  color: #000;
  transform: translateY(-2px);
}

.hero-secondary-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.hero-secondary-link:hover {
  color: #fff;
}

.hero-link-arrow {
  transition: transform 0.3s ease;
}

.hero-secondary-link:hover .hero-link-arrow {
  transform: translateX(4px);
}

.hero-features {
  display: flex;
  align-items: center;
  gap: 24px;
}

.hero-feature-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero-feature-number {
  font-family: Redaction, serif;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.hero-feature-label {
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hero-feature-divider {
  width: 1px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
}

.hero-image-content {
  display: flex;
  justify-content: center;
}

.hero-card {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
  max-width: 380px;
  transform: rotate(2deg);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.hero-card:hover {
  transform: rotate(0deg) translateY(-8px);
  box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.5);
}

.hero-card-image-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.hero-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.hero-card:hover .hero-card-image {
  transform: scale(1.05);
}

.hero-card-content {
  padding: 20px 24px 24px;
}

.hero-card-badge {
  display: inline-block;
  background-color: var(--black);
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 6px 12px;
  border-radius: 4px;
  margin-bottom: 12px;
}

.hero-card-title {
  font-family: Redaction, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--black);
  margin: 0;
}

.hero-scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.7);
  animation: bounce 2s infinite;
}

.hero-scroll-text {
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-scroll-arrow {
  font-size: 18px;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-8px);
  }
  60% {
    transform: translateX(-50%) translateY(-4px);
  }
}

/* Hero Banner Tablet Styles */
@media screen and (max-width: 991px) {
  .hero-banner {
    min-height: 75vh;
    padding: 60px 3% 50px;
  }

  .hero-content-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

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

  .hero-title {
    font-size: 56px;
  }

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

  .hero-cta-wrapper {
    justify-content: center;
  }

  .hero-features {
    justify-content: center;
  }

  .hero-image-content {
    display: none;
  }

  .hero-scroll-indicator {
    bottom: 20px;
  }
}

/* Hero Banner Mobile Styles */
@media screen and (max-width: 767px) {
  .hero-banner {
    min-height: 70vh;
    padding: 50px 4% 40px;
  }

  .hero-title {
    font-size: 42px;
  }

  .hero-description {
    font-size: 18px;
  }

  .hero-cta-wrapper {
    flex-direction: column;
    gap: 16px;
  }

  .hero-features {
    gap: 16px;
  }

  .hero-feature-number {
    font-size: 24px;
  }

  .hero-feature-divider {
    height: 30px;
  }
}

/* Hero Banner Small Mobile Styles */
@media screen and (max-width: 479px) {
  .hero-banner {
    min-height: 80vh;
    padding: 40px 5% 30px;
  }

  .hero-label {
    padding: 6px 12px;
    margin-bottom: 20px;
  }

  .hero-label-text {
    font-size: 11px;
  }

  .hero-title {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .hero-title-accent::after {
    height: 3px;
    bottom: 4px;
  }

  .hero-description {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px;
  }

  .hero-primary-btn {
    width: 100%;
    text-align: center;
    padding: 14px 24px;
  }

  .hero-secondary-link {
    font-size: 14px;
  }

  .hero-features {
    flex-wrap: wrap;
    gap: 12px;
  }

  .hero-feature-item {
    flex: 1;
    min-width: 80px;
    align-items: center;
  }

  .hero-feature-number {
    font-size: 22px;
  }

  .hero-feature-label {
    font-size: 11px;
  }

  .hero-feature-divider {
    display: none;
  }

  .hero-scroll-indicator {
    display: none;
  }
}

/* End Hero Banner Section Styles */

/* ========================================
   Pagination Styles
   ======================================== */

.pagination-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 8px 12px;
  border: 1px solid var(--gainsboro);
  border-radius: 5px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
  text-decoration: none;
  transition: all 0.2s ease;
  background-color: #fff;
}

.pagination-link:hover {
  background-color: var(--ghost-white);
  border-color: var(--light-grey);
}

.pagination-link.pagination-current {
  background-color: var(--black);
  border-color: var(--black);
  color: #fff;
  cursor: default;
}

.pagination-link.pagination-prev,
.pagination-link.pagination-next {
  padding: 8px 16px;
}

.pagination-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  font-size: 14px;
  color: var(--dim-grey-2);
}

/* Pagination Tablet Styles */
@media screen and (max-width: 991px) {
  .pagination-link {
    min-width: 36px;
    height: 36px;
    font-size: 13px;
  }
  
  .pagination-link.pagination-prev,
  .pagination-link.pagination-next {
    padding: 8px 12px;
  }
}

/* Pagination Mobile Styles */
@media screen and (max-width: 479px) {
  .pagination-wrapper {
    gap: 4px;
  }
  
  .pagination-link {
    min-width: 34px;
    height: 34px;
    font-size: 12px;
    padding: 6px 8px;
  }
  
  .pagination-link.pagination-prev,
  .pagination-link.pagination-next {
    padding: 6px 10px;
    font-size: 11px;
  }
  
  .pagination-ellipsis {
    min-width: 24px;
    font-size: 12px;
  }
}

/* End Pagination Styles */

/* ========================================
   Featured Article Section Styles
   ======================================== */

.featured-article-image-wrapper {
  position: relative;
}

.featured-article-link {
  display: block;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.featured-article-link:hover .photo {
  transform: scale(1.03);
}

.featured-article-link:hover {
  opacity: 1;
}

.featured-article-content {
  padding-left: 20px;
}

/* Featured Article Tablet Styles */
@media screen and (max-width: 991px) {
  .featured-article-content {
    padding-left: 0;
    padding-top: 16px;
  }
}

/* Featured Article Mobile Styles */
@media screen and (max-width: 767px) {
  .featured-article-image-wrapper .blog-features-small-photo._5 {
    aspect-ratio: 16/9 !important;
    min-height: 220px;
  }
  
  .featured-article-content {
    padding-top: 24px;
  }
}

/* Featured Article Small Mobile Styles */
@media screen and (max-width: 479px) {
  .featured-article-image-wrapper .blog-features-small-photo._5 {
    min-height: 200px;
  }
}

/* End Featured Article Section Styles */

/* ========================================
   Hero Card Link Styles
   ======================================== */

a.hero-card {
  display: block;
  text-decoration: none;
  color: inherit;
}

a.hero-card:hover {
  transform: rotate(0deg) translateY(-8px);
  box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.5);
}

/* End Hero Card Link Styles */

/* ========================================
   Hamburger Menu Overlay Fix
   ======================================== */

@media screen and (max-width: 991px) {
  .navbar.w-nav {
    position: static;
  }

  .navigation-bottom {
    position: sticky;
    top: 0;
  }

  .w-nav-overlay {
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
  }

  .w-nav-overlay .nav-menu {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    background-color: #fff;
    padding: 16px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .w-nav-overlay .nav-link {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 16px;
    font-size: 16px;
    border-bottom: 1px solid #f0f0f0;
  }

  .w-nav-overlay .nav-link:last-child {
    border-bottom: none;
  }
}

/* ========================================
   Blog Cards Responsive Grid
   ======================================== */

.blog-cards-grid {
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 991px) {
  .blog-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .blog-cards-grid {
    grid-template-columns: 1fr !important;
    grid-row-gap: 24px;
  }
}

@media screen and (max-width: 479px) {
  .blog-cards-grid {
    grid-template-columns: 1fr !important;
    grid-row-gap: 20px;
  }
}