:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors: active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--scale-factor));width:100%;min-width:calc(180px * var(--scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) #888;border-radius:calc(2px * var(--scale-factor));padding:calc(6px * var(--scale-factor));margin-left:calc(5px * var(--scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--scale-factor));padding-top:calc(2px * var(--scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors: active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;top:0;right:0;bottom:0;left:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;top:100%;right:0;bottom:0;left:0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}:root{--bg: #F4F6FA;--bg-2: #EDF0F6;--paper: #FFFFFF;--ink: #050A1F;--ink-2: #1A2240;--ink-3: #475066;--ink-4: #8B91A7;--ink-5: #C4C8D6;--line: #E6E9F2;--line-2: #F0F2F8;--blue: #002970;--blue-2: #0040C9;--blue-3: #2E6DFF;--blue-4: #5B8DFF;--blue-soft: #E8EFFE;--yellow: #FFD60A;--yellow-2: #FFC300;--yellow-soft: #FFF8DC;--gold: #C8A951;--green: #00B86B;--green-soft: #DCFAE7;--red: #FF3B5C;--red-soft: #FFE7EC;--shadow-sm: 0 1px 2px rgba(5,10,31,.04);--shadow: 0 4px 16px rgba(5,10,31,.06);--shadow-lg: 0 12px 32px rgba(5,10,31,.08);--shadow-xl: 0 24px 48px rgba(5,10,31,.12)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{font-family:Manrope,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;min-height:100vh}body{min-height:100vh}button{font-family:inherit;cursor:pointer;border:none}input,select,textarea{font-family:inherit;font-size:inherit}a{color:inherit;text-decoration:none}::selection{background:var(--yellow);color:var(--blue)}input:focus,select:focus,textarea:focus,button:focus-visible{outline:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:var(--ink-5);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--ink-4)}::-webkit-scrollbar-track{background:transparent}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse-soft{0%,to{box-shadow:0 0 0 4px #00b86b2e}50%{box-shadow:0 0 0 8px #00b86b0d}}@keyframes pulse-yellow{0%,to{box-shadow:0 0 #ffd60a80}50%{box-shadow:0 0 0 12px #ffd60a00}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fade-up{animation:fadeUp .5s ease}.fade-in{animation:fadeIn .3s ease}.spin{animation:spin 1s linear infinite}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#050a1f99;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:100;animation:fadeIn .2s}@media (max-width: 1024px){button,a[role=button],.clickable{min-height:36px}}@media (max-width: 1024px){.dametta-app-shell{grid-template-columns:1fr!important}.dametta-sidebar{position:fixed!important;top:0;left:0;z-index:200;height:100vh!important;width:280px!important;transform:translate(-100%);transition:transform .25s ease;box-shadow:8px 0 32px #0000002e}.dametta-sidebar.is-open{transform:translate(0)}.dametta-mobile-topbar{display:flex!important}.dametta-drawer-overlay{display:block!important}.dametta-kpi-grid{grid-template-columns:1fr 1fr!important}.dametta-kpi-grid>div{border-right:none!important;border-bottom:.5px solid rgba(0,0,0,.08)}.dametta-kpi-grid>div:nth-child(2){border-right:none!important}.dametta-2col{grid-template-columns:1fr!important}.dametta-hero{grid-template-columns:1fr!important;gap:32px!important}.dametta-hero-side{border-left:none!important;border-top:.5px solid rgba(0,0,0,.1);padding-left:0!important;padding-top:24px!important}.dametta-spec-band{grid-template-columns:1fr 1fr!important}.dametta-spec-band>div{border-right:none!important;border-bottom:.5px solid rgba(0,0,0,.06)}.dametta-spec-band>div:nth-child(2n){border-right:none!important}.dametta-audience-grid{grid-template-columns:1fr 1fr!important}.dametta-steps-grid{grid-template-columns:1fr!important;gap:24px!important}.dametta-landing-nav{display:none!important}.dametta-landing-header{padding:14px 20px!important}.dametta-section{padding-left:24px!important;padding-right:24px!important}.dametta-hero-section{padding:40px 24px 36px!important}.dametta-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.dametta-hero-title{font-size:32px!important;letter-spacing:-.5px!important}}@media (max-width: 640px){.dametta-kpi-grid{grid-template-columns:1fr!important}.dametta-kpi-grid>div{border-bottom:.5px solid rgba(0,0,0,.08)}.dametta-kpi-grid>div:last-child{border-bottom:none}.dametta-quick-actions,.dametta-spec-band{grid-template-columns:1fr!important}.dametta-spec-band>div{border-right:none!important;border-bottom:.5px solid rgba(0,0,0,.06)}.dametta-spec-band>div:last-child{border-bottom:none}.dametta-audience-grid{grid-template-columns:1fr!important}.dametta-page-container{padding-left:16px!important;padding-right:16px!important}.dametta-hero-title{font-size:26px!important;line-height:1.2!important}.dametta-cta-final{flex-direction:column!important;align-items:flex-start!important}.dametta-landing-footer-inner{flex-direction:column!important;text-align:center;gap:12px!important}.dametta-actionbar{padding:12px!important}.dametta-dashboard-header{flex-direction:column!important;align-items:flex-start!important;gap:14px!important}}.dametta-drawer-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#050a1f80;z-index:150;cursor:pointer}.dametta-mobile-topbar{display:none;position:sticky;top:0;z-index:100;background:var(--blue, #002970);color:#fff;padding:12px 16px;align-items:center;justify-content:space-between;box-shadow:0 2px 8px #0000001f}.dametta-burger-btn{background:transparent;border:none;color:#fff;cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center;border-radius:6px}.dametta-burger-btn:hover{background:#ffffff14}@media (min-width: 1025px){.dametta-sidebar{transform:none!important;position:sticky!important}}@media (max-width: 1024px){.dametta-app-shell>div>header{padding:12px 16px!important}.dametta-app-shell>div>header form{max-width:100%!important}.dametta-app-shell main{padding:20px 16px!important}}@media (max-width: 1024px){body,html{overflow-x:hidden}.dametta-app-shell>div{min-width:0!important;overflow-x:hidden}.dametta-app-shell>div>header{gap:8px!important}.dametta-app-shell>div>header form span:last-child{display:none!important}}@media (max-width: 640px){.dametta-app-shell>div>header form{display:none!important}.dametta-dashboard-header h1{font-size:20px!important;word-break:break-word;overflow-wrap:break-word;max-width:100%}.dametta-hero-title{font-size:26px!important;word-break:break-word;overflow-wrap:break-word}.dametta-app-shell>div>header>div:not(:first-child){display:none!important}.dametta-app-shell main{padding:16px 14px!important}}@media (min-width: 641px) and (max-width: 1024px){.dametta-app-shell>div>header form input{font-size:13px!important}}html,body,#root{max-width:100vw;overflow-x:hidden}@media (max-width: 1024px){[style*="grid-template-columns: repeat(3"],[style*="grid-template-columns: repeat(4"],[style*="grid-template-columns: repeat(5"],[style*="gridTemplateColumns: 'repeat(3"],[style*="gridTemplateColumns: 'repeat(4"],[style*="gridTemplateColumns: 'repeat(5"]{grid-template-columns:1fr 1fr!important}[style*="grid-template-columns: 1.5fr"],[style*="grid-template-columns: 1.3fr"],[style*="gridTemplateColumns: '1.5fr"],[style*="gridTemplateColumns: '1.3fr"],[style*="gridTemplateColumns: '1.4fr"]{grid-template-columns:1fr!important}table{max-width:100%}div:has(>table){overflow-x:auto;-webkit-overflow-scrolling:touch}[style*="padding: 32px"],[style*="padding: 36px"],[style*="padding: 40px"],[style*="padding: 48px"],[style*="padding: '32px"],[style*="padding: '36px"],[style*="padding: '40px"],[style*="padding: '48px"]{padding:24px!important}[style*="maxWidth: 1500"],[style*="max-width: 1500"],[style*="maxWidth: 1200"],[style*="max-width: 1200"]{max-width:100%!important}h1,h2,h3,h4{word-break:break-word;overflow-wrap:break-word}input[type=text],input[type=email],input[type=password],input[type=number],input[type=search],select,textarea{max-width:100%}[role=dialog],.modal,.dialog{max-width:95vw!important}}@media (max-width: 640px){[style*="grid-template-columns: 1fr 1fr"],[style*="gridTemplateColumns: '1fr 1fr"],[style*="grid-template-columns: repeat(2"],[style*="gridTemplateColumns: 'repeat(2"]{grid-template-columns:1fr!important}table{font-size:12px!important}th,td{padding:8px 10px!important}[style*="padding: 22px"],[style*="padding: 24px"],[style*="padding: 26px"],[style*="padding: 28px"],[style*="padding: '22px"],[style*="padding: '24px"],[style*="padding: '26px"],[style*="padding: '28px"]{padding:16px!important}h1[style*="font-size: 44"],h1[style*="fontSize: 44"],h1[style*="font-size: 40"],h1[style*="fontSize: 40"],h1[style*="font-size: 36"],h1[style*="fontSize: 36"]{font-size:24px!important;letter-spacing:-.3px!important}h1[style*="font-size: 32"],h1[style*="fontSize: 32"],h1[style*="font-size: 28"],h1[style*="fontSize: 28"]{font-size:22px!important}h2[style*="font-size: 28"],h2[style*="fontSize: 28"],h2[style*="font-size: 24"],h2[style*="fontSize: 24"]{font-size:18px!important}[style*="justify-content: space-between"],[style*="justifyContent: 'space-between"]{flex-wrap:wrap;row-gap:12px}button{max-width:100%;white-space:normal}[style*="position: sticky"][style*=bottom],[style*="position: 'sticky'"][style*=bottom]{padding:12px!important}form{max-width:100%!important}}@media (max-width: 1024px){.dametta-login-shell{grid-template-columns:1fr!important}.dametta-login-left{display:none!important}}@media (max-width: 1024px){[style*="gridTemplateColumns: '1.1fr"],[style*="grid-template-columns: 1.1fr"]{grid-template-columns:1fr!important}}@media (max-width: 1024px){.dametta-contact-grid{grid-template-columns:1fr 1fr!important}}@media (max-width: 640px){.dametta-contact-grid{grid-template-columns:1fr!important}}
