/** Shopify CDN: Minification failed

Line 8:0 Expected identifier but found "<"
Line 390:1 Unexpected ">"

**/
.dpg {
<<<<<<< HEAD
  --dpg-ink: #141414;
  --dpg-muted: #666;
  --dpg-line: #e7e7e7;
  --dpg-soft: #f6f6f4;
  --dpg-red: #d71920;
  --dpg-red-dark: #a90e14;
  --dpg-shell: 1320px;
  box-sizing: border-box;
  overflow: hidden;
  color: var(--dpg-ink);
  background: #fff;
}

.dpg *, .dpg *::before, .dpg *::after { box-sizing: inherit; }
.dpg [hidden] { display: none !important; }
.dpg__shell { width: min(var(--dpg-shell), calc(100% - 32px)); margin-inline: auto; }

.dpg__breadcrumbs { padding-block: 18px; color: var(--dpg-muted); font-size: 13px; }
.dpg__breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.dpg__breadcrumbs li + li::before { content: '/'; margin-right: 8px; color: #aaa; }
.dpg__breadcrumbs a { color: inherit; text-decoration: none; }
.dpg__breadcrumbs a:hover { color: var(--dpg-red); }

.dpg__hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(270px, .6fr);
  gap: clamp(30px, 5vw, 76px);
  align-items: center;
  min-height: 510px;
  padding: clamp(44px, 7vw, 92px);
  overflow: hidden;
  border-radius: 28px;
  color: #fff;
  background: radial-gradient(circle at 85% 15%, rgba(215,25,32,.5), transparent 34%), linear-gradient(130deg, #090909 0%, #1c1c1c 70%, #40070a 100%);
}
.dpg__hero::after { content: ''; position: absolute; right: -7%; bottom: -52%; width: 460px; aspect-ratio: 1; border: 75px solid rgba(255,255,255,.045); border-radius: 50%; }
.dpg__hero-copy, .dpg__proof { position: relative; z-index: 1; }
.dpg__eyebrow { margin: 0 0 12px; color: #ff666b; font-size: 12px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.dpg__hero h1 { max-width: 830px; margin: 0; font-size: clamp(42px, 6vw, 82px); line-height: .96; letter-spacing: -.045em; }
.dpg__lead { max-width: 720px; margin: 24px 0 0; color: #d9d9d9; font-size: clamp(16px, 1.7vw, 20px); line-height: 1.65; }
.dpg__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.dpg__button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid var(--dpg-red); border-radius: 999px; color: #fff; background: var(--dpg-red); font-weight: 750; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.dpg__button:hover { color: #fff; background: var(--dpg-red-dark); transform: translateY(-2px); }
.dpg__button--ghost { border-color: rgba(255,255,255,.42); background: transparent; }
.dpg__button--ghost:hover { background: rgba(255,255,255,.1); }
.dpg__button--light { border-color: #fff; color: var(--dpg-ink); background: #fff; }
.dpg__button--light:hover { color: var(--dpg-ink); background: #eee; }
.dpg__proof { display: grid; gap: 12px; }
.dpg__proof-item { padding: 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.07); backdrop-filter: blur(8px); }
.dpg__proof-item strong, .dpg__proof-item span { display: block; }
.dpg__proof-item strong { color: #fff; font-size: 28px; line-height: 1; }
.dpg__proof-item span { margin-top: 7px; color: #cfcfcf; font-size: 13px; }

.dpg__section { padding-block: clamp(68px, 9vw, 116px); }
.dpg__section--tint { background: var(--dpg-soft); }
.dpg__section--dark { color: #fff; background: #111; }
.dpg__section-head { display: grid; grid-template-columns: minmax(0, .75fr) minmax(280px, 1.25fr); gap: 28px; align-items: end; margin-bottom: 34px; }
.dpg__section-head h2, .dpg__request h2, .dpg__faq h2 { margin: 0; font-size: clamp(32px, 4vw, 54px); line-height: 1.03; letter-spacing: -.035em; }
.dpg__section-head p, .dpg__request-copy > p, .dpg__faq-intro { margin: 0; color: var(--dpg-muted); font-size: 16px; line-height: 1.7; }
.dpg__section--dark .dpg__eyebrow { color: #ff666b; }
.dpg__section--dark .dpg__faq-intro { color: #bdbdbd; }

.dpg__filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.dpg__filter { padding: 9px 15px; border: 1px solid #d8d8d8; border-radius: 999px; color: #444; background: #fff; cursor: pointer; font: inherit; font-size: 13px; font-weight: 700; }
.dpg__filter:hover, .dpg__filter.is-active { border-color: var(--dpg-red); color: #fff; background: var(--dpg-red); }

.dpg__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(7px, 1.2vw, 16px); }
.dpg__card { display: block; min-width: 0; padding: 0; overflow: hidden; border: 1px solid var(--dpg-line); border-radius: 12px; color: inherit; background: #fff; cursor: zoom-in; font: inherit; box-shadow: 0 8px 28px rgba(0,0,0,.035); }
.dpg__image-frame { display: block; aspect-ratio: 1; overflow: hidden; background: #f2f2f0; }
.dpg__image-frame img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.dpg__card:hover .dpg__image-frame img, .dpg__card:focus-visible .dpg__image-frame img { transform: scale(1.035); }
.dpg__card:focus-visible, .dpg__filter:focus-visible, .dpg__button:focus-visible, .dpg summary:focus-visible { outline: 3px solid var(--dpg-red); outline-offset: 3px; }
.dpg__card-copy { display: block; min-height: 78px; padding: 13px 15px 15px; text-align: left; }
.dpg__card-copy strong, .dpg__card-copy small { display: block; }
.dpg__card-copy strong { font-size: 14px; line-height: 1.35; }
.dpg__card-copy small { margin-top: 5px; color: var(--dpg-muted); font-size: 12px; line-height: 1.35; }

.dpg__process { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.dpg__process-card { padding: 30px; border: 1px solid #e3e3df; border-radius: 18px; background: #fff; box-shadow: 0 12px 38px rgba(0,0,0,.04); }
.dpg__process-card span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: #fff; background: var(--dpg-red); font-weight: 800; }
.dpg__process-card h3 { margin: 22px 0 10px; font-size: 21px; }
.dpg__process-card p { margin: 0; color: var(--dpg-muted); line-height: 1.65; }

.dpg__request { display: grid; grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr); gap: clamp(34px, 7vw, 90px); align-items: start; }
.dpg__request-copy > p { margin-top: 20px; }
.dpg__request-list { display: grid; gap: 12px; margin: 26px 0 0; padding: 0; list-style: none; }
.dpg__request-list li { position: relative; padding-left: 29px; line-height: 1.5; }
.dpg__request-list li::before { content: '✓'; position: absolute; left: 0; color: var(--dpg-red); font-weight: 900; }
.dpg__form { padding: clamp(24px, 4vw, 42px); border: 1px solid #e5e5e5; border-radius: 20px; background: #fff; box-shadow: 0 16px 55px rgba(0,0,0,.07); }
.dpg__form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.dpg__field--full { grid-column: 1 / -1; }
.dpg__field label { display: block; margin-bottom: 7px; font-size: 13px; font-weight: 750; }
.dpg__field input, .dpg__field select, .dpg__field textarea { display: block; width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #d8d8d8; border-radius: 8px; color: var(--dpg-ink); background: #fff; font: inherit; }
.dpg__field textarea { min-height: 125px; resize: vertical; }
.dpg__field input:focus, .dpg__field select:focus, .dpg__field textarea:focus { border-color: var(--dpg-red); outline: 2px solid rgba(215,25,32,.16); }
.dpg__form .dpg__button { margin-top: 20px; border: 0; cursor: pointer; }
.dpg__form-status { margin: 0 0 18px; padding: 12px 14px; border-radius: 8px; background: #e9f8ed; color: #17652d; }
.dpg__form-errors { margin-bottom: 18px; color: #a21016; }

.dpg__faq { display: grid; grid-template-columns: minmax(0, .75fr) minmax(430px, 1.25fr); gap: clamp(35px, 7vw, 90px); align-items: start; }
.dpg__faq-intro { margin-top: 18px; }
.dpg__faq-list { border-top: 1px solid #383838; }
.dpg__faq-list details { border-bottom: 1px solid #383838; }
.dpg__faq-list summary { position: relative; padding: 22px 44px 22px 0; cursor: pointer; list-style: none; font-size: 17px; font-weight: 750; }
.dpg__faq-list summary::-webkit-details-marker { display: none; }
.dpg__faq-list summary::after { content: '+'; position: absolute; right: 4px; top: 19px; color: #ff666b; font-size: 26px; font-weight: 400; }
.dpg__faq-list details[open] summary::after { content: '−'; }
.dpg__faq-answer { padding: 0 48px 24px 0; color: #bdbdbd; line-height: 1.7; }
.dpg__faq-answer p { margin: 0; }

.dpg__bottom { display: flex; gap: 28px; align-items: center; justify-content: space-between; padding: clamp(30px, 5vw, 56px); border-radius: 24px; color: #fff; background: linear-gradient(120deg, var(--dpg-red-dark), var(--dpg-red)); }
.dpg__bottom h2 { margin: 0; font-size: clamp(27px, 3.7vw, 46px); line-height: 1.05; }
.dpg__bottom p { max-width: 700px; margin: 12px 0 0; color: #ffe5e6; line-height: 1.6; }
.dpg__bottom .dpg__button { flex: 0 0 auto; }

.dpg__lightbox { position: fixed; z-index: 9999; inset: 0; display: grid; place-items: center; padding: 18px; }
.dpg__lightbox-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.9); }
.dpg__lightbox-dialog { position: relative; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; width: min(960px,100%); max-height: calc(100vh - 36px); overflow: hidden; border-radius: 12px; background: #fff; }
.dpg__lightbox-dialog > img { display: block; grid-column: 1 / -1; width: 100%; max-height: calc(100vh - 135px); object-fit: contain; background: #f4f4f2; }
.dpg__lightbox-close, .dpg__lightbox-nav { position: absolute; z-index: 2; display: grid; place-items: center; border: 0; border-radius: 50%; color: #111; background: rgba(255,255,255,.95); cursor: pointer; }
.dpg__lightbox-close { top: 12px; right: 12px; width: 42px; height: 42px; font-size: 30px; }
.dpg__lightbox-nav { top: 50%; width: 44px; height: 44px; transform: translateY(-50%); font-size: 34px; }
.dpg__lightbox-nav--prev { left: 12px; } .dpg__lightbox-nav--next { right: 12px; }
.dpg__lightbox-copy { grid-column: 1 / -1; padding: 14px 18px 17px; }
.dpg__lightbox-copy h2 { margin: 0; font-size: 18px; }
.dpg__lightbox-copy p { margin: 4px 0 0; color: var(--dpg-muted); font-size: 13px; }
body.dpg-no-scroll { overflow: hidden; }

@media (min-width: 750px) {
  .dpg__grid--3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .dpg__grid--4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .dpg__grid--5 { grid-template-columns: repeat(5, minmax(0,1fr)); }
}
@media (max-width: 990px) {
  .dpg__hero, .dpg__request, .dpg__faq { grid-template-columns: 1fr; }
  .dpg__hero { min-height: auto; }
  .dpg__proof { grid-template-columns: repeat(3,1fr); }
  .dpg__section-head { grid-template-columns: 1fr; align-items: start; }
  .dpg__process { grid-template-columns: 1fr; }
  .dpg__bottom { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 749px) {
  .dpg__shell { width: min(100% - 20px, var(--dpg-shell)); }
  .dpg__hero { padding: 38px 22px; border-radius: 18px; }
  .dpg__proof { grid-template-columns: 1fr; }
  .dpg__proof-item { padding: 17px; }
  .dpg__card { border-radius: 8px; }
  .dpg__card-copy { min-height: 70px; padding: 9px 10px 11px; }
  .dpg__card-copy strong { font-size: 12px; }
  .dpg__card-copy small { font-size: 10px; }
  .dpg__form-grid { grid-template-columns: 1fr; }
  .dpg__field--full { grid-column: auto; }
  .dpg__request { gap: 28px; }
  .dpg__faq { gap: 28px; }
  .dpg__lightbox-dialog > img { max-height: calc(100vh - 125px); }
  .dpg__lightbox-nav { width: 38px; height: 38px; }
}
@media (prefers-reduced-motion: reduce) {
  .dpg__image-frame img, .dpg__button { transition: none; }
=======
  --dpg-ink: #151515;
  --dpg-muted: #6b6b6b;
  --dpg-red: #d71920;
  box-sizing: border-box;
  max-width: 1500px;
  margin: 0 auto;
  padding: clamp(40px, 6vw, 88px) clamp(12px, 3vw, 40px);
  color: var(--dpg-ink);
}

.dpg *,
.dpg *::before,
.dpg *::after {
  box-sizing: inherit;
}

.dpg__header {
  max-width: 760px;
  margin: 0 auto clamp(30px, 5vw, 56px);
  text-align: center;
}

.dpg__eyebrow {
  margin: 0 0 10px;
  color: var(--dpg-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.dpg__header h1 {
  margin: 0;
  font-size: clamp(34px, 6vw, 72px);
  line-height: .98;
  letter-spacing: -.045em;
}

.dpg__header > p:last-child {
  max-width: 600px;
  margin: 18px auto 0;
  color: var(--dpg-muted);
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.6;
}

.dpg__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(6px, 1.25vw, 16px);
}

.dpg__card {
  display: block;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #ececea;
  border-radius: 2px;
  background: #fff;
  color: inherit;
  cursor: zoom-in;
  font: inherit;
}

.dpg__image-frame {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  background: #f4f4f2;
}

.dpg__image-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.dpg__card:hover .dpg__image-frame img,
.dpg__card:focus-visible .dpg__image-frame img {
  transform: scale(1.025);
}

.dpg__card:focus-visible {
  outline: 3px solid var(--dpg-red);
  outline-offset: 3px;
}

.dpg__card-copy {
  display: block;
  padding: 12px 14px 14px;
  text-align: left;
}

.dpg__card-copy strong,
.dpg__card-copy small {
  display: block;
}

.dpg__card-copy strong {
  font-size: 14px;
  line-height: 1.3;
}

.dpg__card-copy small {
  margin-top: 4px;
  color: var(--dpg-muted);
  font-size: 12px;
  line-height: 1.35;
}

.dpg__lightbox[hidden] {
  display: none;
}

.dpg__lightbox {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
}

.dpg__lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .88);
}

.dpg__lightbox-dialog {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  width: min(960px, 100%);
  max-height: calc(100vh - 36px);
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
}

.dpg__lightbox-dialog > img {
  display: block;
  grid-column: 1 / -1;
  width: 100%;
  max-height: calc(100vh - 135px);
  object-fit: contain;
  background: #f4f4f2;
}

.dpg__lightbox-close,
.dpg__lightbox-nav {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .94);
  color: #111;
  cursor: pointer;
}

.dpg__lightbox-close {
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  font-size: 30px;
  line-height: 1;
}

.dpg__lightbox-nav {
  top: 50%;
  width: 44px;
  height: 44px;
  transform: translateY(-50%);
  font-size: 34px;
}

.dpg__lightbox-nav--prev { left: 12px; }
.dpg__lightbox-nav--next { right: 12px; }

.dpg__lightbox-copy {
  grid-column: 1 / -1;
  padding: 14px 18px 17px;
}

.dpg__lightbox-copy h2 {
  margin: 0;
  font-size: 18px;
}

.dpg__lightbox-copy p {
  margin: 4px 0 0;
  color: var(--dpg-muted);
  font-size: 13px;
}

body.dpg-no-scroll { overflow: hidden; }

@media (min-width: 750px) {
  .dpg__grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .dpg__grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .dpg__grid--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

@media (max-width: 749px) {
  .dpg__card-copy { padding: 9px 10px 11px; }
  .dpg__card-copy strong { font-size: 12px; }
  .dpg__card-copy small { font-size: 10px; }
  .dpg__lightbox-dialog > img { max-height: calc(100vh - 125px); }
  .dpg__lightbox-nav { width: 38px; height: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  .dpg__image-frame img { transition: none; }
>>>>>>> e27cdeb79d59558da388266a1e95fe021a68f5cf
}
