.broker-cockpit__header{display:grid;grid-template-columns:auto 1fr auto;background:var(--bc-color-bg);border-top:1px solid #0000;border-left:1px solid #0000;border-right:1px solid #0000;border-image:linear-gradient(90deg,var(--bc-color-gradient-start)0%,var(--bc-color-gradient-end)100%);border-image-slice:1 0;border-image-width:1px 1px 0;border-image-outset:0;border-image-repeat:stretch;flex:none;align-items:center;gap:0;padding:.75rem 1.5rem}.broker-cockpit__header-left{grid-column:1;justify-self:start;min-width:0}.broker-cockpit__header-center{grid-column:2;display:flex;text-align:left;flex-wrap:wrap;justify-content:flex-start;justify-self:start;align-items:center;gap:.75rem;min-width:0}.broker-cockpit__header-right{grid-column:3;display:flex;justify-content:flex-end;justify-self:end;min-width:0}.broker-cockpit__header--space{gap:1rem;padding:.75rem 1.5rem}.broker-cockpit__header--iframe{position:relative;overflow:hidden;padding:0}.broker-cockpit__header--iframe .broker-cockpit__header-right{padding-right:1rem}.broker-cockpit__header--iframe .broker-cockpit__header-center{position:relative;height:var(--bc-header-iframe-height);overflow:hidden;width:100%}.broker-cockpit__header--iframe .broker-cockpit__header-center__iframe{position:absolute;display:block;height:calc(var(--bc-header-iframe-height)*var(--bc-header-iframe-viewport-scale));width:100%;top:0;left:0}@media(max-width:575px){.broker-cockpit__header{grid-template-columns:auto 1fr auto;gap:.5rem;padding:.75rem}.broker-cockpit__header.broker-cockpit__header--iframe{padding:0}}.broker-cockpit__stat{display:flex;border-left:1px solid #d1d5db;flex-direction:column;gap:.125rem;margin-left:.75rem;padding-left:1.75rem}.broker-cockpit__stat-label{display:flex;color:#6b7280;white-space:nowrap;align-items:center;gap:.25rem;font-size:.75rem}.broker-cockpit__stat-label .icon{font-size:.875rem}.broker-cockpit__stat-value{display:inline-flex;white-space:nowrap;align-items:center;gap:.125rem;font-size:.9375rem;font-weight:600}.broker-cockpit__stat-value--positive{color:#166b4e}.broker-cockpit__stat-value--negative{color:#dc2626}.broker-cockpit__stat-values{display:flex;align-items:center;gap:.5rem}@media(max-width:575px){.broker-cockpit__header-center{overflow:hidden;flex-direction:column;justify-self:stretch;align-items:flex-start;gap:.125rem;padding-left:0}.broker-cockpit__header-center__iframe{width:100%}.broker-cockpit__stat{border-left:none;margin-left:0;padding-left:0}.broker-cockpit__stat-value{font-size:.75rem}.broker-cockpit__stat-label{display:none}}.broker-cockpit__content-header{display:flex;background:var(--bc-color-bg);flex:none;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem}.broker-cockpit__content-header-left{display:flex;align-items:center;gap:.75rem;min-width:0}.broker-cockpit__content-header-right{display:flex;align-items:center;gap:.75rem}.broker-cockpit__content-header-action{display:inline-flex;color:#1f2937;cursor:pointer;box-shadow:0 1px 3px #0000001f;background:#fff;border:0;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;padding:0;transition:background .2s,box-shadow .2s}.broker-cockpit__content-header-action:hover:not(:disabled){box-shadow:0 2px 6px #0000002e;background:#eef0f3}.broker-cockpit__content-header-action:disabled{opacity:.4;cursor:default}.broker-cockpit__content-header-action .icon{font-size:1.125rem;line-height:1}@media(max-width:575px){.broker-cockpit__content-header{padding:.75rem 1rem}.broker-cockpit__content-header-action{width:2.25rem;height:2.25rem}}.broker-cockpit__card{background:#fff;border-radius:12px;padding:2rem 1.75rem}.broker-cockpit__main-card{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100%}.broker-cockpit__feature-card{display:flex;flex-direction:column;align-items:center}.broker-cockpit__feature-img{height:80px}.broker-cockpit{--bc-color-bg:#f6fbff;--bc-color-gradient-start:#e0156a;--bc-color-gradient-end:#248eff;--bc-color-shadow:#00000026;--bc-peek-height:.75rem;--bc-content-height:700px;--bc-header-iframe-height:4rem;--bc-header-iframe-viewport-scale:3;--bc-layout-left:calc(max(0px,(100% - calc(1330px + 2rem) - 300px)/2) + clamp(0px,100% - calc(1330px + 2rem) ,300px) + 1rem + var(--sg-page-content-vertical-gap-desktop,.5rem));--bc-layout-width:calc(1030px - 2*var(--sg-page-content-vertical-gap-desktop,.5rem));position:fixed;bottom:0;left:var(--bc-layout-left);display:flex;width:var(--bc-layout-width);max-height:100vh;z-index:10000000;box-shadow:0 -4px 12px var(--bc-color-shadow);flex-direction:column;max-height:100dvh;transition:transform .6s cubic-bezier(.4,0,.2,1)}.broker-cockpit--pre-init{transform:translateY(100%)}.broker-cockpit--retracted{transform:translateY(calc(100% - var(--bc-peek-height)))}.broker-cockpit__new-badge{position:absolute;pointer-events:none;top:0;right:0;transform:translateY(-95%)}.broker-cockpit__logo{display:flex;align-items:center;height:32px}.broker-cockpit__logo__image{width:auto;height:100%}.broker-cockpit__content{display:flex;background:var(--bc-color-bg);overflow:hidden;overscroll-behavior:contain;flex-direction:column;flex:0 auto;height:0;min-height:0;transition:height .4s cubic-bezier(.4,0,.2,1)}.broker-cockpit__content-inner{position:relative;display:flex;flex-direction:column;flex:auto;min-height:0}.broker-cockpit__content-inner__body{flex:auto;min-height:0}.broker-cockpit__content-inner__body-iframe{display:block;width:100%;height:100%}.broker-cockpit__variant-content{display:flex;flex-direction:column;flex:auto;min-height:0}.broker-cockpit--open .broker-cockpit__content{height:min(var(--bc-content-height),70vh);height:min(var(--bc-content-height),70dvh)}@media(max-width:1199px){.broker-cockpit{--bc-layout-left:var(--sg-page-content-vertical-gap-desktop,.5rem);--bc-layout-width:calc(980px - 2*var(--sg-page-content-vertical-gap-desktop,.5rem))}}@media(max-width:991px){.broker-cockpit{--bc-layout-left:var(--sg-page-content-vertical-gap,.75rem);--bc-layout-width:calc(100% - 2*var(--sg-page-content-vertical-gap,.75rem))}}@media(max-width:767px){.broker-cockpit{--bc-layout-left:1rem;--bc-layout-width: calc(100% - 2rem) }}@media(max-width:575px){.broker-cockpit{--bc-content-height:630px;--bc-layout-left:0px;--bc-layout-width:100%}.broker-cockpit__logo{height:24px}.broker-cockpit__content-inner{padding:0}}:is(.page-layout__ad-left,.page-layout__ad-right).sticky{--sg-sticky-top: 6rem}@media(max-width:575px){:is(.page-layout__ad-left,.page-layout__ad-right).sticky{--sg-sticky-top: 4rem}}@media(min-width:576px)and (max-width:767px){:is(.page-layout__ad-left,.page-layout__ad-right).sticky{--sg-sticky-top: 5rem}}
