.cd-press-wrap{display:block}.cd-press{background:#fff;border-top:1px solid var(--cd-line);border-bottom:1px solid var(--cd-line);font-family:var(--cd-font-sans)}.cd-press__inner{max-width:var(--cd-container);margin:0 auto;padding:52px var(--cd-container-pad)}.cd-press__head{display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:36px}.cd-press__rule{flex:0 0 64px;height:1px;background:var(--cd-line)}.cd-press__label{font-size:11px;letter-spacing:.24em;text-transform:uppercase;font-weight:700;color:var(--cd-ink);white-space:nowrap}.cd-press__list{list-style:none;margin:0;padding:0;display:flex;align-items:stretch;justify-content:center;flex-wrap:wrap}.cd-press__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:8px 36px;text-align:center;border-right:1px solid var(--cd-line);min-width:170px;max-width:220px}.cd-press__item:last-child{border-right:0}.cd-press__logoWrap{display:flex;align-items:center;justify-content:center;gap:10px;height:44px}.cd-press__item img{max-height:44px;max-width:160px;width:auto;height:auto;object-fit:contain;filter:grayscale(100%);opacity:.85;transition:filter .25s ease,opacity .25s ease}.cd-press__item:hover img{filter:none;opacity:1}.cd-press__name{font-family:var(--cd-font-display);font-weight:700;font-size:22px;letter-spacing:-.02em;color:var(--cd-ink);line-height:1}.cd-press__name--big{font-size:26px;font-weight:800;color:var(--cd-ink)}.cd-press__star{color:var(--cd-star);flex:0 0 auto}.cd-press__sublabel{font-size:12px;font-weight:600;color:var(--cd-muted);letter-spacing:.02em;line-height:1.2}@media(max-width:1024px){.cd-press__item{padding:8px 24px;min-width:150px}.cd-press__name{font-size:18px}.cd-press__name--big{font-size:22px}}@media(max-width:780px){.cd-press__inner{padding:36px var(--cd-container-pad)}.cd-press__list{gap:0}.cd-press__item{flex:0 0 50%;max-width:50%;padding:18px 16px;border-right:0;border-bottom:1px solid var(--cd-line)}.cd-press__item:nth-child(odd){border-right:1px solid var(--cd-line)}.cd-press__item:nth-last-child(-n+1){border-bottom:0}.cd-press__item:nth-last-child(2):nth-child(odd){border-bottom:0}}@media(max-width:480px){.cd-press__item{flex:0 0 100%;max-width:100%;padding:14px 0;border-right:0!important}.cd-press__item:last-child{border-bottom:0}}.cd-uc-wrap{display:block}.cd-uc{background:#fff;font-family:var(--cd-font-sans)}.cd-uc__inner{max-width:var(--cd-container);margin:0 auto;padding:clamp(60px,9vw,110px) var(--cd-container-pad)}.cd-uc__head{text-align:center;margin-bottom:clamp(36px,5vw,56px);max-width:760px;margin-left:auto;margin-right:auto}.cd-uc__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}.cd-uc__card{position:relative;padding:32px 28px 28px;border-radius:var(--cd-r-lg);background:var(--cd-paper);border:1px solid var(--cd-line);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease,background .3s ease}.cd-uc__card:hover{transform:translateY(-3px);box-shadow:var(--cd-shadow-md);border-color:var(--cd-ink);background:#fff}.cd-uc__icon{width:48px;height:48px;border-radius:var(--cd-r-md);background:var(--cd-ink);color:#fff;display:inline-flex;align-items:center;justify-content:center;margin-bottom:18px}.cd-uc__icon svg{width:24px;height:24px}.cd-uc__title{font-size:18px;font-weight:700;color:var(--cd-ink);margin:0 0 8px;letter-spacing:-.005em}.cd-uc__body{font-size:14.5px;line-height:1.55;color:var(--cd-muted);margin:0}.cd-uc--rich .cd-uc__grid--rich{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.cd-uc--rich .cd-uc__card--rich{padding:0;overflow:hidden;display:flex;flex-direction:column;background:#fff;border:1px solid var(--cd-line)}.cd-uc--rich .cd-uc__card--rich:hover{transform:translateY(-4px);box-shadow:var(--cd-shadow-md);border-color:var(--cd-ink)}.cd-uc__photo{position:relative;aspect-ratio:1/1;background:var(--cd-mist);overflow:hidden}.cd-uc__photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.2,.8,.2,1)}.cd-uc__card--rich:hover .cd-uc__photo img{transform:scale(1.05)}.cd-uc__photoTag{position:absolute;top:14px;left:14px;background:#0a1a2fdb;color:#fff;font-size:10.5px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;padding:6px 11px;border-radius:var(--cd-r-pill);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.cd-uc__cardBody{padding:24px 22px 26px;display:flex;flex-direction:column;flex:1}.cd-uc--rich .cd-uc__icon{width:36px;height:36px;border-radius:8px;margin-bottom:14px}.cd-uc--rich .cd-uc__icon svg{width:18px;height:18px}.cd-uc--rich .cd-uc__title{font-size:17px;margin-bottom:6px}.cd-uc--rich .cd-uc__body{font-size:14px;line-height:1.5}.cd-uc--rich .cd-uc__card--rich:not(:has(.cd-uc__photo)) .cd-uc__cardBody{padding:36px 26px 30px;background:linear-gradient(160deg,#0a1a2f,#122a48 70%,#1b3960);color:#fff;flex:1}.cd-uc--rich .cd-uc__card--rich:not(:has(.cd-uc__photo)) .cd-uc__icon{background:#ffffff1f;color:#fff;width:54px;height:54px;border-radius:14px;margin-bottom:22px}.cd-uc--rich .cd-uc__card--rich:not(:has(.cd-uc__photo)) .cd-uc__icon svg{width:26px;height:26px}.cd-uc--rich .cd-uc__card--rich:not(:has(.cd-uc__photo)) .cd-uc__title{font-size:20px;color:#fff;margin-bottom:10px}.cd-uc--rich .cd-uc__card--rich:not(:has(.cd-uc__photo)) .cd-uc__body{font-size:14.5px;color:#ffffffc7;line-height:1.55}.cd-uc__strip{margin-top:clamp(48px,6vw,72px);padding-top:clamp(40px,5vw,52px);border-top:1px solid var(--cd-line);position:relative}.cd-uc__stripHead{text-align:center;margin-bottom:clamp(28px,4vw,40px)}.cd-uc__stripEyebrow{font-size:11px;letter-spacing:.24em;text-transform:uppercase;font-weight:700;color:var(--cd-accent);margin:0 0 8px;display:inline-flex;align-items:center;gap:14px}.cd-uc__stripEyebrow:before,.cd-uc__stripEyebrow:after{content:"";display:inline-block;width:28px;height:1px;background:currentColor;opacity:.4}.cd-uc__stripHeading{font-family:var(--cd-font-display);font-weight:700;font-size:clamp(20px,2.4vw,26px);line-height:1.2;letter-spacing:-.015em;color:var(--cd-ink);margin:0}.cd-uc__stripViewport{position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent 0,#000 6%,#000 94%,transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 6%,#000 94%,transparent 100%)}.cd-uc__stripTrack{display:flex;gap:16px;list-style:none;margin:0;padding:0;width:max-content;animation:cd-uc-strip-scroll 70s linear infinite}.cd-uc__strip:hover .cd-uc__stripTrack{animation-play-state:paused}@keyframes cd-uc-strip-scroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - 8px))}}.cd-uc__stripItem{flex:0 0 auto;width:240px;height:240px;position:relative;border-radius:var(--cd-r-lg);overflow:hidden;background:var(--cd-mist);box-shadow:0 6px 18px #0a1a2f0f;transition:transform .3s ease,box-shadow .3s ease}.cd-uc__stripItem:hover{transform:translateY(-3px);box-shadow:0 12px 28px #0a1a2f24}.cd-uc__stripItem img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.2,.8,.2,1)}.cd-uc__stripItem:hover img{transform:scale(1.06)}.cd-uc__stripHandle{position:absolute;bottom:12px;left:12px;background:#0a1a2fc7;color:#fff;padding:5px 10px;border-radius:var(--cd-r-pill);font-size:11.5px;font-weight:600;letter-spacing:.02em;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}@media(max-width:780px){.cd-uc__stripItem{width:200px;height:200px}.cd-uc__stripTrack{gap:12px;animation-duration:55s}}@media(max-width:480px){.cd-uc__stripItem{width:170px;height:170px}}@media(prefers-reduced-motion:reduce){.cd-uc__stripTrack{animation:none;overflow-x:auto}.cd-uc__stripViewport{overflow-x:auto;-webkit-mask-image:none;mask-image:none}}.cd-cmp-wrap{display:block}.cd-cmp{background:var(--cd-paper);font-family:var(--cd-font-sans)}.cd-cmp__inner{max-width:1080px;margin:0 auto;padding:clamp(60px,9vw,110px) var(--cd-container-pad)}.cd-cmp__head{text-align:center;margin-bottom:clamp(36px,5vw,56px)}.cd-cmp__grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:stretch}.cd-cmp__col{position:relative;background:#fff;border:1px solid var(--cd-line);border-radius:var(--cd-r-lg);overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.cd-cmp__col:hover{transform:translateY(-3px);box-shadow:var(--cd-shadow-md);border-color:var(--cd-ink)}.cd-cmp__col--featured{border-color:var(--cd-ink);box-shadow:0 12px 32px #00b7c71f}.cd-cmp__badge{position:absolute;top:14px;right:14px;z-index:2;background:var(--cd-accent);color:#fff;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:6px 10px;border-radius:var(--cd-r-pill)}.cd-cmp__media{aspect-ratio:4/3;background:var(--cd-mist);overflow:hidden}.cd-cmp__media img{width:100%;height:100%;object-fit:cover;display:block}.cd-cmp__body{padding:28px;flex:1;display:flex;flex-direction:column}.cd-cmp__bestfor{font-size:11px;letter-spacing:.16em;text-transform:uppercase;font-weight:700;color:var(--cd-accent);margin:0 0 8px}.cd-cmp__name{font-size:24px;font-weight:700;color:var(--cd-ink);margin:0 0 6px;letter-spacing:-.015em}.cd-cmp__price{font-size:18px;font-weight:700;color:var(--cd-ink);margin:0 0 18px}.cd-cmp__specs{list-style:none;margin:0 0 22px;padding:0;border-top:1px solid var(--cd-line)}.cd-cmp__specs li{display:flex;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid var(--cd-line);font-size:13.5px;color:var(--cd-muted)}.cd-cmp__specs li b{color:var(--cd-ink);font-weight:600;text-align:right}.cd-cmp__cta{margin-top:auto;width:100%;justify-content:center}@media(max-width:720px){.cd-cmp__grid{grid-template-columns:1fr}}.cd-grt-wrap{display:block}.cd-grt{background:#fff;font-family:var(--cd-font-sans)}.cd-grt__inner{max-width:1080px;margin:0 auto;padding:clamp(60px,9vw,100px) var(--cd-container-pad);display:grid;grid-template-columns:auto 1fr;gap:48px;align-items:center}.cd-grt__seal{flex:0 0 auto;width:160px;height:160px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#fff,#f4f6f9);border:2px dashed var(--cd-ink);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--cd-ink);position:relative}.cd-grt__seal:before{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;border-radius:50%;border:1px solid var(--cd-ink);opacity:.3}.cd-grt__sealNum{font-size:42px;font-weight:800;line-height:1;letter-spacing:-.04em;font-family:var(--cd-font-display)}.cd-grt__sealUnit{font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:700;margin-top:4px}.cd-grt__sealLabel{font-size:10px;letter-spacing:.14em;text-transform:uppercase;font-weight:700;margin-top:8px;color:var(--cd-muted)}.cd-grt__copy{max-width:600px}.cd-grt__h{font-family:var(--cd-font-display);font-weight:700;font-size:clamp(26px,3.4vw,40px);line-height:1.1;letter-spacing:-.02em;color:var(--cd-ink);margin:0 0 14px;text-wrap:balance}.cd-grt__body{font-size:16px;line-height:1.6;color:var(--cd-muted);margin:0 0 22px}.cd-grt__points{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:18px}.cd-grt__point{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:var(--cd-ink);font-weight:600}.cd-grt__point svg{color:var(--cd-success);flex:0 0 auto}@media(max-width:720px){.cd-grt__inner{grid-template-columns:1fr;justify-items:center;text-align:center;gap:28px}.cd-grt__seal{width:130px;height:130px}.cd-grt__sealNum{font-size:34px}.cd-grt__points{justify-content:center}}.cd-fcta-wrap{display:block}.cd-fcta{position:relative;color:#fff;font-family:var(--cd-font-sans);background:linear-gradient(160deg,#061427,#0a1a2f 55%,#122a48);overflow:hidden;isolation:isolate}.cd-fcta__inner{max-width:980px;margin:0 auto;padding:clamp(80px,10vw,130px) var(--cd-container-pad);text-align:center;position:relative;z-index:1}.cd-fcta__h{font-family:var(--cd-font-display);font-weight:700;font-size:clamp(34px,4.6vw,60px);line-height:1.05;letter-spacing:-.025em;margin:0 0 18px;color:#fff;text-wrap:balance}.cd-fcta__sub{font-size:clamp(15px,1.3vw,18px);line-height:1.6;color:#ffffffc7;margin:0 auto 36px;max-width:620px}.cd-fcta__row{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-bottom:24px}.cd-fcta__fine{font-size:13px;color:#fff9;margin:0;display:inline-flex;align-items:center;gap:8px;justify-content:center}.cd-fcta__fine svg{color:var(--cd-accent-2)}
/*# sourceMappingURL=/cdn/shop/t/106/assets/cd-design-3.css.map */
