.component-date-display{color:var(--palette-grey-400);font-size:1.2rem}:export{red-600:#c6002b;red-500:#cd212e;red-400:#e22c3a;red-300:#f4747c;red-200:#f79096;red-100:#f4adb1;orange-600:#fb6825;orange-500:#fc833e;orange-400:#fc9e65;orange-300:#fdb990;orange-200:#fdd5bb;orange-100:#fef1e8;yellow-600:#fcba38;yellow-500:#fdc64c;yellow-400:#fdd36f;yellow-300:#fddf96;yellow-200:#feecbf;yellow-100:#fff8e9;green-600:#46815a;green-500:#62aa7b;green-400:#78d297;green-300:#8bdea7;green-200:#9ce2b4;green-100:#ace7c0;blue-600:#0055b7;blue-500:#509da7;blue-400:#60bac6;blue-300:#68c8d5;blue-200:#84dae5;blue-100:#a3e2eb;purple-600:#793cb7;purple-500:#8d5bcd;purple-400:#a071dc;purple-300:#a586e5;purple-200:#b895f2;purple-100:#c7a3f5;grey-600:#27292d;grey-500:#3f4447;grey-400:#717277;grey-300:#a9afb2;grey-250:#dadfe3;grey-200:#e6eaed;grey-150:#edf1f3;grey-100:#f6f8f9}.component-content-tile{align-items:flex-start;background:var(--card-bg-color);border-bottom:var(--card-bottom-border,none);border-radius:.6rem;color:var(--card-heading-color);display:flex;flex-direction:column;height:100%;justify-content:center;margin:0;width:100%}.component-content-tile .thumb-container{height:var(--thumb-height,.1rem);overflow:hidden;padding-bottom:var(--thumb-padding-bottom,56.5%);width:var(--thumb-width,100%)}.component-content-tile .thumb-container>a{display:block;height:100%;width:100%}.component-content-tile .thumb-container img{border-radius:var(--img-border-radius,.6rem .6rem 0 0);display:block;height:auto;-o-object-fit:cover;object-fit:cover;width:100%}.component-content-tile .thumb-container img:hover{opacity:.8}.component-content-tile figcaption{display:flex;flex-direction:column;height:100%;justify-content:var(--caption-justify,flex-start);padding:var(--caption-padding,1.6rem);row-gap:1rem;width:var(--caption-width,100%)}.component-content-tile figcaption .card-title{color:currentColor;text-decoration:none}.component-content-tile figcaption .card-title:hover{color:var(--palette-grey-400)}.component-content-tile figcaption *{text-align:left}.component-content-tile.thumb-left,.component-content-tile.thumb-right{--align:start;position:relative}@media screen and (min-width:768px){.component-content-tile.thumb-left,.component-content-tile.thumb-right{--thumb-width:50%;--thumb-height:auto;--thumb-padding-bottom:0;--img-border-radius:0.6rem;--caption-width:50%;--caption-padding:0;align-items:center;-moz-column-gap:3.2rem;column-gap:3.2rem;flex-direction:row;justify-content:flex-start;padding:3.2rem}.component-content-tile.thumb-left.thumb-right,.component-content-tile.thumb-right.thumb-right{flex-direction:row-reverse}.component-content-tile.thumb-left.external,.component-content-tile.thumb-right.external{max-height:28rem}.component-content-tile.thumb-left.external .thumb-container,.component-content-tile.thumb-right.external .thumb-container{align-self:flex-start}}@media screen and (min-width:1060px){.component-content-tile.thumb-left.external,.component-content-tile.thumb-right.external{max-height:32rem}}.component-content-tile.thumb-left .thumb-container,.component-content-tile.thumb-right .thumb-container{position:relative}@media screen and (min-width:768px){.component-content-tile.thumb-left .thumb-container,.component-content-tile.thumb-right .thumb-container{max-height:100%}.component-content-tile.thumb-left figcaption,.component-content-tile.thumb-right figcaption{justify-content:center}}