.blog-post-item{border-radius:8px;border:1px solid var(--Grey);background:var(--White);display:flex;flex-direction:column;gap:16px;padding:16px;height:100%;transition:box-shadow .5s}.blog-post-item__image{overflow:hidden;border-radius:4px;height:100%}.blog-post-item__image img{aspect-ratio:281/172;transform:scale(1);transition:transform .5s}.blog-post-item__body{display:flex;flex-direction:column;gap:24px;height:100%}.blog-post-item__body strong{font-weight:500}.blog-post-item__body-tags{display:flex;gap:8px}.blog-post-item__body-title{font-family:var(--space-grotesk-bold);font-size:24px;line-height:120%;transition:color .5s;margin-bottom:8px}@media screen and (max-width:639px){.blog-post-item__body-title{font-size:20px}}.blog-post-item__body-heading p{font-size:16px;line-height:140%;opacity:.6;position:relative;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:639px){.blog-post-item__body-heading p{font-size:14px}}.blog-post-item__body-info{display:flex;gap:16px;margin-top:auto}.blog-post-item__body-info-item{display:flex;align-items:center;gap:6px;opacity:.7}@media screen and (max-width:639px){.blog-post-item__body-info-item{font-size:12px}}.blog-post-item:hover{box-shadow:0 16px 48px -16px rgba(59,44,177,.16)}.blog-post-item:hover .blog-post-item__image img{transform:scale(1.05)}.blog-post-item:hover .blog-post-item__body-title{color:var(--Blue-purple)}.h1,h1{font-size:80px;line-height:100%;letter-spacing:-3px}@media screen and (max-width:639px){.h1,h1{font-size:40px;line-height:120%;letter-spacing:-1px}}.h2,h2{font-size:56px;line-height:110%;letter-spacing:-2px}@media screen and (max-width:639px){.h2,h2{font-size:32px;line-height:120%;letter-spacing:-1px}}.h3,h3{font-size:40px;line-height:120%;letter-spacing:-1px}@media screen and (max-width:639px){.h3,h3{font-size:24px;line-height:120%;letter-spacing:-1px}}.body1{font-size:20px;line-height:130%}@media screen and (max-width:639px){.body1{font-size:16px;line-height:140%}}.body2{font-size:16px;line-height:140%}@media screen and (max-width:639px){.body2{font-size:14px}}.body3{font-size:14px;line-height:100%}@media screen and (max-width:639px){.body3{font-size:12px}}.body4{font-size:14px;line-height:140%;letter-spacing:.5px}@media screen and (max-width:639px){.body4{font-size:12px}}.description1{font-size:32px;line-height:110%;letter-spacing:-1px}@media screen and (max-width:639px){.description1{font-size:24px;line-height:130%;letter-spacing:-.5px}}.description2{font-family:var(--space-grotesk-bold);font-size:24px;line-height:120%}@media screen and (max-width:639px){.description2{font-size:20px}}.link{font-size:16px;line-height:100%}@media screen and (max-width:639px){.link{font-size:14px}}.tag-text{font-family:var(--space-grotesk-bold);font-size:14px;line-height:100%}@media screen and (max-width:639px){.tag-text{font-size:12px}}.button-text{font-family:var(--space-grotesk-bold);font-size:16px;line-height:100%}@property --gradient-bg-start{syntax:"<color>";initial-value:#fff;inherits:false}@property --gradient-bg-end{syntax:"<color>";initial-value:#fff;inherits:false}.product-widget{width:min(312px,100%);padding:16px;border-radius:8px;background-color:var(--White);display:flex;flex-direction:column;border:1px solid var(--Grey)}.product-widget:hover .button{opacity:.8}.product-widget:hover .button span{transform:translateX(24px)}.product-widget:hover .button .arrow:first-child{opacity:1;transform:translateX(0)}.product-widget:hover .button .arrow:last-child{opacity:0;transform:translateX(24px)}.product-widget-icon{display:inline-block;height:72px;width:72px;padding:16px;background-color:var(--Light-Grey);border-radius:4px}.product-widget-icon img{height:40px;width:40px}.product-widget .bullet-list{margin:32px 0}.product-widget .bullet-list li{display:flex;align-items:center;gap:8px}.product-widget .bullet-list li .list-icon{height:24px;width:24px}.product-widget .bullet-list li p{font-size:14px;line-height:100%;flex:calc(100% - 8px - 24px) 1;opacity:.6}@media screen and (max-width:639px){.product-widget .bullet-list li p{font-size:12px}}.product-widget-title{font-size:20px;line-height:130%;margin-top:16px}@media screen and (max-width:639px){.product-widget-title{font-size:16px;line-height:140%}}.product-widget .button{margin-top:auto;justify-content:center;width:100%}@media screen and (max-width:767px){.product-widget{width:100%}}