<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.grid_cards__container{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem}@media screen and (min-width:37.5rem){.grid_cards__container{gap:1.5rem}}@media screen and (min-width:56.25rem){.grid_cards__container{gap:2rem}}.grid_cards__card{grid-column:span 6;display:grid;grid-template-columns:1fr;padding:0 1.5rem;border-radius:1.875rem;box-shadow:0 0 2.125rem 0 rgba(0,0,0,.15);gap:1rem;transition:transform 550ms cubic-bezier(.85,0,0,1);will-change:transform;transform-origin:center center;transform:scale(1);overflow:hidden;text-decoration:none;background-color:#FFF}.grid_cards__card:before{content:"";display:block;position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;z-index:0;background-color:rgba(0,0,0,.25);opacity:0;transition:opacity 550ms cubic-bezier(.85,0,0,1)}.grid_cards__card .card_inner{display:flex;flex-direction:column;justify-content:space-between;height:100%}.grid_cards__card:active{transform:scale(1.075)}.grid_cards__card:active[class*=__with_image]{transform:scale(1.0375)}@media screen and (min-width:37.5rem){.grid_cards__card{padding:0 2rem}.grid_cards__card__with_image{grid-template-columns:1fr min(30%,15rem)}}@media screen and (min-width:56.25rem){.grid_cards__card{grid-column:span 2}.grid_cards__card:hover{transform:scale(1.075)}.grid_cards__card:hover[class*=__with_image]{transform:scale(1.0375)}.grid_cards__card:hover:before{opacity:1}.grid_cards__card:last-child:first-child{grid-column:3/5}.grid_cards__card__with_image{grid-column:span 4}.grid_cards__card__with_image:last-child:first-child{grid-column:2/6}}.grid_cards__card_content,.grid_cards__card_picture{position:relative;z-index:1}.grid_cards__card_content{padding:1.5rem 0}.grid_cards__card_picture{width:100%;max-width:15rem;padding-bottom:3rem}@media screen and (max-width:37.4375rem){.grid_cards__card_picture{display:none}}.grid_cards__card_picture picture{height:100%;width:100%;display:flex;align-items:flex-start;justify-content:center}.grid_cards__card_picture picture img{flex-shrink:0;width:100%;height:auto}.grid_cards__card .text_header__title{font-family:articulat-cf,Arial;font-size:1.5rem;line-height:2rem;letter-spacing:normal;font-weight:600;color:#0F001B;margin-bottom:1rem}.grid_cards__card .text_header__title .icon-svg{width:2rem}.grid_cards__card .text_header__title .text--node{align-self:start}.grid_cards__card .text_header__title_inner{gap:.625rem}@media screen and (min-width:37.5rem){.grid_cards__card .text_header__title_inner{gap:.9375rem}}.grid_cards__card.has-bg-color[style="background-color: #e60054"] .icon-svg path[stroke="#E60054"],.grid_cards__card.has-bg-color[style="background-color: #e60054"] .icon-svg rect[stroke="#E60054"],.grid_cards__card.has-bg-color[style="background-color: #3E016F"] .icon-svg path[stroke="#3E016F"],.grid_cards__card.has-bg-color[style="background-color: #3E016F"] .icon-svg rect[stroke="#3E016F"]{stroke:#FFF!important}.grid_cards__card.has-bg-color *,.grid_cards__card.has-bg-color :not(.btn){color:#FFF}.grid_cards__card:not(.has-bg-color) *,.grid_cards__card:not(.has-bg-color) :not(.btn){color:#000}.grid_cards.has-bg-color .col-title:not(.has-color-title) *,.grid_cards.has-bg-color .col-title:not(.has-color-title) :not(.btn){color:#FFF}.grid_cards:not(.has-bg-color) .col-title *,.grid_cards:not(.has-bg-color) .col-title :not(.btn){color:#000}.grid_cards .has-color *,.grid_cards .has-color-title *{color:inherit!important}</pre></body></html>