.article-category-container{height:auto;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#333f4c}.article-category-container .article-category-wrapper{width:90%;height:auto;display:flex;flex-direction:column;align-items:center;margin-top:20px}.article-category-container .article-category-wrapper .article-category-hero-section{width:100%;height:60vh;display:flex;flex-direction:column;align-items:center;position:relative}.article-category-container .article-category-wrapper .article-category-hero-section .article-category-banner-image-wrapper{width:100%;height:85%;background-color:#ff541f;z-index:1;border-radius:20px;object-fit:cover}.article-category-container .article-category-wrapper .article-category-hero-section .article-category-banner-image-wrapper .article-category-banner-image{width:100%;height:100%;background-color:#ff541f;z-index:1;border-radius:20px;object-fit:cover}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container{height:35%;width:93%;z-index:1;position:absolute;bottom:0}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper{width:100%;height:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:end}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container{height:350px;width:100%;display:flex;flex-direction:row;gap:10px;align-items:end;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container::-webkit-scrollbar{display:none}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container{height:250px;min-width:350px;background-color:rgba(252,252,255,.862745098);border:.5px solid #e4e7ea;border-radius:10px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:height .3s ease,background-color .3s ease;margin-right:10px;display:flex;justify-content:center;align-items:center}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container:last-child{margin-right:0}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container.addbackground{height:300px!important;background-color:#363636!important;z-index:3;color:#fff}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container .hero-section-article-wrapper{height:90%;width:90%;display:flex;flex-direction:column;justify-content:start;align-items:start;gap:20px}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container .hero-section-article-wrapper .hero-section-article-header-section{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-size:16px}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container .hero-section-article-wrapper .hero-section-article-heading{text-align:left;font-size:20px;font-weight:700;cursor:pointer}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container .hero-section-article-wrapper .hero-section-article-heading:hover{opacity:.7}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container .hero-section-article-wrapper .hero-section-article-description{text-align:left;font-size:14px;font-weight:400}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container .hero-section-article-wrapper .hero-section-article-meta-wrapper{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-between}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-arrow-container{height:80px;margin-right:-10px;margin-left:10px}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-arrow-container .hero-section-arrow-wrapper{width:100%;height:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-around;gap:10px}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-arrow-container .hero-section-arrow-wrapper .hero-section-arrow-mark{height:50px;width:50px;background-color:rgba(252,252,255,.862745098);border:.5px solid #e4e7ea;border-radius:1000px;display:flex;justify-content:center;align-items:center}.article-category-container .article-category-wrapper .article-category-hero-section .carousel-dots{display:flex;justify-content:center;position:absolute;bottom:-30px}.article-category-container .article-category-wrapper .article-category-hero-section .carousel-dots .dot{width:8px;height:8px;border:none;border-radius:100px;background-color:#b2b2b2;margin:0 5px;cursor:pointer;transition:background-color .3s ease}.article-category-container .article-category-wrapper .article-category-hero-section .carousel-dots .dot.active{background-color:#363636}.article-category-container .article-category-wrapper .article-category-featured-section{margin-top:80px;width:93%;height:auto;display:flex;flex-direction:column;justify-content:space-between}.article-category-container .article-category-wrapper .article-category-featured-section .article-category-featured-section-header{width:100%;height:50px;display:flex;justify-content:start;align-items:center;position:relative}.article-category-container .article-category-wrapper .article-category-featured-section .article-category-featured-section-header p{margin-left:20px}.article-category-container .article-category-wrapper .article-category-featured-section .article-category-featured-section-header:after{width:100%;height:3px;content:"";position:absolute;bottom:0;background-color:#ff541f}.article-category-container .article-category-wrapper .article-category-featured-section .article-category-featured-section-header .article-category-featured-heading-wrapper{height:100%;width:-moz-fit-content;width:fit-content;background-color:#ff541f;color:#fff;display:flex;align-items:center;justify-content:center;padding-left:10px;padding-right:10px;border-top-left-radius:5px;border-top-right-radius:5px;font-size:14px}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container{width:100%;height:90%}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper{height:100%;width:100%;display:grid;grid-template-columns:1fr .7fr .7fr;grid-gap:30px;gap:30px;margin-top:30px;margin-bottom:30px}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-large{grid-column:1/2;grid-row:1/3}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-large .featured-article-large-wrapper{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:20px}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-large .featured-article-large-wrapper .featured-article-large-image{height:300px;width:100%;border-radius:20px;background-color:#d9d9d9;object-fit:cover}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-large .featured-article-large-wrapper .featured-article-large-content{width:100%;height:50%;display:flex;flex-direction:column;gap:15px}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-large .featured-article-large-wrapper .featured-article-large-content .featured-article-large-content-header{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-between}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-large .featured-article-large-wrapper .featured-article-large-content .featured-article-large-content-header .featured-article-large-content-utils{display:flex;gap:20px}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-large .featured-article-large-wrapper .featured-article-large-content .featured-article-large-content-heading{font-size:20px;font-weight:600;cursor:pointer;text-decoration:none}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-large .featured-article-large-wrapper .featured-article-large-content .featured-article-large-content-heading a{text-decoration:none;color:#333f4c}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-large .featured-article-large-wrapper .featured-article-large-content .featured-article-large-content-heading:hover{opacity:.7}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-large .featured-article-large-wrapper .featured-article-large-content .featured-article-large-content-description{width:100%;font-size:16px}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-large .featured-article-large-wrapper .featured-article-large-content .featured-article-large-content-meta-wrapper{width:100%;height:auto;display:flex;justify-content:space-between;margin-top:20px}.article-category-container .article-category-wrapper .article-categories-and-popular-article{width:93%;height:auto;display:grid;grid-template-columns:75% 25%}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section{width:96%;grid-column:1/2}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header{width:100%;height:50px;display:flex;justify-content:space-between;align-items:center;position:relative}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header:after{width:100%;height:3px;content:"";position:absolute;bottom:0;background-color:#ff541f}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header .article-categories-heading-wrapper{height:100%;width:auto;background-color:#ff541f;color:#fff;display:flex;align-items:center;justify-content:center;padding-left:10px;padding-right:10px;border-top-left-radius:5px;border-top-right-radius:5px}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header .article-categories-heading-wrapper h3{white-space:nowrap;text-overflow:ellipsis}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header .lift-of-topics-wrapper{width:90%;height:50px;display:flex;flex-direction:row;justify-content:start;align-items:center;gap:10px;position:relative}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header .lift-of-topics-wrapper .lift-of-topics-left-arrow-mark{position:relative;background-color:rgba(0,0,0,0);border:none;display:flex;justify-content:center;align-items:center}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header .lift-of-topics-wrapper .lift-of-topics-left-arrow-mark:before{content:"";position:absolute;top:0;left:19px;width:15px;height:100%;background:linear-gradient(90deg,rgb(255,255,255) 0,rgb(255,255,255) 80%,rgba(255,255,255,0));z-index:1;pointer-events:none}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header .lift-of-topics-wrapper .lift-of-topics-right-arrow-mark{position:relative;background-color:rgba(0,0,0,0);border:none;display:flex;justify-content:center;align-items:center}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header .lift-of-topics-wrapper .lift-of-topics-right-arrow-mark:after{content:"";position:absolute;top:0;right:19px;width:15px;height:100%;background:linear-gradient(270deg,rgb(255,255,255) 0,rgb(255,255,255) 80%,rgba(255,255,255,0));z-index:1;pointer-events:none}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header .lift-of-topics-wrapper .lift-of-topics{height:85%;width:100%;display:flex;flex-direction:row;justify-content:start;align-items:center;gap:30px;overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:none}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header .lift-of-topics-wrapper .lift-of-topics::-webkit-scrollbar{display:none}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header .lift-of-topics-wrapper .lift-of-topics .topic{width:-moz-fit-content;width:fit-content;cursor:pointer;padding:7px 0;border-radius:5px;transition:background-color .3s ease;border:none;font-size:16px;font-weight:600;background-color:#fff;white-space:nowrap;text-overflow:ellipsis;color:#959595}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header .lift-of-topics-wrapper .lift-of-topics .topic:hover{color:#333f4c}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header .lift-of-topics-wrapper .lift-of-topics .topic.highlighted-topic{color:#ff541f;font-weight:700}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-list-of-articles-wrapper{width:100%}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper{width:100%;height:auto;border-bottom:2px solid #eee;display:grid;grid-template-columns:.35fr .65fr;grid-gap:25px;gap:25px;padding-bottom:30px;padding-top:30px}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-image{grid-column:1/2;grid-row:1/2;height:200px;width:100%;background-color:#d9d9d9;border-radius:20px;object-fit:cover}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-content{grid-column:2/3;grid-row:1/2;display:flex;flex-direction:column;gap:15px}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-content .categorized-article-content-header{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-content .categorized-article-content-heading{font-size:20px;font-weight:600;cursor:pointer;text-decoration:none}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-content .categorized-article-content-heading a{text-decoration:none;color:#333f4c}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-content .categorized-article-content-heading:hover{opacity:.7}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-content .categorized-article-content-meta-utils-wrapper{width:100%;display:flex;flex-direction:row;justify-content:end;gap:10px}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-content-author{grid-column:1/2;grid-row:2/3}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-content-meta{grid-column:2/3;grid-row:2/3;display:flex;flex-direction:row;justify-content:space-between}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-content-meta .categorized-article-content-meta-time-data-wrapper{width:50%;height:auto;display:flex;flex-direction:row;justify-content:start;gap:30px}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-content-meta .categorized-article-content-meta-utils-wrapper{width:50%;height:auto;display:flex;flex-direction:row;justify-content:end;gap:30px}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-list-of-articles-wrapper.gridlayout{width:100%;display:flex;flex-wrap:wrap;justify-content:start;gap:25px}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-list-of-articles-wrapper.gridlayout>*{flex-basis:calc(33.33% - 20px)}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section.gridlayout{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;gap:25px}.article-category-container .article-category-wrapper .article-categories-and-popular-article .popular-articles-section{width:auto;height:auto;grid-column:2/3}.article-category-container .article-category-wrapper .article-categories-and-popular-article .popular-articles-section .popular-articles-section-header{height:50px;width:100%;display:flex;flex-direction:row;justify-content:start;align-items:center;margin-bottom:30px;position:relative}.article-category-container .article-category-wrapper .article-categories-and-popular-article .popular-articles-section .popular-articles-section-header:after{width:100%;height:3px;content:"";position:absolute;bottom:0;background-color:#ff541f}.article-category-container .article-category-wrapper .article-categories-and-popular-article .popular-articles-section .popular-articles-section-header .popular-articles-heading-wrapper{height:100%;width:-moz-fit-content;width:fit-content;background-color:#ff541f;color:#fff;display:flex;align-items:center;justify-content:center;padding-left:10px;padding-right:10px;border-top-left-radius:5px;border-top-right-radius:5px}.article-category-container .article-category-wrapper .article-categories-and-popular-article .popular-articles-section .list-of-popular-articles-wrapper{display:flex;flex-direction:column;gap:30px}.article-category-container .article-category-wrapper .article-categories-and-popular-article .popular-articles-section .list-of-popular-articles-wrapper .popular-article-wrapper{display:flex;flex-direction:column;gap:10px}.article-category-container .article-category-wrapper .article-categories-and-popular-article .popular-articles-section .list-of-popular-articles-wrapper .popular-article-wrapper .popular-article-index{font-size:24px;font-weight:700;color:#9d9d9d}.article-category-container .article-category-wrapper .article-categories-and-popular-article .popular-articles-section .list-of-popular-articles-wrapper .popular-article-wrapper .popular-article-heading{font-size:20px;font-weight:600;color:#333f4c;cursor:pointer;text-decoration:none}.article-category-container .article-category-wrapper .article-categories-and-popular-article .popular-articles-section .list-of-popular-articles-wrapper .popular-article-wrapper .popular-article-heading a{text-decoration:none;color:#333f4c}.article-category-container .article-category-wrapper .article-categories-and-popular-article .popular-articles-section .list-of-popular-articles-wrapper .popular-article-wrapper .popular-article-heading:hover{opacity:.7}.article-category-container .article-category-wrapper .article-categories-and-popular-article .popular-articles-section .list-of-popular-articles-wrapper .popular-article-wrapper .popular-article-meta-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.article-category-container .article-category-wrapper .article-categories-and-popular-article.gridlayout{display:grid;grid-template-columns:100%}.featured-article-small .featured-article-small-wrapper{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:10px}.featured-article-small .featured-article-small-wrapper .featured-article-small-image{height:200px;width:100%;border-radius:20px;background-color:#d9d9d9}.featured-article-small .featured-article-small-wrapper .featured-article-small-content{width:100%;height:50%;display:flex;flex-direction:column;gap:15px}.featured-article-small .featured-article-small-wrapper .featured-article-small-content .featured-article-small-content-header{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-between}.featured-article-small .featured-article-small-wrapper .featured-article-small-content .featured-article-small-content-header .featured-article-small-content-utils{display:flex;gap:20px}.featured-article-small .featured-article-small-wrapper .featured-article-small-content .featured-article-small-content-heading{font-size:20px;font-weight:600;color:#333f4c;cursor:pointer;text-decoration:none}.featured-article-small .featured-article-small-wrapper .featured-article-small-content .featured-article-small-content-heading a{text-decoration:none;color:#333f4c}.featured-article-small .featured-article-small-wrapper .featured-article-small-content .featured-article-small-content-heading:hover{opacity:.7}.featured-article-small .featured-article-small-wrapper .featured-article-small-content .featured-article-small-content-description{font-size:14px;width:100%}.featured-article-small .featured-article-small-wrapper .featured-article-small-content .featured-article-small-content-meta-wrapper{width:100%;height:auto;display:flex;justify-content:space-between;margin-top:10px}.read-more-button-wrapper{width:100%;height:auto;display:flex;justify-content:center;align-items:center;margin-top:20px;margin-bottom:20px}.read-more-button-wrapper .read-more-button{height:auto;background-color:#28374c;border:none;border-radius:100px;color:#fff;font-weight:600;font-size:16px;white-space:nowrap;text-overflow:ellipsis;padding:10px 20px;cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;text-decoration:none}.read-more-button-wrapper a{text-decoration:none}.topic-wrapper{display:flex;flex-direction:row;align-items:center;gap:10px}.topic-wrapper .topic-accent-color{background-color:red;height:5px;width:8px;border-radius:100px}.topic-wrapper .topic{font-weight:600;color:#731c30;cursor:pointer}.topic-wrapper .topic:hover{opacity:.7}.topic-wrapper .topic.addbackground{color:#fff}.categorized-article-wrapper{width:100%;height:auto;border-bottom:2px solid #eee;display:grid;grid-template-columns:.35fr .65fr;grid-gap:25px;gap:25px;padding-bottom:30px;padding-top:30px}.categorized-article-wrapper .categorized-article-image{grid-column:1/2;grid-row:1/2;height:200px;width:100%;background-color:#d9d9d9;border-radius:20px;object-fit:cover}.categorized-article-wrapper .categorized-article-content{grid-column:2/3;grid-row:1/2;display:flex;flex-direction:column;gap:15px}.categorized-article-wrapper .categorized-article-content .categorized-article-content-header{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.categorized-article-wrapper .categorized-article-content .categorized-article-content-heading{font-size:20px;font-weight:600;cursor:pointer;text-decoration:none}.categorized-article-wrapper .categorized-article-content .categorized-article-content-heading a{text-decoration:none;color:#333f4c}.categorized-article-wrapper .categorized-article-content .categorized-article-content-heading:hover{opacity:.7}.categorized-article-wrapper .categorized-article-content .categorized-article-content-meta-utils-wrapper{width:100%;display:flex;flex-direction:row;justify-content:end;gap:10px}.categorized-article-wrapper .categorized-article-content-author{grid-column:1/2;grid-row:2/3}.categorized-article-wrapper .categorized-article-content-meta{grid-column:2/3;grid-row:2/3;display:flex;flex-direction:row;justify-content:space-between}.categorized-article-wrapper .categorized-article-content-meta .categorized-article-content-meta-time-data-wrapper{width:50%;height:auto;display:flex;flex-direction:row;justify-content:start;gap:30px}.categorized-article-wrapper .categorized-article-content-meta .categorized-article-content-meta-utils-wrapper{width:50%;height:auto;display:flex;flex-direction:row;justify-content:end;gap:30px}@media(max-width:1170px){.article-categories-and-popular-article{display:flex!important;flex-direction:column}.article-categories-and-popular-article .article-categories-section .article-categories-section-header .lift-of-topics-wrapper .topic{font-size:16px!important}}@media(max-width:800px){.article-category-container{height:auto;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.article-category-container .article-category-wrapper{width:100%;height:auto;display:flex;flex-direction:column;align-items:center;margin-top:20px}.article-category-container .article-category-wrapper .article-category-hero-section{width:100%;height:55vh;display:flex;flex-direction:column;align-items:center;position:relative}.article-category-container .article-category-wrapper .article-category-hero-section .article-category-banner-image-wrapper{width:98%;height:80%;background-color:#ff541f;z-index:1;border-radius:20px}.article-category-container .article-category-wrapper .article-category-hero-section .article-category-banner-image-wrapper .article-category-banner-image{width:100%;height:100%;background-color:#ff541f;z-index:1;border-radius:20px}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container{height:35%;width:93%;z-index:1;position:absolute;bottom:0}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper{width:100%;height:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:end}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container{height:200px;width:100%;display:flex;flex-direction:row;gap:10px;align-items:end;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container::-webkit-scrollbar{display:none}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container{height:175px;min-width:270px;background-color:rgba(252,252,255,.862745098);border:.5px solid #e4e7ea;border-radius:10px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:height .3s ease,background-color .3s ease;margin-right:10px;display:flex;justify-content:center;align-items:center}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container:last-child{margin-right:0}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container.addbackground{height:200px!important;background-color:#363636!important;z-index:3;color:#fff}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container .hero-section-article-wrapper{height:90%;width:90%;display:flex;flex-direction:column;justify-content:start;align-items:start}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container .hero-section-article-wrapper .hero-section-article-header-section{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-size:12px}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container .hero-section-article-wrapper .hero-section-article-heading{text-align:left;font-size:18px;font-weight:700}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container .hero-section-article-wrapper .hero-section-article-description{text-align:left;font-size:12px;font-weight:400}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container .hero-section-article-wrapper .hero-section-article-meta-wrapper{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-between;font-size:12px}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-arrow-container{display:none;width:15%;height:80px;margin-left:10px}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-arrow-container .hero-section-arrow-wrapper{width:100%;height:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10px}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-arrow-container .hero-section-arrow-wrapper .hero-section-arrow-mark{height:70px;width:70px;border:2px solid #767676;border-radius:1000px}.article-category-container .article-category-wrapper .article-category-hero-section .carousel-dots{display:flex;justify-content:center;position:absolute;bottom:-30px}.article-category-container .article-category-wrapper .article-category-hero-section .carousel-dots .dot{width:7px;height:7px;border:none;border-radius:100px;background-color:#b2b2b2;margin:0 5px;cursor:pointer;transition:background-color .3s ease}.article-category-container .article-category-wrapper .article-category-hero-section .carousel-dots .dot.active{background-color:#363636}.article-category-container .article-category-wrapper .article-category-featured-section{margin-top:80px;width:93%;height:auto;display:flex;flex-direction:column;justify-content:space-between}.article-category-container .article-category-wrapper .article-category-featured-section .article-category-featured-section-header{width:100%;height:30px;display:flex;justify-content:start;align-items:center;position:relative}.article-category-container .article-category-wrapper .article-category-featured-section .article-category-featured-section-header:after{width:100%;height:2px;content:"";position:absolute;bottom:0;background-color:#ff541f}.article-category-container .article-category-wrapper .article-category-featured-section .article-category-featured-section-header .article-category-featured-heading-wrapper{height:100%;width:-moz-fit-content;width:fit-content;background-color:#ff541f;color:#fff;display:flex;align-items:center;justify-content:center;padding-left:10px;padding-right:10px;font-size:14px}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container{width:100%;height:auto;display:block}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper{height:100%;width:100%;display:flex;flex-direction:column;gap:5px;margin-bottom:10px}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-large{grid-column:1/2;grid-row:1/3}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-large .featured-article-large-wrapper{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:20px}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-large .featured-article-large-wrapper .featured-article-large-image{height:300px;width:100%;border-radius:20px;background-color:#d9d9d9}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-large .featured-article-large-wrapper .featured-article-large-content{width:100%;height:50%;display:flex;flex-direction:column;gap:20px}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-large .featured-article-large-wrapper .featured-article-large-content .featured-article-large-content-header{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-between}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-large .featured-article-large-wrapper .featured-article-large-content .featured-article-large-content-heading{font-size:24px;font-weight:600}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-large .featured-article-large-wrapper .featured-article-large-content .featured-article-large-content-description{width:100%}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-large .featured-article-large-wrapper .featured-article-large-content .featured-article-large-content-meta-wrapper{width:100%;height:auto;display:flex;justify-content:space-between;margin-top:20px}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-small .featured-article-small-wrapper{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:10px}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-small .featured-article-small-wrapper .featured-article-small-image{height:200px;width:100%;border-radius:20px;background-color:#d9d9d9}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-small .featured-article-small-wrapper .featured-article-small-content{width:100%;height:50%;display:flex;flex-direction:column;gap:15px}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-small .featured-article-small-wrapper .featured-article-small-content .featured-article-small-content-header{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-between}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-small .featured-article-small-wrapper .featured-article-small-content .featured-article-small-content-heading{font-size:20px;font-weight:600}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-small .featured-article-small-wrapper .featured-article-small-content .featured-article-small-content-description{font-size:14px;width:100%}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-small .featured-article-small-wrapper .featured-article-small-content .featured-article-small-content-meta-wrapper{width:100%;height:auto;display:flex;justify-content:space-between;margin-top:10px}.article-category-container .article-category-wrapper .article-category-featured-section .categorized-article-wrapper{width:100%;height:auto;border-bottom:1.5px solid #eee;display:grid;grid-template-columns:.35fr 1fr;grid-gap:10px;gap:10px;margin-bottom:5px;padding-bottom:10px}.article-category-container .article-category-wrapper .article-category-featured-section .categorized-article-wrapper .categorized-article-image{grid-column:1/2;grid-row:1/2;height:105px;width:100%;min-width:120px;background-color:#d9d9d9;border-radius:10px}.article-category-container .article-category-wrapper .article-category-featured-section .categorized-article-wrapper .categorized-article-content{grid-column:2/3;grid-row:1/2;display:flex;flex-direction:column;gap:7px}.article-category-container .article-category-wrapper .article-category-featured-section .categorized-article-wrapper .categorized-article-content .categorized-article-content-header{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-size:12px}.article-category-container .article-category-wrapper .article-category-featured-section .categorized-article-wrapper .categorized-article-content .categorized-article-content-heading{font-size:16px;font-weight:600;color:#333f4c;cursor:pointer;text-decoration:none}.article-category-container .article-category-wrapper .article-category-featured-section .categorized-article-wrapper .categorized-article-content .categorized-article-content-heading a{text-decoration:none;color:#333f4c}.article-category-container .article-category-wrapper .article-category-featured-section .categorized-article-wrapper .categorized-article-content .categorized-article-content-heading:hover{opacity:.7}.article-category-container .article-category-wrapper .article-category-featured-section .categorized-article-wrapper .categorized-article-content .categorized-article-content-description{font-size:14px}.article-category-container .article-category-wrapper .article-category-featured-section .categorized-article-wrapper .categorized-article-content .categorized-article-content-meta-utils-wrapper{width:100%;display:flex;flex-direction:row;justify-content:end;gap:10px}.article-category-container .article-category-wrapper .article-category-featured-section .categorized-article-wrapper .categorized-article-content-author{grid-column:1/2;grid-row:2/3;font-size:12px}.article-category-container .article-category-wrapper .article-category-featured-section .categorized-article-wrapper .categorized-article-content-meta{grid-column:2/3;grid-row:2/3;display:flex;flex-direction:row;justify-content:space-between}.article-category-container .article-category-wrapper .article-category-featured-section .categorized-article-wrapper .categorized-article-content-meta .categorized-article-content-meta-time-data-wrapper{width:auto;height:auto;display:flex;flex-direction:row;justify-content:start;gap:15px;font-size:12px}.article-category-container .article-category-wrapper .article-category-featured-section .categorized-article-wrapper .categorized-article-content-meta .categorized-article-content-meta-time-data-wrapper .categorized-article-content-meta-reading-time{width:55px}.article-category-container .article-category-wrapper .article-category-featured-section .categorized-article-wrapper .categorized-article-content-meta .categorized-article-content-meta-time-data-wrapper .categorized-article-content-meta-publish-date{width:100px}.article-category-container .article-category-wrapper .article-category-featured-section .categorized-article-wrapper .categorized-article-content-meta .categorized-article-content-meta-utils-wrapper{display:none}.article-category-container .article-category-wrapper .article-categories-and-popular-article{width:93%;height:auto;display:flex;flex-direction:column;gap:10px}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section{width:100%}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header{width:100%;height:30px;display:flex;justify-content:space-between;align-items:center;position:relative}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header.accent:after{width:100%;height:2px;content:"";position:absolute;bottom:0;background-color:red}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header:after{width:100%;height:2px;content:"";position:absolute;bottom:0;background-color:#c5c5c5}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header .article-categories-heading-wrapper.hide{display:none}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header .article-categories-heading-wrapper.accent{height:100%;width:auto;background-color:#ff541f;color:#fff;display:flex;align-items:center;justify-content:center;padding-left:10px;padding-right:10px;border-top-left-radius:5px;border-top-right-radius:5px}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header .article-categories-heading-wrapper.accent h3{white-space:nowrap;text-overflow:ellipsis}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header .lift-of-topics-wrapper{width:100%;height:50px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:5px;overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:none}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header .lift-of-topics-wrapper::-webkit-scrollbar{display:none}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header .lift-of-topics-wrapper .lift-of-topics{width:100%;gap:20px}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header .lift-of-topics-wrapper .lift-of-topics-left-arrow-mark{width:10px;display:none}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header .lift-of-topics-wrapper .lift-of-topics-left-arrow-mark:before{content:"";position:absolute;top:0;left:10px;width:15px;height:100%;background:linear-gradient(90deg,rgb(255,255,255) 0,rgb(255,255,255) 80%,rgba(255,255,255,0));z-index:1;pointer-events:none;display:none}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header .lift-of-topics-wrapper .lift-of-topics-right-arrow-mark{width:10px;display:none}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header .lift-of-topics-wrapper .lift-of-topics-right-arrow-mark:after{content:"";position:absolute;top:0;right:10px;width:15px;height:100%;background:linear-gradient(270deg,rgb(255,255,255) 0,rgb(255,255,255) 80%,rgba(255,255,255,0));z-index:1;pointer-events:none;display:none}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header .lift-of-topics-wrapper .topic{width:-moz-fit-content;width:fit-content;cursor:pointer;padding:5.5px 0;border-radius:5px;transition:background-color .3s ease;border:none;font-size:16px;font-weight:500;background-color:#fff}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header .lift-of-topics-wrapper .topic.highlighted-topic{color:#ff541f;position:relative;padding:5.5px 0}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header .lift-of-topics-wrapper .topic.highlighted-topic:after{content:"";width:100%;height:2px;position:absolute;bottom:.5px;left:0;background-color:#ff541f;z-index:2}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-list-of-articles-wrapper{width:100%;margin-top:10px}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper{width:100%;height:auto;border-bottom:1.5px solid #eee;display:grid;grid-template-columns:.35fr 1fr;grid-gap:10px;gap:10px;padding-bottom:10px;padding-top:10px}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-image{grid-column:1/2;grid-row:1/2;height:105px;width:100%;min-width:120px;background-color:#d9d9d9;border-radius:10px}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-content{grid-column:2/3;grid-row:1/2;display:flex;flex-direction:column;gap:7px}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-content .categorized-article-content-header{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-size:12px}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-content .categorized-article-content-heading{font-size:16px;font-weight:600}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-content .categorized-article-content-description{font-size:14px}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-content-author{grid-column:1/2;grid-row:2/3;font-size:12px}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-content-meta{grid-column:2/3;grid-row:2/3;display:flex;flex-direction:row;justify-content:space-between}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-content-meta .categorized-article-content-meta-time-data-wrapper{width:auto;height:auto;display:flex;flex-direction:row;justify-content:start;gap:15px;font-size:12px}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-content-meta .categorized-article-content-meta-time-data-wrapper .categorized-article-content-meta-reading-time{width:55px}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-content-meta .categorized-article-content-meta-time-data-wrapper .categorized-article-content-meta-publish-date{width:100px}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-content-meta .categorized-article-content-meta-utils-wrapper{display:none}.article-category-container .article-category-wrapper .article-categories-and-popular-article .popular-articles-section{width:auto;height:auto}.article-category-container .article-category-wrapper .article-categories-and-popular-article .popular-articles-section .popular-articles-section-header{height:30px;width:100%;display:flex;flex-direction:row;justify-content:start;align-items:center;margin-bottom:10px;position:relative}.article-category-container .article-category-wrapper .article-categories-and-popular-article .popular-articles-section .popular-articles-section-header:after{width:100%;height:2px;content:"";position:absolute;bottom:0;background-color:#ff541f}.article-category-container .article-category-wrapper .article-categories-and-popular-article .popular-articles-section .popular-articles-section-header .popular-articles-heading-wrapper{height:100%;width:-moz-fit-content;width:fit-content;background-color:#ff541f;color:#fff;display:flex;align-items:center;justify-content:center;padding-left:10px;padding-right:10px;font-size:14px}.article-category-container .article-category-wrapper .article-categories-and-popular-article .popular-articles-section .list-of-popular-articles-wrapper,.article-category-container .article-category-wrapper .article-categories-and-popular-article .popular-articles-section .list-of-popular-articles-wrapper .popular-article-wrapper{display:flex;flex-direction:column;gap:10px}.article-category-container .article-category-wrapper .article-categories-and-popular-article .popular-articles-section .list-of-popular-articles-wrapper .popular-article-wrapper .popular-article-index{font-size:20px;font-weight:700;color:#9d9d9d}.article-category-container .article-category-wrapper .article-categories-and-popular-article .popular-articles-section .list-of-popular-articles-wrapper .popular-article-wrapper .popular-article-heading{font-size:18px;font-weight:600;color:#333f4c;cursor:pointer;text-decoration:none}.article-category-container .article-category-wrapper .article-categories-and-popular-article .popular-articles-section .list-of-popular-articles-wrapper .popular-article-wrapper .popular-article-heading a{text-decoration:none;color:#333f4c}.article-category-container .article-category-wrapper .article-categories-and-popular-article .popular-articles-section .list-of-popular-articles-wrapper .popular-article-wrapper .popular-article-heading:hover{opacity:.7}.article-category-container .article-category-wrapper .article-categories-and-popular-article .popular-articles-section .list-of-popular-articles-wrapper .popular-article-wrapper .popular-article-description{font-size:14px}.article-category-container .article-category-wrapper .article-categories-and-popular-article .popular-articles-section .list-of-popular-articles-wrapper .popular-article-wrapper .popular-article-meta-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-size:12px}.categorized-article-wrapper{padding-top:10px;width:100%;height:auto;border-bottom:1.5px solid #eee;display:grid;grid-template-columns:.35fr 1fr;grid-gap:10px;gap:10px;margin-bottom:5px;padding-bottom:10px}.categorized-article-wrapper .categorized-article-image{grid-column:1/2;grid-row:1/2;height:105px;width:100%;min-width:120px;background-color:#d9d9d9;border-radius:10px}.categorized-article-wrapper .categorized-article-content{grid-column:2/3;grid-row:1/2;display:flex;flex-direction:column;gap:7px}.categorized-article-wrapper .categorized-article-content .categorized-article-content-header{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-size:12px}.categorized-article-wrapper .categorized-article-content .categorized-article-content-heading{font-size:16px;font-weight:600;color:#333f4c;cursor:pointer;text-decoration:none}.categorized-article-wrapper .categorized-article-content .categorized-article-content-heading a{text-decoration:none;color:#333f4c}.categorized-article-wrapper .categorized-article-content .categorized-article-content-heading:hover{opacity:.7}.categorized-article-wrapper .categorized-article-content .categorized-article-content-description{font-size:14px}.categorized-article-wrapper .categorized-article-content .categorized-article-content-meta-utils-wrapper{width:100%;display:flex;flex-direction:row;justify-content:end;gap:10px}.categorized-article-wrapper .categorized-article-content-author{grid-column:1/2;grid-row:2/3;font-size:12px}.categorized-article-wrapper .categorized-article-content-meta{grid-column:2/3;grid-row:2/3;display:flex;flex-direction:row;justify-content:space-between}.categorized-article-wrapper .categorized-article-content-meta .categorized-article-content-meta-time-data-wrapper{width:auto;height:auto;display:flex;flex-direction:row;justify-content:start;gap:15px;font-size:12px}.categorized-article-wrapper .categorized-article-content-meta .categorized-article-content-meta-time-data-wrapper .categorized-article-content-meta-reading-time{width:55px}.categorized-article-wrapper .categorized-article-content-meta .categorized-article-content-meta-time-data-wrapper .categorized-article-content-meta-publish-date{width:100px}.categorized-article-wrapper .categorized-article-content-meta .categorized-article-content-meta-utils-wrapper{display:none}.read-more-button-wrapper{display:flex;justify-content:start;align-items:center;font-size:14px}.read-more-button-wrapper .read-more-button{padding:7px 10px;font-size:14px}.read-more-button-wrapper .read-more-button img{width:16px;height:16px}}