*{border:0;list-style:none!important;margin:0;text-decoration:none!important}html{font-size:14px}body{-webkit-font-smoothing:antialiased;background-color:#ecf0f3;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}img{-webkit-user-drag:none}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.grid-container{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.carousel{overflow:hidden}.flex-container{display:flex;flex-wrap:wrap}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.home{margin:auto;overflow-x:hidden}.main-section{align-items:center;display:flex;margin:auto;min-height:90dvh;overflow:hidden;position:relative}.dot-grid{background-image:radial-gradient(#0e2f7829 1px,#0000 2px);background-position:0 0;background-size:22px 22px;height:50vh;left:0;-webkit-mask-image:linear-gradient(180deg,#000000d9 0,#00000073 50%,#00000040 80%,#0000);mask-image:linear-gradient(180deg,#000000d9 0,#00000073 50%,#00000040 80%,#0000);pointer-events:none;position:fixed;right:0;top:0;z-index:-1}.dot-glow{animation:glow-move-1 9.5s cubic-bezier(.4,0,.6,1) infinite alternate;background:radial-gradient(closest-side,#ff84844d,#0e2f7800 65%),radial-gradient(closest-side,#eeba0033,#eeba0000 70%);filter:blur(14px);height:50vw;left:-10vw;pointer-events:none;position:absolute;top:-6vw;transform:translateZ(0);width:50vw;z-index:0}.dot-glow-2{animation:glow-move-2 13.2s cubic-bezier(.25,.46,.45,.94) .8s infinite alternate;background:radial-gradient(closest-side,rgba(122,133,254,.579),#eeba0000 65%),radial-gradient(closest-side,#bbedfd38,#647fbb00 70%);filter:blur(14px);height:34vw;left:55vw;top:8vw;width:34vw;z-index:2}.dot-glow-3{animation:glow-move-3 16.7s cubic-bezier(.68,-.55,.265,1.55) 1.5s infinite alternate;background:radial-gradient(closest-side,#0e2f782e,#0e2f7800 65%),radial-gradient(closest-side,#eeba001f,#eeba0000 70%);height:28vw;left:18vw;top:38vh;width:28vw}.home .main-section-bg{background:linear-gradient(80deg,#ecf0f3 16%,#0e2f78 75%,#000);border-radius:0 100% 0 100%/17% 0 0 100%;height:700px;object-fit:cover;position:absolute;right:0;top:0;width:64%;z-index:-1000}.main-content{align-items:center;display:flex;flex-wrap:wrap;margin:0 auto;max-width:1200px;padding:0;position:relative;z-index:1}.main-left-content,.main-right-content{align-items:flex-start;display:flex;flex-direction:column;width:50%}.main-right-content h1{color:#0e2f78;font-size:35px;margin-top:80px}.main-right-content h2{color:#3c3c3c;font-size:18px;font-weight:500;letter-spacing:.1px;line-height:1.65}.hero-cta{align-items:center;display:flex;gap:10px;margin-top:18px}.hero-image{background:linear-gradient(135deg,#ffffff05 10%,#0000 0,#ededed)!important;border-radius:16px;box-shadow:-8px -8px 20px #0028ee26,8px 8px 20px #0e2f7826;overflow:hidden;position:relative;transform:perspective(1000px) rotateY(-8deg) rotateX(2deg) scale(.98);transform-origin:center left;transition:transform .3s ease,box-shadow .3s ease}.hero-image:hover{box-shadow:-12px -12px 30px #eeba0033,12px 12px 30px #0e2f7833;transform:perspective(1000px) rotateY(-5deg) rotateX(1deg) scale(1)}.security-certification{align-items:center;display:flex;gap:16px;margin-top:24px;z-index:2!important}.security-certification .security-text h3{color:#242424;font-size:22px;font-weight:600;letter-spacing:.5px;margin:0 0 4px}.security-certification .security-text p{color:#5a5a5a;margin:0}.security-certification .security-badge{height:150px;object-fit:contain;width:150px;z-index:2}.main-right-content .free-demo{align-items:center;background-color:#0e2f78;border-radius:3px;color:#fff;cursor:pointer;display:flex;font-size:16px;justify-content:space-around;margin-top:10px;padding:5px 10px;width:150px}.main-right-content .free-demo:hover{background-color:#0c2761;box-shadow:0 10px 24px #0e2f7833;transform:translateY(-1px)}.main-right-content .free-demo:focus-visible{outline:3px solid #0e2f7859;outline-offset:2px}.main-left-content img{width:100%;z-index:2!important}@media screen and (max-width:800px){.main-content{align-items:center!important;display:flex!important;flex-direction:column-reverse!important}.main-left-content,.main-right-content{width:100%}.main-left-content img{margin-top:100px;width:90%}.main-right-content h1{color:#0e2f78;font-size:25px;margin-bottom:20px;margin-top:50px}.main-right-content h2{color:#3c3c3c;font-size:16px;font-weight:500;margin-bottom:0}}.about-content{margin:auto;max-width:80%;padding-top:50px}.about-content .about-card{background-color:#ffffff97;border-radius:3px;box-shadow:0 0 10px #0000001a;padding:30px}.about-content h2{font-size:42px!important;font-weight:700!important;line-height:1.2!important}.about-content h4{font-size:28px!important;font-weight:600!important;line-height:1.35!important}.about-content p{font-size:18px!important;font-weight:400!important}@media screen and (max-width:992px){.about-content h2{font-size:36px!important}.about-content h4{font-size:24px!important}.about-content p{font-size:16px!important}}@media screen and (max-width:750px){.about-content h2{font-size:30px!important}.about-content h4{font-size:22px!important}.about-content p{font-size:15px!important}}@media screen and (max-width:600px){.about-content h2{font-size:26px!important}.about-content h4{font-size:20px!important}.about-content p{font-size:14px!important}}.about-content .benefits h3{color:#171717;font-size:25px;font-weight:600}.about-content .benefits ul{list-style:none;padding:0}.about-content .benefits li{font-size:1.2rem;font-weight:600;margin:10px 0}.about-content .benefits{border-radius:10px;margin-left:auto;margin-top:20px;padding:20px}.about-content .benefits ul{display:inline-block;margin:0 auto}.about-section{background-image:url(/static/media/Rectangle%2020.51d9a1dd54f214d7d147.svg);background-repeat:no-repeat;padding-top:50px}.aboutSectionBG{height:135vh;margin-top:0;position:absolute;width:100%}.about-content{margin-top:100px!important}.about-section .about-content h2,.about-section .about-content h4,.about-section .about-content p{text-align:center}.about-section h2{color:#0e2f78;font-size:35px;font-weight:700;margin-bottom:25px}.about-section h4{color:#040404;font-size:40px;font-weight:700;margin-bottom:25px}.about-section p{color:#292929;font-size:20px;line-height:25px;margin-bottom:25px}.compliance-content{grid-gap:20px!important;align-items:center;display:flex;justify-content:space-between;margin:auto auto 80px;width:80%}.compliance-content .img-item{align-items:center;display:flex;justify-content:center}.compliance-content-item{display:flex;flex-direction:column;justify-content:space-between;width:49%}.compliance-content-item img{background:linear-gradient(-30deg,#090524 40%,#0f2e49 90%);border-radius:0 15% 0 15%;box-shadow:-8px -8px 20px rgba(16,238,0,.099),8px 8px 20px #0e783826;width:100%}.companyBrand-content-item.content-item,.content-item,.dynamicLink-content-item.content-item{border-radius:16px;box-shadow:-8px -8px 20px #0028ee26,8px 8px 20px #0e2f7826;overflow:hidden;position:relative;transform-origin:center left;transition:transform .3s ease,box-shadow .3s ease;width:80%!important}.compliance-content-item h6{color:#0e2f78;font-size:20px;font-weight:600}.compliance-content-item h4{color:#171717;font-size:40px;font-weight:700}.content-item p{font-size:17px!important;line-height:20px!important}.homeButton{background-color:#0e2f78;border-radius:5px;color:#fff;font-size:18px;padding:2px 0;width:145px}.companyBrand-content,.dynamicLink-content{display:flex;flex-direction:row-reverse;justify-content:space-between;margin:auto auto 80px;width:80%}.companyBrand-content-item,.dynamicLink-content-item{display:flex;flex-direction:column;justify-content:space-around;width:49%}.companyBrand-img-item,.dynamicLink-img-item{align-items:end}.companyBrand-img-item img,.dynamicLink-content-item img{width:95%}.companyBrand-content-item h6,.dynamicLink-content-item h6{color:#0e2f78;font-size:20px;font-weight:600}.companyBrand-content-item h4,.dynamicLink-content-item h4{color:#171717;font-size:40px;font-weight:700}.companyBrand-content-item p,.dynamicLink-content-item p{font-size:20px;line-height:27px}.dynamicLink-content-item a{align-items:center;color:#0e2f78;display:flex!important;font-size:18px;font-weight:500;transition:all .3s ease;width:auto!important}.dynamicLink-content-item a:hover{margin-left:10px}.checkList-content{display:flex;justify-content:space-between;margin:auto;width:80%}.checkList-content-item{display:flex;flex-direction:column;height:100%!important;width:49%}.checkList-content img{width:100%!important}.checkList-content-item h6{color:#0e2f78;font-size:20px;font-weight:600}.checkList-content-item h4{color:#171717;font-size:40px;font-weight:700}.checkList-content-item p{font-size:20px;line-height:30px!important}.cards-content{grid-gap:20px;align-items:center;display:flex;flex-wrap:wrap;justify-content:space-around;margin:40px auto 0;width:100%}.report-card{border-radius:10px;box-shadow:1px 1px 20px #767676f9;display:flex;flex:1 1;flex-direction:column;height:300px;margin-bottom:20px;max-width:250px;min-width:200px}.report-card .report-card-icon,.report-card p{align-items:center;display:flex;height:50%;justify-content:center;padding:20px}.report-card p{font-size:18px!important}.report-card .reportMUI-icon{font-size:70px}.home .pricing-section{padding-bottom:60px;padding-top:40px}.home .pricing-section h1,.home .pricing-section h2,.home .pricing-section h5{text-align:center}.home .pricing-headline{font-size:25px;margin:6px 0 10px}.home .pricing-subhead{color:#4a4a4a;font-size:20px;margin-left:auto;margin-right:auto;max-width:920px}.home .pricing-section h2,.home .pricing-section h5{margin-bottom:20px;text-align:center}.home .pricing-section h2{color:#0e2f78;font-size:40px;font-weight:700}.home .pricing-section h5{font-size:18px}.home .pricing-card-content{grid-gap:10px;align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin-top:60px}.home .pricing-card{border:1px solid #0000000f;position:relative;transition:transform .25s ease,box-shadow .25s ease}.home .pricing-card:hover{box-shadow:0 16px 40px #0000001f;transform:translateY(-6px)}.home .pricing-card.monthly{background-color:#edf3ff}.home .pricing-card.freePlan,.home .pricing-card.monthly{border-radius:20px;box-shadow:1px 1px 20px rgba(56,56,56,.304);height:400px;padding:10px;width:280px}.home .pricing-card.freePlan{background-color:#f7f9fe}.home .pricing-card.freePlan .card-top{height:320px}.home .pricing-card.freePlan h4{color:#343434;font-size:24px;font-weight:700;margin-bottom:10px}.home .pricing-card.annualy{background-color:#0939a0;border-radius:20px;box-shadow:1px 1px 20px rgba(56,56,56,.304);height:460px;padding:10px;width:320px}.home .pricing-card .card-top{border-bottom:1px dashed #9a9a9a;height:75%;margin-bottom:10px}.home .pricing-card .pricing-list{grid-gap:10px;display:flex;flex-direction:column;text-align:left}.home .pricing-card.annualy .pricing-list{color:#d3d3d3}.home .pricing-card.annualy .card-top{border-bottom:1px dashed #9a9a9a;height:66%;margin-bottom:10px}.home .pricing-card .card-bottom span{align-items:center;display:flex;font-size:12px}.home .pricing-card .card-bottom span h3{color:#0e2f78;font-weight:700}.home .pricing-card .card-bottom button{background-color:#fff5fa;border-radius:10px;color:#0e2f78;display:block;font-size:18px;font-weight:700;margin:auto;padding:10px 15px;width:100%}.home .pricing-card.annualy h4,.home .pricing-card.annualy span h3,.home .pricing-card.monthly h4{font-size:30px;font-weight:700;margin-bottom:10px;text-align:center}.home .pricing-card.annualy h4,.home .pricing-card.annualy span,.home .pricing-card.annualy span h3{color:#edf3ff}.home .early-bird-banner{background-color:#fbdc98ef;border:1px solid #fabb34ef;border-radius:8px;color:#d35400;font-size:16px;font-weight:700;margin-top:20px!important;padding:15px 20px 3px}.home .early-bird-badge{background-color:#ff6b00;border-radius:5px;color:#fff;font-size:14px;font-weight:700;left:10px;padding:5px 15px;position:absolute;top:10px}.home .contact-section{margin-bottom:50px;margin-top:50px;padding-top:40px}.home .contact-section h3{color:#0e2f78;font-size:35px;font-weight:700;margin-bottom:40px;text-align:center}.home .contact-section .contact-container{margin:0 auto;max-width:1200px;width:80%}.home .contact-section .contact-header{margin-bottom:18px;text-align:center}.home .contact-section .contact-badge{background:linear-gradient(90deg,#0b1f4a,#061230);border:1px solid #dbe8ff2e;border-radius:999px;color:#dbe8ff;display:inline-block;font-size:12px;font-weight:700;letter-spacing:.3px;padding:4px 10px}.home .contact-section .contact-header h2{color:#0e2f78;font-size:36px;font-weight:800;margin:8px 0}.home .contact-section .contact-description{color:#39445e;line-height:1.6;margin:0 auto;max-width:880px}.home .contact-section .contact-grid{grid-gap:24px;align-items:start;display:grid;gap:24px;grid-template-columns:.9fr 1.1fr}.home .contact-section .contact-panel{display:flex;flex-direction:column;gap:16px;position:-webkit-sticky;position:sticky;top:90px}.home .contact-section .panel-card{background:linear-gradient(135deg,#144b68f5,#04001ff0 70%);border-radius:16px;box-shadow:0 10px 32px #00000040;padding:22px 24px;transition:transform .25s ease,box-shadow .25s ease}.home .contact-section .panel-card:hover{box-shadow:0 22px 56px #00000059;transform:translateY(-6px) scale(1.01)}.home .contact-section .panel-card h4{color:#eaf1ff;font-size:20px;font-weight:700;margin:0 0 12px}.home .contact-section .pill-list{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr;list-style:none;margin:0;padding:0}.home .contact-section .pill-item{align-items:center;background:#ffffff0f;border:1px dashed #dbe8ff3d;border-radius:999px;color:#dbe8ff;display:flex;gap:8px;padding:8px 12px}.home .contact-section .pill-icon{color:#cfe0ff;font-size:18px}.home .contact-section .method-row{align-items:center;display:flex;gap:12px;padding:8px 0}.home .contact-section .method-icon{align-items:center;color:#cfe0ff;display:flex}.home .contact-section .method-text{display:flex;flex-direction:column}.home .contact-section .method-label{color:#c9d7ff;font-size:12px}.home .contact-section .method-value{color:#f3f7ff;font-size:14px}.home .contact-section .form-card{background:linear-gradient(180deg,#fff,#f9fbff);border:1px solid #0e2f781a;border-radius:18px;box-shadow:0 18px 48px #0e2f781f;overflow:hidden;padding:20px 22px 24px;position:relative;transition:transform .25s ease,box-shadow .25s ease}.home .contact-section .form-card:before{background:linear-gradient(90deg,#0e2f78,#3a5faf 50%,#eeba00);content:"";height:4px;left:0;position:absolute;right:0;top:0}.home .contact-section .form-card:hover{box-shadow:0 24px 64px #0e2f7838;transform:translateY(-4px)}.home .contact-section .form-card-header h3{color:#0e2f78;font-size:22px;margin:0 0 6px}.home .contact-section .form-card-header p{color:#4a4a4a;font-size:14px;margin:0 0 8px}.home .contact-section .contact-form{display:flex;flex-direction:column;gap:16px}.home .contact-section .form-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr 1fr}.home .contact-section .form-group{display:flex;flex-direction:column;gap:6px}.home .contact-section .form-group.full-width{grid-column:1/-1}.home .contact-section .form-group label{color:#333;font-size:13px}.home .contact-section .form-group input,.home .contact-section .form-group textarea{background:#fff;border:1px solid #0e2f7824;border-radius:10px;color:#1a1a1a;font-size:14px;outline:none;padding:12px;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.home .contact-section .form-group input:hover,.home .contact-section .form-group textarea:hover{border-color:#0e2f7847}.home .contact-section .form-group input:focus,.home .contact-section .form-group textarea:focus{background-color:#fff;border-color:#0e2f78;box-shadow:0 0 0 3px #0e2f781f}.home .contact-section .form-group input::placeholder,.home .contact-section .form-group textarea::placeholder{color:#7a879c}.home .contact-section .consent,.home .contact-section .form-row{align-items:flex-start;display:flex}.home .contact-section .consent{color:#3b3b3b;font-size:12px;gap:8px}.home .contact-section .consent input{margin-top:3px}.home .contact-section .submit-button{align-self:start;background:linear-gradient(135deg,#0e2f78,#3a5faf);border-radius:10px;box-shadow:0 12px 28px #0e2f7847;color:#fff;font-weight:700;overflow:hidden;padding:12px 20px;position:relative;transition:transform .15s ease,box-shadow .2s ease}.home .contact-section .submit-button:after{background:linear-gradient(110deg,#fff0,#ffffff59 45%,#fff0 90%);content:"";height:100%;left:-120%;position:absolute;top:0;transform:skewX(-22deg);transition:left .45s ease;width:80%}.home .contact-section .submit-button:hover:after{left:140%}.home .contact-section .submit-button:hover{box-shadow:0 16px 36px #0e2f7859}.home .contact-section .submit-button:active{box-shadow:0 8px 18px #0e2f7840}.home .contact-section .submit-button[aria-disabled=true]{cursor:progress;opacity:.8}.home .contact-section .loading-spinner{align-items:center;display:inline-flex;gap:8px}.home .contact-section .submit-button:hover{background-color:#0c2761;box-shadow:0 8px 22px #0e2f7840;transform:translateY(-1px)}.home .contact-section .submit-button:active{box-shadow:0 4px 12px #0e2f7833;transform:translateY(0)}.home .contact-section .submit-button:focus-visible{outline:3px solid #0e2f7859;outline-offset:2px}@media (prefers-reduced-motion:reduce){.home .contact-section .contact-details,.home .contact-section .info-card,.home .contact-section .submit-button{transition:none!important}}.home .contact-section .visually-hidden{clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute!important;white-space:nowrap;width:1px}@media (max-width:992px){.home .contact-section .contact-container{width:90%}.home .contact-section .contact-grid{grid-template-columns:1fr}.home .contact-section .contact-panel{position:static}}@media (max-width:750px){.home .contact-section .form-grid{grid-template-columns:1fr}}.home .contact-section .contact-card{background-color:#fff;border-radius:10px;box-shadow:1px 1px 10px hsla(0,0%,43%,.116);display:flex;flex-direction:column;gap:32px;margin:auto;padding:5px;width:80%}.home .contact-section .card-left-content{background-color:#0e2f78;border-radius:7px;color:#fff;flex:0.25 1;padding:40px}.home .contact-section .card-left-content h4{margin-bottom:20px}.home .contact-section .card-left-content p{color:#d3d3d3;font-size:14px;margin-bottom:20px}.home .contact-section .card-left-content .list-contact{align-items:flex-start;display:flex;gap:16px;margin-bottom:24px}.home .contact-section .card-left-content .list-contact li{display:flex}.home .contact-section .card-left-content .list-contact .contact-icon{margin-right:8px}.home .contact-section .card-right-content{display:flex;flex:0.6 1;flex-direction:column;gap:20px}.home .contact-section .card-right-content form{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-around;padding:20px 0}.home .contact-section .card-right-content .input-content{border-bottom:1px solid #d3d3d3;display:flex;flex-direction:column;height:65px;width:45%}.home .contact-section .card-right-content .input-message{display:flex;flex-direction:column;gap:24px;position:relative;z-index:1}.home .contact-section .card-right-content .input-content input{margin-top:-10px;outline:none;padding:5px 0}.home .contact-section .card-right-content .input-message input{border-color:#0e2f78;box-shadow:0 0 0 3px #0e2f781a;display:flex;flex-direction:column;height:85px;outline:none;width:100%}.home .contact-section .card-right-content form .submit-button{background-color:#0e2f78;border-radius:5px;color:#fff;padding:5px 25px}@media screen and (max-width:992px){.about-section .about-content h2{font-size:30px}.about-section .about-content h4{font-size:25px}.about-section .about-content p{color:#292929;font-size:14px;line-height:23px;margin-bottom:25px}.compliance-content{display:flex;justify-content:space-between;margin:auto auto 80px;width:90%}.content-item{display:flex;flex-direction:column;justify-content:center;width:49%}.content-item img{width:90%}.content-item h6{color:#0e2f78;font-size:18px;font-weight:600;margin-bottom:10px}.content-item h4{color:#171717;font-size:30px;font-weight:700;margin-bottom:10px}.content-item p{font-size:14px;line-height:24px;margin-bottom:10px}.homeButton{background-color:#0e2f78;border-radius:5px;color:#fff;font-size:13px;padding:2px 0;width:120px}.home .contact-section{margin-bottom:50px;margin-top:50px}.home .contact-section h3{color:#0e2f78;font-size:30px;font-weight:700;margin-bottom:30px;text-align:center}.home .contact-section .contact-card{background-color:#fff;border-radius:10px;box-shadow:1px 1px 10px hsla(0,0%,43%,.116);display:flex;flex-wrap:wrap;justify-content:space-between;margin:auto;padding:5px;width:80%}.home .contact-section .card-left-content{background-color:#0e2f78;border-radius:7px;color:#fff;flex:0.25 1;padding:40px}.home .contact-section .card-left-content h4{margin-bottom:20px}.home .contact-section .card-left-content p{color:#d3d3d3;font-size:14px;margin-bottom:20px}.home .contact-section .card-right-content p{color:#0a0a0a;font-size:14px;margin-bottom:20px}.home .contact-section .card-left-content .list-contact{align-items:start;display:flex;flex-direction:column}.home .contact-section .card-left-content .list-contact li{display:flex}.home .contact-section .card-left-content .list-contact .contact-icon{margin-right:8px}.home .contact-section .card-right-content{display:flex;flex:0.7 1;justify-content:space-between}.home .contact-section .card-right-content form{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-around;padding:20px 0}.home .contact-section .card-right-content .input-content{border-bottom:1px solid #d3d3d3;display:flex;flex-direction:column;height:65px;margin-bottom:20px;width:45%}.home .contact-section .card-right-content .input-message{border-bottom:1px solid #d3d3d3;display:flex;flex-direction:column;height:85px;margin-bottom:20px;width:96%}.home .contact-section .card-right-content .input-content input{height:50px;margin-top:-10px;outline:none;padding:5px 0}.home .contact-section .card-right-content .input-message input{display:flex;flex-direction:column;height:85px;outline:none;width:100%}}@media screen and (max-width:850px){.about-section .about-content h2{font-size:35px}.about-section .about-content h4{font-size:30px}.about-section .about-content p{color:#292929;font-size:16px;line-height:25px;margin-bottom:25px}.compliance-content{display:flex;justify-content:space-between;margin:auto auto 80px;width:90%}.content-item{display:flex;flex-direction:column;justify-content:center;width:49%}.content-item img{width:90%}.content-item h6{color:#0e2f78;font-size:16px;font-weight:600;margin-bottom:10px}.content-item h4{color:#171717;font-size:25px;font-weight:700;margin-bottom:10px}.content-item p{font-size:12px;line-height:24px;margin-bottom:10px}.homeButton{background-color:#0e2f78;border-radius:5px;color:#fff;font-size:13px;padding:2px 0;width:120px}}@media (max-width:750px){.about-section .about-content h2{font-size:30px}.about-section .about-content h4{font-size:25px}.about-section .about-content p{font-size:15px}.about-section .about-content h2{font-size:35px}.about-section .about-content h4{font-size:30px}.about-section .about-content p{color:#292929;font-size:16px;line-height:25px;margin-bottom:25px}.checkList-content,.companyBrand-content,.compliance-content,.dynamicLink-content{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:0!important;margin:0 auto;padding:30px 0!important;width:100%!important}.companyBrand-content{margin-top:-80px}.content-item{display:flex;flex-direction:column;justify-content:space-between;width:95%}.img-item{height:250px;margin-bottom:10px;overflow:hidden;width:100%}.content-item img{height:100%!important;object-fit:cover}.content-item h6{color:#0e2f78;font-size:14px;font-weight:600;margin-bottom:10px}.content-item h4{color:#171717;font-size:20px;font-weight:700;margin-bottom:10px}.content-item p{font-size:11px;line-height:24px;margin-bottom:10px}.homeButton{background-color:#0e2f78;border-radius:5px;color:#fff;font-size:13px;padding:2px 0;width:120px}.home .contact-section{margin-bottom:50px;margin-top:50px}.home .contact-section h3{color:#0e2f78;font-size:30px;font-weight:700;margin-bottom:30px;text-align:center}.home .contact-section .contact-card{background-color:#fff;border-radius:10px;box-shadow:1px 1px 10px hsla(0,0%,43%,.116);display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between;margin:auto;padding:5px;width:80%}.home .contact-section .card-left-content{background-color:#0e2f78;border-radius:7px;color:#fff;flex:0.25 1;padding:10px}.home .contact-section .card-left-content h4{margin-bottom:18px}.home .contact-section .card-left-content p{color:#d3d3d3;font-size:12px;margin-bottom:10px}.home .contact-section .card-right-content p{color:#0a0a0a;font-size:12px;margin-bottom:10px}.home .contact-section .card-left-content .list-contact{align-items:flex-start;display:flex;flex-direction:column}.home .contact-section .card-left-content .list-contact li{display:flex}.home .contact-section .card-left-content .list-contact .contact-icon{margin-right:8px}.home .contact-section .card-right-content{display:flex;flex:0.7 1;justify-content:space-between}.home .contact-section .card-right-content form{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-around;padding:20px 0}.home .contact-section .card-right-content .input-content{border-bottom:1px solid #d3d3d3;display:flex;flex-direction:column;height:65px;width:45%}.home .contact-section .card-right-content .input-message{border-bottom:1px solid #d3d3d3;display:flex;flex-direction:column;height:85px;width:96%}.home .contact-section .card-right-content .input-content input{height:50px;margin-top:-10px;outline:none;padding:5px 0}.home .contact-section .card-right-content .input-message input{display:flex;flex-direction:column;height:85px;outline:none;width:100%}}@media (max-width:600px){.pricing-section{padding:60px 0}.pricing-header h2{font-size:32px}.pricing-subtitle{font-size:16px}.pricing-description{font-size:14px}.pricing-grid{gap:20px}.pricing-card{padding:20px}.plan-title{font-size:22px}.price-amount{font-size:36px}.home .contact-section .contact-card{background-color:#fff;border-radius:10px;box-shadow:1px 1px 10px hsla(0,0%,43%,.116);display:flex;flex-direction:column;gap:12px;justify-content:space-between;margin:auto;padding:5px;text-align:center;width:80%}.home .contact-section{padding:60px 0}.home .contact-section .card-left-content p{color:#d3d3d3;font-size:12px;margin-bottom:10px}.home .contact-section .card-right-content p{color:#0a0a0a;font-size:12px;margin-bottom:10px}.home .contact-section .card-left-content .list-contact{align-items:flex-start;display:flex;flex-direction:column}.home .contact-section .card-left-content .list-contact li{display:flex}.home .contact-section .card-left-content .list-contact .contact-icon{margin-right:8px}.home .contact-section .card-right-content{display:flex;flex:0.7 1;justify-content:space-between}.home .contact-section .card-right-content form{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-around;padding:20px 0}.home .contact-section .card-right-content .input-content{border-bottom:1px solid #d3d3d3;display:flex;flex-direction:column;height:65px;width:80%}.home .contact-section .card-right-content .input-message{border-bottom:1px solid #d3d3d3;display:flex;flex-direction:column;height:85px;width:80%}.home .contact-section .card-right-content .input-content input{height:50px;margin-top:-10px;outline:none;padding:5px 0}.home .contact-section .card-right-content .input-message input{display:flex;flex-direction:column;height:85px;outline:none;width:100%}}.section-spacer{height:40px}.about-section{overflow-x:hidden;overflow-y:visible!important;position:relative;z-index:0}.about-section:before{content:none!important}.about-content{box-sizing:border-box;color:#dde2fd;margin-bottom:100px;margin-left:auto!important;margin-right:auto!important;margin-top:100px;position:relative;text-align:center;width:100%!important;z-index:-1}.about-content:before{background:linear-gradient(135deg,#144b68,#04001ffa 60%);box-shadow:0 20px 60px #00000014;content:"";height:900px;left:50%!important;position:absolute;top:-100px;transform:translateX(-50%) rotate(-12deg);width:180vw!important;z-index:-1}.checkList-content .content-item,.companyBrand-content .content-item,.compliance-content .content-item,.dynamicLink-content .content-item{background:linear-gradient(130deg,#adb8fe 30%,#adebfeb8 70%);box-shadow:0 6px 24px #0e2f7814;padding:28px 32px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.checkList-content .content-item:nth-child(2n),.companyBrand-content .content-item:nth-child(2n),.compliance-content .content-item:nth-child(2n),.dynamicLink-content .content-item:nth-child(2n){border-radius:80px 0 80px 0!important}.companyBrand-content .content-item:nth-child(2n),.dynamicLink-content .content-item:nth-child(2n){border-radius:0 80px 0 80px!important}.checkList-content .content-item:hover,.companyBrand-content .content-item:hover,.compliance-content .content-item:hover,.dynamicLink-content .content-item:hover{border-color:#0e2f7829;box-shadow:0 18px 48px rgba(14,48,120,.478);transform:translateY(-10px) scale(1.02)}.checkList-content,.companyBrand-content,.compliance-content,.dynamicLink-content{background:#0000;border:none;border-radius:0;box-shadow:none;padding:0}@media (max-width:750px){.dynamicLink-content .img-item{height:auto;margin-bottom:16px}.dynamicLink-content .img-item img{height:auto!important;object-fit:contain!important;transform:none!important;width:100%!important}.checkList-content .img-item,.companyBrand-content .img-item,.compliance-content .img-item{height:auto}.checkList-content .img-item img,.companyBrand-content .img-item img,.compliance-content .img-item img{height:auto!important;object-fit:contain;width:100%!important}}.section-divider{background:linear-gradient(90deg,#0e2f7800,#0e2f7838 15%,#0e2f7838 85%,#0e2f7800);height:1px;margin:42px auto;max-width:1200px;opacity:.6;width:92%}@media (max-width:750px){.section-divider{margin:28px auto}}.report-content{margin-top:0!important}.about-section .report-content .report-card{-webkit-backdrop-filter:saturate(1.1);backdrop-filter:saturate(1.1);background:#ffffff0f!important;border:1px solid #ffffff24!important;box-shadow:0 10px 30px #00000047!important}.about-section .report-content .report-card p{color:#bdc2b8!important;letter-spacing:.7px!important}.about-section .report-content .report-card .report-card-icon{background:linear-gradient(180deg,#ffffff0f,#ffffff05);border-bottom:1px solid #ffffff14;border-top-left-radius:10px;border-top-right-radius:10px}.about-section .report-content h2,.about-section .report-content h4{color:#f3f7ff!important}@media (hover:hover){.about-section .report-content .report-card:hover{border-color:#ffffff3d!important;box-shadow:0 16px 40px #00000059!important;transform:translateY(-4px)}}.about-content h2,.about-content h3,.about-content h4,.about-content li,.about-content p,.about-content strong{color:#eaf1ff!important}.about-content a{color:#cfe0ff!important;-webkit-text-decoration-color:#cfe0ff80;text-decoration-color:#cfe0ff80}.about-content a:hover{color:#fff!important;text-decoration:underline}.about-content h2{color:#dbe8ff!important}.about-content h3,.about-content h4{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#cfe0ff,#9fc0ff 50%,#cfe0ff);-webkit-background-clip:text;background-clip:text;color:#0000}.about-content h2{text-shadow:0 1px 0 #00000014}.about-content p{font-size:16px!important;line-height:1.7!important}@media screen and (max-width:992px){.about-content p{font-size:15px!important}}@media screen and (max-width:750px){.about-content p{font-size:14px!important}}@media screen and (max-width:600px){.about-content p{font-size:13.5px!important}}.footer{background-color:#060717;color:#a0b5f7}.footer-content{margin:auto;padding-bottom:36px;padding-top:32px;width:80%}.footer-cta{align-items:center;border-bottom:1px solid #ffffff14;display:flex;gap:24px;justify-content:space-between;margin-bottom:28px;padding:18px 0 22px}.footer-cta-left{grid-gap:8px;display:grid;gap:8px}.footer-cta-brand{align-items:center;display:inline-flex;gap:14px}.footer-logo img{background-color:#ecf0f3;border-radius:6px;height:56px;width:56px}.footer-cta-brand h3{font-size:22px;margin:0}.footer-cta-left p{color:#bdbdbd;font-size:14px;line-height:1.6;margin:0}.footer-cta-actions{display:inline-flex;gap:12px}.footer-btn{align-items:center;border-radius:8px;display:inline-flex;font-size:14px;justify-content:center;padding:10px 14px;text-decoration:none;transition:all .16s ease-in-out}.footer-btn-primary{background:#2563eb;color:#fff}.footer-btn-primary:hover{background:#1d4ed8}.footer-btn-ghost{background:#0000;border:1px solid #ffffff2e;color:#e5e7eb}.footer-btn-ghost:hover{background:#ffffff0f}.footer-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(4,minmax(0,1fr))}.footer-column{min-width:180px}.footer-heading{color:#fff;font-size:15px;margin:0 0 10px}.footer-list{list-style:none;margin:0;padding:0}.footer-link{align-items:center;color:#c8c8c8;display:inline-flex;font-size:14px;gap:10px;text-decoration:none}.footer-list li{margin:6px 0}.footer-link:hover{color:#fff}.footer-icon{margin-right:0}.footer-meta{align-items:center;background-color:#060f24;border-top:1px solid #ffffff14;display:flex;gap:12px;justify-content:space-between;margin-top:32px;padding:20px 10%}.footer-meta p{color:#bdbdbd;font-size:13px;margin:0}.footer-meta-links{display:flex;gap:16px}@media (max-width:900px){.footer-content{width:92%}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.footer-cta{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr}.footer-meta{align-items:flex-start;flex-direction:column}}.popup-overlay{align-items:center;background-color:#000000b3;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.popup-content{background-color:#fff;border-radius:2px;max-height:80vh;max-width:800px;overflow-y:auto;padding:20px;position:relative}.policy-text{font-size:14px;line-height:1.6}.policy-text h3{background-color:#ececec;font-size:25px;list-style:circle;padding:0 10px}.policy-text h3:before{color:#333;content:"\2022";margin-right:5px}.definitions-table{border-collapse:collapse;margin:20px 0;width:100%}.definitions-table td,.definitions-table th{border:1px solid #ddd;padding:8px;text-align:left}.definitions-table th{background-color:#f2f2f2}.agree-button{background-color:#10365e;border:none;border-radius:2px;color:#f0f0f0;cursor:pointer;font-weight:600;margin-top:20px;padding:5px 15px}.agree-button:hover{background-color:#0056b3}.close-button{background:none;border:none;color:#333;cursor:pointer;font-size:24px;position:absolute;right:10px;top:10px}.close-button:hover{color:#000}.termsOfUse h3{font-size:23px}*{box-sizing:border-box}.modern-header{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid #0000000d;height:72px;left:0;position:fixed;right:0;top:0;transition:all .3s cubic-bezier(.4,0,.2,1);width:80%;z-index:1000}.modern-header.scrolled{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(30px);border-bottom-color:#0000001a;box-shadow:0 4px 20px #00000014}.header-container{align-items:center;display:flex;gap:32px;height:100%;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 24px;width:50%!important}.logo-section{flex-shrink:0}.logo-link{align-items:center;display:flex;text-decoration:none;transition:transform .2s ease}.logo-link:hover{transform:scale(1.02)}.logo-wrapper{align-items:center;display:flex;gap:12px}.logo-image{filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));height:40px;object-fit:contain;width:40px}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0e2f78,#6366f1);background-clip:text;-webkit-background-clip:text;color:#1a1a1a;font-size:24px;font-weight:700;letter-spacing:-.5px}.desktop-nav{display:flex;flex:1 1;justify-content:center}.nav-list{align-items:center;display:flex;gap:8px;list-style:none;margin:0;padding:0}.nav-item,.nav-link{position:relative}.nav-link{align-items:center;border-radius:12px;color:#4a5568;display:flex;font-size:15px;font-weight:500;overflow:hidden;padding:12px 20px;text-decoration:none;transition:all .2s ease}.nav-link:before{background:linear-gradient(135deg,#6366f11a,#0e2f781a);border-radius:12px;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .2s ease}.nav-link:hover:before{opacity:1}.nav-link:hover{color:#0e2f78;transform:translateY(-1px)}.user-actions{flex-shrink:0;gap:16px}.auth-buttons,.user-actions{align-items:center;display:flex}.auth-buttons{gap:12px}.btn{align-items:center;border:none;border-radius:10px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;justify-content:center;overflow:hidden;padding:10px 20px;position:relative;text-decoration:none;transition:all .2s ease}.btn-primary{background:linear-gradient(135deg,#0e2f78,#6366f1);box-shadow:0 4px 12px #0e2f784d}.btn-primary:hover{box-shadow:0 8px 20px #0e2f7866;transform:translateY(-2px)}.btn-secondary{background:#fffc;border:1px solid #0000001a;color:#4a5568}.btn-secondary:hover{background:#fff;box-shadow:0 4px 12px #0000001a;color:#0e2f78;transform:translateY(-1px)}.user-menu-container{position:relative}.user-profile-button{align-items:center;background:#fffc;border:1px solid #0000001a;border-radius:12px;cursor:pointer;display:flex;gap:12px;min-width:200px;padding:8px 16px;transition:all .2s ease}.user-profile-button:hover{background:#fff;box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}.user-avatar{align-items:center;background:linear-gradient(135deg,#0e2f78,#6366f1);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:14px;font-weight:700;height:36px;justify-content:center;width:36px}.user-info{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;min-width:0}.user-name{color:#1a1a1a;font-size:14px;font-weight:600;line-height:1.2;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-role{color:#6b7280;font-size:12px;line-height:1.2}.dropdown-arrow{color:#6b7280;flex-shrink:0;transition:transform .2s ease}.dropdown-arrow.open{transform:rotate(180deg)}.user-dropdown{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #0000001a;border-radius:16px;box-shadow:0 20px 40px #00000026;opacity:0;position:absolute;right:0;top:calc(100% + 8px);transform:translateY(-10px);transition:all .3s cubic-bezier(.4,0,.2,1);visibility:hidden;width:280px;z-index:1001}.user-dropdown.open{opacity:1;transform:translateY(0);visibility:visible}.dropdown-header{align-items:center;border-bottom:1px solid #0000000d;display:flex;gap:12px;padding:20px}.dropdown-avatar{align-items:center;background:linear-gradient(135deg,#0e2f78,#6366f1);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:18px;font-weight:700;height:48px;justify-content:center;width:48px}.dropdown-user-info{flex:1 1;min-width:0}.dropdown-name{color:#1a1a1a;font-size:16px;font-weight:600}.dropdown-email,.dropdown-name{line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-email{color:#6b7280;font-size:14px}.dropdown-content{padding:8px}.dropdown-item{align-items:center;border-radius:10px;color:#4a5568;display:flex;font-size:14px;font-weight:500;gap:12px;padding:12px 16px;text-decoration:none;transition:all .2s ease}.dropdown-item:hover{background:#6366f11a;color:#0e2f78}.dropdown-footer{border-top:1px solid #0000000d;padding:16px 20px}.logout-button{align-items:center;background:#ef44441a;border:1px solid #ef444433;border-radius:10px;color:#dc2626;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;padding:12px 16px;transition:all .2s ease;width:100%}.logout-button:hover{background:#ef444433;transform:translateY(-1px)}.logout-button:disabled{cursor:not-allowed;opacity:.6}.mobile-menu-toggle{align-items:center;background:#fffc;border:1px solid #0000001a;border-radius:10px;cursor:pointer;display:none;flex-direction:column;height:40px;justify-content:center;padding:8px;transition:all .2s ease;width:40px}.mobile-menu-toggle:hover{background:#fff;box-shadow:0 4px 12px #0000001a}.hamburger-line{background:#4a5568;border-radius:2px;height:2px;margin:2px 0;transition:all .3s ease;width:20px}.mobile-menu-toggle.active .hamburger-line:first-child{transform:rotate(45deg) translate(6px,6px)}.mobile-menu-toggle.active .hamburger-line:nth-child(2){opacity:0}.mobile-menu-toggle.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-menu-container{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#fffffff2;border-bottom:1px solid #0000001a;left:0;opacity:0;position:fixed;right:0;top:72px;transform:translateY(-100%);transition:all .3s cubic-bezier(.4,0,.2,1);visibility:hidden;z-index:999}.mobile-menu-container.open{opacity:1;transform:translateY(0);visibility:visible}.mobile-menu{margin:0 auto;max-width:1200px;padding:24px}.mobile-nav{margin-bottom:32px}.mobile-nav-list{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.mobile-nav-item{width:100%}.mobile-nav-link{border-radius:12px;color:#4a5568;display:block;font-size:16px;font-weight:500;padding:16px 20px;text-decoration:none;transition:all .2s ease}.mobile-nav-link:hover{background:#6366f11a;color:#0e2f78}.mobile-auth-buttons{display:flex;flex-direction:column;gap:12px}.mobile-btn{align-items:center;border-radius:12px;display:flex;font-size:16px;font-weight:600;justify-content:center;padding:14px 20px;text-decoration:none;transition:all .2s ease}.mobile-btn-primary{background:linear-gradient(135deg,#0e2f78,#6366f1);box-shadow:0 4px 12px #0e2f784d;color:#fff}.mobile-btn-primary:hover{box-shadow:0 8px 20px #0e2f7866;transform:translateY(-2px)}.mobile-btn-secondary{background:#fffc;border:1px solid #0000001a;color:#4a5568}.mobile-btn-secondary:hover{background:#fff;color:#0e2f78}.mobile-user-section{border-top:1px solid #0000000d;padding-top:24px}.mobile-user-info{align-items:center;background:#6366f10d;border-radius:12px;display:flex;gap:16px;margin-bottom:24px;padding:16px}.mobile-user-avatar{align-items:center;background:linear-gradient(135deg,#0e2f78,#6366f1);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:18px;font-weight:700;height:48px;justify-content:center;width:48px}.mobile-user-details{flex:1 1;min-width:0}.mobile-user-name{color:#1a1a1a;font-size:16px;font-weight:600}.mobile-user-email,.mobile-user-name{line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-user-email{color:#6b7280;font-size:14px}.mobile-user-actions{display:flex;flex-direction:column;gap:8px}.mobile-action-link{border-radius:10px;color:#4a5568;display:block;font-size:15px;font-weight:500;padding:12px 16px;text-decoration:none;transition:all .2s ease}.mobile-action-link:hover{background:#6366f11a;color:#0e2f78}.mobile-logout-button{align-items:center;background:#ef44441a;border:1px solid #ef444433;border-radius:10px;color:#dc2626;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:8px;justify-content:center;margin-top:8px;padding:12px 16px;transition:all .2s ease;width:100%}.mobile-logout-button:hover{background:#ef444433}.mobile-logout-button:disabled{cursor:not-allowed;opacity:.6}@media (max-width:1024px){.header-container{gap:24px;padding:0 20px}.logo-text{font-size:20px}.nav-link{font-size:14px;padding:10px 16px}}@media (max-width:768px){.modern-header{height:64px}.header-container{gap:16px;padding:0 16px}.logo-image{height:32px;width:32px}.logo-text{font-size:18px}.auth-buttons,.desktop-nav,.user-profile-button{display:none}.mobile-menu-toggle{display:flex}.mobile-menu-container{top:64px}}@media (max-width:480px){.header-container{padding:0 12px}.logo-text{display:none}.mobile-menu{padding:20px 16px}}.btn:focus,.dropdown-item:focus,.logout-button:focus,.mobile-action-link:focus,.mobile-btn:focus,.mobile-logout-button:focus,.mobile-nav-link:focus,.nav-link:focus,.user-profile-button:focus{outline:2px solid #6366f180;outline-offset:2px}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.user-dropdown.open{animation:slideIn .3s cubic-bezier(.4,0,.2,1)}.accordion-header-custom{border:none!important}.accordion-header-custom,.accordion-header-custom:focus{box-shadow:none!important;outline:none!important}.accordion-header-custom:focus-visible{box-shadow:none!important;outline:none!important}.accordion-button:not(.collapsed) .dropdown-arrow-icon,.accordion-header button:not(.collapsed)~* .dropdown-arrow-icon,.accordion-header button[aria-expanded=true]~* .dropdown-arrow-icon,.accordion-item .accordion-collapse.show~.accordion-header .dropdown-arrow-icon{transform:rotate(180deg)!important}.accordion-header button:not(.collapsed)+* .dropdown-arrow-icon,.accordion-header:has(button:not(.collapsed)) .dropdown-arrow-icon{transform:rotate(180deg)!important}.accordion-button,.accordion-button:focus{box-shadow:none!important}.accordion-button:focus{border-color:#ffffff26!important}.accordion-button:not(.collapsed){box-shadow:none!important}.dropdown-arrow-icon{display:inline-block;transition:transform .3s ease}.accordion-header button{background-color:initial!important;border:none!important;box-shadow:none!important;padding:0!important}.accordion-header button:focus{box-shadow:none!important;outline:none!important}.accordion-button:after{flex-shrink:0!important}.accordion-button:after,.accordion-button:not(.collapsed):after{background-image:none!important;content:""!important;display:none!important;height:0!important;margin:0!important;width:0!important}.publicSideBar .accordion-button{background-color:initial!important;padding:0!important}.publicSideBar .accordion-button:focus{border-color:#0000!important;box-shadow:none!important}.navList::-webkit-scrollbar{width:6px}.navList::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}.navList::-webkit-scrollbar-thumb{background:#fff3;border-radius:10px;-webkit-transition:background .2s ease;transition:background .2s ease}.navList::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.navList{-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.accordion-flush .accordion-item{border:none}.accordion-flush .accordion-button{border-radius:0}button:focus-visible{border-radius:12px;outline:2px solid #5e9e7a99;outline-offset:2px}.language-card-container{position:relative}.language-card-container:before{background:linear-gradient(135deg,#5e9e7a1a,#ffffff0d);border-radius:14px;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease}.language-card-container:hover:before{opacity:1}.language-icon-container{position:relative}.language-icon-container:after{background:#5e9e7a1a;border-radius:8px;content:"";inset:-2px;opacity:0;pointer-events:none;position:absolute;transition:opacity .25s ease}.language-card-container:hover .language-icon-container:after{opacity:1}.version-checkbox{position:relative}.version-checkbox:before{background:#5e9e7a1a;border-radius:6px;content:"";inset:-3px;opacity:0;pointer-events:none;position:absolute;transition:opacity .2s ease}.auth-button,.mobile-menu,.mobile-toggle,.nav-item,.nav-link,.navbar,.navbar-brand,.navbar-nav,.user-actions,.user-avatar,.user-dropdown{display:none}.custom-card{box-shadow:10px 10px 15px #062d6033!important;margin:2px}.custom-card .bg1{background-color:#e5f0ff!important}.custom-card .bg2,.custom-card .bg3,.custom-card .bg4{background-color:rgba(255,0,0,.172)!important}.linearChar{transition:all .3s ease}@media (max-width:576px){.custom-card{margin-right:0}}@media (min-width:576px){.custom-card{width:49%!important}}@media (min-width:768px){.custom-card{width:49%!important}}@media (min-width:992px){.custom-card{width:49%!important}}@media (min-width:1200px){.custom-card{width:49%!important}}@media (max-width:575.98px){.custom-col{margin-bottom:10px;width:100%}}@media (min-width:576px){.custom-col{margin-bottom:10px;width:100%}}@media (min-width:768px){.custom-col-md-4,.custom-col-md-8{margin-bottom:10px;width:100%}}@media (min-width:992px){.custom-col-md-4,.custom-col-md-8{margin-bottom:10px;width:100%}}@media (min-width:1200px){.custom-col-md-8{margin-bottom:10px;width:66.67%}.custom-col-md-4{margin-bottom:10px;width:33.33%}}.carousel .control-arrow,.carousel.carousel-slider .control-arrow{background:none;border:0;cursor:pointer;filter:alpha(opacity=40);font-size:32px;opacity:.4;position:absolute;top:20px;transition:all .25s ease-in;z-index:2}.carousel .control-arrow:focus,.carousel .control-arrow:hover{filter:alpha(opacity=100);opacity:1}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{border-bottom:8px solid #0000;border-top:8px solid #0000;content:"";display:inline-block;margin:0 5px}.carousel .control-disabled.control-arrow{cursor:inherit;display:none;filter:alpha(opacity=0);opacity:0}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{box-sizing:border-box}.carousel img{display:inline-block;pointer-events:none;width:100%}.carousel .carousel{position:relative}.carousel .control-arrow{background:none;border:0;font-size:18px;margin-top:-13px;outline:0;top:50%}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{list-style:none;position:relative;transform:translateZ(0);transition:all .15s ease-in;white-space:nowrap}.carousel .thumb{border:3px solid #fff;display:inline-block;margin-right:6px;overflow:hidden;padding:2px;transition:border .15s ease-in;white-space:nowrap}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{margin:0;overflow:hidden;position:relative}.carousel.carousel-slider .control-arrow{bottom:0;color:#fff;font-size:26px;margin-top:0;padding:5px;top:0}.carousel.carousel-slider .control-arrow:hover{background:#0003}.carousel .slider-wrapper{margin:auto;overflow:hidden;transition:height .15s ease-in;width:100%}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{flex-direction:column}.carousel .slider{list-style:none;margin:0;padding:0;position:relative;width:100%}.carousel .slider.animated{transition:all .35s ease-in-out}.carousel .slide{margin:0;min-width:100%;position:relative;text-align:center}.carousel .slide img{border:0;vertical-align:top;width:100%}.carousel .slide iframe{border:0;display:inline-block;margin:0 40px 40px;width:calc(100% - 80px)}.carousel .slide .legend{background:#000;border-radius:10px;bottom:40px;color:#fff;font-size:12px;left:50%;margin-left:-45%;opacity:.25;padding:10px;position:absolute;text-align:center;transition:all .5s ease-in-out;transition:opacity .35s ease-in-out;width:90%}.carousel .control-dots{bottom:0;margin:10px 0;padding:0;position:absolute;text-align:center;width:100%;z-index:1}@media (min-width:960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{background:#fff;border-radius:50%;box-shadow:1px 1px 2px #000000e6;cursor:pointer;display:inline-block;filter:alpha(opacity=30);height:8px;margin:0 8px;opacity:.3;transition:opacity .25s ease-in;width:8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{filter:alpha(opacity=100);opacity:1}.carousel .carousel-status{color:#fff;font-size:10px;padding:5px;position:absolute;right:0;text-shadow:1px 1px 1px #000000e6;top:0}.carousel:hover .slide .legend{opacity:1}#notfound{background-color:#fff;height:100vh;position:relative}#notfound .notfound{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.notfound{max-width:410px;text-align:center;width:100%}@media only screen and (max-width:767px){.notfound .notfound-404{height:142px}}.notfound .notfound-404{height:280px;position:relative;z-index:-1}@media only screen and (max-width:767px){.notfound .notfound-404 h1{font-size:112px}}.notfound .notfound-404 h1{-webkit-text-fill-color:#0000;background:url(https://colorlib.com/etc/404/colorlib-error-404-10/img/bg.jpg) no-repeat;-webkit-background-clip:text;background-position:50%;background-size:cover;font-family:montserrat,sans-serif;font-size:230px;font-weight:bolder;left:50%;margin:0;position:absolute;transform:translateX(-50%)}h1{-webkit-margin-before:.67em;-webkit-margin-after:.67em;-webkit-margin-start:0;-webkit-margin-end:0;display:block;font-size:2em;font-weight:bolder;margin-block-end:.67em;margin-block-start:.67em;margin-inline-end:0;margin-inline-start:0;unicode-bidi:isolate}.notfound h2{color:#000;font-family:montserrat,sans-serif;font-size:24px;font-weight:700;margin-top:0;text-transform:uppercase}h2{-webkit-margin-before:.83em;-webkit-margin-after:.83em;-webkit-margin-start:0;-webkit-margin-end:0;display:block;font-size:2.5em;font-weight:700;margin-block-end:.83em;margin-block-start:.83em;margin-inline-end:0;margin-inline-start:0;unicode-bidi:isolate}.notfound p{color:#000;font-weight:400;margin-bottom:20px;margin-top:0}.notfound a,.notfound p{font-family:montserrat,sans-serif;font-size:14px}.notfound a{background:#063798;border-radius:40px;box-shadow:0 4px 15px -5px #0046d5;color:#fff;display:inline-block;font-weight:700;padding:15px 30px;text-decoration:none;text-transform:uppercase}.two-factor-setup{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin:0 auto;max-width:600px;padding:20px}.setup-header{margin-bottom:30px;text-align:center}.setup-icon{color:#4682a8;font-size:48px;margin-bottom:10px}.setup-icon.success{color:#28a745}.setup-header h2{color:#333;margin:10px 0}.setup-header p{color:#666;margin:0}.status-disabled,.status-enabled{text-align:center}.status-indicator{align-items:center;border-radius:8px;display:flex;font-weight:600;gap:10px;justify-content:center;margin-bottom:20px;padding:15px}.status-indicator.enabled{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.status-indicator.disabled{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.status-indicator svg{font-size:24px}.benefits{background-color:#f8f9fa;border-radius:8px;margin:20px 0;padding:20px;text-align:left}.benefits h3{color:#333;margin-top:0}.benefits ul{margin:10px 0;padding-left:20px}.benefits li{color:#555;margin:8px 0}.qr-section{text-align:center}.qr-code-container{background-color:#f8f9fa;border-radius:8px;display:inline-block;margin:20px 0;padding:20px}.qr-code-container img{height:auto;max-width:200px}.setup-instructions{background-color:#e3f2fd;border-radius:8px;margin:20px 0;padding:20px;text-align:left}.setup-instructions h3{color:#1976d2;margin-top:0}.setup-instructions ol{margin:10px 0;padding-left:20px}.setup-instructions li{color:#555;margin:8px 0}.backup-codes{background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;margin:20px 0;padding:20px}.backup-codes h3{color:#856404;margin-top:0}.backup-codes p{color:#856404;margin:10px 0}.codes-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin:15px 0}.backup-code{background-color:#fff;border:1px solid #ffeaa7;border-radius:4px;color:#856404;font-family:monospace;font-weight:600;padding:8px 12px;text-align:center}.disable-form,.verify-form{background-color:#f8f9fa;border-radius:8px;margin:20px 0;padding:20px}.disable-form h3,.verify-form h3{color:#333;margin-top:0}.password-input{margin:15px 0;position:relative}.password-input input{border:1px solid #ddd;border-radius:4px;box-sizing:border-box;font-size:16px;padding:12px 50px 12px 12px;width:100%}.toggle-password{background:none;border:none;color:#666;cursor:pointer;font-size:14px;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.disable-form input,.verify-form input{border:1px solid #ddd;border-radius:4px;box-sizing:border-box;font-size:16px;margin:10px 0;padding:12px;width:100%}.btn-danger,.btn-primary,.btn-secondary{align-items:center;border:none;border-radius:4px;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:8px;justify-content:center;margin:10px 5px;padding:12px 24px;transition:background-color .3s}.btn-primary{background-color:#4682a8}.btn-primary:hover:not(:disabled){background-color:#3a6d8a}.btn-secondary{background-color:#6c757d;color:#fff}.btn-secondary:hover:not(:disabled){background-color:#5a6268}.btn-danger{background-color:#dc3545;color:#fff}.btn-danger:hover:not(:disabled){background-color:#c82333}.btn-danger:disabled,.btn-primary:disabled,.btn-secondary:disabled{cursor:not-allowed;opacity:.6}.success-content{text-align:center}.success-indicator{align-items:center;background-color:#d4edda;border:1px solid #c3e6cb;border-radius:8px;color:#155724;display:flex;font-weight:600;gap:10px;justify-content:center;margin-bottom:20px;padding:15px}.success-indicator svg{font-size:24px}.next-steps{background-color:#e8f5e8;border-radius:8px;margin:20px 0;padding:20px;text-align:left}.next-steps h3{color:#155724;margin-top:0}.next-steps ul{margin:10px 0;padding-left:20px}.next-steps li{color:#555;margin:8px 0}.loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px;text-align:center}.loading-container p{color:#666;margin-top:15px}@media (max-width:768px){.two-factor-setup{margin:10px;padding:15px}.codes-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.btn-danger,.btn-primary,.btn-secondary{margin:5px 0;width:100%}}.emailVerification{align-items:center;display:flex;height:85vh;justify-content:center;padding-top:20px;width:100%}.emailVerification .form-content{align-items:center;background-color:#fff;border:.1px solid #d3d3d3;border-radius:10px;display:flex;flex-direction:column;max-width:550px;min-width:330px;padding:10px;text-align:center;width:30%}.emailVerification .form-content .OTP-Icon{color:#4682a9;font-size:100px}.emailVerification .form-content form{display:flex;flex-direction:column}.emailVerification .form-content form .submit-btn,.emailVerification .form-content form .verify-btn{background-color:#4682a9;border-radius:4px;color:#fff;font-size:18px;font-weight:600;margin-bottom:10px}.emailVerification .form-content form .eye-icon{background-color:#fff0;border-radius:4px;color:#c9c9c9;font-size:16px;font-weight:600}.emailVerification .form-content form .password-input-wrapper{border:1px solid #d3d3d3;border-radius:2px;margin-bottom:10px}.emailVerification .form-content input{height:35px;outline:none;padding:3px 10px;width:300px}.EmailCode-verification-input,.emailVerification .form-content .verification-code{border:1px solid #d3d3d3;border-radius:2px;height:35px;margin-bottom:10px;outline:none;padding:3px 10px;width:300px}.emailVerification .form-content div p span{color:#1c6ca1;cursor:pointer}@media screen and (max-width:440px){.emailVerification .form-content{width:80%}.emailVerification .form-content h3{font-size:23px}.emailVerification .form-content p{font-size:14px}}.question-bg{background-color:#03295c;border-radius:4px;color:#fff;font-weight:500;padding:0 10px;width:100%!important}.ivd-diagnostic,.manufactureInfo,.others,.productInfo,.safe-use,.sterility,.storage,.transfusion-infusion{align-items:center;display:flex;flex-direction:column;min-height:100vh;padding-top:10px!important;width:100%}.manufactureInfo form{background-color:#fff;border:.5px solid #e8e8e8;border-radius:5px;height:100%;margin-top:20px;max-width:600px;padding:10px;width:95%}form h2{color:#08408b;padding:10px 0;text-align:center}.manufactureInfo form div{align-items:flex-start;display:flex!important;flex-direction:column;margin-bottom:15px}.manufactureInfo form div input{border:1px solid #d3d3d3;border-radius:5px;width:100%}form div input{outline-color:#195aaf;padding:0 10px}.productInfo,.sterility,.storage{padding-top:10px!important}.productInfo-form{background-color:#fff;border:.5px solid #e8e8e8;border-radius:5px;height:100%;margin-top:20px;padding:10px;width:100%}.productInfo-form .form-group,.sterility-form .form-group{margin-bottom:15px}.sterility-form{background-color:#fff;border:.5px solid #e8e8e8;border-radius:5px;height:100%;margin-top:20px;max-width:600px;padding:10px;width:95%}.sterility-form .form-group>div{display:flex}.sterility-form .form-group>div .form-check{margin-right:20px}.storage-form{background-color:#fff;border:.5px solid #e8e8e8;border-radius:5px;height:100%;margin-top:20px;max-width:600px;padding:10px;width:95%}.storage-form .form-group>div{display:flex}.storage-form .form-group{margin-bottom:15px}.storage-form .form-group>div .form-check{margin-right:20px}.safe-use-form{background-color:#fff;border:.5px solid #e8e8e8;border-radius:5px;height:100%;margin-top:20px;max-width:600px;padding:10px;width:95%}.safe-use-form .form-group>div{display:flex}.safe-use-form .form-group>div .form-check{margin-right:20px}.safe-use-form .form-group{margin-bottom:15px}.ivd-diagnostic-form{background-color:#fff;border:.5px solid #e8e8e8;border-radius:5px;height:100%;margin-top:20px;max-width:600px;padding:10px;width:95%}.ivd-diagnostic-form .form-group>div{display:flex}.ivd-diagnostic-form .form-group>div .form-check{margin-right:20px}.ivd-diagnostic-form .form-group{margin-bottom:15px}.transfusion-infusion-form{background-color:#fff;border:.5px solid #e8e8e8;border-radius:5px;height:100%;margin-top:20px;max-width:600px;padding:10px;width:95%}.transfusion-infusion-form .form-group>div{display:flex}.transfusion-infusion-form .form-group>div .form-check{margin-right:20px}.transfusion-infusion-form .form-group{margin-bottom:15px}.others-form{background-color:#fff;border:.5px solid #e8e8e8;border-radius:5px;height:100%;margin-top:20px;max-width:600px;padding:10px;width:95%}.others-form .form-group>div{display:flex}.others-form .form-group>div .form-check{margin-right:20px}.others-form .form-group{margin-bottom:15px}.form-group-paragraph{color:#9e6666;font-size:18px}.label-information{padding-top:50px}.label-info-link{align-items:center;background-color:#02295c;border-radius:5px;color:#fff;display:flex;font-size:18px;font-weight:600;justify-content:space-around;padding:1px 5px 1px 0;width:80px}.label-info-link:Hover{color:#fff}.label-info-title{color:#08408b;font-size:33px;font-weight:600;text-align:center}.label-info-content{justify-content:space-between;margin:20px 0}.label-info-content-item{background-color:#fff}.comment-content{background-color:#e6f0ff;border-radius:10px;margin:5px 0;padding:5px}.comment-header{border-bottom:.5px solid #d3d3d3;margin-bottom:5px;padding:0 5px}.comment-user-name{font-weight:600;margin:0}.comment-user-role{font-size:12px;margin:0}.comment-user-description{font-size:14px}.label-info-description{background-color:#fff;border-radius:5px;color:#505050;margin:0 10px;padding:10px}.label-info-content-item{background-color:#ecf0f3;margin-bottom:20px}.label-1,.label-2,.label-3,.label-info-content-item-cmnt{background-color:#fff;border-radius:2px;margin-bottom:10px;padding:10px}.label-1{width:50vw}.label-1 .symbol-content .symbol-content-item .symbol-img{height:auto;image-rendering:-webkit-optimize-contrast;margin-right:1.5%;max-height:60px;max-width:60px;width:30%}.label-1 .label-1-line-1 .paragraph-only{grid-gap:1%;display:flex;width:35%!important}.label-1 .label-1-line-1 .img-with-paragraph .symbol-content-item{display:flex;justify-content:flex-start}.label-1 .label-1-line-1 .img-with-paragraph .symbol-content-item img{height:auto;max-height:60px;max-width:60px;width:40%}.label-1 .label-1-line-1 .img-with-paragraph{grid-gap:2%;align-items:flex-start!important;display:flex!important;flex-direction:column!important}.label-1 .label-1-line-1 .img-with-paragraph p{font-size:90%!important;margin-left:2%!important}.label-1 .label-1-line-1 .img-and-2-paragraphs{grid-gap:2%;display:flex!important;width:40%!important}.label-1 .img-and-2-paragraphs .symbol-content-item{display:flex!important;justify-content:flex-start!important;max-height:70px!important;width:100%}.label-1 .img-and-2-paragraphs .symbol-content-item p{font-size:80%!important;height:100%!important;width:100%!important}.label-1 .paragraph-only .symbol-content-item{align-items:flex-start!important;display:flex;flex-direction:column;justify-content:flex-start!important;max-height:1550px!important;width:100%!important}.label-1 .paragraph-only .symbol-content-item p{font-size:90%!important;height:100%;margin-bottom:0;padding-bottom:5px;width:100%}.label-1 .label-1-line-1 .paragraph-only .symbol-content-item{height:auto;line-height:1.3;margin-bottom:1px;max-height:60px}.symbol-content.img-only{grid-gap:2%;display:flex;flex-wrap:wrap;margin:10px 0}.label-1 .label-1-last-line,.label-1 .label-1-last-line .other-symbols{align-items:center;display:flex;justify-content:space-between}.label-1 .label-1-last-line .other-symbols{align-items:flex-start;flex-direction:column;max-width:200px;min-width:70px;width:30%}.other-symbols img{width:25px}.label-1 .symbol-content-item.sterileSymbol{padding:0!important;width:70px}.label-1 .symbol-content.img-only .symbol-content-item.sterileSymbol .sterileSymbol-img{min-width:70px!important;width:100%!important}.label-1 .symbol-content .symbol-content-item{align-items:center;display:flex;height:auto;justify-content:center;margin:1%}.label-1 .label-1-line-1 .symbol-content{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:32%}.label-1 .label-1-line-1{grid-gap:1%;display:flex;flex-direction:row;height:auto;justify-content:space-between}.label-1 .symbol-content .symbol-content-item div p{font-size:70%!important;margin:0}.larger-font-size{background-color:red;font-size:1px!important}@media screen and (max-width:600px){.your-class-name{width:100%}}.label-2 .img-and-2-paragraphs,.label-2 .img-only,.label-2 .img-with-paragraph,.label-2 .paragraph-only{display:flex;flex-wrap:wrap;margin-bottom:10px}.label-2 .img-and-2-paragraphs{align-items:flex-start}.label-2 .img-with-paragraph{align-items:flex-end}.label-2 .paragraph-only .symbol-content-item{margin-right:8px;width:32%}.label-2 .paragraph-only .symbol-content-item p{font-size:11px;font-weight:600;margin-bottom:3px}.label-2 .paragraph-only .symbol-content-item p:before{content:"- "}.label-2 .img-and-2-paragraphs .symbol-content-item{align-items:center;display:flex;height:auto;line-height:1.3;margin-bottom:1px;width:23%}.label-2 .symbol-content .symbol-content-item .symbol-img{image-rendering:-webkit-optimize-contrast;margin-right:7px;max-height:50px;max-width:50px}.label-2 p{font-size:11px;margin:0}.label-2 .img-with-paragraph .symbol-content-item{margin-bottom:10px!important;margin-right:10px}.label-2 .img-with-paragraph .symbol-content-item img{margin-bottom:5px}.label-2 .img-only{align-items:center}.label-2 .img-only .symbol-content-item{width:10%}.label-2 .symbol-content.img-only .symbol-content-item.sterileSymbol .sterileSymbol-img{min-width:70px!important}.label-2 .label-1-last-line{display:flex;flex-wrap:wrap;justify-content:space-between}.label-2 .other-symbols{grid-gap:10px;align-items:center;align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:center;margin-top:10px;max-width:200px;min-width:70px;width:30%}.label-2 .other-symbols .symbol-content-item{margin-bottom:5px}.label-2 .other-symbols p{font-size:14px}.other-symbols img{width:30px}.collapsible-content .links{border-radius:0 0 5px 5px;margin:-3px 0 0}.collapsible-content .links a{background-color:#184073!important;border:2px solid #184073;border-radius:5px;color:#fff!important;font-size:14px;font-weight:500;margin-bottom:0;margin-top:2px;padding:5px}.collapsible-content .links a:hover{background-color:#011e45!important;color:#fff!important}.collapsible-content,.collapsible-update{overflow:hidden;transition:max-height .3s ease,opacity .3s ease}.collapsible-content.collapsed,.collapsible-update.collapsed{max-height:0;opacity:0}.collapsible-content.expanded,.collapsible-update.expanded{max-height:800px;opacity:1}.collapsible-header,.collapsible-header-update{align-items:center;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background:linear-gradient(135deg,#0e2f78bf,#184073bf);border:1px solid #ffffff24;border-radius:12px;box-shadow:0 4px 10px #0000001f,inset 0 1px 0 #ffffff0d;color:#ecf0f3;cursor:pointer;display:flex;font-size:13px;font-weight:700;justify-content:space-between;letter-spacing:.2px;margin:8px auto 6px;padding:8px 12px;text-align:left;transition:box-shadow .2s ease,background .2s ease,border-color .2s ease;width:100%}.collapsible-header-update.border,.collapsible-header.border{border-color:#ffffff47}.collapsible-header-update:after,.collapsible-header:after{color:#ecf0f3;content:"\25BC";font-size:12px;transition:transform .25s ease}.collapsible-header-update.open:after,.collapsible-header.open:after{transform:rotate(180deg)}.collapsible-header-update.open,.collapsible-header.open{background:linear-gradient(135deg,#0e2f78d9,#1a4e8fd9);border-color:#ffffff52;box-shadow:0 8px 18px #0000002e,inset 0 1px 0 #ffffff14}.collapsible-header-update.open:before,.collapsible-header.open:before{background:linear-gradient(180deg,#7aa2ff,#b5c7ff);border-radius:8px;content:"";display:block;height:60%;margin-right:8px;width:4px}.collapsible-update.update a{align-items:center;background-color:#184073e6!important;border:1px solid #ffffff1f;border-radius:10px;color:#ecf0f3!important;display:flex;font-size:12.5px;font-weight:600;justify-content:space-between;margin:4px 0;padding:8px 12px;transition:transform .15s ease,background .2s ease,border-color .2s ease}.collapsible-update.update a:hover{background-color:#0b2e63f2!important;border-color:#fff3;transform:translateY(-1px)}.template-button{align-items:center;background-color:#184073e6;border:1px solid #ffffff24;border-radius:10px;color:#ecf0f3;display:flex;font-size:12.5px;font-weight:700;justify-content:space-between;margin:4px 0;padding:8px 12px;transition:transform .15s ease,background .2s ease,border-color .2s ease;width:100%}.template-button:hover{background-color:#0b2e63f2;border-color:#fff3;transform:translateY(-1px)}.template-button.active{background:linear-gradient(135deg,#0e2f78e6,#2a4e8fe6);border-color:#ffffff47;box-shadow:0 6px 14px #00000029,inset 0 1px 0 #ffffff14}.template-button span{background:linear-gradient(135deg,#e3ecff,#bcd1ff);border:1px solid #0e2f7826;border-radius:999px;color:#0f1e3a!important;font-size:11px!important;padding:2px 8px}.collapsible-header-update:focus,.collapsible-header:focus,.collapsible-update.update a:focus,.template-button:focus{outline:none}.template-1,.template-2,.template-3{background-color:#fff;border:.5px solid #d3d3d3;font-size:105%!important;font-weight:600;padding:10px;resize:both;width:700px}.template-1 .template-1-content-top{grid-gap:.5%;display:flex;justify-content:space-between}.template-1 .template-1-content-top .template-1-content-top-left,.template-1 .template-1-content-top .template-1-content-top-right{flex:0.5 1;padding:5px}.template-1 .template-1-content-top .template-1-content-top-left{flex:0.65 1}.template-1 .template-1-content-top .template-1-content-top-right{flex:0.35 1}.template-1 .template-1-content-top-left-header{align-items:center;display:flex;justify-content:space-between;margin:0;padding:0}.template-1 .template-1-content-top-left-body{margin-bottom:0;margin-left:0;margin-top:2%;padding-left:3%}.template-1 .template-1-content-top-left-body li{font-size:80%;list-style:disc!important}.template-1 .template-1-content-top-left-header h5{font-size:130%;font-weight:800;margin:0;padding:0}.template-1 .template-1-content-top-left-header p{font-size:90%;margin:0;padding:0}.template-1 .template-1-content-top-left-header .symbol-img{width:65%}.template-1 .template-1-content-top-right img{width:60%}.template-1 .template-1-content-top-right-top{display:flex;justify-content:space-between}.template-1 .template-1-content-top-right>p{font-size:70%;font-weight:700;margin-bottom:0;padding:0}.template-1-content-mid-fist-item-top{font-size:80%;margin-top:2px;padding-bottom:3px;text-align:center}.template-1-content-mid-fist-item-bottom{display:flex;justify-content:space-between;margin-bottom:2%;margin-top:-1%}.template-1-content-mid-fist-item-bottom>p{font-size:80%;margin:0;padding:0}.template-1-content-mid-second-item{min-height:10px}.template-1 .project-owner-info{grid-gap:.5%;display:flex;flex-wrap:wrap;padding-left:1%;padding-top:1%;width:100%}.template-1 .project-owner-info .symbol-content-item{grid-gap:1%;align-items:center;display:flex;justify-content:flex-start;margin-bottom:2%;width:24.5%}.template-1 .project-owner-info .symbol-content-item p{font-size:50%;margin:0;padding:0}.template-1 .project-owner-info .symbol-content-item img{height:65%;margin-right:1%;max-height:60px;min-width:35px;width:29%}.template-1 .symbols-with-text-behind{grid-gap:3%;align-items:center;display:flex;flex-wrap:wrap;margin-top:1%;padding:2% 1%}.template-1 .symbols-with-text-behind .symbol-content-item{margin-bottom:2%;text-align:center;width:8%}.template-1 .symbols-with-text-behind .symbol-content-item p{font-size:70%}.template-1 .symbols-with-text-behind .symbol-content-item img{min-height:30px;min-width:30px;width:90%}.template-1 .symbols-with-text-behind .symbol-content-item-range{position:relative}.template-1 .symbols-with-text-behind .symbol-content-item-range p{font-size:55%;position:absolute}.template-1 .symbols-with-text-behind .symbol-content-item-range .min{bottom:-35%;left:-24%}.template-1 .symbols-with-text-behind .symbol-content-item-range .max{right:-25%;top:-23%}.template-1 .symbols-with-text-behind .symbol-content-item-range .min-temperature{bottom:-30%}.template-1 .symbols-with-text-behind .symbol-content-item-range .max-temperature{right:-5%;top:-3%}.template-1 .sterileSymbol-img{width:120%!important}.template-1 .sm-img{width:30%!important}.template-1 .Authorized_Representative{min-height:150%!important;width:55%!important}.template-1 .symbols-with-text-behind .symbol-content-item-with-text{grid-gap:2%;align-items:center;display:flex;text-align:left;width:35%}.template-1 .symbols-with-text-behind .symbol-content-item-with-text p{font-size:70%;margin:0;padding:0}.template-1 .symbols-with-text-behind .symbol-content-item-with-text img{height:auto;width:25%}.symbol-content-item.symbol-content-item-with-text p{font-size:64%!important}.template-2 div,.template-2 p,.template-2 span{margin:0;padding:0}.template-2 .template-2-content-top .template-1-content-top-header{align-items:flex-start;display:flex;justify-content:space-between;text-align:center}.template-2 .template-2-content-top .label-header-info{height:100%;margin-left:-30px;top:0}.template-2 .template-2-content-top .template-1-content-top-header{font-size:80%}.template-2 .template-1-content-top-header h3{font-weight:800}.template-2 .template-1-content-top-header p{font-weight:700}.template-2 .template-1-content-top-header .label-MD-QTY-info{height:10%;text-align:right;width:15%}.template-2 .template-1-content-top-header .label-MD-QTY-info .symbol-img{width:35%}.template-2 .template-1-content-top-header .ce-mark-and-website-content{text-align:left;width:18%}.template-2 .template-2-content-top .template-2-content-top-rest-content .packaging-content{border-bottom:1px solid #dcdcdc;border-top:1px solid #dcdcdc;font-size:90%;font-weight:500;margin-top:5px;text-align:center}.template-2 .template-2-content-top .template-2-content-top-rest-content .intended-for-intro-and-cmr-substance{border-bottom:1px solid #dcdcdc;font-size:80%;font-weight:400;margin-bottom:5px;margin-top:5px;padding-bottom:5px;padding-left:17px}.template-2 .template-2-content-top .template-2-content-top-rest-content .intended-for-intro-and-cmr-substance li{list-style:disc!important}.template-2 .template-2-content-top .template-2-content-top-rest-content .template-2-content-top-rest-content-bottom{display:flex;font-size:80%;justify-content:space-between}.template-2 .template-2-content-mid{grid-gap:.5%;display:flex;justify-content:space-between}.template-2 .template-2-content-mid .project-owner-info-content,.template-2 .template-2-content-mid .symbols-with-text-behind-content{display:flex;flex-direction:row!important;flex-wrap:wrap}.template-2 .template-2-content-mid .project-owner-info-content{border-right:1px solid #d3d3d3;width:40%}.template-2 .template-2-content-mid .symbols-with-text-behind-content{padding-bottom:10px;width:60%}.template-2 .project-owner-info{grid-gap:1%;display:flex;flex-direction:row!important;flex-wrap:wrap;justify-content:space-evenly;width:100%}.template-2 .project-owner-info .symbol-content-item{grid-gap:1%;align-items:center;display:flex;justify-content:flex-start;margin-bottom:2%;width:49%}.template-2 .project-owner-info .symbol-content-item p{font-size:47%;margin:0;padding:0}.template-2 .project-owner-info .symbol-content-item img{height:60%;margin-right:1%;max-height:50px;min-width:35px;width:34%}.template-2 .sterileSymbol-img{width:120%!important}.template-2 .sm-img{width:30%!important}.template-2 .Authorized_Representative{min-height:90%!important;width:30%!important}.template-2 .symbols-with-text-behind-content .symbols-with-text-behind{grid-gap:3%;align-items:center;display:flex;flex-wrap:wrap;justify-content:space-around;margin-top:1%;padding:2% 10px 2% 1%}.template-2 .symbols-with-text-behind-content .symbols-with-text-behind .symbol-content-item{margin-bottom:5%;text-align:center;width:11%}.template-2 .symbols-with-text-behind-content .symbols-with-text-behind .symbol-content-item p{font-size:50%}.template-2 .symbols-with-text-behind-content .symbols-with-text-behind .symbol-content-item img{min-height:30px;min-width:30px;width:100%}.template-2 .symbols-with-text-behind-content .symbols-with-text-behind .symbol-content-item-range{position:relative}.template-2 .symbols-with-text-behind-content .symbols-with-text-behind .symbol-content-item-range p{font-size:50%;position:absolute}.template-2 .symbols-with-text-behind-content .symbols-with-text-behind .symbol-content-item-range .min{bottom:-27%;left:-20%}.template-2 .symbols-with-text-behind-content .symbols-with-text-behind .symbol-content-item-range .max{right:-20%;top:-26%}.template-2 .symbols-with-text-behind-content .symbols-with-text-behind .symbol-content-item-range .min-temperature{bottom:0;left:-10%}.template-2 .symbols-with-text-behind-content .symbols-with-text-behind .symbol-content-item-range .max-temperature{right:-5%;top:-3%}.template-2 .symbols-with-text-behind-content .symbols-with-text-behind .symbol-content-item-with-text{grid-gap:2%;align-items:center;display:flex;text-align:left;width:48%}.template-2 .symbols-with-text-behind-content .symbols-with-text-behind .symbol-content-item-with-text p{font-size:55%!important;margin:0;padding:0}.template-2 .symbols-with-text-behind-content .symbols-with-text-behind .symbol-content-item-with-text img{height:auto;width:40%!important}.template-2 .template-2-content-bottom{display:flex;flex-wrap:wrap;justify-content:space-around}.template-3 .header{margin-bottom:1%;position:relative;text-align:center}.template-3 .header .medical-device-symbol-header{position:absolute}.template-3 .header img{width:100%}.template-3 .header h3{font-size:190%;font-weight:800}.template-3 .header p{font-size:90%;font-weight:600}.template-3 .template-3-top-content{grid-gap:.5%;display:flex}.template-3 .template-3-top-content>div{border:1px solid #d3d3d3;padding-left:.5%}.template-3 .template-3-top-content .template-3-code-bar{width:65%}.template-3 .template-3-top-content .template-3-code-bar>div{width:100%}.template-3 .template-3-top-content .template-3-code-bar .barcode-projectOwner{align-items:center;display:flex;justify-content:space-between;margin:auto;width:95%}.template-3 .template-3-top-content .template-3-code-bar .barcode-projectOwner .symbol-content-item{align-items:center;display:flex;width:48%}.template-3 .template-3-top-content .template-3-code-bar .barcode-projectOwner .symbol-content-item img{height:90%;margin-left:1%;margin-right:1%;width:20%}.template-3 .template-3-top-content .template-3-code-bar .barcode-projectOwner .symbol-content-item p{font-size:50%}.template-3 .template-3-top-content .template-3-manufacturer-logo{width:35%}.template-3 .symbol-content-item div p{margin:0;padding:0}.template-3 .template-3-content-mid-fist-item{border-bottom:1px solid #d3d3d3;display:flex;font-size:60%;justify-content:space-between;margin-bottom:1%;margin-top:1%}.template-3 .template-3-content-mid-second-item{border-bottom:1px solid #d3d3d3;display:flex;flex-wrap:wrap}.template-3 .template-3-content-mid-second-item .symbol-content-item{align-items:center;display:flex;width:25%}.template-3 .template-3-content-mid-second-item .symbol-content-item img{height:40px;margin-right:1%;width:45px}.template-3 .template-3-content-mid-second-item .symbol-content-item p{font-size:50%;font-weight:400}.template-3 .symbols-with-text-behind .symbol-content-item-range{position:relative}.template-3 .symbols-with-text-behind .symbol-content-item-range p{font-size:50%!important;position:absolute}.template-3 .symbols-with-text-behind .symbol-content-item-range .min{bottom:-40%;left:-24%}.template-3 .symbols-with-text-behind .symbol-content-item-range .max{right:-25%;top:-28%}.template-3 .symbols-with-text-behind .symbol-content-item-range .min-temperature{bottom:-28%}.template-3 .symbols-with-text-behind .symbol-content-item-range .max-temperature{right:-5%;top:-3%}.template-3 .sterileSymbol-img{width:120%!important}.template-3 .sm-img{width:30%!important}.template-3 .template-3-content-mid-fist-item-top{font-size:70%;margin-bottom:1%;margin-top:1%;text-align:center}.template-3 .rest-of-the-symbols .symbols-with-text-behind{grid-gap:3%;align-items:center;border-top:1px solid #d3d3d3;display:flex;flex-wrap:wrap;margin:1% auto auto;padding:2%}.template-3 .symbols-with-text-behind .symbol-content-item{margin-bottom:2%;text-align:center;width:8%}.template-3 .symbols-with-text-behind .symbol-content-item p{font-size:70%}.template-3 .symbols-with-text-behind .symbol-content-item img{min-height:30px;min-width:30px;width:80%}.template-3 .symbols-with-text-behind .symbol-content-item-with-text{grid-gap:2%;align-items:center;display:flex;text-align:left;width:35%}.template-3 .symbols-with-text-behind .symbol-content-item-with-text p{font-size:70%;margin:0;padding:0}.template-3 .symbols-with-text-behind .symbol-content-item-with-text img{height:auto;width:25%}.template-3 .symbol-content-item.symbol-content-item-with-text p{font-size:64%!important}.template-1 .project-owner-info img{height:40px!important;width:45px!important}.template-2 .project-owner-info img{height:36px!important;width:40px!important}.template-3 .template-3-content-mid-fist-item.symbols-with-text-behind .symbol-img{height:40px!important;width:45px!important}.template-1 .project-owner-info .Authorized_Representative,.template-2 .project-owner-info .Authorized_Representative{height:50px!important;width:60px!important}.template-3 .symbol-content-item .Authorized_Representative{height:65px!important;width:45px!important}.template-1 .symbol-content-item .symbol-img.manufacture-img,.template-2 .symbol-content-item .symbol-img.manufacture-img{height:35px!important;width:30px!important}.template-3 .symbol-content-item .symbol-img.manufacture-img{height:32px!important;width:33px!important}.isMobile{display:none}.accordion-mobile{display:none}.header-content{align-items:center;background-color:#021d41;display:flex;height:10dvh;justify-content:space-between;padding-left:5%;padding-right:5%;width:100%;z-index:1000}@media screen and (max-width:834px){.isMobile{align-items:center;background-color:#021d41;display:flex;height:10dvh;justify-content:space-between;position:fixed;top:0;width:100%;z-index:1000!important}.pdf-content{margin-top:20dvh}.isLaptop{display:none}.accordion-mobile{align-items:center;display:flex;justify-content:center;width:100%}}.pdf-container{align-items:center;background-color:#f8f8f8;display:flex;flex-direction:column;justify-content:flex-start;max-height:100vh;overflow-y:auto;width:100%}.pdf-page{box-shadow:0 4px 8px #0000001a;margin-bottom:10px}.pdf-page canvas{height:auto!important;max-width:100%}.pdfZoom{background-color:#9a3b3b00;margin-bottom:2vh!important;padding:4px 0;position:-webkit-sticky;position:sticky;top:0!important;width:100%;z-index:999}.pdfZoom .zoom-in,.pdfZoom .zoom-out{border:none;border-radius:5px;padding:2px 5px}.pdfZoom .zoom-in,.pdfZoom .zoom-out,.pdfZoom .zoom-reset{background-color:#021d41;color:#fff;cursor:pointer;margin-left:4px;margin-right:4px;z-index:100!important}.pdfZoom .zoom-reset{border:none;padding:2px 10px}@media screen and (max-width:834px){.pdf-container{padding-top:13vh!important}.pdfZoom{display:none}}.Template1{background-color:#fff;border:1px solid #efefef;box-sizing:border-box!important;height:150mm;margin:auto;overflow:hidden;width:100mm}.Template1 .top-content .header{display:flex;justify-content:space-between;margin:0!important;padding:0!important}.Template1 .header .Patient_information_website,.Template1 .header .header-item.right{flex:0.2 1}.Template1 .header .product-title{flex:0.6 1;text-align:center}.Template1 .top-content .header .Patient_information_website{display:flex;flex-direction:column}.Template1 .top-content .header .header-item.right{align-items:flex-start;display:flex;justify-content:right;margin-left:auto}.Template1 .top-content .header .header-item.right .header-img{margin-right:0;width:25px}.Template1 .top-content .header .Patient_information_website .header-img{width:25px}.Template1 .top-content .header .Patient_information_website p{font-size:7px;margin:0;padding:0}.Template1 .top-content .header .product-title h3{font-size:18px;margin-bottom:2px;margin-top:-8px;padding:0}.Template1 .top-content .header .product-title p{color:gray;font-size:8px;margin:0;padding:0}.Template1 .top-content .intended-purpose{border:.1px solid #d3d3d3;display:flex;flex-wrap:wrap;margin:0;padding:1px}.Template1 .top-content .intended-purpose .ntended-purpose-item{display:flex;font-size:8px;font-weight:500;line-height:1.4;margin-right:5px}.Template1 .top-content .intended-purpose .ntended-purpose-item p{margin:0;padding:0}.Template1 .top-content .packagin-content{display:flex;justify-content:center;margin:1px 0;padding:1px}.Template1 .top-content .packagin-content .packagin-content-item{font-size:5px;text-align:center!important}.template2_template2__Q65RP{align-items:stretch;background-color:#fff;border:1px solid #e9e9e9!important;box-sizing:border-box!important;display:flex;flex-direction:column;height:102mm;margin:auto;padding:5px!important;width:76mm}.template2_templateHeader__s94Fb{align-items:flex-end;border-bottom:.1px solid #d3d3d3;display:flex;height:25px;justify-content:space-between}.template2_templateHeader__s94Fb p{color:gray;font-size:7px;margin:0}.template2_title__\+Mehm{background-color:#fff;font-size:13px;margin:0;z-index:10}.template2_midHeader__ius9\+{flex-direction:column;height:25px;margin-bottom:1px;width:220px}.template2_midHeader__ius9\+,.template2_midHeader__ius9\+ .template2_title__\+Mehm{align-items:center;display:flex;justify-content:center;overflow:hidden;text-align:center}.template2_midHeader__ius9\+ .template2_title__\+Mehm{font-size:50%;margin-top:1px;text-overflow:ellipsis;white-space:wrap;width:100%}.template2_midHeader__ius9\+>p{color:#505050;font-weight:500;margin-bottom:-2px!important;margin-top:0!important}.template2_headerLeft__d9G\+T,.template2_headerRight__o1pQa{align-items:center;display:flex;flex:0.10 1;flex-direction:column;height:100%;justify-content:center}.template2_headerRight__o1pQa p{color:#000;font-weight:600;margin:0!important;padding:0!important}.template2_headerRight__o1pQa img{margin-bottom:-4px;margin-top:-5px;width:25px}.template2_headerLeft__d9G\+T p{color:#000;font-weight:600!important}.template2_headerLeft__d9G\+T img{height:12px;width:12px}.template2_productInfo__0z9zt{grid-gap:1px;align-items:flex-start;border-bottom:.1px solid #d3d3d3;display:flex;height:70px;justify-content:space-between}.template2_leftSide__Fo7El,.template2_rightSide__SgivA{height:100%}.template2_leftSide__Fo7El{border-right:.1px solid #d3d3d3;width:53.2mm}.template2_rightSide__SgivA{display:flex;flex-direction:column;justify-content:space-between;width:22.8mm}.template2_rightSide_item__KgP4X,.template2_rightSide_left__jDIPG{display:flex;justify-content:space-between!important}.template2_rightSide_left__jDIPG{flex:0.6 1;flex-direction:column}.template2_leftSideContent__Smho0 p,.template2_leftSideContent__Smho0 span{margin:0;padding:0}.template2_rightSide_right__xoy38{flex:0.65 1;margin-left:auto;margin-top:.5px}.template2_rightSide_left__jDIPG>div>p{border-bottom:.1px solid #e1e1e1;font-size:8px;font-weight:700;margin:0!important;padding:0!important}.template2_rightSide_left__jDIPG>p>span{font-size:10px;font-weight:900}.template2_productQty__Z5HfS{margin:0!important;padding:0!important}.template2_rightSide__SgivA>p{font-size:8px;font-weight:500}.template2_rightSide_left__jDIPG img{height:22px;margin-top:-5px!important;width:22px}.template2_leftSideItem__R9aou{align-items:center;display:flex;justify-content:flex-start;max-height:200px!important;width:100%;z-index:1!important}.template2_DataMatrixLeftSideContent__PKBLv .template2_DataMatrixleftSideItem__pegfq{align-items:center;display:flex;flex-direction:column;justify-content:flex-start}.template2_leftSideContent__Smho0{display:flex;flex-direction:column;height:100%;justify-content:space-between}.template2_ProductInfoHeader__ISTqh{height:100%}.template2_ProductInfoHeader__ISTqh>div{flex:1 1}.template2_symbolContentItem__rHjJq img{height:25px;margin-right:2px;width:25px}.template2_symbolContentItem__rHjJq p{font-size:5px;font-weight:700;margin:0;padding:0}.template2_symbolContentItem__rHjJq{align-items:center;display:flex;justify-content:space-between;width:50%}.template2_DataMatrixLeftSideContent__PKBLv{align-items:center;display:flex;height:100%;justify-content:space-around}.template2_DataMatrixLeftSideContent__PKBLv>.template2_ProductInfoHeader__ISTqh{display:flex;flex-direction:column!important;justify-content:space-around}.template2_DataMatrixLeftSideContent__PKBLv .template2_ProductInfoHeaderDMatrix__p\+GW6{align-items:center!important;border:0;border-left:.4px solid #d3d3d3;display:flex;flex-direction:row!important;flex-wrap:wrap;height:100%;justify-content:space-around}.template2_DataMatrixLeftSideContent__PKBLv>.template2_ProductInfoHeader__ISTqh p{font-size:4px;font-weight:900;margin:0;padding:0}.template2_leftSideItem__R9aou .template2_symbolContentItem__rHjJq{border-left:1px solid #d3d3d3;justify-content:flex-start;padding-left:2px;width:32%}.template2_DataMatrixLeftSideContent__PKBLv .template2_symbolContentItem__rHjJq{border-left:1px solid #d3d3d3;justify-content:flex-start;padding-left:2px;width:50%}.template2_DataMatrixLeftSideContent__PKBLv .template2_symbolContentItem__rHjJq,.template2_leftSideItem__R9aou .template2_symbolContentItem__rHjJq:first-child{border:0}.template2_projectOwnerContent__9\+BpG{align-items:flex-start;border-bottom:.1px solid #d3d3d3;border-top:.1px solid #d3d3d3;display:flex;flex-grow:1;flex-wrap:wrap}.template2_projectOwnerContent__9\+BpG .template2_symbolContentItem__rHjJq{justify-content:flex-start;margin-top:.2px;width:24%;word-break:break-word}.template2_projectOwnerContent__9\+BpG .template2_symbolContentItemOutsideEU__0rayt{align-items:center;display:flex;width:100%}.template2_projectOwnerContent__9\+BpG .template2_DistributorAndManufacturer__w2dV9,.template2_projectOwnerContent__9\+BpG .template2_symbolContentItemOutsideEU__0rayt .template2_symbolContentItem__rHjJq{width:49.8%}.template2_projectOwnerContent__9\+BpG .template2_symbolContentItem__rHjJq .template2_paragraphContent__DGm8Q{width:100%}.template2_projectOwnerContent__9\+BpG .template2_paragraphContent__DGm8Q .template2_paragraph__bkFmZ{font-size:6px;font-weight:400;line-height:1.2;width:100%}.template2_projectOwnerContent__9\+BpG .template2_symbolImg__QZN40{height:26px!important;width:26px!important}.template2_freeTextItem__ZoiVA,.template2_intendedPurpose__PwnXt,.template2_packagingContentItems__9b9CK{align-items:center;border-bottom:.5px solid #d3d3d3;display:flex;flex-wrap:wrap;font-size:7px;justify-content:space-between;line-height:1;margin:0;padding:0}.template2_freeTextItem__ZoiVA{border-bottom:.1px solid #d3d3d3;line-height:normal!important}.template2_packagingContentItems__9b9CK span{border-left:.1px solid #d3d3d3;flex:1 1;margin-left:1px;padding:0 1px}.template2_intendedPurpose__PwnXt span{font-size:7px;margin:0;padding:0}.template2_intendedPurpose__PwnXt>span{border-left:.1px solid #d3d3d3;margin-left:1px;padding:0 1px;text-align:left;width:49.6%}.template2_intendedPurpose__PwnXt>.template2_fullWidth__49-ep{width:100%}.template2_intendedPurpose__PwnXt>span:nth-child(2n-1),.template2_packagingContentItems__9b9CK span:first-child{border:0!important}.template2_symbolWithTextBehind__KNYPA{align-items:center;display:flex;flex-grow:2;flex-wrap:wrap;height:auto;justify-content:space-between;padding-bottom:4px;width:100%}.template2_symbolWithTextBehind__KNYPA .template2_textBehindItem__Xjn\+J,.template2_textBehindItem_txtValue__41m-X{height:32px;margin-bottom:1px;margin-left:.5px;width:32px}.template2_textBehindItem_txtValue__41m-X{padding:2%;position:relative}.template2_textBehindItem_txtValue__41m-X img{position:absolute}.template2_symbolWithTextBehind__KNYPA .template2_symbol__LcihJ{height:100%;padding:1px;width:100%}.template2_textBehindItem_txtValue__41m-X .template2_symbol__LcihJ{height:85%!important;width:85%!important}.template2_symbolWithTextBehind__KNYPA .template2_textBehindParagraph__VvFQr{font-size:6px;font-weight:900;line-height:.3;margin:0 0 0 1.5px;padding:0;text-align:center}.template2_upper_txtValue__hXlZi,.template2_upper_txtValue_atmoPressure__ewBN4,.template2_upper_txtValue_humidity__izbxi,.template2_upper_txtValue_temp__SrDW3{font-size:6px;font-weight:600;position:absolute;right:0;top:0}.template2_lower_txtValue__tN2cu,.template2_lower_txtValue_atmoPressure__s-8PQ,.template2_lower_txtValue_humidity__iEYLf,.template2_lower_txtValue_temp__PH8uT{font-size:6px;font-weight:600;left:0;position:absolute;top:88%}.template2_lower_temp__yODDp{font-size:6px;font-weight:600;left:4px;position:absolute;top:88%}.template2_upper_temp__6YXyr{font-size:6px;font-weight:600;position:absolute;right:-4px;top:0}.template2_upper_txtValue_atmoPressure__ewBN4{font-size:6px;font-weight:600;position:absolute;right:0;top:0}.template2_lower_txtValue_atmoPressure__s-8PQ{font-size:6px;font-weight:600;left:0;position:absolute;top:88%}.template2_symbolAndText__ekbSS{align-items:center;display:flex;width:49.8%!important}.template2_symbolAndText__ekbSS>.template2_symbol__LcihJ{margin-right:5px;max-height:35px;width:20%}.template2_symbolAndText__ekbSS .template2_textBehindParagraph__VvFQr{font-size:6px;font-weight:500;line-height:1.1;margin:0;padding:0;text-align:start}.template2_symbolWithTextBehind__KNYPA .template2_textBehindQrCode__pLgOZ{align-items:flex-start!important;width:80px}.template2_symbolWithTextBehind__KNYPA .template2_textBehindQrCode__pLgOZ .template2_symbol__LcihJ{margin-right:1px;width:35px}.template2_symbolWithTextBehind__KNYPA .template2_textBehindQrCode__pLgOZ>div{align-items:center;display:flex;justify-content:space-between}.template2_symbolWithTextBehind__KNYPA .template2_textBehindQrCode__pLgOZ p{font-weight:600;line-height:.5;margin:0;padding:0;text-align:left}.template2_liquidWithPoreSize__uv5mm{position:relative}.template2_liquidWithPoreSize__uv5mm>p{background-color:#fff;font-size:6px!important;font-weight:600!important;left:50%;padding:2px;position:absolute;top:30%;transform:translate(-50%,-50%)}.template3_template3__BLeVj{background-color:#fff;border:.1px solid #d8d8d8;box-sizing:border-box;display:flex;flex-direction:column;font-size:10px;height:75mm;margin:auto;overflow:hidden;padding:.2mm 1mm;width:58mm}.template3_template3__BLeVj p{margin:0!important;padding:0!important}.template3_template3__BLeVj .template3_header__MpESU{border-bottom:.1px solid #d3d3d3;display:flex;justify-content:space-between;margin:0;padding:0 0 1px}.template3_template3__BLeVj .template3_header__MpESU .template3_rightSide__ei71i{overflow:hidden;width:20%}.template3_template3__BLeVj .template3_header__MpESU .template3_leftSide__Icub3{overflow:hidden;width:70%}.template3_template3__BLeVj .template3_header__MpESU .template3_leftSide__Icub3>div{align-items:center;display:flex;margin:0;padding:0}.template3_template3__BLeVj .template3_header__MpESU .template3_leftSide__Icub3>div>img{height:auto;margin-right:5px;width:15px}.template3_projectOwnerContent__Hz89D{align-items:flex-start;border-bottom:.1px solid #d3d3d3;border-top:.1px solid #d3d3d3;display:flex;flex-grow:1;flex-wrap:wrap;justify-content:space-between}.template3_projectOwnerContent__Hz89D .template3_symbolContentItem__OkYMV{justify-content:flex-start;margin-top:.2px;width:24%;word-break:break-word}.template3_projectOwnerContent__Hz89D .template3_symbolContentItemOutsideEU__IvkAo{align-items:center;display:flex;width:100%}.template3_projectOwnerContent__Hz89D .template3_DistributorAndManufacturer__gZfP-,.template3_projectOwnerContent__Hz89D .template3_symbolContentItemOutsideEU__IvkAo .template3_symbolContentItem__OkYMV{grid-gap:2%;display:flex;width:49.8%}.template3_projectOwnerContent__Hz89D .template3_symbolContentItem__OkYMV .template3_paragraphContent__MG-Gi{width:100%}.template3_projectOwnerContent__Hz89D .template3_paragraphContent__MG-Gi .template3_paragraph__YajVL{font-size:4.8px;font-weight:400;line-height:1.2;width:98%}.template3_projectOwnerContent__Hz89D .template3_symbolImg__hMAXD{height:15px!important;width:15px!important}.template3_freeTextItem__fC4eq,.template3_intendedPurpose__rLC6A,.template3_packagingContentItems__--nmH{align-items:center;display:flex;flex-wrap:wrap;font-size:5px;justify-content:space-between;line-height:1;margin:0;padding:0}.template3_packagingContentItems__--nmH{text-align:center}.template3_freeTextItem__fC4eq{line-height:normal!important}.template3_packagingContentItems__--nmH span{border-left:.1px solid #d3d3d3;flex:1 1;margin-left:1px;padding:0 1px}.template3_freeTextItem__fC4eq>span{flex:1 1;padding:0 1px}.template3_intendedPurpose__rLC6A span{font-size:6px;margin:0;padding:0}.template3_intendedPurpose__rLC6A>span{border-left:.1px solid #d3d3d3;margin-left:1px;padding:0 1px;text-align:left;width:49.6%}.template3_intendedPurpose__rLC6A>.template3_fullWidth__Lx5xG{width:100%}.template3_intendedPurpose__rLC6A>span:nth-child(2n-1),.template3_packagingContentItems__--nmH span:first-child{border:0!important}.template3_symbolWithTextBehind__GWX7p{align-items:center;display:flex;flex-grow:2;flex-wrap:wrap;height:auto;justify-content:space-between;padding-bottom:4px;width:100%}.template3_symbolWithTextBehind__GWX7p .template3_textBehindItem__MYQZf,.template3_textBehindItem_txtValue__tL1Uw{height:24px;margin-bottom:1px;margin-left:.5px;width:24px}.template3_textBehindItem_txtValue__tL1Uw{padding:2%;position:relative}.template3_textBehindItem_txtValue__tL1Uw img{position:absolute}.template3_symbolWithTextBehind__GWX7p .template3_symbol__b9si7{height:100%;width:100%}.template3_textBehindItem_txtValue__tL1Uw .template3_symbol__b9si7{height:85%!important;width:85%!important}.template3_symbolWithTextBehind__GWX7p .template3_textBehindParagraph__0sDeM{font-size:5px;font-weight:900;line-height:.3;margin:0 0 0 1.5px;padding:0;text-align:center}.template3_upper_txtValue__2SNjE,.template3_upper_txtValue_atmoPressure__3Pc66,.template3_upper_txtValue_humidity__qmrjB,.template3_upper_txtValue_temp__UK3nQ{font-size:4px;font-weight:600;position:absolute;right:0;top:1px}.template3_lower_txtValue__2dn7z,.template3_lower_txtValue_atmoPressure__\+bVk-,.template3_lower_txtValue_humidity__6nkeQ,.template3_lower_txtValue_temp__pDvBn{font-size:4px;font-weight:600;left:0;position:absolute;top:70%}.template3_lower_temp__4XEZQ{font-size:4px;font-weight:600;left:4px;position:absolute;top:1px}.template3_upper_txtValue_temp__UK3nQ{font-size:4px;font-weight:600;position:absolute;right:0;top:1.5px!important}.template3_upper_txtValue_atmoPressure__3Pc66{font-size:4px;font-weight:600;position:absolute;right:0;top:1px}.template3_lower_txtValue_atmoPressure__\+bVk-{font-size:4px;font-weight:600;left:0;position:absolute;top:80%}.template3_symbolAndText__C1IT3{align-items:center;display:flex;width:49.5%!important}.template3_symbolAndText__C1IT3>.template3_symbol__b9si7{margin-right:5px;max-height:30px;width:20%}.template3_symbolAndText__C1IT3 .template3_textBehindParagraph__0sDeM{font-size:5px;font-weight:500;line-height:1.1;margin:0;padding:0;text-align:start}.template3_symbolWithTextBehind__GWX7p .template3_textBehindQrCode__HoOj2{align-items:flex-start!important;width:55px}.template3_symbolWithTextBehind__GWX7p .template3_textBehindQrCode__HoOj2 .template3_symbol__b9si7{width:24px}.template3_symbolWithTextBehind__GWX7p .template3_textBehindQrCode__HoOj2>div{align-items:center;display:flex;justify-content:space-between}.template3_symbolWithTextBehind__GWX7p .template3_textBehindQrCode__HoOj2 p{font-size:4px;font-weight:600;line-height:.5;margin:0;padding:0;text-align:left}.template3_liquidWithPoreSize__DktKH{position:relative}.template3_liquidWithPoreSize__DktKH>p{background-color:#fff;font-size:4px!important;font-weight:600!important;left:52%;position:absolute;transform:translate(-50%,-50%)}.template3_Liquid_filter_with_pore_size__tj3kG>p{top:33%}.template3_Drops_per_ml__g29iT>p{top:53%}.template3_labelFooter__N4wms{align-items:center;border-top:.5px dotted #d3d3d3;display:flex;flex-wrap:wrap;font-size:5px;font-weight:500;justify-content:space-between;line-height:1.1;margin:0;padding:1px 0 0}.template3_labelFooter__N4wms span{color:#2e2e2e;font-size:5px;margin-left:5px}.label-container{background:#fff;border:1px solid #d3d3d3;box-sizing:border-box;color:#000;display:flex;flex-direction:column;font-family:Arial,sans-serif;font-size:9px;gap:3px;height:100mm;margin:auto;padding:4px;scale:1;width:150mm}.label-header{align-items:flex-start;display:flex;gap:4px;height:35px;justify-content:flex-start;margin-bottom:1px}.header-icon img{height:auto;margin-top:0;width:28px}.CE-icon{align-items:flex-start;display:flex;gap:0}.CE-icon span{margin-top:4px}.CE-icon img{height:auto;margin:0;object-fit:contain;width:30px}.Quantity{font-weight:600;height:5px;margin-top:0;padding:0}.UCKA-icon{align-items:center;display:flex;gap:4px;margin-left:5px;margin-top:4px}.UCKA-icon img{height:20px;width:10px}.label-product-name{align-items:center;display:flex;flex:1 1;flex-direction:column;padding:0;text-align:center}.label-product-name h2{font-size:11px;margin:0;padding:0;text-align:center;word-break:break-word}.label-product-name .subtitle{color:#555;font-size:8px;margin:0}.logo-instructor img{display:block;height:25px;margin:0 auto auto;width:25px}.logo-instructor p{font-size:8px bold;margin-top:0}.label-languages{word-wrap:break-word;border:1px solid #d3d3d3;display:flex;flex-wrap:wrap;font-size:6px;font-weight:400;gap:2px;line-height:1;margin:2px 0;max-height:50px;max-width:100%;overflow:break-word;padding:2px}.abbreviation{font-weight:700}.label-languages p{margin:0;padding:0}.label-icons-text{grid-gap:5px;display:grid;gap:5px;grid-template-columns:repeat(3,1fr);margin:4px 0;min-height:80px}.icon-item.Date-fabrication img{height:auto;max-width:30px}.icon-item{align-items:center;display:flex;font-size:7px;gap:3px;min-height:30px}.label-icons-text .icon-item img{height:auto;width:40px}.icon-item p{font-size:7px;font-weight:700;line-height:1.1;margin:0;position:center}.icon-item.numeric{align-items:center;display:flex;flex-direction:column;gap:1px;justify-content:center;text-align:center}.icon-item.numeric img{margin-bottom:1px}.icon-item.numeric p{font-size:7px;font-weight:700;line-height:0;margin:0 0 1px;padding:0}.icon-item.drops-filter{justify-content:center;position:relative}.icon-item.drops-filter p{color:#000;font-size:7px;font-weight:700;margin:0;padding:0;position:absolute;z-index:2}.icon-item.drops-filter.text-bottom p{top:35%;transform:translateY(-50%)}.label-icons-grid{grid-gap:2px;border-bottom:.5px solid #d3d3d3;border-top:.1px solid #d3d3d3;display:grid!important;flex:1 1;gap:2px;justify-items:center}.label-icons-grid .icon-item img{height:auto;object-fit:contain;width:100%}.label-icons-grid .icon-item{min-width:40px}.label-footer{align-items:center;display:flex;justify-content:space-between;margin-top:auto;max-height:60px;padding-top:0}.label-footer-content{align-items:center;color:#2e2e2e;display:flex;flex-direction:row;font-size:7px;font-weight:700;gap:3px;justify-content:center;margin-left:1px;margin-top:1px;max-height:1px}.label-footer-content span+span{margin-left:14px}.barcode img{justify-content:center;max-height:30px;padding:2px 0;width:90%}.barcode>div{align-items:center;display:flex;flex-direction:column;gap:2px}.barcode p{font-size:6px;font-weight:700;margin:0;padding:0;text-align:center;word-break:break-all}.end-logo img{height:auto;max-height:50px;max-width:50px;width:40px}.temperature-item{padding:9%;position:relative}.temp-value{color:#000;font-size:7px!important;font-weight:500;line-height:1;margin:0;padding:0;position:absolute;z-index:2}.temp-value.upper{background-color:#fff;right:2px;top:2px}.temp-value.lower{bottom:-1.2px;left:2px}.instructions-barcode{align-items:start;display:flex;flex-direction:column;gap:1px;margin-left:25px;max-width:100px}.ins-img img{height:30px}.icons-row{align-items:center;display:flex;gap:2px;justify-content:center}.instruction-text{font-size:6px;font-weight:700;margin:0;text-align:center;word-break:break-all}.Template5_label5-container__CiKYA{background:#fff;border:1px solid #d3d3d3;box-sizing:border-box;color:#000;display:flex;flex-direction:column;font-family:Arial,sans-serif;font-size:9px;gap:3px;height:76mm;margin:auto;min-height:50px;padding:4px;scale:1;width:100mm}.Template5_label5-header__086EK{align-items:flex-start;display:flex;gap:4px;height:35px;justify-content:flex-start;margin-bottom:1px}.Template5_header5-icon__wGjNv img{height:auto;margin-top:0;width:30px}.Template5_label5-CE-icon__SQ1xA{align-items:flex-start;display:flex;gap:2px}.Template5_label5-CE-icon__SQ1xA span{margin-top:5px}.Template5_label5-CE-icon__SQ1xA img{height:auto;margin:0;object-fit:contain;width:30px}.Template5_label5-Quantity__2MtgJ{font-weight:600;height:5px;margin-top:0;padding:0}.Template5_label5-UCKA-icon__3M1SA{align-items:center;display:flex;gap:3px;margin-left:5px;margin-top:3px}.Template5_label5-UCKA-icon__3M1SA img{height:14px;width:10px}.Template5_label5-product-name__-I98r{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;max-width:150px;padding:0;text-align:center}.Template5_label5-product-name__-I98r h2{font-size:9px;margin:0;padding:0;text-align:left;word-break:break-word}.Template5_label5-product-name__-I98r .Template5_subtitle__eV-Tp{color:#555;font-size:8px;margin:0}label5-logo-instructor{display:flex;position:center}.Template5_label5-logo-instructor__lb0X6 img{display:block;height:20px;margin:10px auto auto;width:20px}.Template5_label5-logo-instructor__lb0X6 p{font-size:7px;margin-top:0}.Template5_label5-languages__icrFu{word-wrap:break-word;border:1px solid #d3d3d3;display:flex;flex-wrap:wrap;font-size:4.5px;font-weight:400;gap:1px;line-height:1;margin:2px 0;max-height:45px;max-width:100%;overflow:break-word;padding:2px}.Template5_abbreviation__Efx\+Y{font-weight:700}.Template5_label5-languages__icrFu p{margin:0;padding:0}.Template5_label5-icons-text__bFbrd{grid-gap:4px;display:grid;gap:4px;margin:4px 0;min-height:80px}.Template5_label5-icon-item__b-nGu.Template5_Date-fabrication__8s0Oj img{height:auto;max-width:20px}.Template5_label5-icon-item__b-nGu{align-items:center;display:flex;font-size:7px;gap:3px;min-height:30px}.Template5_label5-icons-text__bFbrd .Template5_label5-icon-item__b-nGu img{height:auto;width:30px}.Template5_label5-icon-item__b-nGu p{font-size:5px;font-weight:600;line-height:1.1;margin:0;position:center}.Template5_label5-icon-item__b-nGu.Template5_numeric__hX6\+P{align-items:center;display:flex;flex-direction:column;gap:1px;justify-content:center;text-align:center}.Template5_label5-icon-item__b-nGu.Template5_numeric__hX6\+P p{font-size:6px;font-weight:700;line-height:0;margin:0 0 2px;padding:0}.Template5_label5-icon-item__b-nGu.Template5_drops-filter__j31rl{justify-content:center;position:relative}.Template5_label5-icon-item__b-nGu.Template5_drops-filter__j31rl p{color:#000;font-size:6px;font-weight:700;margin:0;padding:0;position:absolute;z-index:2}.Template5_label5-icon-item__b-nGu.Template5_drops-filter__j31rl.Template5_text-bottom__hP7ic p{top:35%;transform:translateY(-50%)}.Template5_label5-icons-grid__1L0aU{grid-gap:1px;border-bottom:.5px solid #d3d3d3;border-top:.1px solid #d3d3d3;display:grid!important;flex:1 1;gap:1px;justify-items:center}.Template5_label5-icons-grid__1L0aU .Template5_label5-icon-item__b-nGu img{height:auto;object-fit:contain;width:100%}.Template5_label5-icons-grid__1L0aU .Template5_label5-icon-item__b-nGu{min-width:10px}.Template5_label5-footer__pde-s{align-items:center;display:flex;justify-content:space-between;margin-top:auto;max-height:35px;padding-top:0}.Template5_label5-footer-content__FgBU8{align-items:center;color:#2e2e2e;display:flex;flex-direction:row;font-size:5px;font-weight:bolder;gap:3px;justify-content:center;margin-left:1px;margin-top:1px;max-height:1px}.Template5_label5-footer-content__FgBU8 .Template5_labelFooter__Il7vg span+span{margin-left:14px}.Template5_barcode5__fHtyZ img{justify-content:end;max-height:30px;padding:2px 0;width:90%}.Template5_barcode5__fHtyZ>div{align-items:flex-end;display:flex;flex-direction:column;gap:2px}.Template5_barcode5__fHtyZ p{font-size:6px;font-weight:700;margin:0;padding:0;text-align:center;word-break:break-all}.Template5_label5-end-logo__K\+lZU img{height:auto;margin-top:0;max-height:35px;max-width:35px;width:25px}.Template5_label5-temperature-item__Ott9s{padding:9%;position:relative}.Template5_label5-temp-value__jvcFA{color:#000;font-size:5px!important;font-weight:500;line-height:1;margin:0;padding:0;position:absolute;z-index:2}.Template5_label5-temp-value__jvcFA.Template5_upper__Zacbl{background-color:#fff;right:2px;top:1px}.Template5_label5-temp-value__jvcFA.Template5_lower__-TF6o{bottom:-1px;font-size:5.2px!important;left:2px}.Template5_label5-instructions-barcode__VkkZu{align-items:center;display:flex;flex-direction:column;gap:1px;margin-left:25px;margin-top:4px;max-width:90px}.Template5_label5-ins-img__BK0It img{height:20px;margin-top:2px}.Template5_label5-icons-row__BSmgc{align-items:center;display:flex;gap:2px;justify-content:center}.Template5_label5-instruction-text__HusLz{font-size:6px;margin:0;text-align:center;word-break:break-all}.Template6_label6-container__mdufd{background:#fff;border:1px solid #d3d3d3;box-sizing:border-box;color:#000;display:flex;flex-direction:column;font-family:Arial,sans-serif;font-size:9px;gap:3px;height:58mm;margin:auto;padding:4px;scale:1;width:78mm}.Template6_label6-header__3t6X9{align-items:flex-start;display:flex;gap:4px;height:20px;justify-content:flex-start;margin-bottom:1px}.Template6_header6-icon__26dzw{align-items:center;display:flex;justify-content:flex-end;margin-left:auto}.Template6_header6-icon__26dzw img{height:auto;margin-top:0;width:20px}.Template6_label6-CE-icon__secqI{align-items:center;display:flex;gap:0}.Template6_label6-CE-icon__secqI span{margin-top:2px}.Template6_label6-CE-icon__secqI img{height:18px;margin:0;object-fit:contain;width:18px}.Template6_label6-Quantity__kwddo{font-weight:600;height:5px;margin-top:0;padding:0}.Template6_label6-UCKA-icon__M-epS{align-items:center;display:flex;gap:3px;margin-left:5px;margin-top:2px}.Template6_label6-UCKA-icon__M-epS img{height:10px;width:10px}.Template6_label6-product-name__M-FIt{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;max-width:150px;padding:0;text-align:center}.Template6_label6-product-name__M-FIt h2{font-size:7px;margin:0;padding:0;text-align:left;word-break:break-word}.Template6_label6-subtitle__ezZh6{color:#555;font-size:6px;margin:0}.Template6_label6-logo-instructor__3JTz9{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.Template6_label6-logo-instructor__3JTz9 img{display:block;height:18px;margin:0 auto auto;width:18px}.Template6_label6-logo-instructor__3JTz9 p{font-size:5px;margin-top:0}.Template6_label6-languages__joUuI{word-wrap:break-word;border:1px solid #d3d3d3;display:flex;flex-wrap:wrap;font-size:4.5px;font-weight:400;gap:1px;line-height:1;margin:2px 0;max-height:42px;max-width:100%;overflow:break-word;padding:2px}.Template6_label6-abbreviation__aEeCn{font-weight:700}.Template6_label6-languages__joUuI p{margin:0;padding:0}.Template6_label6-icons-text__-41Ki{grid-gap:4px;display:grid;gap:4px;grid-template-columns:repeat(3,1fr);margin:4px 0;min-height:40px}.Template6_label6-icon-item__L883M.Template6_Date-fabrication__N1qle img{height:auto;max-width:20px}.Template6_label6-icon-item__L883M{align-items:center;display:flex;gap:3px;min-height:20px}.Template6_label6-icons-text__-41Ki .Template6_label6-icon-item__L883M img{height:auto;width:20px}.Template6_label6-icon-item__L883M p{font-size:3.5px;font-weight:600;line-height:1.1;margin:0;position:center}.Template6_label6-icon-item__L883M.Template6_numeric__i5RwW{align-items:center;display:flex;flex-direction:column;gap:1px;justify-content:center;text-align:center}.Template6_label6-icon-item__L883M.Template6_numeric__i5RwW img{margin-bottom:0}.Template6_label6-icon-item__L883M.Template6_numeric__i5RwW p{font-size:4px;font-weight:700;line-height:0;margin:0 0 1px;padding:0}.Template6_label6-icon-item__L883M.Template6_drops-filter__C\+PqG{justify-content:center;position:relative}.Template6_label6-icon-item__L883M.Template6_drops-filter__C\+PqG p{color:#000;font-size:4px;font-weight:700;margin:0;padding:0;position:absolute;z-index:2}.Template6_label6-icon-item__L883M.Template6_drops-filter__C\+PqG.Template6_text-bottom__0W9b5 p{top:35%;transform:translateY(-50%)}.Template6_label6-icons-grid__LvhOq{grid-gap:1px;border-bottom:.1px solid #d3d3d3;border-top:.1px solid #d3d3d3;display:grid!important;flex:1 1;gap:1px;justify-items:center}.Template6_label6-icons-grid__LvhOq .Template6_label6-icon-item__L883M img{height:auto;object-fit:contain;width:100%}.Template6_label6-icons-grid__LvhOq .Template6_label6-icon-item__L883M{min-width:10px}.Template6_label6-footer__1BcMF{align-items:center;display:flex;justify-content:space-between;margin-top:auto;max-height:35px;padding-top:0}.Template6_label6-footer-content__21ne-{align-items:center;color:#2e2e2e;display:flex;flex-direction:row;font-size:5px;font-weight:bolder;gap:6px;justify-content:center;margin-left:4px;margin-top:1px;max-height:1px}.Template6_label6-footer-content__21ne- .Template6_labelFooter__v76rR span+span{margin-left:14px}.Template6_barcode6__aTMYh img{justify-content:end;max-height:30px;padding:2px 0;width:90%}.Template6_barcode6__aTMYh>div{align-items:flex-end;display:flex;flex-direction:column;gap:2px}.Template6_barcode6__aTMYh p{font-size:6px;font-weight:700;margin:0;padding:0;text-align:center;word-break:break-all}.Template6_label6-end-logo__5uGNH img{height:auto;margin-left:7px;margin-top:0;max-height:30px;max-width:27px;width:20px}.Template6_label6-temperature-item__6bPQQ{padding:9%;position:relative}.Template6_label6-temp-value__5M2eB{color:#000;font-size:4px!important;font-weight:500;line-height:1;margin:0;padding:0;position:absolute;z-index:2}.Template6_label6-temp-value__5M2eB.Template6_upper__\+8jM9{background-color:#fff;right:2px;top:1px}.Template6_label6-temp-value__5M2eB.Template6_lower__ntF06{background-color:#fff;bottom:-1px;font-size:4px!important;left:2px}.Template6_label6-instructions-barcode__bCxu1{align-items:center;display:flex;flex-direction:column;gap:1px;margin-left:19px;margin-top:1px;max-width:90px}.Template6_label6-ins-img__Op3do img{height:16px;margin-top:2px}.Template6_label6-icons-row__eoiYj{align-items:center;display:flex;gap:2px;justify-content:center}.Template6_label6-instruction-text__9n75a{font-size:4px;font-weight:700;margin:0;text-align:center;word-break:break-all}.Template7_label7-container__JXHW5{background:#fff;border:1px solid #ddd;display:flex;flex-direction:column;font-family:Arial,sans-serif;height:auto;margin:auto;padding:5px;width:50mm}.Template7_label7-header__nPJgd{align-items:flex-start;border-bottom:1px solid gray;display:flex;justify-content:space-between;margin-bottom:5px;padding-bottom:3px}.Template7_label7-product-name__wHznf h2{font-size:12px;font-weight:700;line-height:1.2;margin:0}.Template7_label7-subtitle__9CM0z{color:#666;font-size:6px;font-style:italic;margin:1px 0 0}.Template7_label7-logo__Dp7hR{height:30px;width:40px}.Template7_label7-logo__Dp7hR img{max-height:100%;max-width:100%;object-fit:contain}.Template7_label7-icons-section__SVbHO{margin:3px 0;padding-bottom:2px}.Template7_label7-icons-row__Dizml{align-items:center;display:flex;gap:3px}.Template7_label7-icon-item__dR7r2{align-items:center;display:flex;flex:1 1;gap:2px}.Template7_label7-icon-item__dR7r2 img{flex-shrink:0;height:16px;object-fit:contain;width:16px}.Template7_label7-icon-text__hiGdo{flex:1 1;min-width:0}.Template7_label7-icon-text__hiGdo p{font-size:8px;font-weight:700;margin:0;white-space:nowrap}.Template7_label7-qr-section__Itqjk{align-items:center;display:flex;flex-direction:column;padding:5px 0}.Template7_label7-qr-row__KsfZQ{align-items:center;display:flex;gap:5px;margin-bottom:2px}.Template7_label7-qr-icon__ZVwm0 img{height:16px;width:16px}.Template7_label7-instruction-text__Cj2A3{font-size:7px;line-height:1.2;margin:0;max-width:100%;text-align:center;word-break:break-all}.Template7_label7-footer__-PxtN{border-top:1px solid gray;margin-top:3px;padding-top:3px}.Template7_label7-barcode-section__GRA-T,.Template7_label7-footer__-PxtN{align-items:center;display:flex;justify-content:center;width:100%}.Template7_barcode7__nEwUE{display:flex;justify-content:center;width:100%}.Template7_label7-footer-content__TGCMW{align-items:center;border-top:1px solid gray;color:#555;display:flex;flex-direction:row;font-size:6px;justify-content:center;margin-top:2px;padding-top:3px}.Template7_label7-footer-content__TGCMW .Template7_labelFooter__qs4DK span+span{margin-left:10px}.Template8_label8-container__t7e5d{background:#fff;border:1px solid #d3d3d3;box-sizing:border-box;color:#000;display:flex;flex-direction:column;font-family:Arial,sans-serif;font-size:9px;gap:3px;height:120mm;margin:auto;padding:4px;scale:1;width:80mm}.Template8_label8-header__uSO5K{align-items:flex-start;border-bottom:1px #000;display:flex;gap:4px;height:25px;justify-content:flex-start;margin-bottom:1px}.Template8_header8-icon__DKb30{align-items:center;display:flex;justify-content:flex-end;margin-left:auto}.Template8_header8-icon__DKb30 img{height:auto;margin-top:0;width:25px}.Template8_label8-CE-icon__nrfNI{align-items:center;display:flex;gap:0}.Template8_label8-CE-icon__nrfNI span{margin-top:2px}.Template8_label8-CE-icon__nrfNI img{height:auto;margin:0;object-fit:contain;width:30px}.Template8_label8-Quantity__GHKP2{font-weight:600;height:5px;margin-top:0;padding:0}.Template8_label8-UCKA-icon__1x3gV{align-items:center;display:flex;gap:3px;margin-left:8px}.Template8_label8-UCKA-icon__1x3gV img{height:15px;width:15px}.Template8_label8-product-name__sYto7{align-items:center;display:flex;flex:1 1;flex-direction:column;margin:0 auto;padding:0;text-align:center;width:100%}.Template8_label8-product-name__sYto7 h2{font-size:9px;font-weight:700;margin:0;padding:0;text-align:center;word-break:break-word}.Template8_label8-subtitle__O247x{color:#555;font-size:7px;margin:0;text-align:center}.Template8_label8-logo-instructor__Fl2Mg{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.Template8_label8-logo-instructor__Fl2Mg img{display:block;height:30px;margin:0 auto auto;width:30px}.Template8_label8-logo-instructor__Fl2Mg p{font-size:6px;margin-top:0}.Template8_label8-languages__tBJhF{word-wrap:break-word;border:1px solid #d3d3d3;display:flex;flex-wrap:wrap;font-size:6px;font-weight:400;gap:1px;line-height:1;margin:2px 0;max-height:100px;max-width:100%;overflow:break-word;padding:2px}.Template8_label8-abbreviation__4kOAz{font-weight:700}.Template8_label8-languages__tBJhF p{margin:0;padding:0}.Template8_label8-icons-text__-b8eA{grid-gap:4px;display:grid;gap:4px;grid-template-columns:repeat(3,1fr);margin:4px 0;min-height:50px}.Template8_label8-icon-item__pGV2P.Template8_Date-fabrication__2E5hy img{height:auto;max-width:20px}.Template8_label8-icon-item__pGV2P{align-items:center;display:flex;gap:3px;min-height:20px}.Template8_label8-icons-text__-b8eA .Template8_label8-icon-item__pGV2P img{height:auto;width:30px}.Template8_label8-icon-item__pGV2P p{font-size:6px;font-weight:600;line-height:1;margin:0;position:center}.Template8_label8-icon-item__pGV2P.Template8_numeric__vebiQ{align-items:center;display:flex;flex-direction:column;gap:1px;justify-content:center;text-align:center}.Template8_label8-icon-item__pGV2P.Template8_numeric__vebiQ img{margin-bottom:0}.Template8_label8-icon-item__pGV2P.Template8_numeric__vebiQ p{font-size:5.5px;font-weight:700;line-height:0;margin:0 0 1px;padding:0}.Template8_label8-icon-item__pGV2P.Template8_drops-filter__cujT\+{justify-content:center;position:relative}.Template8_label8-icon-item__pGV2P.Template8_drops-filter__cujT\+ p{color:#000;font-size:5.8px;font-weight:700;margin:0;padding:0;position:absolute;z-index:2}.Template8_label8-icon-item__pGV2P.Template8_drops-filter__cujT\+.Template8_text-bottom__aZMDa p{top:35%;transform:translateY(-50%)}.Template8_label8-icons-grid__XVRSA{grid-gap:1px;border-bottom:1px solid #d3d3d3;border-top:.1px solid #d3d3d3;display:grid!important;flex:1 1;gap:1px;justify-items:center}.Template8_label8-icons-grid__XVRSA .Template8_label8-icon-item__pGV2P img{height:auto;object-fit:contain;width:100%}.Template8_label8-icons-grid__XVRSA .Template8_label8-icon-item__pGV2P{min-width:10px}.Template8_label8-footer__0nvjF{align-items:center;display:flex;justify-content:space-between;margin-top:auto;max-height:35px;padding-top:0}.Template8_label8-footer-content__N\+PXp{align-items:center;color:#2e2e2e;display:flex;flex-direction:row;font-size:6px;font-weight:bolder;gap:6px;justify-content:center;margin-bottom:1px;margin-left:4px;margin-top:1px;max-height:1px}.Template8_label8-footer-content__N\+PXp .Template8_labelFooter__mMnEG span+span{margin-left:14px}.Template8_barcode8__IwZ5Z{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto;width:100%}.Template8_barcode8__IwZ5Z img{justify-content:center;max-height:40px;max-width:100%;padding:2px 0;width:auto}.Template8_barcode8__IwZ5Z>div{align-items:center;display:flex;flex-direction:column;gap:2px}.Template8_barcode8__IwZ5Z p{font-size:6px;font-weight:700;margin:0;padding:0;text-align:center;word-break:break-all}.Template8_label8-end-logo__9iG9n img{height:auto;margin-top:0;max-height:30px;max-width:30px;width:30px}.Template8_label8-temperature-item__WSjUA.Template8_double-range__\+B6l6{align-items:center;display:flex;flex-direction:column;gap:0;justify-content:center;position:relative}.Template8_label8-temperature-item__WSjUA.Template8_double-range__\+B6l6 .Template8_label8-temp-value__S3InX.Template8_upper__xaSZe{margin-bottom:-2px;order:1;right:-70%;transform:translateX(-50%);z-index:2}.Template8_label8-temperature-item__WSjUA.Template8_double-range__\+B6l6 img{height:40px;order:2;width:40px;z-index:1}.Template8_label8-temperature-item__WSjUA.Template8_double-range__\+B6l6 .Template8_label8-temp-value__S3InX.Template8_lower__xWBrz{left:-60%;margin-top:-1px;order:3;transform:translateX(50%);z-index:2}.Template8_label8-temperature-item__WSjUA.Template8_single-upper__LdGaq{align-items:center;display:flex;flex-direction:column;justify-content:center}.Template8_label8-temperature-item__WSjUA.Template8_single-upper__LdGaq img{height:40px;order:2;width:40px}.Template8_label8-temperature-item__WSjUA.Template8_single-upper__LdGaq .Template8_label8-temp-value__S3InX.Template8_upper__xaSZe{margin-bottom:-5px;order:1;right:-60%;transform:translateX(-50%)}.Template8_label8-temperature-item__WSjUA.Template8_single-lower__Z4tAa{align-items:center;display:flex;flex-direction:column;justify-content:center}.Template8_label8-temperature-item__WSjUA.Template8_single-lower__Z4tAa img{height:40px;order:1;width:40px}.Template8_label8-temperature-item__WSjUA.Template8_single-lower__Z4tAa .Template8_label8-temp-value__S3InX.Template8_lower__xWBrz{margin-left:-16px;margin-top:-5px;order:2}.Template8_label8-temp-value__S3InX{border-radius:1px;color:#000;font-size:5px!important;font-weight:700;line-height:1;margin:0;padding:1px 2px;position:relative;white-space:nowrap}.Template8_label8-right-section__dgSUD{align-items:center;display:flex;gap:30px;justify-content:flex-end;margin-left:auto}.Template8_label8-right-icons__4lFi8{display:flex;flex-direction:column;gap:2px;margin-left:-5px;margin-right:auto}.Template8_label8-instructions-barcode__yludv{align-items:flex-end;display:flex;flex-direction:column;gap:1px;margin-left:auto;margin-top:1px;max-width:90px}.Template8_label8-ins-img__HlA4q img{height:30px;margin-top:2px}.Template8_label8-icons-row__aYCfD{align-items:center;display:flex;gap:2px;justify-content:center}.Template8_label8-instruction-text__G9DD1{font-size:5px;font-weight:700;margin:0;text-align:center;word-break:break-all}.Template9_label9-container__X5SSS{background:#fff;border:1px solid #d3d3d3;box-sizing:border-box;color:#000;display:flex;font-family:Arial,sans-serif;font-size:9px;gap:4px;height:60mm;margin:auto;padding:4px;width:80mm}.Template9_vertical-barcode-container__435Pw{align-items:flex-start;border-right:1px solid #d3d3d3;display:flex;flex-direction:column;justify-content:flex-start;padding-right:0;padding-top:4px;width:auto}.Template9_vertical-udi__4CCS3{align-items:flex-start;height:auto;justify-content:flex-start;margin-left:2px}.Template9_vertical-datamatrix__MdqXc,.Template9_vertical-udi__4CCS3{display:flex;transform:rotate(90deg);transform-origin:center;width:100%}.Template9_vertical-datamatrix__MdqXc{align-items:center;flex-direction:column;height:40px;justify-content:center}.Template9_right-content__btZhm{display:flex;flex:1 1;flex-direction:column;gap:3px}.Template9_label9-header__JEvzI{align-items:flex-start;display:flex;gap:3px;height:15px;justify-content:space-between;margin-bottom:1px}.Template9_header9-icon__hcNlc{align-items:center;display:flex}.Template9_header9-icon__hcNlc img{height:auto;margin-top:0;width:20px}.Template9_label9-CE-icon__8W0UJ{align-items:center;display:flex;gap:0}.Template9_label9-CE-icon__8W0UJ span{margin-top:2px}.Template9_label9-CE-icon__8W0UJ img{height:18px;margin:0;object-fit:contain;width:18px}.Template9_label9-Quantity__p2A9P{font-weight:600;height:5px;margin-top:0;padding:0}.Template9_label9-UCKA-icon__-2WIy{align-items:center;display:flex;gap:3px;margin-left:5px;margin-top:2px}.Template9_label9-UCKA-icon__-2WIy img{height:10px;width:10px}.Template9_label9-product-name__dE042{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;max-width:150px;padding:0;text-align:center}.Template9_label9-product-name__dE042 h2{font-size:7px;margin:0;padding:0;text-align:left;word-break:break-word}.Template9_label9-subtitle__CsC99{color:#555;font-size:6px;margin:0}.Template9_label9-logo-instructor__Lseoi{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.Template9_label9-logo-instructor__Lseoi img{display:block;height:15px;margin:0 auto auto;width:15px}.Template9_label9-logo-instructor__Lseoi p{font-size:5px;margin-top:0}.Template9_label9-languages__kKnxa{word-wrap:break-word;border:1px solid #d3d3d3;display:flex;flex-wrap:wrap;font-size:4.5px;font-weight:400;gap:1px;line-height:1;margin:2px 0;max-height:42px;max-width:100%;overflow:hidden;padding:2px}.Template9_label9-abbreviation__zAixN{font-weight:700}.Template9_label9-languages__kKnxa p{margin:0;padding:0}.Template9_label9-icons-text__UBr-F{grid-gap:4px;display:grid;gap:4px;grid-template-columns:repeat(3,1fr);margin:4px 0;min-height:40px}.Template9_label9-icon-item__w46\+w.Template9_Date-fabrication__iqWiw img{height:auto;max-width:20px}.Template9_label9-icon-item__w46\+w{align-items:center;display:flex;gap:3px;min-height:20px}.Template9_label9-icons-text__UBr-F .Template9_label9-icon-item__w46\+w img{height:auto;width:20px}.Template9_label9-icon-item__w46\+w p{font-size:3.5px;font-weight:600;line-height:1.1;margin:0}.Template9_label9-icon-item__w46\+w.Template9_drops-filter__SefHv{justify-content:center;position:relative}.Template9_label9-icon-item__w46\+w.Template9_drops-filter__SefHv p{color:#000;font-size:4px;font-weight:700;margin:0;padding:0;position:absolute;z-index:2}.Template9_label9-icon-item__w46\+w.Template9_drops-filter__SefHv.Template9_text-bottom__-YWvn p{top:35%;transform:translateY(-50%)}.Template9_label9-icon-item__w46\+w.Template9_numeric__ojVjJ{align-items:center;display:flex;flex-direction:column;gap:1px;justify-content:center;text-align:center}.Template9_label9-icon-item__w46\+w.Template9_numeric__ojVjJ img{margin-bottom:0}.Template9_label9-icon-item__w46\+w.Template9_numeric__ojVjJ p{font-size:4px;font-weight:700;line-height:0;margin:0 0 1px;padding:0}.Template9_label9-icons-grid__UOH74{grid-gap:1px;border-bottom:.1px solid #d3d3d3;border-top:.1px solid #d3d3d3;display:grid!important;flex:1 1;gap:1px;justify-items:center;max-height:80px}.Template9_label9-icons-grid__UOH74 .Template9_label9-icon-item__w46\+w img{height:auto;object-fit:contain;width:100%}.Template9_label9-icons-grid__UOH74 .Template9_label9-icon-item__w46\+w{min-width:10px}.Template9_label9-temperature-item__4o5xq{padding:9%;position:relative}.Template9_label9-temp-value__HyfX-{color:#000;font-size:4px!important;font-weight:500;line-height:1;margin:0;padding:0;position:absolute;z-index:2}.Template9_label9-temp-value__HyfX-.Template9_upper__jTs\+n{background-color:#fff;right:2px;top:1px}.Template9_label9-temp-value__HyfX-.Template9_lower__NJVaS{background-color:#fff;bottom:-1px;font-size:4px!important;left:2px}.Template9_label9-footer__t72eO{align-items:center;display:flex;justify-content:space-between;margin-top:auto;max-height:33px;padding-top:2px}.Template9_label9-footer-content__7Px6V{align-items:center;color:#2e2e2e;display:flex;flex-direction:row;font-size:5px;font-weight:bolder;gap:6px;justify-content:center;margin-top:2px;max-height:10px}.Template9_label9-footer-content__7Px6V .Template9_labelFooter__crwHI span+span{margin-left:14px}.Template9_label9-end-logo__op5Nd img{height:auto;margin-left:auto;margin-top:0;max-height:30px;max-width:27px;width:25px}.Template9_label9-instructions-barcode__FVCba{align-items:center;display:flex;flex-direction:column;gap:1px;margin-left:10px;max-width:80px}.Template9_label9-ins-img__MHB2o img{height:16px;margin-top:2px}.Template9_label9-icons-row__fK\+Bb{align-items:center;display:flex;gap:2px;justify-content:center}.Template9_label9-instruction-text__lCt\+0{font-size:4px;font-weight:700;margin:0;text-align:center;word-break:break-all}.UdiTemplate_udi-container__YA2uG{border:1px solid #ddd;display:flex;flex-direction:column;font-family:Arial,sans-serif;height:auto;justify-content:space-between;margin:auto;padding:2px;width:80mm}.UdiTemplate_udi-main-section__6R7Xr{display:flex;height:70%}.UdiTemplate_udi-barcode__EuGYf{display:flex;height:100%;width:100%}@media screen{.label-preview-area{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start}.label-preview-area>.label-print-root{align-items:flex-start;display:flex;flex:0 0 auto;justify-content:center;margin:0;padding:0;width:100%}}@media print{.label-print-zoom-wrapper{height:auto!important;max-height:none!important;max-width:none!important;overflow:visible!important;width:auto!important}.label-print-zoom-content{display:block!important;flex-wrap:nowrap!important;height:auto!important;transform:none!important;width:auto!important}.label-print-root{display:block;height:auto;margin:0;padding:0;width:auto}.label-print-root--document{display:block}.label-print-sheet{-webkit-column-break-inside:avoid;break-inside:avoid;margin:0!important;overflow:visible;page-break-after:always;page-break-inside:avoid;position:relative;-webkit-print-color-adjust:exact;print-color-adjust:exact}.label-print-sheet>*{margin:0!important}.label-print-sheet:last-child{page-break-after:auto}.label-preview-area,.label-preview-clip{flex:initial!important;height:auto!important;max-width:none!important;overflow:visible!important}.label-preview-area,.label-preview-area>.label-print-root,.label-preview-clip{align-items:normal!important;display:block!important;justify-content:normal!important;width:auto!important}}.pricing-component{font-family:inherit;margin:0 auto;max-width:1200px;padding:40px 20px}.pricing-component.full-page{min-height:100vh;padding:80px 20px}.subcheck-page{position:relative}.subcheck-compact{display:flex;flex-direction:column;max-height:100vh;min-height:100vh;overflow-y:auto;padding:20px 16px 16px}.subcheck-header-compact h2{font-size:32px;margin-bottom:8px}.subcheck-header-compact p{font-size:16px;margin-bottom:12px}.subcheck-plans-compact{display:flex;flex:1 1;flex-direction:column;justify-content:center;min-height:0}.subcheck-cards-compact{gap:16px;margin-bottom:12px}.subcheck-card-compact{border-radius:16px;flex:1 1;max-width:320px;min-height:auto;padding:20px 16px}.subcheck-card-compact .card-header h3{font-size:22px;margin-bottom:4px}.plan-description-compact{color:inherit;font-size:13px;margin-bottom:12px;opacity:.8;text-align:center}.subcheck-card-compact .price-section{margin-bottom:12px}.subcheck-card-compact .price-amount{font-size:36px}.subcheck-card-compact .price-period{font-size:14px}.subcheck-card-compact .subcheck-subnote{font-size:11px;margin-bottom:12px;margin-top:-8px}.subcheck-features-compact{flex-grow:1;margin-bottom:16px}.subcheck-features-compact li{font-size:13px;gap:8px;padding:6px 0}.subcheck-features-compact li svg{height:16px;width:16px}.subcheck-button-compact{border-radius:12px;font-size:14px;margin-bottom:8px;padding:12px 20px}.subcheck-trust{font-size:11px;margin-top:8px}.subcheck-fineprint{font-size:11px;margin-top:12px;padding:0 16px}.subcheck-context{font-size:12px;margin-top:8px;padding:8px 12px}.subcheck-topbar{margin-bottom:12px}.subcheck-back{font-size:14px;padding:8px 12px}.popular-badge{font-size:10px;padding:6px 16px;right:16px}.savings-tag{font-size:12px;margin-top:4px;padding:4px 12px}.subcheck-topbar{display:flex;justify-content:flex-start;margin-bottom:18px}.subcheck-back{align-items:center;background:#0e2f780f;border:1px solid #0e2f7824;border-radius:12px;color:#0e2f78;display:inline-flex;font-weight:700;gap:6px;padding:10px 14px;text-decoration:none;transition:all .2s ease}.subcheck-back:hover{background:#0e2f7817;border-color:#0e2f7838;transform:translateY(-1px)}.subcheck-context{align-items:center;background:#f8fafce6;border:1px solid #64748b40;border-radius:14px;color:#334155;display:inline-flex;font-size:14px;gap:8px;margin:18px auto 0;max-width:820px;padding:10px 14px}.subcheck-context code{background:#0e2f7814;border-radius:10px;color:#0e2f78;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;padding:2px 8px}.subcheck-subnote{margin-bottom:18px;margin-top:-18px;opacity:.75}.subcheck-subnote,.subcheck-trust{font-size:13px;font-weight:600;text-align:center}.subcheck-trust{color:#64748b;margin-top:12px}.pricing-card.annualy .subcheck-subnote,.pricing-card.annualy .subcheck-trust{color:#ffffffc7}.subcheck-fineprint{margin-top:22px}.subcheck-loading-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a73;display:grid;inset:0;padding:24px;place-items:center;position:fixed;z-index:9999}.subcheck-loading-card{grid-gap:10px;background:#fffffff2;border:1px solid #94a3b859;border-radius:20px;box-shadow:0 24px 80px #00000047;display:grid;gap:10px;padding:22px 18px;place-items:center;width:min(560px,100%)}.subcheck-loading-text{color:#0e2f78;font-size:14px;font-weight:700;text-align:center}.pricing-header{margin-bottom:60px;text-align:center}.pricing-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0e2f78,#1e40af);-webkit-background-clip:text;background-clip:text;color:#0e2f78;font-size:48px;font-weight:700;margin-bottom:16px}.pricing-header p{color:#64748b;font-size:20px;margin-bottom:40px}.payment-mode-toggle{display:flex;justify-content:center;margin-bottom:50px}.mode-switcher{background:#f1f5f9;border-radius:50px;box-shadow:0 4px 12px #00000014;display:inline-flex;padding:6px;position:relative}.mode-btn{background:#0000;border:none;border-radius:44px;color:#64748b;cursor:pointer;font-size:16px;font-weight:600;padding:12px 32px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1}.mode-btn.active{background:linear-gradient(135deg,#0e2f78,#1e40af);box-shadow:0 4px 12px #0e2f784d;color:#fff;transform:translateY(-2px)}.mode-btn:hover:not(.active){background:#0e2f780d;color:#0e2f78;transform:translateY(-1px)}.subscription-plans{width:100%}.subscription-cards{align-items:stretch;display:flex;flex-wrap:wrap;gap:30px;justify-content:center;max-width:100%}.pricing-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:2px solid #0e2f7814;border-radius:24px;display:flex;flex-direction:column;justify-content:space-between;min-height:500px;overflow:hidden;padding:32px 24px}.pricing-card:before{background:linear-gradient(90deg,#0e2f78,#3b82f6);content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.pricing-card:hover{border-color:#0e2f7833;box-shadow:0 32px 64px #0e2f7826,0 16px 32px #0e2f7814,inset 0 1px 0 #ffffffe6;transform:translateY(-12px) scale(1.02)}.pricing-card:hover:before{opacity:1}.pricing-card.popular{border-color:#059669;box-shadow:0 20px 40px #05966926,inset 0 1px 0 #05966933;transform:scale(1.05)}.pricing-card.monthly{background:linear-gradient(135deg,#edf3ff,#f8fafc)}.pricing-card.annualy{background:linear-gradient(135deg,#0939a0,#1e40af);border-color:#059669;color:#fff}.pricing-card.annualy:hover{background:linear-gradient(135deg,#1e40af,#2563eb)}.pricing-card.credits{background:linear-gradient(135deg,#f0fdf4,#f8fafc);border-color:#05966926}.pricing-card.credits:hover{border-color:#0596694d}.popular-badge{background:linear-gradient(135deg,#059669,#10b981);border-radius:0 0 12px 12px;box-shadow:0 4px 12px #0596694d;font-size:12px;padding:8px 20px;right:24px;top:-1px}.card-header{margin-bottom:24px;position:relative;text-align:center}.card-header h3{color:inherit;font-size:28px;font-weight:700;margin-bottom:8px}.savings-tag{background:linear-gradient(135deg,#eeba00,#f59e0b);border-radius:20px;box-shadow:0 4px 12px #eeba004d;color:#fff;display:inline-block;font-size:14px;font-weight:600;margin-top:8px;padding:6px 16px}.price-section{align-items:baseline;display:flex;gap:4px;justify-content:center;margin-bottom:32px}.price-amount{color:inherit}.price-period{color:inherit;font-size:18px;font-weight:500;opacity:.7}.features-list{flex-grow:1;list-style:none;margin:0 0 32px;padding:0}.features-list li{align-items:center;border-bottom:1px solid #ffffff1a;color:inherit;display:flex;font-size:16px;gap:12px;opacity:.9;padding:12px 0;transition:all .3s ease}.features-list li:hover{opacity:1;transform:translateX(4px)}.features-list li svg{color:#10b981;flex-shrink:0;height:20px;width:20px}.plan-button{background:linear-gradient(135deg,#fff,#f1f5f9);border:2px solid #0e2f7833;border-radius:16px;color:#0e2f78;cursor:pointer;font-size:16px;font-weight:700;overflow:hidden;padding:16px 24px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.pricing-card.annualy .plan-button{background:linear-gradient(135deg,#fff,#f8fafc);color:#0e2f78}.plan-button:hover{background:linear-gradient(135deg,#0e2f78,#1e40af);border-color:#0000;box-shadow:0 12px 24px #0e2f784d;color:#fff;transform:translateY(-2px)}.plan-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.credits-mode-header{margin-bottom:40px;text-align:center}.credits-mode-header h3{color:#0e2f78;font-size:32px;font-weight:700;margin-bottom:12px}.credits-mode-header p{color:#64748b;font-size:18px;margin:0 auto;max-width:600px}.project-selector{background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #0e2f7814;border-radius:24px;box-shadow:0 8px 32px #0000000a;margin-bottom:32px;padding:40px}.project-selector label{color:#0e2f78;display:block;font-size:20px;font-weight:600;margin-bottom:24px;text-align:center}.project-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));margin-bottom:32px}.project-card{align-items:center;background:linear-gradient(135deg,#fff,#f1f5f9);border:2px solid #94a3b833;border-radius:16px;cursor:pointer;display:flex;flex-direction:column;gap:8px;padding:20px 16px;position:relative;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.project-card:hover{border-color:#0e2f784d;box-shadow:0 12px 24px #0000001a;transform:translateY(-4px)}.project-card.selected{background:linear-gradient(135deg,#0e2f78,#1e40af);border-color:#0e2f78;box-shadow:0 12px 24px #0e2f784d;color:#fff}.project-card.blue.selected{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-color:#1d4ed8}.project-card.green.selected{background:linear-gradient(135deg,#10b981,#059669);border-color:#059669}.project-card.purple.selected{background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-color:#7c3aed}.project-card.orange.selected{background:linear-gradient(135deg,#f59e0b,#d97706);border-color:#d97706}.project-number{font-size:32px;font-weight:800;line-height:1}.project-price{font-size:18px;font-weight:600;opacity:.9}.project-label{font-size:12px;letter-spacing:.5px;opacity:.7;text-transform:uppercase}.selected-icon{color:#fff;height:24px;position:absolute;right:8px;top:8px;width:24px}.custom-input-section{align-items:center;border-top:2px solid #94a3b81a;display:flex;flex-direction:column;gap:16px;padding-top:24px}.custom-input-section label{color:#64748b;font-size:16px;font-weight:600;margin-bottom:0}.custom-input-wrapper{align-items:center;display:flex;gap:8px}.custom-project-input{border:2px solid #94a3b833;border-radius:12px;color:#0e2f78;font-size:16px;font-weight:600;padding:12px 16px;text-align:center;transition:all .3s ease;width:100px}.custom-project-input:focus{border-color:#0e2f78;box-shadow:0 0 0 3px #0e2f781a;outline:none}.projects-label{font-size:14px;font-weight:500}.cost-display{color:#0e2f78;font-size:18px;font-weight:700;text-align:center}.per-project{color:#64748b;display:block;font-size:14px;font-weight:400}.credits-purchase-btn{background:linear-gradient(135deg,#0e2f78,#1e40af);border:none;border-radius:16px;box-shadow:0 8px 24px #0e2f784d;color:#fff;cursor:pointer;font-size:18px;font-weight:700;max-width:400px;overflow:hidden;padding:20px 32px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.credits-purchase-btn:hover:not(:disabled){background:linear-gradient(135deg,#1e40af,#2563eb);box-shadow:0 12px 32px #0e2f7866;transform:translateY(-2px)}.credits-purchase-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.early-bird-banner{background:linear-gradient(135deg,#fbbf24,#f59e0b);border:2px solid #f59e0b4d;border-radius:16px;box-shadow:0 8px 24px #fbbf244d;margin:auto;padding:20px 24px;text-align:center}.early-bird-banner p{color:#fff;font-weight:600;margin:8px 0;text-shadow:0 1px 2px #0000001a}.guarantee-section{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:2px solid #0e2f781a;border-radius:20px;margin-top:60px;padding:32px;text-align:center}.guarantee-section h4{color:#0e2f78;font-size:24px;font-weight:700;margin-bottom:12px}.guarantee-section p{color:#64748b;font-size:16px;margin:0}@media screen and (max-width:768px){.pricing-header h2{font-size:32px}.pricing-header p{font-size:16px}.mode-switcher{background:#0000;box-shadow:none;flex-direction:column;gap:8px;padding:0}.mode-btn{background:#0e2f781a;border-radius:12px}.subscrption-cards{flex-direction:column}.pricing-card{margin:0 auto;max-width:400px;width:100%}.pricing-card.popular{transform:none}.project-grid{gap:16px;grid-template-columns:repeat(2,1fr)}.credits-purchase-btn{font-size:16px;padding:16px 24px;width:100%}.project-selector{padding:24px}}@media screen and (max-width:480px){.pricing-component{padding:20px 16px}.project-grid{grid-template-columns:1fr}.pricing-card{padding:20px 16px}.price-amount{font-size:36px}}@media screen and (max-width:1024px){.subcheck-cards-compact{flex-wrap:wrap;justify-content:center}.subcheck-card-compact{max-width:100%;min-width:280px}}@media screen and (max-width:768px){.subcheck-compact{padding:16px 12px 12px}.subcheck-header-compact h2{font-size:24px}.subcheck-header-compact p{font-size:14px}.subcheck-cards-compact{gap:12px}.subcheck-card-compact{max-width:100%;padding:16px 12px}.subcheck-card-compact .price-amount{font-size:32px}.subcheck-features-compact li{font-size:12px;padding:4px 0}}@media screen and (max-height:800px){.subcheck-compact{padding:12px 16px}.subcheck-header-compact{margin-bottom:16px}.subcheck-header-compact h2{font-size:28px;margin-bottom:4px}.subcheck-header-compact p{font-size:14px;margin-bottom:8px}.subcheck-card-compact{padding:16px 12px}.subcheck-card-compact .card-header h3{font-size:20px}.subcheck-features-compact{margin-bottom:12px}.subcheck-features-compact li{font-size:12px;padding:4px 0}.subcheck-button-compact{font-size:13px;padding:10px 16px}}.check-sub-page-wrapper{background:linear-gradient(135deg,#f8fafc,#f1f5f9);display:flex;flex-direction:column;max-height:100vh;min-height:100vh;overflow:hidden}.check-sub-navbar{gap:20px;justify-content:space-between;padding:16px 24px;position:relative;z-index:10}.check-sub-nav-back,.check-sub-navbar{align-items:center;display:flex;flex-shrink:0}.check-sub-nav-back{background:#0e2f780f;border:1px solid #0e2f781f;border-radius:10px;color:#0e2f78;font-size:14px;font-weight:600;gap:8px;padding:10px 16px;text-decoration:none;transition:all .2s ease;white-space:nowrap}.check-sub-nav-back:hover{background:#0e2f781a;border-color:#0e2f7833;transform:translateY(-1px)}.check-sub-nav-back svg{height:20px;width:20px}.check-sub-nav-content{align-items:center;display:flex;flex:1 1;justify-content:center;min-width:0}.check-sub-nav-content h1{color:#0e2f78;font-size:24px;font-weight:700;line-height:1.2;margin:0;text-align:center}.check-sub-nav-context{align-items:center;background:#94a3b81a;border:1px solid #94a3b833;border-radius:6px;color:#475569;display:inline-flex;flex-shrink:0;font-size:11px;gap:6px;max-width:200px;overflow:hidden;padding:6px 12px;text-overflow:ellipsis;white-space:nowrap}.check-sub-nav-context code{background:#0e2f781a;border-radius:4px;color:#0e2f78;font-family:Monaco,Courier New,monospace;font-size:10px;overflow:hidden;padding:2px 6px;text-overflow:ellipsis}.check-sub-content{display:flex;flex:1 1;flex-direction:column;min-height:0;overflow-y:auto;padding:24px}.check-sub-subtitle{color:#64748b;flex-shrink:0;font-size:15px;margin:0 0 24px;text-align:center}.check-sub-cards-wrapper{align-content:flex-start;align-items:stretch;display:flex;flex:1 1;flex-wrap:wrap;gap:24px;justify-content:center;margin-bottom:20px;min-height:0}.check-sub-cards-wrapper .pricing-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #0e2f7814;border-radius:24px;display:flex;flex:1 1;flex-direction:column;height:600px;justify-content:flex-start;max-height:none;max-width:330px;min-width:260px;overflow:visible;padding:24px;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.check-sub-cards-wrapper .pricing-card:before{background:linear-gradient(90deg,#0e2f78,#3b82f6);content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.check-sub-cards-wrapper .pricing-card:hover{border-color:#0e2f7833;box-shadow:0 32px 64px #0e2f7826,0 16px 32px #0e2f7814,inset 0 1px 0 #ffffffe6;transform:translateY(-12px) scale(1.02)}.check-sub-cards-wrapper .pricing-card:hover:before{opacity:1}.check-sub-cards-wrapper .pricing-card.popular{border-color:#059669;box-shadow:0 20px 40px #05966926,inset 0 1px 0 #05966933;transform:scale(1.05)}.check-sub-cards-wrapper .pricing-card.monthly{background:linear-gradient(135deg,#edf3ff,#f8fafc)}.check-sub-cards-wrapper .pricing-card.annualy{background:linear-gradient(135deg,#0939a0,#1e40af);border-color:#059669;color:#fff}.check-sub-cards-wrapper .pricing-card.annualy:hover{background:linear-gradient(135deg,#1e40af,#2563eb)}.check-sub-cards-wrapper .pricing-card.credits{background:linear-gradient(135deg,#f0fdf4,#f8fafc);border-color:#05966926}.check-sub-cards-wrapper .pricing-card.credits:hover{border-color:#0596694d}.check-sub-cards-wrapper .pricing-card{box-sizing:border-box}.check-sub-cards-wrapper .pricing-card .features-list{flex:1 1 auto;min-height:0;overflow:visible}.check-sub-cards-wrapper .pricing-card .plan-button{flex-shrink:0;margin-top:auto;position:relative;z-index:1}.check-sub-cards-wrapper .pricing-card .subcheck-trust{flex-shrink:0;position:relative;z-index:1}.check-sub-cards-wrapper .card-header{margin-bottom:4px;position:relative;text-align:center}.check-sub-cards-wrapper .card-header h3{color:inherit;font-size:28px;font-weight:700;margin-bottom:4px}.check-sub-cards-wrapper .plan-description{color:inherit;font-size:14px;line-height:1.5;margin-bottom:6px;opacity:.85}.check-sub-cards-wrapper .price-section{align-items:baseline;display:flex;gap:4px;justify-content:center;margin-bottom:32px}.check-sub-cards-wrapper .price-amount{color:inherit;font-size:48px;font-weight:800;line-height:1}.check-sub-cards-wrapper .price-period{color:inherit;font-size:18px;font-weight:500;opacity:.7}.check-sub-cards-wrapper .savings-tag{background:linear-gradient(135deg,#eeba00,#f59e0b);border-radius:20px;box-shadow:0 4px 12px #eeba004d;color:#fff;display:inline-block;font-size:14px;font-weight:600;margin-top:8px;padding:6px 16px}.check-sub-cards-wrapper .subcheck-subnote{color:inherit;font-size:12px;font-weight:500;margin-top:8px;opacity:.8}.check-sub-cards-wrapper .features-list{flex-grow:1;list-style:none;margin:0 0 32px;padding:0}.check-sub-cards-wrapper .features-list li{align-items:center;border-bottom:1px solid #ffffff1a;color:inherit;display:flex;font-size:14px;gap:12px;opacity:.9;padding:10px 0;transition:all .3s ease}.check-sub-cards-wrapper .features-list li:hover{opacity:1;transform:translateX(4px)}.check-sub-cards-wrapper .features-list li svg{color:#10b981;flex-shrink:0;height:20px;width:20px}.check-sub-cards-wrapper .pricing-card.annualy .features-list li svg{color:#ffffffe6}.check-sub-cards-wrapper .plan-button{background:linear-gradient(135deg,#fff,#f1f5f9);border:2px solid #0e2f7833;border-radius:16px;color:#0e2f78;cursor:pointer;font-size:16px;font-weight:700;overflow:hidden;padding:16px 24px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.check-sub-cards-wrapper .pricing-card.annualy .plan-button{background:linear-gradient(135deg,#fff,#f8fafc);color:#0e2f78}.check-sub-cards-wrapper .plan-button:hover:not(:disabled){background:linear-gradient(135deg,#0e2f78,#1e40af);border-color:#0000;box-shadow:0 12px 24px #0e2f784d;color:#fff;transform:translateY(-2px)}.check-sub-cards-wrapper .plan-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.check-sub-cards-wrapper .subcheck-trust{color:inherit;font-size:13px;font-weight:500;margin-top:12px;opacity:.7;text-align:center}.check-sub-cards-wrapper .popular-badge{background:linear-gradient(135deg,#059669,#10b981);border-radius:0 0 12px 12px;box-shadow:0 4px 12px #0596694d;color:#fff;font-size:12px;font-weight:700;letter-spacing:.5px;padding:8px 20px;position:absolute;right:24px;text-transform:uppercase;top:-1px}.subcheck-fineprint{color:#64748b;flex-shrink:0;font-size:13px;margin-top:20px;padding:12px 0;text-align:center}.subcheck-fineprint a{color:#0e2f78;font-weight:700;text-decoration:none}.subcheck-fineprint a:hover{text-decoration:underline}@media screen and (max-width:1024px){.check-sub-cards-wrapper{gap:20px}.check-sub-cards-wrapper .pricing-card{max-width:300px;min-width:240px}}@media screen and (max-width:768px){.check-sub-navbar{gap:12px;padding:12px 16px}.check-sub-nav-content h1{font-size:20px}.check-sub-nav-context{display:none}.check-sub-content{padding:16px}.check-sub-cards-wrapper{align-items:center;flex-direction:column;gap:16px}.check-sub-cards-wrapper .pricing-card{max-width:100%;min-width:auto;width:100%}}@media screen and (max-height:800px){.check-sub-navbar{padding:12px 20px}.check-sub-nav-content h1{font-size:20px}.check-sub-content{padding:16px 20px}.check-sub-cards-wrapper .pricing-card{max-height:calc(100vh - 180px);min-height:auto;padding:24px 20px}.check-sub-cards-wrapper .card-header h3{font-size:24px}.check-sub-cards-wrapper .price-amount{font-size:40px}.check-sub-cards-wrapper .features-list{flex-shrink:1;margin-bottom:20px}.check-sub-cards-wrapper .features-list li{font-size:14px;padding:8px 0}.check-sub-cards-wrapper .plan-button{margin-top:auto}}.A4-content,.responsive-container{margin:0 auto;max-width:21cm;width:100%}.A4-content{background-color:#fff;border:1px solid #e7e7e7;box-sizing:border-box;min-height:1122.519685px;padding:3px}.row_branchen{grid-gap:1%;display:flex}.card-document{border:0;transform:scale(1);transition:all .5s ease}.card-document:hover{box-shadow:0 0 10px #0000004d;transform:scale(1.03)}.card-wrapper{padding:5px;width:24%}@media screen and (max-width:1024px){.card-wrapper{padding:5px;width:25%}}@media screen and (max-width:900px){.card-wrapper{padding:5px;width:33%}}@media screen and (max-width:780px){.card-wrapper{padding:5px;width:50%}}@media screen and (max-width:550px){.card-wrapper{padding:5px;width:80%}}.linkStyle{color:#dee3e8!important}.linkStyle:hover{color:#9b9b9b!important}.navbar{background-color:#ecf0f3!important;border-bottom:.5px solid #d3d3d3;position:fixed;width:100%;z-index:999}.navbar a{color:#1d1d1d!important;font-size:20px!important;font-weight:700}.container-dashboard{margin:auto;width:90%}.h1{font-weight:700;letter-spacing:2;margin-bottom:100px}#wrapper{padding-left:0;transition:all .5s ease}#wrapper.toggled{padding-left:250px}#sidebar-wrapper{background:#021d41;height:100%;left:250px;margin-left:-250px;overflow-x:hidden;overflow-y:auto;position:fixed;transition:all .5s ease;width:0;z-index:1000}.bg-sidebar-img{bottom:0;height:60%;left:-120px;opacity:.8;position:absolute}#wrapper .sidebar-nav .navList{display:flex;flex-direction:column;margin-left:0;padding:0 20px}.dash-header-sm-devices a{background-color:#033371;border-radius:5px;color:#fff;padding:1px 7px}#wrapper .sidebar-nav .navList a{align-items:center;border-radius:10px;color:#ffffffb2;display:flex;font-size:18px;font-weight:600;margin:2px 0;padding:10px 0;width:100%}#wrapper .sidebar-nav .navList .MuiSvgIcon-root{font-size:29px;margin-right:10px}#wrapper .sidebar-nav .navList a:hover{background-color:#1a447b;color:#eaeaea}.sideBrd-user-info{border-bottom:1px solid gray;color:#fff;margin:0 10px 20px;padding-bottom:20px;text-align:center}.sideBrd-user-info p{color:#d2d2d2;font-size:12px}.sideBrd-user-info h4{color:#e9e9e9;font-size:24px}.dropdown .dropdown-toggle{align-items:center;background-color:#08408b!important;border:0;border-radius:8px;display:flex;display:none;font-weight:600;margin-right:10px;outline:none!important;padding:2px 5px;transition:all .3s ease}.dropdown .dropdown-menu{display:none}.dropdown .dropdown-toggle:hover{background-color:#03195c!important;color:#eaeaea!important}#wrapper.toggled #sidebar-wrapper{width:250px}.sidebar-nav{height:100%;list-style:none;margin:0;padding:0;position:absolute;top:0;width:250px}.sidebar-nav a{color:#818181;display:block;font-size:18px;margin:20px auto;padding-left:32px;text-decoration:none;transition:.3s}.sidebar-nav a:first-child{margin:40px auto}.sidebar-nav a:hover{color:#f1f1f1}#page-content-wrapper #menu-toggle{cursor:pointer;font-size:30px}.dash-Logo{border:0;border-radius:2px;display:none;height:40px;width:100px}.custom-dropdown-container{align-items:center;display:none}.custom-dropdown{position:relative}.custom-dropdown-toggle{background-color:#08408b;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:2px 8px}.custom-dropdown-menu{background-color:#fff;border:1px solid #ddd;border-radius:5px;box-shadow:0 8px 16px 0 #0003;display:none;flex-direction:column;left:0;opacity:0;pointer-events:none;position:absolute;top:120%;transform:translateY(-10px);transition:opacity .3s ease-in-out,transform .3s ease-in-out;z-index:10}.custom-dropdown.open .custom-dropdown-menu{display:flex;opacity:1;pointer-events:auto;transform:translateY(0)}.custom-dropdown-menu a{color:#333;padding:5px 20px;text-decoration:none;transition:background-color .3s}.custom-dropdown-menu a:hover{background-color:#f9f9f9}.avatar{margin-left:10px}@media screen and (max-width:778px){#wrapper{display:none!important}.dropdown .dropdown-toggle{display:block}.custom-dropdown-container{display:flex}#page-content-wrapper #menu-toggle{cursor:pointer;display:none!important;font-size:30px}.dash-Logo{display:block}}@media screen and (max-width:1140px){.container-dashboard{width:90%}}@media screen and (max-width:720px){.container-dashboard{width:95%}}.paper-billing-lock{--plk-accent:#075670;--plk-accent-soft:#07567014;--plk-text:#1a2b3c;--plk-muted:#5c6b7a;--plk-border:#e8ecf0;--plk-warning:#b08311;--plk-warning-soft:#fff8e6;--plk-warning-border:#f0e0b2;background:#fff;border:1px solid var(--plk-border);border-radius:16px;box-shadow:0 4px 14px #0f172a0d;margin:1.25rem auto 2.5rem;max-width:720px;padding:2.25rem 2rem 1.75rem;position:relative;text-align:center}.paper-billing-lock__icon{border-radius:50%;height:64px;justify-content:center;margin-bottom:.75rem;width:64px}.paper-billing-lock__badge,.paper-billing-lock__icon{align-items:center;background:var(--plk-accent-soft);color:var(--plk-accent);display:inline-flex}.paper-billing-lock__badge{border:1px solid #0756702e;border-radius:999px;font-size:.72rem;font-weight:700;gap:.4rem;letter-spacing:.06em;margin-bottom:1rem;padding:.25rem .65rem;text-transform:uppercase}.paper-billing-lock__title{color:#08408b;font-size:1.4rem;font-weight:800;letter-spacing:-.02em;margin:0 0 .5rem}.paper-billing-lock__lead{color:var(--plk-text);font-size:.98rem;line-height:1.55;margin:0 auto 1.25rem;max-width:540px}.paper-billing-lock__reason{background:var(--plk-warning-soft);border:1px solid var(--plk-warning-border);border-radius:10px;color:#6b5a2a;display:inline-block;font-size:.9rem;line-height:1.5;margin:0 auto 1.5rem;max-width:560px;padding:.7rem 1rem;text-align:left}.paper-billing-lock__features{grid-gap:.55rem;display:grid;gap:.55rem;list-style:none;margin:0 auto 1.75rem;max-width:520px;padding:0;text-align:left}.paper-billing-lock__features li{align-items:flex-start;color:var(--plk-text);display:flex;font-size:.92rem;gap:.6rem;line-height:1.5}.paper-billing-lock__feature-icon{color:#2f8a4f;flex:0 0 auto;margin-top:2px}.paper-billing-lock__actions{align-items:center;display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;margin-bottom:1.25rem}.paper-billing-lock__cta,.paper-billing-lock__cta:focus,.paper-billing-lock__cta:hover{align-items:center;background:linear-gradient(180deg,#0a4ea3,#08408b);border:1px solid #08408b99;border-radius:10px;box-shadow:0 2px 8px #08408b40;color:#fff!important;display:inline-flex;font-size:.95rem;font-weight:700;justify-content:center;letter-spacing:.01em;padding:.7rem 1.4rem;text-decoration:none!important;transition:transform .12s ease,box-shadow .12s ease}.paper-billing-lock__cta:hover{box-shadow:0 4px 14px #08408b4d;transform:translateY(-1px)}.paper-billing-lock__secondary,.paper-billing-lock__secondary:focus,.paper-billing-lock__secondary:hover{align-items:center;background:#fff;border:1px solid var(--plk-border);border-radius:10px;color:var(--plk-accent)!important;display:inline-flex;font-size:.9rem;font-weight:600;justify-content:center;padding:.65rem 1.1rem;text-decoration:none!important;transition:background .12s ease,border-color .12s ease}.paper-billing-lock__secondary:hover{background:#f4f8fa;border-color:#07567059}.paper-billing-lock__footnote{color:var(--plk-muted);font-size:.82rem;line-height:1.5;margin:0 auto;max-width:540px}@media (max-width:540px){.paper-billing-lock{padding:1.75rem 1.1rem 1.25rem}.paper-billing-lock__title{font-size:1.2rem}}.paper-requests-page{--paper-accent:#075670;--paper-accent-soft:#07567014;--paper-text:#1a2b3c;--paper-muted:#5c6b7a;--paper-border:#e8ecf0;--paper-row-hover:#f4f8fa;--paper-shadow:0 1px 3px #0f172a0f;--paper-radius:12px}.paper-requests-page__title{color:#08408b;font-weight:700;letter-spacing:-.02em}.paper-requests-page__lead{color:var(--paper-muted);font-size:.95rem;line-height:1.55;max-width:40rem}.paper-requests-toolbar{background:#fff;border:1px solid var(--paper-border);border-radius:var(--paper-radius);box-shadow:var(--paper-shadow);padding:1rem 1.25rem}.paper-requests-toolbar__title{color:var(--paper-muted);font-size:.7rem;font-weight:700;letter-spacing:.06em;margin-bottom:.75rem;text-transform:uppercase}.paper-requests-count{align-items:center;background:var(--paper-accent-soft);border-radius:999px;color:var(--paper-accent);display:inline-flex;font-size:.75rem;font-weight:600;margin-left:.5rem;padding:.2rem .55rem}.paper-requests-scroll{background:#fff;border:1px solid var(--paper-border);border-radius:var(--paper-radius);box-shadow:var(--paper-shadow);max-height:min(560px,calc(100vh - 260px));overflow:auto}.paper-requests-table{border-collapse:initial;border-spacing:0;margin-bottom:0!important}.paper-requests-table thead th{background:var(--paper-accent)!important;border:none!important;border-bottom:1px solid #ffffff1f!important;box-shadow:0 1px 0 #0000000f;color:#fff!important;font-size:.68rem;font-weight:700;letter-spacing:.05em;padding:.85rem .65rem!important;position:-webkit-sticky;position:sticky;text-transform:uppercase;top:0;vertical-align:middle;z-index:2}.paper-requests-table thead th:first-child{border-radius:var(--paper-radius) 0 0 0}.paper-requests-table thead th:last-child{border-radius:0 var(--paper-radius) 0 0}.paper-requests-table thead th.text-start{text-align:left!important}.paper-requests-table thead th.text-center{text-align:center!important}.paper-requests-table tbody td,.paper-requests-table tbody th{border-color:var(--paper-border)!important;color:var(--paper-text);font-size:.875rem;padding:.75rem .65rem!important}.paper-requests-table tbody tr{transition:background-color .12s ease}.paper-requests-table tbody tr.paper-request-row{cursor:pointer}.paper-requests-table tbody tr.paper-request-row:hover{background-color:var(--paper-row-hover)!important}.paper-requests-table tbody tr.paper-request-row:focus-visible{outline:2px solid #5e9e7a;outline-offset:-2px}.paper-requests-table tbody tr td,.paper-requests-table tbody tr th[scope=row]{border-bottom:1px solid var(--paper-border)!important}.paper-requests-table tbody tr:last-child td,.paper-requests-table tbody tr:last-child th[scope=row]{border-bottom:none!important}.paper-requests-table .paper-col-muted{color:var(--paper-muted);font-size:.8125rem}.paper-requests-table .paper-col-strong{color:var(--paper-text);font-weight:600}.paper-requests-table .paper-lang-ver{font-size:.8125rem}.paper-requests-table .paper-lang-ver__sep{color:#adb5bd;margin:0 .2rem}.paper-requests-table .paper-lang-ver__ver{color:var(--paper-muted);font-weight:500}.paper-requests-date{font-feature-settings:"tnum";font-size:.8125rem;font-variant-numeric:tabular-nums}.paper-requests-date__time{color:var(--paper-muted);font-weight:400}.paper-requests-view-btn{align-items:center;background:#fff!important;border:1px solid var(--paper-border);border-radius:8px;color:var(--paper-accent)!important;display:inline-flex;font-size:.75rem;font-weight:600;gap:.25rem;padding:.35rem .65rem;text-decoration:none!important;transition:background .12s ease,border-color .12s ease,box-shadow .12s ease}.paper-requests-view-btn:hover{background:var(--paper-row-hover)!important;border-color:#07567059;color:#021d41!important}.paper-requests-view-btn:focus-visible{outline:2px solid #5e9e7a;outline-offset:2px}.paper-requests-empty{background:#fafbfc;border:1px dashed var(--paper-border);border-radius:var(--paper-radius);color:var(--paper-muted);padding:3rem 1.5rem;text-align:center}.paper-requests-empty--filters{background:#fff8e6;border-color:#f0e0b2;border-style:solid;color:#6b5a2a}.paper-status-pill{align-items:center;border-radius:999px;display:inline-flex;font-size:.72rem;font-weight:700;letter-spacing:.02em;padding:.28rem .65rem;white-space:nowrap}.paper-settings-page{--paper-accent:#075670;--paper-accent-soft:#07567014;--paper-text:#1a2b3c;--paper-muted:#5c6b7a;--paper-border:#e8ecf0;--paper-row-hover:#f4f8fa;--paper-shadow:0 1px 3px #0f172a0f;--paper-radius:12px}.paper-settings-header{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.25rem}.paper-settings-back{align-items:center;background:#0000;border:1px solid var(--paper-border);border-radius:8px;color:var(--paper-accent);display:inline-flex;font-size:.85rem;font-weight:600;gap:.25rem;padding:.3rem .6rem;text-decoration:none!important;transition:background .12s ease,border-color .12s ease}.paper-settings-back:hover{background:var(--paper-row-hover);border-color:#07567059}.paper-settings-title{color:#08408b;font-weight:700;letter-spacing:-.02em;margin:0}.paper-settings-lead{color:var(--paper-muted);font-size:.95rem;line-height:1.55;margin:.25rem 0 1.5rem;max-width:50rem}.paper-settings-card{background:#fff;border:1px solid var(--paper-border);border-radius:var(--paper-radius);box-shadow:var(--paper-shadow);margin-bottom:1.25rem;padding:1.25rem 1.25rem 1rem}.paper-settings-card__title{color:var(--paper-muted);font-size:.78rem;font-weight:700;letter-spacing:.06em;margin-bottom:.6rem;text-transform:uppercase}.paper-settings-banner{align-items:flex-start;border-radius:10px;display:flex;font-size:.9rem;gap:.75rem;line-height:1.5;margin-bottom:1.25rem;padding:.85rem 1rem}.paper-settings-banner--info{background:#eaf3f7;border:1px solid #c8dde6;color:#0c4a5d}.paper-settings-banner--warning{background:#fff8e6;border:1px solid #f0e0b2;color:#6b5a2a}.paper-settings-banner__title{font-weight:700;margin-bottom:.15rem}.paper-settings-list{background:#fff;border:1px solid var(--paper-border);border-radius:10px;overflow:hidden}.paper-settings-list__row{align-items:center;background:#fff;border-bottom:1px solid var(--paper-border);display:flex;gap:.75rem;padding:.75rem 1rem;transition:background .12s ease}.paper-settings-list__row:last-child{border-bottom:none}.paper-settings-list__row:hover:not([data-disabled=true]){background:var(--paper-row-hover)}.paper-settings-list__row[data-disabled=true]{cursor:not-allowed;opacity:.7}.paper-settings-list__check{accent-color:var(--paper-accent);cursor:pointer;flex:0 0 auto;height:18px;margin:0;width:18px}.paper-settings-list__row[data-disabled=true] .paper-settings-list__check{cursor:not-allowed}.paper-settings-user{display:flex;flex:1 1 auto;flex-direction:column;min-width:0}.paper-settings-user__name{color:var(--paper-text);font-size:.95rem;font-weight:600}.paper-settings-user__email,.paper-settings-user__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.paper-settings-user__email{color:var(--paper-muted);font-size:.8125rem}.paper-settings-tag{align-items:center;border-radius:999px;display:inline-flex;font-size:.7rem;font-weight:700;letter-spacing:.04em;margin-left:.4rem;padding:.18rem .5rem;text-transform:uppercase}.paper-settings-tag--owner{background:var(--paper-accent-soft);border:1px solid #0756702e;color:var(--paper-accent)}.paper-settings-tag--role{background:#eef2f6;border:1px solid #d8dfe6;color:#475569}.paper-settings-actions{align-items:center;display:flex;flex-wrap:wrap;gap:.6rem;justify-content:flex-end;margin-top:1.1rem}.paper-settings-actions__hint{color:var(--paper-muted);font-size:.85rem;margin-right:auto}.paper-settings-empty{color:var(--paper-muted);font-size:.9rem;padding:2rem 1rem;text-align:center}.paper-settings-summary{align-items:center;color:var(--paper-muted);display:flex;flex-wrap:wrap;font-size:.85rem;gap:.4rem;margin-top:.4rem}.paper-settings-summary strong{color:var(--paper-text)}.paper-settings-summary__chip{align-items:center;background:var(--paper-accent-soft);border-radius:999px;color:var(--paper-accent);display:inline-flex;font-weight:600;padding:.18rem .55rem}.paper-requests-settings-link{align-items:center;background:#fff;border:1px solid var(--paper-border);border-radius:10px;color:var(--paper-accent)!important;display:inline-flex;font-size:.8rem;font-weight:600;gap:.3rem;justify-content:center;padding:.4rem .65rem;text-decoration:none!important;transition:background .12s ease,border-color .12s ease}.paper-requests-settings-link:hover{background:var(--paper-row-hover);border-color:#07567059;color:#021d41!important}.paper-requests-settings-link:focus-visible{outline:2px solid #5e9e7a;outline-offset:2px}#wrapper.publicSideBar #sidebar-wrapper.public-sidebar-wrapper{display:flex;flex-direction:column;overflow:hidden!important}#wrapper.publicSideBar .sidebar-nav.public-sidebar-nav{display:flex;flex:1 1 auto;flex-direction:column;height:auto!important;min-height:0!important;position:relative!important;top:auto!important;width:100%!important;z-index:1}.publicSideBar .public-sidebar-wrapper{display:flex;flex-direction:column;height:100%;min-height:0}.publicSideBar .public-sidebar-nav{display:flex;flex:1 1;flex-direction:column;min-height:0}.publicSideBar .public-sidebar-top{flex-shrink:0}.publicSideBar .public-sidebar-lang-scroll{-webkit-overflow-scrolling:touch;flex:1 1 auto;margin-top:4px;min-height:0;overflow-x:hidden;overflow-y:auto;padding:0 10px 20px 8px;scroll-behavior:smooth}.publicSideBar .public-sidebar-lang-scroll .public-lang-section-label{background:linear-gradient(180deg,#021d41f7,#021d41e0 70%,#021d4100);color:#ffffffe0;font-size:11px;font-weight:700;letter-spacing:.06em;margin:0 0 12px;padding:8px 4px 10px 0;position:-webkit-sticky;position:sticky;text-transform:uppercase;top:0;z-index:2}.public-sidebar-lang-scroll.navList::-webkit-scrollbar{width:6px}.public-sidebar-lang-scroll.navList::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}.public-sidebar-lang-scroll.navList::-webkit-scrollbar-thumb{background:#ffffff38;border-radius:10px}.public-sidebar-lang-scroll.navList::-webkit-scrollbar-thumb:hover{background:#ffffff52}.public-paper-cta{background:linear-gradient(145deg,#5e9e7a59,#4a856238 45%,#ffffff0f);border:1px solid #ffffff38;border-radius:14px;box-shadow:0 4px 18px #0000002e;cursor:pointer;margin:0;padding:0;text-align:left;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease;width:100%}.public-paper-cta:hover{border-color:#ffffff59;box-shadow:0 6px 22px #00000038;transform:translateY(-1px)}.public-paper-cta:active{transform:translateY(0)}.public-paper-cta:focus-visible{outline:2px solid #7ec89a;outline-offset:3px}.public-paper-cta__inner{align-items:center;display:flex;gap:12px;padding:12px 14px}.public-paper-cta__icon-wrap{align-items:center;background:#ffffff24;border:1px solid #ffffff2e;border-radius:12px;color:#e8fff0;display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.public-paper-cta__copy{flex:1 1;min-width:0}.public-paper-cta__title{color:#fff;display:block;font-size:14px;font-weight:700;letter-spacing:.01em;line-height:1.25}.public-paper-cta__subtitle{color:#ffffffb8;display:block;font-size:11px;font-weight:500;line-height:1.35;margin-top:3px}.public-paper-cta__chev{align-items:center;color:#ffffff8c;display:flex;flex-shrink:0;font-size:22px}.public-paper-cta__footer{color:#ffffff8c;font-size:10px;font-weight:500;letter-spacing:.02em;line-height:1.35;margin:8px 2px 0;text-align:center}.public-paper-cta--bar{background:linear-gradient(145deg,#5e9e7af2,#4a8562);border:1px solid #fff3;border-radius:12px;box-shadow:0 6px 20px #00000047}.public-paper-cta--bar .public-paper-cta__icon-wrap{background:#fff3;border-color:#ffffff40}.public-paper-cta--bar .public-paper-cta__chev{color:#ffffffbf}.public-paper-cta--block{width:100%}.public-paper-cta--on-light{background:linear-gradient(145deg,#5e9e7a,#45805f);border:1px solid #5e9e7a73;box-shadow:0 4px 18px #4a856252}.public-paper-cta--on-light:hover{border-color:#4a8562bf}.public-paper-cta--on-light .public-paper-cta__icon-wrap{background:#ffffff38;border-color:#ffffff47}.policy-content{margin:auto auto 50px;padding:100px 40px 40px;width:90%}.policy-content h2{color:#383838;font-size:34px;margin-bottom:30px}.policy-content h3{background-color:#dbdbdb;color:#383838;font-size:28px;margin-bottom:10px}.policy-content p{color:#383838;font-size:16px;line-height:1.6;margin-bottom:20px;padding-left:30px}.policy-content ul{list-style-type:disc;margin-bottom:20px;padding-left:30px}.policy-content .definitions-table{border-collapse:collapse;margin-bottom:20px;margin-left:30px;width:97%}.policy-content .definitions-table thead th:last-child{border-left:1.5px solid #ecf0f3}.policy-content .definitions-table thead th{background-color:#d9d9d9!important}.policy-content .terms-table th{background-color:#e6e6e6ce}.nav-guide{background:#f9f9f9;border-bottom:1px solid #d7d7d7;height:55px;left:0;position:fixed;top:0;width:100%;z-index:9}.nav-guide>div{align-items:center;display:flex;font-weight:700;height:100%;justify-content:space-between;padding:0 20px}.doc-container{display:flex;font-family:Segoe UI,sans-serif;height:100vh;overflow:hidden}.nav-guide>div a{border-radius:4px!important;color:#9a3b3b!important;padding:8px 15px!important;scale:1;transition:all .3s ease-in-out}.nav-guide>div a:hover{background-color:#9a3b3b!important;color:#e6e5e5!important}.doc-sidebar{align-items:center;background:#f9f9f9;border-right:1px solid #d7d7d7;display:flex;flex-direction:column;font-size:12px;height:100vh;justify-content:space-between;overflow-y:auto;padding:90px 20px 20px;position:-webkit-sticky;position:sticky;top:0;width:250px}.doc-sidebar ul{list-style:none;margin:0;padding:0}.doc-sidebar a{border-radius:4px;color:#333;display:block;padding:10px;text-decoration:none;transition:background .3s}.doc-sidebar a:hover{background-color:#ececff}.doc-sidebar a.active{background-color:#d6e0ff;color:#1a3d9e;font-weight:700}.doc-section img{border-radius:5px;margin-bottom:20px;margin-top:5px;width:70vw!important}.doc-content{flex:1 1;overflow-y:scroll;padding:70px 40px 40px;scroll-behavior:smooth}.doc-section{margin-bottom:80px}.doc-section ul li{list-style:disc!important}.rich-content h3{font-size:1.2rem;margin-top:20px}.rich-content ul{padding-left:20px}.rich-content img{border-radius:8px;margin-top:15px;max-width:100%}.doc-image-block{margin-bottom:30px;margin-top:20px;text-align:center}.doc-image-block img{border-radius:8px;box-shadow:0 2px 8px #00000014;max-width:100%}.img-desc{color:#555;font-size:.95rem;margin-top:10px}@media (max-width:768px){.doc-sidebar{display:none}}.ppc-chips{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:6px 0 10px}.ppc-chip{-webkit-appearance:none;appearance:none;background:#ffffff14;border:1px solid #ffffff2e;border-radius:10px;box-shadow:0 6px 18px #0000002e;color:#e2e8f0;cursor:pointer;font-size:14px;font-weight:800;height:36px;letter-spacing:.2px;padding:0 12px;transition:transform .12s ease,background .15s ease,box-shadow .15s ease,border-color .15s ease,color .15s ease}.ppc-chip:hover{background:#ffffff24;box-shadow:0 10px 24px #00000038;transform:translateY(-1px)}.ppc-chip:active{transform:translateY(0)}.ppc-chip.active{background:#60a5fa38;border-color:#60a5fa;box-shadow:0 8px 22px #2563eb59;color:#eaf4ff}.ppc-input{background:#ffffff14;border:1px solid #ffffff2e;border-radius:10px;color:#fff;font-weight:800;height:36px;letter-spacing:.3px;text-align:center;width:72px}.pp-tabs{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:12px;display:flex;gap:8px;margin:10px auto;padding:4px;width:-webkit-fit-content;width:fit-content}.pp-tab{-webkit-appearance:none;appearance:none;background:#0000;border:none;border-radius:10px;color:#cbd5e1;cursor:pointer;font-weight:700;padding:10px 16px}.pp-tab.active{background:#ffffff24;box-shadow:0 6px 18px #0000002e;color:#fff}.ppc-input::-webkit-inner-spin-button,.ppc-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ppc-input[type=number]{-moz-appearance:textfield}.pricing-page-container{display:flex;flex-direction:column;min-height:100vh}.pricing-page-main{flex:1 1;padding:0;position:relative}@keyframes glow-move-1{0%{transform:translateZ(0) scale(1)}12%{transform:translate3d(8%,-15%,0) scale(1.05)}28%{transform:translate3d(-22%,-8%,0) scale(.85)}45%{transform:translate3d(-5%,18%,0) scale(1.15)}63%{transform:translate3d(25%,12%,0) scale(.95)}78%{transform:translate3d(18%,-20%,0) scale(1.08)}91%{transform:translate3d(-12%,6%,0) scale(.92)}to{transform:translateZ(0) scale(1)}}@keyframes glow-move-2{0%{transform:translateZ(0) scale(1)}15%{transform:translate3d(-18%,7%,0) scale(1.12)}32%{transform:translate3d(6%,-16%,0) scale(.88)}51%{transform:translate3d(-8%,-22%,0) scale(1.25)}68%{transform:translate3d(22%,-4%,0) scale(.75)}84%{transform:translate3d(-15%,19%,0) scale(1.06)}to{transform:translateZ(0) scale(1)}}@keyframes glow-move-3{0%{transform:translateZ(0) scale(1)}11%{transform:translate3d(14%,9%,0) scale(.92)}26%{transform:translate3d(-7%,-18%,0) scale(1.18)}41%{transform:translate3d(-25%,11%,0) scale(.82)}58%{transform:translate3d(19%,-12%,0) scale(1.14)}73%{transform:translate3d(-11%,-5%,0) scale(.96)}89%{transform:translate3d(8%,16%,0) scale(1.03)}to{transform:translateZ(0) scale(1)}}.pricing-page-content{position:relative;z-index:10}.pay-per-project-section{background:linear-gradient(135deg,#f8fafc,#90bcf5);padding:80px 0}.project-counter-container{background:#fff;border:2px solid #e2e8f0;border-radius:20px;box-shadow:0 16px 40px #0000001a;margin:0 auto;max-width:700px;padding:50px 40px}.project-counter-header{margin-bottom:40px;text-align:center}.project-counter-header h3{color:#0e2f78;font-size:36px;font-weight:700;margin-bottom:16px}.project-counter-header p{color:#64748b;font-size:18px}.project-counter-main{text-align:center}.quantity-selector-large{align-items:center;display:flex;flex-direction:column;gap:30px;margin-bottom:40px}.quantity-controls-large{align-items:center;display:flex;gap:20px;margin-bottom:20px}.quantity-btn-large{align-items:center;background:#fff;border:3px solid #e2e8f0;border-radius:50%;box-shadow:0 4px 12px #0000000d;color:#64748b;cursor:pointer;display:flex;font-size:28px;font-weight:700;height:56px;justify-content:center;transition:all .3s ease;width:56px}.quantity-btn-large:hover:not(:disabled){background:#0e2f78;border-color:#0e2f78;color:#fff;transform:scale(1.05)}.quantity-btn-large:disabled{cursor:not-allowed;opacity:.5}.quantity-display-large{align-items:center;display:flex;flex-direction:column;gap:12px}.quantity-input-large{background:#fff;border:3px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 12px #0000000d;color:#0e2f78;font-size:32px;font-weight:700;height:60px;padding:0 16px;text-align:center;transition:all .3s ease;width:120px}.quantity-input-large:focus{border-color:#0e2f78;box-shadow:0 0 0 4px #0e2f781a;outline:none}.quantity-input-large::-webkit-inner-spin-button,.quantity-input-large::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.quantity-input-large[type=number]{-moz-appearance:textfield}.projects-label{color:#64748b;font-size:18px;font-weight:600;letter-spacing:1px;text-transform:uppercase}.cost-calculation-large{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:2px solid #e2e8f0;border-radius:16px;padding:24px 32px}.price-per-project{color:#64748b;font-size:16px;font-weight:500;margin-bottom:8px}.total-cost{color:#0e2f78;font-size:24px;font-weight:700}.purchase-counter-btn{background:linear-gradient(135deg,#0e2f78,#1e40af);border:none;border-radius:16px;box-shadow:0 12px 32px #0e2f784d;color:#fff;cursor:pointer;font-size:20px;font-weight:700;min-width:280px;padding:20px 48px;transition:all .3s cubic-bezier(.4,0,.2,1)}.purchase-counter-btn:hover:not(:disabled){background:linear-gradient(135deg,#1e40af,#2563eb);box-shadow:0 16px 40px #0e2f7866;transform:translateY(-2px)}.purchase-counter-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}@media screen and (max-width:768px){.project-counter-container{margin:0 20px;padding:30px 20px}.project-counter-header h3{font-size:28px}.quantity-controls-large{flex-direction:column;gap:16px}.quantity-btn-large{font-size:24px;height:48px;width:48px}.quantity-input-large{font-size:28px;height:52px;width:100px}.purchase-counter-btn{font-size:18px;min-width:240px;padding:16px 32px}}.container{margin:0 auto;max-width:1200px;padding:0 20px}.section-header{margin-bottom:60px;text-align:center}.section-header h2{color:#0e2f78;font-size:40px;font-weight:700;margin-bottom:16px}.section-header p{color:#64748b;font-size:20px;margin:0 auto;max-width:700px}.pricing-hero{background:linear-gradient(135deg,#bcdcfc,#e2e4f0);overflow:hidden;padding:120px 0 100px;position:relative;text-align:center}.hero-background{overflow:hidden;z-index:1}.bg-gradient-primary,.hero-background{bottom:0;left:0;position:absolute;right:0;top:0}.bg-gradient-primary{animation:gradientShift 8s ease infinite;background:linear-gradient(135deg,#3b82f61a,#8b5cf614 25%,#10b9810f 50%,#3b82f61a 75%,#8b5cf614)}.bg-gradient-secondary{animation:gradientFloat 12s ease-in-out infinite;background:radial-gradient(ellipse at top left,#3b82f626 0,#0000 50%),radial-gradient(ellipse at bottom right,#8b5cf61f 0,#0000 50%)}.bg-gradient-secondary,.bg-pattern{bottom:0;left:0;position:absolute;right:0;top:0}.bg-pattern{animation:patternFloat 15s ease-in-out infinite;background-image:radial-gradient(circle at 20% 20%,#3b82f61a 0,#0000 50%),radial-gradient(circle at 80% 80%,#8b5cf614 0,#0000 50%),radial-gradient(circle at 40% 60%,#10b9810f 0,#0000 50%)}.bg-shapes{bottom:0;left:0;position:absolute;right:0;top:0}.shape{animation:shapeFloat 20s linear infinite;background:linear-gradient(135deg,#3b82f61a,#8b5cf614);border-radius:50%;position:absolute}.shape-1{animation-delay:0s;height:300px;left:-150px;top:-150px;width:300px}.shape-2{animation-delay:-5s;height:200px;right:-100px;top:20%;width:200px}.shape-3{animation-delay:-10s;bottom:10%;height:150px;left:10%;width:150px}.shape-4{animation-delay:-15s;height:250px;right:20%;top:60%;width:250px}@keyframes gradientFloat{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(2deg)}}@keyframes patternFloat{0%,to{transform:scale(1) rotate(0deg)}50%{transform:scale(1.05) rotate(1deg)}}@keyframes shapeFloat{0%{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-30px) rotate(90deg)}50%{transform:translateY(-60px) rotate(180deg)}75%{transform:translateY(-30px) rotate(270deg)}to{transform:translateY(0) rotate(1turn)}}.pricing-hero-content{position:relative;z-index:10}.hero-badge{animation:slideInDown .8s cubic-bezier(.4,0,.2,1) .2s both;transition:all .3s ease}.hero-badge:hover{box-shadow:0 8px 25px #3b82f626;transform:translateY(-2px)}.pricing-hero-title{animation:fadeInUp 1s cubic-bezier(.4,0,.2,1) .4s both}.hero-accent{-webkit-text-fill-color:#0000;animation:gradientPulse 3s ease-in-out infinite;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;background-clip:text;display:inline-block;position:relative}.hero-accent:after{animation:underlineGlow 2s ease-in-out infinite;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:2px;bottom:-4px;content:"";height:4px;left:0;position:absolute;right:0}.pricing-hero-subtitle{animation:fadeInUp 1s cubic-bezier(.4,0,.2,1) .6s both}.hero-stats{animation:fadeInUp 1s cubic-bezier(.4,0,.2,1) .8s both}.stat-item{animation:bounceIn .8s cubic-bezier(.68,-.55,.265,1.55) both;transition:all .3s ease}.stat-item:first-child{animation-delay:1s}.stat-item:nth-child(2){animation-delay:1.1s}.stat-item:nth-child(3){animation-delay:1.2s}.stat-item:hover{box-shadow:0 8px 25px #3b82f626;transform:translateY(-4px) scale(1.05)}.stat-number{animation:countUp 1.5s cubic-bezier(.4,0,.2,1) 1.5s both}.hero-cta-section{animation:fadeInUp 1s cubic-bezier(.4,0,.2,1) 1.4s both}.cta-primary{animation:slideInLeft .8s cubic-bezier(.4,0,.2,1) 1.6s both;overflow:hidden;position:relative;transition:all .3s ease}.cta-primary:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.cta-primary:hover{box-shadow:0 12px 40px #3b82f64d;transform:translateY(-3px) scale(1.02)}.cta-primary:hover:before{left:100%}.cta-secondary{animation:slideInRight .8s cubic-bezier(.4,0,.2,1) 1.8s both;overflow:hidden;position:relative;transition:all .3s ease}.cta-secondary:hover{border-color:#3b82f666;box-shadow:0 8px 25px #3b82f626;transform:translateY(-3px) scale(1.02)}.cta-arrow{display:inline-block;transition:all .3s ease}.hero-guarantee{animation:fadeInUp 1s cubic-bezier(.4,0,.2,1) 2s both;transition:all .3s ease}.hero-guarantee:hover{transform:translateY(-2px)}.guarantee-icon{animation:pulse 2s ease-in-out infinite}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes countUp{0%{opacity:0;transform:scale(.5)}50%{opacity:1;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes gradientPulse{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes underlineGlow{0%,to{opacity:.6;transform:scaleX(1)}50%{opacity:1;transform:scaleX(1.05)}}.pricing-hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0e2f78,#3b82f6 50%,#8b5cf6);-webkit-background-clip:text;background-clip:text;font-size:56px;font-weight:800;line-height:1.1;margin-bottom:24px}.pricing-hero-subtitle{color:#64748b;font-size:24px;line-height:1.5;margin-bottom:40px;margin-left:auto;margin-right:auto;max-width:800px}.hero-accent{color:#10b981;font-weight:600}.hero-cta-section{display:flex;gap:20px;justify-content:center;margin-top:40px}.cta-primary,.cta-secondary{border-radius:50px;cursor:pointer;font-size:16px;font-weight:700;padding:16px 32px;text-align:center;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.cta-primary{background:linear-gradient(135deg,#0e2f78,#1e40af);border:none;box-shadow:0 8px 24px #0e2f784d;color:#fff}.cta-primary:hover{box-shadow:0 12px 32px #0e2f7866;transform:translateY(-2px)}.cta-secondary{background:#0000;border:2px solid #0e2f78;color:#0e2f78}.cta-secondary:hover{background:#0e2f78;color:#fff}.cta-primary-large,.cta-secondary-large{border-radius:50px;cursor:pointer;font-size:18px;font-weight:700;padding:20px 48px;text-align:center;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.cta-primary-large{background:linear-gradient(135deg,#0e2f78,#1e40af);border:none;box-shadow:0 8px 24px #0e2f784d;color:#fff}.cta-primary-large:hover{box-shadow:0 12px 32px #0e2f7866;transform:translateY(-2px)}.cta-secondary-large{background:#0000;border:2px solid #0e2f78;color:#0e2f78;margin-left:20px}.cta-secondary-large:hover{background:#0e2f78;color:#fff}.pricing-plans-section{background:#fff;padding:40px 0}.billing-toggle{background:#f8fafc;background-color:#045d41;border-radius:50px;margin-bottom:60px;margin-left:auto;margin-right:auto;padding:8px;position:relative}.billing-toggle span{border-radius:50px;padding:16px 32px;position:relative;z-index:2}.billing-toggle span.active{background:linear-gradient(135deg,#0e2f78,#1e40af);box-shadow:0 8px 24px #0e2f784d;color:#fff}.pricing-cards-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px}.billing-toggle{background:#e2e8f0;border-radius:12px;display:flex;gap:0;justify-content:center;margin:40px auto;max-width:400px;padding:4px}.billing-toggle span{border-radius:8px;color:#64748b;cursor:pointer;flex:1 1;font-size:16px;font-weight:600;padding:12px 24px;text-align:center;transition:all .3s ease}.billing-toggle span.active{background:#fff;box-shadow:0 2px 4px #0000001a;color:#0e2f78}.billing-toggle span:hover:not(.active){color:#0e2f78}.trust-signals{align-items:center;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:12px;display:flex;flex-wrap:wrap;gap:24px;justify-content:center;margin:24px 0;padding:16px}.trust-signals span{align-items:center;color:#0e2f78;display:flex;font-size:14px;font-weight:600;gap:6px}.urgency-banner{animation:pulse 2s infinite;background:linear-gradient(270deg,#ef4444,#dc2626);border-radius:8px;color:#fff;font-weight:600;margin:20px auto;max-width:500px;padding:12px 20px;text-align:center}.risk-free-badge{background:linear-gradient(135deg,#10b981,#059669);border-radius:20px;box-shadow:0 4px 12px #10b98166;color:#fff;font-size:12px;font-weight:600;padding:6px 12px;position:absolute;right:20px;top:15px}.pay-per-project-card-actions{margin:24px 0}.project-selector-basic{align-items:center;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;display:flex;flex-wrap:wrap;gap:12px;justify-content:center;padding:16px}.quantity-stepper{gap:8px}.quantity-stepper,.stepper-btn{align-items:center;display:flex}.stepper-btn{background:#fff;border:2px solid #e2e8f0;border-radius:50%;color:#64748b;cursor:pointer;font-size:18px;font-weight:700;height:32px;justify-content:center;outline:none;transition:all .3s ease;user-select:none;-webkit-user-select:none;width:32px}.stepper-btn:hover:not(:disabled){background:#0e2f78;border-color:#0e2f78;color:#fff}.stepper-btn:disabled{cursor:not-allowed;opacity:.5}.quantity-value{color:#0e2f78;font-size:18px;font-weight:700;min-width:24px;text-align:center}.total-price{color:#0e2f78;font-size:16px;font-weight:600}.savings-badge{background:linear-gradient(135deg,#10b981,#059669);border-radius:6px;color:#fff;display:inline-block;font-size:12px;font-weight:600;margin-top:8px;padding:4px 8px}.comparison-overview-section{background:#f8fafc;padding:80px 0}.comparison-overview{margin:0 auto;max-width:800px}.comparison-overview-table{background:#fff;border-collapse:collapse;border-radius:12px;box-shadow:0 8px 24px #0000000f;overflow:hidden;width:100%}.comparison-overview-table td,.comparison-overview-table th{border-bottom:1px solid #e2e8f0;padding:16px 20px;text-align:left}.comparison-overview-table th{background:#0e2f78;color:#fff;font-size:16px;font-weight:700}.comparison-overview-table tr:hover{background:#f8fafc}.comparison-overview-table tr:last-child td{border-bottom:none}.trust-compliance-section{background:#fff;padding:80px 0}.trust-compliance-content{margin:0 auto;max-width:1000px}.compliance-badges{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.compliance-item{background:#f8fafc;border:2px solid #e2e8f0;border-radius:16px;padding:30px;text-align:center;transition:all .3s ease}.compliance-item:hover{border-color:#0e2f78;box-shadow:0 12px 32px #0e2f7826;transform:translateY(-4px)}.compliance-icon{font-size:48px;margin-bottom:16px}.compliance-item h4{color:#0e2f78;font-size:20px;font-weight:700;margin-bottom:12px}.compliance-item p{color:#64748b;font-size:16px;line-height:1.6}.modern-final-cta{align-items:center;animation:gradientShift 8s ease infinite;background:linear-gradient(45deg,#1a1a2e,#16213e 25%,#0f3460 50%,#1a1a2e 75%,#16213e);background-size:400% 400%;display:flex;max-height:80vh;min-height:60vh;overflow:hidden;padding:40px 0;position:relative}.modern-final-cta:before{background:radial-gradient(circle at 30% 20%,#6366f11a 0,#0000 50%),radial-gradient(circle at 70% 80%,#10b98114 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.cta-container{margin:0 auto;max-width:1200px;padding:0 20px;position:relative;z-index:1}.cta-content{color:#fff;margin:0 auto;max-width:800px;text-align:center}.cta-badge{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50px;box-shadow:0 4px 12px #6366f133;color:#fff;display:inline-block;font-size:14px;font-weight:600;margin-bottom:24px;padding:8px 20px}.cta-content h2{color:#fff;font-size:42px;font-weight:800;line-height:1.1;margin-bottom:16px}.cta-content p{color:#ffffffe6;font-size:18px;line-height:1.6;margin-bottom:32px}.cta-stats{display:flex;flex-wrap:wrap;gap:50px;justify-content:center;margin-bottom:40px}.stat{text-align:center}.stat-number{color:#fff;font-size:32px;margin-bottom:6px}.stat-label{color:#fffc;font-size:13px}.cta-actions{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:24px}.btn-primary-large{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:12px;box-shadow:0 8px 25px #6366f133;color:#fff;cursor:pointer;display:inline-flex;font-size:18px;font-weight:700;gap:8px;padding:16px 32px;text-decoration:none;transition:all .3s ease}.btn-primary-large:hover{box-shadow:0 12px 35px #6366f14d;transform:translateY(-2px)}.btn-primary-large:hover .btn-arrow{transform:translateX(4px)}.btn-secondary-large{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:12px;color:#1e293b;cursor:pointer;display:inline-flex;font-size:18px;font-weight:700;padding:16px 32px;transition:all .3s ease}.btn-secondary-large:hover{border-color:#6366f1;box-shadow:0 8px 25px #0000001a;color:#6366f1;transform:translateY(-2px)}.pricing-card{background:linear-gradient(135deg,#fff,#f8fafc);border:3px solid #0e2f781a;border-radius:20px;box-shadow:0 8px 32px #0000000f;overflow:hidden!important;padding:30px 24px;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.pricing-card:hover{border-color:#0e2f784d;box-shadow:0 24px 64px #0e2f7826;transform:translateY(-8px)}.popular-plan{background:linear-gradient(135deg,#fff,#f0fdf4);border-color:#10b981;box-shadow:0 12px 40px #10b98126;transform:scale(1.05)}.popular-badge{background:linear-gradient(135deg,#066a83,#045d41);border-radius:0!important;box-shadow:0 8px 24px #10b98166;color:#fff;font-size:14px;font-weight:700;left:0;letter-spacing:.5px;padding:5px 32px;right:0;top:0}.coming-soon-badge,.popular-badge{position:absolute;text-align:center;text-transform:uppercase}.coming-soon-badge{background:linear-gradient(135deg,#44ef47ad,#07931c);box-shadow:0 10px 24px #44ef6f59;color:#e1ffd7;font-size:12px;font-weight:900;letter-spacing:.6px;padding:8px 40px;pointer-events:none;right:-110px;top:30px;transform:rotate(45deg);width:300px;z-index:2}.plan-header{margin-bottom:24px;margin-top:10px;text-align:center}.plan-header h3{color:#0e2f78;font-size:24px;font-weight:700;margin-bottom:6px}.plan-description{color:#64748b;font-size:14px;margin-bottom:20px}.plan-pricing{margin-bottom:24px}.price-display{align-items:baseline;display:flex;gap:8px;justify-content:center}.price-amount{color:#0e2f78;font-size:48px;font-weight:800;line-height:1}.price-label{color:#64748b;font-size:16px;font-weight:500}.plan-features{list-style:none;margin:0 0 40px;padding:0}.feature-item{align-items:center;border-bottom:1px solid #e5e7eb99;color:#374151;display:flex;font-size:16px;gap:12px;padding:12px 0;transition:all .3s ease}.feature-item:hover{color:#0e2f78;transform:translateX(4px)}.feature-item svg{color:#10b981;flex-shrink:0;height:20px;width:20px}.plan-cta{background:linear-gradient(135deg,#0e2f78,#1e40af);border:none;border-radius:16px;box-shadow:0 8px 24px #0e2f784d;color:#fff;cursor:pointer;font-size:18px;font-weight:700;overflow:hidden;padding:20px 32px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.plan-cta:hover:not(:disabled){background:linear-gradient(135deg,#1e40af,#2563eb);box-shadow:0 12px 32px #0e2f7866;transform:translateY(-2px)}.plan-cta:disabled{cursor:not-allowed;opacity:.6;transform:none}.roi-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:100px 0}.roi-section-content{width:100%}.value-stats-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:60px}.value-stat-card{background:#fff;border-radius:20px;box-shadow:0 8px 32px #00000014;padding:40px 30px;text-align:center;transition:transform .3s ease}.value-stat-card:hover{transform:translateY(-4px)}.stat-number{color:#0e2f78;font-size:48px;font-weight:800}.stat-description{color:#64748b;font-size:16px}.mini-case-study{background:linear-gradient(135deg,#0e2f78,#1e40af);border-radius:20px;color:#fff;padding:40px;text-align:center}.mini-case-study h4{font-size:24px;margin-bottom:16px}.mini-case-study p{font-size:18px;line-height:1.6}.security-section{background:#fff;padding:100px 0}.security-section-content{width:100%}.security-features-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.security-feature-card{background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #0e2f781a;border-radius:20px;padding:40px 30px;text-align:center;transition:all .3s ease}.security-feature-card:hover{border-color:#0e2f784d;box-shadow:0 16px 40px #0e2f7826;transform:translateY(-8px)}.security-icon{align-items:center;background:linear-gradient(135deg,#0e2f78,#1e40af);border-radius:50%;display:flex;height:60px;justify-content:center;margin:0 auto 24px;width:60px}.security-icon svg{color:#fff;height:30px;width:30px}.security-feature-card h4{color:#0e2f78;font-size:20px;font-weight:700;margin-bottom:12px}.security-feature-card p{color:#64748b;font-size:16px}.roles-section{background:linear-gradient(135deg,#f0f9ff,#e0e7ff);padding:100px 0}.roles-section-content{width:100%}.roles-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.role-card{background:#fff;border:2px solid #0e2f781a;border-radius:20px;padding:40px 30px;text-align:center;transition:all .3s ease}.role-card:hover{border-color:#0e2f784d;box-shadow:0 16px 40px #0e2f7826;transform:translateY(-8px)}.role-icon{align-items:center;background:linear-gradient(135deg,#0e2f78,#1e40af);border-radius:50%;display:flex;height:60px;justify-content:center;margin:0 auto 24px;width:60px}.role-icon svg{color:#fff;height:30px;width:30px}.role-card h3{color:#0e2f78;font-size:22px;font-weight:700;margin-bottom:12px}.role-description{color:#64748b;font-size:16px;margin-bottom:20px}.role-benefits{list-style:none;padding:0;text-align:left}.role-benefits li{color:#374151;font-size:14px;margin-bottom:8px;padding-left:20px;position:relative}.role-benefits li:before{color:#10b981;content:"✓";font-weight:700;left:0;position:absolute}.comparison-section{background:#fff;padding:100px 0}.comparison-content{overflow-x:auto}.comparison-table{background:#fff;border-collapse:collapse;border-radius:16px;box-shadow:0 8px 32px #00000014;min-width:600px;overflow:hidden;width:100%}.comparison-table th{background:linear-gradient(135deg,#0e2f78,#1e40af);color:#fff;font-size:18px;font-weight:600;padding:24px 16px;text-align:center}.comparison-table td{border-bottom:1px solid #e5e7eb;font-size:16px;padding:20px 16px;text-align:center}.feature-name{color:#374151;font-weight:600;text-align:left!important}.feature-yes{color:#10b981;font-weight:700}.feature-no{color:#ef4444}.comparison-table tr:hover{background:#0e2f780d}.project-selector-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;left:0;overflow-y:auto;position:fixed;right:0;top:0;z-index:10000}.project-selector-modal{background:#fff;border-radius:24px;box-shadow:0 24px 64px #00000026;left:50%;max-height:80vh;max-width:500px;overflow-y:auto;padding:40px;position:fixed;top:50%;transform:translate(-50%,-50%);width:90%;z-index:10001}.project-selector-modal h3{color:#0e2f78;font-size:28px;font-weight:700;margin-bottom:16px;text-align:center}.project-selector-modal p{color:#64748b;font-size:16px;margin-bottom:32px;text-align:center}.project-quantity-selector{margin-bottom:32px}.project-quantity-selector label{color:#374151;display:block;font-size:18px;font-weight:600;margin-bottom:16px;text-align:center}.quantity-controls{gap:15px;margin-bottom:20px}.quantity-btn,.quantity-controls{align-items:center;display:flex;justify-content:center}.quantity-btn{background:#0000;border:2px solid #e2e8f0;border-radius:50%;color:#64748b;cursor:pointer;font-size:20px;font-weight:600;height:40px;transition:all .3s ease;width:40px}.quantity-btn:hover:not(:disabled){background:#0e2f78;border-color:#0e2f78;color:#fff}.quantity-btn:disabled{cursor:not-allowed;opacity:.5}.quantity-display{font-size:32px;min-width:50px}.quantity-display,.quantity-input{color:#0e2f78;font-weight:700;text-align:center}.quantity-input{background:#fff;border:2px solid #e2e8f0;border-radius:8px;font-size:18px;height:40px;padding:0 8px;transition:all .3s ease;width:80px}.quantity-input:focus{border-color:#0e2f78;box-shadow:0 0 0 3px #0e2f781a;outline:none}.quantity-input::-webkit-inner-spin-button,.quantity-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.quantity-input[type=number]{-moz-appearance:textfield}.price-calculation{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:12px;padding:16px;text-align:center}.price-breakdown{color:#64748b;font-size:16px;font-weight:500;margin-bottom:8px}.price-total{color:#0e2f78;font-size:20px;font-weight:700}.modal-actions{display:flex;flex-direction:column;gap:16px}.purchase-projects-btn{background:linear-gradient(135deg,#0e2f78,#1e40af);border:none;border-radius:16px;box-shadow:0 8px 24px #0e2f784d;color:#fff;cursor:pointer;font-size:18px;font-weight:700;padding:16px 32px;transition:all .3s cubic-bezier(.4,0,.2,1)}.purchase-projects-btn:hover:not(:disabled){background:linear-gradient(135deg,#1e40af,#2563eb);box-shadow:0 12px 32px #0e2f7866;transform:translateY(-2px)}.purchase-projects-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.cancel-btn{background:#0000;border:2px solid #e2e8f0;border-radius:16px;color:#64748b;cursor:pointer;font-size:18px;font-weight:600;padding:16px 32px;transition:all .3s ease}.cancel-btn:hover{background:#f8fafc;border-color:#64748b;color:#374151}.testimonials-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:100px 0}.testimonials-content{width:100%}.testimonials-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-bottom:60px;margin-top:60px}.testimonial-card{background:#fff;border-radius:20px;box-shadow:0 8px 32px #00000014;padding:60px 30px 40px;position:relative;text-align:center;transition:transform .3s ease}.testimonial-card:hover{transform:translateY(-8px)}.testimonial-avatar{align-items:center;background:#fff;border:4px solid #0e2f78;border-radius:50%;box-shadow:0 8px 25px #0e2f7826;display:flex;height:60px;justify-content:center;left:-20px;overflow:hidden;position:absolute;top:-20px;transition:all .3s ease;width:60px;z-index:10}.testimonial-avatar:hover{box-shadow:0 12px 30px #0e2f7840;transform:scale(1.05)}.testimonial-avatar img{border-radius:50%;height:100%;object-fit:cover;width:100%}.quote-mark{color:#0e2f78;font-size:60px;opacity:.2;position:absolute;right:20px;top:20px}.testimonial-text{color:#374151;font-size:16px;font-style:italic;line-height:1.6;margin-bottom:24px}.testimonial-author{text-align:center}.author-name{color:#0e2f78;font-size:18px;font-weight:700;margin-bottom:4px}.author-role{color:#64748b;font-size:14px}.client-logos{color:#64748b;font-size:16px;text-align:center}.faq-section{background:#fff;padding:100px 0}.faq-content{margin:0 auto;max-width:800px}.faq-list{margin:0}.faq-item{background:#fff;border-radius:16px;box-shadow:0 4px 16px #0000000f;margin-bottom:16px;overflow:hidden;transition:all .3s ease}.faq-item:hover{box-shadow:0 8px 24px #0000001f}.faq-question{align-items:center;background:#0000;border:none;color:#0e2f78;cursor:pointer;display:flex;font-size:18px;font-weight:600;justify-content:space-between;padding:24px 32px;text-align:left;transition:all .3s ease;width:100%}.faq-question:hover{background:#0e2f780d}.faq-answer{overflow:hidden}.faq-answer-text{color:#64748b;font-size:16px;line-height:1.6;padding:0 32px 24px}.final-cta-section{align-items:center;display:flex;justify-content:center;min-height:80vh;overflow:hidden;padding:0;position:relative}.final-cta-section:before{animation:gradientShift 8s ease infinite;background:linear-gradient(45deg,#1a1a2e,#16213e 25%,#0f3460 50%,#1a1a2e 75%,#16213e);background-size:400% 400%;content:"";height:200vh;left:-50%;position:absolute;top:-50%;transform:rotate(-15deg);width:200vw;z-index:-1}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.final-cta-content{color:#fff;margin:0 auto;max-width:800px;padding:60px 20px;position:relative;text-align:center;z-index:1}.final-cta-content h2{color:#fff;font-size:48px;font-weight:800;line-height:1.1;margin-bottom:20px}.final-cta-content p{color:#ffffffe6;font-size:20px;line-height:1.6;margin-bottom:40px}.final-cta-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:40px}.final-cta-buttons .btn-primary-large{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:12px;box-shadow:0 8px 25px #6366f133;color:#fff;cursor:pointer;display:inline-flex;font-size:18px;font-weight:700;gap:8px;padding:16px 32px;text-decoration:none;transition:all .3s ease}.final-cta-buttons .btn-primary-large:hover{box-shadow:0 12px 35px #6366f14d;transform:translateY(-2px)}.final-cta-buttons .btn-secondary-large{align-items:center;background:#ffffff1a;border:2px solid #ffffff4d;border-radius:12px;color:#fff;cursor:pointer;display:inline-flex;font-size:18px;font-weight:700;padding:16px 32px;transition:all .3s ease}.final-cta-buttons .btn-secondary-large:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-2px)}.btn-arrow{font-size:20px;transition:transform .3s ease}.final-cta-buttons .btn-primary-large:hover .btn-arrow{transform:translateX(4px)}.cta-guarantee{align-items:center;color:#fffc;display:flex;font-size:14px;font-weight:500;gap:8px;justify-content:center}.guarantee{background:#ffffff1a;border-radius:16px;margin-top:40px;padding:30px}.guarantee h5{color:#fff;font-size:20px;margin-bottom:8px}.guarantee p{font-size:16px;margin:0;opacity:.9}@media screen and (max-width:768px){.pricing-hero-title{font-size:42px}.pricing-hero-subtitle{font-size:20px}.hero-cta-section{align-items:center;flex-direction:column}.cta-primary,.cta-secondary{width:280px}.pricing-cards-grid{gap:24px;grid-template-columns:1fr}}@media screen and (max-width:1024px){.pricing-cards-grid{gap:24px;grid-template-columns:repeat(2,1fr)}.compliance-badges{gap:30px;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.pricing-cards-grid{gap:24px;grid-template-columns:1fr}.billing-toggle{flex-direction:column;gap:8px;padding:4px}.billing-toggle span{padding:12px 20px}.compliance-badges{gap:24px;grid-template-columns:1fr}.compliance-item{padding:24px 20px}.comparison-overview-table{font-size:14px}.comparison-overview-table td,.comparison-overview-table th{padding:12px 16px}.modern-final-cta{max-height:70vh;min-height:50vh;padding:30px 0}.cta-content h2{font-size:36px}.cta-stats{gap:40px;margin-bottom:40px}.stat-number{font-size:28px}.cta-actions{align-items:center;flex-direction:column}.btn-secondary-large{margin-top:16px}.value-stats-grid{gap:20px;grid-template-columns:repeat(2,1fr)}.roles-grid,.security-features-grid,.testimonials-grid{grid-template-columns:1fr}.final-cta-buttons{align-items:center;flex-direction:column}.cta-secondary-large{margin-left:0;margin-top:20px}}@media screen and (max-width:480px){.pricing-hero{padding:80px 0 60px}.pricing-hero-title{font-size:32px}.pricing-hero-subtitle{font-size:18px}.value-stats-grid{grid-template-columns:1fr}.comparison-table{font-size:14px}.cta-content h2{font-size:28px}.cta-content p{font-size:16px}.cta-stats{gap:30px;margin-bottom:30px}.stat-number{font-size:24px}.stat-label{font-size:12px}.btn-primary-large,.btn-secondary-large{font-size:16px;padding:14px 24px}.final-cta-section{min-height:60vh}.final-cta-content{padding:40px 20px}.final-cta-content h2{font-size:36px}.final-cta-content p{font-size:18px}.final-cta-buttons{align-items:center;flex-direction:column}.final-cta-buttons .btn-secondary-large{margin-top:16px}}.modern-billing-toggle{display:flex!important;justify-content:center;margin:50px auto;max-width:500px;position:relative;z-index:10}.toggle-container{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:1px solid #fff3;border-radius:16px;box-shadow:0 8px 32px #0000001a;min-height:60px;padding:8px;width:100%}.toggle-container,.toggle-track{overflow:hidden;position:relative}.toggle-track{background:#0000;border-radius:12px;height:60px}.toggle-slider{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:12px;box-shadow:0 4px 20px #6366f14d;height:100%;left:0;position:absolute;top:0;transition:all .4s cubic-bezier(.4,0,.2,1);width:50%}.toggle-slider.annual{transform:translateX(100%)}.toggle-options{bottom:0;display:flex;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:2}.toggle-option{align-items:center;background:#0000;border:none;border-radius:12px;cursor:pointer;display:flex;flex:1 1;flex-direction:column;justify-content:center;min-height:60px;padding:16px 20px;position:relative;transition:all .3s ease}.toggle-option:hover{background:#ffffff1a}.option-label{align-items:center;color:#1e293b;display:flex;font-size:16px;font-weight:700;gap:8px;margin-bottom:4px;transition:all .3s ease}.toggle-option.active .option-label{color:#fff;text-shadow:0 1px 2px #0000001a}.option-subtitle{color:#64748b;font-size:12px;font-weight:500;transition:all .3s ease}.toggle-option.active .option-subtitle{color:#ffffffe6}.save-badge{animation:pulse 2s infinite;background:linear-gradient(135deg,#10b981,#059669);border-radius:12px;box-shadow:0 2px 8px #10b9814d;color:#fff;font-size:10px;font-weight:700;letter-spacing:.5px;padding:2px 8px;text-transform:uppercase}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@media (max-width:768px){.modern-billing-toggle{margin:30px 0;max-width:90%}.toggle-container{padding:6px}.toggle-track{height:50px}.toggle-option{padding:12px 16px}.option-label{font-size:14px}.option-subtitle{font-size:11px}}.hero-badge{align-items:center;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #0369a133;border-radius:50px;box-shadow:0 4px 12px #0369a11a;color:#0369a1;display:inline-flex;font-size:14px;font-weight:600;gap:8px;margin-bottom:24px;padding:8px 16px}.badge-icon{font-size:16px}.hero-stats{display:flex;flex-wrap:wrap;gap:60px;justify-content:center;margin-bottom:40px}.stat-item{text-align:center}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;background-clip:text;color:#0f172a;font-size:36px;font-weight:900;line-height:1;margin-bottom:8px}.stat-label{font-weight:600;letter-spacing:.5px;text-transform:uppercase}.hero-guarantee,.stat-label{color:#64748b;font-size:14px}.hero-guarantee{align-items:center;display:flex;font-weight:500;gap:8px;justify-content:center;margin-top:24px}.guarantee-icon{font-size:16px}.cta-arrow{font-size:18px;margin-left:8px;transition:transform .3s ease}.cta-primary:hover .cta-arrow{transform:translateX(4px)}.cta-secondary:hover .cta-arrow{transform:translateY(2px)}@media (max-width:768px){.hero-stats{gap:40px;margin-bottom:30px}.stat-number{font-size:28px}.hero-badge{font-size:13px;padding:6px 12px}}@media (max-width:480px){.hero-stats{gap:30px}.stat-number{font-size:24px}.stat-label{font-size:12px}}.project-modal-overlay{align-items:center;animation:overlayFadeIn .18s ease-out;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#070c128c;display:flex;inset:0;justify-content:center;position:fixed;z-index:10000}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.project-modal{animation:modalPop .24s cubic-bezier(.2,.8,.2,1) forwards;-webkit-backdrop-filter:blur(16px) saturate(140%);backdrop-filter:blur(16px) saturate(140%);background:linear-gradient(180deg,#0b1220,#070d18);border:1px solid #ffffff2e;border-radius:18px;box-shadow:0 24px 80px #00000059,inset 0 1px 0 #ffffff14;color:#f1f5f9;max-height:82vh;max-width:720px;overflow:hidden;position:relative;transform:translateZ(0) scale(.98);width:92%}.ppc-stepper-row{align-items:center;display:flex;gap:10px;justify-content:center;margin-top:8px}.ppc-stepper{-webkit-appearance:none;appearance:none;background:#ffffff14;border:1px solid #ffffff2e;border-radius:10px;box-shadow:0 6px 18px #0000002e;color:#e2e8f0;cursor:pointer;font-size:18px;font-weight:800;height:36px;line-height:1;transition:transform .12s ease,background .15s ease,box-shadow .15s ease,border-color .15s ease;width:36px}.ppc-stepper:hover{background:#ffffff24;box-shadow:0 10px 24px #00000038;transform:translateY(-1px)}.ppc-stepper:active{transform:translateY(0)}.ppc-value-pill{align-items:center;background:#ffffff14;border:1px solid #ffffff2e;border-radius:10px;color:#fff;display:flex;font-weight:800;height:36px;justify-content:center;letter-spacing:.3px;min-width:56px;padding:0 12px;text-align:center}@keyframes modalPop{0%{opacity:0;transform:translateZ(0) scale(.96)}to{opacity:1;transform:translateZ(0) scale(1)}}.project-modal .modal-header{align-items:stretch;border-bottom:1px solid #ffffff14;display:flex;flex-direction:column;gap:10px;padding:22px 26px 16px;position:relative}.modal-announcement{background:linear-gradient(90deg,#ef4444,#b91c1c);border:1px solid #ffffff24;border-radius:10px;box-shadow:0 8px 24px #00000040;color:#fff;font-size:12px;font-weight:900;letter-spacing:.5px;padding:8px 12px;text-align:center;text-transform:uppercase}.project-modal .modal-header h3{font-size:22px;font-weight:800;letter-spacing:.2px;margin:0;text-align:center}.project-modal .modal-close{-webkit-appearance:none;appearance:none;background:#ffffff0f;border:none;border-radius:8px;color:#e2e8f0;cursor:pointer;font-size:18px;line-height:1;padding:6px 8px;position:absolute;right:12px;top:12px;transition:color .15s ease,background .15s ease}.project-modal .modal-close:hover{background:#ffffff1f;color:#fff}.project-modal .modal-body{padding:22px 26px 6px}.project-modal .modal-subtitle{color:#cbd5e1;font-size:14px;margin-bottom:18px;opacity:.95}.qty-chips{display:flex;flex-wrap:wrap;gap:10px}.qty-chips.large{gap:12px}.qty-chips .chip{-webkit-appearance:none;appearance:none;background:#ffffff14;border:1px solid #ffffff29;border-radius:999px;color:#e2e8f0;cursor:pointer;font-weight:700;letter-spacing:.2px;padding:10px 16px;transition:transform .12s ease,background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.qty-chips .chip:hover{background:#ffffff1f;box-shadow:0 6px 18px #00000026;transform:translateY(-1px)}.qty-chips .chip.active{background:#60a5fa38;border-color:#60a5fa;box-shadow:0 8px 22px #2563eb59;color:#eaf4ff}.qty-custom-row{grid-gap:12px;align-items:center;display:grid;gap:12px;grid-template-columns:1fr auto;margin-top:14px}.qty-custom-row label{color:#9fb2c8;font-size:13px}.qty-custom-row input[type=number]{background:#ffffff0a;border:1px solid #ffffff1f;border-radius:10px;color:#e6edf6;outline:none;padding:10px 12px;transition:border-color .15s ease,background .15s ease;width:120px}.qty-custom-row input[type=number]:focus{background:#4da3ff14;border-color:#4da3ff}.modal-breakdown{border-top:1px solid #ffffff0f;margin-top:18px;padding-top:14px}.modal-breakdown .row{align-items:center;color:#cfe0f0;display:flex;justify-content:space-between;padding:8px 0}.modal-breakdown .row.total{color:#fff;font-size:18px;font-weight:800}.project-modal .modal-footer{border-top:1px solid #ffffff0f;display:flex;gap:10px;justify-content:flex-end;padding:14px 22px 20px}.btn-secondary{-webkit-appearance:none;appearance:none;background:#ffffff0d;border:1px solid #ffffff24;border-radius:10px;color:#cfe0f0;cursor:pointer;padding:10px 14px;transition:background .15s ease,border-color .15s ease,color .15s ease}.btn-secondary:hover{background:#ffffff14;color:#eaf4ff}.btn-primary{-webkit-appearance:none;appearance:none;background:linear-gradient(180deg,#3a8dff,#1e6fe6);border:1px solid #4da3ffcc;border-radius:10px;box-shadow:0 8px 20px #1e6fe659;color:#fff;cursor:pointer;font-weight:700;letter-spacing:.2px;padding:10px 16px;transition:transform .12s ease,box-shadow .15s ease}.btn-primary:hover{box-shadow:0 10px 24px #1e6fe673;transform:translateY(-1px)}.project-select-intro{align-items:center;display:flex;justify-content:space-between;margin-top:8px}.project-select-intro .live-total.inline{color:#0e2f78;font-weight:700}@media (max-width:640px){.project-modal{border-radius:14px;max-width:94vw}.qty-custom-row input[type=number]{width:100%}}