#hero{height:60vh;background-color:var(--color-background);padding:4rem;padding-top:160px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4rem}#hero.rubric{min-height:60vh;height:auto;flex-direction:column}#heroContent{max-width:40%}#heroArticle-image{width:800px;height:600px;object-fit:cover;border-radius:1rem}#pastArticles{height:30vh;background-color:var(--color-primary);padding:8rem;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4rem}.pastArticle{background-color:var(--color-background);padding:1rem;border-radius:2rem;text-decoration:none}#categoriesWrapper{min-height:60vh;background-color:var(--color-background);padding:4rem;padding-top:160px;display:flex;flex-direction:column;justify-content:center;align-items:center}.categories-title{font-size:3.5rem;margin-bottom:3rem;color:var(--color-text-special)}#categories{display:flex;flex-direction:row;justify-content:center;align-items:stretch;gap:4rem;width:100%;max-width:1200px}.category-card{background-color:var(--color-primary);border-radius:2rem;padding:2rem;display:flex;flex-direction:column;align-items:center;transition:transform 0.3s ease}.category-card:hover{transform:translateY(-10px)}.category-image{border-radius:1rem;max-width:384px;max-height:288px;object-fit:cover}.category-content{max-width:384px;padding-top:1.5rem;text-align:center}.category-content h2{font-size:2rem;margin-bottom:1rem}.category-content p{margin-bottom:2rem;color:var(--color-text-special)}#creditLimitHistorySection{background-color:var(--color-background);padding:4rem;display:flex;flex-direction:column;align-items:center;gap:2rem}#creditLimitHistorySection h2{font-size:2.5rem;font-family:'Nunito Extrabold',sans-serif;color:var(--color-text-special);text-align:center;margin-bottom:1rem}#creditLimitChartContainer{width:100%;max-width:1000px;background-color:var(--color-primary);border-radius:1rem;padding:1.5rem;box-shadow:0 4px 12px rgb(0 0 0 / .1)}#creditLimitChart{width:100%;height:500px;display:block}#creditLimitChart .axis path,#creditLimitChart .axis line{fill:none;stroke:var(--color-text-special);stroke-width:1;shape-rendering:crispEdges}#creditLimitChart .axis text{fill:var(--color-text-special);font-family:'Nunito Semibold',sans-serif;font-size:.75rem}#creditLimitChart .grid-line{stroke:var(--color-onPrimary-lessdark);stroke-dasharray:2,2;stroke-width:1}#creditLimitChart .line{fill:none;stroke-width:2.5}#creditLimitLegend{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem 1.5rem;margin-top:1rem;max-width:1000px;padding:0 1rem}.legend-item{display:flex;align-items:center;gap:.5rem;font-family:'Nunito Semibold',sans-serif;font-size:.9rem;color:#fff}.legend-color-box{width:20px;height:10px;border-radius:2px}@media screen and (min-width:1000px){.pastArticle{width:256px}}@media screen and (min-width:2400px){.pastArticle{width:384px}}@media screen and (min-width:3200px){.pastArticle{width:512px}}@media screen and (max-width:1000px){#categories{max-width:80vw;flex-direction:column;gap:2rem}}@media screen and (max-width:768px){#hero{min-height:40vh;padding:2rem;padding-top:160px;flex-direction:column;gap:2rem}#hero picture,#hero picture img{width:384px;height:288px}#heroContent{max-width:100%}#pastArticles{height:auto;padding:4rem;flex-direction:column;gap:2rem}#categoriesWrapper{padding:2rem;padding-top:120px}.categories-title{font-size:2.5rem;margin-bottom:2rem}#categories{flex-direction:column;gap:2rem}.category-image{max-width:256px;max-height:192px}.category-content h2{font-size:1.5rem}#creditLimitHistorySection{padding:2rem 1rem}#creditLimitHistorySection h2{font-size:2rem}#creditLimitChartContainer{padding:1rem}#creditLimitChart{height:400px}.legend-item{font-size:.8rem}.legend-color-box{width:15px;height:8px}}@media screen and (max-width:480px){#hero picture,#hero picture img{width:256px;height:192px}}