.tabs-header{display:grid;grid-template-columns:-webkit-max-content auto;grid-template-columns:max-content auto;align-items:baseline;justify-content:space-between;grid-gap:var(--gutter);gap:var(--gutter)}@media only screen and (max-width:600px){.tabs-header{align-items:center}}.tab-list{--list-gutter:0;display:flex;flex-wrap:wrap;grid-gap:1.25rem 3.75rem;gap:1.25rem 3.75rem;list-style-type:none}@media only screen and (min-width:601px){.tab-list-mobile{display:none}}@media only screen and (max-width:600px){.tab-list{display:none}.tab-list-mobile{display:block;padding:.5em 3rem .5em 1rem;width:100%;max-width:100%;height:2.5rem;margin:0;border:1px solid;border-radius:0;font:inherit;-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS41OTQiIGhlaWdodD0iMTAuODciPjxwYXRoIGRhdGEtbmFtZT0iUGF0aCA4NzgiIGQ9Ik0xNS4wMTMuNDc1bC03LjUgOS4xODFMLjU5Ny40NzUiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIxLjUiLz48L3N2Zz4=");background-repeat:no-repeat;background-position:right .7em top 50%,0 0;background-size:14px 9px}.tab-list-mobile::-ms-expand{display:none}}.tab-list-item{position:relative}.tab-list-item:after{content:"";height:1px;display:block;background-color:currentColor;opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 50%;transform-origin:0 50%;transition:opacity .5s var(--easing-snappy),-webkit-transform .5s var(--easing-snappy);transition:opacity .5s var(--easing-snappy),transform .5s var(--easing-snappy);transition:opacity .5s var(--easing-snappy),transform .5s var(--easing-snappy),-webkit-transform .5s var(--easing-snappy)}.tab-list-item>button{color:currentColor;cursor:pointer;background:transparent;border-radius:0;min-height:0;padding:0;font-weight:inherit}.tab-list-active{font-weight:700}.tab-list-active:after{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.tab-content{display:grid;grid-template-columns:repeat(auto-fill,minmax(276px,1fr));grid-gap:var(--gutter);gap:var(--gutter)}.tab-content-item{margin-top:0;position:relative}.tab-content-item:hover{--tab-content-item-animation-progress:2.5s download 0s linear infinite forwards;--tab-content-item-animation-arrow:0.75s pulse 0s linear infinite alternate}@media only screen and (max-width:600px){.tab-content-item{display:grid;grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr;grid-gap:1rem;gap:1rem}}.tab-content-image{aspect-ratio:69/35}@media only screen and (max-width:600px){.tab-content-image{max-width:31.54vw}}.tab-content-image>img{display:block;height:100%;width:100%;object-fit:cover}.tab-content-title{font-size:var(--heading-body2-size)}.tab-content-body{display:grid;grid-template-columns:1fr -webkit-max-content;grid-template-columns:1fr max-content;grid-gap:1rem;gap:1rem}.tab-content-body>*{margin-top:0}.tab-content-meta{font-size:.875rem}.tab-content-meta>*{margin-top:0}.tab-content-meta-download:after{content:"";top:0;left:0;height:100%;width:100%;position:absolute}.tab-content-meta-download>svg{margin-top:0;overflow:visible}.icon-download-progress{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-animation:none;animation:none;-webkit-animation:var(--tab-content-item-animation-progress,none);animation:var(--tab-content-item-animation-progress,none)}.icon-download-arrow{-webkit-animation:none;animation:none;-webkit-animation:var(--tab-content-item-animation-arrow,none);animation:var(--tab-content-item-animation-arrow,none)}@-webkit-keyframes download{0%{-webkit-transform:scaleX(0);transform:scaleX(0)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes download{0%{-webkit-transform:scaleX(0);transform:scaleX(0)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@-webkit-keyframes pulse{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(2px);transform:translateY(2px)}}@keyframes pulse{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(2px);transform:translateY(2px)}}
/*# sourceMappingURL=main.416afadb.chunk.css.map */