.rc-l-grid{-moz-column-gap:18px;column-gap:18px;display:grid;row-gap:18px}.rc-l-grid,.xs\:grid-col-1{grid-template-columns:1fr}.xs\:grid-col-span-1{grid-column:span 1}.xs\:grid-col-2{grid-template-columns:repeat(2,1fr)}.xs\:grid-col-span-2{grid-column:span 2}.xs\:grid-col-3{grid-template-columns:repeat(3,1fr)}.xs\:grid-col-span-3{grid-column:span 3}.xs\:grid-col-4{grid-template-columns:repeat(4,1fr)}.xs\:grid-col-span-4{grid-column:span 4}.xs\:grid-col-span-all{grid-column:-1/1}@media(min-width:576px){.sm\:grid-col-1{grid-template-columns:1fr}.sm\:grid-col-span-1{grid-column:span 1}.sm\:grid-col-2{grid-template-columns:repeat(2,1fr)}.sm\:grid-col-span-2{grid-column:span 2}.sm\:grid-col-3{grid-template-columns:repeat(3,1fr)}.sm\:grid-col-span-3{grid-column:span 3}.sm\:grid-col-4{grid-template-columns:repeat(4,1fr)}.sm\:grid-col-span-4{grid-column:span 4}.sm\:grid-col-span-all{grid-column:-1/1}}@media(min-width:768px){.md\:grid-col-1{grid-template-columns:1fr}.md\:grid-col-span-1{grid-column:span 1}.md\:grid-col-2{grid-template-columns:repeat(2,1fr)}.md\:grid-col-span-2{grid-column:span 2}.md\:grid-col-3{grid-template-columns:repeat(3,1fr)}.md\:grid-col-span-3{grid-column:span 3}.md\:grid-col-4{grid-template-columns:repeat(4,1fr)}.md\:grid-col-span-4{grid-column:span 4}.md\:grid-col-span-all{grid-column:-1/1}}@media(min-width:992px){.lg\:grid-col-1{grid-template-columns:1fr}.lg\:grid-col-span-1{grid-column:span 1}.lg\:grid-col-2{grid-template-columns:repeat(2,1fr)}.lg\:grid-col-span-2{grid-column:span 2}.lg\:grid-col-3{grid-template-columns:repeat(3,1fr)}.lg\:grid-col-span-3{grid-column:span 3}.lg\:grid-col-4{grid-template-columns:repeat(4,1fr)}.lg\:grid-col-span-4{grid-column:span 4}.lg\:grid-col-span-all{grid-column:-1/1}}@media(min-width:1200px){.xl\:grid-col-1{grid-template-columns:1fr}.xl\:grid-col-span-1{grid-column:span 1}.xl\:grid-col-2{grid-template-columns:repeat(2,1fr)}.xl\:grid-col-span-2{grid-column:span 2}.xl\:grid-col-3{grid-template-columns:repeat(3,1fr)}.xl\:grid-col-span-3{grid-column:span 3}.xl\:grid-col-4{grid-template-columns:repeat(4,1fr)}.xl\:grid-col-span-4{grid-column:span 4}.xl\:grid-col-span-all{grid-column:-1/1}}@media(min-width:1600px){.xxl\:grid-col-1{grid-template-columns:1fr}.xxl\:grid-col-span-1{grid-column:span 1}.xxl\:grid-col-2{grid-template-columns:repeat(2,1fr)}.xxl\:grid-col-span-2{grid-column:span 2}.xxl\:grid-col-3{grid-template-columns:repeat(3,1fr)}.xxl\:grid-col-span-3{grid-column:span 3}.xxl\:grid-col-4{grid-template-columns:repeat(4,1fr)}.xxl\:grid-col-span-4{grid-column:span 4}.xxl\:grid-col-span-all{grid-column:-1/1}}.rc-c-card{background-color:#0b213b;border-radius:16px;color:#fff;display:flex;flex-direction:column;gap:18px;height:320px;overflow:hidden;padding:18px 18px 0;text-decoration:none}.rc-c-card__type{color:#ebebeb;font-size:14px;font-weight:700;text-transform:uppercase}.rc-c-card__name{font-size:16px;font-weight:300;margin-bottom:0;margin-top:0}.rc-c-card__frame{border-radius:16px 16px 0 0;flex-grow:2;flex-shrink:1;margin-bottom:-18px;overflow:hidden;position:relative}.rc-c-card__frame-img,.rc-c-card__frame-placeholder{height:100%;left:50%;position:absolute;top:0;transform:translateX(-50%);transition:width .4s ease-in-out,height .4s ease-in-out;width:100%}.rc-c-card__frame-placeholder{background:linear-gradient(#dbe0df,#dbe0df)}.rc-c-card__frame-img{-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.rc-c-card__cta{background-color:#2e8397;font-size:16px;font-weight:700;line-height:1em;margin-left:-18px;margin-right:-18px;padding:9px 18px;text-align:center;transition:background-color .4s ease-in-out}.rc-c-card:focus,.rc-c-card:hover{color:#fff;text-decoration:none}.rc-c-card:focus .rc-c-card__frame-img,.rc-c-card:hover .rc-c-card__frame-img{height:120%;width:120%}.rc-c-card:focus .rc-c-card__cta,.rc-c-card:hover .rc-c-card__cta{background-color:#1b5765}