.login-page{margin:20px auto;min-height:100%}@media (min-width:992px){.login-page{max-width:480px}}.login-page form .login-form--group{grid-gap:10px;align-items:center;display:grid;gap:10px;grid-template-columns:1fr;margin:20px auto}@media (min-width:768px){.login-page form .login-form--group{grid-template-columns:1fr 3fr}}.login-page form .login-form--submit{display:flex;flex-flow:row;justify-content:center;margin:20px}.login-page form input[type=password],.login-page form input[type=text]{display:block;padding:10px}.login-page form input[type=submit]{cursor:pointer;display:block;padding:10px}.login-page .login-page--btn{background:var(--theme-grey50);border:1px solid var(--theme-grey50);cursor:pointer;display:inline-block;margin:10px;padding:10px 20px}.login-page .login-page--btn:hover{background:var(--theme-white)}.standard-date{display:block;line-height:1.75rem}.standard-date.padded{padding:10px}.standard-date .year{font-feature-settings:"tnum";font-size:1.25rem;font-variant-numeric:tabular-nums}.standard-date .month{font-size:1.25rem;text-transform:capitalize}.standard-date .day{font-feature-settings:"tnum";font-family:var(--font-sans-light);font-size:2.75rem;font-variant-numeric:tabular-nums;line-height:1em}.loader.running{padding:20px 0 80px}.loader.absolute{position:absolute;width:100%}.loader .animation{display:none;font-size:0;height:100px;line-height:0px;margin:0 auto;position:relative;width:100px}.loader.running .animation{display:block}.loader .animation>div{border-radius:100%;bottom:0;left:0;position:absolute;right:0;top:0}.loader .animation>div:first-child{border:10px solid #0000;border-top:10px solid var(--theme-black);margin:4px}.loader.running .animation>div:first-child{animation:spin-regular 1s linear infinite}@keyframes spin-regular{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loader .animation>div:nth-child(2){border:4px solid #0000;border-bottom:4px solid var(--theme-orange500)}.loader.running .animation>div:nth-child(2){animation:spin-inverse 2s linear infinite}@keyframes spin-inverse{0%{transform:rotate(1turn)}to{transform:rotate(0deg)}}.loader .info{display:none;margin:10px;text-align:center}.loader.running .info{display:block}.collection{.heading{color:var(--theme-grey900);font-family:var(--font-serif);font-size:2rem;font-weight:700;letter-spacing:-1px;margin:0 0 20px}.count{color:var(--theme-grey800);display:block;font-size:1rem;margin:0 0 10px}.cards{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr;@media (min-width:1024px){grid-template-columns:repeat(2,minmax(0,1fr))}}.card{background:var(--theme-white);border:1px solid var(--theme-grey300);border-radius:var(--radius-lg);color:var(--theme-grey900);cursor:pointer;display:block;line-height:1.25rem;overflow:hidden;text-decoration:none;.image-wrapper{background:var(--theme-black);height:200px;width:100%;.image{background-position:50%;background-size:cover;height:100%;width:100%}}.details{grid-gap:20px;display:grid;gap:20px;grid-template-columns:3.5rem auto;padding:20px;.date-wrapper{color:var(--theme-grey800);margin-top:5px;text-align:center}.info{.title{color:var(--theme-grey900);font-size:1.2rem;font-weight:700;line-height:1.5rem;margin:5px 0 10px;overflow:hidden;.card:is(:hover,:focus) &{text-decoration:underline}}.text{color:var(--theme-grey800);font-size:1rem;line-height:1.375rem;overflow:hidden;&:empty:after,&:empty:before{background:#0000000d;content:"";display:block;height:1.375rem;margin-bottom:6px}&:empty:before{width:100%}&:empty:after{width:75%}}}}&:focus .text:empty:after,&:focus .text:empty:before,&:hover .text:empty:after,&:hover .text:empty:before{animation:gradient 5s ease infinite;background:linear-gradient(-45deg,var(--theme-orange700),var(--theme-orange500),var(--theme-orange50));background-size:400% 400%}}.tools{display:flex;flex-flow:row;justify-content:flex-end;margin-top:10px;&.tools-align-center{justify-content:center}.button{background:#0000;border:1px solid var(--theme-grey900);color:var(--theme-grey900);cursor:pointer;display:block;font-size:1.25rem;font-weight:300;margin:10px;padding:10px 15px;text-align:center;text-decoration:none;transition:background .25s ease;&:focus,&:hover{background:var(--theme-white)}@media (prefers-reduced-motion:reduce){transition:none}}.load-more{align-items:center;border:2px solid var(--theme-grey700);border-radius:var(--radius-sm);color:var(--theme-black);cursor:pointer;display:flex;flex-flow:row;font-size:1.15rem;font-weight:400;gap:10px;margin:10px auto 0;padding:8px 18px;width:fit-content;&:focus,&:hover{border-color:var(--theme-orange700);color:var(--theme-orange700)}&:before{aspect-ratio:1/1;background:linear-gradient(currentColor,currentColor) 50% /100% 2px no-repeat,linear-gradient(currentColor,currentColor) 50% /2px 100% no-repeat;content:"";display:block;height:auto;width:.85em}}}}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.related-content{.heading{color:var(--theme-grey800);font-size:1rem;font-weight:700;margin:0 0 20px;text-transform:uppercase}.cards{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr;@media (min-width:480px){grid-template-columns:repeat(2,minmax(0,1fr))}}.card{aspect-ratio:2/1;background:var(--theme-white);border:1px solid var(--theme-grey300);border-radius:var(--radius-lg);color:var(--theme-grey900);display:grid;grid-template-columns:repeat(2,50%);overflow:hidden;text-decoration:none;.image,.image-wrapper{background:var(--theme-grey50);display:block;height:100%;overflow:hidden;width:100%}.image{background-position:50%;background-size:cover;transform-origin:center;transition:transform .25s ease-in-out}&:focus .image,&:hover .image{transform:scale(1.05)}@media (prefers-reduced-motion:reduce){&:focus .image,&:hover .image{transform:none}}.details{display:flex;flex-flow:column;justify-content:flex-end;overflow:hidden;padding:20px}.date{color:var(--theme-grey800);font-size:.9rem}.title{color:var(--theme-grey900);display:block;font-family:var(--font-serif);font-size:1.3rem;font-weight:700;line-height:1.375rem;max-height:400px;overflow:hidden}&:focus .title,&:hover .title{text-decoration:underline}}}.page-reactions{align-items:center;display:flex;flex-flow:row wrap;gap:15px;.prompt{font-size:1.25rem;font-weight:300}.buttons{gap:10px}.button,.buttons{display:flex;flex-flow:row}.button{align-items:center;background:#0000;border:none;color:var(--theme-grey800);cursor:pointer;font-size:1em;font-weight:400;gap:8px;margin:0;padding:10px 15px;&:focus,&:hover{border-color:var(--theme-orange500);color:var(--theme-orange500);.icon{background-color:var(--theme-orange500)}}&.active{color:var(--theme-orange500);.icon{background-color:var(--theme-orange500)}}&:disabled{cursor:default;opacity:.6}}.icon{aspect-ratio:1/1;background-color:var(--theme-black);display:block;flex-shrink:0;height:1.15em;mask-position:center;-webkit-mask-position:center;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain;&.dislike{transform:rotate(180deg)}}.count{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;min-width:1ch}}.pill{align-items:center;background:var(--theme-white);background:var(--pill-background,var(--theme-white));border:1px solid #0000;border:1px solid var(--pill-border-color,#0000);border-radius:1.5em;color:var(--theme-grey800);color:var(--pill-color,var(--theme-grey800));cursor:default;display:inline-flex;flex-flow:row;font-size:.9rem;gap:6px;margin:0;padding:8px 16px;text-decoration:none;transition:color .15s ease,background-color .15s ease,border-color .15s ease;&:is(a),&:is(button){cursor:pointer}&.active,&:is(a):focus-visible,&:is(a):hover,&:is(button):focus-visible,&:is(button):hover{background:var(--theme-black);background:var(--pill-hover-background,var(--theme-black));border-color:var(--pill-hover-border-color,var(--theme-black));color:var(--theme-white);color:var(--pill-hover-color,var(--theme-white))}.pill-icon{display:block;height:1em;width:1em}}.page-card{background:var(--theme-white);border:1px solid var(--theme-grey300);border-radius:var(--radius-lg);display:flex;flex-direction:column;padding:25px;.card-header{align-items:center;display:flex;flex-flow:row wrap;font-size:.85rem;gap:10px;justify-content:space-between;margin:0 0 20px;.tags{align-items:center;display:flex;flex-flow:row wrap;gap:12px;&:before{background:var(--theme-orange500);border-radius:100%;content:"";display:block;padding:4px}.category{color:var(--theme-black);font-weight:700;text-decoration:none;&:focus,&:hover{text-decoration:underline}}.author,.date{border-left:1px solid var(--theme-grey300);color:var(--theme-grey800);font-weight:300;padding-left:10px;strong{font-weight:700}}}.badges{display:flex;flex-flow:row wrap;gap:8px;.pill{--pill-background:var(--theme-grey100);--pill-hover-color:var(--theme-grey900);--pill-hover-background:var(--theme-grey300);--pill-hover-border-color:#0000;font-size:.8rem;padding:8px 10px;&.pill--partners{--pill-color:var(--theme-black);--pill-background:var(--theme-orange100);--pill-hover-color:var(--theme-orange700);--pill-hover-background:var(--theme-orange200)}}}}.title{color:var(--theme-grey900);display:block;font-family:var(--font-serif);font-size:2rem;font-weight:400;line-height:1em;margin:15px 0 10px;text-decoration:none;&:is(a):focus,&:is(a):hover{text-decoration:underline}}.content{color:var(--theme-grey800);font-size:1rem;line-height:1.25em;overflow:hidden;width:100%}.card-footer{align-items:center;border-top:2px solid var(--theme-grey300);display:flex;flex-flow:row wrap;gap:15px;margin-top:20px;padding-top:20px;.footer-actions{align-items:center;display:flex;flex-flow:row wrap;gap:15px}.spacer{flex-grow:1}@scope (&) to (.footer-actions){.action{align-items:center;display:flex;flex-flow:row;font-size:.85em;gap:10px;text-decoration:none;&:focus,&:hover{text-decoration:underline}&:is(button){border:none}.action-icon{aspect-ratio:1/1;display:block;height:1.15rem}}.copy-link{background:#0000;color:var(--theme-grey800);cursor:pointer;font-weight:400;margin:0;padding:10px 15px;&:focus,&:hover{background:none;color:var(--theme-orange500)}}}}}.category-pills{align-items:center;display:flex;flex-flow:row wrap;gap:8px;.pill{--pill-border-color:var(--theme-grey300)}}.page-banner{background:linear-gradient(var(--theme-orange100),#0000);display:flex;flex-direction:column;gap:20px;margin:0 -20px;overflow:hidden;padding:40px 20px;position:relative;a{text-decoration:none}.watermark{background-color:var(--theme-orange200);display:block;height:200px;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;max-height:100%;max-width:50%;pointer-events:none;position:absolute;right:20px;top:40px;width:200px;z-index:-1}.crumbs{align-items:center;display:flex;flex-flow:row wrap;font-size:.9rem;gap:8px;a{color:var(--theme-grey700);&:focus,&:hover{text-decoration:underline}}.separator{color:var(--theme-grey700)}.current{color:var(--theme-black);font-weight:700}}.title{color:var(--theme-black);font-family:var(--font-serif);font-size:3rem;font-weight:400;margin:0}.description{color:var(--theme-grey700);font-size:1rem;margin:0;max-width:600px}.filters{flex-flow:row wrap;gap:15px}.filters,.search{align-items:center;display:flex}.search{position:relative;.icon{aspect-ratio:1/1;background-color:var(--theme-grey700);display:block;left:12px;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;position:absolute;width:1.1em}input{background:var(--theme-white);border:1px solid var(--theme-grey300);border-radius:var(--radius-sm);color:var(--theme-black);font-size:1rem;padding:10px 15px 10px 38px;width:260px}}}.story{background:var(--theme-orange50);padding:40px 0 100px;&:has(.preview-notice){padding:0;.preview-notice{border:4px solid var(--theme-orange500);border-radius:var(--radius-lg);display:block;margin:0;padding:20px;&:before{content:"";display:block}strong{color:var(--theme-orange500)}}}.page-card{.hero-image{border-radius:var(--radius-lg);display:block;height:auto;margin:20px 0;max-height:800px;object-fit:contain;width:100%}.content h2{font-family:var(--font-serif);font-weight:700;letter-spacing:-2px}}.related-articles{margin-top:60px}}.content-collapse{max-height:none;max-height:var(--collapsed-max-height,none);overflow:hidden;transition:max-height .35s ease}.content-collapse.clamped>div>*{-webkit-box-orient:vertical;-webkit-line-clamp:4;-webkit-line-clamp:var(--truncate-lines,4);display:-webkit-box;overflow:hidden}@supports (interpolate-size:allow-keywords){.content-collapse{interpolate-size:allow-keywords}.content-collapse.expanded{max-height:fit-content}}.listing{.heading-row{align-items:baseline;display:flex;flex-flow:row wrap;gap:10px;justify-content:space-between;margin:0 0 40px;&:not(:first-child){margin-top:40px}.heading{color:var(--theme-grey800);font-size:1rem;font-weight:700;margin:0;text-transform:uppercase}.view-all{color:var(--theme-glack);font-weight:700}.action{align-items:center;display:flex;flex-flow:row;gap:10px;text-decoration:none;&:focus,&:hover{text-decoration:underline}&:is(button){border:none}.action-icon{aspect-ratio:1/1;display:block;height:1.15em}}}.location-filter{align-items:start;display:flex;flex-flow:column;gap:10px;margin:0 0 0 auto;width:max-content;label{color:var(--theme-grey800);font-size:.9rem}select{background:var(--theme-white);border:1px solid var(--theme-grey800);border-radius:var(--radius-sm);color:var(--theme-grey700);font-size:1rem;padding:8px 12px}}.cards{display:flex;flex-direction:column;gap:20px}.no-results{color:var(--theme-grey800);font-size:1rem;margin:0}.expand-toggle{background:var(--theme-orange300);border:none;border-radius:var(--radius-sm);font-size:1rem;margin:0;padding:10px 15px;text-decoration:none;&:focus,&:hover{background:var(--theme-orange400);text-decoration:none}.action-icon{aspect-ratio:1/1;display:block;height:1.15em;transform:rotate(90deg);transition:transform .35s ease}&[aria-expanded=true] .action-icon{transform:rotate(-90deg)}}.expand-toggle,.load-more{align-items:center;color:var(--theme-black);cursor:pointer;display:flex;flex-flow:row;font-weight:400;gap:10px}.load-more{border:2px solid var(--theme-grey700);border-radius:var(--radius-sm);font-size:1.15rem;margin:20px auto 0;padding:8px 18px;width:fit-content;&:focus,&:hover{border-color:var(--theme-orange700);color:var(--theme-orange700)}&:before{aspect-ratio:1/1;background:linear-gradient(currentColor,currentColor) 50% /100% 2px no-repeat,linear-gradient(currentColor,currentColor) 50% /2px 100% no-repeat;content:"";display:block;height:auto;width:.85em}}}.notification-badge{align-items:center;aspect-ratio:1/1;background:var(--theme-orange500);border-radius:100%;color:var(--theme-white);display:flex;font-size:.85rem;font-weight:700;justify-content:center;line-height:1px;padding:8px;width:max-content}.quick-links{display:flex;flex-flow:row;flex-wrap:wrap;gap:10px;@media(min-width:992px){flex-flow:column}}.quick-links .card{background:var(--theme-white);border-radius:var(--radius-lg);box-shadow:0 0 5px 1px var(--theme-grey300);display:flex;flex-flow:column;gap:20px;max-width:100%;padding:20px;position:relative;width:200px}.quick-links .card .icon{align-items:center;background:var(--theme-orange50);border-radius:var(--radius-lg);display:flex;justify-content:center;padding:10px;width:max-content}.quick-links .card .icon img{display:block;filter:grayscale(1) brightness(0);height:24px;margin:auto;object-fit:contain;width:24px}.quick-links .card strong{color:var(--theme-black);display:block}.quick-links .card p{color:var(--theme-grey800);margin:0}.quick-links .card .badge{position:absolute;right:20px;top:20px}.welcome-banner{--spacing:40px;display:flex;flex-flow:row;flex-wrap:wrap;gap:var(--spacing);justify-content:space-between;overflow:hidden;padding:var(--spacing);position:relative;.background{background:linear-gradient(45deg,#ffefe4,#ffe3d8,#ffd7cd,#ffd5be,#ffe3cd);height:calc(var(--spacing)*2);height:calc(var(--main-height, 0px) + var(--spacing)*2);left:0;position:absolute;right:0;top:0}.main{display:flex;flex-flow:column;gap:20px;height:max-content;padding:40px 0;position:relative;time{color:var(--theme-grey800);font-size:1rem}span.hi{color:var(--theme-black);font-family:var(--font-serif);font-size:3rem}span.note{color:var(--theme-grey800);font-size:1.1rem}}}.themed-player{background:var(--theme-white);border-radius:var(--radius-lg);box-shadow:0 4px 25px #0000001a;margin:0;padding:0;position:relative}.themed-player.themed-player--no-upper-rounding{border-top-left-radius:0;border-top-right-radius:0}.themed-player .themed-player--layout{align-content:center;border-radius:inherit;display:grid;grid-template-columns:min-content 8fr min-content 8fr;justify-content:stretch;padding:5px;position:relative;z-index:1}@media(min-width:480px){.themed-player .themed-player--layout{grid-template-columns:min-content 8fr min-content 4fr}}@media(min-width:767px){.themed-player .themed-player--layout{grid-template-columns:min-content 8fr min-content 3fr}}.themed-player .themed-player--controls{align-items:center;display:flex;flex-flow:row;margin:10px}.themed-player .themed-player--range-wrapper{display:flex;padding:5px 0;position:relative;width:100%}.themed-player input[type=range]{-webkit-appearance:none;-moz-appearance:none;background:#444;border-radius:var(--radius-sm);cursor:pointer;height:0;margin:0;padding:3px 0;transition:background .2s ease;width:100%}.themed-player input[type=range]::-moz-range-thumb{-moz-appearance:none;background:var(--theme-white);border:1px solid #ccc;border-radius:var(--radius-lg);box-shadow:0 0 2px #0000001a;cursor:pointer;height:0;margin:0;padding:8px;width:0}.themed-player input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:var(--theme-white);border:1px solid #ccc;border-radius:var(--radius-lg);box-shadow:0 0 2px #0000001a;cursor:pointer;height:0;margin:0;padding:8px;width:0}.themed-player .themed-player--button{background:none;border:none;cursor:pointer;height:2em;margin:0;opacity:.6;padding:0;position:relative;transition:opacity .3s ease-in-out;width:2em}.themed-player .themed-player--button svg{margin:auto;max-height:100%;width:100%}.themed-player .themed-player--button svg path{fill:var(--theme-black)}.themed-player .themed-player--button:focus,.themed-player .themed-player--button:hover{opacity:1}.themed-player .themed-player--time-remaining{display:block;font-size:.9rem;line-height:1em;margin:0 0 .15em}.themed-player .themed-player--volume{align-items:center;display:flex;flex-flow:row;gap:15px;width:100%}.themed-player .themed-player--button-tooltip{background:#ffffff80;border-radius:var(--radius-lg);box-shadow:0 0 5px #0000001a;font-size:.8rem;left:50%;opacity:0;padding:10px;position:absolute;top:50%;transform:translateX(-50%) translateY(65%);transition:all .3s ease-in-out;z-index:1}.themed-player .themed-player--button:hover .themed-player--button-tooltip,.themed-player .themed-player--range-wrapper:hover .themed-player--button-tooltip{opacity:1}.themed-player .themed-player--image-wrapper{aspect-ratio:16/9;border-top-left-radius:inherit;border-top-right-radius:inherit;display:block;overflow:hidden;position:relative;transition:all .3s ease-in-out}.themed-player .themed-player--image-wrapper .themed-player--image{background-size:cover;cursor:pointer;display:block;height:100%;transition:transform .3s ease-in-out;width:100%}.themed-player .themed-player--image-wrapper .themed-player--image:hover{transform:scale(1.05)}.themed-player:not(.themed-player--playing) .themed-player--image-wrapper{filter:sepia(.5);opacity:.9}@keyframes colorChange{0%{filter:hue-rotate(0deg)}to{filter:hue-rotate(1turn)}}.themed-player .themed-player--color-backdrop{background:linear-gradient(45deg,#c8eeff 20%,#0000 140%) no-repeat;border-radius:inherit;bottom:0;left:0;position:absolute;right:0;top:0;z-index:0}.themed-player.themed-player--playing .themed-player--color-backdrop{animation:colorChange 20s infinite alternate}.themed-player.themed-player--color-white .themed-player--color-backdrop{animation:none;background:var(--theme-white)}.podcast .podcast--preview-notice{border:4px solid var(--theme-orange500);display:block;margin:20px 0;padding:20px}.podcast-preview .podcast-preview--image-wrapper{display:block;height:0;overflow:hidden;padding-top:56.25%;position:relative;width:100%}.podcast-preview .podcast-preview--image-wrapper .podcast-preview--image{background-size:cover;bottom:0;left:0;position:absolute;right:0;top:0}.podcast-preview .podcast-preview--image-wrapper+.podcast-preview--injected-player-wrapper{margin:40px 0}.podcast-preview .podcast-preview--content{margin-top:40px}.podcast-preview .podcast-preview--details{float:right}.podcast-preview .podcast-preview--description{margin:20px 0;padding:0}.podcast-preview .podcast-preview--description>:first-child{margin-top:0}.podcasts{border:1px solid var(--theme-grey300);display:block;padding:10px}.podcasts .podcasts--filter{align-items:center;display:grid;grid-template-columns:1fr 3fr;margin:5px 0 20px}.podcasts .podcasts--filter input[type=text]{border:1px solid var(--theme-grey300);border-radius:0;display:block;font-size:.9rem;font-weight:400;margin:0 0 0 20px;padding:10px 15px}.podcasts .podcasts--list{display:block}.podcasts .podcasts--item{grid-gap:10px;align-items:center;border-top:1px solid var(--theme-grey300);cursor:pointer;display:grid;gap:10px;grid-template-columns:24px auto 4em;padding:5px 10px;width:calc(100% - 20px)}.podcasts .podcasts--item.podcasts--item-active,.podcasts .podcasts--item:hover{background:var(--theme-grey50)}.podcasts .podcasts--item>*{font-size:1rem;margin:0;overflow:hidden;padding:5px;text-overflow:ellipsis;white-space:nowrap}.podcasts .podcasts--heading{font-family:var(--font-serif);font-size:2rem;font-weight:700;letter-spacing:-1px;margin:10px}.podcasts .podcasts--title{font-family:var(--font-sans-light);font-weight:400}.podcasts .podcasts--item.podcasts--item-active .podcasts--title{font-weight:700}.podcasts .podcasts--time{text-align:center;text-overflow:clip}.podcasts .podcasts--tools{align-items:center;display:flex;flex-flow:row;flex-wrap:wrap;justify-content:center}.podcasts .podcasts--button{background:var(--theme-grey50);box-shadow:0 0 0 1px var(--theme-grey300);color:var(--theme-black);cursor:pointer;display:block;margin:10px auto;padding:10px 15px;text-decoration:none}.podcasts .podcasts--button:is(:hover,:focus){background:var(--theme-orange500);box-shadow:0 0 0 1px var(--theme-orange500);color:var(--theme-white)}.hero-section{display:block;overflow:hidden}.hero-section .hero-section--heading{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;letter-spacing:-1px;margin:20px;position:relative;z-index:1}.hero-section .hero-section--content{background-color:var(--theme-grey50);background-position:50%;background-size:cover;color:var(--theme-black);display:flex;flex-flow:column;justify-content:flex-end;margin:0;min-height:240px;overflow:hidden;padding:15px;position:relative;transition:all .3s ease}@media (prefers-reduced-motion:reduce){.hero-section .hero-section--content{transition:none}}@keyframes fadein{0%{opacity:0}to{opacity:1}}.hero-section .hero-section--content .hero-section--hero-image{animation:fadein .3s;bottom:0;font-size:0;height:100%;left:0;object-fit:cover;overflow:hidden;position:absolute;right:0;top:0;width:100%;z-index:0}@media (prefers-reduced-motion:reduce){.hero-section .hero-section--content .hero-section--hero-image{animation:none}}.hero-section.hero-section--background-default .hero-section--content{background-color:var(--theme-orange100);color:var(--theme-black)}.hero-section .hero-section--content.hero-section--text-light{color:var(--theme-white)}.hero-section .hero-section--content.hero-section--text-dark{color:var(--theme-black)}.podcasts-page .podcasts-page--title{order:2}.podcasts-page .podcasts-page--description-column{order:1}.podcasts-page .podcasts-page--content-container{order:3}@media (min-width:992px){.podcasts-page .podcasts-page--title{order:1}.podcasts-page .podcasts-page--description-column{order:3}.podcasts-page .podcasts-page--content-container{order:2}}.podcasts-page .podcasts-page--description{font-size:1.25rem;line-height:1.5em}.podcasts-page .podcasts-page--description p:first-child{margin-top:0}.podcasts-page .podcasts-page--content{margin:5px 0;transition:opacity .3s ease-in-out}.podcasts-page .podcasts-page--title{font-family:var(--font-sans-light);font-size:2.25rem;font-weight:400}@media (min-width:992px){.podcasts-page .podcasts-page--title{grid-column-end:span 2}}.user-menu{align-items:center;display:flex;justify-content:center;position:relative;&.login{font-weight:700;padding:10px}.initials{align-items:center;aspect-ratio:1/1;background:var(--theme-orange100);border:none;border-radius:100%;color:var(--theme-black);cursor:pointer;font-size:1rem;height:0;justify-content:center;margin:0;padding:1.5rem;position:relative;width:0;.badge{position:absolute;right:-10px;top:-10px}}.initials,.panel{display:flex;font-weight:700}.panel{background:var(--theme-white);border:1px solid var(--theme-grey300);border-radius:var(--radius-sm);box-shadow:0 0 5px 1px var(--theme-grey300);flex-flow:column;margin-top:8px;min-width:120px;position:absolute;right:0;top:100%;white-space:nowrap;&>*{padding:10px;&:not(:first-child){border-top:1px solid var(--theme-grey300)}}}}.header{background:var(--theme-white);box-shadow:0 0 0 1px var(--theme-grey300);left:0;position:sticky;right:0;top:0;z-index:100;a{color:inherit;text-decoration:none}.content{align-items:center;display:flex;flex-flow:row wrap;gap:10px;justify-content:space-between;padding:20px}.brand{align-items:end;color:var(--theme-grey800);font-size:1.25rem;line-height:1.3em;max-width:300px;.logo img{display:block}.divider{border-left:1px solid var(--theme-grey300);display:block;height:1em;margin:0 16px 4px 4px}.site-name{display:block;padding-bottom:4px}}.brand,.tools{display:flex;flex-direction:row}.tools{gap:10px;justify-content:flex-end}.tool,.tools{align-items:center}.tool{display:flex;justify-content:center;position:relative;.tool-button{background:#0000;border:none;border-radius:100%;cursor:pointer;display:flex;height:36px;justify-content:center;margin:0;padding:0;width:36px;&:focus,&:hover{.icon{background-color:var(--theme-orange500)}}}.icon{aspect-ratio:1/1;background-color:var(--theme-black);display:block;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:1.35em;&.flipped{transform:scaleX(-100%)}}.expand{display:block;overflow:hidden;transition:width .3s ease;width:0;@media (prefers-reduced-motion:reduce){transition:none}}&.open .expand{width:200px}}.search-box{background:#0000;border:none;border-bottom:1px solid var(--theme-grey300);border-radius:0;box-shadow:none;display:block;font-size:.875rem;padding:10px;width:200px}}.navigation-side-bar{color:var(--theme-grey800);.crumbs{display:flex;flex-direction:row;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;@media (min-width:768px){align-items:stretch;flex-direction:column;gap:10px;overflow:visible}&::-webkit-scrollbar{display:none}h2{display:none;@media (min-width:768px){display:block;font-size:1rem;margin-bottom:0;margin-left:0;margin-right:0;margin-top:0;padding-bottom:0;padding-left:10px;padding-right:10px;padding-top:0;text-transform:uppercase}}.navigation-group{display:flex;flex-direction:row;list-style:none;margin:0;padding:0;@media (min-width:768px){flex-direction:column;gap:5px;margin-bottom:20px;margin-left:0;margin-right:0;margin-top:0;width:100%}}}.nav-item{align-items:center;border-radius:var(--radius-lg);color:inherit;cursor:pointer;display:flex;flex-flow:row wrap;gap:0 10px;justify-content:center;padding:10px;text-decoration:none;@media (min-width:768px){justify-content:flex-start}&.nav-item--current,&:focus,&:focus-within,&:hover{color:var(--theme-black)}&:focus,&:focus-within,&:hover{background:var(--theme-orange100)}.icon{background-color:currentColor;height:24px;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:24px}.icon,.label{display:block}.label{font-size:1rem;line-height:1.25em;overflow:hidden;text-align:center;text-overflow:ellipsis;@media (min-width:768px){text-align:left;text-transform:none}}.chevron{display:none;@media (min-width:768px){border-bottom-color:currentcolor;border-bottom-style:solid;border-bottom-width:2px;border-right-color:currentcolor;border-right-style:solid;border-right-width:2px;display:block;height:6px;margin-left:auto;transform:rotate(45deg);transition:transform .3s ease;width:6px}.nav-item--expanded &{transform:rotate(225deg)}}.submenu{display:none;.nav-item--expanded &{grid-template-rows:1fr}@media (min-width:768px){display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease;width:100%;.submenu-inner{display:flex;flex-direction:column;gap:10px;min-height:0;overflow:hidden;padding-left:24px}.nav-subitem{cursor:pointer;font-size:1rem;padding:6px 10px;&:first-child{margin-top:20px}&.nav-subitem--current{color:var(--theme-black)}}}}}}.page-layout{display:block;.page-layout--nav{bottom:0;overflow:hidden;position:fixed;width:100%;z-index:10}.page-layout--banner{min-height:20px}.page-layout--footer:empty{display:none}@media(min-width:768px){grid-gap:40px;display:grid;gap:40px;grid-template-columns:minmax(14vw,250px) auto;grid-template-rows:auto 1fr auto;min-height:100vh;.page-layout--nav{order:1;overflow:visible;position:relative;width:auto}.page-layout--content{order:2}.page-layout--footer{grid-column-end:span 2;height:fit-content;order:3}.page-layout--banner{grid-column-end:span 2;order:0}}}.footer{background:var(--theme-orange100);color:var(--theme-black);margin:0;a{color:inherit;text-decoration:none;&:is(:hover,:focus){text-decoration:underline}}.content{display:flex;flex-flow:column;gap:20px;min-height:140px;padding:20px;@media (min-width:768px){padding-bottom:40px;padding-left:100px;padding-right:100px;padding-top:40px}}.columns{display:flex;flex-flow:row wrap;gap:40px}.heading{color:var(--theme-grey800);font-size:.9rem;font-weight:700;margin:0 0 10px}.links{display:block;list-style-type:none;margin:0;padding:0;a{color:var(--theme-black);display:block;font-size:1rem;padding:5px 0;&:is(:hover,:focus){color:var(--theme-orange700)}}}.disclaimer{border-top:1px solid var(--theme-grey300);color:var(--theme-black);font-size:.9rem;margin:0;padding-top:10px;a{text-decoration:underline}}}:root{--theme-black:#000;--theme-white:#fff;--theme-orange50:#fff5ed;--theme-orange100:#ffe8d4;--theme-orange200:#ffcda8;--theme-orange300:#ffaa72;--theme-orange400:#fe7c39;--theme-orange500:#fd5108;--theme-orange700:#c52b09;--theme-grey50:#f5f7f8;--theme-grey100:#eeeff1;--theme-grey200:#dfe3e6;--theme-grey300:#cbd1d6;--theme-grey400:#b5bcc4;--theme-grey500:#a1a8b3;--theme-grey700:#787e8a;--theme-grey800:#4c5056;--theme-grey900:#303236;--theme-secondary950:#1f0606;--font-serif:"ITC Charter",Georgia,serif;--font-sans:"Helvetica Neue",helvetica,arial,sans-serif;--font-sans-light:"Helvetica Neue Light",arial,sans-serif;--radius-sm:4px;--radius-lg:10px}body{background:#fff5ed;background:var(--theme-orange50);color:#000;color:var(--theme-black);font-family:Helvetica Neue,helvetica,arial,sans-serif;font-family:var(--font-sans);font-size:16px;margin:0;padding:0}body.no-scroll{overflow:hidden}section{margin:40px 0;&:first-of-type{margin-top:0}}.container{margin-left:auto;margin-right:auto;max-width:calc(100% - 30px);padding-left:15px;padding-right:15px;position:relative}@media (min-width:768px){.container{width:640px}}@media (min-width:992px){.container{max-width:calc(100% - 30px);width:860px}}@media (min-width:1200px){.container{width:1024px}}@media (min-width:1400px){.container{width:1280px}}.container:after,.container:before{content:" ";display:table}.container-fluid:after,.container:after,.row:after{clear:both}button{background:#fff;background:var(--theme-white);border:1px solid #000;border:1px solid var(--theme-black);border-radius:0;color:#000;color:var(--theme-black);cursor:pointer;display:block;font-size:1.05em;padding:10px 15px;width:max-content;&:hover{background:#000;background:var(--theme-black);color:#fff;color:var(--theme-white)}}
/*# sourceMappingURL=main.0a948891.css.map*/