.flex{display:flex}.flex-auto{flex:auto}.flex-even{flex:1 1}.flex-wrap{flex-wrap:wrap}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.align-center{align-items:center}.mx-auto{margin:0 auto}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.hidden{display:none}input.toggle{height:0;width:0;overflow:hidden;opacity:0;position:absolute}.clearfix::after{content:"";display:table;clear:both}.container{max-width:132rem;margin:0 auto}@media screen and (max-width:90em){.container{max-width:123.6rem;padding:0 2.4rem}}@media screen and (max-width:64em){.container{width:auto;max-width:100%}}@media screen and (max-width:48em){.container{margin:0;padding:0 2rem}}@font-face{font-family:inter;font-style:normal;font-weight:100;font-display:swap;src:local(""),url(fonts/inter/Inter-Thin.woff2)format("woff2")}@font-face{font-family:inter;font-style:normal;font-weight:200;font-display:swap;src:local(""),url(fonts/inter/Inter-ExtraLight.woff2)format("woff2")}@font-face{font-family:inter;font-style:normal;font-weight:300;font-display:swap;src:local(""),url(fonts/inter/Inter-Light.woff2)format("woff2")}@font-face{font-family:inter;font-style:normal;font-weight:400;font-display:swap;src:local(""),url(/fonts/inter/Inter-Regular.woff2)format("woff2")}@font-face{font-family:inter;font-style:normal;font-weight:500;font-display:swap;src:local(""),url(fonts/inter/Inter-Medium.woff2)format("woff2")}@font-face{font-family:inter;font-style:normal;font-weight:600;font-display:swap;src:local(""),url(fonts/inter/Inter-SemiBold.woff2)format("woff2")}@font-face{font-family:inter;font-style:normal;font-weight:700;font-display:swap;src:local(""),url(fonts/inter/Inter-Bold.woff2)format("woff2")}@font-face{font-family:inter;font-style:normal;font-weight:800;font-display:swap;src:local(""),url(fonts/inter/Inter-ExtraBold.woff2)format("woff2")}@font-face{font-family:inter;font-style:normal;font-weight:900;font-display:swap;src:local(""),url(fonts/inter/Inter-Black.woff2)format("woff2")}@font-face{font-family:noto serif;font-style:normal;font-weight:400;font-display:swap;src:local(""),url(/fonts/noto/NotoSerif-Regular.woff2)format("woff2")}@font-face{font-family:noto serif;font-style:normal;font-weight:500;font-display:swap;src:local(""),url(fonts/noto/NotoSerif-MediumNormal.woff2)format("woff2")}@font-face{font-family:noto serif;font-style:normal;font-weight:700;font-display:swap;src:local(""),url(fonts/noto/NotoSerif-Bold.woff2)format("woff2")}@font-face{font-family:roboto;font-style:normal;font-weight:400;font-display:swap;src:local(""),url(fonts/roboto/roboto-v27-latin-regular.woff2)format("woff2"),url(fonts/roboto/roboto-v27-latin-regular.woff)format("woff")}@font-face{font-family:roboto;font-style:normal;font-weight:700;font-display:swap;src:local(""),url(fonts/roboto/roboto-v27-latin-700.woff2)format("woff2"),url(fonts/roboto/roboto-v27-latin-700.woff)format("woff")}@font-face{font-family:roboto mono;font-style:normal;font-weight:400;font-display:swap;src:local(""),url(fonts/roboto/roboto-mono-v13-latin-regular.woff2)format("woff2"),url(fonts/roboto/roboto-mono-v13-latin-regular.woff)format("woff")}body{font-family:inter,roboto,noto serif,sans-serif}code{font-family:inter,roboto mono,noto serif,monospace}hr.divider{position:relative;border:none;border-radius:.8rem;margin:.8rem;width:initial}hr.divider.top{margin-bottom:0}hr.divider.bot{margin-top:0}@media screen and (min-width:48em){hr.divider{margin:1.6rem}}.modal{display:none;position:fixed;z-index:99;left:0;top:0;width:100vw;height:100vh;overflow:auto;background:rgba(0,0,0,.5);transition:opacity .2s}.modal.active{display:block}.modal .modal-content{border-radius:1.2rem;border:1px solid var(--Colors-grey-neutral300);background:var(--Colors-grey-neutral25);box-shadow:0 1px 2px rgba(16,24,40,5%);margin:20% 2rem;padding:2.4rem 1.6rem;position:relative;animation:modalFadeIn .2s;text-align:center}@media screen and (min-width:48em){.modal .modal-content{padding:2.4rem;width:45.1rem;margin:15% auto}}@media screen and (min-width:64.06em){.modal .modal-content{padding:3.2rem 2.4rem;width:47.9rem;margin:10% auto}}@media screen and (min-width:90.063em){.modal .modal-content{padding:3.2rem;width:53.6rem}}.modal .modal-close{position:absolute;top:1rem;right:1rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:var(--Colors-grey-neutral300);cursor:pointer;transition:color .2s}.modal .modal-close:hover{color:var(--colorText)}@media screen and (min-width:48em){.modal .modal-close{width:2.4rem;height:2.4rem;top:1.2rem;right:1.2rem;font-size:2.7rem}}@media screen and (min-width:64.06em){.modal .modal-close{width:2.8rem;height:2.8rem;font-size:3.2rem}}.modal .modal-title{color:var(--colorText);text-align:center;font-family:noto serif;font-size:1.6rem;font-weight:700;line-height:130%;margin-bottom:1.6rem}@media screen and (min-width:48em){.modal .modal-title{font-size:1.8rem;width:32.1rem;margin:0 auto 2rem}}@media screen and (min-width:64.06em){.modal .modal-title{font-size:2.2rem;width:37.6rem}}@media screen and (min-width:90.063em){.modal .modal-title{width:42rem}}.modal .loader{grid-column:1/5;display:block;width:100%;align-items:normal;justify-content:center;display:flex;background-size:contain;border-top-right-radius:8px;border-top-left-radius:8px;padding-top:70px;height:270px}.modal .loader span{background-color:var(--colorText);width:20px;height:20px;margin:20px;border-radius:50px;animation-name:loading;animation-duration:.9s;animation-iteration-count:infinite;animation-direction:alternate;text-align:center;justify-content:center}.modal .second{animation-delay:.3s}.modal .third{animation-delay:.6s}.modal .subscribe-form{display:none}.modal .subscribe-form iframe{min-height:280px}@media screen and (min-width:381px){.modal .subscribe-form iframe{min-height:265px}}@media screen and (min-width:674px){.modal .subscribe-form iframe{min-height:250px}}@media screen and (min-width:48em){.modal .subscribe-form iframe{min-height:295px}}@media screen and (min-width:64.06em){.modal .subscribe-form iframe{min-height:320px}}@media screen and (min-width:90.063em){.modal .subscribe-form iframe{min-height:340px}}@keyframes loading{0%{transform:translateY(50px)scale(1)}100%{transform:translateY(10px)scale(1.8)rotate(360deg)}}@keyframes modalFadeIn{from{opacity:0;transform:translateY(2rem)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}header.header#header{background:var(--fg-parchment,var(--body-background));border-bottom:.1rem solid rgba(27,48,31,.2)}.header{--header-bg:var(--fg-parchment, var(--body-background));--header-primary:#1b301f;--header-accent:#bd543a;--header-border:rgba(27, 48, 31, 0.2);--header-height:5.3rem;--header-inner-max:132.5rem;position:sticky;top:0;z-index:100;width:100%;background:var(--header-bg);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:.1rem solid var(--header-border)}.header .header-bar{display:flex;align-items:center;max-width:var(--header-inner-max);min-height:var(--header-height);margin:0 auto;padding:0 2.8rem;gap:3.8rem}@media screen and (max-width:90em){.header .header-bar{padding:0 2.4rem}}@media screen and (max-width:64.0625em){.header .header-bar{gap:0}}@media screen and (min-width:64.0626em){.header .mobile-header{display:none}}.header .header-logo{display:none;flex-shrink:0;line-height:0}@media screen and (min-width:64.0625em){.header .header-logo{display:inline-flex;align-items:center}}.header .header-logo-icon{display:block;width:1.9rem;height:2.774rem}.header .menu-content{flex:1;min-width:0}.header .menu-nav{width:100%;max-width:none}@media screen and (min-width:64.0625em){.header .menu-hugo{justify-content:flex-end;gap:3.8rem}.header .menu-hugo a{font-family:helvetica neue,Helvetica,Arial,sans-serif;font-size:1.2rem;font-weight:500;line-height:1.5;letter-spacing:.12rem;text-transform:uppercase;color:var(--header-primary);text-decoration:none;transition:color .2s ease}.header .menu-hugo a:hover,.header .menu-hugo a.is-active{color:var(--header-accent);opacity:1}.header .menu-hugo a:hover{opacity:1}}@media screen and (min-width:64.0625em){.header .header-menu-item,.header .subscribe-item,.header .menu-hugo li.search{display:none}}footer.footer.site-footer{--footer-bg:var(--fg-parchment, var(--body-background));--footer-primary:#1b301f;--footer-border:rgba(27, 48, 31, 0.2);--footer-icon-size:2.8rem;background:var(--footer-bg);border-top:.1rem solid var(--footer-border);font-family:helvetica neue,Helvetica,Arial,sans-serif}@media screen and (min-width:48em){.site-footer__inner{max-width:132rem;margin:0 auto;padding:0 2.8rem}}@media screen and (min-width:48em) and (max-width:90em){.site-footer__inner{padding:0 2.4rem}}@media screen and (min-width:48em){.site-footer__main{display:grid;grid-template-columns:auto auto 1fr;align-items:center;column-gap:7.2rem;min-height:7.2rem;padding:2.1rem 0;box-sizing:border-box}}@media screen and (min-width:48em) and (max-width:90em){.site-footer__main{column-gap:3.2rem}}@media screen and (min-width:48em){.site-footer__logo{display:inline-flex;align-items:center;line-height:0;flex-shrink:0}.site-footer__logo-img{display:block;width:7.9rem;height:2.7rem;object-fit:contain}.site-footer__socials{display:flex;align-items:center;gap:1.1rem;flex-shrink:0;min-height:var(--footer-icon-size)}.site-footer__social-link{display:inline-flex;align-items:center;justify-content:center;width:var(--footer-icon-size);height:var(--footer-icon-size);border-radius:50%;background:var(--footer-primary);border:.1rem solid var(--footer-primary);line-height:0;flex-shrink:0;transition:opacity .2s ease}.site-footer__social-link:hover{opacity:.85}.site-footer__social-link img{display:block;width:1.6rem;height:1.6rem;object-fit:contain}.site-footer__nav{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:2rem;min-height:var(--footer-icon-size)}.site-footer__nav a{display:inline-flex;align-items:center;min-height:var(--footer-icon-size);font-size:1rem;font-weight:500;line-height:1;letter-spacing:.1rem;text-transform:uppercase;text-decoration:none;color:var(--footer-primary);white-space:nowrap}.site-footer__nav a:hover{opacity:.7}.site-footer__bottom{border-top:.1rem solid var(--footer-border);padding:1.8rem 0 2.8rem;text-align:right}.site-footer__copyright{margin:0;font-size:1rem;font-weight:400;line-height:1.5;letter-spacing:.1rem;color:var(--footer-primary)}.site-footer__copyright a{color:var(--footer-primary);text-decoration:none}.site-footer__copyright a:hover{opacity:.7}}:root{--gray-100:#f8f9fa;--gray-200:#e9ecef;--gray-500:#adb5bd;--colorText:#1d2939;--colorTextTertiary:#667085;--colorTextTextQuaternary:#98a2b3;--Colors-grey-neutral100:#f2f4f7;--Colors-grey-neutral25:#fcfcfd;--Colors-grey-neutral300:#d0d5dd;--Colors-grey-neutral600:#475467;--divider-100:#eaecf0;--text-secondary:#344054;--color-link:#0055bb;--color-visited-link:#8440f1;--fg-parchment:#eeeadf;--fg-green:#1b301f;--fg-terracotta:#bd543a;--fg-yellow:#ffe878;--body-background:var(--fg-parchment);--body-font-color:black;--Primary-colorPrimary:#0e1525;--color-primary-DatePciker-numbers:#6a6a6d;--color-primary-DatePciker-title:#d5d5d6;--icon-filter:none;--hint-color-info:#6bf;--hint-color-warning:#fd6;--hint-color-danger:#f66}.page--podcasts{--podcasts-bg:var(--fg-parchment, #eeeadf);--podcasts-primary:var(--fg-green, #1b301f);--podcasts-accent:var(--fg-terracotta, #bd543a);--podcasts-yellow:var(--fg-yellow, #ffe878);font-family:helvetica neue,Helvetica,Arial,sans-serif;color:var(--podcasts-primary);background:var(--podcasts-bg)}main.container:has(.page--podcasts){max-width:none;padding:0;color:var(--podcasts-primary);font-family:helvetica neue,Helvetica,Arial,sans-serif}.podcasts-page{max-width:132.5rem;margin:0 auto;padding:2rem 2rem 0}.podcasts-page__header{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}.podcasts-page__title{margin:0;font-size:4rem;font-weight:500;line-height:.96;text-transform:uppercase;color:var(--podcasts-primary);letter-spacing:0;max-width:20rem}.podcasts-page__toolbar{display:flex;align-items:center;gap:1.6rem;width:100%}.podcasts-page__search{display:flex;align-items:center;gap:1rem;flex:1;min-width:0;height:3.5rem;padding:0 1.2rem;border:.1rem solid var(--podcasts-primary);border-radius:10rem;background:var(--podcasts-bg)}.podcasts-page__search-icon{flex-shrink:0;width:1.5rem;height:1.5rem;opacity:.85}.podcasts-page__search-input{width:100%;border:0;background:0 0;color:var(--podcasts-primary);font-family:inherit;font-size:1.4rem;font-weight:400;line-height:1.2}.podcasts-page__search-input::placeholder{color:var(--podcasts-primary);opacity:1}.podcasts-page__search-input:focus{outline:none}.podcasts-page__view-toggle{display:flex;align-items:center;gap:.7rem;flex-shrink:0}.podcasts-page__view-btn{width:3.561rem;height:3.561rem;padding:0;border:.1rem solid var(--podcasts-primary);border-radius:50%;background:var(--podcasts-bg);color:var(--podcasts-primary);cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.podcasts-page__view-btn.is-active{background:var(--podcasts-primary);border-color:var(--podcasts-primary)}.podcasts-page__view-icon{display:block;width:2rem;height:2rem;position:relative}.podcasts-page__view-icon--tiles::before{content:"";position:absolute;top:.25rem;left:.25rem;width:.68rem;height:.68rem;background:currentColor;box-shadow:1.05rem 0 currentColor,0 1.05rem currentColor,1.05rem 1.05rem currentColor}.podcasts-page__view-icon--list::before{content:"";position:absolute;left:.25rem;right:.25rem;top:.45rem;height:.15rem;background:currentColor;box-shadow:0 .55rem currentColor,0 1.1rem currentColor}.podcasts-page__view-btn.is-active .podcasts-page__view-icon--tiles::before{background:var(--podcasts-bg);box-shadow:1.05rem 0 0 var(--podcasts-bg),0 1.05rem 0 var(--podcasts-bg),1.05rem 1.05rem 0 var(--podcasts-bg)}.podcasts-page__view-btn.is-active .podcasts-page__view-icon--list::before{background:var(--podcasts-bg);box-shadow:0 .55rem 0 var(--podcasts-bg),0 1.1rem 0 var(--podcasts-bg)}.podcasts-page__content{min-height:12rem}.podcasts-page__guest{color:var(--podcasts-accent)}.podcasts-page__tiles{display:grid;grid-template-columns:1fr;gap:1.6rem}.podcasts-page__tile-link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.podcasts-page__tile-media{border:.1rem solid var(--podcasts-primary);overflow:hidden;margin-bottom:1.4rem;line-height:0}.podcasts-page__tile-image{width:100%;height:auto;display:block;aspect-ratio:16/9;object-fit:cover}.podcasts-page__tile-title{margin:0 0 1.4rem;font-size:1.6rem;font-weight:500;line-height:1.2;text-transform:uppercase;color:var(--podcasts-primary)}.podcasts-page__tile-meta{display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:1.2rem;font-weight:400;line-height:1;text-transform:uppercase;color:var(--podcasts-primary)}.podcasts-page__list{display:flex;flex-direction:column;gap:2rem}.podcasts-page__month-group{display:grid;grid-template-columns:1fr;gap:1.6rem}.podcasts-page__month-label{margin:0;font-size:1.2rem;font-weight:400;line-height:1;text-transform:uppercase;color:var(--podcasts-primary)}.podcasts-page__month-items{display:flex;flex-direction:column;gap:2rem;min-width:0}.podcasts-page__list-link{display:block;text-decoration:none;color:inherit}.podcasts-page__list-meta{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;font-size:1.2rem;font-weight:400;line-height:1;text-transform:uppercase;color:var(--podcasts-primary)}.podcasts-page__list-title{margin:0;font-size:1.6rem;font-weight:500;line-height:1.2;text-transform:uppercase;color:var(--podcasts-primary)}.podcasts-page__list-cta{color:var(--podcasts-accent);text-transform:lowercase}.podcasts-page__empty{margin:0;font-size:1.6rem;text-transform:uppercase}.podcasts-page__pagination{display:flex;flex-wrap:wrap;align-items:center;gap:2.2rem;margin:4rem 0 4.5rem;padding:0;border:0}.podcasts-page__pagination-btn{border:0;background:0 0;padding:0;font-family:inherit;font-size:1.6rem;font-weight:500;line-height:1;text-transform:uppercase;color:var(--podcasts-primary);cursor:pointer}.podcasts-page__pagination-btn.is-active{text-decoration:underline;text-underline-offset:.2rem}.podcasts-page__pagination-ellipsis{font-size:1.6rem;font-weight:500;line-height:1;text-transform:uppercase;color:var(--podcasts-primary)}.podcasts-page-subscribe{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:0 2rem 4.5rem;background:var(--podcasts-bg)}.podcasts-page-subscribe__inner{max-width:132.5rem;margin:0 auto;padding:2.8rem 2rem;background:var(--podcasts-accent);color:var(--podcasts-bg);display:flex;flex-direction:column;gap:2rem}.podcasts-page-subscribe__title{margin:0 0 1.4rem;font-size:2.8rem;font-weight:500;line-height:.96;text-transform:uppercase}.podcasts-page-subscribe__description{margin:0;font-size:1.4rem;line-height:1.2;max-width:29.4rem}.podcasts-page-subscribe__input{width:100%;height:4rem;padding:0 1.6rem;border:none;border-radius:10rem;background:var(--podcasts-bg);color:var(--podcasts-primary);font-family:inherit;font-size:1.4rem;line-height:1.2}.podcasts-page-subscribe__input::placeholder{color:var(--podcasts-primary);opacity:.6}.podcasts-page-subscribe__btn{width:100%;min-width:17rem;height:4rem;padding:0 2rem;border:none;border-radius:10rem;background:var(--podcasts-yellow);color:var(--podcasts-primary);font-family:inherit;font-size:1.2rem;font-weight:500;letter-spacing:.1rem;text-transform:uppercase;cursor:pointer}.podcasts-page-subscribe__btn:hover{background:#f5df5f}@media screen and (min-width:48em){.podcasts-page{padding:4.5rem 2rem 0}.podcasts-page__header{flex-direction:row;align-items:center;justify-content:space-between;gap:2.4rem;margin-bottom:3.5rem}.podcasts-page__title{max-width:none;margin-bottom:0}.podcasts-page__toolbar{width:auto;flex-shrink:0}.podcasts-page__search{width:53.4rem;flex:none}.podcasts-page__tiles{grid-template-columns:repeat(2,1fr);gap:2rem}.podcasts-page__month-group{grid-template-columns:10.5rem minmax(0,1fr);gap:4.7rem;align-items:start}.podcasts-page__month-label{text-align:right}.podcasts-page-subscribe__inner{flex-direction:row;align-items:flex-end;justify-content:space-between;padding:2.8rem 3.2rem}.podcasts-page-subscribe__copy{max-width:58rem}.podcasts-page-subscribe__input{width:30.3rem;flex-shrink:0}.podcasts-page-subscribe__btn{width:auto;flex-shrink:0}}@media screen and (min-width:64.06em){.podcasts-page__tiles{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:90.063em){.podcasts-page{padding:4.5rem 0 0;max-width:132.5rem}.podcasts-page__tiles{grid-template-columns:repeat(4,1fr)}}