@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.featured-tabbed-content{--page-theme-border-color: var(--color-black)}[data-pagetheme=martenson] .featured-tabbed-content{--page-theme-border-color: var(--color-martenson-dark-grey)}[data-pagetheme=wood] .featured-tabbed-content{--page-theme-border-color: var(--color-wood-terracotta)}[data-pagetheme=ad-astra] .featured-tabbed-content{--page-theme-border-color: var(--color-ad-astra-dark-grey)}.featured-tabbed-content__nav{display:none}@media screen and (min-width: 1024px){.featured-tabbed-content__nav{display:block}}.featured-tabbed-content__nav-icon svg{width:24px;height:24px}.featured-tabbed-content__nav-item,.featured-tabbed-content__nav-item-mobile{display:block;color:var(--typography-headingcolor);font-size:var(--typography-h2-fontsize-small);font-family:var(--typography-headingfont);text-align:left}@media screen and (min-width: 1024px){.featured-tabbed-content__nav-item,.featured-tabbed-content__nav-item-mobile{font-size:var(--typography-h2-fontsize)}}.featured-tabbed-content__nav-item{padding:var(--space-12) 0}.featured-tabbed-content__nav-item[aria-pressed=false]{color:hsl(from var(--typography-headingcolor) h s calc(l + 30))}.featured-tabbed-content__nav-item[aria-pressed=true]{pointer-events:none}.featured-tabbed-content__nav-item-mobile{display:flex;justify-content:space-between;align-items:center;padding:var(--space-24) 0;width:100%}.featured-tabbed-content__nav-item-mobile[aria-pressed=true]{pointer-events:none}.featured-tabbed-content__nav-item-mobile[aria-pressed=true] .nav-icon-plus,.featured-tabbed-content__nav-item-mobile[aria-pressed=false] .nav-icon-minus{display:none}@media screen and (min-width: 1024px){.featured-tabbed-content__nav-item-mobile{display:none}}@media screen and (min-width: 1024px){.featured-tabbed-content__tab-items{display:grid;grid-template-columns:1fr}}.featured-tabbed-content__tab-section{border-top:1px solid var(--page-theme-border-color)}.featured-tabbed-content__tab-section:last-child{border-bottom:1px solid var(--page-theme-border-color)}@media screen and (min-width: 1024px){.featured-tabbed-content__tab-section{grid-row-start:1;grid-column-start:1;border-top:none}.featured-tabbed-content__tab-section:last-child{border-bottom:none}}@media screen and (min-width: 1024px){.featured-tabbed-content__tab-section:has(.featured-tabbed-content__tab-item.hide){display:none}}.featured-tabbed-content__tab-item{--tab-animation-time: .3s;display:grid;grid-template-columns:1fr;gap:var(--space-16)}@media screen and (min-width: 1024px){.featured-tabbed-content__tab-item .active{display:flex;animation-duration:var(--tab-animation-time);animation-delay:var(--tab-animation-time);animation-fill-mode:both;animation-name:featuredTabActive}}.featured-tabbed-content__tab-item:not(.active) .featured-tabbed-content__tab-image,.featured-tabbed-content__tab-item:not(.active) .featured-tabbed-content__tab-body{display:none}@media screen and (min-width: 1024px){.featured-tabbed-content__tab-item:not(.active) .featured-tabbed-content__tab-image,.featured-tabbed-content__tab-item:not(.active) .featured-tabbed-content__tab-body{display:flex;animation-duration:var(--tab-animation-time);animation-fill-mode:forwards;animation-name:featuredTabInactive}}.featured-tabbed-content__tab-item:not(.active).hide .featured-tabbed-content__nav,.featured-tabbed-content__tab-item:not(.active).hide .featured-tabbed-content__tab-image,.featured-tabbed-content__tab-item:not(.active).hide .featured-tabbed-content__tab-body{display:none}@media screen and (min-width: 1024px){.featured-tabbed-content__tab-item{grid-template-columns:4fr 8fr;gap:var(--space-32)}}@keyframes featuredTabActive{0%{visibility:hidden;opacity:0}to{visibility:visible;opacity:1}}@keyframes featuredTabInactive{0%{opacity:1}to{visibility:hidden;opacity:0}}.featured-tabbed-content__tab-image{grid-row:span 2;margin-bottom:var(--space-16);border-radius:var(--page-theme__border-radius-large);aspect-ratio:1/1;overflow:hidden}.featured-tabbed-content__tab-body{display:flex;flex-direction:column;justify-content:flex-end}@media screen and (min-width: 1024px){.featured-tabbed-content__tab-body{max-width:310px}}.featured-tabbed-content__tab-body-content{padding-bottom:var(--space-16)}@media screen and (min-width: 1024px){.featured-tabbed-content__tab-body-content{padding-bottom:var(--space-24)}}.featured-tabbed-content__tab-body-heading{font-size:var(--typography-text-large)}@media screen and (min-width: 1024px){.featured-tabbed-content__tab-body-heading{font-size:var(--typography-section-heading)}}.featured-tabbed-content__tab-body-text{font-size:var(--typography-text-regular)}@media screen and (min-width: 1024px){.featured-tabbed-content__tab-body-text{font-size:var(--typography-text-small)}}.featured-tabbed-content__tab-body-button-container{display:flex;gap:var(--space-12);margin-top:var(--space-48)}
