@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap";.progress[data-v-c806b80d]{display:flex;width:100%;height:100%;align-items:center;justify-content:center;color:currentColor;animation:blink-c806b80d .8s linear infinite;cursor:wait}.progress__progress[data-v-c806b80d]{position:relative;text-align:center;width:1em;height:1em;display:block}.progress__progress[data-v-c806b80d]:before,.progress__progress[data-v-c806b80d]:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1em;height:1em;border:.125em solid transparent;border-radius:50%}.progress__progress[data-v-c806b80d]:before{border-color:currentColor;opacity:.3;border-width:.0625em}.progress__progress[data-v-c806b80d]:after{border-top-color:currentColor;animation:spin-c806b80d 1s linear infinite;opacity:1}@keyframes spin-c806b80d{to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes blink-c806b80d{40%{opacity:0}}.button[data-v-efd2f7dc]{--button-color: var(--theme-text-color);--button-text-color: var(--theme-background-color);position:relative;display:inline-flex;align-items:center;justify-content:center;background:var(--button-color);color:var(--button-text-color);text-align:center;text-decoration:none;font-family:inherit;font-style:normal;font-size:1em;font-weight:500;vertical-align:middle;box-shadow:none;border-radius:var(--theme-border-radius);border:0;padding:.6em 1.2em;overflow:hidden;transition:all var(--theme-transition-duration);cursor:pointer}.button--enter-active[data-v-efd2f7dc],.button--leave-active[data-v-efd2f7dc]{transition-property:opacity,transform;transition-duration:var(--theme-transition-duration)}.button--enter-from[data-v-efd2f7dc],.button--leave-to[data-v-efd2f7dc]{opacity:0;transform:translateY(100%)}.button--enter-to[data-v-efd2f7dc],.button--leave-from[data-v-efd2f7dc]{opacity:1;transform:translateY(0)}.button--tile[data-v-efd2f7dc]{border-radius:0}.button--text[data-v-efd2f7dc]{padding:0;border-radius:inherit;background:inherit;color:inherit}.button--text[data-v-efd2f7dc]:not([disabled]):not(.button--disabled):not(.button--pending):hover{text-decoration:underline}.button--text[data-v-efd2f7dc]:not([disabled]):not(.button--disabled):not(.button--pending):active{text-shadow:0 0 .0625em currentColor}.button--icon[data-v-efd2f7dc]{width:2.5em;height:2.5em;padding:0}.button--outlined[data-v-efd2f7dc]{border:1px solid currentColor}.button--reverse[data-v-efd2f7dc]{background-color:var(--button-text-color);color:var(--button-color)}.button--block[data-v-efd2f7dc]{width:100%}.button [disabled][data-v-efd2f7dc],.button--disabled[data-v-efd2f7dc]{opacity:.35;cursor:not-allowed}.button--rounded[data-v-efd2f7dc]{border-radius:99em}.button--discret[data-v-efd2f7dc]{color:inherit;background:none;border:inherit;line-height:inherit;font-weight:400;font-size:inherit}.button--primary[data-v-efd2f7dc]{--button-color: var(--theme-primary-color);--button-text-color: var(--theme-primary-text-color)}.button--secondary[data-v-efd2f7dc]{--button-color: var(--theme-secondary-color);--button-text-color: var(--theme-secondary-text-color)}.button--extra-small[data-v-efd2f7dc]{font-size:.75em}.button--small[data-v-efd2f7dc]{font-size:.875em}.button--large[data-v-efd2f7dc]{font-size:1.125em}.button--extra-large[data-v-efd2f7dc]{font-size:1.25em}.button__inner[data-v-efd2f7dc]{position:relative;z-index:1;transition:color var(--theme-transition-duration);width:100%}.button--pending .button__inner[data-v-efd2f7dc]{color:transparent}.button__overlay[data-v-efd2f7dc]{position:absolute;top:0;left:0;right:0;bottom:0;background-color:currentColor;opacity:0;pointer-events:none;transition:opacity var(--theme-transition-duration)}.button:not([disabled]):not(.button--disabled):not(.button--pending):not(.button--text):hover .button__overlay[data-v-efd2f7dc]{opacity:.07}.button:not([disabled]):not(.button--disabled):not(.button--pending):not(.button--text):active .button__overlay[data-v-efd2f7dc]{opacity:.5}.button__loader[data-v-efd2f7dc]{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;cursor:wait}.layout__main[data-v-b507f40f]{position:relative;z-index:0}.toggler[data-v-b507f40f]{position:fixed;bottom:1.25em;right:1.25em}.theme--enter-from{opacity:0}.theme--enter-to{opacity:1}.theme--leave-active{transition:clip-path var(--theme-transition-duration)}.theme--leave-from{clip-path:polygon(-40% 100%,-20% 0,120% 0,100% 100%)}.theme--leave-to{clip-path:polygon(100% 100%,120% 0,120% 0,100% 100%)}.theme,.theme__switcher{background-color:var(--theme-background-color);color:var(--theme-text-color);--theme-background-color: white;--theme-text-color: #213547;--theme-primary-color: #646cff;--theme-primary-text-color: white;--theme-secondary-color: #f9f9f9;--theme-secondary-text-color: var(--theme-text-color);--theme-transition-duration: .35s;--theme-border-radius: .5em}.theme--dark,.theme__switcher--dark{--theme-background-color: #213547;--theme-text-color: white;--theme-secondary-color: #2c4760}.theme__switcher{position:fixed;z-index:1000;top:0;left:0;right:0;bottom:0;overflow:hidden}.ct-loading-placeholder__line{position:relative;display:inline-block;height:auto;width:100%;min-height:1em;overflow:hidden;border-radius:var(--theme-border-radius)}.ct-loading-placeholder__line:before,.ct-loading-placeholder__line:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.ct-loading-placeholder__line:before{background-color:var(--theme-border-color)}.ct-loading-placeholder__line:after{transform:translate(-100%);background-image:linear-gradient(90deg,rgba(var(--theme-background-color--rgb),0),rgba(var(--theme-background-color--rgb),.3),rgba(var(--theme-background-color--rgb),0));animation:ContentLoadingPlaceholderAnimation 1.5s infinite}.ct-loading-placeholder--complete .ct-loading-placeholder__line{opacity:0;visibility:hidden}@keyframes ContentLoadingPlaceholderAnimation{to{transform:translate(100%)}}.page--enter-active,.page--leave-active{transition-timing-function:ease-in-out;transition-property:opacity;transition-duration:var(--theme-transition-duration)}.page--enter-from,.page--leave-to{opacity:0}html,body{box-sizing:border-box;margin:0;padding:0;font-family:DM Sans,Avenir,Helvetica,Arial,sans-serif;width:100%;line-height:1.5;background-color:var(--theme-background-color);color:var(--theme-text-color)}*,*:before,*:after{box-sizing:inherit}a{color:inherit;text-decoration:inherit}
