- ID de l'analyse :
- 542d8da1-5491-4c8c-8462-1ba8a5fc5737Terminée
- URL soumise :
- https://xcockpit.cycraft.ai/_api/core/identity/scannerRedirigé
- Fin du rapport :
Liens : 0 trouvé(s)
Liens sortants identifiés à partir de la page
Variables JavaScript : 9 trouvée(s)
Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel
Nom | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
webpackChunkxensor_cockpit_frontend | object |
_ | function |
regeneratorRuntime | object |
configureStore | object |
dispatch | function |
__SENTRY__ | object |
Messages de journal de console : 0 trouvé(s)
Messages consignés dans la console web
HTML
Le corps HTML de la page en données brutes
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="description" content="Xensor Cockpit"><title>XCockpit</title><script defer="defer" src="/static/main.dbdd6f82.js"></script><style>:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, 0.7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width: 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:rgba(0,0,0,0);outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}100%{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(3000px, 0, 0)}60%{opacity:1;transform:translate3d(-25px, 0, 0)}75%{transform:translate3d(10px, 0, 0)}90%{transform:translate3d(-5px, 0, 0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0)}to{opacity:0;transform:translate3d(2000px, 0, 0)}}@keyframes Toastify__bounceInLeft{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0)}60%{opacity:1;transform:translate3d(25px, 0, 0)}75%{transform:translate3d(-10px, 0, 0)}90%{transform:translate3d(5px, 0, 0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0)}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}@keyframes Toastify__bounceInUp{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(0, 3000px, 0)}60%{opacity:1;transform:translate3d(0, -20px, 0)}75%{transform:translate3d(0, 10px, 0)}90%{transform:translate3d(0, -5px, 0)}to{transform:translate3d(0, 0, 0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, -10px, 0)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0)}to{opacity:0;transform:translate3d(0, -2000px, 0)}}@keyframes Toastify__bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0)}60%{opacity:1;transform:translate3d(0, 25px, 0)}75%{transform:translate3d(0, -10px, 0)}90%{transform:translate3d(0, 5px, 0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, 10px, 0)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0)}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{from{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{from{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{from{transform:translate3d(110%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}@keyframes Toastify__slideInLeft{from{transform:translate3d(-110%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}@keyframes Toastify__slideInUp{from{transform:translate3d(0, 110%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}@keyframes Toastify__slideInDown{from{transform:translate3d(0, -110%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}@keyframes Toastify__slideOutRight{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(110%, 0, 0)}}@keyframes Toastify__slideOutLeft{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(-110%, 0, 0)}}@keyframes Toastify__slideOutDown{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, 500px, 0)}}@keyframes Toastify__slideOutUp{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, -500px, 0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}</style><style>@import url(https://fonts.googleapis.com/css2?family=Inter:wght@500;700&display=swap);</style><style>@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap);</style><style>@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500;700&display=swap);</style><style>@import url(https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@500;700&display=swap);</style><style>@import url(https://fonts.googleapis.com/css2?family=Orbitron:wght@500&display=swap);</style><style>@charset "UTF-8";/*!
* Bootstrap v5.1.1 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/:root{--x-red-light:#ffa6a6;--x-red:#ff595a;--x-red-dark:#cc4747;--x-dark-display:#73698a;--x-dark-light:#494358;--x-dark:#221c35;--x-dark-dark:#191423;--x-purple-light:#bfb4ea;--x-purple-display:#c9baff;--x-purple:#846ce6;--x-purple-dark:#5f4ea6;--x-purple-danger:#802495;--x-cyan-light:#78d4e1;--x-cyan-display:#7ce1eb;--x-cyan:#00c9db;--x-cyan-dark:#00b2c2;--x-purple-100:#d9d7e0;--x-purple-200:#b4aec2;--x-purple-300:#8e86a3;--x-purple-400:#6a6280;--x-purple-500:#494358;--x-purple-600:#3a3646;--x-purple-700:#2c2835;--x-purple-800:#1d1b23;--x-purple-900:#0f0d12;--x-warning-100:#e6e2fa;--x-warning-200:#cec4f5;--x-warning-300:#b5a7f0;--x-warning-400:#9d89eb;--x-warning-500:#846ce6;--x-warning-600:#5432dc;--x-warning-700:#3a1dad;--x-warning-800:#271474;--x-warning-900:#130a3a;--x-danger-100:#ebcbf2;--x-danger-200:#d796e6;--x-danger-300:#c362d9;--x-danger-400:#ad31c9;--x-danger-500:#802495;--x-danger-600:#661d77;--x-danger-700:#4d1659;--x-danger-800:#330e3c;--x-danger-900:#1a071e;--x-cyan-100:#c5faff;--x-cyan-200:#8bf5ff;--x-cyan-300:#50f1ff;--x-cyan-400:#16ecff;--x-cyan-500:#00c9db;--x-cyan-600:#00a1af;--x-cyan-700:#007983;--x-cyan-800:#005058;--x-cyan-900:#00282c;--x-gray-100:#f9fafa;--x-gray-200:#f6f6f7;--x-gray-300:#e9e9eb;--x-gray-400:#cfd0d3;--x-gray-500:#a9a9ac;--x-gray-600:#797980;--x-gray-700:#60626c;--x-gray-800:#41454c;--x-gray-900:#1e2229;--x-bg-100:#c4bfce;--x-bg-200:#5c5669;--x-bg-300:#494358;--x-bg-400:#3b3649;--x-bg-500:#2d293a;--x-bg-600:#292534;--x-bg-700:#1f1d29;--x-bg-800:#111219;--x-bg-900:#0d0a12;--x-severity-0:#60626c;--x-severity-1:#00c9db;--x-severity-2:#00c9db;--x-severity-3:#00c9db;--x-severity-4:#00c9db;--x-severity-5:#00c9db;--x-severity-6:#00c9db;--x-severity-7:#efc224;--x-severity-8:#f07617;--x-severity-9:#de2d2d;--x-severity-a:#8f00d2;--x-light-severity-0:#cfd0d3;--x-light-severity-1:#34d7e6;--x-light-severity-2:#34d7e6;--x-light-severity-3:#34d7e6;--x-light-severity-4:#34d7e6;--x-light-severity-5:#34d7e6;--x-light-severity-6:#34d7e6;--x-light-severity-7:#efc224;--x-light-severity-8:#f9852a;--x-light-severity-9:#e33f3f;--x-light-severity-a:#a100ed;--x-level-0:#60626c;--x-level-1:#00c9db;--x-level-2:#00c9db;--x-level-3:#efc224;--x-level-4:#de2d2d;--x-level-5:#8f00d2;--x-battery-0:#60626c;--x-battery-1:#00c9db;--x-battery-2:#00c9db;--x-battery-3:#de2d2d;--x-battery-4:#8f00d2;--x-bar-chart-1:#00c9db;--x-bar-chart-2:#de2d2d;--x-bar-chart-3:#8f00d2;--x-pie-chart-1:#a793f2;--x-pie-chart-2:#6c4ccf;--x-pie-chart-3:#d65ae6;--x-pie-chart-4:#9854d1;--x-pie-chart-5:#3b3066;--x-pie-chart-6:#f52a89;--x-pie-chart-7:#a1f7ff;--x-pie-chart-8:#45d8e6;--x-pie-chart-9:#0090ad;--x-pie-chart-a:#0be6a5;--x-pie-chart-b:#ff9297;--x-pie-chart-c:#eb3251;--x-pie-chart-d:#ffbec1;--x-pie-chart-e:#be1f35;--x-pie-chart-f:#ff5b45;--x-theme-primary:#ff595a;--x-theme-secondary:#73698a;--x-theme-success:#7ce1eb;--x-theme-info:#00c9db;--x-theme-warning:#846ce6;--x-theme-danger:#802495;--x-theme-light:#f9fafa;--x-theme-dark:#111219}:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#ff595a;--bs-secondary:#73698a;--bs-success:#7ce1eb;--bs-info:#00c9db;--bs-warning:#846ce6;--bs-danger:#802495;--bs-light:#f9fafa;--bs-dark:#111219;--bs-primary-rgb:255,89,90;--bs-secondary-rgb:115,105,138;--bs-success-rgb:124,225,235;--bs-info-rgb:0,201,219;--bs-warning-rgb:132,108,230;--bs-danger-rgb:128,36,149;--bs-light-rgb:249,250,250;--bs-dark-rgb:17,18,25;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:249,250,250;--bs-body-bg-rgb:21,17,28;--bs-font-sans-serif:Inter,"Noto Sans TC","Noto Sans JP",system-ui,-apple-system,"Segoe UI","Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:"Roboto Mono",SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-root-font-size:12px;--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1.1666666667rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#f9fafa;--bs-body-bg:#15111c}*,::after,::before{box-sizing:border-box}:root{font-size:var(--bs-root-font-size)}@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);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:transparent}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:700;line-height:1.2}.h1,h1{font-size:calc(1.65rem + 4.8vw);line-height:1.25}@media (min-width:1200px){.h1,h1{font-size:5.25rem}}.h2,h2{font-size:calc(1.5333333333rem + 3.4vw);line-height:1.25}@media (min-width:1200px){.h2,h2{font-size:4.0833333333rem}}.h3,h3{font-size:calc(1.4166666667rem + 2vw);line-height:1.3}@media (min-width:1200px){.h3,h3{font-size:2.9166666667rem}}.h4,h4{font-size:calc(1.3583333333rem + 1.3vw);line-height:1.4}@media (min-width:1200px){.h4,h4{font-size:2.3333333333rem}}.h5,h5{font-size:calc(1.3194444444rem + .8333333333vw);line-height:1.4}@media (min-width:1200px){.h5,h5{font-size:1.9444444444rem}}.h6,h6{font-size:calc(1.2611111111rem + .1333333333vw);line-height:1.5}@media (min-width:1200px){.h6,h6{font-size:1.3611111111rem}}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;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:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#f6f6f7;text-decoration:none}a:hover{color:#ff595a;text-decoration:underline}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:4px}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:4px;padding-bottom:4px;color:#a9a9ac;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}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;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[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-file-upload-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}.lead{font-size:calc(1.2708333333rem + .25vw);font-weight:300}@media (min-width:1200px){.lead{font-size:1.4583333333rem}}.display-1{font-size:calc(2.125rem + 10.5vw);font-weight:700;line-height:1.2}@media (min-width:1200px){.display-1{font-size:10rem}}.display-2{font-size:calc(1.925rem + 8.1vw);font-weight:700;line-height:1.2}@media (min-width:1200px){.display-2{font-size:8rem}}.display-3{font-size:calc(1.6583333333rem + 4.9vw);font-weight:700;line-height:1.3}@media (min-width:1200px){.display-3{font-size:5.3333333333rem}}.display-4{font-size:calc(1.5916666667rem + 4.1vw);font-weight:700;line-height:1.4}@media (min-width:1200px){.display-4{font-size:4.6666666667rem}}.display-5{font-size:calc(1.525rem + 3.3vw);font-weight:700;line-height:1.4}@media (min-width:1200px){.display-5{font-size:4rem}}.display-6{font-size:calc(1.425rem + 2.1vw);font-weight:700;line-height:1.4}@media (min-width:1200px){.display-6{font-size:3rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:calc(1.2708333333rem + .25vw)}@media (min-width:1200px){.blockquote{font-size:1.4583333333rem}}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#a9a9ac}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#15111c;border:1px solid #dee2e6;border-radius:4px;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#6c757d}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x) * -.5);margin-left:calc(var(--bs-gutter-x) * -.5)}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}@-webkit-keyframes breathe{0%{box-shadow:-1px 0 0 0 transparent,inset 4px 0 0 0 var(--bs-table-accent-bg)}}@keyframes breathe{0%{box-shadow:-1px 0 0 0 transparent,inset 4px 0 0 0 var(--bs-table-accent-bg)}}.table{--bs-table-bg:#433e51;--bs-table-accent-bg:transparent;--bs-table-striped-color:#f6f6f7;--bs-table-striped-bg:#494358;--bs-table-active-color:#f6f6f7;--bs-table-active-bg:rgba(92, 86, 105, 0.5);--bs-table-hover-color:#f6f6f7;--bs-table-hover-bg:rgba(92, 86, 105, 0.5);width:100%;margin-bottom:1rem;color:#f6f6f7;vertical-align:top;border-spacing:1px 2px;border-collapse:separate;border-color:transparent}.table>:not(caption)>*>*{position:relative;padding:4px 4px;background-color:var(--bs-table-bg);border-color:transparent;border-bottom-width:0;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>:not(caption)>*>:first-child{border-radius:4px 0 0 4px;padding-left:8px}.table>:not(caption)>*>:last-child{padding-right:8px;border-radius:0 4px 4px 0}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:middle}.table>thead>*>*{color:#fff;background-color:#2d293a}.table>thead .form-control{height:3.5rem;line-height:2.2;background-color:#1f1d29;border:0}.table>thead .form-control:focus{box-shadow:none}.table>thead .form-floating>label{line-height:1;color:#a9a9ac}.table>:not(:last-child)>:last-child>*{border-bottom-color:currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:0 0}.table-bordered>:not(caption)>*>*{border-width:0 0}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-striped>tbody>tr:nth-of-type(odd){--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#ffdede;--bs-table-striped-bg:black;--bs-table-striped-color:#fff;--bs-table-active-bg:#806f6f;--bs-table-active-color:#fff;--bs-table-hover-bg:#806f6f;--bs-table-hover-color:#fff;color:#000;border-color:#e6c8c8}.table-indicator-primary::before{border-radius:inherit;position:absolute;top:0;bottom:0;left:0;width:100%;content:"";box-shadow:-1px 0 0 0 var(--bs-primary),inset 4px 0 0 0 var(--bs-primary)}.table-indicator-primary-breathe::before{border-radius:inherit;position:absolute;top:0;bottom:0;left:0;width:100%;content:"";box-shadow:-1px 0 0 0 var(--bs-primary),inset 4px 0 0 0 var(--bs-primary)}.table-indicator-primary-breathe::before{-webkit-animation-name:breathe;animation-name:breathe;-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.table-secondary{--bs-table-bg:#e3e1e8;--bs-table-striped-bg:black;--bs-table-striped-color:#fff;--bs-table-active-bg:#727174;--bs-table-active-color:#fff;--bs-table-hover-bg:#727174;--bs-table-hover-color:#fff;color:#000;border-color:#cccbd1}.table-indicator-secondary::before{border-radius:inherit;position:absolute;top:0;bottom:0;left:0;width:100%;content:"";box-shadow:-1px 0 0 0 var(--bs-secondary),inset 4px 0 0 0 var(--bs-secondary)}.table-indicator-secondary-breathe::before{border-radius:inherit;position:absolute;top:0;bottom:0;left:0;width:100%;content:"";box-shadow:-1px 0 0 0 var(--bs-secondary),inset 4px 0 0 0 var(--bs-secondary)}.table-indicator-secondary-breathe::before{-webkit-animation-name:breathe;animation-name:breathe;-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.table-success{--bs-table-bg:#e5f9fb;--bs-table-striped-bg:black;--bs-table-striped-color:#fff;--bs-table-active-bg:#737d7e;--bs-table-active-color:#000;--bs-table-hover-bg:#737d7e;--bs-table-hover-color:#000;color:#000;border-color:#cee0e2}.table-indicator-success::before{border-radius:inherit;position:absolute;top:0;bottom:0;left:0;width:100%;content:"";box-shadow:-1px 0 0 0 var(--bs-success),inset 4px 0 0 0 var(--bs-success)}.table-indicator-success-breathe::before{border-radius:inherit;position:absolute;top:0;bottom:0;left:0;width:100%;content:"";box-shadow:-1px 0 0 0 var(--bs-success),inset 4px 0 0 0 var(--bs-success)}.table-indicator-success-breathe::before{-webkit-animation-name:breathe;animation-name:breathe;-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.table-info{--bs-table-bg:#ccf4f8;--bs-table-striped-bg:black;--bs-table-striped-color:#fff;--bs-table-active-bg:#667a7c;--bs-table-active-color:#fff;--bs-table-hover-bg:#667a7c;--bs-table-hover-color:#fff;color:#000;border-color:#b8dcdf}.table-indicator-info::before{border-radius:inherit;position:absolute;top:0;bottom:0;left:0;width:100%;content:"";box-shadow:-1px 0 0 0 var(--bs-info),inset 4px 0 0 0 var(--bs-info)}.table-indicator-info-breathe::before{border-radius:inherit;position:absolute;top:0;bottom:0;left:0;width:100%;content:"";box-shadow:-1px 0 0 0 var(--bs-info),inset 4px 0 0 0 var(--bs-info)}.table-indicator-info-breathe::before{-webkit-animation-name:breathe;animation-name:breathe;-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.table-warning{--bs-table-bg:#e6e2fa;--bs-table-striped-bg:black;--bs-table-striped-color:#fff;--bs-table-active-bg:#73717d;--bs-table-active-color:#fff;--bs-table-hover-bg:#73717d;--bs-table-hover-color:#fff;color:#000;border-color:#cfcbe1}.table-indicator-warning::before{border-radius:inherit;position:absolute;top:0;bottom:0;left:0;width:100%;content:"";box-shadow:-1px 0 0 0 var(--bs-warning),inset 4px 0 0 0 var(--bs-warning)}.table-indicator-warning-breathe::before{border-radius:inherit;position:absolute;top:0;bottom:0;left:0;width:100%;content:"";box-shadow:-1px 0 0 0 var(--bs-warning),inset 4px 0 0 0 var(--bs-warning)}.table-indicator-warning-breathe::before{-webkit-animation-name:breathe;animation-name:breathe;-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.table-danger{--bs-table-bg:#e6d3ea;--bs-table-striped-bg:black;--bs-table-striped-color:#fff;--bs-table-active-bg:#736a75;--bs-table-active-color:#fff;--bs-table-hover-bg:#736a75;--bs-table-hover-color:#fff;color:#000;border-color:#cfbed3}.table-indicator-danger::before{border-radius:inherit;position:absolute;top:0;bottom:0;left:0;width:100%;content:"";box-shadow:-1px 0 0 0 var(--bs-danger),inset 4px 0 0 0 var(--bs-danger)}.table-indicator-danger-breathe::before{border-radius:inherit;position:absolute;top:0;bottom:0;left:0;width:100%;content:"";box-shadow:-1px 0 0 0 var(--bs-danger),inset 4px 0 0 0 var(--bs-danger)}.table-indicator-danger-breathe::before{-webkit-animation-name:breathe;animation-name:breathe;-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.table-light{--bs-table-bg:#f9fafa;--bs-table-striped-bg:black;--bs-table-striped-color:#fff;--bs-table-active-bg:#7d7d7d;--bs-table-active-color:#000;--bs-table-hover-bg:#7d7d7d;--bs-table-hover-color:#000;color:#000;border-color:#e0e1e1}.table-indicator-light::before{border-radius:inherit;position:absolute;top:0;bottom:0;left:0;width:100%;content:"";box-shadow:-1px 0 0 0 var(--bs-light),inset 4px 0 0 0 var(--bs-light)}.table-indicator-light-breathe::before{border-radius:inherit;position:absolute;top:0;bottom:0;left:0;width:100%;content:"";box-shadow:-1px 0 0 0 var(--bs-light),inset 4px 0 0 0 var(--bs-light)}.table-indicator-light-breathe::before{-webkit-animation-name:breathe;animation-name:breathe;-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.table-dark{--bs-table-bg:#111219;--bs-table-striped-bg:white;--bs-table-striped-color:#000;--bs-table-active-bg:#88898c;--bs-table-active-color:#000;--bs-table-hover-bg:#88898c;--bs-table-hover-color:#000;color:#fff;border-color:#292a30}.table-indicator-dark::before{border-radius:inherit;position:absolute;top:0;bottom:0;left:0;width:100%;content:"";box-shadow:-1px 0 0 0 var(--bs-dark),inset 4px 0 0 0 var(--bs-dark)}.table-indicator-dark-breathe::before{border-radius:inherit;position:absolute;top:0;bottom:0;left:0;width:100%;content:"";box-shadow:-1px 0 0 0 var(--bs-dark),inset 4px 0 0 0 var(--bs-dark)}.table-indicator-dark-breathe::before{-webkit-animation-name:breathe;animation-name:breathe;-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.5833333333rem + 2px);padding-bottom:calc(.5833333333rem + 2px);margin-bottom:0;font-size:inherit;line-height:1}.col-form-label-lg{padding-top:calc(.8333333333rem + 2px);padding-bottom:calc(.8333333333rem + 2px);font-size:calc(1.2916666667rem + .5vw)}@media (min-width:1200px){.col-form-label-lg{font-size:1.6666666667rem}}.col-form-label-sm{padding-top:calc(.5rem + 2px);padding-bottom:calc(.5rem + 2px);font-size:1rem}.form-text{margin-top:.25rem;font-size:.875em;color:#a9a9ac}.form-control.fill{background-color:#292534;border-color:#292534}.form-control{display:block;width:100%;padding:.5833333333rem 1.1666666667rem;font-size:1.1666666667rem;font-weight:400;line-height:1;color:#f6f6f7;background-color:transparent;background-clip:padding-box;border:2px solid #73698a;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:4px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#e9e9eb;background-color:#292534;border-color:#ff595a;outline:0;box-shadow:0 0 5px .15rem rgba(255,89,90,.25)}.form-control::-webkit-date-and-time-value{height:1em}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:transparent;border-color:#494651;opacity:1}.form-control::file-selector-button{padding:.5833333333rem 1.1666666667rem;margin:-.5833333333rem -1.1666666667rem;-webkit-margin-end:1.1666666667rem;margin-inline-end:1.1666666667rem;color:#f6f6f7;background-color:#73698a;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:2px;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){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#6d6483}.form-control::-webkit-file-upload-button{padding:.5833333333rem 1.1666666667rem;margin:-.5833333333rem -1.1666666667rem;-webkit-margin-end:1.1666666667rem;margin-inline-end:1.1666666667rem;color:#f6f6f7;background-color:#73698a;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:2px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;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){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#6d6483}.form-control-plaintext{display:block;width:100%;padding:.5833333333rem 0;margin-bottom:0;line-height:1;color:#f9fafa;background-color:transparent;border:solid transparent;border-width:2px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1em + 1rem + 4px);padding:.5rem 1rem;font-size:1rem;border-radius:4px}.form-control-sm::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-sm::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg{min-height:calc(1em + 1.6666666667rem + 4px);padding:.8333333333rem 1.6666666667rem;font-size:calc(1.2916666667rem + .5vw);border-radius:4px}@media (min-width:1200px){.form-control-lg{font-size:1.6666666667rem}}.form-control-lg::file-selector-button{padding:.8333333333rem 1.6666666667rem;margin:-.8333333333rem -1.6666666667rem;-webkit-margin-end:1.6666666667rem;margin-inline-end:1.6666666667rem}.form-control-lg::-webkit-file-upload-button{padding:.8333333333rem 1.6666666667rem;margin:-.8333333333rem -1.6666666667rem;-webkit-margin-end:1.6666666667rem;margin-inline-end:1.6666666667rem}textarea.form-control{min-height:calc(1em + 1.1666666667rem + 4px)}textarea.form-control-sm{min-height:calc(1em + 1rem + 4px)}textarea.form-control-lg{min-height:calc(1em + 1.6666666667rem + 4px)}.form-control-color{width:3rem;height:auto;padding:.5833333333rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1em;border-radius:4px}.form-control-color::-webkit-color-swatch{height:1em;border-radius:4px}.form-select{display:block;width:100%;padding:.5833333333rem 3.5rem .5833333333rem 1.1666666667rem;-moz-padding-start:calc(1.1666666667rem - 3px);font-size:1.1666666667rem;font-weight:400;line-height:1;color:#f6f6f7;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23f7f7f7%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2 5l6 6 6-6%27/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1.1666666667rem center;background-size:16px 12px;border:2px solid #73698a;border-radius:4px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#ff595a;outline:0;box-shadow:0 0 0 .15rem rgba(255,89,90,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:1.1666666667rem;background-image:none}.form-select:disabled{color:#494651;background-color:transparent;border-color:#494651}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #f6f6f7}.form-select option:checked{background:var(--bs-secondary) -webkit-linear-gradient(bottom,var(--bs-secondary) 0,var(--bs-secondary) 100%)}.form-select-sm{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1rem}.form-select-lg{padding-top:.8333333333rem;padding-bottom:.8333333333rem;padding-left:1.6666666667rem;font-size:calc(1.2916666667rem + .5vw)}@media (min-width:1200px){.form-select-lg{font-size:1.6666666667rem}}.form-check{display:block;min-height:1.75rem;padding-left:1.7857em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.7857em}.form-check-input{width:1.2857em;height:1.2857em;margin-top:.10715em;vertical-align:top;background-color:#1f1d29;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid #73698a;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#ff595a;outline:0;box-shadow:0 0 5px .15rem rgba(255,89,90,.25)}.form-check-input:checked{background-color:#ff595a;border-color:#ff595a}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 18 18%27 viewport=%2713 10%27%3e%3cpath d=%27M10.4384 0.00584804C10.3252 0.0234414 10.2203 0.0859905 10.142 0.183732C9.9455 0.414401 8.43021 2.24216 6.88995 4.09925C5.49455 5.78039 4.31229 7.20936 3.95595 7.63551L0.805479 4.81862C0.587344 4.61923 0.274295 4.66614 0.104449 4.92222C-0.0653964 5.1783 -0.0254327 5.54581 0.192702 5.7452C0.196033 5.74911 0.199363 5.75106 0.202693 5.75497L3.69951 8.88269C3.89933 9.05862 4.17908 9.03517 4.35558 8.82796C4.55207 8.59729 6.06736 6.7754 7.60763 4.91832C9.14789 3.06124 10.7131 1.16897 10.8497 1.00867C11.0478 0.781913 11.0512 0.410499 10.858 0.17983C10.7481 0.0449473 10.5932 -0.0176098 10.4384 0.00584804Z%27 fill=%27%23f9fafa%27 /%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-9 -9 18 18%27%3e%3ccircle r=%276%27 fill=%27%231F1D29%27/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#ff595a;border-color:#ff595a;background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10h8%27/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-left:42px}.form-switch .form-check-input{width:36px;margin-left:-42px;background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-8 -8 16 16%27%3e%3ccircle r=%276%27 fill=%27%2373698a%27/%3e%3c/svg%3e");background-position:left center;border-radius:36px;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-8 -8 16 16%27%3e%3ccircle r=%276%27 fill=%27%23ff595a%27/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-8 -8 16 16%27%3e%3ccircle r=%276%27 fill=%27%23221c35%27/%3e%3c/svg%3e")}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:1}.form-range{width:100%;height:calc(14px + .3rem);padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 3px #fff,0 0 5px .15rem rgba(255,89,90,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 3px #fff,0 0 5px .15rem rgba(255,89,90,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:14px;height:14px;margin-top:-5px;background-color:#ff595a;border:4px;border-radius:8px;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;box-shadow:0 0 0 2px #fff,0 0 5px .15rem rgba(255,89,90,.25);-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#e65051}.form-range::-webkit-slider-runnable-track{width:100%;height:4px;color:transparent;cursor:pointer;background-color:#73698a;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:14px;height:14px;background-color:#ff595a;border:4px;border-radius:8px;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;box-shadow:0 0 0 2px #fff,0 0 5px .15rem rgba(255,89,90,.25);-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#e65051}.form-range::-moz-range-track{width:100%;height:4px;color:transparent;cursor:pointer;background-color:#73698a;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#797980;box-shadow:0 0 0 3px #797980,0 0 5px .15rem rgba(255,89,90,.25)}.form-range:disabled::-moz-range-thumb{background-color:#797980;box-shadow:0 0 0 3px #797980,0 0 5px .15rem rgba(255,89,90,.25)}.form-range:disabled::-webkit-slider-runnable-track{background-color:#494651}.form-range:disabled::-moz-range-track{background-color:#494651}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 4px);line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem 1.1666666667rem;pointer-events:none;border:2px solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control{padding:1rem 1.1666666667rem}.form-floating>.form-control::-moz-placeholder{color:transparent}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:-moz-placeholder-shown)~label{opacity:1;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:1;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:1;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.5833333333rem 1.1666666667rem;font-size:1.1666666667rem;font-weight:400;line-height:1;color:#f6f6f7;text-align:center;white-space:nowrap;background-color:#73698a;border:2px solid #73698a;border-radius:4px}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.8333333333rem 1.6666666667rem;font-size:calc(1.2916666667rem + .5vw);border-radius:4px}@media (min-width:1200px){.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{font-size:1.6666666667rem}}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.5rem 1rem;font-size:1rem;border-radius:4px}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:4.6666666667rem}.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-2px;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#7ce1eb}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:1rem;color:#000;background-color:#7ce1eb;border-radius:4px}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#7ce1eb;padding-right:calc(1em + 1.1666666667rem);background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%237ce1eb%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.25em + .2916666667rem) center;background-size:calc(.5em + .5833333333rem) calc(.5em + .5833333333rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#7ce1eb;box-shadow:0 0 5px .15rem rgba(124,225,235,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1em + 1.1666666667rem);background-position:top calc(.25em + .2916666667rem) right calc(.25em + .2916666667rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#7ce1eb}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{padding-right:6.4166666667rem;background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23f7f7f7%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2 5l6 6 6-6%27/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%237ce1eb%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");background-position:right 1.1666666667rem center,center right 3.5rem;background-size:16px 12px,calc(.5em + .5833333333rem) calc(.5em + .5833333333rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#7ce1eb;box-shadow:0 0 5px .15rem rgba(124,225,235,.25)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#7ce1eb}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#7ce1eb}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 5px .15rem rgba(124,225,235,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#7ce1eb}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{z-index:1}.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#846ce6}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:1rem;color:#000;background-color:#846ce6;border-radius:4px}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#846ce6;padding-right:calc(1em + 1.1666666667rem);background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23846ce6%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23846ce6%27 stroke=%27none%27/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.25em + .2916666667rem) center;background-size:calc(.5em + .5833333333rem) calc(.5em + .5833333333rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#846ce6;box-shadow:0 0 5px .15rem rgba(132,108,230,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1em + 1.1666666667rem);background-position:top calc(.25em + .2916666667rem) right calc(.25em + .2916666667rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#846ce6}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{padding-right:6.4166666667rem;background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23f7f7f7%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2 5l6 6 6-6%27/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23846ce6%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23846ce6%27 stroke=%27none%27/%3e%3c/svg%3e");background-position:right 1.1666666667rem center,center right 3.5rem;background-size:16px 12px,calc(.5em + .5833333333rem) calc(.5em + .5833333333rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#846ce6;box-shadow:0 0 5px .15rem rgba(132,108,230,.25)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#846ce6}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#846ce6}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 5px .15rem rgba(132,108,230,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#846ce6}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:2}.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus{z-index:3}.btn{display:inline-block;font-weight:400;line-height:1;color:#f9fafa;text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:2px solid transparent;padding:.5833333333rem 1.1666666667rem;font-size:1.1666666667rem;border-radius:4px;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.btn.btn-wide{padding-right:1.75rem;padding-left:1.75rem}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#f9fafa;text-decoration:none}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 5px .15rem rgba(255,89,90,.25)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{pointer-events:none;opacity:1}.btn-primary{color:#f6f6f7;background-color:#ff595a;border-color:#ff595a}.btn-primary:hover{color:#f6f6f7;background-color:#f25556;border-color:#ff595a}.btn-check:focus+.btn-primary,.btn-primary:focus{color:#f6f6f7;background-color:#f25556;border-color:#ff595a;box-shadow:0 0 4px 1px rgba(254,113,114,.5)}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{color:#f6f6f7;background-color:#e65051;border-color:#ff595a}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(254,113,114,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#7b7b7c;background-color:#802d2d;border-color:#802d2d}.btn-secondary{color:#f6f6f7;background-color:#73698a;border-color:#73698a}.btn-secondary:hover{color:#f6f6f7;background-color:#6d6483;border-color:#73698a}.btn-check:focus+.btn-secondary,.btn-secondary:focus{color:#f6f6f7;background-color:#6d6483;border-color:#73698a;box-shadow:0 0 4px 1px rgba(135,126,154,.5)}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{color:#f6f6f7;background-color:#685f7c;border-color:#73698a}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(135,126,154,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#7b7b7c;background-color:#3a3545;border-color:#3a3545}.btn-success{color:#f6f6f7;background-color:#7ce1eb;border-color:#7ce1eb}.btn-success:hover{color:#f6f6f7;background-color:#76d6df;border-color:#7ce1eb}.btn-check:focus+.btn-success,.btn-success:focus{color:#f6f6f7;background-color:#76d6df;border-color:#7ce1eb;box-shadow:0 0 4px 1px rgba(142,228,237,.5)}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{color:#f6f6f7;background-color:#70cbd4;border-color:#7ce1eb}.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(142,228,237,.5)}.btn-success.disabled,.btn-success:disabled{color:#7b7b7c;background-color:#3e7176;border-color:#3e7176}.btn-info{color:#f6f6f7;background-color:#00c9db;border-color:#00c9db}.btn-info:hover{color:#f6f6f7;background-color:#00bfd0;border-color:#00c9db}.btn-check:focus+.btn-info,.btn-info:focus{color:#f6f6f7;background-color:#00bfd0;border-color:#00c9db;box-shadow:0 0 4px 1px rgba(37,208,223,.5)}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{color:#f6f6f7;background-color:#00b5c5;border-color:#00c9db}.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(37,208,223,.5)}.btn-info.disabled,.btn-info:disabled{color:#7b7b7c;background-color:#00656e;border-color:#00656e}.btn-warning{color:#f6f6f7;background-color:#846ce6;border-color:#846ce6}.btn-warning:hover{color:#f6f6f7;background-color:#7d67db;border-color:#846ce6}.btn-check:focus+.btn-warning,.btn-warning:focus{color:#f6f6f7;background-color:#7d67db;border-color:#846ce6;box-shadow:0 0 4px 1px rgba(149,129,233,.5)}.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{color:#f6f6f7;background-color:#7761cf;border-color:#846ce6}.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(149,129,233,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#7b7b7c;background-color:#423673;border-color:#423673}.btn-danger{color:#f6f6f7;background-color:#802495;border-color:#802495}.btn-danger:hover{color:#f6f6f7;background-color:#7a228e;border-color:#802495}.btn-check:focus+.btn-danger,.btn-danger:focus{color:#f6f6f7;background-color:#7a228e;border-color:#802495;box-shadow:0 0 4px 1px rgba(146,68,164,.5)}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{color:#f6f6f7;background-color:#732086;border-color:#802495}.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(146,68,164,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#7b7b7c;background-color:#40124b;border-color:#40124b}.btn-light{color:#f6f6f7;background-color:#f9fafa;border-color:#f9fafa}.btn-light:hover{color:#f6f6f7;background-color:#edeeee;border-color:#f9fafa}.btn-check:focus+.btn-light,.btn-light:focus{color:#f6f6f7;background-color:#edeeee;border-color:#f9fafa;box-shadow:0 0 4px 1px rgba(249,249,250,.5)}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{color:#f6f6f7;background-color:#e0e1e1;border-color:#f9fafa}.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(249,249,250,.5)}.btn-light.disabled,.btn-light:disabled{color:#7b7b7c;background-color:#7d7d7d;border-color:#7d7d7d}.btn-dark{color:#f6f6f7;background-color:#111219;border-color:#111219}.btn-dark:hover{color:#f6f6f7;background-color:#101118;border-color:#111219}.btn-check:focus+.btn-dark,.btn-dark:focus{color:#f6f6f7;background-color:#101118;border-color:#111219;box-shadow:0 0 4px 1px rgba(51,52,58,.5)}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{color:#f6f6f7;background-color:#0f1017;border-color:#111219}.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(51,52,58,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#7b7b7c;background-color:#09090d;border-color:#09090d}.btn-outline-primary{color:#ff595a;border-color:#ff595a}.btn-outline-primary:hover{color:#f6f6f7;background-color:#ff595a;border-color:#ff595a}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .15rem rgba(255,89,90,.5)}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{color:#f6f6f7;background-color:#ff595a;border-color:#ff595a}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .15rem rgba(255,89,90,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#797980;background-color:transparent;border-color:#797980}.btn-outline-secondary{color:#73698a;border-color:#73698a}.btn-outline-secondary:hover{color:#f6f6f7;background-color:#73698a;border-color:#73698a}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .15rem rgba(115,105,138,.5)}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{color:#f6f6f7;background-color:#73698a;border-color:#73698a}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .15rem rgba(115,105,138,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#797980;background-color:transparent;border-color:#797980}.btn-outline-success{color:#7ce1eb;border-color:#7ce1eb}.btn-outline-success:hover{color:#f6f6f7;background-color:#7ce1eb;border-color:#7ce1eb}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .15rem rgba(124,225,235,.5)}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{color:#f6f6f7;background-color:#7ce1eb;border-color:#7ce1eb}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 0 0 .15rem rgba(124,225,235,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#797980;background-color:transparent;border-color:#797980}.btn-outline-info{color:#00c9db;border-color:#00c9db}.btn-outline-info:hover{color:#f6f6f7;background-color:#00c9db;border-color:#00c9db}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .15rem rgba(0,201,219,.5)}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{color:#f6f6f7;background-color:#00c9db;border-color:#00c9db}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:0 0 0 .15rem rgba(0,201,219,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#797980;background-color:transparent;border-color:#797980}.btn-outline-warning{color:#846ce6;border-color:#846ce6}.btn-outline-warning:hover{color:#f6f6f7;background-color:#846ce6;border-color:#846ce6}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .15rem rgba(132,108,230,.5)}.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{color:#f6f6f7;background-color:#846ce6;border-color:#846ce6}.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{box-shadow:0 0 0 .15rem rgba(132,108,230,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#797980;background-color:transparent;border-color:#797980}.btn-outline-danger{color:#802495;border-color:#802495}.btn-outline-danger:hover{color:#f6f6f7;background-color:#802495;border-color:#802495}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .15rem rgba(128,36,149,.5)}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{color:#f6f6f7;background-color:#802495;border-color:#802495}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .15rem rgba(128,36,149,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#797980;background-color:transparent;border-color:#797980}.btn-outline-light{color:#f9fafa;border-color:#f9fafa}.btn-outline-light:hover{color:#f6f6f7;background-color:#f9fafa;border-color:#f9fafa}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .15rem rgba(249,250,250,.5)}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{color:#f6f6f7;background-color:#f9fafa;border-color:#f9fafa}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .15rem rgba(249,250,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#797980;background-color:transparent;border-color:#797980}.btn-outline-dark{color:#111219;border-color:#111219}.btn-outline-dark:hover{color:#f6f6f7;background-color:#111219;border-color:#111219}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .15rem rgba(17,18,25,.5)}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{color:#f6f6f7;background-color:#111219;border-color:#111219}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 0 0 .15rem rgba(17,18,25,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#797980;background-color:transparent;border-color:#797980}.btn-link{font-weight:400;color:#f6f6f7;text-decoration:none}.btn-link:hover{color:#ff595a;text-decoration:underline}.btn-link:focus{text-decoration:underline;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{padding:.8333333333rem 1.6666666667rem;font-size:calc(1.2916666667rem + .5vw);border-radius:4px}@media (min-width:1200px){.btn-group-lg>.btn,.btn-lg{font-size:1.6666666667rem}}.btn-group-lg>.btn-wide.btn,.btn-lg.btn-wide{padding-right:2.5rem;padding-left:2.5rem}.btn-group-sm>.btn,.btn-sm{padding:.3333333333rem .8333333333rem;font-size:1rem;border-radius:4px}.btn-group-sm>.btn-wide.btn,.btn-sm.btn-wide{padding-right:1.25rem;padding-left:1.25rem}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;width:12px;height:12px;content:"";background-image:url("data:image/svg+xml,%3csvg width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M2.20636 4.74598C1.98443 4.53222 1.98443 4.1769 2.20636 3.96315C2.41682 3.76042 2.74992 3.76042 2.96038 3.96315L5.99999 6.89089L9.03959 3.96314C9.25006 3.76042 9.58315 3.76042 9.79362 3.96315C10.0155 4.1769 10.0155 4.53222 9.79362 4.74598L5.99999 8.4L2.20636 4.74598Z%27 fill=%27%23F9FAFA%27/%3e%3c/svg%3e");transform:rotate(0)}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:8px 4px;margin:0;font-size:1.1666666667rem;color:#f6f6f7;text-align:left;list-style:none;background-color:#6a6280;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:4px}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:.125rem}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:12px;height:12px;content:"";background-image:url("data:image/svg+xml,%3csvg width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M2.20636 4.74598C1.98443 4.53222 1.98443 4.1769 2.20636 3.96315C2.41682 3.76042 2.74992 3.76042 2.96038 3.96315L5.99999 6.89089L9.03959 3.96314C9.25006 3.76042 9.58315 3.76042 9.79362 3.96315C10.0155 4.1769 10.0155 4.53222 9.79362 4.74598L5.99999 8.4L2.20636 4.74598Z%27 fill=%27%23F9FAFA%27/%3e%3c/svg%3e");transform:rotate(180deg)}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropend .dropdown-toggle::after{display:inline-block;width:12px;height:12px;content:"";background-image:url("data:image/svg+xml,%3csvg width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M2.20636 4.74598C1.98443 4.53222 1.98443 4.1769 2.20636 3.96315C2.41682 3.76042 2.74992 3.76042 2.96038 3.96315L5.99999 6.89089L9.03959 3.96314C9.25006 3.76042 9.58315 3.76042 9.79362 3.96315C10.0155 4.1769 10.0155 4.53222 9.79362 4.74598L5.99999 8.4L2.20636 4.74598Z%27 fill=%27%23F9FAFA%27/%3e%3c/svg%3e");transform:rotate(270deg)}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropstart .dropdown-toggle::after{display:inline-block;width:12px;height:12px;content:"";background-image:url("data:image/svg+xml,%3csvg width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M2.20636 4.74598C1.98443 4.53222 1.98443 4.1769 2.20636 3.96315C2.41682 3.76042 2.74992 3.76042 2.96038 3.96315L5.99999 6.89089L9.03959 3.96314C9.25006 3.76042 9.58315 3.76042 9.79362 3.96315C10.0155 4.1769 10.0155 4.53222 9.79362 4.74598L5.99999 8.4L2.20636 4.74598Z%27 fill=%27%23F9FAFA%27/%3e%3c/svg%3e")}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;width:12px;height:12px;content:"";background-image:url("data:image/svg+xml,%3csvg width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M2.20636 4.74598C1.98443 4.53222 1.98443 4.1769 2.20636 3.96315C2.41682 3.76042 2.74992 3.76042 2.96038 3.96315L5.99999 6.89089L9.03959 3.96314C9.25006 3.76042 9.58315 3.76042 9.79362 3.96315C10.0155 4.1769 10.0155 4.53222 9.79362 4.74598L5.99999 8.4L2.20636 4.74598Z%27 fill=%27%23F9FAFA%27/%3e%3c/svg%3e");transform:rotate(90deg)}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}.dropdown-item{display:block;width:100%;padding:8px 16px;margin-top:2px;clear:both;font-weight:400;color:#f6f6f7;text-align:inherit;white-space:nowrap;background-color:transparent;border:0;border-radius:4px}.dropdown-item:focus,.dropdown-item:hover{color:#f6f6f7;text-decoration:none;background-color:#73698a}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#ff595a}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:8px 16px;margin-bottom:0;font-size:1.1666666667rem;color:#adb5bd;white-space:nowrap}.dropdown-item-text{display:block;padding:8px 16px;color:#f6f6f7}.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{color:#fff;background-color:rgba(255,255,255,.15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#ff595a}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-2px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.875rem;padding-left:.875rem}.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.625rem;padding-left:.625rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:1.25rem;padding-left:1.25rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-2px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;color:#f6f6f7;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:#ff595a;text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #958ea9}.nav-tabs .nav-link{margin-bottom:-1px;background:0 0;border:1px solid transparent;border-top-left-radius:4px;border-top-right-radius:4px}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#73698a #73698a #958ea9;isolation:isolate}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#ff595a;background-color:#2d293a;border-color:#958ea9 #958ea9 #2d293a}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:0 0;border:0;border-radius:4px}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#ff595a}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:0;padding-bottom:0;margin-right:0;font-size:calc(1.2916666667rem + .5vw);white-space:nowrap}@media (min-width:1200px){.navbar-brand{font-size:1.6666666667rem}}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0;line-height:14px;border-top:2px solid transparent;border-bottom:2px solid transparent}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem 16px;font-size:calc(1.2916666667rem + .5vw);line-height:1;background-color:transparent;border:1px solid transparent;border-radius:4px;transition:box-shadow .15s ease-in-out}@media (min-width:1200px){.navbar-toggler{font-size:1.6666666667rem}}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .15rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding:12px 8px;margin-left:24px}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas-header{display:none}.navbar-expand-sm .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-sm .offcanvas-bottom,.navbar-expand-sm .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding:12px 8px;margin-left:24px}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas-header{display:none}.navbar-expand-md .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-md .offcanvas-bottom,.navbar-expand-md .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding:12px 8px;margin-left:24px}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas-header{display:none}.navbar-expand-lg .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-lg .offcanvas-bottom,.navbar-expand-lg .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding:12px 8px;margin-left:24px}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas-header{display:none}.navbar-expand-xl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-xl .offcanvas-bottom,.navbar-expand-xl .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding:12px 8px;margin-left:24px}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-xxl .offcanvas-bottom,.navbar-expand-xxl .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding:12px 8px;margin-left:24px}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas-header{display:none}.navbar-expand .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand .offcanvas-bottom,.navbar-expand .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9);border-bottom-color:#ff595a}.navbar-light .navbar-toggler{color:rgba(0,0,0,.55);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%280, 0, 0, 0.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.55)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#e9e9eb}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#e9e9eb}.navbar-dark .navbar-nav .nav-link{color:#a9a9ac}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(233,233,235,.95)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(233,233,235,.45)}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#e9e9eb;border-bottom-color:#ff595a}.navbar-dark .navbar-toggler{color:#a9a9ac;border-color:rgba(233,233,235,.3)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27%23a9a9ac%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:#a9a9ac}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#e9e9eb}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#494358;background-clip:border-box;border:0 solid rgba(0,0,0,.125);border-radius:4px;box-shadow:0 6px 20px rgba(0,0,0,.3)}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:1px solid rgba(0,0,0,.125);border-bottom:1px solid rgba(0,0,0,.125)}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:4px;border-top-right-radius:4px}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem 1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1rem}.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:0 solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:4px 4px 0 0}.card-footer{padding:.5rem 1rem;background-color:rgba(0,0,0,.03);border-top:0 solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 4px 4px}.card-header-tabs{margin-right:-.5rem;margin-bottom:-.5rem;margin-left:-.5rem;border-bottom:0}.card-header-tabs .nav-link.active{background-color:#494358;border-bottom-color:#494358}.card-header-pills{margin-right:-.5rem;margin-left:-.5rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:4px}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:4px;border-top-right-radius:4px}.card-img,.card-img-bottom{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.card-group>.card{margin-bottom:.75rem}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:12px 12px;font-size:1.1666666667rem;color:#f6f6f7;text-align:left;background-color:#5c5773;border:0;border-radius:0;overflow-anchor:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:#f6f6f7;background-color:#494358;box-shadow:inset 0 -1px 0 #494358}.accordion-button:not(.collapsed)::after{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23f6f6f7%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e");transform:rotate(-180deg)}.accordion-button::after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23f6f6f7%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:#ff595a;outline:0;box-shadow:none}.accordion-header{margin-bottom:0}.accordion-item{background-color:#1f1d29;border:1px solid #494358}.accordion-item:first-of-type{border-top-left-radius:4px;border-top-right-radius:4px}.accordion-item:first-of-type .accordion-button{border-top-left-radius:3px;border-top-right-radius:3px}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.accordion-body{padding:12px 12px}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.breadcrumb{display:flex;flex-wrap:wrap;padding:0 0;margin-bottom:1rem;list-style:none}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#f6f6f7;content:var(--bs-breadcrumb-divider, url("data:image/svg+xml,%3Csvg width=%277%27 height=%2710%27 viewBox=%270 0 7 10%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M1.85771 0.408389C1.57073 0.130533 1.07821 0.130533 0.791228 0.408389C0.536388 0.655127 0.536388 1.03452 0.791228 1.28126L4.63208 5L0.791228 8.71874C0.536388 8.96547 0.536388 9.34487 0.791228 9.59161C1.07821 9.86946 1.57073 9.86946 1.85771 9.59161L6.6001 5L1.85771 0.408389Z%27 fill=%27%23F6F7F7%27/%3E%3C/svg%3E%0A"))}.breadcrumb-item.active{color:#ff595a}.pagination{display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:#f6f6f7;background-color:#73698a;border:1px solid #73698a;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){.page-link{transition:none}}.page-link:hover{z-index:2;color:#f6f6f7;text-decoration:none;background-color:#494358;border-color:#494358}.page-link:focus{z-index:3;color:#f6f6f7;background-color:#221c35;outline:0;box-shadow:none}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{z-index:3;color:#f6f6f7;background-color:#73698a;border-color:#73698a}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#494651;border-color:#494651}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-top-left-radius:4px;border-bottom-left-radius:4px}.page-item:last-child .page-link{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:calc(1.2916666667rem + .5vw)}@media (min-width:1200px){.pagination-lg .page-link{font-size:1.6666666667rem}}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination-sm .page-link{padding:.25rem .5rem;font-size:1rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:4px;border-bottom-right-radius:4px}.badge{display:inline-block;padding:2px 8px;font-size:1rem;font-weight:400;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:4px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{position:relative;padding:8px 8px;margin-bottom:1rem;border:0 solid transparent;border-radius:8px}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:24px}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:10px 8px}.alert-primary{color:#f6f6f7;background-color:#ff595a;border-color:#ff595a}.alert-primary .alert-link{color:#c5c5c6}.alert-secondary{color:#f6f6f7;background-color:#73698a;border-color:#73698a}.alert-secondary .alert-link{color:#c5c5c6}.alert-success{color:#1e2229;background-color:#7ce1eb;border-color:#7ce1eb}.alert-success .alert-link{color:#181b21}.alert-info{color:#1e2229;background-color:#00c9db;border-color:#00c9db}.alert-info .alert-link{color:#181b21}.alert-warning{color:#f6f6f7;background-color:#846ce6;border-color:#846ce6}.alert-warning .alert-link{color:#c5c5c6}.alert-danger{color:#f6f6f7;background-color:#802495;border-color:#802495}.alert-danger .alert-link{color:#c5c5c6}.alert-light{color:#60626c;background-color:#f9fafa;border-color:#f9fafa}.alert-light .alert-link{color:#4d4e56}.alert-dark{color:#f9fafa;background-color:#111219;border-color:#111219}.alert-dark .alert-link{color:#c7c8c8}@-webkit-keyframes progress-bar-stripes{0%{background-position-x:10px}}@keyframes progress-bar-stripes{0%{background-position-x:10px}}.progress{display:flex;height:10px;overflow:hidden;font-size:.875rem;background-color:#494651;border-radius:10px}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#ff595a;border-radius:10px;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:10px 10px}.progress-bar-animated{-webkit-animation:1s linear infinite progress-bar-stripes;animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:4px}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>li::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:#e9e9eb;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#e9e9eb;text-decoration:none;background-color:#524c60}.list-group-item-action:active{color:#d2d2d4;background-color:#5b5669}.list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#e9e9eb;background-color:#494358;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#797980;pointer-events:none;background-color:#494358}.list-group-item.active{z-index:2;color:#fff;background-color:#ff595a;border-color:#ff595a}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:4px;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:4px;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:4px;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:4px;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:4px;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:4px;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:4px;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:4px;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:4px;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:4px;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:4px;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:4px;border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#993536;background-color:#ffdede}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#993536;background-color:#e6c8c8}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#993536;border-color:#993536}.list-group-item-secondary{color:#453f53;background-color:#e3e1e8}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#453f53;background-color:#cccbd1}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#453f53;border-color:#453f53}.list-group-item-success{color:#325a5e;background-color:#e5f9fb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#325a5e;background-color:#cee0e2}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#325a5e;border-color:#325a5e}.list-group-item-info{color:#005058;background-color:#ccf4f8}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#005058;background-color:#b8dcdf}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#005058;border-color:#005058}.list-group-item-warning{color:#4f418a;background-color:#e6e2fa}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#4f418a;background-color:#cfcbe1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#4f418a;border-color:#4f418a}.list-group-item-danger{color:#4d1659;background-color:#e6d3ea}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#4d1659;background-color:#cfbed3}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#4d1659;border-color:#4d1659}.list-group-item-light{color:#646464;background-color:#fefefe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#646464;background-color:#e5e5e5}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#646464;border-color:#646464}.list-group-item-dark{color:#0a0b0f;background-color:#cfd0d1}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#0a0b0f;background-color:#babbbc}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#0a0b0f;border-color:#0a0b0f}.btn-close{box-sizing:content-box;width:20px;height:20px;padding:0 0;color:#60626c;background:transparent url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20fill%3D%22none%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23F6F6F7%3Bwidth%3A42%3Bheight%3A42%22%20title%3D%22Cancel%22%20class%3D%22%22%3E%3Cpath%20fill%3D%22current%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.993%203.579a1%201%200%200%200-1.414%201.414L8.586%2010l-5.007%205.007a1%201%200%201%200%201.414%201.414L10%2011.414l5.007%205.007a1%201%200%201%200%201.414-1.414L11.414%2010l5.007-5.007a1%201%200%200%200-1.414-1.414L10%208.586%204.993%203.579Z%22%20clip-rule%3D%22evenodd%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/20px auto no-repeat;border:0;border-radius:4px;opacity:.25}.btn-close:hover{color:#60626c;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 5px .15rem rgba(255,89,90,.25);opacity:1}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{width:350px;max-width:100%;padding:8px 8px;font-size:1rem;pointer-events:auto;background-color:#494358;background-clip:padding-box;border:0 solid rgba(0,0,0,.1);box-shadow:0 6px 24px rgba(0,0,0,.65);border-radius:4px}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:.75rem}.toast-header{display:flex;align-items:center;margin-bottom:8px;color:#e9e9eb;background-color:transparent;background-clip:padding-box;border-bottom:0 solid rgba(0,0,0,.05);border-top-left-radius:4px;border-top-right-radius:4px}.toast-header .btn-close{width:20px;height:20px;padding:0;margin:6px}.toast-body{padding:8px 16px;margin-top:8px;word-wrap:break-word;background-color:#1f1d29;border-radius:4px}.modal{position:fixed;top:0;left:0;z-index:1055;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#2c2835;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:4px;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1050;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:16px 16px;background-color:#3b3649;border-bottom:0 solid #73698a;border-top-left-radius:3px;border-top-right-radius:3px}.modal-header .btn-close{padding:8px 8px;margin:-8px -8px -8px auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:16px 16px;border-top:1px solid #73698a;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.modal-footer>*{margin:.25rem}@media (min-width:576px){.modal-dialog{max-width:500px;margin:4.375rem auto}.modal-dialog-scrollable{height:calc(100% - 8.75rem)}.modal-dialog-centered{min-height:calc(100% - 8.75rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:1rem;word-wrap:break-word;filter:drop-shadow(0 0 8px #0003);opacity:0}.tooltip.show{opacity:1}.tooltip .tooltip-arrow{position:absolute;display:block;width:12px;height:8px}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top{padding:8px 0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:8px 6px 0;border-top-color:#958ea9}.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end{padding:0 8px}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:0;width:8px;height:12px}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{right:-1px;border-width:6px 8px 6px 0;border-right-color:#958ea9}.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom{padding:8px 0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 6px 8px;border-bottom-color:#958ea9}.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start{padding:0 8px}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:0;width:8px;height:12px}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{left:-1px;border-width:6px 0 6px 8px;border-left-color:#958ea9}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#958ea9;border-radius:4px}.popover{position:absolute;top:0;left:0;z-index:1070;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:1rem;word-wrap:break-word;background-color:#494358;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:4px}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#494358}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#494358}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#494358}.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #453f53}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#494358}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1.1666666667rem;background-color:#453f53;border-bottom:1px solid rgba(0,0,0,.2);border-top-left-radius:3px;border-top-right-radius:3px}.popover-header:empty{display:none}.popover-body{padding:1rem 1rem;color:#f9fafa}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23fff%27%3e%3cpath d=%27M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z%27/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23fff%27%3e%3cpath d=%27M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@-webkit-keyframes spinner-border{to{transform:rotate(360deg)}}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.offcanvas{position:fixed;bottom:0;z-index:1045;display:flex;flex-direction:column;max-width:100%;visibility:hidden;background-color:#2c2835;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #73698a}.offcanvas-header .btn-close{padding:.5rem .5rem;margin-top:-.5rem;margin-right:-.5rem;margin-bottom:-.5rem}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:1rem 1rem;overflow-y:auto}.offcanvas-start{top:0;left:0;width:400px;border-right:1px solid rgba(0,0,0,.2);transform:translateX(-100%)}.offcanvas-end{top:0;right:0;width:400px;border-left:1px solid rgba(0,0,0,.2);transform:translateX(100%)}.offcanvas-top{top:0;right:0;left:0;height:30vh;max-height:100%;border-bottom:1px solid rgba(0,0,0,.2);transform:translateY(-100%)}.offcanvas-bottom{right:0;left:0;height:30vh;max-height:100%;border-top:1px solid rgba(0,0,0,.2);transform:translateY(100%)}.offcanvas.show{transform:none}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentColor;opacity:.5}.placeholder.btn::before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{-webkit-animation:placeholder-glow 2s ease-in-out infinite;animation:placeholder-glow 2s ease-in-out infinite}@-webkit-keyframes placeholder-glow{50%{opacity:.2}}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;-webkit-animation:placeholder-wave 2s linear infinite;animation:placeholder-wave 2s linear infinite}@-webkit-keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}@keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}.clearfix::after{display:block;clear:both;content:""}.link-primary{color:#ff595a}.link-primary:hover{color:#f25556}.link-primary:focus{color:#e65051}.link-secondary{color:#73698a}.link-secondary:hover{color:#6d6483}.link-secondary:focus{color:#685f7c}.link-success{color:#7ce1eb}.link-success:hover{color:#76d6df}.link-success:focus{color:#70cbd4}.link-info{color:#00c9db}.link-info:hover{color:#00bfd0}.link-info:focus{color:#00b5c5}.link-warning{color:#846ce6}.link-warning:hover{color:#7d67db}.link-warning:focus{color:#7761cf}.link-danger{color:#802495}.link-danger:hover{color:#7a228e}.link-danger:focus{color:#732086}.link-light{color:#f9fafa}.link-light:hover{color:#edeeee}.link-light:focus{color:#e0e1e1}.link-dark{color:#111219}.link-dark:hover{color:#101118}.link-dark:focus{color:#0f1017}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:calc(3 / 4 * 100%)}.ratio-16x9{--bs-aspect-ratio:calc(9 / 16 * 100%)}.ratio-21x9{--bs-aspect-ratio:calc(9 / 21 * 100%)}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.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 6px 24px rgba(0,0,0,.65)!important}.shadow-sm{box-shadow:0 4px 16px rgba(0,0,0,.55)!important}.shadow-lg{box-shadow:0 12px 36px rgba(0,0,0,.75)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid #73698a!important}.border-0{border:0!important}.border-top{border-top:1px solid #73698a!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #73698a!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #73698a!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #73698a!important}.border-start-0{border-left:0!important}.border-primary{border-color:#ff595a!important}.border-secondary{border-color:#73698a!important}.border-success{border-color:#7ce1eb!important}.border-info{border-color:#00c9db!important}.border-warning{border-color:#846ce6!important}.border-danger{border-color:#802495!important}.border-light{border-color:#f9fafa!important}.border-dark{border-color:#111219!important}.border-white{border-color:#fff!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.65rem + 4.8vw)!important}.fs-2{font-size:calc(1.5333333333rem + 3.4vw)!important}.fs-3{font-size:calc(1.4166666667rem + 2vw)!important}.fs-4{font-size:calc(1.3583333333rem + 1.3vw)!important}.fs-5{font-size:calc(1.3194444444rem + .8333333333vw)!important}.fs-6{font-size:calc(1.2611111111rem + .1333333333vw)!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.5!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:1.4!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:#a9a9ac!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:rgba(255,255,255,.5)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:4px!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:4px!important}.rounded-2{border-radius:4px!important}.rounded-3{border-radius:4px!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:4px!important;border-top-right-radius:4px!important}.rounded-end{border-top-right-radius:4px!important;border-bottom-right-radius:4px!important}.rounded-bottom{border-bottom-right-radius:4px!important;border-bottom-left-radius:4px!important}.rounded-start{border-bottom-left-radius:4px!important;border-top-left-radius:4px!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.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!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.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!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.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!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.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!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.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!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:5.25rem!important}.fs-2{font-size:4.0833333333rem!important}.fs-3{font-size:2.9166666667rem!important}.fs-4{font-size:2.3333333333rem!important}.fs-5{font-size:1.9444444444rem!important}.fs-6{font-size:1.3611111111rem!important}}@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}}:root{--logo-width:100px}.navbar{background-color:#25222e}.navbar-brand{margin-right:calc(24px + 22px + 4px + 22px)}.navbar-brand img{height:65px}@media (max-width:768px){.x-navbar .navbar-nav{margin-top:0}}@media (min-width:768px){.x-navbar{height:47px}.x-navbar .navbar-nav{margin-top:5px}.x-navbar .navbar-brand{position:relative;top:9px;padding:0;background-color:#25222e}}.x-panel{padding:8px;margin:0 16px;background-color:#342f40;border-radius:4px}.x-navbar-d{margin:-12px 0 0}.x-navbar-d div{height:18px;background-color:transparent}.x-navbar-d .space{width:calc(var(--logo-width) + 24px + 16px);line-height:18px;background-color:#25222e}.x-navbar-d .curve{width:22px;background-image:url("data:image/svg+xml,%3Csvg width=%2722%27 height=%2718%27 viewBox=%270 0 22 18%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M0.595123 18L0 18V0H20.795C18.0525 0 15.5012 1.40478 14.0347 3.72224L7.35538 14.2778C5.88892 16.5953 3.33759 18 0.595123 18Z%27 fill=%27%2325222e%27/%3E%3C/svg%3E")}.x-navbar-d .label{flex:1}.x-panel-d{margin:-6px 16px 0;border-top-right-radius:4px}.x-panel-d div{height:18px;background-color:transparent}.x-panel-d .space{width:calc(var(--logo-width) + 24px + 22px + 4px);padding-left:8px;line-height:18px}.x-panel-d .curve{width:22px;background-image:url("data:image/svg+xml,%3Csvg width=%2722%27 height=%2718%27 viewBox=%270 0 22 18%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M0.595123 18L0 18V0H20.795C18.0525 0 15.5012 1.40478 14.0347 3.72224L7.35538 14.2778C5.88892 16.5953 3.33759 18 0.595123 18Z%27 fill=%27%23342F40%27/%3E%3C/svg%3E");transform:rotate(180deg)}.x-panel-d .label{display:flex;flex:1;flex-direction:row-reverse;flex-wrap:wrap;padding-right:24px;overflow:hidden;background-color:#342f40;border-top-right-radius:4px}.x-panel-d .label .filled,.x-panel-d .label .hollow{display:inline;height:24px;margin-top:-6px;margin-bottom:10px}.x-panel-d .label .filled{width:49px;margin-right:0;background-image:url("data:image/svg+xml, %3Csvg width=%2749%27 height=%2724%27 viewBox=%270 0 49 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M13.056 10.723L15.8235 10.7395C16.0713 10.7395 16.3026 10.6073 16.4265 10.3925L22.0606 0.636176C22.2258 0.355298 22.0276 0.00833162 21.7054 0.00833159L19.0123 0.00833135C18.7644 0.00833133 18.5331 0.140509 18.4175 0.355298L14.7413 6.71634C14.5843 6.99722 14.1795 6.98896 14.0226 6.71634L10.3546 0.355297C10.2307 0.140508 9.9994 0.00833056 9.75156 0.00833054L7.18236 0.00833032C6.86844 0.00833029 6.67017 0.347035 6.82713 0.619652L12.4612 10.376C12.5851 10.5908 12.8082 10.723 13.056 10.723Z%27 fill=%27%23FF595A%27 /%3E%3Cpath d=%27M3.75459 0.35532C3.63068 0.140531 3.39936 0.00835377 3.15153 0.00835375L0.598854 9.22325e-05C0.284932 9.2205e-05 0.0866655 0.338797 0.243626 0.611414L10.8096 18.9015C10.9665 19.1741 11.3631 19.1741 11.52 18.9015L12.7757 16.7206C12.8996 16.5058 12.8996 16.2414 12.7757 16.0266L3.75459 0.35532Z%27 fill=%27%23FF595A%27 /%3E%3Cpath d=%27M39.1717 10.723L41.9392 10.7395C42.187 10.7395 42.4183 10.6073 42.5423 10.3925L48.1763 0.636176C48.3416 0.355298 48.1433 0.00833162 47.8211 0.00833159L45.128 0.00833135C44.8801 0.00833133 44.6488 0.140509 44.5332 0.355298L40.857 6.71634C40.7 6.99722 40.2952 6.98896 40.1383 6.71634L36.4703 0.355297C36.3464 0.140508 36.1151 0.00833056 35.8673 0.00833054L33.2981 0.00833032C32.9842 0.00833029 32.7859 0.347035 32.9429 0.619652L38.5769 10.376C38.7008 10.5908 38.9239 10.723 39.1717 10.723Z%27 fill=%27%23FF595A%27 /%3E%3Cpath d=%27M29.8703 0.35532C29.7464 0.140531 29.5151 0.00835377 29.2673 0.00835375L26.7146 9.22325e-05C26.4007 9.2205e-05 26.2024 0.338797 26.3593 0.611414L36.9253 18.9015C37.0823 19.1741 37.4788 19.1741 37.6357 18.9015L38.8914 16.7206C39.0154 16.5058 39.0154 16.2414 38.8914 16.0266L29.8703 0.35532Z%27 fill=%27%23FF595A%27 /%3E%3Cpath d=%27M22.184 12.4743L19.4165 12.4578C19.1687 12.4578 18.9373 12.59 18.8134 12.8048L13.1794 22.5611C13.0141 22.842 13.2124 23.189 13.5346 23.189L16.2277 23.189C16.4755 23.189 16.7068 23.0568 16.8225 22.842L20.4987 16.481C20.6557 16.2001 21.0604 16.2083 21.2174 16.481L24.8853 22.842C25.0093 23.0568 25.2406 23.189 25.4884 23.189L28.0576 23.189C28.3715 23.189 28.5698 22.8503 28.4128 22.5776L22.7788 12.8213C22.6548 12.6065 22.4318 12.4743 22.184 12.4743Z%27 fill=%27%23FF595A%27 /%3E%3Cpath d=%27M31.4854 22.842C31.6093 23.0568 31.8406 23.189 32.0884 23.189L34.6411 23.1973C34.955 23.1973 35.1533 22.8586 34.9963 22.5859L24.4304 4.30412C24.2734 4.03151 23.8769 4.03151 23.7199 4.30412L22.4642 6.48506C22.3403 6.69984 22.3403 6.9642 22.4642 7.17899L31.4854 22.842Z%27 fill=%27%23FF595A%27 /%3E%3C/svg%3E")}.x-panel-d .label .hollow{width:36px;margin-right:-10px;background-image:url("data:image/svg+xml, %3Csvg width=%2736%27 height=%2724%27 viewBox=%270 0 36 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M13.8675 11.723L16.635 11.7395C16.8828 11.7395 17.1141 11.6073 17.2381 11.3925L22.8721 1.63618C23.0374 1.3553 22.8391 1.00833 22.5169 1.00833L19.8238 1.00833C19.5759 1.00833 19.3446 1.14051 19.229 1.3553L15.5528 7.71634C15.3958 7.99722 14.991 7.98896 14.8341 7.71634L11.1661 1.3553C11.0422 1.14051 10.8109 1.00833 10.5631 1.00833L7.99388 1.00833C7.67996 1.00833 7.48169 1.34704 7.63865 1.61965L13.2727 11.376C13.3966 11.5908 13.6197 11.723 13.8675 11.723Z%27 stroke=%27%23958EA9%27 stroke-width=%270.5%27 stroke-miterlimit=%2710%27 /%3E%3Cpath d=%27M4.56612 1.35532C4.4422 1.14053 4.21089 1.00835 3.96305 1.00835L1.41038 1.00009C1.09646 1.00009 0.898189 1.3388 1.05515 1.61141L11.6211 19.9015C11.7781 20.1741 12.1746 20.1741 12.3315 19.9015L13.5872 17.7206C13.7112 17.5058 13.7112 17.2414 13.5872 17.0266L4.56612 1.35532Z%27 stroke=%27%23958EA9%27 stroke-width=%270.5%27 stroke-miterlimit=%2710%27 /%3E%3Cpath d=%27M22.8651 13.4746L20.0976 13.458C19.8498 13.458 19.6185 13.5902 19.4946 13.805L13.8605 23.5614C13.6953 23.8422 13.8936 24.1892 14.2157 24.1892L16.9089 24.1892C17.1567 24.1892 17.388 24.057 17.5037 23.8422L21.1799 17.4812C21.3368 17.2003 21.7416 17.2086 21.8986 17.4812L25.5665 23.8422C25.6904 24.057 25.9217 24.1892 26.1696 24.1892L28.7388 24.1892C29.0527 24.1892 29.2509 23.8505 29.094 23.5779L23.4599 13.8215C23.336 13.6067 23.1129 13.4746 22.8651 13.4746Z%27 stroke=%27%23958EA9%27 stroke-width=%270.5%27 stroke-miterlimit=%2710%27 /%3E%3Cpath d=%27M32.166 23.8423C32.2899 24.0571 32.5213 24.1892 32.7691 24.1892L35.3218 24.1975C35.6357 24.1975 35.834 23.8588 35.677 23.5862L25.111 5.30437C24.9541 5.03175 24.5576 5.03175 24.4006 5.30437L23.1449 7.4853C23.021 7.70009 23.021 7.96444 23.1449 8.17923L32.166 23.8423Z%27 stroke=%27%23958EA9%27 stroke-width=%270.5%27 stroke-miterlimit=%2710%27 /%3E%3C/svg%3E")}@media (min-width:768px){.x-panel-d+.x-panel{border-top-right-radius:0}}.modal.x-modal-d .modal-header::before{position:absolute;top:0;right:8px;width:130px;height:30px;content:" ";background-image:url("data:image/svg+xml,%3Csvg width=%27128%27 height=%2731%27 viewBox=%270 0 128 31%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M28.7149 16.1326L25.1358 16.1112C24.8153 16.1112 24.5162 16.2821 24.3559 16.5599L17.0696 29.1774C16.856 29.5406 17.1124 29.9894 17.529 29.9894H21.0119C21.3324 29.9894 21.6316 29.8184 21.7812 29.5406L26.5354 21.3142C26.7384 20.9509 27.2619 20.9616 27.4649 21.3142L32.2085 29.5406C32.3687 29.8184 32.6679 29.9894 32.9884 29.9894H36.311C36.717 29.9894 36.9734 29.5513 36.7704 29.1988L29.4841 16.5813C29.3239 16.3035 29.0354 16.1326 28.7149 16.1326Z%27 stroke=%27%23FF595A%27 stroke-width=%270.5%27 stroke-miterlimit=%2710%27/%3E%3Cpath d=%27M40.7443 29.5406C40.9046 29.8184 41.2037 29.9894 41.5243 29.9894L44.8255 30C45.2315 30 45.4879 29.562 45.2849 29.2094L31.6204 5.55568C31.4174 5.20312 30.9046 5.20312 30.7016 5.55568L29.0777 8.37618C28.9175 8.65396 28.9175 8.99584 29.0777 9.27362L40.7443 29.5406Z%27 stroke=%27%23FF595A%27 stroke-width=%270.5%27 stroke-miterlimit=%2710%27/%3E%3Cpath d=%27M61.7798 16.1326L58.2008 16.1112C57.8803 16.1112 57.5811 16.2821 57.4209 16.5599L50.1346 29.1774C49.9209 29.5406 50.1773 29.9894 50.594 29.9894H54.0769C54.3974 29.9894 54.6965 29.8184 54.8461 29.5406L59.6004 21.3142C59.8034 20.9509 60.3269 20.9616 60.5298 21.3142L65.2734 29.5406C65.4337 29.8184 65.7328 29.9894 66.0533 29.9894H69.376C69.782 29.9894 70.0384 29.5513 69.8354 29.1988L62.5491 16.5813C62.3888 16.3035 62.1004 16.1326 61.7798 16.1326Z%27 stroke=%27%23FF595A%27 stroke-width=%270.5%27 stroke-miterlimit=%2710%27/%3E%3Cpath d=%27M73.8083 29.5406C73.9686 29.8184 74.2677 29.9894 74.5882 29.9894L77.8895 30C78.2955 30 78.5519 29.562 78.3489 29.2094L64.6844 5.55568C64.4814 5.20312 63.9686 5.20312 63.7656 5.55568L62.1417 8.37618C61.9814 8.65396 61.9814 8.99584 62.1417 9.27362L73.8083 29.5406Z%27 stroke=%27%23FF595A%27 stroke-width=%270.5%27 stroke-miterlimit=%2710%27/%3E%3Cpath d=%27M94.8462 16.1326L91.2672 16.1112C90.9467 16.1112 90.6475 16.2821 90.4873 16.5599L83.201 29.1774C82.9873 29.5406 83.2437 29.9894 83.6604 29.9894H87.1433C87.4638 29.9894 87.7629 29.8184 87.9125 29.5406L92.6668 21.3142C92.8697 20.9509 93.3933 20.9616 93.5963 21.3142L98.3398 29.5406C98.5001 29.8184 98.7992 29.9894 99.1197 29.9894H102.442C102.848 29.9894 103.105 29.5513 102.902 29.1988L95.6155 16.5813C95.4552 16.3035 95.1668 16.1326 94.8462 16.1326Z%27 stroke=%27%23FF595A%27 stroke-width=%270.5%27 stroke-miterlimit=%2710%27/%3E%3Cpath d=%27M106.876 29.5406C107.036 29.8184 107.335 29.9894 107.656 29.9894L110.957 30C111.363 30 111.619 29.562 111.416 29.2094L97.7518 5.55568C97.5488 5.20312 97.036 5.20312 96.833 5.55568L95.2091 8.37618C95.0488 8.65396 95.0488 8.99584 95.2091 9.27362L106.876 29.5406Z%27 stroke=%27%23FF595A%27 stroke-width=%270.5%27 stroke-miterlimit=%2710%27/%3E%3Cpath d=%27M116.278 13.8675L119.857 13.8889C120.178 13.8889 120.477 13.718 120.637 13.4402L127.923 0.822705C128.137 0.459459 127.88 0.0107422 127.464 0.0107422H123.981C123.66 0.0107422 123.361 0.181682 123.212 0.459459L118.457 8.68593C118.254 9.04917 117.731 9.03849 117.528 8.68593L112.784 0.459459C112.624 0.181682 112.325 0.0107422 112.004 0.0107422H108.682C108.276 0.0107422 108.019 0.448775 108.222 0.801338L115.509 13.4188C115.669 13.6966 115.968 13.8675 116.278 13.8675Z%27 stroke=%27%23FF595A%27 stroke-width=%270.5%27 stroke-miterlimit=%2710%27/%3E%3Cpath d=%27M104.248 0.4594C104.088 0.181623 103.788 0.0106837 103.468 0.0106837L100.167 0C99.7607 0 99.5043 0.438033 99.7073 0.790596L113.372 24.4337C113.575 24.7862 114.088 24.7862 114.291 24.4337L115.914 21.6132C116.075 21.3354 116.075 20.9935 115.914 20.7157L104.248 0.4594Z%27 stroke=%27%23FF595A%27 stroke-width=%270.5%27 stroke-miterlimit=%2710%27/%3E%3Cpath d=%27M83.2111 13.8675L86.7901 13.8889C87.1106 13.8889 87.4098 13.718 87.57 13.4402L94.8563 0.822705C95.07 0.459459 94.8136 0.0107422 94.3969 0.0107422H90.914C90.5935 0.0107422 90.2944 0.181682 90.1448 0.459459L85.3905 8.68593C85.1875 9.04917 84.664 9.03849 84.4611 8.68593L79.7175 0.459459C79.5572 0.181682 79.2581 0.0107422 78.9376 0.0107422H75.6149C75.2089 0.0107422 74.9525 0.448775 75.1555 0.801338L82.4418 13.4188C82.6021 13.6966 82.8905 13.8675 83.2111 13.8675Z%27 stroke=%27%23FF595A%27 stroke-width=%270.5%27 stroke-miterlimit=%2710%27/%3E%3Cpath d=%27M71.181 0.4594C71.0207 0.181623 70.7216 0.0106837 70.4011 0.0106837L67.0998 0C66.6938 0 66.4374 0.438033 66.6404 0.790596L80.3049 24.4337C80.5079 24.7862 81.0207 24.7862 81.2237 24.4337L82.8476 21.6132C83.0079 21.3354 83.0079 20.9935 82.8476 20.7157L71.181 0.4594Z%27 stroke=%27%23FF595A%27 stroke-width=%270.5%27 stroke-miterlimit=%2710%27/%3E%3Cpath d=%27M50.1451 13.8675L53.7242 13.8889C54.0447 13.8889 54.3438 13.718 54.5041 13.4402L61.7904 0.822705C62.0041 0.459459 61.7477 0.0107422 61.331 0.0107422H57.8481C57.5276 0.0107422 57.2284 0.181682 57.0789 0.459459L52.3246 8.68593C52.1216 9.04917 51.5981 9.03849 51.3951 8.68593L46.6516 0.459459C46.4913 0.181682 46.1922 0.0107422 45.8716 0.0107422H42.549C42.143 0.0107422 41.8866 0.448775 42.0896 0.801338L49.3759 13.4188C49.5362 13.6966 49.8246 13.8675 50.1451 13.8675Z%27 stroke=%27%23FF595A%27 stroke-width=%270.5%27 stroke-miterlimit=%2710%27/%3E%3Cpath d=%27M38.116 0.4594C37.9558 0.181623 37.6566 0.0106837 37.3361 0.0106837L34.0348 0C33.6289 0 33.3725 0.438033 33.5754 0.790596L47.2399 24.4337C47.4429 24.7862 47.9557 24.7862 48.1587 24.4337L49.7827 21.6132C49.9429 21.3354 49.9429 20.9935 49.7827 20.7157L38.116 0.4594Z%27 stroke=%27%23FF595A%27 stroke-width=%270.5%27 stroke-miterlimit=%2710%27/%3E%3Cpath d=%27M17.0787 13.8675L20.6578 13.8889C20.9783 13.8889 21.2774 13.718 21.4377 13.4402L28.724 0.822705C28.9377 0.459459 28.6813 0.0107422 28.2646 0.0107422H24.7817C24.4612 0.0107422 24.162 0.181682 24.0125 0.459459L19.2582 8.68593C19.0552 9.04917 18.5317 9.03849 18.3287 8.68593L13.5852 0.459459C13.4249 0.181682 13.1258 0.0107422 12.8052 0.0107422H9.4826C9.07662 0.0107422 8.82021 0.448775 9.0232 0.801338L16.3095 13.4188C16.4698 13.6966 16.7582 13.8675 17.0787 13.8675Z%27 stroke=%27%23FF595A%27 stroke-width=%270.5%27 stroke-miterlimit=%2710%27/%3E%3Cpath d=%27M5.05011 0.4594C4.88986 0.181623 4.59071 0.0106837 4.2702 0.0106837L0.968929 0C0.562948 0 0.306538 0.438033 0.509529 0.790596L14.174 24.4337C14.377 24.7862 14.8898 24.7862 15.0928 24.4337L16.7167 21.6132C16.877 21.3354 16.877 20.9935 16.7167 20.7157L5.05011 0.4594Z%27 stroke=%27%23FF595A%27 stroke-width=%270.5%27 stroke-miterlimit=%2710%27/%3E%3C/svg%3E%0A");background-repeat:no-repeat}.x-scrollbar *{scrollbar-width:thin;scrollbar-color:#73698A #B4AEC2}.x-scrollbar ::-webkit-scrollbar,.x-scrollbar scrollbar{width:12px;height:12px}.x-scrollbar ::-webkit-scrollbar-thumb,.x-scrollbar scrollbar-thumb{border-radius:10px;border:3px solid #b4aec2;background-color:#73698a}.x-scrollbar ::-webkit-scrollbar-track,.x-scrollbar scrollbar-track{background-color:#b4aec2}</style><style>.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon::before{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{margin-left:-4px;position:absolute;width:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after{box-sizing:content-box;position:absolute;border:8px solid transparent;height:0;width:1px;content:"";z-index:-1;border-width:8px;left:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before{border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{top:0;margin-top:-8px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after{border-top:none;border-bottom-color:#f0f0f0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after{top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before{top:-1px;border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{bottom:0;margin-bottom:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after{border-bottom:none;border-top-color:#fff}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after{bottom:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before{bottom:-1px;border-top-color:#aeaeae}.react-datepicker-wrapper{display:inline-block;padding:0;border:0;width:100%}.react-datepicker{font-family:"Helvetica Neue",helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__triangle{position:absolute;left:50px}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^=bottom]{padding-top:10px}.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle{left:auto;right:50px}.react-datepicker-popper[data-placement^=top]{padding-bottom:10px}.react-datepicker-popper[data-placement^=right]{padding-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{padding-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 2px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:bold;font-size:.944rem}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *::before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next::before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous::before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-72px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + (1.7rem / 2));overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:bold}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day-names,.react-datepicker__week{white-space:nowrap}.react-datepicker__day-names{margin-bottom:-8px}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__month--selected,.react-datepicker__month--in-selecting-range,.react-datepicker__month--in-range,.react-datepicker__quarter--selected,.react-datepicker__quarter--in-selecting-range,.react-datepicker__quarter--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__month--selected:hover,.react-datepicker__month--in-selecting-range:hover,.react-datepicker__month--in-range:hover,.react-datepicker__quarter--selected:hover,.react-datepicker__quarter--in-selecting-range:hover,.react-datepicker__quarter--in-range:hover{background-color:#1d5d90}.react-datepicker__month--disabled,.react-datepicker__quarter--disabled{color:#ccc;pointer-events:none}.react-datepicker__month--disabled:hover,.react-datepicker__quarter--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:bold}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__year-text--selected:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--in-range:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#2579ba;color:#fff}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:rgba(33,107,165,.5)}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:transparent}.react-datepicker__month-text.react-datepicker__month--selected:hover,.react-datepicker__month-text.react-datepicker__month--in-range:hover,.react-datepicker__month-text.react-datepicker__quarter--selected:hover,.react-datepicker__month-text.react-datepicker__quarter--in-range:hover,.react-datepicker__quarter-text.react-datepicker__month--selected:hover,.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover{background-color:#216ba5}.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover{background-color:#f0f0f0}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon::after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:bold;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:rgba(0,0,0,.8);left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media(max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}
</style><style>:root{--x-red-light: #ffa6a6;--x-red: #ff595a;--x-red-dark: #cc4747;--x-dark-display: #73698a;--x-dark-light: #494358;--x-dark: #221c35;--x-dark-dark: #191423;--x-purple-light: #bfb4ea;--x-purple-display: #c9baff;--x-purple: #846ce6;--x-purple-dark: #5f4ea6;--x-purple-danger: #802495;--x-cyan-light: #78d4e1;--x-cyan-display: #7ce1eb;--x-cyan: #00c9db;--x-cyan-dark: #00b2c2;--x-purple-100: #d9d7e0;--x-purple-200: #b4aec2;--x-purple-300: #8e86a3;--x-purple-400: #6a6280;--x-purple-500: #494358;--x-purple-600: #3a3646;--x-purple-700: #2c2835;--x-purple-800: #1d1b23;--x-purple-900: #0f0d12;--x-warning-100: #e6e2fa;--x-warning-200: #cec4f5;--x-warning-300: #b5a7f0;--x-warning-400: #9d89eb;--x-warning-500: #846ce6;--x-warning-600: #5432dc;--x-warning-700: #3a1dad;--x-warning-800: #271474;--x-warning-900: #130a3a;--x-danger-100: #ebcbf2;--x-danger-200: #d796e6;--x-danger-300: #c362d9;--x-danger-400: #ad31c9;--x-danger-500: #802495;--x-danger-600: #661d77;--x-danger-700: #4d1659;--x-danger-800: #330e3c;--x-danger-900: #1a071e;--x-cyan-100: #c5faff;--x-cyan-200: #8bf5ff;--x-cyan-300: #50f1ff;--x-cyan-400: #16ecff;--x-cyan-500: #00c9db;--x-cyan-600: #00a1af;--x-cyan-700: #007983;--x-cyan-800: #005058;--x-cyan-900: #00282c;--x-gray-100: #f9fafa;--x-gray-200: #f6f6f7;--x-gray-300: #e9e9eb;--x-gray-400: #cfd0d3;--x-gray-500: #a9a9ac;--x-gray-600: #797980;--x-gray-700: #60626c;--x-gray-800: #41454c;--x-gray-900: #1e2229;--x-bg-100: #c4bfce;--x-bg-200: #5c5669;--x-bg-300: #494358;--x-bg-400: #3b3649;--x-bg-500: #2d293a;--x-bg-600: #292534;--x-bg-700: #1f1d29;--x-bg-800: #111219;--x-bg-900: #0d0a12;--x-severity-0: #60626c;--x-severity-1: #00c9db;--x-severity-2: #00c9db;--x-severity-3: #00c9db;--x-severity-4: #00c9db;--x-severity-5: #00c9db;--x-severity-6: #00c9db;--x-severity-7: #efc224;--x-severity-8: #f07617;--x-severity-9: #de2d2d;--x-severity-a: #8f00d2;--x-light-severity-0: #cfd0d3;--x-light-severity-1: #34d7e6;--x-light-severity-2: #34d7e6;--x-light-severity-3: #34d7e6;--x-light-severity-4: #34d7e6;--x-light-severity-5: #34d7e6;--x-light-severity-6: #34d7e6;--x-light-severity-7: #efc224;--x-light-severity-8: #f9852a;--x-light-severity-9: #e33f3f;--x-light-severity-a: #a100ed;--x-level-0: #60626c;--x-level-1: #00c9db;--x-level-2: #00c9db;--x-level-3: #efc224;--x-level-4: #de2d2d;--x-level-5: #8f00d2;--x-battery-0: #60626c;--x-battery-1: #00c9db;--x-battery-2: #00c9db;--x-battery-3: #de2d2d;--x-battery-4: #8f00d2;--x-bar-chart-1: #00c9db;--x-bar-chart-2: #de2d2d;--x-bar-chart-3: #8f00d2;--x-pie-chart-1: #a793f2;--x-pie-chart-2: #6c4ccf;--x-pie-chart-3: #d65ae6;--x-pie-chart-4: #9854d1;--x-pie-chart-5: #3b3066;--x-pie-chart-6: #f52a89;--x-pie-chart-7: #a1f7ff;--x-pie-chart-8: #45d8e6;--x-pie-chart-9: #0090ad;--x-pie-chart-a: #0be6a5;--x-pie-chart-b: #ff9297;--x-pie-chart-c: #eb3251;--x-pie-chart-d: #ffbec1;--x-pie-chart-e: #be1f35;--x-pie-chart-f: #ff5b45;--x-theme-primary: #ff595a;--x-theme-secondary: #73698a;--x-theme-success: #7ce1eb;--x-theme-info: #00c9db;--x-theme-warning: #846ce6;--x-theme-danger: #802495;--x-theme-light: #f9fafa;--x-theme-dark: #111219}.front-banner{display:block;background-position:center;background-repeat:no-repeat;position:absolute;z-index:15;bottom:22px;width:464px;height:108px;background-image:url("data:image/svg+xml,%3Csvg width=%27463%27 height=%27108%27 viewBox=%270 0 463 108%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0_3901_6850%29%27%3E%3Cpath d=%27M462.488 76.6552L-6.50894 7.16211L-11.0806 37.9691L457.917 107.462L462.488 76.6552Z%27 fill=%27%23FF595A%27/%3E%3Cpath d=%27M55.0868 34.6861C54.365 34.5713 53.7173 34.1774 53.2836 33.5896C52.85 33.0017 52.6651 32.2672 52.769 31.5444L53.9334 23.6918C53.9828 23.3311 54.1054 22.9842 54.2937 22.6725C54.4821 22.3608 54.732 22.0907 55.0285 21.879C55.3167 21.6558 55.6482 21.4947 56.0018 21.4057C56.3555 21.3168 56.7238 21.3019 57.0835 21.3621L67.6466 22.9234L67.217 25.8264L57.395 24.3705L56.7847 24.2797L56.6937 24.8942L55.7566 31.2227L55.6654 31.8372L56.2756 31.9281L66.0979 33.3791L65.6683 36.2822L55.0868 34.6861Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M69.8339 36.8851L71.4025 26.294C71.5174 25.5719 71.9122 24.9241 72.5017 24.4908C73.0911 24.0575 73.8276 23.8736 74.5519 23.9788L82.3882 25.1417C82.7512 25.19 83.1005 25.3115 83.415 25.4989C83.7295 25.6862 84.0025 25.9355 84.2176 26.2316C84.4421 26.5202 84.6047 26.8518 84.6954 27.2059C84.7861 27.56 84.8029 27.9288 84.7448 28.2897L83.1778 38.842L80.2718 38.4126L80.9188 34.1214L73.3586 32.9979L72.7114 37.2941L69.8339 36.8851ZM73.7726 30.1235L81.3327 31.247L81.7238 28.5955L81.8147 27.9859L81.2045 27.895L74.8646 26.9581L74.2543 26.8673L74.1635 27.4769L73.7726 30.1235Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M90.2148 39.8925C89.492 39.7776 88.8435 39.383 88.4098 38.7941C87.976 38.2052 87.7918 37.4694 87.8971 36.7459L89.4653 26.1595L92.3375 26.5829L90.8801 36.4143L90.7892 37.0239L91.3994 37.1148L97.7394 38.0517L98.3496 38.1425L98.4405 37.5329L99.8978 27.7015L102.804 28.1308L101.235 38.7221C101.115 39.4413 100.718 40.0851 100.13 40.5173C99.5424 40.9495 98.8091 41.136 98.0858 41.0372L90.2148 39.8925Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M109.637 42.7473L111.185 32.3061L105.959 31.5324L106.389 28.6294L119.733 30.5863L119.303 33.4893L114.077 32.7156L112.529 43.1568L109.637 42.7473Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M121.294 44.4953L123.252 31.165L126.085 31.582L124.127 44.9124L121.294 44.4953Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M130.263 45.8221C129.54 45.7097 128.89 45.3156 128.455 44.7261C128.021 44.1366 127.838 43.3995 127.946 42.6756L129.11 34.8278C129.157 34.467 129.279 34.1199 129.466 33.808C129.654 33.4961 129.904 33.2261 130.2 33.0149C130.49 32.7923 130.822 32.6313 131.176 32.5416C131.531 32.4519 131.899 32.4354 132.26 32.4932L140.116 33.6569C140.837 33.7765 141.482 34.1722 141.915 34.7598C142.348 35.3475 142.534 36.0808 142.434 36.8035L141.269 44.6512C141.221 45.014 141.098 45.3627 140.907 45.6755C140.717 45.9882 140.464 46.2583 140.164 46.4685C139.876 46.6884 139.546 46.8477 139.195 46.9366C138.843 47.0255 138.477 47.0422 138.119 46.9858L130.263 45.8221ZM131.434 43.044L137.769 43.9806L138.379 44.0716L138.47 43.462L139.412 37.1335L139.503 36.519L138.888 36.428L132.553 35.4914L131.943 35.4004L131.852 36.0101L130.909 42.3434L130.818 42.953L131.434 43.044Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M145.122 48.0252L147.08 34.695L150.045 35.1314L156.198 45.125L157.503 36.2365L160.409 36.6708L158.451 50.001L155.487 49.5598L149.306 39.5263L148 48.4488L145.122 48.0252Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M47.1567 31.7293L40.9441 17.1896C40.8846 17.039 40.7862 16.9069 40.6591 16.8065C40.532 16.7061 40.3807 16.641 40.2203 16.6178L37.8421 16.2664C37.6817 16.2414 37.5175 16.2594 37.3664 16.3187C37.2153 16.3781 37.0826 16.4766 36.9822 16.6041L26.9032 29.2279C26.8068 29.3485 26.7422 29.4913 26.7153 29.6432C26.6884 29.7952 26.6999 29.9515 26.749 30.0979L27.4317 31.6411C27.4927 31.7763 27.5867 31.894 27.705 31.9834C27.8234 32.0729 27.9623 32.1311 28.109 32.1529L44.9879 34.6503C45.1583 34.6765 45.3326 34.6542 45.491 34.5861C45.6494 34.5181 45.7855 34.4068 45.8837 34.2652L47.0563 32.5964C47.1437 32.4716 47.1986 32.327 47.2162 32.1756C47.2337 32.0243 47.2133 31.8708 47.1567 31.7293ZM38.1804 30.7088C38.173 30.7621 38.1551 30.8134 38.1275 30.8597C38.0999 30.9059 38.0633 30.9463 38.0199 30.9782C37.9765 31.0102 37.9272 31.0331 37.8748 31.0456C37.8224 31.0582 37.768 31.0602 37.7148 31.0514L35.8161 30.7715C35.7625 30.764 35.711 30.7461 35.6645 30.7186C35.6179 30.6911 35.5773 30.6547 35.5449 30.6114C35.5126 30.5681 35.4892 30.5188 35.476 30.4664C35.4629 30.414 35.4601 30.3595 35.4682 30.3061L35.8642 27.6547C35.8707 27.614 35.8877 27.5756 35.9135 27.5435C35.9393 27.5113 35.9731 27.4863 36.0114 27.4711C36.0498 27.4558 36.0915 27.4509 36.1324 27.4566C36.1733 27.4623 36.212 27.4784 36.2448 27.5035L38.216 29.0997C38.272 29.1444 38.3151 29.2032 38.3408 29.27C38.3666 29.3368 38.3741 29.4092 38.3626 29.4798L38.1804 30.7088ZM38.1532 28.0417L36.3226 26.5918C36.2736 26.5531 36.2357 26.5021 36.2131 26.4439C36.1904 26.3858 36.1837 26.3226 36.1937 26.261L36.9386 21.1707C36.9489 21.1089 36.975 21.0508 37.0143 21.002C37.0537 20.9532 37.105 20.9152 37.1632 20.892L39.3379 20.039C39.3954 20.0182 39.4573 20.0126 39.5177 20.0228C39.578 20.0329 39.6348 20.0585 39.6823 20.097C39.7299 20.1355 39.7666 20.1856 39.7891 20.2424C39.8116 20.2993 39.819 20.361 39.8106 20.4215L38.7218 27.8148C38.7124 27.8758 38.6872 27.9334 38.6488 27.9818C38.6103 28.0302 38.5598 28.0677 38.5024 28.0906C38.445 28.1135 38.3826 28.121 38.3213 28.1125C38.2601 28.1039 38.2021 28.0795 38.1532 28.0417Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M318.307 73.6735C317.584 73.5586 316.936 73.164 316.502 72.5751C316.068 71.9862 315.884 71.2504 315.99 70.5269L317.154 62.6792C317.269 61.9572 317.664 61.3093 318.253 60.876C318.842 60.4428 319.579 60.2588 320.303 60.3641L330.866 61.9302L330.437 64.8333L320.614 63.3822L320.004 63.2914L319.913 63.901L318.971 70.2342L318.88 70.8439L319.495 70.935L329.313 72.3907L328.888 75.2939L318.307 73.6735Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M333.055 75.8578L334.628 65.2668C334.743 64.5448 335.138 63.8969 335.727 63.4637C336.317 63.0304 337.053 62.8465 337.778 62.9517L345.614 64.1146C346.341 64.2263 346.996 64.6186 347.437 65.2074C347.877 65.7961 348.069 66.534 347.971 67.2625L346.397 77.8536L343.491 77.4193L344.138 73.1281L336.578 72.0095L335.931 76.3006L333.055 75.8578ZM336.993 69.101L344.554 70.2196L344.949 67.5732L345.041 66.9587L344.425 66.8726L338.09 65.9309L337.48 65.8401L337.389 66.4546L336.993 69.101Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M353.43 78.8748C352.708 78.7599 352.059 78.3653 351.625 77.7764C351.192 77.1875 351.008 76.4517 351.113 75.7282L352.686 65.142L355.558 65.5654L354.101 75.3968L354.01 76.0064L354.62 76.0973L360.96 77.039L361.57 77.1251L361.661 76.5155L363.118 66.6839L366.024 67.1182L364.451 77.7044C364.402 78.0665 364.279 78.4147 364.09 78.7274C363.901 79.04 363.649 79.3104 363.351 79.5218C363.062 79.7418 362.731 79.9011 362.379 79.99C362.026 80.0788 361.66 80.0955 361.301 80.039L353.43 78.8748Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M372.862 81.7494L374.41 71.3082L369.184 70.5345L369.614 67.6315L382.957 69.5884L382.528 72.4914L377.302 71.7177L375.754 82.1589L372.862 81.7494Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M384.519 83.478L386.477 70.1478L389.31 70.5696L387.352 83.8999L384.519 83.478Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M393.484 84.8047C392.761 84.6922 392.112 84.299 391.678 83.7105C391.244 83.1221 391.06 82.3862 391.166 81.663L392.331 73.8104C392.443 73.0881 392.837 72.4396 393.426 72.0059C394.015 71.5723 394.751 71.3887 395.475 71.4951L403.336 72.6541C403.695 72.7052 404.04 72.8285 404.351 73.0165C404.661 73.2045 404.93 73.4533 405.141 73.7479C405.367 74.0349 405.53 74.3656 405.621 74.7191C405.712 75.0726 405.728 75.4411 405.668 75.8012L404.504 83.6538C404.388 84.3743 403.993 85.0205 403.405 85.4535C402.817 85.8865 402.083 86.0716 401.359 85.9691L393.484 84.8047ZM394.654 82.0265L400.994 82.9684L401.604 83.0592L401.695 82.4447L402.632 76.1161L402.723 75.5065L402.113 75.4157L395.778 74.4741L395.163 74.383L395.072 74.9975L394.135 81.3261L394.044 81.9357L394.654 82.0265Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M408.348 87.008L410.306 73.6777L413.27 74.1189L419.418 84.1075L420.724 75.2238L423.629 75.6533L421.672 88.9835L418.708 88.5423L412.522 78.5086L411.215 87.4311L408.348 87.008Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M310.392 70.7124L304.179 56.1725C304.119 56.0216 304.02 55.8892 303.892 55.7888C303.764 55.6883 303.612 55.6234 303.451 55.6006L301.077 55.2494C300.916 55.2255 300.751 55.2445 300.599 55.3046C300.447 55.3647 300.314 55.4638 300.212 55.5917L290.138 68.2157C290.042 68.3355 289.978 68.4773 289.95 68.6282C289.922 68.7791 289.932 68.9346 289.979 69.0806L290.667 70.629C290.728 70.7641 290.822 70.8818 290.94 70.9713C291.058 71.0607 291.197 71.1189 291.344 71.1407L308.223 73.643C308.393 73.668 308.567 73.6452 308.725 73.5773C308.883 73.5093 309.02 73.3987 309.119 73.2579L310.286 71.5889C310.375 71.4631 310.432 71.317 310.45 71.164C310.468 71.011 310.449 70.8558 310.392 70.7124ZM301.416 69.6917C301.399 69.7992 301.341 69.896 301.254 69.961C301.167 70.0261 301.058 70.0542 300.95 70.0393L299.046 69.7543C298.993 69.7463 298.942 69.7278 298.896 69.7001C298.85 69.6724 298.81 69.6359 298.779 69.5927C298.747 69.5495 298.724 69.5004 298.711 69.4483C298.698 69.3962 298.695 69.3421 298.703 69.2891L299.094 66.6376C299.1 66.5965 299.117 66.5577 299.143 66.5253C299.169 66.4928 299.203 66.4678 299.242 66.4529C299.281 66.438 299.323 66.4338 299.364 66.4405C299.404 66.4472 299.443 66.4647 299.475 66.4912L301.451 68.0827C301.506 68.128 301.549 68.1869 301.575 68.2535C301.6 68.3201 301.608 68.3922 301.598 68.4628L301.416 69.6917ZM301.388 67.0247L299.558 65.5748C299.509 65.5362 299.471 65.4851 299.448 65.4269C299.426 65.3688 299.419 65.3056 299.429 65.244L300.174 60.1537C300.183 60.0926 300.207 60.035 300.246 59.9868C300.285 59.9386 300.336 59.9016 300.393 59.8798L302.568 59.0267C302.626 59.0059 302.687 59.0003 302.748 59.0104C302.808 59.0206 302.865 59.0462 302.912 59.0846C302.96 59.1231 302.997 59.1732 303.019 59.2301C303.042 59.2869 303.049 59.3486 303.041 59.4092L301.952 66.7976C301.943 66.8595 301.918 66.9179 301.879 66.967C301.84 67.016 301.789 67.054 301.731 67.077C301.673 67.1 301.61 67.1073 301.548 67.0981C301.486 67.0888 301.428 67.0633 301.379 67.0243L301.388 67.0247Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M167.082 43.0446L167.843 37.9015L172.599 38.609L172.436 39.7219L168.799 39.1824L168.668 40.0825L171.574 40.5167L171.406 41.6295L168.5 41.2001L168.364 42.0999L171.996 42.6343L171.833 43.752L167.082 43.0446Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M175.664 44.318L173.437 38.7327L174.726 38.9217L176.332 42.9808L179.046 39.5643L180.324 39.7531L176.578 44.4786L175.664 44.318Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M180.304 45.0068L181.065 39.8636L185.821 40.5662L185.658 41.6792L182.026 41.1448L181.89 42.0447L184.796 42.4741L184.632 43.5918L181.727 43.1576L181.591 44.0574L185.223 44.5966L185.06 45.7095L180.304 45.0068Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M186.048 45.8582L186.809 40.7198L190.892 41.3245C191.176 41.3635 191.434 41.5133 191.608 41.7414C191.782 41.9695 191.858 42.2571 191.821 42.5413L191.591 43.8561C191.573 43.9952 191.526 44.1291 191.454 44.2494C191.382 44.3698 191.285 44.4739 191.171 44.5556C191.057 44.6406 190.928 44.7024 190.791 44.7374C190.653 44.7723 190.51 44.7798 190.37 44.7592L190.321 44.7574L191.239 46.2511L191.186 46.6287L190.038 46.4594L188.868 44.5524L187.414 44.3426L187.162 46.0311L186.048 45.8582ZM187.806 43.2479L190.252 43.6116L190.489 43.6447L190.522 43.4075L190.633 42.6576L190.671 42.4207L190.433 42.4118L187.987 42.0482L187.749 42.015L187.741 42.253L187.63 43.003L187.592 43.2351L187.806 43.2479Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M194.34 47.0819L194.626 45.1465L192.724 41.5728L194.046 41.768L195.364 44.0356L197.271 42.2483L198.608 42.4441L195.74 45.3194L195.458 47.2549L194.34 47.0819Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M200.205 47.9524L200.803 43.922L198.788 43.6232L198.951 42.5103L204.1 43.2715L203.937 44.3843L201.917 44.0852L201.324 48.1157L200.205 47.9524Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M204.152 48.5374L204.913 43.3943L206.023 43.5572L205.723 45.5748L208.765 46.0238L209.064 44.0063L210.173 44.1741L209.407 49.3172L208.303 49.1495L208.602 47.1367L205.56 46.6877L205.261 48.7004L204.152 48.5374Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M210.487 49.4742L211.253 44.3311L212.348 44.4935L211.582 49.6366L210.487 49.4742Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M212.477 49.7721L213.239 44.6289L214.382 44.798L216.756 48.652L217.269 45.2219L218.387 45.3901L217.626 50.5332L216.483 50.3641L214.095 46.49L213.587 49.9351L212.477 49.7721Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M219.771 50.8516C219.491 50.8093 219.238 50.6576 219.07 50.4297C218.901 50.2017 218.83 49.9162 218.872 49.6359L219.321 46.6071C219.363 46.3277 219.514 46.0764 219.741 45.9081C219.968 45.7397 220.253 45.6679 220.533 45.7084L223.56 46.1569C223.7 46.1748 223.835 46.2212 223.956 46.2936C224.078 46.3659 224.183 46.4626 224.265 46.5773C224.35 46.6887 224.413 46.8161 224.448 46.952C224.483 47.0879 224.49 47.2294 224.469 47.3681L224.398 47.852L223.274 47.6836L223.281 47.4893L223.319 47.2572L223.082 47.2192L220.636 46.8604L220.399 46.8223L220.366 47.0595L220.002 49.5028L219.993 49.7408L220.225 49.7739L222.671 50.1375L222.909 50.1707L222.947 49.9337L223.025 49.4014L221.906 49.2332L222.074 48.1205L224.312 48.4521L224.026 50.3874C224.006 50.5275 223.959 50.6622 223.885 50.7833C223.812 50.9044 223.715 51.0093 223.6 51.0916C223.487 51.1762 223.359 51.2374 223.222 51.2716C223.085 51.3057 222.943 51.3121 222.803 51.2905L219.771 50.8516Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M228.567 52.1524C228.287 52.1102 228.036 51.9591 227.867 51.7323C227.699 51.5054 227.627 51.2212 227.667 50.9416L227.739 50.4578L228.843 50.6205L228.836 50.8051L228.827 51.0432L229.065 51.0764L231.51 51.44L231.743 51.473L231.781 51.2409L231.841 50.8101L231.879 50.5731L231.641 50.5399L228.91 50.1365C228.629 50.0943 228.377 49.9424 228.208 49.7145C228.04 49.4865 227.968 49.2011 228.01 48.9208L228.16 47.9047C228.202 47.6253 228.354 47.3741 228.581 47.2057C228.808 47.0373 229.092 46.9656 229.372 47.0061L232.404 47.4547C232.545 47.4734 232.681 47.5197 232.804 47.5911C232.927 47.6624 233.035 47.7573 233.121 47.8704C233.208 47.9834 233.271 48.1124 233.307 48.2499C233.343 48.3874 233.352 48.5307 233.333 48.6715L233.261 49.1554L232.138 48.987L232.144 48.8024L232.182 48.5655L231.945 48.5323L229.524 48.1695L229.286 48.1363L229.278 48.3695L229.213 48.8002L229.204 49.0382L229.437 49.0713L232.183 49.4752C232.322 49.4951 232.456 49.5431 232.576 49.6161C232.697 49.6892 232.801 49.7858 232.883 49.9003C232.969 50.0109 233.032 50.1383 233.067 50.2744C233.103 50.4105 233.109 50.5524 233.087 50.6912L232.937 51.7072C232.892 51.9863 232.74 52.2369 232.512 52.4049C232.285 52.5729 232 52.6449 231.72 52.6056L228.567 52.1524Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M235.488 53.1791L236.086 49.1487L234.071 48.8499L234.234 47.737L239.383 48.498L239.22 49.6109L237.205 49.3121L236.607 53.3424L235.488 53.1791Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M239.459 53.765L240.064 49.6814C240.082 49.54 240.127 49.4034 240.198 49.2797C240.269 49.1561 240.364 49.0479 240.478 48.9615C240.591 48.8751 240.721 48.8122 240.859 48.7765C240.997 48.7409 241.141 48.7331 241.282 48.7538L244.304 49.2021C244.444 49.2214 244.579 49.2685 244.7 49.3408C244.821 49.413 244.926 49.5088 245.01 49.6225C245.097 49.7337 245.161 49.8618 245.196 49.9988C245.231 50.1359 245.237 50.2787 245.214 50.4182L244.608 54.5067L243.485 54.3384L243.732 52.6787L240.826 52.2494L240.584 53.909L239.459 53.765ZM240.978 51.1604L243.884 51.5898L244.039 50.5691L244.072 50.332L243.835 50.2988L241.389 49.9351L241.156 49.9264L241.118 50.1585L240.978 51.1604Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M245.702 54.6886L246.463 49.555L250.546 50.1596C250.831 50.1985 251.088 50.3484 251.262 50.5765C251.436 50.8046 251.513 51.0923 251.475 51.3765L251.279 52.7023C251.235 52.9827 251.082 53.2343 250.853 53.4032C250.625 53.5721 250.339 53.6447 250.057 53.6054L250.004 53.6034L250.922 55.0972L250.864 55.4794L249.721 55.3103L248.545 53.4031L247.092 53.1932L246.844 54.8819L245.702 54.6886ZM247.46 52.083L249.906 52.4467L250.144 52.4556L250.182 52.2186L250.293 51.4686L250.326 51.2315L250.089 51.1984L247.667 50.8356L247.434 50.8269L247.396 51.0639L247.285 51.8139L247.252 52.0462L247.46 52.083Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M253.655 55.8704L254.253 51.8402L252.233 51.541L252.401 50.4284L257.55 51.1798L257.382 52.2925L255.367 51.9936L254.769 56.0239L253.655 55.8704Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M258.653 56.6065C258.513 56.5892 258.379 56.5428 258.258 56.4704C258.138 56.3981 258.034 56.3013 257.953 56.1863C257.867 56.0751 257.805 55.9477 257.77 55.8118C257.735 55.6758 257.727 55.5341 257.748 55.3954L257.82 54.9115L258.929 55.0745L258.922 55.264L258.889 55.4963L259.122 55.5342L261.568 55.8929L261.805 55.9309L261.838 55.6938L261.903 55.2633L261.941 55.0312L261.703 54.9931L258.972 54.5896C258.691 54.5461 258.439 54.3942 258.27 54.1667C258.101 53.9392 258.028 53.6544 258.067 53.3737L258.222 52.3626C258.239 52.2231 258.286 52.0889 258.358 51.9685C258.43 51.848 258.527 51.7439 258.642 51.6631C258.753 51.5765 258.881 51.5137 259.017 51.4786C259.153 51.4435 259.295 51.4369 259.434 51.4591L262.466 51.9079C262.605 51.9284 262.739 51.9764 262.859 52.0494C262.979 52.1224 263.084 52.2188 263.166 52.3329C263.252 52.4441 263.314 52.5716 263.349 52.7075C263.384 52.8435 263.391 52.985 263.37 53.1238L263.299 53.6076L262.175 53.4393L262.182 53.2546L262.22 53.0176L261.983 52.9845L259.561 52.6218L259.323 52.6129L259.314 52.851L259.249 53.2766L259.216 53.5138L259.449 53.5468L262.195 53.9557C262.334 53.9742 262.468 54.021 262.589 54.0932C262.709 54.1655 262.813 54.2617 262.895 54.3758C262.981 54.4872 263.043 54.6147 263.078 54.7506C263.113 54.8865 263.12 55.028 263.099 55.1668L262.949 56.1829C262.93 56.3223 262.882 56.4562 262.809 56.5765C262.736 56.6968 262.639 56.8008 262.524 56.8822C262.412 56.9673 262.285 57.0291 262.149 57.0642C262.013 57.0992 261.871 57.1067 261.732 57.0862L258.653 56.6065Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M165.808 51.618L166.574 46.475L171.33 47.1825L171.162 48.2952L167.53 47.7561L167.394 48.6559L170.3 49.0901L170.136 50.203L167.23 49.7737L166.931 51.7863L165.808 51.618Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M171.242 52.4238L172.008 47.2906L176.091 47.8952C176.374 47.9341 176.631 48.0832 176.805 48.3102C176.979 48.5372 177.056 48.8236 177.02 49.1071L176.819 50.4375C176.772 50.7164 176.618 50.9662 176.39 51.1338C176.162 51.3015 175.878 51.374 175.597 51.3359L175.549 51.3341L176.467 52.8278L176.414 53.2052L175.266 53.0361L174.095 51.1339L172.642 50.924L172.389 52.6077L171.242 52.4238ZM173.005 49.8186L175.45 50.1773L175.688 50.2154L175.721 49.9782L175.832 49.2283L175.87 48.9913L175.632 48.9581L173.211 48.5954L172.973 48.5623L172.965 48.7955L172.854 49.5453L172.816 49.7824L173.005 49.8186Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M178.482 53.4966C178.341 53.4779 178.205 53.4316 178.082 53.3603C177.959 53.2889 177.851 53.194 177.765 53.0809C177.679 52.9679 177.616 52.8388 177.579 52.7013C177.543 52.5638 177.534 52.4205 177.554 52.2797L178.003 49.2508C178.022 49.1114 178.07 48.9775 178.143 48.8572C178.216 48.7369 178.313 48.6329 178.428 48.5515C178.539 48.4655 178.667 48.4035 178.803 48.3692C178.939 48.3349 179.081 48.3292 179.22 48.3524L182.251 48.8011C182.39 48.8206 182.524 48.868 182.644 48.9402C182.765 49.0124 182.869 49.1079 182.952 49.2213C183.037 49.3335 183.099 49.4619 183.135 49.5986C183.17 49.7352 183.177 49.8776 183.156 50.0171L182.702 53.0457C182.659 53.3245 182.507 53.575 182.28 53.7431C182.054 53.9113 181.77 53.9835 181.49 53.9443L178.482 53.4966ZM178.931 52.4235L181.377 52.7871L181.615 52.8202L181.648 52.588L182.012 50.1446L182.045 49.9075L181.812 49.8697L179.366 49.511L179.129 49.4729L179.096 49.71L178.732 52.1534L178.694 52.3903L178.931 52.4235Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M183.645 54.263L184.407 49.1198L185.55 49.2888L186.987 51.6242L189.032 49.803L190.185 49.9725L189.423 55.1157L188.309 54.9526L188.818 51.5026L186.732 53.3709L185.262 51.0004L184.754 54.4454L183.645 54.263Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M194.199 55.8239C193.918 55.7817 193.666 55.63 193.497 55.402C193.329 55.1741 193.257 54.8886 193.299 54.6082L193.371 54.1244L194.48 54.2874L194.449 54.4711L194.44 54.7092L194.678 54.7181L197.124 55.0816L197.357 55.1146L197.394 54.8825L197.459 54.452L197.492 54.2148L197.254 54.206L194.522 53.8024C194.383 53.7831 194.249 53.7354 194.128 53.6623C194.008 53.5892 193.904 53.4922 193.822 53.3774C193.736 53.2665 193.674 53.1391 193.64 53.003C193.606 52.8669 193.6 52.7251 193.623 52.5867L193.773 51.5706C193.815 51.2913 193.966 51.04 194.193 50.8716C194.42 50.7032 194.705 50.6315 194.985 50.672L198.022 51.1208C198.16 51.1413 198.292 51.1889 198.412 51.261C198.531 51.3332 198.635 51.4283 198.717 51.5409C198.805 51.652 198.868 51.7802 198.903 51.9172C198.938 52.0542 198.944 52.1972 198.921 52.3367L198.85 52.8205L197.726 52.6521L197.733 52.4675L197.771 52.2305L197.534 52.1973L195.112 51.8346L194.875 51.7966L194.842 52.0338L194.777 52.4643L194.768 52.7023L195.005 52.7355L197.752 53.1396C197.89 53.1601 198.023 53.2083 198.143 53.2813C198.262 53.3543 198.365 53.4505 198.447 53.5644C198.535 53.6745 198.598 53.8018 198.633 53.9381C198.669 54.0744 198.675 54.2165 198.651 54.3553L198.501 55.3713C198.457 55.6504 198.304 55.901 198.077 56.069C197.849 56.237 197.564 56.3091 197.284 56.2699L194.199 55.8239Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M199.09 56.5513L199.852 51.4032L204.608 52.1108L204.445 53.2237L200.812 52.6845L200.677 53.5843L203.582 54.0186L203.419 55.1315L200.513 54.7021L200.377 55.6019L204.01 56.1411L203.846 57.254L199.09 56.5513Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M205.614 57.5145C205.473 57.4959 205.337 57.4495 205.214 57.3782C205.091 57.3069 204.983 57.212 204.897 57.0989C204.811 56.9858 204.747 56.8569 204.711 56.7194C204.675 56.5819 204.666 56.4386 204.686 56.2977L205.135 53.2689C205.154 53.1295 205.202 52.9956 205.275 52.8753C205.348 52.755 205.445 52.651 205.56 52.5696C205.671 52.4836 205.799 52.4215 205.935 52.3872C206.071 52.353 206.213 52.3473 206.351 52.3705L210.429 52.9749L210.261 54.0876L206.474 53.528L206.237 53.4899L206.204 53.7271L205.841 56.1461L205.807 56.3832L206.04 56.4163L209.832 56.9809L209.664 58.0935L205.614 57.5145Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M211.504 58.3859C211.363 58.3672 211.228 58.3197 211.107 58.2465C210.986 58.1734 210.881 58.0761 210.799 57.9607C210.713 57.8498 210.651 57.7222 210.616 57.5861C210.582 57.45 210.576 57.3083 210.599 57.1699L211.205 53.0815L212.314 53.2493L211.753 57.0427L211.716 57.2748L211.953 57.3129L214.399 57.6764L214.636 57.7096L214.669 57.4725L215.234 53.6793L216.353 53.8475L215.748 57.9311C215.709 58.2143 215.56 58.4707 215.332 58.6444C215.105 58.8182 214.819 58.8953 214.535 58.8589L211.504 58.3859Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M216.347 59.1064L217.108 53.9681L221.191 54.5727C221.331 54.592 221.466 54.6397 221.587 54.7128C221.709 54.7859 221.814 54.8829 221.896 54.998C221.983 55.1084 222.046 55.2357 222.082 55.3719C222.117 55.5081 222.123 55.65 222.1 55.7888L221.905 57.1145C221.885 57.2557 221.839 57.3916 221.767 57.5146C221.695 57.6376 221.599 57.7453 221.486 57.8314C221.372 57.9175 221.243 57.9805 221.105 58.0166C220.967 58.0528 220.823 58.0613 220.682 58.042L220.628 58.04L221.547 59.5337L221.489 59.911L220.346 59.7419L219.175 57.8351L217.722 57.6252L217.474 59.3138L216.347 59.1064ZM218.11 56.4963L220.531 56.859L220.765 56.8677L220.803 56.6308L220.913 55.8808L220.946 55.6485L220.709 55.6104L218.288 55.2478L218.055 55.2148L218.017 55.4518L217.906 56.2018L217.873 56.4389L218.11 56.4963Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M222.227 59.9776L222.988 54.8294L224.083 54.9919L223.322 60.1205L222.227 59.9776Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M225.685 60.486L226.283 56.4605L224.268 56.1616L224.432 55.0438L229.58 55.8098L229.416 56.9227L227.402 56.6238L226.804 60.6542L225.685 60.486Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M231.458 61.3433L231.744 59.4079L229.837 55.8291L231.164 56.0294L232.477 58.2969L234.39 56.5048L235.726 56.7055L232.858 59.5808L232.572 61.4919L231.458 61.3433Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M237.061 62.1748L237.229 61.067L241.121 57.5195L241.519 57.5733L241.356 58.6764L237.459 62.2286L237.061 62.1748Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M244.51 63.2748C244.369 63.2574 244.232 63.2119 244.108 63.1409C243.985 63.07 243.876 62.9749 243.79 62.8616C243.703 62.7482 243.64 62.6188 243.605 62.4807C243.569 62.3427 243.561 62.1989 243.582 62.0579L244.031 59.0291C244.073 58.7488 244.225 58.4968 244.453 58.3284C244.681 58.1599 244.967 58.0887 245.248 58.1306L249.321 58.7349L249.157 59.8478L245.37 59.2883L245.133 59.2502L245.095 59.4872L244.737 61.9064L244.699 62.1433L244.937 62.1522L248.729 62.7168L248.561 63.8295L244.51 63.2748Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M251.431 64.3014L251.718 62.366L249.811 58.7872L251.138 58.9875L252.451 61.255L254.363 59.4629L255.7 59.6636L252.831 62.5389L252.545 64.4743L251.431 64.3014Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M256.149 64.9979C255.869 64.9557 255.618 64.8046 255.449 64.5777C255.28 64.3508 255.209 64.0666 255.249 63.787L255.698 60.7582C255.718 60.619 255.766 60.4851 255.838 60.3643C255.911 60.2434 256.006 60.1382 256.119 60.0543C256.232 59.9703 256.36 59.9094 256.497 59.8752C256.634 59.841 256.776 59.8341 256.915 59.8548L260.988 60.4592L260.825 61.5721L257.033 61.0123L256.8 60.9793L256.762 61.2114L256.403 63.6549L256.365 63.8918L256.603 63.9299L260.39 64.4894L260.227 65.6023L256.149 64.9979Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M260.963 65.7125L261.724 60.5741L265.807 61.1787C265.947 61.198 266.082 61.2456 266.203 61.3187C266.325 61.3919 266.43 61.4889 266.512 61.6039C266.599 61.7145 266.662 61.8418 266.697 61.978C266.732 62.1141 266.739 62.2561 266.716 62.3949L266.52 63.7255C266.501 63.864 266.453 63.9969 266.38 64.1163C266.306 64.2357 266.21 64.3391 266.095 64.4199C265.984 64.5074 265.856 64.5707 265.719 64.6058C265.581 64.6409 265.438 64.647 265.299 64.6237L265.245 64.6217L266.164 66.1155L266.106 66.4928L264.963 66.3237L263.792 64.4216L262.314 64.2108L262.066 65.8946L260.963 65.7125ZM262.726 63.1024L265.172 63.4659L265.405 63.4746L265.443 63.2425L265.554 62.4925L265.562 62.2545L265.329 62.2458L262.908 61.8831L262.67 61.8451L262.632 62.082L262.522 62.832L262.513 63.0701L262.726 63.1024Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M266.885 66.6094L267.491 62.521C267.51 62.3821 267.557 62.2484 267.63 62.1282C267.702 62.008 267.798 61.9037 267.911 61.8215C268.023 61.7354 268.152 61.6732 268.289 61.639C268.426 61.6047 268.568 61.5992 268.708 61.6225L271.73 62.0708C271.871 62.0895 272.007 62.1358 272.13 62.2071C272.253 62.2785 272.361 62.3734 272.447 62.4865C272.534 62.5995 272.597 62.7285 272.633 62.866C272.669 63.0035 272.678 63.1468 272.658 63.2876L272.053 67.3712L270.93 67.2077L271.177 65.5482L268.271 65.1188L268.029 66.7736L266.885 66.6094ZM268.405 63.9999L271.311 64.4342L271.461 63.4133L271.499 63.1763L271.261 63.1383L268.815 62.7795L268.578 62.7414L268.545 62.9786L268.405 63.9999Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M272.863 67.4744L273.624 62.3311L278.38 63.0339L278.217 64.1517L274.585 63.6124L274.449 64.5123L277.355 64.9466L277.191 66.0595L274.286 65.6251L273.986 67.6428L272.863 67.4744Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M279.852 68.5085L280.45 64.4783L278.43 64.1792L278.598 63.0665L283.747 63.8276L283.578 64.9452L281.564 64.6463L280.965 68.6765L279.852 68.5085Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M455.72 85.6649L456.048 83.5171C456.061 83.4244 456.049 83.33 456.014 83.2434C455.978 83.1567 455.921 83.0807 455.847 83.0231L448.899 77.5098C448.854 77.4733 448.8 77.4494 448.743 77.4406C448.685 77.4317 448.627 77.4383 448.573 77.4595C448.519 77.4808 448.472 77.5161 448.436 77.5617C448.401 77.6072 448.378 77.6614 448.37 77.7187L448.058 79.8137C448.047 79.9063 448.06 80 448.095 80.0864C448.13 80.1727 448.187 80.2489 448.259 80.3077L452.796 83.8824C452.84 83.9187 452.874 83.9659 452.895 84.0192C452.915 84.0726 452.922 84.1304 452.913 84.1869C452.905 84.2434 452.882 84.2968 452.846 84.3418C452.811 84.3868 452.765 84.4218 452.712 84.4436L447.329 86.5636C447.24 86.5984 447.162 86.6561 447.103 86.7308C447.044 86.8055 447.006 86.8946 446.992 86.9889L446.693 88.9919C446.686 89.0473 446.693 89.1037 446.714 89.1555C446.735 89.2073 446.769 89.2529 446.813 89.2875C446.857 89.3221 446.909 89.3444 446.964 89.3526C447.02 89.3608 447.076 89.3544 447.129 89.334L455.383 86.0757C455.47 86.042 455.546 85.9865 455.605 85.9145C455.664 85.8425 455.704 85.7566 455.72 85.6649Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M436.002 85.8981L438.152 86.2264C438.245 86.2391 438.339 86.2272 438.426 86.1921C438.513 86.1569 438.589 86.0996 438.647 86.0259L444.165 79.0848C444.201 79.04 444.225 78.9862 444.234 78.929C444.243 78.8718 444.236 78.8133 444.215 78.7595C444.194 78.7057 444.159 78.6584 444.113 78.6228C444.067 78.5871 444.013 78.5642 443.956 78.5564L441.859 78.2448C441.766 78.234 441.672 78.2467 441.586 78.2817C441.499 78.3168 441.423 78.373 441.364 78.4452L437.786 82.9775C437.751 83.0219 437.704 83.056 437.651 83.0766C437.598 83.0973 437.54 83.1037 437.484 83.0952C437.427 83.0867 437.374 83.0636 437.33 83.0282C437.285 82.9928 437.25 82.9463 437.229 82.8935L435.107 77.5163C435.072 77.4269 435.013 77.3485 434.937 77.2892C434.862 77.2299 434.772 77.192 434.676 77.1792L432.676 76.8808C432.621 76.8732 432.564 76.8803 432.512 76.9013C432.46 76.9222 432.415 76.9563 432.38 77.0003C432.346 77.0442 432.323 77.0965 432.315 77.1518C432.307 77.2071 432.313 77.2636 432.334 77.3157L435.596 85.5619C435.63 85.6475 435.685 85.7232 435.756 85.7819C435.827 85.8407 435.912 85.8806 436.002 85.8981Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M451.47 93.0522L449.315 92.7238C449.223 92.713 449.129 92.7257 449.042 92.7608C448.956 92.7958 448.88 92.852 448.821 92.9243L443.303 99.8654C443.266 99.9108 443.243 99.9648 443.234 100.022C443.225 100.08 443.232 100.138 443.253 100.192C443.274 100.246 443.309 100.294 443.355 100.33C443.4 100.366 443.454 100.39 443.512 100.399L445.609 100.705C445.702 100.718 445.796 100.706 445.883 100.671C445.97 100.636 446.046 100.579 446.103 100.505L449.681 95.9776C449.716 95.9319 449.763 95.8963 449.816 95.8747C449.869 95.8531 449.928 95.8462 449.984 95.8548C450.041 95.8634 450.095 95.8872 450.14 95.9236C450.184 95.9599 450.218 96.0076 450.238 96.0616L452.361 101.434C452.396 101.524 452.454 101.603 452.53 101.663C452.605 101.723 452.696 101.762 452.791 101.776L454.792 102.069C454.847 102.078 454.904 102.072 454.957 102.051C455.01 102.031 455.056 101.996 455.091 101.952C455.126 101.908 455.149 101.856 455.158 101.8C455.166 101.744 455.16 101.687 455.139 101.635L451.872 93.3931C451.839 93.307 451.785 93.2307 451.715 93.1711C451.645 93.1115 451.561 93.0706 451.47 93.0522Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M431.748 93.2852L431.419 95.4379C431.408 95.5305 431.42 95.6246 431.455 95.7111C431.49 95.7976 431.547 95.8736 431.62 95.9319L438.569 101.44C438.613 101.478 438.666 101.504 438.724 101.514C438.781 101.524 438.84 101.518 438.894 101.497C438.949 101.476 438.996 101.441 439.032 101.395C439.068 101.349 439.09 101.294 439.098 101.236L439.41 99.1364C439.422 99.0438 439.41 98.9496 439.374 98.863C439.339 98.7764 439.282 98.7003 439.209 98.6424L434.677 95.0679C434.631 95.0328 434.595 94.9862 434.573 94.9328C434.552 94.8795 434.544 94.8212 434.552 94.7641C434.56 94.707 434.584 94.6532 434.619 94.6079C434.655 94.5627 434.702 94.5277 434.756 94.5066L440.138 92.3914C440.228 92.3552 440.306 92.2967 440.366 92.2214C440.426 92.1461 440.465 92.0565 440.48 91.9615L440.774 89.9631C440.783 89.9073 440.776 89.8503 440.756 89.7978C440.735 89.7453 440.701 89.6991 440.657 89.6639C440.613 89.6287 440.56 89.6058 440.504 89.5974C440.449 89.589 440.392 89.5954 440.339 89.6161L432.085 92.8746C431.999 92.9098 431.923 92.9657 431.864 93.0374C431.806 93.1091 431.766 93.1942 431.748 93.2852Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M20.0522 20.8381L20.3808 18.6853C20.3935 18.5926 20.3816 18.4982 20.3464 18.4116C20.3112 18.3249 20.2538 18.2489 20.1801 18.1913L13.2316 12.6781C13.1867 12.6416 13.1327 12.6177 13.0754 12.6089C13.0182 12.6001 12.9596 12.6066 12.9058 12.6279C12.8519 12.6491 12.8048 12.6843 12.7691 12.7299C12.7333 12.7755 12.7105 12.8297 12.7027 12.8871L12.3908 14.9819C12.38 15.0745 12.3927 15.1684 12.4278 15.2547C12.4628 15.3411 12.5192 15.4171 12.5916 15.4759L17.1287 19.0506C17.173 19.0863 17.2072 19.1331 17.2279 19.1861C17.2486 19.2392 17.255 19.2967 17.2465 19.353C17.238 19.4093 17.2149 19.4624 17.1794 19.5069C17.144 19.5515 17.0975 19.586 17.0446 19.607L11.6622 21.727C11.5727 21.7622 11.4942 21.8206 11.4348 21.8963C11.3755 21.9719 11.3375 22.0619 11.3246 22.1571L11.0262 24.1554C11.0191 24.2108 11.0265 24.267 11.0475 24.3188C11.0686 24.3705 11.1025 24.416 11.1462 24.4508C11.1899 24.4857 11.2419 24.5087 11.2971 24.5177C11.3522 24.5268 11.4087 24.5215 11.4612 24.5024L19.7158 21.239C19.8009 21.2054 19.876 21.1512 19.9348 21.0812C19.9935 21.0111 20.0339 20.9276 20.0522 20.8381Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M0.330044 21.0661L2.48474 21.3994C2.57739 21.4102 2.67125 21.3975 2.75767 21.3624C2.8441 21.3274 2.92031 21.2711 2.97921 21.1988L8.49772 14.2529C8.53427 14.208 8.55819 14.1542 8.56702 14.097C8.57586 14.0398 8.56932 13.9813 8.54801 13.9275C8.52671 13.8737 8.49146 13.8266 8.44586 13.7909C8.40026 13.7553 8.34593 13.7324 8.28854 13.7246L6.19142 13.4128C6.09877 13.402 6.00491 13.4148 5.91848 13.4498C5.83206 13.4848 5.75585 13.5412 5.69695 13.6134L2.11903 18.1456C2.08411 18.1913 2.03753 18.2268 1.98417 18.2484C1.9308 18.27 1.8726 18.2768 1.81567 18.2682C1.75874 18.2597 1.70518 18.236 1.66057 18.1996C1.61596 18.1633 1.582 18.1156 1.56215 18.0616L-0.5604 12.6844C-0.596486 12.5955 -0.655259 12.5177 -0.730801 12.4585C-0.806342 12.3994 -0.896099 12.361 -0.991079 12.3473L-2.99138 12.0538C-3.0472 12.0447 -3.10447 12.0507 -3.15718 12.0711C-3.20989 12.0916 -3.25609 12.1258 -3.29106 12.1702C-3.32603 12.2146 -3.34846 12.2676 -3.35599 12.3236C-3.36351 12.3796 -3.35585 12.4365 -3.33384 12.4886L-0.0714231 20.73C-0.0393367 20.8159 0.0145275 20.8921 0.0848893 20.951C0.155251 21.0099 0.239747 21.0496 0.330044 21.0661Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M15.803 28.2254L13.648 27.8969C13.5552 27.8842 13.4608 27.896 13.374 27.9312C13.2872 27.9663 13.2112 28.0237 13.1535 28.0974L7.63534 35.0385C7.59879 35.0834 7.57487 35.1372 7.56604 35.1944C7.5572 35.2516 7.56374 35.31 7.58505 35.3639C7.60635 35.4177 7.64159 35.4649 7.68719 35.5006C7.7328 35.5363 7.78712 35.5591 7.84452 35.5669L9.94152 35.8786C10.0342 35.8894 10.1281 35.8766 10.2146 35.8416C10.301 35.8066 10.3771 35.7504 10.436 35.6781L14.0139 31.1458C14.0497 31.1015 14.0965 31.0674 14.1496 31.0467C14.2027 31.026 14.2603 31.0196 14.3166 31.0281C14.373 31.0366 14.4261 31.0597 14.4707 31.0951C14.5153 31.1305 14.5498 31.177 14.5709 31.2299L16.6935 36.607C16.7287 36.6964 16.7872 36.7748 16.8629 36.834C16.9386 36.8933 17.0287 36.9313 17.124 36.9441L19.1243 37.2426C19.1803 37.2506 19.2375 37.2437 19.29 37.2225C19.3426 37.2013 19.3885 37.1666 19.4233 37.122C19.4581 37.0774 19.4804 37.0244 19.4881 36.9683C19.4957 36.9123 19.4885 36.8551 19.4669 36.8028L16.2044 28.5614C16.1715 28.476 16.1174 28.4003 16.0472 28.3415C15.977 28.2827 15.893 28.2428 15.803 28.2254Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M-3.91921 28.4536L-4.24783 30.6063C-4.25957 30.6989 -4.24727 30.793 -4.21212 30.8795C-4.17697 30.966 -4.12016 31.042 -4.04712 31.1003L2.90135 36.6136C2.94628 36.6501 3.00013 36.674 3.05737 36.6828C3.11462 36.6917 3.17318 36.685 3.22704 36.6637C3.2809 36.6425 3.32818 36.6073 3.36389 36.5617C3.3996 36.5161 3.42249 36.462 3.43026 36.4047L3.7421 34.3097C3.75384 34.217 3.74154 34.123 3.70639 34.0365C3.67123 33.9499 3.61443 33.8739 3.54139 33.8157L-0.995723 30.241C-1.0401 30.2053 -1.07438 30.1586 -1.09507 30.1056C-1.11575 30.0525 -1.12208 29.995 -1.11358 29.9387C-1.10507 29.8824 -1.08204 29.8294 -1.04661 29.7848C-1.01118 29.7402 -0.964678 29.7057 -0.911734 29.6847L4.47076 27.5647C4.56025 27.5295 4.63866 27.471 4.69798 27.3953C4.75731 27.3197 4.79535 27.2297 4.80818 27.1345L5.10666 25.1364C5.11421 25.081 5.10723 25.0245 5.08624 24.9726C5.06526 24.9208 5.03111 24.8754 4.98712 24.8408C4.94314 24.8062 4.89083 24.7837 4.83547 24.7755C4.7801 24.7673 4.72353 24.7737 4.67141 24.7941L-3.58289 28.0526C-3.66791 28.0862 -3.74322 28.1404 -3.80195 28.2104C-3.86069 28.2805 -3.90094 28.3641 -3.91921 28.4536Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M23.0418 34.4403L22.6571 37.0531L23.7738 39.8872L26.4182 40.2777L24.1702 34.6088L23.0418 34.4403Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M27.9334 35.1675L30.1668 40.8358L32.8113 41.2263L30.5632 35.5574L27.9334 35.1675Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M34.3266 36.1112L36.56 41.7796L39.2043 42.1749L36.9564 36.5011L34.3266 36.1112Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M40.7196 37.0598L42.953 42.7282L45.5975 43.1186L43.3495 37.4497L40.7196 37.0598Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M47.1126 38.0084L49.346 43.6768L51.9905 44.0673L49.7473 38.3985L47.1126 38.0084Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M53.5058 38.9521L55.7441 44.6207L58.3884 45.016L56.1405 39.3423L53.5058 38.9521Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M59.8988 39.9006L62.1371 45.5692L64.7815 45.9597L62.5335 40.2907L59.8988 39.9006Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M66.2918 40.8492L68.5301 46.5178L71.1746 46.9083L68.9266 41.2394L66.2918 40.8492Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M72.685 41.7931L74.9233 47.4616L77.5676 47.857L75.3197 42.1832L72.685 41.7931Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M79.0829 42.7418L81.3163 48.4102L83.9608 48.8007L81.7127 43.1318L79.0829 42.7418Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M85.4759 43.6906L87.7093 49.3589L90.3538 49.7494L88.1059 44.0756L85.4759 43.6906Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M91.8691 44.6343L94.1025 50.3026L96.747 50.6931L94.5038 45.0244L91.8691 44.6343Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M98.2621 45.5828L100.496 51.2511L103.14 51.6416L100.897 45.9729L98.2621 45.5828Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M104.655 46.5265L106.889 52.1997L109.533 52.5902L107.29 46.9166L104.655 46.5265Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M111.048 47.4751L113.287 53.1436L115.931 53.5341L113.683 47.8652L111.048 47.4751Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M117.441 48.4237L119.68 54.0922L122.324 54.4827L120.076 48.8138L117.441 48.4237Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M123.835 49.3676L126.073 55.041L128.717 55.4314L126.469 49.7577L123.835 49.3676Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M130.232 50.3163L132.466 55.9847L135.11 56.3751L132.862 50.7062L130.232 50.3163Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M136.625 51.2648L138.859 56.9331L141.503 57.3236L139.255 51.6547L136.625 51.2648Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M143.019 52.2086L145.252 57.8818L147.896 58.2723L145.648 52.5985L143.019 52.2086Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M149.412 53.1572L151.645 58.8256L154.29 59.2161L152.046 53.5473L149.412 53.1572Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M155.805 54.1058L158.043 59.7744L160.683 60.1647L158.439 54.4959L155.805 54.1058Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M162.198 55.0496L164.436 60.7181L167.08 61.1134L164.833 55.4397L162.198 55.0496Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M168.591 55.998L170.829 61.6666L173.474 62.0571L171.226 56.3882L168.591 55.998Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M174.984 56.9467L177.222 62.6152L179.867 63.0057L177.619 57.3368L174.984 56.9467Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M181.382 57.8906L183.615 63.559L186.26 63.9543L184.012 58.2806L181.382 57.8906Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M187.775 58.8392L190.008 64.5076L192.653 64.8981L190.405 59.2292L187.775 58.8392Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M194.168 59.7831L196.401 65.4563L199.046 65.8468L196.803 60.1781L194.168 59.7831Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M200.561 60.7317L202.795 66.4001L205.439 66.7905L203.196 61.1218L200.561 60.7317Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M206.954 61.6802L209.192 67.3487L211.832 67.739L209.589 62.0703L206.954 61.6802Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M213.347 62.6239L215.585 68.2973L218.23 68.6878L215.982 63.0189L213.347 62.6239Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M219.74 63.5725L221.979 69.2411L224.623 69.6364L222.375 63.9626L219.74 63.5725Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M226.133 64.5211L228.372 70.1896L231.016 70.5801L228.768 64.9112L226.133 64.5211Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M232.527 65.465L234.765 71.1384L237.409 71.5288L235.161 65.8551L232.527 65.465Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M238.924 66.4137L241.158 72.0821L243.802 72.4725L241.554 66.8036L238.924 66.4137Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M245.317 67.3622L247.551 73.0305L250.195 73.421L247.947 67.7521L245.317 67.3622Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M251.711 68.306L253.944 73.9744L256.588 74.3697L254.345 68.6961L251.711 68.306Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M258.104 69.2546L260.337 74.923L262.982 75.3135L260.738 69.6448L258.104 69.2546Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M264.497 70.2032L266.735 75.8718L269.379 76.2623L267.131 70.5934L264.497 70.2032Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M270.89 71.147L273.128 76.8204L275.772 77.2108L273.525 71.5371L270.89 71.147Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M277.283 72.0956L279.521 77.7641L282.166 78.1546L279.918 72.4857L277.283 72.0956Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M283.676 73.0441L285.914 78.7126L288.559 79.1031L286.311 73.4342L283.676 73.0441Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M290.074 73.988L292.307 79.6564L294.952 80.0517L292.704 74.378L290.074 73.988Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M296.467 74.9366L298.7 80.605L301.345 80.9955L299.097 75.3266L296.467 74.9366Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M302.86 75.8853L305.093 81.5536L307.738 81.9441L305.495 76.2754L302.86 75.8853Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M309.253 76.8291L311.487 82.4975L314.131 82.8928L311.888 77.2192L309.253 76.8291Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M315.646 77.7776L317.885 83.4461L320.524 83.8364L318.281 78.1677L315.646 77.7776Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M322.039 78.7262L324.278 84.3947L326.922 84.7852L324.674 79.1115L322.039 78.7262Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M328.432 79.6699L330.671 85.3385L333.315 85.7338L331.067 80.06L328.432 79.6699Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M334.825 80.6185L337.064 86.2871L339.708 86.6776L337.46 81.0086L334.825 80.6185Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M341.223 81.5625L343.457 87.2357L346.101 87.6262L343.853 81.9524L341.223 81.5625Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M347.617 82.5111L349.85 88.1795L352.494 88.5748L350.246 82.901L347.617 82.5111Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M354.01 83.4596L356.243 89.1279L358.887 89.5184L356.644 83.8497L354.01 83.4596Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M360.403 84.4033L362.636 90.0717L365.28 90.467L363.037 84.7934L360.403 84.4033Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M366.796 85.3521L369.034 91.0206L371.674 91.4109L369.43 85.7422L366.796 85.3521Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M373.189 86.3007L375.427 91.9692L378.071 92.3597L375.823 86.6908L373.189 86.3007Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M379.582 87.2444L381.82 92.9129L384.465 93.3083L382.217 87.6345L379.582 87.2444Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M385.975 88.193L388.213 93.8615L390.858 94.252L388.61 88.5831L385.975 88.193Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M392.373 89.1417L394.606 94.8101L397.251 95.2006L395.003 89.5317L392.373 89.1417Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M398.766 90.0854L400.999 95.7538L403.644 96.1491L401.396 90.4754L398.766 90.0854Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M405.159 91.0341L407.392 96.7024L410.037 97.0929L407.794 91.4242L405.159 91.0341Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M411.552 91.9827L413.785 97.651L416.43 98.0415L414.187 92.3728L411.552 91.9827Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M417.945 92.9264L420.179 98.5948L422.823 98.9901L420.58 93.3165L417.945 92.9264Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M426.464 94.1879L424.338 93.8751L425.918 97.8796L426.464 94.1879Z%27 fill=%27%23221C35%27/%3E%3C/g%3E%3Cpath d=%27M482.109 0.74644L11.2286 56.0564L14.855 86.9889L485.736 31.6789L482.109 0.74644Z%27 fill=%27%23FF595A%27/%3E%3Cpath d=%27M77.8728 66.5518C77.146 66.6294 76.418 66.4181 75.8459 65.9639C75.2739 65.5096 74.9037 64.8487 74.8154 64.1239L73.8902 56.2395C73.8437 55.8784 73.8715 55.5116 73.972 55.1615C74.0724 54.8114 74.2433 54.4856 74.4742 54.2038C74.6942 53.9131 74.9721 53.6711 75.2903 53.4929C75.6085 53.3147 75.9601 53.2043 76.3231 53.1685L86.9276 51.919L87.2705 54.8335L77.4089 55.9914L76.7961 56.063L76.8686 56.6799L77.6155 63.0337L77.6879 63.6507L78.3007 63.5792L88.1612 62.4166L88.5041 65.3311L77.8728 66.5518Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M92.6827 64.826L91.4329 54.1926C91.3554 53.4656 91.5675 52.7372 92.0235 52.1651C92.4794 51.5929 93.1424 51.2232 93.869 51.1358L101.737 50.2132C102.1 50.1651 102.469 50.1913 102.822 50.2901C103.174 50.3889 103.503 50.5583 103.788 50.788C104.08 51.008 104.323 51.2857 104.503 51.6038C104.683 51.922 104.796 52.2737 104.834 52.6372L106.075 63.2328L103.158 63.5767L102.662 59.2653L95.0708 60.1537L95.5672 64.4699L92.6827 64.826ZM94.7203 57.2709L102.312 56.3825L101.997 53.7208L101.926 53.1086L101.313 53.1801L94.9484 53.9302L94.3356 54.0018L94.407 54.614L94.7203 57.2709Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M113.142 62.4104C112.414 62.4882 111.685 62.2764 111.113 61.8211C110.541 61.3659 110.171 60.7036 110.084 59.9777L108.835 49.3489L111.718 49.0081L112.877 58.8792L112.948 59.4914L113.561 59.4199L119.926 58.6697L120.538 58.5981L120.467 57.9859L119.308 48.1149L122.225 47.771L123.475 58.4045C123.547 59.1303 123.332 59.8553 122.877 60.4259C122.422 60.9965 121.763 61.368 121.039 61.4614L113.142 62.4104Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M132.636 60.0976L131.406 49.6142L126.159 50.2311L125.816 47.3166L139.209 45.7233L139.551 48.6379L134.305 49.2548L135.535 59.7381L132.636 60.0976Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M144.345 58.743L142.757 45.3636L145.601 45.0268L147.189 58.4061L144.345 58.743Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M153.351 57.6831C152.622 57.7635 151.892 57.5527 151.319 57.097C150.746 56.6412 150.377 55.9774 150.292 55.2505L149.368 47.3708C149.319 47.0102 149.346 46.6434 149.446 46.2934C149.545 45.9433 149.716 45.6174 149.947 45.3361C150.169 45.0457 150.447 44.8036 150.766 44.6246C151.084 44.4455 151.436 44.3333 151.8 44.295L159.687 43.3683C160.414 43.2956 161.14 43.5092 161.711 43.9635C162.282 44.4179 162.653 45.0771 162.745 45.8009L163.67 53.6805C163.717 54.0434 163.689 54.4122 163.587 54.7638C163.485 55.1154 163.312 55.442 163.077 55.7232C162.856 56.0107 162.579 56.2505 162.263 56.4281C161.947 56.6057 161.598 56.7173 161.238 56.7564L153.351 57.6831ZM153.755 54.6959L160.115 53.9468L160.728 53.8754L160.656 53.2632L159.914 46.9082L159.842 46.2912L159.224 46.3639L152.864 47.1129L152.252 47.1844L152.323 47.7966L153.066 54.1564L153.137 54.7686L153.755 54.6959Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M168.27 55.932L166.681 42.5527L169.656 42.2004L178.204 50.2419L177.145 41.3207L180.063 40.9817L181.652 54.3609L178.675 54.7085L170.09 46.6357L171.157 55.59L168.27 55.932Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M69.4458 65.767L59.654 53.3525C59.5573 53.2227 59.4279 53.1208 59.279 53.057C59.1301 52.9933 58.967 52.9699 58.8061 52.9894L56.4187 53.2708C56.2573 53.2885 56.1035 53.3488 55.9731 53.4455C55.8427 53.5422 55.7403 53.672 55.6766 53.8212L49.2414 68.6379C49.1798 68.7795 49.1547 68.9341 49.1684 69.0879C49.182 69.2416 49.234 69.3895 49.3196 69.518L50.3814 70.8296C50.4755 70.9442 50.597 71.0333 50.7345 71.0887C50.8721 71.1441 51.0214 71.1641 51.1688 71.1469L68.1144 69.1528C68.2858 69.1336 68.4483 69.0666 68.5834 68.9596C68.7186 68.8525 68.8209 68.7096 68.8787 68.5473L69.5752 66.6303C69.627 66.487 69.6423 66.3331 69.6197 66.1824C69.5972 66.0317 69.5374 65.8889 69.4458 65.767ZM60.5143 67.1244C60.521 67.1778 60.5171 67.232 60.5026 67.2839C60.488 67.3358 60.4632 67.3843 60.4296 67.4265C60.396 67.4686 60.3545 67.5036 60.3071 67.5294C60.2598 67.5552 60.2078 67.5713 60.1542 67.5767L58.2483 67.802C58.1946 67.8088 58.1402 67.8049 58.0881 67.7905C58.0359 67.7761 57.9872 67.7515 57.9447 67.7182C57.9022 67.6848 57.8667 67.6434 57.8403 67.5962C57.814 67.5491 57.7971 67.4972 57.791 67.4435L57.4812 64.7807C57.4769 64.7396 57.4833 64.6982 57.4998 64.6604C57.5164 64.6226 57.5424 64.5897 57.5755 64.565C57.6085 64.5403 57.6475 64.5246 57.6885 64.5194C57.7295 64.5142 57.7711 64.5197 57.8092 64.5354L60.1287 65.5619C60.1944 65.5904 60.2513 65.6359 60.2936 65.6936C60.3359 65.7514 60.3621 65.8193 60.3694 65.8905L60.5143 67.1244ZM59.792 64.5569L57.6465 63.6349C57.589 63.6104 57.5391 63.571 57.5021 63.5208C57.465 63.4706 57.4421 63.4114 57.4357 63.3493L56.8263 58.241C56.8201 58.1786 56.8301 58.1158 56.8554 58.0584C56.8806 58.001 56.9203 57.9509 56.9704 57.9133L58.8471 56.5223C58.8973 56.4873 58.9555 56.4657 59.0164 56.4598C59.0773 56.4538 59.1388 56.4637 59.1947 56.4884C59.2507 56.5132 59.2993 56.5519 59.3358 56.601C59.3724 56.65 59.3956 56.7076 59.4033 56.7682L60.2816 64.1894C60.2885 64.2508 60.2792 64.313 60.2547 64.3697C60.2302 64.4265 60.1913 64.4758 60.1418 64.513C60.0924 64.5501 60.0341 64.5736 59.9727 64.5813C59.9114 64.589 59.8491 64.5806 59.792 64.5569Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M342.146 35.4952C341.419 35.5729 340.69 35.3612 340.117 34.9059C339.545 34.4506 339.175 33.7884 339.088 33.0625L338.164 25.1829C338.086 24.4559 338.298 23.7274 338.754 23.1553C339.21 22.5832 339.873 22.2135 340.6 22.126L351.206 20.8813L351.548 23.7958L341.688 24.9584L341.075 25.03L341.146 25.6422L341.89 32.0018L341.961 32.6141L342.578 32.5415L352.435 31.3847L352.783 34.2982L342.146 35.4952Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M356.953 33.7551L355.708 23.1206C355.63 22.3936 355.842 21.6651 356.298 21.093C356.754 20.5209 357.417 20.1512 358.144 20.0637L366.012 19.1413C366.743 19.0593 367.478 19.2673 368.057 19.7206C368.636 20.1739 369.013 20.8362 369.109 21.5651L370.354 32.1998L367.435 32.5389L366.94 28.2275L359.35 29.1207L359.845 33.432L356.953 33.7551ZM358.992 26.2047L366.582 25.3115L366.273 22.6535L366.201 22.0365L365.584 22.114L359.223 22.8582L358.61 22.9298L358.683 23.5467L358.992 26.2047Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M377.41 31.35C376.682 31.4277 375.953 31.216 375.381 30.7607C374.808 30.3054 374.438 29.6432 374.351 28.9173L373.107 18.2874L375.99 17.9465L377.149 27.8176L377.22 28.4298L377.833 28.3584L384.199 27.613L384.811 27.5367L384.739 26.9245L383.58 17.0534L386.499 16.7142L387.743 27.3441C387.79 27.7064 387.763 28.0746 387.662 28.4258C387.56 28.7771 387.388 29.1037 387.155 29.3856C386.934 29.6734 386.656 29.9135 386.339 30.0913C386.022 30.269 385.672 30.3808 385.311 30.4199L377.41 31.35Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M396.918 29.054L395.688 18.5706L390.441 19.1876L390.098 16.273L403.49 14.6797L403.833 17.5943L398.586 18.2112L399.817 28.6946L396.918 29.054Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M408.622 27.6805L407.034 14.3013L409.879 13.969L411.468 27.3484L408.622 27.6805Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M417.623 26.6216C416.896 26.7017 416.166 26.4915 415.594 26.0368C415.021 25.582 414.651 24.9196 414.565 24.1937L413.64 16.3093C413.56 15.5827 413.771 14.8539 414.227 14.2816C414.682 13.7092 415.345 13.3397 416.072 13.2536L423.963 12.321C424.323 12.2766 424.688 12.3056 425.036 12.4061C425.385 12.5066 425.71 12.6766 425.99 12.9059C426.283 13.124 426.527 13.4006 426.707 13.7182C426.887 14.0357 426.999 14.3872 427.035 14.7503L427.961 22.6347C428.037 23.3606 427.824 24.0873 427.37 24.6588C426.915 25.2302 426.254 25.6007 425.529 25.6905L417.623 26.6216ZM418.027 23.6344L424.393 22.8891L425.006 22.8175L424.934 22.2005L424.187 15.8466L424.115 15.2344L423.503 15.306L417.142 16.0503L416.524 16.1229L416.596 16.7398L417.343 23.0937L417.415 23.706L418.027 23.6344Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M432.547 24.8696L430.958 11.4902L433.934 11.1427L442.477 19.1805L441.418 10.2641L444.335 9.9203L445.924 23.2995L442.948 23.647L434.358 15.5754L435.425 24.5297L432.547 24.8696Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M333.733 34.7024L323.941 22.2877C323.843 22.1578 323.713 22.0558 323.563 21.9922C323.413 21.9287 323.249 21.9058 323.088 21.9257L320.705 22.206C320.543 22.2251 320.389 22.2866 320.258 22.3842C320.127 22.4819 320.024 22.6123 319.96 22.7623L313.529 37.5779C313.468 37.7186 313.442 37.8723 313.455 38.0252C313.467 38.1782 313.518 38.3256 313.601 38.4543L314.669 39.7696C314.763 39.8841 314.885 39.9732 315.022 40.0287C315.16 40.0841 315.309 40.1041 315.456 40.0868L332.403 38.0975C332.574 38.0772 332.736 38.0098 332.871 37.9029C333.006 37.796 333.109 37.6537 333.168 37.492L333.859 35.5761C333.912 35.4314 333.929 35.2757 333.906 35.1232C333.884 34.9706 333.825 34.8261 333.733 34.7024ZM324.801 36.0597C324.813 36.1677 324.782 36.2762 324.715 36.3618C324.648 36.4473 324.55 36.503 324.442 36.5167L322.53 36.7383C322.477 36.7444 322.423 36.74 322.371 36.7252C322.32 36.7104 322.271 36.6857 322.229 36.6523C322.187 36.6189 322.152 36.5775 322.126 36.5305C322.1 36.4836 322.084 36.4321 322.078 36.3788L321.763 33.7171C321.758 33.6759 321.764 33.6341 321.781 33.596C321.797 33.5579 321.824 33.5249 321.857 33.5004C321.891 33.4759 321.93 33.4608 321.971 33.4566C322.013 33.4524 322.054 33.4592 322.092 33.4765L324.415 34.4971C324.48 34.5264 324.537 34.5721 324.579 34.6297C324.621 34.6873 324.648 34.7549 324.656 34.8258L324.801 36.0597ZM324.079 33.4921L321.933 32.5703C321.876 32.5457 321.826 32.5063 321.789 32.4561C321.752 32.4058 321.729 32.3466 321.722 32.2845L321.113 27.1762C321.105 27.1149 321.114 27.0528 321.139 26.9962C321.164 26.9396 321.203 26.8907 321.253 26.8545L323.13 25.4634C323.18 25.4283 323.239 25.4068 323.299 25.4008C323.36 25.3949 323.422 25.4048 323.478 25.4295C323.534 25.4542 323.582 25.493 323.619 25.542C323.655 25.5911 323.679 25.6487 323.686 25.7093L324.564 33.1258C324.571 33.1878 324.562 33.2508 324.537 33.3083C324.513 33.3658 324.473 33.4158 324.423 33.4532C324.373 33.4906 324.314 33.5142 324.252 33.5214C324.19 33.5286 324.127 33.5192 324.069 33.4943L324.079 33.4921Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M188.168 45.3932L187.561 40.2295L192.337 39.6713L192.47 40.7883L188.818 41.2168L188.926 42.1199L191.845 41.7807L191.973 42.8987L189.055 43.2426L189.159 44.1467L192.805 43.7145L192.939 44.8362L188.168 45.3932Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M196.785 44.3828L193.178 39.5721L194.471 39.4184L197.081 42.9175L198.809 38.9114L200.093 38.7599L197.71 44.2992L196.785 44.3828Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M201.444 43.8368L200.837 38.6731L205.611 38.1102L205.744 39.2271L202.098 39.6593L202.202 40.5634L205.119 40.2195L205.253 41.3412L202.335 41.6804L202.439 42.5844L206.086 42.157L206.219 43.2739L201.444 43.8368Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M207.211 43.1597L206.605 38.0007L210.704 37.5189C210.989 37.4822 211.277 37.5598 211.504 37.7345C211.732 37.9092 211.881 38.1669 211.918 38.4512L212.04 39.7802C212.059 39.9193 212.048 40.0608 212.01 40.1958C211.972 40.3309 211.906 40.4565 211.817 40.5652C211.729 40.6769 211.621 40.7703 211.497 40.8399C211.373 40.9096 211.237 40.9541 211.096 40.9709L211.049 40.9818L212.325 42.1842L212.372 42.5625L211.22 42.6986L209.592 41.1632L208.135 41.34L208.331 43.0359L207.211 43.1597ZM208.227 40.1811L210.683 39.8938L210.921 39.8638L210.891 39.6262L210.802 38.8734L210.777 38.6348L210.545 38.6884L208.089 38.9756L207.851 39.0055L207.904 39.2376L207.993 39.9905L208.017 40.2245L208.227 40.1811Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M215.535 42.1771L215.306 40.234L212.537 37.2806L213.864 37.1241L215.729 38.9691L217.104 36.7459L218.445 36.586L216.426 40.1103L216.66 42.0522L215.535 42.1771Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M221.424 41.4868L220.95 37.44L218.927 37.6772L218.794 36.5603L223.962 35.9515L224.095 37.0684L222.068 37.3067L222.547 41.3524L221.424 41.4868Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M225.387 41.0215L224.78 35.8578L225.893 35.7257L226.131 37.7514L229.184 37.3911L228.947 35.3654L230.061 35.238L230.663 40.4028L229.554 40.5291L229.317 38.508L226.264 38.8683L226.5 40.8893L225.387 41.0215Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M231.747 40.2724L231.145 35.1076L232.244 34.9787L232.846 40.1436L231.747 40.2724Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M233.746 40.0406L233.139 34.8769L234.287 34.7418L237.584 37.8427L237.184 34.3977L238.308 34.2681L238.915 39.4317L237.767 39.5668L234.451 36.4502L234.859 39.9085L233.746 40.0406Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M241.069 39.1792C240.787 39.2117 240.504 39.131 240.282 38.955C240.059 38.779 239.916 38.5219 239.883 38.2404L239.526 35.1994C239.494 34.9187 239.575 34.6366 239.75 34.4148C239.925 34.193 240.181 34.0495 240.462 34.0156L243.501 33.6586C243.641 33.6392 243.784 33.6488 243.92 33.687C244.056 33.7252 244.182 33.7911 244.292 33.8804C244.403 33.9656 244.496 34.0724 244.566 34.1944C244.635 34.3164 244.679 34.4511 244.695 34.5905L244.752 35.0762L243.624 35.2069L243.58 35.0175L243.556 34.7835L243.317 34.8087L240.862 35.1007L240.623 35.1259L240.653 35.3634L240.94 37.817L240.993 38.0491L241.226 38.0203L243.682 37.7331L243.92 37.7032L243.895 37.4645L243.831 36.9302L242.708 37.0598L242.58 35.9418L244.826 35.6779L245.055 37.6209C245.073 37.7612 245.062 37.9037 245.023 38.0396C244.984 38.1756 244.917 38.3022 244.828 38.4117C244.741 38.5228 244.633 38.6154 244.51 38.6841C244.387 38.7528 244.251 38.7961 244.111 38.8116L241.069 39.1792Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M249.899 38.1397C249.618 38.1719 249.336 38.0917 249.114 37.9166C248.892 37.7416 248.749 37.486 248.715 37.2055L248.658 36.7198L249.766 36.5888L249.808 36.7687L249.861 37.0008L250.099 36.9709L252.555 36.6837L252.788 36.6549L252.764 36.4209L252.709 35.9894L252.684 35.7507L252.446 35.7806L249.704 36.1041C249.422 36.1365 249.139 36.0558 248.917 35.8798C248.695 35.7037 248.551 35.4468 248.519 35.1653L248.398 34.1452C248.366 33.8645 248.446 33.5825 248.622 33.3607C248.797 33.1389 249.053 32.9954 249.334 32.9614L252.378 32.6033C252.519 32.5845 252.662 32.5937 252.8 32.6305C252.937 32.6672 253.066 32.7307 253.179 32.8173C253.291 32.9039 253.386 33.012 253.457 33.1352C253.528 33.2585 253.574 33.3946 253.592 33.5356L253.649 34.0214L252.52 34.1521L252.479 33.9721L252.454 33.7334L252.216 33.7633L249.784 34.0451L249.546 34.075L249.598 34.3024L249.648 34.735L249.702 34.9671L249.935 34.9383L252.691 34.6115C252.831 34.5944 252.973 34.6057 253.108 34.6449C253.243 34.684 253.369 34.7501 253.478 34.8392C253.59 34.9234 253.684 35.03 253.754 35.1522C253.823 35.2744 253.867 35.4096 253.881 35.5494L254.002 36.5693C254.032 36.8504 253.95 37.1321 253.774 37.3536C253.598 37.5752 253.342 37.719 253.062 37.7542L249.899 38.1397Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M256.848 37.3245L256.374 33.2777L254.351 33.515L254.218 32.3981L259.387 31.7892L259.52 32.9061L257.497 33.1434L257.971 37.1902L256.848 37.3245Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M260.835 36.8536L260.354 32.7537C260.333 32.6125 260.342 32.4688 260.378 32.3309C260.414 32.193 260.478 32.0638 260.565 31.9508C260.652 31.8377 260.761 31.7432 260.885 31.6727C261.009 31.6022 261.146 31.5572 261.287 31.5403L264.322 31.1844C264.462 31.1665 264.604 31.1769 264.739 31.215C264.875 31.2532 265.002 31.3182 265.112 31.4062C265.226 31.4907 265.32 31.5978 265.39 31.7209C265.46 31.844 265.503 31.9803 265.517 32.1211L265.999 36.2259L264.871 36.3565L264.676 34.69L261.759 35.0339L261.958 36.6992L260.835 36.8536ZM261.622 33.9429L264.539 33.599L264.422 32.5732L264.393 32.3356L264.155 32.3655L261.699 32.6528L261.471 32.7053L261.495 32.9393L261.622 33.9429Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M267.103 36.1161L266.498 30.9618L270.597 30.4799C270.882 30.4433 271.169 30.5208 271.397 30.6956C271.624 30.8703 271.773 31.1281 271.811 31.4123L271.968 32.7432C271.998 33.0255 271.916 33.3084 271.74 33.531C271.563 33.7537 271.306 33.8984 271.024 33.9339L270.972 33.9459L272.248 35.1483L272.292 35.5324L271.145 35.6674L269.512 34.1331L268.054 34.3098L268.256 36.0046L267.103 36.1161ZM268.12 33.1421L270.576 32.8549L270.808 32.8013L270.783 32.5626L270.694 31.8097L270.664 31.5721L270.426 31.6021L267.994 31.8839L267.766 31.9364L267.792 32.1751L267.88 32.928L267.909 33.1608L268.12 33.1421Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M275.088 35.1815L274.614 31.1348L272.586 31.373L272.458 30.2551L277.624 29.6368L277.753 30.7548L275.73 30.9921L276.204 35.0388L275.088 35.1815Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M280.105 34.5876C279.966 34.6073 279.824 34.5976 279.689 34.5592C279.553 34.5208 279.428 34.4546 279.32 34.3647C279.208 34.2797 279.115 34.173 279.045 34.0509C278.976 33.9289 278.932 33.794 278.916 33.6545L278.859 33.1687L279.972 33.0366L280.015 33.2214L280.044 33.4542L280.278 33.4302L282.733 33.1381L282.971 33.1129L282.942 32.8753L282.892 32.4428L282.868 32.2089L282.629 32.234L279.886 32.5574C279.605 32.5886 279.322 32.5077 279.099 32.3323C278.876 32.1568 278.732 31.9008 278.696 31.6196L278.582 30.6033C278.562 30.4641 278.572 30.3225 278.61 30.1873C278.649 30.0521 278.715 29.9263 278.805 29.8183C278.889 29.7057 278.996 29.6119 279.118 29.5424C279.241 29.473 279.376 29.4295 279.516 29.4147L282.56 29.0568C282.7 29.0401 282.841 29.0516 282.976 29.0907C283.112 29.1298 283.237 29.1956 283.347 29.2843C283.458 29.3693 283.552 29.4761 283.621 29.5982C283.69 29.7202 283.734 29.855 283.75 29.9945L283.807 30.4803L282.679 30.6109L282.637 30.4309L282.612 30.1922L282.374 30.2222L279.942 30.504L279.71 30.5576L279.763 30.7897L279.812 31.2175L279.842 31.455L280.075 31.4262L282.833 31.1043C282.972 31.0858 283.113 31.096 283.249 31.1343C283.384 31.1726 283.509 31.2383 283.618 31.3271C283.73 31.4124 283.823 31.5192 283.892 31.6413C283.962 31.7633 284.006 31.898 284.022 32.0374L284.142 33.0574C284.16 33.197 284.149 33.3388 284.11 33.474C284.07 33.6092 284.004 33.7349 283.914 33.8435C283.829 33.9548 283.722 34.0478 283.599 34.1171C283.477 34.1864 283.343 34.2306 283.203 34.247L280.105 34.5876Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M189.176 54.0021L188.573 48.8373L193.349 48.2791L193.477 49.3972L189.83 49.8247L189.934 50.7287L192.852 50.3896L192.985 51.5065L190.068 51.8504L190.304 53.8714L189.176 54.0021Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M194.632 53.3618L194.032 48.2066L198.131 47.7247C198.414 47.6883 198.701 47.7653 198.928 47.939C199.155 48.1127 199.305 48.3691 199.344 48.6523L199.497 49.9889C199.525 50.2705 199.441 50.5517 199.265 50.773C199.089 50.9944 198.833 51.1386 198.552 51.175L198.505 51.186L199.781 52.3883L199.828 52.7665L198.676 52.9027L197.049 51.3721L195.592 51.5487L195.787 53.2399L194.632 53.3618ZM195.653 50.3869L198.108 50.0949L198.347 50.0697L198.317 49.8322L198.228 49.0793L198.203 48.8406L197.966 48.8705L195.533 49.1522L195.295 49.1823L195.348 49.4097L195.437 50.1624L195.462 50.4012L195.653 50.3869Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M201.901 52.5078C201.76 52.5266 201.617 52.5173 201.479 52.4806C201.342 52.4439 201.213 52.3804 201.1 52.2938C200.987 52.2071 200.893 52.099 200.822 51.9757C200.751 51.8525 200.705 51.7164 200.687 51.5754L200.33 48.5344C200.313 48.3947 200.324 48.253 200.363 48.1178C200.402 47.9826 200.469 47.8568 200.558 47.7483C200.643 47.6363 200.75 47.5431 200.873 47.4744C200.995 47.4058 201.131 47.3632 201.27 47.3495L204.314 46.9914C204.454 46.974 204.595 46.9849 204.73 47.0231C204.865 47.0614 204.991 47.1264 205.1 47.2143C205.212 47.3003 205.305 47.408 205.375 47.5308C205.444 47.6536 205.488 47.7891 205.505 47.9292L205.857 50.9713C205.888 51.2518 205.807 51.5331 205.632 51.7546C205.457 51.9761 205.202 52.12 204.922 52.1551L201.901 52.5078ZM202.055 51.3547L204.511 51.0674L204.748 51.0375L204.72 50.8046L204.433 48.351L204.404 48.1134L204.169 48.1376L201.715 48.4296L201.476 48.4547L201.505 48.6923L201.792 51.1459L201.817 51.3846L202.055 51.3547Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M207.085 51.9002L206.478 46.7366L207.626 46.6014L209.623 48.4808L211.122 46.189L212.279 46.0517L212.886 51.2155L211.768 51.3487L211.358 47.8857L209.832 50.2336L207.795 48.3288L208.203 51.7871L207.085 51.9002Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M217.68 50.6529C217.399 50.6854 217.115 50.6048 216.893 50.4287C216.671 50.2527 216.528 49.9957 216.495 49.7141L216.438 49.2283L217.551 49.0962L217.569 49.2818L217.622 49.5139L217.855 49.4603L220.311 49.1729L220.544 49.1441L220.52 48.9101L220.47 48.4776L220.44 48.2401L220.208 48.2937L217.465 48.617C217.326 48.6348 217.184 48.6237 217.048 48.5846C216.913 48.5454 216.787 48.479 216.679 48.3894C216.567 48.3048 216.473 48.198 216.405 48.0756C216.336 47.9532 216.294 47.8178 216.28 47.6782L216.159 46.6581C216.127 46.3774 216.207 46.0954 216.383 45.8736C216.558 45.6518 216.814 45.5083 217.095 45.4744L220.143 45.1152C220.282 45.0988 220.422 45.1103 220.557 45.1487C220.691 45.1872 220.816 45.2519 220.924 45.3392C221.038 45.4236 221.133 45.5308 221.202 45.6539C221.272 45.777 221.315 45.9134 221.329 46.0541L221.386 46.5399L220.258 46.6705L220.216 46.4905L220.191 46.2518L219.953 46.2817L217.521 46.5635L217.282 46.5887L217.312 46.8263L217.362 47.2588L217.415 47.491L217.653 47.4611L220.41 47.1344C220.549 47.1181 220.69 47.1299 220.824 47.1692C220.958 47.2085 221.083 47.2744 221.192 47.363C221.305 47.4464 221.4 47.5528 221.469 47.6751C221.539 47.7975 221.582 47.9332 221.595 48.0733L221.716 49.0932C221.745 49.3743 221.664 49.6559 221.488 49.8775C221.312 50.0991 221.056 50.243 220.775 50.2782L217.68 50.6529Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M222.592 50.0784L221.984 44.91L226.76 44.3519L226.893 45.4688L223.246 45.8962L223.349 46.8004L226.268 46.4612L226.4 47.5782L223.483 47.9221L223.587 48.8261L227.234 48.3987L227.367 49.5156L222.592 50.0784Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M229.142 49.3057C229 49.3245 228.857 49.3153 228.72 49.2786C228.582 49.2419 228.453 49.1784 228.34 49.0918C228.228 49.0051 228.133 48.8971 228.062 48.7738C227.991 48.6506 227.946 48.5145 227.928 48.3734L227.57 45.3324C227.553 45.1928 227.564 45.0511 227.603 44.9159C227.642 44.7807 227.709 44.6549 227.799 44.5464C227.883 44.4344 227.99 44.3411 228.113 44.2725C228.235 44.2039 228.371 44.1613 228.511 44.1476L232.605 43.6668L232.733 44.7848L228.931 45.233L228.692 45.2582L228.722 45.4958L229.003 47.9257L229.033 48.1633L229.266 48.1345L233.074 47.6899L233.202 48.8078L229.142 49.3057Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M235.054 48.6101C234.914 48.6286 234.771 48.618 234.635 48.5791C234.499 48.5401 234.372 48.4735 234.263 48.3835C234.151 48.2989 234.058 48.192 233.989 48.0696C233.92 47.9472 233.878 47.8119 233.864 47.6722L233.381 43.5675L234.496 43.4401L234.945 47.2482L234.969 47.4822L235.208 47.457L237.664 47.1697L237.901 47.1398L237.872 46.9022L237.427 43.0929L238.551 42.9633L239.033 47.0634C239.069 47.347 238.992 47.6334 238.818 47.8604C238.644 48.0875 238.387 48.2367 238.104 48.2757L235.054 48.6101Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M239.918 48.0416L239.312 42.8827L243.411 42.4009C243.551 42.3829 243.694 42.3937 243.83 42.4327C243.966 42.4716 244.093 42.5379 244.202 42.6274C244.315 42.7112 244.409 42.8177 244.479 42.94C244.548 43.0622 244.592 43.1976 244.606 43.3375L244.763 44.6683C244.781 44.8096 244.771 44.9531 244.734 45.0906C244.697 45.2281 244.633 45.357 244.546 45.4697C244.458 45.5825 244.35 45.6771 244.226 45.7479C244.103 45.8188 243.966 45.8646 243.825 45.8828L243.772 45.8948L245.049 47.0971L245.091 47.4765L243.944 47.6116L242.316 46.0763L240.858 46.2529L241.06 47.9478L239.918 48.0416ZM240.938 45.0619L243.37 44.7802L243.598 44.7277L243.573 44.489L243.484 43.7361L243.455 43.5032L243.216 43.5284L240.784 43.8103L240.551 43.8391L240.576 44.0778L240.665 44.8307L240.695 45.0683L240.938 45.0619Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M245.821 47.3482L245.213 42.1797L246.312 42.0509L246.915 47.2004L245.821 47.3482Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M249.292 46.9365L248.819 42.8944L246.796 43.1317L246.662 42.01L251.832 41.4059L251.964 42.5228L249.942 42.7601L250.416 46.8069L249.292 46.9365Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M255.089 46.2574L254.86 44.3144L252.085 41.3573L253.418 41.2044L255.278 43.0505L256.656 40.8215L257.999 40.6664L255.98 44.1906L256.203 46.1101L255.089 46.2574Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M260.715 45.5978L260.588 44.4845L263.419 40.0443L263.817 39.9925L263.948 41.0999L261.113 45.546L260.715 45.5978Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M268.193 44.7157C268.052 44.7359 267.908 44.7276 267.77 44.6914C267.632 44.6552 267.503 44.5917 267.389 44.5049C267.276 44.418 267.182 44.3095 267.111 44.1856C267.041 44.0617 266.996 43.9249 266.979 43.7833L266.622 40.7423C266.59 40.4607 266.67 40.1778 266.847 39.9556C267.023 39.7335 267.28 39.5902 267.562 39.5574L271.652 39.0778L271.785 40.1947L267.983 40.643L267.744 40.6681L267.769 40.9068L268.054 43.3356L268.079 43.5743L268.312 43.5207L272.12 43.076L272.248 44.1941L268.193 44.7157Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M275.142 43.9006L274.913 41.9576L272.138 39.0005L273.472 38.8476L275.331 40.6937L276.71 38.4646L278.052 38.3095L276.034 41.8338L276.262 43.7768L275.142 43.9006Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M279.878 43.3418C279.597 43.374 279.314 43.2938 279.093 43.1188C278.871 42.9437 278.727 42.6882 278.693 42.4077L278.336 39.3667C278.319 39.2269 278.331 39.0852 278.369 38.9497C278.407 38.8143 278.471 38.6878 278.559 38.5773C278.646 38.4667 278.754 38.3744 278.877 38.3057C279 38.237 279.135 38.1933 279.275 38.1769L283.365 37.6974L283.498 38.8143L279.691 39.2636L279.458 39.2924L279.482 39.5264L279.773 41.9788L279.798 42.2175L280.037 42.1924L283.839 41.7441L283.972 42.861L279.878 43.3418Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M284.712 42.7753L284.106 37.6163L288.205 37.1344C288.345 37.1164 288.488 37.1273 288.624 37.1662C288.76 37.2052 288.886 37.2714 288.996 37.361C289.109 37.445 289.203 37.5515 289.272 37.6737C289.342 37.7959 289.385 37.9313 289.4 38.0712L289.558 39.4068C289.575 39.5457 289.563 39.6865 289.524 39.8209C289.484 39.9552 289.418 40.0802 289.329 40.1881C289.244 40.3016 289.137 40.3961 289.014 40.4658C288.89 40.5355 288.754 40.5788 288.613 40.5927L288.561 40.6047L289.837 41.8071L289.88 42.1865L288.732 42.3215L287.106 40.7909L285.624 40.973L285.824 42.6631L284.712 42.7753ZM285.732 39.7956L288.188 39.5082L288.416 39.4557L288.392 39.2218L288.303 38.4689L288.249 38.2368L288.022 38.2893L285.589 38.5712L285.351 38.5963L285.376 38.835L285.464 39.5879L285.518 39.82L285.732 39.7956Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M290.663 42.0955L290.18 37.9908C290.163 37.8517 290.173 37.7104 290.212 37.5755C290.25 37.4406 290.315 37.3149 290.404 37.2058C290.489 37.0935 290.597 37 290.72 36.9312C290.844 36.8624 290.98 36.8198 291.12 36.806L294.155 36.45C294.296 36.4312 294.439 36.4404 294.577 36.4772C294.714 36.5139 294.843 36.5774 294.956 36.664C295.069 36.7506 295.163 36.8587 295.234 36.9819C295.305 37.1052 295.351 37.2413 295.369 37.3823L295.851 41.4823L294.723 41.6177L294.528 39.9513L291.611 40.2951L291.809 41.9557L290.663 42.0955ZM291.449 39.18L294.367 38.8409L294.245 37.8162L294.22 37.5775L293.981 37.6027L291.527 37.8947L291.288 37.9199L291.317 38.1575L291.449 39.18Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M296.659 41.3707L296.052 36.2069L300.826 35.6441L300.96 36.7658L297.313 37.1932L297.417 38.0974L300.335 37.7582L300.468 38.8752L297.55 39.2142L297.787 41.24L296.659 41.3707Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M303.675 40.5449L303.201 36.4982L301.173 36.7366L301.045 35.6185L306.214 35.0096L306.343 36.1324L304.32 36.3697L304.794 40.4164L303.675 40.5449Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M458.953 16.5812L461.114 16.337C461.207 16.325 461.295 16.289 461.37 16.2323C461.444 16.1757 461.503 16.1006 461.539 16.0144L465.055 7.87376C465.078 7.8209 465.087 7.76272 465.081 7.70521C465.075 7.64771 465.053 7.59297 465.018 7.54658C464.984 7.5002 464.937 7.4638 464.884 7.44126C464.831 7.41872 464.772 7.41079 464.715 7.41827L462.609 7.66467C462.517 7.67842 462.43 7.71521 462.355 7.7716C462.281 7.82798 462.222 7.90212 462.184 7.98724L459.913 13.2962C459.89 13.3483 459.854 13.3935 459.808 13.4273C459.762 13.461 459.708 13.4823 459.652 13.4888C459.595 13.4953 459.538 13.4868 459.485 13.4643C459.433 13.4418 459.388 13.406 459.353 13.3604L455.901 8.72349C455.844 8.64639 455.767 8.58594 455.678 8.54848C455.59 8.51102 455.493 8.49796 455.398 8.51046L453.389 8.74433C453.333 8.75151 453.281 8.77311 453.236 8.80689C453.191 8.84066 453.156 8.88546 453.134 8.93691C453.112 8.98836 453.104 9.04468 453.111 9.10021C453.117 9.15574 453.138 9.20862 453.172 9.25356L458.473 16.3627C458.528 16.4364 458.601 16.4951 458.685 16.5333C458.769 16.5715 458.861 16.5879 458.953 16.5812Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M456.774 24.8225L457.019 26.9864C457.031 27.0788 457.068 27.1664 457.124 27.2408C457.181 27.3151 457.256 27.3737 457.341 27.4108L465.487 30.915C465.539 30.9402 465.597 30.9506 465.655 30.9453C465.713 30.9399 465.769 30.9189 465.816 30.8845C465.863 30.8501 465.899 30.8036 465.922 30.75C465.945 30.6964 465.952 30.6376 465.944 30.58L465.697 28.4715C465.685 28.3789 465.648 28.2911 465.592 28.2167C465.535 28.1423 465.46 28.0838 465.374 28.047L460.066 25.7792C460.013 25.7572 459.967 25.7215 459.932 25.6757C459.897 25.6298 459.874 25.5755 459.867 25.5183C459.86 25.4611 459.868 25.403 459.891 25.35C459.914 25.297 459.95 25.2509 459.996 25.2166L464.64 21.7701C464.717 21.7119 464.777 21.6349 464.816 21.5465C464.854 21.4582 464.869 21.3614 464.858 21.2657L464.62 19.26C464.614 19.2039 464.593 19.1505 464.56 19.1052C464.526 19.0598 464.481 19.0242 464.429 19.0017C464.377 18.9793 464.321 18.9709 464.265 18.9773C464.209 18.9838 464.155 19.0049 464.11 19.0385L456.992 24.3382C456.918 24.3946 456.86 24.4683 456.822 24.5529C456.784 24.6374 456.767 24.7301 456.774 24.8225Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M40.4383 62.3268L40.1937 60.1628C40.1817 60.07 40.1457 59.982 40.089 59.9075C40.0324 59.833 39.9573 59.7747 39.871 59.7383L31.7245 56.2295C31.6716 56.206 31.6133 56.197 31.5557 56.2034C31.4982 56.2098 31.4433 56.2314 31.3969 56.266C31.3505 56.3006 31.3141 56.3469 31.2915 56.4002C31.2689 56.4535 31.261 56.5119 31.2685 56.5692L31.5141 58.6729C31.5279 58.7651 31.5646 58.8524 31.621 58.9266C31.6774 59.0008 31.7516 59.0595 31.8368 59.0974L37.1496 61.3641C37.2017 61.387 37.2469 61.4233 37.2807 61.4691C37.3145 61.5149 37.3358 61.5688 37.3423 61.6253C37.3487 61.6819 37.3402 61.7391 37.3177 61.7914C37.2951 61.8437 37.2592 61.8891 37.2136 61.9232L32.571 65.3744C32.4938 65.4318 32.4332 65.5086 32.3957 65.5971C32.3582 65.6856 32.3449 65.7824 32.3574 65.8777L32.5908 67.8846C32.5984 67.9399 32.6202 67.9923 32.654 68.0367C32.6878 68.0812 32.7324 68.1163 32.7837 68.1385C32.835 68.1607 32.8912 68.1694 32.9468 68.1637C33.0024 68.158 33.0556 68.1382 33.1013 68.106L40.2182 62.8016C40.2915 62.7469 40.3499 62.6749 40.3884 62.592C40.4268 62.5091 40.444 62.4179 40.4383 62.3268Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M21.4591 67.6939L23.6261 67.4533C23.7184 67.4395 23.8057 67.4028 23.88 67.3464C23.9542 67.29 24.0131 67.2157 24.0511 67.1306L27.5657 58.9852C27.5893 58.9323 27.5983 58.8742 27.5919 58.8167C27.5855 58.7591 27.5639 58.7044 27.5293 58.658C27.4947 58.6116 27.4484 58.5753 27.3951 58.5528C27.3417 58.5303 27.2833 58.5223 27.2259 58.5298L25.1201 58.7761C25.0278 58.7899 24.9405 58.8267 24.8663 58.883C24.792 58.9394 24.7331 59.0137 24.6951 59.0988L22.4239 64.4076C22.4022 64.4609 22.3665 64.5073 22.3206 64.5421C22.2747 64.5769 22.2203 64.5987 22.1631 64.6052C22.1059 64.6118 22.048 64.6029 21.9955 64.5795C21.9429 64.556 21.8977 64.5189 21.8644 64.4719L18.4121 59.835C18.3541 59.7586 18.2771 59.6988 18.1887 59.6614C18.1003 59.624 18.0037 59.6104 17.9084 59.6219L15.9008 59.8606C15.8446 59.8664 15.7908 59.8871 15.7453 59.9207C15.6998 59.9542 15.6641 59.9992 15.6419 60.0512C15.6197 60.1032 15.6119 60.1602 15.6193 60.2163C15.6266 60.2723 15.6489 60.3252 15.6837 60.3697L20.9838 67.4741C21.0372 67.5487 21.1091 67.6082 21.1924 67.6467C21.2757 67.6852 21.3676 67.7015 21.4591 67.6939Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M38.2642 70.567L36.0982 70.8123C36.0053 70.8242 35.9172 70.8602 35.8426 70.9168C35.768 70.9734 35.7096 71.0487 35.6732 71.1349L32.1576 79.2755C32.1341 79.3284 32.125 79.3866 32.1314 79.4441C32.1378 79.5016 32.1594 79.5563 32.194 79.6027C32.2286 79.6491 32.2749 79.6855 32.3283 79.708C32.3816 79.7306 32.44 79.7385 32.4975 79.731L34.6031 79.4846C34.6954 79.4709 34.7828 79.4341 34.8571 79.3777C34.9314 79.3213 34.9901 79.2472 35.0281 79.1621L37.2993 73.8531C37.3222 73.801 37.3585 73.7558 37.4044 73.722C37.4502 73.6882 37.5042 73.667 37.5608 73.6605C37.6174 73.654 37.6747 73.6624 37.727 73.685C37.7793 73.7075 37.8248 73.7433 37.8589 73.7889L41.3112 78.4258C41.3685 78.5029 41.4454 78.5632 41.534 78.6007C41.6225 78.6381 41.7194 78.6513 41.8148 78.6388L43.8236 78.4049C43.8798 78.3981 43.9332 78.3764 43.9784 78.3423C44.0236 78.3082 44.0588 78.2627 44.0808 78.2105C44.1027 78.1583 44.1105 78.1014 44.1033 78.0452C44.096 77.9891 44.0741 77.9359 44.0396 77.891L38.7394 70.7866C38.6853 70.7127 38.6134 70.6538 38.5302 70.6154C38.4471 70.5769 38.3556 70.5603 38.2642 70.567Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M19.285 75.9341L19.5296 78.098C19.5424 78.1905 19.5788 78.2781 19.6353 78.3524C19.6918 78.4267 19.7665 78.4853 19.8522 78.5225L27.9987 82.0314C28.0516 82.0549 28.1099 82.0639 28.1674 82.0575C28.225 82.0511 28.2798 82.0294 28.3262 81.9948C28.3727 81.9602 28.4091 81.9139 28.4317 81.8606C28.4543 81.8073 28.4622 81.749 28.4548 81.6917L28.2091 79.5879C28.1962 79.4954 28.1598 79.4078 28.1033 79.3335C28.0468 79.2591 27.9721 79.2006 27.8864 79.1634L22.5736 76.8967C22.5215 76.8738 22.4762 76.8377 22.4424 76.7918C22.4086 76.746 22.3875 76.6922 22.381 76.6356C22.3745 76.5791 22.3829 76.5218 22.4055 76.4695C22.428 76.4173 22.4639 76.3718 22.5095 76.3377L27.1523 72.8865C27.2295 72.8291 27.2899 72.7522 27.3274 72.6637C27.3649 72.5752 27.3782 72.4784 27.3657 72.3831L27.1324 70.3764C27.1252 70.3209 27.1037 70.2682 27.07 70.2236C27.0362 70.1791 26.9913 70.1441 26.9399 70.1222C26.8884 70.1003 26.832 70.0922 26.7764 70.0988C26.7208 70.1053 26.6679 70.1263 26.6229 70.1595L19.505 75.4592C19.4317 75.5139 19.3732 75.5859 19.3347 75.6688C19.2963 75.7517 19.2793 75.843 19.285 75.9341Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M46.8741 74.6774L47.1846 77.3L49.0022 79.7446L51.6569 79.4314L48.0074 74.5456L46.8741 74.6774Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M51.7859 74.1028L55.4212 78.9918L58.076 78.6787L54.4264 73.7929L51.7859 74.1028Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M58.2039 73.3455L61.8392 78.2345L64.495 77.9261L60.8443 73.0356L58.2039 73.3455Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M64.6229 72.5928L68.2582 77.4818L70.9129 77.1687L67.2634 72.2829L64.6229 72.5928Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M71.0419 71.8401L74.6773 76.7292L77.332 76.416L73.6872 71.5291L71.0419 71.8401Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M77.4599 71.0828L81.0999 75.9707L83.7557 75.6623L80.1051 70.7718L77.4599 71.0828Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M83.8789 70.33L87.5189 75.2179L90.1736 74.9047L86.5241 70.019L83.8789 70.33Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M90.2979 69.5773L93.938 74.4652L96.5927 74.1521L92.9432 69.2663L90.2979 69.5773Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M96.7159 68.8199L100.356 73.7079L103.012 73.3995L99.3611 68.509L96.7159 68.8199Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M103.14 68.0662L106.775 72.9552L109.43 72.642L105.78 67.7563L103.14 68.0662Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M109.559 67.3135L113.194 72.2025L115.849 71.8894L112.198 66.9988L109.559 67.3135Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M115.977 66.5562L119.612 71.4452L122.267 71.132L118.622 66.2452L115.977 66.5562Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M122.396 65.8033L126.031 70.6924L128.686 70.3792L125.041 65.4924L122.396 65.8033Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M128.814 65.046L132.45 69.9398L135.105 69.6266L131.459 64.735L128.814 65.046Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M135.233 64.2933L138.873 69.1813L141.527 68.8681L137.878 63.9823L135.233 64.2933Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M141.652 63.5408L145.292 68.4287L147.946 68.1156L144.297 63.2298L141.652 63.5408Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M148.07 62.7833L151.711 67.676L154.365 67.3629L150.715 62.4723L148.07 62.7833Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M154.493 62.0295L158.129 66.9186L160.783 66.6054L157.134 61.7196L154.493 62.0295Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M160.912 61.2769L164.548 66.1659L167.202 65.8527L163.553 60.967L160.912 61.2769Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M167.33 60.5194L170.967 65.4132L173.621 65.1L169.971 60.2095L167.33 60.5194Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M173.749 59.7668L177.385 64.6559L180.039 64.3427L176.395 59.4558L173.749 59.7668Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M180.168 59.0142L183.808 63.9021L186.458 63.59L182.814 58.7032L180.168 59.0142Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M186.586 58.2568L190.226 63.1448L192.882 62.8364L189.232 57.9458L186.586 58.2568Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M193.005 57.504L196.645 62.392L199.3 62.0788L195.651 57.193L193.005 57.504Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M199.424 56.7513L203.064 61.6393L205.719 61.3261L202.07 56.4403L199.424 56.7513Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M205.847 55.9929L209.482 60.882L212.138 60.5735L208.488 55.683L205.847 55.9929Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M212.266 55.2402L215.901 60.1293L218.556 59.8161L214.907 54.9303L212.266 55.2402Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M218.684 54.4829L222.32 59.3767L224.975 59.0635L221.33 54.1767L218.684 54.4829Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M225.103 53.7302L228.738 58.6193L231.393 58.3061L227.748 53.4192L225.103 53.7302Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M231.522 52.9774L235.162 57.8654L237.812 57.5533L234.167 52.6664L231.522 52.9774Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M237.94 52.2201L241.581 57.1128L244.236 56.7996L240.586 51.9138L237.94 52.2201Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M244.359 51.4674L247.999 56.3554L250.655 56.0469L247.004 51.1564L244.359 51.4674Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M250.778 50.7147L254.418 55.6027L257.073 55.2895L253.423 50.4037L250.778 50.7147Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M257.196 49.9574L260.837 54.8501L263.492 54.5369L259.841 49.6464L257.196 49.9574Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M263.62 49.2036L267.255 54.0927L269.91 53.7795L266.26 48.8937L263.62 49.2036Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M270.039 48.4509L273.674 53.34L276.329 53.0268L272.679 48.141L270.039 48.4509Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M276.457 47.6935L280.092 52.5825L282.748 52.2741L279.102 47.3825L276.457 47.6935Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M282.876 46.9408L286.511 51.8299L289.166 51.5167L285.521 46.6298L282.876 46.9408Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M289.295 46.1882L292.935 51.0762L295.59 50.763L291.94 45.8772L289.295 46.1882Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M295.713 45.4308L299.354 50.3235L302.009 50.0103L298.358 45.1198L295.713 45.4308Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M302.132 44.6782L305.772 49.5662L308.427 49.253L304.777 44.3672L302.132 44.6782Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M308.551 43.9254L312.191 48.8134L314.846 48.5002L311.196 43.6144L308.551 43.9254Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M314.973 43.1669L318.609 48.0559L321.265 47.7475L317.614 42.857L314.973 43.1669Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M321.393 42.4143L325.028 47.3034L327.683 46.9902L324.033 42.1044L321.393 42.4143Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M327.812 41.6616L331.447 46.5507L334.102 46.2375L330.457 41.3506L327.812 41.6616Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M334.23 40.9043L337.865 45.7934L340.521 45.4849L336.875 40.5933L334.23 40.9043Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M340.649 40.1515L344.289 45.0395L346.939 44.7274L343.294 39.8405L340.649 40.1515Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M347.068 39.3988L350.708 44.2868L353.362 43.9736L349.712 39.0831L347.068 39.3988Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M353.485 38.6415L357.126 43.5295L359.781 43.221L356.131 38.3305L353.485 38.6415Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M359.904 37.8888L363.545 42.7768L366.199 42.4636L362.55 37.5778L359.904 37.8888Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M366.327 37.1304L369.964 42.0242L372.618 41.711L368.968 36.8205L366.327 37.1304Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M372.746 36.3777L376.382 41.2668L379.037 40.9583L375.387 36.0678L372.746 36.3777Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M379.165 35.6249L382.801 40.5139L385.455 40.2008L381.811 35.3139L379.165 35.6249Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M385.583 34.8676L389.219 39.7566L391.874 39.4482L388.228 34.5566L385.583 34.8676Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M392.002 34.1149L395.642 39.0028L398.292 38.6907L394.647 33.8039L392.002 34.1149Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M398.421 33.3622L402.061 38.2502L404.716 37.937L401.066 33.0512L398.421 33.3622Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M404.839 32.6049L408.479 37.4928L411.135 37.1844L407.484 32.2939L404.839 32.6049Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M411.258 31.8522L414.898 36.7402L417.553 36.427L413.903 31.5412L411.258 31.8522Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M417.682 31.0984L421.317 35.9875L423.972 35.6743L420.322 30.7885L417.682 31.0984Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M424.1 30.3409L427.735 35.23L430.391 34.9216L426.74 30.031L424.1 30.3409Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M430.519 29.5884L434.154 34.4775L436.809 34.1643L433.164 29.2774L430.519 29.5884Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M436.938 28.8357L440.573 33.7248L443.228 33.4116L439.583 28.5247L436.938 28.8357Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M443.356 28.0782L446.991 32.9673L449.647 32.6589L446.001 27.7673L443.356 28.0782Z%27 fill=%27%23221C35%27/%3E%3Cpath d=%27M451.909 27.0727L449.775 27.3257L452.345 30.7791L451.909 27.0727Z%27 fill=%27%23221C35%27/%3E%3Cdefs%3E%3CclipPath id=%27clip0_3901_6850%27%3E%3Crect width=%27474.683%27 height=%2782.8969%27 fill=%27white%27 transform=%27translate%28-9.79987 6.96411%29 rotate%282.1347%29%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.behind-banner{display:block;background-position:center;background-repeat:no-repeat;position:absolute;z-index:5;bottom:100px;width:464px;height:52px;background-image:url("data:image/svg+xml,%3Csvg width=%27463%27 height=%2752%27 viewBox=%270 0 463 52%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0_3623_4946%29%27%3E%3Cpath d=%27M464.412 4.60798L-21.7154 15.017L-21.0175 47.5072L465.11 37.0982L464.412 4.60798Z%27 fill=%27%23CC4747%27/%3E%3Cpath d=%27M45.1828 32.6287C44.4296 32.6425 43.7016 32.3532 43.1576 31.8237C42.6135 31.2943 42.2974 30.5678 42.2782 29.8023L42.1025 21.5262C42.0918 20.7605 42.3782 20.0213 42.8997 19.4686C43.4212 18.9158 44.1359 18.5941 44.8889 18.573L55.8365 18.3308L55.8992 21.3754L45.7204 21.5991L45.0865 21.5934L45.0808 22.2377L45.2209 28.9154L45.2151 29.5596L45.849 29.5653L56.0327 29.3416L56.0954 32.3861L45.1828 32.6287Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M60.4683 32.2932L60.2385 21.1299C60.2239 20.3645 60.5084 19.6243 61.0298 19.0716C61.5512 18.519 62.2669 18.199 63.0199 18.1819L71.142 18.0007C71.5171 17.9872 71.8909 18.0515 72.2407 18.1899C72.5904 18.3282 72.9087 18.5376 73.1761 18.8052C73.4555 19.0634 73.679 19.3778 73.8322 19.7285C73.9855 20.0793 74.0652 20.4587 74.0664 20.8425L74.3011 32.0058L71.3059 32.0704L71.2065 27.5442L63.374 27.7178L63.4683 32.2439L60.4683 32.2932ZM63.2865 24.6527L71.124 24.4842L71.0692 21.6883L71.0749 21.0441L70.4411 21.0384L63.8716 21.1827L63.2378 21.177L63.232 21.8213L63.2865 24.6527Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M81.5797 31.8323C80.8265 31.8461 80.0986 31.5569 79.5545 31.0275C79.0105 30.498 78.6944 29.7715 78.6751 29.006L78.4404 17.8427L81.4356 17.778L81.6526 28.1448L81.6468 28.7889L82.2807 28.7946L88.8502 28.6503L89.484 28.656L89.4897 28.0117L89.2728 17.6451L92.268 17.5805L92.5028 28.7439C92.5171 29.1254 92.453 29.5057 92.315 29.8608C92.1769 30.2159 91.9678 30.5379 91.7008 30.8065C91.4445 31.0866 91.1344 31.3101 90.7896 31.4633C90.4448 31.6164 90.0727 31.6959 89.6964 31.6968L81.5797 31.8323Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M101.728 31.388L101.496 20.377L96.0802 20.4961L96.0174 17.4516L109.845 17.1488L109.908 20.1933L104.492 20.3124L104.723 31.3235L101.728 31.388Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M113.808 31.1256L113.515 17.0649L116.455 16.9999L116.749 31.0605L113.808 31.1256Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M123.104 30.9195C122.35 30.9346 121.622 30.6455 121.079 30.1156C120.535 29.5858 120.221 28.8585 120.204 28.0931L120.028 19.817C120.012 19.0507 120.296 18.3091 120.818 17.7553C121.339 17.2016 122.056 16.8809 122.81 16.8637L130.957 16.6828C131.329 16.6723 131.699 16.7381 132.045 16.8763C132.391 17.0145 132.706 17.2223 132.971 17.4872C133.25 17.7457 133.472 18.0604 133.624 18.4112C133.777 18.7619 133.856 19.1409 133.856 19.5244L134.032 27.8056C134.045 28.1861 133.98 28.5652 133.842 28.9192C133.704 29.2733 133.496 29.5947 133.23 29.8633C132.976 30.1405 132.67 30.3628 132.33 30.5167C131.99 30.6706 131.623 30.7529 131.25 30.7587L123.104 30.9195ZM123.81 27.8564L130.379 27.712L131.013 27.7177L131.019 27.0734L130.879 20.3958L130.885 19.7566L130.251 19.7509L123.681 19.8953L123.047 19.8897L123.042 20.5338L123.182 27.2116L123.176 27.8558L123.81 27.8564Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M138.489 30.5798L138.195 16.5242L141.27 16.4553L149.204 25.658L149.008 16.2859L152.003 16.2212L152.297 30.277L149.227 30.3459L141.289 21.133L141.484 30.5406L138.489 30.5798Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M36.6677 30.9748L27.8874 17.1072C27.8005 16.9624 27.6776 16.8433 27.5312 16.7618C27.3848 16.6804 27.2199 16.6394 27.053 16.6431L24.592 16.6973C24.4252 16.7006 24.2622 16.7486 24.1194 16.8364C23.9767 16.9242 23.8592 17.0487 23.7789 17.1974L15.7613 31.95C15.6862 32.0907 15.6462 32.248 15.6448 32.4081C15.6433 32.5682 15.6805 32.7261 15.7531 32.8682L16.7134 34.3378C16.7972 34.4681 16.9124 34.5744 17.048 34.6466C17.1836 34.7189 17.3351 34.7547 17.4882 34.7506L34.9604 34.3637C35.1371 34.3594 35.3093 34.3058 35.4581 34.2087C35.6068 34.1116 35.7265 33.9748 35.8039 33.8132L36.6945 31.8933C36.7651 31.7499 36.7997 31.5909 36.795 31.4306C36.7903 31.2703 36.7466 31.1136 36.6677 30.9748ZM27.4196 31.4959C27.4213 31.6095 27.3788 31.7191 27.3015 31.801C27.2241 31.883 27.118 31.9307 27.0064 31.9337L25.0345 31.9769C24.9795 31.9777 24.9248 31.9676 24.8736 31.947C24.8224 31.9263 24.7757 31.8957 24.7362 31.8567C24.6967 31.8177 24.6652 31.7711 24.6434 31.7197C24.6215 31.6683 24.6099 31.6131 24.6091 31.5572L24.5491 28.7612C24.5489 28.718 24.5597 28.6755 24.5806 28.6378C24.6014 28.6001 24.6317 28.5686 24.6682 28.5464C24.7046 28.5242 24.7461 28.512 24.7886 28.5111C24.8311 28.5102 24.8731 28.5205 24.9104 28.5412L27.1799 29.8348C27.2433 29.871 27.2961 29.9235 27.3332 29.987C27.3703 30.0506 27.3903 30.1231 27.3912 30.197L27.4196 31.4959ZM26.9449 28.7572L24.8441 27.5868C24.7876 27.556 24.7401 27.5105 24.7064 27.4549C24.6727 27.3994 24.6541 27.3358 24.6524 27.2705L24.5305 21.902C24.5307 21.8372 24.5471 21.7735 24.5781 21.717C24.6092 21.6605 24.654 21.6129 24.7082 21.5788L26.7607 20.3187C26.8154 20.2854 26.8778 20.2673 26.9415 20.2661C27.0052 20.265 27.0681 20.2809 27.1239 20.3122C27.1797 20.3435 27.2264 20.3892 27.2594 20.4446C27.2924 20.5 27.3106 20.5633 27.312 20.628L27.482 28.4222C27.482 28.4882 27.4646 28.553 27.4317 28.61C27.3987 28.6669 27.3514 28.7138 27.2946 28.7459C27.2378 28.778 27.1736 28.7941 27.1086 28.7925C27.0437 28.7909 26.9803 28.7716 26.9251 28.7367L26.9449 28.7572Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M318.013 26.6422C317.26 26.656 316.532 26.3667 315.988 25.8373C315.444 25.3078 315.128 24.5813 315.109 23.8158L314.938 15.5347C314.923 14.7692 315.208 14.029 315.729 13.4764C316.251 12.9237 316.966 12.6038 317.719 12.5866L328.667 12.3443L328.73 15.3889L318.551 15.6126L317.917 15.607L317.911 16.2512L318.051 22.9289L318.045 23.5731L318.679 23.5788L328.858 23.3552L328.921 26.3997L318.013 26.6422Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M333.304 26.3069L333.069 15.1436C333.056 14.378 333.341 13.638 333.862 13.0848C334.383 12.5316 335.098 12.2101 335.851 12.1903L343.973 12.0142C344.349 12.0012 344.723 12.0657 345.073 12.204C345.424 12.3423 345.743 12.5515 346.012 12.8188C346.29 13.0776 346.512 13.3923 346.665 13.7429C346.817 14.0936 346.896 14.4726 346.897 14.856L347.132 26.0194L344.137 26.0839L344.042 21.5527L336.205 21.7262L336.299 26.2575L333.304 26.3069ZM336.122 18.6663L343.955 18.4927L343.9 15.7019L343.906 15.0576L343.272 15.0519L336.702 15.1963L336.068 15.1907L336.063 15.8348L336.122 18.6663Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M354.43 25.841C353.677 25.8548 352.949 25.5655 352.405 25.0361C351.861 24.5067 351.545 23.7801 351.526 23.0146L351.291 11.8513L354.286 11.7868L354.503 22.1534L354.497 22.7977L355.131 22.8033L361.701 22.6589L362.335 22.6646L362.34 22.0154L362.123 11.6486L365.119 11.5841L365.353 22.7474C365.359 23.5115 365.071 24.2478 364.55 24.7994C364.03 25.351 363.318 25.6744 362.567 25.7006L354.43 25.841Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M374.558 25.4017L374.327 14.3906L368.911 14.5096L368.848 11.4651L382.676 11.1625L382.744 14.207L377.327 14.326L377.558 25.3371L374.558 25.4017Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M386.639 25.1342L386.345 11.0786L389.285 11.0134L389.579 25.069L386.639 25.1342Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M395.939 24.9279C395.185 24.9416 394.456 24.6517 393.912 24.1212C393.368 23.5906 393.053 22.8627 393.035 22.0964L392.859 13.8203C392.846 13.0547 393.13 12.3148 393.651 11.7616C394.172 11.2084 394.887 10.8869 395.641 10.8671L403.788 10.6913C404.539 10.6827 405.264 10.9738 405.807 11.5021C406.35 12.0304 406.668 12.754 406.692 13.5177L406.863 21.7936C406.877 22.1751 406.813 22.5555 406.675 22.9106C406.537 23.2657 406.328 23.5878 406.061 23.8564C405.807 24.1334 405.501 24.3552 405.161 24.5083C404.821 24.6614 404.453 24.7425 404.081 24.7469L395.939 24.9279ZM396.64 21.8648L403.21 21.7205L403.844 21.7262L403.85 21.0819L403.71 14.4042L403.715 13.76L403.081 13.7543L396.517 13.8986L395.883 13.893L395.877 14.5372L396.017 21.2149L396.012 21.8591L396.64 21.8648Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M411.34 24.5937L411.046 10.5381L414.121 10.469L422.059 19.6718L421.859 10.2997L424.879 10.2302L425.173 24.2909L422.098 24.3548L414.134 15.1163L414.335 24.529L411.34 24.5937Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M309.488 24.9832L300.708 11.1157C300.621 10.9719 300.499 10.8536 300.354 10.7723C300.208 10.6909 300.045 10.6494 299.879 10.6517L297.413 10.7058C297.246 10.7111 297.084 10.7599 296.942 10.8475C296.799 10.9351 296.681 11.0585 296.6 11.2058L288.587 25.9534C288.511 26.0937 288.47 26.2511 288.469 26.4115C288.467 26.5718 288.505 26.73 288.579 26.8716L289.564 28.3466C289.649 28.4749 289.765 28.5794 289.9 28.6506C290.036 28.7218 290.186 28.7574 290.339 28.7542L307.811 28.3725C307.988 28.3692 308.16 28.3152 308.309 28.2169C308.457 28.1187 308.575 27.98 308.649 27.8168L309.545 25.8969C309.61 25.7517 309.639 25.5923 309.63 25.4328C309.62 25.2734 309.571 25.1189 309.488 24.9832ZM300.24 25.5096C300.242 25.5653 300.232 25.6208 300.213 25.6728C300.193 25.7248 300.163 25.7722 300.125 25.8125C300.087 25.8527 300.042 25.885 299.991 25.9073C299.941 25.9295 299.887 25.9413 299.832 25.9421L297.86 25.9855C297.805 25.9877 297.75 25.9787 297.698 25.9589C297.646 25.9391 297.599 25.909 297.559 25.8703C297.519 25.8317 297.487 25.7853 297.464 25.7339C297.442 25.6824 297.43 25.6269 297.43 25.5707L297.37 22.7697C297.37 22.7265 297.38 22.6839 297.401 22.6462C297.422 22.6086 297.452 22.5771 297.489 22.5549C297.525 22.5326 297.567 22.5205 297.609 22.5196C297.652 22.5187 297.694 22.5291 297.731 22.5497L300.001 23.8434C300.064 23.8809 300.118 23.9342 300.155 23.9985C300.193 24.0627 300.214 24.1357 300.217 24.2106L300.24 25.5096ZM299.766 22.7657L297.665 21.5953C297.609 21.5646 297.561 21.519 297.529 21.4634C297.496 21.4077 297.478 21.3441 297.478 21.2791L297.336 15.9306C297.334 15.8654 297.349 15.8008 297.38 15.7432C297.41 15.6857 297.454 15.6372 297.509 15.6024L299.561 14.3473C299.616 14.3128 299.679 14.2937 299.743 14.2919C299.808 14.2901 299.872 14.3057 299.928 14.3371C299.985 14.3686 300.032 14.4147 300.065 14.4709C300.099 14.527 300.117 14.5911 300.117 14.6566L300.282 22.4507C300.28 22.5109 300.263 22.5694 300.233 22.6212C300.202 22.673 300.16 22.7164 300.109 22.7476C300.059 22.7787 300.001 22.7968 299.942 22.7999C299.883 22.8031 299.824 22.7913 299.771 22.7657L299.766 22.7657Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M159.851 21.6179L159.74 16.1939L164.667 16.0857L164.691 17.2578L160.927 17.3409L160.949 18.2898L163.979 18.2255L164.003 19.4026L160.973 19.4669L160.99 20.4156L164.758 20.3326L164.783 21.5098L159.851 21.6179Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M168.747 21.4233L165.54 16.0631L166.878 16.0344L169.199 19.9257L171.351 15.9373L172.679 15.9085L169.705 21.4014L168.747 21.4233Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M173.559 21.3141L173.443 15.8901L178.375 15.7819L178.399 16.9591L174.63 17.0421L174.652 17.9909L177.682 17.9266L177.706 19.0987L174.676 19.1681L174.698 20.1168L178.462 20.0337L178.486 21.2058L173.559 21.3141Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M179.5 21.1843L179.383 15.7705L183.616 15.6764C183.907 15.6734 184.187 15.7856 184.398 15.9892C184.609 16.1928 184.733 16.4717 184.744 16.7669L184.777 18.1674C184.777 18.4633 184.664 18.7478 184.462 18.9608C184.26 19.1738 183.985 19.2987 183.694 19.3093L183.644 19.3088L184.829 20.6689L184.826 21.0696L183.638 21.0944L182.126 19.341L180.599 19.3832L180.638 21.1591L179.5 21.1843ZM180.829 18.1931L183.365 18.1397L183.609 18.1418L183.611 17.8933L183.594 17.1017L183.596 16.8532L183.351 16.851L180.821 16.9044L180.576 16.9023L180.574 17.1508L180.592 17.9424L180.589 18.1909L180.829 18.1931Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M188.106 20.9974L188.064 18.9679L185.524 15.6226L186.896 15.5942L188.614 17.6944L190.241 15.5175L191.624 15.4892L189.222 18.9479L189.264 20.9774L188.106 20.9974Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M194.171 20.8639L194.079 16.617L191.993 16.6593L191.968 15.4873L197.305 15.3674L197.329 16.5446L195.237 16.592L195.329 20.8387L194.171 20.8639Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M198.275 20.7737L198.164 15.3498L199.312 15.3245L199.358 17.4504L202.507 17.3822L202.461 15.2563L203.609 15.231L203.726 20.6549L202.578 20.6802L202.532 18.5543L199.382 18.6225L199.428 20.7485L198.275 20.7737Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M204.844 20.6294L204.733 15.2055L205.866 15.18L205.978 20.6041L204.844 20.6294Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M206.906 20.587L206.79 15.158L207.978 15.133L211.04 18.686L210.963 15.0684L212.126 15.0432L212.242 20.4672L211.054 20.4921L207.977 16.9136L208.054 20.5465L206.906 20.587Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M214.444 20.4208C214.154 20.4261 213.873 20.3141 213.663 20.1094C213.558 20.0085 213.474 19.8871 213.416 19.7523C213.358 19.6176 213.327 19.4722 213.326 19.3251L213.26 16.1336C213.255 15.8383 213.366 15.5531 213.566 15.3395C213.767 15.1259 214.042 15.0011 214.333 14.9918L217.468 14.9233C217.612 14.9194 217.757 14.9449 217.891 14.9984C218.026 15.0519 218.149 15.1323 218.253 15.2347C218.36 15.3338 218.445 15.454 218.504 15.5881C218.563 15.7221 218.594 15.8671 218.596 16.0139L218.591 16.5212L217.428 16.5464L217.43 16.3434L217.432 16.0948L217.188 16.0927L214.652 16.1461L214.407 16.1439L214.405 16.3926L214.457 18.97L214.455 19.2185L214.699 19.2207L217.23 19.1672L217.48 19.1695L217.482 18.9209L217.487 18.3578L216.329 18.383L216.304 17.2059L218.626 17.1556L218.667 19.1851C218.67 19.4813 218.558 19.7667 218.355 19.9795C218.152 20.1922 217.875 20.3153 217.584 20.322L214.444 20.4208Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M223.584 20.2183C223.44 20.2217 223.297 20.1962 223.162 20.1433C223.028 20.0903 222.905 20.011 222.8 19.9097C222.696 19.8084 222.612 19.6872 222.554 19.553C222.496 19.4189 222.465 19.2744 222.461 19.1278L222.466 18.6205L223.614 18.5952L223.612 18.793L223.61 19.0415L223.854 19.0437L226.39 18.9852L226.635 18.9874L226.637 18.7389L226.641 18.2873L226.643 18.0388L226.399 18.0366L223.568 18.0977C223.278 18.102 222.997 17.99 222.787 17.786C222.577 17.582 222.454 17.3023 222.445 17.0071L222.425 15.9366C222.42 15.79 222.444 15.6439 222.497 15.5073C222.55 15.3708 222.63 15.2467 222.731 15.1428C222.83 15.036 222.949 14.9506 223.08 14.8917C223.212 14.8327 223.354 14.8014 223.498 14.7997L226.643 14.7312C226.933 14.7283 227.212 14.8409 227.421 15.0447C227.63 15.2486 227.752 15.5275 227.761 15.8218L227.756 16.3291L226.593 16.3542L226.595 16.1614L226.597 15.9129L226.353 15.9107L223.822 15.9693L223.577 15.9672L223.575 16.2157L223.571 16.6671L223.569 16.9156L223.814 16.9178L226.659 16.857C226.802 16.852 226.946 16.8765 227.08 16.9292C227.214 16.9818 227.336 17.0614 227.44 17.1632C227.547 17.263 227.632 17.3843 227.691 17.5192C227.75 17.6541 227.781 17.7999 227.782 17.9475L227.802 19.0131C227.808 19.1604 227.783 19.3074 227.731 19.4448C227.678 19.5822 227.598 19.7071 227.496 19.8118C227.397 19.9181 227.278 20.0032 227.147 20.0622C227.015 20.1211 226.873 20.1527 226.729 20.1551L223.584 20.2183Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M230.758 20.0592L230.666 15.8123L228.58 15.8597L228.555 14.6825L233.891 14.5678L233.916 15.7399L231.824 15.7872L231.916 20.034L230.758 20.0592Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M234.872 19.9691L234.78 15.6613C234.775 15.5147 234.799 15.3686 234.852 15.232C234.905 15.0954 234.985 14.9713 235.087 14.8676C235.184 14.7592 235.302 14.6726 235.434 14.6135C235.567 14.5544 235.709 14.5241 235.854 14.5244L238.988 14.451C239.133 14.4477 239.277 14.4734 239.412 14.5268C239.547 14.5803 239.67 14.6603 239.774 14.7623C239.881 14.8621 239.967 14.9833 240.026 15.1183C240.084 15.2532 240.115 15.399 240.117 15.5466L240.208 19.8543L239.045 19.8795L239.005 18.129L235.986 18.1984L236.02 19.9438L234.872 19.9691ZM235.961 17.0212L238.956 16.9567L238.936 15.8759L238.938 15.6274L238.698 15.6252L236.163 15.6788L235.918 15.6766L235.916 15.9251L235.961 17.0212Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M241.341 19.8289L241.23 14.4101L245.463 14.321C245.607 14.3155 245.751 14.3402 245.885 14.3938C246.02 14.4474 246.142 14.5287 246.244 14.6324C246.351 14.7312 246.437 14.8513 246.497 14.9853C246.557 15.1194 246.589 15.2645 246.591 15.4117L246.618 16.812C246.623 16.9581 246.598 17.1038 246.544 17.2396C246.491 17.3753 246.41 17.4982 246.307 17.6006C246.209 17.7093 246.09 17.7964 245.957 17.8563C245.824 17.9162 245.681 17.9477 245.535 17.9488L245.485 17.9483L246.671 19.3084L246.668 19.7041L245.484 19.734L243.973 17.9805L242.445 18.0227L242.479 19.7986L241.341 19.8289ZM242.676 16.8377L245.206 16.7842L245.451 16.7864L245.453 16.5379L245.435 15.7463L245.438 15.4673L245.193 15.4651L242.657 15.5185L242.413 15.5163L242.411 15.7598L242.404 16.5512L242.401 16.7997L242.676 16.8377Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M249.583 19.6487L249.496 15.3969L247.405 15.4441L247.38 14.2671L252.716 14.1524L252.741 15.3295L250.654 15.3717L250.741 19.6237L249.583 19.6487Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M254.765 19.5328C254.474 19.5384 254.194 19.4268 253.984 19.2224C253.774 19.018 253.653 18.7374 253.647 18.4422L253.651 17.9349L254.799 17.9096L254.798 18.1025L254.795 18.351L255.04 18.3532L257.571 18.2947L257.815 18.2968L257.817 18.0483L257.821 17.5968L257.824 17.3482L257.579 17.346L254.749 17.4121C254.604 17.4154 254.46 17.3896 254.325 17.3362C254.19 17.2828 254.067 17.2027 253.963 17.1007C253.858 16.9999 253.774 16.8785 253.716 16.7437C253.658 16.6089 253.627 16.4636 253.626 16.3165L253.605 15.2509C253.602 15.1043 253.627 14.9585 253.679 14.8217C253.731 14.685 253.809 14.56 253.909 14.4539C254.009 14.3479 254.128 14.2629 254.26 14.2037C254.392 14.1445 254.534 14.1123 254.678 14.109L257.818 14.0406C258.109 14.0363 258.389 14.1483 258.599 14.3523C258.81 14.5563 258.932 14.836 258.941 15.1312L258.937 15.6385L257.774 15.6635L257.776 15.4658L257.778 15.2172L257.533 15.215L254.997 15.2684L254.753 15.2663L254.751 15.5148L254.747 15.9714L254.744 16.22L254.989 16.2221L257.834 16.1612C257.978 16.156 258.121 16.1811 258.254 16.2347C258.388 16.2883 258.509 16.3692 258.61 16.4726C258.719 16.5693 258.807 16.6892 258.866 16.8237C258.925 16.9583 258.955 17.1044 258.952 17.2518L258.978 18.3223C258.983 18.4694 258.958 18.616 258.905 18.7527C258.851 18.8894 258.77 19.0131 258.666 19.116C258.568 19.2222 258.451 19.3072 258.32 19.3662C258.189 19.4252 258.048 19.4568 257.905 19.4592L254.765 19.5328Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M160.04 30.6601L159.929 25.2362L164.855 25.1279L164.88 26.3L161.116 26.3831L161.138 27.332L164.167 27.2676L164.192 28.4397L161.162 28.509L161.203 30.6349L160.04 30.6601Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M165.676 30.533L165.559 25.119L169.793 25.0249C170.083 25.0219 170.364 25.1341 170.574 25.3377C170.785 25.5413 170.909 25.8203 170.921 26.1156L170.953 27.516C170.956 27.6627 170.93 27.8086 170.876 27.945C170.823 28.0813 170.743 28.2052 170.641 28.3096C170.543 28.4181 170.424 28.505 170.291 28.5649C170.158 28.6248 170.015 28.6565 169.87 28.6579L169.82 28.6574L171.001 30.0173L170.997 30.4181L169.809 30.443L168.297 28.6894L166.77 28.7317L166.809 30.5075L165.676 30.533ZM167.005 27.5416L169.541 27.4882L169.785 27.4903L169.788 27.2418L169.795 26.4555L169.797 26.207L169.552 26.2048L167.022 26.2583L166.772 26.256L166.77 26.5046L166.763 27.2959L166.761 27.5445L167.005 27.5416Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M173.174 30.3715C173.03 30.3767 172.886 30.3519 172.752 30.2983C172.617 30.2448 172.495 30.1637 172.393 30.0602C172.288 29.9601 172.204 29.8395 172.146 29.7056C172.088 29.5717 172.057 29.4273 172.056 29.281L171.989 26.0845C171.984 25.9379 172.008 25.7917 172.061 25.6551C172.114 25.5185 172.194 25.3944 172.296 25.2907C172.394 25.1835 172.513 25.0978 172.644 25.0388C172.776 24.9798 172.919 24.9487 173.063 24.9476L176.202 24.8792C176.346 24.8742 176.489 24.8987 176.624 24.9514C176.758 25.004 176.88 25.0837 176.983 25.1855C177.09 25.2854 177.176 25.4064 177.235 25.5414C177.294 25.6763 177.324 25.8221 177.326 25.9697L177.392 29.1612C177.398 29.3083 177.373 29.4551 177.32 29.5919C177.266 29.7287 177.184 29.8524 177.08 29.9549C176.983 30.0627 176.866 30.1491 176.735 30.209C176.604 30.2689 176.462 30.301 176.319 30.3032L173.174 30.3715ZM173.449 29.1869L175.985 29.1334L176.229 29.1356L176.232 28.887L176.18 26.3147L176.182 26.0661L175.937 26.064L173.402 26.1174L173.157 26.1152L173.155 26.3637L173.207 28.9413L173.204 29.1898L173.449 29.1869Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M178.53 30.252L178.414 24.8279L179.602 24.8031L181.454 26.9553L183.211 24.7237L184.404 24.6988L184.515 30.1227L183.362 30.148L183.285 26.5101L181.493 28.7769L179.601 26.5939L179.679 30.2267L178.53 30.252Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M189.468 30.0147C189.324 30.0179 189.181 29.992 189.047 29.9386C188.913 29.8852 188.791 29.8053 188.687 29.7034C188.581 29.6041 188.497 29.4837 188.438 29.3496C188.38 29.2155 188.35 29.0707 188.35 28.9242L188.354 28.417L189.502 28.3917L189.498 28.8381L189.743 28.8403L192.279 28.7868L192.523 28.789L192.525 28.5404L192.529 28.089L192.532 27.8405L192.287 27.8383L189.452 27.8992C189.308 27.9044 189.164 27.8795 189.03 27.8259C188.895 27.7724 188.773 27.6913 188.671 27.5878C188.566 27.4877 188.482 27.3672 188.424 27.2333C188.366 27.0994 188.335 26.955 188.334 26.8087L188.313 25.7381C188.308 25.592 188.332 25.4463 188.384 25.3098C188.436 25.1734 188.514 25.049 188.615 24.9443C188.713 24.8352 188.832 24.7483 188.965 24.6892C189.098 24.6301 189.241 24.6001 189.386 24.6012L192.526 24.5278C192.817 24.5224 193.098 24.6343 193.307 24.8391C193.413 24.9389 193.497 25.0594 193.556 25.1933C193.615 25.3272 193.647 25.4717 193.649 25.6183L193.645 26.1255L192.482 26.1507L192.484 25.9529L192.486 25.7044L192.241 25.7022L189.706 25.7556L189.461 25.7534L189.459 26.002L189.455 26.4534L189.453 26.7019L189.697 26.7041L192.542 26.6433C192.832 26.6403 193.111 26.7528 193.32 26.9566C193.529 27.1605 193.651 27.4396 193.66 27.7339L193.686 28.8044C193.69 28.9513 193.665 29.0977 193.611 29.2343C193.558 29.3708 193.477 29.4946 193.374 29.5981C193.278 29.7062 193.16 29.7925 193.029 29.8517C192.898 29.9108 192.756 29.9413 192.613 29.9413L189.468 30.0147Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M194.54 29.9028L194.424 24.4787L199.355 24.3707L199.38 25.5426L195.611 25.6257L195.633 26.5746L198.663 26.5103L198.687 27.6823L195.657 27.7517L195.679 28.7005L199.442 28.6174L199.467 29.7946L194.54 29.9028Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M201.299 29.755C201.155 29.7588 201.012 29.7333 200.878 29.6798C200.744 29.6263 200.621 29.5461 200.518 29.4438C200.412 29.3447 200.326 29.2243 200.267 29.0903C200.209 28.9562 200.177 28.8114 200.176 28.6645L200.11 25.468C200.104 25.3214 200.129 25.1752 200.181 25.0386C200.234 24.902 200.314 24.778 200.416 24.6742C200.513 24.5658 200.632 24.4792 200.764 24.4201C200.896 24.361 201.039 24.3307 201.183 24.3311L205.411 24.2369L205.435 25.409L201.507 25.4957L201.262 25.4935L201.26 25.7421L201.317 28.3196L201.315 28.5682L201.559 28.5704L205.488 28.4837L205.512 29.6607L201.299 29.755Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M207.374 29.6216C207.084 29.6269 206.803 29.5149 206.594 29.3102C206.489 29.2101 206.405 29.0895 206.347 28.9556C206.289 28.8217 206.258 28.6773 206.256 28.531L206.165 24.2182L207.313 24.193L207.397 28.1963L207.395 28.4448L207.639 28.447L210.175 28.3936L210.42 28.3958L210.422 28.1472L210.338 24.149L211.501 24.1238L211.592 28.4315C211.595 28.726 211.484 29.0099 211.284 29.2224C211.083 29.4349 210.809 29.5591 210.519 29.5684L207.374 29.6216Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M212.421 29.5093L212.31 24.0905L216.543 24.0014C216.688 23.9964 216.832 24.0214 216.968 24.0749C217.103 24.1285 217.226 24.2093 217.329 24.3127C217.435 24.4118 217.521 24.5322 217.58 24.6662C217.639 24.8003 217.67 24.9451 217.671 25.092L217.699 26.4923C217.703 26.6381 217.678 26.7832 217.625 26.9188C217.573 27.0545 217.493 27.1777 217.392 27.281C217.293 27.3891 217.174 27.4756 217.041 27.5355C216.909 27.5953 216.766 27.6272 216.62 27.6292L216.565 27.6287L217.751 28.9886L217.748 29.3843L216.56 29.4143L215.048 27.6609L213.521 27.6979L213.56 29.4788L212.421 29.5093ZM213.756 26.5181L216.292 26.4595L216.536 26.4616L216.538 26.2131L216.52 25.4215L216.523 25.173L216.278 25.1708L213.742 25.2243L213.498 25.2222L213.496 25.4707L213.488 26.262L213.486 26.5106L213.756 26.5181Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M218.517 29.376L218.405 23.952L219.539 23.9266L219.65 29.3507L218.517 29.376Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M222.106 29.2964L222.014 25.0496L219.923 25.0917L219.898 23.9198L225.239 23.8L225.264 24.9771L223.172 25.0193L223.259 29.2712L222.106 29.2964Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M228.086 29.1672L228.045 27.1377L225.504 23.7973L226.877 23.7639L228.595 25.8693L230.216 23.6922L231.604 23.6589L229.198 27.1226L229.244 29.1522L228.086 29.1672Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M233.897 29.0618L233.873 27.8948L237.2 23.5618L237.609 23.5655L237.634 24.7222L234.306 29.0654L233.897 29.0618Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M241.615 28.8669C241.324 28.8712 241.044 28.7592 240.834 28.5552C240.624 28.3512 240.501 28.0716 240.492 27.7764L240.425 24.5849C240.422 24.4383 240.447 24.2924 240.499 24.1557C240.551 24.0189 240.63 23.8939 240.729 23.7879C240.829 23.6818 240.948 23.5967 241.08 23.5375C241.212 23.4783 241.354 23.4462 241.499 23.4429L245.726 23.3487L245.751 24.5259L241.822 24.6126L241.578 24.6104L241.576 24.8589L241.633 27.4364L241.63 27.685L241.875 27.6871L245.803 27.6005L245.828 28.7776L241.615 28.8669Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M248.808 28.7129L248.766 26.6833L246.226 23.343L247.599 23.3095L249.317 25.415L250.938 23.2379L252.326 23.2046L249.924 26.6683L249.966 28.6978L248.808 28.7129Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M253.681 28.6042C253.536 28.6097 253.393 28.585 253.258 28.5314C253.124 28.4778 253.002 28.3965 252.9 28.2928C252.793 28.194 252.708 28.0737 252.65 27.9395C252.592 27.8053 252.562 27.6603 252.563 27.5137L252.491 24.3171C252.486 24.0219 252.596 23.7364 252.797 23.5233C252.998 23.3103 253.274 23.1869 253.564 23.1802L257.792 23.086L257.817 24.2632L253.888 24.3499L253.644 24.3477L253.642 24.5963L253.698 27.1737L253.696 27.4223L253.941 27.4244L257.869 27.3378L257.894 28.5149L253.681 28.6042Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M258.668 28.4915L258.556 23.0777L262.789 22.9836C262.934 22.9777 263.078 23.0029 263.213 23.0575C263.347 23.112 263.469 23.1946 263.57 23.3001C263.677 23.3983 263.763 23.5176 263.822 23.6507C263.882 23.7838 263.914 23.9278 263.918 24.0741L263.945 25.4745C263.946 25.7708 263.834 26.056 263.632 26.2693C263.429 26.4826 263.153 26.6071 262.862 26.6164L262.812 26.6159L263.997 27.976L263.994 28.3768L262.811 28.4016L261.299 26.6481L259.772 26.6904L259.806 28.4662L258.668 28.4915ZM260.002 25.5002L262.533 25.4468L262.777 25.449L262.78 25.1953L262.762 24.4089L262.764 24.1603L262.519 24.1581L259.984 24.2166L259.739 24.2144L259.737 24.463L259.755 25.2545L259.753 25.5031L260.002 25.5002Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M264.808 28.3586L264.717 24.0508C264.711 23.9042 264.735 23.7578 264.788 23.6211C264.84 23.4844 264.921 23.3605 265.023 23.2571C265.121 23.1487 265.239 23.0619 265.371 23.002C265.503 22.9421 265.645 22.9104 265.79 22.9089L268.925 22.8405C269.07 22.8354 269.214 22.8603 269.349 22.9139C269.484 22.9674 269.607 23.0484 269.71 23.1518C269.817 23.2508 269.902 23.3711 269.961 23.5052C270.02 23.6392 270.051 23.7842 270.053 23.931L270.144 28.2438L268.981 28.269L268.942 26.5185L265.917 26.5879L265.956 28.3333L264.808 28.3586ZM265.892 25.4107L268.917 25.3464L268.897 24.2656L268.899 24.0171L268.655 24.0149L266.119 24.0684L265.875 24.0663L265.872 24.3148L265.892 25.4107Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M271.003 28.221L270.892 22.7971L275.819 22.6889L275.843 23.866L272.079 23.9491L272.096 24.8979L275.131 24.8286L275.155 26.0057L272.12 26.075L272.166 28.196L271.003 28.221Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M278.261 28.0626L278.17 23.8157L276.078 23.863L276.054 22.6859L281.395 22.5662L281.419 23.7433L279.328 23.7906L279.415 28.0373L278.261 28.0626Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M459.005 14.9176L458.966 12.6496C458.968 12.5457 458.943 12.4431 458.892 12.3531C458.84 12.2631 458.766 12.1892 458.676 12.1398L450.705 7.68567C450.654 7.65531 450.595 7.63951 450.536 7.63994C450.476 7.64037 450.417 7.65699 450.366 7.6881C450.315 7.7192 450.273 7.76361 450.244 7.8168C450.216 7.87 450.202 7.92999 450.204 7.99057L450.249 10.2028C450.246 10.3067 450.272 10.4094 450.323 10.4994C450.374 10.5894 450.449 10.6632 450.539 10.7127L455.743 13.6151C455.793 13.6461 455.835 13.69 455.864 13.7423C455.892 13.7946 455.907 13.8536 455.907 13.9135C455.906 13.9734 455.89 14.032 455.861 14.0837C455.831 14.1355 455.789 14.1786 455.738 14.2087L450.664 17.3289C450.579 17.3808 450.509 17.455 450.462 17.5439C450.414 17.6327 450.391 17.7329 450.395 17.8338L450.441 19.9445C450.443 20.0027 450.459 20.0594 450.489 20.109C450.519 20.1587 450.561 20.1997 450.611 20.2278C450.662 20.2559 450.718 20.2702 450.775 20.2694C450.832 20.2685 450.889 20.2525 450.938 20.2229L458.721 15.4223C458.809 15.3724 458.882 15.299 458.932 15.2101C458.982 15.1211 459.008 15.02 459.005 14.9176Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M439.108 18.6108L441.339 18.5698C441.442 18.5725 441.543 18.5464 441.631 18.4944C441.72 18.4424 441.792 18.3665 441.841 18.2751L446.225 10.1975C446.255 10.1451 446.271 10.0854 446.27 10.0248C446.27 9.96418 446.253 9.90485 446.223 9.85284C446.192 9.80082 446.149 9.75803 446.096 9.72897C446.044 9.69991 445.985 9.68563 445.925 9.68756L443.749 9.73403C443.647 9.73244 443.546 9.75902 443.458 9.81094C443.37 9.86286 443.297 9.93822 443.247 10.0289L440.39 15.3198C440.36 15.3711 440.318 15.4136 440.267 15.4429C440.216 15.4723 440.158 15.4874 440.099 15.4869C440.041 15.4864 439.983 15.4702 439.933 15.4399C439.882 15.4097 439.84 15.3665 439.811 15.3146L436.743 10.1585C436.692 10.0718 436.619 10.0008 436.532 9.95273C436.444 9.90465 436.346 9.88124 436.246 9.88516L434.17 9.92756C434.113 9.9307 434.058 9.94849 434.01 9.97915C433.962 10.0098 433.923 10.0523 433.895 10.1028C433.868 10.1533 433.854 10.21 433.854 10.2677C433.854 10.3253 433.868 10.382 433.896 10.4324L438.617 18.3426C438.668 18.4276 438.74 18.4972 438.827 18.5443C438.913 18.5914 439.01 18.6144 439.108 18.6108Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M455.986 23.2621L453.755 23.3031C453.653 23.3004 453.552 23.3265 453.463 23.3785C453.375 23.4306 453.302 23.5066 453.253 23.598L448.869 31.7008C448.84 31.7538 448.826 31.8136 448.828 31.874C448.829 31.9345 448.846 31.9935 448.877 32.0451C448.908 32.0968 448.951 32.1393 449.004 32.1684C449.056 32.1975 449.114 32.212 449.174 32.2108L451.345 32.1643C451.447 32.1643 451.547 32.137 451.635 32.0852C451.723 32.0335 451.796 31.959 451.847 31.8694L454.704 26.5785C454.734 26.5272 454.776 26.4847 454.827 26.4554C454.878 26.426 454.936 26.4109 454.995 26.4114C455.054 26.4119 455.111 26.4281 455.162 26.4584C455.212 26.4886 455.254 26.5318 455.283 26.5837L458.351 31.7398C458.403 31.8258 458.476 31.8962 458.563 31.9442C458.65 31.9922 458.748 32.016 458.848 32.0131L460.924 31.9657C460.981 31.9639 461.037 31.947 461.086 31.9167C461.135 31.8864 461.175 31.8436 461.203 31.7927C461.231 31.7417 461.245 31.6843 461.244 31.6261C461.243 31.5679 461.227 31.5109 461.198 31.4608L456.478 23.5506C456.429 23.4619 456.358 23.3882 456.271 23.3375C456.185 23.2867 456.086 23.2606 455.986 23.2621Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M436.079 26.955L436.119 29.2229C436.116 29.3269 436.142 29.4295 436.193 29.5195C436.244 29.6095 436.319 29.6833 436.409 29.7328L444.379 34.1869C444.431 34.2158 444.49 34.2303 444.55 34.2289C444.609 34.2275 444.667 34.2103 444.718 34.1789C444.769 34.1475 444.811 34.1031 444.839 34.0501C444.868 33.9971 444.882 33.9374 444.881 33.8769L444.836 31.6698C444.837 31.566 444.811 31.4639 444.76 31.3741C444.709 31.2843 444.635 31.2102 444.546 31.1599L439.342 28.2574C439.291 28.2271 439.249 28.1838 439.22 28.1319C439.192 28.08 439.177 28.0213 439.177 27.9617C439.178 27.9021 439.194 27.8437 439.223 27.7923C439.253 27.7409 439.296 27.6983 439.347 27.6689L444.42 24.5487C444.506 24.4968 444.575 24.4226 444.623 24.3338C444.67 24.245 444.693 24.1448 444.689 24.0438L444.648 21.9332C444.645 21.8756 444.628 21.8198 444.598 21.771C444.567 21.7222 444.526 21.6819 444.476 21.6541C444.426 21.6263 444.37 21.6117 444.314 21.6118C444.257 21.6119 444.201 21.6267 444.152 21.6548L436.368 26.4554C436.28 26.5042 436.207 26.5765 436.156 26.6645C436.105 26.7525 436.078 26.8529 436.079 26.955Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M7.38231 24.5032L7.34273 22.2353C7.34543 22.1314 7.31978 22.0287 7.26862 21.9388C7.21745 21.8488 7.14271 21.7749 7.05279 21.7254L-0.917571 17.2712C-0.969774 17.2423 -1.02857 17.2279 -1.08802 17.2293C-1.14747 17.2307 -1.20542 17.2479 -1.25625 17.2793C-1.30707 17.3107 -1.34891 17.3552 -1.37753 17.4082C-1.40616 17.4612 -1.42063 17.5209 -1.41941 17.5813L-1.37417 19.7885C-1.37419 19.8919 -1.3474 19.9934 -1.2965 20.0829C-1.24561 20.1725 -1.17249 20.2468 -1.08435 20.2984L4.12 23.2008C4.17051 23.2311 4.21237 23.2743 4.24121 23.3262C4.27006 23.3781 4.28494 23.4369 4.28441 23.4965C4.28388 23.5562 4.26795 23.6145 4.23818 23.6659C4.20841 23.7173 4.16579 23.7598 4.11475 23.7892L-0.95864 26.9094C-1.04319 26.9621 -1.11255 27.0365 -1.15978 27.1252C-1.20701 27.2138 -1.23045 27.3135 -1.22767 27.4143L-1.18169 29.5251C-1.18001 29.5833 -1.1634 29.6399 -1.13357 29.6896C-1.10374 29.7393 -1.0617 29.7801 -1.01156 29.8082C-0.961431 29.8363 -0.904942 29.8507 -0.84769 29.8498C-0.790438 29.849 -0.734419 29.8331 -0.685103 29.8035L7.09834 25.0029C7.1856 24.9534 7.2581 24.8808 7.30808 24.7929C7.35807 24.7049 7.38372 24.6048 7.38231 24.5032Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M4.3532 32.8578L2.122 32.8987C2.01977 32.896 1.9188 32.9222 1.83024 32.9742C1.74169 33.0263 1.66901 33.1021 1.6203 33.1936L-2.75907 41.2965C-2.78896 41.349 -2.80452 41.4085 -2.80411 41.4691C-2.8037 41.5298 -2.78738 41.5892 -2.75679 41.6412C-2.7262 41.6932 -2.6824 41.736 -2.63008 41.7651C-2.57776 41.7942 -2.51874 41.8084 -2.45914 41.8065L-0.28284 41.7599C-0.18081 41.7615 -0.080275 41.7349 0.00807782 41.683C0.0964306 41.6311 0.169289 41.5558 0.218862 41.4652L3.07592 36.1743C3.10574 36.1229 3.14828 36.0804 3.19935 36.051C3.25042 36.0217 3.30826 36.0065 3.36691 36.0071C3.42556 36.0076 3.483 36.0238 3.53354 36.054C3.58408 36.0842 3.62585 36.1276 3.65475 36.1794L6.72293 41.3355C6.77397 41.4221 6.84706 41.4933 6.93444 41.5413C7.02182 41.5894 7.12026 41.6127 7.21956 41.6088L9.29615 41.5665C9.35279 41.5634 9.40769 41.5456 9.45574 41.5149C9.50379 41.4843 9.54336 41.4417 9.57077 41.3912C9.59817 41.3407 9.61244 41.2839 9.61233 41.2263C9.61221 41.1686 9.59766 41.112 9.57005 41.0617L4.84965 33.1514C4.80166 33.0606 4.7299 32.9852 4.64227 32.9333C4.55464 32.8815 4.45457 32.8554 4.3532 32.8578Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M12.7477 37.9907L12.803 40.7458L14.4207 43.4641L17.1611 43.4023L13.9158 37.9656L12.7477 37.9907Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M17.8147 37.8787L21.05 43.3204L23.7904 43.2586L20.5451 37.8168L17.8147 37.8787Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M24.4391 37.7349L27.6745 43.1715L30.4149 43.1148L27.1696 37.673L24.4391 37.7349Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M31.0686 37.586L34.3039 43.0277L37.0443 42.966L33.799 37.5292L31.0686 37.586Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M37.6931 37.4422L40.9284 42.8839L43.6688 42.8221L40.4235 37.3803L37.6931 37.4422Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M44.3225 37.2985L47.5578 42.7351L50.2982 42.6784L47.0529 37.2366L44.3225 37.2985Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M50.9469 37.1496L54.1823 42.5913L56.9227 42.5295L53.6774 37.0928L50.9469 37.1496Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M57.5764 37.0059L60.8117 42.4476L63.5521 42.3858L60.3068 36.944L57.5764 37.0059Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M64.2058 36.8621L67.4362 42.2987L70.1766 42.242L66.9313 36.8002L64.2058 36.8621Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M70.8303 36.7132L74.0656 42.1549L76.806 42.0931L73.5607 36.6564L70.8303 36.7132Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M77.4547 36.5694L80.695 42.0111L83.4355 41.9493L80.1852 36.5075L77.4547 36.5694Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M84.0841 36.4257L87.3195 41.8623L90.0599 41.8056L86.8146 36.3638L84.0841 36.4257Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M90.7136 36.2768L93.949 41.7185L96.6894 41.6567L93.4391 36.22L90.7136 36.2768Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M97.3381 36.133L100.573 41.5747L103.314 41.5129L100.069 36.0711L97.3381 36.133Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M103.967 35.9893L107.203 41.4259L109.943 41.3692L106.693 35.9274L103.967 35.9893Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M110.592 35.8404L113.827 41.2821L116.568 41.2203L113.322 35.7836L110.592 35.8404Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M117.221 35.6966L120.457 41.1383L123.197 41.0765L119.947 35.6347L117.221 35.6966Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M123.846 35.5528L127.081 40.9894L129.822 40.9327L126.576 35.4909L123.846 35.5528Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M130.475 35.404L133.711 40.8457L136.451 40.7839L133.201 35.3472L130.475 35.404Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M137.1 35.2602L140.335 40.7018L143.076 40.6401L139.83 35.1983L137.1 35.2602Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M143.729 35.1165L146.965 40.5531L149.705 40.4964L146.455 35.0546L143.729 35.1165Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M150.354 34.9675L153.589 40.4092L156.329 40.3474L153.084 34.9107L150.354 34.9675Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M156.983 34.8238L160.218 40.2655L162.959 40.2037L159.709 34.7619L156.983 34.8238Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M163.608 34.68L166.843 40.1166L169.583 40.0599L166.338 34.6181L163.608 34.68Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M170.237 34.5311L173.472 39.9728L176.213 39.911L172.962 34.4743L170.237 34.5311Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M176.861 34.3874L180.097 39.829L182.837 39.7673L179.592 34.3255L176.861 34.3874Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M183.491 34.2436L186.726 39.6802L189.467 39.6235L186.216 34.1817L183.491 34.2436Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M190.115 34.0947L193.351 39.5364L196.091 39.4746L192.846 34.0379L190.115 34.0947Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M196.745 33.951L199.98 39.3927L202.72 39.3309L199.475 33.8891L196.745 33.951Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M203.369 33.8072L206.605 39.2438L209.345 39.1871L206.1 33.7453L203.369 33.8072Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M209.999 33.6583L213.234 39.1L215.974 39.0382L212.729 33.6015L209.999 33.6583Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M216.623 33.5146L219.858 38.9563L222.599 38.8945L219.354 33.4527L216.623 33.5146Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M223.253 33.3708L226.488 38.8074L229.228 38.7507L225.983 33.3089L223.253 33.3708Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M229.877 33.2219L233.112 38.6636L235.858 38.6019L232.607 33.1651L229.877 33.2219Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M236.506 33.0782L239.742 38.5199L242.482 38.4581L239.237 33.0163L236.506 33.0782Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M243.136 32.9344L246.366 38.3709L249.107 38.3142L245.861 32.8725L243.136 32.9344Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M249.76 32.7855L252.996 38.2272L255.736 38.1654L252.491 32.7287L249.76 32.7855Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M256.385 32.6417L259.625 38.0834L262.366 38.0216L259.115 32.5798L256.385 32.6417Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M263.014 32.498L266.25 37.9346L268.99 37.8779L265.745 32.4361L263.014 32.498Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M269.644 32.3491L272.879 37.7908L275.62 37.729L272.369 32.2923L269.644 32.3491Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M276.268 32.2054L279.503 37.6471L282.244 37.5853L278.999 32.1435L276.268 32.2054Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M282.898 32.0616L286.133 37.4982L288.873 37.4415L285.623 31.9997L282.898 32.0616Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M289.522 31.9127L292.757 37.3544L295.498 37.2926L292.253 31.8559L289.522 31.9127Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M296.151 31.769L299.387 37.2106L302.127 37.1489L298.877 31.7071L296.151 31.769Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M302.776 31.6252L306.011 37.0618L308.752 37.0051L305.506 31.5633L302.776 31.6252Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M309.405 31.4763L312.641 36.918L315.381 36.8562L312.131 31.4195L309.405 31.4763Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M316.03 31.3325L319.265 36.7742L322.006 36.7124L318.76 31.2757L316.03 31.3325Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M322.659 31.1888L325.895 36.6254L328.635 36.5687L325.39 31.1269L322.659 31.1888Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M329.284 31.0399L332.519 36.4816L335.259 36.4198L332.014 30.9831L329.284 31.0399Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M335.913 30.8961L339.148 36.3378L341.889 36.276L338.639 30.8393L335.913 30.8961Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M342.538 30.7522L345.773 36.1889L348.513 36.1321L345.268 30.6904L342.538 30.7522Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M349.167 30.6035L352.402 36.0452L355.143 35.9834L351.898 30.5467L349.167 30.6035Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M355.792 30.4596L359.027 35.9013L361.767 35.8395L358.522 30.3978L355.792 30.4596Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M362.421 30.316L365.656 35.7526L368.397 35.6959L365.151 30.2541L362.421 30.316Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M369.045 30.167L372.281 35.6086L375.021 35.5469L371.776 30.1102L369.045 30.167Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M375.675 30.0232L378.91 35.4649L381.651 35.4032L378.405 29.9614L375.675 30.0232Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M382.299 29.8794L385.535 35.3161L388.275 35.2593L385.03 29.8176L382.299 29.8794Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M388.929 29.7307L392.164 35.1724L394.905 35.1106L391.659 29.6739L388.929 29.7307Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M395.553 29.5868L398.789 35.0285L401.534 34.9668L398.284 29.525L395.553 29.5868Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M402.183 29.443L405.418 34.8797L408.158 34.823L404.913 29.3812L402.183 29.443Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M408.812 29.2943L412.042 34.7359L414.783 34.6742L411.538 29.2375L408.812 29.2943Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M415.437 29.1504L418.672 34.5921L421.412 34.5303L418.167 29.0886L415.437 29.1504Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M422.061 29.0066L425.301 34.4433L428.042 34.3866L424.791 28.9448L422.061 29.0066Z%27 fill=%27%23494358%27/%3E%3Cpath d=%27M430.897 28.8116L428.69 28.8578L430.977 32.7032L430.897 28.8116Z%27 fill=%27%23494358%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_3623_4946%27%3E%3Crect width=%27486.98%27 height=%2747.4891%27 fill=%27white%27 transform=%27translate%28-21.5762%29 rotate%280.511399%29%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.pill-dropdown.btn{height:24px;padding:0 8px;color:var(--x-gray-200)}.pill-dropdown.btn:after{margin-left:5px;background-image:url("data:image/svg+xml,%3Csvg width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M6.76822 8.07814C6.36843 8.55789 5.63157 8.55789 5.23178 8.07813L2.36682 4.64018C1.82405 3.98886 2.2872 3 3.13504 3H8.86496C9.7128 3 10.176 3.98886 9.63318 4.64018L6.76822 8.07814Z%27 fill=%27%23F9FAFA%27/%3E%3C/svg%3E")}.react-datepicker-popper[data-placement^=bottom]{padding-top:4px}.react-datepicker__input-container .react-datepicker__close-icon{display:none}.x-datepicker{background-color:#5c5773 !important;border:unset !important;border-radius:4px !important}.x-datepicker .react-datepicker__navigation,.x-datepicker .react-datepicker__current-month,.x-datepicker .react-datepicker__triangle{display:none}.x-datepicker .react-datepicker__month-container{background-color:#5c5773;border-radius:4px}.x-datepicker .react-datepicker__month-container .react-datepicker__header{background-color:#5c5773;border:unset;padding:unset}.x-datepicker .react-datepicker__month-container .react-datepicker__header .react-datepicker__day-names{display:none}.x-datepicker .react-datepicker__month-container .react-datepicker__header .react-datepicker__day-names.display{display:unset}.x-datepicker .react-datepicker__month-container .react-datepicker__header .react-datepicker__day-names .react-datepicker__day-name{line-height:1.5;font-size:14px;font-weight:500;color:var(--x-gray-300);background-color:#3a3646;width:36px;height:36px;padding:8px 12px;margin:unset}.x-datepicker .react-datepicker__month-container .react-datepicker__header .react-datepicker__day-names :first-child,.x-datepicker .react-datepicker__month-container .react-datepicker__header .react-datepicker__day-names :last-child{color:var(--bs-primary)}.x-datepicker .react-datepicker__month-container .react-datepicker__month{margin:0 16px 16px 16px}.x-datepicker .react-datepicker__month-container .react-datepicker__month .react-datepicker__week{background-color:#5c5773}.x-datepicker .react-datepicker__month-container .react-datepicker__month .react-datepicker__week .react-datepicker__day{line-height:1.5;font-weight:500;color:var(--x-gray-300);background-color:var(--x-bg-300);width:36px;height:36px;padding:8px 12px;margin:unset;font-size:14px}.x-datepicker .react-datepicker__month-container .react-datepicker__month .react-datepicker__week .react-datepicker__day:hover{border-radius:unset;background-color:var(--bs-secondary)}.x-datepicker .react-datepicker__month-container .react-datepicker__month .react-datepicker__week .react-datepicker__day--outside-month{color:var(--x-gray-500);background-color:var(--x-bg-300)}.x-datepicker .react-datepicker__month-container .react-datepicker__month .react-datepicker__week .react-datepicker__day--disabled{color:var(--x-gray-500)}.x-datepicker .react-datepicker__month-container .react-datepicker__month .react-datepicker__week .react-datepicker__day--disabled:hover{border-radius:unset;background-color:var(--x-bg-300);color:var(--x-gray-500)}.x-datepicker .react-datepicker__month-container .react-datepicker__month .react-datepicker__week .react-datepicker__day--in-selecting-range,.x-datepicker .react-datepicker__month-container .react-datepicker__month .react-datepicker__week .react-datepicker__day--in-range{border-radius:unset;background-color:var(--x-red-light);opacity:unset;color:var(--x-gray-300) !important}.x-datepicker .react-datepicker__month-container .react-datepicker__month .react-datepicker__week .react-datepicker__day--selecting-range-start,.x-datepicker .react-datepicker__month-container .react-datepicker__month .react-datepicker__week .react-datepicker__day--selecting-range-end,.x-datepicker .react-datepicker__month-container .react-datepicker__month .react-datepicker__week .react-datepicker__day--range-start,.x-datepicker .react-datepicker__month-container .react-datepicker__month .react-datepicker__week .react-datepicker__day--range-end{border-radius:unset;background-color:var(--bs-primary)}.x-datepicker .react-datepicker__month-container .react-datepicker__month .react-datepicker__week .react-datepicker__day--selected{border-radius:unset;background-color:var(--bs-primary);color:var(--x-gray-300) !important}.x-datepicker .react-datepicker__month-container .react-datepicker__month .react-datepicker__week .react-datepicker__day--today{color:var(--bs-primary)}.x-datepicker .react-datepicker__month-container .react-datepicker__month .react-datepicker__month-wrapper .react-datepicker__month-text{line-height:1.5;font-weight:500;color:var(--x-gray-300);width:42px;height:36px;padding:8px;margin:unset;font-size:14px}.x-datepicker .react-datepicker__month-container .react-datepicker__month .react-datepicker__month-wrapper .react-datepicker__month-text:hover{border-radius:unset;background-color:var(--bs-secondary)}.x-datepicker .react-datepicker__month-container .react-datepicker__month .react-datepicker__month-wrapper .react-datepicker__month-text--keyboard-selected{border-radius:unset;background-color:unset}.x-datepicker .react-datepicker__month-container .react-datepicker__month .react-datepicker__month-wrapper .react-datepicker__month--selected{border-radius:unset;background-color:var(--bs-primary);color:var(--x-gray-300) !important}.x-datepicker .react-datepicker__month-container .react-datepicker__month .react-datepicker__month-wrapper .react-datepicker__month--disabled{color:var(--x-gray-500)}.x-datepicker .react-datepicker__month-container .react-datepicker__month .react-datepicker__month-wrapper .react-datepicker__month--disabled:hover{border-radius:unset;background-color:var(--x-bg-300);color:var(--x-gray-500)}.x-datepicker .react-datepicker__month-container .react-datepicker__month .react-datepicker__month-wrapper .react-datepicker__month-text--today{color:var(--bs-primary)}.x-datepicker .react-datepicker__input-time-container{margin:0 16px 16px 0;width:unset;text-align:unset;float:right}.x-datepicker .react-datepicker__input-time-container .react-datepicker-time__caption{font-size:14px;font-weight:400;line-height:1.5;color:#fff;margin-right:4px}.x-datepicker .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{margin:unset}.x-datepicker .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input>input[type=time]:focus{color:var(--bs-light);background-color:var(--x-bg-600);outline:none}.x-datepicker .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input>input[type=time]::-webkit-outer-spin-button,.x-datepicker .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input>input[type=time]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.x-datepicker .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input>input[type=time]{-moz-appearance:textfield}.x-datepicker .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input>input[type=time]{color:var(--bs-light);background-color:rgba(0,0,0,0);border-radius:4px;padding:4px 8px;border:1px solid var(--x-theme-secondary);height:30px;font-size:14px;font-weight:400;line-height:1.5}.x-datepicker .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input>input[type=time]::-webkit-calendar-picker-indicator{background-image:url("data:image/svg+xml,%3Csvg width=%2714%27 height=%2714%27 viewBox=%270 0 14 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M7 13C10.3137 13 13 10.3137 13 7C13 3.68629 10.3137 1 7 1C3.68629 1 1 3.68629 1 7C1 10.3137 3.68629 13 7 13ZM6.7 3C6.3134 3 6 3.3134 6 3.7V7V7.5V8.4H9.3C9.6866 8.4 10 8.0866 10 7.7C10 7.3134 9.6866 7 9.3 7H7.4V3.7C7.4 3.3134 7.0866 3 6.7 3Z%27 fill=%27%23F9FAFA%27/%3E%3C/svg%3E")}.dropzone-wrap{background-color:#3b3649;border-radius:4px}.dropzone-wrap .dnd-component{padding:16px;background-color:#3b3649;border-radius:4px;box-shadow:0px 4px 8px 0px rgba(0,0,0,.2)}.dropzone-wrap .dnd-component .dropzone:hover{background-color:#494358}.dropzone-wrap .dnd-component .dropzone:hover .upload-cloud-icon{background-image:url("data:image/svg+xml,%3Csvg width=%2772%27 height=%2750%27 viewBox=%270 0 72 50%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M36 0C46.92 0 56.01 8.09375 58.05 18.875C65.85 19.4375 72 26.125 72 34.375C72 43 65.28 50 57 50H18C8.07 50 0 41.5938 0 31.25C0 21.5938 7.02 13.625 16.05 12.625C19.8 5.125 27.33 0 36 0ZM26.5828 24.0451C26.1605 24.7932 26.8158 25.6904 27.6568 25.5158L33.0057 24.4057V34.072C33.0057 34.6242 33.4534 35.072 34.0057 35.072H38.1341C38.6864 35.072 39.1341 34.6242 39.1341 34.072V23.8864L44.4234 24.6321C45.2565 24.7496 45.8534 23.8484 45.4203 23.1271L36.8605 8.87448C36.4659 8.2174 35.5091 8.23031 35.1324 8.8978L26.5828 24.0451ZM43.5 38.4259C44.6046 38.4259 45.5 39.3214 45.5 40.4259V40.4733C45.5 41.5778 44.6046 42.4733 43.5 42.4733H28.5C27.3954 42.4733 26.5 41.5778 26.5 40.4733V40.4259C26.5 39.3214 27.3954 38.4259 28.5 38.4259H43.5Z%27 fill=%27%23FF595A%27/%3E%3C/svg%3E%0A")}.dropzone-wrap .dnd-component .dropzone{padding:unset;background-color:#1c1a2b}.dropzone-wrap .dnd-component .dropzone span{font-size:9px;text-align:center}.dropzone-wrap .dnd-component .dropzone .dnd-text{display:flex;flex-direction:column;margin:0px 24px 24px 24px}.dropzone-wrap .dnd-component .upload-cloud-icon{margin-top:24px;margin-bottom:16px}.dropzone-wrap .file-list{padding:8px 16px}.dropzone-wrap .file-list .file-list-title{margin-bottom:8px}.status-border{display:inline-block;width:2rem;height:2rem;vertical-align:-0.125em;border:.25em solid currentColor;border-radius:50%}.dropzone-item{position:relative;line-height:1.2;width:100%;height:40px;border-radius:4px;margin-top:4px;display:flex;align-items:center;justify-items:center;background-color:#494358}.dropzone-item .file-status{padding-left:15px}.dropzone-item .file{padding-left:15px;width:calc(100% - 15px - 18px - 14px - 15px - 15px)}.dropzone-item .file .file-name{color:var(--x-gray-300);text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.dropzone-item .file .file-size{color:var(--x-gray-500);font-size:9px}.dropzone-item .file .disabled{color:var(--x-gray-600)}.dropzone-item .file-remove-btn{cursor:pointer;position:absolute;right:15px}.react-table-v7{max-width:100%}.react-table-v7 .table-wrapper{max-width:100%;display:block}.react-table-v7 .table-wrapper .table.grid{table-layout:fixed;border-spacing:4px}.react-table-v7 .table-wrapper .table.grid th,.react-table-v7 .table-wrapper .table.grid td{border-radius:4px}.react-table-v7 .table-wrapper .table.grid th div.header-cell{display:flex;align-items:center;justify-content:space-between}.react-table-v7 .table-wrapper .table.grid tr td:first-child{background-color:var(--x-bg-500);box-shadow:unset}.react-table-v7 .table-wrapper .table.grid .sorting{display:block;width:8px;height:14px;margin:0 0 0 5px;background-position:center;background-repeat:no-repeat}.react-table-v7 .table-wrapper .table.grid .sorting.default{background-image:url("data:image/svg+xml,%3csvg viewBox=\"0 0 8 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"%3e%3cpath d=\"M4.79497 13.6088C4.38145 14.1304 3.6193 14.1304 3.20578 13.6088L0.24246 9.87049C-0.318947 9.16226 0.160112 8.08703 1.03706 8.08703H6.96369C7.84064 8.08703 8.31969 9.16227 7.75829 9.87049L4.79497 13.6088Z\" fill=\"%23958EA9\"/%3e%3cpath d=\"M3.20503 0.391246C3.61855 -0.130416 4.3807 -0.130415 4.79422 0.391247L7.75754 4.12951C8.31895 4.83774 7.83989 5.91297 6.96294 5.91297L1.03631 5.91297C0.159363 5.91297 -0.319694 4.83773 0.241713 4.12951L3.20503 0.391246Z\" fill=\"%23958EA9\"/%3e%3c/svg%3e")}.react-table-v7 .table-wrapper .table.grid .sorting.desc{background-image:url("data:image/svg+xml,%3csvg viewBox=\"0 0 8 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"%3e%3cpath d=\"M4.79497 13.6088C4.38145 14.1304 3.6193 14.1304 3.20578 13.6088L0.24246 9.87049C-0.318947 9.16226 0.160112 8.08703 1.03706 8.08703H6.96369C7.84064 8.08703 8.31969 9.16227 7.75829 9.87049L4.79497 13.6088Z\" fill=\"%23FF595A\"/%3e%3cpath d=\"M3.20503 0.391246C3.61855 -0.130416 4.3807 -0.130415 4.79422 0.391247L7.75754 4.12951C8.31895 4.83774 7.83989 5.91297 6.96294 5.91297L1.03631 5.91297C0.159363 5.91297 -0.319694 4.83773 0.241713 4.12951L3.20503 0.391246Z\" fill=\"%23958EA9\"/%3e%3c/svg%3e")}.react-table-v7 .table-wrapper .table.grid .sorting.asc{background-image:url("data:image/svg+xml,%3csvg viewBox=\"0 0 8 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"%3e%3cpath d=\"M4.79497 13.6088C4.38145 14.1304 3.6193 14.1304 3.20578 13.6088L0.24246 9.87049C-0.318947 9.16226 0.160112 8.08703 1.03706 8.08703H6.96369C7.84064 8.08703 8.31969 9.16227 7.75829 9.87049L4.79497 13.6088Z\" fill=\"%23958EA9\"/%3e%3cpath d=\"M3.20503 0.391246C3.61855 -0.130416 4.3807 -0.130415 4.79422 0.391247L7.75754 4.12951C8.31895 4.83774 7.83989 5.91297 6.96294 5.91297L1.03631 5.91297C0.159363 5.91297 -0.319694 4.83773 0.241713 4.12951L3.20503 0.391246Z\" fill=\"%23FF595A\"/%3e%3c/svg%3e")}.react-table-v7 .table-wrapper .table.grid .no-data-wrapper{position:relative;display:table-row;height:660px}.react-table-v7 .table-wrapper .table.grid .no-data-wrapper .no-data{position:absolute;text-align:center;left:50%;top:210px;transform:translateX(-50%)}.react-table-v7 .table-wrapper .table.grid .no-data-wrapper .no-data>*{background-color:rgba(0,0,0,0)}.react-table-v7 .table-wrapper .table.grid .loading-view{position:relative;display:table-row;height:660px}.react-table-v7 .table-wrapper .table.grid .loading-view .spinner{position:absolute;text-align:center;left:50%;top:210px}.react-table-v7 .table-wrapper td .cell-text{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.vital{background-color:#3a3646;border-radius:4px;padding:10px 16px;min-width:160px;min-height:126px;display:flex;flex-flow:column}.vital.horizontal{flex-flow:row;align-items:center;padding:8px;min-height:70px}.vital.horizontal .vital_value{margin:8px}.vital.horizontal .vital_text{-webkit-line-clamp:3;margin:0 8px;text-align:left;flex:unset}.vital .vital_text{flex:1 1 auto;font-size:14px;text-align:center;width:100%;justify-content:center;align-items:center;display:flex;line-height:1;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.vital .vital_value{font-size:54px;font-weight:700;line-height:1.2;text-align:center}.pagination{display:flex}.pagination input,.pagination input:focus{color:var(--bs-light);border:unset;background-color:rgba(0,0,0,0);outline:none}.pagination input::-webkit-outer-spin-button,.pagination input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pagination input[type=number]{-moz-appearance:textfield}.pagination .jump-page{margin:0 4px}.pagination .input-badge{margin:0 8px}.react-table-v7{max-width:100%;height:100%}.react-table-v7 .table-toolbar{max-width:100%;display:flex;position:relative;align-items:center}.react-table-v7 .table-toolbar.counter{justify-content:flex-start}.react-table-v7 .table-toolbar.searcher{justify-content:flex-end}.react-table-v7 .table-toolbar.counter.searcher{justify-content:space-between}.react-table-v7 .table-wrapper{max-width:100%;display:block;position:relative;-ms-overflow-style:none;scrollbar-width:none}.react-table-v7 .table-wrapper::-webkit-scrollbar{display:none}.react-table-v7 .table-wrapper .table{table-layout:fixed}.react-table-v7 .table-wrapper .table.sticky [data-sticky-last-left-td]::after{position:absolute;right:0;top:0;bottom:0;width:100%;content:"";box-shadow:2px 0px 4px rgba(0,0,0,.25)}.react-table-v7 .table-wrapper .table.sticky [data-sticky-first-right-td]::after{position:absolute;left:0;top:0;bottom:0;width:100%;content:"";box-shadow:-2px 0px 4px rgba(0,0,0,.25)}.react-table-v7 .table-wrapper .table th div.header-cell{height:42px;display:flex;align-items:center;justify-content:space-between}.react-table-v7 .table-wrapper .table th div.header-cell .withoutFilter{flex:1;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.react-table-v7 .table-wrapper .table th div.header-cell .withFilter{flex:1}.react-table-v7 .table-wrapper .table .sorting{display:block;width:8px;height:14px;margin:0 0 0 5px;background-position:center;background-repeat:no-repeat}.react-table-v7 .table-wrapper .table .sorting.default{background-image:url("data:image/svg+xml,%3csvg viewBox=\"0 0 8 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"%3e%3cpath d=\"M4.79497 13.6088C4.38145 14.1304 3.6193 14.1304 3.20578 13.6088L0.24246 9.87049C-0.318947 9.16226 0.160112 8.08703 1.03706 8.08703H6.96369C7.84064 8.08703 8.31969 9.16227 7.75829 9.87049L4.79497 13.6088Z\" fill=\"%23958EA9\"/%3e%3cpath d=\"M3.20503 0.391246C3.61855 -0.130416 4.3807 -0.130415 4.79422 0.391247L7.75754 4.12951C8.31895 4.83774 7.83989 5.91297 6.96294 5.91297L1.03631 5.91297C0.159363 5.91297 -0.319694 4.83773 0.241713 4.12951L3.20503 0.391246Z\" fill=\"%23958EA9\"/%3e%3c/svg%3e")}.react-table-v7 .table-wrapper .table .sorting.desc{background-image:url("data:image/svg+xml,%3csvg viewBox=\"0 0 8 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"%3e%3cpath d=\"M4.79497 13.6088C4.38145 14.1304 3.6193 14.1304 3.20578 13.6088L0.24246 9.87049C-0.318947 9.16226 0.160112 8.08703 1.03706 8.08703H6.96369C7.84064 8.08703 8.31969 9.16227 7.75829 9.87049L4.79497 13.6088Z\" fill=\"%23FF595A\"/%3e%3cpath d=\"M3.20503 0.391246C3.61855 -0.130416 4.3807 -0.130415 4.79422 0.391247L7.75754 4.12951C8.31895 4.83774 7.83989 5.91297 6.96294 5.91297L1.03631 5.91297C0.159363 5.91297 -0.319694 4.83773 0.241713 4.12951L3.20503 0.391246Z\" fill=\"%23958EA9\"/%3e%3c/svg%3e")}.react-table-v7 .table-wrapper .table .sorting.asc{background-image:url("data:image/svg+xml,%3csvg viewBox=\"0 0 8 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"%3e%3cpath d=\"M4.79497 13.6088C4.38145 14.1304 3.6193 14.1304 3.20578 13.6088L0.24246 9.87049C-0.318947 9.16226 0.160112 8.08703 1.03706 8.08703H6.96369C7.84064 8.08703 8.31969 9.16227 7.75829 9.87049L4.79497 13.6088Z\" fill=\"%23958EA9\"/%3e%3cpath d=\"M3.20503 0.391246C3.61855 -0.130416 4.3807 -0.130415 4.79422 0.391247L7.75754 4.12951C8.31895 4.83774 7.83989 5.91297 6.96294 5.91297L1.03631 5.91297C0.159363 5.91297 -0.319694 4.83773 0.241713 4.12951L3.20503 0.391246Z\" fill=\"%23FF595A\"/%3e%3c/svg%3e")}.react-table-v7 .table-wrapper th .resizer,.react-table-v7 .table-wrapper td .resizer{display:inline-block;width:10px;height:100%;position:absolute;right:0;top:0;transform:translateX(50%);z-index:1;touch-action:none}.react-table-v7 .table-wrapper td .cell-text{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.react-table-v7 .table-wrapper td.dummy-cell{background-color:#494651;box-shadow:unset;cursor:unset !important}.react-table-v7 .table-wrapper .no-data{display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;text-align:center;left:50%;top:calc(50% + 10px);transform:translate(-50%, -50%)}.react-table-v7 .table-wrapper .no-data>*{background-color:rgba(0,0,0,0)}.react-table-v7 .table-wrapper .no-data .no-data-text{margin-top:16px;color:var(--x-gray-400)}.react-table-v7 .table-wrapper .spinner-border{left:calc(50% - 20px);top:calc(50% + 10px);position:absolute;z-index:1020}.react-table-v7 .table-pagination{position:relative}.react-table-v7 .table-pagination .count-indicator{position:absolute;left:0}.react-table-v7 .table-pagination .page-row{position:absolute;right:0}.scrollbar-thumb{background-color:#73698a !important}.scrollbar-track{background-color:#b4aec2 !important}.scrollbar-track.scrollbar-track-x{height:12px}.scrollbar-track.scrollbar-track-x .scrollbar-thumb{height:6px;top:3px}.scrollbar-track.scrollbar-track-y{width:12px}.scrollbar-track.scrollbar-track-y .scrollbar-thumb{width:6px;left:3px}.x-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.x-ellipsis span{vertical-align:text-bottom}.x-ellipsis.middle>span span{display:inline-block}.x-ellipsis.middle>span span:first-child:not(:last-child){overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.x-event-accordion{padding:8px;font-size:var(--bs-root-font-size);color:var(--x-gray-200)}.x-event-accordion-empty{text-align:center;margin:0}.x-event-accordion-empty span{margin:0 4px;height:36px}.x-event-accordion-empty:not(:first-child){margin-top:8px}.x-event-accordion-date{color:var(--x-purple-200);height:12px;margin:4px 0}.x-event-accordion-item{display:flex;justify-content:space-between;align-items:stretch}.x-event-accordion-item+.x-event-accordion-item{margin-top:8px}.x-event-accordion-item-time{width:65px}.x-event-accordion-item-time div{height:36px;line-height:36px;display:flex;justify-content:center;align-items:center}.x-event-accordion-item-datetime{width:140px}.x-event-accordion-item-datetime div{height:36px;line-height:36px;display:flex;justify-content:center;align-items:center}.x-event-accordion-item-severity{position:relative}.x-event-accordion-item-severity div{width:34px;height:36px;padding:5px 4px}.x-event-accordion-item-severity div span{position:relative;z-index:2;display:flex;justify-content:center;align-items:center;width:26px;height:26px;border-radius:34px}.x-event-accordion-item-subject{white-space:nowrap;overflow:hidden;flex:1;border:0;cursor:pointer}.x-event-accordion-item-subject button{height:36px;border-radius:4px !important;padding:12px 8px;font-size:var(--bs-root-font-size);color:var(--x-gray-200);display:flex;justify-content:center;align-items:center}.x-event-accordion-item-subject button:hover{filter:brightness(1.2)}.x-event-accordion-item-subject button.collapsed{background-color:#494358}.x-event-accordion-item-subject button:not(.collapsed){filter:brightness(1.3)}.x-event-accordion-item-subject.accordion-item{background-color:unset}.x-event-accordion-item-subject.current button{border:1px solid var(--x-gray-200)}.x-event-accordion-item .x-event-accordion-item-severity::before{width:2px;content:"";z-index:1;position:absolute;left:17px;top:20px;margin-left:-1px;margin-top:-1px;height:100%;background-color:var(--x-theme-secondary)}.x-event-accordion-item.last .x-event-accordion-item-severity::before,.x-event-accordion-item:last-child .x-event-accordion-item-severity::before{width:0}.x-path-accordion{padding:8px;font-size:var(--bs-root-font-size);color:var(--x-gray-200)}.x-path-accordion-empty{text-align:center;margin:0}.x-path-accordion-empty span{margin:0 4px;height:36px}.x-path-accordion-empty:not(:first-child){margin-top:8px}.x-path-accordion-item{display:flex;justify-content:space-between;align-items:stretch}.x-path-accordion-item+.x-path-accordion-item{margin-top:8px}.x-path-accordion-item-severity{position:relative}.x-path-accordion-item-severity div{width:34px;height:36px;padding:5px 4px}.x-path-accordion-item-severity div span{position:relative;z-index:2;display:flex;justify-content:center;align-items:center;width:26px;height:26px;border-radius:34px}.x-path-accordion-item-subject{white-space:nowrap;overflow:hidden;flex:1;border:0;cursor:pointer}.x-path-accordion-item-subject button{height:36px;border-radius:4px !important;padding:12px 8px;font-size:var(--bs-root-font-size);color:var(--x-gray-200);display:flex;justify-content:center;align-items:center}.x-path-accordion-item-subject button:hover{filter:brightness(1.2)}.x-path-accordion-item-subject button.collapsed{background-color:#494358}.x-path-accordion-item-subject button:not(.collapsed){filter:brightness(1.3)}.x-path-accordion-item-subject.accordion-item{background-color:unset}.x-path-accordion-item-subject.current button{border:1px solid var(--x-gray-200)}.x-path-accordion-item.arrow .x-path-accordion-item-severity::before{width:2px;content:"";z-index:1;position:absolute;left:17px;top:20px;margin-left:-1px;margin-top:-1px;height:100%;background-color:var(--x-theme-secondary)}.x-path-accordion-item.arrow .x-path-accordion-item-severity::after{content:"";z-index:1;position:absolute;left:11px;bottom:-13px;border:10px solid var(--x-theme-secondary);border-bottom:0;border-left:6px rgba(0,0,0,0) solid;border-right:6px rgba(0,0,0,0) solid}.x-path-accordion-item.last .x-path-accordion-item-severity::before,.x-path-accordion-item:last-child .x-path-accordion-item-severity::before{width:0}.x-path-accordion-item.last .x-path-accordion-item-severity::after,.x-path-accordion-item:last-child .x-path-accordion-item-severity::after{border:0}.range-slider{touch-action:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;user-select:none;cursor:pointer;display:block;position:relative;width:100%;height:4px;background:#ddd;border-radius:2px}.range-slider[data-vertical]{height:100%;width:4px}.range-slider[data-disabled]{opacity:.5;cursor:not-allowed}.range-slider .range-slider__thumb{position:absolute;z-index:3;top:50%;width:16px;height:16px;transform:translate(-50%, -50%);border:2px solid var(--bs-gray-100);border-radius:50%;background:var(--bs-primary)}.range-slider .range-slider__thumb:focus-visible{outline:0;box-shadow:0 0 0 6px rgba(33,150,243,.5)}.range-slider[data-vertical] .range-slider__thumb{left:50%}.range-slider .range-slider__thumb[data-disabled]{display:none}.range-slider .range-slider__range{position:absolute;z-index:1;transform:translate(0, -50%);top:50%;width:100%;height:100%;background:var(--bs-primary)}.range-slider[data-vertical] .range-slider__range{left:50%;transform:translate(-50%, 0)}.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:rgba(0,0,0,0)}.range-slider input[type=range]::-webkit-slider-thumb{-webkit-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}.single-thumb .range-slider__thumb[data-lower]{width:0}.single-thumb .range-slider__range{border-radius:6px}.form-floating>.form-control::placeholder{color:#6c757d;opacity:1}.form-floating>.form-control:not(:focus)::placeholder{color:rgba(0,0,0,0)}.tooltip[data-popper-reference-hidden=true]{visibility:hidden;pointer-events:none}.tooltip.bs-tooltip-top .tooltip-arrow::before{border-top-color:var(--x-purple-200)}.tooltip.bs-tooltip-bottom .tooltip-arrow::before{border-bottom-color:var(--x-purple-200)}.tooltip.bs-tooltip-end .tooltip-arrow::before{border-right-color:var(--x-purple-200)}.tooltip.bs-tooltip-start .tooltip-arrow::before{border-left-color:var(--x-purple-200)}.tooltip .tooltip-inner{padding:8px 12px;background-color:var(--x-purple-200);border-radius:2px;color:var(--x-gray-900);font-size:12px;line-height:1.5}.tooltip .tooltip-inner .tooltip-heading{text-align:start;font-weight:700;margin-bottom:4px}.tooltip .tooltip-inner li:not(:last-child){text-align:start;margin-bottom:4px}.tooltip .tooltip-inner dl,.tooltip .tooltip-inner ol,.tooltip .tooltip-inner ul{margin-bottom:0}.form-check:not(.disabled) input,.form-check:not(.disabled) label{cursor:pointer}</style><style>.react-vis-magic-css-import-rule{display:inherit}.rv-treemap{font-size:12px;position:relative}.rv-treemap__leaf{overflow:hidden;position:absolute}.rv-treemap__leaf--circle{align-items:center;border-radius:100%;display:flex;justify-content:center}.rv-treemap__leaf__content{overflow:hidden;padding:10px;text-overflow:ellipsis}.rv-xy-plot{color:#c3c3c3;position:relative}.rv-xy-plot canvas{pointer-events:none}.rv-xy-plot .rv-xy-canvas{pointer-events:none;position:absolute}.rv-xy-plot__inner{display:block}.rv-xy-plot__axis__line{fill:none;stroke-width:2px;stroke:#e6e6e9}.rv-xy-plot__axis__tick__line{stroke:#e6e6e9}.rv-xy-plot__axis__tick__text{fill:#6b6b76;font-size:11px}.rv-xy-plot__axis__title text{fill:#6b6b76;font-size:11px}.rv-xy-plot__grid-lines__line{stroke:#e6e6e9}.rv-xy-plot__circular-grid-lines__line{fill-opacity:0;stroke:#e6e6e9}.rv-xy-plot__series,.rv-xy-plot__series path{pointer-events:all}.rv-xy-plot__series--line{fill:none;stroke:#000;stroke-width:2px}.rv-crosshair{position:absolute;font-size:11px;pointer-events:none}.rv-crosshair__line{background:#47d3d9;width:1px}.rv-crosshair__inner{position:absolute;text-align:left;top:0}.rv-crosshair__inner__content{border-radius:4px;background:#3a3a48;color:#fff;font-size:12px;padding:7px 10px;box-shadow:0 2px 4px rgba(0,0,0,0.5)}.rv-crosshair__inner--left{right:4px}.rv-crosshair__inner--right{left:4px}.rv-crosshair__title{font-weight:bold;white-space:nowrap}.rv-crosshair__item{white-space:nowrap}.rv-hint{position:absolute;pointer-events:none}.rv-hint__content{border-radius:4px;padding:7px 10px;font-size:12px;background:#3a3a48;box-shadow:0 2px 4px rgba(0,0,0,0.5);color:#fff;text-align:left;white-space:nowrap}.rv-discrete-color-legend{box-sizing:border-box;overflow-y:auto;font-size:12px}.rv-discrete-color-legend.horizontal{white-space:nowrap}.rv-discrete-color-legend-item{color:#3a3a48;border-radius:1px;padding:9px 10px}.rv-discrete-color-legend-item.horizontal{display:inline-block}.rv-discrete-color-legend-item.horizontal .rv-discrete-color-legend-item__title{margin-left:0;display:block}.rv-discrete-color-legend-item__color{display:inline-block;vertical-align:middle;overflow:visible}.rv-discrete-color-legend-item__color__path{stroke:#dcdcdc;stroke-width:2px}.rv-discrete-color-legend-item__title{margin-left:10px}.rv-discrete-color-legend-item.disabled{color:#b8b8b8}.rv-discrete-color-legend-item.clickable{cursor:pointer}.rv-discrete-color-legend-item.clickable:hover{background:#f9f9f9}.rv-search-wrapper{display:flex;flex-direction:column}.rv-search-wrapper__form{flex:0}.rv-search-wrapper__form__input{width:100%;color:#a6a6a5;border:1px solid #e5e5e4;padding:7px 10px;font-size:12px;box-sizing:border-box;border-radius:2px;margin:0 0 9px;outline:0}.rv-search-wrapper__contents{flex:1;overflow:auto}.rv-continuous-color-legend{font-size:12px}.rv-continuous-color-legend .rv-gradient{height:4px;border-radius:2px;margin-bottom:5px}.rv-continuous-size-legend{font-size:12px}.rv-continuous-size-legend .rv-bubbles{text-align:justify;overflow:hidden;margin-bottom:5px;width:100%}.rv-continuous-size-legend .rv-bubble{background:#d8d9dc;display:inline-block;vertical-align:bottom}.rv-continuous-size-legend .rv-spacer{display:inline-block;font-size:0;line-height:0;width:100%}.rv-legend-titles{height:16px;position:relative}.rv-legend-titles__left,.rv-legend-titles__right,.rv-legend-titles__center{position:absolute;white-space:nowrap;overflow:hidden}.rv-legend-titles__center{display:block;text-align:center;width:100%}.rv-legend-titles__right{right:0}.rv-radial-chart .rv-xy-plot__series--label{pointer-events:none}
</style><style>.apexAreaChart .apexcharts-tooltip.apexcharts-theme-dark{color:#fff;background:rgba(0,0,0,0) !important}.cycraft-chart.bar .rv-crosshair .rv-crosshair__inner.rv-crosshair__inner--right{transform:translateX(10px)}.cycraft-chart.bar .rv-crosshair .rv-crosshair__inner.rv-crosshair__inner--left{transform:translateX(-10px)}.apexcharts-canvas .apexcharts-legend.apx-legend-position-right{justify-content:center}.apexcharts-canvas .apexcharts-inner .apexcharts-grid .apexcharts-gridlines-horizontal .apexcharts-gridline,.apexcharts-canvas .apexcharts-inner .apexcharts-grid-borders .apexcharts-gridline{stroke-dasharray:6,4 !important}.apexcharts-bar-series:hover .apexcharts-series .apexcharts-bar-area:not(:hover){opacity:.5}.apexcharts-bar-series .apexcharts-series .apexcharts-bar-area[selected=true]{filter:unset}.apexcharts-bar-series .apexcharts-xcrosshairs.apexcharts-active{opacity:0 !important}.apexcharts-bar-series .apexcharts-tooltip{box-shadow:none !important;border-radius:2px !important}.apexcharts-tooltip.timeline{border-radius:2px}.apexcharts-timeline.tooltips{font-size:12px;font-family:Inter;color:var(--x-theme-dark)}.apexcharts-timeline.tooltips .label{font-weight:700;background-color:#d9d7e0;padding:8px 12px 4px 12px}.apexcharts-timeline.tooltips .value{font-weight:400;background-color:#b4aec2;padding:4px 12px 8px 12px}.apexcharts-timeline.tooltips .value:not(:last-child){margin-bottom:8px}.apexBarChart .apexcharts-tooltip.apexcharts-theme-dark{color:#fff;background:rgba(0,0,0,0) !important}.x-legend.rv-discrete-color-legend{display:flex;flex-direction:column;flex-wrap:wrap;align-content:flex-start}.x-legend.rv-discrete-color-legend.horizontal{flex-direction:row;align-content:unset;justify-content:center}.x-legend.rv-discrete-color-legend .rv-discrete-color-legend-item{display:flex;align-items:center;margin:4px;padding:unset}.x-legend.rv-discrete-color-legend .rv-discrete-color-legend-item.clickable:hover{background-color:unset}.x-legend.rv-discrete-color-legend .rv-discrete-color-legend-item.horizontal .rv-discrete-color-legend-item__title{margin-left:5px}.x-legend.rv-discrete-color-legend .rv-discrete-color-legend-item .rv-discrete-color-legend-item__title{color:#fff}.cycraft-chart.donut{width:100%}.cycraft-chart.donut svg{overflow:visible}.cycraft-chart.donut.horizontal-legend{display:flex}.cycraft-chart.donut.horizontal-legend>div{flex:1;width:unset}.cycraft-chart.donut>div{position:relative;flex:unset;width:100%;display:flex;align-items:center;justify-content:center}.cycraft-chart.donut>div .center-label{position:absolute;top:0;bottom:0;right:0;left:0;display:flex;justify-content:center;align-items:center;font-size:1.2rem;z-index:1020;pointer-events:none}.cycraft-chart.donut .rv-xy-plot.rv-radial-chart{margin:20px}.cycraft-chart.donut .rv-xy-plot__series.rv-xy-plot__series--arc-path.rv-radial-chart__series--pie__slice:hover{stroke-width:4px !important}.cycraft-chart.donut .rv-xy-plot__series--label-text{fill:#fff;font-size:1.2rem}.cycraft-chart.donut .rv-hint{z-index:1070}.cycraft-chart.donut .rv-hint .rv-hint__content{box-shadow:unset;background-color:#8e86a3}.cycraft-chart.donut .rv-hint .rv-hint__content .rv-hint__content__column{display:flex;justify-content:center;margin:2px}.cycraft-chart.donut .rv-hint .rv-hint__content .rv-hint__content__row{display:flex;align-items:center;margin:2px}.cycraft-chart.donut .rv-hint .rv-hint__content .rv-hint__content__value{background-color:#6a6280;padding:2px 8px;border-radius:2px;min-width:40px;text-align:center}.apexcharts-pie.tooltips{background-color:#b4aec2;padding:8px 12px;font-size:12px;font-family:Inter}.apexcharts-pie.tooltips .value{font-weight:400;color:var(--x-gray-900)}.apexcharts-pie .apexcharts-slices .apexcharts-pie-series .apexcharts-pie-area:hover{stroke-width:8px}.empty-chart.rv-xy-plot .rv-xy-plot__inner .rv-xy-plot__grid-lines .rv-xy-plot__grid-lines__line{stroke-dasharray:5}.empty-chart.rv-xy-plot .rv-xy-plot__inner .rv-xy-plot__grid-lines>:first-child{stroke-dasharray:unset}.calendar-heatmap text{font-size:10px;fill:#e9e9eb;font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.calendar-heatmap .calendar-heatmap-footer-label text{font-size:14px}.calendar-heatmap .calendar-heatmap-small-text{font-size:5px}.calendar-heatmap text.calendar-heatmap-weekday-sun,.calendar-heatmap text.calendar-heatmap-weekday-sat{fill:#ff595a}.calendar-heatmap rect:focus{outline:unset}.calendar-heatmap rect.color-filled{fill:#8cc665}.calendar-heatmap rect.color-filled.calendar:hover{stroke:#8cc665;stroke-width:1px}.calendar-heatmap rect.color-scale-1{fill:#ffa6a6}.calendar-heatmap rect.color-scale-1.calendar:hover{stroke:#ffa6a6;stroke-width:1px}.calendar-heatmap rect.color-scale-2{fill:#ff8383}.calendar-heatmap rect.color-scale-2.calendar:hover{stroke:#ff8383;stroke-width:1px}.calendar-heatmap rect.color-scale-3{fill:#ff595a}.calendar-heatmap rect.color-scale-3.calendar:hover{stroke:#ff595a;stroke-width:1px}.calendar-heatmap rect.color-scale-4{fill:#d62323}.calendar-heatmap rect.color-scale-4.calendar:hover{stroke:#d62323;stroke-width:1px}.calendar-heatmap rect.color-scale-5{fill:#ae2525}.calendar-heatmap rect.color-scale-5.calendar:hover{stroke:#ae2525;stroke-width:1px}.calendar-heatmap rect.color-empty{fill:#5c5669}.calendar-heatmap rect.color-empty.calendar:hover{stroke:#5c5669;stroke-width:1px}.calendar-heatmap-legend{width:5px}.__react_component_tooltip{padding:6px 12px !important;background-color:#958ea9 !important;opacity:1 !important}.__react_component_tooltip::after{border-top-color:#958ea9 !important;opacity:1 !important}.cycraft-chart.bar,.cycraft-chart.line,.cycraft-chart.area,.cycraft-chart.line-mark{width:100%}.cycraft-chart.bar.horizontal-legend,.cycraft-chart.line.horizontal-legend,.cycraft-chart.area.horizontal-legend,.cycraft-chart.line-mark.horizontal-legend{display:flex}.cycraft-chart.bar.horizontal-legend .chart-wrap,.cycraft-chart.line.horizontal-legend .chart-wrap,.cycraft-chart.area.horizontal-legend .chart-wrap,.cycraft-chart.line-mark.horizontal-legend .chart-wrap{flex:1;width:unset}.cycraft-chart.bar .chart-wrap,.cycraft-chart.line .chart-wrap,.cycraft-chart.area .chart-wrap,.cycraft-chart.line-mark .chart-wrap{flex:unset;width:100%}.cycraft-chart.bar .rv-xy-plot .rv-xy-plot__inner .rv-xy-plot__grid-lines .rv-xy-plot__grid-lines__line,.cycraft-chart.line .rv-xy-plot .rv-xy-plot__inner .rv-xy-plot__grid-lines .rv-xy-plot__grid-lines__line,.cycraft-chart.area .rv-xy-plot .rv-xy-plot__inner .rv-xy-plot__grid-lines .rv-xy-plot__grid-lines__line,.cycraft-chart.line-mark .rv-xy-plot .rv-xy-plot__inner .rv-xy-plot__grid-lines .rv-xy-plot__grid-lines__line{stroke-dasharray:5}.cycraft-chart.bar .rv-xy-plot .rv-xy-plot__inner .rv-xy-plot__grid-lines>:first-child,.cycraft-chart.line .rv-xy-plot .rv-xy-plot__inner .rv-xy-plot__grid-lines>:first-child,.cycraft-chart.area .rv-xy-plot .rv-xy-plot__inner .rv-xy-plot__grid-lines>:first-child,.cycraft-chart.line-mark .rv-xy-plot .rv-xy-plot__inner .rv-xy-plot__grid-lines>:first-child{stroke-dasharray:unset}.cycraft-chart.bar .rv-crosshair .rv-crosshair__line,.cycraft-chart.line .rv-crosshair .rv-crosshair__line,.cycraft-chart.area .rv-crosshair .rv-crosshair__line,.cycraft-chart.line-mark .rv-crosshair .rv-crosshair__line{z-index:-1;position:absolute;width:2px;background:#78d4e1}.cycraft-chart.bar .rv-crosshair .rv-crosshair__inner .rv-crosshair__inner__content,.cycraft-chart.line .rv-crosshair .rv-crosshair__inner .rv-crosshair__inner__content,.cycraft-chart.area .rv-crosshair .rv-crosshair__inner .rv-crosshair__inner__content,.cycraft-chart.line-mark .rv-crosshair .rv-crosshair__inner .rv-crosshair__inner__content{box-shadow:unset;background-color:#8e86a3}.cycraft-chart.bar .rv-crosshair .rv-crosshair__inner .rv-crosshair__inner__content .rv-crosshair__inner__content__row,.cycraft-chart.line .rv-crosshair .rv-crosshair__inner .rv-crosshair__inner__content .rv-crosshair__inner__content__row,.cycraft-chart.area .rv-crosshair .rv-crosshair__inner .rv-crosshair__inner__content .rv-crosshair__inner__content__row,.cycraft-chart.line-mark .rv-crosshair .rv-crosshair__inner .rv-crosshair__inner__content .rv-crosshair__inner__content__row{display:flex;align-items:center;margin:2px}.cycraft-chart.bar .rv-crosshair .rv-crosshair__inner .rv-crosshair__inner__content .rv-crosshair__inner__content__value,.cycraft-chart.line .rv-crosshair .rv-crosshair__inner .rv-crosshair__inner__content .rv-crosshair__inner__content__value,.cycraft-chart.area .rv-crosshair .rv-crosshair__inner .rv-crosshair__inner__content .rv-crosshair__inner__content__value,.cycraft-chart.line-mark .rv-crosshair .rv-crosshair__inner .rv-crosshair__inner__content .rv-crosshair__inner__content__value{background-color:#6a6280;padding:2px 8px;border-radius:2px;min-width:40px;text-align:center}.cycraft-chart.bar .rv-hint.rv-hint--horizontalAlign-right,.cycraft-chart.line .rv-hint.rv-hint--horizontalAlign-right,.cycraft-chart.area .rv-hint.rv-hint--horizontalAlign-right,.cycraft-chart.line-mark .rv-hint.rv-hint--horizontalAlign-right{position:relative}.cycraft-chart.bar .rv-hint.rv-hint--horizontalAlign-right.rv-hint--verticalAlign-bottom,.cycraft-chart.line .rv-hint.rv-hint--horizontalAlign-right.rv-hint--verticalAlign-bottom,.cycraft-chart.area .rv-hint.rv-hint--horizontalAlign-right.rv-hint--verticalAlign-bottom,.cycraft-chart.line-mark .rv-hint.rv-hint--horizontalAlign-right.rv-hint--verticalAlign-bottom{transform:translate(16px, -50%) !important}.cycraft-chart.bar .rv-hint.rv-hint--horizontalAlign-right.rv-hint--verticalAlign-top,.cycraft-chart.line .rv-hint.rv-hint--horizontalAlign-right.rv-hint--verticalAlign-top,.cycraft-chart.area .rv-hint.rv-hint--horizontalAlign-right.rv-hint--verticalAlign-top,.cycraft-chart.line-mark .rv-hint.rv-hint--horizontalAlign-right.rv-hint--verticalAlign-top{transform:translate(16px, 50%) !important}.cycraft-chart.bar .rv-hint.rv-hint--horizontalAlign-right::after,.cycraft-chart.line .rv-hint.rv-hint--horizontalAlign-right::after,.cycraft-chart.area .rv-hint.rv-hint--horizontalAlign-right::after,.cycraft-chart.line-mark .rv-hint.rv-hint--horizontalAlign-right::after{position:absolute}.cycraft-chart.bar .rv-hint.rv-hint--horizontalAlign-right::after,.cycraft-chart.line .rv-hint.rv-hint--horizontalAlign-right::after,.cycraft-chart.area .rv-hint.rv-hint--horizontalAlign-right::after,.cycraft-chart.line-mark .rv-hint.rv-hint--horizontalAlign-right::after{position:absolute;content:"";top:50%;left:-10px;transform:translateY(-50%);border-top:8px solid rgba(0,0,0,0);border-bottom:8px solid rgba(0,0,0,0);border-right:12px solid #8e86a3}.cycraft-chart.bar .rv-hint.rv-hint--horizontalAlign-left,.cycraft-chart.line .rv-hint.rv-hint--horizontalAlign-left,.cycraft-chart.area .rv-hint.rv-hint--horizontalAlign-left,.cycraft-chart.line-mark .rv-hint.rv-hint--horizontalAlign-left{position:relative}.cycraft-chart.bar .rv-hint.rv-hint--horizontalAlign-left.rv-hint--verticalAlign-bottom,.cycraft-chart.line .rv-hint.rv-hint--horizontalAlign-left.rv-hint--verticalAlign-bottom,.cycraft-chart.area .rv-hint.rv-hint--horizontalAlign-left.rv-hint--verticalAlign-bottom,.cycraft-chart.line-mark .rv-hint.rv-hint--horizontalAlign-left.rv-hint--verticalAlign-bottom{transform:translate(-16px, -50%) !important}.cycraft-chart.bar .rv-hint.rv-hint--horizontalAlign-left.rv-hint--verticalAlign-top,.cycraft-chart.line .rv-hint.rv-hint--horizontalAlign-left.rv-hint--verticalAlign-top,.cycraft-chart.area .rv-hint.rv-hint--horizontalAlign-left.rv-hint--verticalAlign-top,.cycraft-chart.line-mark .rv-hint.rv-hint--horizontalAlign-left.rv-hint--verticalAlign-top{transform:translate(-16px, 50%) !important}.cycraft-chart.bar .rv-hint.rv-hint--horizontalAlign-left::after,.cycraft-chart.line .rv-hint.rv-hint--horizontalAlign-left::after,.cycraft-chart.area .rv-hint.rv-hint--horizontalAlign-left::after,.cycraft-chart.line-mark .rv-hint.rv-hint--horizontalAlign-left::after{position:absolute;content:"";top:50%;right:-10px;transform:translateY(-50%);border-top:8px solid rgba(0,0,0,0);border-bottom:8px solid rgba(0,0,0,0);border-left:12px solid #8e86a3}.cycraft-chart.bar .rv-hint .rv-hint__content,.cycraft-chart.line .rv-hint .rv-hint__content,.cycraft-chart.area .rv-hint .rv-hint__content,.cycraft-chart.line-mark .rv-hint .rv-hint__content{box-shadow:unset;background-color:#8e86a3}.cycraft-chart.bar .rv-hint .rv-hint__content .rv-hint__content__row,.cycraft-chart.line .rv-hint .rv-hint__content .rv-hint__content__row,.cycraft-chart.area .rv-hint .rv-hint__content .rv-hint__content__row,.cycraft-chart.line-mark .rv-hint .rv-hint__content .rv-hint__content__row{display:flex;align-items:center;margin:2px}.cycraft-chart.bar .rv-hint .rv-hint__content .rv-hint__content__value,.cycraft-chart.line .rv-hint .rv-hint__content .rv-hint__content__value,.cycraft-chart.area .rv-hint .rv-hint__content .rv-hint__content__value,.cycraft-chart.line-mark .rv-hint .rv-hint__content .rv-hint__content__value{background-color:#6a6280;padding:2px;border-radius:2px}.cycraft-chart.bar .rv-discrete-color-legend,.cycraft-chart.line .rv-discrete-color-legend,.cycraft-chart.area .rv-discrete-color-legend,.cycraft-chart.line-mark .rv-discrete-color-legend{display:flex;justify-content:center;position:relative}.cycraft-chart.bar .rv-discrete-color-legend .rv-discrete-color-legend-item,.cycraft-chart.line .rv-discrete-color-legend .rv-discrete-color-legend-item,.cycraft-chart.area .rv-discrete-color-legend .rv-discrete-color-legend-item,.cycraft-chart.line-mark .rv-discrete-color-legend .rv-discrete-color-legend-item{display:flex;align-items:center}.cycraft-chart.bar .rv-discrete-color-legend .rv-discrete-color-legend-item .rv-discrete-color-legend-item__title,.cycraft-chart.line .rv-discrete-color-legend .rv-discrete-color-legend-item .rv-discrete-color-legend-item__title,.cycraft-chart.area .rv-discrete-color-legend .rv-discrete-color-legend-item .rv-discrete-color-legend-item__title,.cycraft-chart.line-mark .rv-discrete-color-legend .rv-discrete-color-legend-item .rv-discrete-color-legend-item__title{margin-left:5px;color:#fff}.cycraft-chart.bar .rv-crosshair .rv-crosshair__line{display:none}</style><style>@font-face {
font-family: "xglyph";
src: url(https://xcockpit.cycraft.ai/fonts/xglyph.eot?t=1730967262832); /* IE9*/
src: url(https://xcockpit.cycraft.ai/fonts/xglyph.eot?t=1730967262832#iefix) format('embedded-opentype'), /* IE6-IE8 */
url(https://xcockpit.cycraft.ai/fonts/xglyph.woff2?t=1730967262832) format("woff2"),
url(https://xcockpit.cycraft.ai/fonts/xglyph.woff?t=1730967262832) format("woff"),
url(https://xcockpit.cycraft.ai/fonts/xglyph.ttf?t=1730967262832) format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url(https://xcockpit.cycraft.ai/3195e86ed6337b41dadd.svg?t=1730967262832#xglyph) format('svg'); /* iOS 4.1- */
}
[class^="xglyph-"], [class*=" xglyph-"] {
font-family: 'xglyph' !important;
font-style:normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.xglyph-AAD01Unknown:before { content: "\ea01"; }
.xglyph-AAD02User:before { content: "\ea02"; }
.xglyph-AAD03Group:before { content: "\ea03"; }
.xglyph-AAD04Tenant:before { content: "\ea04"; }
.xglyph-AAD05Subscription:before { content: "\ea05"; }
.xglyph-AAD06ServicePrincipal:before { content: "\ea06"; }
.xglyph-AAD07ManagedIdentity:before { content: "\ea07"; }
.xglyph-AAD08ManagementGroup:before { content: "\ea08"; }
.xglyph-AAD09ResourceGroup:before { content: "\ea09"; }
.xglyph-AAD10Catalog:before { content: "\ea0a"; }
.xglyph-AAD11API:before { content: "\ea0b"; }
.xglyph-AAD12Device:before { content: "\ea0c"; }
.xglyph-AAD13Application:before { content: "\ea0d"; }
.xglyph-AAD14Resource:before { content: "\ea0e"; }
.xglyph-AAD15Role:before { content: "\ea0f"; }
.xglyph-AAD16Contact:before { content: "\ea10"; }
.xglyph-AAD17DNS:before { content: "\ea11"; }
.xglyph-AAD18AdministrativeUnit:before { content: "\ea12"; }
.xglyph-AAD19AccessPackage:before { content: "\ea13"; }
.xglyph-AAD20HybridUser:before { content: "\ea14"; }
.xglyph-AAD21HybridGroup:before { content: "\ea15"; }
.xglyph-AAD22HybridDomain:before { content: "\ea16"; }
.xglyph-AD01User:before { content: "\ea17"; }
.xglyph-AD02ServiceUser:before { content: "\ea18"; }
.xglyph-AD03Group:before { content: "\ea19"; }
.xglyph-AD04Computer:before { content: "\ea1a"; }
.xglyph-AD05Server:before { content: "\ea1b"; }
.xglyph-AD06Domain:before { content: "\ea1c"; }
.xglyph-AD07OU:before { content: "\ea1d"; }
.xglyph-AD08Container:before { content: "\ea1e"; }
.xglyph-AD09GPO:before { content: "\ea1f"; }
.xglyph-AD10ShareFile:before { content: "\ea20"; }
.xglyph-AD11EnrollmentService:before { content: "\ea21"; }
.xglyph-AD12CertificateTemplate:before { content: "\ea22"; }
.xglyph-AD13Unknown:before { content: "\ea23"; }
.xglyph-AD19DNS:before { content: "\ea24"; }
.xglyph-AD20DirectoryService:before { content: "\ea25"; }
.xglyph-AD21Contact:before { content: "\ea26"; }
.xglyph-AIReport:before { content: "\ea27"; }
.xglyph-Account:before { content: "\ea28"; }
.xglyph-AccountOperation:before { content: "\ea29"; }
.xglyph-ActionPath:before { content: "\ea2a"; }
.xglyph-Add:before { content: "\ea2b"; }
.xglyph-Admin:before { content: "\ea2c"; }
.xglyph-AgentCommand:before { content: "\ea2d"; }
.xglyph-Announcement:before { content: "\ea2e"; }
.xglyph-AppleIcon:before { content: "\ea2f"; }
.xglyph-ArrowFall:before { content: "\ea30"; }
.xglyph-ArrowLeft:before { content: "\ea31"; }
.xglyph-ArrowRaise:before { content: "\ea32"; }
.xglyph-ArrowRight:before { content: "\ea33"; }
.xglyph-ArrowUp:before { content: "\ea34"; }
.xglyph-Ask:before { content: "\ea35"; }
.xglyph-AttemptedLogon:before { content: "\ea36"; }
.xglyph-AuditChanged:before { content: "\ea37"; }
.xglyph-Autoruns:before { content: "\ea38"; }
.xglyph-BarChart:before { content: "\ea39"; }
.xglyph-Bookmark:before { content: "\ea3a"; }
.xglyph-Briefcase:before { content: "\ea3b"; }
.xglyph-Broadcast:before { content: "\ea3c"; }
.xglyph-BruteForceLogon:before { content: "\ea3d"; }
.xglyph-CPU:before { content: "\ea3e"; }
.xglyph-Calendar:before { content: "\ea3f"; }
.xglyph-Cancel:before { content: "\ea40"; }
.xglyph-Change:before { content: "\ea41"; }
.xglyph-ChangeTrust:before { content: "\ea42"; }
.xglyph-ChevronBackward:before { content: "\ea43"; }
.xglyph-ChevronDown:before { content: "\ea44"; }
.xglyph-ChevronFront:before { content: "\ea45"; }
.xglyph-ChevronUp:before { content: "\ea46"; }
.xglyph-Closed:before { content: "\ea47"; }
.xglyph-Comparison:before { content: "\ea48"; }
.xglyph-Completed:before { content: "\ea49"; }
.xglyph-CompromisedEndpoint:before { content: "\ea4a"; }
.xglyph-Confirmed:before { content: "\ea4b"; }
.xglyph-Connect:before { content: "\ea4c"; }
.xglyph-Copy:before { content: "\ea4d"; }
.xglyph-Countries:before { content: "\ea4e"; }
.xglyph-Create:before { content: "\ea4f"; }
.xglyph-CredentialsLeaked:before { content: "\ea50"; }
.xglyph-CreditCardsLeaked:before { content: "\ea51"; }
.xglyph-Cycle:before { content: "\ea52"; }
.xglyph-DNS:before { content: "\ea53"; }
.xglyph-Defend:before { content: "\ea54"; }
.xglyph-Delete:before { content: "\ea55"; }
.xglyph-Deleted:before { content: "\ea56"; }
.xglyph-Desktop:before { content: "\ea57"; }
.xglyph-Disable:before { content: "\ea58"; }
.xglyph-Disconnect:before { content: "\ea59"; }
.xglyph-DllModule:before { content: "\ea5a"; }
.xglyph-Document:before { content: "\ea5b"; }
.xglyph-DomainRegistered:before { content: "\ea5c"; }
.xglyph-Download:before { content: "\ea5d"; }
.xglyph-EDRAlert:before { content: "\ea5e"; }
.xglyph-Edit:before { content: "\ea5f"; }
.xglyph-Email:before { content: "\ea60"; }
.xglyph-EndpointForensic:before { content: "\ea61"; }
.xglyph-EndpointSystem:before { content: "\ea62"; }
.xglyph-EntityReference:before { content: "\ea63"; }
.xglyph-ErrorFill:before { content: "\ea64"; }
.xglyph-Execution:before { content: "\ea65"; }
.xglyph-Fetch:before { content: "\ea66"; }
.xglyph-FileAccessed:before { content: "\ea67"; }
.xglyph-FileCreation:before { content: "\ea68"; }
.xglyph-FileMovement:before { content: "\ea69"; }
.xglyph-FileSighting:before { content: "\ea6a"; }
.xglyph-Filter:before { content: "\ea6b"; }
.xglyph-FilterSeverity:before { content: "\ea6c"; }
.xglyph-Finding:before { content: "\ea6d"; }
.xglyph-Flag:before { content: "\ea6e"; }
.xglyph-Focus:before { content: "\ea6f"; }
.xglyph-Fold:before { content: "\ea70"; }
.xglyph-Folder:before { content: "\ea71"; }
.xglyph-Grade:before { content: "\ea72"; }
.xglyph-Group:before { content: "\ea73"; }
.xglyph-HexagonMark:before { content: "\ea74"; }
.xglyph-Hierarchy:before { content: "\ea75"; }
.xglyph-HighlyRecommended:before { content: "\ea76"; }
.xglyph-Home:before { content: "\ea77"; }
.xglyph-How:before { content: "\ea78"; }
.xglyph-IP:before { content: "\ea79"; }
.xglyph-IdentityReport:before { content: "\ea7a"; }
.xglyph-IdentityThreat:before { content: "\ea7b"; }
.xglyph-InProcess:before { content: "\ea7c"; }
.xglyph-IndexArrow:before { content: "\ea7d"; }
.xglyph-IndicatorRemoval:before { content: "\ea7e"; }
.xglyph-Info:before { content: "\ea7f"; }
.xglyph-InfoFill:before { content: "\ea80"; }
.xglyph-Internet:before { content: "\ea81"; }
.xglyph-Interrupt:before { content: "\ea82"; }
.xglyph-Investigated:before { content: "\ea83"; }
.xglyph-Invisible:before { content: "\ea84"; }
.xglyph-Key:before { content: "\ea85"; }
.xglyph-LabelImportant:before { content: "\ea86"; }
.xglyph-Laptop:before { content: "\ea87"; }
.xglyph-LatestVersion:before { content: "\ea88"; }
.xglyph-Launch:before { content: "\ea89"; }
.xglyph-Level1:before { content: "\ea8a"; }
.xglyph-Level2:before { content: "\ea8b"; }
.xglyph-Level3:before { content: "\ea8c"; }
.xglyph-Level4:before { content: "\ea8d"; }
.xglyph-Link:before { content: "\ea8e"; }
.xglyph-LinuxIcon:before { content: "\ea8f"; }
.xglyph-Lock:before { content: "\ea90"; }
.xglyph-Logon:before { content: "\ea91"; }
.xglyph-Logout:before { content: "\ea92"; }
.xglyph-MacAddress:before { content: "\ea93"; }
.xglyph-Mail:before { content: "\ea94"; }
.xglyph-Manufacturer:before { content: "\ea95"; }
.xglyph-Menu:before { content: "\ea96"; }
.xglyph-Merged:before { content: "\ea97"; }
.xglyph-Mobile:before { content: "\ea98"; }
.xglyph-Modification:before { content: "\ea99"; }
.xglyph-ModuleSighting:before { content: "\ea9a"; }
.xglyph-MoreFunctions:before { content: "\ea9b"; }
.xglyph-Mouse:before { content: "\ea9c"; }
.xglyph-Network:before { content: "\ea9d"; }
.xglyph-Normal:before { content: "\ea9e"; }
.xglyph-NotRecommended:before { content: "\ea9f"; }
.xglyph-NoticeEDRAlert:before { content: "\eaa0"; }
.xglyph-Notifications:before { content: "\eaa1"; }
.xglyph-Notify:before { content: "\eaa2"; }
.xglyph-OS:before { content: "\eaa3"; }
.xglyph-OpenModal:before { content: "\eaa4"; }
.xglyph-Optional:before { content: "\eaa5"; }
.xglyph-OrderBy:before { content: "\eaa6"; }
.xglyph-Organization:before { content: "\eaa7"; }
.xglyph-Papers:before { content: "\eaa8"; }
.xglyph-PastDate:before { content: "\eaa9"; }
.xglyph-Path:before { content: "\eaaa"; }
.xglyph-PathMark:before { content: "\eaab"; }
.xglyph-Pause:before { content: "\eaac"; }
.xglyph-PieChart:before { content: "\eaad"; }
.xglyph-Pin:before { content: "\eaae"; }
.xglyph-Plans:before { content: "\eaaf"; }
.xglyph-Power:before { content: "\eab0"; }
.xglyph-Privileges:before { content: "\eab1"; }
.xglyph-Process:before { content: "\eab2"; }
.xglyph-Recommended:before { content: "\eab3"; }
.xglyph-Refresh:before { content: "\eab4"; }
.xglyph-RefreshTime:before { content: "\eab5"; }
.xglyph-RemoteAccessed:before { content: "\eab6"; }
.xglyph-Reopened:before { content: "\eab7"; }
.xglyph-Request:before { content: "\eab8"; }
.xglyph-Scan:before { content: "\eab9"; }
.xglyph-ScheduledTask:before { content: "\eaba"; }
.xglyph-Search:before { content: "\eabb"; }
.xglyph-Send:before { content: "\eabc"; }
.xglyph-Sentry:before { content: "\eabd"; }
.xglyph-Server:before { content: "\eabe"; }
.xglyph-ServiceMessage:before { content: "\eabf"; }
.xglyph-Settings:before { content: "\eac0"; }
.xglyph-Silent:before { content: "\eac1"; }
.xglyph-Start:before { content: "\eac2"; }
.xglyph-Stop:before { content: "\eac3"; }
.xglyph-StopNotifications:before { content: "\eac4"; }
.xglyph-Switch:before { content: "\eac5"; }
.xglyph-SwitchBlockDown:before { content: "\eac6"; }
.xglyph-SwitchBlockUp:before { content: "\eac7"; }
.xglyph-Synchronize:before { content: "\eac8"; }
.xglyph-Target:before { content: "\eac9"; }
.xglyph-TargetedDomain:before { content: "\eaca"; }
.xglyph-TaskExecution:before { content: "\eacb"; }
.xglyph-Threat:before { content: "\eacc"; }
.xglyph-ThreatActivity:before { content: "\eacd"; }
.xglyph-Tick:before { content: "\eace"; }
.xglyph-Time:before { content: "\eacf"; }
.xglyph-TrendingDown:before { content: "\ead0"; }
.xglyph-TrendingFlat:before { content: "\ead1"; }
.xglyph-TrendingUp:before { content: "\ead2"; }
.xglyph-URL:before { content: "\ead3"; }
.xglyph-Uncompleted:before { content: "\ead4"; }
.xglyph-Undo:before { content: "\ead5"; }
.xglyph-Unfold:before { content: "\ead6"; }
.xglyph-UnknownDocument:before { content: "\ead7"; }
.xglyph-Unlink:before { content: "\ead8"; }
.xglyph-Unpin:before { content: "\ead9"; }
.xglyph-UpdateAvailable:before { content: "\eada"; }
.xglyph-Upload:before { content: "\eadb"; }
.xglyph-UsbFlashDrive:before { content: "\eadc"; }
.xglyph-User:before { content: "\eadd"; }
.xglyph-UserActivity:before { content: "\eade"; }
.xglyph-UserExecution:before { content: "\eadf"; }
.xglyph-Visible:before { content: "\eae0"; }
.xglyph-Warning:before { content: "\eae1"; }
.xglyph-WarningFill:before { content: "\eae2"; }
.xglyph-WebmailCredentialsFound:before { content: "\eae3"; }
.xglyph-WebshellFound:before { content: "\eae4"; }
.xglyph-Website:before { content: "\eae5"; }
.xglyph-WhiteList:before { content: "\eae6"; }
.xglyph-WindowOpen:before { content: "\eae7"; }
.xglyph-WindowsIcon:before { content: "\eae8"; }
.xglyph-WindowsServer:before { content: "\eae9"; }
</style><style>.prod-logo{width:194px !important}.header{width:100%}.header-logo{cursor:pointer;margin-left:24px;width:173px;height:32px;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width=%27172.44%27 height=%2732%27 viewBox=%270 0 194 36%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0_1621_4444%29%27%3E%3Cpath d=%27M13.6387 25.1096L9.61558 18.1361L0.105232 34.7753C-0.201624 35.3286 0.203864 36.0088 0.839495 35.9989H6.56894C7.0632 35.9934 7.51471 35.7212 7.75472 35.2914L13.6387 25.1096Z%27 fill=%27%2385D2DF%27/%3E%3Cpath d=%27M0.843749 -0.000217984H6.61813C7.11567 0.00634318 7.31513 0.279725 7.55732 0.712762L13.6649 10.6321L9.61545 17.6515L0.105102 1.23109C-0.203946 0.674488 0.20483 -0.0111533 0.843749 -0.000217984Z%27 fill=%27%2385D2DF%27/%3E%3Cpath d=%27M34.2474 34.8748C34.5356 35.3712 34.1783 35.9945 33.6041 36C33.6041 36 26.6384 35.9705 24.131 35.9595C23.583 35.9574 23.0767 35.6654 22.8005 35.1919C20.7917 31.744 12.6688 17.795 12.6688 17.795C12.6688 17.795 20.6306 4.1729 22.6219 0.76547C22.8992 0.290879 23.4077 8.58941e-07 23.9578 8.58941e-07H33.603C34.1772 0.00328144 34.5345 0.625498 34.2463 1.12305L31.7783 5.36812C31.6435 5.60105 31.3958 5.7443 31.1273 5.74102C31.1273 5.74102 29.2664 5.77382 28.2418 5.79241C27.8341 5.80007 27.4604 6.01987 27.2565 6.37308C25.8844 8.75368 20.6723 17.7961 20.6723 17.7961C20.6723 17.7961 26.0839 27.1829 27.4976 29.6346C27.7048 29.9933 28.0883 30.2152 28.5026 30.2152H30.8106C31.0802 30.212 31.3268 30.3552 31.4616 30.586L34.2463 34.8748H34.2474Z%27 fill=%27%233BB0C0%27/%3E%3Cpath d=%27M38.9741 27.2321H33.0999C32.5947 27.2266 32.1334 26.9806 31.8868 26.5946L26.8171 17.9065L31.741 9.43167C31.9755 9.04566 32.4128 8.80727 32.8928 8.8018H38.5357C39.1516 8.79633 39.5472 9.39558 39.2491 9.88986L34.2353 17.9065L39.7259 26.1309C40.0382 26.6274 39.6239 27.2409 38.9741 27.2321Z%27 fill=%27%2385D2DF%27/%3E%3Cpath d=%27M48.7562 26.0577L55.3941 18.146L48.7562 10.2332V8.86741H52.9141L58.0802 14.9759L63.1948 8.86741H67.3527V10.2332L60.6885 18.146L67.3527 26.0325V27.4246H63.1948L58.0287 21.3424L52.9141 27.4246H48.7562V26.0577Z%27 fill=%27%23F1F1F1%27/%3E%3Cpath d=%27M73.2619 27.4235C72.2109 27.4235 71.3123 27.0495 70.5627 26.3026C69.8142 25.5557 69.4394 24.6579 69.4394 23.6092V12.6816C69.4394 11.634 69.8142 10.7352 70.5627 9.98827C71.3123 9.24139 72.2109 8.86741 73.2619 8.86741H86.6146V12.8883H73.4428V23.4037H86.6146V27.4246H73.2619V27.4235Z%27 fill=%27%23F1F1F1%27/%3E%3Cpath d=%27M113.405 27.4235C112.354 27.4235 111.456 27.0495 110.706 26.3026C109.958 25.5557 109.583 24.6579 109.583 23.6092V12.6816C109.583 11.634 109.958 10.7352 110.706 9.98827C111.456 9.24139 112.354 8.86741 113.405 8.86741H126.301V12.8883H113.586V23.4037H126.301V27.4246H113.405V27.4235Z%27 fill=%27%23F1F1F1%27/%3E%3Cpath d=%27M92.4919 27.4235C91.441 27.4235 90.5423 27.0495 89.7927 26.3026C89.0431 25.5557 88.6694 24.6579 88.6694 23.6092V12.6816C88.6694 11.634 89.0442 10.7352 89.7927 9.98827C90.5412 9.24139 91.441 8.86741 92.4919 8.86741H103.443C104.477 8.86741 105.372 9.24139 106.13 9.98827C106.887 10.7352 107.266 11.634 107.266 12.6816V23.6092C107.266 24.6579 106.887 25.5557 106.13 26.3026C105.371 27.0495 104.477 27.4235 103.443 27.4235H92.4919ZM103.211 23.4026V12.8872H92.6728V23.4026H103.211Z%27 fill=%27%23F1F1F1%27/%3E%3Cpath d=%27M128.497 8.86741H132.527V16.135H135.941L142.036 8.86741H146.22V10.2595L139.582 18.146L146.22 26.0325V27.4246H142.036L135.941 20.157H132.527V27.4246H128.497V8.86741Z%27 fill=%27%23F1F1F1%27/%3E%3Cpath d=%27M148.601 27.4235V8.89256H161.878C162.928 8.89256 163.832 9.27092 164.59 10.0265C165.347 10.7833 165.726 11.6767 165.726 12.7068V17.5008C165.726 18.532 165.347 19.4254 164.59 20.181C163.832 20.9378 162.929 21.315 161.878 21.315L152.603 21.3413V27.4235H148.6H148.601ZM161.672 17.2952V12.8883H152.604V17.2952H161.672Z%27 fill=%27%23F1F1F1%27/%3E%3Cpath d=%27M168.381 27.4235V8.86741H172.333V27.4235H168.381Z%27 fill=%27%23F1F1F1%27/%3E%3Cpath d=%27M182.687 27.4235V12.8883H175.403V8.86741H194V12.8883H186.717V27.4235H182.687Z%27 fill=%27%23F1F1F1%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_1621_4444%27%3E%3Crect width=%27194%27 height=%2736%27 fill=%27white%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.header .dropdown-item{display:flex;align-items:center}.header .dropdown-item .icon{margin-right:4px}.nav-btn{margin:0px 5px}.modal-content,.offcanvas{background-color:#2d293a !important}.modal-content .offcanvas-title,.offcanvas .offcanvas-title{width:100%}.modal-content .offcanvas-title .x-ellipsis,.offcanvas .offcanvas-title .x-ellipsis{width:unset}.react-datepicker-wrapper{width:100%}.overflow-visible *{overflow:visible !important}.row .middle div.divider{height:1px;width:110%;background-color:#73698a;margin:8px 0 16px 0px}@media(max-width: 992px){.row .middle div.divider{width:100%}}.row div.divider{height:1px;width:100%;background-color:#73698a;margin:8px 0 16px 0px}.force-graph-container canvas{border-radius:4px}.cockpit-title{margin-bottom:12px}.apexcharts-tooltip{background-color:var(--x-purple-700) !important;border-radius:2px !important}.apexcharts-tooltip-title{background-color:var(--x-purple-300) !important}.apexcharts-bar-series .apexcharts-series .apexcharts-bar-area[selected=true]{filter:unset}.apexcharts-graphical .apexcharts-xaxis .apexcharts-xaxis-label{font-family:var(--bs-font-monospace) !important}.morefunction-icon:hover{opacity:1 !important}.sorting-icon{cursor:pointer;display:block;width:8px;height:14px;margin:0 0 0 5px;background-position:center;background-repeat:no-repeat}.sorting-icon.default{background-image:url("data:image/svg+xml,%3csvg viewBox=\"0 0 8 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"%3e%3cpath d=\"M4.79497 13.6088C4.38145 14.1304 3.6193 14.1304 3.20578 13.6088L0.24246 9.87049C-0.318947 9.16226 0.160112 8.08703 1.03706 8.08703H6.96369C7.84064 8.08703 8.31969 9.16227 7.75829 9.87049L4.79497 13.6088Z\" fill=\"%23958EA9\"/%3e%3cpath d=\"M3.20503 0.391246C3.61855 -0.130416 4.3807 -0.130415 4.79422 0.391247L7.75754 4.12951C8.31895 4.83774 7.83989 5.91297 6.96294 5.91297L1.03631 5.91297C0.159363 5.91297 -0.319694 4.83773 0.241713 4.12951L3.20503 0.391246Z\" fill=\"%23958EA9\"/%3e%3c/svg%3e")}.sorting-icon.desc{background-image:url("data:image/svg+xml,%3csvg viewBox=\"0 0 8 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"%3e%3cpath d=\"M4.79497 13.6088C4.38145 14.1304 3.6193 14.1304 3.20578 13.6088L0.24246 9.87049C-0.318947 9.16226 0.160112 8.08703 1.03706 8.08703H6.96369C7.84064 8.08703 8.31969 9.16227 7.75829 9.87049L4.79497 13.6088Z\" fill=\"%23FF595A\"/%3e%3cpath d=\"M3.20503 0.391246C3.61855 -0.130416 4.3807 -0.130415 4.79422 0.391247L7.75754 4.12951C8.31895 4.83774 7.83989 5.91297 6.96294 5.91297L1.03631 5.91297C0.159363 5.91297 -0.319694 4.83773 0.241713 4.12951L3.20503 0.391246Z\" fill=\"%23958EA9\"/%3e%3c/svg%3e")}.sorting-icon.asc{background-image:url("data:image/svg+xml,%3csvg viewBox=\"0 0 8 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"%3e%3cpath d=\"M4.79497 13.6088C4.38145 14.1304 3.6193 14.1304 3.20578 13.6088L0.24246 9.87049C-0.318947 9.16226 0.160112 8.08703 1.03706 8.08703H6.96369C7.84064 8.08703 8.31969 9.16227 7.75829 9.87049L4.79497 13.6088Z\" fill=\"%23958EA9\"/%3e%3cpath d=\"M3.20503 0.391246C3.61855 -0.130416 4.3807 -0.130415 4.79422 0.391247L7.75754 4.12951C8.31895 4.83774 7.83989 5.91297 6.96294 5.91297L1.03631 5.91297C0.159363 5.91297 -0.319694 4.83773 0.241713 4.12951L3.20503 0.391246Z\" fill=\"%23FF595A\"/%3e%3c/svg%3e")}.tooltip-inner{max-width:360px;padding:6px 8px}.two-col-ul{width:360px}.two-col-ul ul{columns:3;-webkit-columns:3;-moz-columns:3;width:360px}.two-col-ul ul li{width:120px}.notifications-dialog{position:absolute;width:500px;max-width:500px;margin:0;top:3rem;right:16px}.notifications-dialog .modal-content .modal-body{padding:24px}.license section>ol>li{font-weight:bold;padding-bottom:1rem}.license section>ol>li>ol>li{font-weight:normal;list-style-type:lower-alpha}.license .underline{text-decoration:underline}.license .item-content{padding-left:2rem;font-weight:normal;list-style-type:lower-alpha}.react-table-v7 .equal-height{height:33px}.locale-en{font-family:Inter,"Noto Sans TC","Noto Sans JP",system-ui,-apple-system,"Segoe UI","Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.locale-zh-tw{font-family:"Noto Sans TC",Inter,"Noto Sans JP",system-ui,-apple-system,"Segoe UI","Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.locale-ja{font-family:"Noto Sans JP",Inter,"Noto Sans TC",system-ui,-apple-system,"Segoe UI","Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.icon-spinner{animation:spin-animation 1s infinite;display:inline-block}@keyframes spin-animation{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}div.modal-dialog>div.modal-content>div.alert{margin:16px 16px 0 16px}div.modal-dialog>div.modal-content>div.alert>div{display:flex}div.modal-dialog>div.modal-content div.alert>div{display:flex}</style><style>:root{--toastify-toast-width: 350px}.Toastify__toast{box-shadow:0px 6px 24px 0px rgba(0,0,0,.4)}.Toastify__toast-icon{margin-right:4px}.Toastify__toast-theme--dark{color:var(--x-gray-300);background-color:var(--x-bg-400)}.Toastify__progress-bar{background-color:var(--x-theme-info)}.Toastify__progress-bar--info{background-color:var(--x-gray-200)}.Toastify__progress-bar--success{background-color:var(--x-cyan-light)}.Toastify__progress-bar--warning{background-color:var(--x-red)}.Toastify__progress-bar--error{background-color:var(--x-purple)}.Toastify__close-button{margin:0;padding:0;width:14px;height:14px}.copied{--toastify-toast-min-height: 21px}.copied .Toastify__toast-body{margin:0;padding:0 4px}</style><script charset="utf-8" data-webpack="xensor-cockpit-frontend:chunk-438" src="/static/Login.c720b81b.chunk.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="app"><div id="main"><div>Loading...</div></div></div></body></html>