@import "https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic";@import "https://fonts.googleapis.com/css?family=Josefin+Sans:100,200,300,regular,500,600,700,100italic,200italic,300italic,italic,500italic,600italic,700italic";@import "https://fonts.googleapis.com/css?family=Overlock:regular,italic,700,700italic,900,900italic";@import "https://fonts.googleapis.com/css?family=Khand:300,regular,500,600,700";:root{--primary-color: #0095da;--dark-bg-color: #353843;--banner-color: #161a25;--border-color: #f0f0f0;--menu-color: #3d3d3d;--light-blue-color: #cdefff;--text-dark-color: #686868;--text-light-color: #a4a4a4;--black-color: #000000;--white-color: #ffffff;--box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);--linear-gradient: rgba(0, 0, 0, 0.4);--title-font: "Josefin Sans", sans-serif;--desc-font: "Poppins", sans-serif;--exp-font: "Overlock", sans-serif;--banner-title-font: "Khand", sans-serif;--cubic-bezier: cubic-bezier(0.68, -0.55, 0.27, 1.55);--xl-gap: 3.5rem;--lg-gap: 3rem;--md-gap: 2rem;--sm-gap: 1rem;--xs-gap: 0.5rem}@keyframes fadeEffect{0%{opacity:0}100%{opacity:1}}@keyframes stickyMenuAnimation{0%{transform:translateY(-100%)}100%{transform:translateY(0)}}@keyframes skeletonAnimation{0%{transform:translateX(0)}50%{transform:translateX(100%)}100%{transform:translateX(0)}}@keyframes outerScrollToTopAnimation{0%{transform:translate(-50%,-50%) scale(.9);opacity:1}100%{transform:translate(-50%,-50%) scale(1);opacity:1}}@keyframes innerScrollToTopAnimation{0%{transform:translateY(0%) scale(1);opacity:1}25%{transform:translateY(-50%);opacity:1}50%{transform:translateY(-100%);opacity:0}70%{transform:translateY(100%);opacity:0}80%{transform:translateY(50%);opacity:1}100%{transform:translateY(0%);opacity:1}}@keyframes zoomEffectAnimation{0%{transform:translate(-50%,-50%) scale(1);opacity:1}100%{transform:translate(-50%,-50%) scale(1.3);opacity:.5}100%{transform:translate(-50%,-50%) scale(1.4);opacity:.2}}@keyframes sidebarMenuAnimation{0%{opacity:0;transform:scaleX(0)}100%{opacity:1;transform:scaleX(1)}}@keyframes showLoader{0%{opacity:0}100%{opacity:1}}@keyframes loaderAnimation{0%{transform:translateY(-20px)}100%{transform:translateY(0)}}*{margin:0;padding:0;box-sizing:border-box;font-family:poppins,sans-serif}body{display:flex;flex-direction:column;min-height:100vh}main{flex:1}button:focus,a:focus{outline:none!important}a,a:hover{text-decoration:none!important}img{width:100%;height:100%;object-fit:cover}ul{list-style-type:none;padding-left:0!important}h1,h2,h3,h4,h5,h6,p,label,ul{margin-bottom:0!important}h1,h2,h3,h4,h5,h6,p,a{font-size:inherit;font-weight:inherit;font-family:inherit;color:inherit!important}button,input{border:0;outline:none}.wrapper{max-width:1536px;margin:0 auto}@media(max-width:1536px){.wrapper{max-width:98%}}.card__category{background:var(--primary-color);min-width:1rem;height:35px;padding:0 1rem;display:flex;align-items:center;justify-content:center;font-size:14px;letter-spacing:.5px;color:var(--white-color)!important;transition:all 600ms ease-in-out}@media(max-width:650px){.card__category{padding:0 .5rem;height:30px;font-size:12px}}.card__category:hover{transform:scale(.95)}.card__title{color:var(--white-color);font-family:var(--title-font);font-weight:700;font-size:20px;text-align:center;line-height:25px;transition:all 300ms ease-in-out}.darkBackground{background:var(--dark-bg-color)}.ap__unity{width:100%;background:var(--banner-color);position:relative;min-height:550px;padding:2rem;display:grid;place-items:center;overflow:hidden}@media(max-width:550px){.ap__unity{padding:3rem 1rem}}.ap__unity .wrapper{display:grid;place-items:center;height:100%}.ap__unity .wrapper .hero__img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:600px}@media(max-width:992px){.ap__unity .wrapper .hero__img{width:700px;height:500px}}@media(max-width:700px){.ap__unity .wrapper .hero__img{width:100%;height:500px}}.ap__unity .wrapper .hero__img img{object-fit:contain;opacity:5%}.ap__unity .wrapper .hero__details{display:flex;flex-direction:column;align-items:center;justify-content:center;grid-gap:1rem}.ap__unity .wrapper .hero__details .hero__title{color:var(--white-color)!important;text-transform:uppercase;font-size:32px;font-family:var(--banner-title-font);font-weight:700;letter-spacing:1px;text-align:center;padding:0 10rem}@media(max-width:992px){.ap__unity .wrapper .hero__details .hero__title{padding:0}}@media(max-width:768px){.ap__unity .wrapper .hero__details .hero__title{font-size:26px}}@media(max-width:550px){.ap__unity .wrapper .hero__details .hero__title{font-size:22px}}.ap__unity .wrapper .hero__details .hero__desc{font-size:18px;font-family:var(--english-font);letter-spacing:.5px;line-height:35px;color:var(--white-color)!important;font-weight:300;text-align:center;padding:0 10rem}@media(max-width:992px){.ap__unity .wrapper .hero__details .hero__desc{padding:0}}@media(max-width:768px){.ap__unity .wrapper .hero__details .hero__desc{font-size:16px;line-height:30px}}.ap__unity .wrapper .hero__details .hero__btn{min-width:10rem;height:45px;background:var(--primary-color);border-radius:50px;overflow:hidden;position:relative;padding:0 2rem;margin-top:2.5rem;box-shadow:var(--box-shadow)}.ap__unity .wrapper .hero__details .hero__btn.active::before{transform:translate(-50%,-50%) scale(1);border-radius:0;transition-delay:100ms}.ap__unity .wrapper .hero__details .hero__btn.active a p{color:var(-primary-color)!important}.ap__unity .wrapper .hero__details .hero__btn a{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.ap__unity .wrapper .hero__details .hero__btn a::before{content:"";position:absolute;top:0;left:0;background:var(--white-color);width:100%;height:100%;transform:scaleX(0);transform-origin:left;transition:all 500ms cubic-bezier(.68,-.55,.27,1.55);opacity:0}.ap__unity .wrapper .hero__details .hero__btn a p{position:relative;font-size:16px;position:relative;color:var(--white-color)!important;font-family:var(--english-font);letter-spacing:.5px;transition:all 300ms ease-in-out}@media(max-width:550px){.ap__unity .wrapper .hero__details .hero__btn a p{font-size:14px}}.ap__unity .wrapper .hero__details .hero__btn:hover a::before{transform:scaleX(1);opacity:1;transition-delay:.3s}.ap__unity .wrapper .hero__details .hero__btn:hover a p{color:var(--primary-color)!important;animation:btnSlidingTransition 1s linear}.backdrop{position:fixed;width:100%;height:100vh;top:0;left:0;z-index:999;background:rgba(0,0,0,.2);backdrop-filter:blur(10px);animation:fadeEffect 100ms linear}.search__overlay{position:fixed;z-index:1000;top:0;left:0;background:var(--banner-color);width:100%;min-height:400px;display:flex;justify-content:center;align-items:center;flex-direction:column;display:none}.search__overlay .ap__fwSearchInput{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.search__overlay.active{display:flex;animation:mobileMenuAnimation 1s 300ms linear}.search__overlay .close__search{position:absolute;top:2rem;right:3%;background:0 0;display:flex;align-items:center;justify-content:center;cursor:pointer}.search__overlay .close__search.active::before,.search__overlay .close__search:hover::before{width:3rem;height:3rem;opacity:1}.search__overlay .close__search.active i,.search__overlay .close__search:hover i{color:var(--white-color)}.search__overlay .close__search::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0;height:0;border-radius:100%;opacity:0;background:var(--primary-color);transition:all 300ms var(--cubic-bezier)}.search__overlay .close__search span{position:relative}.search__overlay .close__search span i{display:flex;color:#fff;font-size:32px}.search__overlay .search__input{width:60%;position:relative;overflow:hidden}@media(max-width:768px){.search__overlay .search__input{width:95%}}.search__overlay .search__input::before{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--primary-color);transition:all 600ms var(--cubic-bezier)}.search__overlay .search__input.active::before{width:100%}.search__overlay .search__input input{width:100%;height:50px;background:0 0;font-size:18px;padding:0 1rem;color:var(--white-color);letter-spacing:.5px;font-weight:300;border-bottom:1px solid var(--white-color);transition:all 300ms ease-in-out;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.search__overlay .search__input input::placeholder{font-size:32px;color:var(--text-light-color);text-transform:uppercase;letter-spacing:1px;font-weight:300}@media(max-width:768px){.search__overlay .search__input input::placeholder{font-size:22px}}.search__overlay .search__result{margin-top:2rem;color:var(--white-color)!important;font-size:16px;font-weight:300;letter-spacing:1px;width:60%;display:flex;flex-direction:column;justify-content:center}@media(max-width:768px){.search__overlay .search__result{width:95%}}.data__loader{width:100%;display:flex;justify-content:center;display:none}.data__loader.show{display:flex;animation:showLoader 300ms ease-in-out}.data__loader .dots{width:.8rem;height:.8rem;border-radius:50px;background:var(--primary-color);position:relative;transition:all 300ms ease-in-out;animation:loaderAnimation 700ms infinite alternate}.data__loader .dots:nth-child(2){left:.3rem;animation:loaderAnimation 700ms 100ms infinite alternate}.data__loader .dots:nth-child(3){left:.6rem;animation:loaderAnimation 700ms 200ms infinite alternate}.loadMore{min-width:1rem;height:45px;padding:0 1rem;display:flex;align-items:center;justify-content:center;margin:0 auto;background:var(--white-color);box-shadow:0 0 10px rgba(0,0,0,.1);position:relative}.loadMore::before{content:"";position:absolute;top:0;right:0;opacity:0;width:0;height:100%;background:var(--black-color);transition:all 300ms ease-in-out}.loadMore span{mix-blend-mode:difference;position:relative;color:var(--white-color);transition:all 300ms ease-in-out}.loadMore:hover::before{width:50%;opacity:1}.exp__header{width:100%;transition:all 300ms ease-in-out}.exp__header.stickyHeader .exp__nav{position:fixed;top:0;left:0;width:100%;z-index:999;background:var(--white-color);box-shadow:0 5px 10px rgba(0,0,0,.1);animation:stickyMenuAnimation 300ms linear}@media(max-width:992px){.exp__header.stickyHeader .exp__nav{position:static;animation:unset;box-shadow:unset}}@media(max-width:992px){.exp__header.stickyHeader .exp__logo{position:fixed;top:0;left:0;width:100%;z-index:999;padding:10px;background:var(--white-color);box-shadow:0 5px 10px rgba(0,0,0,.1);animation:stickyMenuAnimation 300ms linear}.exp__header.stickyHeader .exp__logo .wrapper{justify-content:space-between}.exp__header.stickyHeader .exp__logo .wrapper .hidden__hamburger,.exp__header.stickyHeader .exp__logo .wrapper .hidden__search{display:flex}.exp__header.stickyHeader .exp__logo .wrapper .nav__logo{max-width:120px}}.exp__header .exp__nav{width:100%;padding:1rem 0;border-bottom:1px solid var(--border-color)}.exp__header .exp__nav .wrapper{display:flex;justify-content:space-between;align-items:center;grid-gap:1rem}@media(max-width:1400px){.exp__header .exp__nav .wrapper{display:grid;grid-template-columns:repeat(10,1fr);grid-gap:1rem}}@media(max-width:768px){.exp__header .exp__nav .wrapper{grid-template-columns:repeat(2,1fr)}}.exp__header .exp__nav .wrapper .exp__nav-menu{display:flex;align-items:center;grid-gap:1.5rem}@media(max-width:1280px){.exp__header .exp__nav .wrapper .exp__nav-menu{grid-gap:1rem}}@media(max-width:1400px){.exp__header .exp__nav .wrapper .exp__nav-menu{grid-column:1/11;grid-row:2;justify-content:center;padding-top:1rem;border-top:1px solid var(--border-color)}}@media(max-width:992px){.exp__header .exp__nav .wrapper .exp__nav-menu{display:none}}@media(max-width:768px){.exp__header .exp__nav .wrapper .exp__nav-menu{grid-column:span 1/3}}.exp__header .exp__nav .wrapper .exp__nav-menu li .nav__link{position:relative;text-transform:uppercase;font-size:14px;font-weight:500;letter-spacing:.5px;color:var(--menu-color);transition:all 300ms ease-in-out}.exp__header .exp__nav .wrapper .exp__nav-menu li .nav__link::before{content:"";position:absolute;top:-.5rem;left:50%;transform:translateX(-50%);width:0%;height:.1rem;background:var(--primary-color);opacity:0;transition:all 300ms var(--cubic-bezier)}.exp__header .exp__nav .wrapper .exp__nav-menu li .nav__link.active,.exp__header .exp__nav .wrapper .exp__nav-menu li .nav__link:hover{color:var(--primary-color)!important}.exp__header .exp__nav .wrapper .exp__nav-menu li .nav__link.active::before,.exp__header .exp__nav .wrapper .exp__nav-menu li .nav__link:hover::before{width:100%;opacity:1}.exp__header .exp__logo{width:100%;padding:1.5rem 0;display:flex;justify-content:center}@media(max-width:768px){.exp__header .exp__logo{padding:1rem 0}}@media(max-width:550px){.exp__header .exp__logo{padding:.5rem 0}}.exp__header .exp__logo .wrapper{width:100%;display:flex;align-items:center;justify-content:center}.exp__header .exp__logo .wrapper .hidden__hamburger,.exp__header .exp__logo .wrapper .hidden__search{display:none}.exp__header .exp__logo .wrapper button{position:relative;background:0 0;cursor:pointer}.exp__header .exp__logo .wrapper button.active::before,.exp__header .exp__logo .wrapper button:hover::before{width:2rem;height:2rem;opacity:1}.exp__header .exp__logo .wrapper button.active i,.exp__header .exp__logo .wrapper button:hover i{color:var(--white-color)}.exp__header .exp__logo .wrapper button::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0;height:0;border-radius:100%;opacity:0;background:var(--primary-color);transition:all 300ms var(--cubic-bezier)}.exp__header .exp__logo .wrapper button i{position:relative;display:flex;font-size:20px;color:var(--text-dark-color);transition:all 300ms ease-in-out}.exp__header .exp__logo .wrapper .nav__logo{max-width:250px;height:auto;grid-column:2/3}@media(max-width:1536px){.exp__header .exp__logo .wrapper .nav__logo{max-width:200px}}@media(max-width:992px){.exp__header .exp__logo .wrapper .nav__logo{max-width:180px}}@media(max-width:450px){.exp__header .exp__logo .wrapper .nav__logo{grid-column:span 2;margin:auto}}.exp__header .exp__logo .wrapper .nav__logo:hover img{opacity:.8}.exp__header .exp__logo .wrapper .nav__logo img{opacity:1;transition:all 300ms var(--cubic-bezier)}.ePaper__btn{position:relative;border:1px solid var(--primary-color);background:var(--primary-color);padding:.2rem .7rem;box-shadow:var(--box-shadow);transition:all 300ms ease-in-out}.ePaper__btn:hover{background:var(--light-blue-color);box-shadow:var(--box-shadow)}.ePaper__btn:hover span{color:var(--primary-color)}.ePaper__btn:hover span i{color:var(--primary-color)}.ePaper__btn span{display:flex;align-items:center;grid-gap:.3rem;color:var(--white-color);font-size:14px;transition:all 300ms ease-in-out}@media(max-width:1440px){.ePaper__btn span .text{display:none}}.ePaper__btn span i{position:relative;display:flex;font-size:20px;color:var(--white-color);transition:all 300ms ease-in-out}.exp__nav-cta{display:flex;align-items:center;grid-gap:.5rem}@media(max-width:1400px){.exp__nav-cta{grid-column:7/11;grid-row:1;display:flex;justify-content:flex-end}}@media(max-width:768px){.exp__nav-cta{grid-column:2/3}}@media(max-width:400px){.exp__nav-cta{grid-column:span 2;grid-row:2;justify-content:center}}.exp__nav-cta button{position:relative;background:0 0;cursor:pointer}.exp__nav-cta button.active::before,.exp__nav-cta button:hover::before{width:2rem;height:2rem;opacity:1}.exp__nav-cta button.active i,.exp__nav-cta button:hover i{color:var(--white-color)}.exp__nav-cta button::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0;height:0;border-radius:100%;opacity:0;background:var(--primary-color);transition:all 300ms var(--cubic-bezier)}.exp__nav-cta button i{position:relative;display:flex;font-size:20px;color:var(--text-dark-color);transition:all 300ms ease-in-out}.article__btn{border:1px solid var(--primary-color);padding:.1rem .7rem;box-shadow:var(--box-shadow);transition:all 300ms ease-in-out}.article__btn:hover{background:var(--primary-color)}.article__btn:hover span{color:var(--white-color)}.article__btn span{font-size:14px;color:var(--primary-color);white-space:nowrap;transition:all 300ms ease-in-out}.exp__nav-social{display:flex;align-items:center;grid-gap:.5rem}@media(max-width:1400px){.exp__nav-social{grid-column:span 3;grid-row:1}}@media(max-width:768px){.exp__nav-social{grid-column:span 1}}@media(max-width:400px){.exp__nav-social{grid-column:span 2;justify-content:center}}.exp__nav-social .social__icons{position:relative}.exp__nav-social .social__icons:hover a::before{width:2rem;height:2rem;opacity:1}.exp__nav-social .social__icons:hover a i{color:var(--white-color)}.exp__nav-social .social__icons a::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0;height:0;border-radius:100%;opacity:0;background:var(--primary-color);transition:all 300ms var(--cubic-bezier)}.exp__nav-social .social__icons a i{position:relative;display:flex;font-size:20px;color:var(--text-dark-color);transition:all 300ms ease-in-out}.exp__mobileNav{position:fixed;top:0;left:0;min-width:500px;height:100vh;background:var(--banner-color);z-index:1000;display:flex;flex-direction:column;grid-gap:1rem;overflow-x:hidden;overflow-y:auto;display:none}@media(max-width:550px){.exp__mobileNav{min-width:100%}}.exp__mobileNav.active{display:flex;animation:mobileMenuAnimation 1s 300ms linear}.exp__mobileNav::-webkit-scrollbar{width:5px;background:var(--border-color)}.exp__mobileNav::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:10px}.exp__mobileNav .exp__nav-cta{padding:1rem;width:100%;display:flex;justify-content:space-between;align-items:center;position:sticky;position:-webkit-sticky;top:0;background:var(--banner-color);z-index:55}.exp__mobileNav .exp__nav-cta button i{color:var(--white-color)}@media(max-width:1440px){.exp__mobileNav .exp__nav-cta .ePaper__btn span .text{display:block}}.exp__mobileNav .exp__logo{background:0 0!important;position:static!important;box-shadow:unset!important;animation:unset!important}.exp__mobileNav .exp__logo .nav__logo{transition:all 300ms ease-in-out;max-width:250px}@media(max-width:1024px){.exp__mobileNav .exp__logo .nav__logo{max-width:200px}}@media(max-width:450px){.exp__mobileNav .exp__logo .nav__logo{max-width:180px}}.exp__mobileNav .mobileNav-menu{display:flex;align-items:center;flex-direction:column;grid-gap:2rem}.exp__mobileNav .mobileNav-menu li .nav__link{position:relative;color:var(--white-color)!important;text-transform:capitalize;font-size:20px;letter-spacing:.5px;font-weight:300;transition:all 300ms ease-in-out}@media(max-width:1024px){.exp__mobileNav .mobileNav-menu li .nav__link{font-size:18px}}@media(max-width:600px){.exp__mobileNav .mobileNav-menu li .nav__link{font-size:16px}}.exp__mobileNav .mobileNav-menu li .nav__link::before{content:"";position:absolute;top:-.5rem;left:50%;transform:translateX(-50%);width:0%;height:.1rem;background:var(--primary-color);opacity:0;transition:all 300ms var(--cubic-bezier)}.exp__mobileNav .mobileNav-menu li .nav__link.active,.exp__mobileNav .mobileNav-menu li .nav__link:hover{color:var(--primary-color)!important}.exp__mobileNav .mobileNav-menu li .nav__link.active::before,.exp__mobileNav .mobileNav-menu li .nav__link:hover::before{width:100%;opacity:1}.exp__trendingTags{width:100%;position:relative}.exp__trendingTags .trendingTags__slider .slider__card{position:relative}.exp__trendingTags .trendingTags__slider .slider__card:hover .card__details .card__overlay .card__title{color:var(--primary-color)!important}.exp__trendingTags .trendingTags__slider .slider__card .card__img{position:relative;width:100%;height:300px}@media(max-width:1280px){.exp__trendingTags .trendingTags__slider .slider__card .card__img{height:250px}}@media(max-width:992px){.exp__trendingTags .trendingTags__slider .slider__card .card__img{height:200px}}@media(max-width:550px){.exp__trendingTags .trendingTags__slider .slider__card .card__img{height:300px}}@media(max-width:450px){.exp__trendingTags .trendingTags__slider .slider__card .card__img{height:250px}}@media(max-width:350px){.exp__trendingTags .trendingTags__slider .slider__card .card__img{height:200px}}.exp__trendingTags .trendingTags__slider .slider__card .card__img a::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--linear-gradient)}.exp__trendingTags .trendingTags__slider .slider__card .card__details{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:95%;z-index:5}.exp__trendingTags .trendingTags__slider .slider__card .card__details .card__overlay{display:flex;flex-direction:column;align-items:center;grid-gap:1rem}.exp__trendingTags .trendingTags__slider .slider__card .card__details .card__overlay .card__title{color:var(--white-color)!important}@media(max-width:768px){.exp__trendingTags .slider__controls{position:static;margin:1rem auto 0;margin-top:1rem;box-shadow:var(--box-shadow);width:fit-content}}.exp__breakingNews{width:100%;padding:2rem 0}.exp__breakingNews-grid{display:grid;grid-template-columns:repeat(8,1fr);grid-gap:2rem}@media(max-width:1200px){.exp__breakingNews-grid{grid-template-columns:repeat(6,1fr);grid-gap:1rem}}@media(max-width:650px){.exp__breakingNews-grid{grid-template-columns:repeat(1,1fr)}}.exp__breakingNews-grid .grid__card{position:relative;grid-column:span 2;overflow:hidden;height:300px}@media(max-width:1280px){.exp__breakingNews-grid .grid__card{height:250px}}@media(max-width:1200px){.exp__breakingNews-grid .grid__card{height:450px}}@media(max-width:992px){.exp__breakingNews-grid .grid__card{height:400px}}@media(max-width:768px){.exp__breakingNews-grid .grid__card{height:350px}}.exp__breakingNews-grid .grid__card:hover .card__img img{transform:scale(1.1)}.exp__breakingNews-grid .grid__card:hover .card__overlay .card__title{color:var(--primary-color)!important}.exp__breakingNews-grid .grid__card:nth-child(1),.exp__breakingNews-grid .grid__card:nth-child(2){grid-row:span 2;grid-column:span 3;height:calc(600px + 2rem)}@media(max-width:1280px){.exp__breakingNews-grid .grid__card:nth-child(1),.exp__breakingNews-grid .grid__card:nth-child(2){height:calc(500px + 2rem)}}@media(max-width:1200px){.exp__breakingNews-grid .grid__card:nth-child(1),.exp__breakingNews-grid .grid__card:nth-child(2){height:450}}@media(max-width:992px){.exp__breakingNews-grid .grid__card:nth-child(1),.exp__breakingNews-grid .grid__card:nth-child(2){height:400px}}@media(max-width:768px){.exp__breakingNews-grid .grid__card:nth-child(1),.exp__breakingNews-grid .grid__card:nth-child(2){height:350px}}@media(max-width:650px){.exp__breakingNews-grid .grid__card:nth-child(1),.exp__breakingNews-grid .grid__card:nth-child(2){grid-column:unset;grid-row:unset}}.exp__breakingNews-grid .grid__card:nth-child(1) .card__overlay,.exp__breakingNews-grid .grid__card:nth-child(2) .card__overlay{grid-gap:1rem}.exp__breakingNews-grid .grid__card:nth-child(3){grid-row:1/2;grid-column:7/9}@media(max-width:1200px){.exp__breakingNews-grid .grid__card:nth-child(3){grid-row:unset;grid-column:span 3}}@media(max-width:650px){.exp__breakingNews-grid .grid__card:nth-child(3){grid-column:unset}}.exp__breakingNews-grid .grid__card:nth-child(3) .card__overlay{width:90%}@media(max-width:1200px){.exp__breakingNews-grid .grid__card:nth-child(3) .card__overlay{width:80%}}@media(max-width:992px){.exp__breakingNews-grid .grid__card:nth-child(3) .card__overlay{width:95%}}.exp__breakingNews-grid .grid__card:nth-child(3) .card__overlay .card__title{font-size:20px;line-height:25px}@media(max-width:1200px){.exp__breakingNews-grid .grid__card:nth-child(3) .card__overlay .card__title{font-size:28px;line-height:35px}}@media(max-width:992px){.exp__breakingNews-grid .grid__card:nth-child(3) .card__overlay .card__title{font-size:24px;line-height:30px}}.exp__breakingNews-grid .grid__card:nth-child(4){grid-row:2/3;grid-column:7/9}@media(max-width:1200px){.exp__breakingNews-grid .grid__card:nth-child(4){grid-row:unset;grid-column:span 3}}@media(max-width:650px){.exp__breakingNews-grid .grid__card:nth-child(4){grid-column:unset}}.exp__breakingNews-grid .grid__card:nth-child(4) .card__overlay{width:90%}@media(max-width:1200px){.exp__breakingNews-grid .grid__card:nth-child(4) .card__overlay{width:80%}}@media(max-width:992px){.exp__breakingNews-grid .grid__card:nth-child(4) .card__overlay{width:95%}}.exp__breakingNews-grid .grid__card:nth-child(4) .card__overlay .card__title{font-size:20px;line-height:25px}@media(max-width:1200px){.exp__breakingNews-grid .grid__card:nth-child(4) .card__overlay .card__title{font-size:28px;line-height:35px}}@media(max-width:992px){.exp__breakingNews-grid .grid__card:nth-child(4) .card__overlay .card__title{font-size:24px;line-height:30px}}.exp__breakingNews-grid .grid__card .card__img{width:100%;height:100%;overflow:hidden}.exp__breakingNews-grid .grid__card .card__img img{transform:scale(1.01);transition:all 1s ease-in-out}.exp__breakingNews-grid .grid__card .card__overlay{position:absolute;bottom:0;right:0;width:80%;background:var(--white-color);display:flex;flex-direction:column;align-items:flex-start;grid-gap:.5rem;padding:1rem}@media(max-width:992px){.exp__breakingNews-grid .grid__card .card__overlay{width:95%}}.exp__breakingNews-grid .grid__card .card__overlay .card__title{color:var(--black-color);text-align:left;font-size:28px;line-height:35px;transition:all 300ms ease-in-out}@media(max-width:992px){.exp__breakingNews-grid .grid__card .card__overlay .card__title{font-size:24px;line-height:30px}}.exp__breakingNews .wrapper{max-width:95%}@media(max-width:1536px){.exp__breakingNews .wrapper{max-width:98%}}.post__meta{width:100%;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;grid-gap:.5rem}.author{display:flex;align-items:center;grid-gap:.5rem}.author__img{max-width:2.5rem;height:2.5rem;border-radius:100%}.author__name{letter-spacing:.5px;font-size:14px;font-weight:500;color:var(--text-dark-color)}.post__date p{font-size:12px;color:var(--text-light-color);font-weight:400}.section__title{display:flex;justify-content:space-between;align-items:baseline;position:relative}.section__title::before{content:"";position:absolute;bottom:0;left:0;width:100%;height:.1rem;background:var(--border-color)}.exp__title{text-transform:capitalize;color:var(--text-dark-color);font-family:var(--exp-font);font-size:30px;letter-spacing:.5px}@media(max-width:992px){.exp__title{font-size:22px}}.exp__title::first-letter{color:var(--primary-color);text-transform:capitalize;font-size:58px}@media(max-width:992px){.exp__title::first-letter{font-size:48px}}.next__page{display:flex;align-items:center;justify-content:center;position:relative}.next__page::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0;height:0;opacity:0;background:var(--primary-color);transition:all 300ms var(--cubic-bezier)}.next__page:hover::before{width:2rem;height:2rem;opacity:1}.next__page:hover i{color:var(--white-color)}.next__page i{position:relative;color:var(--primary-color);font-size:22px;transition:all 300ms ease-in-out}.exp__latestNews{width:100%;padding:2rem 0}.exp__latestNews .wrapper{display:flex;flex-direction:column;grid-gap:2rem}.latestNews__grid{display:grid;grid-template-columns:repeat(3,1fr);align-items:flex-start;grid-gap:2rem}@media(max-width:1200px){.latestNews__grid{grid-gap:1rem}}@media(max-width:1150px){.latestNews__grid{grid-template-columns:repeat(1,1fr)}}.latestNews__grid .grid__left{grid-column:span 2;display:flex;flex-direction:column;grid-gap:2rem}@media(max-width:1150px){.latestNews__grid .grid__left{grid-column:unset}}.latestNews__grid .grid__left .grid__card{display:flex;align-items:flex-start;grid-gap:2rem}@media(max-width:1200px){.latestNews__grid .grid__left .grid__card{grid-gap:1rem}}@media(max-width:992px){.latestNews__grid .grid__left .grid__card{flex-direction:column}}.latestNews__grid .grid__left .grid__card:nth-child(1){flex-direction:row-reverse}@media(max-width:992px){.latestNews__grid .grid__left .grid__card:nth-child(1){flex-direction:column}}.latestNews__grid .grid__left .grid__card:hover .card__img img{transform:scale(1.1)}.latestNews__grid .grid__left .grid__card:hover .card__details .card__title{color:var(--primary-color)!important}.latestNews__grid .grid__left .grid__card .card__img{flex:1;width:100%;height:350px;overflow:hidden}@media(max-width:1336px){.latestNews__grid .grid__left .grid__card .card__img{height:300px}}.latestNews__grid .grid__left .grid__card .card__img img{transform:scale(1.01);transition:all 1s ease-in-out}.latestNews__grid .grid__left .grid__card .card__details{flex:1;display:flex;flex-direction:column;grid-gap:1rem}.latestNews__grid .grid__left .grid__card .card__details .card__title{color:var(--black-color);font-size:32px;line-height:40px;text-align:left}@media(max-width:768px){.latestNews__grid .grid__left .grid__card .card__details .card__title{font-size:26px;line-height:30px}}@media(max-width:550px){.latestNews__grid .grid__left .grid__card .card__details .card__title{font-size:24px}}.latestNews__grid .grid__left .grid__card .card__details .card__desc{text-align:left;font-size:16px;line-height:30px;color:var(--black-color)}@media(max-width:600px){.latestNews__grid .grid__left .grid__card .card__details .card__desc{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}}.latestNews__grid .grid__right{grid-column:span 1;display:flex;flex-direction:column;align-items:flex-start;grid-gap:2rem}@media(max-width:1200px){.latestNews__grid .grid__right{grid-gap:1rem}}@media(max-width:1150px){.latestNews__grid .grid__right{display:grid;grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.latestNews__grid .grid__right{display:flex;flex-direction:column}}.latestNews__grid .grid__right .grid__card{grid-column:3/4;grid-row:span 1;display:flex;align-items:flex-start;flex-direction:row-reverse;grid-gap:.5rem}@media(max-width:1150px){.latestNews__grid .grid__right .grid__card{grid-column:span 1;grid-row:auto}}.latestNews__grid .grid__right .grid__card .card__img{flex:1;width:100%;height:120px;overflow:hidden;position:relative}@media(max-width:1336px){.latestNews__grid .grid__right .grid__card .card__img{height:100px}}@media(max-width:1150px){.latestNews__grid .grid__right .grid__card .card__img{height:120px}}@media(max-width:992px){.latestNews__grid .grid__right .grid__card .card__img{height:100px}}@media(max-width:768px){.latestNews__grid .grid__right .grid__card .card__img{height:120px}}@media(max-width:400px){.latestNews__grid .grid__right .grid__card .card__img{height:100px}}@media(max-width:350px){.latestNews__grid .grid__right .grid__card .card__img{height:90px}}.latestNews__grid .grid__right .grid__card .card__img a img{transform:scale(1.01);transition:all 1s ease-in-out}.latestNews__grid .grid__right .grid__card .card__img a .card__category{position:absolute;top:0;left:0;padding:0 .5rem;height:25px}.latestNews__grid .grid__right .grid__card .card__img a .card__category span{font-size:10px}.latestNews__grid .grid__right .grid__card .card__details{flex:2;display:flex;flex-direction:column;grid-gap:.5rem}.latestNews__grid .grid__right .grid__card .card__details .card__title{font-size:22px;line-height:25px;color:var(--black-color);text-align:left}@media(max-width:550px){.latestNews__grid .grid__right .grid__card .card__details .card__title{font-size:20px}}.latestNews__grid .grid__right .grid__card .card__details .card__desc{text-align:left;font-size:16px;color:var(--black-color);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.latestNews__grid .grid__right .grid__card:hover .card__img img{transform:scale(1.1)}.latestNews__grid .grid__right .grid__card:hover .card__img .card__category{transform:unset}.latestNews__grid .grid__right .grid__card:hover .card__details .card__title{color:var(--primary-color)!important}.topStory__news{grid-column:span 2;display:flex;flex-direction:column;grid-gap:2rem}.topStory__news-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem}.topStory__news-grid .grid__card{position:relative;display:flex;align-items:flex-start;flex-direction:row-reverse;grid-gap:1rem}@media(max-width:650px){.topStory__news-grid .grid__card{grid-column:span 2}}@media(max-width:500px){.topStory__news-grid .grid__card{flex-direction:column}}.topStory__news-grid .grid__card:hover .card__img a img{transform:scale(1.1)}.topStory__news-grid .grid__card:hover .card__details .card__title{color:var(--primary-color)!important}.topStory__news-grid .grid__card:nth-child(1){grid-row:span 4}@media(max-width:768px){.topStory__news-grid .grid__card:nth-child(1){grid-column:span 2}}@media(max-width:450px){.topStory__news-grid .grid__card:nth-child(1){flex-direction:column}}.topStory__news-grid .grid__card:nth-child(1) .card__img{height:100%}@media(max-width:768px){.topStory__news-grid .grid__card:nth-child(1) .card__img{height:450px}}@media(max-width:450px){.topStory__news-grid .grid__card:nth-child(1) .card__img{height:250px;flex:unset}}.topStory__news-grid .grid__card:nth-child(1) .card__details{position:absolute;bottom:0;left:0;z-index:5;background:var(--white-color);padding:2rem;width:90%;display:flex;flex-direction:column;align-items:flex-start;grid-gap:1rem}@media(max-width:1200px){.topStory__news-grid .grid__card:nth-child(1) .card__details{padding:1rem}}@media(max-width:450px){.topStory__news-grid .grid__card:nth-child(1) .card__details{padding:0;position:static;top:unset;left:unset;flex:unset}}.topStory__news-grid .grid__card:nth-child(1) .card__details .card__title{color:var(--black-color);text-align:left;font-size:28px;line-height:35px}@media(max-width:550px){.topStory__news-grid .grid__card:nth-child(1) .card__details .card__title{font-size:22px;line-height:30px}}.topStory__news-grid .grid__card .card__img{overflow:hidden;flex:1;width:100%;height:120px;position:relative}@media(max-width:1280px){.topStory__news-grid .grid__card .card__img{height:100px}}@media(max-width:1200px){.topStory__news-grid .grid__card .card__img{height:120px}}@media(max-width:850px){.topStory__news-grid .grid__card .card__img{height:100px}}@media(max-width:650px){.topStory__news-grid .grid__card .card__img{height:120px}}@media(max-width:500px){.topStory__news-grid .grid__card .card__img{flex:unset;height:200px}}.topStory__news-grid .grid__card .card__img a img{transform:scale(1.01);transition:all 1s ease-in-out}.topStory__news-grid .grid__card .card__img a .card__category{position:absolute;top:0;left:0;padding:0 .5rem;height:25px}.topStory__news-grid .grid__card .card__img a .card__category span{font-size:10px}.topStory__news-grid .grid__card .card__details{flex:2;display:flex;flex-direction:column;align-items:flex-start;grid-gap:.5rem}@media(max-width:500px){.topStory__news-grid .grid__card .card__details{flex:unset}}.topStory__news-grid .grid__card .card__details .card__title{text-align:left;color:var(--black-color);font-size:20px}@media(max-width:550px){.topStory__news-grid .grid__card .card__details .card__title{font-size:18px}}.trending__news{grid-column:span 1;display:flex;flex-direction:column;grid-gap:2rem}@media(max-width:1200px){.trending__news{grid-column:span 2}}.trending__news-grid{display:flex;flex-direction:column;grid-gap:2rem}@media(max-width:1200px){.trending__news-grid{display:grid;grid-template-columns:repeat(2,1fr)}}@media(max-width:550px){.trending__news-grid{display:flex;flex-direction:column}}.trending__news-grid .grid__card{display:flex;grid-gap:.5rem}.trending__news-grid .grid__card:hover .card__details .card__title{color:var(--primary-color)!important}.trending__news-grid .grid__card .card__number{flex:1;position:relative;min-width:100px;height:100px;background:var(--light-blue-color);display:flex;align-items:center;justify-content:center}.trending__news-grid .grid__card .card__number:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:inherit;z-index:-1}.trending__news-grid .grid__card .card__number span{position:relative;left:-25px;color:var(--primary-color);font-weight:700;font-size:42px}@media(max-width:700px){.trending__news-grid .grid__card .card__number span{left:-15px}}.trending__news-grid .grid__card .card__details{flex:2;display:flex;flex-direction:column;align-items:flex-start;grid-gap:.5rem}.trending__news-grid .grid__card .card__details .card__title{color:var(--black-color);text-align:left;margin-left:-50px;position:relative;transition:all 300ms ease-in-out}@media(max-width:700px){.trending__news-grid .grid__card .card__details .card__title{margin-left:-30px}}@media(max-width:400px){.trending__news-grid .grid__card .card__details .card__title{font-size:18px}}.exp__opinion{width:100%;padding:2rem 0}.exp__opinion .wrapper{display:flex;flex-direction:column;grid-gap:2rem}.exp__opinion .wrapper .section__title .exp__title{color:var(--white-color)!important}.exp__opinion .wrapper .opinion__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem}@media(max-width:1200px){.exp__opinion .wrapper .opinion__grid{grid-gap:1rem}}@media(max-width:992px){.exp__opinion .wrapper .opinion__grid{grid-gap:2rem}}.exp__opinion .wrapper .opinion__grid .grid__card{display:flex;align-items:flex-start;grid-gap:1rem;position:relative}@media(max-width:992px){.exp__opinion .wrapper .opinion__grid .grid__card{grid-column:span 2}}@media(max-width:450px){.exp__opinion .wrapper .opinion__grid .grid__card{flex-direction:column!important}}.exp__opinion .wrapper .opinion__grid .grid__card:hover .card__img img{transform:scale(1.1)}.exp__opinion .wrapper .opinion__grid .grid__card:hover .card__details .card__title{color:var(--primary-color)!important}.exp__opinion .wrapper .opinion__grid .grid__card:nth-child(2),.exp__opinion .wrapper .opinion__grid .grid__card:nth-child(4),.exp__opinion .wrapper .opinion__grid .grid__card:nth-child(5){flex-direction:row-reverse}@media(max-width:1024px){.exp__opinion .wrapper .opinion__grid .grid__card:nth-child(2),.exp__opinion .wrapper .opinion__grid .grid__card:nth-child(4),.exp__opinion .wrapper .opinion__grid .grid__card:nth-child(5){flex-direction:unset}}@media(max-width:992px){.exp__opinion .wrapper .opinion__grid .grid__card:nth-child(2n+1){flex-direction:row-reverse}}.exp__opinion .wrapper .opinion__grid .grid__card:nth-child(1){grid-column:span 1;grid-row:span 2;height:100%}@media(max-width:1024px){.exp__opinion .wrapper .opinion__grid .grid__card:nth-child(1){grid-column:span 2;grid-row:unset}}.exp__opinion .wrapper .opinion__grid .grid__card:nth-child(1) .card__img{width:100%;height:100%;flex:unset}@media(max-width:1024px){.exp__opinion .wrapper .opinion__grid .grid__card:nth-child(1) .card__img{height:450px}}@media(max-width:768px){.exp__opinion .wrapper .opinion__grid .grid__card:nth-child(1) .card__img{height:400px}}@media(max-width:600px){.exp__opinion .wrapper .opinion__grid .grid__card:nth-child(1) .card__img{height:350px}}@media(max-width:500px){.exp__opinion .wrapper .opinion__grid .grid__card:nth-child(1) .card__img{height:300px}}@media(max-width:450px){.exp__opinion .wrapper .opinion__grid .grid__card:nth-child(1) .card__img{height:250px}}@media(max-width:350px){.exp__opinion .wrapper .opinion__grid .grid__card:nth-child(1) .card__img{height:200px}}.exp__opinion .wrapper .opinion__grid .grid__card:nth-child(1) .card__details{flex:unset;position:absolute;bottom:0;right:0;width:80%;background:var(--dark-bg-color);padding:2rem}@media(max-width:768px){.exp__opinion .wrapper .opinion__grid .grid__card:nth-child(1) .card__details{width:95%}}@media(max-width:450px){.exp__opinion .wrapper .opinion__grid .grid__card:nth-child(1) .card__details{position:static;top:unset;left:unset;padding:0}}.exp__opinion .wrapper .opinion__grid .grid__card .card__img{overflow:hidden;flex:1;width:100%;height:100%}@media(max-width:992px){.exp__opinion .wrapper .opinion__grid .grid__card .card__img{height:250px}}@media(max-width:768px){.exp__opinion .wrapper .opinion__grid .grid__card .card__img{height:200px}}@media(max-width:600px){.exp__opinion .wrapper .opinion__grid .grid__card .card__img{height:180px}}@media(max-width:500px){.exp__opinion .wrapper .opinion__grid .grid__card .card__img{height:160px}}@media(max-width:450px){.exp__opinion .wrapper .opinion__grid .grid__card .card__img{height:250px;flex:unset}}@media(max-width:350px){.exp__opinion .wrapper .opinion__grid .grid__card .card__img{height:200px}}.exp__opinion .wrapper .opinion__grid .grid__card .card__img img{transform:scale(1.01);transition:all 1s ease-in-out}.exp__opinion .wrapper .opinion__grid .grid__card .card__details{flex:2;display:flex;flex-direction:column;grid-gap:1rem;align-items:flex-start}@media(max-width:450px){.exp__opinion .wrapper .opinion__grid .grid__card .card__details{flex:unset}}.exp__opinion .wrapper .opinion__grid .grid__card .card__details .card__title{font-size:22px;text-align:left;line-height:30px;color:var(--white-color)!important}.exp__opinion .wrapper .opinion__grid .grid__card .card__details .card__desc{color:var(--white-color);display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;line-height:30px}@media(max-width:1280px){.exp__opinion .wrapper .opinion__grid .grid__card .card__details .card__desc{-webkit-line-clamp:4}}.exp__opinion .wrapper .opinion__grid .grid__card .card__details .post__meta .author__name{color:var(--white-color)!important}.exp__opinion .wrapper .opinion__grid .grid__card .card__details .post__meta .post__date{color:var(--white-color)}#videoPopup{z-index:5555;padding-right:0!important}#videoPopup .modal-dialog{margin-top:5rem;max-width:1200px}@media(max-width:1200px){#videoPopup .modal-dialog{max-width:98%}}#videoPopup .modal-dialog .modal-content{position:relative}#videoPopup .modal-dialog .modal-content .modal-header{border-bottom:0;padding:0 1rem}#videoPopup .modal-dialog .modal-content .modal-header button.close{position:absolute;top:-1.5rem;right:-1.5rem;opacity:1;padding:0;min-width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center}@media(max-width:1336px){#videoPopup .modal-dialog .modal-content .modal-header button.close{right:0}}#videoPopup .modal-dialog .modal-content .modal-header button.close i{position:relative;display:flex;color:var(--white-color);font-size:16px;transition:all 300ms var(--cubic-bezier)}#videoPopup .modal-dialog .modal-content .modal-body{border-top:0;padding:0}.exp__apexSeries{width:100%;padding:2rem 0}.exp__apexSeries .wrapper{display:flex;flex-direction:column;grid-gap:2rem}.exp__apexSeries .wrapper .apexSeries__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem}@media(max-width:1024px){.exp__apexSeries .wrapper .apexSeries__grid{grid-template-columns:repeat(2,1fr)}}.exp__apexSeries .wrapper .apexSeries__grid .grid__left{display:flex;flex-direction:column;grid-gap:2rem;grid-column:span 2}@media(max-width:1024px){.exp__apexSeries .wrapper .apexSeries__grid .grid__left{grid-gap:1rem}}.exp__apexSeries .wrapper .apexSeries__grid .grid__left .grid__card{position:relative}.exp__apexSeries .wrapper .apexSeries__grid .grid__left .grid__card:nth-child(even) .card__details{margin-left:auto}.exp__apexSeries .wrapper .apexSeries__grid .grid__left .grid__card:hover .card__img img{transform:scale(1.1)}.exp__apexSeries .wrapper .apexSeries__grid .grid__left .grid__card:hover .card__details .card__title{color:var(--primary-color)!important}.exp__apexSeries .wrapper .apexSeries__grid .grid__left .grid__card .card__img{width:100%;height:550px;overflow:hidden}@media(max-width:1100px){.exp__apexSeries .wrapper .apexSeries__grid .grid__left .grid__card .card__img{height:500px}}@media(max-width:992px){.exp__apexSeries .wrapper .apexSeries__grid .grid__left .grid__card .card__img{height:450px}}@media(max-width:768px){.exp__apexSeries .wrapper .apexSeries__grid .grid__left .grid__card .card__img{height:400px}}@media(max-width:650px){.exp__apexSeries .wrapper .apexSeries__grid .grid__left .grid__card .card__img{height:350px}}@media(max-width:550px){.exp__apexSeries .wrapper .apexSeries__grid .grid__left .grid__card .card__img{height:300px}}@media(max-width:450px){.exp__apexSeries .wrapper .apexSeries__grid .grid__left .grid__card .card__img{height:250px}}@media(max-width:350px){.exp__apexSeries .wrapper .apexSeries__grid .grid__left .grid__card .card__img{height:200px}}.exp__apexSeries .wrapper .apexSeries__grid .grid__left .grid__card .card__img img{transform:scale(1.01);transition:all 1s ease-in-out}.exp__apexSeries .wrapper .apexSeries__grid .grid__left .grid__card .card__details{width:90%;padding:2rem;display:flex;flex-direction:column;align-items:flex-start;grid-gap:1rem;background:#fff;margin-top:-6rem;position:relative}@media(max-width:768px){.exp__apexSeries .wrapper .apexSeries__grid .grid__left .grid__card .card__details{padding:1rem;width:95%}}.exp__apexSeries .wrapper .apexSeries__grid .grid__left .grid__card .card__details .card__title{color:var(--black-color);text-align:left;font-size:28px;line-height:35px}@media(max-width:992px){.exp__apexSeries .wrapper .apexSeries__grid .grid__left .grid__card .card__details .card__title{font-size:24px}}@media(max-width:650px){.exp__apexSeries .wrapper .apexSeries__grid .grid__left .grid__card .card__details .card__desc{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}}.exp__apexSeries .wrapper .apexSeries__grid .grid__right{display:flex;flex-direction:column;grid-gap:2rem}@media(max-width:1024px){.exp__apexSeries .wrapper .apexSeries__grid .grid__right{grid-column:span 2;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem}}@media(max-width:768px){.exp__apexSeries .wrapper .apexSeries__grid .grid__right{grid-template-columns:repeat(2,1fr)}}@media(max-width:550px){.exp__apexSeries .wrapper .apexSeries__grid .grid__right{grid-template-columns:repeat(1,1fr)}}.exp__apexSeries .wrapper .apexSeries__grid .grid__right .grid__card{position:relative;display:flex;flex-direction:column;grid-gap:1rem}.exp__apexSeries .wrapper .apexSeries__grid .grid__right .grid__card:hover .card__img img{transform:scale(1.1)}.exp__apexSeries .wrapper .apexSeries__grid .grid__right .grid__card:hover .card__details .card__title{color:var(--primary-color)!important}.exp__apexSeries .wrapper .apexSeries__grid .grid__right .grid__card .card__img{width:100%;height:250px;overflow:hidden}@media(max-width:1100px){.exp__apexSeries .wrapper .apexSeries__grid .grid__right .grid__card .card__img{height:200px}}@media(max-width:550px){.exp__apexSeries .wrapper .apexSeries__grid .grid__right .grid__card .card__img{height:300px}}@media(max-width:450px){.exp__apexSeries .wrapper .apexSeries__grid .grid__right .grid__card .card__img{height:250px}}@media(max-width:350px){.exp__apexSeries .wrapper .apexSeries__grid .grid__right .grid__card .card__img{height:200px}}.exp__apexSeries .wrapper .apexSeries__grid .grid__right .grid__card .card__img img{transform:scale(1.01);transition:all 1s ease-in-out}.exp__apexSeries .wrapper .apexSeries__grid .grid__right .grid__card .card__details{width:100%;display:flex;flex-direction:column;align-items:flex-start;grid-gap:1rem;background:#fff;position:relative}.exp__apexSeries .wrapper .apexSeries__grid .grid__right .grid__card .card__details .card__title{color:var(--black-color);text-align:left;font-size:26px;line-height:35px}@media(max-width:1024px){.exp__apexSeries .wrapper .apexSeries__grid .grid__right .grid__card .card__details .card__title{font-size:22px;line-height:25px}}@media(max-width:1024px){.exp__apexSeries .wrapper .apexSeries__grid .grid__right .grid__card .card__details .card__desc{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}}.exp__gallery{width:100%;padding:2rem 0}.exp__gallery .wrapper{display:flex;flex-direction:column;grid-gap:2rem}.exp__gallery .wrapper .featured__gallery{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:2rem}@media(max-width:1280px){.exp__gallery .wrapper .featured__gallery{grid-gap:1rem}}@media(max-width:768px){.exp__gallery .wrapper .featured__gallery{grid-template-columns:repeat(5,1fr)}}@media(max-width:450px){.exp__gallery .wrapper .featured__gallery{grid-template-columns:repeat(1,1fr)}}.exp__gallery .wrapper .featured__gallery .gallery__card{width:100%;height:250px;overflow:hidden;position:relative}@media(max-width:1280px){.exp__gallery .wrapper .featured__gallery .gallery__card{height:200px}}@media(max-width:768px){.exp__gallery .wrapper .featured__gallery .gallery__card{height:160px}}@media(max-width:600px){.exp__gallery .wrapper .featured__gallery .gallery__card{height:140px}}@media(max-width:450px){.exp__gallery .wrapper .featured__gallery .gallery__card{grid-column:unset!important;grid-row:unset!important;height:250px}}@media(max-width:350px){.exp__gallery .wrapper .featured__gallery .gallery__card{height:200px}}.exp__gallery .wrapper .featured__gallery .gallery__card:nth-child(1){grid-column:1/3;grid-row:1/2}.exp__gallery .wrapper .featured__gallery .gallery__card:nth-child(2){grid-column:1/3;grid-row:2/3}.exp__gallery .wrapper .featured__gallery .gallery__card:nth-child(3){grid-column:3/5;grid-row:1/3;height:calc(500px + 2rem)}@media(max-width:1280px){.exp__gallery .wrapper .featured__gallery .gallery__card:nth-child(3){height:calc(400px + 1rem)}}@media(max-width:768px){.exp__gallery .wrapper .featured__gallery .gallery__card:nth-child(3){grid-column:3/6;height:calc(320px + 1rem)}}@media(max-width:600px){.exp__gallery .wrapper .featured__gallery .gallery__card:nth-child(3){height:calc(280px + 1rem)}}@media(max-width:450px){.exp__gallery .wrapper .featured__gallery .gallery__card:nth-child(3){height:250px}}@media(max-width:350px){.exp__gallery .wrapper .featured__gallery .gallery__card:nth-child(3){height:200px}}.exp__gallery .wrapper .featured__gallery .gallery__card:nth-child(4){grid-column:5/7;grid-row:1/2}@media(max-width:768px){.exp__gallery .wrapper .featured__gallery .gallery__card:nth-child(4){grid-column:1/4;grid-row:3/5;height:calc(320px + 1rem)}}@media(max-width:600px){.exp__gallery .wrapper .featured__gallery .gallery__card:nth-child(4){height:calc(280px + 1rem)}}@media(max-width:450px){.exp__gallery .wrapper .featured__gallery .gallery__card:nth-child(4){height:250px}}@media(max-width:350px){.exp__gallery .wrapper .featured__gallery .gallery__card:nth-child(4){height:200px}}.exp__gallery .wrapper .featured__gallery .gallery__card:nth-child(5){grid-column:5/7;grid-row:2/3}@media(max-width:768px){.exp__gallery .wrapper .featured__gallery .gallery__card:nth-child(5){grid-column:4/6;grid-row:3/5;height:calc(320px + 1rem)}}@media(max-width:600px){.exp__gallery .wrapper .featured__gallery .gallery__card:nth-child(5){height:calc(280px + 1rem)}}@media(max-width:450px){.exp__gallery .wrapper .featured__gallery .gallery__card:nth-child(5){height:250px}}@media(max-width:350px){.exp__gallery .wrapper .featured__gallery .gallery__card:nth-child(5){height:200px}}.exp__gallery .wrapper .featured__gallery .gallery__card:nth-child(6){grid-column:1/4;grid-row:3/5;height:calc(500px + 2rem)}@media(max-width:1280px){.exp__gallery .wrapper .featured__gallery .gallery__card:nth-child(6){height:calc(400px + 1rem)}}@media(max-width:768px){.exp__gallery .wrapper .featured__gallery .gallery__card:nth-child(6){height:calc(320px + 1rem);grid-row:5/7;grid-column:1/3}}@media(max-width:600px){.exp__gallery .wrapper .featured__gallery .gallery__card:nth-child(6){height:calc(280px + 1rem)}}@media(max-width:450px){.exp__gallery .wrapper .featured__gallery .gallery__card:nth-child(6){height:250px}}@media(max-width:350px){.exp__gallery .wrapper .featured__gallery .gallery__card:nth-child(6){height:200px}}.exp__gallery .wrapper .featured__gallery .gallery__card:nth-child(7){grid-column:4/6;grid-row:3/4}@media(max-width:768px){.exp__gallery .wrapper .featured__gallery .gallery__card:nth-child(7){grid-column:3/6;grid-row:5/6}}.exp__gallery .wrapper .featured__gallery .gallery__card:nth-child(8){grid-column:4/6;grid-row:4/5}@media(max-width:768px){.exp__gallery .wrapper .featured__gallery .gallery__card:nth-child(8){grid-column:3/6;grid-row:6/7}}.exp__gallery .wrapper .featured__gallery .gallery__card:nth-child(9){grid-column:6/7;grid-row:3/5;height:calc(500px + 2rem)}@media(max-width:1280px){.exp__gallery .wrapper .featured__gallery .gallery__card:nth-child(9){height:calc(400px + 1rem)}}@media(max-width:768px){.exp__gallery .wrapper .featured__gallery .gallery__card:nth-child(9){height:calc(320px + 1rem);grid-column:span 5;grid-row:7/9}}@media(max-width:600px){.exp__gallery .wrapper .featured__gallery .gallery__card:nth-child(9){height:calc(280px + 1rem)}}@media(max-width:450px){.exp__gallery .wrapper .featured__gallery .gallery__card:nth-child(9){height:250px}}@media(max-width:350px){.exp__gallery .wrapper .featured__gallery .gallery__card:nth-child(9){height:200px}}.exp__gallery .wrapper .featured__gallery .gallery__card a::before{content:"";color:#fff;position:absolute;top:50%;left:50%;width:0;height:0;opacity:0;transform:translate(-50%,-50%);border:1px solid #fff;transition:all 300ms ease-in-out;z-index:6;display:flex;justify-content:center;align-items:center}.exp__gallery .wrapper .featured__gallery .gallery__card a::after{content:"";position:absolute;top:50%;left:50%;width:50%;height:50%;opacity:0;transform:translate(-50%,-50%);background:rgba(0,0,0,.5);transition:all 500ms ease-in-out;z-index:5;display:flex;justify-content:center;align-items:center}.exp__gallery .wrapper .featured__gallery .gallery__card a img{transform:scale(1.01);transition:all 1s ease-in-out}.exp__gallery .wrapper .featured__gallery .gallery__card:hover a::before{width:90%;height:90%;opacity:1;transition-delay:300ms}.exp__gallery .wrapper .featured__gallery .gallery__card:hover a::after{width:100%;height:100%;opacity:1}.exp__gallery .wrapper .featured__gallery .gallery__card:hover a img{transform:scale(1.1)}.slider__controls{position:absolute;bottom:0;right:0;display:flex;align-items:center}.slider__controls .arrow_vertical{min-width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:var(--white-color);transition:all 300ms ease-in-out;position:relative;cursor:pointer;overflow:hidden}.slider__controls .arrow_vertical:hover::before{opacity:1;width:100%}.slider__controls .arrow_vertical:hover span i{color:var(--white-color)}.slider__controls .arrow_vertical:nth-child(1)::before{left:0}.slider__controls .arrow_vertical:nth-child(2)::before{right:0}.slider__controls .arrow_vertical::before{content:"";position:absolute;top:0;width:0;height:100%;opacity:0;background:var(--primary-color);transition:all 300ms var(--cubic-bezier)}.slider__controls .arrow_vertical span{position:relative}.slider__controls .arrow_vertical span i{font-size:18px;color:var(--primary-color);display:flex;transition:all 300ms ease-in-out}.editorial__slider{position:relative}.editorial__slider-wrapper .grid__card{padding:.5rem;position:relative}.editorial__slider-wrapper .grid__card:hover .card__img img{transform:scale(1.1)}.editorial__slider-wrapper .grid__card:hover .card__details .card__title{color:var(--primary-color)!important}.editorial__slider-wrapper .grid__card .card__img{width:100%;height:250px;overflow:hidden}.editorial__slider-wrapper .grid__card .card__img img{transform:scale(1.01);transition:all 1s ease-in-out}.editorial__slider-wrapper .grid__card .card__details{position:absolute;bottom:0;right:0;padding:1rem;width:95%;background:#fff;display:flex;flex-direction:column;grid-gap:1rem}.editorial__slider-wrapper .grid__card .card__details .card__title{color:var(--black-color);text-align:left}.editorial__slider .slider__controls{position:static;box-shadow:var(--box-shadow);display:flex;justify-content:center;width:fit-content;margin:1rem auto 0}.exp__businessNews{width:100%;padding:2rem 0}.exp__businessNews .wrapper{display:flex;flex-direction:column;grid-gap:2rem}.exp__businessNews .wrapper .businessNews__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem}@media(max-width:1200px){.exp__businessNews .wrapper .businessNews__grid{grid-gap:1rem}}@media(max-width:1024px){.exp__businessNews .wrapper .businessNews__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.exp__businessNews .wrapper .businessNews__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:450px){.exp__businessNews .wrapper .businessNews__grid{grid-template-columns:repeat(1,1fr)}}.exp__businessNews .wrapper .businessNews__grid .grid__card{position:relative}.exp__businessNews .wrapper .businessNews__grid .grid__card:hover .card__img img{transform:scale(1.1)}.exp__businessNews .wrapper .businessNews__grid .grid__card:hover .card__details .card__title{color:var(--primary-color)!important}.exp__businessNews .wrapper .businessNews__grid .grid__card .card__img{width:100%;height:250px;overflow:hidden}.exp__businessNews .wrapper .businessNews__grid .grid__card .card__img img{transform:scale(1.01);transition:all 1s ease-in-out}.exp__businessNews .wrapper .businessNews__grid .grid__card .card__details{position:absolute;bottom:0;right:0;padding:1rem;width:95%;background:#fff;display:flex;flex-direction:column;grid-gap:1rem}.exp__businessNews .wrapper .businessNews__grid .grid__card .card__details .card__title{color:var(--black-color);text-align:left}.ap__footer{width:100%;padding:2rem 0}.ap__footer .wrapper{display:flex;flex-direction:column;grid-gap:2rem}.ap__footer .wrapper .brands__section{display:flex;align-items:center;justify-content:center;grid-gap:3rem;flex-wrap:wrap;padding-bottom:2rem;position:relative}.ap__footer .wrapper .brands__section::before{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:var(--border-color)}.ap__footer .wrapper .brands__section .brands__img{width:120px}.ap__footer .wrapper .brands__section .brands__img img{width:100%;height:100%;object-fit:contain;transition:all 300ms ease-in-out}.ap__footer .wrapper .ap__aboutUs{display:flex;flex-direction:column;grid-gap:1rem;align-items:center;margin-top:1rem}.ap__footer .wrapper .ap__aboutUs .about__us-title{color:var(--primary-color)!important;font-size:24px;font-weight:600;letter-spacing:.5px}.ap__footer .wrapper .ap__aboutUs .about__us-desc{text-align:center;font-size:16px;font-family:var(--desc-font);line-height:30px}.ap__footer .wrapper .mailTo__editor{display:flex;justify-content:center;flex-direction:column;align-items:center;grid-gap:1rem}.ap__footer .wrapper .mailTo__editor .mail__to-title{color:var(--primary-color)!important;font-size:24px;font-weight:600;letter-spacing:.5px}.ap__footer .wrapper .mailTo__editor a{position:relative;background:var(--light-blue-color);min-width:1rem;padding:0 2rem;height:45px;border-radius:50px;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:var(--box-shadow);transition:all 300ms ease-in-out}.ap__footer .wrapper .mailTo__editor a::before{content:"";position:absolute;top:0;left:0;background:var(--primary-color);width:0;height:100%;transition:all 300ms ease-in-out}.ap__footer .wrapper .mailTo__editor a:hover::before{width:100%}.ap__footer .wrapper .mailTo__editor a:hover span{color:var(--white-color)}.ap__footer .wrapper .mailTo__editor a span{position:relative;color:var(--primary-color);font-size:16px;letter-spacing:.5px;transition:all 300ms ease-in-out}.ap__footer .wrapper .ap__contacts{display:flex;flex-direction:column;grid-gap:1rem;align-items:center;padding-bottom:2rem;position:relative;margin-top:1rem}.ap__footer .wrapper .ap__contacts::before{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:var(--border-color)}.ap__footer .wrapper .ap__contacts .footer__title{color:var(--primary-color)!important;font-size:24px;font-weight:600;letter-spacing:.5px}.ap__footer .wrapper .ap__contacts ul{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;grid-gap:1rem}.ap__footer .wrapper .ap__contacts ul li p{text-align:center;font-size:16px;font-family:var(--desc-font);line-height:30px}.ap__footer .wrapper .ap__contacts ul li a{color:var(--primary-color)!important;text-align:center;font-size:16px;font-family:var(--desc-font);line-height:30px;position:relative;padding-bottom:.5rem}.ap__footer .wrapper .ap__contacts ul li a::before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:0;height:1px;background:var(--primary-color);transition:all 300ms cubic-bezier(.68,-.55,.27,1.55)}.ap__footer .wrapper .ap__contacts ul li a:hover::before{width:50%}.ap__footer .wrapper .ap__copyrights{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;grid-gap:1rem}@media(max-width:850px){.ap__footer .wrapper .ap__copyrights{flex-direction:column;justify-content:center}}.ap__footer .wrapper .ap__copyrights .copyright__text{font-family:var(--desc-font);font-size:16px;text-align:center}.ap__footer .wrapper .ap__copyrights .copyright__menu{display:flex;align-items:center;grid-gap:2rem;flex-wrap:wrap;justify-content:center}.ap__footer .wrapper .ap__copyrights .copyright__menu li a{color:var(--text-dark-color);font-family:var(--desc-font);font-size:16px;position:relative;padding-bottom:.5rem;transition:all 300ms ease-in-out}.ap__footer .wrapper .ap__copyrights .copyright__menu li a::before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:0;height:1px;background:var(--primary-color);transition:all 300ms cubic-bezier(.68,-.55,.27,1.55)}.ap__footer .wrapper .ap__copyrights .copyright__menu li a:hover{color:var(--primary-color)!important}.ap__footer .wrapper .ap__copyrights .copyright__menu li a:hover::before{width:50%}.scrollToTop{position:relative;position:fixed;bottom:0;right:0;display:flex;justify-content:center;align-items:center;z-index:5555;opacity:0;visibility:hidden;transition:all 300ms ease-in-out}.scrollToTop.active{opacity:1;visibility:visible;bottom:5%!important;right:5rem}@media(max-width:992px){.scrollToTop.active{right:3rem}}@media(max-width:450px){.scrollToTop.active{right:2rem}}.scrollToTop::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--primary-color);min-width:3rem;height:3rem;border-radius:100%;box-shadow:-5px -5px 20px rgba(255,255,255,.1),2px 2px 20px -5px rgba(0,0,0,.5)}.scrollToTop::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);background:var(--primary-color);min-width:3rem;height:3rem;border-radius:100%;z-index:-1;animation:zoomEffectAnimation 2s ease-in-out infinite}.scrollToTop i{position:relative;color:var(--white-color);display:flex;animation:innerScrollToTopAnimation 1s linear infinite}.ap__social{margin-top:1rem}.ap__social ul{display:flex;align-items:center;justify-content:center;grid-gap:2rem;flex-wrap:wrap}@media(max-width:650px){.ap__social ul{grid-gap:1rem}}.ap__social ul .social__link{min-width:3rem;height:3rem;background:0 0;box-shadow:var(--box-shadow);display:flex;align-items:center;justify-content:center;border-radius:50px;position:relative;overflow:hidden}.ap__social ul .social__link::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0;height:0;background:var(--primary-color);border-radius:50px;transition:all 300ms cubic-bezier(.68,-.55,.27,1.55)}.ap__social ul .social__link i{display:flex;font-size:22px;color:var(--primary-color);position:relative;transition:all 300ms ease-in-out}.ap__social ul .social__link:hover::before{width:100%;height:100%;transition-delay:300ms}.ap__social ul .social__link:hover i{color:var(--white-color);animation:btnSlidingTransition 1s linear}#st-1 .st-btn{border-radius:0}.exp__mulitmedia{width:100%;padding:2rem 0}.exp__mulitmedia .wrapper{display:flex;flex-direction:column;grid-gap:2rem}.exp__mulitmedia .wrapper .multimedia__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem}@media(max-width:1200px){.exp__mulitmedia .wrapper .multimedia__grid{grid-gap:1rem}}@media(max-width:992px){.exp__mulitmedia .wrapper .multimedia__grid{grid-template-columns:repeat(2,1fr)}}.exp__mulitmedia .wrapper .multimedia__grid-left{grid-column:span 1;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem}@media(max-width:1200px){.exp__mulitmedia .wrapper .multimedia__grid-left{grid-gap:1rem}}@media(max-width:992px){.exp__mulitmedia .wrapper .multimedia__grid-left{grid-row:2;grid-column:span 2;grid-template-columns:repeat(auto-fill,minmax(185px,1fr))}}@media(max-width:380px){.exp__mulitmedia .wrapper .multimedia__grid-left{grid-template-columns:repeat(1,1fr)}}.exp__mulitmedia .wrapper .multimedia__grid-left .video__card{display:flex;flex-direction:column;align-items:flex-start;grid-gap:1rem}.exp__mulitmedia .wrapper .multimedia__grid-left .video__card:hover .video__card-details .card__title{color:var(--primary-color)!important}.exp__mulitmedia .wrapper .multimedia__grid-left .video__card-thumb{width:100%;height:180px;position:relative}@media(max-width:1336px){.exp__mulitmedia .wrapper .multimedia__grid-left .video__card-thumb{height:150px}}@media(max-width:1024px){.exp__mulitmedia .wrapper .multimedia__grid-left .video__card-thumb{height:120px}}@media(max-width:992px){.exp__mulitmedia .wrapper .multimedia__grid-left .video__card-thumb{height:140px}}@media(max-width:380px){.exp__mulitmedia .wrapper .multimedia__grid-left .video__card-thumb{height:200px}}.exp__mulitmedia .wrapper .multimedia__grid-left .video__card-thumb a .video__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:5;display:flex;align-items:center;justify-content:center;background:var(--white-color);min-width:3rem;height:3rem;box-shadow:var(--box-shadow);transition:all 300ms var(--cubic-bezier)}@media(max-width:768px){.exp__mulitmedia .wrapper .multimedia__grid-left .video__card-thumb a .video__play{min-width:2rem;height:2rem}}.exp__mulitmedia .wrapper .multimedia__grid-left .video__card-thumb a .video__play i{display:flex;color:var(--primary-color);font-size:20px}@media(max-width:768px){.exp__mulitmedia .wrapper .multimedia__grid-left .video__card-thumb a .video__play i{font-size:16px}}.exp__mulitmedia .wrapper .multimedia__grid-right{grid-column:2/4;grid-row:span 1}@media(max-width:992px){.exp__mulitmedia .wrapper .multimedia__grid-right{grid-column:span 2}}.exp__mulitmedia .wrapper .multimedia__grid-right .video__card{display:flex;flex-direction:column;align-items:flex-start;grid-gap:2rem;height:100%}@media(max-width:1336px){.exp__mulitmedia .wrapper .multimedia__grid-right .video__card{grid-gap:1rem}}.exp__mulitmedia .wrapper .multimedia__grid-right .video__card:hover .video__card-details .card__title{color:var(--primary-color)!important}.exp__mulitmedia .wrapper .multimedia__grid-right .video__card-thumb{width:100%;height:100%;position:relative}@media(max-width:992px){.exp__mulitmedia .wrapper .multimedia__grid-right .video__card-thumb{height:500px}}@media(max-width:768px){.exp__mulitmedia .wrapper .multimedia__grid-right .video__card-thumb{height:450px}}@media(max-width:650px){.exp__mulitmedia .wrapper .multimedia__grid-right .video__card-thumb{height:400px}}@media(max-width:550px){.exp__mulitmedia .wrapper .multimedia__grid-right .video__card-thumb{height:350px}}@media(max-width:450px){.exp__mulitmedia .wrapper .multimedia__grid-right .video__card-thumb{height:300px}}@media(max-width:400px){.exp__mulitmedia .wrapper .multimedia__grid-right .video__card-thumb{height:250px}}@media(max-width:350px){.exp__mulitmedia .wrapper .multimedia__grid-right .video__card-thumb{height:200px}}.exp__mulitmedia .wrapper .multimedia__grid-right .video__card-thumb a{height:100%}.exp__mulitmedia .wrapper .multimedia__grid-right .video__card-thumb a .video__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:5;display:flex;align-items:center;justify-content:center;background:var(--white-color);min-width:5rem;height:5rem;box-shadow:var(--box-shadow);transition:all 300ms var(--cubic-bezier)}@media(max-width:768px){.exp__mulitmedia .wrapper .multimedia__grid-right .video__card-thumb a .video__play{min-width:3rem;height:3rem}}.exp__mulitmedia .wrapper .multimedia__grid-right .video__card-thumb a .video__play i{display:flex;color:var(--primary-color);font-size:32px}@media(max-width:768px){.exp__mulitmedia .wrapper .multimedia__grid-right .video__card-thumb a .video__play i{font-size:22px}}.exp__mulitmedia .wrapper .multimedia__grid-right .video__card .video__card-details .card__title{font-size:32px}@media(max-width:1336px){.exp__mulitmedia .wrapper .multimedia__grid-right .video__card .video__card-details .card__title{font-size:26px}}@media(max-width:768px){.exp__mulitmedia .wrapper .multimedia__grid-right .video__card .video__card-details .card__title{font-size:22px}}.bigyapan__group{padding:2rem 0}.global__breadcrumbs{width:100%;padding:2rem 0}.global__breadcrumbs-list{display:flex;align-items:center;grid-gap:3rem;flex-wrap:wrap}.global__breadcrumbs-list li{position:relative}.global__breadcrumbs-list li:not(:last-child)::before{content:"\f105";position:absolute;right:-1.5rem;top:50%;transform:translateY(-50%);font:var(--fa-font-solid);font-size:12px;color:var(--text-light-color)}.global__breadcrumbs-list li:not(:last-child) a{color:var(--black-color)!important;font-weight:600}.global__breadcrumbs-list li a{font-size:14px;letter-spacing:.5px;color:var(--text-light-color)!important;font-weight:400}.global__breadcrumbs-list li a .icon{background:var(--primary-color);min-width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.global__breadcrumbs-list li a .icon i{display:flex;color:var(--white-color);font-size:16px}.sticky__bottomNav{position:fixed;z-index:999;bottom:1%;left:50%;transform:translateX(-50%);width:95%;background:var(--primary-color);border-radius:10px;padding:1rem;display:none}@media(max-width:650px){.sticky__bottomNav{display:block}}.sticky__bottomNav ul{display:flex;justify-content:center;grid-gap:1rem;justify-content:space-evenly}@media(max-width:450px){.sticky__bottomNav ul{grid-gap:.5rem;justify-content:space-between}}.sticky__bottomNav ul .sticky__list a{display:flex;flex-direction:column;align-items:center;grid-gap:0}.sticky__bottomNav ul .sticky__list a .icon svg{width:20px;height:20px;object-fit:contain;color:#fff}.sticky__bottomNav ul .sticky__list a .text{color:#fff;font-size:14px;text-align:center}.sticky__bottomSidebar{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--light-blue-color);transform-origin:left;display:none;z-index:10000;overflow-y:auto}.sticky__bottomSidebar.active{display:block;animation:sidebarMenuAni 1s cubic-bezier(.68,-.55,.27,1.55) alternate}.sticky__bottomSidebar-wrapper{display:flex;flex-direction:column;grid-gap:var(--sm-gap)}.sticky__bottomSidebar-wrapper .section__title{position:sticky;padding:0;top:0;background:var(--light-blue-color);padding:var(--sm-gap)}.sticky__bottomSidebar-wrapper .sidebar__news-grid{display:flex;flex-direction:column;grid-gap:var(--md-gap);padding:var(--sm-gap)}.sticky__bottomSidebar-wrapper .sidebar__news-grid .grid__card{display:flex;flex-direction:row-reverse;grid-gap:var(--sm-gap)}.sticky__bottomSidebar-wrapper .sidebar__news-grid .grid__card .card__img{width:120px;height:80px;flex:0 0 120px;border-radius:10px;overflow:hidden;box-shadow:var(--box-shadow)}.sticky__bottomSidebar-wrapper .sidebar__news-grid .grid__card .card__details{flex:1}.sticky__bottomSidebar-wrapper .sidebar__news-grid .grid__card .card__details .card__title{font-size:20px;font-weight:500;line-height:30px}.sticky__bottomSidebar-wrapper .sidebar__news-grid .grid__card .card__details .card__title a{color:var(--text-dark-color)}.font__size-toggler{display:flex;align-items:center;margin-top:2rem;grid-gap:.5rem}.font__size-toggler .btn__size{background:var(--primary-color);border:0;outline:none;display:flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;box-shadow:var(--box-shadow)}.font__size-toggler .btn__size span{color:#fff;font-size:16px;font-weight:400}.font__size-toggler .btn__size.increase{min-width:2.5rem;height:2.5rem}.font__size-toggler .btn__size.increase span{font-size:22px}.exp__topStory{width:100%;padding:2rem 0}.exp__topStory .wrapper{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem}@media(max-width:1200px){.exp__topStory .wrapper{grid-template-columns:repeat(2,1fr)}}.exp__apexPioneers .wrapper{display:flex;flex-direction:column;grid-gap:2rem}.exp__editorial{width:100%;padding:2rem 0}.exp__editorial .wrapper{display:flex;flex-direction:column;grid-gap:2rem}.exp__societyNews{width:100%;padding:2rem 0}.exp__societyNews .wrapper{display:flex;flex-direction:column;grid-gap:2rem}.exp__societyNews .wrapper .topStory__news-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem}@media(max-width:1200px){.exp__societyNews .wrapper .topStory__news-grid{grid-template-columns:repeat(2,1fr)}}.exp__societyNews .wrapper .topStory__news-grid .grid__left{grid-column:span 2;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem}.exp__societyNews .wrapper .topStory__news-grid .grid__right{display:flex;flex-direction:column;grid-gap:2rem}@media(max-width:1200px){.exp__societyNews .wrapper .topStory__news-grid .grid__right{grid-column:span 2}}@media(max-width:1200px){.exp__societyNews .wrapper .topStory__news-grid .grid__right{display:grid;grid-template-columns:repeat(2,1fr)}}.exp__societyNews .wrapper .topStory__news-grid .grid__right .grid__card:nth-child(1){display:flex;grid-gap:1rem;grid-row:unset;flex-direction:row-reverse}@media(max-width:500px){.exp__societyNews .wrapper .topStory__news-grid .grid__right .grid__card:nth-child(1){flex-direction:column}}.exp__societyNews .wrapper .topStory__news-grid .grid__right .grid__card:nth-child(1) .card__img{overflow:hidden;flex:1;width:100%;height:120px;position:relative}@media(max-width:1280px){.exp__societyNews .wrapper .topStory__news-grid .grid__right .grid__card:nth-child(1) .card__img{height:100px}}@media(max-width:1200px){.exp__societyNews .wrapper .topStory__news-grid .grid__right .grid__card:nth-child(1) .card__img{height:120px}}@media(max-width:850px){.exp__societyNews .wrapper .topStory__news-grid .grid__right .grid__card:nth-child(1) .card__img{height:100px}}@media(max-width:650px){.exp__societyNews .wrapper .topStory__news-grid .grid__right .grid__card:nth-child(1) .card__img{height:120px}}@media(max-width:500px){.exp__societyNews .wrapper .topStory__news-grid .grid__right .grid__card:nth-child(1) .card__img{flex:unset;height:200px}}.exp__societyNews .wrapper .topStory__news-grid .grid__right .grid__card:nth-child(1) .card__img a img{transform:scale(1.01);transition:all 1s ease-in-out}.exp__societyNews .wrapper .topStory__news-grid .grid__right .grid__card:nth-child(1) .card__img a .card__category{position:absolute;top:0;left:0;padding:0 .5rem;height:25px}.exp__societyNews .wrapper .topStory__news-grid .grid__right .grid__card:nth-child(1) .card__img a .card__category span{font-size:10px}.exp__societyNews .wrapper .topStory__news-grid .grid__right .grid__card:nth-child(1) .card__details{position:static;padding:0;flex:2;display:flex;flex-direction:column;align-items:flex-start;grid-gap:.5rem}@media(max-width:500px){.exp__societyNews .wrapper .topStory__news-grid .grid__right .grid__card:nth-child(1) .card__details{flex:unset}}.exp__societyNews .wrapper .topStory__news-grid .grid__right .grid__card:nth-child(1) .card__details .card__title{text-align:left;color:var(--black-color);font-size:20px;line-height:25px}.exp__topStory .illustration__news{display:flex;flex-direction:column;grid-gap:2rem}@media(max-width:1200px){.exp__topStory .illustration__news{grid-column:span 2}}.exp__topStory .illustration__news .grid__right{grid-column:span 1;display:flex;flex-direction:column;align-items:flex-start;grid-gap:2rem}@media(max-width:1200px){.exp__topStory .illustration__news .grid__right{grid-gap:1rem;display:grid;grid-template-columns:repeat(2,1fr)}}@media(max-width:1150px){.exp__topStory .illustration__news .grid__right{display:grid;grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.exp__topStory .illustration__news .grid__right{display:flex;flex-direction:column}}.exp__topStory .illustration__news .grid__right .grid__card{grid-column:3/4;grid-row:span 1;display:flex;align-items:flex-start;flex-direction:row-reverse;grid-gap:.5rem}@media(max-width:1200px){.exp__topStory .illustration__news .grid__right .grid__card{grid-column:unset;grid-row:unset}}@media(max-width:1150px){.exp__topStory .illustration__news .grid__right .grid__card{grid-column:span 1;grid-row:auto}}.exp__topStory .illustration__news .grid__right .grid__card .card__img{flex:1;width:100%;height:120px;overflow:hidden;position:relative}@media(max-width:1336px){.exp__topStory .illustration__news .grid__right .grid__card .card__img{height:100px}}@media(max-width:1150px){.exp__topStory .illustration__news .grid__right .grid__card .card__img{height:120px}}@media(max-width:992px){.exp__topStory .illustration__news .grid__right .grid__card .card__img{height:100px}}@media(max-width:768px){.exp__topStory .illustration__news .grid__right .grid__card .card__img{height:120px}}@media(max-width:400px){.exp__topStory .illustration__news .grid__right .grid__card .card__img{height:100px}}@media(max-width:350px){.exp__topStory .illustration__news .grid__right .grid__card .card__img{height:90px}}.exp__topStory .illustration__news .grid__right .grid__card .card__img a img{transform:scale(1.01);transition:all 1s ease-in-out}.exp__topStory .illustration__news .grid__right .grid__card .card__img a .card__category{position:absolute;top:0;left:0;padding:0 .5rem;height:25px}.exp__topStory .illustration__news .grid__right .grid__card .card__img a .card__category span{font-size:10px}.exp__topStory .illustration__news .grid__right .grid__card .card__details{flex:2;display:flex;flex-direction:column;grid-gap:.5rem}.exp__topStory .illustration__news .grid__right .grid__card .card__details .card__title{font-size:22px;line-height:25px;color:var(--black-color);text-align:left}@media(max-width:550px){.exp__topStory .illustration__news .grid__right .grid__card .card__details .card__title{font-size:20px}}.exp__topStory .illustration__news .grid__right .grid__card .card__details .card__desc{text-align:left;font-size:16px;color:var(--black-color);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.exp__topStory .illustration__news .grid__right .grid__card:hover .card__img img{transform:scale(1.1)}.exp__topStory .illustration__news .grid__right .grid__card:hover .card__img .card__category{transform:unset}.exp__topStory .illustration__news .grid__right .grid__card:hover .card__details .card__title{color:var(--primary-color)!important}.exp__detailContent{width:100%}.exp__detailContent .wrapper{display:flex;flex-direction:column;grid-gap:2rem}.exp__detailContent .wrapper .detailContent__head{display:flex;flex-direction:column;grid-gap:1rem}.exp__detailContent .wrapper .detailContent__head .exp__detailTitle{font-size:42px;font-weight:700;color:var(--black-color)!important}@media(max-width:1336px){.exp__detailContent .wrapper .detailContent__head .exp__detailTitle{font-size:38px}}@media(max-width:1024px){.exp__detailContent .wrapper .detailContent__head .exp__detailTitle{font-size:34px}}@media(max-width:650px){.exp__detailContent .wrapper .detailContent__head .exp__detailTitle{font-size:32px}}.exp__detailContent .wrapper .detailContent__head .exp__detailSubTitle{font-size:22px;font-weight:500;color:#555!important}@media(max-width:650px){.exp__detailContent .wrapper .detailContent__head .exp__detailSubTitle{font-size:20px}}.exp__detailContent .wrapper .detailContent__head .exp__detailsDesc{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;grid-gap:1rem}.exp__detailContent .wrapper .detailContent__head .exp__detailsDesc .post__meta{width:auto;display:flex;justify-content:flex-start;align-items:center;column-gap:3rem;row-gap:1rem;flex-wrap:wrap}.exp__detailContent .wrapper .detailContent__head .exp__detailsDesc .post__meta .post__date{color:var(--text-light-color)}.exp__detailContent .wrapper .detailContent__head .exp__detailsDesc .post__meta .post__date p{font-weight:500}.exp__detailContent .wrapper .detailContent__head .exp__detailsDesc .post__meta .comment__count{display:flex;align-items:center;grid-gap:.3rem;font-size:14px;color:var(--text-dark-color);font-weight:700}.exp__detailContent .wrapper .detailContent__head .exp__detailsDesc .post__meta .comment__count i{display:flex;color:var(--primary-color);font-size:20px}.exp__detailContent .wrapper .detailContent__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem}@media(max-width:1200px){.exp__detailContent .wrapper .detailContent__grid{grid-template-columns:repeat(2,1fr)}}.exp__detailContent .wrapper .detailContent__grid .content__left{grid-column:span 2}.exp__detailContent .wrapper .detailContent__grid .content__left figure figcaption{background:var(--border-color);padding:.3rem 1rem;text-align:right;font-size:14px;font-weight:500;letter-spacing:.5px;color:var(--primary-color)}.exp__detailContent .wrapper .detailContent__grid .content__left .details__desc p{margin:2rem 0!important;font-size:18px}.exp__detailContent .wrapper .detailContent__grid .content__left .details__desc p a{color:var(--primary-color)!important;font-weight:500}@media(max-width:768px){.exp__detailContent .wrapper .detailContent__grid .content__left .details__desc p{font-size:16px}}.exp__detailContent .wrapper .detailContent__grid .content__left .inline__bigyapan{display:flex;grid-gap:2rem}@media(max-width:992px){.exp__detailContent .wrapper .detailContent__grid .content__left .inline__bigyapan{grid-gap:1rem}}@media(max-width:550px){.exp__detailContent .wrapper .detailContent__grid .content__left .inline__bigyapan{display:grid;grid-template-columns:repeat(2,1fr)}}@media(max-width:400px){.exp__detailContent .wrapper .detailContent__grid .content__left .inline__bigyapan{display:grid;grid-template-columns:repeat(1,1fr)}}.exp__detailContent .wrapper .detailContent__grid .content__left .inline__bigyapan .bigyapan{flex:1 1 33%}.exp__detailContent .wrapper .detailContent__grid .content__right{display:flex;flex-direction:column;grid-gap:2rem}@media(max-width:1200px){.exp__detailContent .wrapper .detailContent__grid .content__right{grid-column:span 2}}.exp__detailContent .wrapper .detailContent__grid .content__right .popular__news{display:flex;flex-direction:column;grid-gap:2rem}.exp__detailContent .wrapper .detailContent__grid .content__right .popular__news .grid__right{grid-column:span 1;display:flex;flex-direction:column;align-items:flex-start;grid-gap:2rem}@media(max-width:1200px){.exp__detailContent .wrapper .detailContent__grid .content__right .popular__news .grid__right{grid-gap:1rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}}@media(max-width:350px){.exp__detailContent .wrapper .detailContent__grid .content__right .popular__news .grid__right{display:flex;flex-direction:column}}.exp__detailContent .wrapper .detailContent__grid .content__right .popular__news .grid__right .grid__card{display:flex;align-items:flex-start;flex-direction:row-reverse;grid-gap:.5rem}@media(max-width:1150px){.exp__detailContent .wrapper .detailContent__grid .content__right .popular__news .grid__right .grid__card{grid-column:span 1;grid-row:auto}}.exp__detailContent .wrapper .detailContent__grid .content__right .popular__news .grid__right .grid__card .card__img{flex:1;width:100%;height:120px;overflow:hidden;position:relative}@media(max-width:1336px){.exp__detailContent .wrapper .detailContent__grid .content__right .popular__news .grid__right .grid__card .card__img{height:100px}}@media(max-width:1150px){.exp__detailContent .wrapper .detailContent__grid .content__right .popular__news .grid__right .grid__card .card__img{height:120px}}@media(max-width:992px){.exp__detailContent .wrapper .detailContent__grid .content__right .popular__news .grid__right .grid__card .card__img{height:100px}}@media(max-width:768px){.exp__detailContent .wrapper .detailContent__grid .content__right .popular__news .grid__right .grid__card .card__img{height:120px}}@media(max-width:400px){.exp__detailContent .wrapper .detailContent__grid .content__right .popular__news .grid__right .grid__card .card__img{height:100px}}@media(max-width:350px){.exp__detailContent .wrapper .detailContent__grid .content__right .popular__news .grid__right .grid__card .card__img{height:90px}}.exp__detailContent .wrapper .detailContent__grid .content__right .popular__news .grid__right .grid__card .card__img a img{transform:scale(1.01);transition:all 1s ease-in-out}.exp__detailContent .wrapper .detailContent__grid .content__right .popular__news .grid__right .grid__card .card__img a .card__category{position:absolute;top:0;left:0;padding:0 .5rem;height:25px}.exp__detailContent .wrapper .detailContent__grid .content__right .popular__news .grid__right .grid__card .card__img a .card__category span{font-size:10px}.exp__detailContent .wrapper .detailContent__grid .content__right .popular__news .grid__right .grid__card .card__details{flex:2;display:flex;flex-direction:column;grid-gap:.5rem}.exp__detailContent .wrapper .detailContent__grid .content__right .popular__news .grid__right .grid__card .card__details .card__title{font-size:22px;line-height:25px;color:var(--black-color);text-align:left}@media(max-width:550px){.exp__detailContent .wrapper .detailContent__grid .content__right .popular__news .grid__right .grid__card .card__details .card__title{font-size:20px}}.exp__detailContent .wrapper .detailContent__grid .content__right .popular__news .grid__right .grid__card .card__details .card__desc{text-align:left;font-size:16px;color:var(--black-color);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.exp__detailContent .wrapper .detailContent__grid .content__right .popular__news .grid__right .grid__card:hover .card__img img{transform:scale(1.1)}.exp__detailContent .wrapper .detailContent__grid .content__right .popular__news .grid__right .grid__card:hover .card__img .card__category{transform:unset}.exp__detailContent .wrapper .detailContent__grid .content__right .popular__news .grid__right .grid__card:hover .card__details .card__title{color:var(--primary-color)!important}.exp__detailContent .wrapper .detailContent__grid .content__right .news__tags{display:flex;flex-direction:column;grid-gap:2rem}.exp__detailContent .wrapper .detailContent__grid .content__right .news__tags-menu{display:flex;align-items:center;column-gap:1rem;row-gap:.5rem;flex-wrap:wrap}.exp__detailContent .wrapper .detailContent__grid .content__right .news__tags-menu li a{font-size:16px;color:var(--text-dark-color)!important;transition:all 300ms ease-in-out}.exp__detailContent .wrapper .detailContent__grid .content__right .news__tags-menu li a:hover{color:var(--primary-color)!important}.exp__detailContent .wrapper .detailContent__grid .content__right .news__tags-menu li a span{color:var(--primary-color)}blockquote{margin:0 0 1rem}blockquote p{display:block;font-weight:700;padding:20px 20px 15px 50px;margin-bottom:30px;margin-top:15px;position:relative;line-height:1.8;background:var(--light-blue-color);width:100%;font-size:22px;font-weight:500;color:var(--primary-color)!important}blockquote p::before{font:var(--fa-font-solid);font-weight:900;content:"\f10d";position:absolute;top:10px;left:10px;font-size:32px;color:var(--text-light-color)}.exp__author{width:100%}.exp__author-details{padding:2rem 0;background:var(--banner-color)}.exp__author-details .author__wrapper{display:flex;flex-direction:column;align-items:center;grid-gap:1rem}.exp__author-details .author__wrapper-img{max-width:12rem;height:12rem}.exp__author-details .author__wrapper-name{color:var(--white-color);font-size:28px;font-weight:700}.exp__author-details .author__wrapper-name p{display:flex;align-items:center;grid-gap:.5rem}.exp__author-details .author__wrapper-name p a{color:var(--primary-color)!important;font-weight:400;font-size:22px}.exp__author-details .author__wrapper .exp__nav-social{grid-gap:2rem}.exp__author-details .author__wrapper .exp__nav-social .social__icons:hover a::before{width:2.5rem;height:2.5rem}.exp__author-details .author__wrapper .exp__nav-social .social__icons a i{color:var(--white-color);font-size:22px}.exp__author-details .author__wrapper-postCount{color:var(--white-color);font-size:16px}.exp__author-details .author__wrapper-postCount p{display:flex;align-items:center;grid-gap:.5rem}.exp__author-details .author__wrapper-postCount p i{display:flex;font-size:22px;color:var(--primary-color)}.exp__author-details .author__wrapper-desc{color:var(--white-color);line-height:35px;font-size:18px;font-weight:300;letter-spacing:.5px;text-align:center}.exp__author-other{padding:2rem 0;background:var(--light-blue-color)}.exp__author-other .wrapper{display:flex;flex-direction:column;grid-gap:2rem}.exp__author-other .wrapper .section__title{justify-content:center}.exp__author-other .wrapper .section__title::before{background:#dedede}.exp__author-other .wrapper .author__list{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;column-gap:3rem;row-gap:1rem}.exp__author-other .wrapper .author__list li .author{display:flex;flex-direction:column}.exp__author-other .wrapper .author__list li .author__img{min-width:8rem;height:8rem;box-shadow:0 0 15px rgba(0,0,0,.2);border-radius:100%}.exp__author-other .wrapper .author__list li .author__name{font-size:18px;color:var(--black-color);font-weight:500}.news__cards{width:100%;padding:2rem 0}.news__cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:2rem}.news__cards-grid .grid__card{display:flex;flex-direction:column;grid-gap:1rem}.news__cards-grid .grid__card:hover .card__img img{transform:scale(1.1)}.news__cards-grid .grid__card:hover .card__details .card__title{color:var(--primary-color)!important}.news__cards-grid .grid__card .card__img{width:100%;height:250px;overflow:hidden}.news__cards-grid .grid__card .card__img img{transform:scale(1.01);transition:all 1s ease-in-out}.news__cards-grid .grid__card .card__details{display:flex;flex-direction:column;grid-gap:.5rem;align-items:flex-start}.news__cards-grid .grid__card .card__details .card__title{text-align:left}.news__cards-grid .grid__card .card__details .post__meta .author__img{max-width:2rem;height:2rem}.category-news__cards{width:100%;padding:0 0 2rem}.category-news__cards .wrapper{display:flex;flex-direction:column;grid-gap:2rem}.category-news__cards-grid{display:grid;grid-template-columns:repeat(8,1fr);grid-gap:2rem}@media(max-width:1200px){.category-news__cards-grid{grid-gap:1rem}}@media(max-width:992px){.category-news__cards-grid{grid-template-columns:repeat(6,1fr)}}@media(max-width:650px){.category-news__cards-grid{grid-template-columns:repeat(2,1fr)}}.category-news__cards-grid .grid__card{grid-column:span 2;display:flex;flex-direction:column;grid-gap:1rem}@media(max-width:650px){.category-news__cards-grid .grid__card{grid-column:span 1}}@media(max-width:450px){.category-news__cards-grid .grid__card{grid-column:span 2}}.category-news__cards-grid .grid__card:hover .card__img img{transform:scale(1.1)}.category-news__cards-grid .grid__card:hover .card__details .card__title{color:var(--primary-color)!important}.category-news__cards-grid .grid__card:nth-child(1){grid-column:span 5;grid-row:1/5;position:relative}@media(max-width:992px){.category-news__cards-grid .grid__card:nth-child(1){grid-column:span 6;grid-row:1}}@media(max-width:650px){.category-news__cards-grid .grid__card:nth-child(1){grid-column:span 2;grid-row:unset}}.category-news__cards-grid .grid__card:nth-child(1) .card__img{width:100%;height:calc(700px + 2rem)}@media(max-width:992px){.category-news__cards-grid .grid__card:nth-child(1) .card__img{height:500px}}@media(max-width:768px){.category-news__cards-grid .grid__card:nth-child(1) .card__img{height:400px}}@media(max-width:550px){.category-news__cards-grid .grid__card:nth-child(1) .card__img{height:350px}}@media(max-width:450px){.category-news__cards-grid .grid__card:nth-child(1) .card__img{height:250px}}@media(max-width:350px){.category-news__cards-grid .grid__card:nth-child(1) .card__img{height:200px}}.category-news__cards-grid .grid__card:nth-child(1) .card__details{position:absolute;bottom:0;right:0;width:90%;background:var(--white-color);padding:2rem;display:flex;flex-direction:column;grid-gap:1rem}@media(max-width:450px){.category-news__cards-grid .grid__card:nth-child(1) .card__details{position:static;width:100%;padding:0}}.category-news__cards-grid .grid__card:nth-child(2){grid-column:6/9;grid-row:1/3;position:relative;height:100%}@media(max-width:992px){.category-news__cards-grid .grid__card:nth-child(2){grid-column:1/4;grid-row:2/4}}@media(max-width:650px){.category-news__cards-grid .grid__card:nth-child(2){grid-column:span 2;grid-row:unset}}.category-news__cards-grid .grid__card:nth-child(2) .card__img{height:350px}@media(max-width:1200px){.category-news__cards-grid .grid__card:nth-child(2) .card__img{height:300px}}@media(max-width:992px){.category-news__cards-grid .grid__card:nth-child(2) .card__img{height:100%}}@media(max-width:650px){.category-news__cards-grid .grid__card:nth-child(2) .card__img{height:400px}}@media(max-width:550px){.category-news__cards-grid .grid__card:nth-child(2) .card__img{height:350px}}@media(max-width:450px){.category-news__cards-grid .grid__card:nth-child(2) .card__img{height:250px}}@media(max-width:350px){.category-news__cards-grid .grid__card:nth-child(2) .card__img{height:200px}}.category-news__cards-grid .grid__card:nth-child(2) .card__details{position:absolute;bottom:0;left:0;width:90%;background:var(--white-color);padding:1rem}@media(max-width:450px){.category-news__cards-grid .grid__card:nth-child(2) .card__details{position:static;width:100%;padding:0}}.category-news__cards-grid .grid__card:nth-child(3){grid-column:6/9;grid-row:3/4;position:relative;display:flex;flex-direction:row}@media(max-width:992px){.category-news__cards-grid .grid__card:nth-child(3){grid-column:4/7;grid-row:2/3}}@media(max-width:650px){.category-news__cards-grid .grid__card:nth-child(3){grid-column:span 2;grid-row:unset}}.category-news__cards-grid .grid__card:nth-child(3) .card__img{max-width:120px;height:120px;overflow:hidden;border-radius:100%}@media(max-width:1200px){.category-news__cards-grid .grid__card:nth-child(3) .card__img{max-width:100px;height:100px}}@media(max-width:450px){.category-news__cards-grid .grid__card:nth-child(3) .card__img{max-width:80px;height:80px}}.category-news__cards-grid .grid__card:nth-child(3) .card__details .post__meta .author__img{max-width:2rem;height:2rem}.category-news__cards-grid .grid__card:nth-child(4){grid-column:6/9;grid-row:4/5;position:relative;position:relative;display:flex;flex-direction:row}@media(max-width:992px){.category-news__cards-grid .grid__card:nth-child(4){grid-column:4/7;grid-row:3/4}}@media(max-width:650px){.category-news__cards-grid .grid__card:nth-child(4){grid-column:span 2;grid-row:unset}}.category-news__cards-grid .grid__card:nth-child(4) .card__img{max-width:120px;height:120px;overflow:hidden;border-radius:100%}@media(max-width:1200px){.category-news__cards-grid .grid__card:nth-child(4) .card__img{max-width:100px;height:100px}}@media(max-width:450px){.category-news__cards-grid .grid__card:nth-child(4) .card__img{max-width:80px;height:80px}}.category-news__cards-grid .grid__card:nth-child(4) .card__details .post__meta .author__img{max-width:2rem;height:2rem}.category-news__cards-grid .grid__card .card__img{width:100%;height:250px;overflow:hidden}@media(max-width:1336px){.category-news__cards-grid .grid__card .card__img{height:200px}}@media(max-width:550px){.category-news__cards-grid .grid__card .card__img{height:180px}}@media(max-width:450px){.category-news__cards-grid .grid__card .card__img{height:250px}}@media(max-width:350px){.category-news__cards-grid .grid__card .card__img{height:200px}}.category-news__cards-grid .grid__card .card__img img{transform:scale(1.01);transition:all 1s ease-in-out}.category-news__cards-grid .grid__card .card__details{display:flex;align-items:flex-start;flex-direction:column;grid-gap:.5rem}.category-news__cards-grid .grid__card .card__details .card__title{text-align:left}.exp__aboutUs{width:100%}.exp__aboutUs .section__title{justify-content:center}.exp__aboutUs .aboutUs__content{display:flex;flex-direction:column;grid-gap:2rem;padding-bottom:2rem}.exp__aboutUs .aboutUs__content-desc{font-size:18px;letter-spacing:.5px;line-height:35px;text-align:center}@media(max-width:768px){.exp__aboutUs .aboutUs__content-desc{font-size:16px;line-height:30px;font-weight:400;text-align:justify}}.exp__aboutUs .aboutUs__teamList{display:flex;flex-direction:column;grid-gap:2rem;padding-bottom:2rem}.exp__aboutUs .aboutUs__teamList .teamList__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));grid-gap:2rem}@media(max-width:550px){.exp__aboutUs .aboutUs__teamList .teamList__grid{grid-template-columns:repeat(2,1fr);grid-gap:1rem}}.exp__aboutUs .aboutUs__teamList .teamList__grid .team__card{display:flex;align-items:center;flex-direction:column;grid-gap:1rem}.exp__aboutUs .aboutUs__teamList .teamList__grid .team__card .team__img{max-width:7rem;height:7rem;border-radius:100%;box-shadow:var(--box-shadow)}@media(max-width:992px){.exp__aboutUs .aboutUs__teamList .teamList__grid .team__card .team__img{max-width:5rem;height:5rem}}@media(max-width:550px){.exp__aboutUs .aboutUs__teamList .teamList__grid .team__card .team__img{max-width:4rem;height:4rem}}.exp__aboutUs .aboutUs__teamList .teamList__grid .team__card .team__info{display:flex;flex-direction:column;align-items:center;grid-gap:.5rem}.exp__aboutUs .aboutUs__teamList .teamList__grid .team__card .team__info .info__post{font-size:16px;font-weight:500;letter-spacing:.5px;color:var(--primary-color)!important;text-align:center}.exp__aboutUs .aboutUs__teamList .teamList__grid .team__card .team__info .info__list{display:flex;flex-direction:column;grid-gap:.5rem}.exp__aboutUs .aboutUs__teamList .teamList__grid .team__card .team__info .info__list .info__name{font-size:18px;font-weight:500;color:var(--text-dark-color)!important;text-align:center}.exp__aboutUs .aboutUs__contact{display:flex;flex-direction:column;grid-gap:2rem;padding-bottom:2rem}.exp__aboutUs .aboutUs__contact-content{display:flex;justify-content:center;column-gap:3rem;row-gap:2rem;flex-wrap:wrap}.exp__aboutUs .aboutUs__contact-content .contact__details{display:flex;align-items:center;flex-direction:column;grid-gap:1rem}.exp__aboutUs .aboutUs__contact-content .contact__details i{font-size:32px;display:flex;color:var(--primary-color)}.exp__aboutUs .aboutUs__contact-content .contact__details span{color:var(--text-dark-color);font-size:16px;font-weight:500;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;column-gap:.5rem;text-align:center}.exp__aboutUs .aboutUs__contact-content .contact__details span a{color:var(--primary-color)!important}