.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)}}@media screen and (max-width:64.0625em){.header{--header-height:6.4rem}.header .header-bar{display:flex;align-items:center;max-width:none;padding:0 2rem;flex-wrap:nowrap;gap:0}.header .header-logo{display:none}.header .menu-content{position:fixed;top:var(--header-height);left:0;right:0;width:100%;height:auto;min-height:37rem;max-height:calc(100dvh - var(--header-height));overflow-y:auto;transform:translateY(calc(-100% - var(--header-height)));transition:transform .3s ease;background-color:var(--fg-green,#1b301f);box-shadow:none;z-index:10;justify-content:flex-start;padding:2rem}.header .menu-nav{width:100%;max-width:none}.header .menu-hugo{flex-direction:column;align-items:flex-start;gap:2rem;height:auto;width:100%}.header .menu-hugo .header-menu-item{display:none}.header .menu-hugo li.search{display:none}.header .menu-hugo .menu-divider--subscribe{display:block;width:100vw;margin:2rem calc(50% - 50vw);border:0;height:.1rem;background:rgba(238,234,223,.2)}.header .menu-hugo .subscribe-item{display:flex;flex-direction:column;align-items:stretch;width:100%;height:auto;margin:0;padding:0;gap:0}.header .menu-hugo .subscribe-item .divider:not(.menu-divider--subscribe){display:none}.header .menu-hugo .subscribe-item .subscribe{width:100%;max-width:none;height:5rem;margin:0;padding:0 2rem;border:none;border-radius:10rem;background:var(--fg-yellow,#ffe878);color:var(--fg-green,#1b301f);font-family:helvetica neue,Helvetica,Arial,sans-serif;font-size:1.2rem;font-weight:500;line-height:1;letter-spacing:.1rem;text-transform:uppercase}.header .menu-hugo .subscribe-item .subscribe:hover{background:#f5df5f;color:var(--fg-green,#1b301f)}#menu-control:checked~.header-bar .menu-content{transform:translateY(0)}#menu-control:checked~.header-bar .menu-control-icon .menu-icon--open{display:none}#menu-control:checked~.header-bar .menu-control-icon .menu-icon--close{display:block}#menu-control:checked~.header-bar::before{content:"";position:fixed;top:var(--header-height);left:0;right:0;bottom:0;background:rgba(27,48,31,.4);z-index:9;pointer-events:none}}.header{width:100%}.header .menu-content{height:100%;display:flex;justify-content:center;transition:.2s ease-in-out;transition-property:transform,margin,opacity,visibility;will-change:transform,margin,opacity}.header .menu-hugo{list-style:none;display:flex;height:100%;justify-content:space-between;padding-inline-start:0;align-items:center;margin:0}@media screen and (min-width:64.0626em){.header .menu-hugo .mobile-menu-socials{display:none}}@media screen and (min-width:64.0626em){.header .menu-hugo li{color:var(--text-secondary);font-size:1.8rem;font-weight:400;line-height:156%;letter-spacing:.05rem}}@media screen and (max-width:64.0625em){.header .menu-hugo li{margin:0;position:relative;width:100%;padding:0;font-weight:500;font-size:1.6rem;line-height:1}}@media screen and (max-width:64em){.header .menu-hugo{height:auto;flex-direction:column;align-items:flex-start;padding:0;margin:0;list-style:none;gap:2rem}}@media screen and (min-width:64.0626em){.header .menu-hugo a{text-decoration:none;color:#1b301f;font-family:helvetica neue,Helvetica,Arial,sans-serif;text-transform:uppercase;letter-spacing:.08rem}.header .menu-hugo a:hover,.header .menu-hugo a.is-active{color:#bd543a;opacity:1}}.header .menu-hugo li.search{display:none}@media screen and (min-width:64.0626em){.header .subscribe{font-size:1.8rem;color:#fff;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:1.5rem 3.2rem;gap:.8rem;background:var(--Primary-colorPrimary);line-height:100%;border-radius:10rem;border:none;outline:none;cursor:pointer;transition:all 200ms linear;border:.15rem solid var(--Primary-colorPrimary)}.header .subscribe:hover{background-color:#fff;color:var(--Primary-colorPrimary)}}@media screen and (min-width:64.0626em) and (max-width:90em){.header .subscribe{padding:1.5rem 1.6rem}}.header .menu-nav{width:100%;max-width:132rem}@media screen and (min-width:64.0626em){.header a,.header label{color:var(--text-secondary);cursor:pointer;word-wrap:break-word}}@media screen and (max-width:64.0625em){.header .menu-content{background-color:var(--fg-green,#1b301f)}.header .menu-content .menu-hugo li:not(.mobile-menu-socials):not(.subscribe-item):not(.header-menu-item):not(.search)>a{font-family:helvetica neue,Helvetica,Arial,sans-serif;font-size:1.6rem;font-weight:500;line-height:1;letter-spacing:0;text-transform:uppercase;color:var(--fg-parchment,#eeeadf);text-decoration:none;opacity:1}.header .menu-content .menu-hugo li:not(.mobile-menu-socials):not(.subscribe-item):not(.header-menu-item):not(.search)>a:hover,.header .menu-content .menu-hugo li:not(.mobile-menu-socials):not(.subscribe-item):not(.header-menu-item):not(.search)>a.is-active{color:var(--fg-yellow,#ffe878);opacity:1}.header .menu-content .menu-hugo .subscribe-item .subscribe{background:var(--fg-yellow,#ffe878);color:var(--fg-green,#1b301f);border:none}.header .menu-content .menu-hugo .subscribe-item .subscribe:hover{background:#f5df5f;color:var(--fg-green,#1b301f)}.header .menu-content .menu-hugo .mobile-menu-socials{display:block;width:100%;list-style:none;padding:2rem 0 0;margin:0;border-top:.1rem solid rgba(238,234,223,.2)}.header .menu-content .menu-hugo .mobile-menu-socials .mobile-menu-socials__list{display:flex;flex-wrap:wrap;gap:2.2rem;align-items:center}.header .menu-content .menu-hugo .mobile-menu-socials .mobile-menu-socials__link{display:inline-flex;align-items:center;justify-content:center;width:3.8rem;height:3.8rem;border-radius:50%;background:var(--fg-parchment,#eeeadf);border:.1rem solid var(--fg-parchment,#eeeadf);line-height:0;flex-shrink:0;text-decoration:none;opacity:1}.header .menu-content .menu-hugo .mobile-menu-socials .mobile-menu-socials__link:hover,.header .menu-content .menu-hugo .mobile-menu-socials .mobile-menu-socials__link:focus,.header .menu-content .menu-hugo .mobile-menu-socials .mobile-menu-socials__link:active{background:var(--fg-parchment,#eeeadf);border-color:var(--fg-parchment,#eeeadf);opacity:1}.header .menu-content .menu-hugo .mobile-menu-socials .mobile-menu-socials__link img{display:block;width:1.6rem;height:1.6rem;object-fit:contain}}.fintech-garden-logo{height:3.2rem;width:9.2rem}.header-logo-icon{display:block;width:1.9rem;height:2.774rem}.mobile-header{display:none}.mobile-header .brand-link{margin:0;line-height:0;flex-shrink:0}.mobile-header .header-logo-icon{width:2.6rem;height:3.8rem}@media screen and (max-width:64.0625em){.mobile-header{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:var(--header-height,6.4rem);flex:auto;position:relative;padding:0}}.menu-control-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:3.8rem;height:3.8rem;margin:0;padding:0;border:none;background:0 0;line-height:0;cursor:pointer}.menu-control-icon .menu-icon{display:block;width:3.8rem;height:3.8rem}.menu-control-icon .menu-icon--close{display:none}.menu-control-icon .hamburger-icon{display:none}.menu-control-close{display:none}@media screen and (min-width:64.0626em){#menu-control:checked~.header-bar .menu-content{width:100%;transform:translateY(0);z-index:10}#menu-control:checked~.header-bar .menu-content .menu-control-close{display:flex}}.header-menu-item a{display:flex}.header-menu-item hr{display:none}@media screen and (min-width:64.0626em){.header-menu-item hr{margin:.8rem 0;display:block}}.subscribe-item{height:100%;margin-top:-.8rem}.subscribe-item li{padding:0}.subscribe-item hr{display:none}@media screen and (min-width:64.0626em){.subscribe-item{display:flex;gap:1.2rem;flex-direction:column;justify-content:center;align-items:center}}@media screen and (min-width:64.0626em){.mobile-header{display:none!important}}@media screen and (max-width:47.9375em){footer.footer.site-footer{background:var(--fg-parchment,var(--body-background));border-top:.1rem solid rgba(27,48,31,.2);font-family:helvetica neue,Helvetica,Arial,sans-serif;--footer-icon-size:2.8rem}.site-footer__inner{padding:0 2rem}.site-footer__main{display:flex;flex-direction:column;align-items:center;gap:2.4rem;min-height:0;padding:4.8rem 0 2.4rem}.site-footer__logo{display:inline-flex;align-items:center;justify-content:center;line-height:0}.site-footer__logo-img{display:block;width:auto;height:4.8rem;max-width:13.8rem;object-fit:contain}.site-footer__socials{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.1rem;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:#1b301f;border:.1rem solid #1b301f;line-height:0;flex-shrink:0}.site-footer__social-link img{display:block;width:1.6rem;height:1.6rem;object-fit:contain}.site-footer__nav{display:flex;flex-direction:column;align-items:center;gap:0;width:100%;max-width:100%}.site-footer__nav a{display:inline-flex;align-items:center;justify-content:center;min-height:2.4rem;padding:.6rem 0;font-size:1.6rem;font-weight:500;line-height:1;letter-spacing:.05rem;text-transform:uppercase;text-align:center;text-decoration:none;color:#1b301f}.site-footer__nav a:hover{opacity:.7}.site-footer__bottom{width:100%;border-top:.1rem solid rgba(27,48,31,.2);padding:2.4rem 0 3.2rem;text-align:right}.site-footer__copyright{margin:0;font-size:1.2rem;font-weight:400;line-height:1.6rem;letter-spacing:.05rem;color:#1b301f}.site-footer__copyright a{color:#1b301f;text-decoration:none}}: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}/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:.1rem dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-.2rem}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,*::after,*::before{padding:0;margin:0}html{font-size:62.5%;scroll-behavior:smooth;touch-action:manipulation;box-sizing:border-box;overflow-x:hidden;background:var(--body-background)}body{font-size:1.6rem;min-width:32rem;color:var(--body-font-color);background:var(--body-background);letter-spacing:.05rem;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body *{box-sizing:border-box}h1,h2,h3,h4,h5,h6{font-family:helvetica neue,Helvetica,Arial,sans-serif;font-weight:400}.title,[class$=-title],[class*=-title-],.section-title,.article-title{font-family:helvetica neue,Helvetica,Arial,sans-serif}.section-title{font-size:2.4rem;font-weight:700;line-height:2.8rem;margin-bottom:1.6rem}@media screen and (max-width:64em){.section-title{font-size:2.2rem}}.article-title{font-size:1.6rem;line-height:2.4rem;font-weight:500}a{text-decoration:none;color:var(--color-link)}.content-link{color:var(--colorText)}.content-link:hover .article-title{color:var(--colorTextTertiary)}hr{border:none;background:var(--divider-100);width:100%;height:.1rem;border-radius:.8rem}img{vertical-align:baseline}:focus{outline-style:auto;outline-color:currentColor;outline-color:-webkit-focus-ring-color}ul.pagination{display:flex;justify-content:center;list-style-type:none;padding-inline-start:0}ul.pagination .page-item a{padding:1.6rem}.date-info{display:flex;align-items:center;gap:.8rem;row-gap:.4rem;color:var(--colorTextTertiary);font-size:1.2rem;font-weight:400;line-height:1.6rem}@media screen and (min-width:64.06em){.date-info{font-size:1.4rem;line-height:2rem}}.location-wrap{display:flex;align-items:center;gap:.8rem;opacity:.8}.location-img{width:16px;height:16px}@media screen and (min-width:64.06em){.location-img{width:20px;height:20px}}.dot{background-color:var(--colorTextTertiary);width:.4rem;height:.4rem;border-radius:50%;margin:0 .15rem}.tags-wrap{display:flex;flex-wrap:wrap;gap:.4rem;padding:.3rem 0;text-align:center;font-size:1.2rem;font-weight:500;line-height:2rem;text-transform:uppercase}.tag{font-family:inter;color:var(--colorText);padding:.4rem 1.2rem;font-size:1.2rem;background:var(--Colors-grey-neutral100);border-radius:32px;text-transform:uppercase;font-weight:500;line-height:2rem}.tag:hover{background:var(--Colors-grey-neutral300)}.book-icon{filter:var(--icon-filter)}.book-brand{margin-top:0;margin-bottom:1.6rem}.book-brand img{height:1.5rem;width:1.5rem;margin-inline-end:.8rem}.book-section-flat{margin:3.2rem 0}.book-section-flat>a,.book-section-flat>span,.book-section-flat>label{font-weight:bolder}.book-section-flat>ul{padding-inline-start:0}.page-container{padding:5.6rem 0;display:grid;grid-template-columns:minmax(auto,35.8rem)minmax(auto,60.4rem)minmax(auto,35.8rem)}@media screen and (max-width:90em){.page-container{grid-template-columns:minmax(auto,29.35rem)minmax(auto,60.1rem)minmax(auto,29.35rem);padding:4.8rem 0}}@media screen and (max-width:64em){.page-container{grid-template-columns:minmax(20rem,25.5rem)minmax(35rem,49.1rem)minmax(20rem,25.5rem);padding:4rem 0}}@media screen and (max-width:48em){.page-container{padding:3.2rem 0;grid-template-columns:auto;gap:2.4rem}}.page-container .aside-left{padding-right:2.8rem;border-right:.1rem solid var(--divider-100);display:flex;flex-direction:column;gap:4.8rem}@media screen and (max-width:90em){.page-container .aside-left{padding-right:1.6rem}}@media screen and (max-width:64em){.page-container .aside-left{padding-right:1.8rem}}@media screen and (max-width:48em){.page-container .aside-left{border-right:0;padding-right:0;gap:3.6rem}}.page-container .content{padding:0 2.8rem}@media screen and (max-width:90em){.page-container .content{padding:0 1.6rem}}@media screen and (max-width:64em){.page-container .content{padding:0 1.8rem}}@media screen and (max-width:48em){.page-container .content{grid-row:1/2;padding:0}}.page-container .aside-right{padding-left:2.8rem;border-left:.1rem solid var(--divider-100);display:flex;flex-direction:column;gap:4.8rem}@media screen and (max-width:90em){.page-container .aside-right{padding-left:1.6rem;gap:3.2rem}}@media screen and (max-width:64em){.page-container .aside-right{padding-left:1.8rem}}@media screen and (max-width:48em){.page-container .aside-right{border-left:0;padding-left:0}}.book-post{margin-bottom:4.8rem}.book-header{display:none;margin-bottom:1.6rem}.book-header label{line-height:0}.book-header img.book-icon{height:1.5rem;width:1.5rem}.book-search{position:relative;margin:1.6rem 0;border-bottom:.1rem solid transparent}.book-search input{width:100%;padding:.8rem;border:0;border-radius:.4rem;background:var(--gray-100);color:var(--body-font-color)}.book-search input:required+.book-search-spinner{display:block}.book-search .book-search-spinner{position:absolute;top:0;margin:.8rem;margin-inline-start:calc(100% - 2.4rem);width:1.6rem;height:1.6rem;border:.1rem solid transparent;border-top-color:var(--body-font-color);border-radius:50%;animation:spin 1s ease infinite}@keyframes spin{100%{transform:rotate(360deg)}}.book-search small{opacity:.5}.book-toc{flex:0 0 25.6rem;font-size:1.2rem;position:relative}.book-toc .book-toc-content{width:25.6rem;padding:1.6rem;position:sticky;top:0;height:calc(100vh - 2 * 1.6rem);overflow-y:auto}.book-toc img{height:1rem;width:1rem}.book-toc nav>ul>li:first-child{margin-top:0}.book-comments{margin-top:1.6rem}.book-languages{margin-block-end:3.2rem}.book-languages .book-icon{height:1rem;width:1rem;margin-inline-end:.5rem}.book-languages ul{padding-inline-start:1.5rem}.book-menu-content,.book-toc-content,.book-page,.book-header,.markdown{transition:.2s ease-in-out;transition-property:transform,margin,opacity,visibility;will-change:transform,margin,opacity}@media screen and (max-width:48em){.container{flex-direction:row}}@media screen and (min-width:132rem){.book-menu .book-menu-content,.book-toc .book-toc-content{padding:3.2rem 1.6rem}}.btn{border-radius:10rem;border:.1rem solid #d0d5dd;background:#fcfcfd;box-shadow:0 .1rem .2rem rgba(16,24,40,5%);padding:1rem 1.8rem;color:#344054;font-family:Inter;font-size:1.4rem;font-weight:400;line-height:2rem;margin:1.6rem auto 0;display:flex;align-items:center;gap:.8rem;cursor:pointer;outline:none}.btn::after{content:url(/svg/arrow-right.svg);width:2rem;height:2rem}.btn:hover{background:var(--divider-100)}@media screen and (min-width:48em){.btn{margin:2.4rem auto 0;padding:.9rem 1.5rem}}@media screen and (min-width:64.063em){.btn{padding:1.1rem 1.9rem}}@media screen and (min-width:90.063em){.btn{margin:2rem auto 0}}@media screen and (max-width:47.9375em){.page:not(.page--home) .latest-podcasts{padding-top:2.4rem;font-family:noto serif;font-weight:500;color:#1d2939;column-gap:2rem;display:grid;grid-template-columns:repeat(4,1fr)}.page:not(.page--home) .latest-podcasts a{color:inherit}.page:not(.page--home) .latest-podcasts .section-title,.page:not(.page--home) .latest-podcasts .view-link{grid-column:1/5}.page:not(.page--home) .latest-podcasts .podcasts-wrap{grid-column:1/5;display:flex;flex-direction:column;gap:2rem}.page:not(.page--home) .latest-podcasts .podcast-item{padding-bottom:2rem;border-bottom:1px solid var(--divider-100)}.page:not(.page--home) .latest-podcasts .podcast-item:last-child{border-bottom:none;padding-bottom:0}.page:not(.page--home) .latest-podcasts .podcast-wrap{display:flex;flex-direction:column;gap:1.2rem}.page:not(.page--home) .latest-podcasts .podcast-cover-mobile{width:100%}.page:not(.page--home) .latest-podcasts .podcast-cover{display:none}.page:not(.page--home) .latest-podcasts .episode{font-size:1.6rem;font-weight:700;line-height:2.4rem;margin-bottom:.4rem}.page:not(.page--home) .latest-podcasts .podcast-title{font-size:1.6rem;font-weight:500;line-height:2.4rem;margin-bottom:.8rem}.page:not(.page--home) .latest-podcasts .podcast-date{color:var(--colorTextTertiary);font-family:inter,sans-serif;font-size:1.2rem;font-weight:400;line-height:1.6rem;margin-bottom:1.2rem}.page:not(.page--home) .latest-podcasts .podcast-tags{display:flex;flex-wrap:wrap;gap:.4rem}}.trending-podcast{font-family:noto serif;color:var(--colorText);column-gap:2rem;display:grid;grid-template-columns:repeat(4,1fr);padding-top:.8rem}.trending-podcast #videoPlaceholder{display:block;width:100%;aspect-ratio:16/9;overflow:hidden;position:relative}.trending-podcast #videoPlaceholder img{width:101%;height:auto;position:absolute;top:-16.8%;left:0}.trending-podcast a{color:inherit}.trending-podcast ul{list-style:none}.trending-podcast .section-title{grid-column:1/5}.trending-podcast .trending-podcast-wrap{grid-column:1/5}.trending-podcast .trending-podcast-preview{width:100%;height:auto;object-fit:cover;margin-bottom:1.2rem}.trending-podcast .trending-podcast-episode{font-size:1.8rem;font-weight:700;line-height:2.8rem;margin-bottom:.4rem}.trending-podcast .trending-podcast-title{font-size:1.8rem;font-weight:400;line-height:2.8rem;margin-bottom:.8rem}.trending-podcast .trending-tags-wrap{display:flex;justify-content:space-between;margin-bottom:1.2rem}.trending-podcast .trending-podcast-tags{display:flex;flex-wrap:wrap;gap:.4rem}.trending-podcast .trending-podcast-tag{padding:.4rem 1.2rem;border-radius:3.2rem;background:var(--Colors-grey-neutral100);text-align:center;font-family:inter;font-size:1.2rem;font-weight:500;line-height:2rem;text-transform:uppercase}.trending-podcast .trending-podcast-date{color:var(--colorTextTertiary);font-family:inter;font-size:1.2rem;font-weight:400;line-height:1.6rem}.trending-podcast .listen-on-wrap{display:flex;flex-direction:column;gap:.8rem;margin-bottom:2.4rem}.trending-podcast .listen-on-title{font-size:1.6rem;font-weight:600;line-height:2.4rem}.trending-podcast .listen-on-links-list{display:flex;gap:.8rem}.trending-podcast .link-btn{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;border-radius:100px;border:1px solid var(--Colors-grey-neutral300);background:var(--Colors-grey-neutral25);box-shadow:0 1px 2px rgba(16,24,40,5%);transition:all .3s linear}.trending-podcast .link-logo{width:2.4rem;height:auto}.trending-podcast .btn-title{display:none}.trending-podcast .subscribe-banner-wrap{width:100%;border-radius:.8rem;padding:1.6rem;box-shadow:0 2px 10px rgba(67,75,112,.25);background:url(/img/subscribe-banner-bg.webp)#0e1525 0 -.5px/100% 252.212% no-repeat}.trending-podcast .subscribe-banner-wrap .banner-title{color:var(--Colors-grey-neutral25);text-align:center;font-size:1.8rem;font-weight:700;line-height:2.8rem;margin-bottom:.8rem}.trending-podcast .subscribe-banner-wrap .banner-description{color:var(--Colors-grey-neutral100);font-family:inter;text-align:center;font-size:1.4rem;font-weight:400;line-height:2rem;margin-bottom:1.2rem}.trending-podcast .subscribe-banner-wrap .banner-btn{font-family:inter;margin:0 auto;display:block;border:none;padding:1rem 1.6rem;border-radius:100px;background:var(--Colors-grey-neutral25);box-shadow:0 1px 2px rgba(16,24,40,5%);cursor:pointer;width:19rem;color:var(--Primary-colorPrimary);font-size:1.4rem;font-weight:400;line-height:2rem;border:.15rem solid var(--Colors-grey-neutral25);transition:all 300ms linear}.trending-podcast .subscribe-banner-wrap .banner-btn:focus{outline:none}.latest-news .news-list{list-style:none;display:flex;flex-direction:column;gap:.8rem}.latest-news .news-list li:nth-child(n+5),.latest-news .news-list hr:nth-child(4){display:none}.latest-news h3{margin-bottom:.8rem}.latest-news .date-info{flex-wrap:wrap}.latest-articles-list{font-family:noto serif;font-weight:500;color:#1d2939}.latest-articles-list a{color:inherit}.latest-articles-list .articles-list-wrap{grid-column:1/5;display:flex;flex-direction:column;gap:1.2rem}.latest-articles-list .article-item{padding-bottom:1.2rem;border-bottom:1px solid var(--divider-100)}.latest-articles-list .article-item:last-child{padding-bottom:0;border-bottom:none}.latest-articles-list .article-title{font-size:1.6rem;line-height:2.4rem;margin-bottom:.8rem}.latest-articles-list .date-wrapper{font-family:inter;display:flex;align-items:center;gap:.8rem;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:var(--colorTextTertiary);margin-bottom:.8rem}.latest-articles-list .dot{width:.4rem;height:.4rem;background-color:var(--colorTextTertiary);border-radius:50%;display:block}.latest-articles-list .tags-wrapper{display:flex;flex-wrap:wrap;gap:.4rem}@media screen and (max-width:47.9375em){.page--home{--home-section-gap:4rem;background:var(--home-bg);font-family:helvetica neue,Helvetica,Arial,sans-serif}.page--home .page-container{display:flex;flex-direction:column;padding:2rem;padding-top:2rem;padding-bottom:0;gap:0}.page--home .page-container .aside-left,.page--home .page-container .aside-right,.page--home .page-container .content{display:contents}.page--home .home-section{width:100%;margin-bottom:var(--home-section-gap)}.page--home .home-section:last-child{margin-bottom:var(--home-section-gap)}.page--home .home-section--podcasts{order:1}.page--home .home-section--news{order:2}.page--home .home-section--weekly{order:3}.page--home .home-section--subscribe{order:4}.page--home .home-section--events{order:5}.page--home .home-section--articles{order:6}.page--home .section-title{font-size:2.8rem;font-weight:500;line-height:.96;text-transform:uppercase;color:var(--home-primary);margin-bottom:2rem}.page--home .article-title{font-size:1.6rem;font-weight:500;line-height:1.2;color:var(--home-primary)}.page--home .date-info{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.8rem;font-size:1rem;line-height:1.5;letter-spacing:.1rem;text-transform:uppercase;color:var(--home-primary)}.page--home .date-info p{margin:0;font-size:inherit}.page--home .category-tag{font-size:1.2rem;line-height:1.5;text-decoration:underline;text-underline-offset:.2rem;text-transform:uppercase;color:var(--home-primary);background:0 0;padding:0}.page--home .view-link{display:block;width:100%;margin-top:2rem;text-decoration:none}.page--home .load-more.btn{width:100%;max-width:none;height:5rem;margin-top:0;border:none;border-radius:10rem;background:var(--home-accent);color:var(--home-bg);font-family:inherit;font-size:1.2rem;font-weight:500;letter-spacing:.1rem;text-transform:uppercase;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:1.2rem}.page--home .load-more.btn::after{content:"";display:block;width:2.2rem;height:.2rem;background:url(/svg/home-arrow.svg)no-repeat 50%/contain;flex-shrink:0}.page--home .trending-podcast{display:block;grid-template-columns:none;column-gap:0;padding-top:0;font-family:helvetica neue,Helvetica,Arial,sans-serif;color:var(--home-primary)}.page--home .trending-podcast .section-title,.page--home .trending-podcast .trending-podcast-wrap{grid-column:auto}.page--home .trending-podcast .section-title{margin-bottom:2rem}.page--home .trending-podcast .trending-podcast-wrap{display:block}.page--home .trending-podcast #videoPlaceholder img{position:static;width:100%;height:auto;top:auto;left:auto}.page--home .trending-podcast .trending-podcast-media{display:block;border:.1rem solid var(--home-primary);margin-bottom:1.6rem;overflow:hidden;line-height:0}.page--home .trending-podcast .trending-podcast-preview{width:100%;height:auto;display:block}.page--home .trending-podcast .trending-podcast-title{font-size:2.4rem;font-weight:500;line-height:1.2;text-transform:uppercase;margin-bottom:1.6rem}.page--home .trending-podcast .trending-podcast-guest,.page--home .trending-podcast .podcast-guest{color:var(--home-accent)}.page--home .trending-podcast .trending-podcast-meta{display:flex;justify-content:space-between;align-items:center;gap:1.2rem}.page--home .trending-podcast .trending-podcast-episode-info{display:flex;gap:2.2rem;font-size:1.4rem;text-transform:uppercase;color:var(--home-primary)}.page--home .trending-podcast .listen-on-links-list--icons{display:flex;gap:1.1rem;list-style:none;padding:0;margin:0}.page--home .trending-podcast .link-btn--icon{width:3.8rem;height:3.8rem;border-radius:50%;border:.1rem solid var(--home-primary);background:var(--home-bg);display:flex;align-items:center;justify-content:center;padding:0}.page--home .trending-podcast .link-logo{width:2.2rem;height:2.2rem}.page--home .home-section--podcasts .trending-podcast{margin-bottom:0}.page--home .home-section--podcasts .latest-podcasts{margin-top:2rem}.page--home .latest-podcasts{display:block;grid-template-columns:none;padding-top:0;font-family:helvetica neue,Helvetica,Arial,sans-serif;color:var(--home-primary)}.page--home .latest-podcasts .view-link,.page--home .latest-podcasts .podcasts-wrap{grid-column:auto}.page--home .latest-podcasts .podcast-link{display:block;text-decoration:none;color:inherit}.page--home .latest-podcasts .podcasts-wrap{display:flex;flex-direction:column;gap:1.6rem}.page--home .latest-podcasts .podcast-item{margin:0;padding:0;border:.1rem solid var(--home-primary);background:var(--home-bg);overflow:hidden}.page--home .latest-podcasts .podcast-wrap{display:flex;align-items:center;gap:1.47rem;min-height:8.425rem}.page--home .latest-podcasts .podcast-episode-card{box-sizing:border-box;width:8.358rem;min-height:8.425rem;align-self:stretch;flex-shrink:0;display:flex;flex-direction:column;justify-content:space-between;padding:.73rem .64rem .86rem;border-right:.1rem solid var(--home-primary);background:var(--home-bg);text-transform:uppercase;color:var(--home-primary)}.page--home .latest-podcasts .podcast-episode-brand{display:flex;align-items:flex-start;gap:.42rem;line-height:1}.page--home .latest-podcasts .podcast-episode-brand-icon{display:block;width:.31rem;height:.45rem;flex-shrink:0;margin-top:.05rem}.page--home .latest-podcasts .podcast-episode-brand-wordmark{margin:0;display:flex;flex-direction:column;gap:.15rem;font-size:0}.page--home .latest-podcasts .podcast-episode-brand-line{display:block;font-size:.58rem;font-weight:500;line-height:1;letter-spacing:0;text-transform:none}.page--home .latest-podcasts .podcast-episode-brand-podcast{display:block;font-size:.88rem;font-weight:800;line-height:1;letter-spacing:0}.page--home .latest-podcasts .podcast-episode-num-block{display:flex;flex-direction:column;gap:.2rem;line-height:.92}.page--home .latest-podcasts .podcast-episode-label{font-size:1rem;font-weight:500;line-height:1;letter-spacing:0}.page--home .latest-podcasts .podcast-episode-number{font-size:2.615rem;font-weight:700;line-height:1;letter-spacing:0}.page--home .latest-podcasts .podcast-info-wrap{flex:1;min-width:0;padding:.6rem 1rem .6rem 0}.page--home .latest-podcasts .podcast-info-meta{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:0 0 1rem;font-size:1rem;font-weight:400;line-height:1;letter-spacing:0;text-transform:uppercase;color:var(--home-primary)}.page--home .latest-podcasts .podcast-episode,.page--home .latest-podcasts .podcast-date{margin:0;font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit}.page--home .latest-podcasts .podcast-date{text-align:right;flex-shrink:0}.page--home .latest-podcasts .podcast-title{margin:0;font-size:1.2rem;font-weight:500;line-height:1;letter-spacing:0;text-transform:uppercase;color:var(--home-primary)}.page--home .latest-podcasts .podcast-guest{color:var(--home-accent)}.page--home .latest-podcasts .view-link{margin-top:2rem}.page--home .latest-news .news-list{list-style:none;padding:0;margin:0}.page--home .latest-news .news-list li{padding:0 0 1.6rem}.page--home .latest-news .news-list hr{margin:0 0 1.6rem;border:0;height:.1rem;background:var(--home-divider)}.page--home .latest-news .news-list .article-title{text-transform:uppercase;margin-bottom:1.4rem}.page--home .latest-news .load-more.btn{margin-top:2rem}.page--home .weekly-harvest-list .weekly-harvest-wrap{display:flex;flex-direction:column}.page--home .weekly-harvest-list .weekly-harvest-item{padding-bottom:1.6rem}.page--home .weekly-harvest-list hr{margin:0 0 1.6rem;border:0;height:.1rem;background:var(--home-divider)}.page--home .weekly-harvest-list .section-title{max-width:20rem}.page--home .weekly-harvest-list .weekly-harvest-label{color:var(--home-accent);font-size:1.6rem;font-weight:500;line-height:1;text-transform:uppercase;margin-bottom:1.6rem}.page--home .weekly-harvest-list .article-title{text-transform:none;margin-bottom:1.6rem}.page--home .weekly-harvest-list .weekly-harvest-author{text-transform:uppercase}.page--home .home-subscribe{margin-top:0;padding:2.8rem 2rem;background:var(--home-accent);color:var(--home-bg)}.page--home .home-subscribe .home-subscribe-title{font-size:2.8rem;line-height:.96;text-transform:uppercase;margin-bottom:1.4rem}.page--home .home-subscribe .home-subscribe-description{font-size:1.4rem;line-height:1.2;margin-bottom:2rem;max-width:none}.page--home .home-subscribe .home-subscribe-field{margin-bottom:2rem}.page--home .home-subscribe .home-subscribe-input{width:100%;height:4rem;max-width:none;padding:0 1.6rem;border:none;border-radius:10rem;background:var(--home-bg);color:var(--home-primary);font-size:1.4rem}.page--home .home-subscribe .home-subscribe-input::placeholder{color:var(--home-primary);opacity:.6}.page--home .home-subscribe .home-subscribe-btn{width:100%;max-width:none;height:4rem;border:none;border-radius:10rem;background:var(--home-yellow);color:var(--home-primary);font-size:1.2rem;font-weight:500;text-transform:uppercase}.page--home .home-events{margin-top:0}.page--home .home-events .section-title{max-width:26rem}.page--home .home-events .home-events-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;margin-bottom:0}.page--home .home-events .home-events-type,.page--home .home-events .home-events-date{font-size:1rem;line-height:1.5;letter-spacing:.1rem;text-transform:uppercase;color:var(--home-primary);margin:0 0 .6rem}.page--home .home-events .home-events-title{font-size:1.6rem;font-weight:500;line-height:1.2;text-transform:uppercase;color:var(--home-primary);margin:0 0 .8rem}.page--home .home-events .home-events-location{font-size:1rem;line-height:1.5;letter-spacing:.05rem;text-transform:uppercase;color:var(--home-primary);margin:0}.page--home .home-articles-list{margin-top:0}.page--home .home-articles-list .articles-list-wrap{display:flex;flex-direction:column}.page--home .home-articles-list .article-item{padding-bottom:1.6rem}.page--home .home-articles-list hr{margin:0 0 1.6rem;border:0;height:.1rem;background:var(--home-divider)}.page--home .home-articles-list .article-title-row{display:flex;gap:1.4rem;align-items:flex-start;margin-bottom:1.4rem}.page--home .home-articles-list .article-pin{flex-shrink:0;margin-top:.2rem}.page--home .home-articles-list .article-title{text-transform:uppercase}}