.columns{display:block;width:100%}.columns .columns__column{display:inline-block;vertical-align:top;width:calc(50% - 16px)}.columns .columns__column:not(:last-child){margin-right:16px}@media screen and (max-width:640px){.columns .columns__column:not(:last-child){margin-bottom:16px}}@media screen and (max-width:640px){.columns .columns__column{width:100%}}.columns .columns__column>*:not(:first-child){margin-top:16px}.stream{display:flex;flex-wrap:wrap;gap:16px}.stream .columns__column p:first-child{margin-top:0}.columns__column .sized12-1{width:100%}.sized12-1{width:calc((100%/12 * 1) - (16px * (1 - (1/12))))}@media screen and (max-width:640px){.sized12-1{width:100%}}.columns__column .sized12-2{width:100%}.sized12-2{width:calc((100%/12 * 2) - (16px * (1 - (2/12))))}@media screen and (max-width:640px){.sized12-2{width:100%}}.columns__column .sized12-3{width:100%}.sized12-3{width:calc((100%/12 * 3) - (16px * (1 - (3/12))))}@media screen and (max-width:640px){.sized12-3{width:100%}}.columns__column .sized12-4{width:100%}.sized12-4{width:calc((100%/12 * 4) - (16px * (1 - (4/12))))}@media screen and (max-width:640px){.sized12-4{width:100%}}.columns__column .sized12-5{width:100%}.sized12-5{width:calc((100%/12 * 5) - (16px * (1 - (5/12))))}@media screen and (max-width:640px){.sized12-5{width:100%}}.columns__column .sized12-6{width:100%}.sized12-6{width:calc((100%/12 * 6) - (16px * (1 - (6/12))))}@media screen and (max-width:640px){.sized12-6{width:100%}}.columns__column .sized12-7{width:100%}.sized12-7{width:calc((100%/12 * 7) - (16px * (1 - (7/12))))}@media screen and (max-width:640px){.sized12-7{width:100%}}.columns__column .sized12-8{width:100%}.sized12-8{width:calc((100%/12 * 8) - (16px * (1 - (8/12))))}@media screen and (max-width:640px){.sized12-8{width:100%}}.columns__column .sized12-9{width:100%}.sized12-9{width:calc((100%/12 * 9) - (16px * (1 - (9/12))))}@media screen and (max-width:640px){.sized12-9{width:100%}}.columns__column .sized12-10{width:100%}.sized12-10{width:calc((100%/12 * 10) - (16px * (1 - (10/12))))}@media screen and (max-width:640px){.sized12-10{width:100%}}.columns__column .sized12-11{width:100%}.sized12-11{width:calc((100%/12 * 11) - (16px * (1 - (11/12))))}@media screen and (max-width:640px){.sized12-11{width:100%}}.columns__column .sized12-12{width:100%}.sized12-12{width:calc((100%/12 * 12) - (16px * (1 - (12/12))))}@media screen and (max-width:640px){.sized12-12{width:100%}}.card{padding:0;display:block;background-color:var(--surface);border-radius:8px;text-decoration:none}.card__image{width:100%}.card:has(.card__caption:not(:empty)) .card__image{border-bottom-left-radius:0;border-bottom-right-radius:0}.card__caption{display:none;padding:12px 8px;box-sizing:border-box;font-size:initial;font-weight:700;color:var(--secondary);font-family:var(--font-allcaps),var(--font-fallback);text-align:center;width:100%}.card:has(.card__caption:not(:empty)) .card__caption{display:block}.card:hover .card__caption{color:var(--primary)}.squarified{aspect-ratio:1/1;object-fit:cover}