.blog{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 20px 40px;background-color:var(--color-light-bg-98)}.blog__container{width:var(--base-width);max-width:100%;margin:0 auto}.blog__highlight{width:calc(100% + 40px);background:#fff;padding:48px 0 60px;margin-bottom:40px}.blog__highlight--no-featured{background:#f7f9fb;padding-bottom:0}.blog__highlight-header{width:var(--base-width);max-width:100%;margin:0 auto 24px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.blog__highlight-chip{display:inline-block;padding:6px 12px;border-radius:20px;background:var(--color-blue-7);color:var(--color-accent);font-weight:700}.blog__highlight-title{margin:16px 0 0;font-size:52px;font-weight:800;line-height:1.1;text-align:center}.blog__highlight-title--h1{font-size:56px;margin-bottom:8px}.blog__highlight-title--h2{font-size:40px;font-weight:700;color:var(--color-text-secondary,#5C5E64)}.blog__highlight-slide{width:var(--base-width);max-width:100%;margin:0 auto}.blog__highlight-slider{position:relative}.blog__highlight-slider .blog__highlight-arrow{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:1px solid var(--color-stroke-95);background:#fff;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:#080c1e;-webkit-box-shadow:0 8px 24px rgba(30,40,77,.08);box-shadow:0 8px 24px rgba(30,40,77,.08);cursor:pointer;-webkit-transition:background .2s ease,color .2s ease,border-color .2s ease,-webkit-box-shadow .2s ease;transition:background .2s ease,color .2s ease,border-color .2s ease,-webkit-box-shadow .2s ease;transition:background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease;transition:background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease,-webkit-box-shadow .2s ease;z-index:1}.blog__highlight-slider .blog__highlight-arrow:before{display:none}.blog__highlight-slider .blog__highlight-arrow:hover{background:#f0f2f9;color:#080c1e;border-color:var(--color-blue-7);-webkit-box-shadow:0 12px 32px rgba(107,132,240,.2);box-shadow:0 12px 32px rgba(107,132,240,.2)}.blog__highlight-slider .blog__highlight-arrow:focus-visible{outline:2px solid var(--color-blue-7);outline-offset:2px}.blog__highlight-slider .blog__highlight-arrow--prev{left:-22px}.blog__highlight-slider .blog__highlight-arrow--next{right:-22px}.blog__highlight-slider .blog__highlight-arrow--prev svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.blog__highlight-slider .blog__highlight-arrow.slick-disabled{opacity:.4;cursor:default;pointer-events:none}.featured-card{display:grid;grid-template-columns:1.4fr 2fr;background:#fff;border:1px solid var(--color-stroke-95);border-radius:16px;overflow:hidden}.featured-card__media{position:relative;-ms-flex-item-align:stretch;align-self:stretch}.featured-card__media>img{width:100%;height:auto;display:block}@media(min-width:901px){.featured-card__media{height:100%}.featured-card__media>img{height:100%;-o-object-fit:cover;object-fit:cover}}.featured-card__content{padding:24px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-direction:column;flex-direction:column}.featured-card__meta{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:8px}.featured-badge{margin-left:auto;padding:6px 12px;border-radius:10px;color:#fff;font-weight:700;background:-webkit-gradient(linear,left bottom,left top,from(#6B84F0),to(#6B84F0)),-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.05)),to(rgba(255,255,255,.15)));background:linear-gradient(0deg,#6B84F0,#6B84F0),linear-gradient(270deg,rgba(0,0,0,.05),rgba(255,255,255,.15));-webkit-transform:translateX(32px);transform:translateX(32px);border:1px solid #edf1f9}.featured-card__title{font-size:32px;font-weight:800;margin:12px 0 8px}.featured-card__desc{color:var(--color-secondary);font-size:18px;white-space:normal;word-break:break-word;overflow-wrap:anywhere;line-height:27px;min-height:108px;max-height:108px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;text-overflow:ellipsis}@media(max-width:900px){.featured-card{grid-template-columns:1fr}.blog__highlight-slider .blog__highlight-arrow--prev{left:12px}.blog__highlight-slider .blog__highlight-arrow--next{right:12px}}@media(max-width:700px){.blog__highlight{width:100%;padding-left:20px;padding-right:20px}.blog__highlight-title{text-align:center;font-size:40px}.blog__highlight-title--h1{font-size:36px}.blog__highlight-title--h2{font-size:28px}.blog__highlight-chip{font-size:20px;padding:12px 20px;border-radius:40px}.blog__highlight-slider .blog__highlight-arrow{display:none!important}}.blog__grid{width:var(--base-width);max-width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.blog__tags{width:100%;max-width:100%;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px;margin:0 auto 20px}.blog__search{width:100%;max-width:40%;margin:0 0 16px}@media screen and (max-width:800px){.blog__search{max-width:calc(100% - 40px)}}.blog__search-input{width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:8px;border-radius:10px;border:1px solid var(--color-stroke-95);background:#fff;padding:20px 16px 14px}.blog__search-input input{-ms-flex:1 1;flex:1 1;border:none;outline:none;background:rgba(0,0,0,0)}.blog-tag,.blog__search-input input{color:var(--color-secondary);font-size:16px}.blog-tag{padding:4px 8px;border-radius:6px;border:1px solid var(--color-stroke-95);background:#fff;font-weight:500;cursor:pointer}.blog-tag--active{border-color:var(--color-accent-97);background-color:var(--color-blue-7)}@media(max-width:1200px){.blog__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.blog__grid{grid-template-columns:1fr}}.blog-card{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;background:#fff;border-radius:16px;overflow:hidden;border:1px solid var(--color-stroke-95);text-decoration:none;color:var(--color-primary)}.blog-card__image{width:100%;height:auto;background:var(--color-blue-7)}.blog-card__image>img{width:100%;height:auto;max-height:none;display:block}.blog-card__meta{-ms-flex-align:center;align-items:center;padding:16px 16px 8px}.blog-card__meta,.blog-card__tags{display:-ms-flexbox;display:flex;gap:8px}.blog-card__tag{font-size:12px;color:var(--color-secondary);background:var(--color-light-bg-98);border:1px solid var(--color-stroke-95);padding:4px 8px;border-radius:2px}.blog-card__dot{width:4px;height:4px;background:#caced9;border-radius:50%}.blog-card__read{font-size:12px;color:var(--color-secondary)}.blog-card__title{padding:0 16px;font-size:24px;font-weight:700;line-height:1.2;margin-top:4px;overflow-wrap:anywhere}.blog-card__desc,.blog-card__title{white-space:normal;word-break:break-word}.blog-card__desc{padding:8px 16px 0;color:var(--color-secondary);font-size:16px;line-height:24px;overflow:hidden;overflow-wrap:anywhere;min-height:72px;max-height:72px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-overflow:ellipsis}.see-more-button{background:var(--color-accent);color:#fff;border:none;border-radius:12px;padding:14px 24px;font-weight:700;cursor:pointer}.blog-card__author{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:12px;padding:8px 16px 16px;margin-top:16px}.blog-card__author-img{width:36px;height:36px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.featured-blog-author{padding:0!important;margin-top:0}.blog-card__author-info{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:8px;color:var(--color-secondary);font-size:14px}.blog-card__author-name{color:var(--color-primary);font-weight:500}.blog-card__date{color:var(--color-secondary)}