.AsidedBlock{align-items:flex-start;display:grid;grid-gap:2rem 2.75rem;gap:2rem 2.75rem;grid-template-columns:290px 1fr;max-width:1360px}@media only screen and (max-width:1000px){.AsidedBlock{display:flex;flex-direction:column;margin-top:2rem;gap:1.5rem}}@media only screen and (max-width:600px){.AsidedBlock{gap:1.25rem}}.AsidedBlock .article{margin:initial}.AsidedBlock h1{grid-column-start:2}.BackButton{align-items:center;color:var(--neutral-color-lightgray);display:flex;font-size:20px;gap:.75em;margin-left:2rem;transition:color .14s,filter .14s}@media only screen and (max-width:1000px){.BackButton{margin-left:0;font-size:18px}}@media only screen and (max-width:820px){.BackButton{font-size:18px}}@media only screen and (max-width:600px){.BackButton{font-size:16px}}.BackButton:hover{text-decoration:initial;color:var(--accent-color)}.BackButton:hover:before{filter:grayscale(0)}.BackButton:before{background-image:url(/resources/img/icons/styled-arrow.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;filter:grayscale(1);height:32px;transform:rotate(180deg);transition:.14s;width:32px}@media only screen and (max-width:1000px){.BackButton:before{height:28px;width:28px}}@media only screen and (max-width:820px){.BackButton:before{height:22px;width:22px}}@media only screen and (max-width:600px){.BackButton:before{height:18px;width:18px}}.Gallery{margin-block:2rem;width:100%}.Gallery__grid{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.Gallery__item{aspect-ratio:4/3;background:var(--neutral-color);border:0;border-radius:6px;overflow:hidden;padding:0;position:relative}.Gallery__item img{display:block;height:100%;max-width:none;object-fit:cover;transition:transform .28s ease;width:100%}.Gallery__item:focus-visible img,.Gallery__item:hover img{transform:scale(1.028)}.Gallery__item:focus-visible{outline:3px solid var(--accent-color);outline-offset:3px}.Gallery__viewer{background:rgba(0,0,0,.86);inset:0;padding:32px 76px;position:fixed;z-index:30}.Gallery__viewer,.Gallery__viewerInner{align-items:center;display:flex;justify-content:center}.Gallery__viewerInner{height:100%;position:relative;width:100%}.Gallery__fullImage{border-radius:6px;display:block;height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}.Gallery__close,.Gallery__control{background-color:#fff;border:0;box-shadow:0 4px 16px rgba(0,0,0,.24);padding:0;position:absolute;z-index:2}.Gallery__close:focus-visible,.Gallery__control:focus-visible{outline:3px solid var(--accent-color);outline-offset:3px}.Gallery__close{border-radius:50%;height:42px;right:0;top:0;width:42px}.Gallery__close:after,.Gallery__close:before{background:var(--soft-text-color);content:"";height:2px;left:11px;position:absolute;top:20px;width:20px}.Gallery__close:before{transform:rotate(45deg)}.Gallery__close:after{transform:rotate(-45deg)}.Gallery__control{align-items:center;border-radius:50%;display:flex;height:48px;justify-content:center;top:50%;transform:translateY(-50%);width:48px}.Gallery__control:before{background-image:url(/resources/img/icons/styled-arrow.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:28px;width:31px}.Gallery__control--prev{left:-60px}.Gallery__control--prev:before{transform:rotate(180deg)}.Gallery__control--next{right:-60px}@media only screen and (max-width:1000px){.Gallery__viewer{padding:28px 60px}.Gallery__control--prev{left:-52px}.Gallery__control--next{right:-52px}}@media only screen and (max-width:600px){.Gallery{margin-block:1.5rem}.Gallery__grid{gap:10px}.Gallery__item,.Gallery__item:first-child,.Gallery__item:nth-child(2){grid-column:1/-1}.Gallery__viewer{padding:52px 16px 68px}.Gallery__close{height:38px;right:0;top:-44px;width:38px}.Gallery__close:after,.Gallery__close:before{left:10px;top:18px;width:18px}.Gallery__control{bottom:-54px;height:40px;top:auto;transform:none;width:40px}.Gallery__control:before{height:24px;width:27px}.Gallery__control--prev{left:calc(50% - 48px)}.Gallery__control--next{right:calc(50% - 48px)}}