:root{--q-magenta: #ff007f;--q-magenta-soft: #ff5ca8;--q-black: #1c1c1c;--q-gray: #d3d3d3;--q-gray-deep: #aa9eea;--q-gray-curve: #d7baee;--q-smoke: #f5f5f5;--q-sun: #828181;--q-radius-sm: 8px;--q-radius-md: 14px;--q-radius-lg: 22px;--q-radius-full: 999px;--q-ease: cubic-bezier(.4, 0, .2, 1)}.q-gama{position:relative;max-width:1480px;margin:0 auto;border-radius:var(--q-radius-lg);overflow:hidden;background:var(--q-smoke);font-family:"Montserrat",sans-serif;color:var(--q-black)}.q-gama__stage{position:relative;aspect-ratio:16/7;min-height:480px;max-height:620px}.q-gama__slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .6s var(--q-ease),visibility 0s linear .6s}.q-gama__slide.is-active{opacity:1;visibility:visible;transition:opacity .6s var(--q-ease),visibility 0s linear 0s}.q-gama__slide.is-active .anim-in{animation:qGamaSlideUp .7s var(--q-ease) both}.q-gama__slide.is-active .anim-in:nth-child(1){animation-delay:.05s}.q-gama__slide.is-active .anim-in:nth-child(2){animation-delay:.15s}.q-gama__slide.is-active .anim-in:nth-child(3){animation-delay:.25s}.q-gama__slide.is-active .anim-in:nth-child(4){animation-delay:.35s}.q-gama__slide.is-active .anim-in:nth-child(5){animation-delay:.45s}@keyframes qGamaSlideUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.q-gama__bg{position:absolute;inset:0;overflow:hidden;pointer-events:none}.q-gama__bg-base{position:absolute;inset:0;background:var(--q-smoke)}.q-gama__bg-grid{position:absolute;inset:0;background-image:linear-gradient(to right, transparent calc(50% - 0.5px), var(--q-gray-curve) calc(50% - 0.5px), var(--q-gray-curve) calc(50% + 0.5px), transparent calc(50% + 0.5px)),repeating-linear-gradient(90deg, transparent 0, transparent 78px, var(--q-gray-deep) 78px, var(--q-gray-deep) 79px),repeating-linear-gradient(0deg, transparent 0, transparent 78px, var(--q-gray-curve) 78px, var(--q-gray-curve) 79px);mask-image:linear-gradient(to bottom, transparent 0%, #000 18%, #000 78%, transparent 100%);-webkit-mask-image:linear-gradient(to bottom, transparent 0%, #000 18%, #000 78%, transparent 100%);opacity:.55}.q-gama__bg-floor{position:absolute;left:-10%;right:-10%;bottom:0;height:48%;background-image:repeating-linear-gradient(0deg, transparent 0, transparent 38px, var(--q-gray-deep) 38px, var(--q-gray-deep) 39px),repeating-linear-gradient(90deg, transparent 0, transparent 60px, var(--q-gray-deep) 60px, var(--q-gray-deep) 61px);transform:perspective(620px) rotateX(60deg);transform-origin:center top;opacity:.4;mask-image:radial-gradient(ellipse 90% 100% at 50% 0%, #000 0%, transparent 80%);-webkit-mask-image:radial-gradient(ellipse 90% 100% at 50% 0%, #000 0%, transparent 80%)}.q-gama__bg-sun{position:absolute;left:50%;top:48%;width:360px;height:360px;border-radius:50%;transform:translate(-50%, -50%);background:repeating-linear-gradient(0deg, transparent 0, transparent 14px, var(--q-smoke) 14px, var(--q-smoke) 22px),var(--q-sun);mask-image:linear-gradient(to bottom, #000 0%, #000 50%, transparent 50%);-webkit-mask-image:linear-gradient(to bottom, #000 0%, #000 50%, transparent 50%)}.q-gama__bg-mountains{position:absolute;left:0;right:0;top:38%;height:26%;background-image:radial-gradient(ellipse 22% 100% at 22% 100%, var(--q-gray) 49%, transparent 50%),radial-gradient(ellipse 28% 100% at 50% 100%, var(--q-gray) 49%, transparent 50%),radial-gradient(ellipse 24% 100% at 78% 100%, var(--q-gray) 49%, transparent 50%);opacity:.85}.q-gama__bg-veil{position:absolute;left:0;right:0;bottom:0;height:46%;background:linear-gradient(to bottom, transparent 0%, rgba(245, 245, 245, 0.4) 40%, var(--q-smoke) 100%)}.q-gama__content{position:absolute;inset:0;display:grid;grid-template-columns:1fr 1fr;align-items:start;padding:88px 80px 56px;z-index:2}.q-gama__copy{display:flex;flex-direction:column;gap:18px;align-items:flex-start;max-width:520px;align-self:start}.q-gama__media{position:relative;height:100%;display:flex;align-items:center;justify-content:center;align-self:stretch}.q-gama__media img{max-width:96%;max-height:88%;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 30px 50px rgba(0, 0, 0, 0.18)) drop-shadow(0 0 40px rgba(255, 0, 127, 0.08))}.q-gama__logo-tag{position:absolute;top:24px;left:24px;display:inline-flex;align-items:center;gap:7px;padding:7px 11px;background:var(--q-black);color:var(--q-smoke);border-radius:var(--q-radius-sm);font-size:9.5px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;z-index:3}.q-gama__logo-tag svg{width:13px;height:13px;color:var(--q-magenta)}.q-gama__kicker{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;background:var(--q-magenta);color:#fff;font-size:11px;font-weight:800;letter-spacing:.22em;text-transform:uppercase;border-radius:var(--q-radius-sm);box-shadow:0 0 18px rgba(255,0,127,.3)}.q-gama__kicker::before{content:"";width:5px;height:5px;border-radius:50%;background:#fff;animation:qGamaPulse 2s ease-in-out infinite}@keyframes qGamaPulse{0%,100%{opacity:1}50%{opacity:.4}}.q-gama__title{font-weight:800;font-size:clamp(52px,6.4vw,96px);line-height:.88;letter-spacing:-0.02em;color:var(--q-black);text-transform:none;margin:0}.q-gama__title em{font-style:normal;color:var(--q-magenta);font-weight:900}.q-gama__subtitle{font-weight:600;font-size:clamp(15px,1.3vw,19px);letter-spacing:.04em;color:var(--q-black);max-width:440px;line-height:1.4;margin:0}.q-gama__lede{font-weight:500;font-size:clamp(13px,1vw,15px);line-height:1.55;color:#555;max-width:420px;margin:0}.q-gama__cta{display:inline-flex;align-items:center;gap:10px;padding:14px 24px;background:var(--q-black);color:var(--q-smoke);font-weight:800;font-size:13px;letter-spacing:.14em;text-transform:uppercase;border-radius:var(--q-radius-full);text-decoration:none;transition:transform .25s var(--q-ease),background .25s var(--q-ease);margin-top:6px}.q-gama__cta svg{width:14px;height:14px}.q-gama__cta:hover{background:var(--q-magenta);transform:translateY(-2px)}.q-gama__cta--magenta{background:var(--q-magenta);color:#fff;box-shadow:0 8px 22px rgba(255,0,127,.3)}.q-gama__cta--magenta:hover{background:var(--q-black);color:var(--q-smoke)}.q-gama__specs{display:flex;flex-wrap:wrap;gap:6px}.q-gama__spec{font-size:10.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;padding:6px 11px;border-radius:var(--q-radius-full);background:var(--q-black);color:var(--q-smoke)}.q-gama__spec strong{color:var(--q-magenta-soft);font-weight:900;margin-right:4px}.q-gama__slide--placas .q-gama__bg-grid{opacity:.42}.q-gama__slide--placas .q-gama__media{transform:translateX(4%)}.q-gama__slide--pcs .q-gama__bg-sun,.q-gama__slide--pcs .q-gama__bg-mountains{display:none}.q-gama__slide--pcs .q-gama__bg-grid{opacity:.32}.q-gama__slide--pcs .q-gama__bg-base{background:radial-gradient(ellipse 700px 500px at 75% 60%, rgba(255, 0, 127, 0.06) 0%, transparent 65%),var(--q-smoke)}.q-gama__slide--vision .q-gama__bg-sun,.q-gama__slide--vision .q-gama__bg-mountains{display:none}.q-gama__slide--vision .q-gama__bg-grid{background-image:repeating-linear-gradient(90deg, transparent 0, transparent 48px, rgba(255, 0, 127, 0.18) 48px, rgba(255, 0, 127, 0.18) 49px),repeating-linear-gradient(0deg, transparent 0, transparent 48px, rgba(255, 0, 127, 0.18) 48px, rgba(255, 0, 127, 0.18) 49px);mask-image:radial-gradient(circle at 50% 50%, #000 0%, #000 30%, transparent 80%);-webkit-mask-image:radial-gradient(circle at 50% 50%, #000 0%, #000 30%, transparent 80%);opacity:1}.q-gama__slide--vision .q-gama__bg-base{background:radial-gradient(circle at 50% 55%, rgba(255, 0, 127, 0.16) 0%, transparent 60%),var(--q-smoke)}.q-gama__slide--vision .q-gama__vision-halo{position:absolute;top:50%;left:62%;width:540px;height:540px;border-radius:50%;transform:translate(-50%, -50%);background:radial-gradient(circle, rgba(255, 0, 127, 0.18) 0%, transparent 70%);filter:blur(20px)}.q-gama__slide--vision .q-gama__media img{max-width:88%;max-height:78%;filter:drop-shadow(0 24px 36px rgba(0, 0, 0, 0.25)) drop-shadow(0 0 60px rgba(255, 0, 127, 0.4))}.q-gama__slide--vision .q-gama__title em{background:linear-gradient(90deg, var(--q-magenta) 0%, var(--q-magenta-soft) 50%, var(--q-magenta) 100%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:rgba(0,0,0,0);animation:qGamaMagentaSweep 5s linear infinite}@keyframes qGamaMagentaSweep{0%{background-position:200% 50%}100%{background-position:-200% 50%}}.q-gama__vision-tags{display:flex;flex-wrap:wrap;gap:8px}.q-gama__vision-tag{font-size:10.5px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;padding:7px 14px;border-radius:var(--q-radius-full);background:rgba(255,0,127,.1);color:var(--q-magenta);border:1px solid rgba(255,0,127,.3)}.q-gama__controls{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:14px;padding:18px 22px 6px}.q-gama__nav{width:42px;height:42px;border-radius:50%;background:var(--q-black);color:var(--q-smoke);border:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .25s var(--q-ease),transform .25s var(--q-ease)}.q-gama__nav svg{width:16px;height:16px}.q-gama__nav:hover{background:var(--q-magenta);transform:translateY(-1px)}.q-gama__progress{display:flex;gap:6px;align-items:center}.q-gama__bullet{flex:1;position:relative;height:4px;background:var(--q-gray);border-radius:var(--q-radius-full);border:0;padding:0;overflow:hidden;cursor:pointer}.q-gama__bullet-fill{position:absolute;inset:0;width:0;background:linear-gradient(90deg, var(--q-magenta), var(--q-black))}.q-gama__bullet.is-active .q-gama__bullet-fill{animation:qGamaFill var(--q-dur, 8s) linear forwards}.q-gama__bullet.is-past .q-gama__bullet-fill{width:100%;animation:none}@keyframes qGamaFill{from{width:0}to{width:100%}}.q-gama[data-paused=true] .q-gama__bullet-fill{animation-play-state:paused}.q-gama__counter{font-size:12px;font-weight:800;letter-spacing:.18em;color:var(--q-black);font-variant-numeric:tabular-nums;min-width:48px;text-align:right}.q-gama__counter strong{font-weight:900}@media(max-width: 767px){.q-gama__stage{aspect-ratio:auto;min-height:580px}.q-gama__content{grid-template-columns:1fr;grid-template-rows:auto 1fr;padding:36px 24px 28px;gap:20px}.q-gama__copy{order:2;max-width:none}.q-gama__media{order:1;max-height:240px}.q-gama__media img{max-height:100%}.q-gama__title{font-size:clamp(40px,9vw,56px)}}.q-adbar{background:var(--q-black);color:var(--q-smoke);border-radius:0 0 var(--q-radius-md) var(--q-radius-md);margin:0 auto 24px;max-width:1480px;font-family:"Montserrat",sans-serif}.q-adbar__top{display:flex;align-items:center;gap:14px;padding:0 22px;height:42px;border-bottom:1px solid rgba(255,255,255,.06)}.q-adbar__badge{display:inline-flex;align-items:center;gap:6px;background:var(--q-magenta);color:#fff;font-weight:800;font-size:10.5px;letter-spacing:.18em;text-transform:uppercase;padding:5px 11px;border-radius:var(--q-radius-sm);box-shadow:0 0 18px rgba(255,0,127,.35);flex-shrink:0}.q-adbar__badge svg{width:13px;height:13px;color:#fff}.q-adbar__swiper{flex:1;position:relative;height:100%;overflow:hidden}.q-adbar__track{position:relative;width:100%;height:100%}.q-adbar__slide{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;opacity:0;transform:translateY(6px);transition:opacity .5s var(--q-ease),transform .5s var(--q-ease)}.q-adbar__slide.is-active{opacity:1;transform:translateY(0)}.q-adbar__slide strong{color:var(--q-magenta-soft);font-weight:800;margin-right:6px}.q-adbar__dots{display:flex;gap:5px;align-items:center;flex-shrink:0}.q-adbar__dot{width:5px;height:5px;border-radius:50%;background:rgba(255,255,255,.22);border:0;padding:0;cursor:pointer;transition:all .25s var(--q-ease)}.q-adbar__dot.is-active{background:var(--q-magenta);width:16px;border-radius:3px}.q-adbar__trust{display:grid;grid-template-columns:repeat(4, 1fr);padding:0 22px;height:36px}.q-adbar__trust-item{display:flex;align-items:center;justify-content:center;gap:8px;font-size:10.5px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--q-gray);text-decoration:none;transition:color .2s var(--q-ease)}.q-adbar__trust-item svg{width:14px;height:14px;color:var(--q-magenta-soft)}.q-adbar__trust-link:hover{color:var(--q-magenta)}@media(max-width: 900px){.q-adbar__top{padding:0 14px;gap:10px}.q-adbar__trust{grid-template-columns:1fr 1fr;height:auto;padding:8px 16px}.q-adbar__trust-item{padding:4px 0}}@media(max-width: 480px){.q-adbar__badge{font-size:9px;padding:4px 8px;letter-spacing:.14em}.q-adbar__slide{font-size:11px;letter-spacing:.06em}}body.template-404{background-color:var(--qh-smoke, #f5f5f5) !important;background-image:radial-gradient(ellipse 700px 500px at 50% 0%, rgba(255, 0, 127, 0.07) 0%, transparent 60%),radial-gradient(ellipse 600px 400px at 80% 100%, rgba(255, 0, 127, 0.04) 0%, transparent 55%) !important}body.template-404::before,body.template-404::after{display:none !important}body.template-404 .q-404__code{background:none !important;background-image:none !important;-webkit-background-clip:initial !important;background-clip:initial !important;-webkit-text-fill-color:var(--qh-magenta, #ff007f) !important;color:var(--qh-magenta, #ff007f) !important;filter:drop-shadow(0 0 24px rgba(255, 0, 127, 0.25)) !important}body.template-404 .q-404__title{color:var(--qh-black, #1c1c1c) !important}body.template-404 .q-404__sub{color:var(--qh-gray-mid, #aaa) !important}body.template-404 .q-404__step-label{color:var(--qh-gray-mid, #aaa) !important}body.template-404 .q-404__chip{background:var(--qh-white, #fff) !important;border:1px solid var(--qh-gray-line, #e7e7e7) !important;color:var(--qh-black, #1c1c1c) !important;box-shadow:0 1px 3px rgba(0,0,0,.04) !important;transition:all .2s ease !important}body.template-404 .q-404__chip:hover{border-color:var(--qh-magenta, #ff007f) !important;color:var(--qh-magenta-dark, #c70065) !important;transform:translateY(-1px);box-shadow:0 4px 10px rgba(255,0,127,.12) !important}body.template-404 .q-404__help-link{color:var(--qh-magenta, #ff007f) !important;font-weight:800 !important}body.template-404 .q-btn--primary{background:var(--qh-magenta, #ff007f) !important;color:#fff !important;border:none !important}body.template-404 .q-btn--primary:hover{background:var(--qh-magenta-dark, #c70065) !important}body.template-404 .q-btn--ghost{background:rgba(0,0,0,0) !important;color:var(--qh-black, #1c1c1c) !important;border:1.5px solid var(--qh-black, #1c1c1c) !important}body.template-404 .q-btn--ghost:hover{background:var(--qh-black, #1c1c1c) !important;color:var(--qh-smoke, #f5f5f5) !important}body.template-404 .q-404__search-input{background:var(--qh-white, #fff) !important;border:1px solid var(--qh-gray-line, #e7e7e7) !important;color:var(--qh-black, #1c1c1c) !important}body.template-404 .q-404__search-submit{background:var(--qh-magenta, #ff007f) !important;color:#fff !important}:root,html,html body{--qh-pink: #ff007f !important;--qh-pink-h: #c0005f !important;--qh-gold: #ff007f !important;--qh-glass-bg: rgba(255, 255, 255, 0.78) !important;--qh-glass-blur: blur(22px) saturate(160%) !important;--qh-border: rgba(28, 28, 28, 0.10) !important;--qh-border-2: rgba(28, 28, 28, 0.14) !important;--qh-text: rgba(28, 28, 28, 0.92) !important;--qh-text-muted: rgba(28, 28, 28, 0.55) !important;--qh-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(28, 28, 28, 0.04) !important}html body #qMainDock,html body div#qMainDock,html body .q-main-dock,html body div.q-main-dock,html body div.q-main-dock#qMainDock,html body>div.q-main-dock,html body>#qMainDock{background:rgba(255,255,255,.78) !important;background-color:rgba(255,255,255,.78) !important;background-image:none !important;backdrop-filter:blur(22px) saturate(160%) !important;-webkit-backdrop-filter:blur(22px) saturate(160%) !important;border:1px solid rgba(28,28,28,.1) !important;box-shadow:0 10px 30px rgba(0,0,0,.08),0 0 0 1px rgba(28,28,28,.04) !important;color:rgba(28,28,28,.92) !important;text-shadow:none !important}html body #qMainDock .q-row,html body div#qMainDock .q-row,html body .q-main-dock .q-row{color:rgba(28,28,28,.92) !important;background:rgba(0,0,0,0) !important}html body #qMainDock *:not(svg):not(path):not(input):not(.badge),html body div#qMainDock *:not(svg):not(path):not(input):not(.badge){color:inherit;text-shadow:none !important}html body #qMainDock .q-hamburger,html body div#qMainDock .q-hamburger,html body .q-main-dock .q-hamburger,html body .q-hamburger{color:var(--qh-black, #1c1c1c) !important;background:rgba(0,0,0,0) !important}html body #qMainDock .q-hamburger:hover,html body div#qMainDock .q-hamburger:hover,html body .q-hamburger:hover{background:rgba(28,28,28,.06) !important}html body #qMainDock .q-hamburger svg,html body div#qMainDock .q-hamburger svg,html body .q-hamburger svg{stroke:var(--qh-black, #1c1c1c) !important;fill:none !important}html body #qMainDock .q-search-form-wrap,html body div#qMainDock .q-search-form-wrap,html body .q-main-dock .q-search-form-wrap,html body .q-search-form-wrap{background:rgba(28,28,28,.04) !important;background-color:rgba(28,28,28,.04) !important;background-image:none !important;border:1px solid rgba(28,28,28,.1) !important;border-color:rgba(28,28,28,.1) !important}html body #qMainDock .q-search-form-wrap:focus-within,html body div#qMainDock .q-search-form-wrap:focus-within,html body .q-search-form-wrap:focus-within{border-color:var(--qh-magenta, #ff007f) !important;background:rgba(28,28,28,.06) !important;background-color:rgba(28,28,28,.06) !important}html body #qMainDock .q-search-form-wrap .form-control,html body #qMainDock .q-search-form-wrap .js-search-input,html body #qMainDock .q-search-form-wrap .search-input,html body #qMainDock .q-search-form-wrap input[type=search],html body #qMainDock .q-search-form-wrap input[type=text],html body .q-search-form-wrap .form-control,html body .q-search-form-wrap .js-search-input,html body .q-search-form-wrap .search-input,html body .q-search-form-wrap input[type=search],html body .q-search-form-wrap input[type=text]{color:rgba(28,28,28,.92) !important;-webkit-text-fill-color:rgba(28,28,28,.92) !important;caret-color:var(--qh-magenta, #ff007f) !important;background:rgba(0,0,0,0) !important;background-color:rgba(0,0,0,0) !important}html body #qMainDock .q-search-form-wrap input::placeholder,html body .q-search-form-wrap input::placeholder{color:rgba(28,28,28,.45) !important}html body .q-search-form-wrap input:-webkit-autofill,html body .q-search-form-wrap input:-webkit-autofill:focus{-webkit-text-fill-color:rgba(28,28,28,.92) !important;-webkit-box-shadow:0 0 0 1000px rgba(28,28,28,.04) inset !important}html body .q-search-form-wrap .js-search-input-submit,html body .q-search-form-wrap .search-btn,html body .q-search-form-wrap .search-submit-btn,html body .q-search-form-wrap button[type=submit]{color:var(--qh-magenta, #ff007f) !important}html body .q-search-form-wrap .js-search-input-submit:hover,html body .q-search-form-wrap .search-btn:hover,html body .q-search-form-wrap button[type=submit]:hover{color:var(--qh-magenta-dark, #c0005f) !important}html body .q-search-form-wrap .js-search-input-submit svg,html body .q-search-form-wrap .search-btn svg,html body .q-search-form-wrap button[type=submit] svg{fill:var(--qh-magenta, #ff007f) !important;color:var(--qh-magenta, #ff007f) !important;stroke:var(--qh-magenta, #ff007f) !important}html body .q-search-form-wrap .js-search-input-submit svg path,html body .q-search-form-wrap .search-btn svg path,html body .q-search-form-wrap button[type=submit] svg path{fill:var(--qh-magenta, #ff007f) !important;stroke:var(--qh-magenta, #ff007f) !important}html body .q-search-form-wrap .js-search-input-submit:hover svg,html body .q-search-form-wrap .search-btn:hover svg{fill:var(--qh-magenta-dark, #c0005f) !important;color:var(--qh-magenta-dark, #c0005f) !important;stroke:var(--qh-magenta-dark, #c0005f) !important}html body .q-search-form-wrap .js-empty-search,html body .q-search-form-wrap .search-empty-btn,html body .q-search-form-wrap .js-search-delete-content,html body .q-search-form-wrap .search-delete-content{color:rgba(28,28,28,.5) !important}html body .q-search-form-wrap .search-suggestions,html body .q-search-form-wrap .js-search-form-suggestions,html body .q-search-form-wrap .js-search-suggestions,html body .q-search-form-wrap .card{background:rgba(255,255,255,.95) !important;backdrop-filter:blur(20px) saturate(160%) !important;-webkit-backdrop-filter:blur(20px) saturate(160%) !important;border:1px solid rgba(28,28,28,.08) !important;box-shadow:0 12px 28px rgba(0,0,0,.08) !important;color:rgba(28,28,28,.92) !important}html body .q-search-form-wrap .search-suggestions a,html body .q-search-form-wrap .js-search-form-suggestions a,html body .q-search-form-wrap .search-suggestion-link{color:var(--qh-black, #1c1c1c) !important;-webkit-text-fill-color:var(--qh-black, #1c1c1c) !important}html body .q-search-form-wrap .search-suggestions a:hover,html body .q-search-form-wrap .js-search-form-suggestions a:hover{background:rgba(255,0,127,.06) !important;color:var(--qh-magenta, #ff007f) !important;-webkit-text-fill-color:var(--qh-magenta, #ff007f) !important}html body .q-search-expand{background:rgba(255,255,255,.94) !important;backdrop-filter:blur(28px) saturate(170%) !important;-webkit-backdrop-filter:blur(28px) saturate(170%) !important;border-bottom:1px solid rgba(28,28,28,.08) !important}html body .q-search-expand input{background:rgba(28,28,28,.04) !important;color:rgba(28,28,28,.92) !important;border:1px solid rgba(28,28,28,.08) !important}html body .q-search-expand input:focus{border-color:var(--qh-magenta, #ff007f) !important;background:rgba(28,28,28,.06) !important}html body .q-search-expand input::placeholder{color:rgba(28,28,28,.42) !important}html body #qMainDock .q-lupa,html body div#qMainDock .q-lupa,html body .q-lupa{color:#fff !important;background:var(--qh-magenta, #ff007f) !important;background-image:none !important;border:0 !important}html body #qMainDock .q-lupa:hover,html body .q-lupa:hover{background:var(--qh-magenta-dark, #c0005f) !important}html body #qMainDock .q-lupa svg,html body .q-lupa svg{stroke:#fff !important;fill:none !important}html body #qMainDock .q-util,html body div#qMainDock .q-util,html body .q-main-dock .q-util,html body .q-util{color:var(--qh-black, #1c1c1c) !important;background:rgba(0,0,0,0) !important;background-image:none !important}html body #qMainDock .q-util:hover,html body .q-util:hover{background:rgba(28,28,28,.06) !important;color:var(--qh-magenta, #ff007f) !important}html body #qMainDock .q-util svg,html body .q-util svg{stroke:var(--qh-black, #1c1c1c) !important;fill:none !important}html body #qMainDock .q-util:hover svg,html body .q-util:hover svg{stroke:var(--qh-magenta, #ff007f) !important}html body .q-util .badge,html body .q-util [class*=cart-count],html body .q-util [class*=count]{background:var(--qh-magenta, #ff007f) !important;color:#fff !important;border:2px solid #fff !important}html body .q-theme-toggle{background:rgba(28,28,28,.04) !important;border-color:rgba(28,28,28,.08) !important;color:var(--qh-black, #1c1c1c) !important}html body .q-theme-toggle:hover{border-color:rgba(255,0,127,.45) !important}html body #qMainDock .q-nav .nav-list-link,html body #qMainDock .q-nav-link,html body div#qMainDock .q-nav .nav-list-link,html body .q-main-dock .q-nav .nav-list-link,html body .q-nav .nav-list-link,html body .q-nav-link{color:rgba(28,28,28,.85) !important;-webkit-text-fill-color:rgba(28,28,28,.85) !important;text-shadow:none !important;background:rgba(0,0,0,0) !important}html body #qMainDock .q-nav .nav-list-link:hover,html body #qMainDock .q-nav-link:hover,html body .q-nav .nav-list-link:hover,html body .q-nav .nav-list-link:link:hover,html body .q-nav-link:hover{color:var(--qh-magenta, #ff007f) !important;-webkit-text-fill-color:var(--qh-magenta, #ff007f) !important}html body #qMainDock .q-nav .nav-main-item.qs-active>.nav-item-container .nav-list-link,html body .q-nav .nav-main-item.qs-active>.nav-item-container .nav-list-link,html body .q-nav .nav-main-item.qs-active .q-nav-link{color:var(--qh-magenta, #ff007f) !important;-webkit-text-fill-color:var(--qh-magenta, #ff007f) !important}html body .q-nav .desktop-dropdown,html body .q-nav .js-desktop-dropdown,html body .q-nav .nav-dropdown-content{background:rgba(255,255,255,.96) !important;backdrop-filter:blur(20px) saturate(160%) !important;-webkit-backdrop-filter:blur(20px) saturate(160%) !important;border:1px solid rgba(28,28,28,.08) !important;box-shadow:0 18px 45px rgba(0,0,0,.12) !important;color:var(--qh-black, #1c1c1c) !important}html body .q-nav .desktop-dropdown a,html body .q-nav .js-desktop-dropdown a,html body .q-nav .nav-dropdown-content a{color:var(--qh-black, #1c1c1c) !important;-webkit-text-fill-color:var(--qh-black, #1c1c1c) !important}html body .q-nav .desktop-dropdown a:hover,html body .q-nav .js-desktop-dropdown a:hover,html body .q-nav .nav-dropdown-content a:hover{color:var(--qh-magenta, #ff007f) !important;-webkit-text-fill-color:var(--qh-magenta, #ff007f) !important;background:rgba(255,0,127,.04) !important}html body .q-nav .desktop-dropdown [class*=nav-children],html body .q-nav .js-desktop-dropdown [class*=nav-children]{color:rgba(28,28,28,.72) !important;-webkit-text-fill-color:rgba(28,28,28,.72) !important}html body .q-adbar-combo{background:var(--qh-smoke, #f5f5f5) !important;color:var(--qh-black, #1c1c1c) !important;border-bottom:1px solid rgba(28,28,28,.06) !important}html body .q-adbar-combo *{color:var(--qh-black, #1c1c1c) !important;-webkit-text-fill-color:var(--qh-black, #1c1c1c) !important}html body .q-adbar-combo a,html body .q-adbar-combo [class*=link],html body .q-adbar-combo strong{color:var(--qh-magenta, #ff007f) !important;-webkit-text-fill-color:var(--qh-magenta, #ff007f) !important}html body .q-mobile-drawer,html body [class*=js-mobile-nav],html body [class*=mobile-nav-overlay]{background:rgba(255,255,255,.98) !important;color:var(--qh-black, #1c1c1c) !important}html body .q-mobile-drawer a,html body [class*=js-mobile-nav] a{color:var(--qh-black, #1c1c1c) !important;-webkit-text-fill-color:var(--qh-black, #1c1c1c) !important}html body .site-overlay.show{background:rgba(0,0,0,.35) !important;backdrop-filter:blur(2px) !important;-webkit-backdrop-filter:blur(2px) !important}html body #qMainDock a,html body #qMainDock button:not(.q-lupa){transition:color .2s var(--q-ease, cubic-bezier(0.4, 0, 0.2, 1)),background .2s var(--q-ease, cubic-bezier(0.4, 0, 0.2, 1)),border-color .2s var(--q-ease, cubic-bezier(0.4, 0, 0.2, 1)) !important}html body #qMainDock,html body #qMainDock *{text-shadow:none !important}html body div#qMainDock,html body div#qMainDock *:not(svg):not(path):not(g):not(circle):not(line):not(rect):not(polygon):not(polyline){color:var(--qh-black, #1c1c1c)}html body div#qMainDock svg:not([fill]):not([stroke]){color:var(--qh-black, #1c1c1c)}html body #qMainDock .q-logo img,html body div#qMainDock .q-logo img,html body .q-main-dock .q-logo img,html body .q-logo img,html body .q-logo .q-logo__img,html body #qMainDock .q-logo .q-logo__img,html body div#qMainDock .q-logo .q-logo__img{content:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='2508' height='689' viewBox='0 0 2508 689'%3E%3Cpath fill='%231C1C1C' d='M2123.61 1.0692L2199.33 1.0692C2211.71 21.2795 2225.73 48.1822 2237.5 69.2246L2314.01 205.96C2326.58 184.185 2339.4 159.358 2351.49 137.117L2425.46 1.0692L2501.19 1.0692C2502.72 118.735 2501.99 238.21 2502.17 356L2417.49 356L2417.26 312.5C2416.54 264.59 2416.97 215.476 2416.83 167.464C2391.85 216.544 2359.67 272.136 2332.91 321.033L2291.94 321.033L2208.84 173.101L2208.84 356L2123.61 356L2123.61 1.0692Z'/%3E%3Cpath fill='%231C1C1C' d='M1118.61 1.0692L1194.31 1.0692C1242.5 62.5276 1290.67 127.772 1338.07 190.141L1338.07 1.0692L1428.39 1.0692L1428.39 356L1352.42 356C1338.81 336.902 1321.52 315.28 1307.15 296.383L1208.93 166.949L1208.93 356L1118.61 356L1118.61 1.0692Z'/%3E%3Cpath fill='%231C1C1C' d='M382.224 0.608392L473.033 0.608392L472.989 136.814C472.973 186.367 461.445 274.657 533.435 275.132C605.76 275.608 594.33 187.912 594.335 138.752L594.297 0.608392L683.836 0.608392L683.836 82.5L683.879 162.03C683.888 177.05 683.845 192.81 683.45 207.563C680.636 312.698 606.29 369.914 503.17 354.95C446.803 347.704 402.95 308.968 389.342 253.515C379.466 213.27 382.183 169.425 382.183 127.762L382.224 0.608392Z'/%3E%3Cpath fill='%231C1C1C' d='M1788.16 1.0692L1878.93 1.0692L1878.88 138.515C1878.88 187.538 1867.36 274.98 1939.51 275.211C2011.42 275.441 2000.04 187.419 2000.05 138.059L2000 1.0692L2089.17 1.0692L2089.17 82.5L2089.21 162.994C2089.23 219.888 2090.12 272.879 2046.85 317.358C2017.19 347.229 1979.2 356.472 1938.73 357.065C1869.22 358.084 1811.42 321.53 1794.87 251.937C1785.37 212.034 1788.12 170.607 1788.12 129.497L1788.16 1.0692Z'/%3E%3Cpath fill='%231C1C1C' d='M1808.84 404.406C1841.1 399.558 1881.01 410.822 1907 430.206C1969.7 476.66 1980.21 573.02 1933.77 634.431C1909.28 666.827 1878.45 681.351 1839.02 686.839C1643.73 699.471 1632.09 423.302 1808.84 404.406ZM1833.23 622.849C1922.16 605.709 1902.83 455.303 1814.11 468.272C1727.1 483.725 1739.41 633.369 1833.23 622.849Z'/%3E%3Cpath fill='%231C1C1C' d='M1045.52 406.925C1049.58 406.984 1054.33 408.389 1058.48 409.282C1165.27 432.116 1193.03 574.754 1121.57 648.181C1089.7 680.929 1048.15 688.189 1004.5 688L892 688L892 484.427L900.975 489.625L1045.52 406.925ZM1066.3 603.13C1093.97 569.463 1094.36 512.803 1060.1 483.647C1036.48 463.552 995.304 468.173 965.776 468.302L965.776 623.967C1000.29 624.119 1039.64 629.38 1065.41 604.032C1065.71 603.735 1066.01 603.435 1066.3 603.13Z'/%3E%3Cpath fill='%231C1C1C' d='M2014 404.164L2092.06 404.088C2120.33 404.077 2145.69 402.337 2173.76 409.233C2235.19 424.329 2259.45 483.539 2244.72 540.97C2237.93 567.403 2221.28 585.392 2197.8 598.768L2253.97 688L2230.5 688L2175 688L2127.87 612.703L2087.78 612.703L2087.78 688L2014 688L2014 404.164ZM2087.78 550.608C2110.77 550.751 2145.43 554.759 2162.88 539.834C2177.79 522.998 2178.97 493.336 2162.43 478.002C2146.78 463.493 2107.97 467.495 2087.78 467.615L2087.78 550.608Z'/%3E%3Cpath fill='%231C1C1C' d='M608 404.164L691.58 404.086C701.958 404.083 746.1 403.361 753.943 406.747C774.124 417.434 802.649 431.851 821.001 444.359C843.303 459.559 846.354 516.425 838.819 540.386C829.87 568.844 816.421 584.639 791.804 598.768L847.972 688L824.5 688L769.003 688L721.87 612.703L681.776 612.703L681.776 688L608 688L608 404.164ZM681.776 550.608C704.769 550.751 739.432 554.759 756.882 539.834C771.788 522.998 772.97 493.336 756.431 478.002C740.781 463.493 701.968 467.495 681.776 467.615L681.776 550.608Z'/%3E%3Cpath fill='%23FF0078' d='M898.514 3.95337C914.128 13.2479 930.688 22.3411 946.554 31.3113C946.005 48.6589 946.05 66.7164 945.879 84.1266L992.67 112.231L992.667 165.034L1039 191.488L1039 297.722L1084.85 326.673L1085 358.593C1073.45 365.102 1061.38 371.681 1050.21 378.747C1051.05 368.604 1050.99 356.591 1051.17 346.272C1032.32 335.557 1012.65 323.298 993.953 312.099L992.249 220.335C976.749 211.14 961.245 201.508 945.851 192.101L946.003 139.305L900.033 111.141C900.122 146.443 900.447 181.745 901.009 217.043L947.014 242.851L946.882 295.238L1039.21 350.184C1039.58 361.555 1039.82 372.93 1039.91 384.307C1028.49 390.914 1017.02 397.445 1005.51 403.898C1004.93 393.167 1005.01 380.799 1004.82 369.94L946.004 334.45L946.164 348.25L946.239 349.248C947.554 352.42 985.785 373.755 991.999 377.36C991.951 388.71 992.202 400.35 992.314 411.725C980.927 418.012 969.629 424.459 958.424 431.063L958.424 397.371L901.107 362.854C901.613 331.824 901.919 300.791 902.027 269.758C892.669 263.259 866.252 249.347 855.178 243.1L855.008 335.915L796.221 369.538L796.221 403.511C784.741 397.043 773.301 390.505 761.902 383.896L761.942 349.742L807.941 321.885L807.105 215.457L762.621 189.958L808.58 162.06L855.169 189.588L855.169 137.482L808.506 110.186L854.998 82.3086L900.023 110.575L899.916 58.9401L852.932 31.8297C867.589 23.4826 883.969 12.8779 898.514 3.95337Z'/%3E%3Cpath fill='%231C1C1C' d='M1462.88 0.966527L1754.84 0.966527L1754.84 80.7031L1655.07 80.7031L1655.07 255.5L1655.07 356L1562.97 356L1562.97 80.7031L1462.88 80.7031L1462.88 0.966527Z'/%3E%3Cpath fill='%231C1C1C' d='M391.725 404.164L464.2 404.164L579.653 688L502.82 688C497.218 670.865 488.927 650.196 482.579 632.969L464.5 632.969L372.225 632.969L352.038 688L276.835 688C288.708 656.642 303 623.232 315.65 591.994L391.725 404.164ZM394.055 573.771L427.5 573.771L460.895 573.771L438.488 513.057C436.34 507.196 429.696 488.007 427.229 483.597L394.055 573.771Z'/%3E%3Cpath fill='%231C1C1C' d='M2298 403.164L2502.17 403.164L2502.17 465.302L2370.97 465.302L2370.97 513.069L2486.7 513.069L2486.7 573.072C2474.26 573.06 2373.96 572.235 2370.97 574.181L2370.97 624.967L2507.03 624.967L2507.03 687L2298 687L2298 403.164Z'/%3E%3Cpath fill='%231C1C1C' d='M1298.73 403.431C1330.93 400.378 1370.97 410.436 1398.87 427.051L1377.05 484.481C1355.42 472.29 1333.96 463.96 1308.66 463.354C1292.68 462.972 1266.91 466.957 1266.86 488.11C1267.2 502.769 1286.16 508.368 1297.4 511.362C1328.37 519.614 1366.08 524.475 1389.97 547.803C1419.38 576.526 1413.72 630.816 1384.97 658.149C1359.19 682.66 1327.2 687.788 1293.25 687.37C1256.1 686 1223.63 678.235 1192.42 657.531L1215.83 600.317C1241.25 618.322 1305.14 641.977 1335.12 616.55C1342.24 610.508 1340.25 595.565 1331.17 590.13C1309.46 579.057 1284.07 574.171 1259.77 567.703C1197.36 551.084 1176.82 488.855 1216.3 437.799C1234.81 413.86 1267.85 405.438 1298.73 403.431Z'/%3E%3Cpath fill='%231C1C1C' d='M1426.39 404.164L1659.78 404.164L1659.78 467.969L1580.07 467.969L1580.07 608.5L1580.07 688L1506.39 688L1506.39 467.969L1426.39 467.969L1426.39 404.164Z'/%3E%3Cpath fill='%23FF0078' d='M900.147 375.874C906.346 378.417 937.757 398.205 946.015 403.157C946.929 414.389 947.65 425.635 948.178 436.891C933.126 444.871 916.427 454.914 901.461 463.437C898.665 463.49 859.127 440.048 853.924 437.014L854.256 402.409C869.365 394.075 885.138 384.566 900.147 375.874Z'/%3E%3Cpath fill='%23FF0078' d='M855.351 349.025C864.658 353.819 880.889 364.077 890.376 369.699L842.981 397.262L842.981 429.464C839.789 429.485 813.683 413.863 808.903 411.111L809 376.962L855.351 349.025Z'/%3E%3Cpath fill='%23FF0078' d='M760.032 296.864C763.972 296.954 790.499 312.893 795.671 315.899L749.909 343.442L749.909 375.067L749.68 376.167C747.347 376.258 721.196 360.553 717 358.119L717 322.903L760.032 296.864Z'/%3E%3Cpath fill='%231C1C1C' d='M0 166.157C6.08445 113.725 22.5278 71.5565 65.0923 37.6289C136.857 -19.5741 253.859 -9.36687 310.558 64.4412C342.225 105.452 353.4 153.361 347.456 203.926C342.35 249.889 319.213 291.948 283.125 320.867C280.327 323.099 277.463 325.247 274.537 327.308L315.009 387L222.06 387L202.148 353.64C174.098 356.301 152.366 357.638 125.557 350.63C56.1498 332.485 7.35069 270.779 1.03445 200.065C0.818557 197.648 0.434726 194.247 0 191.842L0 166.157ZM181.085 276.476C292.843 262.935 281.954 76.9498 169.324 81.3502C146.752 83.8386 125.115 92.346 111.553 111.11C66.2705 173.755 91.4513 278.843 181.085 276.476Z'/%3E%3Cpath fill='%231C1C1C' d='M0 405.164L73.7756 405.164L73.7756 511.928L174.031 511.928L174.031 405.164L247.836 405.164L247.836 689L174.031 689L174.031 578.302L73.7756 578.302L73.7756 689L0 689L0 405.164Z'/%3E%3C/svg%3E") !important;filter:none !important;-webkit-filter:none !important;transition:opacity .18s ease,transform .2s cubic-bezier(0.34, 1.56, 0.64, 1) !important}html body #qMainDock .q-logo a:hover img,html body div#qMainDock .q-logo a:hover img,html body .q-logo a:hover img{opacity:.92 !important;transform:scale(1.03) !important;filter:none !important;-webkit-filter:none !important}html body.q-theme-light .q-logo img,html.q-theme-light body .q-logo img{content:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='2508' height='689' viewBox='0 0 2508 689'%3E%3Cpath fill='%231C1C1C' d='M2123.61 1.0692L2199.33 1.0692C2211.71 21.2795 2225.73 48.1822 2237.5 69.2246L2314.01 205.96C2326.58 184.185 2339.4 159.358 2351.49 137.117L2425.46 1.0692L2501.19 1.0692C2502.72 118.735 2501.99 238.21 2502.17 356L2417.49 356L2417.26 312.5C2416.54 264.59 2416.97 215.476 2416.83 167.464C2391.85 216.544 2359.67 272.136 2332.91 321.033L2291.94 321.033L2208.84 173.101L2208.84 356L2123.61 356L2123.61 1.0692Z'/%3E%3Cpath fill='%231C1C1C' d='M1118.61 1.0692L1194.31 1.0692C1242.5 62.5276 1290.67 127.772 1338.07 190.141L1338.07 1.0692L1428.39 1.0692L1428.39 356L1352.42 356C1338.81 336.902 1321.52 315.28 1307.15 296.383L1208.93 166.949L1208.93 356L1118.61 356L1118.61 1.0692Z'/%3E%3Cpath fill='%231C1C1C' d='M382.224 0.608392L473.033 0.608392L472.989 136.814C472.973 186.367 461.445 274.657 533.435 275.132C605.76 275.608 594.33 187.912 594.335 138.752L594.297 0.608392L683.836 0.608392L683.836 82.5L683.879 162.03C683.888 177.05 683.845 192.81 683.45 207.563C680.636 312.698 606.29 369.914 503.17 354.95C446.803 347.704 402.95 308.968 389.342 253.515C379.466 213.27 382.183 169.425 382.183 127.762L382.224 0.608392Z'/%3E%3Cpath fill='%231C1C1C' d='M1788.16 1.0692L1878.93 1.0692L1878.88 138.515C1878.88 187.538 1867.36 274.98 1939.51 275.211C2011.42 275.441 2000.04 187.419 2000.05 138.059L2000 1.0692L2089.17 1.0692L2089.17 82.5L2089.21 162.994C2089.23 219.888 2090.12 272.879 2046.85 317.358C2017.19 347.229 1979.2 356.472 1938.73 357.065C1869.22 358.084 1811.42 321.53 1794.87 251.937C1785.37 212.034 1788.12 170.607 1788.12 129.497L1788.16 1.0692Z'/%3E%3Cpath fill='%231C1C1C' d='M1808.84 404.406C1841.1 399.558 1881.01 410.822 1907 430.206C1969.7 476.66 1980.21 573.02 1933.77 634.431C1909.28 666.827 1878.45 681.351 1839.02 686.839C1643.73 699.471 1632.09 423.302 1808.84 404.406ZM1833.23 622.849C1922.16 605.709 1902.83 455.303 1814.11 468.272C1727.1 483.725 1739.41 633.369 1833.23 622.849Z'/%3E%3Cpath fill='%231C1C1C' d='M1045.52 406.925C1049.58 406.984 1054.33 408.389 1058.48 409.282C1165.27 432.116 1193.03 574.754 1121.57 648.181C1089.7 680.929 1048.15 688.189 1004.5 688L892 688L892 484.427L900.975 489.625L1045.52 406.925ZM1066.3 603.13C1093.97 569.463 1094.36 512.803 1060.1 483.647C1036.48 463.552 995.304 468.173 965.776 468.302L965.776 623.967C1000.29 624.119 1039.64 629.38 1065.41 604.032C1065.71 603.735 1066.01 603.435 1066.3 603.13Z'/%3E%3Cpath fill='%231C1C1C' d='M2014 404.164L2092.06 404.088C2120.33 404.077 2145.69 402.337 2173.76 409.233C2235.19 424.329 2259.45 483.539 2244.72 540.97C2237.93 567.403 2221.28 585.392 2197.8 598.768L2253.97 688L2230.5 688L2175 688L2127.87 612.703L2087.78 612.703L2087.78 688L2014 688L2014 404.164ZM2087.78 550.608C2110.77 550.751 2145.43 554.759 2162.88 539.834C2177.79 522.998 2178.97 493.336 2162.43 478.002C2146.78 463.493 2107.97 467.495 2087.78 467.615L2087.78 550.608Z'/%3E%3Cpath fill='%231C1C1C' d='M608 404.164L691.58 404.086C701.958 404.083 746.1 403.361 753.943 406.747C774.124 417.434 802.649 431.851 821.001 444.359C843.303 459.559 846.354 516.425 838.819 540.386C829.87 568.844 816.421 584.639 791.804 598.768L847.972 688L824.5 688L769.003 688L721.87 612.703L681.776 612.703L681.776 688L608 688L608 404.164ZM681.776 550.608C704.769 550.751 739.432 554.759 756.882 539.834C771.788 522.998 772.97 493.336 756.431 478.002C740.781 463.493 701.968 467.495 681.776 467.615L681.776 550.608Z'/%3E%3Cpath fill='%23FF0078' d='M898.514 3.95337C914.128 13.2479 930.688 22.3411 946.554 31.3113C946.005 48.6589 946.05 66.7164 945.879 84.1266L992.67 112.231L992.667 165.034L1039 191.488L1039 297.722L1084.85 326.673L1085 358.593C1073.45 365.102 1061.38 371.681 1050.21 378.747C1051.05 368.604 1050.99 356.591 1051.17 346.272C1032.32 335.557 1012.65 323.298 993.953 312.099L992.249 220.335C976.749 211.14 961.245 201.508 945.851 192.101L946.003 139.305L900.033 111.141C900.122 146.443 900.447 181.745 901.009 217.043L947.014 242.851L946.882 295.238L1039.21 350.184C1039.58 361.555 1039.82 372.93 1039.91 384.307C1028.49 390.914 1017.02 397.445 1005.51 403.898C1004.93 393.167 1005.01 380.799 1004.82 369.94L946.004 334.45L946.164 348.25L946.239 349.248C947.554 352.42 985.785 373.755 991.999 377.36C991.951 388.71 992.202 400.35 992.314 411.725C980.927 418.012 969.629 424.459 958.424 431.063L958.424 397.371L901.107 362.854C901.613 331.824 901.919 300.791 902.027 269.758C892.669 263.259 866.252 249.347 855.178 243.1L855.008 335.915L796.221 369.538L796.221 403.511C784.741 397.043 773.301 390.505 761.902 383.896L761.942 349.742L807.941 321.885L807.105 215.457L762.621 189.958L808.58 162.06L855.169 189.588L855.169 137.482L808.506 110.186L854.998 82.3086L900.023 110.575L899.916 58.9401L852.932 31.8297C867.589 23.4826 883.969 12.8779 898.514 3.95337Z'/%3E%3Cpath fill='%231C1C1C' d='M1462.88 0.966527L1754.84 0.966527L1754.84 80.7031L1655.07 80.7031L1655.07 255.5L1655.07 356L1562.97 356L1562.97 80.7031L1462.88 80.7031L1462.88 0.966527Z'/%3E%3Cpath fill='%231C1C1C' d='M391.725 404.164L464.2 404.164L579.653 688L502.82 688C497.218 670.865 488.927 650.196 482.579 632.969L464.5 632.969L372.225 632.969L352.038 688L276.835 688C288.708 656.642 303 623.232 315.65 591.994L391.725 404.164ZM394.055 573.771L427.5 573.771L460.895 573.771L438.488 513.057C436.34 507.196 429.696 488.007 427.229 483.597L394.055 573.771Z'/%3E%3Cpath fill='%231C1C1C' d='M2298 403.164L2502.17 403.164L2502.17 465.302L2370.97 465.302L2370.97 513.069L2486.7 513.069L2486.7 573.072C2474.26 573.06 2373.96 572.235 2370.97 574.181L2370.97 624.967L2507.03 624.967L2507.03 687L2298 687L2298 403.164Z'/%3E%3Cpath fill='%231C1C1C' d='M1298.73 403.431C1330.93 400.378 1370.97 410.436 1398.87 427.051L1377.05 484.481C1355.42 472.29 1333.96 463.96 1308.66 463.354C1292.68 462.972 1266.91 466.957 1266.86 488.11C1267.2 502.769 1286.16 508.368 1297.4 511.362C1328.37 519.614 1366.08 524.475 1389.97 547.803C1419.38 576.526 1413.72 630.816 1384.97 658.149C1359.19 682.66 1327.2 687.788 1293.25 687.37C1256.1 686 1223.63 678.235 1192.42 657.531L1215.83 600.317C1241.25 618.322 1305.14 641.977 1335.12 616.55C1342.24 610.508 1340.25 595.565 1331.17 590.13C1309.46 579.057 1284.07 574.171 1259.77 567.703C1197.36 551.084 1176.82 488.855 1216.3 437.799C1234.81 413.86 1267.85 405.438 1298.73 403.431Z'/%3E%3Cpath fill='%231C1C1C' d='M1426.39 404.164L1659.78 404.164L1659.78 467.969L1580.07 467.969L1580.07 608.5L1580.07 688L1506.39 688L1506.39 467.969L1426.39 467.969L1426.39 404.164Z'/%3E%3Cpath fill='%23FF0078' d='M900.147 375.874C906.346 378.417 937.757 398.205 946.015 403.157C946.929 414.389 947.65 425.635 948.178 436.891C933.126 444.871 916.427 454.914 901.461 463.437C898.665 463.49 859.127 440.048 853.924 437.014L854.256 402.409C869.365 394.075 885.138 384.566 900.147 375.874Z'/%3E%3Cpath fill='%23FF0078' d='M855.351 349.025C864.658 353.819 880.889 364.077 890.376 369.699L842.981 397.262L842.981 429.464C839.789 429.485 813.683 413.863 808.903 411.111L809 376.962L855.351 349.025Z'/%3E%3Cpath fill='%23FF0078' d='M760.032 296.864C763.972 296.954 790.499 312.893 795.671 315.899L749.909 343.442L749.909 375.067L749.68 376.167C747.347 376.258 721.196 360.553 717 358.119L717 322.903L760.032 296.864Z'/%3E%3Cpath fill='%231C1C1C' d='M0 166.157C6.08445 113.725 22.5278 71.5565 65.0923 37.6289C136.857 -19.5741 253.859 -9.36687 310.558 64.4412C342.225 105.452 353.4 153.361 347.456 203.926C342.35 249.889 319.213 291.948 283.125 320.867C280.327 323.099 277.463 325.247 274.537 327.308L315.009 387L222.06 387L202.148 353.64C174.098 356.301 152.366 357.638 125.557 350.63C56.1498 332.485 7.35069 270.779 1.03445 200.065C0.818557 197.648 0.434726 194.247 0 191.842L0 166.157ZM181.085 276.476C292.843 262.935 281.954 76.9498 169.324 81.3502C146.752 83.8386 125.115 92.346 111.553 111.11C66.2705 173.755 91.4513 278.843 181.085 276.476Z'/%3E%3Cpath fill='%231C1C1C' d='M0 405.164L73.7756 405.164L73.7756 511.928L174.031 511.928L174.031 405.164L247.836 405.164L247.836 689L174.031 689L174.031 578.302L73.7756 578.302L73.7756 689L0 689L0 405.164Z'/%3E%3C/svg%3E") !important;filter:none !important}html body .q-adbar-main,html body #qAdbar,html body div.q-adbar-main,html body div#qAdbar{display:none !important;visibility:hidden !important;height:0 !important;overflow:hidden !important;pointer-events:none !important}html body{padding-top:100px !important}@media(max-width: 767px){html body{padding-top:80px !important}}html body #qMainDock,html body div#qMainDock,html body .q-main-dock{top:12px !important}@media(max-width: 767px){html body #qMainDock,html body div#qMainDock,html body .q-main-dock{top:8px !important}}html body .q-footer,html body footer.q-footer{background:var(--qh-smoke, #f5f5f5) !important;background-image:none !important;color:var(--qh-black, #1c1c1c) !important;border-top:1px solid var(--qh-gray-line, #e6e6e6) !important;text-shadow:none !important;padding:48px 4% 24px !important}html body .q-footer *{text-shadow:none !important}html body .q-footer__inner{max-width:1280px !important;margin:0 auto !important;padding:0 !important}html body .q-footer__brand,html body .q-footer__col{background:rgba(0,0,0,0) !important}html body .q-footer__tagline,html body .q-footer p,html body .q-footer__contact li,html body .q-footer__contact a,html body .q-footer ul li{color:#555 !important;font-size:13px !important;line-height:1.5 !important;-webkit-text-fill-color:#555 !important}html body .q-footer__col h4,html body .q-footer h4{color:var(--qh-black, #1c1c1c) !important;font-size:13px !important;font-weight:900 !important;letter-spacing:.14em !important;text-transform:uppercase !important;margin:0 0 14px !important;-webkit-text-fill-color:var(--qh-black, #1c1c1c) !important}html body .q-footer__col ul,html body .q-footer ul{list-style:none !important;padding:0 !important;margin:0 !important}html body .q-footer__col ul li,html body .q-footer ul li{margin:0 0 8px !important}html body .q-footer__col a,html body .q-footer a{color:#555 !important;text-decoration:none !important;font-weight:600 !important;transition:color .2s ease !important;-webkit-text-fill-color:#555 !important}html body .q-footer__col a:hover,html body .q-footer a:hover{color:var(--qh-magenta, #ff007f) !important;-webkit-text-fill-color:var(--qh-magenta, #ff007f) !important}html body .q-footer__social a,html body .q-footer__social svg{color:#555 !important}html body .q-footer__social a:hover{color:var(--qh-magenta, #ff007f) !important}html body .q-footer input[type=email],html body .q-footer input[type=text],html body .q-footer .form-control{background:#fff !important;border:1px solid var(--qh-gray-line, #e6e6e6) !important;color:var(--qh-black, #1c1c1c) !important;border-radius:8px !important;padding:12px 14px !important;font-size:14px !important;-webkit-text-fill-color:var(--qh-black, #1c1c1c) !important}html body .q-footer input[type=email]::placeholder,html body .q-footer input[type=text]::placeholder{color:#888 !important}html body .q-footer button[type=submit],html body .q-footer input[type=submit],html body .q-footer .btn-primary,html body .q-footer .js-newsletter-submit{background:var(--qh-magenta, #ff007f) !important;color:#fff !important;border:0 !important;border-radius:8px !important;padding:12px 22px !important;font-size:12px !important;font-weight:800 !important;letter-spacing:.12em !important;text-transform:uppercase !important;box-shadow:0 8px 20px rgba(255,0,127,.22) !important;cursor:pointer !important;transition:background .2s ease,transform .2s ease !important;-webkit-text-fill-color:#fff !important}html body .q-footer button[type=submit]:hover,html body .q-footer input[type=submit]:hover,html body .q-footer .btn-primary:hover{background:var(--qh-magenta-dark, #c0005f) !important;transform:translateY(-1px) !important}html body .q-footer__pay-strip{background:#fff !important;border:1px solid var(--qh-gray-line, #e6e6e6) !important;border-radius:12px !important;padding:18px !important;margin:32px auto 0 !important;max-width:1280px !important}html body .q-footer__pay-text{color:#888 !important;font-size:10px !important;font-weight:800 !important;letter-spacing:.14em !important;text-transform:uppercase !important;margin:0 0 8px !important}html body .q-footer__pay img{filter:none !important;opacity:1 !important}html body .q-footer__bottom,html body .js-footer-legal{border-top:1px solid var(--qh-gray-line, #e6e6e6) !important;background:rgba(0,0,0,0) !important;color:#888 !important;font-size:11px !important;padding-top:18px !important;margin:28px auto 0 !important;max-width:1280px !important;-webkit-text-fill-color:#888 !important}html body .q-footer__bottom a,html body .js-footer-legal a{color:#888 !important;-webkit-text-fill-color:#888 !important}html body .q-footer__bottom a:hover{color:var(--qh-magenta, #ff007f) !important}html body .q-footer__logo-link,html body .q-footer__logo,html body .q-footer__logo img,html body .q-footer__logo svg{filter:none !important;color:var(--qh-black, #1c1c1c) !important}html body.template-account-login,html body.template-account-register,html body.template-account-reset,html body.template-account-newpass{background:var(--qh-smoke, #f5f5f5) !important;min-height:calc(100vh - 140px) !important}html body[class*=template-account] .account-page{background:rgba(0,0,0,0) !important;padding:40px 16px !important}html body[class*=template-account] .q-auth-card{position:relative !important;width:100% !important;max-width:480px !important;margin:32px auto !important;padding:32px 28px !important;background:#fff !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important;border:1px solid var(--qh-gray-line, #e7e7e7) !important;border-radius:16px !important;box-shadow:0 12px 32px rgba(0,0,0,.08),0 0 0 1px rgba(28,28,28,.02) !important}html body[class*=template-account] .q-auth-card__back{display:inline-flex !important;align-items:center !important;gap:6px !important;margin:-8px 0 14px !important;padding:6px 10px 6px 6px !important;background:rgba(0,0,0,0) !important;color:#666 !important;-webkit-text-fill-color:#666 !important;font-size:11.5px !important;font-weight:700 !important;letter-spacing:.04em !important;text-decoration:none !important;border-radius:6px !important;transition:color .2s ease,background .2s ease,transform .2s ease !important;text-transform:none !important}html body[class*=template-account] .q-auth-card__back:hover{color:var(--qh-magenta, #ff007f) !important;-webkit-text-fill-color:var(--qh-magenta, #ff007f) !important;background:rgba(255,0,127,.06) !important;transform:translateX(-2px) !important}html body[class*=template-account] .q-auth-card__back svg{flex-shrink:0 !important;stroke:currentColor !important}html body[class*=template-account] .q-auth-card__title{font-size:clamp(22px,2.6vw,28px) !important;font-weight:900 !important;color:var(--qh-black, #1c1c1c) !important;-webkit-text-fill-color:var(--qh-black, #1c1c1c) !important;margin:0 0 8px !important;letter-spacing:-0.02em !important;text-align:center !important}html body[class*=template-account] .q-auth-card__sub{color:#666 !important;-webkit-text-fill-color:#666 !important;text-align:center !important;margin:0 0 24px !important;font-size:13.5px !important;font-weight:500 !important;line-height:1.5 !important}html body[class*=template-account] .q-auth-card .form-control,html body[class*=template-account] .q-auth-card input[type=email],html body[class*=template-account] .q-auth-card input[type=password],html body[class*=template-account] .q-auth-card input[type=text]{background:var(--qh-smoke, #f5f5f5) !important;color:var(--qh-black, #1c1c1c) !important;-webkit-text-fill-color:var(--qh-black, #1c1c1c) !important;border:1.5px solid var(--qh-gray-line, #e7e7e7) !important;border-radius:10px !important;padding:12px 14px !important;font-size:14px !important;font-weight:500 !important;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease !important;width:100% !important;margin-bottom:14px !important}html body[class*=template-account] .q-auth-card .form-control:focus,html body[class*=template-account] .q-auth-card input:focus{border-color:var(--qh-magenta, #ff007f) !important;background:#fff !important;box-shadow:0 0 0 3px rgba(255,0,127,.12) !important;outline:none !important}html body[class*=template-account] .q-auth-card input::placeholder{color:#999 !important;font-weight:500 !important}html body[class*=template-account] .q-auth-card label,html body[class*=template-account] .q-auth-card .form-label{color:var(--qh-black, #1c1c1c) !important;-webkit-text-fill-color:var(--qh-black, #1c1c1c) !important;font-size:11.5px !important;font-weight:800 !important;letter-spacing:.08em !important;text-transform:uppercase !important;margin-bottom:6px !important;display:block !important}html body[class*=template-account] .q-auth-card button[type=submit],html body[class*=template-account] .q-auth-card input[type=submit],html body[class*=template-account] .q-auth-card .btn-primary{display:block !important;width:100% !important;background:var(--qh-magenta, #ff007f) !important;color:#fff !important;-webkit-text-fill-color:#fff !important;border:0 !important;border-radius:10px !important;padding:14px 22px !important;font-size:13px !important;font-weight:900 !important;letter-spacing:.12em !important;text-transform:uppercase !important;font-family:"Montserrat",sans-serif !important;cursor:pointer !important;margin:8px 0 0 !important;box-shadow:0 10px 24px rgba(255,0,127,.25) !important;transition:background .2s ease,transform .15s ease,box-shadow .25s ease !important}html body[class*=template-account] .q-auth-card button[type=submit]:hover,html body[class*=template-account] .q-auth-card input[type=submit]:hover{background:var(--qh-magenta-dark, #c0005f) !important;transform:translateY(-1px) !important;box-shadow:0 14px 30px rgba(255,0,127,.32) !important}html body[class*=template-account] .q-auth-card__divider{display:flex !important;align-items:center !important;gap:12px !important;margin:22px 0 !important;color:#999 !important;-webkit-text-fill-color:#999 !important;font-size:11px !important;font-weight:700 !important;letter-spacing:.14em !important;text-transform:uppercase !important}html body[class*=template-account] .q-auth-card__divider::before,html body[class*=template-account] .q-auth-card__divider::after{content:"" !important;flex:1 !important;height:1px !important;background:var(--qh-gray-line, #e7e7e7) !important}html body[class*=template-account] .q-auth-card__footer{margin-top:16px !important;text-align:center !important;font-size:13px !important;color:#666 !important;-webkit-text-fill-color:#666 !important}html body[class*=template-account] .q-auth-card__footer a,html body[class*=template-account] .q-auth-card__footer .btn-link{color:var(--qh-magenta, #ff007f) !important;-webkit-text-fill-color:var(--qh-magenta, #ff007f) !important;font-weight:800 !important;text-decoration:none !important;margin-left:4px !important}html body[class*=template-account] .q-auth-card__footer a:hover{color:var(--qh-magenta-dark, #c0005f) !important;text-decoration:underline !important}html body[class*=template-account] .q-auth-card .btn-link{color:var(--qh-magenta, #ff007f) !important;-webkit-text-fill-color:var(--qh-magenta, #ff007f) !important;font-weight:700 !important;font-size:12px !important;text-decoration:none !important}html body[class*=template-account] .q-auth-card .btn-link:hover{text-decoration:underline !important}html body[class*=template-account] .q-auth-card .alert{padding:12px 14px !important;border-radius:8px !important;font-size:12.5px !important;font-weight:600 !important;margin:0 0 14px !important}html body[class*=template-account] .q-auth-card .alert-danger{background:rgba(220,38,38,.06) !important;color:#b91c1c !important;-webkit-text-fill-color:#b91c1c !important;border:1px solid rgba(220,38,38,.25) !important}html body[class*=template-account] .q-auth-card .alert-success{background:rgba(34,197,94,.06) !important;color:#15803d !important;-webkit-text-fill-color:#15803d !important;border:1px solid rgba(34,197,94,.25) !important}@media(max-width: 480px){html body[class*=template-account] .account-page{padding:24px 12px !important}html body[class*=template-account] .q-auth-card{padding:24px 20px !important;margin:16px auto !important;border-radius:14px !important}}
/* Engine:dart */