:root{--bg-primary: #006666;--bg-dark: #003d3d;--bg-darker: #004747;--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .8);--border-color: rgba(255, 255, 255, .3);--accent-color: #6ab4b4;--accent-light: #bcdddd;--accent-yellow: #fbf452;--frame-bg: rgba(0, 71, 71, .8);--frame-border: rgba(106, 180, 180, .5)}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;margin:0;padding:0;overflow:hidden;background:var(--bg-dark);color:var(--text-primary);touch-action:pan-y;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-width:320px;min-height:100vh;min-height:-webkit-fill-available}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700}button{border:none;background:none;font-family:inherit;cursor:pointer;outline:none}*{-webkit-tap-highlight-color:transparent}#root{width:100%;min-height:100vh;overflow:hidden}.app{width:100%;min-height:100vh;background:var(--bg-dark);position:relative;overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translateZ(0);-webkit-transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;perspective:1000px;-webkit-perspective:1000px}.app.loading{display:flex;align-items:center;justify-content:center}.loader{width:60px;height:60px;border:4px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.card-stack-container{position:relative;height:100vh;display:grid;place-items:center;padding:16px;touch-action:pan-y}@media(max-width:768px){.card-stack-container{width:100dvw}}.rahva-logo-overlay{position:absolute;top:-48px;left:50%;transform:translate(-50%);z-index:60;display:flex;align-items:center;justify-content:center;pointer-events:none}.rahva-logo-overlay img{width:140px;height:auto;object-fit:contain;filter:drop-shadow(0 6px 16px rgba(0,0,0,.25))}.large-logo{position:absolute;top:25px;left:50%;transform:translate(-50%)}.desktop-qr-code{position:fixed;bottom:32px;right:32px;z-index:200;display:block;border-radius:8px;border:.5px solid rgba(106,180,180,.5);background:#004747cc}@media(min-width:769px)and (max-width:1350px){.desktop-qr-code{bottom:17px;right:18px}.desktop-qr-code .container{padding:10px}.desktop-qr-code .text{max-width:150px}.desktop-qr-code .qr-code{width:105px;height:89px}}.frame-container{position:absolute;width:100%;max-width:980px;height:80vh;max-height:700px;top:50%;left:50%;transform:translate(-50%,-50%);z-index:50;pointer-events:none;display:none}@media(min-width:768px){.frame-container{max-width:980px;max-height:700px;display:none}}.fixed-frame{position:absolute;width:100%;height:100%;background:var(--frame-bg);border:.5px solid var(--frame-border);border-radius:32px;pointer-events:none;z-index:0}.progress-dots-wrapper{position:absolute;top:45%;left:16px;z-index:2;pointer-events:none;display:flex;flex-direction:column;gap:4px}.progress-dots-wrapper .progress-dots{display:flex;flex-direction:column;gap:4px}.progress-dots-wrapper .dot{width:4px;height:4px;border-radius:6px;background-color:var(--accent-light);opacity:.5;transition:all .3s ease}.progress-dots-wrapper .dot.active{opacity:1}.card{position:relative;grid-area:1/1/2/2;width:100%;max-width:980px;height:80vh;max-height:700px;margin:auto;background:transparent;border-radius:1.5rem;overflow:hidden;transform-origin:center center;will-change:transform,opacity;transform:translateZ(0);-webkit-transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;touch-action:none}.card.frameless{border:none;background:transparent;padding:0;height:auto;max-width:100vw;width:100%;overflow:visible}.card.in-frame{border:none;border-radius:32px;width:auto;background:transparent}@media(max-width:768px){.card.in-frame:last-child{border-bottom-left-radius:0;border-bottom-right-radius:0}}.card.peeking{background:var(--frame-bg);border:.5px solid var(--frame-border);border-radius:32px}.card.current{cursor:grab}.card.current:active{cursor:grabbing}.card.next{overflow:hidden}.card-frame{position:relative;width:100%;height:100%;display:flex;max-width:98vw}@media(max-width:768px){.card-frame{width:350px}}.card-frame__content{position:relative;z-index:1;width:100%;height:100%;display:flex}@media(max-width:768px){.card-frame__content{width:350px}}.slide-content{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;transform:translateZ(0);-webkit-transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;perspective:1000px;-webkit-perspective:1000px}.slide-content::-webkit-scrollbar{width:4px}.slide-content::-webkit-scrollbar-track{background:#ffffff1a;border-radius:2px}.slide-content::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:2px}.slide-content::-webkit-scrollbar-thumb:hover{background:#ffffff80}.scrollable-content-container{width:100%;height:100%;display:flex;flex-direction:column;gap:0;position:relative;flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:y mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.scrollable-content-container::-webkit-scrollbar{display:none}.qr-popup-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:600;pointer-events:none;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}@media(max-width:767px){.qr-popup-overlay{display:none}}.qr-popup{pointer-events:auto;background:linear-gradient(180deg,#0c4b52,#013635);border-radius:18px;padding:32px;width:min(480px,92vw);display:flex;flex-direction:column;align-items:center;position:relative;box-shadow:0 18px 38px #00000073;color:#f7fbff;border:1px solid rgba(255,255,255,.15);animation:popIn .35s ease}.qr-popup__close{position:absolute;top:16px;right:16px;border:none;background:transparent;font-size:28px;line-height:1;cursor:pointer;color:#ffd53e;font-weight:700;transition:transform .2s ease}.qr-popup__close:hover{transform:rotate(90deg)}.qr-popup__frame{position:relative;width:100%;height:0;padding-top:100%;box-shadow:0 2px 12px #3f455140;margin-top:1.6em;margin-bottom:.9em;overflow:hidden;border-radius:12px;border:1px solid rgba(255,255,255,.25)}.qr-popup__frame img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}.qr-popup__frame svg{position:absolute;inset:0;width:100%;height:100%}.qr-popup__link{color:#f7fbff;font-size:.92rem;margin-bottom:.4rem;text-decoration:underline}.qr-popup__note{margin:0;font-size:.85rem;color:#d2f4ff;text-align:center;letter-spacing:.6px;text-transform:uppercase}.qr-popup:after{content:"";position:absolute;inset:0;border-radius:18px;border:1px solid rgba(255,255,255,.05);pointer-events:none}@keyframes popIn{0%{opacity:0;transform:translateY(24px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.content-section{width:100%;height:100%;min-height:100%;flex:0 0 100%;display:flex;flex-direction:column;align-items:center;justify-content:center;scroll-snap-align:start;scroll-snap-stop:always}.content-section-myListener{width:100%;height:100%;min-height:100%;flex:0 0 100%;display:flex;flex-direction:column;scroll-snap-align:start;scroll-snap-stop:always;background:#066}@media(min-width:768px){.content-section-myListener{height:100%;max-height:100%;align-items:center;overflow:hidden}}.card.current *{user-select:none;-webkit-user-select:none}.scroll-nav-btn{width:40px;height:40px;padding:12px;gap:8px;box-shadow:0 6px 18px #00000038;border-radius:32px;border:.5px solid rgba(106,180,180,.3);background:linear-gradient(180deg,var(--RR-Green--40, #003d3d) 0%,#002929 100%);color:#bcdddd;cursor:pointer;align-items:center;justify-content:center;transition:all .2s ease}.scroll-nav-btn svg path{transition:stroke .2s ease}.scroll-nav-btn:disabled{cursor:not-allowed}.scroll-up-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 8px 24px #00000052;border-color:#fbf45299;background:#fbf452}.scroll-up-btn:hover:not(:disabled) svg path{stroke:#231e33}.scroll-up-btn:active:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #0000002e}.scroll-down-btn:hover:not(:disabled){transform:translateY(3px);box-shadow:0 8px 24px #00000052;border-color:#fbf45299;background:#fbf452}.scroll-down-btn:hover:not(:disabled) svg path{stroke:#231e33}.scroll-down-btn:active:not(:disabled){transform:translateY(1px);box-shadow:0 4px 12px #0000002e}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@supports (-webkit-touch-callout: none){.app{min-height:-webkit-fill-available}}@media(min-width:768px){.progress-dots-wrapper .dot{width:6px;height:6px}}@media(max-width:768px){.app{font-size:16px}.card-stack-container{padding:0;margin:0 auto}.card{height:calc(100vh - 54px);max-width:none;max-height:none;margin:0 auto}.card.frameless{height:100vh}.progress-dots-wrapper{top:4%}}@media(max-width:896px)and (orientation:landscape){.card{height:90vh}}@media(max-width:375px){.app{font-size:14px}}.container{display:inline-flex;padding:16px;flex-direction:column;justify-content:center;align-items:center;gap:12px}.text{max-width:220px;text-align:center;text-shadow:0 4px 32px rgba(229,249,255,.1);font-family:Literata;font-size:16px;font-style:normal;font-weight:300;line-height:120%;letter-spacing:-.48px;background:linear-gradient(180deg,#ddd8e7,#fff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.qr-code{width:128px;height:128px}.intro-slide{position:relative;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;height:100%;width:100vw;text-align:center;gap:2rem;overflow:hidden}@media(max-width:768px){.intro-slide{max-width:100dvw;overflow:visible}}.intro-slide.frameless-intro{height:100vh;padding:0}.intro-large-view{margin-top:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.intro-large-view img{width:100%;height:100%}.intro-small-view{display:none}.intro-hero{position:absolute;top:0;left:0;width:100%;min-height:55dvh;height:55dvh;pointer-events:none;overflow:visible;background-color:#003d3d}.intro-hero img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}@media(max-width:768px){.intro-hero{max-width:100dvw}.intro-hero img{height:55dvh;max-height:450px;object-fit:fill}}.intro-overlay{position:absolute;top:0;left:0;width:100%;height:55vh;z-index:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:0 24px 18px;pointer-events:none}.intro-logo{position:absolute;top:54px;right:36px;display:flex;justify-content:center;align-items:center;gap:12px;pointer-events:none}.intro-logo svg{width:48px;height:auto}.intro-title{color:var(--RR-Alert-Yellow, #fbf452);text-shadow:0 4px 32px rgba(229,249,255,.1);font-family:Literata;font-size:36px;font-style:normal;font-weight:500;line-height:120%;letter-spacing:-1.08px;margin-left:60px;transform:translateY(-40px)}.intro-qr{position:absolute;bottom:32px;right:32px;z-index:2;display:block;border-radius:8px;border:.5px solid rgba(106,180,180,.5);background:#004747cc}.peeking-hint-large{position:fixed;bottom:5%;left:50%;transform:translate(-50%);z-index:200;pointer-events:auto;display:inline-flex;height:64px;padding:12px 32px;justify-content:center;align-items:center;gap:8px;border-radius:32px;border:1px solid var(--rr-signaalkollane-60, #f3fbad);background:linear-gradient(180deg,#fbf452,#ffd437)}.peeking-hint-large .visit-icon{color:var(--RR-Primary-Purple, #231e33);text-align:center;font-size:16px;font-style:normal;font-weight:600;line-height:150%}.peeking-hint-large .arrow-icon{display:flex}.swipe-indicator{width:48px;height:48px;animation:bounce 2s infinite;display:block}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media(max-width:768px){.intro-overlay{padding:0 16px 16px;height:52vh;max-height:450px}.intro-small-view{display:flex}.intro-large-view,.intro-qr{display:none}.peeking-hint{position:fixed;bottom:20px;right:24px;z-index:999}}.book-thumbnail{position:relative;width:100%;height:100%}.book-thumbnail img{width:281px;height:281px;object-fit:cover;transition:opacity .3s ease;border-radius:5.785px;box-shadow:49.174px 88.705px 28.926px #001e1f03,31.818px 56.887px 26.033px #001e1f14,17.355px 31.818px 22.176px #001e1f47,7.713px 14.463px 16.391px #001e1f7a,1.928px 3.857px 8.678px #001e1f8c}.book-thumbnail p{position:absolute;right:-40px;bottom:14px;padding:10px 8px;color:var(--RR-Alert-Yellow, #fbf452);text-shadow:0 4px 32px rgba(229,249,255,.1);font-family:Literata,serif;font-size:16px;font-style:normal;font-weight:400;line-height:110%;z-index:1;letter-spacing:-.48px;border-radius:12px;border:.5px solid rgba(188,221,221,.1);background:var(--RR-Green--40, #003d3d)}@media(max-width:768px){.book-thumbnail img{width:175px;height:175px}}.slide-header{font-size:24px;font-weight:300;font-family:Literata,serif;color:#fff;margin:0;line-height:1.2;letter-spacing:-.03em;text-align:left}.slide-title{font-size:2.5rem;font-weight:800;color:#fff;margin:0;text-align:center}.audiobook-stats{display:flex;gap:2rem;width:100%;justify-content:center;flex-wrap:wrap}.stat-card{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:1rem;padding:1.5rem 2rem;text-align:center;min-width:120px}.stat-number{color:var(--rr-light-green-30, #6ab4b4);text-align:center;text-shadow:79px 144px 46px rgba(0,30,31,.01),51px 92px 42px rgba(0,30,31,.08),29px 52px 35px rgba(0,30,31,.28),13px 23px 26px rgba(0,30,31,.48),3px 6px 14px rgba(0,30,31,.55);font-family:Literata;font-size:384px;font-style:normal;font-weight:300;line-height:110%;letter-spacing:-11.52px}.stat-label{font-size:.9rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.5px}.thumbnail{position:absolute;left:50%;width:220px;height:220px;border-radius:10px;overflow:hidden;box-shadow:0 25px 50px #00000080,0 12px 25px #00000059,0 6px 12px #00000040;border:3px solid rgba(0,0,0,.25);background:#ffffff05;transform-origin:center center;transform-style:preserve-3d}.thumbnail img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:768px){.desktop-only{display:none}}@media(min-width:768px){.mobile-only{display:none}}@media(max-width:768px){.audiobooks-slide{padding:0 45px;gap:1.5rem}.slide-title{font-size:2rem}.stat-number{font-size:2.5rem}.audiobook-stats{gap:1rem}.stat-card{padding:1rem 1.5rem;min-width:100px}.thumbnail-stack{min-height:280px}.thumbnail{width:180px;height:180px}}.audiobooks-extension-slide{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative}.audiobooks-extension-bg{position:absolute;width:255px;background:#fbf452;top:-30px;left:50%;transform:translate(-50%);height:50px;display:none}.audiobooks-extension-yellow{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.audiobooks-extension-yellow .mobile-only{position:absolute;inset:auto 0 0;width:100%;height:auto;display:block;z-index:1;pointer-events:none}@media(min-width:768px){.audiobooks-extension-yellow .mobile-only{display:none}}.audiobooks-extension-yellow-shape{width:100%;object-fit:cover}.audiobooks-extension-footer{padding:56px 0 48px;width:100%;border-bottom-left-radius:32px;border-bottom-right-radius:32px;display:flex;align-items:center;justify-content:center;gap:16px}.audiobooks-extension-footer .audiobooks-extension-footer-loader{width:40px;height:41px;flex:0 0 auto}.audiobooks-extension-footer .audiobooks-extension-footer-loader svg{display:block;width:100%;height:100%}.audiobooks-extension-footer .audiobooks-extension-footer-text{display:flex;gap:9px;align-items:center;justify-content:center}.audiobooks-extension-footer .audiobooks-extension-footer-text span{text-shadow:0 4px 32px rgba(229,249,255,.1);font-family:Literata;font-size:48px;font-style:normal;font-weight:400;line-height:90%;letter-spacing:-1.44px}.audiobooks-extension-footer .audiobooks-extension-footer-text p{text-shadow:0 4px 32px rgba(229,249,255,.1);font-family:Literata;font-size:16px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:-.48px}.audiobooks-extension-sunny{width:min(310px,90vw);height:auto}.audiobooks-extension-content{position:absolute;display:flex;flex-direction:column;justify-content:space-around;top:40px;left:50%;transform:translate(-50%);width:min(320px,92vw);text-align:center;z-index:3;height:85%}.audiobooks-extension-title{text-align:center;text-shadow:0 4px 32px rgba(229,249,255,.1);font-family:Literata;font-size:24px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.72px}.audiobooks-extension-percent{font-family:Literata;font-size:128px;font-style:normal;font-weight:300;line-height:95%;letter-spacing:-3.84px;margin-bottom:14px;display:flex}.audiobooks-extension-subtitle{font-family:Literata;font-size:18px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.54px;text-align:start;padding-bottom:20px;padding-left:10px}.audiobooks-extension-ring{width:34px;height:34px;border-radius:999px;border:6px solid rgba(255,255,255,.55);border-top-color:#453b62e6;box-sizing:border-box;background:transparent}.audiobooks-extension-footer-number{font-family:Literata;font-size:44px;font-style:normal;font-weight:300;line-height:110%;letter-spacing:-1.32px}.audiobooks-extesion-container{display:flex;flex-direction:row;align-items:end;justify-content:center}.percent-sm{display:none;font-weight:100}.percent-lg{display:flex;font-family:Literata;font-size:64px;font-style:normal;font-weight:300;line-height:95%;letter-spacing:-3.84px}@media(max-width:768px){.audiobooks-extension-bg{display:flex;position:absolute;width:255px;top:-30px;left:50%;transform:translate(-50%);height:80px}.audiobooks-extesion-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.percent-sm{display:flex}.percent-lg{display:none}.audiobooks-extension-subtitle{text-align:center;padding-bottom:0;padding-left:0}}._audiobooks-slide_inswh_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;max-height:100vh;width:100%;padding:0;overflow:hidden}._audio-small-view_inswh_13{display:none;height:100%;min-height:100%;flex:1 1 auto}._audio-large-view_inswh_20{display:flex;text-align:center;align-items:center;flex-direction:column;justify-content:center;height:100%;overflow:hidden}._audio-large-view_inswh_20 h2{text-align:center;text-shadow:0 4px 32px rgba(229,249,255,.1);font-family:Literata;font-size:32px;font-style:normal;font-weight:300;line-height:120%;letter-spacing:-.96px;width:264px;margin-bottom:-40px}._audio-large-view_inswh_20 h1{background:linear-gradient(to bottom,#6ab4b4 40%,#6ab4b400);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center;font-family:Literata;font-size:448px;font-style:normal;font-weight:300;line-height:95%;letter-spacing:-13.44px;margin-bottom:-45px}._audio-small-view-heading_inswh_56{padding:42px 42px 0;text-align:center;text-shadow:0 4px 32px rgba(229,249,255,.1);font-family:Literata;font-size:32px;font-style:normal;font-weight:300;line-height:120%;letter-spacing:-.96px}._thumbnail-stack_inswh_68{position:relative;width:268px;max-width:calc(100vw - 90px);height:auto;margin-bottom:-20px;display:flex;align-items:center;justify-content:center;overflow:visible}._thumbnail-stack_inswh_68 ._thumbnail_inswh_68{position:absolute;left:50%;width:150px;height:auto;border-radius:10px;overflow:hidden;box-shadow:0 25px 50px #00000080,0 12px 25px #00000059,0 6px 12px #00000040;border:3px solid rgba(0,0,0,.25);background:#ffffff05;transform-origin:center center;transform-style:preserve-3d}._thumbnail-stack_inswh_68 ._thumbnail_inswh_68 img{width:100%;height:100%;object-fit:cover;display:block}._thumbnail-stack-background_inswh_99{position:absolute;width:255px;height:100%}._audio-num_inswh_105{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}._stat-label-mobile_inswh_112{color:#6ab4b4;text-shadow:0 4px 32px rgba(229,249,255,.1);font-family:Literata,serif;font-size:16px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:-.48px;margin-top:90px;margin-left:-8px}._stat-label-desktop_inswh_125{color:#6ab4b4;text-shadow:0 4px 32px rgba(229,249,255,.1);font-family:Literata,serif;font-size:16px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:-.48px;margin-top:110px}._stat-number_inswh_137{background:linear-gradient(to bottom,#6ab4b4,#6ab4b400);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center;display:flex;flex-direction:row;font-family:Literata,serif;font-size:var(--stat-font-size, 300px);font-style:normal;font-weight:300;line-height:110%;letter-spacing:var(--stat-letter-spacing, -11.52px)}._audiobook-travel-journey-slide_inswh_153{background-image:url(/sinu-aasta-2025/assets/images/bgCatImg-Desktop.svg);background-size:cover;background-position:center center;background-repeat:no-repeat;width:100%;height:92vh;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:0 45px;gap:20rem}._audiobook-travel-journey-slide_inswh_153 ._topSection_inswh_167{display:flex;flex-direction:column;align-items:center;gap:16px}._travelJourney_inswh_174{color:var(--RR-Green--40, #003d3d);text-align:center!important;text-shadow:0 4px 32px rgba(229,249,255,.1);font-family:Literata;font-size:24px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.72px}._stat-Section_inswh_186{display:flex;flex-direction:column;align-items:center;gap:16px}._stat-number_inswh_137{display:flex;padding:0 16px;justify-content:center;align-items:baseline}._stat-number_inswh_137 ._number_inswh_199{color:var(--RR-Green--40, #003d3d);text-shadow:0 4px 32px rgba(229,249,255,.1);font-family:Literata;font-size:96px;font-style:normal;font-weight:400;line-height:100%;letter-spacing:-2.88px}._stat-number_inswh_137 ._typo_inswh_209{color:var(--RR-Green--40, #003d3d);text-align:right;text-shadow:0 4px 32px rgba(229,249,255,.1);font-family:Literata;font-size:16px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:-.48px}._aplaus_inswh_221{display:flex;align-items:center;justify-content:center;color:var(--RR-Green--40, #003d3d);text-shadow:0 4px 32px rgba(229,249,255,.1);font-family:Literata;font-size:16px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:-.48px}._listnerType_inswh_235{color:var(--RR-Alert-Yellow, #fbf452);text-align:center;text-shadow:0 4px 32px rgba(229,249,255,.1);font-family:Literata;font-size:16px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:-.48px;padding:0 29px 0 33px}._audio-book-stat-container_inswh_248{position:relative;z-index:2;margin-top:130px;display:flex;align-items:center;flex-direction:column}._audio-book-stat-li_inswh_257{width:100%;display:flex;justify-content:space-between;align-items:center;width:220px;padding-top:12px;padding-bottom:8px}._audio-book-stat-name_inswh_267{color:var(--RR-Green--40, #003d3d);text-align:right;text-shadow:0 4px 32px rgba(229,249,255,.1);font-size:16px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:-.48px;font-family:Literata,serif}._audio-book-stat-count_inswh_279{text-shadow:0 4px 32px rgba(229,249,255,.1);font-family:Literata,serif;font-size:32px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:-.96px}@media(max-width:768px){._audio-small-view_inswh_13{display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:100%;min-height:100%;flex:1 1 auto;gap:24px}._audio-large-view_inswh_20{display:none}._thumbnail-stack_inswh_68{flex:1 1 auto;margin-bottom:0}._audio-book-stat-container_inswh_248{margin-top:0;padding-top:150px}}._clipboard-notice_inswh_312{position:fixed;top:20px;left:50%;transform:translate(-50%);background:#003d3df2;color:#6ab4b4;padding:12px 20px;border-radius:8px;font-family:Literata,serif;font-size:14px;font-weight:400;line-height:110%;letter-spacing:-.42px;z-index:1000;box-shadow:0 4px 12px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.audiobooks-large{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative}.stat-audio{background:linear-gradient(to bottom,#6ab4b4,#6ab4b400);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center;font-family:Literata;font-size:384px;font-style:normal;font-weight:300;line-height:110%;letter-spacing:-11.52px;position:absolute;left:10%;top:50%;transform:translateY(-50%)}.audio-num{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.stat-label-desktop{color:#6ab4b4;text-shadow:0 4px 32px rgba(229,249,255,.1);font-family:Literata,serif;font-size:16px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:-.48px;margin-top:120px}.audio-main-container{display:flex;flex-direction:row;justify-content:end;align-content:center;margin-top:-90px;position:relative}.thumbnail-stack{position:relative;width:268px;max-width:calc(100vw - 90px);height:auto;min-height:420px;display:flex;align-items:end;justify-content:end;overflow:visible}.thumbnail-stack .thumbnail{position:absolute;left:50%;width:80%;height:auto;border-radius:10px;overflow:hidden;border:3px solid rgba(0,0,0,.25);background:#ffffff05;transform-origin:center center;transform-style:preserve-3d}.thumbnail-stack .thumbnail img{width:100%;height:100%;object-fit:cover;display:block}.thumbnail-stack-background{position:absolute;width:733px;height:250px;bottom:0;left:50%;transform:translate(-50%);background:linear-gradient(0deg,#fbf452 0% 20%,#fbf45200)}@media(min-width:768px){.thumbnail-stack-background{height:50%}}.audio-book-stat-container{position:relative;z-index:2;display:flex;align-items:center;flex-direction:column;width:100%}.audio-book-stat-li{display:flex;justify-content:space-between;align-items:center;width:581.5px;padding-top:12px;padding-bottom:8px}.audio-book-stat-name{text-align:right;text-shadow:0 4px 32px rgba(229,249,255,.1);font-size:16px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:-.48px;font-family:Literata,serif}.audio-book-stat-count{text-shadow:0 4px 32px rgba(229,249,255,.1);font-family:Literata,serif;font-size:32px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:-.96px}.listening-type-slide{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;gap:2rem;padding:2rem}.listening-type-title{font-size:3rem;font-weight:800;color:#fff;margin:0}.listening-type-percentage{font-size:5rem;font-weight:900;color:#6ab4b4;line-height:1}.listening-type-description{font-size:1.25rem;color:#fffc;margin:0;max-width:80%}@media(max-width:768px){.listening-type-title{font-size:2.5rem}.listening-type-percentage{font-size:4rem}.listening-type-description{font-size:1.1rem}}.streak-slide{display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:100%;text-align:center;width:100%;padding:2rem;gap:2rem}.streak-title{width:259px;color:#bcdddd;text-align:center;text-shadow:0 4px 32px rgba(229,249,255,.1);font-family:Literata,serif;font-size:24px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.72px}.streak-container{display:flex;justify-content:space-between;flex-direction:row;align-items:center;gap:90px;width:100%;padding-left:4rem;padding-right:4rem}.steak-day-container{width:50%;display:flex;justify-items:center;align-items:center;flex-direction:column;padding-bottom:0rem}.streak-number{color:var(--rr-light-green-30, #6ab4b4);text-align:center;text-shadow:-40px -73px 23px rgba(0,30,31,0),-26px -47px 21px rgba(0,30,31,.04),-14px -26px 18px rgba(0,30,31,.12),-6px -12px 13px rgba(0,30,31,.2),-2px -3px 7px rgba(0,30,31,.24);font-family:Literata,serif;font-size:172px;font-style:normal;font-weight:300;line-height:110%;letter-spacing:-6px}.streak-subtitle{color:var(--RR-Light-Green, #bcdddd);text-shadow:0 4px 32px rgba(229,249,255,.1);font-family:Literata,serif;font-size:16px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:-.48px}.streak-subtitle-container{width:-webkit-fill-available;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;margin-top:-10px;padding-bottom:8px}.streak-calendar{position:relative}.streak-multiplier{position:absolute;bottom:8px;right:8px;display:flex;align-items:center;justify-content:center;color:var(--rr-light-green-30, #6ab4b4);font-family:Literata,serif;font-size:28px;font-style:normal;font-weight:600;line-height:110%;letter-spacing:-.84px;text-shadow:0 4px 16px rgba(106,180,180,.3);z-index:3}.streak-cal-bor-first{position:absolute;top:-14px;left:50%;transform:translate(-50%);width:80%;height:80%;z-index:0;background:#004747;border-radius:9.72px;border:.81px solid rgba(251,244,82,.3)}.streak-cal-bor-sec{position:absolute;top:-7px;left:50%;transform:translate(-50%);width:90%;height:80%;z-index:1;border-radius:9.72px;background:#004747;border:.81px solid rgba(251,244,82,.3)}.streak-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:12px;border-radius:12px;border:1px solid rgba(251,244,82,.3);background:#004747;padding:12px;position:relative;z-index:2}.streak-day{border-radius:6px;border:1px solid var(--RR-Alert-Yellow, #fbf452);padding:4px}.streak-day-child{border-radius:4px;background:var(--RR-Alert-Yellow, #fbf452);width:16px;height:16px}.hiddenDay{border-radius:4px;width:16px;height:16px;background:transparent}.streak-bottom-text{padding-top:37px}@media(max-width:768px){.streak-slide{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;width:100%;padding:2rem;gap:1.5rem}.streak-container{display:flex;justify-content:baseline;flex-direction:column;align-items:center;gap:20px;width:100%;padding-left:2rem;padding-right:2rem}.steak-day-container{width:100%}.steak-day-container{width:100%;padding-bottom:1.5rem}}.books-slide{display:flex;flex-direction:row;height:100%;padding:8rem;gap:56px;position:relative}.book-section{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;text-align:center;padding:0px,50px;width:100%}.book-section h2{color:var(--rr-light-green-60, #e4f1f1);text-align:center;text-shadow:0 4px 32px rgba(229,249,255,.1);font-family:Literata,serif;font-size:24px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.72px;padding-bottom:50px}.books-divider{position:absolute;top:10%;bottom:10%;left:50%;width:2px;transform:translate(-50%);background-image:linear-gradient(to bottom,#003d3d 0,#003d3d 50%,transparent 50%,transparent 100%);background-size:2px 12px;background-repeat:repeat-y;display:none}@media(max-width:768px){.books-slide{display:flex;flex-direction:column;height:100%;padding:2rem;gap:56px}.book-section h2{padding-bottom:0}.books-divider{display:flex;position:absolute;top:50%;left:10%;width:80%;height:2px;transform:translateY(-50%);background-image:linear-gradient(to right,#003d3d 0,#003d3d 50%,transparent 50%,transparent 100%);background-size:12px 2px;background-repeat:repeat-x}}.peak-day-slide{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;gap:2rem;padding:2rem}@media(min-width:768px){.peak-day-slide{justify-content:space-around}}.peak-day-botom-text{color:var(--RR-Light-Green, #bcdddd);text-align:center;text-shadow:0 4px 32px rgba(229,249,255,.1);font-family:Literata;font-size:16px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.48px;display:flex;padding-top:0}.peak-day-title{color:var(--RR-Light-Green, #bcdddd);text-align:center;text-shadow:0 4px 32px rgba(229,249,255,.1);font-family:Literata;font-size:24px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.72px;padding-bottom:0}.peak-day-icon{display:flex;align-items:center;justify-content:center;position:relative;margin:0 auto;transform-origin:center center}.peak-day-calendar-svg{display:block;width:260px;height:auto;filter:drop-shadow(12px 18px 12px rgba(0,30,31,.05)) drop-shadow(8px 12px 10px rgba(0,30,31,.12)) drop-shadow(5px 8px 8px rgba(0,30,31,.2)) drop-shadow(3px 5px 6px rgba(0,30,31,.28)) drop-shadow(1px 2px 4px rgba(0,30,31,.32))}.peak-day-date{position:absolute;top:38%;left:0%;text-align:center;width:100%;display:flex;flex-direction:column;align-items:center;pointer-events:none}.peak-day-date span{display:block}.peak-day-day{color:var(--RR-Alert-Red, #d00e40);text-align:center;font-family:Literata;font-size:80px;font-style:normal;font-weight:300;line-height:110%;letter-spacing:-2.4px}.peak-day-month{color:var(--RR-Purple, #453b62);text-align:center;font-family:Literata;font-size:24px;font-style:normal;font-weight:300;line-height:110%;letter-spacing:-.72px}.peak-day-text{color:var(--RR-Light-Green, #bcdddd);text-align:center;text-shadow:0 4px 32px rgba(229,249,255,.1);font-family:Literata;font-size:24px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.72px}@media(min-width:768px){.peak-day-text{max-width:50%}}@media(max-width:768px){.peak-day-title{font-size:24px;padding-bottom:50px}.peak-day-botom-text{color:var(--RR-Light-Green, #bcdddd);text-align:center;text-shadow:0 4px 32px rgba(229,249,255,.1);font-family:Literata;font-size:16px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.48px;display:flex;padding-top:50px}.peak-day-calendar-svg{width:220px}.peak-day-date{font-size:2rem}}.author-slide{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:-webkit-fill-available}.author-title{padding:0;color:var(--RR-Light-Green, #bcdddd);text-align:center;text-shadow:0 4px 32px rgba(229,249,255,.1);font-family:Literata,serif;font-size:24px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:-.72px}.author-name{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;align-self:stretch;flex-wrap:wrap}.author-name p{color:var(--RR-Alert-Yellow, #fbf452);border-radius:12px;text-align:center;font-family:Literata;font-size:32px;padding:8px;font-style:normal;font-weight:300;line-height:110%;letter-spacing:-.96px;background:var(--RR-Green--40, #003d3d);box-shadow:45px 82px 26px #001e1f03,29px 53px 24px #001e1f14,16px 30px 20px #001e1f47,7px 13px 15px #001e1f7a,2px 3px 8px #001e1f8c}.author-background{color:var(--rr-light-green-30, #6ab4b4);text-align:center;font-family:Literata,serif;font-size:16px;font-style:normal;font-weight:300;line-height:110%;opacity:.4;letter-spacing:-.48px;width:100%}.author-one{margin-top:32px;text-align:right;width:350%}.author-span-one{padding:0 8.5em;overflow:hidden;display:inline-block}.author-two{padding-top:0;text-align:left;padding-left:0;margin-left:-50px;width:500%}.author-span-two{padding:0 11.5em;overflow:hidden;display:inline-block}.author-three{padding-top:12px;text-align:right;padding-right:0;margin-right:-50px;width:400%}.author-span-three{padding:0 9.5em;overflow:hidden;display:inline-block}.author-four{padding-top:24px;text-align:right;padding-right:0;margin-bottom:-70px;width:600%}.author-span-four{padding:0 12.5em;overflow:hidden;display:inline-block}.author-five{padding-top:67px;text-align:left;padding-left:21px;padding-bottom:14px;width:400%}.author-span-five{padding:0 9em;overflow:hidden;display:inline-block}.author-six{padding-top:40px;text-align:right;padding-right:36px;width:400%}.author-span-six{padding:0 9em;overflow:hidden;display:inline-block}.author-seven{padding-top:24px;text-align:left;padding-left:35px;width:400%}.author-span-seven{padding:0 9em;overflow:hidden;display:inline-block}.author-eight,.author-nine{padding-top:24px;text-align:right;padding-right:58px;padding-bottom:0;width:400%}.author-span-eight,.author-span-nine,.author-span-one-lg{padding:0 9em;overflow:hidden;display:inline-block}.author-one-lg{margin-left:-150px;text-align:start;width:400%}.author-two-lg{margin-right:-150px;text-align:end}@media(max-width:768px){.author-slide{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:auto}.author-title{padding:40px 40px 0;color:var(--RR-Light-Green, #bcdddd);text-align:center;text-shadow:0 4px 32px rgba(229,249,255,.1);font-family:Literata,serif;font-size:24px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:-.72px}.author-name{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;align-self:stretch;flex-wrap:wrap}.author-name p{color:var(--RR-Alert-Yellow, #fbf452);border-radius:12px;text-align:center;font-family:Literata;font-size:32px;padding:8px;font-style:normal;font-weight:300;line-height:110%;letter-spacing:-.96px;background:var(--RR-Green--40, #003d3d);box-shadow:45px 82px 26px #001e1f03,29px 53px 24px #001e1f14,16px 30px 20px #001e1f47,7px 13px 15px #001e1f7a,2px 3px 8px #001e1f8c}.author-background{color:var(--rr-light-green-30, #6ab4b4);text-align:center;font-family:Literata,serif;font-size:16px;font-style:normal;font-weight:300;line-height:110%;opacity:.4;letter-spacing:-.48px;width:-webkit-fill-available}.author-one{margin-top:-3px;text-align:right;width:500%}.author-span-one{padding:0 1.5em}.author-two{padding-top:32px;text-align:left;padding-left:50px;margin-left:0;width:550%}.author-span-two{padding:0 2.5em}.author-three{padding-top:23px;text-align:right;padding-right:92px;margin-right:0;width:500%}.author-span-three{padding:0 2em}.author-four{padding-top:28px;text-align:right;padding-right:23px;margin-bottom:0;width:500%}.author-span-four{padding:0 1em}.author-five{padding-top:7px;text-align:left;padding-left:21px;padding-bottom:23px;margin-bottom:0;width:500%}.author-span-five{padding:0 2em}.author-six{padding-top:32px;text-align:right;padding-right:36px;width:500%}.author-span-six{padding:0 2em}.author-seven{padding-top:45px;text-align:left;padding-left:35px;width:500%}.author-span-seven{padding:0 2em}.author-eight,.author-nine{padding-top:24px;text-align:right;padding-right:58px;padding-bottom:28px;width:500%}.author-span-eight,.author-span-nine{padding:0 2em}.author-one-lg{display:none}}.genre-slide{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:-webkit-fill-available;text-align:center;position:relative;overflow:hidden;border-radius:32px}.grenre-bg-ellipse{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:32px;pointer-events:none;z-index:5;background:linear-gradient(180deg,#004747fa,#004747d9,#00474766 24%,#00474700 42% 58%,#00474766 76%,#004747d9,#004747fa)}.genre-title-sm{display:none}.genre-title-lg{display:flex;padding:20px 55px 0;color:var(--RR-Light-Green, #bcdddd);text-align:center;text-shadow:0 4px 32px rgba(229,249,255,.1);font-family:Literata,serif;font-size:24px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:-.72px;z-index:6;margin-bottom:0}.genre-bottom-text{color:var(--RR-Light-Green, #bcdddd);text-align:center;text-shadow:0 4px 32px rgba(229,249,255,.1);font-family:Literata;font-size:24px;font-style:normal;font-weight:400;line-height:130%;letter-spacing:-.72px;position:absolute;bottom:40px;left:50%;z-index:6;width:85%;max-width:600px;padding:0 20px}.genre-name{display:flex;flex-direction:row;align-items:center;justify-content:center;text-align:center;margin-top:-20px;margin-bottom:-80px;z-index:10;gap:20px;width:100%;padding:0 20px;box-sizing:border-box}.genre-markup{flex-shrink:0;z-index:10}.genre-wheel-container{position:relative;height:280px;width:100%;max-width:400px;overflow:hidden;display:flex;align-items:center;justify-content:center;mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.3) 15%,rgb(0,0,0) 35%,rgb(0,0,0) 65%,rgba(0,0,0,.3) 85%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.3) 15%,rgb(0,0,0) 35%,rgb(0,0,0) 65%,rgba(0,0,0,.3) 85%,transparent 100%)}.genre-wheel{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;margin-bottom:0}.genre-wheel-item{display:flex;align-items:center;justify-content:center;width:100%;text-align:center;will-change:transform,opacity;pointer-events:none}.genre-wheel-item.active .genre-wheel-text{color:var(--RR-Light-Green, #bcdddd);text-shadow:-40px -73px 23px rgba(0,30,31,.01),-26px -47px 21px rgba(0,30,31,.08),-14px -26px 18px rgba(0,30,31,.28),-6px -12px 13px rgba(0,30,31,.48),-2px -3px 7px rgba(0,30,31,.55);-webkit-text-strokewidth:.25px;-webkit-text-stroke-color:#fff;font-size:67px;font-weight:300}.genre-wheel-text{font-family:Literata,serif;font-style:normal;line-height:110%;letter-spacing:-1.08px;color:var(--rr-light-green-30, #6ab4b4);font-size:32px;font-weight:300;transition:font-size .15s ease-out,color .15s ease-out;white-space:nowrap}.genre-slide img{will-change:transform;backface-visibility:hidden;transform:translateZ(0)}.gernre-top-img{display:none;justify-content:space-between;gap:45px;height:100%;position:relative;z-index:1}.top-left-img{padding-top:0;padding-bottom:0}.gernre-top-right-img{position:relative}.gernre-top-right-img .top-img{width:181.5px;object-fit:cover;aspect-ratio:181.5/181.5;flex-shrink:0;margin-top:-30px;transform:rotate(-4deg);border-radius:4px}.gernre-top-right-img .bottom-img{position:absolute;left:60%;bottom:-40%;width:181.5px;object-fit:cover;aspect-ratio:181.5/181.5;flex-shrink:0;transform:rotate(-14deg);border-radius:4px}.gernre-bottom-img{display:none;justify-content:space-between;gap:75px;position:relative;z-index:1}.gernre-bottom-img .left-img{margin-top:-20px;margin-bottom:85px;position:relative;z-index:1}.gernre-botom-right-img{position:relative}.gernre-botom-right-img .right-img{position:absolute;bottom:10%;right:15%;z-index:0}.gernre-top-img-container{position:relative;width:-webkit-fill-available;margin-top:-90px;z-index:1}.genre-bottom-img-container{position:relative;width:-webkit-fill-available;margin-bottom:-180px;z-index:1}.gernre-top-img-lg{display:flex;justify-content:space-between;gap:5px;height:100%;position:relative;z-index:1;margin-top:-40px}.top-left-img-lg{margin-top:-20px;padding-top:0;padding-left:0;width:272.25px;height:272.25px;flex-shrink:0;object-fit:cover;aspect-ratio:272.25/272.25;border-radius:8px;padding-bottom:0;transform:rotate(12deg)}.gernre-top-right-img-lg{position:relative;height:200px;width:auto}.gernre-top-right-img-lg .top-img-lg{width:272.25px;height:272.25px;flex-shrink:0;object-fit:cover;aspect-ratio:272.25/272.25;border-radius:8px;margin-top:80px;margin-right:-40px;transform:rotate(-3deg)}.gernre-top-right-img-lg .bottom-img-lg{position:absolute;right:65%;top:-30px;width:272.25px;height:272.25px;flex-shrink:0;object-fit:cover;aspect-ratio:272.25/272.25;border-radius:8px;transform:rotate(-18deg)}.gernre-botom-left-img-lg{width:272.25px;height:272.25px;flex-shrink:0;object-fit:cover;aspect-ratio:272.25/272.25;border-radius:8px;margin-left:-20px;transform:rotate(18deg)}.gernre-botom-left-img-sm{width:181.5px;object-fit:cover;aspect-ratio:181.5/181.5;flex-shrink:0;border-radius:4px;margin-left:-50px;margin-top:90px;transform:rotate(15deg)}.gernre-bottom-img-lg{display:flex;justify-content:space-between;gap:15px;position:relative;z-index:1}.gernre-bottom-img-lg .left-img-lg{width:272.25px;height:272.25px;flex-shrink:0;object-fit:cover;aspect-ratio:272.25/272.25;border-radius:8px;position:relative;z-index:1;transform:rotate(-8deg)}.gernre-botom-right-img-lg{position:relative;padding-top:40px}.gernre-botom-right-img-lg .right-img-lg{position:absolute;width:272.25px;height:272.25px;flex-shrink:0;object-fit:cover;aspect-ratio:272.25/272.25;border-radius:8px;top:15%;right:92%;z-index:0;transform:rotate(-7deg)}@media(max-width:768px){.genre-slide{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;position:relative;overflow:hidden;border-radius:32px}.grenre-bg-ellipse{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:32px;pointer-events:none;z-index:5;background:linear-gradient(180deg,#004747fa,#004747d9,#00474766 24%,#00474700 42% 58%,#00474766 76%,#004747d9,#004747fa)}.genre-title-sm{padding:60px 40px 0;color:var(--RR-Light-Green, #bcdddd);text-align:center;text-shadow:0 4px 32px rgba(229,249,255,.1);font-family:Literata,serif;font-size:24px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:-.72px;z-index:6;display:flex;margin-bottom:-100px}.genre-title-lg{display:none}.genre-bottom-text{display:block;color:var(--RR-Light-Green, #bcdddd);text-align:center;text-shadow:0 4px 32px rgba(229,249,255,.1);font-family:Literata;font-size:24px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:-.72px;position:absolute;bottom:50px;left:50%;transform:translate(-50%);z-index:6;width:90%}.genre-name{display:flex;flex-direction:row;align-items:center;justify-content:center;text-align:center;margin-top:0;margin-bottom:-70px;z-index:10;gap:10px}.genre-wheel-container{height:240px;max-width:280px}.genre-wheel-item.active .genre-wheel-text{font-size:44px}.genre-wheel-text{font-size:28px}.gernre-top-img{display:flex;justify-content:space-between;gap:45px;height:100%;position:relative;z-index:1}.top-left-img{width:181.5px;object-fit:cover;aspect-ratio:181.5/181.5;flex-shrink:0;margin-left:-5%;transform:rotate(12deg);border-radius:4px}.gernre-bottom-img{display:flex;justify-content:space-between;gap:75px;position:relative;z-index:1}.gernre-bottom-img .left-img{transform:rotate(-12deg);margin-top:40px;margin-bottom:80px;margin-right:-20px;width:181.5px;object-fit:cover;aspect-ratio:181.5/181.5;border-radius:4px;flex-shrink:0;position:relative;z-index:1}.gernre-botom-right-img{position:relative}.gernre-botom-right-img .right-img{position:absolute;bottom:-10%;right:20%;z-index:0;width:181.5px;object-fit:cover;aspect-ratio:181.5/181.5;border-radius:4px;flex-shrink:0;transform:rotate(-5deg)}.gernre-top-img-container{position:relative;margin-top:0}.genre-bottom-img-container{position:relative;margin-bottom:0}.gernre-top-img-lg,.gernre-bottom-img-lg{display:none}}@media(max-width:375px){.genre-wheel-container{height:200px;max-width:240px}.genre-wheel-item.active .genre-wheel-text{font-size:44px}.genre-wheel-text{font-size:24px}}@keyframes floatAnimation{0%,to{transform:translateY(0) rotate(var(--rotate-deg, 0deg))}50%{transform:translateY(-8px) rotate(var(--rotate-deg, 0deg))}}.float-anim{animation:floatAnimation var(--duration, 3s) ease-in-out infinite;animation-delay:var(--delay, 0s);--rotate-deg: 0deg}.genre-img-top-left{--duration: 3s;--delay: 0s;--rotate-deg: 12deg;animation:floatAnimation var(--duration) ease-in-out infinite;animation-delay:var(--delay);transform:rotate(var(--rotate-deg))}.genre-img-top-right-top{--duration: 3.5s;--delay: .5s;--rotate-deg: -3deg;animation:floatAnimation var(--duration) ease-in-out infinite;animation-delay:var(--delay);transform:rotate(var(--rotate-deg))}.genre-img-top-right-bottom{--duration: 4s;--delay: 1s;--rotate-deg: -18deg;animation:floatAnimation var(--duration) ease-in-out infinite;animation-delay:var(--delay);transform:rotate(var(--rotate-deg))}.genre-img-mobile-top-left{--duration: 3.2s;--delay: .3s;--rotate-deg: 12deg;animation:floatAnimation var(--duration) ease-in-out infinite;animation-delay:var(--delay);transform:rotate(var(--rotate-deg))}.genre-img-mobile-top-right-top{--duration: 3.7s;--delay: .7s;--rotate-deg: -4deg;animation:floatAnimation var(--duration) ease-in-out infinite;animation-delay:var(--delay);transform:rotate(var(--rotate-deg))}.genre-img-mobile-top-right-bottom{--duration: 4.1s;--delay: 1.1s;--rotate-deg: -14deg;animation:floatAnimation var(--duration) ease-in-out infinite;animation-delay:var(--delay);transform:rotate(var(--rotate-deg))}.genre-img-bottom-left{--duration: 3.2s;--delay: .3s;--rotate-deg: 18deg;animation:floatAnimation var(--duration) ease-in-out infinite;animation-delay:var(--delay);transform:rotate(var(--rotate-deg))}.genre-img-bottom-right-left{--duration: 3.8s;--delay: .8s;--rotate-deg: -8deg;animation:floatAnimation var(--duration) ease-in-out infinite;animation-delay:var(--delay);transform:rotate(var(--rotate-deg))}.genre-img-bottom-right-right{--duration: 4.2s;--delay: 1.2s;--rotate-deg: -7deg;animation:floatAnimation var(--duration) ease-in-out infinite;animation-delay:var(--delay);transform:rotate(var(--rotate-deg))}.genre-img-mobile-bottom-left{--duration: 3.3s;--delay: .4s;--rotate-deg: 15deg;animation:floatAnimation var(--duration) ease-in-out infinite;animation-delay:var(--delay);transform:rotate(var(--rotate-deg))}.genre-img-mobile-bottom-right-left{--duration: 3.9s;--delay: .9s;--rotate-deg: -12deg;animation:floatAnimation var(--duration) ease-in-out infinite;animation-delay:var(--delay);transform:rotate(var(--rotate-deg))}.genre-img-mobile-bottom-right-right{--duration: 4.3s;--delay: 1.3s;--rotate-deg: -5deg;animation:floatAnimation var(--duration) ease-in-out infinite;animation-delay:var(--delay);transform:rotate(var(--rotate-deg))}.float-paused{animation-play-state:paused!important}.float-running{animation-play-state:running!important}.percentile-slide{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:2rem}@media(min-width:768px){.percentile-slide{width:100%}}.percentile-heading{color:var(--RR-Light-Green, #bcdddd);text-align:center;text-shadow:0 4px 32px rgba(229,249,255,.1);font-family:Literata;font-size:24px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.72px;margin-bottom:90px}.percentile-main{width:100%;display:flex;justify-content:flex-end;align-items:flex-start}@media(min-width:768px){.percentile-main{justify-content:center}}.percentile-left{position:absolute;top:0;left:0;width:150px;display:flex;flex-direction:column;align-items:center;text-align:center}.percentile-number{display:flex;color:var(--rr-light-green-30, #6ab4b4);text-align:center;font-family:Literata;font-size:96px;font-style:normal;font-weight:300;line-height:110%;letter-spacing:-2.88px}.percentile-number span{font-size:48px}.percentile-subtext{color:var(--rr-light-green-30, #6ab4b4);text-align:center;text-shadow:0 4px 32px rgba(229,249,255,.1);font-family:Literata;font-size:16px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.48px;margin-top:8px}.percentile-bars{height:min(520px,60vh);display:flex;align-items:flex-end;gap:18px}@media(min-width:768px){.percentile-bars{width:100%;justify-content:space-around}}.percentile-bar-wrap{width:150px;height:100%;position:relative;display:flex;align-items:flex-end;justify-content:center}@media(min-width:768px){.percentile-bar-wrap{min-width:283px;width:283px}}.percentile-bar{width:150px}@media(min-width:768px){.percentile-bar{min-width:283px;width:283px}}.percentile-bar--left{background:linear-gradient(180deg,var(--RR-Green, #066) 0%,rgba(0,102,102,0) 100%)}.percentile-bar--right{height:100%;background:linear-gradient(180deg,#fbf452,#fbf45200)}@media(max-width:768px){.percentile-heading{margin-bottom:48px}.percentile-main{flex-direction:column;align-items:center;gap:24px;height:505px}.percentile-left{width:120px}.percentile-bars{height:min(505px,65vh)}.percentile-bar,.percentile-bar-wrap{width:120px}}.kuulaja-slide-container-mobile{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:8px;width:100%;height:100%;min-height:100%;background:#003d3d;background-repeat:no-repeat;background-size:cover;padding:0;overflow:hidden}@media(min-width:768px){.kuulaja-slide-container-mobile{display:none}}.kuulaja-slide{position:relative;padding:0;display:flex;align-items:stretch;justify-content:center;flex-direction:column;gap:0;width:100%;height:100%;flex:1;background-color:#003d3d;overflow:hidden;border-radius:32px;border:.5px solid rgba(106,180,180,.5)}.kuulaja-slide .uitaja{z-index:100}.kuulaja-slide .bottom-gradient{width:100%;position:absolute;bottom:0;left:0;right:0}.kuulaja-media{position:relative;width:100%;height:100%;min-height:420px;border-radius:inherit;overflow:hidden;background-color:#003d3d}.kuulaja-media-desktop{height:100%}.kuulaja-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1}.kuulaja-media-desktop .kuulaja-video{object-fit:contain;object-position:center;background:transparent}.kuulaja-media-desktop:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#65abb1 50%,#61a9ae 65%,#76b8be 75%,#60abb0);z-index:0;pointer-events:none}.kuulaja-foreground{position:absolute;inset:25px 0 0;width:100%;height:100%;object-fit:contain;pointer-events:none;z-index:10;transform:scale(.98)}@media(min-width:768px){.kuulaja-foreground{transform:scale(1);top:10px}}.kuulaja-gradient{width:50%;height:100%;position:absolute;inset:0;background:linear-gradient(180deg,#65abb1 50%,#61a9ae 70%,#76b8be 80%,#60abb0)}.kuulaja-overlay-text{position:absolute;left:50%;bottom:24px;transform:translate(-50%);margin:0;padding:0 16px;color:#003d3d;text-align:center;text-shadow:0 4px 32px rgba(229,249,255,.1);font-family:Literata,serif;font-size:16px;font-style:normal;font-weight:500;line-height:120%;letter-spacing:-.48px;white-space:pre-line;z-index:2;width:80%}@media(min-width:768px){.kuulaja-overlay-text{z-index:20}}.cta-wrapper{width:100%;display:flex;justify-content:center;align-items:center}.raamat-logo{margin-top:16px;display:flex;width:149.773px;height:auto}.curved-text-container{width:110%;display:flex;justify-content:center;align-items:center;z-index:100}.curved-text-container svg{display:block;max-width:110%;height:auto}.tagline-mobile-container{position:absolute;bottom:0;left:0;right:0;z-index:2;display:flex;justify-content:center;align-items:center}.tagline-mobile{position:relative;color:#003d3d;text-align:center;font-family:Literata,serif;font-size:16px;line-height:1.3;letter-spacing:-.48px;white-space:pre-line;padding:10px 24px;max-width:90%;align-self:center;margin:0 auto;z-index:2}.kuulaja-slide-container-desktop{display:none}@media(min-width:768px){.kuulaja-slide-container-desktop{display:flex;flex-direction:column;width:min(980px,94vw);min-height:min(100%,88vh);max-height:calc(100% - 20px);margin:0 auto;background:linear-gradient(180deg,#65abb1 50%,#76b8be);overflow:hidden;border-radius:32px;border:.5px solid rgba(106,180,180,.5);position:relative}}.kuulaja-slide-container-desktop .kuulaja-slide-desktop{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:8px;width:100%;height:100%;max-height:100%;z-index:1;overflow:hidden}.kuulaja-slide-container-desktop .sinu-kuulaja{position:relative;width:auto;height:auto;max-width:90%;max-height:30%;object-fit:contain;pointer-events:none;flex-shrink:1}.kuulaja-slide-container-desktop .brace-lines{position:relative;width:auto;height:auto;object-fit:contain;pointer-events:none;flex-shrink:1}.kuulaja-slide-container-desktop .pipi-pik{position:relative;width:auto;height:auto;max-width:70%;max-height:20%;object-fit:contain;pointer-events:none;flex-shrink:1}.kuulaja-slide-container-desktop .kuulaja-desktop-footer{position:absolute;inset:auto 0 0;display:block;z-index:2;pointer-events:none}.kuulaja-slide-container-desktop .tagline{color:#003d3d;text-align:center;font-family:Literata,serif;font-size:16px;font-style:normal;font-weight:400;line-height:1.2;letter-spacing:-.48px;text-shadow:0px 4px 32px rgba(229,249,255,.1);white-space:pre-wrap}.kuulaja-slide-container-desktop .tagline-center{position:absolute;left:50%;bottom:10px;transform:translate(-50%);width:400px}.kuulaja-slide-container-desktop .cta-wrapper.desktop{position:absolute;right:40px;bottom:16px;pointer-events:auto}.kuulaja-slide-container-desktop .cta-desktop-right{display:flex;justify-content:flex-end;width:auto}.tagline-and-button-wrapper{display:none}@media(max-width:768px){.rectangle{width:60%}}@media(max-width:768px){.curved-text-mobile{width:60%}}.gradient-divider-container{width:39%;display:flex;align-items:center;justify-content:space-between;gap:10px}.gradient-divider{width:7px;display:flex;gap:200px;height:200px;background:#fbf452}.share-capture{position:absolute;left:-9999px;top:-9999px;width:569px;max-width:569px;height:1012px;opacity:1;pointer-events:none}.download-status{margin-left:8px;color:#fff;font-size:12px;letter-spacing:.2px}.share-preview-overlay{position:fixed;inset:0;background:#000000a6;display:flex;align-items:flex-start;justify-content:center;z-index:2000;padding:32px 20px;overflow:auto}.share-preview-overlay.actions-only{align-items:center}.share-preview-dialog{background:#0b4a4a;border:1px solid rgba(255,255,255,.08);border-radius:16px;width:min(569px,92vw);max-height:90vh;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;gap:12px;overflow:auto}.share-preview-dialog.actions-only{width:auto;max-width:min(520px,92vw);max-height:none;overflow:visible;padding:20px}.share-preview-image{width:100%;height:auto;max-height:70vh;border-radius:12px;object-fit:contain;background:#003d3d}.share-preview-actions{display:flex;justify-content:flex-end;gap:10px}.share-preview-overlay.actions-only .share-preview-actions{justify-content:center}.share-preview-button{padding:10px 16px;border-radius:12px;border:1px solid rgba(255,255,255,.25);background:transparent;color:#e4f1f1;font-size:14px;cursor:pointer;transition:all .2s ease}.share-preview-button.primary{background:#fbf452;color:#003d3d;border-color:#fbf452;font-weight:600}.share-preview-button:hover{transform:translateY(-1px);box-shadow:0 4px 14px #0003}.share-button{display:flex;align-items:center;justify-content:center;gap:.5rem;width:350px;height:80px;border:1px solid #fef3c7;border-radius:32px;background:transparent;cursor:pointer;transition:all .2s ease-in-out}.share-button__text{text-align:center;font-size:16px;font-weight:600;line-height:1.5rem;color:#1f2937}.share-button__icon{width:24px;height:24px}@media(max-width:768px){.share-button{width:300px;height:70px;padding:.625rem 1.25rem;gap:.375rem;border-radius:24px}.share-button__icon{width:20px;height:20px}}@media(max-width:640px){.share-button{width:280px;height:60px;padding:.5rem 1rem;gap:.25rem}.share-button__text{font-size:.875rem}.share-button__icon{width:16px;height:16px}}.kulajta-cta{display:flex;width:100%;height:80px;padding:12px 32px;justify-content:center;align-items:center;gap:8px;border-radius:32px;border:1px solid #f3fbad;background:linear-gradient(180deg,#fbf452,#ffd437);white-space:nowrap;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}@media(min-width:769px){.kulajta-cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}}.kulajta-cta .share-button__text{font-family:Commissioner,sans-serif;font-size:16px;font-weight:600;line-height:1.5;color:#231e33;text-align:center}.kulajta-cta .share-button__icon{width:16px;height:16px;position:relative;top:-2px}@media(max-width:768px){.kulajta-cta{width:100%;height:60px;padding:10px 20px;gap:6px;border-radius:24px}}.curved-text-svg{display:block;margin:0 auto;padding-bottom:45px}.curved-text{fill:#fbf452;font-weight:350;font-size:88px;font-family:Literata,serif;letter-spacing:5px;text-align:center;line-height:2.2;text-shadow:2px 2px 4px rgba(0,0,0,.3)}@media(max-width:768px){.curved-text{font-size:46px;letter-spacing:4px}}.share-screen{position:relative;width:569px;aspect-ratio:9/16;background:#63adac;background-size:cover;background-position:center bottom;background-repeat:no-repeat;overflow:hidden;color:#003d3d;font-family:Literata,serif}.share-arc{position:absolute;top:36px;left:50%;transform:translate(-50%);width:360px;pointer-events:none}.share-arc .curved-text{fill:#f7e348;font-size:60px;font-weight:400;letter-spacing:6px;text-shadow:0 4px 32px rgba(0,0,0,.08)}.share-tagline{position:absolute;top:29%;left:49%;transform:translate(-50%);text-align:center;font-size:22px;line-height:1.25;text-shadow:0 4px 32px rgba(229,249,255,.1);width:260px}.share-bar{position:absolute;top:250px;width:12px;height:460px;background:#f7e348}.share-bar--left{left:24px}.share-bar--right{right:24px}.share-hero{position:absolute;bottom:20px;left:50%;transform:translate(-50%);width:416px;height:auto;object-fit:cover;z-index:1}.share-footer{position:absolute;left:0;right:0;bottom:0;background:linear-gradient(157deg,#066 -65.91%,#003132 84.97%);color:#e4f1f1;text-align:center;padding:28px 148px 76px;display:flex;flex-direction:column;align-items:center;gap:23px;z-index:400;font-family:Literata,serif}.share-stats{font-size:16px;line-height:1.2;text-shadow:0px 4px 32px rgba(229,249,255,.1);color:#e4f1f1}.share-stats__subtitle{font-family:Literata,serif;font-size:16px;font-style:normal;font-weight:400;line-height:1.2;letter-spacing:-.48px;margin-bottom:4px}.share-stats__line{margin:0;font-size:16px;letter-spacing:-.48px;display:flex;align-items:baseline;justify-content:center;gap:0}.share-stats__number{font-size:32px;font-weight:400;letter-spacing:-.96px;line-height:1.2;margin-right:.25em}.share-stats__text{font-size:16px;letter-spacing:-.48px}.share-logo{display:flex;align-items:center;justify-content:center;margin-top:8px}.share-logo__image{height:32px;width:auto}.saabastega-kass-rounded{top:15%;position:absolute;left:49.5%;transform:translate(-50%);z-index:0;pointer-events:none}.share-image-bg{display:flex;justify-content:center;position:absolute;bottom:-19%;left:0%;right:0;width:100%;z-index:0;pointer-events:none}.share-image-bg img{display:block;width:640px;max-width:640px;height:auto;object-fit:cover}.share-bottom{display:flex;width:569px;padding:28px 148px 76px;flex-direction:column;align-items:center;gap:23px}.share-parallel-lines{position:absolute;bottom:200px;left:0;right:0;z-index:1}.share-stats__text{flex-shrink:0;margin-right:.25em}.error-screen{width:100%;height:100vh;background:#003d3d;display:flex;align-items:center;justify-content:center;padding:2rem}.error-content{display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center}.error-logo{display:flex;justify-content:center;align-items:center}.error-logo .logo-text{font-size:4rem;font-weight:900;color:#6ab4b4;letter-spacing:.1em}.error-year{font-size:5rem;font-weight:900;color:#003d3d;text-shadow:2px 2px 6px rgba(0,0,0,.6),-2px -2px 4px rgba(106,180,180,.3),0 0 20px rgba(0,0,0,.4);letter-spacing:.05em}.error-message{color:#ffffffe6;font-size:1.25rem;max-width:400px}.error-message p{margin:.5rem 0}.error-detail{font-size:.875rem;color:#fff9}@media(max-width:768px){.error-logo .logo-text{font-size:3rem}.error-year{font-size:4rem}.error-message{font-size:1.1rem}}.summary-slide{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:2rem;gap:2rem}.summary-title{font-size:2rem;font-weight:800;color:#fff;margin:0;text-align:center}.summary-stats{width:100%;max-width:400px;display:flex;flex-direction:column;gap:1.25rem}.summary-stat-row{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px}.stat-label{font-size:1rem;color:#fffc;font-weight:500}.stat-value{font-size:1.25rem;color:#6ab4b4;font-weight:700}.audiobook-travel-journey-slide{background-image:url(/sinu-aasta-2025/assets/images/bgCatImg-Desktop.svg);background-size:cover;background-position:center center;background-repeat:no-repeat;width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:0 45px;gap:20rem}@media(min-width:768px){.audiobook-travel-journey-slide{justify-content:space-around;background-size:contain;height:92vh}}.audiobook-travel-journey-slide .topSection{display:flex;flex-direction:column;align-items:center;gap:16px}.travelJourney{color:var(--RR-Green--40, #003d3d);text-align:center!important;text-shadow:0 4px 32px rgba(229,249,255,.1);font-family:Literata;font-size:24px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.72px}.stat-Section{display:flex;flex-direction:column;align-items:center;gap:16px}@media(min-width:768px){.stat-Section{width:100%}}.stat-number{display:flex;width:258px;padding:0 16px;justify-content:center;align-items:baseline}.stat-number .number{color:var(--RR-Green--40, #003d3d);text-shadow:0 4px 32px rgba(229,249,255,.1);font-family:Literata;font-size:96px;font-style:normal;font-weight:400;line-height:100%;letter-spacing:-2.88px}.stat-number .typo{color:var(--RR-Green--40, #003d3d);text-align:right;text-shadow:0 4px 32px rgba(229,249,255,.1);font-family:Literata;font-size:16px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:-.48px}.aplaus{display:flex;align-items:center;justify-content:center;color:var(--RR-Green--40, #003d3d);text-shadow:0 4px 32px rgba(229,249,255,.1);font-family:Literata;font-size:16px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:-.48px}.listnerType{color:var(--RR-Alert-Yellow, #fbf452);text-align:center;text-shadow:0 4px 32px rgba(229,249,255,.1);font-family:Literata;font-size:16px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:-.48px;padding:0 29px 0 33px}@media(min-width:768px){.listnerType{max-width:197px}}@media(max-width:768px){.summary-title{font-size:1.75rem}.summary-stat-row{padding:.75rem 1rem}.stat-label{font-size:.9rem}.stat-value{font-size:1.1rem}}.dashed-line{width:100%;height:1px;background-image:repeating-linear-gradient(to right,#003d3d,#003d3d 10px,transparent 4px,transparent 15px)}.no-activity-slide{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%;padding:2rem;text-align:center}.no-activity-content{max-width:600px;width:100%}.no-activity-text{color:var(--rr-light-green-30, #6ab4b4);text-align:center;font-family:Literata,serif;font-size:24px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.72px;margin:0}.no-activity-button{display:inline-flex;align-items:center;justify-content:center;margin-top:2rem;padding:14px 32px;border-radius:999px;background:var(--rr-yellow, #fbf452);color:var(--rr-dark-green, #231e33);font-family:Inter,sans-serif;font-size:16px;font-weight:600;text-decoration:none;transition:all .2s ease;cursor:pointer}.no-activity-button:hover{transform:scale(1.05);box-shadow:0 4px 12px #fbf45266}.no-activity-button:active{transform:scale(.98)}@media(max-width:768px){.no-activity-slide{padding:1.5rem}.no-activity-text{font-size:20px;line-height:150%;letter-spacing:-.6px}}@media(max-width:480px){.no-activity-text{font-size:18px;line-height:150%;letter-spacing:-.54px}}
