header{margin-bottom:0!important}.search_found_wrap{position:relative;display:flex;align-items:center;gap:5rem;margin-bottom:1.5rem;padding-bottom:10px;border-bottom:1px solid var(--line)}.search_found_text p{margin-bottom:0;display:inline-block;font-size:16px}.check_results{margin:auto}.search_found_text .save_srch_icn{font-size:15px;margin-left:12px;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;color:var(--text-color);border-radius:var(--bdr-rad)}.search_found_text .save_srch_icn:hover{background:var(--section-bg);color:var(--green);text-decoration:none}.search_found_wrap .view_type{display:flex;align-items:center;gap:10px}.no-search-data-found{min-height:300px}.search_found_wrap .view_type>span{font-size:18px;cursor:pointer}.search_found_wrap .view_type>span:hover{color:#fff}.search_found_text>p>span{color:var(--head-text);font-weight:500}.save_srch_btn{font-size:14px;border:1px solid #01cc90;border-radius:4px;padding:4px 20px;background:transparent;color:var(--body-text);cursor:pointer;margin-right:12px}.save_srch_btn:focus{background:var(--green);color:#fff}.save_srch_popup{background:#fff;padding:8px 14px;border-radius:var(--bdr-rad);display:none;align-items:center;justify-content:center;gap:10px;position:absolute;top:0;left:50%;transform:translateX(-50%);z-index:9;box-shadow:0 5px 15px rgba(0,0,0,.18)}.save_srch_popup p{margin:0;font-size:15px}.save_srch_popup i{color:var(--green);font-size:15px}.save_srch_popup.active{display:flex}.save_srch_popup input{padding:4px 10px;border:1px solid var(--text-color);border-radius:var(--bdr-rad);width:250px}.save_srch_popup input:active,.save_srch_popup input:focus-visible{outline:none;border:1px solid var(--text-color)}.save_srch_popup button{padding:4px 10px}#sortSelect1{width:130px}.main_grid{display:grid;grid-template-columns:300px 1fr;gap:30px}.srch_filter_wrap{border-radius:var(--bdr-rad);background:var(--body-grey);width:100%;height:max-content;display:flex;flex-direction:column;padding:1rem;position:sticky;top:120px}.srch_filter_wrap.active{left:0}.srch_filter_wrap .close-filter{position:absolute;right:12px;top:12px;color:var(--text-color);display:none;border:0;width:34px;height:34px;background:transparent;border-radius:50%}.srch_filter_wrap .section_heading{text-align:left;font-size:16px;margin-bottom:1rem}.filter_bar{width:45px;height:45px;background:var(--green);display:none;padding:0;color:var(--white);border-radius:50%;position:fixed;z-index:99;bottom:5rem;right:1rem;cursor:pointer;box-shadow:0 5px 15px rgba(0,0,0,.3)}.filter_bar,.filter_btn{align-items:center;justify-content:center}.filter_btn{color:currentColor;width:100%;height:100%;display:flex;position:relative}.filter_btn i{position:relative;z-index:-1}.sub_search_bar{height:32px;width:100%;display:flex;background:none;border-radius:var(--bdr-rad);border:1px solid var(--line);margin-bottom:12px;background:#fff}.sub_search_bar input{height:100%;width:100%;border:none;outline:none;padding:0 16px;color:var(--head-text);font-size:14px;background:none}.sub_search_bar .srch_icon{height:100%;width:40px;text-align:center;border-radius:0 50px 50px 0;cursor:pointer;margin-bottom:0!important;display:flex;align-items:center;justify-content:center}.srch_filter{position:relative}.srch_filter:before{content:"";position:absolute;right:20px;top:10px;width:8px;height:8px;z-index:99;border-right:2px solid #ccc;border-top:2px solid #ccc;border-color:transparent transparent #ccc #ccc;border-style:solid;border-width:2px;transform:rotate(-45deg);transition:.5s;pointer-events:none}.srch_filter input{font-size:13px;width:100%;height:100%;cursor:pointer;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.06);padding:6px 15px;border-radius:var(--bdr-rad);outline:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:#fff;margin-bottom:20px}.srch_filter .slc_options{position:absolute;top:34px;width:100%;background:#fff;border-radius:var(--bdr-rad);overflow:hidden;padding:10px 0;list-style:none;display:none}.srch_filter.active .slc_options{display:none}.srch_filter .slc_options li{padding:4px 16px;cursor:pointer;color:var(--head-text);font-size:13px;font-weight:500}#industrySelect .slc_options li.active{color:var(--green)}.srch_filter .slc_options li:hover{background:var(--green);color:#fff}.srch_filter_wrap #industrySelect{max-height:300px;overflow:auto;border:none}.srch_filter_wrap #industrySelect:before{border:none}.srch_filter_wrap #industrySelect .slc_options{position:relative;top:0;width:100%;padding:0;background:transparent;display:inline-flex;flex-wrap:wrap}.btn-topic.active,.slc_options li.active{background:var(--green)!important;color:#fff!important;border:1px solid var(--green)!important}.btn-topic{border-radius:3px;padding:2px 6px;background:#eaf6f2;color:#2e8d65;font-size:12px;font-weight:500;transition:all .2s ease 0s;margin-bottom:7px;overflow:hidden;display:inline-block;text-overflow:inherit;white-space:normal;max-width:260px;width:fit-content;margin-right:5px}.btn-topic,.btn-topic:hover{border:1px solid var(--green)}.btn-topic:hover{background:var(--green);color:#fff}li.result_selected{background:var(--green)!important;color:#fff!important;border:1px solid var(--green)!important}.srch_filter_wrap #industrySelect .slc_options li{padding:2px 6px;background:#eaf6f2;border:1px solid var(--green);border-radius:3px;color:#2e8d65;display:flex;align-items:baseline;font-size:12px;font-weight:500;transition:all .2s ease 0s;margin-bottom:13px;margin-right:4px}.navbar-mobile{display:none}.srch_filter_wrap #industrySelect .slc_options li:hover{background:var(--green);color:#fff;border:1px solid var(--green)}.srch_filter_wrap .sub_menu{display:none}.def_select{display:flex;flex-direction:column;margin-bottom:12px;margin-top:16px}.def_select label{color:var(--head-text);font-size:13px;margin-bottom:4px}.def_select select{font-size:14px;padding:0 4px;outline:none;border:1px solid var(--line);background:transparent;border-radius:var(--bdr-rad);height:32px}.def_select{height:200px;overflow:auto}.def_select::-webkit-scrollbar{width:3px}.def_select::-webkit-scrollbar-track{background:#ededed;color:#000}.def_select::-webkit-scrollbar-thumb{background-color:#ccc}.pri__btn{color:#fff;display:inline-block;padding:8px 20px;cursor:pointer;position:relative;font-weight:500;-webkit-border-radius:var(--border-radius-2);-moz-border-radius:var(--border-radius-2);-ms-border-radius:var(--border-radius-2);-o-border-radius:var(--border-radius-2);border:1px solid transparent;background:var(--green);-webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px 0 rgba(0,0,0,.2);-ms-box-shadow:0 5px 10px 0 rgba(0,0,0,.2);-o-box-shadow:0 5px 10px 0 rgba(0,0,0,.2);box-shadow:0 5px 10px 0 rgba(0,0,0,.2);-webkit-transition:all .2s linear 0s;-moz-transition:all .2s linear 0s;-ms-transition:all .2s linear 0s;-o-transition:all .2s linear 0s;transition:all .2s linear 0s}.grid_item{display:grid;grid-template-columns:1fr;gap:1.6rem 1rem}.graph_item .item_info h5 a{color:var(--head-text)!important}.graph_item{transition:all .25s ease 0s;cursor:pointer;display:flex;gap:1rem}.graph_item,.graph_item .item_head{border-radius:var(--bdr-rad);position:relative}.graph_item .item_head{overflow:hidden;flex:0 0 40%}.graph_item .item_media{aspect-ratio:4/2.5;position:relative;overflow:hidden;width:100%}.graph_item .item_media img{position:absolute;inset:0;width:100%;object-fit:cover;height:100%;transition:all .3s ease 0s}.graph_item:hover .item_media img{transform:scale(1.1)}.graph_item .overly_content{position:absolute;height:80px;background:linear-gradient(0deg,transparent,rgba(0,0,0,.5));left:0;right:0;top:0;padding:4px;display:flex;align-items:flex-start;justify-content:space-between;gap:8px;transition:all .5s ease 0s;opacity:0}.graph_item:hover .overly_content{opacity:1}.graph_item .item_info .sub_title{margin-bottom:2px;font-size:13px;color:var(--head-text)}.graph_item .item_info h5{font-size:20px;font-weight:600;line-height:1.4;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-bottom:0}.graph_item .tags_list{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:5px}.market__tag{margin-bottom:0;margin-top:1rem}.graph_item .tags_list li>a{border-radius:3px;padding:2px 6px;background:var(--body-grey);font-size:12px;color:var(--body-text);font-weight:500;border:1px solid var(--line);transition:all .2s ease 0s}.graph_item .tags_list li>a:hover{background:#eaf6f2;color:#2e8d65;border:1px solid var(--green)}.item_title{position:absolute;bottom:-100%;left:0;width:100%;background:linear-gradient(0deg,rgba(0,0,0,.9),transparent);backdrop-filter:blur(2px);padding:40px 10px 10px;transition:bottom .2s ease 0s}.graph_item:hover .item_title{bottom:-1px}.item_title h5{font-size:14px;margin:0;color:#fff}.graph_item .industry_txt{border-radius:3px;font-size:12px;color:var(--link);font-weight:500;letter-spacing:.3px;align-self:flex-start}.graph_item .desc_txt{font-size:13px;margin-bottom:8px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis}.icn_wrap{position:absolute;top:8px;right:8px;display:none;align-items:center;gap:6px}.favorite,.graph_item:hover .icn_wrap{display:flex}.favorite{background:hsla(0,0%,100%,.8);backdrop-filter:blur(1px);cursor:pointer;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--bdr-rad)}.favorite.active{background:var(--fav)}.favorite.active>i{color:var(--fav_i)}.favorite i{color:var(--body-text);font-size:16px}.download{background:hsla(0,0%,100%,.8);backdrop-filter:blur(1px);cursor:pointer;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--bdr-rad)}.download i{font-size:16px}.favorite svg{stroke-width:5px;fill-opacity:0;stroke:currentcolor;width:1.25em;transition:all .25s ease 0s;height:1.25em}.favorite:hover{color:red}.favorite:hover svg{stroke-opacity:0;fill-opacity:1}.srch_filter_wrap .filter_down{margin-right:8px}.srch_filter_wrap .clear_all{color:var(--link);font-size:13px;cursor:pointer}.srch_filter_wrap .clear_all:hover{text-decoration:underline}.view-toggle{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;color:var(--body-text);border-radius:var(--bdr-rad)}.view-toggle:hover{background:var(--body-grey);text-decoration:none;color:var(--head-text)}.view-toggle.is-active .grid,.view-toggle .list{display:none}.view-toggle.is-active .list{display:block}.graph-container.is-active{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;row-gap:2rem}.graph-container.is-active .graph-items{flex-direction:column;gap:8px}.graph-container.is-active .graph-items>img{aspect-ratio:2/1;max-width:262px;height:148px}.graph-container.is-active .graph-items .title{margin-bottom:6px;-webkit-line-clamp:2}.graph-container.is-active .bullet-separator,.graph-container.is-active .desc_txt{display:none}.graph-container.is-active .metadata_text{flex-wrap:wrap}.graph-container.is-active .sku{margin-right:1.2rem}.graph-container.is-active .pub_date,.graph-container.is-active .sku{font-weight:400;color:var(--text-color)}.graph-container.is-active .pub_date>span,.graph-container.is-active .sku>span{display:none}.graph-container.is-active .favorite{position:absolute;top:10px;right:22px;background:rgba(0,0,0,.75)}.cta_bar_popup.active{bottom:2rem}.cta_bar_popup{padding:1.5rem;position:fixed;right:2rem;bottom:-100%;border-radius:var(--bdr-rad);background:#fff;width:300px;color:#fff;transition:all .5s ease;z-index:999;border:1px solid var(--line);box-shadow:0 6px 20px rgba(0,0,0,.12)}.cta_bar_popup,.cta_bar_popup .content_wrap{display:flex;flex-direction:column;align-items:center;justify-content:center}.cta_bar_popup .content_wrap{gap:1rem;flex-wrap:wrap}.cta_bar_popup .content_wrap h4{font-size:17px;color:var(--head-text);margin:0;text-align:center;line-height:1.4}.cta_bar_popup .content_wrap img{height:80px}.cta_bar_popup .cta_wrap{display:flex;flex-direction:column;align-items:stretch;gap:1rem;text-align:center;width:100%}.cta_bar_popup .close_item{position:absolute;top:8px;right:10px;color:var(--body-text);font-size:15px;padding:8px;cursor:pointer}@media screen and (max-width:1024px){.graph{padding:1rem}}@media screen and (max-width:767px){.graph_item{margin-bottom:.5rem;border-bottom:1px solid #cfcbcb}.main_grid{grid-template-columns:1fr}.graph-container{grid-template-columns:1fr 1fr 1fr}.srch_filter_wrap{position:fixed;top:0;width:90%;max-width:270px;padding:20px;border-radius:0;box-shadow:0 20px 25px rgba(0,0,0,.12);z-index:999;bottom:0;left:-100%;height:100vh;transition:all .5s ease}.srch_filter_wrap.active{left:0}.graph-container.is-active .graph-items .title{font-size:14px;-webkit-line-clamp:3}.srch_filter_wrap .close-filter{display:block}.srch_filter_wrap .section_heading{margin-top:1rem}.filter_bar{display:flex}.navbar-mobile{display:block;position:fixed;top:520px;z-index:999;right:15px;color:var(--white);background:var(--green);border-radius:50%;width:50px;height:50px;font-size:18px}.main_grid.show .srch_filter_wrap{left:0}}@media screen and (max-width:500px){.graph_item .item_info .sub_title{font-size:12px}.market__tag{margin-top:.5rem}}@media screen and (max-width:576px){.graph_item{flex-direction:column}.graph_item .item_info h5{font-size:14px}.graph_item .item_head{position:relative;border-radius:var(--bdr-rad);overflow:hidden;flex:1}.search_found_wrap{flex-wrap:wrap}.search_found_wrap .view_type{gap:20px}.save_srch_popup{top:4.4rem;right:0}.graph-container.is-active{grid-template-columns:1fr 1fr;gap:12px}.graph-container.is-active .metadata_text,.metadata_text{display:none}.graph-items{gap:1rem}.graph-container.is-active .graph-items .title{font-size:14px}.graph-items .title{font-size:14px;display:initial}.desc_txt{display:none}.navbar-mobile{display:block;position:fixed;top:520px;z-index:999;right:15px;color:var(--white);background:var(--green);border-radius:50%;width:50px;height:50px;font-size:18px}.main_grid.show .srch_filter_wrap{left:0}}