.dfp-projects{--dfp-accent:#9B7CF6;--dfp-surface:#160d26;--dfp-surface-2:#100a1d;--dfp-text:#ffffff;--dfp-muted:#c7c1d2;--dfp-columns:2;width:100%;color:var(--dfp-text)}.dfp-projects *{box-sizing:border-box}.dfp-projects .dfp-card a,.dfp-projects .dfp-card button{-webkit-tap-highlight-color:#fff0}.dfp-filters{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 30px;align-items:center}.dfp-filter{appearance:none;min-height:44px;border:1px solid rgb(155 124 246 / .48);background:rgb(17 12 27 / .72);color:#e8e2f3;padding:0 18px;border-radius:10px;font:inherit;font-size:14px;font-weight:650;line-height:1;cursor:pointer;transition:background .25s ease,border-color .25s ease,color .25s ease,transform .25s ease,box-shadow .25s ease}.dfp-filter:hover,.dfp-filter:focus-visible{border-color:var(--dfp-accent);color:#fff;outline:none;transform:translateY(-1px);box-shadow:0 10px 28px rgb(0 0 0 / .2)}.dfp-filter.is-active{background:var(--dfp-accent);border-color:var(--dfp-accent);color:#0c0813;box-shadow:0 10px 30px rgb(155 124 246 / .22)}.dfp-grid{display:grid;grid-template-columns:repeat(var(--dfp-columns),minmax(0,1fr));gap:30px;align-items:start}.dfp-card{min-width:0;overflow:hidden;border:1px solid rgb(155 124 246 / .78);border-radius:20px;background:var(--dfp-surface);box-shadow:0 20px 60px rgb(0 0 0 / .18);transition:opacity .26s ease,transform .26s ease,border-color .3s ease,box-shadow .3s ease}.dfp-card:hover,.dfp-card:focus-within{border-color:var(--dfp-accent);box-shadow:0 24px 72px rgb(0 0 0 / .28),0 0 0 1px rgb(155 124 246 / .08)}.dfp-card.is-hidden{display:none}.dfp-card.is-filtering{opacity:0;transform:scale(.985)}.dfp-card__header{min-height:154px;padding:30px 32px 28px;background:linear-gradient(180deg,#1a102b 0%,#150c25 100%);display:flex;flex-direction:column;justify-content:center}.dfp-card__eyebrow{margin:0 0 11px;color:#d2bcff;font-size:13px;line-height:1.3;font-weight:800;letter-spacing:.075em;text-transform:uppercase}.dfp-card__title{margin:0;color:#fff;font-size:clamp(36px,3.15vw,52px);line-height:1.02;font-weight:650;letter-spacing:-.035em}.dfp-card__title a{color:inherit!important;text-decoration:none!important;transition:color .22s ease}.dfp-card__title a:hover,.dfp-card__title a:focus-visible{color:#d8c7ff!important;outline:none}.dfp-card__media{position:relative;isolation:isolate;overflow:hidden;aspect-ratio:16/10;background:#09070d}.dfp-card__image,.dfp-card__placeholder{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center}.dfp-card__image{filter:grayscale(1) brightness(.78) contrast(1.02);transform:scale(1.01);transition:filter .55s cubic-bezier(.22,.61,.36,1),transform .65s cubic-bezier(.22,.61,.36,1)}.dfp-card__placeholder{background:linear-gradient(135deg,#231538,#0e0a16)}.dfp-card__image-tint{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgb(8 6 12 / .02) 25%,rgb(8 6 12 / .15) 58%,rgb(8 6 12 / .56) 100%);transition:background .45s ease}.dfp-card__hover-panel{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:28px 30px 30px;background:linear-gradient(180deg,#fff0 0%,rgb(14 8 23 / .84) 30%,rgb(14 8 23 / .97) 100%);opacity:0;transform:translateY(42px);transition:opacity .34s ease,transform .48s cubic-bezier(.22,.61,.36,1)}.dfp-card__hover-inner{max-width:560px}.dfp-card__tech{color:#e1d6f7;font-size:12px;line-height:1.5;font-weight:750;letter-spacing:.025em}.dfp-card__tech span{display:inline-block;margin:0 5px;color:var(--dfp-accent)}.dfp-card__description{margin:10px 0 0;max-width:50ch;color:#d5cfdd;font-size:14px;line-height:1.65}.dfp-card__link{position:relative;display:inline-flex;align-items:center;gap:12px;min-height:46px;margin-top:18px;padding:5px 6px 5px 18px;overflow:hidden;border:1px solid rgb(179 143 255 / .72);border-radius:999px;background:linear-gradient(180deg,rgb(255 255 255 / .055),rgb(255 255 255 / .015)),linear-gradient(135deg,rgb(139 92 246 / .2),rgb(91 55 180 / .12));color:#f7f2ff;text-decoration:none;font-size:13px;line-height:1;font-weight:750;letter-spacing:.015em;box-shadow:inset 0 1px 0 rgb(255 255 255 / .08),0 8px 24px rgb(0 0 0 / .2);isolation:isolate;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,color .22s ease}.dfp-card__link::before{content:"";position:absolute;inset:-40% auto -40% -65%;width:55%;z-index:-1;transform:skewX(-18deg);background:linear-gradient(90deg,transparent,rgb(255 255 255 / .16),transparent);transition:left .48s ease}.dfp-card__link:hover::before,.dfp-card__link:focus-visible::before{left:115%}.dfp-card__link-icon{width:34px;height:34px;flex:0 0 34px;border:1px solid rgb(255 255 255 / .16);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(135deg,#b58cff 0%,#8b5cf6 50%,#6e43d8 100%);box-shadow:0 5px 15px rgb(139 92 246 / .28),inset 0 1px 0 rgb(255 255 255 / .28);transition:transform .24s cubic-bezier(.2,.75,.25,1.25),box-shadow .22s ease}.dfp-card__link:hover,.dfp-card__link:focus-visible{color:#fff;outline:none;transform:translateY(-2px);border-color:#b99aff;box-shadow:0 12px 30px rgb(72 40 130 / .34),0 0 0 3px rgb(155 124 246 / .08),inset 0 1px 0 rgb(255 255 255 / .1)}.dfp-card__link:hover .dfp-card__link-icon,.dfp-card__link:focus-visible .dfp-card__link-icon{transform:translate(2px,-2px) rotate(4deg);box-shadow:0 8px 18px rgb(139 92 246 / .38),inset 0 1px 0 rgb(255 255 255 / .3)}.dfp-card:hover .dfp-card__image,.dfp-card:focus-within .dfp-card__image{filter:grayscale(0) brightness(.94) contrast(1.01);transform:scale(1.035)}.dfp-card:hover .dfp-card__image-tint,.dfp-card:focus-within .dfp-card__image-tint{background:linear-gradient(180deg,#fff0 12%,rgb(8 6 12 / .09) 45%,rgb(8 6 12 / .38) 100%)}.dfp-card:hover .dfp-card__hover-panel,.dfp-card:focus-within .dfp-card__hover-panel{opacity:1;transform:translateY(0)}.dfp-card__meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;padding:24px 30px 26px;background:rgb(22 13 38 / .98);border-top:1px solid rgb(255 255 255 / .055)}.dfp-card__meta-item{min-width:0}.dfp-card__meta-label{display:block;margin:0 0 7px;color:#d2bcff;font-size:13px;line-height:1.25;font-weight:700}.dfp-card__meta-value{display:block;color:#fff;font-size:17px;line-height:1.35;font-weight:700;overflow-wrap:anywhere}.dfp-empty{color:#c9c6d0}@media (max-width:1120px){.dfp-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.dfp-card__header{min-height:130px;padding:25px 26px 23px}.dfp-card__hover-panel,.dfp-card__meta{padding-left:26px;padding-right:26px}}@media (max-width:767px){.dfp-filters{gap:8px;margin-bottom:22px}.dfp-filter{min-height:40px;font-size:13px;padding:0 14px;border-radius:9px}.dfp-grid{grid-template-columns:1fr;gap:22px}.dfp-card{border-radius:17px}.dfp-card__header{min-height:auto;padding:23px 22px 21px}.dfp-card__eyebrow{font-size:11px;margin-bottom:8px}.dfp-card__title{font-size:34px}.dfp-card__title a{color:inherit!important;text-decoration:none!important;transition:color .22s ease}.dfp-card__title a:hover,.dfp-card__title a:focus-visible{color:#d8c7ff!important;outline:none}.dfp-card__media{aspect-ratio:auto;overflow:hidden;background:#0c0912}.dfp-card__image{position:relative;inset:auto;display:block;width:100%;height:auto;max-height:none;object-fit:contain;filter:grayscale(0) brightness(.96);transform:none}.dfp-card__placeholder{position:relative;inset:auto;display:block;min-height:230px;width:100%;height:auto}.dfp-card__image-tint{display:none}.dfp-card:hover .dfp-card__image,.dfp-card:focus-within .dfp-card__image{transform:none;filter:grayscale(0) brightness(.96)}.dfp-card__hover-panel{position:relative;left:auto;right:auto;bottom:auto;padding:20px 22px 22px;background:linear-gradient(180deg,#120b20 0%,#10091b 100%);border-top:1px solid rgb(255 255 255 / .055);opacity:1;transform:none}.dfp-card__description{font-size:14px;line-height:1.6}.dfp-card__link{margin-top:16px;min-height:44px;padding-left:16px}.dfp-card__link-icon{width:32px;height:32px;flex-basis:32px}.dfp-card__meta{grid-template-columns:1fr 1fr;padding:20px 22px 22px;gap:14px}.dfp-card__meta-label{font-size:12px}.dfp-card__meta-value{font-size:15px}}@media (max-width:480px){.dfp-card__header{padding:21px 18px 19px}.dfp-card__title{font-size:32px}.dfp-card__hover-panel{padding:18px 18px 20px}.dfp-card__meta{grid-template-columns:1fr;gap:16px;padding:18px 18px 20px}.dfp-card__link{font-size:12.5px}}@media (prefers-reduced-motion:reduce){.dfp-projects *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.dfp-projects .dfp-card__title,.dfp-projects .dfp-card__title a{font-family:inherit!important;font-size:clamp(42px,3.4vw,58px)!important;line-height:1.02!important;font-weight:700!important;letter-spacing:-.038em!important}.dfp-projects--cols-2 .dfp-card__header{min-height:168px;padding:32px 34px 30px}.dfp-projects--cols-2 .dfp-card__title,.dfp-projects--cols-2 .dfp-card__title a{font-size:clamp(42px,3.25vw,56px)!important}.dfp-projects--cols-3 .dfp-grid{gap:22px}@media (min-width:1121px){.dfp-projects--cols-3 .dfp-grid{align-items:stretch}.dfp-projects--cols-3 .dfp-card{display:grid;grid-template-rows:auto auto 1fr;height:100%}.dfp-projects--cols-3 .dfp-card__meta{align-content:start;min-height:112px}}.dfp-projects--cols-3 .dfp-card__header{min-height:164px;padding:26px 24px 24px}.dfp-projects--cols-3 .dfp-card__eyebrow{margin-bottom:10px;font-size:11px;line-height:1.35;letter-spacing:.065em}.dfp-projects--cols-3 .dfp-card__title,.dfp-projects--cols-3 .dfp-card__title a{font-size:clamp(38px,2.65vw,46px)!important;line-height:1.04!important}.dfp-projects--cols-3 .dfp-card__media{aspect-ratio:4/3;min-height:300px}.dfp-projects--cols-3 .dfp-card__hover-panel{padding:22px 22px 24px;transform:translateY(28px);background:linear-gradient(180deg,rgb(14 8 23 / .03) 0%,rgb(14 8 23 / .78) 22%,rgb(14 8 23 / .98) 100%)}.dfp-projects--cols-3 .dfp-card__hover-inner{max-width:none}.dfp-projects--cols-3 .dfp-card__tech{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:11px;line-height:1.42}.dfp-projects--cols-3 .dfp-card__description{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4;margin-top:8px;max-width:none;font-size:13px;line-height:1.52}.dfp-projects--cols-3 .dfp-card__link{min-height:42px;margin-top:14px;padding-left:15px;gap:9px;font-size:12.5px}.dfp-projects--cols-3 .dfp-card__link-icon{width:31px;height:31px;flex-basis:31px}.dfp-projects--cols-3 .dfp-card__meta{gap:14px;padding:21px 22px 23px}.dfp-projects--cols-3 .dfp-card__meta-label{font-size:11px}.dfp-projects--cols-3 .dfp-card__meta-value{font-size:15px;line-height:1.32}.dfp-projects--cols-3 .dfp-card__image{object-position:center top}@media (max-width:1120px){.dfp-projects .dfp-card__title,.dfp-projects .dfp-card__title a{font-size:clamp(36px,5vw,46px)!important}.dfp-projects--cols-3 .dfp-card__media{aspect-ratio:16/10;min-height:0}}@media (max-width:767px){.dfp-projects .dfp-card__title,.dfp-projects .dfp-card__title a{font-size:36px!important;line-height:1.05!important}.dfp-projects--cols-3 .dfp-card__tech,.dfp-projects--cols-3 .dfp-card__description{display:block;overflow:visible;-webkit-line-clamp:unset}.dfp-projects--cols-3 .dfp-card__media{min-height:0}}@media (max-width:480px){.dfp-projects .dfp-card__title,.dfp-projects .dfp-card__title a{font-size:34px!important}}.dfp-card--custom-image .dfp-card__media{background:#0b0811}.dfp-card--custom-image .dfp-card__image{object-fit:cover;object-position:center center}@media (max-width:767px){.dfp-card--custom-image .dfp-card__media{position:relative;aspect-ratio:16/10;min-height:0;overflow:hidden}.dfp-card--custom-image .dfp-card__image{position:absolute;inset:0;display:block;width:100%;height:100%;max-height:none;object-fit:cover;object-position:center center;filter:grayscale(0) brightness(.96);transform:none}.dfp-card--custom-image:hover .dfp-card__image,.dfp-card--custom-image:focus-within .dfp-card__image{transform:none;filter:grayscale(0) brightness(.96)}}@media (max-width:900px){.dfp-projects .dfp-grid,.dfp-projects--cols-2 .dfp-grid,.dfp-projects--cols-3 .dfp-grid{grid-template-columns:1fr!important;gap:24px!important}.dfp-projects .dfp-card{width:100%;max-width:680px;margin-inline:auto;border-radius:18px}.dfp-projects .dfp-card__header,.dfp-projects--cols-2 .dfp-card__header,.dfp-projects--cols-3 .dfp-card__header{min-height:auto!important;padding:28px 26px 26px!important}.dfp-projects .dfp-card__eyebrow,.dfp-projects--cols-3 .dfp-card__eyebrow{margin-bottom:10px;font-size:12px!important;line-height:1.35!important;letter-spacing:.065em!important}.dfp-projects .dfp-card__title,.dfp-projects .dfp-card__title a,.dfp-projects--cols-2 .dfp-card__title,.dfp-projects--cols-2 .dfp-card__title a,.dfp-projects--cols-3 .dfp-card__title,.dfp-projects--cols-3 .dfp-card__title a{font-size:clamp(36px,7vw,46px)!important;line-height:1.02!important}.dfp-projects .dfp-card__media,.dfp-projects--cols-3 .dfp-card__media,.dfp-projects .dfp-card--custom-image .dfp-card__media{position:relative!important;display:block!important;aspect-ratio:auto!important;min-height:0!important;overflow:hidden!important;background:#0b0811!important}.dfp-projects .dfp-card__image,.dfp-projects .dfp-card--custom-image .dfp-card__image{position:relative!important;inset:auto!important;display:block!important;width:100%!important;height:auto!important;max-height:none!important;object-fit:cover!important;object-position:center top!important;filter:grayscale(0) brightness(.96)!important;transform:none!important}.dfp-projects .dfp-card__placeholder{position:relative!important;inset:auto!important;display:block!important;width:100%!important;min-height:240px!important;height:auto!important}.dfp-projects .dfp-card__image-tint{display:none!important}.dfp-projects .dfp-card__hover-panel,.dfp-projects--cols-3 .dfp-card__hover-panel{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;padding:24px 26px 26px!important;background:linear-gradient(180deg,#120b20 0%,#0f091a 100%)!important;border-top:1px solid rgb(255 255 255 / .06)!important;opacity:1!important;transform:none!important}.dfp-projects .dfp-card__hover-inner,.dfp-projects--cols-3 .dfp-card__hover-inner{max-width:none!important}.dfp-projects .dfp-card__tech,.dfp-projects--cols-3 .dfp-card__tech{display:block!important;overflow:visible!important;-webkit-line-clamp:unset!important;font-size:12.5px!important;line-height:1.55!important}.dfp-projects .dfp-card__description,.dfp-projects--cols-3 .dfp-card__description{display:block!important;overflow:visible!important;-webkit-line-clamp:unset!important;margin-top:12px!important;max-width:none!important;font-size:15px!important;line-height:1.65!important}.dfp-projects .dfp-card__link,.dfp-projects--cols-3 .dfp-card__link{min-height:48px!important;margin-top:20px!important;padding:6px 7px 6px 20px!important;gap:12px!important;font-size:14px!important}.dfp-projects .dfp-card__link-icon,.dfp-projects--cols-3 .dfp-card__link-icon{width:35px!important;height:35px!important;flex-basis:35px!important}.dfp-projects .dfp-card:hover .dfp-card__image,.dfp-projects .dfp-card:focus-within .dfp-card__image,.dfp-projects .dfp-card--custom-image:hover .dfp-card__image,.dfp-projects .dfp-card--custom-image:focus-within .dfp-card__image{filter:grayscale(0) brightness(.96)!important;transform:none!important}.dfp-projects .dfp-card__meta,.dfp-projects--cols-3 .dfp-card__meta{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;padding:23px 26px 25px!important}.dfp-projects .dfp-card__meta-label,.dfp-projects--cols-3 .dfp-card__meta-label{font-size:12px!important}.dfp-projects .dfp-card__meta-value,.dfp-projects--cols-3 .dfp-card__meta-value{font-size:16px!important;line-height:1.35!important}}@media (max-width:520px){.dfp-projects .dfp-card__header,.dfp-projects--cols-2 .dfp-card__header,.dfp-projects--cols-3 .dfp-card__header{padding:24px 20px 22px!important}.dfp-projects .dfp-card__title,.dfp-projects .dfp-card__title a,.dfp-projects--cols-2 .dfp-card__title,.dfp-projects--cols-2 .dfp-card__title a,.dfp-projects--cols-3 .dfp-card__title,.dfp-projects--cols-3 .dfp-card__title a{font-size:36px!important}.dfp-projects .dfp-card__hover-panel,.dfp-projects--cols-3 .dfp-card__hover-panel{padding:21px 20px 23px!important}.dfp-projects .dfp-card__description,.dfp-projects--cols-3 .dfp-card__description{font-size:14.5px!important}.dfp-projects .dfp-card__meta,.dfp-projects--cols-3 .dfp-card__meta{grid-template-columns:1fr!important;gap:17px!important;padding:21px 20px 23px!important}}.dfp-card-copy--mobile{display:none!important}.dfp-card-copy--desktop{display:inline!important}@media (max-width:900px){.dfp-card-copy--desktop{display:none!important}.dfp-card-copy--mobile{display:inline!important}.dfp-card__eyebrow .dfp-card-copy--mobile,.dfp-card__tech .dfp-card-copy--mobile,.dfp-card__description .dfp-card-copy--mobile{display:inline!important}}@media (min-width:901px){.dfp-projects--cols-3 .dfp-card__title,.dfp-projects--cols-3 .dfp-card__title a{font-size:clamp(30px,2.1vw,38px)!important;line-height:1.05!important;letter-spacing:-.03em!important}.dfp-projects--cols-3 .dfp-card--long-title .dfp-card__title,.dfp-projects--cols-3 .dfp-card--long-title .dfp-card__title a{font-size:clamp(28px,1.9vw,34px)!important;line-height:1.07!important}.dfp-projects--cols-3 .dfp-card--very-long-title .dfp-card__title,.dfp-projects--cols-3 .dfp-card--very-long-title .dfp-card__title a{font-size:clamp(26px,1.75vw,31px)!important;line-height:1.08!important}.dfp-projects--cols-3 .dfp-card__header{min-height:150px}}@media (min-width:901px){.dfp-projects--cols-2 .dfp-grid{align-items:stretch}.dfp-projects--cols-2 .dfp-card{display:flex;flex-direction:column;height:100%}.dfp-projects--cols-2 .dfp-card__header{min-height:222px;flex:0 0 222px}.dfp-projects--cols-2 .dfp-card__media{flex:0 0 auto}.dfp-projects--cols-2 .dfp-card__meta{min-height:112px;margin-top:auto;align-content:start}}.dfp-filter-shell{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin:0 0 30px}.dfp-filter-shell .dfp-filters{flex:1 1 auto;margin:0}.dfp-filter-summary{flex:0 0 auto;padding:0 2px 10px;color:#918a9e;font-size:12px;line-height:1.35;font-weight:650;letter-spacing:.02em;white-space:nowrap}.dfp-projects [hidden]{display:none!important}.dfp-browse-controls{display:flex;justify-content:center;align-items:center;width:100%;margin-top:42px}.dfp-load-more{appearance:none;display:inline-flex;align-items:center;gap:14px;min-height:54px;padding:6px 7px 6px 24px;border:1px solid rgb(179 143 255 / .72);border-radius:999px;background:linear-gradient(180deg,rgb(255 255 255 / .055),rgb(255 255 255 / .015)),linear-gradient(135deg,rgb(139 92 246 / .2),rgb(91 55 180 / .12));color:#f7f2ff;font:inherit;font-size:14px;font-weight:750;line-height:1;cursor:pointer;box-shadow:inset 0 1px 0 rgb(255 255 255 / .08),0 12px 34px rgb(0 0 0 / .2);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.dfp-load-more:hover,.dfp-load-more:focus-visible{outline:none;transform:translateY(-2px);border-color:#b99aff;box-shadow:0 14px 34px rgb(72 40 130 / .34),0 0 0 3px rgb(155 124 246 / .08)}.dfp-load-more__icon{width:40px;height:40px;flex:0 0 40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(135deg,#b58cff 0%,#8b5cf6 50%,#6e43d8 100%);box-shadow:0 6px 18px rgb(139 92 246 / .28),inset 0 1px 0 rgb(255 255 255 / .28);transition:transform .24s cubic-bezier(.2,.75,.25,1.25)}.dfp-load-more:hover .dfp-load-more__icon,.dfp-load-more:focus-visible .dfp-load-more__icon{transform:translateY(2px)}.dfp-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px}.dfp-page{appearance:none;min-width:44px;height:44px;padding:0 13px;border:1px solid rgb(155 124 246 / .38);border-radius:999px;background:rgb(17 12 27 / .78);color:#d8d1e2;font:inherit;font-size:13px;font-weight:700;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.dfp-page:hover,.dfp-page:focus-visible{outline:none;transform:translateY(-1px);border-color:var(--dfp-accent);color:#fff}.dfp-page.is-active{border-color:var(--dfp-accent);background:var(--dfp-accent);color:#0c0813}.dfp-page:disabled{opacity:.36;cursor:not-allowed;transform:none}.dfp-page--nav{min-width:auto;padding-inline:18px}.dfp-page__ellipsis{display:inline-flex;width:28px;height:44px;align-items:center;justify-content:center;color:#777080;font-size:13px}@media (max-width:900px){.dfp-filter-shell{display:block;margin-bottom:24px}.dfp-filter-shell .dfp-filters{display:flex;flex-wrap:nowrap;gap:8px;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none;padding:0 0 7px}.dfp-filter-shell .dfp-filters::-webkit-scrollbar{display:none}.dfp-filter-shell .dfp-filter{flex:0 0 auto}.dfp-filter-summary{padding:5px 1px 0;white-space:normal}.dfp-browse-controls{margin-top:32px}}@media (max-width:520px){.dfp-load-more{width:100%;max-width:330px;justify-content:space-between;min-height:52px;padding-left:20px}.dfp-load-more__icon{width:38px;height:38px;flex-basis:38px}.dfp-pagination{gap:6px}.dfp-page{min-width:40px;height:40px;padding:0 11px;font-size:12px}.dfp-page--nav{padding-inline:14px}.dfp-page__ellipsis{height:40px;width:22px}}