@charset "UTF-8";.datepicker{width:-moz-min-content;width:min-content}.datepicker:not(.active){display:none}.datepicker-dropdown{position:absolute;z-index:20;padding-top:4px}.datepicker-dropdown.datepicker-orient-top{padding-top:0;padding-bottom:4px}.datepicker-picker{display:flex;flex-direction:column;border-radius:4px;background-color:#fff}.datepicker-dropdown .datepicker-picker{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a}.datepicker-main{flex:auto;padding:2px}.datepicker-footer{box-shadow:inset 0 1px 1px #0a0a0a1a;background-color:#f5f5f5}.datepicker-title{box-shadow:inset 0 -1px 1px #0a0a0a1a;background-color:#f5f5f5;padding:.375rem .75rem;text-align:center;font-weight:700}.datepicker-controls{display:flex}.datepicker-header .datepicker-controls{padding:2px 2px 0}.datepicker-controls .button{display:inline-flex;position:relative;align-items:center;justify-content:center;margin:0;border:1px solid #dcdcdc;border-radius:4px;box-shadow:none;background-color:#fff;cursor:pointer;padding:calc(.375em - 1px) .75em;height:2.25em;vertical-align:top;text-align:center;line-height:1.5;white-space:nowrap;color:#363636;font-size:1rem}.datepicker-controls .button:active,.datepicker-controls .button:focus{outline:none}.datepicker-controls .button:hover{border-color:#b8b8b8;color:#363636}.datepicker-controls .button:focus{border-color:#3273dc;color:#363636}.datepicker-controls .button:focus:not(:active){box-shadow:0 0 0 .125em #3273dc40}.datepicker-controls .button:active{border-color:#474747;color:#363636}.datepicker-controls .button[disabled]{cursor:not-allowed}.datepicker-header .datepicker-controls .button{border-color:transparent;font-weight:700}.datepicker-header .datepicker-controls .button:hover{background-color:#f9f9f9}.datepicker-header .datepicker-controls .button:active{background-color:#f2f2f2}.datepicker-footer .datepicker-controls .button{flex:auto;margin:calc(.375rem - 1px) .375rem;border-radius:2px;font-size:.75rem}.datepicker-controls .view-switch{flex:auto}.datepicker-controls .next-button,.datepicker-controls .prev-button{padding-right:.375rem;padding-left:.375rem;flex:0 0 14.2857142857%}.datepicker-controls .next-button.disabled,.datepicker-controls .prev-button.disabled{visibility:hidden}.datepicker-grid,.datepicker-view{display:flex}.datepicker-view{align-items:stretch;width:15.75rem}.datepicker-grid{flex-wrap:wrap;flex:auto}.datepicker .days{display:flex;flex-direction:column;flex:auto}.datepicker .days-of-week{display:flex}.datepicker .week-numbers{display:flex;flex-direction:column;flex:0 0 9.6774193548%}.datepicker .weeks{display:flex;flex-direction:column;align-items:stretch;flex:auto}.datepicker span{display:flex;align-items:center;justify-content:center;border-radius:4px;cursor:default;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.datepicker .dow{height:1.5rem;font-size:.875rem;font-weight:700}.datepicker .week{flex:auto;color:#b8b8b8;font-size:.75rem}.datepicker .days .dow,.datepicker-cell{flex-basis:14.2857142857%}.datepicker-cell{height:2.25rem}.datepicker-cell:not(.day){flex-basis:25%;height:4.5rem}.datepicker-cell:not(.disabled):hover{background-color:#f9f9f9;cursor:pointer}.datepicker-cell.focused:not(.selected){background-color:#e9e9e9}.datepicker-cell.selected,.datepicker-cell.selected:hover{background-color:#3273dc;color:#fff;font-weight:600}.datepicker-cell.disabled{color:#dcdcdc}.datepicker-cell.next:not(.disabled),.datepicker-cell.prev:not(.disabled){color:#7a7a7a}.datepicker-cell.next.selected,.datepicker-cell.prev.selected{color:#e6e6e6}.datepicker-cell.highlighted:not(.selected):not(.range):not(.today){border-radius:0;background-color:#f5f5f5}.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover{background-color:#efefef}.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused{background-color:#e9e9e9}.datepicker-cell.today:not(.selected){background-color:#00d1b2}.datepicker-cell.today:not(.selected):not(.disabled){color:#fff}.datepicker-cell.today.focused:not(.selected){background-color:#00ccad}.datepicker-cell.range-end:not(.selected),.datepicker-cell.range-start:not(.selected){background-color:#b8b8b8;color:#fff}.datepicker-cell.range-end.focused:not(.selected),.datepicker-cell.range-start.focused:not(.selected){background-color:#b3b3b3}.datepicker-cell.range-start:not(.range-end){border-radius:4px 0 0 4px}.datepicker-cell.range-end:not(.range-start){border-radius:0 4px 4px 0}.datepicker-cell.range{border-radius:0;background-color:#dcdcdc}.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover{background-color:#d7d7d7}.datepicker-cell.range.disabled{color:#c6c6c6}.datepicker-cell.range.focused{background-color:#d1d1d1}.datepicker-input.in-edit{border-color:#276bda}.datepicker-input.in-edit:active,.datepicker-input.in-edit:focus{box-shadow:0 0 .25em .25em #276bda33}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;overflow:hidden;z-index:1}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,var(--base-color),var(--highlight-color),var(--base-color));transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}.range-slider{touch-action:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;cursor:pointer;display:block;position:relative;width:100%;height:8px;background:#ddd;border-radius:4px}.range-slider[data-vertical]{height:100%;width:8px}.range-slider[data-disabled]{opacity:.5;cursor:not-allowed}.range-slider .range-slider__thumb{position:absolute;z-index:3;top:50%;width:24px;height:24px;transform:translate(-50%,-50%);border-radius:50%;background:#2196f3}.range-slider .range-slider__thumb:focus-visible{outline:0;box-shadow:0 0 0 6px #2196f380}.range-slider[data-vertical] .range-slider__thumb{left:50%}.range-slider .range-slider__thumb[data-disabled]{z-index:2}.range-slider .range-slider__range{position:absolute;z-index:1;transform:translateY(-50%);top:50%;width:100%;height:100%;background:#51adf6}.range-slider[data-vertical] .range-slider__range{left:50%;transform:translate(-50%)}.range-slider input[type=range]{-webkit-appearance:none;pointer-events:none;position:absolute;z-index:2;top:0;left:0;width:0;height:0;background-color:transparent}.range-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none}.range-slider input[type=range]::-moz-range-thumb{width:0;height:0;border:0}.range-slider input[type=range]:focus{outline:0}@font-face{font-family:swiper-icons;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);font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.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{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.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,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.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{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size) / 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:normal;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);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:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.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{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.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 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:translate(-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-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.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{width:100%;height:4px;left:0;top:0}.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{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.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(0)}to{transform:rotate(1turn)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.dot{width:.5rem;height:.5rem;border-radius:50%;margin-right:.5rem;flex:0 1 auto}.dot--red{background-color:#e40c42}.dot--purple{background-color:#4c4794}.dot--light-purple{background-color:#7875ae}.dot--orange{background-color:#ff754d}.dot--light-orange{background-color:#ff9779}.dot--blue{background-color:#1f78ad}.dot--light-blue{background-color:#5699c1}.dot--green{background-color:#3da758}.dot--deep-green{background-color:#406e3b}.dot--salmon{background-color:#ff7a85}.dot--yellow{background-color:#f7c926}.dot--light-yellow{background-color:#f9d65c}.dot--deep-yellow{background-color:#8e7000}.dot--cerise{background-color:#ba0361}.dot--light-cerise{background-color:#edc0d7}.dot--medium-cerise{background-color:#cb4188}.dot--deep-cerise{background-color:#a10354}.dot--lavender{background-color:#a199ba}.dot--warm-grey{background-color:#d3cac3}.dot--deep-grey{background-color:#836f60}.dot--purple-light{background-color:#a199ba}.dot--gray-light{background-color:#d3cac3}*,:after,:before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);debug:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:.0625rem solid;opacity:.25}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-family:var(--heading-font-family-base);font-weight:500;line-height:1.2}h1{font-size:var(--h1-font-size);debug:var(--h1-font-size)}h2{font-size:var(--h2-font-size);debug:var(--h2-font-size)}h3{font-size:var(--h3-font-size);debug:var(--h3-font-size)}h4{font-size:var(--h4-font-size);debug:var(--h4-font-size)}h5{font-size:var(--h5-font-size);debug:var(--h5-font-size)}h6{font-size:var(--h6-font-size);debug:var(--h6-font-size)}p{margin-top:0;margin-bottom:1rem}abbr[title]{text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:600}small{font-size:.875em;debug:.875em}mark{padding:.1875em;background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:.75em;debug:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:var(--bs-link-color);text-decoration:none}a:hover{color:var(--bs-link-hover-color);text-decoration:underline}a:not([href],[class]),a:not([href],[class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em;debug:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em;debug:.875em}pre code{font-size:inherit;debug:inherit;color:inherit;word-break:normal}code{font-size:.875em;debug:.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:.875em;debug:.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em;debug:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#848a90;text-align:left}th{text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;debug:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date],[type=datetime-local],[type=month],[type=week],[type=time])::-webkit-calendar-picker-indicator{display:none!important}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.align-baseline{vertical-align:baseline}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.align-bottom{vertical-align:bottom}.align-text-bottom{vertical-align:text-bottom}.align-text-top{vertical-align:text-top}.float-start{float:left}.float-end{float:right}.float-none{float:none}.opacity-0{opacity:0}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.opacity-100{opacity:1}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-scroll{overflow:scroll}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem #00000026}.shadow-sm{box-shadow:0 .125rem .25rem #00000013}.shadow-lg{box-shadow:0 1rem 3rem #0000002d}.shadow-none{box-shadow:none}.position-static{position:static}.position-relative{position:relative}.position-absolute{position:absolute}.position-fixed{position:fixed}.position-sticky{position:sticky}.top-0{top:0}.top-10{top:10%}.top-25{top:25%}.top-40{top:40%}.top-50{top:50%}.top-75{top:75%}.top-100{top:100%}.bottom-0{bottom:0}.bottom-10{bottom:10%}.bottom-25{bottom:25%}.bottom-40{bottom:40%}.bottom-50{bottom:50%}.bottom-75{bottom:75%}.bottom-100{bottom:100%}.start-0{left:0}.start-10{left:10%}.start-25{left:25%}.start-40{left:40%}.start-50{left:50%}.start-75{left:75%}.start-100{left:100%}.end-0{right:0}.end-10{right:10%}.end-25{right:25%}.end-40{right:40%}.end-50{right:50%}.end-75{right:75%}.end-100{right:100%}.translate-middle{transform:translate(-50%,-50%)}.translate-middle-x{transform:translate(-50%)}.translate-middle-y{transform:translateY(-50%)}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)}.border-0{border:0}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)}.border-top-0{border-top:0}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)}.border-end-0{border-right:0}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)}.border-bottom-0{border-bottom:0}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)}.border-start-0{border-left:0}.border-small{--bs-border-width:.0625rem}.border-medium{--bs-border-width:.125rem}.border-large{--bs-border-width:.25rem}.border-opacity-10{--bs-border-opacity:.1}.border-opacity-25{--bs-border-opacity:.25}.border-opacity-50{--bs-border-opacity:.5}.border-opacity-75{--bs-border-opacity:.75}.border-opacity-100{--bs-border-opacity:1}.w-25{width:25%}.w-50{width:50%}.w-75{width:75%}.w-100{width:100%}.w-auto{width:auto}.mw-100{max-width:100%}.vw-100{width:100vw}.min-vw-100{min-width:100vw}.h-25{height:25%}.h-50{height:50%}.h-75{height:75%}.h-100{height:100%}.h-auto{height:auto}.mh-100{max-height:100%}.vh-100{height:100vh}.min-vh-100{min-height:100vh}.flex-fill{flex:1 1 auto}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.flex-row-reverse{flex-direction:row-reverse}.flex-column-reverse{flex-direction:column-reverse}.flex-grow-0{flex-grow:0}.flex-grow-1{flex-grow:1}.flex-shrink-0{flex-shrink:0}.flex-shrink-1{flex-shrink:1}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.justify-content-start{justify-content:flex-start}.justify-content-end{justify-content:flex-end}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.justify-content-around{justify-content:space-around}.justify-content-evenly{justify-content:space-evenly}.align-items-start{align-items:flex-start}.align-items-end{align-items:flex-end}.align-items-center{align-items:center}.align-items-baseline{align-items:baseline}.align-items-stretch{align-items:stretch}.align-content-start{align-content:flex-start}.align-content-end{align-content:flex-end}.align-content-center{align-content:center}.align-content-between{align-content:space-between}.align-content-around{align-content:space-around}.align-content-stretch{align-content:stretch}.align-self-auto{align-self:auto}.align-self-start{align-self:flex-start}.align-self-end{align-self:flex-end}.align-self-center{align-self:center}.align-self-baseline{align-self:baseline}.align-self-stretch{align-self:stretch}.order-first{order:-1}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-last{order:6}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:.75rem}.m-4{margin:1rem}.m-5{margin:1.25rem}.m-6{margin:1.5rem}.m-7{margin:2rem}.m-8{margin:2.5rem}.m-9{margin:3rem}.m-10{margin:4rem}.m-11{margin:5rem}.m-12{margin:7.5rem}.m-auto{margin:auto}.mx-0{margin-right:0;margin-left:0}.mx-1{margin-right:.25rem;margin-left:.25rem}.mx-2{margin-right:.5rem;margin-left:.5rem}.mx-3{margin-right:.75rem;margin-left:.75rem}.mx-4{margin-right:1rem;margin-left:1rem}.mx-5{margin-right:1.25rem;margin-left:1.25rem}.mx-6{margin-right:1.5rem;margin-left:1.5rem}.mx-7{margin-right:2rem;margin-left:2rem}.mx-8{margin-right:2.5rem;margin-left:2.5rem}.mx-9{margin-right:3rem;margin-left:3rem}.mx-10{margin-right:4rem;margin-left:4rem}.mx-11{margin-right:5rem;margin-left:5rem}.mx-12{margin-right:7.5rem;margin-left:7.5rem}.mx-auto{margin-right:auto;margin-left:auto}.my-0{margin-top:0;margin-bottom:0}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-7{margin-top:2rem;margin-bottom:2rem}.my-8{margin-top:2.5rem;margin-bottom:2.5rem}.my-9{margin-top:3rem;margin-bottom:3rem}.my-10{margin-top:4rem;margin-bottom:4rem}.my-11{margin-top:5rem;margin-bottom:5rem}.my-12{margin-top:7.5rem;margin-bottom:7.5rem}.my-auto{margin-top:auto;margin-bottom:auto}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:2rem}.mt-8{margin-top:2.5rem}.mt-9{margin-top:3rem}.mt-10{margin-top:4rem}.mt-11{margin-top:5rem}.mt-12{margin-top:7.5rem}.mt-auto{margin-top:auto}.me-0{margin-right:0}.me-1{margin-right:.25rem}.me-2{margin-right:.5rem}.me-3{margin-right:.75rem}.me-4{margin-right:1rem}.me-5{margin-right:1.25rem}.me-6{margin-right:1.5rem}.me-7{margin-right:2rem}.me-8{margin-right:2.5rem}.me-9{margin-right:3rem}.me-10{margin-right:4rem}.me-11{margin-right:5rem}.me-12{margin-right:7.5rem}.me-auto{margin-right:auto}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:2rem}.mb-8{margin-bottom:2.5rem}.mb-9{margin-bottom:3rem}.mb-10{margin-bottom:4rem}.mb-11{margin-bottom:5rem}.mb-12{margin-bottom:7.5rem}.mb-auto{margin-bottom:auto}.ms-0{margin-left:0}.ms-1{margin-left:.25rem}.ms-2{margin-left:.5rem}.ms-3{margin-left:.75rem}.ms-4{margin-left:1rem}.ms-5{margin-left:1.25rem}.ms-6{margin-left:1.5rem}.ms-7{margin-left:2rem}.ms-8{margin-left:2.5rem}.ms-9{margin-left:3rem}.ms-10{margin-left:4rem}.ms-11{margin-left:5rem}.ms-12{margin-left:7.5rem}.ms-auto{margin-left:auto}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-7{padding:2rem}.p-8{padding:2.5rem}.p-9{padding:3rem}.p-10{padding:4rem}.p-11{padding:5rem}.p-12{padding:7.5rem}.px-0{padding-right:0;padding-left:0}.px-1{padding-right:.25rem;padding-left:.25rem}.px-2{padding-right:.5rem;padding-left:.5rem}.px-3{padding-right:.75rem;padding-left:.75rem}.px-4{padding-right:1rem;padding-left:1rem}.px-5{padding-right:1.25rem;padding-left:1.25rem}.px-6{padding-right:1.5rem;padding-left:1.5rem}.px-7{padding-right:2rem;padding-left:2rem}.px-8{padding-right:2.5rem;padding-left:2.5rem}.px-9{padding-right:3rem;padding-left:3rem}.px-10{padding-right:4rem;padding-left:4rem}.px-11{padding-right:5rem;padding-left:5rem}.px-12{padding-right:7.5rem;padding-left:7.5rem}.py-0{padding-top:0;padding-bottom:0}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-7{padding-top:2rem;padding-bottom:2rem}.py-8{padding-top:2.5rem;padding-bottom:2.5rem}.py-9{padding-top:3rem;padding-bottom:3rem}.py-10{padding-top:4rem;padding-bottom:4rem}.py-11{padding-top:5rem;padding-bottom:5rem}.py-12{padding-top:7.5rem;padding-bottom:7.5rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-7{padding-top:2rem}.pt-8{padding-top:2.5rem}.pt-9{padding-top:3rem}.pt-10{padding-top:4rem}.pt-11{padding-top:5rem}.pt-12{padding-top:7.5rem}.pe-0{padding-right:0}.pe-1{padding-right:.25rem}.pe-2{padding-right:.5rem}.pe-3{padding-right:.75rem}.pe-4{padding-right:1rem}.pe-5{padding-right:1.25rem}.pe-6{padding-right:1.5rem}.pe-7{padding-right:2rem}.pe-8{padding-right:2.5rem}.pe-9{padding-right:3rem}.pe-10{padding-right:4rem}.pe-11{padding-right:5rem}.pe-12{padding-right:7.5rem}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-7{padding-bottom:2rem}.pb-8{padding-bottom:2.5rem}.pb-9{padding-bottom:3rem}.pb-10{padding-bottom:4rem}.pb-11{padding-bottom:5rem}.pb-12{padding-bottom:7.5rem}.ps-0{padding-left:0}.ps-1{padding-left:.25rem}.ps-2{padding-left:.5rem}.ps-3{padding-left:.75rem}.ps-4{padding-left:1rem}.ps-5{padding-left:1.25rem}.ps-6{padding-left:1.5rem}.ps-7{padding-left:2rem}.ps-8{padding-left:2.5rem}.ps-9{padding-left:3rem}.ps-10{padding-left:4rem}.ps-11{padding-left:5rem}.ps-12{padding-left:7.5rem}.gap-0{gap:0}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-7{gap:2rem}.gap-8{gap:2.5rem}.gap-9{gap:3rem}.gap-10{gap:4rem}.gap-11{gap:5rem}.gap-12{gap:7.5rem}.font-monospace{font-family:var(--bs-font-monospace)}.fs-1{font-size:var(--h1-font-size)}.fs-2{font-size:var(--h2-font-size)}.fs-3{font-size:var(--h3-font-size)}.fs-4{font-size:var(--h4-font-size)}.fs-5{font-size:var(--h5-font-size)}.fs-6{font-size:var(--h6-font-size)}.fst-italic{font-style:italic}.fst-normal{font-style:normal}.text-start{text-align:left}.text-end{text-align:right}.text-center{text-align:center}.text-decoration-none{text-decoration:none}.text-decoration-underline{text-decoration:underline}.text-decoration-line-through{text-decoration:line-through}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-wrap{white-space:normal}.text-nowrap{white-space:nowrap}.text-break{word-wrap:break-word;word-break:break-word}.text-opacity-25{--bs-text-opacity:.25}.text-opacity-50{--bs-text-opacity:.5}.text-opacity-75{--bs-text-opacity:.75}.text-opacity-100{--bs-text-opacity:1}.bg-opacity-10{--bs-bg-opacity:.1}.bg-opacity-25{--bs-bg-opacity:.25}.bg-opacity-50{--bs-bg-opacity:.5}.bg-opacity-75{--bs-bg-opacity:.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-gradient{background-image:var(--bs-gradient)}.user-select-all{-webkit-user-select:all;user-select:all}.user-select-auto{-webkit-user-select:auto;user-select:auto}.user-select-none{-webkit-user-select:none;user-select:none}.pe-none{pointer-events:none}.pe-auto{pointer-events:auto}.rounded{border-radius:var(--bs-border-radius)}.rounded-0{border-radius:0}.rounded-1{border-radius:var(--bs-border-radius-sm)}.rounded-2{border-radius:var(--bs-border-radius)}.rounded-3{border-radius:var(--bs-border-radius-lg)}.rounded-4{border-radius:var(--bs-border-radius-xl)}.rounded-5{border-radius:var(--bs-border-radius-2xl)}.rounded-circle{border-radius:50%}.rounded-pill{border-radius:var(--bs-border-radius-pill)}.rounded-top{border-top-left-radius:var(--bs-border-radius)}.rounded-end,.rounded-top{border-top-right-radius:var(--bs-border-radius)}.rounded-bottom,.rounded-end{border-bottom-right-radius:var(--bs-border-radius)}.rounded-bottom,.rounded-start{border-bottom-left-radius:var(--bs-border-radius)}.rounded-start{border-top-left-radius:var(--bs-border-radius)}.visible{visibility:visible}.invisible{visibility:hidden}@media (min-width:480px){.float-sm-start{float:left}.float-sm-end{float:right}.float-sm-none{float:none}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-content-sm-start{justify-content:flex-start}.justify-content-sm-end{justify-content:flex-end}.justify-content-sm-center{justify-content:center}.justify-content-sm-between{justify-content:space-between}.justify-content-sm-around{justify-content:space-around}.justify-content-sm-evenly{justify-content:space-evenly}.align-items-sm-start{align-items:flex-start}.align-items-sm-end{align-items:flex-end}.align-items-sm-center{align-items:center}.align-items-sm-baseline{align-items:baseline}.align-items-sm-stretch{align-items:stretch}.align-content-sm-start{align-content:flex-start}.align-content-sm-end{align-content:flex-end}.align-content-sm-center{align-content:center}.align-content-sm-between{align-content:space-between}.align-content-sm-around{align-content:space-around}.align-content-sm-stretch{align-content:stretch}.align-self-sm-auto{align-self:auto}.align-self-sm-start{align-self:flex-start}.align-self-sm-end{align-self:flex-end}.align-self-sm-center{align-self:center}.align-self-sm-baseline{align-self:baseline}.align-self-sm-stretch{align-self:stretch}.order-sm-first{order:-1}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-last{order:6}.m-sm-0{margin:0}.m-sm-1{margin:.25rem}.m-sm-2{margin:.5rem}.m-sm-3{margin:.75rem}.m-sm-4{margin:1rem}.m-sm-5{margin:1.25rem}.m-sm-6{margin:1.5rem}.m-sm-7{margin:2rem}.m-sm-8{margin:2.5rem}.m-sm-9{margin:3rem}.m-sm-10{margin:4rem}.m-sm-11{margin:5rem}.m-sm-12{margin:7.5rem}.m-sm-auto{margin:auto}.mx-sm-0{margin-right:0;margin-left:0}.mx-sm-1{margin-right:.25rem;margin-left:.25rem}.mx-sm-2{margin-right:.5rem;margin-left:.5rem}.mx-sm-3{margin-right:.75rem;margin-left:.75rem}.mx-sm-4{margin-right:1rem;margin-left:1rem}.mx-sm-5{margin-right:1.25rem;margin-left:1.25rem}.mx-sm-6{margin-right:1.5rem;margin-left:1.5rem}.mx-sm-7{margin-right:2rem;margin-left:2rem}.mx-sm-8{margin-right:2.5rem;margin-left:2.5rem}.mx-sm-9{margin-right:3rem;margin-left:3rem}.mx-sm-10{margin-right:4rem;margin-left:4rem}.mx-sm-11{margin-right:5rem;margin-left:5rem}.mx-sm-12{margin-right:7.5rem;margin-left:7.5rem}.mx-sm-auto{margin-right:auto;margin-left:auto}.my-sm-0{margin-top:0;margin-bottom:0}.my-sm-1{margin-top:.25rem;margin-bottom:.25rem}.my-sm-2{margin-top:.5rem;margin-bottom:.5rem}.my-sm-3{margin-top:.75rem;margin-bottom:.75rem}.my-sm-4{margin-top:1rem;margin-bottom:1rem}.my-sm-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-sm-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-sm-7{margin-top:2rem;margin-bottom:2rem}.my-sm-8{margin-top:2.5rem;margin-bottom:2.5rem}.my-sm-9{margin-top:3rem;margin-bottom:3rem}.my-sm-10{margin-top:4rem;margin-bottom:4rem}.my-sm-11{margin-top:5rem;margin-bottom:5rem}.my-sm-12{margin-top:7.5rem;margin-bottom:7.5rem}.my-sm-auto{margin-top:auto;margin-bottom:auto}.mt-sm-0{margin-top:0}.mt-sm-1{margin-top:.25rem}.mt-sm-2{margin-top:.5rem}.mt-sm-3{margin-top:.75rem}.mt-sm-4{margin-top:1rem}.mt-sm-5{margin-top:1.25rem}.mt-sm-6{margin-top:1.5rem}.mt-sm-7{margin-top:2rem}.mt-sm-8{margin-top:2.5rem}.mt-sm-9{margin-top:3rem}.mt-sm-10{margin-top:4rem}.mt-sm-11{margin-top:5rem}.mt-sm-12{margin-top:7.5rem}.mt-sm-auto{margin-top:auto}.me-sm-0{margin-right:0}.me-sm-1{margin-right:.25rem}.me-sm-2{margin-right:.5rem}.me-sm-3{margin-right:.75rem}.me-sm-4{margin-right:1rem}.me-sm-5{margin-right:1.25rem}.me-sm-6{margin-right:1.5rem}.me-sm-7{margin-right:2rem}.me-sm-8{margin-right:2.5rem}.me-sm-9{margin-right:3rem}.me-sm-10{margin-right:4rem}.me-sm-11{margin-right:5rem}.me-sm-12{margin-right:7.5rem}.me-sm-auto{margin-right:auto}.mb-sm-0{margin-bottom:0}.mb-sm-1{margin-bottom:.25rem}.mb-sm-2{margin-bottom:.5rem}.mb-sm-3{margin-bottom:.75rem}.mb-sm-4{margin-bottom:1rem}.mb-sm-5{margin-bottom:1.25rem}.mb-sm-6{margin-bottom:1.5rem}.mb-sm-7{margin-bottom:2rem}.mb-sm-8{margin-bottom:2.5rem}.mb-sm-9{margin-bottom:3rem}.mb-sm-10{margin-bottom:4rem}.mb-sm-11{margin-bottom:5rem}.mb-sm-12{margin-bottom:7.5rem}.mb-sm-auto{margin-bottom:auto}.ms-sm-0{margin-left:0}.ms-sm-1{margin-left:.25rem}.ms-sm-2{margin-left:.5rem}.ms-sm-3{margin-left:.75rem}.ms-sm-4{margin-left:1rem}.ms-sm-5{margin-left:1.25rem}.ms-sm-6{margin-left:1.5rem}.ms-sm-7{margin-left:2rem}.ms-sm-8{margin-left:2.5rem}.ms-sm-9{margin-left:3rem}.ms-sm-10{margin-left:4rem}.ms-sm-11{margin-left:5rem}.ms-sm-12{margin-left:7.5rem}.ms-sm-auto{margin-left:auto}.p-sm-0{padding:0}.p-sm-1{padding:.25rem}.p-sm-2{padding:.5rem}.p-sm-3{padding:.75rem}.p-sm-4{padding:1rem}.p-sm-5{padding:1.25rem}.p-sm-6{padding:1.5rem}.p-sm-7{padding:2rem}.p-sm-8{padding:2.5rem}.p-sm-9{padding:3rem}.p-sm-10{padding:4rem}.p-sm-11{padding:5rem}.p-sm-12{padding:7.5rem}.px-sm-0{padding-right:0;padding-left:0}.px-sm-1{padding-right:.25rem;padding-left:.25rem}.px-sm-2{padding-right:.5rem;padding-left:.5rem}.px-sm-3{padding-right:.75rem;padding-left:.75rem}.px-sm-4{padding-right:1rem;padding-left:1rem}.px-sm-5{padding-right:1.25rem;padding-left:1.25rem}.px-sm-6{padding-right:1.5rem;padding-left:1.5rem}.px-sm-7{padding-right:2rem;padding-left:2rem}.px-sm-8{padding-right:2.5rem;padding-left:2.5rem}.px-sm-9{padding-right:3rem;padding-left:3rem}.px-sm-10{padding-right:4rem;padding-left:4rem}.px-sm-11{padding-right:5rem;padding-left:5rem}.px-sm-12{padding-right:7.5rem;padding-left:7.5rem}.py-sm-0{padding-top:0;padding-bottom:0}.py-sm-1{padding-top:.25rem;padding-bottom:.25rem}.py-sm-2{padding-top:.5rem;padding-bottom:.5rem}.py-sm-3{padding-top:.75rem;padding-bottom:.75rem}.py-sm-4{padding-top:1rem;padding-bottom:1rem}.py-sm-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-sm-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-sm-7{padding-top:2rem;padding-bottom:2rem}.py-sm-8{padding-top:2.5rem;padding-bottom:2.5rem}.py-sm-9{padding-top:3rem;padding-bottom:3rem}.py-sm-10{padding-top:4rem;padding-bottom:4rem}.py-sm-11{padding-top:5rem;padding-bottom:5rem}.py-sm-12{padding-top:7.5rem;padding-bottom:7.5rem}.pt-sm-0{padding-top:0}.pt-sm-1{padding-top:.25rem}.pt-sm-2{padding-top:.5rem}.pt-sm-3{padding-top:.75rem}.pt-sm-4{padding-top:1rem}.pt-sm-5{padding-top:1.25rem}.pt-sm-6{padding-top:1.5rem}.pt-sm-7{padding-top:2rem}.pt-sm-8{padding-top:2.5rem}.pt-sm-9{padding-top:3rem}.pt-sm-10{padding-top:4rem}.pt-sm-11{padding-top:5rem}.pt-sm-12{padding-top:7.5rem}.pe-sm-0{padding-right:0}.pe-sm-1{padding-right:.25rem}.pe-sm-2{padding-right:.5rem}.pe-sm-3{padding-right:.75rem}.pe-sm-4{padding-right:1rem}.pe-sm-5{padding-right:1.25rem}.pe-sm-6{padding-right:1.5rem}.pe-sm-7{padding-right:2rem}.pe-sm-8{padding-right:2.5rem}.pe-sm-9{padding-right:3rem}.pe-sm-10{padding-right:4rem}.pe-sm-11{padding-right:5rem}.pe-sm-12{padding-right:7.5rem}.pb-sm-0{padding-bottom:0}.pb-sm-1{padding-bottom:.25rem}.pb-sm-2{padding-bottom:.5rem}.pb-sm-3{padding-bottom:.75rem}.pb-sm-4{padding-bottom:1rem}.pb-sm-5{padding-bottom:1.25rem}.pb-sm-6{padding-bottom:1.5rem}.pb-sm-7{padding-bottom:2rem}.pb-sm-8{padding-bottom:2.5rem}.pb-sm-9{padding-bottom:3rem}.pb-sm-10{padding-bottom:4rem}.pb-sm-11{padding-bottom:5rem}.pb-sm-12{padding-bottom:7.5rem}.ps-sm-0{padding-left:0}.ps-sm-1{padding-left:.25rem}.ps-sm-2{padding-left:.5rem}.ps-sm-3{padding-left:.75rem}.ps-sm-4{padding-left:1rem}.ps-sm-5{padding-left:1.25rem}.ps-sm-6{padding-left:1.5rem}.ps-sm-7{padding-left:2rem}.ps-sm-8{padding-left:2.5rem}.ps-sm-9{padding-left:3rem}.ps-sm-10{padding-left:4rem}.ps-sm-11{padding-left:5rem}.ps-sm-12{padding-left:7.5rem}.gap-sm-0{gap:0}.gap-sm-1{gap:.25rem}.gap-sm-2{gap:.5rem}.gap-sm-3{gap:.75rem}.gap-sm-4{gap:1rem}.gap-sm-5{gap:1.25rem}.gap-sm-6{gap:1.5rem}.gap-sm-7{gap:2rem}.gap-sm-8{gap:2.5rem}.gap-sm-9{gap:3rem}.gap-sm-10{gap:4rem}.gap-sm-11{gap:5rem}.gap-sm-12{gap:7.5rem}.text-sm-start{text-align:left}.text-sm-end{text-align:right}.text-sm-center{text-align:center}}@media (min-width:768px){.float-md-start{float:left}.float-md-end{float:right}.float-md-none{float:none}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-content-md-start{justify-content:flex-start}.justify-content-md-end{justify-content:flex-end}.justify-content-md-center{justify-content:center}.justify-content-md-between{justify-content:space-between}.justify-content-md-around{justify-content:space-around}.justify-content-md-evenly{justify-content:space-evenly}.align-items-md-start{align-items:flex-start}.align-items-md-end{align-items:flex-end}.align-items-md-center{align-items:center}.align-items-md-baseline{align-items:baseline}.align-items-md-stretch{align-items:stretch}.align-content-md-start{align-content:flex-start}.align-content-md-end{align-content:flex-end}.align-content-md-center{align-content:center}.align-content-md-between{align-content:space-between}.align-content-md-around{align-content:space-around}.align-content-md-stretch{align-content:stretch}.align-self-md-auto{align-self:auto}.align-self-md-start{align-self:flex-start}.align-self-md-end{align-self:flex-end}.align-self-md-center{align-self:center}.align-self-md-baseline{align-self:baseline}.align-self-md-stretch{align-self:stretch}.order-md-first{order:-1}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-last{order:6}.m-md-0{margin:0}.m-md-1{margin:.25rem}.m-md-2{margin:.5rem}.m-md-3{margin:.75rem}.m-md-4{margin:1rem}.m-md-5{margin:1.25rem}.m-md-6{margin:1.5rem}.m-md-7{margin:2rem}.m-md-8{margin:2.5rem}.m-md-9{margin:3rem}.m-md-10{margin:4rem}.m-md-11{margin:5rem}.m-md-12{margin:7.5rem}.m-md-auto{margin:auto}.mx-md-0{margin-right:0;margin-left:0}.mx-md-1{margin-right:.25rem;margin-left:.25rem}.mx-md-2{margin-right:.5rem;margin-left:.5rem}.mx-md-3{margin-right:.75rem;margin-left:.75rem}.mx-md-4{margin-right:1rem;margin-left:1rem}.mx-md-5{margin-right:1.25rem;margin-left:1.25rem}.mx-md-6{margin-right:1.5rem;margin-left:1.5rem}.mx-md-7{margin-right:2rem;margin-left:2rem}.mx-md-8{margin-right:2.5rem;margin-left:2.5rem}.mx-md-9{margin-right:3rem;margin-left:3rem}.mx-md-10{margin-right:4rem;margin-left:4rem}.mx-md-11{margin-right:5rem;margin-left:5rem}.mx-md-12{margin-right:7.5rem;margin-left:7.5rem}.mx-md-auto{margin-right:auto;margin-left:auto}.my-md-0{margin-top:0;margin-bottom:0}.my-md-1{margin-top:.25rem;margin-bottom:.25rem}.my-md-2{margin-top:.5rem;margin-bottom:.5rem}.my-md-3{margin-top:.75rem;margin-bottom:.75rem}.my-md-4{margin-top:1rem;margin-bottom:1rem}.my-md-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-md-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-md-7{margin-top:2rem;margin-bottom:2rem}.my-md-8{margin-top:2.5rem;margin-bottom:2.5rem}.my-md-9{margin-top:3rem;margin-bottom:3rem}.my-md-10{margin-top:4rem;margin-bottom:4rem}.my-md-11{margin-top:5rem;margin-bottom:5rem}.my-md-12{margin-top:7.5rem;margin-bottom:7.5rem}.my-md-auto{margin-top:auto;margin-bottom:auto}.mt-md-0{margin-top:0}.mt-md-1{margin-top:.25rem}.mt-md-2{margin-top:.5rem}.mt-md-3{margin-top:.75rem}.mt-md-4{margin-top:1rem}.mt-md-5{margin-top:1.25rem}.mt-md-6{margin-top:1.5rem}.mt-md-7{margin-top:2rem}.mt-md-8{margin-top:2.5rem}.mt-md-9{margin-top:3rem}.mt-md-10{margin-top:4rem}.mt-md-11{margin-top:5rem}.mt-md-12{margin-top:7.5rem}.mt-md-auto{margin-top:auto}.me-md-0{margin-right:0}.me-md-1{margin-right:.25rem}.me-md-2{margin-right:.5rem}.me-md-3{margin-right:.75rem}.me-md-4{margin-right:1rem}.me-md-5{margin-right:1.25rem}.me-md-6{margin-right:1.5rem}.me-md-7{margin-right:2rem}.me-md-8{margin-right:2.5rem}.me-md-9{margin-right:3rem}.me-md-10{margin-right:4rem}.me-md-11{margin-right:5rem}.me-md-12{margin-right:7.5rem}.me-md-auto{margin-right:auto}.mb-md-0{margin-bottom:0}.mb-md-1{margin-bottom:.25rem}.mb-md-2{margin-bottom:.5rem}.mb-md-3{margin-bottom:.75rem}.mb-md-4{margin-bottom:1rem}.mb-md-5{margin-bottom:1.25rem}.mb-md-6{margin-bottom:1.5rem}.mb-md-7{margin-bottom:2rem}.mb-md-8{margin-bottom:2.5rem}.mb-md-9{margin-bottom:3rem}.mb-md-10{margin-bottom:4rem}.mb-md-11{margin-bottom:5rem}.mb-md-12{margin-bottom:7.5rem}.mb-md-auto{margin-bottom:auto}.ms-md-0{margin-left:0}.ms-md-1{margin-left:.25rem}.ms-md-2{margin-left:.5rem}.ms-md-3{margin-left:.75rem}.ms-md-4{margin-left:1rem}.ms-md-5{margin-left:1.25rem}.ms-md-6{margin-left:1.5rem}.ms-md-7{margin-left:2rem}.ms-md-8{margin-left:2.5rem}.ms-md-9{margin-left:3rem}.ms-md-10{margin-left:4rem}.ms-md-11{margin-left:5rem}.ms-md-12{margin-left:7.5rem}.ms-md-auto{margin-left:auto}.p-md-0{padding:0}.p-md-1{padding:.25rem}.p-md-2{padding:.5rem}.p-md-3{padding:.75rem}.p-md-4{padding:1rem}.p-md-5{padding:1.25rem}.p-md-6{padding:1.5rem}.p-md-7{padding:2rem}.p-md-8{padding:2.5rem}.p-md-9{padding:3rem}.p-md-10{padding:4rem}.p-md-11{padding:5rem}.p-md-12{padding:7.5rem}.px-md-0{padding-right:0;padding-left:0}.px-md-1{padding-right:.25rem;padding-left:.25rem}.px-md-2{padding-right:.5rem;padding-left:.5rem}.px-md-3{padding-right:.75rem;padding-left:.75rem}.px-md-4{padding-right:1rem;padding-left:1rem}.px-md-5{padding-right:1.25rem;padding-left:1.25rem}.px-md-6{padding-right:1.5rem;padding-left:1.5rem}.px-md-7{padding-right:2rem;padding-left:2rem}.px-md-8{padding-right:2.5rem;padding-left:2.5rem}.px-md-9{padding-right:3rem;padding-left:3rem}.px-md-10{padding-right:4rem;padding-left:4rem}.px-md-11{padding-right:5rem;padding-left:5rem}.px-md-12{padding-right:7.5rem;padding-left:7.5rem}.py-md-0{padding-top:0;padding-bottom:0}.py-md-1{padding-top:.25rem;padding-bottom:.25rem}.py-md-2{padding-top:.5rem;padding-bottom:.5rem}.py-md-3{padding-top:.75rem;padding-bottom:.75rem}.py-md-4{padding-top:1rem;padding-bottom:1rem}.py-md-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-md-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-md-7{padding-top:2rem;padding-bottom:2rem}.py-md-8{padding-top:2.5rem;padding-bottom:2.5rem}.py-md-9{padding-top:3rem;padding-bottom:3rem}.py-md-10{padding-top:4rem;padding-bottom:4rem}.py-md-11{padding-top:5rem;padding-bottom:5rem}.py-md-12{padding-top:7.5rem;padding-bottom:7.5rem}.pt-md-0{padding-top:0}.pt-md-1{padding-top:.25rem}.pt-md-2{padding-top:.5rem}.pt-md-3{padding-top:.75rem}.pt-md-4{padding-top:1rem}.pt-md-5{padding-top:1.25rem}.pt-md-6{padding-top:1.5rem}.pt-md-7{padding-top:2rem}.pt-md-8{padding-top:2.5rem}.pt-md-9{padding-top:3rem}.pt-md-10{padding-top:4rem}.pt-md-11{padding-top:5rem}.pt-md-12{padding-top:7.5rem}.pe-md-0{padding-right:0}.pe-md-1{padding-right:.25rem}.pe-md-2{padding-right:.5rem}.pe-md-3{padding-right:.75rem}.pe-md-4{padding-right:1rem}.pe-md-5{padding-right:1.25rem}.pe-md-6{padding-right:1.5rem}.pe-md-7{padding-right:2rem}.pe-md-8{padding-right:2.5rem}.pe-md-9{padding-right:3rem}.pe-md-10{padding-right:4rem}.pe-md-11{padding-right:5rem}.pe-md-12{padding-right:7.5rem}.pb-md-0{padding-bottom:0}.pb-md-1{padding-bottom:.25rem}.pb-md-2{padding-bottom:.5rem}.pb-md-3{padding-bottom:.75rem}.pb-md-4{padding-bottom:1rem}.pb-md-5{padding-bottom:1.25rem}.pb-md-6{padding-bottom:1.5rem}.pb-md-7{padding-bottom:2rem}.pb-md-8{padding-bottom:2.5rem}.pb-md-9{padding-bottom:3rem}.pb-md-10{padding-bottom:4rem}.pb-md-11{padding-bottom:5rem}.pb-md-12{padding-bottom:7.5rem}.ps-md-0{padding-left:0}.ps-md-1{padding-left:.25rem}.ps-md-2{padding-left:.5rem}.ps-md-3{padding-left:.75rem}.ps-md-4{padding-left:1rem}.ps-md-5{padding-left:1.25rem}.ps-md-6{padding-left:1.5rem}.ps-md-7{padding-left:2rem}.ps-md-8{padding-left:2.5rem}.ps-md-9{padding-left:3rem}.ps-md-10{padding-left:4rem}.ps-md-11{padding-left:5rem}.ps-md-12{padding-left:7.5rem}.gap-md-0{gap:0}.gap-md-1{gap:.25rem}.gap-md-2{gap:.5rem}.gap-md-3{gap:.75rem}.gap-md-4{gap:1rem}.gap-md-5{gap:1.25rem}.gap-md-6{gap:1.5rem}.gap-md-7{gap:2rem}.gap-md-8{gap:2.5rem}.gap-md-9{gap:3rem}.gap-md-10{gap:4rem}.gap-md-11{gap:5rem}.gap-md-12{gap:7.5rem}.text-md-start{text-align:left}.text-md-end{text-align:right}.text-md-center{text-align:center}}@media (min-width:1024px){.float-lg-start{float:left}.float-lg-end{float:right}.float-lg-none{float:none}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-content-lg-start{justify-content:flex-start}.justify-content-lg-end{justify-content:flex-end}.justify-content-lg-center{justify-content:center}.justify-content-lg-between{justify-content:space-between}.justify-content-lg-around{justify-content:space-around}.justify-content-lg-evenly{justify-content:space-evenly}.align-items-lg-start{align-items:flex-start}.align-items-lg-end{align-items:flex-end}.align-items-lg-center{align-items:center}.align-items-lg-baseline{align-items:baseline}.align-items-lg-stretch{align-items:stretch}.align-content-lg-start{align-content:flex-start}.align-content-lg-end{align-content:flex-end}.align-content-lg-center{align-content:center}.align-content-lg-between{align-content:space-between}.align-content-lg-around{align-content:space-around}.align-content-lg-stretch{align-content:stretch}.align-self-lg-auto{align-self:auto}.align-self-lg-start{align-self:flex-start}.align-self-lg-end{align-self:flex-end}.align-self-lg-center{align-self:center}.align-self-lg-baseline{align-self:baseline}.align-self-lg-stretch{align-self:stretch}.order-lg-first{order:-1}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-last{order:6}.m-lg-0{margin:0}.m-lg-1{margin:.25rem}.m-lg-2{margin:.5rem}.m-lg-3{margin:.75rem}.m-lg-4{margin:1rem}.m-lg-5{margin:1.25rem}.m-lg-6{margin:1.5rem}.m-lg-7{margin:2rem}.m-lg-8{margin:2.5rem}.m-lg-9{margin:3rem}.m-lg-10{margin:4rem}.m-lg-11{margin:5rem}.m-lg-12{margin:7.5rem}.m-lg-auto{margin:auto}.mx-lg-0{margin-right:0;margin-left:0}.mx-lg-1{margin-right:.25rem;margin-left:.25rem}.mx-lg-2{margin-right:.5rem;margin-left:.5rem}.mx-lg-3{margin-right:.75rem;margin-left:.75rem}.mx-lg-4{margin-right:1rem;margin-left:1rem}.mx-lg-5{margin-right:1.25rem;margin-left:1.25rem}.mx-lg-6{margin-right:1.5rem;margin-left:1.5rem}.mx-lg-7{margin-right:2rem;margin-left:2rem}.mx-lg-8{margin-right:2.5rem;margin-left:2.5rem}.mx-lg-9{margin-right:3rem;margin-left:3rem}.mx-lg-10{margin-right:4rem;margin-left:4rem}.mx-lg-11{margin-right:5rem;margin-left:5rem}.mx-lg-12{margin-right:7.5rem;margin-left:7.5rem}.mx-lg-auto{margin-right:auto;margin-left:auto}.my-lg-0{margin-top:0;margin-bottom:0}.my-lg-1{margin-top:.25rem;margin-bottom:.25rem}.my-lg-2{margin-top:.5rem;margin-bottom:.5rem}.my-lg-3{margin-top:.75rem;margin-bottom:.75rem}.my-lg-4{margin-top:1rem;margin-bottom:1rem}.my-lg-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-lg-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-lg-7{margin-top:2rem;margin-bottom:2rem}.my-lg-8{margin-top:2.5rem;margin-bottom:2.5rem}.my-lg-9{margin-top:3rem;margin-bottom:3rem}.my-lg-10{margin-top:4rem;margin-bottom:4rem}.my-lg-11{margin-top:5rem;margin-bottom:5rem}.my-lg-12{margin-top:7.5rem;margin-bottom:7.5rem}.my-lg-auto{margin-top:auto;margin-bottom:auto}.mt-lg-0{margin-top:0}.mt-lg-1{margin-top:.25rem}.mt-lg-2{margin-top:.5rem}.mt-lg-3{margin-top:.75rem}.mt-lg-4{margin-top:1rem}.mt-lg-5{margin-top:1.25rem}.mt-lg-6{margin-top:1.5rem}.mt-lg-7{margin-top:2rem}.mt-lg-8{margin-top:2.5rem}.mt-lg-9{margin-top:3rem}.mt-lg-10{margin-top:4rem}.mt-lg-11{margin-top:5rem}.mt-lg-12{margin-top:7.5rem}.mt-lg-auto{margin-top:auto}.me-lg-0{margin-right:0}.me-lg-1{margin-right:.25rem}.me-lg-2{margin-right:.5rem}.me-lg-3{margin-right:.75rem}.me-lg-4{margin-right:1rem}.me-lg-5{margin-right:1.25rem}.me-lg-6{margin-right:1.5rem}.me-lg-7{margin-right:2rem}.me-lg-8{margin-right:2.5rem}.me-lg-9{margin-right:3rem}.me-lg-10{margin-right:4rem}.me-lg-11{margin-right:5rem}.me-lg-12{margin-right:7.5rem}.me-lg-auto{margin-right:auto}.mb-lg-0{margin-bottom:0}.mb-lg-1{margin-bottom:.25rem}.mb-lg-2{margin-bottom:.5rem}.mb-lg-3{margin-bottom:.75rem}.mb-lg-4{margin-bottom:1rem}.mb-lg-5{margin-bottom:1.25rem}.mb-lg-6{margin-bottom:1.5rem}.mb-lg-7{margin-bottom:2rem}.mb-lg-8{margin-bottom:2.5rem}.mb-lg-9{margin-bottom:3rem}.mb-lg-10{margin-bottom:4rem}.mb-lg-11{margin-bottom:5rem}.mb-lg-12{margin-bottom:7.5rem}.mb-lg-auto{margin-bottom:auto}.ms-lg-0{margin-left:0}.ms-lg-1{margin-left:.25rem}.ms-lg-2{margin-left:.5rem}.ms-lg-3{margin-left:.75rem}.ms-lg-4{margin-left:1rem}.ms-lg-5{margin-left:1.25rem}.ms-lg-6{margin-left:1.5rem}.ms-lg-7{margin-left:2rem}.ms-lg-8{margin-left:2.5rem}.ms-lg-9{margin-left:3rem}.ms-lg-10{margin-left:4rem}.ms-lg-11{margin-left:5rem}.ms-lg-12{margin-left:7.5rem}.ms-lg-auto{margin-left:auto}.p-lg-0{padding:0}.p-lg-1{padding:.25rem}.p-lg-2{padding:.5rem}.p-lg-3{padding:.75rem}.p-lg-4{padding:1rem}.p-lg-5{padding:1.25rem}.p-lg-6{padding:1.5rem}.p-lg-7{padding:2rem}.p-lg-8{padding:2.5rem}.p-lg-9{padding:3rem}.p-lg-10{padding:4rem}.p-lg-11{padding:5rem}.p-lg-12{padding:7.5rem}.px-lg-0{padding-right:0;padding-left:0}.px-lg-1{padding-right:.25rem;padding-left:.25rem}.px-lg-2{padding-right:.5rem;padding-left:.5rem}.px-lg-3{padding-right:.75rem;padding-left:.75rem}.px-lg-4{padding-right:1rem;padding-left:1rem}.px-lg-5{padding-right:1.25rem;padding-left:1.25rem}.px-lg-6{padding-right:1.5rem;padding-left:1.5rem}.px-lg-7{padding-right:2rem;padding-left:2rem}.px-lg-8{padding-right:2.5rem;padding-left:2.5rem}.px-lg-9{padding-right:3rem;padding-left:3rem}.px-lg-10{padding-right:4rem;padding-left:4rem}.px-lg-11{padding-right:5rem;padding-left:5rem}.px-lg-12{padding-right:7.5rem;padding-left:7.5rem}.py-lg-0{padding-top:0;padding-bottom:0}.py-lg-1{padding-top:.25rem;padding-bottom:.25rem}.py-lg-2{padding-top:.5rem;padding-bottom:.5rem}.py-lg-3{padding-top:.75rem;padding-bottom:.75rem}.py-lg-4{padding-top:1rem;padding-bottom:1rem}.py-lg-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-lg-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-lg-7{padding-top:2rem;padding-bottom:2rem}.py-lg-8{padding-top:2.5rem;padding-bottom:2.5rem}.py-lg-9{padding-top:3rem;padding-bottom:3rem}.py-lg-10{padding-top:4rem;padding-bottom:4rem}.py-lg-11{padding-top:5rem;padding-bottom:5rem}.py-lg-12{padding-top:7.5rem;padding-bottom:7.5rem}.pt-lg-0{padding-top:0}.pt-lg-1{padding-top:.25rem}.pt-lg-2{padding-top:.5rem}.pt-lg-3{padding-top:.75rem}.pt-lg-4{padding-top:1rem}.pt-lg-5{padding-top:1.25rem}.pt-lg-6{padding-top:1.5rem}.pt-lg-7{padding-top:2rem}.pt-lg-8{padding-top:2.5rem}.pt-lg-9{padding-top:3rem}.pt-lg-10{padding-top:4rem}.pt-lg-11{padding-top:5rem}.pt-lg-12{padding-top:7.5rem}.pe-lg-0{padding-right:0}.pe-lg-1{padding-right:.25rem}.pe-lg-2{padding-right:.5rem}.pe-lg-3{padding-right:.75rem}.pe-lg-4{padding-right:1rem}.pe-lg-5{padding-right:1.25rem}.pe-lg-6{padding-right:1.5rem}.pe-lg-7{padding-right:2rem}.pe-lg-8{padding-right:2.5rem}.pe-lg-9{padding-right:3rem}.pe-lg-10{padding-right:4rem}.pe-lg-11{padding-right:5rem}.pe-lg-12{padding-right:7.5rem}.pb-lg-0{padding-bottom:0}.pb-lg-1{padding-bottom:.25rem}.pb-lg-2{padding-bottom:.5rem}.pb-lg-3{padding-bottom:.75rem}.pb-lg-4{padding-bottom:1rem}.pb-lg-5{padding-bottom:1.25rem}.pb-lg-6{padding-bottom:1.5rem}.pb-lg-7{padding-bottom:2rem}.pb-lg-8{padding-bottom:2.5rem}.pb-lg-9{padding-bottom:3rem}.pb-lg-10{padding-bottom:4rem}.pb-lg-11{padding-bottom:5rem}.pb-lg-12{padding-bottom:7.5rem}.ps-lg-0{padding-left:0}.ps-lg-1{padding-left:.25rem}.ps-lg-2{padding-left:.5rem}.ps-lg-3{padding-left:.75rem}.ps-lg-4{padding-left:1rem}.ps-lg-5{padding-left:1.25rem}.ps-lg-6{padding-left:1.5rem}.ps-lg-7{padding-left:2rem}.ps-lg-8{padding-left:2.5rem}.ps-lg-9{padding-left:3rem}.ps-lg-10{padding-left:4rem}.ps-lg-11{padding-left:5rem}.ps-lg-12{padding-left:7.5rem}.gap-lg-0{gap:0}.gap-lg-1{gap:.25rem}.gap-lg-2{gap:.5rem}.gap-lg-3{gap:.75rem}.gap-lg-4{gap:1rem}.gap-lg-5{gap:1.25rem}.gap-lg-6{gap:1.5rem}.gap-lg-7{gap:2rem}.gap-lg-8{gap:2.5rem}.gap-lg-9{gap:3rem}.gap-lg-10{gap:4rem}.gap-lg-11{gap:5rem}.gap-lg-12{gap:7.5rem}.text-lg-start{text-align:left}.text-lg-end{text-align:right}.text-lg-center{text-align:center}}@media (min-width:1200px){.float-xl-start{float:left}.float-xl-end{float:right}.float-xl-none{float:none}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-content-xl-start{justify-content:flex-start}.justify-content-xl-end{justify-content:flex-end}.justify-content-xl-center{justify-content:center}.justify-content-xl-between{justify-content:space-between}.justify-content-xl-around{justify-content:space-around}.justify-content-xl-evenly{justify-content:space-evenly}.align-items-xl-start{align-items:flex-start}.align-items-xl-end{align-items:flex-end}.align-items-xl-center{align-items:center}.align-items-xl-baseline{align-items:baseline}.align-items-xl-stretch{align-items:stretch}.align-content-xl-start{align-content:flex-start}.align-content-xl-end{align-content:flex-end}.align-content-xl-center{align-content:center}.align-content-xl-between{align-content:space-between}.align-content-xl-around{align-content:space-around}.align-content-xl-stretch{align-content:stretch}.align-self-xl-auto{align-self:auto}.align-self-xl-start{align-self:flex-start}.align-self-xl-end{align-self:flex-end}.align-self-xl-center{align-self:center}.align-self-xl-baseline{align-self:baseline}.align-self-xl-stretch{align-self:stretch}.order-xl-first{order:-1}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-last{order:6}.m-xl-0{margin:0}.m-xl-1{margin:.25rem}.m-xl-2{margin:.5rem}.m-xl-3{margin:.75rem}.m-xl-4{margin:1rem}.m-xl-5{margin:1.25rem}.m-xl-6{margin:1.5rem}.m-xl-7{margin:2rem}.m-xl-8{margin:2.5rem}.m-xl-9{margin:3rem}.m-xl-10{margin:4rem}.m-xl-11{margin:5rem}.m-xl-12{margin:7.5rem}.m-xl-auto{margin:auto}.mx-xl-0{margin-right:0;margin-left:0}.mx-xl-1{margin-right:.25rem;margin-left:.25rem}.mx-xl-2{margin-right:.5rem;margin-left:.5rem}.mx-xl-3{margin-right:.75rem;margin-left:.75rem}.mx-xl-4{margin-right:1rem;margin-left:1rem}.mx-xl-5{margin-right:1.25rem;margin-left:1.25rem}.mx-xl-6{margin-right:1.5rem;margin-left:1.5rem}.mx-xl-7{margin-right:2rem;margin-left:2rem}.mx-xl-8{margin-right:2.5rem;margin-left:2.5rem}.mx-xl-9{margin-right:3rem;margin-left:3rem}.mx-xl-10{margin-right:4rem;margin-left:4rem}.mx-xl-11{margin-right:5rem;margin-left:5rem}.mx-xl-12{margin-right:7.5rem;margin-left:7.5rem}.mx-xl-auto{margin-right:auto;margin-left:auto}.my-xl-0{margin-top:0;margin-bottom:0}.my-xl-1{margin-top:.25rem;margin-bottom:.25rem}.my-xl-2{margin-top:.5rem;margin-bottom:.5rem}.my-xl-3{margin-top:.75rem;margin-bottom:.75rem}.my-xl-4{margin-top:1rem;margin-bottom:1rem}.my-xl-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-xl-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-xl-7{margin-top:2rem;margin-bottom:2rem}.my-xl-8{margin-top:2.5rem;margin-bottom:2.5rem}.my-xl-9{margin-top:3rem;margin-bottom:3rem}.my-xl-10{margin-top:4rem;margin-bottom:4rem}.my-xl-11{margin-top:5rem;margin-bottom:5rem}.my-xl-12{margin-top:7.5rem;margin-bottom:7.5rem}.my-xl-auto{margin-top:auto;margin-bottom:auto}.mt-xl-0{margin-top:0}.mt-xl-1{margin-top:.25rem}.mt-xl-2{margin-top:.5rem}.mt-xl-3{margin-top:.75rem}.mt-xl-4{margin-top:1rem}.mt-xl-5{margin-top:1.25rem}.mt-xl-6{margin-top:1.5rem}.mt-xl-7{margin-top:2rem}.mt-xl-8{margin-top:2.5rem}.mt-xl-9{margin-top:3rem}.mt-xl-10{margin-top:4rem}.mt-xl-11{margin-top:5rem}.mt-xl-12{margin-top:7.5rem}.mt-xl-auto{margin-top:auto}.me-xl-0{margin-right:0}.me-xl-1{margin-right:.25rem}.me-xl-2{margin-right:.5rem}.me-xl-3{margin-right:.75rem}.me-xl-4{margin-right:1rem}.me-xl-5{margin-right:1.25rem}.me-xl-6{margin-right:1.5rem}.me-xl-7{margin-right:2rem}.me-xl-8{margin-right:2.5rem}.me-xl-9{margin-right:3rem}.me-xl-10{margin-right:4rem}.me-xl-11{margin-right:5rem}.me-xl-12{margin-right:7.5rem}.me-xl-auto{margin-right:auto}.mb-xl-0{margin-bottom:0}.mb-xl-1{margin-bottom:.25rem}.mb-xl-2{margin-bottom:.5rem}.mb-xl-3{margin-bottom:.75rem}.mb-xl-4{margin-bottom:1rem}.mb-xl-5{margin-bottom:1.25rem}.mb-xl-6{margin-bottom:1.5rem}.mb-xl-7{margin-bottom:2rem}.mb-xl-8{margin-bottom:2.5rem}.mb-xl-9{margin-bottom:3rem}.mb-xl-10{margin-bottom:4rem}.mb-xl-11{margin-bottom:5rem}.mb-xl-12{margin-bottom:7.5rem}.mb-xl-auto{margin-bottom:auto}.ms-xl-0{margin-left:0}.ms-xl-1{margin-left:.25rem}.ms-xl-2{margin-left:.5rem}.ms-xl-3{margin-left:.75rem}.ms-xl-4{margin-left:1rem}.ms-xl-5{margin-left:1.25rem}.ms-xl-6{margin-left:1.5rem}.ms-xl-7{margin-left:2rem}.ms-xl-8{margin-left:2.5rem}.ms-xl-9{margin-left:3rem}.ms-xl-10{margin-left:4rem}.ms-xl-11{margin-left:5rem}.ms-xl-12{margin-left:7.5rem}.ms-xl-auto{margin-left:auto}.p-xl-0{padding:0}.p-xl-1{padding:.25rem}.p-xl-2{padding:.5rem}.p-xl-3{padding:.75rem}.p-xl-4{padding:1rem}.p-xl-5{padding:1.25rem}.p-xl-6{padding:1.5rem}.p-xl-7{padding:2rem}.p-xl-8{padding:2.5rem}.p-xl-9{padding:3rem}.p-xl-10{padding:4rem}.p-xl-11{padding:5rem}.p-xl-12{padding:7.5rem}.px-xl-0{padding-right:0;padding-left:0}.px-xl-1{padding-right:.25rem;padding-left:.25rem}.px-xl-2{padding-right:.5rem;padding-left:.5rem}.px-xl-3{padding-right:.75rem;padding-left:.75rem}.px-xl-4{padding-right:1rem;padding-left:1rem}.px-xl-5{padding-right:1.25rem;padding-left:1.25rem}.px-xl-6{padding-right:1.5rem;padding-left:1.5rem}.px-xl-7{padding-right:2rem;padding-left:2rem}.px-xl-8{padding-right:2.5rem;padding-left:2.5rem}.px-xl-9{padding-right:3rem;padding-left:3rem}.px-xl-10{padding-right:4rem;padding-left:4rem}.px-xl-11{padding-right:5rem;padding-left:5rem}.px-xl-12{padding-right:7.5rem;padding-left:7.5rem}.py-xl-0{padding-top:0;padding-bottom:0}.py-xl-1{padding-top:.25rem;padding-bottom:.25rem}.py-xl-2{padding-top:.5rem;padding-bottom:.5rem}.py-xl-3{padding-top:.75rem;padding-bottom:.75rem}.py-xl-4{padding-top:1rem;padding-bottom:1rem}.py-xl-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-xl-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-xl-7{padding-top:2rem;padding-bottom:2rem}.py-xl-8{padding-top:2.5rem;padding-bottom:2.5rem}.py-xl-9{padding-top:3rem;padding-bottom:3rem}.py-xl-10{padding-top:4rem;padding-bottom:4rem}.py-xl-11{padding-top:5rem;padding-bottom:5rem}.py-xl-12{padding-top:7.5rem;padding-bottom:7.5rem}.pt-xl-0{padding-top:0}.pt-xl-1{padding-top:.25rem}.pt-xl-2{padding-top:.5rem}.pt-xl-3{padding-top:.75rem}.pt-xl-4{padding-top:1rem}.pt-xl-5{padding-top:1.25rem}.pt-xl-6{padding-top:1.5rem}.pt-xl-7{padding-top:2rem}.pt-xl-8{padding-top:2.5rem}.pt-xl-9{padding-top:3rem}.pt-xl-10{padding-top:4rem}.pt-xl-11{padding-top:5rem}.pt-xl-12{padding-top:7.5rem}.pe-xl-0{padding-right:0}.pe-xl-1{padding-right:.25rem}.pe-xl-2{padding-right:.5rem}.pe-xl-3{padding-right:.75rem}.pe-xl-4{padding-right:1rem}.pe-xl-5{padding-right:1.25rem}.pe-xl-6{padding-right:1.5rem}.pe-xl-7{padding-right:2rem}.pe-xl-8{padding-right:2.5rem}.pe-xl-9{padding-right:3rem}.pe-xl-10{padding-right:4rem}.pe-xl-11{padding-right:5rem}.pe-xl-12{padding-right:7.5rem}.pb-xl-0{padding-bottom:0}.pb-xl-1{padding-bottom:.25rem}.pb-xl-2{padding-bottom:.5rem}.pb-xl-3{padding-bottom:.75rem}.pb-xl-4{padding-bottom:1rem}.pb-xl-5{padding-bottom:1.25rem}.pb-xl-6{padding-bottom:1.5rem}.pb-xl-7{padding-bottom:2rem}.pb-xl-8{padding-bottom:2.5rem}.pb-xl-9{padding-bottom:3rem}.pb-xl-10{padding-bottom:4rem}.pb-xl-11{padding-bottom:5rem}.pb-xl-12{padding-bottom:7.5rem}.ps-xl-0{padding-left:0}.ps-xl-1{padding-left:.25rem}.ps-xl-2{padding-left:.5rem}.ps-xl-3{padding-left:.75rem}.ps-xl-4{padding-left:1rem}.ps-xl-5{padding-left:1.25rem}.ps-xl-6{padding-left:1.5rem}.ps-xl-7{padding-left:2rem}.ps-xl-8{padding-left:2.5rem}.ps-xl-9{padding-left:3rem}.ps-xl-10{padding-left:4rem}.ps-xl-11{padding-left:5rem}.ps-xl-12{padding-left:7.5rem}.gap-xl-0{gap:0}.gap-xl-1{gap:.25rem}.gap-xl-2{gap:.5rem}.gap-xl-3{gap:.75rem}.gap-xl-4{gap:1rem}.gap-xl-5{gap:1.25rem}.gap-xl-6{gap:1.5rem}.gap-xl-7{gap:2rem}.gap-xl-8{gap:2.5rem}.gap-xl-9{gap:3rem}.gap-xl-10{gap:4rem}.gap-xl-11{gap:5rem}.gap-xl-12{gap:7.5rem}.text-xl-start{text-align:left}.text-xl-end{text-align:right}.text-xl-center{text-align:center}}@media (min-width:1400px){.float-xxl-start{float:left}.float-xxl-end{float:right}.float-xxl-none{float:none}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-content-xxl-start{justify-content:flex-start}.justify-content-xxl-end{justify-content:flex-end}.justify-content-xxl-center{justify-content:center}.justify-content-xxl-between{justify-content:space-between}.justify-content-xxl-around{justify-content:space-around}.justify-content-xxl-evenly{justify-content:space-evenly}.align-items-xxl-start{align-items:flex-start}.align-items-xxl-end{align-items:flex-end}.align-items-xxl-center{align-items:center}.align-items-xxl-baseline{align-items:baseline}.align-items-xxl-stretch{align-items:stretch}.align-content-xxl-start{align-content:flex-start}.align-content-xxl-end{align-content:flex-end}.align-content-xxl-center{align-content:center}.align-content-xxl-between{align-content:space-between}.align-content-xxl-around{align-content:space-around}.align-content-xxl-stretch{align-content:stretch}.align-self-xxl-auto{align-self:auto}.align-self-xxl-start{align-self:flex-start}.align-self-xxl-end{align-self:flex-end}.align-self-xxl-center{align-self:center}.align-self-xxl-baseline{align-self:baseline}.align-self-xxl-stretch{align-self:stretch}.order-xxl-first{order:-1}.order-xxl-0{order:0}.order-xxl-1{order:1}.order-xxl-2{order:2}.order-xxl-3{order:3}.order-xxl-4{order:4}.order-xxl-5{order:5}.order-xxl-last{order:6}.m-xxl-0{margin:0}.m-xxl-1{margin:.25rem}.m-xxl-2{margin:.5rem}.m-xxl-3{margin:.75rem}.m-xxl-4{margin:1rem}.m-xxl-5{margin:1.25rem}.m-xxl-6{margin:1.5rem}.m-xxl-7{margin:2rem}.m-xxl-8{margin:2.5rem}.m-xxl-9{margin:3rem}.m-xxl-10{margin:4rem}.m-xxl-11{margin:5rem}.m-xxl-12{margin:7.5rem}.m-xxl-auto{margin:auto}.mx-xxl-0{margin-right:0;margin-left:0}.mx-xxl-1{margin-right:.25rem;margin-left:.25rem}.mx-xxl-2{margin-right:.5rem;margin-left:.5rem}.mx-xxl-3{margin-right:.75rem;margin-left:.75rem}.mx-xxl-4{margin-right:1rem;margin-left:1rem}.mx-xxl-5{margin-right:1.25rem;margin-left:1.25rem}.mx-xxl-6{margin-right:1.5rem;margin-left:1.5rem}.mx-xxl-7{margin-right:2rem;margin-left:2rem}.mx-xxl-8{margin-right:2.5rem;margin-left:2.5rem}.mx-xxl-9{margin-right:3rem;margin-left:3rem}.mx-xxl-10{margin-right:4rem;margin-left:4rem}.mx-xxl-11{margin-right:5rem;margin-left:5rem}.mx-xxl-12{margin-right:7.5rem;margin-left:7.5rem}.mx-xxl-auto{margin-right:auto;margin-left:auto}.my-xxl-0{margin-top:0;margin-bottom:0}.my-xxl-1{margin-top:.25rem;margin-bottom:.25rem}.my-xxl-2{margin-top:.5rem;margin-bottom:.5rem}.my-xxl-3{margin-top:.75rem;margin-bottom:.75rem}.my-xxl-4{margin-top:1rem;margin-bottom:1rem}.my-xxl-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-xxl-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-xxl-7{margin-top:2rem;margin-bottom:2rem}.my-xxl-8{margin-top:2.5rem;margin-bottom:2.5rem}.my-xxl-9{margin-top:3rem;margin-bottom:3rem}.my-xxl-10{margin-top:4rem;margin-bottom:4rem}.my-xxl-11{margin-top:5rem;margin-bottom:5rem}.my-xxl-12{margin-top:7.5rem;margin-bottom:7.5rem}.my-xxl-auto{margin-top:auto;margin-bottom:auto}.mt-xxl-0{margin-top:0}.mt-xxl-1{margin-top:.25rem}.mt-xxl-2{margin-top:.5rem}.mt-xxl-3{margin-top:.75rem}.mt-xxl-4{margin-top:1rem}.mt-xxl-5{margin-top:1.25rem}.mt-xxl-6{margin-top:1.5rem}.mt-xxl-7{margin-top:2rem}.mt-xxl-8{margin-top:2.5rem}.mt-xxl-9{margin-top:3rem}.mt-xxl-10{margin-top:4rem}.mt-xxl-11{margin-top:5rem}.mt-xxl-12{margin-top:7.5rem}.mt-xxl-auto{margin-top:auto}.me-xxl-0{margin-right:0}.me-xxl-1{margin-right:.25rem}.me-xxl-2{margin-right:.5rem}.me-xxl-3{margin-right:.75rem}.me-xxl-4{margin-right:1rem}.me-xxl-5{margin-right:1.25rem}.me-xxl-6{margin-right:1.5rem}.me-xxl-7{margin-right:2rem}.me-xxl-8{margin-right:2.5rem}.me-xxl-9{margin-right:3rem}.me-xxl-10{margin-right:4rem}.me-xxl-11{margin-right:5rem}.me-xxl-12{margin-right:7.5rem}.me-xxl-auto{margin-right:auto}.mb-xxl-0{margin-bottom:0}.mb-xxl-1{margin-bottom:.25rem}.mb-xxl-2{margin-bottom:.5rem}.mb-xxl-3{margin-bottom:.75rem}.mb-xxl-4{margin-bottom:1rem}.mb-xxl-5{margin-bottom:1.25rem}.mb-xxl-6{margin-bottom:1.5rem}.mb-xxl-7{margin-bottom:2rem}.mb-xxl-8{margin-bottom:2.5rem}.mb-xxl-9{margin-bottom:3rem}.mb-xxl-10{margin-bottom:4rem}.mb-xxl-11{margin-bottom:5rem}.mb-xxl-12{margin-bottom:7.5rem}.mb-xxl-auto{margin-bottom:auto}.ms-xxl-0{margin-left:0}.ms-xxl-1{margin-left:.25rem}.ms-xxl-2{margin-left:.5rem}.ms-xxl-3{margin-left:.75rem}.ms-xxl-4{margin-left:1rem}.ms-xxl-5{margin-left:1.25rem}.ms-xxl-6{margin-left:1.5rem}.ms-xxl-7{margin-left:2rem}.ms-xxl-8{margin-left:2.5rem}.ms-xxl-9{margin-left:3rem}.ms-xxl-10{margin-left:4rem}.ms-xxl-11{margin-left:5rem}.ms-xxl-12{margin-left:7.5rem}.ms-xxl-auto{margin-left:auto}.p-xxl-0{padding:0}.p-xxl-1{padding:.25rem}.p-xxl-2{padding:.5rem}.p-xxl-3{padding:.75rem}.p-xxl-4{padding:1rem}.p-xxl-5{padding:1.25rem}.p-xxl-6{padding:1.5rem}.p-xxl-7{padding:2rem}.p-xxl-8{padding:2.5rem}.p-xxl-9{padding:3rem}.p-xxl-10{padding:4rem}.p-xxl-11{padding:5rem}.p-xxl-12{padding:7.5rem}.px-xxl-0{padding-right:0;padding-left:0}.px-xxl-1{padding-right:.25rem;padding-left:.25rem}.px-xxl-2{padding-right:.5rem;padding-left:.5rem}.px-xxl-3{padding-right:.75rem;padding-left:.75rem}.px-xxl-4{padding-right:1rem;padding-left:1rem}.px-xxl-5{padding-right:1.25rem;padding-left:1.25rem}.px-xxl-6{padding-right:1.5rem;padding-left:1.5rem}.px-xxl-7{padding-right:2rem;padding-left:2rem}.px-xxl-8{padding-right:2.5rem;padding-left:2.5rem}.px-xxl-9{padding-right:3rem;padding-left:3rem}.px-xxl-10{padding-right:4rem;padding-left:4rem}.px-xxl-11{padding-right:5rem;padding-left:5rem}.px-xxl-12{padding-right:7.5rem;padding-left:7.5rem}.py-xxl-0{padding-top:0;padding-bottom:0}.py-xxl-1{padding-top:.25rem;padding-bottom:.25rem}.py-xxl-2{padding-top:.5rem;padding-bottom:.5rem}.py-xxl-3{padding-top:.75rem;padding-bottom:.75rem}.py-xxl-4{padding-top:1rem;padding-bottom:1rem}.py-xxl-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-xxl-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-xxl-7{padding-top:2rem;padding-bottom:2rem}.py-xxl-8{padding-top:2.5rem;padding-bottom:2.5rem}.py-xxl-9{padding-top:3rem;padding-bottom:3rem}.py-xxl-10{padding-top:4rem;padding-bottom:4rem}.py-xxl-11{padding-top:5rem;padding-bottom:5rem}.py-xxl-12{padding-top:7.5rem;padding-bottom:7.5rem}.pt-xxl-0{padding-top:0}.pt-xxl-1{padding-top:.25rem}.pt-xxl-2{padding-top:.5rem}.pt-xxl-3{padding-top:.75rem}.pt-xxl-4{padding-top:1rem}.pt-xxl-5{padding-top:1.25rem}.pt-xxl-6{padding-top:1.5rem}.pt-xxl-7{padding-top:2rem}.pt-xxl-8{padding-top:2.5rem}.pt-xxl-9{padding-top:3rem}.pt-xxl-10{padding-top:4rem}.pt-xxl-11{padding-top:5rem}.pt-xxl-12{padding-top:7.5rem}.pe-xxl-0{padding-right:0}.pe-xxl-1{padding-right:.25rem}.pe-xxl-2{padding-right:.5rem}.pe-xxl-3{padding-right:.75rem}.pe-xxl-4{padding-right:1rem}.pe-xxl-5{padding-right:1.25rem}.pe-xxl-6{padding-right:1.5rem}.pe-xxl-7{padding-right:2rem}.pe-xxl-8{padding-right:2.5rem}.pe-xxl-9{padding-right:3rem}.pe-xxl-10{padding-right:4rem}.pe-xxl-11{padding-right:5rem}.pe-xxl-12{padding-right:7.5rem}.pb-xxl-0{padding-bottom:0}.pb-xxl-1{padding-bottom:.25rem}.pb-xxl-2{padding-bottom:.5rem}.pb-xxl-3{padding-bottom:.75rem}.pb-xxl-4{padding-bottom:1rem}.pb-xxl-5{padding-bottom:1.25rem}.pb-xxl-6{padding-bottom:1.5rem}.pb-xxl-7{padding-bottom:2rem}.pb-xxl-8{padding-bottom:2.5rem}.pb-xxl-9{padding-bottom:3rem}.pb-xxl-10{padding-bottom:4rem}.pb-xxl-11{padding-bottom:5rem}.pb-xxl-12{padding-bottom:7.5rem}.ps-xxl-0{padding-left:0}.ps-xxl-1{padding-left:.25rem}.ps-xxl-2{padding-left:.5rem}.ps-xxl-3{padding-left:.75rem}.ps-xxl-4{padding-left:1rem}.ps-xxl-5{padding-left:1.25rem}.ps-xxl-6{padding-left:1.5rem}.ps-xxl-7{padding-left:2rem}.ps-xxl-8{padding-left:2.5rem}.ps-xxl-9{padding-left:3rem}.ps-xxl-10{padding-left:4rem}.ps-xxl-11{padding-left:5rem}.ps-xxl-12{padding-left:7.5rem}.gap-xxl-0{gap:0}.gap-xxl-1{gap:.25rem}.gap-xxl-2{gap:.5rem}.gap-xxl-3{gap:.75rem}.gap-xxl-4{gap:1rem}.gap-xxl-5{gap:1.25rem}.gap-xxl-6{gap:1.5rem}.gap-xxl-7{gap:2rem}.gap-xxl-8{gap:2.5rem}.gap-xxl-9{gap:3rem}.gap-xxl-10{gap:4rem}.gap-xxl-11{gap:5rem}.gap-xxl-12{gap:7.5rem}.text-xxl-start{text-align:left}.text-xxl-end{text-align:right}.text-xxl-center{text-align:center}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}.lang-en{--font-family-base:opensans,"Helvetica Neue",arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--heading-font-family-base:aiaeverest,"Helvetica Neue",arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--h1-font-size:48px;--h2-font-size:40px;--h3-font-size:32px;--h4-font-size:28px;--h5-font-size:24px;--h6-font-size:20px;font-family:var(--font-family-base)}.lang-en h1{font-size:var(--h1-font-size);line-height:3.5rem}.lang-en h1,.lang-en h2{font-family:var(--heading-font-family-base);font-weight:500;letter-spacing:-.03125rem}.lang-en h2{font-size:var(--h2-font-size);line-height:3rem}.lang-en h3{font-size:var(--h3-font-size);line-height:2.625rem}.lang-en h3,.lang-en h4{font-family:var(--heading-font-family-base);font-weight:500;letter-spacing:0}.lang-en h4{font-size:var(--h4-font-size);line-height:2.25rem}.lang-en h4.regular{font-weight:400}.lang-en h5{font-family:var(--heading-font-family-base);font-weight:500;font-size:var(--h5-font-size);line-height:2rem;letter-spacing:0}.lang-en h5.regular{font-weight:400}.lang-en h6{font-family:var(--heading-font-family-base);font-weight:700;font-size:var(--h6-font-size);line-height:1.75rem;letter-spacing:0}.lang-en h6.medium{font-weight:500}.lang-en h6.regular{font-weight:400}.datepicker-dropdown .lang-en .datepicker-controls>.button,.lang-en .body-1,.lang-en .datepicker-dropdown .datepicker-controls>.button{font-weight:700;font-size:1rem;line-height:1.5rem;letter-spacing:0}.datepicker-dropdown .lang-en .datepicker-controls>.button,.lang-en .body-1__semibold,.lang-en .datepicker-dropdown .datepicker-controls>.button{font-weight:600}.lang-en .body-1__regular{font-weight:400}.datepicker-dropdown .lang-en .day,.datepicker-dropdown .lang-en .days-of-week>.dow,.datepicker-dropdown .lang-en .decade,.datepicker-dropdown .lang-en .month,.datepicker-dropdown .lang-en .year,.lang-en .body-2,.lang-en .datepicker-dropdown .day,.lang-en .datepicker-dropdown .days-of-week>.dow,.lang-en .datepicker-dropdown .decade,.lang-en .datepicker-dropdown .month,.lang-en .datepicker-dropdown .year{font-weight:700;font-size:.875rem;line-height:1.25rem;letter-spacing:0}.datepicker-dropdown .lang-en .days-of-week>.dow,.lang-en .body-2__semibold,.lang-en .datepicker-dropdown .days-of-week>.dow{font-weight:600}.datepicker-dropdown .lang-en .day,.datepicker-dropdown .lang-en .decade,.datepicker-dropdown .lang-en .month,.datepicker-dropdown .lang-en .year,.lang-en .body-2__regular,.lang-en .datepicker-dropdown .day,.lang-en .datepicker-dropdown .decade,.lang-en .datepicker-dropdown .month,.lang-en .datepicker-dropdown .year{font-weight:400}.lang-en .body-3{font-weight:600;font-size:.75rem;line-height:1.125rem;letter-spacing:0}.lang-en .body-3__regular{font-weight:400}.lang-en .body-4{font-weight:400;font-size:.625rem;line-height:.875rem;letter-spacing:0}@media (max-width:767.98px){.lang-en{--h1-font-size:32px;--h2-font-size:28px;--h3-font-size:24px;--h4-font-size:22px;--h5-font-size:20px;--h6-font-size:18px}.lang-en h1{font-family:var(--heading-font-family-base);font-weight:500;font-size:var(--h1-font-size);line-height:2.5rem;letter-spacing:-.03125rem}.lang-en h2{font-size:var(--h2-font-size);line-height:2.25rem}.lang-en h2,.lang-en h3{font-family:var(--heading-font-family-base);font-weight:500;letter-spacing:0}.lang-en h3{font-size:var(--h3-font-size);line-height:2rem}.lang-en h4{font-family:var(--heading-font-family-base);font-weight:500;font-size:var(--h4-font-size);line-height:1.875rem;letter-spacing:0}.lang-en h4.regular{font-weight:400}.lang-en h5{font-family:var(--heading-font-family-base);font-weight:500;font-size:var(--h5-font-size);line-height:1.625rem;letter-spacing:0}.lang-en h5.regular{font-weight:400}.lang-en h6{font-family:var(--heading-font-family-base);font-weight:700;font-size:var(--h6-font-size);line-height:1.5rem;letter-spacing:0}.lang-en h6.medium{font-weight:500}.lang-en h6.regular{font-weight:400}}.lang-km{--font-family-base:noto sans khmer,"Helvetica Neue",arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--heading-font-family-base:noto sans khmer,"Helvetica Neue",arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--h1-font-size:48px;--h2-font-size:40px;--h3-font-size:32px;--h4-font-size:28px;--h5-font-size:24px;--h6-font-size:20px;font-family:var(--font-family-base)}.lang-km h1{font-size:var(--h1-font-size);line-height:3.5rem}.lang-km h1,.lang-km h2{font-family:var(--heading-font-family-base);font-weight:600;letter-spacing:.03125rem}.lang-km h2{font-size:var(--h2-font-size);line-height:3rem}.lang-km h3{font-size:var(--h3-font-size);line-height:2.625rem}.lang-km h3,.lang-km h4{font-family:var(--heading-font-family-base);font-weight:600;letter-spacing:0}.lang-km h4{font-size:var(--h4-font-size);line-height:2.25rem}.lang-km h4.regular{font-weight:400}.lang-km h5{font-family:var(--heading-font-family-base);font-weight:600;font-size:var(--h5-font-size);line-height:2rem;letter-spacing:0}.lang-km h5.regular{font-weight:400}.lang-km h6{font-family:var(--heading-font-family-base);font-size:var(--h6-font-size);line-height:1.75rem;letter-spacing:0}.lang-km h6,.lang-km h6.medium{font-weight:700}.lang-km h6.regular{font-weight:400}.datepicker-dropdown .lang-km .datepicker-controls>.button,.lang-km .body-1,.lang-km .datepicker-dropdown .datepicker-controls>.button{font-weight:700;font-size:1rem;line-height:1.5rem;letter-spacing:0}.datepicker-dropdown .lang-km .datepicker-controls>.button,.lang-km .body-1__semibold,.lang-km .datepicker-dropdown .datepicker-controls>.button{font-weight:600}.lang-km .body-1__regular{font-weight:400}.datepicker-dropdown .lang-km .day,.datepicker-dropdown .lang-km .days-of-week>.dow,.datepicker-dropdown .lang-km .decade,.datepicker-dropdown .lang-km .month,.datepicker-dropdown .lang-km .year,.lang-km .body-2,.lang-km .datepicker-dropdown .day,.lang-km .datepicker-dropdown .days-of-week>.dow,.lang-km .datepicker-dropdown .decade,.lang-km .datepicker-dropdown .month,.lang-km .datepicker-dropdown .year{font-weight:700;font-size:.875rem;line-height:1.25rem;letter-spacing:0}.datepicker-dropdown .lang-km .days-of-week>.dow,.lang-km .body-2__semibold,.lang-km .datepicker-dropdown .days-of-week>.dow{font-weight:600}.datepicker-dropdown .lang-km .day,.datepicker-dropdown .lang-km .decade,.datepicker-dropdown .lang-km .month,.datepicker-dropdown .lang-km .year,.lang-km .body-2__regular,.lang-km .datepicker-dropdown .day,.lang-km .datepicker-dropdown .decade,.lang-km .datepicker-dropdown .month,.lang-km .datepicker-dropdown .year{font-weight:400}.lang-km .body-3{font-weight:600;font-size:.75rem;line-height:1.125rem;letter-spacing:0}.lang-km .body-3__regular{font-weight:400}.lang-km .body-4{font-weight:400;font-size:.625rem;line-height:.875rem;letter-spacing:0}@media (max-width:767.98px){.lang-km{--h1-font-size:32px;--h2-font-size:28px;--h3-font-size:24px;--h4-font-size:22px;--h5-font-size:20px;--h6-font-size:18px}.lang-km h1{font-family:var(--heading-font-family-base);font-weight:600;font-size:var(--h1-font-size);line-height:2.5rem;letter-spacing:-.03125rem}.lang-km h2{font-size:var(--h2-font-size);line-height:2.25rem}.lang-km h2,.lang-km h3{font-family:var(--heading-font-family-base);font-weight:600;letter-spacing:0}.lang-km h3{font-size:var(--h3-font-size);line-height:2rem}.lang-km h4{font-family:var(--heading-font-family-base);font-weight:600;font-size:var(--h4-font-size);line-height:1.875rem;letter-spacing:0}.lang-km h4.regular{font-weight:400}.lang-km h5{font-family:var(--heading-font-family-base);font-weight:600;font-size:var(--h5-font-size);line-height:1.625rem;letter-spacing:0}.lang-km h5.regular{font-weight:400}.lang-km h6{font-family:var(--heading-font-family-base);font-size:var(--h6-font-size);line-height:1.5rem;letter-spacing:0}.lang-km h6,.lang-km h6.medium{font-weight:700}.lang-km h6.regular{font-weight:400}}.lang-ko{--font-family-base:spoqa han sans neo,"Helvetica Neue",arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--heading-font-family-base:spoqa han sans neo,"Helvetica Neue",arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--h1-font-size:48px;--h2-font-size:40px;--h3-font-size:32px;--h4-font-size:28px;--h5-font-size:24px;--h6-font-size:20px;font-family:var(--font-family-base)}.lang-ko h1{font-size:var(--h1-font-size);line-height:3.5rem}.lang-ko h1,.lang-ko h2{font-family:var(--heading-font-family-base);font-weight:700;letter-spacing:-.03125rem}.lang-ko h2{font-size:var(--h2-font-size);line-height:3rem}.lang-ko h3{font-size:var(--h3-font-size);line-height:2.625rem;letter-spacing:-.03125rem}.lang-ko h3,.lang-ko h4{font-family:var(--heading-font-family-base);font-weight:700}.lang-ko h4{font-size:var(--h4-font-size);line-height:2.25rem;letter-spacing:0}.lang-ko h4.medium{font-weight:500}.lang-ko h5{font-family:var(--heading-font-family-base);font-weight:700;font-size:var(--h5-font-size);line-height:2rem;letter-spacing:0}.lang-ko h5.medium{font-weight:500}.lang-ko h6{font-family:var(--heading-font-family-base);font-weight:700;font-size:var(--h6-font-size);line-height:1.75rem;letter-spacing:0}.lang-ko h6.medium{font-weight:500}.datepicker-dropdown .lang-ko .datepicker-controls>.button,.lang-ko .body-1,.lang-ko .datepicker-dropdown .datepicker-controls>.button{font-weight:700;font-size:1rem;line-height:1.5rem;letter-spacing:0}.lang-ko .body-1__medium{font-weight:500}.lang-ko .body-1__regular{font-weight:400}.datepicker-dropdown .lang-ko .day,.datepicker-dropdown .lang-ko .days-of-week>.dow,.datepicker-dropdown .lang-ko .decade,.datepicker-dropdown .lang-ko .month,.datepicker-dropdown .lang-ko .year,.lang-ko .body-2,.lang-ko .datepicker-dropdown .day,.lang-ko .datepicker-dropdown .days-of-week>.dow,.lang-ko .datepicker-dropdown .decade,.lang-ko .datepicker-dropdown .month,.lang-ko .datepicker-dropdown .year{font-weight:700;font-size:.875rem;line-height:1.25rem;letter-spacing:0}.lang-ko .body-2__medium{font-weight:500}.datepicker-dropdown .lang-ko .day,.datepicker-dropdown .lang-ko .decade,.datepicker-dropdown .lang-ko .month,.datepicker-dropdown .lang-ko .year,.lang-ko .body-2__regular,.lang-ko .datepicker-dropdown .day,.lang-ko .datepicker-dropdown .decade,.lang-ko .datepicker-dropdown .month,.lang-ko .datepicker-dropdown .year{font-weight:400}.lang-ko .body-3{font-weight:500;font-size:.75rem;line-height:1.125rem;letter-spacing:0}.lang-ko .body-3__regular{font-weight:400}.lang-ko .body-4{font-weight:400;font-size:.625rem;line-height:.875rem;letter-spacing:0}@media (max-width:767.98px){.lang-ko{--h1-font-size:32px;--h2-font-size:28px;--h3-font-size:24px;--h4-font-size:22px;--h5-font-size:20px;--h6-font-size:18px}.lang-ko h1{font-size:var(--h1-font-size);line-height:2.5rem}.lang-ko h1,.lang-ko h2{font-family:var(--heading-font-family-base);font-weight:700;letter-spacing:-.01875rem}.lang-ko h2{font-size:var(--h2-font-size);line-height:2.25rem}.lang-ko h3{font-size:var(--h3-font-size);line-height:2rem;letter-spacing:-.01875rem}.lang-ko h3,.lang-ko h4{font-family:var(--heading-font-family-base);font-weight:700}.lang-ko h4{font-size:var(--h4-font-size);line-height:1.875rem;letter-spacing:0}.lang-ko h4.medium{font-weight:500}.lang-ko h5{font-family:var(--heading-font-family-base);font-weight:700;font-size:var(--h5-font-size);line-height:1.625rem;letter-spacing:0}.lang-ko h5.medium{font-weight:500}.lang-ko h6{font-family:var(--heading-font-family-base);font-weight:700;font-size:var(--h6-font-size);line-height:1.5rem;letter-spacing:0}.lang-ko h6.medium{font-weight:500}}.lang-hi{--font-family-base:mangal,"Helvetica Neue",arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--heading-font-family-base:mangal,"Helvetica Neue",arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--h1-font-size:48px;--h2-font-size:40px;--h3-font-size:32px;--h4-font-size:28px;--h5-font-size:24px;--h6-font-size:20px;font-family:var(--font-family-base)}.lang-hi h1{font-size:var(--h1-font-size);line-height:3.5rem}.lang-hi h1,.lang-hi h2{font-family:var(--heading-font-family-base);font-weight:700;letter-spacing:.03125rem}.lang-hi h2{font-size:var(--h2-font-size);line-height:3rem}.lang-hi h3{font-size:var(--h3-font-size);line-height:2.625rem}.lang-hi h3,.lang-hi h4{font-family:var(--heading-font-family-base);font-weight:700;letter-spacing:0}.lang-hi h4{font-size:var(--h4-font-size);line-height:2.25rem}.lang-hi h4.regular{font-weight:400}.lang-hi h5{font-family:var(--heading-font-family-base);font-weight:700;font-size:var(--h5-font-size);line-height:2rem;letter-spacing:0}.lang-hi h5.regular{font-weight:400}.lang-hi h6{font-family:var(--heading-font-family-base);font-size:var(--h6-font-size);line-height:1.75rem;letter-spacing:0}.lang-hi h6,.lang-hi h6.medium{font-weight:700}.lang-hi h6.regular{font-weight:400}.datepicker-dropdown .lang-hi .datepicker-controls>.button,.lang-hi .body-1,.lang-hi .datepicker-dropdown .datepicker-controls>.button{font-weight:700;font-size:1rem;line-height:1.5rem;letter-spacing:0}.lang-hi .body-1__regular{font-weight:400}.datepicker-dropdown .lang-hi .day,.datepicker-dropdown .lang-hi .days-of-week>.dow,.datepicker-dropdown .lang-hi .decade,.datepicker-dropdown .lang-hi .month,.datepicker-dropdown .lang-hi .year,.lang-hi .body-2,.lang-hi .datepicker-dropdown .day,.lang-hi .datepicker-dropdown .days-of-week>.dow,.lang-hi .datepicker-dropdown .decade,.lang-hi .datepicker-dropdown .month,.lang-hi .datepicker-dropdown .year{font-weight:700;font-size:.875rem;line-height:1.25rem;letter-spacing:0}.datepicker-dropdown .lang-hi .day,.datepicker-dropdown .lang-hi .decade,.datepicker-dropdown .lang-hi .month,.datepicker-dropdown .lang-hi .year,.lang-hi .body-2__regular,.lang-hi .datepicker-dropdown .day,.lang-hi .datepicker-dropdown .decade,.lang-hi .datepicker-dropdown .month,.lang-hi .datepicker-dropdown .year{font-weight:400}.lang-hi .body-3{font-weight:700;font-size:.75rem;line-height:1.125rem;letter-spacing:0}.lang-hi .body-3__regular{font-weight:400}.lang-hi .body-4{font-weight:400;font-size:.625rem;line-height:.875rem;letter-spacing:0}@media (max-width:767.98px){.lang-hi{--h1-font-size:32px;--h2-font-size:28px;--h3-font-size:24px;--h4-font-size:22px;--h5-font-size:20px;--h6-font-size:18px}.lang-hi h1{font-family:var(--heading-font-family-base);font-weight:700;font-size:var(--h1-font-size);line-height:2.5rem;letter-spacing:-.03125rem}.lang-hi h2{font-size:var(--h2-font-size);line-height:2.25rem}.lang-hi h2,.lang-hi h3{font-family:var(--heading-font-family-base);font-weight:700;letter-spacing:0}.lang-hi h3{font-size:var(--h3-font-size);line-height:2rem}.lang-hi h4{font-family:var(--heading-font-family-base);font-weight:700;font-size:var(--h4-font-size);line-height:1.875rem;letter-spacing:0}.lang-hi h4.regular{font-weight:400}.lang-hi h5{font-family:var(--heading-font-family-base);font-weight:700;font-size:var(--h5-font-size);line-height:1.625rem;letter-spacing:0}.lang-hi h5.regular{font-weight:400}.lang-hi h6{font-family:var(--heading-font-family-base);font-size:var(--h6-font-size);line-height:1.5rem;letter-spacing:0}.lang-hi h6,.lang-hi h6.medium{font-weight:700}.lang-hi h6.regular{font-weight:400}}.lang-si{--font-family-base:nirmala ui,"Helvetica Neue",arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--heading-font-family-base:nirmala ui,"Helvetica Neue",arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--h1-font-size:48px;--h2-font-size:40px;--h3-font-size:32px;--h4-font-size:28px;--h5-font-size:24px;--h6-font-size:20px;font-family:var(--font-family-base)}.lang-si h1{font-size:var(--h1-font-size);line-height:4.25rem}.lang-si h1,.lang-si h2{font-family:var(--heading-font-family-base);font-weight:700;letter-spacing:.03125rem}.lang-si h2{font-size:var(--h2-font-size);line-height:3.5rem}.lang-si h3{font-size:var(--h3-font-size);line-height:3rem}.lang-si h3,.lang-si h4{font-family:var(--heading-font-family-base);font-weight:700;letter-spacing:0}.lang-si h4{font-size:var(--h4-font-size);line-height:2.625rem}.lang-si h4.regular{font-weight:400}.lang-si h5{font-family:var(--heading-font-family-base);font-weight:700;font-size:var(--h5-font-size);line-height:2.25rem;letter-spacing:0}.lang-si h5.regular{font-weight:400}.lang-si h6{font-family:var(--heading-font-family-base);font-size:var(--h6-font-size);line-height:1.875rem;letter-spacing:0}.lang-si h6,.lang-si h6.medium{font-weight:700}.lang-si h6.regular{font-weight:400}.datepicker-dropdown .lang-si .datepicker-controls>.button,.lang-si .body-1,.lang-si .datepicker-dropdown .datepicker-controls>.button{font-weight:700;font-size:1rem;line-height:1.5rem;letter-spacing:0}.lang-si .body-1__regular{font-weight:400}.datepicker-dropdown .lang-si .day,.datepicker-dropdown .lang-si .days-of-week>.dow,.datepicker-dropdown .lang-si .decade,.datepicker-dropdown .lang-si .month,.datepicker-dropdown .lang-si .year,.lang-si .body-2,.lang-si .datepicker-dropdown .day,.lang-si .datepicker-dropdown .days-of-week>.dow,.lang-si .datepicker-dropdown .decade,.lang-si .datepicker-dropdown .month,.lang-si .datepicker-dropdown .year{font-weight:700;font-size:.875rem;line-height:1.375rem;letter-spacing:0}.datepicker-dropdown .lang-si .day,.datepicker-dropdown .lang-si .decade,.datepicker-dropdown .lang-si .month,.datepicker-dropdown .lang-si .year,.lang-si .body-2__regular,.lang-si .datepicker-dropdown .day,.lang-si .datepicker-dropdown .decade,.lang-si .datepicker-dropdown .month,.lang-si .datepicker-dropdown .year{font-weight:400}.lang-si .body-3{font-weight:700;font-size:.75rem;line-height:1.125rem;letter-spacing:0}.lang-si .body-3__regular{font-weight:400}.lang-si .body-4{font-weight:400;font-size:.625rem;line-height:.875rem;letter-spacing:0}@media (max-width:767.98px){.lang-si{--h1-font-size:32px;--h2-font-size:28px;--h3-font-size:24px;--h4-font-size:22px;--h5-font-size:20px;--h6-font-size:18px}.lang-si h1{font-size:var(--h1-font-size);line-height:2.75rem}.lang-si h1,.lang-si h2{font-family:var(--heading-font-family-base);font-weight:700;letter-spacing:-.03125rem}.lang-si h2{font-size:var(--h2-font-size);line-height:2.5rem}.lang-si h3{font-size:var(--h3-font-size);line-height:2.25rem;letter-spacing:-.03125rem}.lang-si h3,.lang-si h4{font-family:var(--heading-font-family-base);font-weight:700}.lang-si h4{font-size:var(--h4-font-size);line-height:2.125rem;letter-spacing:0}.lang-si h4.regular{font-weight:400}.lang-si h5{font-family:var(--heading-font-family-base);font-weight:700;font-size:var(--h5-font-size);line-height:1.75rem;letter-spacing:0}.lang-si h5.regular{font-weight:400}.lang-si h6{font-family:var(--heading-font-family-base);font-size:var(--h6-font-size);line-height:1.5rem;letter-spacing:0}.lang-si h6,.lang-si h6.medium{font-weight:700}.lang-si h6.regular{font-weight:400}}.lang-ta{--font-family-base:nirmala ui,"Helvetica Neue",arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--heading-font-family-base:nirmala ui,"Helvetica Neue",arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--h1-font-size:48px;--h2-font-size:40px;--h3-font-size:32px;--h4-font-size:28px;--h5-font-size:24px;--h6-font-size:20px;font-family:var(--font-family-base)}.lang-ta h1{font-size:var(--h1-font-size);line-height:4rem}.lang-ta h1,.lang-ta h2{font-family:var(--heading-font-family-base);font-weight:700;letter-spacing:.03125rem}.lang-ta h2{font-size:var(--h2-font-size);line-height:3.5rem}.lang-ta h3{font-size:var(--h3-font-size);line-height:3rem}.lang-ta h3,.lang-ta h4{font-family:var(--heading-font-family-base);font-weight:700;letter-spacing:0}.lang-ta h4{font-size:var(--h4-font-size);line-height:2.625rem}.lang-ta h4.regular{font-weight:400}.lang-ta h5{font-family:var(--heading-font-family-base);font-weight:700;font-size:var(--h5-font-size);line-height:2.25rem;letter-spacing:0}.lang-ta h5.regular{font-weight:400}.lang-ta h6{font-family:var(--heading-font-family-base);font-size:var(--h6-font-size);line-height:1.875rem;letter-spacing:0}.lang-ta h6,.lang-ta h6.medium{font-weight:700}.lang-ta h6.regular{font-weight:400}.datepicker-dropdown .lang-ta .datepicker-controls>.button,.lang-ta .body-1,.lang-ta .datepicker-dropdown .datepicker-controls>.button{font-weight:700;font-size:1rem;line-height:1.5rem;letter-spacing:0}.lang-ta .body-1__regular{font-weight:400}.datepicker-dropdown .lang-ta .day,.datepicker-dropdown .lang-ta .days-of-week>.dow,.datepicker-dropdown .lang-ta .decade,.datepicker-dropdown .lang-ta .month,.datepicker-dropdown .lang-ta .year,.lang-ta .body-2,.lang-ta .datepicker-dropdown .day,.lang-ta .datepicker-dropdown .days-of-week>.dow,.lang-ta .datepicker-dropdown .decade,.lang-ta .datepicker-dropdown .month,.lang-ta .datepicker-dropdown .year{font-weight:700;font-size:.875rem;line-height:1.375rem;letter-spacing:0}.datepicker-dropdown .lang-ta .day,.datepicker-dropdown .lang-ta .decade,.datepicker-dropdown .lang-ta .month,.datepicker-dropdown .lang-ta .year,.lang-ta .body-2__regular,.lang-ta .datepicker-dropdown .day,.lang-ta .datepicker-dropdown .decade,.lang-ta .datepicker-dropdown .month,.lang-ta .datepicker-dropdown .year{font-weight:400}.lang-ta .body-3{font-weight:700;font-size:.75rem;line-height:1.125rem;letter-spacing:0}.lang-ta .body-3__regular{font-weight:400}.lang-ta .body-4{font-weight:400;font-size:.625rem;line-height:.875rem;letter-spacing:0}@media (max-width:767.98px){.lang-ta{--h1-font-size:32px;--h2-font-size:28px;--h3-font-size:24px;--h4-font-size:22px;--h5-font-size:20px;--h6-font-size:18px}.lang-ta h1{font-size:var(--h1-font-size);line-height:2.75rem}.lang-ta h1,.lang-ta h2{font-family:var(--heading-font-family-base);font-weight:700;letter-spacing:-.03125rem}.lang-ta h2{font-size:var(--h2-font-size);line-height:2.5rem}.lang-ta h3{font-size:var(--h3-font-size);line-height:2.25rem;letter-spacing:-.03125rem}.lang-ta h3,.lang-ta h4{font-family:var(--heading-font-family-base);font-weight:700}.lang-ta h4{font-size:var(--h4-font-size);line-height:1.875rem;letter-spacing:0}.lang-ta h4.regular{font-weight:400}.lang-ta h5{font-family:var(--heading-font-family-base);font-weight:700;font-size:var(--h5-font-size);line-height:1.625rem;letter-spacing:0}.lang-ta h5.regular{font-weight:400}.lang-ta h6{font-family:var(--heading-font-family-base);font-size:var(--h6-font-size);line-height:1.5rem;letter-spacing:0}.lang-ta h6,.lang-ta h6.medium{font-weight:700}.lang-ta h6.regular{font-weight:400}}.lang-th{--font-family-base:"Noto Sans Thai","Helvetica Neue",arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--heading-font-family-base:"Noto Sans Thai","Helvetica Neue",arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--h1-font-size:48px;--h2-font-size:40px;--h3-font-size:32px;--h4-font-size:28px;--h5-font-size:24px;--h6-font-size:20px;font-family:var(--font-family-base)}.lang-th h1{font-size:var(--h1-font-size);line-height:4.25rem}.lang-th h1,.lang-th h2{font-family:var(--heading-font-family-base);font-weight:500;letter-spacing:.03125rem}.lang-th h2{font-size:var(--h2-font-size);line-height:3.5rem}.lang-th h3{font-weight:500;font-size:var(--h3-font-size);line-height:3rem}.lang-th h3,.lang-th h4{font-family:var(--heading-font-family-base);letter-spacing:0}.lang-th h4{font-weight:600;font-size:var(--h4-font-size);line-height:2.625rem}.lang-th h4.regular{font-weight:400}.lang-th h5{font-family:var(--heading-font-family-base);font-weight:600;font-size:var(--h5-font-size);line-height:2.25rem;letter-spacing:0}.lang-th h5.regular{font-weight:400}.lang-th h6{font-family:var(--heading-font-family-base);font-size:var(--h6-font-size);line-height:1.875rem;letter-spacing:0}.lang-th h6,.lang-th h6.medium{font-weight:600}.lang-th h6.regular{font-weight:400}.datepicker-dropdown .lang-th .datepicker-controls>.button,.lang-th .body-1,.lang-th .datepicker-dropdown .datepicker-controls>.button{font-weight:600;font-size:1rem;line-height:1.5rem;letter-spacing:0}.lang-th .body-1__medium{font-weight:500}.lang-th .body-1__regular{font-weight:400}.datepicker-dropdown .lang-th .day,.datepicker-dropdown .lang-th .days-of-week>.dow,.datepicker-dropdown .lang-th .decade,.datepicker-dropdown .lang-th .month,.datepicker-dropdown .lang-th .year,.lang-th .body-2,.lang-th .datepicker-dropdown .day,.lang-th .datepicker-dropdown .days-of-week>.dow,.lang-th .datepicker-dropdown .decade,.lang-th .datepicker-dropdown .month,.lang-th .datepicker-dropdown .year{font-weight:600;font-size:.875rem;line-height:1.375rem;letter-spacing:0}.lang-th .body-2__medium{font-weight:500}.datepicker-dropdown .lang-th .day,.datepicker-dropdown .lang-th .decade,.datepicker-dropdown .lang-th .month,.datepicker-dropdown .lang-th .year,.lang-th .body-2__regular,.lang-th .datepicker-dropdown .day,.lang-th .datepicker-dropdown .decade,.lang-th .datepicker-dropdown .month,.lang-th .datepicker-dropdown .year{font-weight:400}.lang-th .body-3{font-weight:500;font-size:.75rem;line-height:1.125rem;letter-spacing:0}.lang-th .body-3__regular{font-weight:400}.lang-th .body-4{font-weight:400;font-size:.625rem;line-height:1rem;letter-spacing:0}@media (max-width:767.98px){.lang-th{--h1-font-size:32px;--h2-font-size:28px;--h3-font-size:24px;--h4-font-size:22px;--h5-font-size:20px;--h6-font-size:18px}.lang-th h1{font-size:var(--h1-font-size);line-height:2.75rem}.lang-th h1,.lang-th h2{font-family:var(--heading-font-family-base);font-weight:500;letter-spacing:-.03125rem}.lang-th h2{font-size:var(--h2-font-size);line-height:2.5rem}.lang-th h3{font-weight:500;font-size:var(--h3-font-size);line-height:2.25rem}.lang-th h3,.lang-th h4{font-family:var(--heading-font-family-base);letter-spacing:0}.lang-th h4{font-weight:600;font-size:var(--h4-font-size);line-height:2.125rem}.lang-th h4.regular{font-weight:400}.lang-th h5{font-family:var(--heading-font-family-base);font-weight:600;font-size:var(--h5-font-size);line-height:1.75rem;letter-spacing:0}.lang-th h5.regular{font-weight:400}.lang-th h6{font-family:var(--heading-font-family-base);font-size:var(--h6-font-size);line-height:1.5rem;letter-spacing:0}.lang-th h6,.lang-th h6.medium{font-weight:600}.lang-th h6.regular{font-weight:400}}.lang-vi{--font-family-base:opensans,"Helvetica Neue",arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--heading-font-family-base:opensans,"Helvetica Neue",arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--h1-font-size:48px;--h2-font-size:40px;--h3-font-size:32px;--h4-font-size:28px;--h5-font-size:24px;--h6-font-size:20px;font-family:var(--font-family-base)}.lang-vi h1{font-size:var(--h1-font-size);line-height:4rem}.lang-vi h1,.lang-vi h2{font-family:var(--heading-font-family-base);font-weight:600;letter-spacing:-.03125rem}.lang-vi h2{font-size:var(--h2-font-size);line-height:3.5rem}.lang-vi h3{font-size:var(--h3-font-size);line-height:2.625rem}.lang-vi h3,.lang-vi h4{font-family:var(--heading-font-family-base);font-weight:600;letter-spacing:0}.lang-vi h4{font-size:var(--h4-font-size);line-height:2.25rem}.lang-vi h4.regular{font-weight:400}.lang-vi h5{font-family:var(--heading-font-family-base);font-weight:600;font-size:var(--h5-font-size);line-height:2rem;letter-spacing:0}.lang-vi h5.regular{font-weight:400}.lang-vi h6{font-family:var(--heading-font-family-base);font-size:var(--h6-font-size);line-height:1.75rem;letter-spacing:0}.lang-vi h6,.lang-vi h6.medium{font-weight:600}.lang-vi h6.regular{font-weight:400}.datepicker-dropdown .lang-vi .datepicker-controls>.button,.lang-vi .body-1,.lang-vi .datepicker-dropdown .datepicker-controls>.button{font-weight:700;font-size:1rem;line-height:1.5rem;letter-spacing:0}.datepicker-dropdown .lang-vi .datepicker-controls>.button,.lang-vi .body-1__semibold,.lang-vi .datepicker-dropdown .datepicker-controls>.button{font-weight:600}.lang-vi .body-1__regular{font-weight:400}.datepicker-dropdown .lang-vi .day,.datepicker-dropdown .lang-vi .days-of-week>.dow,.datepicker-dropdown .lang-vi .decade,.datepicker-dropdown .lang-vi .month,.datepicker-dropdown .lang-vi .year,.lang-vi .body-2,.lang-vi .datepicker-dropdown .day,.lang-vi .datepicker-dropdown .days-of-week>.dow,.lang-vi .datepicker-dropdown .decade,.lang-vi .datepicker-dropdown .month,.lang-vi .datepicker-dropdown .year{font-weight:700;font-size:.875rem;line-height:1.25rem;letter-spacing:0}.datepicker-dropdown .lang-vi .days-of-week>.dow,.lang-vi .body-2__semibold,.lang-vi .datepicker-dropdown .days-of-week>.dow{font-weight:600}.datepicker-dropdown .lang-vi .day,.datepicker-dropdown .lang-vi .decade,.datepicker-dropdown .lang-vi .month,.datepicker-dropdown .lang-vi .year,.lang-vi .body-2__regular,.lang-vi .datepicker-dropdown .day,.lang-vi .datepicker-dropdown .decade,.lang-vi .datepicker-dropdown .month,.lang-vi .datepicker-dropdown .year{font-weight:400}.lang-vi .body-3{font-weight:600;font-size:.75rem;line-height:1.125rem;letter-spacing:0}.lang-vi .body-3__regular{font-weight:400}.lang-vi .body-4{font-weight:400;font-size:.625rem;line-height:.875rem;letter-spacing:0}@media (max-width:767.98px){.lang-vi{--h1-font-size:32px;--h2-font-size:28px;--h3-font-size:24px;--h4-font-size:22px;--h5-font-size:20px;--h6-font-size:18px}.lang-vi h1{font-family:var(--heading-font-family-base);font-weight:600;font-size:var(--h1-font-size);line-height:2.5rem;letter-spacing:-.03125rem}.lang-vi h2{font-size:var(--h2-font-size);line-height:2.25rem}.lang-vi h2,.lang-vi h3{font-family:var(--heading-font-family-base);font-weight:600;letter-spacing:0}.lang-vi h3{font-size:var(--h3-font-size);line-height:2rem}.lang-vi h4{font-family:var(--heading-font-family-base);font-weight:600;font-size:var(--h4-font-size);line-height:1.875rem;letter-spacing:0}.lang-vi h4.regular{font-weight:400}.lang-vi h5{font-family:var(--heading-font-family-base);font-weight:600;font-size:var(--h5-font-size);line-height:1.625rem;letter-spacing:0}.lang-vi h5.regular{font-weight:400}.lang-vi h6{font-family:var(--heading-font-family-base);font-size:var(--h6-font-size);line-height:1.5rem;letter-spacing:0}.lang-vi h6,.lang-vi h6.medium{font-weight:600}.lang-vi h6.regular{font-weight:400}}.lang-sc{--font-family-base:noto sans sc,"Helvetica Neue",arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--heading-font-family-base:noto sans sc,"Helvetica Neue",arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--h1-font-size:44px;--h2-font-size:36px;--h3-font-size:32px;--h4-font-size:28px;--h5-font-size:24px;--h6-font-size:20px;font-family:var(--font-family-base)}.lang-sc h1{font-size:var(--h1-font-size);line-height:3.25rem}.lang-sc h1,.lang-sc h2{font-family:var(--heading-font-family-base);font-weight:500;letter-spacing:.01875rem}.lang-sc h2{font-size:var(--h2-font-size);line-height:2.75rem}.lang-sc h3{font-size:var(--h3-font-size);line-height:2.625rem}.lang-sc h3,.lang-sc h4{font-family:var(--heading-font-family-base);font-weight:500;letter-spacing:.01875rem}.lang-sc h4{font-size:var(--h4-font-size);line-height:2.25rem}.lang-sc h4.regular{font-weight:400}.lang-sc h5{font-family:var(--heading-font-family-base);font-weight:500;font-size:var(--h5-font-size);line-height:2rem;letter-spacing:.01875rem}.lang-sc h5.regular{font-weight:400}.lang-sc h6{font-family:var(--heading-font-family-base);font-weight:700;font-size:var(--h6-font-size);line-height:1.75rem;letter-spacing:.01875rem}.lang-sc h6.medium{font-weight:500}.lang-sc h6.regular{font-weight:400}.datepicker-dropdown .lang-sc .datepicker-controls>.button,.lang-sc .body-1,.lang-sc .datepicker-dropdown .datepicker-controls>.button{font-weight:700;font-size:1rem;line-height:1.5rem;letter-spacing:.03125rem}.lang-sc .body-1__medium{font-weight:500}.lang-sc .body-1__regular{font-weight:400}.datepicker-dropdown .lang-sc .day,.datepicker-dropdown .lang-sc .days-of-week>.dow,.datepicker-dropdown .lang-sc .decade,.datepicker-dropdown .lang-sc .month,.datepicker-dropdown .lang-sc .year,.lang-sc .body-2,.lang-sc .datepicker-dropdown .day,.lang-sc .datepicker-dropdown .days-of-week>.dow,.lang-sc .datepicker-dropdown .decade,.lang-sc .datepicker-dropdown .month,.lang-sc .datepicker-dropdown .year{font-weight:700;font-size:.875rem;line-height:1.25rem;letter-spacing:.03125rem}.lang-sc .body-2__medium{font-weight:500}.datepicker-dropdown .lang-sc .day,.datepicker-dropdown .lang-sc .decade,.datepicker-dropdown .lang-sc .month,.datepicker-dropdown .lang-sc .year,.lang-sc .body-2__regular,.lang-sc .datepicker-dropdown .day,.lang-sc .datepicker-dropdown .decade,.lang-sc .datepicker-dropdown .month,.lang-sc .datepicker-dropdown .year{font-weight:400}.lang-sc .body-3{font-weight:500;font-size:.75rem;line-height:1.125rem;letter-spacing:.03125rem}.lang-sc .body-3__regular{font-weight:400}.lang-sc .body-4{font-weight:400;font-size:.625rem;line-height:.875rem;letter-spacing:.03125rem}@media (max-width:767.98px){.lang-sc{--h1-font-size:32px;--h2-font-size:28px;--h3-font-size:24px;--h4-font-size:22px;--h5-font-size:20px;--h6-font-size:18px}.lang-sc h1{font-size:var(--h1-font-size);line-height:2.5rem}.lang-sc h1,.lang-sc h2{font-family:var(--heading-font-family-base);font-weight:500;letter-spacing:.01875rem}.lang-sc h2{font-size:var(--h2-font-size);line-height:2.25rem}.lang-sc h3{font-size:var(--h3-font-size);line-height:2rem}.lang-sc h3,.lang-sc h4{font-family:var(--heading-font-family-base);font-weight:500;letter-spacing:.01875rem}.lang-sc h4{font-size:var(--h4-font-size);line-height:1.875rem}.lang-sc h4.regular{font-weight:400}.lang-sc h5{font-family:var(--heading-font-family-base);font-weight:500;font-size:var(--h5-font-size);line-height:1.625rem;letter-spacing:.01875rem}.lang-sc h5.regular{font-weight:400}.lang-sc h6{font-family:var(--heading-font-family-base);font-weight:700;font-size:var(--h6-font-size);line-height:1.5rem;letter-spacing:.01875rem}.lang-sc h6.medium{font-weight:500}.lang-sc h6.regular{font-weight:400}}.lang-tc{--font-family-base:noto sans tc,"Helvetica Neue",arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--heading-font-family-base:noto sans tc,"Helvetica Neue",arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--h1-font-size:44px;--h2-font-size:36px;--h3-font-size:32px;--h4-font-size:28px;--h5-font-size:24px;--h6-font-size:20px;font-family:var(--font-family-base)}.lang-tc h1{font-size:var(--h1-font-size);line-height:3.25rem}.lang-tc h1,.lang-tc h2{font-family:var(--heading-font-family-base);font-weight:500;letter-spacing:.01875rem}.lang-tc h2{font-size:var(--h2-font-size);line-height:2.75rem}.lang-tc h3{font-size:var(--h3-font-size);line-height:2.625rem}.lang-tc h3,.lang-tc h4{font-family:var(--heading-font-family-base);font-weight:500;letter-spacing:.01875rem}.lang-tc h4{font-size:var(--h4-font-size);line-height:2.25rem}.lang-tc h4.regular{font-weight:400}.lang-tc h5{font-family:var(--heading-font-family-base);font-weight:500;font-size:var(--h5-font-size);line-height:2rem;letter-spacing:.01875rem}.lang-tc h5.regular{font-weight:400}.lang-tc h6{font-family:var(--heading-font-family-base);font-weight:700;font-size:var(--h6-font-size);line-height:1.75rem;letter-spacing:.01875rem}.lang-tc h6.medium{font-weight:500}.lang-tc h6.regular{font-weight:400}.datepicker-dropdown .lang-tc .datepicker-controls>.button,.lang-tc .body-1,.lang-tc .datepicker-dropdown .datepicker-controls>.button{font-weight:700;font-size:1rem;line-height:1.5rem;letter-spacing:.03125rem}.lang-tc .body-1__medium{font-weight:500}.lang-tc .body-1__regular{font-weight:400}.datepicker-dropdown .lang-tc .day,.datepicker-dropdown .lang-tc .days-of-week>.dow,.datepicker-dropdown .lang-tc .decade,.datepicker-dropdown .lang-tc .month,.datepicker-dropdown .lang-tc .year,.lang-tc .body-2,.lang-tc .datepicker-dropdown .day,.lang-tc .datepicker-dropdown .days-of-week>.dow,.lang-tc .datepicker-dropdown .decade,.lang-tc .datepicker-dropdown .month,.lang-tc .datepicker-dropdown .year{font-weight:700;font-size:.875rem;line-height:1.25rem;letter-spacing:.03125rem}.lang-tc .body-2__medium{font-weight:500}.datepicker-dropdown .lang-tc .day,.datepicker-dropdown .lang-tc .decade,.datepicker-dropdown .lang-tc .month,.datepicker-dropdown .lang-tc .year,.lang-tc .body-2__regular,.lang-tc .datepicker-dropdown .day,.lang-tc .datepicker-dropdown .decade,.lang-tc .datepicker-dropdown .month,.lang-tc .datepicker-dropdown .year{font-weight:400}.lang-tc .body-3{font-weight:500;font-size:.75rem;line-height:1.125rem;letter-spacing:.03125rem}.lang-tc .body-3__regular{font-weight:400}.lang-tc .body-4{font-weight:400;font-size:.625rem;line-height:.875rem;letter-spacing:.03125rem}@media (max-width:767.98px){.lang-tc{--h1-font-size:32px;--h2-font-size:28px;--h3-font-size:24px;--h4-font-size:22px;--h5-font-size:20px;--h6-font-size:18px}.lang-tc h1{font-size:var(--h1-font-size);line-height:2.5rem}.lang-tc h1,.lang-tc h2{font-family:var(--heading-font-family-base);font-weight:500;letter-spacing:.01875rem}.lang-tc h2{font-size:var(--h2-font-size);line-height:2.25rem}.lang-tc h3{font-size:var(--h3-font-size);line-height:2rem}.lang-tc h3,.lang-tc h4{font-family:var(--heading-font-family-base);font-weight:500;letter-spacing:.01875rem}.lang-tc h4{font-size:var(--h4-font-size);line-height:1.875rem}.lang-tc h4.regular{font-weight:400}.lang-tc h5{font-family:var(--heading-font-family-base);font-weight:500;font-size:var(--h5-font-size);line-height:1.625rem;letter-spacing:.01875rem}.lang-tc h5.regular{font-weight:400}.lang-tc h6{font-family:var(--heading-font-family-base);font-weight:700;font-size:var(--h6-font-size);line-height:1.5rem;letter-spacing:.01875rem}.lang-tc h6.medium{font-weight:500}.lang-tc h6.regular{font-weight:400}}.theme-light .dds-activity-indicator__wrapper{display:inline-flex;flex-direction:column;row-gap:.5rem;justify-content:center;align-items:center}.theme-light .dds-activity-indicator__wrapper__spinner{border-radius:50%;border:.125rem solid #e00842;border-left-color:#ebeced;animation:spin 2s linear infinite}.theme-light .dds-activity-indicator__wrapper__label{color:#14181c}.theme-light .dds-activity-indicator__wrapper--container{width:8rem;padding:1.25rem;background-color:#fff;border-radius:.5rem;box-shadow:0 .125rem .25rem #00000013}.theme-light .dds-activity-indicator--small .dds-activity-indicator__wrapper__spinner{width:1.5rem;height:1.5rem;border-width:.125rem}.theme-light .dds-activity-indicator--large .dds-activity-indicator__wrapper__spinner{width:4rem;height:4rem;border-width:.25rem}.theme-dark .dds-activity-indicator__wrapper{display:inline-flex;flex-direction:column;row-gap:.5rem;justify-content:center;align-items:center}.theme-dark .dds-activity-indicator__wrapper__spinner{border-radius:50%;border:.125rem solid #e31f4e;border-left-color:#1f252b;animation:spin 2s linear infinite}.theme-dark .dds-activity-indicator__wrapper__label{color:#fff}.theme-dark .dds-activity-indicator__wrapper--container{width:8rem;padding:1.25rem;background-color:#14181c;border-radius:.5rem;box-shadow:0 .125rem .25rem #00000013}.theme-dark .dds-activity-indicator--small .dds-activity-indicator__wrapper__spinner{width:1.5rem;height:1.5rem;border-width:.125rem}.theme-dark .dds-activity-indicator--large .dds-activity-indicator__wrapper__spinner{width:4rem;height:4rem;border-width:.25rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.theme-light .dds-badge{box-sizing:content-box;border:.125rem solid #fff;border-radius:50%;background-color:#e00842;display:inline-flex}.theme-light .dds-badge--with-count{padding:.0625rem .4375rem;width:auto;height:auto;border-radius:6.25rem}.theme-light .dds-badge--size-2{width:.5rem;height:.5rem}.theme-light .dds-badge--size-3{width:.75rem;height:.75rem}.theme-light .dds-badge__label{color:#fff}.theme-dark .dds-badge{box-sizing:content-box;border:.125rem solid #14181c;border-radius:50%;background-color:#e31f4e;display:inline-flex}.theme-dark .dds-badge--with-count{padding:.0625rem .4375rem;width:auto;height:auto;border-radius:6.25rem}.theme-dark .dds-badge--size-2{width:.5rem;height:.5rem}.theme-dark .dds-badge--size-3{width:.75rem;height:.75rem}.theme-dark .dds-badge__label{color:#fff}.theme-light .dds-body{color:#14181c;display:flex;flex-direction:row;column-gap:.5rem;align-items:baseline}.theme-light .dds-body__legend-dot{flex-shrink:0;width:.75rem;height:.75rem;border-radius:50%}.theme-light .dds-body__legend-dot--data-digital-red{background-color:#e00842}.theme-light .dds-body__legend-dot--data-digital-lavender{background-color:#8782c4}.theme-light .dds-body__legend-dot--data-digital-orange{background-color:#fc6153}.theme-light .dds-body__legend-dot--data-digital-blue{background-color:#358dd4}.theme-light .dds-body__legend-dot--data-salmon{background-color:#e75e69}.theme-light .dds-body__legend-dot--data-purple{background-color:#3634c8}.theme-light .dds-body__legend-dot--data-digital-cerise{background-color:#b44484}.theme-light .dds-body__legend-dot--data-digital-gold{background-color:#ae8f4c}.theme-light .dds-body__legend-dot--data-navyblue{background-color:#082065}.theme-light .dds-body__legend-dot--data-green{background-color:#229f64}.theme-light .dds-body__legend-dot--data-warmgrey{background-color:#9a948d}.theme-light .dds-body__legend-dot--data-cerise{background-color:#d40c74}.theme-light .dds-body__legend-dot--data-background{background-color:#d6d8da}.theme-dark .dds-body{color:#fff;display:flex;flex-direction:row;column-gap:.5rem;align-items:baseline}.theme-dark .dds-body__legend-dot{flex-shrink:0;width:.75rem;height:.75rem;border-radius:50%}.theme-dark .dds-body__legend-dot--data-digital-red{background-color:#e31f4e}.theme-dark .dds-body__legend-dot--data-digital-lavender{background-color:#9895c9}.theme-dark .dds-body__legend-dot--data-digital-orange{background-color:#ff6b5e}.theme-dark .dds-body__legend-dot--data-digital-blue{background-color:#459feb}.theme-dark .dds-body__legend-dot--data-salmon{background-color:#ff7a85}.theme-dark .dds-body__legend-dot--data-purple{background-color:#5856d6}.theme-dark .dds-body__legend-dot--data-digital-cerise{background-color:#c76b9f}.theme-dark .dds-body__legend-dot--data-digital-gold{background-color:#ae8f4c}.theme-dark .dds-body__legend-dot--data-navyblue{background-color:#2469c1}.theme-dark .dds-body__legend-dot--data-green{background-color:#1ebb71}.theme-dark .dds-body__legend-dot--data-warmgrey{background-color:#928880}.theme-dark .dds-body__legend-dot--data-cerise{background-color:#f15f7a}.theme-dark .dds-body__legend-dot--data-background{background-color:#333d47}.theme-light .dds-breadcrumb{cursor:pointer;padding:.5rem 0 .4375rem;display:flex;align-items:center;flex-direction:row}.theme-light .dds-breadcrumb__interactive{cursor:pointer;display:flex;align-items:center;flex-direction:row;border-radius:.5rem;padding:.5rem 0}.theme-light .dds-breadcrumb__interactive:hover{background-color:#14181c14}.theme-light .dds-breadcrumb__interactive .arrow_left{fill:#333d47}.theme-light .dds-breadcrumb__text{color:#14181c;text-underline-offset:.25rem;text-decoration-thickness:.0625rem!important}.theme-light .dds-breadcrumb__text__left-spacing{margin-left:.5rem}.theme-light .dds-breadcrumb__text__right-spacing{margin-right:.5rem}.theme-light .dds-breadcrumb__text--underline{text-decoration:underline}.theme-light .dds-breadcrumb__icon{fill:#333d47}.theme-light .dds-breadcrumb__icon--right{cursor:default;margin-left:.5rem}.theme-light .dds-breadcrumb__disabled{cursor:default}.theme-dark .dds-breadcrumb{cursor:pointer;padding:.5rem 0 .4375rem;display:flex;align-items:center;flex-direction:row}.theme-dark .dds-breadcrumb__interactive{cursor:pointer;display:flex;align-items:center;flex-direction:row;border-radius:.5rem;padding:.5rem 0}.theme-dark .dds-breadcrumb__interactive:hover{background-color:#ffffff26}.theme-dark .dds-breadcrumb__interactive .arrow_left{fill:#fff}.theme-dark .dds-breadcrumb__text{color:#fff;text-underline-offset:.25rem;text-decoration-thickness:.0625rem!important}.theme-dark .dds-breadcrumb__text__left-spacing{margin-left:.5rem}.theme-dark .dds-breadcrumb__text__right-spacing{margin-right:.5rem}.theme-dark .dds-breadcrumb__text--underline{text-decoration:underline}.theme-dark .dds-breadcrumb__icon{fill:#fff}.theme-dark .dds-breadcrumb__icon--right{cursor:default;margin-left:.5rem}.theme-dark .dds-breadcrumb__disabled{cursor:default}.theme-light .dds-button{cursor:pointer;position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center}.theme-light .dds-button:disabled{cursor:not-allowed}.theme-light .dds-button--full-width{width:100%}.theme-light .dds-button--primary{border-radius:.5rem;background-color:#e00842;border:.0625rem solid #e00842}.theme-light .dds-button--primary .dds-button__label{color:#fff}.theme-light .dds-button--primary:hover{border-color:#b30635;background-color:#b30635}.theme-light .dds-button--primary:hover .dds-button__label{color:#fff}.theme-light .dds-button--primary:disabled{background-color:#ebeced;border-color:#ebeced}.theme-light .dds-button--primary:disabled .dds-button__label{color:#858b91}.theme-light .dds-button--primary.dds-button--small{min-width:6rem;padding:.4375rem 1rem}.theme-light .dds-button--primary.dds-button--large{min-width:9rem;padding:.8125rem 1.5rem}.theme-light .dds-button--secondary{border-radius:.5rem;border:.0625rem solid #e00842;background-color:#fff}.theme-light .dds-button--secondary .dds-button__label{color:#e00842}.theme-light .dds-button--secondary.dds-button--small{min-width:6rem;padding:.4375rem 1rem}.theme-light .dds-button--secondary.dds-button--large{min-width:9rem;padding:.8125rem 1.5rem}.theme-light .dds-button--secondary:hover{border-color:#e00842;background-color:#e0084214}.theme-light .dds-button--secondary:hover .dds-button__label{color:#e00842}.theme-light .dds-button--secondary:disabled{border-color:#d6d8da;background-color:#fff}.theme-light .dds-button--secondary:disabled .dds-button__label{color:#858b91}.theme-light .dds-button--tertiary{border:none;border-radius:.5rem;background-color:transparent}.theme-light .dds-button--tertiary .dds-button__label{text-underline-offset:.25rem;text-decoration-thickness:.0625rem}.theme-light .dds-button--tertiary.dds-button--small{column-gap:.25rem;min-width:3rem;padding:.5rem 0}.theme-light .dds-button--tertiary.dds-button--large{column-gap:.5rem;min-width:3rem;padding:.875rem 0}.theme-light .dds-button--tertiary-white .dds-button__label{color:#fff}.theme-light .dds-button--tertiary-white .dds-button__label--hover-underline:hover,.theme-light .dds-button--tertiary-white .dds-button__label--underline{text-decoration:underline;text-decoration-color:#fff}.theme-light .dds-button--tertiary-white:hover .dds-button__label{color:#fff}.theme-light .dds-button--tertiary-white:disabled .dds-button__label{color:#858b91}.theme-light .dds-button--tertiary-white:disabled .dds-button__label--hover-underline:hover,.theme-light .dds-button--tertiary-white:disabled .dds-button__label--underline{text-decoration:underline;text-decoration-color:#858b91}.theme-light .dds-button--tertiary-charcoal .dds-button__label{color:#14181c}.theme-light .dds-button--tertiary-charcoal .dds-button__label--hover-underline:hover,.theme-light .dds-button--tertiary-charcoal .dds-button__label--underline{text-decoration:underline;text-decoration-color:#14181c}.theme-light .dds-button--tertiary-charcoal:hover .dds-button__label{color:#14181c}.theme-light .dds-button--tertiary-charcoal:hover:not(:disabled){background-color:#f5f5f6}.theme-light .dds-button--tertiary-charcoal:disabled .dds-button__label{color:#858b91}.theme-light .dds-button--tertiary-charcoal:disabled .dds-button__label--hover-underline:hover,.theme-light .dds-button--tertiary-charcoal:disabled .dds-button__label--underline{text-decoration:underline;text-decoration-color:#858b91}.theme-dark .dds-button{cursor:pointer;position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center}.theme-dark .dds-button:disabled{cursor:not-allowed}.theme-dark .dds-button--full-width{width:100%}.theme-dark .dds-button--primary{border-radius:.5rem;background-color:#e31f4e;border:.0625rem solid #e31f4e}.theme-dark .dds-button--primary .dds-button__label{color:#fff}.theme-dark .dds-button--primary:hover{border-color:#b6193e;background-color:#b6193e}.theme-dark .dds-button--primary:hover .dds-button__label{color:#fff}.theme-dark .dds-button--primary:disabled{background-color:#1f252b;border-color:#1f252b}.theme-dark .dds-button--primary:disabled .dds-button__label{color:#858b91}.theme-dark .dds-button--primary.dds-button--small{min-width:6rem;padding:.4375rem 1rem}.theme-dark .dds-button--primary.dds-button--large{min-width:9rem;padding:.8125rem 1.5rem}.theme-dark .dds-button--secondary{border-radius:.5rem;border:.0625rem solid #e31f4e;background-color:#14181c}.theme-dark .dds-button--secondary .dds-button__label{color:#e94c71}.theme-dark .dds-button--secondary.dds-button--small{min-width:6rem;padding:.4375rem 1rem}.theme-dark .dds-button--secondary.dds-button--large{min-width:9rem;padding:.8125rem 1.5rem}.theme-dark .dds-button--secondary:hover{border-color:#e31f4e;background-color:#e31f4e14}.theme-dark .dds-button--secondary:hover .dds-button__label{color:#e94c71}.theme-dark .dds-button--secondary:disabled{border-color:#333d47;background-color:#14181c}.theme-dark .dds-button--secondary:disabled .dds-button__label{color:#858b91}.theme-dark .dds-button--tertiary{border:none;border-radius:.5rem;background-color:transparent}.theme-dark .dds-button--tertiary .dds-button__label{text-underline-offset:.25rem;text-decoration-thickness:.0625rem}.theme-dark .dds-button--tertiary.dds-button--small{column-gap:.25rem;min-width:3rem;padding:.5rem 0}.theme-dark .dds-button--tertiary.dds-button--large{column-gap:.5rem;min-width:3rem;padding:.875rem 0}.theme-dark .dds-button--tertiary-white .dds-button__label{color:#fff}.theme-dark .dds-button--tertiary-white .dds-button__label--hover-underline:hover,.theme-dark .dds-button--tertiary-white .dds-button__label--underline{text-decoration:underline;text-decoration-color:#fff}.theme-dark .dds-button--tertiary-white:hover .dds-button__label{color:#fff}.theme-dark .dds-button--tertiary-white:disabled .dds-button__label{color:#858b91}.theme-dark .dds-button--tertiary-white:disabled .dds-button__label--hover-underline:hover,.theme-dark .dds-button--tertiary-white:disabled .dds-button__label--underline{text-decoration:underline;text-decoration-color:#858b91}.theme-dark .dds-button--tertiary-charcoal .dds-button__label{color:#fff}.theme-dark .dds-button--tertiary-charcoal .dds-button__label--hover-underline:hover,.theme-dark .dds-button--tertiary-charcoal .dds-button__label--underline{text-decoration:underline;text-decoration-color:#fff}.theme-dark .dds-button--tertiary-charcoal:hover .dds-button__label{color:#fff}.theme-dark .dds-button--tertiary-charcoal:hover:not(:disabled){background-color:#1f252b}.theme-dark .dds-button--tertiary-charcoal:disabled .dds-button__label{color:#858b91}.theme-dark .dds-button--tertiary-charcoal:disabled .dds-button__label--hover-underline:hover,.theme-dark .dds-button--tertiary-charcoal:disabled .dds-button__label--underline{text-decoration:underline;text-decoration-color:#858b91}.dds-card-container{cursor:pointer;padding:1rem;border-radius:.5rem;border:.0625rem solid transparent}.theme-light .dds-card-container--default{box-shadow:0 .125rem .25rem #00000013;background-color:#fff;border-color:#fff}.theme-light .dds-card-container--default:hover{box-shadow:0 .5rem 1rem #00000026}.theme-light .dds-card-container--salmon{background-color:#ffe4e7;border-color:#ff7a854d}.theme-light .dds-card-container--salmon:hover{background-color:#cd495033}.theme-light .dds-card-container--salmon-bold{background-color:#cd4950;border-color:#cd4950}.theme-light .dds-card-container--purple{background-color:#deddf7;border-color:#5856d64d}.theme-light .dds-card-container--purple:hover{background-color:#4745cf4d}.theme-light .dds-card-container--purple-bold{background-color:#4745cf;border-color:#4745cf}.theme-light .dds-card-container--warmgrey{background-color:#edeae7;border-color:#dcd5cf}.theme-light .dds-card-container--warmgrey:hover{background-color:#d3cac399}.theme-light .dds-card-container--warmgrey-bold{background-color:#d3cac3;border-color:#9a948d}.theme-light .dds-card-container--digitalred{background-color:#e00842;border-color:#e00842}.theme-dark .dds-card-container--default{box-shadow:0 .125rem .25rem #00000013;background-color:#14181c;border-color:#14181c}.theme-dark .dds-card-container--default:hover{box-shadow:0 .5rem 1rem #00000026}.theme-dark .dds-card-container--salmon{background-color:#2c1c1d;border-color:#cd4950}.theme-dark .dds-card-container--salmon:hover{background-color:#cd495033}.theme-dark .dds-card-container--salmon-bold{background-color:#cd4950;border-color:#ffc2c9}.theme-dark .dds-card-container--purple{background-color:#29293a;border-color:#47469c}.theme-dark .dds-card-container--purple:hover{background-color:#5856d64d}.theme-dark .dds-card-container--purple-bold{background-color:#5856d6;border-color:#777eeb}.theme-dark .dds-card-container--warmgrey{background-color:#282625;border-color:#635d58}.theme-dark .dds-card-container--warmgrey:hover{background-color:#dacdc133}.theme-dark .dds-card-container--warmgrey-bold{background-color:#dacdc1;border-color:#dacdc1}.theme-dark .dds-card-container--digitalred{background-color:#e31f4e;border-color:#e31f4e}.theme-light .dds-carousel-container{width:100%;height:100%;display:flex;flex-direction:column}.theme-light .dds-carousel-container .swiper-pagination{position:relative;bottom:0;margin-top:1rem;display:flex;justify-content:center}.theme-light .dds-carousel-container .swiper-pagination .swiper-pagination-bullet{width:.5rem;height:.5rem;opacity:1;margin:0 .25rem;background-color:#adb1b5}.theme-light .dds-carousel-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#e00842}.theme-light .dds-carousel-container .swiper-button-next,.theme-light .dds-carousel-container .swiper-button-prev{display:none;top:50%;width:auto;height:auto;padding:.75rem;border-radius:50%;background-color:#14181cb3}@media (min-width:1024px){.theme-light .dds-carousel-container .swiper-button-next,.theme-light .dds-carousel-container .swiper-button-prev{display:flex}}.theme-light .dds-carousel-container .swiper-button-next.with-pagination,.theme-light .dds-carousel-container .swiper-button-prev.with-pagination{top:calc(50% - 1.25rem)}.theme-light .dds-carousel-container .swiper-button-next:after,.theme-light .dds-carousel-container .swiper-button-prev:after{content:unset}.theme-light .dds-carousel-container .swiper-button-next .dds-carousel-container__icon,.theme-light .dds-carousel-container .swiper-button-prev .dds-carousel-container__icon{fill:#fff}.theme-light .dds-carousel-container .swiper-button-next.swiper-button-disabled,.theme-light .dds-carousel-container .swiper-button-prev.swiper-button-disabled{opacity:1;background-color:#ebeced}.theme-light .dds-carousel-container .swiper-button-next.swiper-button-disabled .dds-carousel-container__icon svg,.theme-light .dds-carousel-container .swiper-button-prev.swiper-button-disabled .dds-carousel-container__icon svg{fill:#d6d8da!important}.theme-light .dds-carousel-container .swiper-button-prev{left:1.5rem}.theme-light .dds-carousel-container .swiper-button-next{right:1.5rem}.theme-dark .dds-carousel-container{width:100%;height:100%;display:flex;flex-direction:column}.theme-dark .dds-carousel-container .swiper-pagination{position:relative;bottom:0;margin-top:1rem;display:flex;justify-content:center}.theme-dark .dds-carousel-container .swiper-pagination .swiper-pagination-bullet{width:.5rem;height:.5rem;opacity:1;margin:0 .25rem;background-color:#858b91}.theme-dark .dds-carousel-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#e31f4e}.theme-dark .dds-carousel-container .swiper-button-next,.theme-dark .dds-carousel-container .swiper-button-prev{display:none;top:50%;width:auto;height:auto;padding:.75rem;border-radius:50%;background-color:#0a0c0eb3}@media (min-width:1024px){.theme-dark .dds-carousel-container .swiper-button-next,.theme-dark .dds-carousel-container .swiper-button-prev{display:flex}}.theme-dark .dds-carousel-container .swiper-button-next.with-pagination,.theme-dark .dds-carousel-container .swiper-button-prev.with-pagination{top:calc(50% - 1.25rem)}.theme-dark .dds-carousel-container .swiper-button-next:after,.theme-dark .dds-carousel-container .swiper-button-prev:after{content:unset}.theme-dark .dds-carousel-container .swiper-button-next .dds-carousel-container__icon,.theme-dark .dds-carousel-container .swiper-button-prev .dds-carousel-container__icon{fill:#fff}.theme-dark .dds-carousel-container .swiper-button-next.swiper-button-disabled,.theme-dark .dds-carousel-container .swiper-button-prev.swiper-button-disabled{opacity:1;background-color:#1f252b}.theme-dark .dds-carousel-container .swiper-button-next.swiper-button-disabled .dds-carousel-container__icon svg,.theme-dark .dds-carousel-container .swiper-button-prev.swiper-button-disabled .dds-carousel-container__icon svg{fill:#333d47!important}.theme-dark .dds-carousel-container .swiper-button-prev{left:1.5rem}.theme-dark .dds-carousel-container .swiper-button-next{right:1.5rem}.theme-light .dds-chip{padding:.5rem 1rem;min-width:6rem;border-radius:.5rem;border:.0625rem solid #858b91;display:inline-flex;flex-direction:row;justify-content:center;align-items:center;column-gap:.25rem;background-color:#fff;cursor:pointer}.theme-light .dds-chip__label{flex:1;color:#14181c}.theme-light .dds-chip__icon{fill:#333d47}.theme-light .dds-chip:not(.dds-chip--disabled):hover{background-color:#f5f5f6;border-color:#858b91}.theme-light .dds-chip--disabled{cursor:not-allowed;background-color:#ebeced;border-color:#d6d8da}.theme-light .dds-chip--disabled .dds-chip__label{color:#858b91}.theme-light .dds-chip--activate{background-color:#08206514;border-color:#082065}.theme-light .dds-chip--activate .dds-chip__label{color:#082065}.theme-light .dds-chip--activate:hover{background-color:#08206526;border-color:#082065}.theme-light .dds-chip--activate:hover .dds-chip__label{color:#082065}.theme-light .dds-chip--illustration{position:relative;padding:1rem;min-width:10.1875rem;display:inline-flex;flex-direction:column;justify-content:center;align-items:center;row-gap:.5rem}.theme-light .dds-chip--illustration .dds-chip__icon{position:absolute;top:1rem;right:1rem}.theme-light .dds-chip--large{padding:.8125rem .75rem}.theme-dark .dds-chip{padding:.5rem 1rem;min-width:6rem;border-radius:.5rem;border:.0625rem solid #858b91;display:inline-flex;flex-direction:row;justify-content:center;align-items:center;column-gap:.25rem;background-color:#14181c;cursor:pointer}.theme-dark .dds-chip__label{flex:1;color:#fff}.theme-dark .dds-chip__icon{fill:#fff}.theme-dark .dds-chip:not(.dds-chip--disabled):hover{background-color:#1f252b;border-color:#858b91}.theme-dark .dds-chip--disabled{cursor:not-allowed;background-color:#1f252b;border-color:#333d47}.theme-dark .dds-chip--disabled .dds-chip__label{color:#858b91}.theme-dark .dds-chip--activate{background-color:#2469c126;border-color:#2469c1}.theme-dark .dds-chip--activate .dds-chip__label{color:#369aff}.theme-dark .dds-chip--activate:hover{background-color:#2469c140;border-color:#2469c1}.theme-dark .dds-chip--activate:hover .dds-chip__label{color:#369aff}.theme-dark .dds-chip--illustration{position:relative;padding:1rem;min-width:10.1875rem;display:inline-flex;flex-direction:column;justify-content:center;align-items:center;row-gap:.5rem}.theme-dark .dds-chip--illustration .dds-chip__icon{position:absolute;top:1rem;right:1rem}.theme-dark .dds-chip--large{padding:.8125rem .75rem}.theme-light .dds-dialog-container-layout{margin-right:auto;margin-left:auto;transform:none;display:flex;align-items:center;height:100%}.theme-light .dds-dialog-container-layout__container{--bs-gutter-x:2rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);display:flex;margin-right:auto;margin-left:auto;flex-wrap:wrap;justify-content:center;align-items:center}.theme-light .dds-dialog-container-layout__row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x));display:contents!important}.theme-light .dds-dialog-container-layout__main-content--small{flex:0 0 auto;width:83.33333333%}@media (min-width:768px){.theme-light .dds-dialog-container-layout__main-content--small{flex:0 0 auto;width:66.66666667%}}@media (min-width:1200px){.theme-light .dds-dialog-container-layout__main-content--small{flex:0 0 auto;width:50%}}.theme-light .dds-dialog-container-layout__main-content--large{flex:0 0 auto;width:83.33333333%}@media (min-width:768px){.theme-light .dds-dialog-container-layout__main-content--large{flex:0 0 auto;width:66.66666667%}}@media (min-width:1200px){.theme-light .dds-dialog-container-layout__main-content--large{flex:0 0 auto;width:66.66666667%}}.theme-light .dds-dialog-container{position:fixed;top:0;left:0;z-index:1055;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0;background-color:#14181c80}.theme-light .dds-dialog-container__dialog{position:relative;pointer-events:auto;min-height:16rem;height:auto;max-height:41.375rem;padding:2rem;border-radius:1rem;background-color:#fff;overflow:auto}@media (max-width:479.98px){.theme-light .dds-dialog-container__dialog{max-height:29.125rem;padding:1.5rem 1rem 1rem;border-radius:.5rem}}.theme-light .dds-dialog-container .modal-dialog{max-width:unset!important}.theme-dark .dds-dialog-container-layout{margin-right:auto;margin-left:auto;transform:none;display:flex;align-items:center;height:100%}.theme-dark .dds-dialog-container-layout__container{--bs-gutter-x:2rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);display:flex;margin-right:auto;margin-left:auto;flex-wrap:wrap;justify-content:center;align-items:center}.theme-dark .dds-dialog-container-layout__row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x));display:contents!important}.theme-dark .dds-dialog-container-layout__main-content--small{flex:0 0 auto;width:83.33333333%}@media (min-width:768px){.theme-dark .dds-dialog-container-layout__main-content--small{flex:0 0 auto;width:66.66666667%}}@media (min-width:1200px){.theme-dark .dds-dialog-container-layout__main-content--small{flex:0 0 auto;width:50%}}.theme-dark .dds-dialog-container-layout__main-content--large{flex:0 0 auto;width:83.33333333%}@media (min-width:768px){.theme-dark .dds-dialog-container-layout__main-content--large{flex:0 0 auto;width:66.66666667%}}@media (min-width:1200px){.theme-dark .dds-dialog-container-layout__main-content--large{flex:0 0 auto;width:66.66666667%}}.theme-dark .dds-dialog-container{position:fixed;top:0;left:0;z-index:1055;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0;background-color:#0a0c0eb3}.theme-dark .dds-dialog-container__dialog{position:relative;pointer-events:auto;min-height:16rem;height:auto;max-height:41.375rem;padding:2rem;border-radius:1rem;background-color:#14181c;overflow:auto}@media (max-width:479.98px){.theme-dark .dds-dialog-container__dialog{max-height:29.125rem;padding:1.5rem 1rem 1rem;border-radius:.5rem}}.theme-dark .dds-dialog-container .modal-dialog{max-width:unset!important}.modal-backdrop.show{opacity:0!important}.theme-light .dds-date-picker{position:relative;display:flex;flex-direction:column;row-gap:.5rem}.theme-light .dds-date-picker__wrapper{position:relative;padding:.8125rem 1rem;display:flex;flex-direction:row;align-items:center;column-gap:.5rem;border:.0625rem solid #858b91;border-radius:.5rem;background-color:#fff}.theme-light .dds-date-picker__wrapper:focus-within{border-color:#082065}.theme-light .dds-date-picker__wrapper--error{border-color:#d40c74}.theme-light .dds-date-picker__wrapper--disabled{color:#858b91;border-color:#d6d8da;background-color:#ebeced}.theme-light .dds-date-picker__wrapper--disabled .dds-date-picker__wrapper__input::placeholder{color:#858b91}.theme-light .dds-date-picker__wrapper__input{padding:0;flex:1;border:none;outline:none;box-shadow:none;background:transparent;color:#14181c}.theme-light .dds-date-picker__wrapper__input:focus{box-shadow:none}.theme-light .dds-date-picker__wrapper__input::placeholder{color:#666e75}.theme-light .dds-date-picker__wrapper__input::-webkit-datetime-edit-day-field,.theme-light .dds-date-picker__wrapper__input::-webkit-datetime-edit-month-field,.theme-light .dds-date-picker__wrapper__input::-webkit-datetime-edit-year-field{color:#14181c;text-transform:uppercase}.theme-light .dds-date-picker__wrapper__input::-webkit-datetime-edit-text{color:#14181c}.theme-light .dds-date-picker__wrapper__input::-webkit-calendar-picker-indicator{display:none}.theme-light .dds-date-picker__wrapper__input--empty::-webkit-datetime-edit-day-field,.theme-light .dds-date-picker__wrapper__input--empty::-webkit-datetime-edit-month-field,.theme-light .dds-date-picker__wrapper__input--empty::-webkit-datetime-edit-text,.theme-light .dds-date-picker__wrapper__input--empty::-webkit-datetime-edit-year-field{color:#666e75!important}.theme-light .dds-date-picker__hint-text{color:#666e75!important}.theme-light .dds-date-picker__error-wrapper{display:flex;align-items:flex-start;column-gap:.25rem}.theme-light .dds-date-picker__error-wrapper__error-icon{margin-top:.125rem;flex-shrink:0}.theme-light .dds-date-picker__error-wrapper__error-message{color:#d40c74!important}.theme-light .dds-date-picker-disabled{color:#14181c}.theme-light .datepicker-dropdown{margin-top:.875rem!important;margin-left:-1rem!important;background-color:#fff;border-radius:.5rem;box-shadow:0 .125rem .25rem #00000013;padding:1.25rem 1rem}.theme-light .datepicker-dropdown:after,.theme-light .datepicker-dropdown:before{content:unset}.theme-light .datepicker-dropdown .datepicker-picker{box-shadow:unset;background-color:unset;border-radius:unset}.theme-light .datepicker-dropdown .datepicker-picker .datepicker-header{border-collapse:separate;border-spacing:0}.theme-light .datepicker-dropdown .datepicker-picker .datepicker-header .datepicker-controls{padding:0}.theme-light .datepicker-dropdown .datepicker-picker .datepicker-header .datepicker-controls .button{color:#14181c}.theme-light .datepicker-dropdown .datepicker-picker .datepicker-header .datepicker-controls .button:hover{background-color:unset}.theme-light .datepicker-dropdown .datepicker-picker .datepicker-header .datepicker-controls .next-btn{display:inline-flex;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:0!important}.theme-light .datepicker-dropdown .datepicker-picker .datepicker-header .datepicker-controls .next-btn:hover{background:unset}.theme-light .datepicker-dropdown .datepicker-picker .datepicker-header .datepicker-controls .next-btn:after{display:block;content:url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="%23333d47"%3e%3cg id="01-Visual-Language/02-Icons/01-System/System-Control/Arrow-Right" stroke="none" stroke-width="1" fill-rule="evenodd"%3e%3cpath d="M9.39073394,3.2453337 L17.9280908,12 L9.39073394,20.7546663 C9.07887711,21.0753965 8.56606395,21.0825899 8.2453337,20.770733 C7.94148399,20.4752897 7.91903584,19.9994867 8.182677,19.6775134 L8.22926697,19.6253328 L15.6684389,12 L8.22926697,4.37466721 C7.93382365,4.0708175 7.92473006,3.59457205 8.19729846,3.28012021 L8.2453337,3.22926697 C8.54918341,2.93382365 9.02542886,2.92473006 9.3398807,3.19729846 L9.39073394,3.2453337 Z" id="🎨-Colour"%3e%3c/path%3e%3c/g%3e%3c/svg%3e');width:1.5rem;height:1.5rem}.theme-light .datepicker-dropdown .datepicker-picker .datepicker-header .datepicker-controls .prev-btn{display:inline-flex;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:0!important}.theme-light .datepicker-dropdown .datepicker-picker .datepicker-header .datepicker-controls .prev-btn:hover{background:unset}.theme-light .datepicker-dropdown .datepicker-picker .datepicker-header .datepicker-controls .prev-btn:after{display:block;content:url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="%23333d47"%3e%3cg id="01-Visual-Language/02-Icons/01-System/System-Control/Arrow-Left" stroke="none" stroke-width="1" fill-rule="evenodd"%3e%3cpath d="M14.5373569,3.2453337 L6,12 L14.5373569,20.7546663 C14.8492137,21.0753965 15.3620269,21.0825899 15.6827571,20.770733 C15.9866068,20.4752897 16.009055,19.9994867 15.7454138,19.6775134 L15.6988239,19.6253328 L8.25965188,12 L15.6988239,4.37466721 C15.9942672,4.0708175 16.0033608,3.59457205 15.7307924,3.28012021 L15.6827571,3.22926697 C15.3789074,2.93382365 14.902662,2.92473006 14.5882101,3.19729846 L14.5373569,3.2453337 Z" id="🎨-Colour"%3e%3c/path%3e%3c/g%3e%3c/svg%3e');width:1.5rem;height:1.5rem}.theme-light .datepicker-dropdown .datepicker-picker .datepicker-main{padding:0}.theme-light .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view{width:100%}.theme-light .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view.decades,.theme-light .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view.months,.theme-light .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view.years{width:16rem}.theme-light .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .days .datepicker-grid{width:17.5rem}.theme-light .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .days .days-of-week>.dow{width:2.5rem;height:2.5rem;color:#666e75}.theme-light .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .days .day{padding:0;flex:0 0 2.5rem;height:2.5rem;border-radius:.5rem;border:.0625rem solid #fff!important;background-color:#fff;color:#14181c}.theme-light .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .days .day:hover{background-image:none;background-color:#f5f5f6;color:#14181c;text-shadow:unset}.theme-light .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .days .day.selected{border-color:#082065!important;background-image:none;background-color:#082065;color:#fff;text-shadow:unset}.theme-light .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .days .day.selected:hover{border-color:#0c6dd2!important;background-image:none;background-color:#0c6dd2;color:#fff;text-shadow:unset}.theme-light .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .days .day.disabled,.theme-light .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .days .day.next,.theme-light .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .days .day.prev{border-color:#fff!important;background-color:#fff;color:#858b91}.theme-light .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .decade,.theme-light .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .month,.theme-light .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .year{margin:0;padding:.625rem 0;flex:0 0 4rem;height:auto;line-height:1!important;border-radius:.5rem;border:.0625rem solid #fff!important;color:#14181c}.theme-light .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .decade:hover,.theme-light .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .month:hover,.theme-light .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .year:hover{border-color:#f5f5f6!important;background-image:none;background-color:#f5f5f6;color:#14181c;text-shadow:unset}.theme-light .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .decade.selected,.theme-light .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .month.selected,.theme-light .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .year.selected{border-color:#082065!important;background-image:none;background-color:#082065;color:#fff;text-shadow:unset}.theme-light .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .decade.selected:hover,.theme-light .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .month.selected:hover,.theme-light .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .year.selected:hover{border-color:#0c6dd2!important;background-image:none;background-color:#0c6dd2;color:#fff;text-shadow:unset}.theme-light .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .decade.disabled,.theme-light .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .decade.next,.theme-light .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .decade.prev,.theme-light .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .month.disabled,.theme-light .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .month.next,.theme-light .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .month.prev,.theme-light .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .year.disabled,.theme-light .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .year.next,.theme-light .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .year.prev{border-color:#fff!important;background-color:#fff;color:#858b91}.theme-dark .dds-date-picker{position:relative;display:flex;flex-direction:column;row-gap:.5rem}.theme-dark .dds-date-picker__wrapper{position:relative;padding:.8125rem 1rem;display:flex;flex-direction:row;align-items:center;column-gap:.5rem;border:.0625rem solid #858b91;border-radius:.5rem;background-color:#14181c}.theme-dark .dds-date-picker__wrapper:focus-within{border-color:#2469c1}.theme-dark .dds-date-picker__wrapper--error{border-color:#f15f7a}.theme-dark .dds-date-picker__wrapper--disabled{color:#858b91;border-color:#333d47;background-color:#1f252b}.theme-dark .dds-date-picker__wrapper--disabled .dds-date-picker__wrapper__input::placeholder{color:#858b91}.theme-dark .dds-date-picker__wrapper__input{padding:0;flex:1;border:none;outline:none;box-shadow:none;background:transparent;color:#fff}.theme-dark .dds-date-picker__wrapper__input:focus{box-shadow:none}.theme-dark .dds-date-picker__wrapper__input::placeholder{color:#adb1b5}.theme-dark .dds-date-picker__wrapper__input::-webkit-datetime-edit-day-field,.theme-dark .dds-date-picker__wrapper__input::-webkit-datetime-edit-month-field,.theme-dark .dds-date-picker__wrapper__input::-webkit-datetime-edit-year-field{color:#fff;text-transform:uppercase}.theme-dark .dds-date-picker__wrapper__input::-webkit-datetime-edit-text{color:#fff}.theme-dark .dds-date-picker__wrapper__input::-webkit-calendar-picker-indicator{display:none}.theme-dark .dds-date-picker__wrapper__input--empty::-webkit-datetime-edit-day-field,.theme-dark .dds-date-picker__wrapper__input--empty::-webkit-datetime-edit-month-field,.theme-dark .dds-date-picker__wrapper__input--empty::-webkit-datetime-edit-text,.theme-dark .dds-date-picker__wrapper__input--empty::-webkit-datetime-edit-year-field{color:#adb1b5!important}.theme-dark .dds-date-picker__hint-text{color:#adb1b5!important}.theme-dark .dds-date-picker__error-wrapper{display:flex;align-items:flex-start;column-gap:.25rem}.theme-dark .dds-date-picker__error-wrapper__error-icon{margin-top:.125rem;flex-shrink:0}.theme-dark .dds-date-picker__error-wrapper__error-message{color:#f15f7a!important}.theme-dark .dds-date-picker-disabled{color:#fff}.theme-dark .datepicker-dropdown{margin-top:.875rem!important;margin-left:-1rem!important;background-color:#14181c;border-radius:.5rem;box-shadow:0 .125rem .25rem #00000013;padding:1.25rem 1rem}.theme-dark .datepicker-dropdown:after,.theme-dark .datepicker-dropdown:before{content:unset}.theme-dark .datepicker-dropdown .datepicker-picker{box-shadow:unset;background-color:unset;border-radius:unset}.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-header{border-collapse:separate;border-spacing:0}.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-header .datepicker-controls{padding:0}.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-header .datepicker-controls .button{color:#fff}.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-header .datepicker-controls .button:hover{background-color:unset}.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-header .datepicker-controls .next-btn{display:inline-flex;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:0!important}.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-header .datepicker-controls .next-btn:hover{background:unset}.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-header .datepicker-controls .next-btn:after{display:block;content:url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="%23ffffff"%3e%3cg id="01-Visual-Language/02-Icons/01-System/System-Control/Arrow-Right" stroke="none" stroke-width="1" fill-rule="evenodd"%3e%3cpath d="M9.39073394,3.2453337 L17.9280908,12 L9.39073394,20.7546663 C9.07887711,21.0753965 8.56606395,21.0825899 8.2453337,20.770733 C7.94148399,20.4752897 7.91903584,19.9994867 8.182677,19.6775134 L8.22926697,19.6253328 L15.6684389,12 L8.22926697,4.37466721 C7.93382365,4.0708175 7.92473006,3.59457205 8.19729846,3.28012021 L8.2453337,3.22926697 C8.54918341,2.93382365 9.02542886,2.92473006 9.3398807,3.19729846 L9.39073394,3.2453337 Z" id="🎨-Colour"%3e%3c/path%3e%3c/g%3e%3c/svg%3e');width:1.5rem;height:1.5rem}.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-header .datepicker-controls .prev-btn{display:inline-flex;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:0!important}.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-header .datepicker-controls .prev-btn:hover{background:unset}.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-header .datepicker-controls .prev-btn:after{display:block;content:url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="%23ffffff"%3e%3cg id="01-Visual-Language/02-Icons/01-System/System-Control/Arrow-Left" stroke="none" stroke-width="1" fill-rule="evenodd"%3e%3cpath d="M14.5373569,3.2453337 L6,12 L14.5373569,20.7546663 C14.8492137,21.0753965 15.3620269,21.0825899 15.6827571,20.770733 C15.9866068,20.4752897 16.009055,19.9994867 15.7454138,19.6775134 L15.6988239,19.6253328 L8.25965188,12 L15.6988239,4.37466721 C15.9942672,4.0708175 16.0033608,3.59457205 15.7307924,3.28012021 L15.6827571,3.22926697 C15.3789074,2.93382365 14.902662,2.92473006 14.5882101,3.19729846 L14.5373569,3.2453337 Z" id="🎨-Colour"%3e%3c/path%3e%3c/g%3e%3c/svg%3e');width:1.5rem;height:1.5rem}.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-main{padding:0}.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view{width:100%}.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view.decades,.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view.months,.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view.years{width:16rem}.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .days .datepicker-grid{width:17.5rem}.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .days .days-of-week>.dow{width:2.5rem;height:2.5rem;color:#adb1b5}.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .days .day{padding:0;flex:0 0 2.5rem;height:2.5rem;border-radius:.5rem;border:.0625rem solid #14181c!important;background-color:#14181c;color:#fff}.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .days .day:hover{background-image:none;background-color:#1f252b;color:#fff;text-shadow:unset}.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .days .day.selected{border-color:#2469c1!important;background-image:none;background-color:#2469c1;color:#fff;text-shadow:unset}.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .days .day.selected:hover{border-color:#369aff!important;background-image:none;background-color:#369aff;color:#fff;text-shadow:unset}.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .days .day.disabled,.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .days .day.next,.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .days .day.prev{border-color:#14181c!important;background-color:#14181c;color:#858b91}.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .decade,.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .month,.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .year{margin:0;padding:.625rem 0;flex:0 0 4rem;height:auto;line-height:1!important;border-radius:.5rem;border:.0625rem solid #14181c!important;color:#fff}.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .decade:hover,.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .month:hover,.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .year:hover{border-color:#1f252b!important;background-image:none;background-color:#1f252b;color:#fff;text-shadow:unset}.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .decade.selected,.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .month.selected,.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .year.selected{border-color:#2469c1!important;background-image:none;background-color:#2469c1;color:#fff;text-shadow:unset}.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .decade.selected:hover,.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .month.selected:hover,.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .year.selected:hover{border-color:#369aff!important;background-image:none;background-color:#369aff;color:#fff;text-shadow:unset}.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .decade.disabled,.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .decade.next,.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .decade.prev,.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .month.disabled,.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .month.next,.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .month.prev,.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .year.disabled,.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .year.next,.theme-dark .datepicker-dropdown .datepicker-picker .datepicker-main .datepicker-view .year.prev{border-color:#14181c!important;background-color:#14181c;color:#858b91}.theme-light .dds-divider{margin:0;color:#d6d8da;border-width:.0625rem;opacity:1}.theme-light .dds-divider--default{color:#d6d8da}.theme-light .dds-divider--subdued{color:#ebeced}.theme-light .dds-divider--bold{color:#adb1b5}.theme-light .dds-divider--inverse{color:#666e75}.theme-light .dds-divider--border-small{border-width:.0625rem}.theme-light .dds-divider--border-medium{border-width:.125rem}.theme-dark .dds-divider{margin:0;color:#333d47;border-width:.0625rem;opacity:1}.theme-dark .dds-divider--default{color:#333d47}.theme-dark .dds-divider--subdued{color:#1f252b}.theme-dark .dds-divider--bold{color:#858b91}.theme-dark .dds-divider--inverse{color:#d6d8da}.theme-dark .dds-divider--border-small{border-width:.0625rem}.theme-dark .dds-divider--border-medium{border-width:.125rem}.theme-light .dropdown,.theme-light .dropdown-center,.theme-light .dropend,.theme-light .dropstart,.theme-light .dropup,.theme-light .dropup-center{position:relative}.theme-light .dropdown-toggle{white-space:nowrap}.theme-light .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.theme-light .dropdown-toggle:empty:after{margin-left:0}.theme-light .dropdown-menu{--bs-dropdown-zindex:1000;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:0;--bs-dropdown-spacer:0;--bs-dropdown-font-size:1rem;debug:1rem;--bs-dropdown-color:#14181c;--bs-dropdown-bg:#fff;--bs-dropdown-border-color:#858b91;--bs-dropdown-border-radius:.25rem;--bs-dropdown-border-width:0;--bs-dropdown-inner-border-radius:.25rem;--bs-dropdown-divider-bg:transparent;--bs-dropdown-divider-margin-y:0;--bs-dropdown-box-shadow:0 .125rem .25rem rgba(0,0,0,.075);--bs-dropdown-link-color:#454f5b;--bs-dropdown-link-hover-color:shade-color(#454f5b,10%);--bs-dropdown-link-hover-bg:#e9ecef;--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#d31145;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:.75rem;--bs-dropdown-header-color:#848a90;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:.5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);debug:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.theme-light .dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.theme-light .dropdown-menu>.dropdown-item:first-child,.theme-light .dropdown-menu>li:first-child .dropdown-item{border-top-left-radius:var(--bs-dropdown-inner-border-radius);border-top-right-radius:var(--bs-dropdown-inner-border-radius)}.theme-light .dropdown-menu>.dropdown-item:last-child,.theme-light .dropdown-menu>li:last-child .dropdown-item{border-bottom-right-radius:var(--bs-dropdown-inner-border-radius);border-bottom-left-radius:var(--bs-dropdown-inner-border-radius)}.theme-light .dropdown-menu-start{--bs-position:start}.theme-light .dropdown-menu-start[data-bs-popper]{right:auto;left:0}.theme-light .dropdown-menu-end{--bs-position:end}.theme-light .dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:480px){.theme-light .dropdown-menu-sm-start{--bs-position:start}.theme-light .dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.theme-light .dropdown-menu-sm-end{--bs-position:end}.theme-light .dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.theme-light .dropdown-menu-md-start{--bs-position:start}.theme-light .dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.theme-light .dropdown-menu-md-end{--bs-position:end}.theme-light .dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1024px){.theme-light .dropdown-menu-lg-start{--bs-position:start}.theme-light .dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.theme-light .dropdown-menu-lg-end{--bs-position:end}.theme-light .dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.theme-light .dropdown-menu-xl-start{--bs-position:start}.theme-light .dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.theme-light .dropdown-menu-xl-end{--bs-position:end}.theme-light .dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.theme-light .dropdown-menu-xxl-start{--bs-position:start}.theme-light .dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.theme-light .dropdown-menu-xxl-end{--bs-position:end}.theme-light .dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.theme-light .dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.theme-light .dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.theme-light .dropup .dropdown-toggle:empty:after{margin-left:0}.theme-light .dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.theme-light .dropend .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.theme-light .dropend .dropdown-toggle:empty:after{margin-left:0}.theme-light .dropend .dropdown-toggle:after{vertical-align:0}.theme-light .dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.theme-light .dropstart .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";display:none}.theme-light .dropstart .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.theme-light .dropstart .dropdown-toggle:empty:after{margin-left:0}.theme-light .dropstart .dropdown-toggle:before{vertical-align:0}.theme-light .dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.theme-light .dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.theme-light .dropdown-item:focus,.theme-light .dropdown-item:hover{color:var(--bs-dropdown-link-hover-color);text-decoration:none}.theme-light .dropdown-item.active,.theme-light .dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none}.theme-light .dropdown-item.disabled,.theme-light .dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:transparent}.theme-light .dropdown-menu.show{display:block}.theme-light .dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:.875rem;debug:.875rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.theme-light .dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.theme-light .dropdown-menu-dark{--bs-dropdown-color:#dee2e6;--bs-dropdown-bg:#586471;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color:#dee2e6;--bs-dropdown-link-hover-color:#fff;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg:hsla(0,0%,100%,.15);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#d31145;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-header-color:#adb5bd}.theme-light .dds-dropdown{display:flex;flex-direction:column;row-gap:.5rem}.theme-light .dds-dropdown .dropdown-toggle{padding:.8125rem 1rem;display:flex;justify-content:space-between;align-items:center;column-gap:.5rem;border:.0625rem solid #858b91;border-radius:.5rem;background-color:#fff}.theme-light .dds-dropdown .dropdown-toggle:after{display:none}.theme-light .dds-dropdown .dropdown-toggle .dds-dropdown__label{color:#14181c;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.theme-light .dds-dropdown .dropdown-toggle .dds-dropdown__indicator{display:inline-block;width:1.5rem;height:1.5rem;background-size:1.5rem;background-image:url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="%23333d47"%3e%3cpath fill-rule="evenodd" d="M4.39 9.724a1.335 1.335 0 0 1 1.886 0L16 19.448l9.724-9.724a1.333 1.333 0 1 1 1.886 1.886L16.943 22.276a1.333 1.333 0 0 1-1.886 0L4.391 11.61a1.333 1.333 0 0 1 0-1.886Z" clip-rule="evenodd"/%3e%3c/svg%3e')}.theme-light .dds-dropdown .dropdown-toggle.show{border-color:#082065;background-color:#fff}.theme-light .dds-dropdown .dropdown-toggle.show .dds-dropdown__label{color:#14181c;display:block;max-width:calc(100% - 2.5rem)}.theme-light .dds-dropdown .dropdown-toggle.show .dds-dropdown__indicator{background-image:url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="%23333d47"%3e%3cpath fill-rule="evenodd" d="M4.39 22.276c.521.52 1.365.52 1.886 0L16 12.552l9.724 9.724a1.333 1.333 0 1 0 1.886-1.886L16.943 9.724a1.333 1.333 0 0 0-1.886 0L4.391 20.39a1.333 1.333 0 0 0 0 1.886Z" clip-rule="evenodd"/%3e%3c/svg%3e')}.theme-light .dds-dropdown .dropdown-toggle--error{border-color:#d40c74;background-color:#fff}.theme-light .dds-dropdown .dropdown-toggle:disabled{opacity:1;border-color:#d6d8da;background-color:#ebeced}.theme-light .dds-dropdown .dropdown-toggle:disabled .dds-dropdown__label{color:#858b91}.theme-light .dds-dropdown .dropdown-toggle:disabled .dds-dropdown__indicator{background-image:url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="%23d6d8da"%3e%3cpath fill-rule="evenodd" d="M4.39 9.724a1.335 1.335 0 0 1 1.886 0L16 19.448l9.724-9.724a1.333 1.333 0 1 1 1.886 1.886L16.943 22.276a1.333 1.333 0 0 1-1.886 0L4.391 11.61a1.333 1.333 0 0 1 0-1.886Z" clip-rule="evenodd"/%3e%3c/svg%3e')}.theme-light .dds-dropdown .dropdown-toggle:disabled.show>.dds-dropdown__indicator{background-image:url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="%23d6d8da"%3e%3cpath fill-rule="evenodd" d="M4.39 22.276c.521.52 1.365.52 1.886 0L16 12.552l9.724 9.724a1.333 1.333 0 1 0 1.886-1.886L16.943 9.724a1.333 1.333 0 0 0-1.886 0L4.391 20.39a1.333 1.333 0 0 0 0 1.886Z" clip-rule="evenodd"/%3e%3c/svg%3e')}.theme-light .dds-dropdown .dropdown-item:focus,.theme-light .dds-dropdown .dropdown-item:hover{color:#14181c;margin-left:2.125rem;background-color:#fff}.theme-light .dds-dropdown .dropdown-menu{width:100%;max-height:17rem;overflow:auto}.theme-light .dds-dropdown .dropdown-menu.show{position:absolute;inset:0 auto auto 0;margin:0;transform:translateY(3.75rem)}.theme-light .dds-dropdown .dropdown-menu::-webkit-scrollbar{width:.25rem;margin:0 .5rem}.theme-light .dds-dropdown .dropdown-menu::-webkit-scrollbar-track{border-radius:.25rem;background-color:#ebeced}.theme-light .dds-dropdown .dropdown-menu::-webkit-scrollbar-thumb{border-radius:.25rem;background-color:#adb1b5}.theme-light .dds-dropdown__hint-text{color:#666e75!important}.theme-light .dds-dropdown__error-wrapper{display:flex;align-items:flex-start;column-gap:.25rem}.theme-light .dds-dropdown__error-wrapper__error-icon{margin-top:.125rem;flex-shrink:0}.theme-light .dds-dropdown__error-wrapper__error-message{color:#d40c74!important}.theme-light .dds-dropdown__search-input{padding:0 1rem;display:flex;flex-direction:row;column-gap:.5rem;align-items:center;border-bottom:.0625rem solid #d6d8da;background:transparent}.theme-light .dds-dropdown__search-input__icon{width:1rem;height:1rem;fill:#666e75}.theme-light .dds-dropdown__search-input__input{flex:1;padding:.8125rem 0;border:none;outline:none;color:#666e75;background:transparent}.theme-light .dds-dropdown__menu__item{cursor:pointer;padding:.75rem 1rem;color:#14181c;background-color:#fff;display:flex;justify-content:space-between}.theme-light .dds-dropdown__menu__item a{color:#14181c}.theme-light .dds-dropdown__menu__item:focus,.theme-light .dds-dropdown__menu__item:hover{color:#14181c;background-color:#f5f5f6}.theme-light .dds-dropdown__menu__item.active{background-color:#08206514}.theme-light .dds-dropdown__menu__item.active:focus,.theme-light .dds-dropdown__menu__item.active:hover{background-color:#08206526}.theme-light .dds-dropdown__menu__item--nested{cursor:pointer;padding:.75rem 1rem .75rem 2rem;color:#14181c;background-color:#fff}.theme-light .dds-dropdown__menu__item--nested a{color:#14181c}.theme-light .dds-dropdown__menu__nested-label{padding:.75rem 1rem;color:#14181c;background-color:#fff;justify-content:space-between;display:flex}.theme-light .dds-dropdown-disabled{color:#14181c}.theme-dark .dropdown,.theme-dark .dropdown-center,.theme-dark .dropend,.theme-dark .dropstart,.theme-dark .dropup,.theme-dark .dropup-center{position:relative}.theme-dark .dropdown-toggle{white-space:nowrap}.theme-dark .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.theme-dark .dropdown-toggle:empty:after{margin-left:0}.theme-dark .dropdown-menu{--bs-dropdown-zindex:1000;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:0;--bs-dropdown-spacer:0;--bs-dropdown-font-size:1rem;debug:1rem;--bs-dropdown-color:#fff;--bs-dropdown-bg:#14181c;--bs-dropdown-border-color:#858b91;--bs-dropdown-border-radius:.25rem;--bs-dropdown-border-width:0;--bs-dropdown-inner-border-radius:.25rem;--bs-dropdown-divider-bg:transparent;--bs-dropdown-divider-margin-y:0;--bs-dropdown-box-shadow:0 .125rem .25rem rgba(0,0,0,.075);--bs-dropdown-link-color:#454f5b;--bs-dropdown-link-hover-color:shade-color(#454f5b,10%);--bs-dropdown-link-hover-bg:#e9ecef;--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#d31145;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:.75rem;--bs-dropdown-header-color:#848a90;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:.5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);debug:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.theme-dark .dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.theme-dark .dropdown-menu>.dropdown-item:first-child,.theme-dark .dropdown-menu>li:first-child .dropdown-item{border-top-left-radius:var(--bs-dropdown-inner-border-radius);border-top-right-radius:var(--bs-dropdown-inner-border-radius)}.theme-dark .dropdown-menu>.dropdown-item:last-child,.theme-dark .dropdown-menu>li:last-child .dropdown-item{border-bottom-right-radius:var(--bs-dropdown-inner-border-radius);border-bottom-left-radius:var(--bs-dropdown-inner-border-radius)}.theme-dark .dropdown-menu-start{--bs-position:start}.theme-dark .dropdown-menu-start[data-bs-popper]{right:auto;left:0}.theme-dark .dropdown-menu-end{--bs-position:end}.theme-dark .dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:480px){.theme-dark .dropdown-menu-sm-start{--bs-position:start}.theme-dark .dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.theme-dark .dropdown-menu-sm-end{--bs-position:end}.theme-dark .dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.theme-dark .dropdown-menu-md-start{--bs-position:start}.theme-dark .dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.theme-dark .dropdown-menu-md-end{--bs-position:end}.theme-dark .dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1024px){.theme-dark .dropdown-menu-lg-start{--bs-position:start}.theme-dark .dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.theme-dark .dropdown-menu-lg-end{--bs-position:end}.theme-dark .dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.theme-dark .dropdown-menu-xl-start{--bs-position:start}.theme-dark .dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.theme-dark .dropdown-menu-xl-end{--bs-position:end}.theme-dark .dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.theme-dark .dropdown-menu-xxl-start{--bs-position:start}.theme-dark .dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.theme-dark .dropdown-menu-xxl-end{--bs-position:end}.theme-dark .dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.theme-dark .dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.theme-dark .dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.theme-dark .dropup .dropdown-toggle:empty:after{margin-left:0}.theme-dark .dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.theme-dark .dropend .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.theme-dark .dropend .dropdown-toggle:empty:after{margin-left:0}.theme-dark .dropend .dropdown-toggle:after{vertical-align:0}.theme-dark .dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.theme-dark .dropstart .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";display:none}.theme-dark .dropstart .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.theme-dark .dropstart .dropdown-toggle:empty:after{margin-left:0}.theme-dark .dropstart .dropdown-toggle:before{vertical-align:0}.theme-dark .dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.theme-dark .dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.theme-dark .dropdown-item:focus,.theme-dark .dropdown-item:hover{color:var(--bs-dropdown-link-hover-color);text-decoration:none}.theme-dark .dropdown-item.active,.theme-dark .dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none}.theme-dark .dropdown-item.disabled,.theme-dark .dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:transparent}.theme-dark .dropdown-menu.show{display:block}.theme-dark .dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:.875rem;debug:.875rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.theme-dark .dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.theme-dark .dropdown-menu-dark{--bs-dropdown-color:#dee2e6;--bs-dropdown-bg:#586471;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color:#dee2e6;--bs-dropdown-link-hover-color:#fff;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg:hsla(0,0%,100%,.15);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#d31145;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-header-color:#adb5bd}.theme-dark .dds-dropdown{display:flex;flex-direction:column;row-gap:.5rem}.theme-dark .dds-dropdown .dropdown-toggle{padding:.8125rem 1rem;display:flex;justify-content:space-between;align-items:center;column-gap:.5rem;border:.0625rem solid #858b91;border-radius:.5rem;background-color:#14181c}.theme-dark .dds-dropdown .dropdown-toggle:after{display:none}.theme-dark .dds-dropdown .dropdown-toggle .dds-dropdown__label{color:#fff;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.theme-dark .dds-dropdown .dropdown-toggle .dds-dropdown__indicator{display:inline-block;width:1.5rem;height:1.5rem;background-size:1.5rem;background-image:url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="%23ffffff"%3e%3cpath fill-rule="evenodd" d="M4.39 9.724a1.335 1.335 0 0 1 1.886 0L16 19.448l9.724-9.724a1.333 1.333 0 1 1 1.886 1.886L16.943 22.276a1.333 1.333 0 0 1-1.886 0L4.391 11.61a1.333 1.333 0 0 1 0-1.886Z" clip-rule="evenodd"/%3e%3c/svg%3e')}.theme-dark .dds-dropdown .dropdown-toggle.show{border-color:#2469c1;background-color:#14181c}.theme-dark .dds-dropdown .dropdown-toggle.show .dds-dropdown__label{color:#fff;display:block;max-width:calc(100% - 2.5rem)}.theme-dark .dds-dropdown .dropdown-toggle.show .dds-dropdown__indicator{background-image:url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="%23ffffff"%3e%3cpath fill-rule="evenodd" d="M4.39 22.276c.521.52 1.365.52 1.886 0L16 12.552l9.724 9.724a1.333 1.333 0 1 0 1.886-1.886L16.943 9.724a1.333 1.333 0 0 0-1.886 0L4.391 20.39a1.333 1.333 0 0 0 0 1.886Z" clip-rule="evenodd"/%3e%3c/svg%3e')}.theme-dark .dds-dropdown .dropdown-toggle--error{border-color:#f15f7a;background-color:#14181c}.theme-dark .dds-dropdown .dropdown-toggle:disabled{opacity:1;border-color:#333d47;background-color:#1f252b}.theme-dark .dds-dropdown .dropdown-toggle:disabled .dds-dropdown__label{color:#858b91}.theme-dark .dds-dropdown .dropdown-toggle:disabled .dds-dropdown__indicator{background-image:url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="%23333d47"%3e%3cpath fill-rule="evenodd" d="M4.39 9.724a1.335 1.335 0 0 1 1.886 0L16 19.448l9.724-9.724a1.333 1.333 0 1 1 1.886 1.886L16.943 22.276a1.333 1.333 0 0 1-1.886 0L4.391 11.61a1.333 1.333 0 0 1 0-1.886Z" clip-rule="evenodd"/%3e%3c/svg%3e')}.theme-dark .dds-dropdown .dropdown-toggle:disabled.show>.dds-dropdown__indicator{background-image:url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="%23333d47"%3e%3cpath fill-rule="evenodd" d="M4.39 22.276c.521.52 1.365.52 1.886 0L16 12.552l9.724 9.724a1.333 1.333 0 1 0 1.886-1.886L16.943 9.724a1.333 1.333 0 0 0-1.886 0L4.391 20.39a1.333 1.333 0 0 0 0 1.886Z" clip-rule="evenodd"/%3e%3c/svg%3e')}.theme-dark .dds-dropdown .dropdown-item:focus,.theme-dark .dds-dropdown .dropdown-item:hover{color:#fff;margin-left:2.125rem;background-color:#14181c}.theme-dark .dds-dropdown .dropdown-menu{width:100%;max-height:17rem;overflow:auto}.theme-dark .dds-dropdown .dropdown-menu.show{position:absolute;inset:0 auto auto 0;margin:0;transform:translateY(3.75rem)}.theme-dark .dds-dropdown .dropdown-menu::-webkit-scrollbar{width:.25rem;margin:0 .5rem}.theme-dark .dds-dropdown .dropdown-menu::-webkit-scrollbar-track{border-radius:.25rem;background-color:#1f252b}.theme-dark .dds-dropdown .dropdown-menu::-webkit-scrollbar-thumb{border-radius:.25rem;background-color:#858b91}.theme-dark .dds-dropdown__hint-text{color:#adb1b5!important}.theme-dark .dds-dropdown__error-wrapper{display:flex;align-items:flex-start;column-gap:.25rem}.theme-dark .dds-dropdown__error-wrapper__error-icon{margin-top:.125rem;flex-shrink:0}.theme-dark .dds-dropdown__error-wrapper__error-message{color:#f15f7a!important}.theme-dark .dds-dropdown__search-input{padding:0 1rem;display:flex;flex-direction:row;column-gap:.5rem;align-items:center;border-bottom:.0625rem solid #333d47;background:transparent}.theme-dark .dds-dropdown__search-input__icon{width:1rem;height:1rem;fill:#858b91}.theme-dark .dds-dropdown__search-input__input{flex:1;padding:.8125rem 0;border:none;outline:none;color:#858b91;background:transparent}.theme-dark .dds-dropdown__menu__item{cursor:pointer;padding:.75rem 1rem;color:#fff;background-color:#14181c;display:flex;justify-content:space-between}.theme-dark .dds-dropdown__menu__item a{color:#fff}.theme-dark .dds-dropdown__menu__item:focus,.theme-dark .dds-dropdown__menu__item:hover{color:#fff;background-color:#1f252b}.theme-dark .dds-dropdown__menu__item.active{background-color:#2469c126}.theme-dark .dds-dropdown__menu__item.active:focus,.theme-dark .dds-dropdown__menu__item.active:hover{background-color:#2469c140}.theme-dark .dds-dropdown__menu__item--nested{cursor:pointer;padding:.75rem 1rem .75rem 2rem;color:#fff;background-color:#14181c}.theme-dark .dds-dropdown__menu__item--nested a{color:#fff}.theme-dark .dds-dropdown__menu__nested-label{padding:.75rem 1rem;color:#fff;background-color:#14181c;justify-content:space-between;display:flex}.theme-dark .dds-dropdown-disabled{color:#fff}.theme-light .dds-floating-btn{cursor:pointer;position:relative;padding:.8125rem;box-shadow:0 .5rem 1rem #00000026;border:.0625rem solid #858b91;border-radius:50%;background-color:#fff;display:flex;flex-direction:row;align-items:center;justify-content:center}.theme-light .dds-floating-btn__icon{width:1.5rem;height:1.5rem;fill:#333d47}.theme-light .dds-floating-btn--primary{border-color:#e00842}.theme-light .dds-floating-btn--primary:hover{box-shadow:0 1rem 3rem #0000002d;background-color:#e008421a}.theme-light .dds-floating-btn--primary .dds-floating-btn__icon{fill:#e00842}.theme-light .dds-floating-btn--secondary{border-color:#858b91}.theme-light .dds-floating-btn--secondary:hover{box-shadow:0 1rem 3rem #0000002d;background-color:#f5f5f6}.theme-light .dds-floating-btn--secondary .dds-floating-btn__icon{fill:#333d47}.theme-dark .dds-floating-btn{cursor:pointer;position:relative;padding:.8125rem;box-shadow:0 .5rem 1rem #00000026;border:.0625rem solid #858b91;border-radius:50%;background-color:#14181c;display:flex;flex-direction:row;align-items:center;justify-content:center}.theme-dark .dds-floating-btn__icon{width:1.5rem;height:1.5rem;fill:#fff}.theme-dark .dds-floating-btn--primary{border-color:#e31f4e}.theme-dark .dds-floating-btn--primary:hover{box-shadow:0 1rem 3rem #0000002d;background-color:#e31f4e1a}.theme-dark .dds-floating-btn--primary .dds-floating-btn__icon{fill:#e31f4e}.theme-dark .dds-floating-btn--secondary{border-color:#858b91}.theme-dark .dds-floating-btn--secondary:hover{box-shadow:0 1rem 3rem #0000002d;background-color:#1f252b}.theme-dark .dds-floating-btn--secondary .dds-floating-btn__icon{fill:#fff}.theme-light .dds-font-icon{font-size:1.25rem;color:#333d47}.theme-light .dds-font-icon:before{display:inline-block}.theme-light .dds-font-icon--size-3{font-size:.75rem}.theme-light .dds-font-icon--size-4{font-size:1rem}.theme-light .dds-font-icon--size-5{font-size:1.25rem}.theme-light .dds-font-icon--size-6{font-size:1.5rem}.theme-light .dds-font-icon--size-7{font-size:2rem}.theme-light .dds-font-icon--size-9{font-size:3rem}.theme-light .dds-font-icon--size-11{font-size:3.5rem}.theme-light .dds-font-icon--color-default{color:#333d47}.theme-light .dds-font-icon--color-subdued{color:#666e75}.theme-light .dds-font-icon--color-disabled{color:#d6d8da}.theme-light .dds-font-icon--color-inverse,.theme-light .dds-font-icon--color-white{color:#fff}.theme-light .dds-font-icon--color-navyblue{color:#082065}.theme-light .dds-font-icon--color-digitalred{color:#e00842}.theme-light .dds-font-icon--color-yellow{color:#f7c926}.theme-light .dds-font-icon--color-cerise{color:#d40c74}.theme-light .dds-font-icon--color-blue{color:#0c6dd2}.theme-light .dds-font-icon--color-green{color:#229f64}.theme-dark .dds-font-icon{font-size:1.25rem;color:#fff}.theme-dark .dds-font-icon:before{display:inline-block}.theme-dark .dds-font-icon--size-3{font-size:.75rem}.theme-dark .dds-font-icon--size-4{font-size:1rem}.theme-dark .dds-font-icon--size-5{font-size:1.25rem}.theme-dark .dds-font-icon--size-6{font-size:1.5rem}.theme-dark .dds-font-icon--size-7{font-size:2rem}.theme-dark .dds-font-icon--size-9{font-size:3rem}.theme-dark .dds-font-icon--size-11{font-size:3.5rem}.theme-dark .dds-font-icon--color-default{color:#fff}.theme-dark .dds-font-icon--color-subdued{color:#858b91}.theme-dark .dds-font-icon--color-disabled,.theme-dark .dds-font-icon--color-inverse{color:#333d47}.theme-dark .dds-font-icon--color-white{color:#fff}.theme-dark .dds-font-icon--color-navyblue{color:#369aff}.theme-dark .dds-font-icon--color-digitalred{color:#e31f4e}.theme-dark .dds-font-icon--color-yellow{color:#ffd860}.theme-dark .dds-font-icon--color-cerise{color:#f15f7a}.theme-dark .dds-font-icon--color-blue{color:#369aff}.theme-dark .dds-font-icon--color-green{color:#1ebb71}.theme-light .dds-headline{color:#14181c}.theme-dark .dds-headline{color:#fff}.theme-light .dds-icon{display:inline-flex;width:1.5rem;height:1.5rem}.theme-light .dds-icon svg{width:100%;height:100%}.theme-light .dds-icon--size-3{width:.75rem;height:.75rem}.theme-light .dds-icon--size-4{width:1rem;height:1rem}.theme-light .dds-icon--size-5{width:1.25rem;height:1.25rem}.theme-light .dds-icon--size-6{width:1.5rem;height:1.5rem}.theme-light .dds-icon--size-7{width:2rem;height:2rem}.theme-light .dds-icon--size-9{width:3rem;height:3rem}.theme-light .dds-icon--size-11{width:3.5rem;height:3.5rem}.theme-light .dds-icon--default{fill:#333d47}.theme-light .dds-icon--subdued{fill:#666e75}.theme-light .dds-icon--disabled{fill:#d6d8da}.theme-light .dds-icon--inverse,.theme-light .dds-icon--white{fill:#fff}.theme-light .dds-icon--navyblue{fill:#082065}.theme-light .dds-icon--digitalred{fill:#e00842}.theme-light .dds-icon--yellow{fill:#f7c926}.theme-light .dds-icon--cerise{fill:#d40c74}.theme-light .dds-icon--blue{fill:#0c6dd2}.theme-light .dds-icon--green{fill:#229f64}.theme-dark .dds-icon{display:inline-flex;width:1.5rem;height:1.5rem}.theme-dark .dds-icon svg{width:100%;height:100%}.theme-dark .dds-icon--size-3{width:.75rem;height:.75rem}.theme-dark .dds-icon--size-4{width:1rem;height:1rem}.theme-dark .dds-icon--size-5{width:1.25rem;height:1.25rem}.theme-dark .dds-icon--size-6{width:1.5rem;height:1.5rem}.theme-dark .dds-icon--size-7{width:2rem;height:2rem}.theme-dark .dds-icon--size-9{width:3rem;height:3rem}.theme-dark .dds-icon--size-11{width:3.5rem;height:3.5rem}.theme-dark .dds-icon--default{fill:#fff}.theme-dark .dds-icon--subdued{fill:#858b91}.theme-dark .dds-icon--disabled,.theme-dark .dds-icon--inverse{fill:#333d47}.theme-dark .dds-icon--white{fill:#fff}.theme-dark .dds-icon--navyblue{fill:#369aff}.theme-dark .dds-icon--digitalred{fill:#e31f4e}.theme-dark .dds-icon--yellow{fill:#ffd860}.theme-dark .dds-icon--cerise{fill:#f15f7a}.theme-dark .dds-icon--blue{fill:#369aff}.theme-dark .dds-icon--green{fill:#1ebb71}.theme-light .dds-icon-button{cursor:pointer;display:inline-flex;overflow:hidden}.theme-light .dds-icon-button__button{display:inline-flex;justify-content:center;align-items:center;border-radius:.5rem;background-color:#f5f5f600;border:none;margin:0;padding:0;text-align:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}.theme-light .dds-icon-button--small,.theme-light .dds-icon-button--small .dds-icon-button__button{padding:.375rem}.theme-light .dds-icon-button--medium{padding:.125rem}.theme-light .dds-icon-button--medium .dds-icon-button__button{padding:.5rem}.theme-light .dds-icon-button--large{padding:0}.theme-light .dds-icon-button--large .dds-icon-button__button{padding:.5rem}.theme-light .dds-icon-button:hover:not(.dds-icon-button--disabled) .dds-icon-button__button{background-color:#14181c14}.theme-light .dds-icon-button--disabled,.theme-light .dds-icon-button--disabled .dds-icon-button__button{cursor:not-allowed}.theme-dark .dds-icon-button{cursor:pointer;display:inline-flex;overflow:hidden}.theme-dark .dds-icon-button__button{display:inline-flex;justify-content:center;align-items:center;border-radius:.5rem;background-color:#1f252b00;border:none;margin:0;padding:0;text-align:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}.theme-dark .dds-icon-button--small,.theme-dark .dds-icon-button--small .dds-icon-button__button{padding:.375rem}.theme-dark .dds-icon-button--medium{padding:.125rem}.theme-dark .dds-icon-button--medium .dds-icon-button__button{padding:.5rem}.theme-dark .dds-icon-button--large{padding:0}.theme-dark .dds-icon-button--large .dds-icon-button__button{padding:.5rem}.theme-dark .dds-icon-button:hover:not(.dds-icon-button--disabled) .dds-icon-button__button{background-color:#ffffff26}.theme-dark .dds-icon-button--disabled,.theme-dark .dds-icon-button--disabled .dds-icon-button__button{cursor:not-allowed}.theme-light .dds-image{width:100%;height:100%;display:inline-flex;justify-content:center;align-items:center}.theme-light .dds-image--circle{border-radius:50%}.theme-light .dds-image--square{border-radius:none}.theme-dark .dds-image{width:100%;height:100%;display:inline-flex;justify-content:center;align-items:center}.theme-dark .dds-image--circle{border-radius:50%}.theme-dark .dds-image--square{border-radius:none}.theme-light .form-control{display:block;width:100%;padding:.8125rem 1rem;font-size:1rem;debug:1rem;font-weight:400;line-height:1.5;color:#14181c;background-color:#fff;background-clip:padding-box;border:.0625rem solid #858b91;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.5rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.theme-light .form-control{transition:none}}.theme-light .form-control[type=file]{overflow:hidden}.theme-light .form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.theme-light .form-control:focus{color:#14181c;background-color:#fff;border-color:#082065;outline:0;box-shadow:0 0}.theme-light .form-control::-webkit-date-and-time-value{height:1.5em}.theme-light .form-control::placeholder{color:#666e75;opacity:1}.theme-light .form-control:disabled{color:#858b91;background-color:#ebeced;border-color:#d6d8da;opacity:1}.theme-light .form-control::file-selector-button{padding:.8125rem 1rem;margin:-.8125rem -1rem;margin-inline-end:1rem;color:#14181c;pointer-events:none;border:0 solid;border-color:inherit;border-inline-end-width:.0625rem;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.theme-light .form-control::file-selector-button{transition:none}}.theme-light .form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:shade-color(#e9ecef,5%)}.theme-light .form-control-plaintext{display:block;width:100%;padding:.8125rem 0;margin-bottom:0;line-height:1.5;color:#14181c;background-color:transparent;border:solid transparent;border-width:.0625rem 0}.theme-light .form-control-plaintext:focus{outline:0}.theme-light .form-control-plaintext.form-control-lg,.theme-light .form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.theme-light .form-control-sm{min-height:add(1.5em,add(.5rem,.125rem,false));padding:.25rem .5rem;font-size:.875rem;debug:.875rem;border-radius:.25rem}.theme-light .form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;margin-inline-end:.5rem}.theme-light .form-control-lg{min-height:add(1.5em,add(1rem,.125rem,false));padding:.5rem 1rem;font-size:1.25rem;debug:1.25rem;border-radius:1rem}.theme-light .form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;margin-inline-end:1rem}.theme-light textarea.form-control{min-height:add(1.5em,add(.75rem,.125rem,false))}.theme-light textarea.form-control-sm{min-height:add(1.5em,add(.5rem,.125rem,false))}.theme-light textarea.form-control-lg{min-height:add(1.5em,add(1rem,.125rem,false))}.theme-light .form-control-color{width:3rem;height:add(1.5em,add(.75rem,.125rem,false));padding:.8125rem}.theme-light .form-control-color:not(:disabled):not([readonly]){cursor:pointer}.theme-light .form-control-color::-moz-color-swatch{border:0!important;border-radius:.5rem}.theme-light .form-control-color::-webkit-color-swatch{border-radius:.5rem}.theme-light .form-control-color.form-control-sm{height:add(1.5em,add(.5rem,.125rem,false))}.theme-light .form-control-color.form-control-lg{height:add(1.5em,add(1rem,.125rem,false))}.theme-light .dds-input{display:flex;flex-direction:column;row-gap:.5rem}.theme-light .dds-input__wrapper{padding:.8125rem 1rem;display:flex;flex-direction:row;align-items:center;column-gap:.5rem;border:.0625rem solid #858b91;border-radius:.5rem;background-color:#fff}.theme-light .dds-input__wrapper:focus-within{border-color:#082065}.theme-light .dds-input__wrapper--error{border-color:#d40c74}.theme-light .dds-input__wrapper--error-text-subdued input.dds-input__wrapper__input{color:#666e75}.theme-light .dds-input__wrapper--disabled{color:#858b91;border-color:#d6d8da;background-color:#ebeced}.theme-light .dds-input__wrapper--disabled .dds-input__wrapper__input::placeholder{color:#858b91}.theme-light .dds-input__wrapper--disabled .dds-input__wrapper__text-prefix,.theme-light .dds-input__wrapper--disabled .dds-input__wrapper__text-suffix{color:#858b91!important}.theme-light .dds-input__wrapper--disabled .dds-input__wrapper__text-password{cursor:not-allowed;text-decoration:underline;color:#858b91!important}.theme-light .dds-input__wrapper--disabled .dds-input__wrapper__leading-icon,.theme-light .dds-input__wrapper--disabled .dds-input__wrapper__password-icon,.theme-light .dds-input__wrapper--disabled .dds-input__wrapper__trailing-icon{cursor:not-allowed}.theme-light .dds-input__wrapper__input{padding:0;flex:1;border:none;outline:none;background:transparent;color:#14181c}.theme-light .dds-input__wrapper__input::placeholder{color:#666e75}.theme-light .dds-input__wrapper__input::-webkit-datetime-edit-day-field,.theme-light .dds-input__wrapper__input::-webkit-datetime-edit-month-field,.theme-light .dds-input__wrapper__input::-webkit-datetime-edit-year-field{color:#14181c;text-transform:uppercase}.theme-light .dds-input__wrapper__input::-webkit-datetime-edit-text{color:#14181c}.theme-light .dds-input__wrapper__input::-webkit-calendar-picker-indicator{display:none}.theme-light .dds-input__wrapper__input--empty::-webkit-datetime-edit-day-field,.theme-light .dds-input__wrapper__input--empty::-webkit-datetime-edit-month-field,.theme-light .dds-input__wrapper__input--empty::-webkit-datetime-edit-year-field{color:#666e75!important}.theme-light .dds-input__wrapper__text-prefix,.theme-light .dds-input__wrapper__text-suffix{-webkit-user-select:none;user-select:none;color:#14181c!important}.theme-light .dds-input__wrapper__text-password{cursor:pointer;text-decoration:underline;color:#14181c!important}.theme-light .dds-input__wrapper__leading-icon,.theme-light .dds-input__wrapper__password-icon,.theme-light .dds-input__wrapper__trailing-icon{cursor:pointer}.theme-light .dds-input__hint-text{color:#666e75!important}.theme-light .dds-input__error-wrapper{display:flex;align-items:flex-start;column-gap:.25rem}.theme-light .dds-input__error-wrapper__error-icon{margin-top:.125rem;flex-shrink:0}.theme-light .dds-input__error-wrapper__error-message{color:#d40c74!important}.theme-light .dds-input-disabled{color:#14181c}.theme-dark .form-control{display:block;width:100%;padding:.8125rem 1rem;font-size:1rem;debug:1rem;font-weight:400;line-height:1.5;color:#fff;background-color:#14181c;background-clip:padding-box;border:.0625rem solid #858b91;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.5rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.theme-dark .form-control{transition:none}}.theme-dark .form-control[type=file]{overflow:hidden}.theme-dark .form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.theme-dark .form-control:focus{color:#fff;background-color:#14181c;border-color:#2469c1;outline:0;box-shadow:0 0}.theme-dark .form-control::-webkit-date-and-time-value{height:1.5em}.theme-dark .form-control::placeholder{color:#adb1b5;opacity:1}.theme-dark .form-control:disabled{color:#858b91;background-color:#1f252b;border-color:#333d47;opacity:1}.theme-dark .form-control::file-selector-button{padding:.8125rem 1rem;margin:-.8125rem -1rem;margin-inline-end:1rem;color:#14181c;pointer-events:none;border:0 solid;border-color:inherit;border-inline-end-width:.0625rem;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.theme-dark .form-control::file-selector-button{transition:none}}.theme-dark .form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:shade-color(#e9ecef,5%)}.theme-dark .form-control-plaintext{display:block;width:100%;padding:.8125rem 0;margin-bottom:0;line-height:1.5;color:#fff;background-color:transparent;border:solid transparent;border-width:.0625rem 0}.theme-dark .form-control-plaintext:focus{outline:0}.theme-dark .form-control-plaintext.form-control-lg,.theme-dark .form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.theme-dark .form-control-sm{min-height:add(1.5em,add(.5rem,.125rem,false));padding:.25rem .5rem;font-size:.875rem;debug:.875rem;border-radius:.25rem}.theme-dark .form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;margin-inline-end:.5rem}.theme-dark .form-control-lg{min-height:add(1.5em,add(1rem,.125rem,false));padding:.5rem 1rem;font-size:1.25rem;debug:1.25rem;border-radius:1rem}.theme-dark .form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;margin-inline-end:1rem}.theme-dark textarea.form-control{min-height:add(1.5em,add(.75rem,.125rem,false))}.theme-dark textarea.form-control-sm{min-height:add(1.5em,add(.5rem,.125rem,false))}.theme-dark textarea.form-control-lg{min-height:add(1.5em,add(1rem,.125rem,false))}.theme-dark .form-control-color{width:3rem;height:add(1.5em,add(.75rem,.125rem,false));padding:.8125rem}.theme-dark .form-control-color:not(:disabled):not([readonly]){cursor:pointer}.theme-dark .form-control-color::-moz-color-swatch{border:0!important;border-radius:.5rem}.theme-dark .form-control-color::-webkit-color-swatch{border-radius:.5rem}.theme-dark .form-control-color.form-control-sm{height:add(1.5em,add(.5rem,.125rem,false))}.theme-dark .form-control-color.form-control-lg{height:add(1.5em,add(1rem,.125rem,false))}.theme-dark .dds-input{display:flex;flex-direction:column;row-gap:.5rem}.theme-dark .dds-input__wrapper{padding:.8125rem 1rem;display:flex;flex-direction:row;align-items:center;column-gap:.5rem;border:.0625rem solid #858b91;border-radius:.5rem;background-color:#14181c}.theme-dark .dds-input__wrapper:focus-within{border-color:#2469c1}.theme-dark .dds-input__wrapper--error{border-color:#f15f7a}.theme-dark .dds-input__wrapper--error-text-subdued input.dds-input__wrapper__input{color:#adb1b5}.theme-dark .dds-input__wrapper--disabled{color:#858b91;border-color:#333d47;background-color:#1f252b}.theme-dark .dds-input__wrapper--disabled .dds-input__wrapper__input::placeholder{color:#858b91}.theme-dark .dds-input__wrapper--disabled .dds-input__wrapper__text-prefix,.theme-dark .dds-input__wrapper--disabled .dds-input__wrapper__text-suffix{color:#858b91!important}.theme-dark .dds-input__wrapper--disabled .dds-input__wrapper__text-password{cursor:not-allowed;text-decoration:underline;color:#858b91!important}.theme-dark .dds-input__wrapper--disabled .dds-input__wrapper__leading-icon,.theme-dark .dds-input__wrapper--disabled .dds-input__wrapper__password-icon,.theme-dark .dds-input__wrapper--disabled .dds-input__wrapper__trailing-icon{cursor:not-allowed}.theme-dark .dds-input__wrapper__input{padding:0;flex:1;border:none;outline:none;background:transparent;color:#fff}.theme-dark .dds-input__wrapper__input::placeholder{color:#adb1b5}.theme-dark .dds-input__wrapper__input::-webkit-datetime-edit-day-field,.theme-dark .dds-input__wrapper__input::-webkit-datetime-edit-month-field,.theme-dark .dds-input__wrapper__input::-webkit-datetime-edit-year-field{color:#fff;text-transform:uppercase}.theme-dark .dds-input__wrapper__input::-webkit-datetime-edit-text{color:#fff}.theme-dark .dds-input__wrapper__input::-webkit-calendar-picker-indicator{display:none}.theme-dark .dds-input__wrapper__input--empty::-webkit-datetime-edit-day-field,.theme-dark .dds-input__wrapper__input--empty::-webkit-datetime-edit-month-field,.theme-dark .dds-input__wrapper__input--empty::-webkit-datetime-edit-year-field{color:#adb1b5!important}.theme-dark .dds-input__wrapper__text-prefix,.theme-dark .dds-input__wrapper__text-suffix{-webkit-user-select:none;user-select:none;color:#fff!important}.theme-dark .dds-input__wrapper__text-password{cursor:pointer;text-decoration:underline;color:#fff!important}.theme-dark .dds-input__wrapper__leading-icon,.theme-dark .dds-input__wrapper__password-icon,.theme-dark .dds-input__wrapper__trailing-icon{cursor:pointer}.theme-dark .dds-input__hint-text{color:#adb1b5!important}.theme-dark .dds-input__error-wrapper{display:flex;align-items:flex-start;column-gap:.25rem}.theme-dark .dds-input__error-wrapper__error-icon{margin-top:.125rem;flex-shrink:0}.theme-dark .dds-input__error-wrapper__error-message{color:#f15f7a!important}.theme-dark .dds-input-disabled{color:#fff}.theme-light .dds-label__label{color:#14181c}.theme-dark .dds-label__label{color:#fff}.theme-light .react-loading-skeleton{background-color:#ebeced;border-radius:.25rem}.theme-light .react-loading-skeleton:after{background-image:linear-gradient(90deg,#ebeced,#fff,#ebeced)}.theme-dark .react-loading-skeleton{background-color:#1f252b;border-radius:.25rem}.theme-dark .react-loading-skeleton:after{background-image:linear-gradient(90deg,#1f252b,#14181c,#1f252b)}.dds-map-wrapper{width:100%;height:100vh}.theme-light .dds-rating{display:inline-flex;flex-direction:column;row-gap:.5rem}.theme-light .dds-rating__rating-container{display:flex;flex-direction:row;column-gap:.75rem}.theme-light .dds-rating__rating-container__star{cursor:pointer}.theme-light .dds-rating__rating-container__star:focus,.theme-light .dds-rating__rating-container__star:hover,.theme-light .dds-rating__rating-container__star__precedent:has(+.dds-rating__rating-container__star__precedent:hover){opacity:.5}.theme-light .dds-rating__rating-container__icon{cursor:pointer}.theme-light .dds-rating__rating-container__icon:focus,.theme-light .dds-rating__rating-container__icon:hover{opacity:.6}.theme-light .dds-rating__rating-container__icon.active:focus,.theme-light .dds-rating__rating-container__icon.active:hover{opacity:.7}.theme-light .dds-rating__rating-container__box{cursor:pointer;padding:1rem .75rem;width:3rem;height:3rem;display:inline-flex;justify-content:center;align-items:center;border:.0625rem solid #858b91;border-radius:.5rem;background-color:#fff}.theme-light .dds-rating__rating-container__box__label{color:#14181c}.theme-light .dds-rating__rating-container__box:hover{background-color:#f5f5f6}.theme-light .dds-rating__rating-container__box--active{border-color:#082065;background-color:#08206514}.theme-light .dds-rating__rating-container__box--active .dds-rating__rating-container__box__label{color:#082065}.theme-light .dds-rating__rating-container__box--active:hover{background-color:#08206526}.theme-light .dds-rating__label-container{display:flex;flex-direction:row;justify-content:space-between}.theme-light .dds-rating__label-container__label{color:#14181c}.theme-light .dds-rating--numeric-dynamic{min-width:18rem;width:100%;max-width:35.25rem}.theme-light .dds-rating--numeric-dynamic .dds-rating__rating-container{column-gap:.25rem}.theme-light .dds-rating--numeric-dynamic .dds-rating__rating-container__box{flex:1;min-width:0;width:auto}.theme-dark .dds-rating{display:inline-flex;flex-direction:column;row-gap:.5rem}.theme-dark .dds-rating__rating-container{display:flex;flex-direction:row;column-gap:.75rem}.theme-dark .dds-rating__rating-container__star{cursor:pointer}.theme-dark .dds-rating__rating-container__star:focus,.theme-dark .dds-rating__rating-container__star:hover,.theme-dark .dds-rating__rating-container__star__precedent:has(+.dds-rating__rating-container__star__precedent:hover){opacity:.5}.theme-dark .dds-rating__rating-container__icon{cursor:pointer}.theme-dark .dds-rating__rating-container__icon:focus,.theme-dark .dds-rating__rating-container__icon:hover{opacity:.6}.theme-dark .dds-rating__rating-container__icon.active:focus,.theme-dark .dds-rating__rating-container__icon.active:hover{opacity:.7}.theme-dark .dds-rating__rating-container__box{cursor:pointer;padding:1rem .75rem;width:3rem;height:3rem;display:inline-flex;justify-content:center;align-items:center;border:.0625rem solid #858b91;border-radius:.5rem;background-color:#14181c}.theme-dark .dds-rating__rating-container__box__label{color:#fff}.theme-dark .dds-rating__rating-container__box:hover{background-color:#1f252b}.theme-dark .dds-rating__rating-container__box--active{border-color:#2469c1;background-color:#2469c126}.theme-dark .dds-rating__rating-container__box--active .dds-rating__rating-container__box__label{color:#369aff}.theme-dark .dds-rating__rating-container__box--active:hover{background-color:#2469c140}.theme-dark .dds-rating__label-container{display:flex;flex-direction:row;justify-content:space-between}.theme-dark .dds-rating__label-container__label{color:#fff}.theme-dark .dds-rating--numeric-dynamic{min-width:18rem;width:100%;max-width:35.25rem}.theme-dark .dds-rating--numeric-dynamic .dds-rating__rating-container{column-gap:.25rem}.theme-dark .dds-rating--numeric-dynamic .dds-rating__rating-container__box{flex:1;min-width:0;width:auto}.theme-light .form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.theme-light .form-check .form-check-input{float:left;margin-left:-1.5em}.theme-light .form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.theme-light .form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}.theme-light .form-check-input{width:1.25rem;height:1.25rem;margin-top:.125rem;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:50%;background-size:contain;border:.0625rem solid #858b91;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;print-color-adjust:exact}.theme-light .form-check-input[type=checkbox]{border-radius:.25rem}.theme-light .form-check-input[type=radio]{border-radius:50%}.theme-light .form-check-input:active{filter:brightness(90%)}.theme-light .form-check-input:focus{border-color:#858b91;outline:0;box-shadow:0 0}.theme-light .form-check-input:checked{background-color:#082065;border-color:#082065}.theme-light .form-check-input:checked[type=checkbox]{background-image:url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="%23ffffff"%3e%3cpath d="M26.44 8.285a2.135 2.135 0 1 1 3.018 3.02L15.151 25.611a2.135 2.135 0 0 1-3.02 0L5.21 18.689a2.135 2.135 0 1 1 3.019-3.019l5.413 5.414L26.44 8.285Z"/%3e%3c/svg%3e')}.theme-light .form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e")}.theme-light .form-check-input[type=checkbox]:indeterminate{background-color:#082065;border-color:#082065}.theme-light .form-check-input:disabled{pointer-events:none;filter:none;opacity:1}.theme-light .form-check-input:disabled~.form-check-label,.theme-light .form-check-input[disabled]~.form-check-label{cursor:default;opacity:1}.theme-light .form-switch{padding-left:2.5em}.theme-light .form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-position:0;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.theme-light .form-switch .form-check-input{transition:none}}.theme-light .form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='tint-color%28%23d31145, 50%%29'/%3e%3c/svg%3e")}.theme-light .form-switch .form-check-input:checked{background-position:100%;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e")}.theme-light .form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.theme-light .form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.theme-light .form-check-inline{display:inline-block;margin-right:1rem}.theme-light .btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.theme-light .btn-check:disabled+.btn,.theme-light .btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}.theme-light .dds-single-checkbox{cursor:pointer;background-size:1rem 1rem;background-position:50%;width:1.25rem;height:1.25rem;vertical-align:top;background-color:#fff;background-repeat:no-repeat;border:.0625rem solid #858b91;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;filter:none;pointer-events:auto}.theme-light .dds-single-checkbox:focus{border-color:#858b91;outline:0;box-shadow:0 0}.theme-light .dds-single-checkbox:checked{border-color:#082065;background-color:#082065;background-image:url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="%23ffffff"%3e%3cpath d="M26.44 8.285a2.135 2.135 0 1 1 3.018 3.02L15.151 25.611a2.135 2.135 0 0 1-3.02 0L5.21 18.689a2.135 2.135 0 1 1 3.019-3.019l5.413 5.414L26.44 8.285Z"/%3e%3c/svg%3e')}.theme-light .dds-single-checkbox:indeterminate{border-color:#082065;background-color:#082065;background-image:url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="%23ffffff"%3e%3cpath fill-rule="evenodd" d="M8 16c0-.828.413-1.5.923-1.5h14.154c.51 0 .923.672.923 1.5s-.413 1.5-.923 1.5H8.923C8.413 17.5 8 16.828 8 16Z" clip-rule="evenodd"/%3e%3c/svg%3e')}.theme-light .dds-single-checkbox:disabled:not(:checked,:indeterminate){cursor:not-allowed;border-color:#d6d8da!important;background-color:#ebeced!important}.theme-light .dds-single-checkbox:disabled:checked{cursor:not-allowed;border-color:#adb1b5;background-color:#adb1b5;background-image:url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="%23d6d8da"%3e%3cpath d="M26.44 8.285a2.135 2.135 0 1 1 3.018 3.02L15.151 25.611a2.135 2.135 0 0 1-3.02 0L5.21 18.689a2.135 2.135 0 1 1 3.019-3.019l5.413 5.414L26.44 8.285Z"/%3e%3c/svg%3e')}.theme-light .dds-single-checkbox:disabled:indeterminate{cursor:not-allowed;border-color:#adb1b5;background-color:#adb1b5;background-image:url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="%23d6d8da"%3e%3cpath fill-rule="evenodd" d="M5.845 14.677c.218-.354.585-.677 1.078-.677h18.154c.493 0 .86.323 1.078.677.223.363.345.832.345 1.323s-.122.96-.345 1.323c-.218.354-.585.677-1.078.677H6.923c-.493 0-.86-.323-1.078-.677C5.622 16.96 5.5 16.49 5.5 16c0-.492.122-.96.345-1.323Z" clip-rule="evenodd"/%3e%3c/svg%3e')}.theme-dark .form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.theme-dark .form-check .form-check-input{float:left;margin-left:-1.5em}.theme-dark .form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.theme-dark .form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}.theme-dark .form-check-input{width:1.25rem;height:1.25rem;margin-top:.125rem;vertical-align:top;background-color:#14181c;background-repeat:no-repeat;background-position:50%;background-size:contain;border:.0625rem solid #858b91;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;print-color-adjust:exact}.theme-dark .form-check-input[type=checkbox]{border-radius:.25rem}.theme-dark .form-check-input[type=radio]{border-radius:50%}.theme-dark .form-check-input:active{filter:brightness(90%)}.theme-dark .form-check-input:focus{border-color:#858b91;outline:0;box-shadow:0 0}.theme-dark .form-check-input:checked{background-color:#2469c1;border-color:#2469c1}.theme-dark .form-check-input:checked[type=checkbox]{background-image:url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="%23ffffff"%3e%3cpath d="M26.44 8.285a2.135 2.135 0 1 1 3.018 3.02L15.151 25.611a2.135 2.135 0 0 1-3.02 0L5.21 18.689a2.135 2.135 0 1 1 3.019-3.019l5.413 5.414L26.44 8.285Z"/%3e%3c/svg%3e')}.theme-dark .form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e")}.theme-dark .form-check-input[type=checkbox]:indeterminate{background-color:#2469c1;border-color:#2469c1}.theme-dark .form-check-input:disabled{pointer-events:none;filter:none;opacity:1}.theme-dark .form-check-input:disabled~.form-check-label,.theme-dark .form-check-input[disabled]~.form-check-label{cursor:default;opacity:1}.theme-dark .form-switch{padding-left:2.5em}.theme-dark .form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-position:0;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.theme-dark .form-switch .form-check-input{transition:none}}.theme-dark .form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='tint-color%28%23d31145, 50%%29'/%3e%3c/svg%3e")}.theme-dark .form-switch .form-check-input:checked{background-position:100%;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e")}.theme-dark .form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.theme-dark .form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.theme-dark .form-check-inline{display:inline-block;margin-right:1rem}.theme-dark .btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.theme-dark .btn-check:disabled+.btn,.theme-dark .btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}.theme-dark .dds-single-checkbox{cursor:pointer;background-size:1rem 1rem;background-position:50%;width:1.25rem;height:1.25rem;vertical-align:top;background-color:#14181c;background-repeat:no-repeat;border:.0625rem solid #858b91;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;filter:none;pointer-events:auto}.theme-dark .dds-single-checkbox:focus{border-color:#858b91;outline:0;box-shadow:0 0}.theme-dark .dds-single-checkbox:checked{border-color:#2469c1;background-color:#2469c1;background-image:url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="%23ffffff"%3e%3cpath d="M26.44 8.285a2.135 2.135 0 1 1 3.018 3.02L15.151 25.611a2.135 2.135 0 0 1-3.02 0L5.21 18.689a2.135 2.135 0 1 1 3.019-3.019l5.413 5.414L26.44 8.285Z"/%3e%3c/svg%3e')}.theme-dark .dds-single-checkbox:indeterminate{border-color:#2469c1;background-color:#2469c1;background-image:url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="%23ffffff"%3e%3cpath fill-rule="evenodd" d="M8 16c0-.828.413-1.5.923-1.5h14.154c.51 0 .923.672.923 1.5s-.413 1.5-.923 1.5H8.923C8.413 17.5 8 16.828 8 16Z" clip-rule="evenodd"/%3e%3c/svg%3e')}.theme-dark .dds-single-checkbox:disabled:not(:checked,:indeterminate){cursor:not-allowed;border-color:#333d47!important;background-color:#1f252b!important}.theme-dark .dds-single-checkbox:disabled:checked{cursor:not-allowed;border-color:#858b91;background-color:#858b91;background-image:url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="%23333d47"%3e%3cpath d="M26.44 8.285a2.135 2.135 0 1 1 3.018 3.02L15.151 25.611a2.135 2.135 0 0 1-3.02 0L5.21 18.689a2.135 2.135 0 1 1 3.019-3.019l5.413 5.414L26.44 8.285Z"/%3e%3c/svg%3e')}.theme-dark .dds-single-checkbox:disabled:indeterminate{cursor:not-allowed;border-color:#858b91;background-color:#858b91;background-image:url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="%23333d47"%3e%3cpath fill-rule="evenodd" d="M5.845 14.677c.218-.354.585-.677 1.078-.677h18.154c.493 0 .86.323 1.078.677.223.363.345.832.345 1.323s-.122.96-.345 1.323c-.218.354-.585.677-1.078.677H6.923c-.493 0-.86-.323-1.078-.677C5.622 16.96 5.5 16.49 5.5 16c0-.492.122-.96.345-1.323Z" clip-rule="evenodd"/%3e%3c/svg%3e')}.theme-light .dds-single-radio{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1.25rem;height:1.25rem;border-radius:50%;border:.0625rem solid #858b91;accent-color:transparent;background-color:transparent}.theme-light .dds-single-radio:checked:not(:disabled){border-color:#082065;accent-color:#082065;background-color:#082065;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3ccircle cx='50%' cy='50%' r='3' fill='%23ffffff'/%3e%3c/svg%3e")!important}.theme-light .dds-single-radio:disabled:not(:checked){cursor:not-allowed;pointer-events:auto;border-color:#d6d8da;accent-color:#ebeced;background-color:#ebeced}.theme-light .dds-single-radio:disabled:checked{cursor:not-allowed;pointer-events:auto;border-color:#adb1b5;accent-color:#adb1b5;background-color:#adb1b5;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3ccircle cx='50%' cy='50%' r='3' fill='%23d6d8da'/%3e%3c/svg%3e")!important}.theme-dark .dds-single-radio{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1.25rem;height:1.25rem;border-radius:50%;border:.0625rem solid #858b91;accent-color:transparent;background-color:transparent}.theme-dark .dds-single-radio:checked:not(:disabled){border-color:#2469c1;accent-color:#2469c1;background-color:#2469c1;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3ccircle cx='50%' cy='50%' r='3' fill='%23ffffff'/%3e%3c/svg%3e")!important}.theme-dark .dds-single-radio:disabled:not(:checked){cursor:not-allowed;pointer-events:auto;border-color:#333d47;accent-color:#1f252b;background-color:#1f252b}.theme-dark .dds-single-radio:disabled:checked{cursor:not-allowed;pointer-events:auto;border-color:#858b91;accent-color:#858b91;background-color:#858b91;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3ccircle cx='50%' cy='50%' r='3' fill='%23333d47'/%3e%3c/svg%3e")!important}.theme-light .dds-switch{position:relative;display:inline-block;width:3rem;height:1.5rem}.theme-light .dds-switch__slider{position:absolute;top:0;right:0;bottom:0;left:0;transition:all .4s;border-radius:6.25rem}.theme-light .dds-switch__slider:before{position:absolute;content:"";left:.125rem;bottom:.125rem;width:1.25rem;height:1.25rem;transition:transform .4s;border-radius:50%;background-repeat:no-repeat;background-size:1.25rem 1.25rem;background-position:50%}.theme-light .dds-switch__input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.theme-light .dds-switch__input+.dds-switch__slider{cursor:pointer;background-color:#adb1b5}.theme-light .dds-switch__input+.dds-switch__slider:before{background-color:#fff}.theme-light .dds-switch__input:disabled+.dds-switch__slider{cursor:not-allowed;background-color:#d6d8da}.theme-light .dds-switch__input:disabled+.dds-switch__slider:before{background-color:#fff}.theme-light .dds-switch__input:checked+.dds-switch__slider{cursor:pointer;background-color:#082065}.theme-light .dds-switch__input:checked+.dds-switch__slider:before{transform:translate(1.5rem);background-color:transparent;background-image:url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="%23ffffff"%3e%3cpath xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" d="M10 0C4.477 0 0 4.477 0 10s4.477 10 10 10 10-4.477 10-10S15.523 0 10 0Zm6.437 6.143a1.067 1.067 0 0 0-1.509 0l-6.4 6.399-2.706-2.707a1.067 1.067 0 1 0-1.51 1.51l3.462 3.46a1.067 1.067 0 0 0 1.51 0l7.153-7.153a1.067 1.067 0 0 0 0-1.51Z" clip-rule="evenodd"/%3e%3c/svg%3e')}.theme-light .dds-switch__input:checked:disabled+.dds-switch__slider{cursor:not-allowed;background-color:#d6d8da}.theme-light .dds-switch__input:checked:disabled+.dds-switch__slider:before{background-color:transparent;background-image:url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="%23ffffff"%3e%3cpath xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" d="M10 0C4.477 0 0 4.477 0 10s4.477 10 10 10 10-4.477 10-10S15.523 0 10 0Zm6.437 6.143a1.067 1.067 0 0 0-1.509 0l-6.4 6.399-2.706-2.707a1.067 1.067 0 1 0-1.51 1.51l3.462 3.46a1.067 1.067 0 0 0 1.51 0l7.153-7.153a1.067 1.067 0 0 0 0-1.51Z" clip-rule="evenodd"/%3e%3c/svg%3e')}.theme-dark .dds-switch{position:relative;display:inline-block;width:3rem;height:1.5rem}.theme-dark .dds-switch__slider{position:absolute;top:0;right:0;bottom:0;left:0;transition:all .4s;border-radius:6.25rem}.theme-dark .dds-switch__slider:before{position:absolute;content:"";left:.125rem;bottom:.125rem;width:1.25rem;height:1.25rem;transition:transform .4s;border-radius:50%;background-repeat:no-repeat;background-size:1.25rem 1.25rem;background-position:50%}.theme-dark .dds-switch__input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.theme-dark .dds-switch__input+.dds-switch__slider{cursor:pointer;background-color:#858b91}.theme-dark .dds-switch__input+.dds-switch__slider:before{background-color:#fff}.theme-dark .dds-switch__input:disabled+.dds-switch__slider{cursor:not-allowed;background-color:#333d47}.theme-dark .dds-switch__input:disabled+.dds-switch__slider:before{background-color:#4f5860}.theme-dark .dds-switch__input:checked+.dds-switch__slider{cursor:pointer;background-color:#2469c1}.theme-dark .dds-switch__input:checked+.dds-switch__slider:before{transform:translate(1.5rem);background-color:transparent;background-image:url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="%23ffffff"%3e%3cpath xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" d="M10 0C4.477 0 0 4.477 0 10s4.477 10 10 10 10-4.477 10-10S15.523 0 10 0Zm6.437 6.143a1.067 1.067 0 0 0-1.509 0l-6.4 6.399-2.706-2.707a1.067 1.067 0 1 0-1.51 1.51l3.462 3.46a1.067 1.067 0 0 0 1.51 0l7.153-7.153a1.067 1.067 0 0 0 0-1.51Z" clip-rule="evenodd"/%3e%3c/svg%3e')}.theme-dark .dds-switch__input:checked:disabled+.dds-switch__slider{cursor:not-allowed;background-color:#333d47}.theme-dark .dds-switch__input:checked:disabled+.dds-switch__slider:before{background-color:transparent;background-image:url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="%234f5860"%3e%3cpath xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" d="M10 0C4.477 0 0 4.477 0 10s4.477 10 10 10 10-4.477 10-10S15.523 0 10 0Zm6.437 6.143a1.067 1.067 0 0 0-1.509 0l-6.4 6.399-2.706-2.707a1.067 1.067 0 1 0-1.51 1.51l3.462 3.46a1.067 1.067 0 0 0 1.51 0l7.153-7.153a1.067 1.067 0 0 0 0-1.51Z" clip-rule="evenodd"/%3e%3c/svg%3e')}.theme-light .dds-tab{cursor:pointer;padding:1rem;min-width:4rem;box-sizing:border-box;display:inline-flex;flex-direction:column;row-gap:0;align-items:center;justify-content:flex-end;text-align:center;border-bottom:.125rem solid #ebeced}.theme-light .dds-tab__title{color:#666e75!important}.theme-light .dds-tab:hover{text-decoration:none!important;border-bottom-color:#ebeced}.theme-light .dds-tab:hover .dds-tab__title{color:#14181c!important}.theme-light .dds-tab--active,.theme-light .dds-tab:active{border-bottom-color:#e00842!important}.theme-light .dds-tab--active .dds-tab__title,.theme-light .dds-tab:active .dds-tab__title{color:#14181c!important}.theme-light .dds-tab--with-background{background-color:#fff}.theme-light .dds-tab--with-background.dds-tab--active:hover,.theme-light .dds-tab--with-background.dds-tab:active:hover,.theme-light .dds-tab--with-background:hover{background-color:#f5f5f6}.theme-dark .dds-tab{cursor:pointer;padding:1rem;min-width:4rem;box-sizing:border-box;display:inline-flex;flex-direction:column;row-gap:0;align-items:center;justify-content:flex-end;text-align:center;border-bottom:.125rem solid #1f252b}.theme-dark .dds-tab__title{color:#adb1b5!important}.theme-dark .dds-tab:hover{text-decoration:none!important;border-bottom-color:#1f252b}.theme-dark .dds-tab:hover .dds-tab__title{color:#fff!important}.theme-dark .dds-tab--active,.theme-dark .dds-tab:active{border-bottom-color:#e31f4e!important}.theme-dark .dds-tab--active .dds-tab__title,.theme-dark .dds-tab:active .dds-tab__title{color:#fff!important}.theme-dark .dds-tab--with-background{background-color:#14181c}.theme-dark .dds-tab--with-background.dds-tab--active:hover,.theme-dark .dds-tab--with-background.dds-tab:active:hover,.theme-dark .dds-tab--with-background:hover{background-color:#1f252b}.theme-light .dds-tag{padding:.125rem .5rem;display:inline-flex;flex-direction:row;align-items:center;justify-content:center;border-radius:6.25rem}.theme-light .dds-tag__icon{display:flex;align-items:center}.theme-light .dds-tag--warmgrey{background-color:#edeae7}.theme-light .dds-tag--warmgrey .dds-tag__label{color:#4b4845}.theme-light .dds-tag--salmon{background-color:#ffe4e7}.theme-light .dds-tag--salmon .dds-tag__label{color:#bf342b}.theme-light .dds-tag--salmon-bold{background-color:#cd4950}.theme-light .dds-tag--salmon-bold .dds-tag__label{color:#fff}.theme-light .dds-tag--digitalred{background-color:#e00842}.theme-light .dds-tag--digitalred .dds-tag__label{color:#fff}.theme-dark .dds-tag{padding:.125rem .5rem;display:inline-flex;flex-direction:row;align-items:center;justify-content:center;border-radius:6.25rem}.theme-dark .dds-tag__icon{display:flex;align-items:center}.theme-dark .dds-tag--warmgrey{background-color:#282625}.theme-dark .dds-tag--warmgrey .dds-tag__label{color:#dfd4ca}.theme-dark .dds-tag--salmon{background-color:#2c1c1d}.theme-dark .dds-tag--salmon .dds-tag__label{color:#ff959d}.theme-dark .dds-tag--salmon-bold{background-color:#cd4950}.theme-dark .dds-tag--salmon-bold .dds-tag__label{color:#fff}.theme-dark .dds-tag--digitalred{background-color:#e31f4e}.theme-dark .dds-tag--digitalred .dds-tag__label{color:#fff}.theme-light .dds-textarea{display:flex;flex-direction:column;row-gap:.5rem}.theme-light .dds-textarea__wrapper{padding:.75rem 1rem .5rem;height:8rem;display:flex;flex-direction:column;row-gap:.25rem;border:.0625rem solid #858b91;border-radius:.5rem;background-color:#fff}.theme-light .dds-textarea__wrapper:focus-within{border-color:#082065}.theme-light .dds-textarea__wrapper--error{border-color:#d40c74}.theme-light .dds-textarea__wrapper--error textarea.dds-textarea__wrapper__textarea{color:#666e75}.theme-light .dds-textarea__wrapper--disabled{color:#858b91;border-color:#d6d8da;background-color:#ebeced}.theme-light .dds-textarea__wrapper__textarea{flex:1;border:none;outline:none;background:transparent;color:#14181c;resize:none}.theme-light .dds-textarea__wrapper__textarea::placeholder{color:#666e75}.theme-light .dds-textarea__wrapper__textarea::-webkit-scrollbar{width:.25rem}.theme-light .dds-textarea__wrapper__textarea::-webkit-scrollbar-track{border-radius:.25rem;background-color:#ebeced}.theme-light .dds-textarea__wrapper__textarea::-webkit-scrollbar-thumb{border-radius:.25rem;background-color:#adb1b5}.theme-light .dds-textarea__wrapper__text-length{-webkit-user-select:none;user-select:none;text-align:end;color:#666e75!important}.theme-light .dds-textarea__hint-text{color:#666e75!important}.theme-light .dds-textarea__error-wrapper{display:flex;align-items:flex-start;column-gap:.25rem}.theme-light .dds-textarea__error-wrapper__error-icon{margin-top:.125rem;flex-shrink:0}.theme-light .dds-textarea__error-wrapper__error-message{color:#d40c74!important}.theme-light .dds-textarea-disabled{color:#14181c}.theme-dark .dds-textarea{display:flex;flex-direction:column;row-gap:.5rem}.theme-dark .dds-textarea__wrapper{padding:.75rem 1rem .5rem;height:8rem;display:flex;flex-direction:column;row-gap:.25rem;border:.0625rem solid #858b91;border-radius:.5rem;background-color:#14181c}.theme-dark .dds-textarea__wrapper:focus-within{border-color:#2469c1}.theme-dark .dds-textarea__wrapper--error{border-color:#f15f7a}.theme-dark .dds-textarea__wrapper--error textarea.dds-textarea__wrapper__textarea{color:#adb1b5}.theme-dark .dds-textarea__wrapper--disabled{color:#858b91;border-color:#333d47;background-color:#1f252b}.theme-dark .dds-textarea__wrapper__textarea{flex:1;border:none;outline:none;background:transparent;color:#fff;resize:none}.theme-dark .dds-textarea__wrapper__textarea::placeholder{color:#adb1b5}.theme-dark .dds-textarea__wrapper__textarea::-webkit-scrollbar{width:.25rem}.theme-dark .dds-textarea__wrapper__textarea::-webkit-scrollbar-track{border-radius:.25rem;background-color:#1f252b}.theme-dark .dds-textarea__wrapper__textarea::-webkit-scrollbar-thumb{border-radius:.25rem;background-color:#858b91}.theme-dark .dds-textarea__wrapper__text-length{-webkit-user-select:none;user-select:none;text-align:end;color:#adb1b5!important}.theme-dark .dds-textarea__hint-text{color:#adb1b5!important}.theme-dark .dds-textarea__error-wrapper{display:flex;align-items:flex-start;column-gap:.25rem}.theme-dark .dds-textarea__error-wrapper__error-icon{margin-top:.125rem;flex-shrink:0}.theme-dark .dds-textarea__error-wrapper__error-message{color:#f15f7a!important}.theme-dark .dds-textarea-disabled{color:#fff}.theme-light .dds-toggle__button{cursor:pointer;padding:.8125rem .75rem;min-width:9rem;display:inline-flex;justify-content:center;align-items:center;border:.0625rem solid #858b91;border-radius:.5rem;background-color:#fff;color:#14181c}.theme-light .dds-toggle__button__label{color:#14181c}.theme-light .dds-toggle__button:hover{border-color:#858b91;background-color:#f5f5f6;color:#14181c}.theme-light .dds-toggle__button:hover .dds-toggle__button__label{color:#14181c}.theme-light .dds-toggle__check:checked+.dds-toggle__button{border-color:#082065;background-color:#08206514;color:#082065}.theme-light .dds-toggle__check:checked+.dds-toggle__button .dds-toggle__button__label{color:#082065}.theme-light .dds-toggle__check:checked+.dds-toggle__button:hover{border-color:#082065;background-color:#08206526;color:#082065}.theme-light .dds-toggle__check:checked+.dds-toggle__button:hover .dds-toggle__button__label{color:#082065}.theme-dark .dds-toggle__button{cursor:pointer;padding:.8125rem .75rem;min-width:9rem;display:inline-flex;justify-content:center;align-items:center;border:.0625rem solid #858b91;border-radius:.5rem;background-color:#14181c;color:#fff}.theme-dark .dds-toggle__button__label{color:#fff}.theme-dark .dds-toggle__button:hover{border-color:#858b91;background-color:#1f252b;color:#fff}.theme-dark .dds-toggle__button:hover .dds-toggle__button__label{color:#fff}.theme-dark .dds-toggle__check:checked+.dds-toggle__button{border-color:#2469c1;background-color:#2469c126;color:#369aff}.theme-dark .dds-toggle__check:checked+.dds-toggle__button .dds-toggle__button__label{color:#369aff}.theme-dark .dds-toggle__check:checked+.dds-toggle__button:hover{border-color:#2469c1;background-color:#2469c140;color:#369aff}.theme-dark .dds-toggle__check:checked+.dds-toggle__button:hover .dds-toggle__button__label{color:#369aff}.theme-light .dds-tooltip{padding-left:0;padding-right:0;position:absolute;display:none}.theme-light .dds-tooltip .tooltip-inner{max-width:16rem;background-color:#333d47;padding:.5rem .75rem;border-radius:.25rem;box-shadow:none;text-align:left;color:#fff}.theme-light .dds-tooltip .tooltip-arrow{position:absolute;background-color:#333d47;width:.5rem;height:.5rem;transform:rotate(45deg)}.theme-dark .dds-tooltip{padding-left:0;padding-right:0;position:absolute;display:none}.theme-dark .dds-tooltip .tooltip-inner{max-width:16rem;background-color:#f5f5f6;padding:.5rem .75rem;border-radius:.25rem;box-shadow:none;text-align:left;color:#14181c}.theme-dark .dds-tooltip .tooltip-arrow{position:absolute;background-color:#f5f5f6;width:.5rem;height:.5rem;transform:rotate(45deg)}.dds-tooltip-wrapper{display:inline-block}.theme-light .dds-value-stepper{display:inline-flex;flex-direction:column;align-items:flex-start;row-gap:.5rem}.theme-light .dds-value-stepper__wrapper{position:relative;display:flex;flex-direction:row;padding:0 3.625rem}.theme-light .dds-value-stepper__wrapper__input{padding:.8125rem 1rem;background-color:transparent;border:.0625rem solid #858b91;color:#14181c;text-align:center;transition:none;outline:none;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.theme-light .dds-value-stepper__wrapper__input::-webkit-inner-spin-button,.theme-light .dds-value-stepper__wrapper__input::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.theme-light .dds-value-stepper__wrapper__input:hover{background-color:#14181c14}.theme-light .dds-value-stepper__wrapper__input:focus{border-color:#082065}.theme-light .dds-value-stepper__wrapper__btn-decrease{position:absolute;top:0;left:0;padding:.8125rem 1rem;cursor:pointer;display:inline-flex;justify-content:center;align-items:center;border:.0625rem solid #858b91;border-right-color:#fff;border-radius:.5rem 0 0 .5rem}.theme-light .dds-value-stepper__wrapper__btn-decrease:hover{background-color:#14181c14}.theme-light .dds-value-stepper__wrapper__btn-decrease:focus{border-color:#082065}.theme-light .dds-value-stepper__wrapper__btn-decrease:focus .dds-value-stepper__wrapper__btn-decrease__icon{fill:#082065}.theme-light .dds-value-stepper__wrapper__btn-decrease:focus~.dds-value-stepper__wrapper__input{border-left-color:#fff}.theme-light .dds-value-stepper__wrapper__btn-increase{position:absolute;top:0;right:0;padding:.8125rem 1rem;cursor:pointer;display:inline-flex;justify-content:center;align-items:center;border:.0625rem solid #858b91;border-left-color:#fff;border-radius:0 .5rem .5rem 0}.theme-light .dds-value-stepper__wrapper__btn-increase:hover{background-color:#14181c14}.theme-light .dds-value-stepper__wrapper__btn-increase:focus{border-color:#082065}.theme-light .dds-value-stepper__wrapper__btn-increase:focus .dds-value-stepper__wrapper__btn-increase__icon{fill:#082065}.theme-light .dds-value-stepper__wrapper__btn-increase:focus~.dds-value-stepper__wrapper__input,.theme-light .dds-value-stepper__wrapper__btn-increase:hover~.dds-value-stepper__wrapper__input{border-right-color:#fff}.theme-light .dds-value-stepper__wrapper--error .dds-value-stepper__wrapper__input{border-color:#d40c74}.theme-light .dds-value-stepper__wrapper--error .dds-value-stepper__wrapper__btn-decrease{border-color:#d40c74 #fff #d40c74 #d40c74}.theme-light .dds-value-stepper__wrapper--error .dds-value-stepper__wrapper__btn-decrease:focus,.theme-light .dds-value-stepper__wrapper--error .dds-value-stepper__wrapper__btn-decrease:hover{border-right-color:#fff}.theme-light .dds-value-stepper__wrapper--error .dds-value-stepper__wrapper__btn-decrease:focus .dds-value-stepper__wrapper__btn-decrease__icon,.theme-light .dds-value-stepper__wrapper--error .dds-value-stepper__wrapper__btn-decrease:hover .dds-value-stepper__wrapper__btn-decrease__icon{fill:#333d47}.theme-light .dds-value-stepper__wrapper--error .dds-value-stepper__wrapper__btn-decrease:focus~.dds-value-stepper__wrapper__input,.theme-light .dds-value-stepper__wrapper--error .dds-value-stepper__wrapper__btn-decrease:hover~.dds-value-stepper__wrapper__input{border-left-color:#d40c74}.theme-light .dds-value-stepper__wrapper--error .dds-value-stepper__wrapper__btn-increase{border-color:#d40c74 #d40c74 #d40c74 #fff}.theme-light .dds-value-stepper__wrapper--error .dds-value-stepper__wrapper__btn-increase:focus,.theme-light .dds-value-stepper__wrapper--error .dds-value-stepper__wrapper__btn-increase:hover{border-left-color:#fff}.theme-light .dds-value-stepper__wrapper--error .dds-value-stepper__wrapper__btn-increase:focus .dds-value-stepper__wrapper__btn-increase__icon,.theme-light .dds-value-stepper__wrapper--error .dds-value-stepper__wrapper__btn-increase:hover .dds-value-stepper__wrapper__btn-increase__icon{fill:#333d47}.theme-light .dds-value-stepper__wrapper--error .dds-value-stepper__wrapper__btn-increase:focus~.dds-value-stepper__wrapper__input,.theme-light .dds-value-stepper__wrapper--error .dds-value-stepper__wrapper__btn-increase:hover~.dds-value-stepper__wrapper__input{border-right-color:#d40c74}.theme-light .dds-value-stepper__wrapper--disabled .dds-value-stepper__wrapper__input{cursor:not-allowed;border-color:#d6d8da;background-color:#ebeced;color:#858b91}.theme-light .dds-value-stepper__wrapper--disabled .dds-value-stepper__wrapper__btn-decrease{cursor:not-allowed;border-color:#d6d8da #ebeced #d6d8da #d6d8da;background-color:#ebeced}.theme-light .dds-value-stepper__wrapper--disabled .dds-value-stepper__wrapper__btn-decrease:focus,.theme-light .dds-value-stepper__wrapper--disabled .dds-value-stepper__wrapper__btn-decrease:hover{border-right-color:#ebeced}.theme-light .dds-value-stepper__wrapper--disabled .dds-value-stepper__wrapper__btn-decrease:focus .dds-value-stepper__wrapper__btn-decrease__icon,.theme-light .dds-value-stepper__wrapper--disabled .dds-value-stepper__wrapper__btn-decrease:hover .dds-value-stepper__wrapper__btn-decrease__icon{fill:#d6d8da}.theme-light .dds-value-stepper__wrapper--disabled .dds-value-stepper__wrapper__btn-decrease:focus~.dds-value-stepper__wrapper__input,.theme-light .dds-value-stepper__wrapper--disabled .dds-value-stepper__wrapper__btn-decrease:hover~.dds-value-stepper__wrapper__input{border-left-color:#d6d8da}.theme-light .dds-value-stepper__wrapper--disabled .dds-value-stepper__wrapper__btn-increase{cursor:not-allowed;border-color:#d6d8da #d6d8da #d6d8da #ebeced;background-color:#ebeced}.theme-light .dds-value-stepper__wrapper--disabled .dds-value-stepper__wrapper__btn-increase:focus,.theme-light .dds-value-stepper__wrapper--disabled .dds-value-stepper__wrapper__btn-increase:hover{border-right-color:#ebeced}.theme-light .dds-value-stepper__wrapper--disabled .dds-value-stepper__wrapper__btn-increase:focus .dds-value-stepper__wrapper__btn-increase__icon,.theme-light .dds-value-stepper__wrapper--disabled .dds-value-stepper__wrapper__btn-increase:hover .dds-value-stepper__wrapper__btn-increase__icon{fill:#d6d8da}.theme-light .dds-value-stepper__wrapper--disabled .dds-value-stepper__wrapper__btn-increase:focus~.dds-value-stepper__wrapper__input,.theme-light .dds-value-stepper__wrapper--disabled .dds-value-stepper__wrapper__btn-increase:hover~.dds-value-stepper__wrapper__input{border-right-color:#d6d8da}.theme-light .dds-value-stepper__wrapper--disabled-decrease .dds-value-stepper__wrapper__btn-decrease{cursor:not-allowed;border-color:#d6d8da #ebeced #d6d8da #d6d8da;background-color:#ebeced}.theme-light .dds-value-stepper__wrapper--disabled-decrease .dds-value-stepper__wrapper__btn-decrease:focus,.theme-light .dds-value-stepper__wrapper--disabled-decrease .dds-value-stepper__wrapper__btn-decrease:hover{border-right-color:#ebeced}.theme-light .dds-value-stepper__wrapper--disabled-decrease .dds-value-stepper__wrapper__btn-decrease:focus .dds-value-stepper__wrapper__btn-decrease__icon,.theme-light .dds-value-stepper__wrapper--disabled-decrease .dds-value-stepper__wrapper__btn-decrease:hover .dds-value-stepper__wrapper__btn-decrease__icon{fill:#d6d8da}.theme-light .dds-value-stepper__wrapper--disabled-decrease .dds-value-stepper__wrapper__btn-decrease:focus~.dds-value-stepper__wrapper__input,.theme-light .dds-value-stepper__wrapper--disabled-decrease .dds-value-stepper__wrapper__btn-decrease:hover~.dds-value-stepper__wrapper__input{border-left-color:#858b91}.theme-light .dds-value-stepper__wrapper--disabled-increase .dds-value-stepper__wrapper__btn-increase{cursor:not-allowed;border-color:#d6d8da #d6d8da #d6d8da #ebeced;background-color:#ebeced}.theme-light .dds-value-stepper__wrapper--disabled-increase .dds-value-stepper__wrapper__btn-increase:focus,.theme-light .dds-value-stepper__wrapper--disabled-increase .dds-value-stepper__wrapper__btn-increase:hover{border-right-color:#ebeced}.theme-light .dds-value-stepper__wrapper--disabled-increase .dds-value-stepper__wrapper__btn-increase:focus .dds-value-stepper__wrapper__btn-increase__icon,.theme-light .dds-value-stepper__wrapper--disabled-increase .dds-value-stepper__wrapper__btn-increase:hover .dds-value-stepper__wrapper__btn-increase__icon{fill:#d6d8da}.theme-light .dds-value-stepper__wrapper--disabled-increase .dds-value-stepper__wrapper__btn-increase:focus~.dds-value-stepper__wrapper__input,.theme-light .dds-value-stepper__wrapper--disabled-increase .dds-value-stepper__wrapper__btn-increase:hover~.dds-value-stepper__wrapper__input{border-right-color:#858b91}.theme-light .dds-value-stepper__hint-text{color:#666e75!important}.theme-light .dds-value-stepper__error-wrapper{display:flex;align-items:flex-start;column-gap:.25rem}.theme-light .dds-value-stepper__error-wrapper__error-icon{margin-top:.125rem;flex-shrink:0}.theme-light .dds-value-stepper__error-wrapper__error-message{color:#d40c74!important}.theme-dark .dds-value-stepper{display:inline-flex;flex-direction:column;align-items:flex-start;row-gap:.5rem}.theme-dark .dds-value-stepper__wrapper{position:relative;display:flex;flex-direction:row;padding:0 3.625rem}.theme-dark .dds-value-stepper__wrapper__input{padding:.8125rem 1rem;background-color:transparent;border:.0625rem solid #858b91;color:#fff;text-align:center;transition:none;outline:none;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.theme-dark .dds-value-stepper__wrapper__input::-webkit-inner-spin-button,.theme-dark .dds-value-stepper__wrapper__input::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.theme-dark .dds-value-stepper__wrapper__input:hover{background-color:#ffffff26}.theme-dark .dds-value-stepper__wrapper__input:focus{border-color:#2469c1}.theme-dark .dds-value-stepper__wrapper__btn-decrease{position:absolute;top:0;left:0;padding:.8125rem 1rem;cursor:pointer;display:inline-flex;justify-content:center;align-items:center;border:.0625rem solid #858b91;border-right-color:#14181c;border-radius:.5rem 0 0 .5rem}.theme-dark .dds-value-stepper__wrapper__btn-decrease:hover{background-color:#ffffff26}.theme-dark .dds-value-stepper__wrapper__btn-decrease:focus{border-color:#2469c1}.theme-dark .dds-value-stepper__wrapper__btn-decrease:focus .dds-value-stepper__wrapper__btn-decrease__icon{fill:#369aff}.theme-dark .dds-value-stepper__wrapper__btn-decrease:focus~.dds-value-stepper__wrapper__input{border-left-color:#14181c}.theme-dark .dds-value-stepper__wrapper__btn-increase{position:absolute;top:0;right:0;padding:.8125rem 1rem;cursor:pointer;display:inline-flex;justify-content:center;align-items:center;border:.0625rem solid #858b91;border-left-color:#14181c;border-radius:0 .5rem .5rem 0}.theme-dark .dds-value-stepper__wrapper__btn-increase:hover{background-color:#ffffff26}.theme-dark .dds-value-stepper__wrapper__btn-increase:focus{border-color:#2469c1}.theme-dark .dds-value-stepper__wrapper__btn-increase:focus .dds-value-stepper__wrapper__btn-increase__icon{fill:#369aff}.theme-dark .dds-value-stepper__wrapper__btn-increase:focus~.dds-value-stepper__wrapper__input,.theme-dark .dds-value-stepper__wrapper__btn-increase:hover~.dds-value-stepper__wrapper__input{border-right-color:#14181c}.theme-dark .dds-value-stepper__wrapper--error .dds-value-stepper__wrapper__input{border-color:#f15f7a}.theme-dark .dds-value-stepper__wrapper--error .dds-value-stepper__wrapper__btn-decrease{border-color:#f15f7a #14181c #f15f7a #f15f7a}.theme-dark .dds-value-stepper__wrapper--error .dds-value-stepper__wrapper__btn-decrease:focus,.theme-dark .dds-value-stepper__wrapper--error .dds-value-stepper__wrapper__btn-decrease:hover{border-right-color:#14181c}.theme-dark .dds-value-stepper__wrapper--error .dds-value-stepper__wrapper__btn-decrease:focus .dds-value-stepper__wrapper__btn-decrease__icon,.theme-dark .dds-value-stepper__wrapper--error .dds-value-stepper__wrapper__btn-decrease:hover .dds-value-stepper__wrapper__btn-decrease__icon{fill:#fff}.theme-dark .dds-value-stepper__wrapper--error .dds-value-stepper__wrapper__btn-decrease:focus~.dds-value-stepper__wrapper__input,.theme-dark .dds-value-stepper__wrapper--error .dds-value-stepper__wrapper__btn-decrease:hover~.dds-value-stepper__wrapper__input{border-left-color:#f15f7a}.theme-dark .dds-value-stepper__wrapper--error .dds-value-stepper__wrapper__btn-increase{border-color:#f15f7a #f15f7a #f15f7a #14181c}.theme-dark .dds-value-stepper__wrapper--error .dds-value-stepper__wrapper__btn-increase:focus,.theme-dark .dds-value-stepper__wrapper--error .dds-value-stepper__wrapper__btn-increase:hover{border-left-color:#14181c}.theme-dark .dds-value-stepper__wrapper--error .dds-value-stepper__wrapper__btn-increase:focus .dds-value-stepper__wrapper__btn-increase__icon,.theme-dark .dds-value-stepper__wrapper--error .dds-value-stepper__wrapper__btn-increase:hover .dds-value-stepper__wrapper__btn-increase__icon{fill:#fff}.theme-dark .dds-value-stepper__wrapper--error .dds-value-stepper__wrapper__btn-increase:focus~.dds-value-stepper__wrapper__input,.theme-dark .dds-value-stepper__wrapper--error .dds-value-stepper__wrapper__btn-increase:hover~.dds-value-stepper__wrapper__input{border-right-color:#f15f7a}.theme-dark .dds-value-stepper__wrapper--disabled .dds-value-stepper__wrapper__input{cursor:not-allowed;border-color:#333d47;background-color:#1f252b;color:#858b91}.theme-dark .dds-value-stepper__wrapper--disabled .dds-value-stepper__wrapper__btn-decrease{cursor:not-allowed;border-color:#333d47 #1f252b #333d47 #333d47;background-color:#1f252b}.theme-dark .dds-value-stepper__wrapper--disabled .dds-value-stepper__wrapper__btn-decrease:focus,.theme-dark .dds-value-stepper__wrapper--disabled .dds-value-stepper__wrapper__btn-decrease:hover{border-right-color:#1f252b}.theme-dark .dds-value-stepper__wrapper--disabled .dds-value-stepper__wrapper__btn-decrease:focus .dds-value-stepper__wrapper__btn-decrease__icon,.theme-dark .dds-value-stepper__wrapper--disabled .dds-value-stepper__wrapper__btn-decrease:hover .dds-value-stepper__wrapper__btn-decrease__icon{fill:#333d47}.theme-dark .dds-value-stepper__wrapper--disabled .dds-value-stepper__wrapper__btn-decrease:focus~.dds-value-stepper__wrapper__input,.theme-dark .dds-value-stepper__wrapper--disabled .dds-value-stepper__wrapper__btn-decrease:hover~.dds-value-stepper__wrapper__input{border-left-color:#333d47}.theme-dark .dds-value-stepper__wrapper--disabled .dds-value-stepper__wrapper__btn-increase{cursor:not-allowed;border-color:#333d47 #333d47 #333d47 #1f252b;background-color:#1f252b}.theme-dark .dds-value-stepper__wrapper--disabled .dds-value-stepper__wrapper__btn-increase:focus,.theme-dark .dds-value-stepper__wrapper--disabled .dds-value-stepper__wrapper__btn-increase:hover{border-right-color:#1f252b}.theme-dark .dds-value-stepper__wrapper--disabled .dds-value-stepper__wrapper__btn-increase:focus .dds-value-stepper__wrapper__btn-increase__icon,.theme-dark .dds-value-stepper__wrapper--disabled .dds-value-stepper__wrapper__btn-increase:hover .dds-value-stepper__wrapper__btn-increase__icon{fill:#333d47}.theme-dark .dds-value-stepper__wrapper--disabled .dds-value-stepper__wrapper__btn-increase:focus~.dds-value-stepper__wrapper__input,.theme-dark .dds-value-stepper__wrapper--disabled .dds-value-stepper__wrapper__btn-increase:hover~.dds-value-stepper__wrapper__input{border-right-color:#333d47}.theme-dark .dds-value-stepper__wrapper--disabled-decrease .dds-value-stepper__wrapper__btn-decrease{cursor:not-allowed;border-color:#333d47 #1f252b #333d47 #333d47;background-color:#1f252b}.theme-dark .dds-value-stepper__wrapper--disabled-decrease .dds-value-stepper__wrapper__btn-decrease:focus,.theme-dark .dds-value-stepper__wrapper--disabled-decrease .dds-value-stepper__wrapper__btn-decrease:hover{border-right-color:#1f252b}.theme-dark .dds-value-stepper__wrapper--disabled-decrease .dds-value-stepper__wrapper__btn-decrease:focus .dds-value-stepper__wrapper__btn-decrease__icon,.theme-dark .dds-value-stepper__wrapper--disabled-decrease .dds-value-stepper__wrapper__btn-decrease:hover .dds-value-stepper__wrapper__btn-decrease__icon{fill:#333d47}.theme-dark .dds-value-stepper__wrapper--disabled-decrease .dds-value-stepper__wrapper__btn-decrease:focus~.dds-value-stepper__wrapper__input,.theme-dark .dds-value-stepper__wrapper--disabled-decrease .dds-value-stepper__wrapper__btn-decrease:hover~.dds-value-stepper__wrapper__input{border-left-color:#858b91}.theme-dark .dds-value-stepper__wrapper--disabled-increase .dds-value-stepper__wrapper__btn-increase{cursor:not-allowed;border-color:#333d47 #333d47 #333d47 #1f252b;background-color:#1f252b}.theme-dark .dds-value-stepper__wrapper--disabled-increase .dds-value-stepper__wrapper__btn-increase:focus,.theme-dark .dds-value-stepper__wrapper--disabled-increase .dds-value-stepper__wrapper__btn-increase:hover{border-right-color:#1f252b}.theme-dark .dds-value-stepper__wrapper--disabled-increase .dds-value-stepper__wrapper__btn-increase:focus .dds-value-stepper__wrapper__btn-increase__icon,.theme-dark .dds-value-stepper__wrapper--disabled-increase .dds-value-stepper__wrapper__btn-increase:hover .dds-value-stepper__wrapper__btn-increase__icon{fill:#333d47}.theme-dark .dds-value-stepper__wrapper--disabled-increase .dds-value-stepper__wrapper__btn-increase:focus~.dds-value-stepper__wrapper__input,.theme-dark .dds-value-stepper__wrapper--disabled-increase .dds-value-stepper__wrapper__btn-increase:hover~.dds-value-stepper__wrapper__input{border-right-color:#858b91}.theme-dark .dds-value-stepper__hint-text{color:#adb1b5!important}.theme-dark .dds-value-stepper__error-wrapper{display:flex;align-items:flex-start;column-gap:.25rem}.theme-dark .dds-value-stepper__error-wrapper__error-icon{margin-top:.125rem;flex-shrink:0}.theme-dark .dds-value-stepper__error-wrapper__error-message{color:#f15f7a!important}.theme-light .dds-progress-bar--line{width:100%;border-radius:6.25rem;background-color:#d6d8da}.theme-light .dds-progress-bar--line .dds-progress-bar__percent{width:0;border-radius:6.25rem;background-color:#e00842}.theme-light .dds-progress-bar--line.dds-progress-bar--small,.theme-light .dds-progress-bar--line.dds-progress-bar--small .dds-progress-bar__percent{height:.25rem}.theme-light .dds-progress-bar--line.dds-progress-bar--extra-large,.theme-light .dds-progress-bar--line.dds-progress-bar--extra-large .dds-progress-bar__percent,.theme-light .dds-progress-bar--line.dds-progress-bar--large,.theme-light .dds-progress-bar--line.dds-progress-bar--large .dds-progress-bar__percent,.theme-light .dds-progress-bar--line.dds-progress-bar--medium,.theme-light .dds-progress-bar--line.dds-progress-bar--medium .dds-progress-bar__percent{height:.5rem}.theme-light .dds-progress-bar--circle{position:relative;border-radius:50%;background-color:transparent}.theme-light .dds-progress-bar--circle .circle-background{position:absolute;left:0;top:0;width:100%;height:100%;clip:rect(auto,auto,auto,auto);border-style:solid;border-color:#d6d8da;border-radius:50%}.theme-light .dds-progress-bar--circle .circle{position:absolute;left:0;top:0;width:100%;height:100%}.theme-light .dds-progress-bar--circle .circle .half-circle{position:absolute;left:0;top:0;width:100%;height:100%;border-style:solid;border-color:#e00842;border-radius:50%}.theme-light .dds-progress-bar--circle .circle .right-side{display:none}.theme-light .dds-progress-bar--circle .circle--over-half{clip:rect(auto,auto,auto,auto)!important}.theme-light .dds-progress-bar--circle .circle--over-half .right-side{display:block;transform:rotate(180deg)}.theme-light .dds-progress-bar--circle .thumb-wrapper{position:absolute;top:0;transform-origin:bottom}.theme-light .dds-progress-bar--circle .thumb-wrapper .thumb{border-radius:50%;background-color:#e00842}.theme-light .dds-progress-bar--circle.dds-progress-bar--small{width:2rem;height:2rem}.theme-light .dds-progress-bar--circle.dds-progress-bar--small .circle-background{border-width:.25rem}.theme-light .dds-progress-bar--circle.dds-progress-bar--small .circle{clip:rect(0,2rem,2rem,1rem)}.theme-light .dds-progress-bar--circle.dds-progress-bar--small .circle .half-circle{clip:rect(0,1rem,2rem,0);border-width:.25rem}.theme-light .dds-progress-bar--circle.dds-progress-bar--small .thumb-wrapper{left:.875rem;height:1rem}.theme-light .dds-progress-bar--circle.dds-progress-bar--small .thumb-wrapper .thumb{width:.25rem;height:.25rem}.theme-light .dds-progress-bar--circle.dds-progress-bar--medium{width:6rem;height:6rem}.theme-light .dds-progress-bar--circle.dds-progress-bar--medium .circle-background{border-width:.5rem}.theme-light .dds-progress-bar--circle.dds-progress-bar--medium .circle{clip:rect(0,6rem,6rem,3rem)}.theme-light .dds-progress-bar--circle.dds-progress-bar--medium .circle .half-circle{clip:rect(0,3rem,6rem,0);border-width:.5rem}.theme-light .dds-progress-bar--circle.dds-progress-bar--medium .thumb-wrapper{left:2.75rem;height:3rem}.theme-light .dds-progress-bar--circle.dds-progress-bar--medium .thumb-wrapper .thumb{width:.5rem;height:.5rem}.theme-light .dds-progress-bar--circle.dds-progress-bar--large{width:9rem;height:9rem}.theme-light .dds-progress-bar--circle.dds-progress-bar--large .circle-background{border-width:.75rem}.theme-light .dds-progress-bar--circle.dds-progress-bar--large .circle{clip:rect(0,9rem,9rem,4.5rem)}.theme-light .dds-progress-bar--circle.dds-progress-bar--large .circle .half-circle{clip:rect(0,4.5rem,9rem,0);border-width:.75rem}.theme-light .dds-progress-bar--circle.dds-progress-bar--large .thumb-wrapper{left:4.125rem;height:4.5rem}.theme-light .dds-progress-bar--circle.dds-progress-bar--large .thumb-wrapper .thumb{width:.75rem;height:.75rem}.theme-light .dds-progress-bar--circle.dds-progress-bar--extra-large{width:16rem;height:16rem}.theme-light .dds-progress-bar--circle.dds-progress-bar--extra-large .circle-background{border-width:1rem}.theme-light .dds-progress-bar--circle.dds-progress-bar--extra-large .circle{clip:rect(0,16rem,16rem,8rem)}.theme-light .dds-progress-bar--circle.dds-progress-bar--extra-large .circle .half-circle{clip:rect(0,8rem,16rem,0);border-width:1rem}.theme-light .dds-progress-bar--circle.dds-progress-bar--extra-large .thumb-wrapper{left:7.5rem;height:8rem}.theme-light .dds-progress-bar--circle.dds-progress-bar--extra-large .thumb-wrapper .thumb{width:1rem;height:1rem}.theme-dark .dds-progress-bar--line{width:100%;border-radius:6.25rem;background-color:#333d47}.theme-dark .dds-progress-bar--line .dds-progress-bar__percent{width:0;border-radius:6.25rem;background-color:#e31f4e}.theme-dark .dds-progress-bar--line.dds-progress-bar--small,.theme-dark .dds-progress-bar--line.dds-progress-bar--small .dds-progress-bar__percent{height:.25rem}.theme-dark .dds-progress-bar--line.dds-progress-bar--extra-large,.theme-dark .dds-progress-bar--line.dds-progress-bar--extra-large .dds-progress-bar__percent,.theme-dark .dds-progress-bar--line.dds-progress-bar--large,.theme-dark .dds-progress-bar--line.dds-progress-bar--large .dds-progress-bar__percent,.theme-dark .dds-progress-bar--line.dds-progress-bar--medium,.theme-dark .dds-progress-bar--line.dds-progress-bar--medium .dds-progress-bar__percent{height:.5rem}.theme-dark .dds-progress-bar--circle{position:relative;border-radius:50%;background-color:transparent}.theme-dark .dds-progress-bar--circle .circle-background{position:absolute;left:0;top:0;width:100%;height:100%;clip:rect(auto,auto,auto,auto);border-style:solid;border-color:#333d47;border-radius:50%}.theme-dark .dds-progress-bar--circle .circle{position:absolute;left:0;top:0;width:100%;height:100%}.theme-dark .dds-progress-bar--circle .circle .half-circle{position:absolute;left:0;top:0;width:100%;height:100%;border-style:solid;border-color:#e31f4e;border-radius:50%}.theme-dark .dds-progress-bar--circle .circle .right-side{display:none}.theme-dark .dds-progress-bar--circle .circle--over-half{clip:rect(auto,auto,auto,auto)!important}.theme-dark .dds-progress-bar--circle .circle--over-half .right-side{display:block;transform:rotate(180deg)}.theme-dark .dds-progress-bar--circle .thumb-wrapper{position:absolute;top:0;transform-origin:bottom}.theme-dark .dds-progress-bar--circle .thumb-wrapper .thumb{border-radius:50%;background-color:#e31f4e}.theme-dark .dds-progress-bar--circle.dds-progress-bar--small{width:2rem;height:2rem}.theme-dark .dds-progress-bar--circle.dds-progress-bar--small .circle-background{border-width:.25rem}.theme-dark .dds-progress-bar--circle.dds-progress-bar--small .circle{clip:rect(0,2rem,2rem,1rem)}.theme-dark .dds-progress-bar--circle.dds-progress-bar--small .circle .half-circle{clip:rect(0,1rem,2rem,0);border-width:.25rem}.theme-dark .dds-progress-bar--circle.dds-progress-bar--small .thumb-wrapper{left:.875rem;height:1rem}.theme-dark .dds-progress-bar--circle.dds-progress-bar--small .thumb-wrapper .thumb{width:.25rem;height:.25rem}.theme-dark .dds-progress-bar--circle.dds-progress-bar--medium{width:6rem;height:6rem}.theme-dark .dds-progress-bar--circle.dds-progress-bar--medium .circle-background{border-width:.5rem}.theme-dark .dds-progress-bar--circle.dds-progress-bar--medium .circle{clip:rect(0,6rem,6rem,3rem)}.theme-dark .dds-progress-bar--circle.dds-progress-bar--medium .circle .half-circle{clip:rect(0,3rem,6rem,0);border-width:.5rem}.theme-dark .dds-progress-bar--circle.dds-progress-bar--medium .thumb-wrapper{left:2.75rem;height:3rem}.theme-dark .dds-progress-bar--circle.dds-progress-bar--medium .thumb-wrapper .thumb{width:.5rem;height:.5rem}.theme-dark .dds-progress-bar--circle.dds-progress-bar--large{width:9rem;height:9rem}.theme-dark .dds-progress-bar--circle.dds-progress-bar--large .circle-background{border-width:.75rem}.theme-dark .dds-progress-bar--circle.dds-progress-bar--large .circle{clip:rect(0,9rem,9rem,4.5rem)}.theme-dark .dds-progress-bar--circle.dds-progress-bar--large .circle .half-circle{clip:rect(0,4.5rem,9rem,0);border-width:.75rem}.theme-dark .dds-progress-bar--circle.dds-progress-bar--large .thumb-wrapper{left:4.125rem;height:4.5rem}.theme-dark .dds-progress-bar--circle.dds-progress-bar--large .thumb-wrapper .thumb{width:.75rem;height:.75rem}.theme-dark .dds-progress-bar--circle.dds-progress-bar--extra-large{width:16rem;height:16rem}.theme-dark .dds-progress-bar--circle.dds-progress-bar--extra-large .circle-background{border-width:1rem}.theme-dark .dds-progress-bar--circle.dds-progress-bar--extra-large .circle{clip:rect(0,16rem,16rem,8rem)}.theme-dark .dds-progress-bar--circle.dds-progress-bar--extra-large .circle .half-circle{clip:rect(0,8rem,16rem,0);border-width:1rem}.theme-dark .dds-progress-bar--circle.dds-progress-bar--extra-large .thumb-wrapper{left:7.5rem;height:8rem}.theme-dark .dds-progress-bar--circle.dds-progress-bar--extra-large .thumb-wrapper .thumb{width:1rem;height:1rem}.theme-light .dds-accordion{color:#14181c;background-color:#fff;border:0 solid #858b91}.theme-light .dds-accordion:first-of-type,.theme-light .dds-accordion:first-of-type .accordion-button{border-top-left-radius:0;border-top-right-radius:0}.theme-light .dds-accordion:not(:first-of-type){border-top:0}.theme-light .dds-accordion:last-of-type,.theme-light .dds-accordion:last-of-type .accordion-button.collapsed,.theme-light .dds-accordion:last-of-type .accordion-collapse{border-bottom-left-radius:0;border-bottom-right-radius:0}.theme-light .dds-accordion .accordion-button{position:relative;width:100%;padding:1rem;background-color:#fff;display:flex;flex-direction:row;column-gap:1rem;align-items:center;text-align:left;border:0;overflow-anchor:none}.theme-light .dds-accordion .accordion-button:after{content:unset}.theme-light .dds-accordion .accordion-button:hover{z-index:2;background-color:#f5f5f6}.theme-light .dds-accordion .accordion-button:focus{z-index:3;outline:0}.theme-light .dds-accordion .accordion-button .dds-accordion__header__icon{flex-shrink:0;align-self:flex-start}.theme-light .dds-accordion .accordion-button .dds-accordion__header__illustration{flex-shrink:0;display:flex;align-items:center}.theme-light .dds-accordion .accordion-button .dds-accordion__header__container{flex:1;display:flex;flex-direction:column;row-gap:.25rem}.theme-light .dds-accordion .accordion-button .dds-accordion__header__container__title{flex:1}.theme-light .dds-accordion .accordion-button .dds-accordion__header__container__right-column{flex-shrink:0;display:flex}.theme-light .dds-accordion .accordion-button .dds-accordion__header__container__right-column--text{flex-direction:row;column-gap:.25rem;align-items:baseline}.theme-light .dds-accordion .accordion-button .dds-accordion__header__container__right-column--status{flex-direction:row;align-items:center}.theme-light .dds-accordion .accordion-button .dds-accordion__chevron__icon{flex-shrink:0;transition:all .3s ease-in;transform:rotate(0)}.theme-light .dds-accordion .accordion-button .dds-accordion__chevron__icon--rotated{transform:rotate(180deg)}.theme-light .dds-accordion .accordion-body{max-width:47.5rem;padding:.75rem 1rem 1rem;background-color:#fff;box-sizing:content-box}.theme-light .dds-accordion .accordion-collapse{overflow:hidden;transition:max-height .3s ease-in}.theme-light .dds-accordion__divider{margin:0 1rem}@media (min-width:768px){.theme-light .dds-accordion .accordion-button{padding:1.5rem}.theme-light .dds-accordion .accordion-button .dds-accordion__header__container{display:flex;flex-direction:row;column-gap:1rem;align-self:center}.theme-light .dds-accordion .accordion-body{padding:1rem 1rem 1.5rem}}@media (min-width:1024px){.theme-light .dds-accordion .accordion-button{padding:1.5rem}.theme-light .dds-accordion .accordion-body{padding:1rem 1.5rem 1.5rem}.theme-light .dds-accordion__divider{margin:0 1.5rem}}.theme-dark .dds-accordion{color:#fff;background-color:#14181c;border:0 solid #858b91}.theme-dark .dds-accordion:first-of-type,.theme-dark .dds-accordion:first-of-type .accordion-button{border-top-left-radius:0;border-top-right-radius:0}.theme-dark .dds-accordion:not(:first-of-type){border-top:0}.theme-dark .dds-accordion:last-of-type,.theme-dark .dds-accordion:last-of-type .accordion-button.collapsed,.theme-dark .dds-accordion:last-of-type .accordion-collapse{border-bottom-left-radius:0;border-bottom-right-radius:0}.theme-dark .dds-accordion .accordion-button{position:relative;width:100%;padding:1rem;background-color:#14181c;display:flex;flex-direction:row;column-gap:1rem;align-items:center;text-align:left;border:0;overflow-anchor:none}.theme-dark .dds-accordion .accordion-button:after{content:unset}.theme-dark .dds-accordion .accordion-button:hover{z-index:2;background-color:#1f252b}.theme-dark .dds-accordion .accordion-button:focus{z-index:3;outline:0}.theme-dark .dds-accordion .accordion-button .dds-accordion__header__icon{flex-shrink:0;align-self:flex-start}.theme-dark .dds-accordion .accordion-button .dds-accordion__header__illustration{flex-shrink:0;display:flex;align-items:center}.theme-dark .dds-accordion .accordion-button .dds-accordion__header__container{flex:1;display:flex;flex-direction:column;row-gap:.25rem}.theme-dark .dds-accordion .accordion-button .dds-accordion__header__container__title{flex:1}.theme-dark .dds-accordion .accordion-button .dds-accordion__header__container__right-column{flex-shrink:0;display:flex}.theme-dark .dds-accordion .accordion-button .dds-accordion__header__container__right-column--text{flex-direction:row;column-gap:.25rem;align-items:baseline}.theme-dark .dds-accordion .accordion-button .dds-accordion__header__container__right-column--status{flex-direction:row;align-items:center}.theme-dark .dds-accordion .accordion-button .dds-accordion__chevron__icon{flex-shrink:0;transition:all .3s ease-in;transform:rotate(0)}.theme-dark .dds-accordion .accordion-button .dds-accordion__chevron__icon--rotated{transform:rotate(180deg)}.theme-dark .dds-accordion .accordion-body{max-width:47.5rem;padding:.75rem 1rem 1rem;background-color:#14181c;box-sizing:content-box}.theme-dark .dds-accordion .accordion-collapse{overflow:hidden;transition:max-height .3s ease-in}.theme-dark .dds-accordion__divider{margin:0 1rem}@media (min-width:768px){.theme-dark .dds-accordion .accordion-button{padding:1.5rem}.theme-dark .dds-accordion .accordion-button .dds-accordion__header__container{display:flex;flex-direction:row;column-gap:1rem;align-self:center}.theme-dark .dds-accordion .accordion-body{padding:1rem 1rem 1.5rem}}@media (min-width:1024px){.theme-dark .dds-accordion .accordion-button{padding:1.5rem}.theme-dark .dds-accordion .accordion-body{padding:1rem 1.5rem 1.5rem}.theme-dark .dds-accordion__divider{margin:0 1.5rem}}.theme-light .dds-avatar{border-radius:50%;position:relative;display:flex;align-items:center;justify-content:center}.theme-light .dds-avatar--size-8{width:2.5rem;height:2.5rem}.theme-light .dds-avatar--size-9{width:3rem;height:3rem}.theme-light .dds-avatar--size-11{width:3.5rem;height:3.5rem}.theme-light .dds-avatar--size-13{width:6rem;height:6rem}.theme-light .dds-avatar__default{width:100%;height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#f5f5f6}.theme-light .dds-avatar__default__icon{fill:#666e75;display:flex}.theme-light .dds-avatar__initials{width:100%;height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#f5f5f6}.theme-light .dds-avatar__initials__text{color:#14181c;margin:0;padding:0}.theme-light .dds-avatar__initials--purple{background-color:#deddf7}.theme-light .dds-avatar__initials--purple .dds-avatar__initials__text{color:#3634c8}.theme-light .dds-avatar__initials--warmgrey{background-color:#edeae7}.theme-light .dds-avatar__initials--warmgrey .dds-avatar__initials__text{color:#4b4845}.theme-light .dds-avatar__initials--salmon{background-color:#ffe4e7}.theme-light .dds-avatar__initials--salmon .dds-avatar__initials__text{color:#bf342b}.theme-light .dds-avatar__icon-wrapper{position:absolute;bottom:0;right:0;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;border:.0625rem solid #adb1b5;background-color:#fff}.theme-dark .dds-avatar{border-radius:50%;position:relative;display:flex;align-items:center;justify-content:center}.theme-dark .dds-avatar--size-8{width:2.5rem;height:2.5rem}.theme-dark .dds-avatar--size-9{width:3rem;height:3rem}.theme-dark .dds-avatar--size-11{width:3.5rem;height:3.5rem}.theme-dark .dds-avatar--size-13{width:6rem;height:6rem}.theme-dark .dds-avatar__default{width:100%;height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#1f252b}.theme-dark .dds-avatar__default__icon{fill:#858b91;display:flex}.theme-dark .dds-avatar__initials{width:100%;height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#1f252b}.theme-dark .dds-avatar__initials__text{color:#fff;margin:0;padding:0}.theme-dark .dds-avatar__initials--purple{background-color:#29293a}.theme-dark .dds-avatar__initials--purple .dds-avatar__initials__text{color:#96a7ff}.theme-dark .dds-avatar__initials--warmgrey{background-color:#282625}.theme-dark .dds-avatar__initials--warmgrey .dds-avatar__initials__text{color:#dfd4ca}.theme-dark .dds-avatar__initials--salmon{background-color:#2c1c1d}.theme-dark .dds-avatar__initials--salmon .dds-avatar__initials__text{color:#ff959d}.theme-dark .dds-avatar__icon-wrapper{position:absolute;bottom:0;right:0;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;border:.0625rem solid #4f5860;background-color:#14181c}.theme-light .dds-checkbox-with-container{display:flex;flex-direction:column;row-gap:.5rem}.theme-light .dds-checkbox-with-container__control{display:inline-flex;flex-direction:column;row-gap:.25rem;cursor:pointer;background-color:#fff;border:.0625rem solid #858b91;border-radius:.5rem}.theme-light .dds-checkbox-with-container__control__first-row{display:inline-flex;flex-direction:row;column-gap:1rem}.theme-light .dds-checkbox-with-container__control__checkbox,.theme-light .dds-checkbox-with-container__control__left-icon{flex-shrink:0}.theme-light .dds-checkbox-with-container__control__label{flex:1;color:#14181c}.theme-light .dds-checkbox-with-container__control__description{color:#666e75}.theme-light .dds-checkbox-with-container__control *{cursor:pointer}.theme-light .dds-checkbox-with-container__control:hover:not(.dds-checkbox-with-container__control--disabled){background-color:#f5f5f6;border-color:#858b91}.theme-light .dds-checkbox-with-container__control:hover:not(.dds-checkbox-with-container__control--disabled).dds-checkbox-with-container__control--checked{background-color:#08206526;border-color:#082065}.theme-light .dds-checkbox-with-container__control--checked:not(.dds-checkbox-with-container__control--disabled){background-color:#08206514;border-color:#082065}.theme-light .dds-checkbox-with-container__control--disabled{cursor:not-allowed;background-color:#ebeced;border-color:#d6d8da}.theme-light .dds-checkbox-with-container__control--disabled .dds-checkbox-with-container__control__description,.theme-light .dds-checkbox-with-container__control--disabled .dds-checkbox-with-container__control__label{color:#858b91}.theme-light .dds-checkbox-with-container__control--disabled *{cursor:not-allowed}.theme-light .dds-checkbox-with-container__control--default{padding:1.1875rem 1rem}.theme-light .dds-checkbox-with-container__control--image{padding:.9375rem 1rem}.theme-light .dds-checkbox-with-container__control--align-first-line .dds-checkbox-with-container__control__label{margin-top:.25rem}.theme-light .dds-checkbox-with-container__control--align-first-line .dds-checkbox-with-container__control__checkbox{margin-top:.375rem}.theme-light .dds-checkbox-with-container__control-label{padding:.75rem 0;display:inline-flex;flex-direction:row;column-gap:.5rem;cursor:pointer}.theme-light .dds-checkbox-with-container__control-label__checkbox{flex-shrink:0}.theme-light .dds-checkbox-with-container__control-label__label{flex:1;color:#14181c}.theme-light .dds-checkbox-with-container__control-label *{cursor:pointer}.theme-light .dds-checkbox-with-container__control-label--disabled{cursor:not-allowed}.theme-light .dds-checkbox-with-container__control-label--disabled .dds-checkbox-with-container__control-label__label{color:#858b91}.theme-light .dds-checkbox-with-container__control-label--disabled *{cursor:not-allowed}.theme-light .dds-checkbox-with-container__error-wrapper{display:flex;align-items:flex-start;column-gap:.25rem}.theme-light .dds-checkbox-with-container__error-wrapper__error-icon{margin-top:.125rem;flex-shrink:0}.theme-light .dds-checkbox-with-container__error-wrapper__error-message{color:#d40c74!important}.theme-light .dds-checkbox-with-container--no-gap{row-gap:0;display:inline-flex}.theme-dark .dds-checkbox-with-container{display:flex;flex-direction:column;row-gap:.5rem}.theme-dark .dds-checkbox-with-container__control{display:inline-flex;flex-direction:column;row-gap:.25rem;cursor:pointer;background-color:#14181c;border:.0625rem solid #858b91;border-radius:.5rem}.theme-dark .dds-checkbox-with-container__control__first-row{display:inline-flex;flex-direction:row;column-gap:1rem}.theme-dark .dds-checkbox-with-container__control__checkbox,.theme-dark .dds-checkbox-with-container__control__left-icon{flex-shrink:0}.theme-dark .dds-checkbox-with-container__control__label{flex:1;color:#fff}.theme-dark .dds-checkbox-with-container__control__description{color:#adb1b5}.theme-dark .dds-checkbox-with-container__control *{cursor:pointer}.theme-dark .dds-checkbox-with-container__control:hover:not(.dds-checkbox-with-container__control--disabled){background-color:#1f252b;border-color:#858b91}.theme-dark .dds-checkbox-with-container__control:hover:not(.dds-checkbox-with-container__control--disabled).dds-checkbox-with-container__control--checked{background-color:#2469c140;border-color:#2469c1}.theme-dark .dds-checkbox-with-container__control--checked:not(.dds-checkbox-with-container__control--disabled){background-color:#2469c126;border-color:#2469c1}.theme-dark .dds-checkbox-with-container__control--disabled{cursor:not-allowed;background-color:#1f252b;border-color:#333d47}.theme-dark .dds-checkbox-with-container__control--disabled .dds-checkbox-with-container__control__description,.theme-dark .dds-checkbox-with-container__control--disabled .dds-checkbox-with-container__control__label{color:#858b91}.theme-dark .dds-checkbox-with-container__control--disabled *{cursor:not-allowed}.theme-dark .dds-checkbox-with-container__control--default{padding:1.1875rem 1rem}.theme-dark .dds-checkbox-with-container__control--image{padding:.9375rem 1rem}.theme-dark .dds-checkbox-with-container__control--align-first-line .dds-checkbox-with-container__control__label{margin-top:.25rem}.theme-dark .dds-checkbox-with-container__control--align-first-line .dds-checkbox-with-container__control__checkbox{margin-top:.375rem}.theme-dark .dds-checkbox-with-container__control-label{padding:.75rem 0;display:inline-flex;flex-direction:row;column-gap:.5rem;cursor:pointer}.theme-dark .dds-checkbox-with-container__control-label__checkbox{flex-shrink:0}.theme-dark .dds-checkbox-with-container__control-label__label{flex:1;color:#fff}.theme-dark .dds-checkbox-with-container__control-label *{cursor:pointer}.theme-dark .dds-checkbox-with-container__control-label--disabled{cursor:not-allowed}.theme-dark .dds-checkbox-with-container__control-label--disabled .dds-checkbox-with-container__control-label__label{color:#858b91}.theme-dark .dds-checkbox-with-container__control-label--disabled *{cursor:not-allowed}.theme-dark .dds-checkbox-with-container__error-wrapper{display:flex;align-items:flex-start;column-gap:.25rem}.theme-dark .dds-checkbox-with-container__error-wrapper__error-icon{margin-top:.125rem;flex-shrink:0}.theme-dark .dds-checkbox-with-container__error-wrapper__error-message{color:#f15f7a!important}.theme-dark .dds-checkbox-with-container--no-gap{row-gap:0;display:inline-flex}.theme-light .dds-circular-button{display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:.5rem;background:none;border:none;padding:0;cursor:pointer}.theme-light .dds-circular-button__icon-container{padding:.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#e00842;border-radius:50%}.theme-light .dds-circular-button__label{color:#14181c}.theme-light .dds-circular-button:hover .dds-circular-button__icon-container{background-color:#b30635}.theme-light .dds-circular-button:disabled{cursor:not-allowed}.theme-light .dds-circular-button:disabled .dds-circular-button__icon-container{background-color:#ebeced}.theme-light .dds-circular-button:disabled .dds-circular-button__label{color:#858b91}.theme-dark .dds-circular-button{display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:.5rem;background:none;border:none;padding:0;cursor:pointer}.theme-dark .dds-circular-button__icon-container{padding:.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#e31f4e;border-radius:50%}.theme-dark .dds-circular-button__label{color:#fff}.theme-dark .dds-circular-button:hover .dds-circular-button__icon-container{background-color:#b6193e}.theme-dark .dds-circular-button:disabled{cursor:not-allowed}.theme-dark .dds-circular-button:disabled .dds-circular-button__icon-container{background-color:#1f252b}.theme-dark .dds-circular-button:disabled .dds-circular-button__label{color:#858b91}.theme-light .dds-claim-card{padding:1rem;display:flex;flex-direction:column;row-gap:.75rem}.theme-light .dds-claim-card__header{flex-shrink:0;display:flex;flex-direction:column;row-gap:.25rem}.theme-light .dds-claim-card__header__caption-wrapper{margin-bottom:.25rem;display:inline-flex;flex-flow:row wrap;column-gap:.5rem;justify-content:flex-start;align-items:center}.theme-light .dds-claim-card__header__caption-wrapper>*{flex-shrink:0}.theme-light .dds-claim-card__header__caption-wrapper__dot{width:.25rem;height:.25rem;border-radius:50%;background-color:#666e75}.theme-light .dds-claim-card__header__title{margin-bottom:0}.theme-light .dds-claim-card__list{display:flex;flex-direction:column;row-gap:.5rem}.theme-light .dds-claim-card__list__item{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.theme-light .dds-claim-card__list__item__status-small{display:flex;flex-direction:row;column-gap:.25rem;align-items:center}.theme-light .dds-claim-card__remarks{flex-shrink:0;color:#666e75}@media (min-width:768px){.theme-light .dds-claim-card{padding:1.5rem}}.theme-dark .dds-claim-card{padding:1rem;display:flex;flex-direction:column;row-gap:.75rem}.theme-dark .dds-claim-card__header{flex-shrink:0;display:flex;flex-direction:column;row-gap:.25rem}.theme-dark .dds-claim-card__header__caption-wrapper{margin-bottom:.25rem;display:inline-flex;flex-flow:row wrap;column-gap:.5rem;justify-content:flex-start;align-items:center}.theme-dark .dds-claim-card__header__caption-wrapper>*{flex-shrink:0}.theme-dark .dds-claim-card__header__caption-wrapper__dot{width:.25rem;height:.25rem;border-radius:50%;background-color:#858b91}.theme-dark .dds-claim-card__header__title{margin-bottom:0}.theme-dark .dds-claim-card__list{display:flex;flex-direction:column;row-gap:.5rem}.theme-dark .dds-claim-card__list__item{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.theme-dark .dds-claim-card__list__item__status-small{display:flex;flex-direction:row;column-gap:.25rem;align-items:center}.theme-dark .dds-claim-card__remarks{flex-shrink:0;color:#adb1b5}@media (min-width:768px){.theme-dark .dds-claim-card{padding:1.5rem}}.theme-light .dds-content-card{display:flex;overflow:hidden}.theme-light .dds-content-card>.dds-image{flex-shrink:0;border-radius:0}.theme-light .dds-content-card__content{flex:1;display:flex;flex-direction:column;max-width:47.5rem}.theme-light .dds-content-card__content__caption-wrapper{margin-bottom:.25rem;display:inline-flex;flex-flow:row wrap;column-gap:.5rem;justify-content:flex-start;align-items:center}.theme-light .dds-content-card__content__caption-wrapper>*{flex-shrink:0}.theme-light .dds-content-card__content__caption-wrapper__dot{width:.25rem;height:.25rem;border-radius:50%;background-color:#666e75}.theme-light .dds-content-card__content__title{margin-bottom:.5rem}.theme-light .dds-content-card__content__tag-wrapper{margin-top:.5rem;display:flex;flex-flow:row wrap;justify-content:flex-start;column-gap:.5rem;row-gap:.5rem}.theme-light .dds-content-card__content__tag-wrapper>*{flex-shrink:0}.theme-light .dds-content-card__content>.dds-icontext{margin-top:1rem}.theme-light .dds-content-card--vertical{padding:0;flex-direction:column}.theme-light .dds-content-card--vertical .dds-content-card__content{padding:1rem}.theme-light .dds-content-card--horizontal{padding:1rem;flex-direction:row;column-gap:1rem}.theme-light .dds-content-card--horizontal .dds-image{width:6rem;height:6rem}.theme-light .dds-content-card--horizontal .dds-content-card__content{padding:0}.theme-light .dds-content-card--flat:hover .dds-content-card__content__title{text-underline-offset:.25rem;text-decoration-thickness:.0625rem;text-decoration-line:underline}.theme-light .dds-content-card--flat.dds-content-card--vertical{background-color:transparent;padding:0;box-shadow:none}.theme-light .dds-content-card--flat.dds-content-card--vertical .dds-content-card__content{padding:1rem 0 0}.theme-light .dds-content-card--flat.dds-content-card--vertical .dds-image{border-radius:inherit}.theme-light .dds-content-card--flat.dds-content-card--horizontal{background-color:transparent;padding:0;box-shadow:none}.theme-light .dds-content-card--flat.dds-content-card--horizontal .dds-content-card__content{padding:0 0 0 1rem}.theme-light .dds-content-card--flat.dds-content-card--horizontal .dds-image{border-radius:inherit}@media (min-width:768px){.theme-light .dds-content-card{overflow:hidden}.theme-light .dds-content-card--vertical{padding:0;flex-direction:column}.theme-light .dds-content-card--horizontal,.theme-light .dds-content-card--vertical .dds-content-card__content{padding:1.5rem}.theme-light .dds-content-card--horizontal .dds-image{width:9rem;height:9rem}.theme-light .dds-content-card--horizontal .dds-content-card__content{padding:0}.theme-light .dds-content-card--flat.dds-content-card--vertical .dds-content-card__content{padding:1.5rem 0 0}.theme-light .dds-content-card--flat.dds-content-card--horizontal .dds-content-card__content{padding:0 0 0 1.5rem}}.theme-dark .dds-content-card{display:flex;overflow:hidden}.theme-dark .dds-content-card>.dds-image{flex-shrink:0;border-radius:0}.theme-dark .dds-content-card__content{flex:1;display:flex;flex-direction:column;max-width:47.5rem}.theme-dark .dds-content-card__content__caption-wrapper{margin-bottom:.25rem;display:inline-flex;flex-flow:row wrap;column-gap:.5rem;justify-content:flex-start;align-items:center}.theme-dark .dds-content-card__content__caption-wrapper>*{flex-shrink:0}.theme-dark .dds-content-card__content__caption-wrapper__dot{width:.25rem;height:.25rem;border-radius:50%;background-color:#858b91}.theme-dark .dds-content-card__content__title{margin-bottom:.5rem}.theme-dark .dds-content-card__content__tag-wrapper{margin-top:.5rem;display:flex;flex-flow:row wrap;justify-content:flex-start;column-gap:.5rem;row-gap:.5rem}.theme-dark .dds-content-card__content__tag-wrapper>*{flex-shrink:0}.theme-dark .dds-content-card__content>.dds-icontext{margin-top:1rem}.theme-dark .dds-content-card--vertical{padding:0;flex-direction:column}.theme-dark .dds-content-card--vertical .dds-content-card__content{padding:1rem}.theme-dark .dds-content-card--horizontal{padding:1rem;flex-direction:row;column-gap:1rem}.theme-dark .dds-content-card--horizontal .dds-image{width:6rem;height:6rem}.theme-dark .dds-content-card--horizontal .dds-content-card__content{padding:0}.theme-dark .dds-content-card--flat:hover .dds-content-card__content__title{text-underline-offset:.25rem;text-decoration-thickness:.0625rem;text-decoration-line:underline}.theme-dark .dds-content-card--flat.dds-content-card--vertical{background-color:transparent;padding:0;box-shadow:none}.theme-dark .dds-content-card--flat.dds-content-card--vertical .dds-content-card__content{padding:1rem 0 0}.theme-dark .dds-content-card--flat.dds-content-card--vertical .dds-image{border-radius:inherit}.theme-dark .dds-content-card--flat.dds-content-card--horizontal{background-color:transparent;padding:0;box-shadow:none}.theme-dark .dds-content-card--flat.dds-content-card--horizontal .dds-content-card__content{padding:0 0 0 1rem}.theme-dark .dds-content-card--flat.dds-content-card--horizontal .dds-image{border-radius:inherit}@media (min-width:768px){.theme-dark .dds-content-card{overflow:hidden}.theme-dark .dds-content-card--vertical{padding:0;flex-direction:column}.theme-dark .dds-content-card--horizontal,.theme-dark .dds-content-card--vertical .dds-content-card__content{padding:1.5rem}.theme-dark .dds-content-card--horizontal .dds-image{width:9rem;height:9rem}.theme-dark .dds-content-card--horizontal .dds-content-card__content{padding:0}.theme-dark .dds-content-card--flat.dds-content-card--vertical .dds-content-card__content{padding:1.5rem 0 0}.theme-dark .dds-content-card--flat.dds-content-card--horizontal .dds-content-card__content{padding:0 0 0 1.5rem}}.theme-light .dds-dialog__container{display:flex;flex-direction:column;row-gap:1rem}.theme-light .dds-dialog__container__btn-close{position:absolute;margin-left:1rem;top:.25rem;right:.25rem}@media (min-width:768px){.theme-light .dds-dialog__container__btn-close{top:.5rem;right:.5rem}.theme-light .dds-dialog__container{row-gap:1.5rem}}.theme-light .dds-dialog__action{margin:1rem auto 0;display:flex;flex-direction:column;row-gap:1rem}@media (min-width:768px){.theme-light .dds-dialog__action{margin:1.5rem auto 0;row-gap:1.5rem}}.theme-light .dds-dialog__action__right{display:flex;flex-direction:column;row-gap:1rem;justify-content:right;flex:1 1 0}.theme-light .dds-dialog__action__right--single{justify-content:center}@media (min-width:1200px){.theme-light .dds-dialog__action__right{display:flex;flex-direction:row-reverse;column-gap:1.25rem;row-gap:unset}}.theme-light .dds-dialog__action__button{min-width:0!important;flex:1 1 0}@media (min-width:1200px){.theme-light .dds-dialog__action__button--single{max-width:23rem}}.theme-light .dds-dialog__action--single{justify-content:center!important}.theme-light .dds-dialog__action--triple{justify-content:space-between}@media (min-width:1200px){.theme-light .dds-dialog__action--triple button{width:max-content;flex:unset}.theme-light .dds-dialog__action{display:flex;flex-direction:row-reverse;justify-content:space-between;column-gap:1.5rem;row-gap:unset}}.theme-light .dds-dialog--alert .dds-dialog__container{display:flex;flex-direction:column;align-items:center;row-gap:0}.theme-light .dds-dialog--alert .dds-dialog__container__title{margin-top:1rem;margin-bottom:0}.theme-light .dds-dialog--alert .dds-dialog__container__message{margin-top:.5rem;text-align:center}.theme-dark .dds-dialog__container{display:flex;flex-direction:column;row-gap:1rem}.theme-dark .dds-dialog__container__btn-close{position:absolute;margin-left:1rem;top:.25rem;right:.25rem}@media (min-width:768px){.theme-dark .dds-dialog__container__btn-close{top:.5rem;right:.5rem}.theme-dark .dds-dialog__container{row-gap:1.5rem}}.theme-dark .dds-dialog__action{margin:1rem auto 0;display:flex;flex-direction:column;row-gap:1rem}@media (min-width:768px){.theme-dark .dds-dialog__action{margin:1.5rem auto 0;row-gap:1.5rem}}.theme-dark .dds-dialog__action__right{display:flex;flex-direction:column;row-gap:1rem;justify-content:right;flex:1 1 0}.theme-dark .dds-dialog__action__right--single{justify-content:center}@media (min-width:1200px){.theme-dark .dds-dialog__action__right{display:flex;flex-direction:row-reverse;column-gap:1.25rem;row-gap:unset}}.theme-dark .dds-dialog__action__button{min-width:0!important;flex:1 1 0}@media (min-width:1200px){.theme-dark .dds-dialog__action__button--single{max-width:23rem}}.theme-dark .dds-dialog__action--single{justify-content:center!important}.theme-dark .dds-dialog__action--triple{justify-content:space-between}@media (min-width:1200px){.theme-dark .dds-dialog__action--triple button{width:max-content;flex:unset}.theme-dark .dds-dialog__action{display:flex;flex-direction:row-reverse;justify-content:space-between;column-gap:1.5rem;row-gap:unset}}.theme-dark .dds-dialog--alert .dds-dialog__container{display:flex;flex-direction:column;align-items:center;row-gap:0}.theme-dark .dds-dialog--alert .dds-dialog__container__title{margin-top:1rem;margin-bottom:0}.theme-dark .dds-dialog--alert .dds-dialog__container__message{margin-top:.5rem;text-align:center}.theme-light .dds-icontext{display:inline-flex;flex-direction:row;align-items:center;column-gap:.5rem}.theme-light .dds-icontext--small{column-gap:.25rem}.theme-light .dds-icontext__text--text-default{color:#14181c}.theme-light .dds-icontext__text--text-subdued{color:#666e75}.theme-light .dds-icontext__text--text-green{color:#1b7f50}.theme-light .dds-icontext__text--text-cerise{color:#d40c74}.theme-dark .dds-icontext{display:inline-flex;flex-direction:row;align-items:center;column-gap:.5rem}.theme-dark .dds-icontext--small{column-gap:.25rem}.theme-dark .dds-icontext__text--text-default{color:#fff}.theme-dark .dds-icontext__text--text-subdued{color:#adb1b5}.theme-dark .dds-icontext__text--text-green{color:#1ebb71}.theme-dark .dds-icontext__text--text-cerise{color:#f15f7a}.theme-light .dds-list-container{background-color:#fff}.theme-light .dds-list-container__container{padding:1rem;display:flex;flex-direction:row;column-gap:1rem}.theme-light .dds-list-container__container__left-column,.theme-light .dds-list-container__container__right-column{flex-shrink:0;display:flex}.theme-light .dds-list-container__container__left-column--h-flex-start,.theme-light .dds-list-container__container__right-column--h-flex-start{justify-content:flex-start}.theme-light .dds-list-container__container__left-column--h-center,.theme-light .dds-list-container__container__right-column--h-center{justify-content:center}.theme-light .dds-list-container__container__left-column--h-flex-end,.theme-light .dds-list-container__container__right-column--h-flex-end{justify-content:flex-end}.theme-light .dds-list-container__container__left-column--v-flex-start,.theme-light .dds-list-container__container__right-column--v-flex-start{align-items:flex-start}.theme-light .dds-list-container__container__left-column--v-center,.theme-light .dds-list-container__container__right-column--v-center{align-items:center}.theme-light .dds-list-container__container__left-column--v-flex-end,.theme-light .dds-list-container__container__right-column--v-flex-end{align-items:flex-end}.theme-light .dds-list-container__container__middle-column{flex:1;display:flex;flex-direction:column}.theme-light .dds-list-container__container__middle-column__caption,.theme-light .dds-list-container__container__middle-column__title{color:#14181c}.theme-light .dds-list-container__container__middle-column__title{margin-top:.25rem}.theme-light .dds-list-container__container__middle-column__description{margin-top:.5rem;color:#666e75}.theme-light .dds-list-container__container__middle-column__description--with-dot{margin-left:1.25rem}.theme-light .dds-list-container__divider{margin:0 1rem}.theme-light .dds-list-container--container{border:.0625rem solid #858b91;border-radius:.5rem}.theme-light .dds-list-container--with-hover:hover{background-color:#f5f5f6}.theme-light .dds-list-container:not(:first-child){margin-top:.5rem}.theme-dark .dds-list-container{background-color:#14181c}.theme-dark .dds-list-container__container{padding:1rem;display:flex;flex-direction:row;column-gap:1rem}.theme-dark .dds-list-container__container__left-column,.theme-dark .dds-list-container__container__right-column{flex-shrink:0;display:flex}.theme-dark .dds-list-container__container__left-column--h-flex-start,.theme-dark .dds-list-container__container__right-column--h-flex-start{justify-content:flex-start}.theme-dark .dds-list-container__container__left-column--h-center,.theme-dark .dds-list-container__container__right-column--h-center{justify-content:center}.theme-dark .dds-list-container__container__left-column--h-flex-end,.theme-dark .dds-list-container__container__right-column--h-flex-end{justify-content:flex-end}.theme-dark .dds-list-container__container__left-column--v-flex-start,.theme-dark .dds-list-container__container__right-column--v-flex-start{align-items:flex-start}.theme-dark .dds-list-container__container__left-column--v-center,.theme-dark .dds-list-container__container__right-column--v-center{align-items:center}.theme-dark .dds-list-container__container__left-column--v-flex-end,.theme-dark .dds-list-container__container__right-column--v-flex-end{align-items:flex-end}.theme-dark .dds-list-container__container__middle-column{flex:1;display:flex;flex-direction:column}.theme-dark .dds-list-container__container__middle-column__caption,.theme-dark .dds-list-container__container__middle-column__title{color:#fff}.theme-dark .dds-list-container__container__middle-column__title{margin-top:.25rem}.theme-dark .dds-list-container__container__middle-column__description{margin-top:.5rem;color:#adb1b5}.theme-dark .dds-list-container__container__middle-column__description--with-dot{margin-left:1.25rem}.theme-dark .dds-list-container__divider{margin:0 1rem}.theme-dark .dds-list-container--container{border:.0625rem solid #858b91;border-radius:.5rem}.theme-dark .dds-list-container--with-hover:hover{background-color:#1f252b}.theme-dark .dds-list-container:not(:first-child){margin-top:.5rem}.theme-light .dds-page-level-message{width:100%;padding:1.5rem;display:flex;column-gap:1.5rem;border-radius:.5rem;border-width:.0625rem;border-style:solid}@media (max-width:767.98px){.theme-light .dds-page-level-message{padding:1rem 1rem .5rem;flex-direction:column}}.theme-light .dds-page-level-message--informative{background-color:#e8f1fa;border-color:#a2c7ed}.theme-light .dds-page-level-message--success{background-color:#e9f5ef;border-color:#a7d9c1}.theme-light .dds-page-level-message--warning{background-color:#fdf4d4;border-color:#fbe493}.theme-light .dds-page-level-message--error{background-color:#fbe7f1;border-color:#ee9ec7}.theme-light .dds-page-level-message__icon{flex-shrink:0}.theme-light .dds-page-level-message__content{flex-grow:0 1 auto;display:flex;flex-direction:row;column-gap:.5rem;max-width:47.5rem}.theme-light .dds-page-level-message__content__section-right{display:flex;flex-direction:column;row-gap:.25rem}.theme-light .dds-page-level-message__action-container{flex-grow:1;display:flex;flex-direction:row;justify-content:end;align-items:start}@media (min-width:768px){.theme-light .dds-page-level-message__action-container{margin-top:-1rem}}.theme-dark .dds-page-level-message{width:100%;padding:1.5rem;display:flex;column-gap:1.5rem;border-radius:.5rem;border-width:.0625rem;border-style:solid}@media (max-width:767.98px){.theme-dark .dds-page-level-message{padding:1rem 1rem .5rem;flex-direction:column}}.theme-dark .dds-page-level-message--informative{background-color:#102e4d;border-color:#1b4d80}.theme-dark .dds-page-level-message--success{background-color:#062517;border-color:#093822}.theme-dark .dds-page-level-message--warning{background-color:#332b13;border-color:#665626}.theme-dark .dds-page-level-message--error{background-color:#301318;border-color:#792f3d}.theme-dark .dds-page-level-message__icon{flex-shrink:0}.theme-dark .dds-page-level-message__content{flex-grow:0 1 auto;display:flex;flex-direction:row;column-gap:.5rem;max-width:47.5rem}.theme-dark .dds-page-level-message__content__section-right{display:flex;flex-direction:column;row-gap:.25rem}.theme-dark .dds-page-level-message__action-container{flex-grow:1;display:flex;flex-direction:row;justify-content:end;align-items:start}@media (min-width:768px){.theme-dark .dds-page-level-message__action-container{margin-top:-1rem}}.theme-light .dds-pagination,.theme-light .dds-pagination__container{display:inline-flex;flex-direction:row;column-gap:.25rem}.theme-light .dds-pagination__page{cursor:pointer;text-decoration:none;padding:.375rem;display:flex;justify-content:center;align-items:center}.theme-light .dds-pagination__page__circle{width:2rem;height:2rem;display:flex;justify-content:center;align-items:center;border-radius:.5rem;background-color:#f5f5f600}.theme-light .dds-pagination__page__circle__label{color:#666e75}.theme-light .dds-pagination__page:not(.dds-pagination__page--ellipsis,.dds-pagination__page--selected):hover .dds-pagination__page__circle{background-color:#14181c14}.theme-light .dds-pagination__page:not(.dds-pagination__page--ellipsis,.dds-pagination__page--selected):hover .dds-pagination__page__circle__label{color:#666e75}.theme-light .dds-pagination__page--selected .dds-pagination__page__circle{background-color:#082065}.theme-light .dds-pagination__page--selected .dds-pagination__page__circle__label{color:#fff}.theme-light .dds-pagination__page--selected:hover .dds-pagination__page__circle{background-color:#0c6dd2}.theme-light .dds-pagination__page--selected:hover .dds-pagination__page__circle__label{color:#fff}.theme-dark .dds-pagination,.theme-dark .dds-pagination__container{display:inline-flex;flex-direction:row;column-gap:.25rem}.theme-dark .dds-pagination__page{cursor:pointer;text-decoration:none;padding:.375rem;display:flex;justify-content:center;align-items:center}.theme-dark .dds-pagination__page__circle{width:2rem;height:2rem;display:flex;justify-content:center;align-items:center;border-radius:.5rem;background-color:#1f252b00}.theme-dark .dds-pagination__page__circle__label{color:#adb1b5}.theme-dark .dds-pagination__page:not(.dds-pagination__page--ellipsis,.dds-pagination__page--selected):hover .dds-pagination__page__circle{background-color:#ffffff26}.theme-dark .dds-pagination__page:not(.dds-pagination__page--ellipsis,.dds-pagination__page--selected):hover .dds-pagination__page__circle__label{color:#adb1b5}.theme-dark .dds-pagination__page--selected .dds-pagination__page__circle{background-color:#2469c1}.theme-dark .dds-pagination__page--selected .dds-pagination__page__circle__label{color:#fff}.theme-dark .dds-pagination__page--selected:hover .dds-pagination__page__circle{background-color:#369aff}.theme-dark .dds-pagination__page--selected:hover .dds-pagination__page__circle__label{color:#fff}.theme-light .dds-policy-card{padding:1.5rem;display:flex;flex-direction:column;row-gap:.75rem}.theme-light .dds-policy-card__header{flex-shrink:0;display:flex;flex-direction:row;column-gap:.75rem}.theme-light .dds-policy-card__header__icon{flex-shrink:0}.theme-light .dds-policy-card__header__content{max-width:47.5rem;flex:1;display:flex;flex-direction:column;row-gap:.25rem}.theme-light .dds-policy-card__header__content__caption-wrapper{display:inline-flex;flex-flow:row wrap;column-gap:.5rem;justify-content:flex-start;align-items:center}.theme-light .dds-policy-card__header__content__caption-wrapper>*{flex-shrink:0}.theme-light .dds-policy-card__header__content__caption-wrapper__dot{width:.25rem;height:.25rem;border-radius:50%;background-color:#666e75}.theme-light .dds-policy-card__header__content__title{margin-bottom:0}.theme-light .dds-policy-card__header__content__policy-number{color:#666e75}.theme-light .dds-policy-card__list{display:flex;flex-direction:column;row-gap:.5rem}.theme-light .dds-policy-card__list__item{display:flex;flex-direction:row;justify-content:space-between;align-items:center;column-gap:.5rem}.theme-light .dds-policy-card__list__item__status-small{display:flex;flex-direction:row;column-gap:.25rem;align-items:center}.theme-light .dds-policy-card__list__item>*{flex:1}.theme-light .dds-policy-card__list__item>:last-child{justify-content:flex-end}@media (min-width:480px){.theme-light .dds-policy-card__actions{display:flex;justify-content:end}.theme-light .dds-policy-card__actions button{width:max-content}}@media (min-width:768px){.theme-light .dds-policy-card{padding:1.5rem}}.theme-dark .dds-policy-card{padding:1.5rem;display:flex;flex-direction:column;row-gap:.75rem}.theme-dark .dds-policy-card__header{flex-shrink:0;display:flex;flex-direction:row;column-gap:.75rem}.theme-dark .dds-policy-card__header__icon{flex-shrink:0}.theme-dark .dds-policy-card__header__content{max-width:47.5rem;flex:1;display:flex;flex-direction:column;row-gap:.25rem}.theme-dark .dds-policy-card__header__content__caption-wrapper{display:inline-flex;flex-flow:row wrap;column-gap:.5rem;justify-content:flex-start;align-items:center}.theme-dark .dds-policy-card__header__content__caption-wrapper>*{flex-shrink:0}.theme-dark .dds-policy-card__header__content__caption-wrapper__dot{width:.25rem;height:.25rem;border-radius:50%;background-color:#858b91}.theme-dark .dds-policy-card__header__content__title{margin-bottom:0}.theme-dark .dds-policy-card__header__content__policy-number{color:#adb1b5}.theme-dark .dds-policy-card__list{display:flex;flex-direction:column;row-gap:.5rem}.theme-dark .dds-policy-card__list__item{display:flex;flex-direction:row;justify-content:space-between;align-items:center;column-gap:.5rem}.theme-dark .dds-policy-card__list__item__status-small{display:flex;flex-direction:row;column-gap:.25rem;align-items:center}.theme-dark .dds-policy-card__list__item>*{flex:1}.theme-dark .dds-policy-card__list__item>:last-child{justify-content:flex-end}@media (min-width:480px){.theme-dark .dds-policy-card__actions{display:flex;justify-content:end}.theme-dark .dds-policy-card__actions button{width:max-content}}@media (min-width:768px){.theme-dark .dds-policy-card{padding:1.5rem}}.theme-light .dds-product-card{padding:1rem;display:flex;flex-direction:row;column-gap:1rem}.theme-light .dds-product-card__icon{flex-shrink:0}.theme-light .dds-product-card__content{flex:1;display:flex;flex-direction:column;max-width:47.5rem}.theme-light .dds-product-card__content__caption-wrapper{margin-bottom:.25rem;display:inline-flex;flex-flow:row wrap;column-gap:.5rem;justify-content:flex-start;align-items:center}.theme-light .dds-product-card__content__caption-wrapper>*{flex-shrink:0}.theme-light .dds-product-card__content__caption-wrapper__dot{width:.25rem;height:.25rem;border-radius:50%;background-color:#666e75}.theme-light .dds-product-card__content__title{margin-bottom:.5rem}.theme-light .dds-product-card__content__tag-wrapper{margin-top:.5rem;display:flex;flex-flow:row wrap;justify-content:flex-start;column-gap:.5rem;row-gap:.5rem}.theme-light .dds-product-card__content__tag-wrapper>*{flex-shrink:0}@media (min-width:768px){.theme-light .dds-product-card{padding:1.5rem}}.theme-dark .dds-product-card{padding:1rem;display:flex;flex-direction:row;column-gap:1rem}.theme-dark .dds-product-card__icon{flex-shrink:0}.theme-dark .dds-product-card__content{flex:1;display:flex;flex-direction:column;max-width:47.5rem}.theme-dark .dds-product-card__content__caption-wrapper{margin-bottom:.25rem;display:inline-flex;flex-flow:row wrap;column-gap:.5rem;justify-content:flex-start;align-items:center}.theme-dark .dds-product-card__content__caption-wrapper>*{flex-shrink:0}.theme-dark .dds-product-card__content__caption-wrapper__dot{width:.25rem;height:.25rem;border-radius:50%;background-color:#858b91}.theme-dark .dds-product-card__content__title{margin-bottom:.5rem}.theme-dark .dds-product-card__content__tag-wrapper{margin-top:.5rem;display:flex;flex-flow:row wrap;justify-content:flex-start;column-gap:.5rem;row-gap:.5rem}.theme-dark .dds-product-card__content__tag-wrapper>*{flex-shrink:0}@media (min-width:768px){.theme-dark .dds-product-card{padding:1.5rem}}.theme-light .dds-radio-with-container{display:flex;flex-direction:column;row-gap:.5rem}.theme-light .dds-radio-with-container__control{display:inline-flex;flex-direction:column;row-gap:.25rem;cursor:pointer;background-color:#fff;border:.0625rem solid #858b91;border-radius:.5rem}.theme-light .dds-radio-with-container__control__first-row{display:inline-flex;flex-direction:row;column-gap:1rem}.theme-light .dds-radio-with-container__control__left-icon,.theme-light .dds-radio-with-container__control__radio{flex-shrink:0}.theme-light .dds-radio-with-container__control__label{flex:1;color:#14181c}.theme-light .dds-radio-with-container__control__description{color:#666e75}.theme-light .dds-radio-with-container__control *{cursor:pointer}.theme-light .dds-radio-with-container__control:hover:not(.dds-radio-with-container__control--disabled){background-color:#f5f5f6;border-color:#858b91}.theme-light .dds-radio-with-container__control:hover:not(.dds-radio-with-container__control--disabled).dds-radio-with-container__control--checked{background-color:#08206526;border-color:#082065}.theme-light .dds-radio-with-container__control--checked:not(.dds-radio-with-container__control--disabled){background-color:#08206514;border-color:#082065}.theme-light .dds-radio-with-container__control--disabled{cursor:not-allowed;background-color:#ebeced;border-color:#d6d8da}.theme-light .dds-radio-with-container__control--disabled .dds-radio-with-container__control__description,.theme-light .dds-radio-with-container__control--disabled .dds-radio-with-container__control__label{color:#858b91}.theme-light .dds-radio-with-container__control--disabled *{cursor:not-allowed}.theme-light .dds-radio-with-container__control--default{padding:1.1875rem 1rem}.theme-light .dds-radio-with-container__control--image{padding:.9375rem 1rem}.theme-light .dds-radio-with-container__control--align-first-line .dds-radio-with-container__control__label{margin-top:.25rem}.theme-light .dds-radio-with-container__control--align-first-line .dds-radio-with-container__control__radio{margin-top:.375rem}.theme-light .dds-radio-with-container__control-label{padding:.75rem 0;display:inline-flex;flex-direction:row;column-gap:.5rem;cursor:pointer}.theme-light .dds-radio-with-container__control-label__radio{flex-shrink:0}.theme-light .dds-radio-with-container__control-label__label{flex:1;color:#14181c}.theme-light .dds-radio-with-container__control-label *{cursor:pointer}.theme-light .dds-radio-with-container__control-label--disabled{cursor:not-allowed}.theme-light .dds-radio-with-container__control-label--disabled .dds-radio-with-container__control-label__label{color:#858b91}.theme-light .dds-radio-with-container__control-label--disabled *{cursor:not-allowed}.theme-light .dds-radio-with-container__error-wrapper{display:flex;align-items:flex-start;column-gap:.25rem}.theme-light .dds-radio-with-container__error-wrapper__error-icon{margin-top:.125rem;flex-shrink:0}.theme-light .dds-radio-with-container__error-wrapper__error-message{color:#d40c74!important}.theme-light .dds-radio-with-container--no-gap{row-gap:0;display:inline-flex}.theme-dark .dds-radio-with-container{display:flex;flex-direction:column;row-gap:.5rem}.theme-dark .dds-radio-with-container__control{display:inline-flex;flex-direction:column;row-gap:.25rem;cursor:pointer;background-color:#14181c;border:.0625rem solid #858b91;border-radius:.5rem}.theme-dark .dds-radio-with-container__control__first-row{display:inline-flex;flex-direction:row;column-gap:1rem}.theme-dark .dds-radio-with-container__control__left-icon,.theme-dark .dds-radio-with-container__control__radio{flex-shrink:0}.theme-dark .dds-radio-with-container__control__label{flex:1;color:#fff}.theme-dark .dds-radio-with-container__control__description{color:#adb1b5}.theme-dark .dds-radio-with-container__control *{cursor:pointer}.theme-dark .dds-radio-with-container__control:hover:not(.dds-radio-with-container__control--disabled){background-color:#1f252b;border-color:#858b91}.theme-dark .dds-radio-with-container__control:hover:not(.dds-radio-with-container__control--disabled).dds-radio-with-container__control--checked{background-color:#2469c140;border-color:#2469c1}.theme-dark .dds-radio-with-container__control--checked:not(.dds-radio-with-container__control--disabled){background-color:#2469c126;border-color:#2469c1}.theme-dark .dds-radio-with-container__control--disabled{cursor:not-allowed;background-color:#1f252b;border-color:#333d47}.theme-dark .dds-radio-with-container__control--disabled .dds-radio-with-container__control__description,.theme-dark .dds-radio-with-container__control--disabled .dds-radio-with-container__control__label{color:#858b91}.theme-dark .dds-radio-with-container__control--disabled *{cursor:not-allowed}.theme-dark .dds-radio-with-container__control--default{padding:1.1875rem 1rem}.theme-dark .dds-radio-with-container__control--image{padding:.9375rem 1rem}.theme-dark .dds-radio-with-container__control--align-first-line .dds-radio-with-container__control__label{margin-top:.25rem}.theme-dark .dds-radio-with-container__control--align-first-line .dds-radio-with-container__control__radio{margin-top:.375rem}.theme-dark .dds-radio-with-container__control-label{padding:.75rem 0;display:inline-flex;flex-direction:row;column-gap:.5rem;cursor:pointer}.theme-dark .dds-radio-with-container__control-label__radio{flex-shrink:0}.theme-dark .dds-radio-with-container__control-label__label{flex:1;color:#fff}.theme-dark .dds-radio-with-container__control-label *{cursor:pointer}.theme-dark .dds-radio-with-container__control-label--disabled{cursor:not-allowed}.theme-dark .dds-radio-with-container__control-label--disabled .dds-radio-with-container__control-label__label{color:#858b91}.theme-dark .dds-radio-with-container__control-label--disabled *{cursor:not-allowed}.theme-dark .dds-radio-with-container__error-wrapper{display:flex;align-items:flex-start;column-gap:.25rem}.theme-dark .dds-radio-with-container__error-wrapper__error-icon{margin-top:.125rem;flex-shrink:0}.theme-dark .dds-radio-with-container__error-wrapper__error-message{color:#f15f7a!important}.theme-dark .dds-radio-with-container--no-gap{row-gap:0;display:inline-flex}.theme-light .dds-section-title{padding:.5rem 0;display:flex;flex-direction:row;column-gap:.25rem;justify-content:flex-start;align-items:center}.theme-light .dds-section-title__title{margin:0;color:#14181c}.theme-light .dds-section-title__icon{flex-shrink:0}.theme-light .dds-section-title--actionable:hover .dds-section-title__title{text-underline-offset:.25rem;text-decoration-thickness:.0625rem;text-decoration:underline;text-decoration-color:#14181c}.theme-dark .dds-section-title{padding:.5rem 0;display:flex;flex-direction:row;column-gap:.25rem;justify-content:flex-start;align-items:center}.theme-dark .dds-section-title__title{margin:0;color:#fff}.theme-dark .dds-section-title__icon{flex-shrink:0}.theme-dark .dds-section-title--actionable:hover .dds-section-title__title{text-underline-offset:.25rem;text-decoration-thickness:.0625rem;text-decoration:underline;text-decoration-color:#fff}@media (min-width:768px){.dds-section-title{display:inline-flex!important}}.theme-light .dds-snackbar{position:absolute;bottom:1.5rem;left:0;right:0;margin-left:auto;margin-right:auto;width:100%;max-width:100%;display:flex;flex-direction:row;border-radius:.5rem;overflow:hidden;background-color:#333d47}@media (max-width:479.98px){.theme-light .dds-snackbar{bottom:.5rem;width:auto}}.theme-light .dds-snackbar__section-container{flex-grow:1;display:flex;flex-direction:row;padding:1rem}.theme-light .dds-snackbar__section-container__text{flex-grow:1;margin-bottom:0;color:#fff}.theme-dark .dds-snackbar{position:absolute;bottom:1.5rem;left:0;right:0;margin-left:auto;margin-right:auto;width:100%;max-width:100%;display:flex;flex-direction:row;border-radius:.5rem;overflow:hidden;background-color:#f5f5f6}@media (max-width:479.98px){.theme-dark .dds-snackbar{bottom:.5rem;width:auto}}.theme-dark .dds-snackbar__section-container{flex-grow:1;display:flex;flex-direction:row;padding:1rem}.theme-dark .dds-snackbar__section-container__text{flex-grow:1;margin-bottom:0;color:#14181c}.theme-light .dds-slider__slider{height:.375rem;line-height:.375rem;border-radius:6.25rem;background-color:#d6d8da;z-index:1}.theme-light .dds-slider__slider--single-thumb .range-slider__thumb[data-lower]{display:none;width:0}.theme-light .dds-slider__slider .range-slider__thumb{cursor:pointer;width:1.5rem;height:1.5rem;background-color:#fff;border:.125rem solid #082065;border-radius:50%;box-shadow:0 1rem 3rem #0000002d}.theme-light .dds-slider__slider .range-slider__range{border-radius:6.25rem;background-color:#082065}.theme-light .dds-slider__label-container{margin-top:.5rem;display:flex;flex-direction:row;justify-content:space-between}.theme-light .dds-slider__tooltip-container{position:absolute}.theme-dark .dds-slider__slider{height:.375rem;line-height:.375rem;border-radius:6.25rem;background-color:#333d47;z-index:1}.theme-dark .dds-slider__slider--single-thumb .range-slider__thumb[data-lower]{display:none;width:0}.theme-dark .dds-slider__slider .range-slider__thumb{cursor:pointer;width:1.5rem;height:1.5rem;background-color:#14181c;border:.125rem solid #2469c1;border-radius:50%;box-shadow:0 1rem 3rem #0000002d}.theme-dark .dds-slider__slider .range-slider__range{border-radius:6.25rem;background-color:#2469c1}.theme-dark .dds-slider__label-container{margin-top:.5rem;display:flex;flex-direction:row;justify-content:space-between}.theme-dark .dds-slider__tooltip-container{position:absolute}.theme-light .dds-system-alert{width:100%;display:flex;flex-direction:column}.theme-light .dds-system-alert--max-width{max-width:75rem}.theme-light .dds-system-alert--with-action{flex-direction:column-reverse}.theme-light .dds-system-alert--with-action .dds-system-alert__container{display:flex;flex-direction:column}.theme-light .dds-system-alert__container{display:flex;flex-direction:row;justify-content:space-between;background-color:#fff}.theme-light .dds-system-alert__container__left-container{flex:1;max-width:47.5rem;padding:1rem;display:flex;flex-direction:row;column-gap:.5rem}.theme-light .dds-system-alert__container__left-container__left-icon{flex-shrink:0}.theme-light .dds-system-alert__container__left-container__message{flex:1}.theme-light .dds-system-alert__container__close-container{flex-shrink:0;margin-top:.375rem;margin-right:.5rem;position:relative;width:1.5rem;height:1.5rem;display:flex;justify-content:center;align-items:center}.theme-light .dds-system-alert__container__close-container__clickable{cursor:pointer;position:absolute;top:-.625rem;right:-.625rem;width:2.75rem;height:2.75rem}.theme-light .dds-system-alert__container__action-container{flex-shrink:0;margin-top:1.5rem;padding:1rem;display:flex;flex-direction:column-reverse;row-gap:1rem;align-items:center}.theme-light .dds-system-alert__container__action-container__button{width:100%}@media (min-width:768px){.theme-light .dds-system-alert--with-action .dds-system-alert__container__left-container{padding:1rem}.theme-light .dds-system-alert--with-action .dds-system-alert__container__action-container{margin-top:0;flex:1;padding:1rem 1.5rem;display:flex;flex-direction:row;justify-content:flex-end;column-gap:2rem}.theme-light .dds-system-alert--with-action .dds-system-alert__container__action-container__button{width:auto}}@media (min-width:1024px){.theme-light .dds-system-alert__container__left-container{padding:1rem 1.5rem}.theme-light .dds-system-alert__container__close-container{margin-top:.375rem;column-gap:1rem}.theme-light .dds-system-alert--with-action .dds-system-alert__container{display:flex;flex-direction:row}.theme-light .dds-system-alert--with-action .dds-system-alert__container__left-container{padding:1.875rem 1.5rem}.theme-light .dds-system-alert--with-action .dds-system-alert__container__action-container{margin-top:0;flex:1}.theme-light .dds-system-alert--with-action .dds-system-alert__container__action-container__button{width:auto}}.theme-dark .dds-system-alert{width:100%;display:flex;flex-direction:column}.theme-dark .dds-system-alert--max-width{max-width:75rem}.theme-dark .dds-system-alert--with-action{flex-direction:column-reverse}.theme-dark .dds-system-alert--with-action .dds-system-alert__container{display:flex;flex-direction:column}.theme-dark .dds-system-alert__container{display:flex;flex-direction:row;justify-content:space-between;background-color:#14181c}.theme-dark .dds-system-alert__container__left-container{flex:1;max-width:47.5rem;padding:1rem;display:flex;flex-direction:row;column-gap:.5rem}.theme-dark .dds-system-alert__container__left-container__left-icon{flex-shrink:0}.theme-dark .dds-system-alert__container__left-container__message{flex:1}.theme-dark .dds-system-alert__container__close-container{flex-shrink:0;margin-top:.375rem;margin-right:.5rem;position:relative;width:1.5rem;height:1.5rem;display:flex;justify-content:center;align-items:center}.theme-dark .dds-system-alert__container__close-container__clickable{cursor:pointer;position:absolute;top:-.625rem;right:-.625rem;width:2.75rem;height:2.75rem}.theme-dark .dds-system-alert__container__action-container{flex-shrink:0;margin-top:1.5rem;padding:1rem;display:flex;flex-direction:column-reverse;row-gap:1rem;align-items:center}.theme-dark .dds-system-alert__container__action-container__button{width:100%}@media (min-width:768px){.theme-dark .dds-system-alert--with-action .dds-system-alert__container__left-container{padding:1rem}.theme-dark .dds-system-alert--with-action .dds-system-alert__container__action-container{margin-top:0;flex:1;padding:1rem 1.5rem;display:flex;flex-direction:row;justify-content:flex-end;column-gap:2rem}.theme-dark .dds-system-alert--with-action .dds-system-alert__container__action-container__button{width:auto}}@media (min-width:1024px){.theme-dark .dds-system-alert__container__left-container{padding:1rem 1.5rem}.theme-dark .dds-system-alert__container__close-container{margin-top:.375rem;column-gap:1rem}.theme-dark .dds-system-alert--with-action .dds-system-alert__container{display:flex;flex-direction:row}.theme-dark .dds-system-alert--with-action .dds-system-alert__container__left-container{padding:1.875rem 1.5rem}.theme-dark .dds-system-alert--with-action .dds-system-alert__container__action-container{margin-top:0;flex:1}.theme-dark .dds-system-alert--with-action .dds-system-alert__container__action-container__button{width:auto}}.theme-light .dds-tabs{position:relative;padding:0 1rem;max-width:100%;overflow:auto;scrollbar-width:none}.theme-light .dds-tabs::-webkit-scrollbar{display:none}.theme-light .dds-tabs__container{z-index:1;position:relative;display:flex;flex-direction:row}.theme-light .dds-tabs__container__tab{width:auto;flex-shrink:0}.theme-light .dds-tabs__divider{z-index:0;position:absolute;left:0;right:0;bottom:0}@media (max-width:767.98px){.theme-light .dds-tabs__container--tabs-evenly .dds-tabs__container__tab{flex:1}}@media (min-width:1024px){.theme-light .dds-tabs{padding:0 1.5rem}}.theme-dark .dds-tabs{position:relative;padding:0 1rem;max-width:100%;overflow:auto;scrollbar-width:none}.theme-dark .dds-tabs::-webkit-scrollbar{display:none}.theme-dark .dds-tabs__container{z-index:1;position:relative;display:flex;flex-direction:row}.theme-dark .dds-tabs__container__tab{width:auto;flex-shrink:0}.theme-dark .dds-tabs__divider{z-index:0;position:absolute;left:0;right:0;bottom:0}@media (max-width:767.98px){.theme-dark .dds-tabs__container--tabs-evenly .dds-tabs__container__tab{flex:1}}@media (min-width:1024px){.theme-dark .dds-tabs{padding:0 1.5rem}}.theme-light .dds-list-item{display:flex;flex-direction:row}.theme-light .dds-list-item__dot{flex-shrink:0;display:flex;justify-content:center;align-items:center}.theme-light .dds-list-item__dot:before{content:"";width:.25rem;height:.25rem;background-color:#14181c;border-radius:50%}.theme-light .dds-list-item__icon{flex-shrink:0}.theme-light .dds-list-item__content{color:#14181c}.theme-light .dds-list-item--small{column-gap:.25rem;margin-bottom:.5rem}.theme-light .dds-list-item--small .dds-list-item__dot,.theme-light .dds-list-item--small .dds-list-item__icon>svg{width:1rem;height:1rem}.theme-light .dds-list-item--large{column-gap:.5rem;margin-bottom:.75rem}.theme-light .dds-list-item--large .dds-list-item__dot,.theme-light .dds-list-item--large .dds-list-item__icon>svg{width:1.5rem;height:1.5rem}.theme-dark .dds-list-item{display:flex;flex-direction:row}.theme-dark .dds-list-item__dot{flex-shrink:0;display:flex;justify-content:center;align-items:center}.theme-dark .dds-list-item__dot:before{content:"";width:.25rem;height:.25rem;background-color:#fff;border-radius:50%}.theme-dark .dds-list-item__icon{flex-shrink:0}.theme-dark .dds-list-item__content{color:#fff}.theme-dark .dds-list-item--small{column-gap:.25rem;margin-bottom:.5rem}.theme-dark .dds-list-item--small .dds-list-item__dot,.theme-dark .dds-list-item--small .dds-list-item__icon>svg{width:1rem;height:1rem}.theme-dark .dds-list-item--large{column-gap:.5rem;margin-bottom:.75rem}.theme-dark .dds-list-item--large .dds-list-item__dot,.theme-dark .dds-list-item--large .dds-list-item__icon>svg{width:1.5rem;height:1.5rem}.theme-light .dds-uploader-layout__container{--bs-gutter-x:2rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}.theme-light .dds-uploader-layout__row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.theme-light .dds-uploader-layout__main-content--list-view{flex:0 0 auto;width:100%}@media (min-width:768px){.theme-light .dds-uploader-layout__main-content--list-view{flex:0 0 auto;width:50%}}@media (min-width:1200px){.theme-light .dds-uploader-layout__main-content--list-view{flex:0 0 auto;width:33.33333333%}}.theme-light .dds-uploader-layout__main-content--grid-view{flex:0 0 auto;width:33.33333333%}@media (min-width:768px){.theme-light .dds-uploader-layout__main-content--grid-view{flex:0 0 auto;width:25%}}@media (min-width:1200px){.theme-light .dds-uploader-layout__main-content--grid-view{flex:0 0 auto;width:16.66666667%}}.theme-light .dds-uploader-layout__main-content--default{flex:0 0 auto;width:100%}@media (min-width:768px){.theme-light .dds-uploader-layout__main-content--default{flex:0 0 auto;width:66.66666667%}}@media (min-width:1200px){.theme-light .dds-uploader-layout__main-content--default{flex:0 0 auto;width:66.66666667%}}.theme-light .dds-uploader__input{display:none}.theme-light .dds-uploader--list-view{background-color:#fff;border:.0625rem solid #858b91;border-radius:.5rem}.theme-light .dds-uploader--list-view .dds-uploader__select-wrapper{padding:1.25rem 1.5rem;display:flex;flex-direction:row;column-gap:.5rem;justify-content:center;align-items:center}.theme-light .dds-uploader--list-view .dds-uploader__select-wrapper__icon{flex-shrink:0}.theme-light .dds-uploader--list-view .dds-uploader__select-wrapper__label{color:#14181c}.theme-light .dds-uploader--list-view .dds-uploader__uploading-wrapper{padding:.5rem;display:flex;flex-direction:row;column-gap:0;justify-content:center;align-items:flex-start}.theme-light .dds-uploader--list-view .dds-uploader__uploading-wrapper *{min-width:0}.theme-light .dds-uploader--list-view .dds-uploader__uploading-wrapper__indicator-wrapper{width:3rem;height:3rem;flex-shrink:0;display:flex;justify-content:center;align-items:center}.theme-light .dds-uploader--list-view .dds-uploader__uploading-wrapper__label-wrapper{flex:1;margin-left:.75rem;display:flex;flex-direction:column;overflow:hidden;gap:.25rem}.theme-light .dds-uploader--list-view .dds-uploader__uploading-wrapper__label-wrapper__file-name{color:#14181c}.theme-light .dds-uploader--list-view .dds-uploader__uploading-wrapper__label-wrapper__file-size{color:#666e75}.theme-light .dds-uploader--list-view .dds-uploader__uploading-wrapper__action-wrapper{cursor:pointer;width:3rem;height:3rem;margin-left:.5rem;flex-shrink:0;display:flex;justify-content:center;align-items:center}.theme-light .dds-uploader--list-view .dds-uploader__uploaded-wrapper{display:flex;flex-direction:row;column-gap:0;justify-content:center;align-items:flex-start}.theme-light .dds-uploader--list-view .dds-uploader__uploaded-wrapper *{min-width:0}.theme-light .dds-uploader--list-view .dds-uploader__uploaded-wrapper__preview-wrapper{cursor:pointer;flex:1;padding:.5rem;display:flex;flex-direction:row;column-gap:0;justify-content:center;align-items:flex-start}.theme-light .dds-uploader--list-view .dds-uploader__uploaded-wrapper__preview-wrapper__icon-wrapper{width:3rem;height:3rem;flex-shrink:0;display:flex;justify-content:center;align-items:center;border-radius:.5rem;background-color:#ebeced;overflow:hidden}.theme-light .dds-uploader--list-view .dds-uploader__uploaded-wrapper__preview-wrapper__label-wrapper{flex:1;min-width:0;margin-left:.75rem;display:flex;flex-direction:column;overflow:hidden;gap:.25rem}.theme-light .dds-uploader--list-view .dds-uploader__uploaded-wrapper__preview-wrapper__label-wrapper__file-name{color:#14181c;text-decoration:underline}.theme-light .dds-uploader--list-view .dds-uploader__uploaded-wrapper__preview-wrapper__label-wrapper__file-size{color:#666e75}.theme-light .dds-uploader--list-view .dds-uploader__uploaded-wrapper__action-wrapper{cursor:pointer;width:3rem;height:3rem;margin:.5rem;flex-shrink:0;display:flex;justify-content:center;align-items:center}.theme-light .dds-uploader--list-view .dds-uploader__error-wrapper{display:flex;flex-direction:row;column-gap:0;justify-content:center;align-items:flex-start}.theme-light .dds-uploader--list-view .dds-uploader__error-wrapper *{min-width:0}.theme-light .dds-uploader--list-view .dds-uploader__error-wrapper__preview-wrapper{cursor:pointer;flex:1;padding:.5rem;display:flex;flex-direction:row;column-gap:0;justify-content:center;align-items:flex-start}.theme-light .dds-uploader--list-view .dds-uploader__error-wrapper__preview-wrapper__icon-wrapper{width:3rem;height:3rem;flex-shrink:0;display:flex;justify-content:center;align-items:center;overflow:hidden}.theme-light .dds-uploader--list-view .dds-uploader__error-wrapper__preview-wrapper__label-wrapper{flex:1;min-width:0;margin-left:.75rem;display:flex;flex-direction:column;overflow:hidden;gap:.25rem}.theme-light .dds-uploader--list-view .dds-uploader__error-wrapper__preview-wrapper__label-wrapper__file-name{color:#14181c}.theme-light .dds-uploader--list-view .dds-uploader__error-wrapper__preview-wrapper__label-wrapper__error-message{color:#d40c74}.theme-light .dds-uploader--list-view .dds-uploader__error-wrapper__action-wrapper{cursor:pointer;width:3rem;height:3rem;margin:.5rem;flex-shrink:0;display:flex;justify-content:center;align-items:center}.theme-light .dds-uploader--grid-view{background-color:#fff;border:.0625rem solid #858b91;border-radius:.5rem;width:100%;padding-top:100%;position:relative}.theme-light .dds-uploader--grid-view .dds-uploader__select-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;padding:0;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}.theme-light .dds-uploader--grid-view .dds-uploader__select-wrapper__icon{flex-shrink:0;margin:0 auto;display:block}.theme-light .dds-uploader--grid-view .dds-uploader__select-wrapper__label{text-align:center;color:#14181c}@media (min-width:768px){.theme-light .dds-uploader--grid-view .dds-uploader__select-wrapper{padding:1.5rem}.theme-light .dds-uploader--grid-view .dds-uploader__select-wrapper__label{display:block}}.theme-light .dds-uploader--grid-view .dds-uploader__uploading-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.theme-light .dds-uploader--grid-view .dds-uploader__uploading-wrapper *{min-width:0}.theme-light .dds-uploader--grid-view .dds-uploader__uploading-wrapper__indicator-wrapper{width:100%;height:100%;flex-shrink:0;display:flex;justify-content:center;align-items:center;border-radius:.5rem;overflow:hidden}.theme-light .dds-uploader--grid-view .dds-uploader__uploading-wrapper__action-wrapper{position:absolute;top:-.75rem;right:-.75rem;padding:.3125rem;cursor:pointer;width:2rem;height:2rem;flex-shrink:0;display:flex;justify-content:center;align-items:center;background-color:#fff;border:.0625rem solid #858b91;border-radius:50%;box-shadow:0 .5rem 1rem #00000026}.theme-light .dds-uploader--grid-view .dds-uploader__uploaded-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center}.theme-light .dds-uploader--grid-view .dds-uploader__uploaded-wrapper *{min-width:0}.theme-light .dds-uploader--grid-view .dds-uploader__uploaded-wrapper__preview-wrapper{cursor:pointer;width:100%;height:100%;display:flex;justify-content:center;align-items:center;border-radius:.5rem;overflow:hidden}.theme-light .dds-uploader--grid-view .dds-uploader__uploaded-wrapper__action-wrapper{position:absolute;top:-.75rem;right:-.75rem;padding:.3125rem;cursor:pointer;width:2rem;height:2rem;flex-shrink:0;display:flex;justify-content:center;align-items:center;background-color:#fff;border:.0625rem solid #858b91;border-radius:50%;box-shadow:0 .5rem 1rem #00000026}.theme-light .dds-uploader--grid-view .dds-uploader__error-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.theme-light .dds-uploader--grid-view .dds-uploader__error-wrapper *{min-width:0}.theme-light .dds-uploader--grid-view .dds-uploader__error-wrapper__preview-wrapper{width:100%;height:100%;display:flex;justify-content:center;align-items:center;border-radius:.5rem;overflow:hidden}.theme-light .dds-uploader--grid-view .dds-uploader__error-wrapper__action-wrapper{position:absolute;top:-.75rem;right:-.75rem;padding:.3125rem;cursor:pointer;width:2rem;height:2rem;flex-shrink:0;display:flex;justify-content:center;align-items:center;background-color:#fff;border:.0625rem solid #858b91;border-radius:50%;box-shadow:0 .5rem 1rem #00000026}.theme-light .dds-uploader--default{background-color:#fff;border:.0625rem solid #858b91;border-radius:.5rem}.theme-light .dds-uploader--default .dds-uploader__select-wrapper{padding:1.25rem 1.5rem;display:flex;flex-direction:column;row-gap:0;justify-content:center;align-items:center}.theme-light .dds-uploader--default .dds-uploader__select-wrapper__icon{flex-shrink:0}.theme-light .dds-uploader--default .dds-uploader__select-wrapper__label{color:#14181c}@media (max-width:479.98px){.theme-light .dds-uploader--default .dds-uploader__select-wrapper{flex-direction:row;gap:.5rem}}@media (min-width:768px){.theme-light .dds-uploader--default .dds-uploader__select-wrapper{padding:7.5rem 1.5rem}}.theme-light .dds-uploader--default+.dds-uploader__error-wrapper{display:flex;align-items:center;margin-top:.5rem;gap:.25rem}.datepicker-dropdown .theme-light .dds-uploader--default+.dds-uploader__error-wrapper .day,.datepicker-dropdown .theme-light .dds-uploader--default+.dds-uploader__error-wrapper .decade,.datepicker-dropdown .theme-light .dds-uploader--default+.dds-uploader__error-wrapper .month,.datepicker-dropdown .theme-light .dds-uploader--default+.dds-uploader__error-wrapper .year,.theme-light .dds-uploader--default+.dds-uploader__error-wrapper .body-2__regular,.theme-light .dds-uploader--default+.dds-uploader__error-wrapper .datepicker-dropdown .day,.theme-light .dds-uploader--default+.dds-uploader__error-wrapper .datepicker-dropdown .decade,.theme-light .dds-uploader--default+.dds-uploader__error-wrapper .datepicker-dropdown .month,.theme-light .dds-uploader--default+.dds-uploader__error-wrapper .datepicker-dropdown .year{color:#d40c74}.theme-light .dds-uploader--select.dds-uploader--default,.theme-light .dds-uploader--select.dds-uploader--grid-view,.theme-light .dds-uploader--select.dds-uploader--list-view{cursor:pointer}.theme-light .dds-uploader--dragging.dds-uploader--default,.theme-light .dds-uploader--dragging.dds-uploader--grid-view,.theme-light .dds-uploader--dragging.dds-uploader--list-view,.theme-light .dds-uploader--select:hover.dds-uploader--default,.theme-light .dds-uploader--select:hover.dds-uploader--grid-view,.theme-light .dds-uploader--select:hover.dds-uploader--list-view{background-color:#f5f5f6}.theme-light .dds-uploader--uploading.dds-uploader--grid-view,.theme-light .dds-uploader--uploading.dds-uploader--list-view{background-color:#f5f5f6;border-color:#ebeced}.theme-light .dds-uploader--error.dds-uploader--default,.theme-light .dds-uploader--error.dds-uploader--grid-view,.theme-light .dds-uploader--error.dds-uploader--list-view{border-color:#d40c74}.theme-dark .dds-uploader-layout__container{--bs-gutter-x:2rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}.theme-dark .dds-uploader-layout__row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.theme-dark .dds-uploader-layout__main-content--list-view{flex:0 0 auto;width:100%}@media (min-width:768px){.theme-dark .dds-uploader-layout__main-content--list-view{flex:0 0 auto;width:50%}}@media (min-width:1200px){.theme-dark .dds-uploader-layout__main-content--list-view{flex:0 0 auto;width:33.33333333%}}.theme-dark .dds-uploader-layout__main-content--grid-view{flex:0 0 auto;width:33.33333333%}@media (min-width:768px){.theme-dark .dds-uploader-layout__main-content--grid-view{flex:0 0 auto;width:25%}}@media (min-width:1200px){.theme-dark .dds-uploader-layout__main-content--grid-view{flex:0 0 auto;width:16.66666667%}}.theme-dark .dds-uploader-layout__main-content--default{flex:0 0 auto;width:100%}@media (min-width:768px){.theme-dark .dds-uploader-layout__main-content--default{flex:0 0 auto;width:66.66666667%}}@media (min-width:1200px){.theme-dark .dds-uploader-layout__main-content--default{flex:0 0 auto;width:66.66666667%}}.theme-dark .dds-uploader__input{display:none}.theme-dark .dds-uploader--list-view{background-color:#14181c;border:.0625rem solid #858b91;border-radius:.5rem}.theme-dark .dds-uploader--list-view .dds-uploader__select-wrapper{padding:1.25rem 1.5rem;display:flex;flex-direction:row;column-gap:.5rem;justify-content:center;align-items:center}.theme-dark .dds-uploader--list-view .dds-uploader__select-wrapper__icon{flex-shrink:0}.theme-dark .dds-uploader--list-view .dds-uploader__select-wrapper__label{color:#fff}.theme-dark .dds-uploader--list-view .dds-uploader__uploading-wrapper{padding:.5rem;display:flex;flex-direction:row;column-gap:0;justify-content:center;align-items:flex-start}.theme-dark .dds-uploader--list-view .dds-uploader__uploading-wrapper *{min-width:0}.theme-dark .dds-uploader--list-view .dds-uploader__uploading-wrapper__indicator-wrapper{width:3rem;height:3rem;flex-shrink:0;display:flex;justify-content:center;align-items:center}.theme-dark .dds-uploader--list-view .dds-uploader__uploading-wrapper__label-wrapper{flex:1;margin-left:.75rem;display:flex;flex-direction:column;overflow:hidden;gap:.25rem}.theme-dark .dds-uploader--list-view .dds-uploader__uploading-wrapper__label-wrapper__file-name{color:#fff}.theme-dark .dds-uploader--list-view .dds-uploader__uploading-wrapper__label-wrapper__file-size{color:#adb1b5}.theme-dark .dds-uploader--list-view .dds-uploader__uploading-wrapper__action-wrapper{cursor:pointer;width:3rem;height:3rem;margin-left:.5rem;flex-shrink:0;display:flex;justify-content:center;align-items:center}.theme-dark .dds-uploader--list-view .dds-uploader__uploaded-wrapper{display:flex;flex-direction:row;column-gap:0;justify-content:center;align-items:flex-start}.theme-dark .dds-uploader--list-view .dds-uploader__uploaded-wrapper *{min-width:0}.theme-dark .dds-uploader--list-view .dds-uploader__uploaded-wrapper__preview-wrapper{cursor:pointer;flex:1;padding:.5rem;display:flex;flex-direction:row;column-gap:0;justify-content:center;align-items:flex-start}.theme-dark .dds-uploader--list-view .dds-uploader__uploaded-wrapper__preview-wrapper__icon-wrapper{width:3rem;height:3rem;flex-shrink:0;display:flex;justify-content:center;align-items:center;border-radius:.5rem;background-color:#1f252b;overflow:hidden}.theme-dark .dds-uploader--list-view .dds-uploader__uploaded-wrapper__preview-wrapper__label-wrapper{flex:1;min-width:0;margin-left:.75rem;display:flex;flex-direction:column;overflow:hidden;gap:.25rem}.theme-dark .dds-uploader--list-view .dds-uploader__uploaded-wrapper__preview-wrapper__label-wrapper__file-name{color:#fff;text-decoration:underline}.theme-dark .dds-uploader--list-view .dds-uploader__uploaded-wrapper__preview-wrapper__label-wrapper__file-size{color:#adb1b5}.theme-dark .dds-uploader--list-view .dds-uploader__uploaded-wrapper__action-wrapper{cursor:pointer;width:3rem;height:3rem;margin:.5rem;flex-shrink:0;display:flex;justify-content:center;align-items:center}.theme-dark .dds-uploader--list-view .dds-uploader__error-wrapper{display:flex;flex-direction:row;column-gap:0;justify-content:center;align-items:flex-start}.theme-dark .dds-uploader--list-view .dds-uploader__error-wrapper *{min-width:0}.theme-dark .dds-uploader--list-view .dds-uploader__error-wrapper__preview-wrapper{cursor:pointer;flex:1;padding:.5rem;display:flex;flex-direction:row;column-gap:0;justify-content:center;align-items:flex-start}.theme-dark .dds-uploader--list-view .dds-uploader__error-wrapper__preview-wrapper__icon-wrapper{width:3rem;height:3rem;flex-shrink:0;display:flex;justify-content:center;align-items:center;overflow:hidden}.theme-dark .dds-uploader--list-view .dds-uploader__error-wrapper__preview-wrapper__label-wrapper{flex:1;min-width:0;margin-left:.75rem;display:flex;flex-direction:column;overflow:hidden;gap:.25rem}.theme-dark .dds-uploader--list-view .dds-uploader__error-wrapper__preview-wrapper__label-wrapper__file-name{color:#fff}.theme-dark .dds-uploader--list-view .dds-uploader__error-wrapper__preview-wrapper__label-wrapper__error-message{color:#f15f7a}.theme-dark .dds-uploader--list-view .dds-uploader__error-wrapper__action-wrapper{cursor:pointer;width:3rem;height:3rem;margin:.5rem;flex-shrink:0;display:flex;justify-content:center;align-items:center}.theme-dark .dds-uploader--grid-view{background-color:#14181c;border:.0625rem solid #858b91;border-radius:.5rem;width:100%;padding-top:100%;position:relative}.theme-dark .dds-uploader--grid-view .dds-uploader__select-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;padding:0;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}.theme-dark .dds-uploader--grid-view .dds-uploader__select-wrapper__icon{flex-shrink:0;margin:0 auto;display:block}.theme-dark .dds-uploader--grid-view .dds-uploader__select-wrapper__label{text-align:center;color:#fff}@media (min-width:768px){.theme-dark .dds-uploader--grid-view .dds-uploader__select-wrapper{padding:1.5rem}.theme-dark .dds-uploader--grid-view .dds-uploader__select-wrapper__label{display:block}}.theme-dark .dds-uploader--grid-view .dds-uploader__uploading-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.theme-dark .dds-uploader--grid-view .dds-uploader__uploading-wrapper *{min-width:0}.theme-dark .dds-uploader--grid-view .dds-uploader__uploading-wrapper__indicator-wrapper{width:100%;height:100%;flex-shrink:0;display:flex;justify-content:center;align-items:center;border-radius:.5rem;overflow:hidden}.theme-dark .dds-uploader--grid-view .dds-uploader__uploading-wrapper__action-wrapper{position:absolute;top:-.75rem;right:-.75rem;padding:.3125rem;cursor:pointer;width:2rem;height:2rem;flex-shrink:0;display:flex;justify-content:center;align-items:center;background-color:#14181c;border:.0625rem solid #858b91;border-radius:50%;box-shadow:0 .5rem 1rem #00000026}.theme-dark .dds-uploader--grid-view .dds-uploader__uploaded-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center}.theme-dark .dds-uploader--grid-view .dds-uploader__uploaded-wrapper *{min-width:0}.theme-dark .dds-uploader--grid-view .dds-uploader__uploaded-wrapper__preview-wrapper{cursor:pointer;width:100%;height:100%;display:flex;justify-content:center;align-items:center;border-radius:.5rem;overflow:hidden}.theme-dark .dds-uploader--grid-view .dds-uploader__uploaded-wrapper__action-wrapper{position:absolute;top:-.75rem;right:-.75rem;padding:.3125rem;cursor:pointer;width:2rem;height:2rem;flex-shrink:0;display:flex;justify-content:center;align-items:center;background-color:#14181c;border:.0625rem solid #858b91;border-radius:50%;box-shadow:0 .5rem 1rem #00000026}.theme-dark .dds-uploader--grid-view .dds-uploader__error-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.theme-dark .dds-uploader--grid-view .dds-uploader__error-wrapper *{min-width:0}.theme-dark .dds-uploader--grid-view .dds-uploader__error-wrapper__preview-wrapper{width:100%;height:100%;display:flex;justify-content:center;align-items:center;border-radius:.5rem;overflow:hidden}.theme-dark .dds-uploader--grid-view .dds-uploader__error-wrapper__action-wrapper{position:absolute;top:-.75rem;right:-.75rem;padding:.3125rem;cursor:pointer;width:2rem;height:2rem;flex-shrink:0;display:flex;justify-content:center;align-items:center;background-color:#14181c;border:.0625rem solid #858b91;border-radius:50%;box-shadow:0 .5rem 1rem #00000026}.theme-dark .dds-uploader--default{background-color:#14181c;border:.0625rem solid #858b91;border-radius:.5rem}.theme-dark .dds-uploader--default .dds-uploader__select-wrapper{padding:1.25rem 1.5rem;display:flex;flex-direction:column;row-gap:0;justify-content:center;align-items:center}.theme-dark .dds-uploader--default .dds-uploader__select-wrapper__icon{flex-shrink:0}.theme-dark .dds-uploader--default .dds-uploader__select-wrapper__label{color:#fff}@media (max-width:479.98px){.theme-dark .dds-uploader--default .dds-uploader__select-wrapper{flex-direction:row;gap:.5rem}}@media (min-width:768px){.theme-dark .dds-uploader--default .dds-uploader__select-wrapper{padding:7.5rem 1.5rem}}.theme-dark .dds-uploader--default+.dds-uploader__error-wrapper{display:flex;align-items:center;margin-top:.5rem;gap:.25rem}.datepicker-dropdown .theme-dark .dds-uploader--default+.dds-uploader__error-wrapper .day,.datepicker-dropdown .theme-dark .dds-uploader--default+.dds-uploader__error-wrapper .decade,.datepicker-dropdown .theme-dark .dds-uploader--default+.dds-uploader__error-wrapper .month,.datepicker-dropdown .theme-dark .dds-uploader--default+.dds-uploader__error-wrapper .year,.theme-dark .dds-uploader--default+.dds-uploader__error-wrapper .body-2__regular,.theme-dark .dds-uploader--default+.dds-uploader__error-wrapper .datepicker-dropdown .day,.theme-dark .dds-uploader--default+.dds-uploader__error-wrapper .datepicker-dropdown .decade,.theme-dark .dds-uploader--default+.dds-uploader__error-wrapper .datepicker-dropdown .month,.theme-dark .dds-uploader--default+.dds-uploader__error-wrapper .datepicker-dropdown .year{color:#f15f7a}.theme-dark .dds-uploader--select.dds-uploader--default,.theme-dark .dds-uploader--select.dds-uploader--grid-view,.theme-dark .dds-uploader--select.dds-uploader--list-view{cursor:pointer}.theme-dark .dds-uploader--dragging.dds-uploader--default,.theme-dark .dds-uploader--dragging.dds-uploader--grid-view,.theme-dark .dds-uploader--dragging.dds-uploader--list-view,.theme-dark .dds-uploader--select:hover.dds-uploader--default,.theme-dark .dds-uploader--select:hover.dds-uploader--grid-view,.theme-dark .dds-uploader--select:hover.dds-uploader--list-view{background-color:#1f252b}.theme-dark .dds-uploader--uploading.dds-uploader--grid-view,.theme-dark .dds-uploader--uploading.dds-uploader--list-view{background-color:#1f252b;border-color:#1f252b}.theme-dark .dds-uploader--error.dds-uploader--default,.theme-dark .dds-uploader--error.dds-uploader--grid-view,.theme-dark .dds-uploader--error.dds-uploader--list-view{border-color:#f15f7a}.theme-light .dds-bubble-chart{--bubble-chart-axis-font-color:#666e75;--bubble-chart-axis-border-color:#d6d8da;--bubble-chart-axis-border-width:.125rem;--bubble-chart-axis-grid-color:#ebeced;--bubble-chart-axis-grid-width:.0625rem;--bubble-chart-color-data-digital-red:#e00842;--bubble-chart-color-data-digital-lavender:#8782c4;--bubble-chart-color-data-digital-orange:#fc6153;--bubble-chart-color-data-digital-blue:#358dd4;--bubble-chart-color-data-salmon:#e75e69;--bubble-chart-color-data-purple:#3634c8;--bubble-chart-color-data-digital-cerise:#b44484;--bubble-chart-color-data-digital-gold:#ae8f4c;--bubble-chart-color-data-navyblue:#082065;--bubble-chart-color-data-green:#229f64;--bubble-chart-color-data-warmgrey:#9a948d;--bubble-chart-color-data-cerise:#d40c74;--bubble-chart-color-data-background:#d6d8da;width:100%;height:100%;display:flex;flex-direction:column;row-gap:2rem;align-items:flex-start}.theme-light .dds-bubble-chart__container{flex-shrink:0;position:relative;width:100%;height:100%}.theme-light .dds-bubble-chart__container__tooltip-root{position:absolute;pointer-events:none}.theme-light .dds-bubble-chart__container__tooltip-root.left:after{content:"";position:absolute;border:0 solid #333d47;top:50%;right:100%;transform:translateY(-50%)}.theme-light .dds-bubble-chart__container__tooltip-root.right:after{content:"";position:absolute;border:0 solid #333d47;top:50%;left:100%;transform:translateY(-50%)}.theme-light .dds-bubble-chart__container__tooltip-root__tooltip{position:relative;max-width:16rem;background-color:#333d47;padding:.5rem .75rem;border-radius:.25rem;box-shadow:none;color:#fff}.theme-light .dds-bubble-chart__container__tooltip-root__tooltip__row{display:flex;flex-direction:column;align-items:center}.theme-light .dds-bubble-chart__container__tooltip-root__tooltip__row__label,.theme-light .dds-bubble-chart__container__tooltip-root__tooltip__row__value{color:#fff}.theme-light .dds-bubble-chart__container__tooltip-root.left .dds-bubble-chart__container__tooltip-root__tooltip:after{top:calc(50% - .375rem);right:100%;content:"";position:absolute;pointer-events:none;border:.375rem solid transparent;border-right-color:#333d47;margin-left:-.5rem}.theme-light .dds-bubble-chart__container__tooltip-root.right .dds-bubble-chart__container__tooltip-root__tooltip:after{top:calc(50% - .375rem);left:100%;content:"";position:absolute;pointer-events:none;border:.375rem solid transparent;border-left-color:#333d47;margin-right:-.5rem}.theme-light .dds-bubble-chart__container__tooltip-root.top .dds-bubble-chart__container__tooltip-root__tooltip:after{bottom:100%;left:50%;content:"";position:absolute;pointer-events:none;border:.375rem solid transparent;border-bottom-color:#333d47;margin-left:-.5rem}.theme-light .dds-bubble-chart__container__tooltip-root.bottom .dds-bubble-chart__container__tooltip-root__tooltip:after{top:100%;left:50%;content:"";position:absolute;pointer-events:none;border:.375rem solid transparent;border-top-color:#333d47;margin-left:-.5rem}.theme-light .dds-bubble-chart__container__y-axis-label{color:#666e75}.theme-light .dds-bubble-chart__legends{flex-shrink:0;display:flex;flex-direction:column;row-gap:.5rem;align-items:flex-start}.theme-light .dds-bubble-chart__legends__item{display:flex;flex-direction:row;column-gap:.5rem;align-items:center}.theme-light .dds-bubble-chart__legends__item__label{color:#14181c}@media (min-width:768px){.theme-light .dds-bubble-chart{row-gap:2.5rem}.theme-light .dds-bubble-chart__legends{flex-direction:row;column-gap:3rem}}.theme-dark .dds-bubble-chart{--bubble-chart-axis-font-color:#adb1b5;--bubble-chart-axis-border-color:#333d47;--bubble-chart-axis-border-width:.125rem;--bubble-chart-axis-grid-color:#1f252b;--bubble-chart-axis-grid-width:.0625rem;--bubble-chart-color-data-digital-red:#e31f4e;--bubble-chart-color-data-digital-lavender:#9895c9;--bubble-chart-color-data-digital-orange:#ff6b5e;--bubble-chart-color-data-digital-blue:#459feb;--bubble-chart-color-data-salmon:#ff7a85;--bubble-chart-color-data-purple:#5856d6;--bubble-chart-color-data-digital-cerise:#c76b9f;--bubble-chart-color-data-digital-gold:#ae8f4c;--bubble-chart-color-data-navyblue:#2469c1;--bubble-chart-color-data-green:#1ebb71;--bubble-chart-color-data-warmgrey:#928880;--bubble-chart-color-data-cerise:#f15f7a;--bubble-chart-color-data-background:#333d47;width:100%;height:100%;display:flex;flex-direction:column;row-gap:2rem;align-items:flex-start}.theme-dark .dds-bubble-chart__container{flex-shrink:0;position:relative;width:100%;height:100%}.theme-dark .dds-bubble-chart__container__tooltip-root{position:absolute;pointer-events:none}.theme-dark .dds-bubble-chart__container__tooltip-root.left:after{content:"";position:absolute;border:0 solid #f5f5f6;top:50%;right:100%;transform:translateY(-50%)}.theme-dark .dds-bubble-chart__container__tooltip-root.right:after{content:"";position:absolute;border:0 solid #f5f5f6;top:50%;left:100%;transform:translateY(-50%)}.theme-dark .dds-bubble-chart__container__tooltip-root__tooltip{position:relative;max-width:16rem;background-color:#f5f5f6;padding:.5rem .75rem;border-radius:.25rem;box-shadow:none;color:#14181c}.theme-dark .dds-bubble-chart__container__tooltip-root__tooltip__row{display:flex;flex-direction:column;align-items:center}.theme-dark .dds-bubble-chart__container__tooltip-root__tooltip__row__label,.theme-dark .dds-bubble-chart__container__tooltip-root__tooltip__row__value{color:#14181c}.theme-dark .dds-bubble-chart__container__tooltip-root.left .dds-bubble-chart__container__tooltip-root__tooltip:after{top:calc(50% - .375rem);right:100%;content:"";position:absolute;pointer-events:none;border:.375rem solid transparent;border-right-color:#f5f5f6;margin-left:-.5rem}.theme-dark .dds-bubble-chart__container__tooltip-root.right .dds-bubble-chart__container__tooltip-root__tooltip:after{top:calc(50% - .375rem);left:100%;content:"";position:absolute;pointer-events:none;border:.375rem solid transparent;border-left-color:#f5f5f6;margin-right:-.5rem}.theme-dark .dds-bubble-chart__container__tooltip-root.top .dds-bubble-chart__container__tooltip-root__tooltip:after{bottom:100%;left:50%;content:"";position:absolute;pointer-events:none;border:.375rem solid transparent;border-bottom-color:#f5f5f6;margin-left:-.5rem}.theme-dark .dds-bubble-chart__container__tooltip-root.bottom .dds-bubble-chart__container__tooltip-root__tooltip:after{top:100%;left:50%;content:"";position:absolute;pointer-events:none;border:.375rem solid transparent;border-top-color:#f5f5f6;margin-left:-.5rem}.theme-dark .dds-bubble-chart__container__y-axis-label{color:#adb1b5}.theme-dark .dds-bubble-chart__legends{flex-shrink:0;display:flex;flex-direction:column;row-gap:.5rem;align-items:flex-start}.theme-dark .dds-bubble-chart__legends__item{display:flex;flex-direction:row;column-gap:.5rem;align-items:center}.theme-dark .dds-bubble-chart__legends__item__label{color:#fff}@media (min-width:768px){.theme-dark .dds-bubble-chart{row-gap:2.5rem}.theme-dark .dds-bubble-chart__legends{flex-direction:row;column-gap:3rem}}.theme-light .dds-progress-bar-text--line{display:flex;flex-direction:column}.theme-light .dds-progress-bar-text--line .dds-progress-bar-text__bar-text{margin-top:.25rem;align-items:center;display:flex;justify-content:space-between}.theme-light .dds-progress-bar-text--line .dds-progress-bar-text__bar-text__max-text,.theme-light .dds-progress-bar-text--line .dds-progress-bar-text__bar-text__min-text{color:#666e75}.theme-light .dds-progress-bar-text--line .dds-progress-bar-text__label,.theme-light .dds-progress-bar-text--line .dds-progress-bar-text__title{margin-bottom:.5rem;color:#14181c}.theme-light .dds-progress-bar-text--line .dds-progress-bar-text__right-side{display:flex;flex-direction:row;justify-content:space-between}.theme-light .dds-progress-bar-text--line .dds-progress-bar-text__right-side__label{flex:1;color:#14181c}.theme-light .dds-progress-bar-text--line .dds-progress-bar-text__right-side__title-container{flex:1;display:flex;flex-direction:row;justify-content:flex-end}.theme-light .dds-progress-bar-text--line .dds-progress-bar-text__right-side__title-container__current,.theme-light .dds-progress-bar-text--line .dds-progress-bar-text__right-side__title-container__total{color:#14181c}.theme-light .dds-progress-bar-text--line .dds-progress-bar-text__supporting-text{margin-top:.25rem;color:#666e75}.theme-light .dds-progress-bar-text--circle{display:inline-flex;flex-direction:column;row-gap:.75rem;align-items:center}.theme-light .dds-progress-bar-text--circle--with-right-side{display:inline-flex;flex-direction:row;column-gap:.625rem;align-items:center}.theme-light .dds-progress-bar-text--circle .dds-progress-bar-text__circle{position:relative}.theme-light .dds-progress-bar-text--circle .dds-progress-bar-text__circle__center-content{position:absolute;display:flex;flex-direction:column;row-gap:.25rem;justify-content:center;align-items:center}.theme-light .dds-progress-bar-text--circle .dds-progress-bar-text__circle__center-content--large{top:1.75rem;right:1.75rem;bottom:1.75rem;left:1.75rem}.theme-light .dds-progress-bar-text--circle .dds-progress-bar-text__circle__center-content--extra-large{position:absolute;top:2rem;right:2rem;bottom:2rem;left:2rem}.theme-light .dds-progress-bar-text--circle .dds-progress-bar-text__circle__center-content__label,.theme-light .dds-progress-bar-text--circle .dds-progress-bar-text__circle__center-content__title{color:#14181c;text-align:center;transition:transform 0s}.theme-light .dds-progress-bar-text--circle .dds-progress-bar-text__circle__center-content__supporting{color:#666e75}.theme-light .dds-progress-bar-text--circle .dds-progress-bar-text__circle__right-content{display:flex;flex-direction:column;row-gap:.25rem}.theme-light .dds-progress-bar-text--circle .dds-progress-bar-text__circle__right-content__label{flex-shrink:0;color:#14181c}.theme-light .dds-progress-bar-text--circle .dds-progress-bar-text__circle__right-content__title-container{flex:1;display:flex;flex-direction:row;justify-content:flex-end}.theme-light .dds-progress-bar-text--circle .dds-progress-bar-text__circle__right-content__title-container__current,.theme-light .dds-progress-bar-text--circle .dds-progress-bar-text__circle__right-content__title-container__total{color:#14181c}.theme-light .dds-progress-bar-text--circle .dds-progress-bar-text__circle-supporting{color:#666e75}.theme-light .dds-progress-bar-text .dds-progress-bar{flex-shrink:0}.theme-dark .dds-progress-bar-text--line{display:flex;flex-direction:column}.theme-dark .dds-progress-bar-text--line .dds-progress-bar-text__bar-text{margin-top:.25rem;align-items:center;display:flex;justify-content:space-between}.theme-dark .dds-progress-bar-text--line .dds-progress-bar-text__bar-text__max-text,.theme-dark .dds-progress-bar-text--line .dds-progress-bar-text__bar-text__min-text{color:#adb1b5}.theme-dark .dds-progress-bar-text--line .dds-progress-bar-text__label,.theme-dark .dds-progress-bar-text--line .dds-progress-bar-text__title{margin-bottom:.5rem;color:#fff}.theme-dark .dds-progress-bar-text--line .dds-progress-bar-text__right-side{display:flex;flex-direction:row;justify-content:space-between}.theme-dark .dds-progress-bar-text--line .dds-progress-bar-text__right-side__label{flex:1;color:#fff}.theme-dark .dds-progress-bar-text--line .dds-progress-bar-text__right-side__title-container{flex:1;display:flex;flex-direction:row;justify-content:flex-end}.theme-dark .dds-progress-bar-text--line .dds-progress-bar-text__right-side__title-container__current,.theme-dark .dds-progress-bar-text--line .dds-progress-bar-text__right-side__title-container__total{color:#fff}.theme-dark .dds-progress-bar-text--line .dds-progress-bar-text__supporting-text{margin-top:.25rem;color:#adb1b5}.theme-dark .dds-progress-bar-text--circle{display:inline-flex;flex-direction:column;row-gap:.75rem;align-items:center}.theme-dark .dds-progress-bar-text--circle--with-right-side{display:inline-flex;flex-direction:row;column-gap:.625rem;align-items:center}.theme-dark .dds-progress-bar-text--circle .dds-progress-bar-text__circle{position:relative}.theme-dark .dds-progress-bar-text--circle .dds-progress-bar-text__circle__center-content{position:absolute;display:flex;flex-direction:column;row-gap:.25rem;justify-content:center;align-items:center}.theme-dark .dds-progress-bar-text--circle .dds-progress-bar-text__circle__center-content--large{top:1.75rem;right:1.75rem;bottom:1.75rem;left:1.75rem}.theme-dark .dds-progress-bar-text--circle .dds-progress-bar-text__circle__center-content--extra-large{position:absolute;top:2rem;right:2rem;bottom:2rem;left:2rem}.theme-dark .dds-progress-bar-text--circle .dds-progress-bar-text__circle__center-content__label,.theme-dark .dds-progress-bar-text--circle .dds-progress-bar-text__circle__center-content__title{color:#fff;text-align:center;transition:transform 0s}.theme-dark .dds-progress-bar-text--circle .dds-progress-bar-text__circle__center-content__supporting{color:#adb1b5}.theme-dark .dds-progress-bar-text--circle .dds-progress-bar-text__circle__right-content{display:flex;flex-direction:column;row-gap:.25rem}.theme-dark .dds-progress-bar-text--circle .dds-progress-bar-text__circle__right-content__label{flex-shrink:0;color:#fff}.theme-dark .dds-progress-bar-text--circle .dds-progress-bar-text__circle__right-content__title-container{flex:1;display:flex;flex-direction:row;justify-content:flex-end}.theme-dark .dds-progress-bar-text--circle .dds-progress-bar-text__circle__right-content__title-container__current,.theme-dark .dds-progress-bar-text--circle .dds-progress-bar-text__circle__right-content__title-container__total{color:#fff}.theme-dark .dds-progress-bar-text--circle .dds-progress-bar-text__circle-supporting{color:#adb1b5}.theme-dark .dds-progress-bar-text .dds-progress-bar{flex-shrink:0}.theme-light .dds-line-chart{--line-chart-legends-spacing:2.5rem;--line-chart-axis-font-color:#666e75;--line-chart-axis-border-color:#d6d8da;--line-chart-axis-border-width:.125rem;--line-chart-axis-grid-color:#ebeced;--line-chart-axis-grid-width:.0625rem;--line-chart-tooltip-bg:#333d47;--line-chart-text-color:#fff;--line-chart-color-data-digital-red:#e00842;--line-chart-color-data-digital-lavender:#8782c4;--line-chart-color-data-digital-orange:#fc6153;--line-chart-color-data-digital-blue:#358dd4;--line-chart-color-data-salmon:#e75e69;--line-chart-color-data-purple:#3634c8;--line-chart-color-data-digital-cerise:#b44484;--line-chart-color-data-digital-gold:#ae8f4c;--line-chart-color-data-navyblue:#082065;--line-chart-color-data-green:#229f64;--line-chart-color-data-warmgrey:#9a948d;--line-chart-color-data-cerise:#d40c74;--line-chart-color-data-background:#d6d8da;width:100%;height:100%;display:flex;flex-direction:column;row-gap:2rem;align-items:flex-start}.theme-light .dds-line-chart canvas{background-color:#fff}.theme-light .dds-line-chart__container{flex-shrink:0;position:relative;width:100%;height:100%}.theme-light .dds-line-chart__container__tooltip-root{position:absolute;pointer-events:none}.theme-light .dds-line-chart__container__tooltip-root.left:after{content:"";position:absolute;border-width:0;width:.5rem;height:.5rem;rotate:45deg;background-color:#333d47;top:50%;right:100%;transform:translate(60%)}.theme-light .dds-line-chart__container__tooltip-root.right:after{content:"";position:absolute;border-width:0;width:.5rem;height:.5rem;rotate:45deg;background-color:#333d47;top:50%;left:100%;transform:translate(-60%)}.theme-light .dds-line-chart__container__tooltip-root__tooltip{position:relative;max-width:16rem;background-color:#333d47;padding:.5rem .75rem;border-radius:.25rem;box-shadow:none;color:#fff}.theme-light .dds-line-chart__container__tooltip-root__tooltip__row{display:flex;flex-direction:column;align-items:center}.theme-light .dds-line-chart__container__tooltip-root__tooltip__row__label,.theme-light .dds-line-chart__container__tooltip-root__tooltip__row__value{color:#fff}.theme-light .dds-line-chart__container__y-axis-label{color:#666e75}.theme-light .dds-line-chart__legends{flex-shrink:0;display:flex;flex-direction:column;row-gap:.5rem;align-items:flex-start}.theme-light .dds-line-chart__legends__item{display:flex;flex-direction:row;column-gap:.5rem;align-items:center}.theme-light .dds-line-chart__legends__item__label{color:#14181c}@media (min-width:768px){.theme-light .dds-line-chart{row-gap:2.5rem}.theme-light .dds-line-chart__legends{flex-direction:row;column-gap:3rem}}.theme-dark .dds-line-chart{--line-chart-legends-spacing:2.5rem;--line-chart-axis-font-color:#adb1b5;--line-chart-axis-border-color:#333d47;--line-chart-axis-border-width:.125rem;--line-chart-axis-grid-color:#1f252b;--line-chart-axis-grid-width:.0625rem;--line-chart-tooltip-bg:#f5f5f6;--line-chart-text-color:#14181c;--line-chart-color-data-digital-red:#e31f4e;--line-chart-color-data-digital-lavender:#9895c9;--line-chart-color-data-digital-orange:#ff6b5e;--line-chart-color-data-digital-blue:#459feb;--line-chart-color-data-salmon:#ff7a85;--line-chart-color-data-purple:#5856d6;--line-chart-color-data-digital-cerise:#c76b9f;--line-chart-color-data-digital-gold:#ae8f4c;--line-chart-color-data-navyblue:#2469c1;--line-chart-color-data-green:#1ebb71;--line-chart-color-data-warmgrey:#928880;--line-chart-color-data-cerise:#f15f7a;--line-chart-color-data-background:#333d47;width:100%;height:100%;display:flex;flex-direction:column;row-gap:2rem;align-items:flex-start}.theme-dark .dds-line-chart canvas{background-color:#14181c}.theme-dark .dds-line-chart__container{flex-shrink:0;position:relative;width:100%;height:100%}.theme-dark .dds-line-chart__container__tooltip-root{position:absolute;pointer-events:none}.theme-dark .dds-line-chart__container__tooltip-root.left:after{content:"";position:absolute;border-width:0;width:.5rem;height:.5rem;rotate:45deg;background-color:#f5f5f6;top:50%;right:100%;transform:translate(60%)}.theme-dark .dds-line-chart__container__tooltip-root.right:after{content:"";position:absolute;border-width:0;width:.5rem;height:.5rem;rotate:45deg;background-color:#f5f5f6;top:50%;left:100%;transform:translate(-60%)}.theme-dark .dds-line-chart__container__tooltip-root__tooltip{position:relative;max-width:16rem;background-color:#f5f5f6;padding:.5rem .75rem;border-radius:.25rem;box-shadow:none;color:#14181c}.theme-dark .dds-line-chart__container__tooltip-root__tooltip__row{display:flex;flex-direction:column;align-items:center}.theme-dark .dds-line-chart__container__tooltip-root__tooltip__row__label,.theme-dark .dds-line-chart__container__tooltip-root__tooltip__row__value{color:#14181c}.theme-dark .dds-line-chart__container__y-axis-label{color:#adb1b5}.theme-dark .dds-line-chart__legends{flex-shrink:0;display:flex;flex-direction:column;row-gap:.5rem;align-items:flex-start}.theme-dark .dds-line-chart__legends__item{display:flex;flex-direction:row;column-gap:.5rem;align-items:center}.theme-dark .dds-line-chart__legends__item__label{color:#fff}@media (min-width:768px){.theme-dark .dds-line-chart{row-gap:2.5rem}.theme-dark .dds-line-chart__legends{flex-direction:row;column-gap:3rem}}.theme-light .dds-area-chart{--area-chart-axis-font-color:#666e75;--area-chart-axis-border-color:#d6d8da;--area-chart-axis-border-width:.125rem;--area-chart-axis-grid-color:#ebeced;--area-chart-axis-grid-width:.0625rem;--area-chart-color-data-digital-red:#e00842;--area-chart-color-data-digital-lavender:#8782c4;--area-chart-color-data-digital-orange:#fc6153;--area-chart-color-data-digital-blue:#358dd4;--area-chart-color-data-salmon:#e75e69;--area-chart-color-data-purple:#3634c8;--area-chart-color-data-digital-cerise:#b44484;--area-chart-color-data-digital-gold:#ae8f4c;--area-chart-color-data-navyblue:#082065;--area-chart-color-data-green:#229f64;--area-chart-color-data-warmgrey:#9a948d;--area-chart-color-data-cerise:#d40c74;--area-chart-color-data-background:#d6d8da;width:100%;height:100%;display:flex;flex-direction:column;row-gap:2rem;align-items:flex-start}.theme-light .dds-area-chart__container{flex-shrink:0;position:relative;width:100%;height:100%}.theme-light .dds-area-chart__container__tooltip-root{position:absolute}.theme-light .dds-area-chart__container__tooltip-root.left:after{content:"";position:absolute;border-width:0;width:.5rem;height:.5rem;rotate:45deg;background-color:#333d47;top:50%;right:100%;transform:translate(60%)}.theme-light .dds-area-chart__container__tooltip-root.right:after{content:"";position:absolute;border-width:0;width:.5rem;height:.5rem;rotate:45deg;background-color:#333d47;top:50%;left:100%;transform:translate(-60%)}.theme-light .dds-area-chart__container__tooltip-root__tooltip{position:relative;max-width:16rem;background-color:#333d47;padding:.5rem .75rem;border-radius:.25rem;box-shadow:none;color:#fff}.theme-light .dds-area-chart__container__tooltip-root__tooltip__row{display:flex;flex-direction:column;align-items:center}.theme-light .dds-area-chart__container__tooltip-root__tooltip__row__label,.theme-light .dds-area-chart__container__tooltip-root__tooltip__row__value{color:#fff}.theme-light .dds-area-chart__container__y-axis-label{color:#666e75}.theme-light .dds-area-chart__legends{flex-shrink:0;display:flex;flex-direction:column;row-gap:.5rem;align-items:flex-start}.theme-light .dds-area-chart__legends__item{display:flex;flex-direction:row;column-gap:.5rem;align-items:center}.theme-light .dds-area-chart__legends__item__label{color:#14181c}@media (min-width:768px){.theme-light .dds-area-chart{row-gap:2.5rem}.theme-light .dds-area-chart__legends{flex-direction:row;column-gap:3rem}}.theme-dark .dds-area-chart{--area-chart-axis-font-color:#adb1b5;--area-chart-axis-border-color:#333d47;--area-chart-axis-border-width:.125rem;--area-chart-axis-grid-color:#1f252b;--area-chart-axis-grid-width:.0625rem;--area-chart-color-data-digital-red:#e31f4e;--area-chart-color-data-digital-lavender:#9895c9;--area-chart-color-data-digital-orange:#ff6b5e;--area-chart-color-data-digital-blue:#459feb;--area-chart-color-data-salmon:#ff7a85;--area-chart-color-data-purple:#5856d6;--area-chart-color-data-digital-cerise:#c76b9f;--area-chart-color-data-digital-gold:#ae8f4c;--area-chart-color-data-navyblue:#2469c1;--area-chart-color-data-green:#1ebb71;--area-chart-color-data-warmgrey:#928880;--area-chart-color-data-cerise:#f15f7a;--area-chart-color-data-background:#333d47;width:100%;height:100%;display:flex;flex-direction:column;row-gap:2rem;align-items:flex-start}.theme-dark .dds-area-chart__container{flex-shrink:0;position:relative;width:100%;height:100%}.theme-dark .dds-area-chart__container__tooltip-root{position:absolute}.theme-dark .dds-area-chart__container__tooltip-root.left:after{content:"";position:absolute;border-width:0;width:.5rem;height:.5rem;rotate:45deg;background-color:#f5f5f6;top:50%;right:100%;transform:translate(60%)}.theme-dark .dds-area-chart__container__tooltip-root.right:after{content:"";position:absolute;border-width:0;width:.5rem;height:.5rem;rotate:45deg;background-color:#f5f5f6;top:50%;left:100%;transform:translate(-60%)}.theme-dark .dds-area-chart__container__tooltip-root__tooltip{position:relative;max-width:16rem;background-color:#f5f5f6;padding:.5rem .75rem;border-radius:.25rem;box-shadow:none;color:#14181c}.theme-dark .dds-area-chart__container__tooltip-root__tooltip__row{display:flex;flex-direction:column;align-items:center}.theme-dark .dds-area-chart__container__tooltip-root__tooltip__row__label,.theme-dark .dds-area-chart__container__tooltip-root__tooltip__row__value{color:#14181c}.theme-dark .dds-area-chart__container__y-axis-label{color:#adb1b5}.theme-dark .dds-area-chart__legends{flex-shrink:0;display:flex;flex-direction:column;row-gap:.5rem;align-items:flex-start}.theme-dark .dds-area-chart__legends__item{display:flex;flex-direction:row;column-gap:.5rem;align-items:center}.theme-dark .dds-area-chart__legends__item__label{color:#fff}@media (min-width:768px){.theme-dark .dds-area-chart{row-gap:2.5rem}.theme-dark .dds-area-chart__legends{flex-direction:row;column-gap:3rem}}.theme-light .dds-pie-chart{--pie-chart-border-width:.125rem;--pie-chart-border-color:#fff;--pie-chart-hover-background-color:#fff;--pie-chart-color-data-digital-red:#e00842;--pie-chart-color-data-digital-lavender:#8782c4;--pie-chart-color-data-digital-orange:#fc6153;--pie-chart-color-data-digital-blue:#358dd4;--pie-chart-color-data-salmon:#e75e69;--pie-chart-color-data-purple:#3634c8;--pie-chart-color-data-digital-cerise:#b44484;--pie-chart-color-data-digital-gold:#ae8f4c;--pie-chart-color-data-navyblue:#082065;--pie-chart-color-data-green:#229f64;--pie-chart-color-data-warmgrey:#9a948d;--pie-chart-color-data-cerise:#d40c74;--pie-chart-color-data-background:#d6d8da;display:flex;flex-direction:column;row-gap:2rem;align-items:flex-start}.theme-light .dds-pie-chart__container{flex-shrink:0;position:relative}.theme-light .dds-pie-chart__container__tooltip-root{position:absolute;pointer-events:none}.theme-light .dds-pie-chart__container__tooltip-root.left:after{content:"";position:absolute;border-width:0;width:.5rem;height:.5rem;rotate:45deg;background-color:#333d47;top:50%;right:100%;transform:translate(60%)}.theme-light .dds-pie-chart__container__tooltip-root.right:after{content:"";position:absolute;border-width:0;width:.5rem;height:.5rem;rotate:45deg;background-color:#333d47;top:50%;left:100%;transform:translate(-60%)}.theme-light .dds-pie-chart__container__tooltip-root__tooltip{position:relative;max-width:16rem;background-color:#333d47;padding:.5rem .75rem;border-radius:.25rem;box-shadow:none;color:#fff}.theme-light .dds-pie-chart__container__tooltip-root__tooltip__row{display:flex;flex-direction:column;align-items:center}.theme-light .dds-pie-chart__container__tooltip-root__tooltip__row__label,.theme-light .dds-pie-chart__container__tooltip-root__tooltip__row__value{color:#fff}.theme-light .dds-pie-chart__legends{display:flex;flex-direction:column;row-gap:.5rem;align-items:flex-start}.theme-light .dds-pie-chart__legends__item{display:flex;flex-direction:row;column-gap:.5rem;align-items:center}.theme-light .dds-pie-chart__legends__item__label{color:#14181c}@media (min-width:768px){.theme-light .dds-pie-chart{flex-direction:row;column-gap:2.5rem;align-items:center}}.theme-dark .dds-pie-chart{--pie-chart-border-width:.125rem;--pie-chart-border-color:#14181c;--pie-chart-hover-background-color:#14181c;--pie-chart-color-data-digital-red:#e31f4e;--pie-chart-color-data-digital-lavender:#9895c9;--pie-chart-color-data-digital-orange:#ff6b5e;--pie-chart-color-data-digital-blue:#459feb;--pie-chart-color-data-salmon:#ff7a85;--pie-chart-color-data-purple:#5856d6;--pie-chart-color-data-digital-cerise:#c76b9f;--pie-chart-color-data-digital-gold:#ae8f4c;--pie-chart-color-data-navyblue:#2469c1;--pie-chart-color-data-green:#1ebb71;--pie-chart-color-data-warmgrey:#928880;--pie-chart-color-data-cerise:#f15f7a;--pie-chart-color-data-background:#333d47;display:flex;flex-direction:column;row-gap:2rem;align-items:flex-start}.theme-dark .dds-pie-chart__container{flex-shrink:0;position:relative}.theme-dark .dds-pie-chart__container__tooltip-root{position:absolute;pointer-events:none}.theme-dark .dds-pie-chart__container__tooltip-root.left:after{content:"";position:absolute;border-width:0;width:.5rem;height:.5rem;rotate:45deg;background-color:#f5f5f6;top:50%;right:100%;transform:translate(60%)}.theme-dark .dds-pie-chart__container__tooltip-root.right:after{content:"";position:absolute;border-width:0;width:.5rem;height:.5rem;rotate:45deg;background-color:#f5f5f6;top:50%;left:100%;transform:translate(-60%)}.theme-dark .dds-pie-chart__container__tooltip-root__tooltip{position:relative;max-width:16rem;background-color:#f5f5f6;padding:.5rem .75rem;border-radius:.25rem;box-shadow:none;color:#14181c}.theme-dark .dds-pie-chart__container__tooltip-root__tooltip__row{display:flex;flex-direction:column;align-items:center}.theme-dark .dds-pie-chart__container__tooltip-root__tooltip__row__label,.theme-dark .dds-pie-chart__container__tooltip-root__tooltip__row__value{color:#14181c}.theme-dark .dds-pie-chart__legends{display:flex;flex-direction:column;row-gap:.5rem;align-items:flex-start}.theme-dark .dds-pie-chart__legends__item{display:flex;flex-direction:row;column-gap:.5rem;align-items:center}.theme-dark .dds-pie-chart__legends__item__label{color:#fff}@media (min-width:768px){.theme-dark .dds-pie-chart{flex-direction:row;column-gap:2.5rem;align-items:center}}.theme-light .dds-donut-chart{--donut-chart-border-width:.125rem;--donut-chart-border-color:#fff;--donut-chart-hover-background-color:#fff;--donut-chart-content-padding:1rem;--donut-chart-color-data-digital-red:#e00842;--donut-chart-color-data-digital-lavender:#8782c4;--donut-chart-color-data-digital-orange:#fc6153;--donut-chart-color-data-digital-blue:#358dd4;--donut-chart-color-data-salmon:#e75e69;--donut-chart-color-data-purple:#3634c8;--donut-chart-color-data-digital-cerise:#b44484;--donut-chart-color-data-digital-gold:#ae8f4c;--donut-chart-color-data-navyblue:#082065;--donut-chart-color-data-green:#229f64;--donut-chart-color-data-warmgrey:#9a948d;--donut-chart-color-data-cerise:#d40c74;--donut-chart-color-data-background:#d6d8da;display:flex;flex-direction:column;row-gap:2rem;align-items:flex-start}.theme-light .dds-donut-chart__container{flex-shrink:0;position:relative}.theme-light .dds-donut-chart__container__tooltip-root{position:absolute;pointer-events:none}.theme-light .dds-donut-chart__container__tooltip-root.left:after{content:"";position:absolute;border-width:0;width:.5rem;height:.5rem;rotate:45deg;background-color:#333d47;top:50%;right:100%;transform:translate(60%)}.theme-light .dds-donut-chart__container__tooltip-root.right:after{content:"";position:absolute;border-width:0;width:.5rem;height:.5rem;rotate:45deg;background-color:#333d47;top:50%;left:100%;transform:translate(-60%)}.theme-light .dds-donut-chart__container__tooltip-root__tooltip{position:relative;max-width:16rem;background-color:#333d47;padding:.5rem .75rem;border-radius:.25rem;box-shadow:none;color:#fff}.theme-light .dds-donut-chart__container__tooltip-root__tooltip__row{display:flex;flex-direction:column;align-items:center}.theme-light .dds-donut-chart__container__tooltip-root__tooltip__row__label,.theme-light .dds-donut-chart__container__tooltip-root__tooltip__row__value{color:#fff}.theme-light .dds-donut-chart__container__content{position:absolute;pointer-events:none;padding:1rem;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center}.theme-light .dds-donut-chart__container__content__caption,.theme-light .dds-donut-chart__container__content__title{margin:0;color:#14181c}.theme-light .dds-donut-chart__container__content__description{margin-top:.25rem;color:#666e75}.theme-light .dds-donut-chart__legends{display:flex;flex-direction:column;row-gap:.5rem;align-items:flex-start}.theme-light .dds-donut-chart__legends__item{display:flex;flex-direction:row;column-gap:.5rem;align-items:center}.theme-light .dds-donut-chart__legends__item__label{color:#14181c}@media (min-width:768px){.theme-light .dds-donut-chart{flex-direction:row;column-gap:2.5rem;align-items:center}}.theme-dark .dds-donut-chart{--donut-chart-border-width:.125rem;--donut-chart-border-color:#14181c;--donut-chart-hover-background-color:#14181c;--donut-chart-content-padding:1rem;--donut-chart-color-data-digital-red:#e31f4e;--donut-chart-color-data-digital-lavender:#9895c9;--donut-chart-color-data-digital-orange:#ff6b5e;--donut-chart-color-data-digital-blue:#459feb;--donut-chart-color-data-salmon:#ff7a85;--donut-chart-color-data-purple:#5856d6;--donut-chart-color-data-digital-cerise:#c76b9f;--donut-chart-color-data-digital-gold:#ae8f4c;--donut-chart-color-data-navyblue:#2469c1;--donut-chart-color-data-green:#1ebb71;--donut-chart-color-data-warmgrey:#928880;--donut-chart-color-data-cerise:#f15f7a;--donut-chart-color-data-background:#333d47;display:flex;flex-direction:column;row-gap:2rem;align-items:flex-start}.theme-dark .dds-donut-chart__container{flex-shrink:0;position:relative}.theme-dark .dds-donut-chart__container__tooltip-root{position:absolute;pointer-events:none}.theme-dark .dds-donut-chart__container__tooltip-root.left:after{content:"";position:absolute;border-width:0;width:.5rem;height:.5rem;rotate:45deg;background-color:#f5f5f6;top:50%;right:100%;transform:translate(60%)}.theme-dark .dds-donut-chart__container__tooltip-root.right:after{content:"";position:absolute;border-width:0;width:.5rem;height:.5rem;rotate:45deg;background-color:#f5f5f6;top:50%;left:100%;transform:translate(-60%)}.theme-dark .dds-donut-chart__container__tooltip-root__tooltip{position:relative;max-width:16rem;background-color:#f5f5f6;padding:.5rem .75rem;border-radius:.25rem;box-shadow:none;color:#14181c}.theme-dark .dds-donut-chart__container__tooltip-root__tooltip__row{display:flex;flex-direction:column;align-items:center}.theme-dark .dds-donut-chart__container__tooltip-root__tooltip__row__label,.theme-dark .dds-donut-chart__container__tooltip-root__tooltip__row__value{color:#14181c}.theme-dark .dds-donut-chart__container__content{position:absolute;pointer-events:none;padding:1rem;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center}.theme-dark .dds-donut-chart__container__content__caption,.theme-dark .dds-donut-chart__container__content__title{margin:0;color:#fff}.theme-dark .dds-donut-chart__container__content__description{margin-top:.25rem;color:#adb1b5}.theme-dark .dds-donut-chart__legends{display:flex;flex-direction:column;row-gap:.5rem;align-items:flex-start}.theme-dark .dds-donut-chart__legends__item{display:flex;flex-direction:row;column-gap:.5rem;align-items:center}.theme-dark .dds-donut-chart__legends__item__label{color:#fff}@media (min-width:768px){.theme-dark .dds-donut-chart{flex-direction:row;column-gap:2.5rem;align-items:center}}.theme-light .dds-engagement-card{padding:0;display:flex;flex-direction:row;align-items:flex-end;overflow:hidden}.theme-light .dds-engagement-card__content{padding:1rem;flex:1;align-self:stretch;display:flex;flex-direction:column}.theme-light .dds-engagement-card__content__caption-wrapper{margin-bottom:.25rem;display:inline-flex;flex-flow:row wrap;column-gap:.5rem;justify-content:flex-start;align-items:center}.theme-light .dds-engagement-card__content__caption-wrapper>*{flex-shrink:0}.theme-light .dds-engagement-card__content__caption-wrapper__dot{width:.25rem;height:.25rem;border-radius:50%;background-color:#666e75}.theme-light .dds-engagement-card__content__caption-wrapper--text-salmon span{color:#bf342b}.theme-light .dds-engagement-card__content__caption-wrapper--text-purple span{color:#3634c8}.theme-light .dds-engagement-card__content__title{margin-bottom:0}.theme-light .dds-engagement-card__content__description{display:none;margin-top:.5rem}.theme-light .dds-engagement-card__image{flex-shrink:0;border-radius:0;width:8rem;height:8rem}@media (min-width:768px){.theme-light .dds-engagement-card__content{padding:1.5rem 1rem 1.5rem 1.5rem}.theme-light .dds-engagement-card__content__description{display:block}}.theme-dark .dds-engagement-card{padding:0;display:flex;flex-direction:row;align-items:flex-end;overflow:hidden}.theme-dark .dds-engagement-card__content{padding:1rem;flex:1;align-self:stretch;display:flex;flex-direction:column}.theme-dark .dds-engagement-card__content__caption-wrapper{margin-bottom:.25rem;display:inline-flex;flex-flow:row wrap;column-gap:.5rem;justify-content:flex-start;align-items:center}.theme-dark .dds-engagement-card__content__caption-wrapper>*{flex-shrink:0}.theme-dark .dds-engagement-card__content__caption-wrapper__dot{width:.25rem;height:.25rem;border-radius:50%;background-color:#858b91}.theme-dark .dds-engagement-card__content__caption-wrapper--text-salmon span{color:#ff959d}.theme-dark .dds-engagement-card__content__caption-wrapper--text-purple span{color:#96a7ff}.theme-dark .dds-engagement-card__content__title{margin-bottom:0}.theme-dark .dds-engagement-card__content__description{display:none;margin-top:.5rem}.theme-dark .dds-engagement-card__image{flex-shrink:0;border-radius:0;width:8rem;height:8rem}@media (min-width:768px){.theme-dark .dds-engagement-card__content{padding:1.5rem 1rem 1.5rem 1.5rem}.theme-dark .dds-engagement-card__content__description{display:block}}.theme-light .dds-radar-chart{--radar-chart-axis-font-color:#666e75;--radar-chart-axis-grid-color:#ebeced;--radar-chart-axis-grid-width:.0625rem;--radar-chart-label-padding:1rem;--radar-chart-color-data-digital-red:#e00842;--radar-chart-color-data-digital-lavender:#8782c4;--radar-chart-color-data-digital-orange:#fc6153;--radar-chart-color-data-digital-blue:#358dd4;--radar-chart-color-data-salmon:#e75e69;--radar-chart-color-data-purple:#3634c8;--radar-chart-color-data-digital-cerise:#b44484;--radar-chart-color-data-digital-gold:#ae8f4c;--radar-chart-color-data-navyblue:#082065;--radar-chart-color-data-green:#229f64;--radar-chart-color-data-warmgrey:#9a948d;--radar-chart-color-data-cerise:#d40c74;--radar-chart-color-data-background:#d6d8da;width:100%;height:100%;display:flex;flex-direction:column;row-gap:2rem;align-items:flex-start}.theme-light .dds-radar-chart__container{flex-shrink:0;position:relative;width:100%;height:100%}.theme-light .dds-radar-chart__container__tooltip-root{position:absolute;pointer-events:none;padding-left:.75rem}.theme-light .dds-radar-chart__container__tooltip-root__tooltip{position:relative;max-width:16rem;background-color:#333d47;padding:.5rem .75rem;border-radius:.25rem;box-shadow:none;color:#fff}.theme-light .dds-radar-chart__container__tooltip-root__tooltip__row{display:flex;flex-direction:column;align-items:center}.theme-light .dds-radar-chart__container__tooltip-root__tooltip__row__label,.theme-light .dds-radar-chart__container__tooltip-root__tooltip__row__value{color:#fff}.theme-light .dds-radar-chart__container__tooltip-root.left .dds-radar-chart__container__tooltip-root__tooltip:after{top:calc(50% - .375rem);right:100%;content:"";position:absolute;pointer-events:none;border:.375rem solid transparent;border-right-color:#333d47;margin-left:-.5rem}.theme-light .dds-radar-chart__container__tooltip-root.right .dds-radar-chart__container__tooltip-root__tooltip:after{top:calc(50% - .375rem);left:100%;content:"";position:absolute;pointer-events:none;border:.375rem solid transparent;border-left-color:#333d47;margin-right:-.5rem}.theme-light .dds-radar-chart__container__tooltip-root.top .dds-radar-chart__container__tooltip-root__tooltip:after{bottom:100%;left:50%;content:"";position:absolute;pointer-events:none;border:.375rem solid transparent;border-bottom-color:#333d47;margin-left:-.5rem}.theme-light .dds-radar-chart__container__tooltip-root.bottom .dds-radar-chart__container__tooltip-root__tooltip:after{top:100%;left:50%;content:"";position:absolute;pointer-events:none;border:.375rem solid transparent;border-top-color:#333d47;margin-left:-.5rem}.theme-light .dds-radar-chart__container__y-axis-label{color:#666e75}.theme-light .dds-radar-chart__legends{flex-shrink:0;display:flex;flex-direction:column;row-gap:.5rem;align-items:flex-start}.theme-light .dds-radar-chart__legends__item{display:flex;flex-direction:row;column-gap:.5rem;align-items:center}.theme-light .dds-radar-chart__legends__item__label{color:#14181c}@media (min-width:768px){.theme-light .dds-radar-chart{row-gap:2.5rem}}.theme-dark .dds-radar-chart{--radar-chart-axis-font-color:#adb1b5;--radar-chart-axis-grid-color:#1f252b;--radar-chart-axis-grid-width:.0625rem;--radar-chart-label-padding:1rem;--radar-chart-color-data-digital-red:#e31f4e;--radar-chart-color-data-digital-lavender:#9895c9;--radar-chart-color-data-digital-orange:#ff6b5e;--radar-chart-color-data-digital-blue:#459feb;--radar-chart-color-data-salmon:#ff7a85;--radar-chart-color-data-purple:#5856d6;--radar-chart-color-data-digital-cerise:#c76b9f;--radar-chart-color-data-digital-gold:#ae8f4c;--radar-chart-color-data-navyblue:#2469c1;--radar-chart-color-data-green:#1ebb71;--radar-chart-color-data-warmgrey:#928880;--radar-chart-color-data-cerise:#f15f7a;--radar-chart-color-data-background:#333d47;width:100%;height:100%;display:flex;flex-direction:column;row-gap:2rem;align-items:flex-start}.theme-dark .dds-radar-chart__container{flex-shrink:0;position:relative;width:100%;height:100%}.theme-dark .dds-radar-chart__container__tooltip-root{position:absolute;pointer-events:none;padding-left:.75rem}.theme-dark .dds-radar-chart__container__tooltip-root__tooltip{position:relative;max-width:16rem;background-color:#f5f5f6;padding:.5rem .75rem;border-radius:.25rem;box-shadow:none;color:#14181c}.theme-dark .dds-radar-chart__container__tooltip-root__tooltip__row{display:flex;flex-direction:column;align-items:center}.theme-dark .dds-radar-chart__container__tooltip-root__tooltip__row__label,.theme-dark .dds-radar-chart__container__tooltip-root__tooltip__row__value{color:#14181c}.theme-dark .dds-radar-chart__container__tooltip-root.left .dds-radar-chart__container__tooltip-root__tooltip:after{top:calc(50% - .375rem);right:100%;content:"";position:absolute;pointer-events:none;border:.375rem solid transparent;border-right-color:#f5f5f6;margin-left:-.5rem}.theme-dark .dds-radar-chart__container__tooltip-root.right .dds-radar-chart__container__tooltip-root__tooltip:after{top:calc(50% - .375rem);left:100%;content:"";position:absolute;pointer-events:none;border:.375rem solid transparent;border-left-color:#f5f5f6;margin-right:-.5rem}.theme-dark .dds-radar-chart__container__tooltip-root.top .dds-radar-chart__container__tooltip-root__tooltip:after{bottom:100%;left:50%;content:"";position:absolute;pointer-events:none;border:.375rem solid transparent;border-bottom-color:#f5f5f6;margin-left:-.5rem}.theme-dark .dds-radar-chart__container__tooltip-root.bottom .dds-radar-chart__container__tooltip-root__tooltip:after{top:100%;left:50%;content:"";position:absolute;pointer-events:none;border:.375rem solid transparent;border-top-color:#f5f5f6;margin-left:-.5rem}.theme-dark .dds-radar-chart__container__y-axis-label{color:#adb1b5}.theme-dark .dds-radar-chart__legends{flex-shrink:0;display:flex;flex-direction:column;row-gap:.5rem;align-items:flex-start}.theme-dark .dds-radar-chart__legends__item{display:flex;flex-direction:row;column-gap:.5rem;align-items:center}.theme-dark .dds-radar-chart__legends__item__label{color:#fff}@media (min-width:768px){.theme-dark .dds-radar-chart{row-gap:2.5rem}}.theme-light .dds-bar-chart{--bar-chart-bar-thickness:.75rem;--bar-chart-bar-spacing:.5rem;--bar-chart-axis-font-color:#666e75;--bar-chart-axis-border-color:#d6d8da;--bar-chart-axis-border-width:.125rem;--bar-chart-axis-grid-color:#ebeced;--bar-chart-axis-grid-width:.0625rem;--bar-chart-hover-background-color:#fff;--bar-chart-color-data-digital-red:#e00842;--bar-chart-color-data-digital-lavender:#8782c4;--bar-chart-color-data-digital-orange:#fc6153;--bar-chart-color-data-digital-blue:#358dd4;--bar-chart-color-data-salmon:#e75e69;--bar-chart-color-data-purple:#3634c8;--bar-chart-color-data-digital-cerise:#b44484;--bar-chart-color-data-digital-gold:#ae8f4c;--bar-chart-color-data-navyblue:#082065;--bar-chart-color-data-green:#229f64;--bar-chart-color-data-warmgrey:#9a948d;--bar-chart-color-data-cerise:#d40c74;--bar-chart-color-data-background:#d6d8da;width:100%;height:100%;display:flex;flex-direction:column;row-gap:2rem;align-items:flex-start}.theme-light .dds-bar-chart__container{flex-shrink:0;position:relative;width:100%;height:100%}.theme-light .dds-bar-chart__container__tooltip-root{position:absolute;pointer-events:none}.theme-light .dds-bar-chart__container__tooltip-root.left:after{content:"";position:absolute;border-width:0;width:.5rem;height:.5rem;rotate:45deg;background-color:#333d47;top:50%;right:100%;transform:translate(60%)}.theme-light .dds-bar-chart__container__tooltip-root.right:after{top:50%;left:100%}.theme-light .dds-bar-chart__container__tooltip-root.bottom:after,.theme-light .dds-bar-chart__container__tooltip-root.right:after{content:"";position:absolute;border-width:0;width:.5rem;height:.5rem;rotate:45deg;background-color:#333d47;transform:translate(-60%)}.theme-light .dds-bar-chart__container__tooltip-root.bottom:after{top:100%;left:50%}.theme-light .dds-bar-chart__container__tooltip-root__tooltip{position:relative;max-width:16rem;background-color:#333d47;padding:.5rem .75rem;border-radius:.25rem;box-shadow:none;color:#fff}.theme-light .dds-bar-chart__container__tooltip-root__tooltip--stacked{width:16rem}.theme-light .dds-bar-chart__container__tooltip-root__tooltip__row{display:flex;flex-direction:column;align-items:center;row-gap:.25rem}.theme-light .dds-bar-chart__container__tooltip-root__tooltip__row--stacked{align-items:stretch}.theme-light .dds-bar-chart__container__tooltip-root__tooltip__row__header__label,.theme-light .dds-bar-chart__container__tooltip-root__tooltip__row__header__value,.theme-light .dds-bar-chart__container__tooltip-root__tooltip__row__item__label,.theme-light .dds-bar-chart__container__tooltip-root__tooltip__row__item__value,.theme-light .dds-bar-chart__container__tooltip-root__tooltip__row__label,.theme-light .dds-bar-chart__container__tooltip-root__tooltip__row__value{color:#fff}.theme-light .dds-bar-chart__container__tooltip-root__tooltip__row__header{display:flex;flex-direction:row;align-items:center;column-gap:.5rem}.theme-light .dds-bar-chart__container__tooltip-root__tooltip__row__header__label{flex:1}.theme-light .dds-bar-chart__container__tooltip-root__tooltip__row__header__value{flex-shrink:0}.theme-light .dds-bar-chart__container__tooltip-root__tooltip__row__item{display:flex;flex-direction:row;align-items:center;column-gap:.5rem}.theme-light .dds-bar-chart__container__tooltip-root__tooltip__row__item__color{flex-shrink:0;width:.75rem;height:.75rem;border-radius:50%}.theme-light .dds-bar-chart__container__tooltip-root__tooltip__row__item__label{flex:1}.theme-light .dds-bar-chart__container__tooltip-root__tooltip__row__item__value{flex-shrink:0}.theme-light .dds-bar-chart__container__y-axis-label{color:#666e75}.theme-light .dds-bar-chart__legends{flex-shrink:0;display:flex;flex-direction:column;row-gap:.5rem;align-items:flex-start}.theme-light .dds-bar-chart__legends__item{display:flex;flex-direction:row;column-gap:.5rem;align-items:center}.theme-light .dds-bar-chart__legends__item__label{color:#14181c}@media (min-width:768px){.theme-light .dds-bar-chart{row-gap:2.5rem}.theme-light .dds-bar-chart__legends{flex-direction:row;column-gap:3rem}}.theme-dark .dds-bar-chart{--bar-chart-bar-thickness:.75rem;--bar-chart-bar-spacing:.5rem;--bar-chart-axis-font-color:#adb1b5;--bar-chart-axis-border-color:#333d47;--bar-chart-axis-border-width:.125rem;--bar-chart-axis-grid-color:#1f252b;--bar-chart-axis-grid-width:.0625rem;--bar-chart-hover-background-color:#14181c;--bar-chart-color-data-digital-red:#e31f4e;--bar-chart-color-data-digital-lavender:#9895c9;--bar-chart-color-data-digital-orange:#ff6b5e;--bar-chart-color-data-digital-blue:#459feb;--bar-chart-color-data-salmon:#ff7a85;--bar-chart-color-data-purple:#5856d6;--bar-chart-color-data-digital-cerise:#c76b9f;--bar-chart-color-data-digital-gold:#ae8f4c;--bar-chart-color-data-navyblue:#2469c1;--bar-chart-color-data-green:#1ebb71;--bar-chart-color-data-warmgrey:#928880;--bar-chart-color-data-cerise:#f15f7a;--bar-chart-color-data-background:#333d47;width:100%;height:100%;display:flex;flex-direction:column;row-gap:2rem;align-items:flex-start}.theme-dark .dds-bar-chart__container{flex-shrink:0;position:relative;width:100%;height:100%}.theme-dark .dds-bar-chart__container__tooltip-root{position:absolute;pointer-events:none}.theme-dark .dds-bar-chart__container__tooltip-root.left:after{content:"";position:absolute;border-width:0;width:.5rem;height:.5rem;rotate:45deg;background-color:#f5f5f6;top:50%;right:100%;transform:translate(60%)}.theme-dark .dds-bar-chart__container__tooltip-root.right:after{top:50%;left:100%}.theme-dark .dds-bar-chart__container__tooltip-root.bottom:after,.theme-dark .dds-bar-chart__container__tooltip-root.right:after{content:"";position:absolute;border-width:0;width:.5rem;height:.5rem;rotate:45deg;background-color:#f5f5f6;transform:translate(-60%)}.theme-dark .dds-bar-chart__container__tooltip-root.bottom:after{top:100%;left:50%}.theme-dark .dds-bar-chart__container__tooltip-root__tooltip{position:relative;max-width:16rem;background-color:#f5f5f6;padding:.5rem .75rem;border-radius:.25rem;box-shadow:none;color:#14181c}.theme-dark .dds-bar-chart__container__tooltip-root__tooltip--stacked{width:16rem}.theme-dark .dds-bar-chart__container__tooltip-root__tooltip__row{display:flex;flex-direction:column;align-items:center;row-gap:.25rem}.theme-dark .dds-bar-chart__container__tooltip-root__tooltip__row--stacked{align-items:stretch}.theme-dark .dds-bar-chart__container__tooltip-root__tooltip__row__header__label,.theme-dark .dds-bar-chart__container__tooltip-root__tooltip__row__header__value,.theme-dark .dds-bar-chart__container__tooltip-root__tooltip__row__item__label,.theme-dark .dds-bar-chart__container__tooltip-root__tooltip__row__item__value,.theme-dark .dds-bar-chart__container__tooltip-root__tooltip__row__label,.theme-dark .dds-bar-chart__container__tooltip-root__tooltip__row__value{color:#14181c}.theme-dark .dds-bar-chart__container__tooltip-root__tooltip__row__header{display:flex;flex-direction:row;align-items:center;column-gap:.5rem}.theme-dark .dds-bar-chart__container__tooltip-root__tooltip__row__header__label{flex:1}.theme-dark .dds-bar-chart__container__tooltip-root__tooltip__row__header__value{flex-shrink:0}.theme-dark .dds-bar-chart__container__tooltip-root__tooltip__row__item{display:flex;flex-direction:row;align-items:center;column-gap:.5rem}.theme-dark .dds-bar-chart__container__tooltip-root__tooltip__row__item__color{flex-shrink:0;width:.75rem;height:.75rem;border-radius:50%}.theme-dark .dds-bar-chart__container__tooltip-root__tooltip__row__item__label{flex:1}.theme-dark .dds-bar-chart__container__tooltip-root__tooltip__row__item__value{flex-shrink:0}.theme-dark .dds-bar-chart__container__y-axis-label{color:#adb1b5}.theme-dark .dds-bar-chart__legends{flex-shrink:0;display:flex;flex-direction:column;row-gap:.5rem;align-items:flex-start}.theme-dark .dds-bar-chart__legends__item{display:flex;flex-direction:row;column-gap:.5rem;align-items:center}.theme-dark .dds-bar-chart__legends__item__label{color:#fff}@media (min-width:768px){.theme-dark .dds-bar-chart{row-gap:2.5rem}.theme-dark .dds-bar-chart__legends{flex-direction:row;column-gap:3rem}}.theme-light .dds-table table{width:100%;height:fit-content}.theme-light .dds-table table tr{height:100%}.theme-light .dds-table__header-row--sticky-row{z-index:3;position:sticky;top:-.0625rem}.theme-light .dds-table__header-cell{padding:0;background-color:#fff}.theme-light .dds-table__header-cell--sticky-column{z-index:4;position:sticky;left:-.0625rem}.theme-light .dds-table__header-cell__content{height:100%;white-space:nowrap;display:flex;flex-direction:row;border-bottom:.125rem solid #adb1b5}.theme-light .dds-table__header-cell__content--shadow{box-shadow:.0625rem 0 .1875rem #00000026;clip-path:inset(0 -.1875rem 0 0)}.theme-light .dds-table__header-cell__content--border-right{border-right:.125rem solid #adb1b5}.theme-light .dds-table__header-cell__content--large{padding:1rem .75rem}.theme-light .dds-table__header-cell__content--small{padding:.75rem}.theme-light .dds-table__header-cell__content--horizontal-flex-start{justify-content:flex-start}.theme-light .dds-table__header-cell__content--horizontal-center{justify-content:center}.theme-light .dds-table__header-cell__content--horizontal-flex-end{justify-content:flex-end}.theme-light .dds-table__header-cell__content--vertical-flex-start{align-items:flex-start}.theme-light .dds-table__header-cell__content--vertical-center{align-items:center}.theme-light .dds-table__header-cell__content--vertical-flex-end{align-items:flex-end}.theme-light .dds-table__section-cell{padding:0;background-color:#f5f5f6}.theme-light .dds-table__section-cell__content{height:100%;border-bottom:.0625rem solid #adb1b5}.theme-light .dds-table__section-cell__content--border-right{border-right:.0625rem solid #adb1b5}.theme-light .dds-table__section-cell__content--large,.theme-light .dds-table__section-cell__content--small{padding:.75rem}.theme-light .dds-table__body-cell{padding:0;background-color:#fff}.theme-light .dds-table__body-cell--alternate{background-color:#f5f5f6}.theme-light .dds-table__body-cell--sticky-column{z-index:2;position:sticky;left:0}.theme-light .dds-table__body-cell__content{height:100%;border-bottom:.0625rem solid #d6d8da}.theme-light .dds-table__body-cell__content--shadow{box-shadow:.0625rem 0 .1875rem #00000026;clip-path:inset(0 -.1875rem 0 0)}.theme-light .dds-table__body-cell__content--border-right{border-right:.0625rem solid #d6d8da}.theme-light .dds-table__body-cell__content--large,.theme-light .dds-table__body-cell__content--small{padding:.75rem}@media (min-width:768px){.theme-light .dds-table__header-cell__content--large{padding:1rem 1.5rem}.theme-light .dds-table__header-cell__content--small{padding:.75rem 1.5rem}.theme-light .dds-table__section-cell__content--large{padding:1rem 1.5rem}.theme-light .dds-table__section-cell__content--small{padding:.75rem 1.5rem}.theme-light .dds-table__body-cell__content--large{padding:1rem 1.5rem}.theme-light .dds-table__body-cell__content--small{padding:.75rem 1.5rem}}.theme-dark .dds-table table{width:100%;height:fit-content}.theme-dark .dds-table table tr{height:100%}.theme-dark .dds-table__header-row--sticky-row{z-index:3;position:sticky;top:-.0625rem}.theme-dark .dds-table__header-cell{padding:0;background-color:#14181c}.theme-dark .dds-table__header-cell--sticky-column{z-index:4;position:sticky;left:-.0625rem}.theme-dark .dds-table__header-cell__content{height:100%;white-space:nowrap;display:flex;flex-direction:row;border-bottom:.125rem solid #858b91}.theme-dark .dds-table__header-cell__content--shadow{box-shadow:.0625rem 0 .1875rem #00000026;clip-path:inset(0 -.1875rem 0 0)}.theme-dark .dds-table__header-cell__content--border-right{border-right:.125rem solid #858b91}.theme-dark .dds-table__header-cell__content--large{padding:1rem .75rem}.theme-dark .dds-table__header-cell__content--small{padding:.75rem}.theme-dark .dds-table__header-cell__content--horizontal-flex-start{justify-content:flex-start}.theme-dark .dds-table__header-cell__content--horizontal-center{justify-content:center}.theme-dark .dds-table__header-cell__content--horizontal-flex-end{justify-content:flex-end}.theme-dark .dds-table__header-cell__content--vertical-flex-start{align-items:flex-start}.theme-dark .dds-table__header-cell__content--vertical-center{align-items:center}.theme-dark .dds-table__header-cell__content--vertical-flex-end{align-items:flex-end}.theme-dark .dds-table__section-cell{padding:0;background-color:#0a0c0e}.theme-dark .dds-table__section-cell__content{height:100%;border-bottom:.0625rem solid #858b91}.theme-dark .dds-table__section-cell__content--border-right{border-right:.0625rem solid #858b91}.theme-dark .dds-table__section-cell__content--large,.theme-dark .dds-table__section-cell__content--small{padding:.75rem}.theme-dark .dds-table__body-cell{padding:0;background-color:#14181c}.theme-dark .dds-table__body-cell--alternate{background-color:#0a0c0e}.theme-dark .dds-table__body-cell--sticky-column{z-index:2;position:sticky;left:0}.theme-dark .dds-table__body-cell__content{height:100%;border-bottom:.0625rem solid #333d47}.theme-dark .dds-table__body-cell__content--shadow{box-shadow:.0625rem 0 .1875rem #00000026;clip-path:inset(0 -.1875rem 0 0)}.theme-dark .dds-table__body-cell__content--border-right{border-right:.0625rem solid #333d47}.theme-dark .dds-table__body-cell__content--large,.theme-dark .dds-table__body-cell__content--small{padding:.75rem}@media (min-width:768px){.theme-dark .dds-table__header-cell__content--large{padding:1rem 1.5rem}.theme-dark .dds-table__header-cell__content--small{padding:.75rem 1.5rem}.theme-dark .dds-table__section-cell__content--large{padding:1rem 1.5rem}.theme-dark .dds-table__section-cell__content--small{padding:.75rem 1.5rem}.theme-dark .dds-table__body-cell__content--large{padding:1rem 1.5rem}.theme-dark .dds-table__body-cell__content--small{padding:.75rem 1.5rem}}.theme-light .dds-avatar-group{display:flex;flex-direction:row;align-items:center}.theme-light .dds-avatar-group>:not(:first-child){margin-left:-.5rem}.theme-light .dds-avatar-group__item-total{z-index:1;width:2.5rem;height:2.5rem;border-radius:50%;background-color:#f5f5f6;display:flex;justify-content:center;align-items:center}.theme-light .dds-avatar-group__item-total__text{color:#14181c}.theme-dark .dds-avatar-group{display:flex;flex-direction:row;align-items:center}.theme-dark .dds-avatar-group>:not(:first-child){margin-left:-.5rem}.theme-dark .dds-avatar-group__item-total{z-index:1;width:2.5rem;height:2.5rem;border-radius:50%;background-color:#1f252b;display:flex;justify-content:center;align-items:center}.theme-dark .dds-avatar-group__item-total__text{color:#fff}.theme-dark .dds-simple-list,.theme-light .dds-simple-list{display:flex;flex-direction:column;row-gap:.25rem}.font-open-sans{font-family:OpenSans}.font-aia-everest{font-family:AIAEverest}.text--red{color:#d31145}.text--white{color:#fff}.text--regular-1{font-size:1rem;font-weight:400}.text--bold-1{font-size:1rem;font-weight:700}.icon--primary{fill:#ba0361}.icon--blue{fill:#1f78ad}.icon--orange{fill:#ff754d}.icon--purple{fill:#4c4794}.icon--cerise{fill:#ba0361}.icon--yellow{fill:#f7c926}.icon--deep-yellow{fill:#8e7000}.icon--green{fill:#3da758}.icon--deep-grey{fill:#836f60}.icon--salmon{fill:#ff7a85}.icon--red{fill:#e40c42}.icon--white{fill:#fff}.icon--dark{fill:#14181c}.icon--gray{fill:#666e75}.icon--charcoal-80{fill:#293139}.dds-block{background-color:#d3114533;border:1px dashed rgba(40,49,58,.8);height:70vh}