.underlined-header{position:relative;display:inline-block}.underlined-header.small{font-size:1.25rem}.underlined-header.medium{font-size:1.75rem}.underlined-header.large{font-size:2.25rem}.underlined-header.underlined:before{content:"";position:absolute;bottom:0;left:-2px;right:-2px;height:2px;background-color:#666}.underlined-header.underlined:after{content:"";position:absolute;bottom:-2px;left:-2px;right:-2px;height:1px;background-color:#666}.underlined-header.dark-theme.underlined:before{background-color:#d0d0d0}.underlined-header.dark-theme.underlined:after{background-color:#d0d0d0}.underlined-header.no-underline:before,.underlined-header.no-underline:after{display:none}.underlined-header.hover-underline.underlined:before{background-color:#2453ff}.underlined-header.hover-underline.underlined:after{background-color:#2453ff}.underlined-header.hover-underline.dark-theme.underlined:before{background-color:#2453ff}.underlined-header.hover-underline.dark-theme.underlined:after{background-color:#2453ff}.component-section{width:100%;position:relative}.frequency-container{color:#faf9f7;background:#2c1810;margin:0;padding:0}.pension-amount-header{position:absolute;top:100px;left:120px}.pension-amount-button{position:absolute;bottom:100px;right:120px}.pension-amount-form{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.4em}.frequency-container{color:#faf9f7;background:#000}.frequency-word{cursor:pointer;background:#faf9f7;color:#2c1810;font-weight:600;padding:4px 8px;margin-right:12px}.frequency-word:hover{color:#2453ff;text-decoration:underline}.frequency-word-count{font-size:12px;display:none}.frequency-word:hover+.frequency-word-count{display:inline}*{box-sizing:border-box}html,body{height:100%;background:#faf9f7;color:#2c1810;font-family:Georgia,Times New Roman,Times,serif;line-height:1.5;font-weight:400;margin:0;overflow-x:hidden}#root{min-height:100vh;background:#faf9f7}h1,h2,h3{font-weight:700;line-height:1.2;margin:0 0 .6rem;text-transform:capitalize;letter-spacing:.05em;font-family:Times New Roman,Times,serif}h2,h3{letter-spacing:.03em}p{margin:.7rem 0;-webkit-hyphens:auto;hyphens:auto;text-wrap:pretty;font-family:Georgia,Times New Roman,Times,serif;line-height:1.5;font-size:16px;color:#2c1810;font-weight:400}a{color:#666;text-decoration:none;text-underline-offset:2px;transition:all .2s ease;font-family:Georgia,Times New Roman,Times,serif}a:hover{color:#333;text-decoration:underline}button{padding:10px 20px;background-color:#000;color:#fff;border:2px solid #000000;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;font-family:Times New Roman,Times,serif;letter-spacing:.08em;transition:all .2s ease;text-decoration:none;display:inline-block}button:hover{background-color:#fff;color:#000}.categories-chart-container{display:flex;align-items:center;justify-content:center}#chart-explanation{margin:20px;width:100%}.title-wrap{display:flex;flex-direction:column;height:100vh;margin-bottom:2rem;box-sizing:border-box;justify-content:center;align-items:center;margin-left:80px;margin-right:80px}.title-images-row{display:flex;justify-content:space-between;align-items:center;gap:2rem;flex:0 0 auto;padding:1rem 0;width:100%}.title-images-top{flex:0 0 auto}.title-text{text-align:center;flex:1 1 auto;display:flex;flex-direction:column;justify-content:center;max-width:800px;margin:0 auto;padding:2rem 0}.title-images-bottom{flex:0 0 auto}.title-image-wrapper{display:flex;align-items:center;justify-content:center}.title-image-wrapper[data-image-index="1"]{transform:translateY(60px)}.title-image-wrapper[data-image-index="2"]{transform:translate(20px)}.title-image-wrapper[data-image-index="3"]{transform:translateY(-60px);transform:translate(-20px)}.title-image-wrapper[data-image-index="4"]{transform:translateY(-40px);transform:translate(-60px)}.title-image-wrapper[data-image-index="5"]{transform:translate(40px);transform:translateY(-80px)}.title-image{display:block;height:auto;object-fit:contain;opacity:0;animation:fadeInOut 13s infinite}@keyframes fadeInOut{0%{opacity:0}8%{opacity:.5}42%{opacity:1}50%{opacity:0}to{opacity:0}}.title-images-top .title-image-wrapper:nth-child(1) .title-image{animation-delay:0s}.title-images-top .title-image-wrapper:nth-child(2) .title-image{animation-delay:5.5s}.title-images-top .title-image-wrapper:nth-child(3) .title-image{animation-delay:3.2s}.title-images-bottom .title-image-wrapper:nth-child(1) .title-image{animation-delay:1.8s}.title-images-bottom .title-image-wrapper:nth-child(2) .title-image{animation-delay:10.3s}.title-images-bottom .title-image-wrapper:nth-child(3) .title-image{animation-delay:5.7s}.title-wrap h1{font-size:2.5rem;margin-bottom:.5rem;color:#000}.title-wrap h4{font-size:1.2rem;font-weight:400;color:#666;text-transform:uppercase;letter-spacing:.1em}@media (max-width: 768px){.title-wrap{padding:1rem}.title-images-row{gap:1rem;padding:.5rem 0}}body{font-family:Georgia,Times New Roman,Times,serif;line-height:1.6;color:#333}.categories-intro{text-align:center}.category-cards-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.category-card{padding:15px 25px;border:2px solid #000000;border-radius:8px;background-color:#fff;color:#000;cursor:pointer;font-size:16px;font-weight:500;font-family:Georgia,Times New Roman,Times,serif;text-transform:uppercase;letter-spacing:.05em;transition:all .2s ease}.category-card:hover{background-color:#f3f4f6}.category-card.active{background-color:#000;color:#fff}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-overlay-high{z-index:2000}.modal-content{background:#fff;padding:30px;border-radius:12px;max-width:700px;width:90%;max-height:85vh;overflow:auto;position:relative}.modal-content-large{max-width:600px}.modal-close-button{position:absolute;top:15px;right:15px;background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280}.modal-heading{margin-top:0;color:#000;font-family:Times New Roman,Times,serif;text-transform:uppercase;letter-spacing:.05em}.modal-body-text{font-size:16px;line-height:1.6;color:#333;font-family:Georgia,Times New Roman,Times,serif}.modal-body-text-small{font-size:14px}.modal-section{margin-bottom:15px}.modal-section-label{font-family:Times New Roman,Times,serif;text-transform:uppercase;letter-spacing:.05em;font-size:14px;font-weight:700;color:#000}.modal-section-text{margin:5px 0;line-height:1.6;font-family:Georgia,Times New Roman,Times,serif;font-size:14px;color:#333}.modal-section-text-italic{font-style:italic}.modal-actions{margin-top:20px;display:flex;gap:10px;justify-content:flex-end}.button-primary{padding:10px 20px;background-color:#000;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;font-family:Georgia,Times New Roman,Times,serif;text-transform:uppercase;letter-spacing:.05em}.button-primary:hover{background-color:#000;color:#fff}.nav-button{position:absolute;bottom:20px;left:50%;transform:translate(-50%);background:none;color:#333;border:none;border-radius:0;width:auto;height:auto;cursor:pointer;font-size:24px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;padding:8px}.nav-button:hover{color:#000;transform:translate(-50%) scale(1.2);background:none}.tooltip{position:absolute;background:#000000e6;color:#fff;padding:10px;border-radius:6px;font-size:12px;max-width:360px;overflow:auto;z-index:1000;pointer-events:none}.tooltip-date{font-weight:700;margin-bottom:5px;font-family:Times New Roman,Times,serif;text-transform:uppercase;letter-spacing:.05em;font-size:12px}.tooltip-content{margin-bottom:5px;font-family:Georgia,Times New Roman,Times,serif;font-size:11px;line-height:1.4}.section-underline-bottom{border-bottom:2px dotted black;width:80vw;margin:0 auto}.section-underline-bottom-dark{border-bottom:2px dotted #faf9f7;width:80vw;margin:0 auto}.section-underline-top{border-top:2px dotted black;width:80vw;margin:0 auto}
