@layer components{.c-figure{--figure-max-height:none;--figure-contain:cover;display:block}.c-figure__image{display:block;height:auto;max-height:var(--api-figure-max-height,var(--figure-max-height));-o-object-fit:var(--figure-contain);object-fit:var(--figure-contain);width:100%}.c-figure__caption{font-size:var(--font-size-caption,var(--font-base-size));line-height:1.3;margin-top:.5rem}.c-figure--has-aspect-ratio .c-figure__image{aspect-ratio:var(--api-figure-aspect-ratio,auto)}.c-figure--frame-corners{position:relative}.c-figure--frame-corners:after,.c-figure--frame-corners:before{content:"";display:block;position:absolute}.c-figure--frame-corners:before{background:var(--api-corner-top-left-color,var(--brand-navy));clip-path:var(--api-corner-top-left-clip-path,polygon(0 0,0 100%,100% 0));height:var(--api-corner-top-left-height,6.94rem);left:0;top:0;width:var(--api-corner-top-left-width,6.78rem)}.c-figure--frame-corners:after{--corner-clip-path:polygon(100% 0%,0% 100%,100% 100%);background:var(--api-corner-bottom-right-color,hsla(0,0%,100%,.7));bottom:0;clip-path:var(--api-corner-bottom-right-clip-path,polygon(100% 0,0 100%,100% 100%));height:var(--api-corner-bottom-right-height,8.94rem);right:0;width:var(--api-corner-bottom-right-width,9.5rem)}@media (max-width:800px){.c-figure--frame-corners:before{height:var(--api-corner-top-left-height,2.75rem);width:var(--api-corner-top-left-width,2.63rem)}.c-figure--frame-corners:after{height:var(--api-corner-top-left-height,5.06rem);width:var(--api-corner-top-left-width,4.88rem)}}}