@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial}}}.fixed{position:fixed}.relative{position:relative}.static{position:static}.isolate{isolation:isolate}.z-50{z-index:50}.container{width:100%}.contents{display:contents}.flex{display:flex}.hidden{display:none}.table{display:table}.h-\[60vh\]{height:60vh}.h-full{height:100%}.h-screen{height:100vh}.min-h-screen{min-height:100vh}.w-full{width:100%}.w-screen{width:100vw}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.resize{resize:both}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.rounded-full{border-radius:3.40282e38px}.border{border-style:var(--tw-border-style);border-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.text-center{text-align:center}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}@media(hover:hover){.hover\:underline:hover{text-decoration-line:underline}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}:root{color-scheme:dark}html,body,#root{height:100%}body{margin:0;font-family:Poppins,Inter,"system-ui",-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:#fff;color:#0f172a}.container{max-width:1200px;margin:0 auto;padding:16px}.loader-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:999}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.hotspot-tooltip{z-index:999;pointer-events:none;padding:4px;max-width:180px;border-radius:8px;background-color:#0000009c;backdrop-filter:blur(50px);-webkit-backdrop-filter:blur(50px);position:relative;opacity:0;transform:translate(-50%) translateY(0);transition:opacity .4s ease-out,transform .6s ease-out}.hotspot-tooltip--visible{opacity:1}.hotspot-tooltip:after{content:"";position:absolute;width:0;height:0;border-style:solid}.hotspot-tooltip--above:after{bottom:-8px;left:50%;transform:translate(-50%);border-width:8px 8px 0 8px;border-color:rgba(0,0,0,.6117647059) transparent transparent transparent}.hotspot-tooltip--below:after{top:-8px;left:50%;transform:translate(-50%);border-width:0 8px 8px 8px;border-color:transparent transparent rgba(0,0,0,.6117647059) transparent}.hotspot-tooltip img{max-width:100%;height:auto;display:block;border-radius:8px}.hotspot-tooltip-container{display:flex;align-items:center;justify-content:center;gap:10px}.hotspot-tooltip-container img{border-radius:0}.hotspot-tooltip p{margin:5px 0;text-align:center;color:#fff}.hotspot-tooltip-icon{width:20px;height:auto;display:block}.hotspot-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;cursor:pointer;border-radius:999px;background-color:#ffffff75;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.hotspot-icon:before,.hotspot-icon:after{content:"";position:absolute;border-radius:999px;pointer-events:none}.hotspot-icon:before{inset:0;transform:scale(1);opacity:0;box-shadow:0 0 #51a2ffcc;animation:hotspot-pulse-soft 1.2s ease-out infinite}.hotspot-icon:after{width:12px;height:12px;background:#1e5fa8;box-shadow:0 0 6px #51a2ffe6}.hotspot-icon:hover:before{animation-play-state:paused}@keyframes hotspot-pulse-soft{0%{transform:scale(1);opacity:0;box-shadow:0 0 #51a2ff00}30%{transform:scale(1.25);opacity:.6;box-shadow:0 0 0 10px #51a2ff80}to{transform:scale(1.5);opacity:0;box-shadow:0 0 0 14px #51a2ff00}}@keyframes hotspot-pulse-strong{0%{transform:scale(1);opacity:0;box-shadow:0 0 #51a2ff00}40%{transform:scale(1.2);opacity:.9;box-shadow:0 0 0 6px #51a2ffe6}to{transform:scale(1.4);opacity:0;box-shadow:0 0 0 10px #51a2ff00}}.inqueryButton{background:#113be1!important}.inqueryBtnSVG{width:18px!important;height:18px!important}.enqueryHalfDiv{width:50%!important}
