.herosection{height:auto;width:100%;background-color:var(--gray-color);position:relative;border-radius:2rem;margin-bottom:1rem;overflow:hidden;color:var(--text-color);font-size:var(--font)}.herosection img{width:100%;height:auto;object-fit:cover;object-position:center}@keyframes zoomBackground{0%{background-size:120%}to{background-size:100%}}.herosection .hero-content{width:100%;height:100%;position:relative;overflow:hidden}.hero-progress-container{position:absolute;top:0;left:0;width:100%;height:5px;background-color:rgba(255,255,255,.3);z-index:10}.hero-progress-bar{height:100%;background-color:var(--accent2-color);transition:width .1s linear}.herosection .hero-content h1{font-size:3em;line-height:130%;font-weight:400}.herosection .hero-content h1 span{font-family:"Roboto Serif",serif;font-weight:700}.herosection .hero-content p{font-size:1.2em;width:60%;color:var(--text2-color)}.herosection .hero-btn{position:absolute;bottom:20%;left:0;right:0;margin:auto;width:fit-content;display:flex;align-items:center}.herosection .hero-btn .hero-icon{padding:.8em;background-color:var(--bg-color);font-size:1.5em;color:var(--text-color);border-radius:50%;line-height:1.25}@media (max-width:1199px){.herosection{border-radius:20px}.herosection .hero-btn .hero-icon{padding:.9rem;font-size:1.4rem}.herosection .hero-content h1{font-size:2.5rem}.herosection .hero-content p{font-size:1.1rem;width:60%;color:#555}}@media (max-width:999px){.herosection{margin-bottom:0!important;height:auto}}@media (max-width:768px){.herosection .hero-content{width:100%}.herosection .hero-content h1{font-size:2.3rem}.herosection .hero-content p{font-size:1rem}}@media (max-width:599px){.herosection{height:auto}.herosection .hero-content h1{font-size:2rem}.herosection .hero-content p{width:80%}}@media (max-width:499px){.herosection .hero-content{gap:20px}.herosection .hero-content h1{font-size:1.8rem}.herosection .hero-content p{width:100%}}.progress-container{background-color:var(--gray-color);height:3px;position:relative;width:100%;border-radius:50px;margin-right:20px}.progress-bar{background-color:var(--text2-color);height:70%;margin-top:1px;display:block;border-radius:50px;transform-origin:left;transition:all .5s ease}.newsletter{height:70%;width:100%;border-radius:2em;padding:3.5em;background-image:url(/images/Newsletter\ Banner.jpg);background-position:50%;background-size:cover;background-repeat:no-repeat;font-size:1em;color:var(--bg-color);position:relative;overflow:hidden}.newsletter h2{font-size:2.8em;line-height:170%}.newsletter p{font-size:1em;opacity:.8}.newsletter .news-btn{border:none!important}.newsletter h2 span{font-family:"Roboto Serif",serif;font-weight:700}.newsletter form{display:flex;flex-direction:column;margin-top:1em}.newsletter .news-image{height:20em;width:100%}.newsletter .news-image img{width:100%;height:100%;object-fit:cover}.newsletter form input{width:70%;padding:.7em 1.5em;font-size:1.1em;border-radius:2em;line-height:100%;color:var(--text-color);border:none;outline:none}.newsletter form button{width:fit-content}@media (max-width:999px){.newsletter{height:600px;border-radius:2rem;padding:3.5rem;font-size:.9rem;background-image:url(/images/newsletter\ Mobile.jpg);background-position:50%}.newsletter .news-image{position:static;display:none}}@media (max-width:768px){.newsletter{height:700px;padding:3rem;background-position:50%}.newsletter h2{line-height:110%}}@media (max-width:599px){.newsletter{padding:2rem}.newsletter form input{width:90%}}.category{font-size:var(--font);padding-top:1rem!important;padding-bottom:3rem!important;height:fit-content}.category .category-item{overflow:hidden;border-radius:12px;height:fit-content;position:relative;display:block}.category .category-item h4{position:absolute;bottom:5%;left:5%;font-size:1.2em;background-color:var(--bg-color);border-radius:2em;padding:.5em 1.4em;font-weight:700}.category .category-item .ctc{display:flex;align-items:center;position:absolute;top:5%;right:5%;font-weight:600;font-size:1.1em}.category .category-item .ctc svg{font-size:1.5em;width:1.5em;height:1.5em;padding:.4em;margin-left:10px;background-color:var(--bg-color);transform:rotate(-45deg);border-radius:50%}@media (max-width:1199px){.category .category-item .ctc{font-size:.9rem}}@media (max-width:768px){.category{padding-top:30px!important;padding-bottom:30px!important}}@media (max-width:599px){.category .category-item{height:20em}.category .category-item img{object-position:top;object-fit:cover;height:100%;width:100%}.category{padding-top:0!important}}@media (max-width:499px){.category .category-item{height:100%}.category .category-item h4{font-size:1em}}.category-slider-container{position:relative;width:100%}.category-arrow-next,.category-arrow-prev{position:absolute;top:50%;transform:translateY(-50%);z-index:10;cursor:pointer;margin:0!important;background-color:rgba(0,0,0,.35)!important;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);color:#fff!important;border:1px solid rgba(255,255,255,.2);transition:background-color .3s ease!important}.category-arrow-next:hover,.category-arrow-prev:hover{background-color:rgba(0,0,0,.6)!important}.category-arrow-next.disabled,.category-arrow-prev.disabled{background-color:rgba(0,0,0,.15)!important;color:rgba(255,255,255,.5)!important}.category-arrow-prev{left:-20px}.category-arrow-next{right:-20px}@media (max-width:768px){.category-arrow-prev{left:5px}.category-arrow-next{right:5px}}