.offset-grid{--wdg-offset-grid-gap: var( --wdg-gap-small );--wdg-offset-grid-offset: calc( var( --wdg-gap-gutter ) * 1.25 );--wdg-offset-grid-number-color: var( --wdg-color-gray-md );--wdg-offset-grid-text-color: var( --wdg-color-text );--wdg-offset-grid-active-cell-background-color: var( --wdg-color-gold );--wdg-offset-grid-active-cell-text-color: var( --wdg-color-tonal-black );--wdg-offset-grid-active-number-color: var( --wdg-color-tonal-black );display:grid;gap:var(--wdg-offset-grid-gap);grid-template-columns:minmax(0, 1fr);z-index:2;position:relative}.offset-grid.offset-grid-1c{--wdg-offset-grid-columns: 1}.offset-grid.offset-grid-2c{--wdg-offset-grid-columns: 2}.offset-grid.offset-grid-3c{--wdg-offset-grid-columns: 3}.offset-grid.offset-grid-4c{--wdg-offset-grid-columns: 4}.offset-grid.offset-grid-5c{--wdg-offset-grid-columns: 5}.offset-grid.offset-grid-6c{--wdg-offset-grid-columns: 6}@media(min-width: 48rem){.offset-grid{grid-template-columns:repeat(var(--wdg-offset-grid-columns, 2), minmax(0, 1fr))}.offset-grid.offset-grid-2c .offset-grid__cell:nth-child(2n+2),.offset-grid.offset-grid-3c .offset-grid__cell:nth-child(3n+2),.offset-grid.offset-grid-4c .offset-grid__cell:nth-child(4n+2),.offset-grid.offset-grid-4c .offset-grid__cell:nth-child(4n+4),.offset-grid.offset-grid-5c .offset-grid__cell:nth-child(5n+2),.offset-grid.offset-grid-5c .offset-grid__cell:nth-child(5n+4),.offset-grid.offset-grid-6c .offset-grid__cell:nth-child(6n+2),.offset-grid.offset-grid-6c .offset-grid__cell:nth-child(6n+4),.offset-grid.offset-grid-6c .offset-grid__cell:nth-child(6n+6){margin-block:var(--wdg-offset-grid-offset) calc(var(--wdg-offset-grid-offset)*-1)}}.offset-grid--gap-0{--wdg-offset-grid-gap: 0px}.offset-grid--gap-xsmall{--wdg-offset-grid-gap: var( --wdg-gap-xsmall )}.offset-grid--gap-small{--wdg-offset-grid-gap: var( --wdg-gap-small )}.offset-grid--gap-medium{--wdg-offset-grid-gap: var( --wdg-gap-medium )}.offset-grid--gap-large{--wdg-offset-grid-gap: var( --wdg-gap-large )}.offset-grid--gap-xlarge{--wdg-offset-grid-gap: var( --wdg-gap-xlarge )}.offset-grid__content{display:block;opacity:0;visibility:hidden}@media(prefers-reduced-motion: no-preference){.offset-grid__content{transition:opacity 250ms ease-out,visibility 250ms ease-out}}.offset-grid__cell{background-color:var(--wdg-offset-grid-cell-background-color, transparent);color:var(--wdg-offset-grid-text-color, inherit);contain:layout;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:calc(var(--wdg-gap-gutter)*1)}@media(prefers-reduced-motion: no-preference){.offset-grid__cell{transition:background-color 200ms ease-out,color 200ms ease-out}}.offset-grid__cell:has(.offset-grid__cell-layout:focus-visible){outline:4px solid Highlight}.offset-grid__cell:has(.offset-grid__cell-layout[aria-expanded=true]){background-color:var(--wdg-offset-grid-active-cell-background-color, var(--wdg-offset-grid-cell-background-color, transparent));color:var(--wdg-offset-grid-active-text-color, var(--wdg-offset-grid-text-color, inherit))}.offset-grid__cell:has(.offset-grid__cell-layout[aria-expanded=true]) .offset-grid__cell-layout{inset-block-start:0;transform:none}.offset-grid__cell:has(.offset-grid__cell-layout[aria-expanded=true]) .offset-grid__content{opacity:1;transition-delay:100ms;visibility:visible}.offset-grid__cell:has(.offset-grid__cell-layout[aria-expanded=true]) .offset-grid__number{color:var(--wdg-offset-grid-active-number-color, var(--wdg-offset-grid-number-color, currentColor))}@media(-moz-touch-enabled: 0),(pointer: fine){.offset-grid__cell:hover{background-color:var(--wdg-offset-grid-active-cell-background-color, var(--wdg-offset-grid-cell-background-color, transparent));color:var(--wdg-offset-grid-active-text-color, var(--wdg-offset-grid-text-color, inherit))}.offset-grid__cell:hover .offset-grid__cell-layout{inset-block-start:0;transform:none}.offset-grid__cell:hover .offset-grid__content{opacity:1;transition-delay:100ms;visibility:visible}.offset-grid__cell:hover .offset-grid__number{color:var(--wdg-offset-grid-active-number-color, var(--wdg-offset-grid-number-color, currentColor))}}.offset-grid__cell-inner{flex:0 0 auto}.offset-grid__cell-layout{background-color:rgba(0,0,0,0);border:0;color:inherit;display:block;font:inherit;inline-size:100%;inset-block-start:50%;padding:0;position:relative;text-align:start;transform:translateY(-50%);border-radius:0}.offset-grid__cell-layout:focus-visible{outline:none}.offset-grid__cell-layout:hover,.offset-grid__cell-layout:focus{background:rgba(0,0,0,0)}@media(prefers-reduced-motion: no-preference){.offset-grid__cell-layout{transition:inset-block-start 250ms ease-out,transform 250ms ease-out}}.offset-grid__number{color:var(--wdg-offset-grid-number-color, currentColor);display:block;font-size:calc(var(--wdg-font-size-default)*5);font-weight:300;margin-block:0;line-height:1}@media(prefers-reduced-motion: no-preference){.offset-grid__number{transition:color 200ms ease-out}}.offset-grid__title{display:block;margin-block:0 calc(var(--wdg-gap-block)*.5)}

/*# sourceMappingURL=style.css.map */