﻿:root{--Neutralshades-Grey-N000-White: #fff;--Neutralshades-Grey-N000-BG: #f2f2f2;--Neutralshades-Grey-N100-Outline: #e4e4e4;--Neutralshades-Grey-N700: #000;--Neutralshades-Grey-N400-Body-Text-and-Icons: #8b8b8b;--Primary-Yellow-P500: #e7ae07}button:focus{outline:none}.price_chart_tab__cont{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}@media(max-width: 440px){.price_chart_tab__cont{margin:0;padding:0 20px;border-top:solid 1px #e7e7e7;border-bottom:solid 1px #e7e7e7}}.price_chart_tab__cont h4{display:none;margin:0;color:var(--Neutralshades-Grey-N700, #000);font-family:Inter;font-size:16px;font-style:normal;font-weight:700;line-height:16px}@media(max-width: 440px){.price_chart_tab__cont h4{display:initial}}.price_chart_innertab{display:none;flex:1 0 auto;justify-content:flex-end;gap:10px}.price_chart_innertab button{color:var(--Neutralshades-Grey-N700, #000);font-family:Inter;font-size:12px;font-style:normal;font-weight:600;line-height:12px;border-radius:4px;background:var(--Neutralshades-Grey-N000-BG, #f2f2f2);border:none;display:inline-flex;height:32px;padding:8px 16px;justify-content:center;align-items:center;gap:3px;flex-shrink:0}.price_chart_innertab button.active{font-weight:600;background:var(--Neutralshades-Grey-N700, #000);color:var(--Neutralshades-Grey-N000-White, #fff)}.price_chart_innertab__dropdown{margin-left:auto}@media(max-width: 440px){.price_chart_innertab__dropdown .dropdown-toggle{outline:none !important}}.price_chart_range_selector{display:flex;gap:10px;padding-top:10px}@media(max-width: 1080px){.price_chart_range_selector{display:none}}.price_chart_range_selector.mobile{display:none;border-top:solid 1px #e4e4e4;border-bottom:solid 1px #e4e4e4;gap:0;justify-content:space-evenly}@media(max-width: 440px){.price_chart_range_selector.mobile{display:flex}}.price_chart_range_selector button{color:#777575;font-size:14px;font-weight:700;line-height:12px;padding-bottom:8px;text-transform:capitalize;background:rgba(0,0,0,0);border:none}.price_chart_range_selector button.active{border-bottom:solid 2px #ffc008;color:#000}.price_chart_range_selector button:disabled{opacity:.5}.price_chart_range_selector__dropdown{display:none}@media(max-width: 1080px){.price_chart_range_selector__dropdown{display:initial}}@media(max-width: 440px){.price_chart_range_selector__dropdown{display:none}}.price_chart_range_selector__dropdown .dropdown-toggle span{text-transform:uppercase}.price_chart__cont{padding-top:10px;padding-bottom:25px;position:relative}@media(max-width: 440px){.price_chart__cont{padding-bottom:0}}.price_chart__cont.valuation{padding-bottom:3rem}@media(max-width: 440px){.price_chart__cont.valuation{padding-bottom:12px}}.price_chart__cont.debt,.price_chart__cont.capex{padding-bottom:20px}@media(max-width: 440px){.price_chart__cont.debt,.price_chart__cont.capex{padding-bottom:0}}.chart_cont.insufficient_data{position:relative;min-height:380px}.chart_cont.insufficient_data>div{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:flex;flex-direction:column;align-items:center;gap:1rem}.chart_cont.insufficient_data>div>div{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#fff3d2;border-radius:50%}.chart_cont.insufficient_data>div p{color:var(--Neutralshades-Grey-N700, #000);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:18px}.price_chart_box{border-radius:8px;outline:1px solid var(--Neutralshades-Grey-N100-Outline, #e4e4e4);min-height:418px}@media(max-width: 440px){.price_chart_box{outline:none;min-height:auto}}ul.price_chart__peers{display:flex;flex-wrap:wrap;gap:8px;padding:16px 10px 0 10px;margin:0}ul.price_chart__peers li{display:flex;justify-content:center;align-items:center;gap:4px;border-radius:4px;outline:1px solid #d9d9d9;padding:6px 12px;background:#efefef}@media(max-width: 470px){ul.price_chart__peers li{font-size:12px}}@media(max-width: 440px){ul.price_chart__peers li[data-type]{display:none}}ul.price_chart__peers li.peer{background:#fff;cursor:pointer}ul.price_chart__peers li[data-status=added]{background:#efefef;cursor:default}ul.price_chart__peers li .dot-circle_svg{line-height:12px}ul.price_chart__peers li .cross_svg{cursor:pointer;line-height:12px}ul.price_chart__peers li .plus_svg{line-height:10px}@media(max-width: 470px){ul.price_chart__peers li .plus_svg svg{width:12px}}ul.price_chart__peers li .dot-circle_svg svg{height:14px}ul.price_chart__peers li span{color:var(--Neutralshades-Grey-N400-Body-Text-and-Icons, #8b8b8b);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}ul.price_chart__peers .compare_by_search{display:flex;gap:8px;order:99}ul.price_chart__peers .compare_by_search .price_chart_search__cont{border-radius:4px;border:1px solid #a3a3a3;position:relative;display:flex;flex-direction:column;font-family:Inter,sans-serif;max-width:200px}ul.price_chart__peers .compare_by_search .price_chart_search__cont input{border:none;outline:none;padding-left:10px;padding-right:24px;border-radius:4px;height:100%}@media(max-width: 470px){ul.price_chart__peers .compare_by_search .price_chart_search__cont input{font-size:13px}}ul.price_chart__peers .compare_by_search .price_chart_search__cont .cross_svg{position:absolute;top:50%;right:0;transform:translate(-50%, -50%);line-height:10px;cursor:pointer}@media(max-width: 470px){ul.price_chart__peers .compare_by_search .price_chart_search__cont .cross_svg svg{width:12px}}ul.price_chart__peers .compare_by_search button{display:flex;justify-content:center;align-items:center;gap:4px;border-radius:4px;outline:1px solid #000;border:none;padding:6px 12px;color:#000;cursor:pointer;background:rgba(0,0,0,0);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}@media(max-width: 470px){ul.price_chart__peers .compare_by_search button{font-size:12px}}ul.price_chart__peers .compare_by_search button .plus_svg{line-height:10px}@media(max-width: 470px){ul.price_chart__peers .compare_by_search button .plus_svg svg{width:12px}}ul.price_chart__peers .compare_by_search button .lock_svg{line-height:0;margin-right:4px}ul.price_chart__peers .compare_by_search button .comp_text{font-family:Inter}@media(max-width: 440px){ul.price_chart__peers .compare_by_search button .comp_text{display:none}}#price_chart_search__results .autocomplete-suggestions{top:32px;border-radius:4px;padding:4px 0}#price_chart_search__results .autocomplete-suggestions .autocomplete-suggestion{color:#878787;font-size:13px;padding:4px;margin:2px;padding-left:24px;font-family:Inter}#price_chart_search__results .autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected{border-radius:6px;background:#f2f2f2}#price_chart_search__results .autocomplete-suggestions .autocomplete-suggestion strong{font-family:Inter;color:#000}#price_chart_search__results .autocomplete-suggestions .autocomplete-no-suggestion{font-size:13px;font-family:Inter;padding:4px;padding-left:24px}.price_chart__tooltip{padding:8px;background:#fff;z-index:2;font-family:Inter,sans-serif}.price_chart__tooltip p.date{margin-bottom:4px;color:#909090;font-size:10px;font-weight:500;font-family:Inter,sans-serif}.price_chart__tooltip ul{padding:0;margin:0}.price_chart__tooltip li{display:flex;gap:16px;justify-content:space-between;align-items:center}.price_chart__tooltip li .name{color:#909090;font-size:12px;font-weight:500;line-height:10px;font-family:Inter,sans-serif}.price_chart__tooltip li .name span{margin-right:4px}.price_chart__tooltip li .value{color:#000;font-size:12px;font-weight:500;line-height:10px;margin-right:4px;font-family:Inter,sans-serif}.price_chart__tooltip li .perc{color:#909090;font-size:10px;font-weight:500;line-height:10px;font-family:Inter,sans-serif}.price_chart_innertab__subtabs{display:flex;justify-content:flex-start;position:absolute;top:18px;left:8px;z-index:1;font-size:12px}@media(max-width: 690px){.price_chart_innertab__subtabs{display:none}}.price_chart_innertab__subtabs div{border-radius:4px;border:1px solid #e1e1e1;background:#f2f2f2;padding:2px}.price_chart_innertab__subtabs div input[type=radio]{display:none}.price_chart_innertab__subtabs div label{padding:3px 12px;cursor:pointer;margin:0;font-family:Inter,sans-serif}.price_chart_innertab__subtabs div label.active{background:#000;border-radius:4px;font-weight:600;color:#fff}.price_chart_innertab__subtabs__dropdown{display:none;position:absolute;top:18px;left:8px;z-index:1}.price_chart_innertab__subtabs__checkboxes{display:flex;justify-content:center;position:absolute;bottom:0;left:50%;transform:translate(-50%, -100%);white-space:nowrap;width:100%}@media(max-width: 500px){.price_chart_innertab__subtabs__checkboxes{position:static;transform:none;padding:0 1rem;margin-top:1rem}}.price_chart_innertab__subtabs__checkboxes input{accent-color:#4169e1}.price_chart_innertab__subtabs__checkboxes>div{display:flex;gap:20px;flex-wrap:wrap}@media(max-width: 500px){.price_chart_innertab__subtabs__checkboxes>div{gap:16px}}.price_chart_innertab__subtabs__checkboxes>div label{margin:0;display:flex;align-items:center;gap:8px;cursor:pointer;line-height:16px}.price_chart_innertab__subtabs__checkboxes>div label span{line-height:0}.price_chart_innertab__subtabs__checkboxes>div label .plotline_icon{width:18px;border-top:2px dashed #bfbfbf;display:inline-block}.custom_yaxis_label{color:var(--Neutralshades-Grey-N400-Body-Text-and-Icons, #8b8b8b);font-size:12px;font-weight:500}.custom_yaxis_label.colored{font-weight:600}.custom_yaxis_label.positive{color:#10b983}.custom_yaxis_label.negative{color:#d82f44}.custom_yaxis_label span{font-family:Inter,sans-serif}span:has(.custom_yaxis_label.colored){z-index:1}.chart_cont g.highcharts-legend{display:initial !important}.highcharts-range-input rect{stroke:#d9d9d9;rx:4px}@media(max-width: 440px){.highcharts-input-group{display:none !important}}.highcharts-axis-labels text,.highcharts-legend-item text,.highcharts-yaxis text{font-family:"Inter",sans-serif !important}#price-valuation-chart select{pointer-events:none}.price_company_wrapper .about__cont{display:flex;align-items:center;margin-bottom:1rem;gap:2rem}@media(max-width: 800px){.price_company_wrapper .about__cont{flex-direction:column;align-items:flex-start;gap:0}}.price_company_wrapper .about__cont .about h6{color:#000;font-size:16px;font-weight:500;line-height:16px}.price_company_wrapper .about__cont .about p{color:#909090;font-size:14px;line-height:20px}.price_chart_range_selector__dropdown .dropdown-toggle,.price_chart_innertab__dropdown .dropdown-toggle,.price_chart_innertab__subtabs__dropdown .dropdown-toggle{background:none;border:none;outline:none;display:flex;align-items:center;gap:8px;border-radius:6px;outline:1px solid var(--Neutralshades-Grey-N100-Outline, #e4e4e4);background:var(--Neutralshades-Grey-N000-White, #fff);padding:8px 12px}.price_chart_range_selector__dropdown .dropdown-toggle::after,.price_chart_innertab__dropdown .dropdown-toggle::after,.price_chart_innertab__subtabs__dropdown .dropdown-toggle::after{display:none}.price_chart_range_selector__dropdown .dropdown-toggle span,.price_chart_innertab__dropdown .dropdown-toggle span,.price_chart_innertab__subtabs__dropdown .dropdown-toggle span{color:var(--Neutralshades-Grey-N700, #000);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:16px}.price_chart_range_selector__dropdown .dropdown-menu,.price_chart_innertab__dropdown .dropdown-menu,.price_chart_innertab__subtabs__dropdown .dropdown-menu{padding:10px 5px !important;min-width:auto;font-size:12px;z-index:99}.price_chart_range_selector__dropdown .dropdown-item,.price_chart_innertab__dropdown .dropdown-item,.price_chart_innertab__subtabs__dropdown .dropdown-item{font-family:Inter;padding:3px 24px 2px 8px}.price_chart_range_selector__dropdown .dropdown-item.active,.price_chart_innertab__dropdown .dropdown-item.active,.price_chart_innertab__subtabs__dropdown .dropdown-item.active{background:none;color:#000}.price_chart_range_selector__dropdown .dropdown-item:active,.price_chart_innertab__dropdown .dropdown-item:active,.price_chart_innertab__subtabs__dropdown .dropdown-item:active{background-color:#e1e1e1;color:#000}.page_financials .price_chart_range_selector{display:flex}@media(max-width: 1040px){.page_financials .price_chart_range_selector{display:none}}.page_financials .price_chart_range_selector__dropdown{display:none}@media(max-width: 1040px){.page_financials .price_chart_range_selector__dropdown{display:initial}}@media(max-width: 440px){.page_financials .price_chart_range_selector__dropdown{display:none}}.page_financials.price_chart_box{margin-bottom:40px}@media(max-width: 440px){.page_financials.price_chart_box{outline:none;min-height:auto;margin-bottom:0}}.temp_gaps{padding-left:9px;justify-content:flex-start !important}#overview_page_wrapper .highcharts-range-selector-group{display:none}.about__cont{display:flex;align-items:flex-start;justify-content:space-between;margin-top:2rem;border:1px solid #e4e4e4;padding:24px 24px 30px 24px;border-radius:8px}@media(max-width: 800px){.about__cont{flex-direction:column;align-items:flex-start;gap:2rem}}@media(max-width: 800px){.about__cont{border:none;padding:10px 2px}}.about__cont .about{flex:1}@media(max-width: 800px){.about__cont .about{width:100%}}@media(max-width: 540px){.about__cont .about .hide_mobile{display:none}}.about__cont .about .hide_desktop{display:none}@media(max-width: 540px){.about__cont .about .hide_desktop{display:initial}}.about__cont .about .about_desc{color:#242424;line-height:20px;font-size:14px;text-align:justify;padding-right:20px}.about__cont .about .about_desc .more_btn,.about__cont .about .about_desc .less_btn{color:#0059c1;text-decoration-style:dotted;white-space:nowrap;margin-left:2px;cursor:pointer}.price_range__wrapper{display:flex;justify-content:center;align-items:center;padding-top:2.8rem;min-width:380px}@media(max-width: 800px){.price_range__wrapper{padding-top:0;width:100%}}@media(max-width: 440px){.price_range__wrapper{min-width:auto}}.price_range__cont{display:flex;gap:1rem;align-items:center;align-self:center}@media(max-width: 440px){.price_range__cont{width:98%}}.price_range__cont .price_range_limit{position:relative;font-size:14px;font-weight:500;line-height:14px}.price_range__cont .price_range_limit .label{position:absolute;left:0;top:-100%;color:#909090;font-size:12px;font-style:normal;line-height:12px}.price_range__cont .price_range_limit .label.right{left:auto;right:0}.price_range__cont .price_range{width:240px;height:4px;background:linear-gradient(90deg, #ff423d 0%, #ff423d 0.01%, #ecbe18 46%, #3bb87a 100%);position:relative;border-radius:2px}@media(max-width: 1100px){.price_range__cont .price_range{width:180px}}@media(max-width: 440px){.price_range__cont .price_range{flex:1}}.price_range__cont .price_range .title{color:#909090;font-size:12px;font-weight:500;line-height:10px;position:absolute;top:-1rem;left:50%;transform:translateX(-50%)}.price_range__cont .price_range .price_range__curr{position:absolute;top:50%;transform:translate(-50%, -50%)}.price_range__cont .price_range .price_range__curr .value{position:absolute;left:50%;top:0;transform:translateX(-50%);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;font-size:14px;font-weight:700;line-height:10px}.price_range__cont .price_range .price_range__curr .value svg{width:11.5px;height:10px}.btn_reset,.fin_table__edit button,.fin_table__head .sc_toggler__mob .dropdown-toggle,.fin_table__head .sc_toggler button{border:none;background:none;outline:none}.btn_reset:focus,.fin_table__edit button:focus,.fin_table__head .sc_toggler__mob .dropdown-toggle:focus,.fin_table__head .sc_toggler button:focus{outline:none}table.company_page__table{border-collapse:separate;border-spacing:0}table.company_page__table thead th{color:#4e4e4e;text-align:center;font-size:12px;font-weight:700;line-height:14px;background:#f1f1f1 !important;padding:14px 0;border-top:solid 1px #e5e5e5 !important;border-bottom:solid 1px #f3f0f0 !important;border-right:solid 1px #e1e1e1 !important}table.company_page__table thead th:first-child{border-top-left-radius:8px;border-left:solid 1px #e5e5e5 !important}table.company_page__table thead th:last-child{border-top-right-radius:8px;border-right:solid 1px #e5e5e5 !important}table.company_page__table thead th.name__cell{min-width:150px}table.company_page__table tbody tr td{color:#000;font-size:12px;font-weight:500;line-height:18px;padding:14px 16px !important;border-bottom:solid 1px #f3f0f0 !important;border-right:solid 1px #e1e1e1 !important}table.company_page__table tbody tr td:first-child{border-left:solid 1px #e5e5e5 !important;font-weight:500}table.company_page__table tbody tr td:last-child{border-right:solid 1px #e5e5e5 !important}table.company_page__table tbody tr td.name__cell{font-size:14px;min-width:150px;padding:14px 16px !important;text-align:left}@media(max-width: 530px){table.company_page__table tbody tr td{padding:12px 2px !important}}table.company_page__table tbody tr:last-child td{border-bottom:solid 1px #e5e5e5 !important}table.company_page__table tbody tr:last-child td:first-child{border-bottom-left-radius:8px}table.company_page__table tbody tr:last-child td:last-child{border-bottom-right-radius:8px}#companyFilings_wrapper{overflow:auto}@media(max-width: 440px){#companyFilings_wrapper{margin-left:-20px;margin-right:-20px;width:100vw}}table.company_filings__table td{text-align:center;min-width:140px}table.company_filings__table td>span.disabled{color:#929292;font-size:12px;font-weight:500;line-height:18px}@media(max-width: 530px){table.company_filings__table td>span.disabled{margin:0 4px}}table.company_filings__table td>a,table.company_filings__table td>button{color:#337ab7;font-size:11px;font-weight:600;line-height:18px;text-decoration-line:underline;margin:0 2px}@media(max-width: 530px){table.company_filings__table td>a,table.company_filings__table td>button{margin:0 4px}}table.company_filings__table td>button{background:none;border:none;outline:none;padding:0}table.company_filings__table .paginate__cell{min-width:auto;padding:0}@media(max-width: 380px){table.company_filings__table .paginate__cell{display:none}}table.company_filings__table .paginate__cell.page_prev{border-right:none !important}table.company_filings__table .paginate__cell.page_next{border-left:none !important;width:99%;text-align:right}@media(max-width: 530px){table.company_filings__table .paginate__cell.page_next{width:60%}}table.company_filings__table .paginate__cell button{background:rgba(0,0,0,0);border:none;padding:10px}table.company_filings__table .paginate__cell button:focus{outline:none}table.company_filings__table .name__cell{min-width:180px !important}@media(max-width: 440px){table.company_filings__table .name__cell{min-width:150px !important}}@media(max-width: 440px){table.company_filings__table .name__cell span{display:none}}table.company_filings__table .name__cell span.mob{display:none}@media(max-width: 440px){table.company_filings__table .name__cell span.mob{display:initial}}table.company_filings__table .name__cell .openai_logo{color:#999;font-weight:400;font-size:12px;margin-top:4px;display:flex;align-items:center;gap:4px}@media(max-width: 440px){table.company_filings__table .name__cell .openai_logo{font-size:10px}}table.company_filings__table .data__cell.last{border-right:none !important}#concall_summary .modal-dialog{max-width:50%;height:100%;margin:0;left:100%}@media(max-width: 600px){#concall_summary .modal-dialog{max-width:80%}}@media(max-width: 440px){#concall_summary .modal-dialog{max-width:100%}}#concall_summary .modal-content{height:100%;border-radius:0;padding:0}#concall_summary .modal-body{overflow:auto;padding-left:2.5rem;font-size:15px}@media(max-width: 440px){#concall_summary .modal-body{padding-left:1rem}}#concall_summary .modal-body div{margin-bottom:24px}#concall_summary .modal-body div h6{text-transform:uppercase;letter-spacing:.5px;font-weight:600;font-size:12px}#concall_summary .modal-body div ul{list-style:initial;padding-left:2rem}#concall_summary .modal-header{padding:1rem;position:relative;box-shadow:0 0px 2px rgba(0,0,0,.17)}#concall_summary .modal-title{margin-bottom:0;line-height:1.25rem}#concall_summary .modal-footer .openai_logo{display:flex;align-items:center;gap:6px;color:#999}#concall_summary .close_btn{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;outline:none}#concall_summary.show .modal-dialog{transform:translateX(-100%);transition:transform .3s linear}#peers_table_wrapper{overflow:auto;max-width:98.4%}@media(max-width: 440px){#peers_table_wrapper{margin-left:-24px;margin-right:-24px;max-width:none !important;width:100vw}}table.peers_table{width:100%}table.peers_table .name__cell{text-align:left}table.peers_table .data__cell{text-align:right}table.peers_table thead th{position:relative;cursor:pointer}table.peers_table thead th div{display:inline-block}table.peers_table thead th div::after{color:rgba(0,0,0,.3);position:absolute;font-family:fontawesome;top:50%;transform:translateY(-50%);left:-16px}table.peers_table thead th.name__cell div::after{left:auto;right:-16px}table.peers_table thead th.sorting div::after{content:""}table.peers_table thead th.sorting_asc div::after{content:""}table.peers_table thead th.sorting_desc div::after{content:""}table.peers_table thead th.name__cell{padding-left:16px;min-width:240px;position:sticky;left:0;z-index:1}@media(max-width: 440px){table.peers_table thead th.name__cell{min-width:auto}}table.peers_table thead th.data__cell{padding-left:22px;padding-right:28px}table.peers_table thead th.data__cell small{position:absolute;right:-20px;top:50%;transform:translateY(-50%);font-size:90%}table.peers_table tbody tr.highlight{background-color:#fffae8 !important}table.peers_table tbody tr.highlight td.name__cell{background-color:#fffae8 !important}table.peers_table tbody tr td.name__cell{font-size:14px;font-weight:500;line-height:18px}@media(max-width: 440px){table.peers_table tbody tr td.name__cell{min-width:auto;font-size:12px}table.peers_table tbody tr td.name__cell div{width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}table.peers_table tbody tr td.name__cell a{border-bottom:1px dotted;color:#000;line-height:20px}table.peers_table tbody tr td.name__cell a:hover{text-decoration:none}table.peers_table tbody tr td.data__cell{padding-left:22px !important;padding-right:28px !important;font-size:14px;font-weight:500;line-height:16px;letter-spacing:-0.48px}@media(max-width: 650px){table.peers_table tbody tr td.data__cell{font-size:12px}}.fin_table__head{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}@media(max-width: 1000px){.fin_table__head{flex-direction:column;align-items:flex-start;gap:8px}}@media(max-width: 520px){.fin_table__head .wrapper__inner__header__title{width:100%;display:flex;flex-direction:column;align-items:flex-end;border-bottom:solid 1px rgba(222,221,221,.5);padding-bottom:4px !important}}.fin_table__head .wrapper__inner__header__title span{align-self:flex-start}.fin_table__head .sc_toggler{display:flex;border-radius:4px;justify-content:center;align-items:center;text-align:center;height:32px;margin-right:auto}@media(max-width: 520px){.fin_table__head .sc_toggler{display:none}}.fin_table__head .sc_toggler button{color:#000;padding:0 2px;text-decoration:none;display:inline-block;height:32px;font-size:12px;font-weight:600;padding:8px 16px;line-height:16px;margin-right:10px;background-color:#f2f2f2}.fin_table__head .sc_toggler button:first-child{border-radius:4px;margin-right:8px}.fin_table__head .sc_toggler button:last-child{border-radius:4px}.fin_table__head .sc_toggler button.active{font-weight:600;color:#fff;background-color:#000}.fin_table__head .sc_toggler button:disabled{opacity:.6}.fin_table__head .sc_toggler__mob{display:none}@media(max-width: 520px){.fin_table__head .sc_toggler__mob{display:initial}}.fin_table__head .sc_toggler__mob .dropdown-toggle{text-transform:capitalize}.fin_table__head .sc_toggler__mob .dropdown-toggle:after{display:none}.fin_table__head .sc_toggler__mob .dropdown-toggle svg{width:14px;vertical-align:bottom}.fin_table__head .sc_toggler__mob .dropdown-menu{padding:8px !important;min-width:130px}.fin_table__head .sc_toggler__mob .dropdown-menu .dropdown-item{padding:4px;font-size:14px}.sc_toggler__mob .dropdown-toggle{border:none !important;background:#000 !important;color:#fff;padding:4px 4px 4px 8px;border-radius:4px;outline:none;font-size:12px;font-weight:600}.fin_table__edit{display:flex;justify-content:flex-end;gap:1rem;margin:8px 0;width:100%}@media(max-width: 1000px){.fin_table__edit{align-self:flex-end}}@media(max-width: 650px){.fin_table__edit{justify-content:flex-start}}.fin_table__edit a{text-decoration:none;color:#000;font-size:14px;font-weight:600;line-height:18px;padding:12px 10px;display:flex;align-items:center;gap:6px;border-radius:4px;background:#ffc008;display:flex;height:32px}@media(max-width: 650px){.fin_table__edit a{margin-left:auto}}.fin_table__edit .font_size_selector{border-radius:4px;border:1px solid #e1e1e1;display:flex}.fin_table__edit .font_size_selector button{padding:8px 10px;height:32px;font-size:12px;font-weight:600;color:#5c5c5c;line-height:16px}@media(max-width: 470px){.fin_table__edit .font_size_selector button{padding:6px 8px}}.fin_table__edit .font_size_selector button:first-child{border-right:1px solid rgba(225,225,225,.4509803922);border-radius:4px 0 0 4px}.fin_table__edit .font_size_selector button:last-child{border-radius:0 4px 4px 0}.fin_table__edit .column_order__toggler{border-radius:4px;border:1px solid #e1e1e1;background-color:#fff;padding:8px 10px;line-height:12px;height:33px}@media(max-width: 470px){.fin_table__edit .column_order__toggler{padding:6px 8px}}@media(max-width: 440px){#financials_master_table_wrapper{margin-left:-24px;margin-right:-24px}}.custom_fin__table_wrapper .dt-scroll-head{display:none}table.custom_fin__table{width:100%;font-size:16px}@media(max-width: 650px){table.custom_fin__table{margin-bottom:27px}}table.custom_fin__table .name__cell{min-width:220px !important;width:220px !important;text-align:left;padding-left:1rem}@media(max-width: 440px){table.custom_fin__table .name__cell{min-width:180px !important;width:180px !important}}table.custom_fin__table thead th{background:#fff !important;border-bottom:solid 1px #e5e5e5 !important}table.custom_fin__table thead th.name__cell{padding-right:1rem}table.custom_fin__table thead th.name__cell .exp_col__cont{display:flex;justify-content:space-between;align-items:center}table.custom_fin__table thead th.data__cell{color:#4e4e4e;text-align:right;font-size:12px;font-weight:700;line-height:14px;text-transform:uppercase;padding-right:8px;min-width:75px}table.custom_fin__table thead th.data__cell:not(:last-child){border-right:none !important}table.custom_fin__table tbody tr[data-index="1"] td{background-color:#f2f2f2 !important;font-weight:700}table.custom_fin__table tbody tr[data-index="1"] td.name__cell{padding:8px 16px !important;font-weight:700;font-size:.875em !important}table.custom_fin__table tbody tr[data-index="2"] td.name__cell div{padding-left:8px;color:#5c5c5c;font-weight:500 !important;line-height:14px}table.custom_fin__table tbody tr td{font-size:15px !important}table.custom_fin__table tbody tr td.data__cell{text-align:right;border-right:none !important;padding:8px !important}table.custom_fin__table tbody tr td.data__cell:last-child{border-right:solid 1px #e5e5e5 !important}table.custom_fin__table tbody tr td.name__cell{padding:8px 16px !important}table.custom_fin__table tbody tr td.name__cell .table_row__expcol{display:flex;justify-content:space-between;align-items:center}table.custom_fin__table tbody tr td.name__cell .table_row__expcol a{color:#1135ec}table.custom_fin__table thead th{font-size:.75em !important}table.custom_fin__table tbody tr td{font-size:.875em !important;line-height:14px}table.custom_fin__table tbody tr td:first-child{position:static}@media(max-width: 650px){table.custom_fin__table tbody tr td{font-size:.75em !important}}table.custom_fin__table .table_row__expcol{line-height:14px}.cf_web_view{display:inline}@media(max-width: 650px){.cf_web_view{display:none}}.cf_mob_view{display:none}@media(max-width: 650px){.cf_mob_view{display:inline}}.wrapper__inner__market__header__title{display:flex;text-align:center;align-items:end;justify-content:space-between;flex-direction:row;line-height:18px;font-weight:700;font-size:18px !important;letter-spacing:normal !important;text-transform:none;margin-bottom:6px;margin-top:-29px}.wrapper__inner__market__header__title .market_view_detailed button{border:none;background:#ffc008;border-radius:6px;height:32px;padding:2px 15px;display:flex;text-align:center;align-items:center;gap:8px;margin-top:16px;color:#000;font-size:14px;font-weight:600;line-height:14px;letter-spacing:-0.42px}.wrapper__inner__market__header__title .market_view_detailed button:focus{outline:none}@media(max-width: 450px){.wrapper__inner__market__header__title .market_view_detailed button{display:none}}@media(max-width: 450px){.wrapper__inner__market__header__title{font-size:16px !important;font-weight:700;margin-top:-25px}}.market_share_card__cont{display:flex;flex-wrap:wrap;column-gap:1rem;margin-bottom:15px}.market_share_card{border-radius:8px;background:#f2f2f2;padding:24px;min-width:300px;width:calc(33.33% - .74rem);display:flex;margin-bottom:1rem;gap:1rem}@media(max-width: 440px){.market_share_card{min-width:auto;width:100%}}.market_share_card .content{border-left:solid 2px #000;padding-left:1rem;width:100%}.market_share_card .values_source{display:flex;justify-content:space-between}.market_share_card .values{display:flex;gap:3px}.market_share_card .values .value{font-size:18px;font-weight:700;line-height:16px;letter-spacing:-0.36px}@media(max-width: 440px){.market_share_card .values .value{font-size:16px}}.market_share_card .values .unit{font-size:12px;font-weight:700;margin-left:2px}.market_share_card .values .asof{color:#8b8b8b;font-size:10px;font-weight:500;line-height:23px}.market_share_card .name{display:flex;color:#8b8b8b;font-size:14px;font-weight:500;line-height:18px;margin-top:6px}@media(max-width: 440px){.market_share_card .name{font-size:12px;font-weight:400}}.market_share_card .source_link{display:flex;align-items:center;gap:4px;line-height:13px}.market_share_card .source_link a{border-bottom:1px dotted #4a4a48;color:#000;font-size:12px;font-weight:500;text-decoration:none}.market_share_card .source_link span{color:#000;font-size:12px;font-weight:500;line-height:14px;border:none}.market_share_card .source_link .lock_icon{width:18px;height:18px;border-radius:9px;background-color:#ffc108;display:flex;align-items:center;justify-content:center}.market_share_card .source_link .lock_icon svg{width:10px}.market_share_card .historic{line-height:14px;margin-left:8px}.market_share_card .historic svg{width:14px}.ms_show_button{display:none}@media(max-width: 440px){.ms_show_button{display:block;width:100%;display:flex;justify-content:center;border:none;background:rgba(0,0,0,0);display:flex;align-items:center;gap:8px;margin-top:16px;color:#2c79f7;font-size:12px;font-weight:500;line-height:14px;letter-spacing:-0.42px}.ms_show_button:focus{outline:none}}.rmix_graph_wrapper{display:flex;flex-wrap:wrap;gap:2rem 1.5rem}.rmix_graph_wrapper .rmix_graph_block{position:relative;border-radius:8px;border:1px solid #e8e8e8;width:calc(50% - 12px);display:flex;flex-direction:column;justify-content:space-between;align-items:center}@media(max-width: 800px){.rmix_graph_wrapper .rmix_graph_block{width:440px}}@media(max-width: 440px){.rmix_graph_wrapper .rmix_graph_block{width:100%}}.rmix_graph_wrapper .rmix_graph_block.hidden_box{display:none}.rmix_graph_wrapper .rmix_graph_block>div{width:100%}.rmix_graph_wrapper .rmix_graph_block .historic_toggler{display:flex;justify-content:center;gap:1rem;align-items:center;border-top:solid 1px #e1e1e1;background:#fafafa;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.rmix_graph_wrapper .rmix_graph_block .historic_toggler button{outline:none;border:none;background:rgba(0,0,0,0);color:#777575;font-size:14px;font-weight:500;line-height:12px;padding:14px 4px}.rmix_graph_wrapper .rmix_graph_block .historic_toggler button.active{color:#000;font-weight:600;border-bottom:solid 2px #ffc008}.rmix_graph_wrapper .charts_cont{padding:24px 32px}.rmix_graph_wrapper .custom-historic-legends{display:flex;flex-wrap:wrap;margin-top:20px}.rmix_graph_wrapper .historic-legend-item{margin-right:20px;margin-bottom:10px;font-size:12px}@media(max-width: 900px){.rmix_graph_wrapper .historic-legend-item{font-size:11px;margin-bottom:4px}}.rmix_graph_wrapper .historic-legend-item .fa.fa-circle{margin-right:6px}.rmix_graph_wrapper h4{font-size:12px;font-weight:700;line-height:14px;letter-spacing:1.2px;text-transform:uppercase}@media(max-width: 900px){.rmix_graph_wrapper h4{font-size:12px;font-weight:500}}.rmix_graph_wrapper .rmix_pie_chart{height:360px}@media(max-width: 1020px){.rmix_graph_wrapper .rmix_pie_chart{height:320px}}@media(max-width: 480px){.rmix_graph_wrapper .rmix_pie_chart{height:280px}}@media(max-width: 420px){.rmix_graph_wrapper .rmix_pie_chart{height:240px}}@media(max-width: 360px){.rmix_graph_wrapper .rmix_pie_chart{height:180px}}.rmix_graph_wrapper .rmix_pie_chart g>g>g:first-child text{fill:#3e3e3e;font-size:12px;font-weight:700;line-height:13px;font-family:"Inter",sans-serif}@media(max-width: 650px){.rmix_graph_wrapper .rmix_pie_chart g>g>g:first-child text{font-size:11px}}.rmix_graph_wrapper .rmix_pie_chart g>g>g:last-child text{fill:#878787;font-size:12px;font-weight:700;line-height:14px;font-family:"Inter",sans-serif}@media(max-width: 650px){.rmix_graph_wrapper .rmix_pie_chart g>g>g:last-child text{font-size:11px}}.rmix_graph_wrapper .rmix_pie_chart svg g circle,.rmix_graph_wrapper .rmix_pie_chart svg g>path[stroke="#636363"]{pointer-events:none !important}.historic-chart-wrapper{padding-top:20px}@media(max-width: 900px){.historic-chart-wrapper{padding-top:10px}}.historic-chart-wrapper .highcharts-container{overflow:visible !important}#rmix_show_more{display:flex;align-items:center;text-align:center;justify-content:center;margin-top:16px;border-radius:8px;font-size:16px;font-weight:600;color:#2c79f7;height:65px;border:1px solid #e4e4e4;width:100%;margin-bottom:2px;background-color:rgba(0,0,0,0)}#rmix_show_more span{line-height:16px;margin-right:10px;display:block}#rmix_show_more:focus{outline:none}@media(max-width: 450px){#rmix_show_more{border:none;margin-bottom:1px;font-size:12px;font-weight:500}}.revmix_custom_tooltip{padding:4px 8px;width:fit-content;min-width:120px}.revmix_custom_tooltip .label{font-size:12px;font-weight:500}.revmix_custom_tooltip .value{font-weight:500;color:#878787}.rmix_historic_upgrade{display:flex;flex-direction:column;justify-content:center;align-items:center;height:360px}@media(max-width: 1020px){.rmix_historic_upgrade{height:320px}}@media(max-width: 480px){.rmix_historic_upgrade{height:280px}}@media(max-width: 420px){.rmix_historic_upgrade{height:240px}}@media(max-width: 360px){.rmix_historic_upgrade{height:180px}}.rmix_historic_upgrade .lock_icon{width:32px;height:32px;border-radius:50%;display:flex;justify-content:center;align-items:center;background-color:#000;margin-bottom:1rem}.rmix_historic_upgrade .lock_icon svg{width:18px}.rmix_historic_upgrade h6{color:#000;font-size:12px;font-weight:600;line-height:14px;letter-spacing:.6px;text-transform:uppercase}.rmix_historic_upgrade p{color:#7f7f7f;font-size:14px;font-weight:400;line-height:17px;max-width:270px;text-align:center;font-family:"Inter",sans-serif}@media(max-width: 440px){.rmix_historic_upgrade p{font-size:12px}}.rmix_historic_upgrade button{padding:8px 24px;color:#000;font-size:14px;font-weight:500;line-height:16px;background-color:#ffc107;border:none;outline:none;border-radius:8px}@media(max-width: 440px){.rmix_historic_upgrade button{font-size:12px;padding:6px 16px;border-radius:6px}}.show_More{display:block}.about__cont{display:flex;align-items:flex-start;justify-content:space-between;margin-top:2rem;border:1px solid #e4e4e4;padding:24px 24px 30px 24px;border-radius:8px}@media(max-width: 800px){.about__cont{flex-direction:column;align-items:flex-start;gap:2rem}}@media(max-width: 800px){.about__cont{border:none;padding:10px 2px}}.about__cont .about{flex:1}@media(max-width: 800px){.about__cont .about{width:100%}}@media(max-width: 540px){.about__cont .about .hide_mobile{display:none}}.about__cont .about .hide_desktop{display:none}@media(max-width: 540px){.about__cont .about .hide_desktop{display:initial}}.about__cont .about .about_desc{color:#242424;line-height:20px;font-size:14px;text-align:justify;padding-right:20px}.about__cont .about .about_desc .more_btn,.about__cont .about .about_desc .less_btn{color:#0059c1;text-decoration-style:dotted;white-space:nowrap;margin-left:2px;cursor:pointer}.price_range__wrapper{display:flex;justify-content:center;align-items:center;padding-top:2.8rem;min-width:380px}@media(max-width: 800px){.price_range__wrapper{padding-top:0;width:100%}}@media(max-width: 440px){.price_range__wrapper{min-width:auto}}.price_range__cont{display:flex;gap:1rem;align-items:center;align-self:center}@media(max-width: 440px){.price_range__cont{width:98%}}.price_range__cont .price_range_limit{position:relative;font-size:14px;font-weight:500;line-height:14px}.price_range__cont .price_range_limit .label{position:absolute;left:0;top:-100%;color:#909090;font-size:12px;font-style:normal;line-height:12px}.price_range__cont .price_range_limit .label.right{left:auto;right:0}.price_range__cont .price_range{width:240px;height:4px;background:linear-gradient(90deg, #ff423d 0%, #ff423d 0.01%, #ecbe18 46%, #3bb87a 100%);position:relative;border-radius:2px}@media(max-width: 1100px){.price_range__cont .price_range{width:180px}}@media(max-width: 440px){.price_range__cont .price_range{flex:1}}.price_range__cont .price_range .title{color:#909090;font-size:12px;font-weight:500;line-height:10px;position:absolute;top:-1rem;left:50%;transform:translateX(-50%)}.price_range__cont .price_range .price_range__curr{position:absolute;top:50%;transform:translate(-50%, -50%)}.price_range__cont .price_range .price_range__curr .value{position:absolute;left:50%;top:0;transform:translateX(-50%);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;font-size:14px;font-weight:700;line-height:10px}.price_range__cont .price_range .price_range__curr .value svg{width:11.5px;height:10px}.price_chart_returns{position:absolute;top:20px;left:10px;display:flex;align-items:center;gap:8px}.price_chart_returns .label{color:#818181;font-size:12px;font-weight:500;line-height:16px;text-transform:uppercase}.price_chart_returns .value{color:#3bb87a;font-size:14px;font-weight:700;line-height:16px;letter-spacing:-0.48px}.price_chart_returns .value.neg{color:#ff423d}.price_chart_returns .value small{margin-left:2px}/*# sourceMappingURL=style.css.map */
