.category-mega{padding-top:0;box-sizing:border-box}@media screen and (min-width:992px){.category-mega.page-width{width:max-content;max-width:100%;margin-left:0;margin-right:0;padding-left:var(--mega-page-pad-inline, 40px);padding-right:var(--mega-page-pad-inline, 40px)}}.category-mega__layout{display:grid;grid-template-columns:max-content;align-items:start;justify-content:start;width:max-content;max-width:100%;margin:0;column-gap:var(--mega-gap)}.category-mega__layout--with-aside{grid-template-columns:max-content var(--mega-aside-col);align-items:start;column-gap:var(--mega-gap)}.category-mega__main{min-width:0;width:max-content;max-width:100%}.category-mega:not(.category-mega--audience):not(.category-mega--links) .category-mega__layout{grid-template-columns:minmax(0,var(--mega-main-max))}.category-mega:not(.category-mega--audience):not(.category-mega--links) .category-mega__layout--with-aside{grid-template-columns:minmax(0,var(--mega-main-max)) var(--mega-aside-col)}.category-mega:not(.category-mega--audience):not(.category-mega--links) .category-mega__main{max-width:var(--mega-main-max)}.category-mega__grid{--category-mega-col-min: var(--mega-tile, 11rem);--category-mega-col-max: var(--mega-tile, 11rem);display:flex;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;gap:2rem var(--mega-tile-gap, 1.6rem);max-width:calc(var(--category-mega-columns, 4) * var(--category-mega-col-max) + (var(--category-mega-columns, 4) - 1) * var(--mega-tile-gap, 1.6rem));width:100%;margin:0}.category-mega__column{flex:0 0 var(--category-mega-col-max);width:var(--category-mega-col-max);min-width:var(--category-mega-col-min);max-width:var(--category-mega-col-max);text-align:left}.category-mega__tile{display:flex;flex-direction:column;gap:.8rem;padding:.8rem;margin:-.8rem -.8rem .8rem;border-radius:.8rem;background:transparent;position:relative;z-index:0;transition:transform .2s ease,box-shadow .2s ease}.category-mega__column:hover .category-mega__tile,.category-mega__tile:focus-within{z-index:2;transform:translateY(-.8rem);box-shadow:6px 10px 24px rgba(var(--color-shadow),.14)}.category-mega__icon,.category-mega__icon--disabled{position:relative;display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1 / 1;height:auto;margin-bottom:0;padding:0;border:0;border-radius:.6rem;background:rgba(var(--color-foreground),.04);overflow:hidden}.category-mega__icon--disabled{cursor:default}.category-mega__icon-image{display:block;width:100%;height:100%;object-fit:contain}.category-mega__icon-image--placeholder{width:100%;height:100%;color:rgba(var(--color-foreground),.55)}.category-mega__title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-width:100%;font-size:calc(var(--font-body-scale) * 1.3rem);font-weight:400;letter-spacing:.02em;text-transform:uppercase;line-height:1.35;text-align:left;text-decoration:none;margin-bottom:0;color:rgba(var(--color-foreground),.7);overflow:hidden;overflow-wrap:break-word;min-height:2.7em}.category-mega__column:hover .category-mega__title,.category-mega__tile:focus-within .category-mega__title,.category-mega__title:hover,.category-mega__title:focus-visible{color:rgba(var(--color-foreground),.85)}.category-mega__title--active{color:rgba(var(--color-foreground),.85);text-decoration:none}.category-mega__sublist{display:flex;flex-direction:column;gap:.6rem}.category-mega__sublink{display:inline-block;font-size:calc(var(--font-body-scale) * 1.4rem);text-decoration:none;color:rgba(var(--color-foreground),.85)}.category-mega__sublink:hover,.category-mega__sublink:focus-visible{color:rgba(var(--color-foreground),.85);text-decoration:underline;text-underline-offset:.2rem}.category-mega__sublink--active{text-decoration:underline;text-underline-offset:.2rem}.category-mega--audience .category-mega__layout{width:min(80rem,100%);max-width:100%;grid-template-columns:minmax(0,80rem)}.category-mega--audience .category-mega__main{width:80rem;max-width:100%}.category-mega--audience .category-mega__layout--with-aside{width:max-content;grid-template-columns:minmax(0,72rem) var(--mega-aside-col);column-gap:var(--mega-gap)}.category-mega--audience .category-mega__layout--with-aside .category-mega__main{width:72rem}.category-mega--audience.category-mega.page-width{padding-top:1.6rem;padding-bottom:1.6rem}.category-mega__audience-cards{display:grid;grid-template-columns:repeat(var(--audience-card-count, 3),minmax(0,1fr));gap:1.2rem}.category-mega__audience-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-content:start;min-width:0;overflow:hidden;border:1px solid rgba(var(--color-foreground),.1);border-radius:.8rem;background:rgba(var(--color-foreground),.025);color:rgb(var(--color-foreground));text-decoration:none;transition:transform var(--duration-short) ease,border-color var(--duration-short) ease,box-shadow var(--duration-short) ease}.category-mega__audience-card:hover,.category-mega__audience-card:focus-visible,.category-mega__audience-card--active{transform:translateY(-.2rem);border-color:rgba(var(--color-button),.38);box-shadow:0 .8rem 2.2rem rgba(var(--color-shadow),.08)}.category-mega__audience-card:focus-visible{outline:.2rem solid rgb(var(--color-button));outline-offset:.2rem}.category-mega__audience-media{grid-column:1 / -1;display:flex;width:100%;aspect-ratio:16 / 8;overflow:hidden;background:rgba(var(--color-foreground),.035)}.category-mega__audience-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform var(--duration-default) ease}.category-mega__audience-card:hover .category-mega__audience-image,.category-mega__audience-card:focus-visible .category-mega__audience-image{transform:scale(1.025)}.category-mega__audience-body{display:flex;flex-direction:column;min-width:0;padding:1.1rem .8rem 1.1rem 1.2rem}.category-mega__audience-title{font-family:var(--font-heading-family);font-size:calc(var(--font-heading-scale) * 1.55rem);font-weight:var(--font-heading-weight, 600);line-height:1.25}.category-mega__audience-arrow{align-self:center;display:inline-flex;padding:0 1.2rem 0 .4rem;color:rgba(var(--color-foreground),.55);transition:color var(--duration-short) ease,transform var(--duration-short) ease}.category-mega__audience-arrow svg,.category-mega__taxonomy-title svg,.mega-browse-link svg{width:1.2rem;height:1.2rem;fill:currentColor}.category-mega__audience-card:hover .category-mega__audience-arrow,.category-mega__audience-card:focus-visible .category-mega__audience-arrow{color:rgb(var(--color-button));transform:translate(.2rem)}.category-mega__taxonomy{display:grid;grid-template-columns:18rem minmax(0,1fr);align-items:center;gap:1.8rem;margin-top:1.2rem;padding:1.2rem 1.4rem;border:1px solid rgba(var(--color-foreground),.1);border-radius:.8rem}.category-mega__taxonomy-heading{margin:0;color:rgb(var(--color-foreground));font-size:calc(var(--font-body-scale) * 1.4rem);font-weight:600;line-height:1.35}.category-mega__taxonomy-groups{display:grid;gap:1rem}.category-mega__taxonomy-group{display:grid;grid-template-columns:15rem minmax(0,1fr);align-items:baseline;gap:1.6rem}.category-mega__taxonomy-group--links-only{grid-template-columns:minmax(0,1fr)}.category-mega__taxonomy-title{display:inline-flex;align-items:center;gap:.6rem;color:rgb(var(--color-foreground));font-size:calc(var(--font-body-scale) * 1.3rem);font-weight:600;text-decoration:none}.category-mega__taxonomy-list{display:flex;flex-wrap:wrap;gap:.7rem 1.8rem;margin:0;padding:0;list-style:none}.category-mega__taxonomy-link{color:rgba(var(--color-foreground),.86);font-size:calc(var(--font-body-scale) * 1.4rem);font-weight:600;line-height:1.4;text-decoration:none}.category-mega__taxonomy-title:hover,.category-mega__taxonomy-title:focus-visible,.category-mega__taxonomy-link:hover,.category-mega__taxonomy-link:focus-visible,.category-mega__taxonomy-link--active{color:rgb(var(--color-button))}.category-mega__taxonomy-title:focus-visible,.category-mega__taxonomy-link:focus-visible{outline:.2rem solid rgb(var(--color-button));outline-offset:.3rem}.category-mega__audience-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.2rem 2.4rem;width:100%;margin-top:1.6rem;padding-top:1.4rem;border-top:1px solid rgba(var(--color-foreground),.1)}.mega-browse-link{display:inline-flex;align-items:center;gap:.7rem;color:rgb(var(--color-foreground));font-size:calc(var(--font-body-scale) * 1.4rem);font-weight:600;text-decoration:none}.mega-browse-link:hover,.mega-browse-link:focus-visible{color:rgb(var(--color-button));text-decoration:none}.mega-browse-link span[aria-hidden=true]{display:inline-flex;transition:transform var(--duration-short) ease}.mega-browse-link:hover span[aria-hidden=true],.mega-browse-link:focus-visible span[aria-hidden=true]{transform:translate(.2rem)}@media screen and (max-width:1099px){.category-mega--audience .category-mega__layout:not(.category-mega__layout--with-aside),.category-mega--audience .category-mega__layout:not(.category-mega__layout--with-aside) .category-mega__main{width:72rem}.category-mega--audience .category-mega__layout--with-aside{grid-template-columns:minmax(0,64rem) 18rem;column-gap:2.4rem}.category-mega--audience .category-mega__layout--with-aside .category-mega__main{width:64rem}.category-mega__audience-cards{gap:.9rem}.category-mega__taxonomy-group{grid-template-columns:13rem minmax(0,1fr)}.category-mega__taxonomy{grid-template-columns:15rem minmax(0,1fr);gap:1.4rem}}.category-mega__aside{align-self:start;border-left:1px solid rgba(var(--color-foreground),.12);padding-left:var(--mega-aside-pad);box-sizing:border-box;min-width:0}.header__submenu:has(.compact-mega){padding-top:2.4rem;padding-bottom:2.4rem}.header__inline-menu .header__submenu.wbmenufull.list-menu--disclosure:has(.category-mega--audience),.header__inline-menu .header__submenu.wbmenufull.list-menu--disclosure:has(.category-mega--links){padding-top:0;padding-bottom:0}.compact-mega{box-sizing:border-box}.compact-mega__eyebrow,.compact-mega__group-title{margin:0;color:rgba(var(--color-foreground),.58);font-size:calc(var(--font-body-scale) * 1.1rem);font-weight:600;letter-spacing:.08em;line-height:1.3;text-transform:uppercase}.compact-mega__row{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;width:100%;min-height:3.6rem;padding:.65rem .8rem;border-radius:.6rem;color:rgb(var(--color-foreground));text-align:left;text-decoration:none;box-sizing:border-box;transition:background-color var(--duration-short) ease,color var(--duration-short) ease}.compact-mega__row:hover,.compact-mega__row:focus-visible,.compact-mega__row.is-active{background:rgba(var(--color-foreground),.045);color:rgb(var(--color-foreground));text-decoration:none}.compact-mega__row.is-active{background:rgba(var(--color-button),.065)}.compact-mega__row-title{font-size:calc(var(--font-body-scale) * 1.4rem);font-weight:500;letter-spacing:-.01em;line-height:1.3}.compact-mega__arrow{display:inline-flex;width:1.5rem;height:1.5rem;flex:0 0 auto;color:rgba(var(--color-foreground),.52);transition:color var(--duration-short) ease,transform var(--duration-short) ease}.compact-mega__arrow svg{display:block;width:100%;height:100%;fill:currentColor}.compact-mega__row:hover .compact-mega__arrow,.compact-mega__row:focus-visible .compact-mega__arrow,.about-mega__primary:hover .compact-mega__arrow,.about-mega__primary:focus-visible .compact-mega__arrow{color:rgb(var(--color-button));transform:translate(.2rem)}.about-mega.page-width{width:52rem;max-width:min(52rem,calc(100vw - 3.2rem));padding:0 2.4rem;margin:0}.about-mega__layout{display:grid;grid-template-columns:minmax(0,3fr) minmax(18rem,2fr);min-height:14rem}.about-mega__primary{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0;padding:1rem 2rem 1rem .8rem;border-radius:.6rem;color:rgb(var(--color-foreground));text-decoration:none;transition:background-color var(--duration-short) ease}.about-mega__primary:hover,.about-mega__primary:focus-visible,.about-mega__primary.is-active{background:rgba(var(--color-foreground),.045);color:rgb(var(--color-foreground));text-decoration:none}.about-mega__heading{margin-top:0;max-width:24rem;color:currentColor;font-family:var(--font-heading-family);font-size:calc(var(--font-heading-scale) * 1.85rem);font-weight:var(--font-heading-weight);letter-spacing:-.02em;line-height:1.15}.about-mega__heading--with-arrow{display:inline-flex;align-items:center;gap:.8rem}.about-mega__heading--with-arrow .compact-mega__arrow{flex:0 0 auto;width:1.4rem;height:1.4rem}.compact-mega__action{display:inline-flex;align-items:center;gap:.6rem;margin-top:1.2rem;font-size:calc(var(--font-body-scale) * 1.3rem);font-weight:600}.about-mega__secondary{display:flex;flex-direction:column;justify-content:stretch;min-width:0;padding-left:1.2rem;border-left:1px solid rgba(var(--color-foreground),.1)}.about-mega__row{flex:1 1 0;align-items:center}.about-mega__row+.about-mega__row{border-top:1px solid rgba(var(--color-foreground),.08);border-top-left-radius:0;border-top-right-radius:0}.category-mega--links.category-mega.page-width{width:33.6rem;max-width:min(33.6rem,calc(100vw - 3.2rem));padding:1.2rem 2.4rem;margin:0}.category-mega--links .category-mega__layout,.category-mega--links .category-mega__main{display:block;width:100%;max-width:100%}.support-mega__content{width:100%}.compact-mega__row--primary{min-height:4.4rem;margin-bottom:.8rem;padding:.8rem 1rem;border:1px solid rgba(var(--color-button),.16);background:rgba(var(--color-button),.045)}.compact-mega__row--primary:hover,.compact-mega__row--primary:focus-visible{background:rgba(var(--color-button),.075);border-color:rgba(var(--color-button),.28)}.category-mega--links .category-mega__link-board{display:flex;flex-direction:column;width:100%;margin:0;padding:0;list-style:none}.category-mega--links .category-mega__link-board-item{min-width:0;padding:1rem 0;border-top:1px solid rgba(var(--color-foreground),.08)}.category-mega--links .category-mega__link-board-item:first-child{padding-top:0;border-top:0}.category-mega--links .compact-mega__group-title{padding:.4rem .8rem .55rem;color:rgba(var(--color-foreground),.8);font-size:calc(var(--font-body-scale) * 1.2rem);letter-spacing:.04em}.category-mega--links .category-mega__link-sublist{display:flex;flex-direction:column;gap:.05rem;margin:0;padding:0;list-style:none}.nav-cta-buttons{display:flex;flex-wrap:wrap;align-items:center;gap:1.2rem}.nav-cta-buttons--desktop-mega{flex-direction:column;align-items:stretch;gap:1.2rem}.nav-cta-buttons--desktop-mega .nav-cta-buttons__item.button,.nav-cta-buttons--desktop-mega .nav-cta-buttons__item.button--secondary,.nav-cta-buttons--desktop-mega .nav-cta-buttons__item.link{text-align:center}.nav-cta-buttons--desktop-mega .nav-cta-buttons__item.link{justify-content:center}.nav-cta-buttons--desktop-mega .nav-cta-buttons__item.button,.nav-cta-buttons--desktop-mega .nav-cta-buttons__item.button--secondary{padding-left:1.6rem;padding-right:1.6rem;white-space:nowrap}.nav-cta-buttons--desktop-footer{flex-wrap:nowrap;justify-content:flex-end;gap:.8rem;margin-left:auto}.nav-cta-buttons--desktop-footer .nav-cta-buttons__item.button,.nav-cta-buttons--desktop-footer .nav-cta-buttons__item.button--secondary{min-height:4.2rem;padding:.8rem 1.5rem;white-space:nowrap}.nav-cta-buttons--desktop-footer .nav-cta-buttons__item.link{justify-content:center;white-space:nowrap}.nav-cta-buttons--mobile{flex-direction:column;align-items:stretch;gap:1rem;padding:0 var(--menu-drawer-mega-inset, 2.6rem) 1.6rem}.nav-cta-buttons--mobile .nav-cta-buttons__item.button,.nav-cta-buttons--mobile .nav-cta-buttons__item.button--secondary{text-align:center}.nav-cta-buttons--mobile .nav-cta-buttons__item.link{text-align:center;justify-content:center}@media screen and (max-width:1199px){.category-mega__grid{gap:1.6rem var(--mega-tile-gap, 1.6rem)}.category-mega:not(.category-mega--audience):not(.category-mega--links) .category-mega__layout--with-aside{grid-template-columns:minmax(0,var(--mega-main-max)) var(--mega-aside-col);column-gap:var(--mega-gap)}}.menu-drawer__submenu .category-mobile__list{display:flex;flex-direction:column;padding:.4rem var(--menu-drawer-mega-inset, 2.6rem) 1.6rem}.category-mobile__item{border-bottom:1px solid rgba(var(--color-foreground),.12)}.category-mobile__item:last-child{border-bottom:none}.category-mobile__row{display:flex;align-items:center;gap:1.2rem;width:100%;min-height:6.8rem;padding:1rem 0;border:0;background:transparent;color:rgb(var(--color-foreground));font-family:var(--font-body-family);text-align:left;text-decoration:none;cursor:pointer}.category-mobile__image-link,.category-mobile__row>span.category-mobile__image-link{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:4.8rem;height:4.8rem;padding:0;overflow:hidden;border-radius:.5rem;background:rgba(var(--color-foreground),.035)}.category-mobile__image{display:block;width:100%;height:100%;object-fit:contain}.category-mobile__image--placeholder{width:100%;height:100%;color:rgba(var(--color-foreground),.55)}.category-mobile__content{flex:1 1 auto;min-width:0}.category-mobile__title{display:block;font-size:calc(var(--font-heading-scale) * 1.6rem);font-weight:var(--font-heading-weight, var(--font-body-weight-bold));line-height:1.25;text-decoration:none;color:rgb(var(--color-foreground));margin:0}.category-mobile__title--active{color:rgb(var(--color-button))}.category-mobile__arrow,.category-mobile__chevron{display:inline-flex;flex:0 0 auto;margin-left:auto;color:rgba(var(--color-foreground),.55)}.category-mobile__arrow svg,.category-mobile__chevron svg{width:1.2rem;height:1.2rem}.category-mobile__chevron{transition:transform var(--duration-short) ease}.category-mobile__toggle--open .category-mobile__chevron{transform:rotate(180deg)}.category-mobile__panel{padding:0 0 1.2rem 6rem}.category-mobile__panel[hidden]{display:none}.category-mobile__view-all{display:flex;align-items:center;min-height:4.4rem;color:rgb(var(--color-button));font-size:calc(var(--font-body-scale) * 1.35rem);font-weight:600;text-decoration:none}.category-mobile__sublist{display:flex;flex-direction:column;margin:0;padding:0;list-style:none}.category-mobile__sublink{display:flex;align-items:center;min-height:4.4rem;font-size:calc(var(--font-body-scale) * 1.4rem);line-height:1.35;font-weight:var(--font-body-weight);text-decoration:none;color:rgba(var(--color-foreground),.85)}.category-mobile__sublink--active{color:rgb(var(--color-button))}.category-mobile__row:focus-visible,.category-mobile__view-all:focus-visible,.category-mobile__sublink:focus-visible{outline:.2rem solid rgb(var(--color-button));outline-offset:.2rem}.nav-cta-buttons--mobile .nav-cta-buttons__item.button,.nav-cta-buttons--mobile .nav-cta-buttons__item.button--secondary{min-height:4.4rem;padding-top:.8rem;padding-bottom:.8rem}@media(prefers-reduced-motion:reduce){.category-mega__audience-card,.category-mega__audience-image,.category-mega__audience-arrow,.category-mobile__chevron{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/27/assets/component-category-megamenu.css.map */
