.BlogArticleCompanyInfo-module__DG3Ecq__blogArticleCompanyInfo{background:var(--mb-bg-color-secondary);border-radius:var(--mb-border-radius-lg);border:var(--mb-border-width-primary) solid var(--mb-border-color);justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;padding:.625rem .75rem;display:flex}.BlogArticleCompanyInfo-module__DG3Ecq__header{align-items:center;gap:.75rem;display:flex}.BlogArticleCompanyInfo-module__DG3Ecq__logo{border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-full);width:2.5rem;height:2.5rem}.BlogArticleCompanyInfo-module__DG3Ecq__companyName{flex-direction:column;display:flex}.BlogArticleCompanyInfo-module__DG3Ecq__name{color:var(--mb-text-dark);font-size:var(--mb-text-body);font-weight:var(--mb-font-bold)}.BlogArticleCompanyInfo-module__DG3Ecq__symbol{color:var(--mb-text-light);font-size:var(--mb-text-body2);font-weight:var(--mb-font-semibold)}.BlogArticleCompanyInfo-module__DG3Ecq__modeToggle>div{width:9.5rem}@media screen and (max-width:768px){.BlogArticleCompanyInfo-module__DG3Ecq__name{font-size:var(--mb-text-body2)}}
.BlogArticlePriceChart-module__WufcOG__blogArticlePriceChart{flex-direction:column;gap:1.5rem;display:flex}.BlogArticlePriceChart-module__WufcOG__priceChart{background-color:var(--mb-bg-color-secondary);border-radius:var(--mb-border-radius-lg);border:var(--mb-border-width-primary) solid var(--mb-border-color);margin-top:1.5rem;padding:1rem}.BlogArticlePriceChart-module__WufcOG__deepDiveAnalysis{border:var(--mb-border-width-primary) solid var(--mb-brand-color-primary);border-radius:var(--mb-border-radius-lg);background-color:var(--mb-brand-color-50);cursor:pointer;width:max-content;color:var(--mb-brand-color-primary);align-items:center;gap:.5rem;padding:.5rem 1rem;display:flex;text-decoration:none!important}body.dark .BlogArticlePriceChart-module__WufcOG__deepDiveAnalysis{background-color:var(--mb-bg-color-tertiary)}.BlogArticlePriceChart-module__WufcOG__deepDiveAnalysis span{color:var(--mb-brand-color-primary);font-weight:var(--mb-font-semibold)}.BlogArticlePriceChart-module__WufcOG__deepDiveAnalysis svg{stroke:var(--mb-brand-color-primary)}
.EarningsTrackerBanner-module__4P1AkW__banner{background:radial-gradient(ellipse at 60% 40%, var(--mb-brand-color-800) 0%, #1e2f6e 50%, #0b1230 100%);border:var(--mb-border-width-primary) solid #4a91f24d;border-radius:var(--mb-border-radius-lg);text-align:center;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;padding:2rem 1.5rem;text-decoration:none;transition:border-color .2s;display:flex}.EarningsTrackerBanner-module__4P1AkW__banner:hover{border-color:#4a91f28c}.EarningsTrackerBanner-module__4P1AkW__headline{color:var(--mb-text-white);font-size:var(--mb-text-h4);font-weight:var(--mb-font-bold);margin:0;line-height:1.2}.EarningsTrackerBanner-module__4P1AkW__subtext{color:var(--mb-text-white);font-size:var(--mb-text-body2);margin:0}.EarningsTrackerBanner-module__4P1AkW__cta{background-color:var(--mb-color-gray-0);border-radius:var(--mb-border-radius-full);color:var(--mb-color-black);font-size:var(--mb-text-body2);font-weight:var(--mb-font-semibold);white-space:nowrap;align-items:center;gap:.5rem;margin-top:.75rem;padding:.5rem 1.5rem;transition:background-color .2s,color .2s;display:inline-flex}.EarningsTrackerBanner-module__4P1AkW__liveDot{background:var(--mb-color-red-primary);border-radius:50%;flex-shrink:0;width:.5rem;height:.5rem;animation:2s infinite EarningsTrackerBanner-module__4P1AkW__pulse}@keyframes EarningsTrackerBanner-module__4P1AkW__pulse{0%,to{opacity:1}50%{opacity:.4}}@media screen and (max-width:744px){.EarningsTrackerBanner-module__4P1AkW__banner{padding:1.5rem 1rem}.EarningsTrackerBanner-module__4P1AkW__headline{font-size:var(--mb-text-h7)}.EarningsTrackerBanner-module__4P1AkW__subtext{font-size:var(--mb-text-caption2)}}
.TooltipModal-module__YvURVW__tooltipModal{display:flex;position:relative}.TooltipModal-module__YvURVW__overlay{-webkit-backdrop-filter:blur(.1rem);backdrop-filter:blur(.1rem);z-index:1000;background-color:#000000b3;height:100vh;position:fixed;top:0;left:0;right:0}.TooltipModal-module__YvURVW__modal{background-color:var(--mb-bg-color-primary);border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-md);z-index:1001;flex-direction:column;gap:1.5rem;width:max-content;height:max-content;min-height:20rem;padding:1.5rem 0 2rem;transition:transform .2s ease-in-out;animation:.2s ease-in-out TooltipModal-module__YvURVW__popup;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}body.dark .TooltipModal-module__YvURVW__modal{border:none}@keyframes TooltipModal-module__YvURVW__popup{0%{opacity:.6;transform:translate(-50%,-50%)scale(.7)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.TooltipModal-module__YvURVW__closeIcon{cursor:pointer;z-index:2;width:1.5rem;height:auto;position:absolute;top:1.5rem;right:1.5rem}.TooltipModal-module__YvURVW__closeIcon:hover{stroke:var(--mb-brand-color-primary);transition:all .2s ease-in-out;transform:scale(1.1)}.TooltipModal-module__YvURVW__content{flex-direction:column;align-items:center;display:flex;overflow:hidden}@media screen and (min-width:1025px) and (max-width:1280px){.TooltipModal-module__YvURVW__modal{border-radius:none;top:0;right:0;left:unset;bottom:unset;width:25rem;min-height:100vh;max-height:100vh;padding:1.5rem 0 1rem;animation:.3s ease-in TooltipModal-module__YvURVW__SlideRight;transform:translate(0%)}.TooltipModal-module__YvURVW__closeIcon{height:1.5rem;top:1rem;right:1rem}}@media screen and (max-width:1024px){.TooltipModal-module__YvURVW__modal{border-radius:var(--mb-border-radius-3xl) var(--mb-border-radius-3xl) 0 0;top:unset;min-height:20vh;max-height:70vh;transform:unset;width:100%;padding:1.5rem 0 1rem;animation:.3s ease-in-out TooltipModal-module__YvURVW__slideUp;bottom:0;left:0;right:0}.TooltipModal-module__YvURVW__closeIcon{height:1.5rem;top:1rem;right:1rem}}@keyframes TooltipModal-module__YvURVW__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes TooltipModal-module__YvURVW__SlideRight{0%{transform:translate(100%)}to{transform:translate(0)}}
.FilterModal-module__dkCC0G__filterModal{padding-inline:1.5rem;flex-direction:column;gap:1.25rem;width:100%;padding-bottom:2rem;display:flex;overflow-y:auto}.FilterModal-module__dkCC0G__heading{color:var(--mb-text-dark);font-size:var(--mb-text-h7);font-weight:var(--mb-font-semibold)}.FilterModal-module__dkCC0G__section{flex-direction:column;gap:.5rem;display:flex}.FilterModal-module__dkCC0G__sectionTitle{color:var(--mb-text-light);font-size:var(--mb-text-body);font-weight:var(--mb-font-semibold)}.FilterModal-module__dkCC0G__options{flex-wrap:wrap;gap:.75rem;display:flex}.FilterModal-module__dkCC0G__optionLabel{background:var(--mb-bg-color-secondary);border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-md);cursor:pointer;align-items:center;gap:.5rem;padding:.375rem .75rem;transition:all .3s;display:flex}.FilterModal-module__dkCC0G__optionText{font-size:var(--mb-text-body2);white-space:nowrap}.FilterModal-module__dkCC0G__checkBoxItem{appearance:none;background-color:var(--mb-bg-color-tertiary);border:var(--mb-border-width-primary) solid var(--mb-border-color-selected);border-radius:var(--mb-border-radius-xs);cursor:pointer;width:14px;height:14px;margin-right:.25rem;position:relative;transform:scale(1.2)}.FilterModal-module__dkCC0G__checkBoxItem:checked{background-color:var(--mb-brand-color-primary);border:none}body.dark .FilterModal-module__dkCC0G__checkBoxItem:checked{background-color:var(--mb-brand-color-primary)}.FilterModal-module__dkCC0G__checkBoxItem:checked:after{border:solid var(--mb-color-gray-0);content:"";border-width:0 2px 2px 0;width:3px;height:7px;position:absolute;top:45%;left:50%;transform:translate(-50%,-50%)rotate(45deg)}.FilterModal-module__dkCC0G__checkBoxItem:disabled{cursor:not-allowed;opacity:.7}.FilterModal-module__dkCC0G__radioItem{appearance:none;background-color:var(--mb-bg-color-tertiary);border:var(--mb-border-width-primary) solid var(--mb-border-color-selected);cursor:pointer;border-radius:50%;width:14px;height:14px;margin-right:.25rem;position:relative;transform:scale(1.2)}.FilterModal-module__dkCC0G__radioItem:checked{background-color:var(--mb-brand-color-primary);border:none}.FilterModal-module__dkCC0G__radioItem:checked:after{content:"";background-color:var(--mb-color-gray-0);border-radius:50%;width:6px;height:6px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.FilterModal-module__dkCC0G__radioItem:disabled{cursor:not-allowed;opacity:.7}
.Filters-module__H4U2wW__filters{justify-content:space-between;gap:1rem;width:100%;display:flex}.Filters-module__H4U2wW__search{border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-lg);flex-grow:1;align-items:center;width:100%;height:2.5rem;padding:0 .75rem;display:flex}.Filters-module__H4U2wW__search:focus-within{border-color:var(--mb-border-color-selected)}.Filters-module__H4U2wW__search input{font-size:var(--mb-text-body2);background:0 0;border:none;outline:none;width:100%;padding:.5rem .75rem}.Filters-module__H4U2wW__search input::placeholder{color:var(--mb-text-light)}.Filters-module__H4U2wW__searchIcon{width:auto;height:1.25rem;stroke:var(--mb-text-normal)}.Filters-module__H4U2wW__filterBtn{border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-lg);flex-grow:1;align-items:center;width:max-content;height:2.5rem;padding:0 .75rem;display:flex}.Filters-module__H4U2wW__settingIcon{stroke-width:1px;height:auto;stroke:var(--mb-text-normal);width:1.25rem}body.dark .Filters-module__H4U2wW__settingIcon{stroke:var(--mb-color-gray-300)}
.IPOStatusBadge-module__auOJVa__statusBadge{border:var(--mb-border-width-primary) solid var(--mb-border-color-selected);border-radius:var(--mb-border-radius-full);font-size:var(--mb-text-caption2);white-space:nowrap;padding:.2rem .5rem}.IPOStatusBadge-module__auOJVa__upcoming{border-color:var(--mb-brand-color-primary);color:var(--mb-brand-color-primary)}.IPOStatusBadge-module__auOJVa__open{border-color:var(--mb-color-green-primary);color:var(--mb-color-green-primary)}.IPOStatusBadge-module__auOJVa__closed{border-color:var(--mb-text-light);color:var(--mb-text-light)}.IPOStatusBadge-module__auOJVa__closingToday,.IPOStatusBadge-module__auOJVa__closingTomorrow{border-color:var(--mb-color-orange-primary);color:var(--mb-color-orange-primary)}.IPOStatusBadge-module__auOJVa__listingPending{border-color:var(--mb-color-yellow-primary);color:var(--mb-color-yellow-primary)}.IPOStatusBadge-module__auOJVa__listingToday{border-color:var(--mb-color-purple-primary);color:var(--mb-color-purple-primary)}
.IPOCard-module__qLLhJa__ipoCard{background-color:var(--mb-bg-color-secondary);border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-lg);cursor:pointer;flex-direction:column;gap:1.5rem;width:100%;padding:1.25rem;transition:transform .2s,box-shadow .2s,background-color .15s,border-color .15s;display:flex}.IPOCard-module__qLLhJa__ipoCard:hover{background-color:var(--mb-bg-color-tertiary);border-color:var(--mb-border-color-hovered);transform:translateY(-.25rem);box-shadow:0 .75rem 1.75rem #0000001a}.IPOCard-module__qLLhJa__header{justify-content:space-between;display:flex}.IPOCard-module__qLLhJa__logoTitle{align-items:center;gap:.75rem;display:flex}.IPOCard-module__qLLhJa__logoContainer{background:var(--mb-color-gray-0);border-radius:var(--mb-border-radius-md);justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.IPOCard-module__qLLhJa__logo{border-radius:var(--mb-border-radius-md);border:none;width:2.5rem;height:auto;max-height:2.5rem}.IPOCard-module__qLLhJa__titleBlock{flex-direction:column;display:flex}.IPOCard-module__qLLhJa__companyName{color:var(--mb-text-dark);font-size:var(--mb-text-body);font-weight:var(--mb-font-semibold)}.IPOCard-module__qLLhJa__symbol{font-size:var(--mb-text-body2);font-weight:var(--mb-font-regular)}.IPOCard-module__qLLhJa__companyMeta{align-items:center;gap:.5rem;display:flex}.IPOCard-module__qLLhJa__typeLabel{border-radius:var(--mb-border-radius-sm);color:var(--mb-text-dark);font-size:var(--mb-text-label);font-weight:var(--mb-font-semibold);padding:.125rem .5rem}.IPOCard-module__qLLhJa__mainboard{background-color:var(--mb-color-purple-50);color:var(--mb-color-purple-primary)}.IPOCard-module__qLLhJa__sme{background-color:var(--mb-brand-color-50);color:var(--mb-brand-color-primary)}:is(body.dark .IPOCard-module__qLLhJa__sme,body.dark .IPOCard-module__qLLhJa__mainboard){background-color:var(--mb-bg-color-tertiary2)}.IPOCard-module__qLLhJa__datesSection{grid-template-columns:repeat(3,1fr);justify-content:space-between;gap:1rem;display:grid}.IPOCard-module__qLLhJa__dateItem{flex-direction:column;gap:.25rem;display:flex}.IPOCard-module__qLLhJa__label{color:var(--mb-text-light);font-size:var(--mb-text-caption);align-items:center;gap:.25rem;display:flex}.IPOCard-module__qLLhJa__value{color:var(--mb-text-dark);font-weight:var(--mb-font-semibold);font-size:var(--mb-text-body2)}
.GmpHistoryModal-module__VjeQXa__modal{flex-direction:column;gap:1rem;width:50rem;margin-top:-1.5rem;padding:1.5rem;display:flex}.GmpHistoryModal-module__VjeQXa__header{border-bottom:var(--mb-border-width-primary) dashed var(--mb-border-color);align-items:center;gap:.5rem;padding-bottom:.75rem;display:flex}.GmpHistoryModal-module__VjeQXa__title{color:var(--mb-text-dark);font-size:var(--mb-text-body);font-weight:var(--mb-font-semibold)}.GmpHistoryModal-module__VjeQXa__subtitle{color:var(--mb-text-light);font-size:var(--mb-text-caption)}.GmpHistoryModal-module__VjeQXa__tooltip{background-color:var(--mb-bg-color-secondary);border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-lg);font-size:var(--mb-text-body2);padding:.5rem 1rem}body.dark .GmpHistoryModal-module__VjeQXa__tooltip{background-color:var(--mb-bg-color-tertiary)}.GmpHistoryModal-module__VjeQXa__tooltipValue{color:var(--mb-text-dark);padding-top:.25rem}@media screen and (max-width:744px){.GmpHistoryModal-module__VjeQXa__modal{width:100vw}}
.IPOGmp-module__dazxQW__gmpCard{box-sizing:border-box;border:var(--mb-border-width-primary) solid var(--mb-border-color-hovered);border-radius:var(--mb-border-radius-lg);background:linear-gradient(135deg,#edf6ff 0%,#f7f8f9 100%);align-items:center;width:100%;padding:1.5rem 2rem;display:flex}body.dark .IPOGmp-module__dazxQW__gmpCard{background:linear-gradient(135deg, #4a91f21f 0%, #4a91f205 100%), var(--mb-bg-color-secondary)}.IPOGmp-module__dazxQW__gmpItem{border-right:var(--mb-border-width-primary) solid var(--mb-border-color-hovered);flex-direction:column;flex:1;gap:.625rem;padding:0 2rem;display:flex}.IPOGmp-module__dazxQW__gmpItem:first-child{padding-left:0}.IPOGmp-module__dazxQW__gmpItem:nth-child(3){border-right:none}.IPOGmp-module__dazxQW__labelRow{align-items:center;gap:.25rem;display:flex}.IPOGmp-module__dazxQW__label{color:var(--mb-text-light);font-size:var(--mb-text-body);line-height:1}.IPOGmp-module__dazxQW__positive{color:var(--mb-color-green-primary);font-size:var(--mb-text-h6);font-weight:var(--mb-font-bold)}.IPOGmp-module__dazxQW__negative{color:var(--mb-color-red-primary);font-size:var(--mb-text-h6);font-weight:var(--mb-font-bold)}.IPOGmp-module__dazxQW__noData{color:var(--mb-text-dark);font-size:var(--mb-text-h6);font-weight:var(--mb-font-semibold)}.IPOGmp-module__dazxQW__trendBtn{color:var(--mb-brand-color-primary);font-size:var(--mb-text-h6);font-weight:var(--mb-font-semibold);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.15rem;padding:0;display:inline-flex}.IPOGmp-module__dazxQW__trendBtn:hover{text-underline-offset:2px;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;text-decoration-thickness:2px}.IPOGmp-module__dazxQW__trendArrow{width:1.25rem;height:1.25rem}.IPOGmp-module__dazxQW__trendArrow path{stroke:var(--mb-brand-color-primary);stroke-width:2.5px}.IPOGmp-module__dazxQW__updatedAt{color:var(--mb-text-light);font-size:var(--mb-text-body);white-space:nowrap;margin-left:auto;padding-left:2rem}.IPOGmp-module__dazxQW__gmpItemEmpty{flex:1;padding:0 2rem}.IPOGmp-module__dazxQW__updatedAtMobile{display:none}@media screen and (max-width:744px){.IPOGmp-module__dazxQW__gmpCard{flex-wrap:wrap;row-gap:1rem;padding:1rem}.IPOGmp-module__dazxQW__gmpItem{border-right:none;flex:40%;padding:0 .75rem}.IPOGmp-module__dazxQW__gmpItem:nth-child(odd){padding-left:0}.IPOGmp-module__dazxQW__updatedAt{display:none}.IPOGmp-module__dazxQW__updatedAtMobile{color:var(--mb-text-light);font-size:var(--mb-text-caption);white-space:nowrap;margin-top:.5rem;display:block}.IPOGmp-module__dazxQW__gmpItemEmpty{display:none}.IPOGmp-module__dazxQW__noData{font-size:var(--mb-text-body)}.IPOGmp-module__dazxQW__positive,.IPOGmp-module__dazxQW__negative,.IPOGmp-module__dazxQW__trendBtn{font-size:var(--mb-text-h7)}}
.IPOListingGain-module__jkIAzG__gmpCard{box-sizing:border-box;background:url(/icons/ipo/listing-gain-illustration.svg) no-repeat right center, var(--mb-bg-color-secondary);border:var(--mb-border-width-primary) solid var(--mb-border-color-hovered);border-radius:var(--mb-border-radius-lg);background-size:auto 100%,auto;align-items:center;width:100%;padding:1.5rem 2rem;display:flex}.IPOListingGain-module__jkIAzG__gmpItem{border-right:var(--mb-border-width-primary) solid var(--mb-border-color-hovered);flex-direction:column;flex:1;gap:.5rem;padding:0 2rem;display:flex}.IPOListingGain-module__jkIAzG__gmpItem:first-child{padding-left:0}.IPOListingGain-module__jkIAzG__gmpItem:last-child,.IPOListingGain-module__jkIAzG__gmpItem:nth-child(3){border-right:none}.IPOListingGain-module__jkIAzG__gmpItemEmpty{flex:1;padding:0 2rem}.IPOListingGain-module__jkIAzG__label{color:var(--mb-text-light);font-size:var(--mb-text-body)}.IPOListingGain-module__jkIAzG__value{color:var(--mb-text-dark);font-size:var(--mb-text-h6);font-weight:var(--mb-font-bold)}.IPOListingGain-module__jkIAzG__positive{color:var(--mb-color-green-primary);font-size:var(--mb-text-h6);font-weight:var(--mb-font-bold)}.IPOListingGain-module__jkIAzG__negative{color:var(--mb-color-red-primary);font-size:var(--mb-text-h6);font-weight:var(--mb-font-bold)}.IPOListingGain-module__jkIAzG__noData{color:var(--mb-text-dark);font-size:var(--mb-text-h6);font-weight:var(--mb-font-regular)}@media screen and (max-width:744px){.IPOListingGain-module__jkIAzG__gmpCard{background:var(--mb-bg-color-secondary);flex-wrap:wrap;justify-content:space-between;row-gap:1rem;padding:1rem}.IPOListingGain-module__jkIAzG__gmpItem{border-right:none;flex:none;padding:0}.IPOListingGain-module__jkIAzG__gmpItem:first-child,.IPOListingGain-module__jkIAzG__gmpItemEmpty{display:none}.IPOListingGain-module__jkIAzG__noData{font-size:var(--mb-text-body2)}}
.IPOCardGmpData-module__aAYWsG__gmpSection{background:var(--mb-bg-color-tertiary);border:var(--mb-border-width-primary) solid var(--mb-border-color-hovered);border-radius:var(--mb-border-radius-md);justify-content:space-between;align-items:flex-end;padding:.75rem 1rem;display:flex}.IPOCardGmpData-module__aAYWsG__gmpItem{flex-direction:column;gap:.25rem;display:flex}.IPOCardGmpData-module__aAYWsG__label{color:var(--mb-text-light);font-size:var(--mb-text-body2);align-items:center;gap:.25rem;display:flex}.IPOCardGmpData-module__aAYWsG__value{color:var(--mb-text-dark);font-weight:var(--mb-font-semibold);font-size:var(--mb-text-body2)}.IPOCardGmpData-module__aAYWsG__gmpSectionEmpty{background:var(--mb-bg-color-tertiary);border:var(--mb-border-width-primary) solid var(--mb-border-color-hovered);border-radius:var(--mb-border-radius-md);flex-direction:column;gap:.25rem;padding:.75rem 1rem;display:flex}.IPOCardGmpData-module__aAYWsG__emptyValue{color:var(--mb-text-dark);font-weight:var(--mb-font-semibold);font-size:var(--mb-text-body)}.IPOCardGmpData-module__aAYWsG__gmpRight{text-align:right;flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.IPOCardGmpData-module__aAYWsG__updatedAt{color:var(--mb-text-light);font-size:var(--mb-text-caption2);align-items:center;gap:.25rem;margin-top:.5rem;display:flex}.IPOCardGmpData-module__aAYWsG__clockIcon{width:.75rem;height:.75rem;stroke:var(--mb-text-light)}.IPOCardGmpData-module__aAYWsG__historyBtn{color:var(--mb-brand-color-primary);font-size:var(--mb-text-caption2);cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:.15rem;margin-top:.5rem;padding:0;text-decoration:none;display:inline-flex}.IPOCardGmpData-module__aAYWsG__historyBtn:hover{text-underline-offset:2px;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;text-decoration-thickness:2px}.IPOCardGmpData-module__aAYWsG__trendArrow{width:.75rem;height:.75rem}.IPOCardGmpData-module__aAYWsG__trendArrow path{stroke:var(--mb-brand-color-primary);stroke-width:2.5px}.IPOCardGmpData-module__aAYWsG__gmpPositive{color:var(--mb-color-green-primary);font-size:var(--mb-text-h7);font-weight:var(--mb-font-semibold)}.IPOCardGmpData-module__aAYWsG__gmpNegative{color:var(--mb-color-red-primary);font-size:var(--mb-text-h7);font-weight:var(--mb-font-semibold)}.IPOCardGmpData-module__aAYWsG__positive{color:var(--mb-color-green-primary);font-weight:var(--mb-font-semibold);font-size:var(--mb-text-h7)}.IPOCardGmpData-module__aAYWsG__negative{color:var(--mb-color-red-primary);font-weight:var(--mb-font-semibold);font-size:var(--mb-text-h7)}
.IPOCardListingGain-module__EiE8QW__gmpSection{background:var(--mb-bg-color-tertiary);border:var(--mb-border-width-primary) solid var(--mb-border-color-hovered);border-radius:var(--mb-border-radius-md);justify-content:space-between;align-items:flex-end;padding:.75rem 1rem;display:flex}.IPOCardListingGain-module__EiE8QW__gmpItem{flex-direction:column;gap:.25rem;display:flex}.IPOCardListingGain-module__EiE8QW__label{color:var(--mb-text-light);font-size:var(--mb-text-body2);align-items:center;gap:.25rem;display:flex}.IPOCardListingGain-module__EiE8QW__value{color:var(--mb-text-dark);font-weight:var(--mb-font-semibold);font-size:var(--mb-text-h7)}.IPOCardListingGain-module__EiE8QW__gmpSectionEmpty{background:var(--mb-bg-color-tertiary);border:var(--mb-border-width-primary) solid var(--mb-border-color-hovered);border-radius:var(--mb-border-radius-md);flex-direction:column;gap:.25rem;padding:.75rem 1rem;display:flex}.IPOCardListingGain-module__EiE8QW__emptyValue{color:var(--mb-text-dark);font-weight:var(--mb-font-semibold);font-size:var(--mb-text-body)}.IPOCardListingGain-module__EiE8QW__gmpRight{text-align:right;flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.IPOCardListingGain-module__EiE8QW__positive{color:var(--mb-color-green-primary);font-weight:var(--mb-font-semibold);font-size:var(--mb-text-h7)}.IPOCardListingGain-module__EiE8QW__negative{color:var(--mb-color-red-primary);font-weight:var(--mb-font-semibold);font-size:var(--mb-text-h7)}
.IPOCardNoDates-module__9dgGka__noDatesSection{background:var(--mb-bg-color-tertiary);border:var(--mb-border-width-primary) solid var(--mb-border-color-hovered);border-radius:var(--mb-border-radius-md);text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:2rem 1rem;display:flex}.IPOCardNoDates-module__9dgGka__noDatesIcon{width:1.75rem;height:1.75rem;stroke:var(--mb-text-light);margin-bottom:.25rem}.IPOCardNoDates-module__9dgGka__noDatesTitle{color:var(--mb-text-dark);font-weight:var(--mb-font-semibold);font-size:var(--mb-text-body)}.IPOCardNoDates-module__9dgGka__noDatesSubtitle{color:var(--mb-text-light);font-size:var(--mb-text-body2)}
.OtherIPOs-module__ebYpxq__otherIPOs{flex-direction:column;gap:1rem;display:flex}.OtherIPOs-module__ebYpxq__header{justify-content:space-between;align-items:center;display:flex}.OtherIPOs-module__ebYpxq__viewAll{color:var(--mb-brand-color-primary);font-size:var(--mb-text-body2);align-items:center;gap:.25rem;text-decoration:none;display:flex}.OtherIPOs-module__ebYpxq__arrow{stroke:var(--mb-brand-color-primary);width:1rem;height:1rem}.OtherIPOs-module__ebYpxq__heading{color:var(--mb-text-dark);font-size:var(--mb-text-h6);font-weight:var(--mb-font-bold)}.OtherIPOs-module__ebYpxq__cards{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}@media screen and (max-width:1280px){.OtherIPOs-module__ebYpxq__cards{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:744px){.OtherIPOs-module__ebYpxq__cards{grid-template-columns:repeat(1,1fr)}}
.SubscriptionCardView-module__ed51QG__subscriptionCardContainer{gap:1rem;width:100%;display:grid}.SubscriptionCardView-module__ed51QG__wrapper{flex-direction:column;gap:.5rem;display:flex}.SubscriptionCardView-module__ed51QG__heading{color:var(--mb-text-dark);font-size:var(--mb-text-body);font-weight:var(--mb-font-bold)}.SubscriptionCardView-module__ed51QG__card{background:var(--mb-bg-color-secondary);border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-md);padding:1rem 1.25rem;overflow:hidden}.SubscriptionCardView-module__ed51QG__sidebar .SubscriptionCardView-module__ed51QG__card{padding:0}.SubscriptionCardView-module__ed51QG__labelRow{color:var(--mb-text-dark);font-size:var(--mb-text-body);font-weight:var(--mb-font-semibold);margin-bottom:.75rem}.SubscriptionCardView-module__ed51QG__valuesRow{flex-direction:column;gap:.5rem;display:flex}.SubscriptionCardView-module__ed51QG__sidebar .SubscriptionCardView-module__ed51QG__valuesRow{gap:0}.SubscriptionCardView-module__ed51QG__valueCol{justify-content:space-between;align-items:center;gap:1rem;display:flex}.SubscriptionCardView-module__ed51QG__sidebar .SubscriptionCardView-module__ed51QG__valueCol{border-bottom:var(--mb-border-width-primary) solid var(--mb-border-color);padding:.75rem}.SubscriptionCardView-module__ed51QG__valueLabel{font-size:var(--mb-text-body2)}.SubscriptionCardView-module__ed51QG__value{font-size:var(--mb-text-body2);color:var(--mb-text-dark)}
.Sidebar-module__o87xXG__sidebar{height:calc(100vh - 6rem);max-height:max-content;top:var(--header-height);flex-direction:column;justify-content:space-between;gap:.75rem;width:17rem;padding:0 1.5rem 0 0;display:flex;position:sticky}.Sidebar-module__o87xXG__mainContainer{padding-block:1rem;flex-direction:column;gap:1.5rem;padding-top:.5rem;display:flex;overflow-y:auto}.Sidebar-module__o87xXG__mainContainer::-webkit-scrollbar{display:none}.Sidebar-module__o87xXG__header{flex-direction:column;gap:.75rem;padding-top:1rem;display:flex}.Sidebar-module__o87xXG__header p{font-size:var(--mb-text-caption);-webkit-hyphens:auto;hyphens:auto;width:100%}.Sidebar-module__o87xXG__filterHeader{align-items:center;gap:.5rem;display:flex}.Sidebar-module__o87xXG__heading{color:var(--mb-text-dark);font-size:var(--mb-text-body);font-weight:var(--mb-font-semibold)}.Sidebar-module__o87xXG__filterIcon,.Sidebar-module__o87xXG__calendarIcon,.Sidebar-module__o87xXG__tagIcon{stroke:var(--mb-text-dark);width:auto;height:1rem}.Sidebar-module__o87xXG__button{background-color:var(--mb-bg-color-secondary);border-radius:var(--mb-border-radius-md);cursor:pointer;align-items:center;gap:.325rem;padding:.5rem 1rem;display:flex;position:relative;overflow:hidden}.Sidebar-module__o87xXG__button span{font-size:var(--mb-text-body2)}.Sidebar-module__o87xXG__selectedState span{color:var(--mb-brand-color-primary)!important}.Sidebar-module__o87xXG__selectedState svg path{stroke:var(--mb-brand-color-primary)!important}.Sidebar-module__o87xXG__category{flex-direction:column;gap:.5rem;display:flex}.Sidebar-module__o87xXG__duration,.Sidebar-module__o87xXG__sortBy{align-items:center;gap:.25rem;width:100%;margin-right:.75rem;display:flex}.Sidebar-module__o87xXG__gradient{background:linear-gradient(45deg, transparent 80%, var(--mb-brand-color-primary));opacity:.3;width:100%;height:100%;position:absolute;top:0;right:0}.Sidebar-module__o87xXG__locked{cursor:not-allowed;opacity:.7}.Sidebar-module__o87xXG__crownIcon{width:1.5rem;height:1.5rem}.Sidebar-module__o87xXG__selectOptions{flex-flow:column wrap;gap:.75rem;display:flex}.Sidebar-module__o87xXG__categoryItem{appearance:none;background-color:var(--mb-bg-color-tertiary);border:var(--mb-border-width-primary) solid var(--mb-border-color-selected);border-radius:var(--mb-border-radius-xs);cursor:pointer;width:14px;height:14px;margin-right:.25rem;transform:scale(1.2)}.Sidebar-module__o87xXG__categoryItem:checked{background-color:var(--mb-brand-color-primary);border:none}.Sidebar-module__o87xXG__categoryItem:checked:after{border:solid var(--mb-color-gray-0);content:"";border-width:0 2px 2px 0;width:3px;height:7px;position:absolute;top:45%;left:50%;transform:translate(-50%,-50%)rotate(45deg)}.Sidebar-module__o87xXG__sortItem{appearance:none;background-color:var(--mb-bg-color-tertiary);border:var(--mb-border-width-primary) solid var(--mb-border-color-selected);border-radius:var(--mb-border-radius-full);cursor:pointer;width:15px;height:15px;margin-right:.25rem;transform:scale(1.2)}.Sidebar-module__o87xXG__selected .Sidebar-module__o87xXG__sortItem{border-color:var(--mb-brand-color-primary)}.Sidebar-module__o87xXG__sortItem:checked:after{border-radius:var(--mb-border-radius-full);background:var(--mb-brand-color-primary);content:"";width:11px;height:11px;position:absolute;top:2px;left:2px;transform:translate(-1px,-1px)}.Sidebar-module__o87xXG__desktopHeading,.Sidebar-module__o87xXG__mobileHeading{font-family:var(--font-secondary)}.Sidebar-module__o87xXG__mobileHeading{display:none}.Sidebar-module__o87xXG__mobileHeading .Sidebar-module__o87xXG__filterIcon{width:1.125rem;height:1.125rem}.Sidebar-module__o87xXG__sliderContainer{width:37.5rem}.Sidebar-module__o87xXG__sliderItem img{width:100%;height:auto}@media screen and (max-width:1280px){.Sidebar-module__o87xXG__sidebar{height:max-content;position:unset;flex-direction:column;justify-content:flex-start;width:100%;margin:0;padding:0 1.5rem}.Sidebar-module__o87xXG__mainContainer{padding:0 0 1rem}.Sidebar-module__o87xXG__selectOptions{flex-direction:row}.Sidebar-module__o87xXG__crownIcon{width:1.25rem;height:1.25rem}.Sidebar-module__o87xXG__categoryBtn{width:max-content}.Sidebar-module__o87xXG__button{padding:8px 12px}.Sidebar-module__o87xXG__button span{color:var(--mb-text-normal);font-size:var(--mb-text-caption2)}.Sidebar-module__o87xXG__categoryItem{transform:scale(1)}.Sidebar-module__o87xXG__header{gap:.375rem;margin-bottom:.5rem}.Sidebar-module__o87xXG__header p{font-size:var(--mb-text-body2)}.Sidebar-module__o87xXG__heading{color:var(--mb-text-normal);font-size:var(--mb-text-body2)}.Sidebar-module__o87xXG__desktopHeading{display:none}.Sidebar-module__o87xXG__mobileHeading{font-weight:var(--mb-font-bold);align-items:center;gap:.5rem;display:flex}.Sidebar-module__o87xXG__description{display:none}}@media screen and (max-width:744px){.Sidebar-module__o87xXG__mainContainer{gap:2rem}.Sidebar-module__o87xXG__button{padding:.5rem}.Sidebar-module__o87xXG__sliderContainer{width:100vw}}@media screen and (max-width:480px){.Sidebar-module__o87xXG__button span{font-size:var(--mb-text-body2)}}
.SubscriptionTable-module__jU66QW__subscriptionTable{border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-md);flex-grow:1;width:100%;overflow:auto}.SubscriptionTable-module__jU66QW__table{border-collapse:collapse;width:100%}.SubscriptionTable-module__jU66QW__header td{background-color:var(--mb-bg-color-tertiary);border:var(--mb-border-width-primary) solid var(--mb-border-color-hovered);color:var(--mb-text-dark);font-size:var(--mb-text-body2);font-weight:var(--mb-font-semibold);text-align:right;border-top:0;border-left:0;padding:.75rem}.SubscriptionTable-module__jU66QW__body td{background-color:var(--mb-bg-color-primary);border:var(--mb-border-width-primary) solid var(--mb-border-color);font-size:var(--mb-text-body2);text-align:right;border-bottom:0;border-left:0;min-width:9rem;padding:.75rem}.SubscriptionTable-module__jU66QW__body td:first-child{text-align:left;width:max-content;min-width:12rem;padding-left:.75rem;color:var(--mb-text-dark)!important}.SubscriptionTable-module__jU66QW__body tr:nth-child(2n) td{background-color:var(--mb-bg-color-secondary)}body.dark .SubscriptionTable-module__jU66QW__body tr:nth-child(odd) td{background-color:var(--mb-bg-color-primary)}.SubscriptionTable-module__jU66QW__body tr:last-child td{color:var(--mb-text-dark);font-weight:var(--mb-font-semibold)}.SubscriptionTable-module__jU66QW__property{min-width:13rem;position:sticky;left:0;text-align:left!important}@media screen and (max-width:1024px){.SubscriptionTable-module__jU66QW__subscriptionTable{height:100%}}@media screen and (max-width:744px){.SubscriptionTable-module__jU66QW__body td{min-width:11rem;padding-block:.75rem}}
.ActionSidebar-module__jd1d1q__actionSidebar{height:calc(100vh - 6rem);max-height:max-content;top:calc(var(--header-height) + 1rem);flex-direction:column;justify-content:space-between;gap:1.5rem;width:17rem;padding:0 1rem 0 0;display:flex;position:sticky}.ActionSidebar-module__jd1d1q__category{flex-direction:column;gap:.5rem;display:flex}.ActionSidebar-module__jd1d1q__heading{color:var(--mb-text-dark);font-weight:var(--mb-font-semibold)}.ActionSidebar-module__jd1d1q__filterBtn{background-color:var(--mb-bg-color-secondary);border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-md);cursor:pointer;flex-direction:row;justify-content:space-between;align-items:center;gap:.75rem;padding:.5rem 1rem;display:flex}.ActionSidebar-module__jd1d1q__filterBtn:hover{background-color:var(--mb-bg-color-tertiary);border-color:var(--mb-border-color-hovered)}.ActionSidebar-module__jd1d1q__filterIcon{width:auto;height:16px;margin-top:.125rem}.ActionSidebar-module__jd1d1q__button{background-color:var(--mb-bg-color-secondary);border-radius:var(--mb-border-radius-md);cursor:pointer;align-items:center;gap:.325rem;padding:.5rem 1rem;display:flex;position:relative;overflow:hidden}.ActionSidebar-module__jd1d1q__button p span{font-size:var(--mb-text-body2)}.ActionSidebar-module__jd1d1q__categoryItem{appearance:none;background-color:var(--mb-bg-color-tertiary);border:var(--mb-border-width-primary) solid var(--mb-border-color-selected);border-radius:var(--mb-border-radius-xs);cursor:pointer;width:14px;height:14px;margin-right:.25rem;transform:scale(1.2)}.ActionSidebar-module__jd1d1q__categoryItem:checked{background-color:var(--mb-brand-color-primary);border:none}.ActionSidebar-module__jd1d1q__categoryItem:checked:after{border:solid var(--mb-color-gray-0);content:"";border-width:0 2px 2px 0;width:3px;height:7px;position:absolute;top:45%;left:50%;transform:translate(-50%,-50%)rotate(45deg)}.ActionSidebar-module__jd1d1q__selectOptions{flex-flow:column wrap;gap:.75rem;display:flex}.ActionSidebar-module__jd1d1q__textValue{justify-content:space-between;align-items:center;width:100%;display:flex}.ActionSidebar-module__jd1d1q__countBadge{color:var(--mb-text-dark);font-size:var(--mb-text-body2)}.ActionSidebar-module__jd1d1q__disabled{cursor:not-allowed}@media only screen and (max-width:1024px){.ActionSidebar-module__jd1d1q__actionSidebar{height:max-content;position:unset;flex-direction:column;justify-content:flex-start;width:100%;margin:0;padding:0 1rem}.ActionSidebar-module__jd1d1q__categoryBtn{gap:.5rem;width:12rem}.ActionSidebar-module__jd1d1q__categoryItem{transform:scale(1)}.ActionSidebar-module__jd1d1q__selectOptions{flex-direction:row}.ActionSidebar-module__jd1d1q__button{padding:8px 12px}.ActionSidebar-module__jd1d1q__button span{color:var(--mb-text-normal);font-size:var(--mb-text-caption2)}.ActionSidebar-module__jd1d1q__dateRange{display:none}}@media only screen and (max-width:744px){.ActionSidebar-module__jd1d1q__button{padding:.5rem}}@media only screen and (max-width:480px){.ActionSidebar-module__jd1d1q__button span{font-size:var(--mb-text-body2)}}
.Searchbar-module___tbBvW__searchbarContainer{margin-inline:auto;justify-content:space-between;align-items:center;gap:.5rem;width:37.5rem;margin-top:1rem;display:flex}.Searchbar-module___tbBvW__searchbar{background:var(--mb-bg-color-primary);border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-md);justify-content:center;align-items:center;width:100%;padding-right:1rem;display:flex}.Searchbar-module___tbBvW__searchbar input{background:var(--mb-bg-color-primary);border:none;width:100%;padding:.75rem 0}body.dark .Searchbar-module___tbBvW__searchbar span{color:var(--mb-text-light)}.Searchbar-module___tbBvW__searchbar input:-webkit-autofill{box-shadow:inset 0 0 20px 20px var(--mb-bg-color-primary)!important}.Searchbar-module___tbBvW__searchbar input:-webkit-autofill:hover{box-shadow:inset 0 0 20px 20px var(--mb-bg-color-primary)!important}.Searchbar-module___tbBvW__searchbar input:-webkit-autofill:focus{box-shadow:inset 0 0 20px 20px var(--mb-bg-color-primary)!important}.Searchbar-module___tbBvW__searchbar input:-webkit-autofill:active{box-shadow:inset 0 0 20px 20px var(--mb-bg-color-primary)!important}.Searchbar-module___tbBvW__searchbar:hover{border-color:var(--mb-border-color-hovered)}.Searchbar-module___tbBvW__searchbar input::placeholder{color:var(--mb-text-light)}.Searchbar-module___tbBvW__searchbar label{align-items:center;margin:auto .5rem;display:flex}.Searchbar-module___tbBvW__searchIcon{width:1.25rem;height:auto}.Searchbar-module___tbBvW__filterButton{background-color:var(--mb-bg-color-primary);border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-md);flex-direction:column;gap:.75rem;padding:.55rem;display:none}.Searchbar-module___tbBvW__filterIcon{width:auto;height:1.5rem}body.dark .Searchbar-module___tbBvW__filterIcon path{stroke:var(--mb-text-white)}@media screen and (min-width:1025px) and (max-width:1280px){.Searchbar-module___tbBvW__searchbarContainer{background-color:none;width:100%;margin:0;padding:0 3rem 0 2.5rem}.Searchbar-module___tbBvW__filterButton{display:flex}}@media screen and (max-width:1024px){.Searchbar-module___tbBvW__searchbarContainer{width:100%;margin:0;padding:1rem}.Searchbar-module___tbBvW__filterButton{display:flex}}
.SubscriptionRate-module__4wBSHq__subcriptionRate{flex-direction:column;gap:.5rem;display:flex}.SubscriptionRate-module__4wBSHq__heading{color:var(--mb-text-dark);font-size:var(--mb-text-h7);font-weight:var(--mb-font-bold)}.SubscriptionRate-module__4wBSHq__subcriptionRateSidebar .SubscriptionRate-module__4wBSHq__heading{font-size:var(--mb-text-body);font-weight:var(--mb-font-semibold)}.SubscriptionRate-module__4wBSHq__notAvailable{color:var(--mb-text-light);font-size:var(--mb-text-body);text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.SubscriptionRate-module__4wBSHq__noDataImage{width:50%;max-width:20rem;height:auto;margin:2rem auto}
.UpcomingSkeleton-module__czmXYW__upcomingTable{border-collapse:seperate;border-spacing:0;border:var(--mb-border-width-primary) solid var(--mb-border-color);width:100%;overflow-x:auto}.UpcomingSkeleton-module__czmXYW__upcomingTable td{border-bottom:var(--mb-border-width-primary) solid var(--mb-border-color);border-right:var(--mb-border-width-primary) solid var(--mb-border-color);width:20%;min-width:10rem}.UpcomingSkeleton-module__czmXYW__upcomingTable tr td span{justify-content:flex-end;display:flex}.UpcomingSkeleton-module__czmXYW__upcomingTable td:first-child{background-color:var(--mb-bg-color-primary);z-index:1;width:40%;position:sticky;left:0}.UpcomingSkeleton-module__czmXYW__logoSkeleton{z-index:1;align-items:center;gap:1rem;padding:.5rem 1rem;display:flex}.UpcomingSkeleton-module__czmXYW__logoSkeleton span:first-child{border-radius:var(--mb-border-radius-full)!important}.UpcomingSkeleton-module__czmXYW__symbolSkeleton,.UpcomingSkeleton-module__czmXYW__dateSkeleton{padding:1rem}@media screen and (max-width:1024px){.UpcomingSkeleton-module__czmXYW__upcomingTable{border-inline:none;margin-bottom:1rem}.UpcomingSkeleton-module__czmXYW__upcomingTable th:last-child,.UpcomingSkeleton-module__czmXYW__upcomingTable td:last-child{border-right:none}.UpcomingSkeleton-module__czmXYW__upcomingTable tr td{min-width:8.375rem}.UpcomingSkeleton-module__czmXYW__upcomingTable tr td:first-child{min-width:15rem}.UpcomingSkeleton-module__czmXYW__upcomingTable tr td:last-child{min-width:8rem}.UpcomingSkeleton-module__czmXYW__symbolSkeleton,.UpcomingSkeleton-module__czmXYW__dateSkeleton{min-width:10rem}}
.InfiniteCards-module__JLu24a__infiniteCards{border-left:var(--mb-border-width-primary) solid var(--mb-border-color);border-right:var(--mb-border-width-primary) solid var(--mb-border-color);padding-bottom:2rem}.InfiniteCards-module__JLu24a__cardsSkeleton{flex-direction:column;gap:1.25rem;width:37.5rem;margin:-1rem 4rem 1rem 0;padding-left:2rem;display:flex}.InfiniteCards-module__JLu24a__newsCards{flex-direction:column;gap:1.25rem;width:41.5rem;padding:1.25rem 2rem 1rem;display:flex}.InfiniteCards-module__JLu24a__mobileMenu,.InfiniteCards-module__JLu24a__timelineHeader{display:none}.InfiniteCards-module__JLu24a__timelineHeader h3{color:var(--mb-text-dark)}@media only screen and (min-width:1025px) and (max-width:1280px){.InfiniteCards-module__JLu24a__infiniteCards{border:none}.InfiniteCards-module__JLu24a__newsCards{width:calc(100vw - 22rem);padding:1.25rem 3rem 1rem 2.5rem}.InfiniteCards-module__JLu24a__timelineHeader{justify-content:space-between;align-items:center;margin-top:1rem;padding:0 2.5rem .5rem;display:flex}}@media screen and (max-width:1024px){.InfiniteCards-module__JLu24a__infiniteCards{border:none;padding-bottom:6rem}.InfiniteCards-module__JLu24a__cardsSkeleton{border:none;width:100%;margin:0;padding:0}.InfiniteCards-module__JLu24a__newsCards{border:none;width:100%;padding:0}.InfiniteCards-module__JLu24a__mobileMenu{margin:0;padding:0;display:flex}.InfiniteCards-module__JLu24a__timelineHeader{display:none}}
.page-module__6aWTVG__companyIPO{min-height:calc(100vh - var(--header-height));width:calc(100vw - 2 * var(--global-padding));flex-direction:column;gap:3rem;margin-inline:auto;padding-block:1rem 3rem;display:flex}.page-module__6aWTVG__wrapper{margin-top:1rem}.page-module__6aWTVG__heading{color:var(--mb-text-dark);font-size:var(--mb-text-h7);font-weight:var(--mb-font-bold)}.page-module__6aWTVG__container{display:flex}.page-module__6aWTVG__noData{height:100%;min-height:calc(100vh - var(--header-height));justify-content:center;align-items:center;width:100%;display:flex}.page-module__6aWTVG__noDataImage{width:25%;max-width:28rem;height:auto;margin:auto}@media screen and (max-width:1024px){.page-module__6aWTVG__container{flex-direction:column}.page-module__6aWTVG__noData{min-height:calc(100vh - var(--header-height) - 5.25rem)}}@media screen and (max-width:768px){.page-module__6aWTVG__noDataImage{width:40%}}@media screen and (max-width:480px){.page-module__6aWTVG__noDataImage{width:50%}}
.ActionTable-module__yv7Cpa__noDataImage{width:20%;height:auto;margin:auto}.ActionTable-module__yv7Cpa__actionTable{border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-md);width:100%;overflow:auto}.ActionTable-module__yv7Cpa__table{border-collapse:collapse;width:100%}.ActionTable-module__yv7Cpa__header td{background-color:var(--mb-bg-color-tertiary);border:var(--mb-border-width-primary) solid var(--mb-border-color);color:var(--mb-text-dark);font-size:var(--mb-text-body2);font-weight:var(--mb-font-semibold);text-align:right;-webkit-user-select:none;user-select:none;border-top:0;border-bottom:0;min-width:9rem;padding:.75rem}.ActionTable-module__yv7Cpa__header td:first-child{border-left:0}.ActionTable-module__yv7Cpa__header td:last-child{border-right:0}.ActionTable-module__yv7Cpa__header td:first-child{text-align:left;z-index:1;min-width:10rem;position:sticky;left:0}.ActionTable-module__yv7Cpa__header td:last-child{min-width:11rem}.ActionTable-module__yv7Cpa__tableHeaderCell span{cursor:pointer}.ActionTable-module__yv7Cpa__tableHeading{color:var(--mb-text-dark);font-size:var(--mb-text-body2);font-weight:var(--mb-font-semibold);width:fit-content;margin-left:auto;display:flex}.ActionTable-module__yv7Cpa__tableHeaderCell:first-child .ActionTable-module__yv7Cpa__tableHeading{margin-left:0}.ActionTable-module__yv7Cpa__tableBody td{background-color:var(--mb-bg-color-primary);border:var(--mb-border-width-primary) solid var(--mb-border-color);font-size:var(--mb-text-body2);color:var(--mb-text-normal);text-align:right;border-top:0;border-bottom:0;border-left:0;min-width:10rem;padding:.75rem}.ActionTable-module__yv7Cpa__tableBody td:last-child{border-right:0}.ActionTable-module__yv7Cpa__tableBody tr:nth-child(2n) td{background-color:var(--mb-bg-color-secondary)}body.dark .ActionTable-module__yv7Cpa__tableBody tr:nth-child(odd) td{background-color:var(--mb-bg-color-primary)}.ActionTable-module__yv7Cpa__tableBody tr:hover td{background-color:var(--mb-bg-color-tertiary)!important}.ActionTable-module__yv7Cpa__tableBody tr{border-bottom:var(--mb-border-width-primary) solid var(--mb-border-color)}.ActionTable-module__yv7Cpa__tableBody tr:last-child{border-bottom:none}.ActionTable-module__yv7Cpa__loadMoreBtn{justify-content:center;margin:.75rem auto 0;display:flex}.ActionTable-module__yv7Cpa__loadMoreBtn button{background-color:var(--mb-brand-color-primary);border-radius:var(--mb-border-radius-md);color:var(--mb-text-white);cursor:pointer;font-size:var(--mb-text-body);border:none;padding:.75rem 1.5rem}@media screen and (max-width:1024px){.ActionTable-module__yv7Cpa__noDataImage{height:calc(100dvh - var(--header-height) - var(--mobile-footer-height));width:50%;margin:auto}}
.ScrollToTop-module__rAEL8G__scrollToTop{border-radius:var(--mb-border-radius-full);z-index:1;position:fixed;bottom:2rem;right:51%}.ScrollToTop-module__rAEL8G__arrowUp{background-color:var(--mb-bg-color-secondary);border-radius:var(--mb-border-radius-full);box-shadow:var(--mb-drop-shadow-l2);cursor:pointer;width:3rem;height:3rem;padding:.75rem}body.dark .ScrollToTop-module__rAEL8G__arrowUp{border:var(--mb-border-width-primary) solid var(--mb-border-color);background-color:var(--mb-bg-color-tertiary)}@media screen and (max-width:1352px){.ScrollToTop-module__rAEL8G__scrollToTop{right:36%}}@media screen and (max-width:1024px){.ScrollToTop-module__rAEL8G__scrollToTop{bottom:5rem;right:1.5rem}body.dark .ScrollToTop-module__rAEL8G__arrowUp{background-color:var(--mb-bg-color-tertiary2)}}
.ActionRow-module__UQaz_a__logo{border-radius:var(--mb-border-radius-full);background:#fff}.ActionRow-module__UQaz_a__flagWithSymbol{cursor:pointer;text-align:left;z-index:1;align-items:center;gap:.5rem;min-width:13rem;display:flex;position:sticky;left:0}.ActionRow-module__UQaz_a__leftContent{align-items:center;gap:1rem;width:100%;display:flex}.ActionRow-module__UQaz_a__icon{stroke-width:2px;width:auto;height:.75rem}.ActionRow-module__UQaz_a__companyName,.ActionRow-module__UQaz_a__ticker{border-bottom:2px dotted var(--mb-border-color-selected);color:var(--mb-text-dark);cursor:pointer}.ActionRow-module__UQaz_a__stockRow:hover .ActionRow-module__UQaz_a__companyName{color:var(--mb-brand-color-primary);border-color:var(--mb-brand-color-primary)}.ActionRow-module__UQaz_a__tooltip{font-weight:var(--mb-font-semibold);font-size:var(--mb-text-body2);text-align:left;z-index:15;max-width:25rem;box-shadow:0 3px 10px #0003;background-color:var(--mb-bg-color-primary)!important;color:var(--mb-text-normal)!important}body.dark .ActionRow-module__UQaz_a__tooltip{background-color:var(--mb-bg-color-secondary)!important}.ActionRow-module__UQaz_a__ticker{text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;max-width:8rem;display:inline-block;overflow:hidden}.ActionRow-module__UQaz_a__hideOnDesktop{display:none}@media screen and (max-width:1024px){.ActionRow-module__UQaz_a__hideOnMobile{display:none}.ActionRow-module__UQaz_a__hideOnDesktop{display:inline-block}}@media screen and (max-width:480px){.ActionRow-module__UQaz_a__details span{padding-right:1rem}}
.TimelineMain-module__nVUYLq__timeline{justify-content:center;display:flex}.TimelineMain-module__nVUYLq__mobileLayout{display:none}@media screen and (max-width:1024px){.TimelineMain-module__nVUYLq__timeline{flex-direction:column;justify-content:flex-start}.TimelineMain-module__nVUYLq__mobileLayout{display:block}}@media screen and (max-width:1280px){.TimelineMain-module__nVUYLq__desktopSidebar{display:none}}
.IPOTable-module__thweqG__ipoTable{border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-md);flex-grow:1;width:100%;overflow:auto}.IPOTable-module__thweqG__table{border-collapse:collapse;width:100%}.IPOTable-module__thweqG__table tr td:not(:first-child),.IPOTable-module__thweqG__table tr th:not(:first-child){text-align:right}.IPOTable-module__thweqG__body td{background-color:var(--mb-bg-color-primary);border:var(--mb-border-width-primary) solid var(--mb-border-color);font-size:var(--mb-text-body2);text-align:left;vertical-align:center;border-bottom:0;border-left:0;padding:.5rem}.IPOTable-module__thweqG__noDataImage{width:25%;height:auto;margin:3rem auto}@media screen and (max-width:1024px){.IPOTable-module__thweqG__ipoTable{height:100%}}@media screen and (max-width:768px){.IPOTable-module__thweqG__body td{padding:.75rem .5rem}.IPOTable-module__thweqG__noDataImage{width:40%}}@media screen and (max-width:480px){.IPOTable-module__thweqG__body td{padding-block:.5rem}.IPOTable-module__thweqG__noDataImage{width:50%}}
.SearchAction-module__TaHm3q__searchAction{justify-content:space-between;align-items:center;gap:1rem;width:100%;margin-inline:auto;display:flex}body.dark .SearchAction-module__TaHm3q__searchAction{background-color:var(--mb-bg-color-primary)}.SearchAction-module__TaHm3q__searchbar{background:var(--mb-bg-color-primary);border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-md);justify-content:center;align-items:center;width:100%;padding-right:1rem;display:flex}.SearchAction-module__TaHm3q__searchbar input{background:var(--mb-bg-color-primary);border:none;width:100%;height:2.25rem;padding:.75rem 0}body.dark .SearchAction-module__TaHm3q__searchbar span{color:var(--mb-text-light)}.SearchAction-module__TaHm3q__searchbar input:-webkit-autofill{box-shadow:inset 0 0 20px 20px var(--mb-bg-color-primary)!important}.SearchAction-module__TaHm3q__searchbar input:-webkit-autofill:hover{box-shadow:inset 0 0 20px 20px var(--mb-bg-color-primary)!important}.SearchAction-module__TaHm3q__searchbar input:-webkit-autofill:focus{box-shadow:inset 0 0 20px 20px var(--mb-bg-color-primary)!important}.SearchAction-module__TaHm3q__searchbar input:-webkit-autofill:active{box-shadow:inset 0 0 20px 20px var(--mb-bg-color-primary)!important}.SearchAction-module__TaHm3q__searchbar:hover{border-color:var(--mb-border-color-hovered)}.SearchAction-module__TaHm3q__searchbar input::placeholder{color:var(--mb-text-light)}.SearchAction-module__TaHm3q__searchbar label{align-items:center;margin:auto .5rem;display:flex}.SearchAction-module__TaHm3q__searchIcon{width:1.25rem;height:auto}.SearchAction-module__TaHm3q__actionButton{align-items:center;gap:.5rem;display:none}.SearchAction-module__TaHm3q__filterButton{background-color:var(--mb-bg-color-primary);border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-md);flex-direction:column;gap:.75rem;padding:.75rem;display:none}.SearchAction-module__TaHm3q__filterIcon{stroke-width:1px;height:auto;stroke:var(--mb-text-normal);width:1.5rem}body.dark .SearchAction-module__TaHm3q__filterIcon path{stroke:var(--mb-color-gray-300)}@media screen and (max-width:1024px){.SearchAction-module__TaHm3q__searchAction{width:calc(100vw - 2 * var(--global-padding))}.SearchAction-module__TaHm3q__searchbar input{height:2.5rem}.SearchAction-module__TaHm3q__filterButton,.SearchAction-module__TaHm3q__actionButton{display:flex}}
.IPOTableHeader-module__GQXWZG__ipoTableHeader th{background-color:var(--mb-bg-color-tertiary);color:var(--mb-text-dark);font-size:var(--mb-text-body2);font-weight:var(--mb-font-semibold);text-align:left;z-index:0;padding:.75rem .5rem;position:relative}.IPOTableHeader-module__GQXWZG__ipoTableHeader th:hover{z-index:10}.IPOTableHeader-module__GQXWZG__ipoTableHeader th:first-child{background-color:var(--mb-bg-color-tertiary);z-index:1;position:sticky;left:0}.IPOTableHeader-module__GQXWZG__header{background-color:var(--mb-bg-color-tertiary);border:var(--mb-border-width-primary) solid var(--mb-border-color-hovered);color:var(--mb-text-dark);font-size:var(--mb-text-body2);font-weight:var(--mb-font-semibold);-webkit-user-select:none;user-select:none;cursor:pointer;white-space:nowrap;border-top:0;border-left:0}.IPOTableHeader-module__GQXWZG__icon{stroke-width:2px;height:1rem;margin-bottom:-.25rem;margin-left:.125rem}.IPOTableHeader-module__GQXWZG__selectedIcon{height:1rem;stroke:var(--mb-brand-color-800);margin-bottom:-.125rem;margin-left:.125rem}.IPOTableHeader-module__GQXWZG__rotate{transform:rotate(180deg)}@media screen and (max-width:744px){.IPOTableHeader-module__GQXWZG__ipoTableHeader th:first-child{min-width:20rem;left:unset;position:unset}}
.page-module__CVm_Sq__corporateActions{padding-top:var(--page-top-gap);min-height:calc(100vh - var(--header-height));width:calc(100vw - 2 * var(--global-padding));min-height:calc(100dvh - var(--header-height) - var(--mobile-footer-height));flex-direction:column;gap:1rem;margin-inline:auto;display:flex}.page-module__CVm_Sq__earningsFilter{border-right:var(--mb-border-width-primary) solid var(--mb-border-color);min-height:calc(100dvh - var(--header-height));padding-bottom:1rem}.page-module__CVm_Sq__mainSection{justify-content:center;width:100%;display:flex}.page-module__CVm_Sq__filterBtn{background-color:var(--mb-bg-color-primary);border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-md);cursor:pointer;flex-direction:row;justify-content:center;align-items:center;gap:.75rem;width:7rem;height:2.5rem;padding:.5rem;display:none}.page-module__CVm_Sq__filterBtn:first-of-type{width:9rem}.page-module__CVm_Sq__filterBtn:hover{background-color:var(--mb-bg-color-secondary);border-color:var(--mb-border-color-hovered)}.page-module__CVm_Sq__filterLabel{color:var(--mb-text-dark);font-weight:var(--mb-font-semibold)}.page-module__CVm_Sq__filterIcon{width:auto;height:1.125rem;margin-top:.125rem}.page-module__CVm_Sq__corporateActionTable{flex-direction:column;gap:1rem;width:100%;padding-bottom:1rem;padding-left:1rem;display:flex}@media only screen and (max-width:1024px){.page-module__CVm_Sq__corporateActions{gap:.5rem;width:100vw}.page-module__CVm_Sq__filterBtn{display:flex}.page-module__CVm_Sq__earningsFilter{display:none}.page-module__CVm_Sq__corporateActionTable{padding:0}}
.IPOTableRow-module__D3UZdW__ipoTableRow:nth-child(2n) td{background-color:var(--mb-bg-color-secondary)}.IPOTableRow-module__D3UZdW__ipoTableRow:hover td{background-color:var(--mb-bg-color-tertiary)}.IPOTableRow-module__D3UZdW__stickyCol{background-color:var(--mb-bg-color-primary);z-index:1;position:sticky;left:0}.IPOTableRow-module__D3UZdW__ipoTableRow:nth-child(2n) .IPOTableRow-module__D3UZdW__stickyCol{background-color:var(--mb-bg-color-secondary)}.IPOTableRow-module__D3UZdW__ipoTableRow:hover .IPOTableRow-module__D3UZdW__stickyCol{background-color:var(--mb-bg-color-tertiary)}.IPOTableRow-module__D3UZdW__companyColumn{cursor:pointer;justify-content:space-between;align-items:center;gap:.75rem;min-width:18rem;display:flex}.IPOTableRow-module__D3UZdW__companyDetails{align-items:center;gap:.75rem;display:flex}.IPOTableRow-module__D3UZdW__logoContainer{background:var(--mb-color-gray-0);border-radius:var(--mb-border-radius-md);justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:flex}.IPOTableRow-module__D3UZdW__logo{border-radius:var(--mb-border-radius-md);border:none;width:2.25rem;height:auto;max-height:2.25rem}.IPOTableRow-module__D3UZdW__companyInfo{flex-direction:column;gap:.125rem;display:flex}.IPOTableRow-module__D3UZdW__companyName{color:var(--mb-text-dark);font-size:var(--mb-text-body2);font-weight:var(--mb-font-semibold)}.IPOTableRow-module__D3UZdW__ipoTableRow:hover .IPOTableRow-module__D3UZdW__companyName{color:var(--mb-brand-color-primary)}.IPOTableRow-module__D3UZdW__companyMeta{align-items:center;gap:.5rem;display:flex}.IPOTableRow-module__D3UZdW__symbol{color:var(--mb-text-light);font-size:var(--mb-text-caption);font-weight:var(--mb-font-regular)}.IPOTableRow-module__D3UZdW__textSection{align-items:center;gap:.5rem;display:flex}.IPOTableRow-module__D3UZdW__title{color:var(--mb-text-white);font-weight:var(--mb-font-semibold);font-size:var(--mb-text-caption);white-space:nowrap}.IPOTableRow-module__D3UZdW__typeLabel{border-radius:var(--mb-border-radius-sm);color:var(--mb-text-dark);font-size:var(--mb-text-label);font-weight:var(--mb-font-semibold);padding:.125rem .5rem}.IPOTableRow-module__D3UZdW__mainboard{background-color:var(--mb-color-purple-50);color:var(--mb-color-purple-primary)}.IPOTableRow-module__D3UZdW__sme{background-color:var(--mb-brand-color-50);color:var(--mb-brand-color-primary)}:is(body.dark .IPOTableRow-module__D3UZdW__sme,body.dark .IPOTableRow-module__D3UZdW__mainboard){background-color:var(--mb-bg-color-tertiary2)}.IPOTableRow-module__D3UZdW__rowItem{min-width:9rem;font-size:var(--mb-text-caption)!important}.IPOTableRow-module__D3UZdW__statusCol{min-width:12rem}.IPOTableRow-module__D3UZdW__positive{color:var(--mb-color-green-primary);font-weight:var(--mb-font-semibold)}.IPOTableRow-module__D3UZdW__negative{color:var(--mb-color-red-primary);font-weight:var(--mb-font-semibold)}.IPOTableRow-module__D3UZdW__updatedAt{color:var(--mb-text-light);font-size:var(--mb-text-label);white-space:nowrap;align-items:center;gap:.25rem;display:flex}.IPOTableRow-module__D3UZdW__clockIcon{flex-shrink:0;width:.75rem;height:.75rem}.IPOTableRow-module__D3UZdW__trendBtn{color:var(--mb-brand-color-primary);cursor:pointer;white-space:nowrap;text-align:left;background:0 0;border:none;align-items:center;gap:.15rem;padding:0;text-decoration:none;display:inline-flex;font-size:var(--mb-text-caption)!important}.IPOTableRow-module__D3UZdW__trendBtn:hover{text-underline-offset:2px;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;text-decoration-thickness:2px}.IPOTableRow-module__D3UZdW__trendArrow{width:.75rem;height:.75rem}.IPOTableRow-module__D3UZdW__trendArrow path{stroke:var(--mb-brand-color-primary);stroke-width:2.5px}@media screen and (max-width:744px){.IPOTableRow-module__D3UZdW__stickyCol{left:unset;position:unset}.IPOTableRow-module__D3UZdW__companyColumn{min-width:20rem}}
.IPOMain-module__4TzOva__ipoMain{flex-direction:column;gap:1.25rem;width:100%;display:flex}.IPOMain-module__4TzOva__section{flex-direction:column;gap:.75rem;display:flex}.IPOMain-module__4TzOva__sectionHeading{color:var(--mb-text-dark);font-size:var(--mb-text-body);font-weight:var(--mb-font-semibold)}.IPOMain-module__4TzOva__cardContainer{grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr;gap:1rem;display:grid}.IPOMain-module__4TzOva__loadMoreBtn{justify-content:center;margin:.5rem auto 0;display:flex}.IPOMain-module__4TzOva__loadMoreBtn button{background-color:var(--mb-brand-color-primary);border-radius:var(--mb-border-radius-md);color:var(--mb-text-white);cursor:pointer;font-size:var(--mb-text-body);border:none;padding:.75rem 1.5rem}@media (max-width:1280px){.IPOMain-module__4TzOva__cardContainer{grid-template-columns:repeat(2,1fr)}}@media (max-width:744px){.IPOMain-module__4TzOva__cardContainer{grid-template-columns:1fr}}
.page-module__AwIpEG__ipo{gap:var(--page-content-gap);padding-block:var(--page-top-gap) 3rem;min-height:calc(100vh - var(--header-height));width:calc(100vw - 2 * var(--global-padding));flex-direction:column;margin-inline:auto;display:flex}
.BudgetHeader-module__EaiphW__headerContainer{border-bottom:var(--mb-border-width-primary) solid var(--mb-border-color);flex-direction:column;justify-content:space-between;align-items:flex-start;gap:.25rem;padding-bottom:1rem;display:flex}.BudgetHeader-module__EaiphW__headerContent{justify-content:space-between;align-items:center;gap:2rem;width:100%;display:flex}.BudgetHeader-module__EaiphW__title{color:var(--mb-text-dark);font-size:var(--mb-text-h5);font-weight:var(--mb-font-bold);margin:0}.BudgetHeader-module__EaiphW__metadata{color:var(--mb-text-light);font-size:var(--mb-text-caption);align-items:center;gap:.5rem;display:flex}.BudgetHeader-module__EaiphW__icon{color:var(--mb-text-light);width:20px;height:20px}.BudgetHeader-module__EaiphW__actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.BudgetHeader-module__EaiphW__actionButton{border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-md);cursor:pointer;color:var(--mb-text-normal);background:0 0;justify-content:center;align-items:center;padding:.5rem;display:flex}.BudgetHeader-module__EaiphW__actionButton:hover{background:var(--mb-bg-color-tertiary);border-color:var(--mb-border-color-hovered)}@media screen and (max-width:744px){.BudgetHeader-module__EaiphW__title{font-size:var(--mb-text-h6)}}
.RelatedArticles-module__0Wpgrq__relatedArticles{margin-top:2rem}.RelatedArticles-module__0Wpgrq__heading{color:var(--mb-text-dark);font-size:var(--mb-text-h7);font-weight:var(--mb-font-bold);margin-bottom:1rem}.RelatedArticles-module__0Wpgrq__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.RelatedArticles-module__0Wpgrq__card{background-color:var(--mb-bg-color-primary);border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-lg);flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.RelatedArticles-module__0Wpgrq__imageWrapper{aspect-ratio:16/9;width:100%;position:relative}.RelatedArticles-module__0Wpgrq__coverImage{object-fit:cover}.RelatedArticles-module__0Wpgrq__content{flex-direction:column;flex-grow:1;padding:1rem;display:flex}.RelatedArticles-module__0Wpgrq__date{color:var(--mb-text-light);font-size:var(--mb-text-caption);margin-bottom:.75rem}.RelatedArticles-module__0Wpgrq__title{color:var(--mb-text-dark);font-size:var(--mb-text-body);font-weight:var(--mb-font-bold);margin-bottom:.75rem;line-height:1.4;text-decoration:none}.RelatedArticles-module__0Wpgrq__title a{color:inherit;text-decoration:none}.RelatedArticles-module__0Wpgrq__title a:hover{color:var(--mb-brand-color-primary)}.RelatedArticles-module__0Wpgrq__description{color:var(--mb-text-light);font-size:var(--mb-text-body2);line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:.5rem;line-height:1.6;display:-webkit-box;overflow:hidden}.RelatedArticles-module__0Wpgrq__footer{border-top:var(--mb-border-width-secondary) solid var(--mb-border-color-secondary);justify-content:space-between;align-items:center;margin-top:auto;display:flex}.RelatedArticles-module__0Wpgrq__author{align-items:center;gap:.75rem;padding-top:1rem;display:flex}.RelatedArticles-module__0Wpgrq__avatar{border-radius:var(--mb-border-radius-full);object-fit:cover}.RelatedArticles-module__0Wpgrq__authorInfo{flex-direction:column;display:flex}.RelatedArticles-module__0Wpgrq__authorName{color:var(--mb-text-dark);font-size:var(--mb-text-body2);font-weight:var(--mb-font-semibold);margin:0}.RelatedArticles-module__0Wpgrq__authorRole{color:var(--mb-text-light);font-size:var(--mb-text-caption);margin:0}@media (max-width:744px){.RelatedArticles-module__0Wpgrq__grid{grid-template-columns:1fr}}
.page-module__bkzhLW__unionBudgetPage{width:100%;max-width:65rem;margin:0 auto;padding-block:1.5rem 2rem}.page-module__bkzhLW__header{justify-content:space-between;align-items:center;display:flex}.page-module__bkzhLW__title{color:var(--mb-text-dark);font-weight:var(--mb-font-bold);font-size:var(--mb-text-h5);line-height:1.3}.page-module__bkzhLW__meta{border-bottom:var(--mb-border-width-primary) solid var(--mb-border-color);color:var(--mb-text-light);align-items:center;gap:.5rem;margin-bottom:1.5rem;padding-bottom:1rem;font-size:.9rem;display:flex}.page-module__bkzhLW__dot{color:var(--mb-text-light);font-size:1.5rem;line-height:.5}.page-module__bkzhLW__imageContainer{width:100%;margin-bottom:2rem}.page-module__bkzhLW__articleImageWrapper{border-radius:var(--mb-border-radius-md);aspect-ratio:16/9;width:100%;height:auto;margin-bottom:2rem;position:relative;overflow:hidden}.page-module__bkzhLW__articleImage{border:var(--mb-border-width-primary) solid var(--mb-border-color);max-width:100%;height:auto;margin:1rem auto;display:block}.page-module__bkzhLW__bannerImage{width:100%;height:20rem;display:block}.page-module__bkzhLW__authorSection{border-bottom:var(--mb-border-width-primary) solid var(--mb-border-color);justify-content:space-between;align-items:center;padding-bottom:1rem;display:flex}.page-module__bkzhLW__authorInfo{align-items:center;gap:1rem;display:flex}.page-module__bkzhLW__avatarWrapper{border-radius:50%;flex-shrink:0;width:48px;height:48px;overflow:hidden}.page-module__bkzhLW__avatar{object-fit:cover;width:100%;height:100%}.page-module__bkzhLW__authorText{flex-direction:column;display:flex}.page-module__bkzhLW__authorName{font-size:var(--mb-text-normal);color:var(--mb-text-dark)}.page-module__bkzhLW__authorRole{font-size:var(--mb-text-caption);color:var(--mb-text-light)}.page-module__bkzhLW__content{color:var(--mb-text-dark);width:100%;height:fit-content;margin-top:.25rem;line-height:1.8;overflow-x:auto}.page-module__bkzhLW__content h1{color:var(--mb-text-dark);font-size:var(--mb-text-h5);font-weight:var(--mb-font-bold)}.page-module__bkzhLW__content h2,.page-module__bkzhLW__content h3,.page-module__bkzhLW__content h4{color:var(--mb-text-dark);font-size:var(--mb-text-h6);font-weight:var(--mb-font-bold);padding-top:1.25rem}.page-module__bkzhLW__content ul,.page-module__bkzhLW__content ol{font-size:var(--mb-text-body2);flex-direction:column;gap:.5rem;padding-left:1.5rem;display:flex}.page-module__bkzhLW__content ol li{width:calc(100% - 1rem);list-style-type:decimal}.page-module__bkzhLW__content ul li{width:calc(100% - 1.5rem);list-style-type:disc}.page-module__bkzhLW__content pre{border-radius:var(--mb-border-radius-md);padding:.75rem;overflow-x:auto}.page-module__bkzhLW__content blockquote{border-left:var(--mb-border-width-secondary) solid var(--mb-border-color);padding:.25rem .5rem}.page-module__bkzhLW__content code{background-color:var(--mb-bg-color-tertiary);border-radius:var(--mb-border-radius-sm);padding:.25rem .5rem}.page-module__bkzhLW__content em{font-style:italic}.page-module__bkzhLW__content strong{color:var(--mb-text-dark);font-weight:var(--mb-font-semibold)}.page-module__bkzhLW__content p{padding-top:1rem;line-height:1.75}.page-module__bkzhLW__content a{color:var(--mb-brand-color-primary);text-decoration:underline}.page-module__bkzhLW__content img{width:auto;height:fit-content}.page-module__bkzhLW__content span{display:inline-block}.page-module__bkzhLW__content hr{display:none!important}.page-module__bkzhLW__tableWrapper{width:100%;margin-block:.75rem}.page-module__bkzhLW__markDownTable{border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-md);width:fit-content;max-width:100%;overflow:auto}.page-module__bkzhLW__table{border-collapse:collapse;width:100%}.page-module__bkzhLW__table th{border-right:var(--mb-border-width-primary) solid var(--mb-border-color-hovered);font-size:var(--mb-text-body2);font-weight:var(--mb-font-semibold);border-bottom:0;border-left:0;min-width:8rem;padding:.625rem .75rem;background-color:var(--mb-bg-color-tertiary)!important;color:var(--mb-text-dark)!important;text-align:right!important}.page-module__bkzhLW__table thead tr th:first-child{text-align:left!important}.page-module__bkzhLW__table td{background-color:var(--mb-bg-color-primary);border:var(--mb-border-width-primary) solid var(--mb-border-color);min-width:8rem;font-size:var(--mb-text-body2);border-bottom:0;border-left:0;padding:.625rem .75rem;text-align:right!important}.page-module__bkzhLW__table tbody tr td:first-child{text-align:left!important}.page-module__bkzhLW__table tr:nth-child(odd) td{background-color:var(--mb-bg-color-primary)}body.dark .page-module__bkzhLW__table tr:nth-child(odd) td{background-color:var(--mb-bg-color-primary)}.page-module__bkzhLW__table tr:nth-child(2n) td{background-color:var(--mb-bg-color-secondary)}body.dark .page-module__bkzhLW__table tr:nth-child(2n) td{background-color:var(--mb-bg-color-secondary)}.page-module__bkzhLW__markdownImage{max-width:100%;height:auto;margin:1rem auto;display:block}@media screen and (max-width:1280px){.page-module__bkzhLW__unionBudgetPage{padding:1rem var(--global-padding)}}@media screen and (max-width:1024px){.page-module__bkzhLW__unionBudgetPage{width:calc(100vw - 2 * var(--global-padding));margin-inline:auto;padding-inline:0}.page-module__bkzhLW__title{font-size:var(--mb-text-h5)}}
.page-module__G3p5KG__container{width:100%;max-width:65rem;margin:0 auto;padding-block:1.5rem 2rem}.page-module__G3p5KG__headerSection{border-bottom:1px solid var(--mb-border-color);padding-bottom:.75rem}.page-module__G3p5KG__headerContent{justify-content:space-between;align-items:center;gap:1rem;display:flex}.page-module__G3p5KG__shareheaderDesktop{display:block}.page-module__G3p5KG__shareheaderMobile{display:none}.page-module__G3p5KG__title{color:var(--mb-text-dark);font-size:var(--mb-text-h6);font-weight:var(--mb-font-bold);margin:0}.page-module__G3p5KG__timestampHeader{color:var(--mb-text-normal);font-size:var(--mb-text-body2);font-weight:var(--mb-font-regular)}.page-module__G3p5KG__liveBadge{color:var(--mb-color-green-primary);text-transform:uppercase;font-weight:700;font-size:var(--mb-text-body2);border-radius:4px;align-items:center;gap:.5rem;padding-block:.5rem;display:inline-flex}@keyframes page-module__G3p5KG__pulse{0%{opacity:.8;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(3)}}.page-module__G3p5KG__liveBadge span{color:var(--mb-color-green-primary)}.page-module__G3p5KG__blinkingDot{background-color:var(--mb-color-green-primary);border-radius:50%;width:6px;height:6px;margin-right:4px;display:inline-block;position:relative}.page-module__G3p5KG__blinkingDot:after{content:"";background-color:var(--mb-color-green-primary);border-radius:50%;width:100%;height:100%;animation:1.5s infinite page-module__G3p5KG__pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.page-module__G3p5KG__summaryCard{padding-block:1.5rem;align-items:center;gap:1.5rem;padding-bottom:2rem;display:flex}.page-module__G3p5KG__summaryContent{flex:1}.page-module__G3p5KG__summarySectionTitle{color:var(--mb-text-dark);margin-top:1.5rem;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.page-module__G3p5KG__summarySectionTitle:first-child{margin-top:0}.page-module__G3p5KG__summaryText{color:var(--mb-text-normal);margin-bottom:1rem;font-size:1rem;line-height:1.6}.page-module__G3p5KG__summaryImageCol{flex:0 0 400px;position:relative}.page-module__G3p5KG__summaryImageWrapper{aspect-ratio:16/9;border-radius:var(--mb-border-radius-lg);border:1px solid var(--mb-border-color);width:100%;position:relative;overflow:hidden}.page-module__G3p5KG__grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;display:grid}@media (max-width:768px){.page-module__G3p5KG__summaryCard{flex-direction:column-reverse}.page-module__G3p5KG__summaryImageCol{flex:auto;width:100%}.page-module__G3p5KG__shareheaderDesktop{display:none}.page-module__G3p5KG__shareheaderMobile{display:block}.page-module__G3p5KG__timestampHeaderWrapper{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}}.page-module__G3p5KG__timeline{position:relative}.page-module__G3p5KG__timeline:before{content:"";background:var(--mb-border-color);z-index:0;width:1px;position:absolute;top:1rem;bottom:0;left:112px}.page-module__G3p5KG__updateItem{gap:2rem;margin-bottom:3rem;transition:z-index;display:flex;position:relative}.page-module__G3p5KG__updateItem:hover{z-index:5}.page-module__G3p5KG__leftCol{flex:0 0 80px;padding-top:.2rem}.page-module__G3p5KG__timestamp{color:var(--color-text-primary);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:.9rem;font-weight:600}.page-module__G3p5KG__dateToken{color:var(--color-text-secondary);margin-top:.2rem;font-size:.75rem;display:block}.page-module__G3p5KG__dotCol{width:0;position:relative}.page-module__G3p5KG__dot{background:var(--mb-brand-color-primary);z-index:2;width:10px;height:10px;box-shadow:0 0 0 4px var(--color-background-primary);border-radius:50%;position:absolute;top:.5rem;left:-5px}.page-module__G3p5KG__dotBlinking:after{content:"";background:var(--mb-brand-color-primary);border-radius:50%;width:100%;height:100%;animation:1.5s infinite page-module__G3p5KG__pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.page-module__G3p5KG__contentCol{border-bottom:1px solid var(--mb-border-color);flex:1;padding-bottom:1rem}.page-module__G3p5KG__updateItem:last-child .page-module__G3p5KG__contentCol{border-bottom:none}.page-module__G3p5KG__itemHeader{margin-bottom:.75rem}.page-module__G3p5KG__itemTitle{color:var(--mb-text-dark);font-size:var(--mb-text-h7);font-weight:var(--mb-font-semibold);line-height:1.3}.page-module__G3p5KG__itemDescription{color:var(--color-text-light);font-size:var(--mb-text-body);font-weight:var(--mb-font-regular);margin-bottom:1rem;line-height:1.6}.page-module__G3p5KG__impactedDescription{color:var(--mb-text-light);font-size:var(--mb-text-body2);flex-direction:column;gap:.5rem;display:flex}.page-module__G3p5KG__impactLabel{color:var(--mb-text-dark);font-weight:var(--mb-font-semibold);font-size:var(--mb-text-body2)}.page-module__G3p5KG__shareAction{justify-content:flex-end;display:flex}@keyframes page-module__G3p5KG__slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:1280px){.page-module__G3p5KG__container{padding:1rem var(--global-padding)}}@media screen and (max-width:1024px){.page-module__G3p5KG__container{width:calc(100vw - 2 * var(--global-padding));margin-inline:auto;padding-inline:0}.page-module__G3p5KG__title{font-size:var(--mb-text-h5)}.page-module__G3p5KG__headerContent{flex-direction:row;align-items:center}.page-module__G3p5KG__timestamp{font-size:.85rem}}@media (max-width:744px){.page-module__G3p5KG__headerContent{flex-direction:column;align-items:flex-start;gap:.5rem}.page-module__G3p5KG__shareContainer{align-self:flex-end;margin-top:-2rem}.page-module__G3p5KG__title{font-size:var(--mb-text-h6)}.page-module__G3p5KG__timestamp{font-size:.8rem}.page-module__G3p5KG__timeline:before{left:8px}.page-module__G3p5KG__updateItem{flex-direction:column;gap:1rem;margin-bottom:2rem;padding-left:1.5rem}.page-module__G3p5KG__leftCol{text-align:left;flex:auto;align-items:center;gap:.5rem;display:flex}.page-module__G3p5KG__dot{top:.4rem;left:-5px}.page-module__G3p5KG__dotCol{position:absolute;left:8px}.page-module__G3p5KG__dateToken{margin-top:0}}
.ShareButton-module__VhKgtG__shareContainer{cursor:pointer;align-items:center;display:flex;position:relative}.ShareButton-module__VhKgtG__shareIconHeader{color:var(--color-text-secondary);transition:color .2s}.ShareButton-module__VhKgtG__shareContainer:hover .ShareButton-module__VhKgtG__shareIconHeader{color:var(--mb-brand-color-primary)}.ShareButton-module__VhKgtG__shareMenu{z-index:4;width:0;height:0;position:absolute;top:50%;left:50%}.ShareButton-module__VhKgtG__shareMenu:before{content:"";background:0 0;width:100px;height:160px;position:absolute;top:-80px;left:-80px}.ShareButton-module__VhKgtG__shareMenuItem{background:var(--mb-bg-color-secondary);border:1px solid var(--mb-border-color);width:40px;height:40px;color:var(--color-text-primary);cursor:pointer;opacity:0;pointer-events:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:all .25s cubic-bezier(.175,.885,.32,1.275);display:flex;position:absolute;transform:translate(-50%,-50%)scale(.5);box-shadow:0 4px 12px #0000001a}.ShareButton-module__VhKgtG__shareContainer:hover .ShareButton-module__VhKgtG__shareMenuItem,.ShareButton-module__VhKgtG__shareContainer.ShareButton-module__VhKgtG__active .ShareButton-module__VhKgtG__shareMenuItem{pointer-events:auto}.ShareButton-module__VhKgtG__shareMenuItem:hover{background:var(--mb-bg-color-primary);color:var(--mb-brand-color-primary);border-color:var(--mb-border-color-hovered);z-index:4;transform:scale(1.1)}.ShareButton-module__VhKgtG__shareContainer:hover .ShareButton-module__VhKgtG__shareMenuItem:first-child,.ShareButton-module__VhKgtG__shareContainer.ShareButton-module__VhKgtG__active .ShareButton-module__VhKgtG__shareMenuItem:first-child{opacity:1;transition-delay:0s;transform:translate(calc(-50% - 13px),calc(-50% - 74px))scale(1)}.ShareButton-module__VhKgtG__shareContainer:hover .ShareButton-module__VhKgtG__shareMenuItem:nth-child(2),.ShareButton-module__VhKgtG__shareContainer.ShareButton-module__VhKgtG__active .ShareButton-module__VhKgtG__shareMenuItem:nth-child(2){opacity:1;transition-delay:50ms;transform:translate(calc(-50% - 53px),calc(-50% - 53px))scale(1)}.ShareButton-module__VhKgtG__shareContainer:hover .ShareButton-module__VhKgtG__shareMenuItem:nth-child(3),.ShareButton-module__VhKgtG__shareContainer.ShareButton-module__VhKgtG__active .ShareButton-module__VhKgtG__shareMenuItem:nth-child(3){opacity:1;transition-delay:.1s;transform:translate(calc(-50% - 74px),calc(-50% - 13px))scale(1)}.ShareButton-module__VhKgtG__shareContainer:hover .ShareButton-module__VhKgtG__shareMenuItem:nth-child(4),.ShareButton-module__VhKgtG__shareContainer.ShareButton-module__VhKgtG__active .ShareButton-module__VhKgtG__shareMenuItem:nth-child(4){opacity:1;transition-delay:.15s;transform:translate(calc(-50% - 68px),calc(32px - 50%))scale(1)}.ShareButton-module__VhKgtG__shareContainer.ShareButton-module__VhKgtG__down:hover .ShareButton-module__VhKgtG__shareMenuItem:first-child,.ShareButton-module__VhKgtG__shareContainer.ShareButton-module__VhKgtG__down.ShareButton-module__VhKgtG__active .ShareButton-module__VhKgtG__shareMenuItem:first-child{opacity:1;transition-delay:0s;transform:translate(calc(-50% - 13px),calc(74px - 50%))scale(1)}.ShareButton-module__VhKgtG__shareContainer.ShareButton-module__VhKgtG__down:hover .ShareButton-module__VhKgtG__shareMenuItem:nth-child(2),.ShareButton-module__VhKgtG__shareContainer.ShareButton-module__VhKgtG__down.ShareButton-module__VhKgtG__active .ShareButton-module__VhKgtG__shareMenuItem:nth-child(2){opacity:1;transition-delay:50ms;transform:translate(calc(-50% - 53px),calc(53px - 50%))scale(1)}.ShareButton-module__VhKgtG__shareContainer.ShareButton-module__VhKgtG__down:hover .ShareButton-module__VhKgtG__shareMenuItem:nth-child(3),.ShareButton-module__VhKgtG__shareContainer.ShareButton-module__VhKgtG__down.ShareButton-module__VhKgtG__active .ShareButton-module__VhKgtG__shareMenuItem:nth-child(3){opacity:1;transition-delay:.1s;transform:translate(calc(-50% - 74px),calc(13px - 50%))scale(1)}.ShareButton-module__VhKgtG__shareContainer.ShareButton-module__VhKgtG__down:hover .ShareButton-module__VhKgtG__shareMenuItem:nth-child(4),.ShareButton-module__VhKgtG__shareContainer.ShareButton-module__VhKgtG__down.ShareButton-module__VhKgtG__active .ShareButton-module__VhKgtG__shareMenuItem:nth-child(4){opacity:1;transition-delay:.15s;transform:translate(calc(-50% - 68px),calc(-50% - 32px))scale(1)}.ShareButton-module__VhKgtG__shareMenuIcon{width:18px;height:18px}@media screen and (max-width:744px){.ShareButton-module__VhKgtG__shareIconHeader{width:14px;height:14px}}
