.v__card{background-color:#fff;border:1px solid #e0e1e6;border-radius:4px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;padding:16px;text-decoration:none}.v__card:is(a):focus,.v__card:is(a):hover{text-decoration:none}.v__card__body{color:#101820;font:400 16px/24px inter,sans-serif;letter-spacing:.1px}.v__card__body p:first-child{margin-top:0}.v__card__body p:last-child{margin-bottom:0}.v__card__image{margin:0;flex-shrink:0}.v__card__image img{display:block;height:auto;width:100%}.v__card__list{display:flex;flex-direction:column;gap:8px;padding:0}.v__card__list:has(>li){list-style-type:disc;padding-left:20px}.v__card__overline{background:linear-gradient(90deg,#8e3dc7,#0067b9);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font:500 12px/16px inter,sans-serif;letter-spacing:1px;text-transform:uppercase}.v__card__title{color:#101820;display:flex;flex-direction:column-reverse;font:600 24px/32px barlow,sans-serif;gap:4px}.v__card__title img{height:auto;max-width:400px}.v__card--content,.v__card--homepage,.v__card--resource{background-color:#f6f7f9;border-color:#f6f7f9}.v__card--content:active,.v__card--homepage:active,.v__card--resource:active{border-color:#b16ee0;box-shadow:inset 0 0 0 1px #b16ee0}.v__card--content:hover,.v__card--homepage:hover,.v__card--resource:hover{border-color:#cfafe3}.v__card--homepage{align-items:flex-start;flex-direction:row}.v__card--homepage .v__card__image{--size:122px;height:var(--size);overflow:hidden;width:var(--size)}.v__card--homepage .v__card__image img{display:block;height:var(--size);-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:var(--size)}.v__card--homepage .v__card__title{font:600 20px/28px barlow,sans-serif}.v__card--product .v__card__image{align-items:center;background-color:#f6f7f9;display:flex;height:194px;justify-content:center;overflow:hidden;padding:16px}.v__card--product .v__card__image img{display:block;max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.v__card--product .v__card__title a,.v__card--product .v__card__title:is(a){color:#0067b9;cursor:pointer;font:600 24px/32px barlow,sans-serif;text-decoration:underline}.v__card--product .v__card__title a:hover,.v__card--product .v__card__title:is(a):hover{color:#00427a}.v__card--content{padding-right:40px;position:relative}.v__card--content:after{background-color:rgba(0,0,0,0);bottom:16px;border-radius:4px;content:"";color:#101820;font-family:remixicon;font-size:24px;right:16px;position:absolute;transition:.2s linear}.v__card--content[target=_blank]:after{content:""}.v__card--content:hover:after{background-color:#e0e1e6}.v__card--content .v__card__title{font:600 20px/28px barlow,sans-serif}@media only screen and (width <= 991px){.v__card--content .v__card__body{display:none}}.v__card--content .v__card__body p{--clamp:5}.v__card--variations .v__card__image{align-items:center;background-color:#e7dcef;display:flex;height:80px;justify-content:center;width:80px}.v__card--variations .v__card__image img{height:32%;-o-object-fit:cover;object-fit:cover;width:32%}