.cdx-chero{--bt-blue:#0B1C5E;--bt-blue-2:#22316C;--bt-yellow:#FFC41F;--bt-grey-light:#D3D3D4;--bt-grey-dark:#484B4F;--bt-white:#fff;--bt-off-white:#F8F8F9;--bt-line:#E5E6E7;--bt-radius:8px;font-family:inherit;color:var(--bt-grey-dark)}.cdx-chero *{box-sizing:border-box}.cdx-chero-panel{background:var(--bt-white);padding:26px 0}.cdx-chero-chips-panel{margin-top:16px;padding:16px 0}.cdx-chero-top{display:flex;justify-content:space-between;align-items:center;gap:32px}.cdx-chero-main{min-width:0;flex:1}.cdx-chero-crumbs{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:12px;color:var(--bt-grey-dark)}.cdx-chero-crumbs a{color:var(--bt-grey-dark);text-decoration:none;opacity:.7}.cdx-chero-crumbs a:hover{color:var(--bt-blue);opacity:1}.cdx-chero-sep{color:var(--bt-grey-dark);opacity:.4}.cdx-chero-current{color:var(--bt-blue);font-weight:600}.cdx-chero-title{font-size:clamp(26px,6vw,40px);line-height:1.05;font-weight:800;letter-spacing:-.02em;color:var(--bt-blue);margin:10px 0 0;overflow-wrap:break-word;word-break:break-word}.cdx-chero-count{margin:10px 0 0;font-size:14px;color:var(--bt-grey-dark)}.cdx-chero-count strong{color:var(--bt-blue)}.cdx-chero-desc{margin-top:14px;max-width:820px}.cdx-chero-desc-text{font-size:15px;line-height:1.55;color:var(--bt-grey-dark);display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:break-word;word-break:break-word}.cdx-chero-desc.is-open .cdx-chero-desc-text{-webkit-line-clamp:unset!important;overflow:visible}.cdx-chero-desc-text p{margin:0 0 8px}.cdx-chero-desc-text p:last-child{margin-bottom:0}.cdx-chero-desc-text a{color:var(--bt-blue);font-weight:600;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.cdx-chero-desc-text a:hover{text-decoration-thickness:2px}.cdx-chero-desc-text strong,.cdx-chero-desc-text b{font-weight:700}.cdx-chero-desc-text em,.cdx-chero-desc-text i{font-style:italic}.cdx-chero-desc-text ul,.cdx-chero-desc-text ol{margin:0 0 8px;padding-left:20px}.cdx-chero-desc-text li{margin:0 0 4px}.cdx-chero-more{display:inline-flex;align-items:center;gap:5px;margin-top:8px;padding:0;background:none;border:0;font-family:inherit;font-size:14px;font-weight:700;color:var(--bt-blue);cursor:pointer}.cdx-chero-more-caret{width:15px;height:15px;transition:transform .2s}.cdx-chero-more.is-open .cdx-chero-more-caret{transform:rotate(180deg)}.cdx-chero-aside{display:flex;flex-direction:column;gap:12px;flex-shrink:0}.cdx-chero-badges{display:flex;flex-shrink:0;background:var(--bt-off-white);border:1px solid var(--bt-line);border-radius:var(--bt-radius);overflow:hidden}.cdx-chero-badge{flex:0 0 124px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:8px;padding:16px 12px;min-width:0;text-align:center;border-left:1px solid var(--bt-line)}.cdx-chero-catalog{display:inline-flex;align-items:center;justify-content:center;gap:9px;width:100%;padding:12px 16px;background:var(--bt-yellow);color:var(--bt-blue);font-size:14px;font-weight:700;line-height:1.1;text-decoration:none;border:0;font-family:inherit;cursor:pointer;border-radius:var(--bt-radius);transition:filter .15s,opacity .5s ease,transform .5s ease}.cdx-chero-catalog.cdx-pre{opacity:0;transform:translateY(10px)}.cdx-chero-catalog:hover{filter:brightness(.94)}.cdx-chero-catalog-ic{display:inline-flex;flex-shrink:0}.cdx-chero-catalog-ic svg{width:18px;height:18px;display:block}.cdx-chero-btnrow{display:flex;flex-direction:column;gap:8px;transition:opacity .5s ease,transform .5s ease}.cdx-chero-btnrow.cdx-pre{opacity:0;transform:translateY(10px)}.cdx-chero-btnrow>*{flex:none;width:100%}.cdx-chero-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;width:100%;padding:12px 16px;border:1px solid transparent;font-family:inherit;font-size:14px;font-weight:700;line-height:1.1;text-align:center;text-decoration:none;border-radius:var(--bt-radius);cursor:pointer;transition:filter .15s,background .15s,border-color .15s}.cdx-chero-btn--primary{background:var(--bt-yellow);color:var(--bt-blue)}.cdx-chero-btn--primary:hover{filter:brightness(.94)}.cdx-chero-btn-ic{display:inline-flex;flex-shrink:0}.cdx-chero-btn-ic svg{width:18px;height:18px;display:block}.cdx-chero-catalog--sec{background:var(--bt-white);border:1px solid #B9C2CE;color:var(--bt-blue)}.cdx-chero-catalog--sec:hover{filter:none;background:var(--bt-off-white);border-color:var(--bt-blue)}.cdx-chero-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:flex;align-items:center;justify-content:center;padding:20px}.cdx-chero-modal[hidden]{display:none}.cdx-chero-modal-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#0b1c5e8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.cdx-chero-modal-box{position:relative;width:100%;max-width:520px;max-height:calc(100vh - 40px);display:flex;flex-direction:column;background:var(--bt-white,#fff);border-radius:12px;overflow:hidden;box-shadow:0 24px 60px #0b1c5e47}.cdx-chero-modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex:none;padding:16px 18px;border-bottom:1px solid var(--bt-line)}.cdx-chero-modal-title{font-size:15px;font-weight:800;color:var(--bt-blue)}.cdx-chero-modal-close{width:32px;height:32px;flex:none;padding:0;border:0;background:none;cursor:pointer;color:var(--bt-grey-dark);display:grid;place-items:center;border-radius:6px}.cdx-chero-modal-close:hover{background:var(--bt-off-white);color:var(--bt-blue)}.cdx-chero-modal-close svg{width:20px;height:20px}.cdx-chero-modal-body{padding:18px;overflow-y:auto;flex:1 1 auto;min-height:0}.cdx-chero-modal-fallback{margin:0;font-size:13.5px;color:var(--bt-grey-dark)}.cdx-chero-modal-fallback[hidden]{display:none}@media(max-width:749px){.cdx-chero-modal{padding:0;align-items:flex-end}.cdx-chero-modal-box{max-width:none;max-height:88vh;border-radius:14px 14px 0 0}}.cdx-chero-badge:first-child{border-left:0}.cdx-chero-badge-ic{color:var(--bt-blue)}.cdx-chero-badge-ic svg{width:26px;height:26px;display:block}.cdx-chero-badge-ic .cdx-usp-ic{width:46px;height:46px}.cdx-chero-badge-img{width:46px;height:46px;display:block;object-fit:contain}.cdx-chip-brand{fill:currentColor}.cdx-chero-badge-label{width:100%;font-size:11px;font-weight:700;line-height:1.25;letter-spacing:.03em;text-transform:uppercase;color:var(--bt-blue);-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word}.cdx-chero-chips{display:flex;flex-wrap:wrap;gap:10px}.cdx-chip{display:inline-flex;align-items:center;gap:9px;padding:9px 16px;border:1.5px solid var(--bt-line);border-radius:999px;background:var(--bt-white);text-decoration:none;color:var(--bt-blue);font-size:14px;font-weight:700;transition:border-color .15s,background .15s;white-space:nowrap}.cdx-chip:hover{border-color:var(--bt-blue)}.cdx-chip-ic{display:inline-flex;color:var(--bt-blue)}.cdx-chip-ic svg{width:18px;height:18px;display:block}.cdx-chip-img{width:18px;height:18px;display:block;object-fit:contain}.cdx-chip--active .cdx-chip-img{filter:brightness(0) invert(1)}.cdx-chip-label{line-height:1}.cdx-chip-count{font-size:12px;font-weight:600;color:var(--bt-grey-light);line-height:1}.cdx-chip--active{background:var(--bt-blue);border-color:var(--bt-blue);color:#fff}.cdx-chip--active .cdx-chip-ic,.cdx-chip--active .cdx-chip-label{color:#fff}.cdx-chip--active .cdx-chip-count{color:#fff9}@media(max-width:989px){.cdx-chero-top{flex-direction:column}.cdx-chero-aside,.cdx-chero-badges{align-self:stretch}.cdx-chero-badge{flex:1}}@media(max-width:749px){.cdx-chero-panel{padding:20px 0}.cdx-chero-badge{padding:14px 10px;min-width:0}.cdx-chero-badge-label{font-size:10px}.cdx-chero-chips-panel{padding:12px 0}.cdx-chero-chips{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.cdx-chero-chips::-webkit-scrollbar{display:none}.cdx-chip{flex-shrink:0}}.cdx-cseo{--bt-blue:#0B1C5E;--bt-blue-2:#22316C;--bt-yellow:#FFC41F;--bt-grey-light:#D3D3D4;--bt-grey-dark:#484B4F;--bt-white:#fff;--bt-off-white:#F8F8F9;--bt-line:#E5E6E7;font-family:inherit;color:var(--bt-grey-dark)}.cdx-cseo *{box-sizing:border-box}.cdx-cseo-panel{background:var(--bt-white);padding:26px 0}.cdx-cseo-eyebrow{margin:0;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#98a0a6}.cdx-cseo-title{margin:12px 0 0;font-size:clamp(22px,3.6vw,30px);line-height:1.15;font-weight:800;letter-spacing:-.01em;color:var(--bt-blue);overflow-wrap:break-word;word-break:break-word}.cdx-cseo-desc{margin-top:16px;max-width:880px}.cdx-cseo-desc:has(.bt-root){max-width:none}.cdx-cseo-desc-text{font-size:15px;line-height:1.6;color:var(--bt-grey-dark);display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:break-word;word-break:break-word}.cdx-cseo-desc-text--open,.cdx-cseo-desc.is-open .cdx-cseo-desc-text{-webkit-line-clamp:unset!important;display:block;overflow:visible}.cdx-cseo-desc-text p{margin:0 0 12px}.cdx-cseo-desc-text p:last-child{margin-bottom:0}.cdx-cseo-desc-text a{color:var(--bt-blue);text-decoration:underline}.cdx-cseo-desc .cdx-cseo-desc-text>*,.cdx-cseo-desc-text .bt-root>*{margin-top:20px}.cdx-cseo-desc .cdx-cseo-desc-text>*:first-child,.cdx-cseo-desc-text .bt-root>*:first-child{margin-top:0}.cdx-cseo-desc .cdx-cseo-desc-text>p+p,.cdx-cseo-desc-text .bt-root>p+p{margin-top:0}.cdx-cseo-desc .cdx-cseo-desc-text>.bt-eyebrow,.cdx-cseo-desc .cdx-cseo-desc-text>h1,.cdx-cseo-desc .cdx-cseo-desc-text>h2,.cdx-cseo-desc-text .bt-root>.bt-eyebrow,.cdx-cseo-desc-text .bt-root>h1,.cdx-cseo-desc-text .bt-root>h2{margin-top:36px}.cdx-cseo-desc .cdx-cseo-desc-text>h3,.cdx-cseo-desc-text .bt-root>h3{margin-top:32px}.cdx-cseo-desc .cdx-cseo-desc-text>h4,.cdx-cseo-desc .cdx-cseo-desc-text>h5,.cdx-cseo-desc .cdx-cseo-desc-text>h6,.cdx-cseo-desc-text .bt-root>h4,.cdx-cseo-desc-text .bt-root>h5,.cdx-cseo-desc-text .bt-root>h6{margin-top:28px}.cdx-cseo-desc .cdx-cseo-desc-text>.bt-eyebrow+:is(h1,h2,h3,h4,h5,h6),.cdx-cseo-desc-text .bt-root>.bt-eyebrow+:is(h1,h2,h3,h4,h5,h6){margin-top:0}.cdx-cseo-desc .cdx-cseo-desc-text>:is(h1,h2,h3,h4,h5,h6)+*,.cdx-cseo-desc-text .bt-root>:is(h1,h2,h3,h4,h5,h6)+*{margin-top:0}.cdx-cseo-more{display:inline-flex;align-items:center;gap:6px;margin-top:14px;padding:0;background:none;border:0;font-family:inherit;font-size:14px;font-weight:700;color:var(--bt-blue);cursor:pointer}.cdx-cseo-more-caret{width:16px;height:16px;transition:transform .2s}.cdx-cseo-more.is-open .cdx-cseo-more-caret{transform:rotate(180deg)}.cdx-cseo-link{display:inline-flex;align-items:center;gap:7px;margin-top:14px;font-size:14px;font-weight:700;color:var(--bt-blue);text-decoration:none}.cdx-cseo-link:hover{text-decoration:underline}.cdx-cseo-link-arrow{width:16px;height:16px}.cdx-cseo .cdx-pdp-sec.cdx-cseo-plain{border-top:0;background:transparent;scroll-margin-top:120px}.cdx-cseo-faq-panel{background:var(--bt-white);padding:30px 0 34px;border-top:1px solid var(--bt-line)}.cdx-cseo .bt-guide-list.cdx-cseo-rg-track{--rg-cols:4;--rg-gap:12px;display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--rg-cols) - 1) * var(--rg-gap)) / var(--rg-cols));gap:var(--rg-gap);overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:4px;scrollbar-width:thin;scroll-behavior:smooth;justify-content:start}@media(max-width:1199px){.cdx-cseo .bt-guide-list.cdx-cseo-rg-track{--rg-cols:3}}@media(max-width:989px){.cdx-cseo .bt-guide-list.cdx-cseo-rg-track{--rg-cols:2}}.cdx-cseo .cdx-cseo-rg-track>.bt-guide-row{scroll-snap-align:start;align-items:flex-start}.cdx-cseo .cdx-cseo-rg-track .bt-guide-row__arrow{align-self:center}.cdx-cseo .cdx-pdp-sec .faq{max-width:none}@media(max-width:749px){.cdx-cseo .bt-guide-list.cdx-cseo-rg-track{grid-auto-columns:82%}}.cdx-cseo-rg-panel{background:var(--bt-off-white);padding:30px 0 34px;border-top:1px solid var(--bt-line)}.cdx-cseo-rg-head{margin-bottom:18px}.cdx-cseo-rg-title{margin:8px 0 0;font-size:clamp(19px,2.6vw,24px);line-height:1.2;font-weight:800;letter-spacing:-.01em;color:var(--bt-blue)}.cdx-cseo-rg-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,280px),1fr));gap:18px}.cdx-cseo-rg-thumb{flex:none;width:48px;height:48px;border-radius:8px;overflow:hidden;display:grid;place-items:center;background:var(--bt-off-white);color:var(--bt-grey-light)}.cdx-cseo-rg-thumb img{width:100%;height:100%;object-fit:cover;display:block}.cdx-cseo-rg-thumb svg{width:22px;height:22px}.cdx-cseo-rg-track .bt-guide-row__meta{line-height:1.4;margin-top:4px}.cdx-cseo-rg-card{display:flex;flex-direction:column;background:var(--bt-white);border:1px solid var(--bt-line);border-radius:10px;overflow:hidden;text-decoration:none;color:inherit;transition:border-color .18s,box-shadow .18s,transform .18s}.cdx-cseo-rg-card:hover{border-color:var(--bt-blue);box-shadow:0 8px 22px #0b1c5e1a;transform:translateY(-2px)}.cdx-cseo-rg-media{display:grid;place-items:center;aspect-ratio:16/9;background:var(--bt-off-white);overflow:hidden;color:var(--bt-grey-light)}.cdx-cseo-rg-media img{width:100%;height:100%;object-fit:cover;display:block}.cdx-cseo-rg-ph{width:38px;height:38px}.cdx-cseo-rg-body{display:flex;flex-direction:column;gap:6px;padding:15px 17px 17px;flex:1}.cdx-cseo-rg-cat{font-size:10.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#98a0a6}.cdx-cseo-rg-t{font-size:15.5px;font-weight:700;line-height:1.3;color:var(--bt-blue)}.cdx-cseo-rg-x{font-size:13.5px;line-height:1.5;color:var(--bt-grey-dark)}.cdx-cseo-rg-more{display:inline-flex;align-items:center;gap:6px;margin-top:auto;padding-top:10px;font-size:13.5px;font-weight:700;color:var(--bt-blue)}.cdx-cseo-rg-more svg{width:15px;height:15px;transition:transform .18s}.cdx-cseo-rg-card:hover .cdx-cseo-rg-more svg{transform:translate(3px)}.cdx-cseo-trust{background:var(--bt-blue);padding:22px 0}.cdx-cseo-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px 24px}.cdx-cseo-ti{display:flex;align-items:center;gap:13px;min-width:0}.cdx-cseo-ti-ic{flex-shrink:0;display:inline-flex;color:var(--bt-yellow)}.cdx-cseo-ti-ic svg{width:26px;height:26px;display:block}.cdx-cseo-ti-ic .cdx-usp-ic{width:52px;height:52px;background:#fff;border-radius:50%;padding:7px;box-sizing:border-box}.cdx-cseo-ti-tx{display:flex;flex-direction:column;gap:2px;min-width:0}.cdx-cseo-ti-t{font-size:14px;font-weight:700;line-height:1.2;color:#fff}.cdx-cseo-ti-s{font-size:12px;line-height:1.3;color:#ffffff9e}.cdx-cseo-dots{display:none;justify-content:center;gap:8px;margin-top:18px}.cdx-cseo-dot{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#ffffff59;cursor:pointer;transition:background .2s,width .2s,border-radius .2s}.cdx-cseo-dot.is-active{background:var(--bt-yellow);width:22px;border-radius:4px}@media(max-width:989px){.cdx-cseo-trust-grid{grid-template-columns:repeat(2,1fr);gap:18px 20px}}@media(max-width:749px){.cdx-cseo-panel{padding:22px 0}.cdx-cseo-trust-grid{display:flex;grid-template-columns:none;gap:0;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.cdx-cseo-trust-grid::-webkit-scrollbar{display:none}.cdx-cseo-ti{flex:0 0 100%;scroll-snap-align:center;justify-content:center;gap:15px}.cdx-cseo-ti-ic svg{width:30px;height:30px}.cdx-cseo-ti-t{font-size:16px}.cdx-cseo-ti-s{font-size:13px}.cdx-cseo-dots{display:flex}}
/*# sourceMappingURL=/cdn/shop/t/9/compiled_assets/styles.css.map */
