.blog-post__inner{display:flex;flex-direction:column;gap:24px}@media screen and (min-width:750px){.blog-post__inner{gap:32px}}@media screen and (min-width:990px){.blog-post__inner{gap:40px}}.blog-post__layout{display:flex;flex-direction:column;gap:24px;align-items:stretch}@media screen and (min-width:990px){.blog-post__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,340px);gap:40px;align-items:start}}@media screen and (min-width:1200px){.blog-post__layout{grid-template-columns:minmax(0,1fr) minmax(280px,380px);gap:48px}}.blog-post__main{display:contents;min-width:0}@media screen and (min-width:990px){.blog-post__main{display:flex;flex-direction:column;gap:28px}}.blog-post__main-body{display:flex;flex-direction:column;gap:24px;min-width:0;order:3}@media screen and (min-width:750px){.blog-post__main-body{gap:28px}}@media screen and (min-width:990px){.blog-post__main-body{order:initial}}.blog-post__faq{width:100%}.blog-post__button{display:flex;width:100%}.blog-post__button-link{text-transform:uppercase;letter-spacing:.02em}.blog-post__text-button{display:flex;flex-direction:column;align-items:flex-start;gap:16px;width:100%;padding:20px 24px;border-radius:12px;background-color:#e6f0f8}@media screen and (min-width:750px){.blog-post__text-button{flex-direction:row;align-items:center;justify-content:space-between;gap:24px;padding:24px 32px}}.blog-post__text-button-title{margin:0;font-size:20px;line-height:1.3;color:#0c263b}@media screen and (min-width:750px){.blog-post__text-button-title{font-size:32px}}.blog-post__text-button-link{flex-shrink:0;text-transform:uppercase;letter-spacing:.02em;white-space:nowrap;color:#1f8ef5;border:1px solid #1f8ef5;background-color:#0000}.blog-post__text-button-link:after{box-shadow:none;border:0}.blog-post__text-button-link:hover{background-color:#1f8ef514;color:#1f8ef5}.blog-post__review{display:flex;flex-direction:column;gap:16px;width:100%;padding:20px;border-radius:12px;background-color:#e6f0f8}@media screen and (min-width:750px){.blog-post__review{gap:20px;padding:24px 28px}}.blog-post__review-top{display:flex;flex-direction:column;align-items:flex-start;gap:16px}@media screen and (min-width:750px){.blog-post__review-top{flex-direction:row;align-items:center;justify-content:space-between}}.blog-post__review-person{display:flex;align-items:center;gap:12px;min-width:0;color:inherit;text-decoration:none}.blog-post__review-person[href]:hover .blog-post__review-name,.blog-post__review-person[href]:focus-visible .blog-post__review-name{text-decoration:underline;text-underline-offset:3px}.blog-post__review-avatar{position:relative;flex-shrink:0;width:56px;height:56px}.blog-post__review-avatar-image,.blog-post__review-avatar-placeholder{display:block;width:56px;height:56px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.blog-post__review-avatar-placeholder{background-color:#0c263b1f}.blog-post__review-badge{position:absolute;right:-2px;bottom:-2px;display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background-color:#1f8ef5;color:#fff;border:2px solid #e6f0f8}.blog-post__review-badge .icon,.blog-post__review-badge svg{width:10px;height:10px;display:block}.blog-post__review-badge path{fill:currentColor}.blog-post__review-meta{min-width:0}.blog-post__review-name{margin:0;font-size:18px;line-height:1.3;color:#0c263b;font-family:var(--font-heading-family)}@media screen and (min-width:990px){.blog-post__review-name{font-size:24px}}.blog-post__review-subtitle{margin:4px 0 0;font-size:12px;line-height:1.3;letter-spacing:.04em;text-transform:uppercase;color:#5b7285}.blog-post__review-social{display:flex;align-items:center;gap:8px;flex-shrink:0}.blog-post__review-social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background-color:#fff;color:#1f8ef5}.blog-post__review-social-link .icon,.blog-post__review-social-link svg{width:18px;height:18px;display:block}.blog-post__review-text{margin:0;font-size:16px;line-height:1.5;color:#0c263b}.blog-post__review-text p{margin:0 0 12px}.blog-post__review-text p:last-child{margin-bottom:0}.blog-post__review-link{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;line-height:1.4;color:#1f8ef5;text-decoration:none}.blog-post__review-link:hover{text-decoration:underline}.blog-post__review-link-icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px;color:inherit}.blog-post__review-link-icon .icon,.blog-post__review-link-icon svg{width:14px;height:14px;display:block}.blog-post__sidebar{display:contents}@media screen and (min-width:990px){.blog-post__sidebar{display:flex;flex-direction:column;gap:24px;min-width:0;position:sticky;top:24px;order:initial}}.blog-post__toc{order:2}@media screen and (min-width:990px){.blog-post__toc{order:initial}}.blog-post__banner{display:flex;flex-direction:column;overflow:hidden;border-radius:16px;background-color:#0c263b;color:#fff;order:0;padding:8px}@media screen and (min-width:1200px){.blog-post__banner{position:relative;display:block;min-height:270px;border-radius:20px;background-color:#0000;order:initial}}.blog-post__banner-media{position:relative;z-index:1;width:100%;overflow:hidden;height:216px;border-radius:8px}@media screen and (min-width:1200px){.blog-post__banner-media{position:absolute;top:0;right:0;bottom:0;left:0;aspect-ratio:auto;height:100%}.blog-post__banner-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0c263b,#0c263b00);pointer-events:none}}.blog-post__banner-media img,.blog-post__banner-media picture,.blog-post__banner-media svg{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.blog-post__banner-media picture img{width:100%;height:100%}.blog-post__banner-content{position:relative;z-index:2;display:flex;flex-direction:column;gap:16px;padding:16px;background-color:#0c263b}@media screen and (min-width:750px){.blog-post__banner-content{padding:20px 40px;gap:20px}}@media screen and (min-width:1200px){.blog-post__banner-content{justify-content:space-between;gap:32px;max-width:720px;padding:48px 64px;background-color:#0000}}.blog-post__banner-meta{display:flex;flex-wrap:wrap;gap:8px 16px;margin:0;padding:0;list-style:none}.blog-post__banner-meta--author{order:1}@media screen and (min-width:990px){.blog-post__banner-meta--author{order:3;gap:12px;justify-content:flex-start}}.blog-post__banner-meta--dates{order:4;display:flex;align-items:center;justify-content:space-between;margin-top:4px;font-size:11px}@media screen and (min-width:990px){.blog-post__banner-meta--dates{order:1;margin-top:0;justify-content:flex-start}}.blog-post__banner-meta-item{display:inline-flex;align-items:center;gap:8px;font-size:12px;line-height:1.2;color:#fff;letter-spacing:0}@media screen and (min-width:750px){.blog-post__banner-meta-item{font-size:14px}}.blog-post__banner-meta-icon{display:inline-flex;flex-shrink:0;width:14px;height:14px;color:currentColor}.blog-post__banner-meta-icon svg{display:block;width:100%;height:100%}.blog-post__banner-heading{order:2;display:flex;align-items:flex-start;gap:12px}.blog-post__banner-heading .page-banner__share{flex-shrink:0;margin-top:4px}.blog-post__banner-heading .page-banner__share-toggle{color:#fff}.blog-post__banner-title{order:0;margin:0;font-family:Vacuum,sans-serif;font-size:28px;line-height:1.2;color:#fff;letter-spacing:-.5px}@media screen and (min-width:750px){.blog-post__banner-title{font-size:32px}}@media screen and (min-width:990px){.blog-post__banner-title{font-size:40px}}.blog-post__banner-excerpt{order:3;display:flex;flex-direction:column;align-items:flex-start;gap:8px;font-size:14px}@media screen and (min-width:990px){.blog-post__banner-excerpt{display:none}}.blog-post__banner-excerpt.is-expanded .blog-post__banner-excerpt-text{-webkit-line-clamp:unset;display:block}.blog-post__banner-excerpt-text{margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;font-size:14px;line-height:1.5;color:#ffffffe6}.blog-post__banner-excerpt-more{padding:0;border:0;background:none;color:#fff;font-size:14px;font-weight:600;line-height:1.3;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.blog-post__banner-excerpt-more[hidden]{display:none}.blog-post__banner-author-link{display:inline-flex;align-items:center;gap:8px;color:inherit;text-decoration:none}.blog-post__banner-author-link:hover,.blog-post__banner-author-link:focus-visible{text-decoration:underline;text-underline-offset:3px}.blog-post__banner-author-avatar{display:inline-flex;flex-shrink:0;width:20px;height:20px;overflow:hidden;border-radius:50%;background-color:#fff3}.blog-post__banner-author-avatar img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.blog-post__heading{margin:0;font-family:Vacuum,sans-serif;font-size:24px;font-weight:700;line-height:1.2;color:#0c263b;scroll-margin-top:calc(var(--header-height, 70px) + 24px)}@media screen and (min-width:750px){.blog-post__heading{font-size:32px}}.blog-post__intro{display:flex;flex-direction:column;gap:12px;scroll-margin-top:calc(var(--header-height, 70px) + 24px)}.blog-post__intro-label{margin:0;font-size:12px;font-weight:600;line-height:1.2;letter-spacing:.08em;text-transform:uppercase;color:#1f8ef5}.blog-post__intro-title{margin:0;font-family:Vacuum,sans-serif;font-size:24px;line-height:1.2;color:#0c263b}@media screen and (min-width:750px){.blog-post__intro-title{font-size:32px}}.blog-post__text,.blog-post__content{color:#0c263b;font-size:15px;line-height:1.6}@media screen and (min-width:750px){.blog-post__text,.blog-post__content{font-size:16px}}.blog-post__text p,.blog-post__content p{color:inherit;font-size:inherit;line-height:inherit}.blog-post__text p:last-child,.blog-post__content p:last-child{margin-bottom:0}.blog-post__text p+p,.blog-post__content p+p{margin-top:16px}.blog-post__text h2,.blog-post__text h3,.blog-post__content h2,.blog-post__content h3{margin:24px 0 16px;font-family:Vacuum,sans-serif;line-height:1.2;color:#0c263b;scroll-margin-top:calc(var(--header-height, 70px) + 24px)}.blog-post__text h2,.blog-post__content h2{font-size:24px}@media screen and (min-width:750px){.blog-post__text h2,.blog-post__content h2{font-size:32px}}@media screen and (min-width:990px){.blog-post__text h2,.blog-post__content h2{margin:48px 0 24px}}.blog-post__text h3,.blog-post__content h3{font-size:20px}@media screen and (min-width:750px){.blog-post__text h3,.blog-post__content h3{font-size:24px}}.blog-post__text ul,.blog-post__text ol,.blog-post__content ul,.blog-post__content ol{margin:16px 0;padding-left:1.25em;color:inherit}.blog-post__text ul:last-child,.blog-post__text ol:last-child,.blog-post__content ul:last-child,.blog-post__content ol:last-child{margin-bottom:0}.blog-post__text li,.blog-post__content li{letter-spacing:0}.blog-post__text li::marker,.blog-post__content li::marker{color:#a6d8ff}.blog-post__text li:last-child,.blog-post__content li:last-child{margin-bottom:0}.blog-post__text a,.blog-post__content a{color:#1f8ef5}.blog-post__text img,.blog-post__content img{display:block;max-width:100%;height:auto;border-radius:12px}.blog-post__list{margin:0;padding-left:1.25em;color:#5b7285;font-size:15px;line-height:1.6}@media screen and (min-width:750px){.blog-post__list{font-size:16px}}.blog-post__list li{margin-bottom:8px}.blog-post__list li::marker{color:#a6d8ff}.blog-post__list li:last-child{margin-bottom:0}.blog-post__share{display:none;flex-direction:column;gap:12px;order:4}@media screen and (min-width:750px){.blog-post__share{display:flex;flex-direction:row;align-items:center;justify-content:space-between;order:initial}}.blog-post__share-label{margin:0;font-size:12px;font-weight:600;line-height:1.2;text-transform:uppercase;color:#1f8ef5;width:-moz-fit-content;width:fit-content}.blog-post__share-list{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.blog-post__share-link{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background-color:#e6f0f8;color:#1f8ef5;text-decoration:none}.blog-post__share-link:focus-visible{outline:none}.blog-post__share-link-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.blog-post__share-link-icon .svg-wrapper,.blog-post__share-link-icon svg{display:block;width:100%;height:100%}.blog-post__toc-box{display:flex;flex-direction:column;gap:0;width:100%;padding:16px 20px;border-radius:12px;background-color:#e6f0f8;overflow:hidden}@media screen and (min-width:990px){.blog-post__toc-box{gap:24px;padding:28px}}.blog-post__toc-box[hidden]{display:none!important}.blog-post__toc-box.is-open{gap:16px}@media screen and (min-width:990px){.blog-post__toc-box.is-open{gap:24px}}.blog-post__toc-toggle{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;padding:0;border:none!important;background:none;cursor:pointer;text-align:left;color:#0c263b}@media screen and (min-width:990px){.blog-post__toc-toggle{display:none}}.blog-post__toc-toggle-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;border-radius:8px;background-color:#ffffffb3;color:#0c263b;transition:transform .3s ease}.blog-post__toc-toggle-icon .svg-wrapper,.blog-post__toc-toggle-icon svg{display:block;width:10px;height:6px;transform:rotate(180deg)}.blog-post__toc-box.is-open .blog-post__toc-toggle-icon .svg-wrapper,.blog-post__toc-box.is-open .blog-post__toc-toggle-icon svg{transform:rotate(0)}.blog-post__toc-title{margin:0;font-family:Vacuum,sans-serif;font-size:20px;line-height:1.2;color:#0c263b}@media screen and (min-width:990px){.blog-post__toc-title{font-size:24px}}.blog-post__toc-title--desktop{display:none}@media screen and (min-width:990px){.blog-post__toc-title--desktop{display:block}}.blog-post__toc-panel[hidden]{display:none}@media screen and (min-width:990px){.blog-post__toc-panel{display:block!important}}.blog-post__toc-list{display:flex;flex-direction:column;gap:16px;width:100%;max-height:280px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:rgba(12,38,59,.35) rgba(0,0,0,0)}.blog-post__toc-list::-webkit-scrollbar{width:3px}.blog-post__toc-list::-webkit-scrollbar-thumb{border-radius:3px;background-color:#0c263b59}.blog-post__toc-link{position:relative;display:block;width:100%;padding-right:30px;font-size:14px;line-height:1.3;color:#5b7285;text-decoration:none;transition:color .3s ease}@media screen and (min-width:750px){.blog-post__toc-link{font-size:16px}}.blog-post__toc-link:after{content:"";position:absolute;top:-2px;right:0;width:24px;height:24px;display:block;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29' fill='none'%3E%3Cpath d='M9.2807 9.28119L19.0034 19.0039' stroke='%235B7285' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.0485 19.0049H19.0035V11.05' stroke='%235B7285' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center}.blog-post__toc-link:hover,.blog-post__toc-link:focus-visible{color:#1f8ef5;outline:none}.blog-post__toc-fixed{position:fixed;left:0;right:0;bottom:0;z-index:9;padding:20px 24px 24px;background-color:#e6f0f8;border-radius:12px 12px 0 0;box-shadow:0 -8px 24px #0c263b14}@media screen and (min-width:990px){.blog-post__toc-fixed{display:none!important}}.blog-post__toc-fixed[hidden]{display:none!important}.blog-post__toc-fixed-inner{width:100%;max-width:720px;margin:0 auto;overflow:hidden}.blog-post__toc-fixed-toggle{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;border:none!important;padding:0;background:none;cursor:pointer;text-align:left;color:#0c263b}.blog-post__toc-fixed-label{font-family:Vacuum,sans-serif;font-size:20px;line-height:1.2}.blog-post__toc-fixed-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;border-radius:8px;background-color:#ffffffb3;color:#0c263b;transition:transform .3s ease}.blog-post__toc-fixed-icon .svg-wrapper,.blog-post__toc-fixed-icon svg{display:block;width:10px;height:6px;transform:rotate(180deg)}.blog-post__toc-fixed.is-open .blog-post__toc-fixed-icon .svg-wrapper,.blog-post__toc-fixed.is-open .blog-post__toc-fixed-icon svg{transform:rotate(0)}.blog-post__toc-fixed-panel{padding-top:20px}.blog-post__toc-fixed-panel[hidden]{display:none}.blog-post__toc-fixed-panel .blog-post__toc-list{max-height:min(40vh,260px)}.blog-post--toc-fixed{padding-bottom:88px}@media screen and (min-width:990px){.blog-post--toc-fixed{padding-bottom:0}}.blog-post__recommended{position:relative;display:flex;flex-direction:column;gap:20px;padding:20px;border-radius:16px;background-color:#e6f0f8;overflow:hidden;order:1}@media screen and (min-width:750px){.blog-post__recommended{padding:24px;gap:24px}}@media screen and (min-width:990px){.blog-post__recommended{order:initial}}.blog-post__recommended-decor{position:absolute;right:-5%;bottom:-5%;z-index:0;width:160px;height:160px;border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg width='130' height='117' viewBox='0 0 130 117' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M46.7686 95.6904C35.265 94.8198 24.0337 98.3386 15.0439 106.523C11.7779 109.5 5.07918 118.234 1.68066 127.418C-0.889786 134.355 -0.388199 142.165 2.33789 149.22C6.23987 159.317 17.7191 162.999 28.5439 162.999H83.2012C100.525 162.999 109.276 142.559 96.8281 130.511C79.1109 113.365 60.564 96.7352 46.7686 95.6904ZM79.748 0.583008C69.4956 -1.18212 60.9516 1.22198 54.4443 5.6377C42.6324 13.656 32.3888 31.7273 30.9785 46.0684C29.9632 56.3841 32.9272 65.9475 38.4775 73.8848C43.6067 81.2144 51.314 85.4574 59.3164 91.4473C75.9443 103.896 88.4999 112.594 104.279 127.58C113.537 136.372 122.075 145.166 130.159 154.039C135.295 159.676 142.522 162.993 150.147 162.993H181.545C186.932 162.993 190.412 157.303 187.979 152.497C166.458 110.012 143.018 67.0732 113.262 27.2939C107.723 19.8891 101.923 12.2588 96.1445 7.78809C90.4157 3.34932 84.4295 1.38745 79.748 0.583008Z' fill='%23A6D8FF'/%3E%3C/svg%3E%0A");pointer-events:none;background-size:contain;background-repeat:no-repeat;background-position:center}.blog-post__recommended-head,.blog-post__recommended-slider,.blog-post__recommended-progress,.blog-post__recommended-empty{position:relative;z-index:1}.blog-post__recommended-empty{margin:0;color:#5b7285;font-size:14px;line-height:1.4}.blog-post__recommended-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.blog-post__recommended-title{margin:0;font-family:Vacuum,sans-serif;font-size:20px;line-height:1.2;color:#0c263b}@media screen and (min-width:750px){.blog-post__recommended-title{font-size:24px}}.blog-post__recommended-nav{display:flex;align-items:center;gap:8px}.blog-post__recommended-nav-button{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:0;border-radius:8px;background-color:#5b7285;color:#fff;cursor:pointer;transition:background-color .2s ease}.blog-post__recommended-nav-button:hover:not(.swiper-button-disabled),.blog-post__recommended-nav-button:focus-visible:not(.swiper-button-disabled){outline:none}.blog-post__recommended-nav-button.swiper-button-disabled{background-color:#0c263b2e;opacity:1;cursor:default}.blog-post__recommended-nav-button svg{display:block;width:16px;height:16px}.blog-post__recommended-nav-button path{stroke:currentColor}.blog-post__recommended-slider{width:100%;overflow:hidden}.blog-post__recommended-slide{height:auto}.blog-post__product{display:grid;grid-template-columns:112px minmax(0,1fr);gap:16px;align-items:center}.blog-post__product-media{position:relative;overflow:hidden;border-radius:12px;background-color:#fff;aspect-ratio:1/1;width:96px}.blog-post__product-media img,.blog-post__product-media svg{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:8px}.blog-post__product-info{display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-width:0}.blog-post__product-title{margin:0;font-size:18px;line-height:1.25;color:#0c263b;text-decoration:none;font-family:var(--font-heading-family)}.blog-post__product-title:hover,.blog-post__product-title:focus-visible{color:#1f8ef5;outline:none}@media screen and (min-width:750px){.blog-post__product-title{font-size:20px}}.blog-post__product-prices{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.blog-post__product-price{font-size:16px;line-height:1;color:#0c263b}.blog-post__product-compare{font-size:14px;line-height:1.2;color:#5b7285}.blog-post__product-badge{display:inline-flex;align-items:center;padding:4px 8px;border-radius:6px;background-color:#ffc857;color:#0c263b;font-size:11px;font-weight:700;line-height:1.2;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap}.blog-post__product-form{margin:0}.blog-post product-form{grid-column:1/-1;display:block;width:100%;margin-top:4px}.blog-post__product-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:14px 18px;border:0;border-radius:10px;background-color:#1f8ef5;color:#fff;font-family:var(--font-body-family);font-size:14px;font-weight:600;line-height:1.2;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:opacity .2s ease}@media screen and (min-width:1200px){.blog-post__product-button{width:-moz-fit-content;width:fit-content}}.blog-post__product-button:hover,.blog-post__product-button:focus-visible{opacity:.92;outline:none}.blog-post__product-button:disabled{opacity:.5;cursor:not-allowed}.blog-post__product-button-icon{display:inline-flex;flex-shrink:0;color:#fff}.blog-post__product-button-icon .svg-wrapper,.blog-post__product-button-icon .icon,.blog-post__product-button-icon svg{display:block;width:20px;height:20px}.blog-post__product-button-icon path{fill:currentColor}.blog-post__recommended-progress{position:relative;z-index:1;width:100%;height:4px;overflow:hidden;border-radius:4px;background-color:#0c263b1f}.blog-post__recommended-progress-thumb{position:absolute;top:0;left:0;height:100%;width:100%;border-radius:inherit;background-color:#0c263b;transform-origin:left center;will-change:transform,width;display:block!important}.blog-post__content table:not(.blog-product-table__table){width:100%;margin:32px 0;border:1px solid rgba(12,38,59,.12);border-radius:12px;border-collapse:separate;border-spacing:0;table-layout:auto;box-shadow:none;overflow:hidden;background-color:#fff}@media screen and (min-width:750px){.blog-post__content table:not(.blog-product-table__table){margin:40px 0}}.blog-post__content table:not(.blog-product-table__table) th,.blog-post__content table:not(.blog-product-table__table) td{min-width:148px;padding:14px 16px;vertical-align:middle;text-align:left;color:#0c263b;font-size:14px;line-height:1.4;background-color:#fff;border:0;border-right:1px solid rgba(12,38,59,.1);border-bottom:1px solid rgba(12,38,59,.1);box-shadow:none}@media screen and (min-width:750px){.blog-post__content table:not(.blog-product-table__table) th,.blog-post__content table:not(.blog-product-table__table) td{min-width:180px;padding:16px 20px;font-size:15px}}.blog-post__content table:not(.blog-product-table__table) tr>*:last-child{border-right:0}.blog-post__content table:not(.blog-product-table__table) tr:last-child>*{border-bottom:0}.blog-post__content table:not(.blog-product-table__table) th:first-child,.blog-post__content table:not(.blog-product-table__table) td:first-child{position:sticky;left:0;z-index:2;min-width:132px;width:160px;background-color:#fafafa}@media screen and (min-width:750px){.blog-post__content table:not(.blog-product-table__table) th:first-child,.blog-post__content table:not(.blog-product-table__table) td:first-child{min-width:168px;width:196px}}.blog-post__content table:not(.blog-product-table__table) thead th,.blog-post__content table:not(.blog-product-table__table) tr:first-child>*{background-color:#e6f0f8;font-weight:400}.blog-post__content table:not(.blog-product-table__table) thead th:first-child,.blog-post__content table:not(.blog-product-table__table) tr:first-child>*:first-child{z-index:3;background-color:#e6f0f8}.blog-post__content table:not(.blog-product-table__table) tr:first-child>*:first-child{border-top-left-radius:12px}.blog-post__content table:not(.blog-product-table__table) tr:first-child>*:last-child{border-top-right-radius:12px}.blog-post__content table:not(.blog-product-table__table) tr:last-child>*:first-child{border-bottom-left-radius:12px}.blog-post__content table:not(.blog-product-table__table) tr:last-child>*:last-child{border-bottom-right-radius:12px}
/*# sourceMappingURL=/cdn/shop/t/35/assets/blog-post.out.css.map */
