:root{--fandom-banner-notification-background-color:#fff;--fandom-border-color:#d6d0d5}body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:root,[data-theme=light]{--theme-page-background-color:#fff;--theme-page-background-color--rgb:255,255,255;--theme-page-background-color--secondary:#f4f3f4;--theme-page-text-color:#3a3a3a;--theme-page-text-color--rgb:58,58,58;--theme-page-text-color--hover:#6d6d6d;--theme-page-dynamic-color-1--rgb:30,12,27;--theme-link-color:#520044;--theme-link-color--rgb:82,0,68;--theme-link-color--hover:#eb00c3;--theme-link-label-color:#fff;--theme-accent-color:#520044;--theme-accent-color--rgb:82,0,68;--theme-accent-color--hover:#eb00c3;--theme-accent-label-color:#fff;--theme-border-color:#d6d0d5;--theme-page-text-mix-color:#9d9d9d;--theme-page-accent-mix-color:#a980a2;--theme-alert-color:#bf0017;--theme-alert-color--rgb:191,0,23;--theme-alert-color--hover:#59000b;--theme-warning-color:#cf721c;--theme-success-color:#0c742f;--theme-message-color:#753369}.wds-input{--wds-input-border-color:var(--theme-border-color);--wds-input-border-color--hover:rgba(var(--theme-page-text-color--rgb),0.75);--wds-input-border-color--active:var(--theme-link-color);--wds-input-text-color:var(--theme-page-text-color);--wds-input-text-color--secondary:rgba(var(--theme-page-text-color--rgb),0.5);margin:30px 0 18px;position:relative}.wds-input__field{background-color:transparent;border:0;border-bottom:1px solid var(--wds-input-border-color);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:16px;font-family:inherit;line-height:1;padding:0 0 2px;resize:none;width:100%}.wds-input__field:disabled{border-bottom-color:var(--wds-input-border-color);border-bottom-style:dashed;color:var(--wds-input-text-color--secondary)}.wds-input__field:-moz-read-only,.wds-input__field:-moz-read-only~*{cursor:not-allowed}.wds-input__field:disabled,.wds-input__field:disabled~*,.wds-input__field:read-only,.wds-input__field:read-only~*{cursor:not-allowed}.wds-input__label{color:var(--wds-input-text-color--secondary);top:0;left:0;position:absolute;pointer-events:none;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease;text-overflow:ellipsis;white-space:nowrap}.wds-input__hint-container{display:none;margin-top:6px;-moz-box-pack:justify;justify-content:space-between}.wds-input__countdown{visibility:hidden;margin-left:auto}.wds-input__countdown,.wds-input__hint{font-size:12px;color:var(--wds-input-text-color--secondary);line-height:1}.wds-input:first-of-type{margin-top:18px}.wds-input:focus-within>.wds-input__field{border-color:var(--wds-input-border-color--active);outline:0}.wds-input:focus-within .wds-input__countdown,.wds-input:focus-within .wds-input__hint{color:var(--wds-input-text-color)}.wds-input:focus-within .wds-input__countdown{visibility:visible}.wds-input.is-resize .wds-input__field{resize:vertical}.wds-input.is-empty:not(:focus-within) .wds-input__field{border-bottom-color:var(--wds-input-border-color);color:var(--wds-input-text-color--secondary)}.wds-input.is-empty .wds-input__field:not(:placeholder-shown)~.wds-input__label{-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0);font-size:16px;height:1em;line-height:1em}.wds-input.is-empty .wds-input__hint{color:var(--wds-input-text-color--secondary)}.wds-input.has-error .wds-input__label{color:var(--theme-alert-color)}.wds-input.has-error .wds-input__field{border-bottom-color:var(--theme-alert-color)}.wds-input.has-error .wds-input__countdown,.wds-input.has-error .wds-input__hint{color:var(--theme-alert-color)}.wds-input.has-countdown,.wds-input.has-hint{margin-bottom:0}.wds-input.has-countdown .wds-input__hint-container,.wds-input.has-hint .wds-input__hint-container{display:-moz-box;display:flex}.wds-input textarea.wds-input__field{line-height:1.5em}.wds-input:focus-within .wds-input__field,.wds-input:not(.is-empty) .wds-input__field:not(:disabled){color:var(--wds-input-text-color)}.wds-input.is-empty:focus-within .wds-input__field:not(:placeholder-shown)~.wds-input__label,.wds-input:not(.is-empty) .wds-input__label,.wds-input__field:placeholder-shown~.wds-input__label{-webkit-transform:translateY(-16px);-moz-transform:translateY(-16px);transform:translateY(-16px);font-size:12px;line-height:.75em}.wds-input:hover:not(:focus-within):not(.has-error)>.wds-input__field:not(:disabled){border-color:var(--wds-input-border-color--hover)}.wds-input input:-webkit-autofill{-webkit-animation-name:onAutoFillStart;animation-name:onAutoFillStart}.wds-input input:not(:-webkit-autofill){-webkit-animation-name:onAutoFillCancel;animation-name:onAutoFillCancel}.wds-button{--wds-primary-button-background-color:var(--theme-accent-color);--wds-primary-button-background-color--hover:var(--theme-accent-color--hover);--wds-primary-button-label-color:var(--theme-accent-label-color);--wds-secondary-button-label-color:var(--theme-page-text-color);--wds-secondary-button-label-color--hover:var(--theme-page-text-color--hover);--wds-text-button-label-color:var(--theme-page-text-color);--wds-text-button-label-color--hover:var(--theme-page-text-color--hover);-moz-box-align:center;align-items:center;-webkit-appearance:none;background-color:var(--wds-primary-button-background-color);border:1px solid var(--wds-primary-button-background-color);border-radius:3px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;color:var(--wds-primary-button-label-color);cursor:default;display:-moz-inline-box;display:inline-flex;font-size:12px;font-weight:600;font-family:inherit;-moz-box-pack:center;justify-content:center;letter-spacing:.15px;line-height:16px;margin:0;min-height:18px;outline:none;padding:7px 18px;text-decoration:none;text-transform:uppercase;-webkit-transition-duration:.3s;-moz-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:background-color,border-color,color;-moz-transition-property:background-color,border-color,color;transition-property:background-color,border-color,color;vertical-align:top}a.wds-button,button.wds-button{cursor:pointer}.wds-button.wds-is-active,.wds-button:active,.wds-button:focus,.wds-button:hover{background-color:var(--wds-primary-button-background-color--hover);border:1px solid var(--wds-primary-button-background-color--hover);color:var(--wds-primary-button-label-color);text-decoration:none}.wds-button:disabled{cursor:default;opacity:.5;pointer-events:none}.wds-button.wds-is-full-width{display:-moz-box;display:flex;width:100%}.wds-button.wds-is-full-width,.wds-button.wds-is-square{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.wds-button.wds-is-square{height:36px;min-width:36px;width:36px;-moz-box-align:center;align-items:center;display:-moz-inline-box;display:inline-flex;-moz-box-pack:center;justify-content:center;padding:0}.wds-button.wds-is-secondary,.wds-button.wds-is-secondary:disabled{background:none;border-color:currentColor;color:var(--wds-secondary-button-label-color)}.wds-button.wds-is-secondary.wds-is-active,.wds-button.wds-is-secondary:active,.wds-button.wds-is-secondary:focus,.wds-button.wds-is-secondary:hover{color:var(--wds-secondary-button-label-color--hover)}.wds-button.wds-is-text,.wds-button.wds-is-text:disabled{background:none;border:0;color:var(--wds-text-button-label-color)}.wds-button.wds-is-text.wds-is-active,.wds-button.wds-is-text:active,.wds-button.wds-is-text:focus,.wds-button.wds-is-text:hover{color:var(--wds-text-button-label-color--hover)}.wds-button .wds-icon{align-self:center;pointer-events:none;margin:0 6px}.wds-button .wds-icon:first-child{margin-left:0}.wds-button .wds-icon:last-child{margin-right:0}.wds-button .wds-list{color:#1e0c1b;font-weight:400;letter-spacing:normal;text-align:left;text-transform:none}.wds-button .wds-dropdown__content{top:-webkit-calc(100% + 1px);top:-moz-calc(100% + 1px);top:calc(100% + 1px)}.wds-button.wds-is-fullwidth{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%}@-webkit-keyframes fade-in-modal{0%{opacity:0}to{opacity:1}}@keyframes fade-in-modal{0%{opacity:0}to{opacity:1}}.wds-modal{--modal-overlay-bg-color:rgba(0,0,0,0.3);--modal-modal-max-width:420px;--modal-modal-bg-color:var(--theme-page-background-color);--modal-modal-border-color:var(--theme-border-color);--modal-title-text-color:var(--theme-page-text-color);--modal-body-text-color:var(--theme-page-text-color);--modal-actions-top-border-color:var(--theme-border-color)}.wds-modal__overlay{padding:0 12px;position:fixed;top:0;left:0;width:-webkit-calc(100vw - var(--wds-modal-scrollbar-width));width:-moz-calc(100vw - var(--wds-modal-scrollbar-width));width:calc(100vw - var(--wds-modal-scrollbar-width));height:100vh;background-color:var(--modal-overlay-bg-color);display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;z-index:400}.wds-modal__modal,.wds-modal__overlay{-webkit-animation:fade-in-modal .3s ease-in-out;animation:fade-in-modal .3s ease-in-out}.wds-modal__modal{word-break:break-word;background-color:var(--modal-modal-bg-color);border:1px solid var(--modal-modal-border-color);-webkit-box-shadow:0 3px 12px 0 rgba(0,0,0,.3);box-shadow:0 3px 12px 0 rgba(0,0,0,.3);border-radius:3px;width:100%;max-width:var(--modal-modal-max-width);padding-top:24px}.wds-modal__title{font-size:24px;font-weight:700;margin-bottom:6px;padding:0 24px;color:var(--modal-title-text-color)}.wds-modal__body{line-height:1.5;font-size:16px;padding:0 24px 24px;color:var(--modal-body-text-color)}.wds-modal__actions{display:-moz-box;display:flex;-moz-box-pack:end;justify-content:flex-end;grid-gap:3px;gap:3px;border-top:1px solid var(--modal-actions-top-border-color);padding:12px}button.wds-modal__button--confirm{--modal-actions-confirm-button-bg-color:var(--theme-link-color);--modal-actions-confirm-button-bg-color--hover:var(--theme-link-color--hover);--modal-actions-confirm-button-text-color:var(--theme-link-label-color);--modal-actions-confirm-button-text-color--hover:var(--theme-link-label-color);--modal-actions-confirm-button-border-color:var(--theme-link-color);--modal-actions-confirm-button-border-color--hover:var(--theme-link-color--hover);background-color:var(--modal-actions-confirm-button-bg-color);border-color:var(--modal-actions-confirm-button-border-color);color:var(--modal-actions-confirm-button-text-color)}button.wds-modal__button--confirm:active,button.wds-modal__button--confirm:focus,button.wds-modal__button--confirm:hover{background-color:var(--modal-actions-confirm-button-bg-color--hover);border-color:var(--modal-actions-confirm-button-border-color--hover);color:var(--modal-actions-confirm-button-text-color--hover)}button.wds-modal__button--cancel{--modal-actions-cancel-button-bg-color:transparent;--modal-actions-cancel-button-bg-color--hover:transparent;--modal-actions-cancel-button-text-color:var(--theme-page-text-color);--modal-actions-cancel-button-text-color--hover:var(--theme-page-text-color--hover);--modal-actions-cancel-button-border-color:transparent;--modal-actions-cancel-button-border-color--hover:transparent;background-color:var(--modal-actions-cancel-button-bg-color);border-color:var(--modal-actions-cancel-button-border-color);color:var(--modal-actions-cancel-button-text-color)}button.wds-modal__button--cancel:active,button.wds-modal__button--cancel:focus,button.wds-modal__button--cancel:hover{background-color:var(--modal-actions-cancel-button-bg-color--hover);border-color:var(--modal-actions-cancel-button-border-color--hover);color:var(--modal-actions-cancel-button-text-color--hover)}.wds-checkbox{--wds-checkbox-label-color:var(--theme-page-text-color);--wds-checkbox-outline-color:#005fcc;--wds-checkbox-empty-color:var(--theme-page-text-color);--wds-checkbox-empty-color--hover:var(--theme-page-text-color--hover);--wds-checkbox-check-color:var(--theme-link-color);--wds-checkbox-check-color--hover:var(--theme-link-color--hover);display:-moz-inline-box;display:inline-flex;position:relative}.wds-checkbox label{--checkbox-color:var(--wds-checkbox-empty-color);--checkbox-color--hover:var(--wds-checkbox-empty-color--hover);cursor:pointer;color:var(--wds-checkbox-label-color);display:-moz-box;display:flex;-moz-box-align:center;align-items:center;font-size:14px;font-weight:400;line-height:1.25;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;word-wrap:break-word}.wds-checkbox input[type=checkbox]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.wds-checkbox input[type=checkbox]+label:before{min-width:20px;min-height:20px;content:"";margin-right:6px;margin-bottom:auto;border-radius:3px}.wds-checkbox input[type=checkbox]+label:after{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 18 18'%3E%3Cdefs%3E%3Cpath id='check-box-empty-small' d='M3 15h12V3H3v12zm13 2H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1z'/%3E%3C/defs%3E%3Cuse fill-rule='evenodd' xlink:href='%23check-box-empty-small'/%3E%3C/svg%3E%0A");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 18 18'%3E%3Cdefs%3E%3Cpath id='check-box-empty-small' d='M3 15h12V3H3v12zm13 2H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1z'/%3E%3C/defs%3E%3Cuse fill-rule='evenodd' xlink:href='%23check-box-empty-small'/%3E%3C/svg%3E%0A");-webkit-mask-repeat:no-repeat;width:18px;height:18px;position:absolute;left:1px;top:1px;content:"";mask-repeat:no-repeat;background-color:var(--wds-checkbox-empty-color)}.wds-checkbox input[type=checkbox]:hover:not(:disabled)+label:after{background-color:var(--wds-checkbox-empty-color--hover)}.wds-checkbox input[type=checkbox]:focus-visible+label:before{outline:2px solid var(--wds-checkbox-outline-color)}.wds-checkbox input[type=checkbox]:disabled,.wds-checkbox input[type=checkbox]:disabled+label,.wds-checkbox input[type=checkbox]:disabled+label:before{cursor:not-allowed;outline:none}.wds-checkbox input[type=checkbox]:disabled+label:after{opacity:.5}.wds-checkbox input[type=checkbox]:checked+label:after{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 18 18'%3E%3Cdefs%3E%3Cpath id='check-box-small' d='M3 15h12V3H3v12zM16 1H2a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zM7.293 11.707a.997.997 0 0 0 1.414 0l4-4a.999.999 0 1 0-1.414-1.414L8 9.586 6.707 8.293a.999.999 0 1 0-1.414 1.414l2 2z'/%3E%3C/defs%3E%3Cuse fill-rule='evenodd' xlink:href='%23check-box-small'/%3E%3C/svg%3E%0A");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 18 18'%3E%3Cdefs%3E%3Cpath id='check-box-small' d='M3 15h12V3H3v12zM16 1H2a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zM7.293 11.707a.997.997 0 0 0 1.414 0l4-4a.999.999 0 1 0-1.414-1.414L8 9.586 6.707 8.293a.999.999 0 1 0-1.414 1.414l2 2z'/%3E%3C/defs%3E%3Cuse fill-rule='evenodd' xlink:href='%23check-box-small'/%3E%3C/svg%3E%0A");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:var(--wds-checkbox-check-color)}.wds-checkbox input[type=checkbox]:checked:hover:not(:disabled)+label:after{background-color:var(--wds-checkbox-check-color--hover)}.wds-checkbox.has-error label{--checkbox-color:var(--theme-alert-color);--checkbox-color--hover:var(--theme-alert-color--hover)}.wds-banner-notification{--wds-banner-notification-background-color:var(--fandom-banner-notification-background-color);--wds-banner-notification-text-color:var(--fandom-text-color);--wds-banner-notification-link-color:var(--fandom-link-color);--wds-banner-notification-link-color--hover:var(--fandom-link-color--hover);--wds-banner-notification-border-color:var(--fandom-border-color);--wds-banner-notification-close-icon:var(--fandom-banner-notifications-close-icon);background-color:var(--wds-banner-notification-background-color);color:var(--wds-banner-notification-text-color);display:-moz-box;display:flex;-webkit-transition:opacity .4s;-moz-transition:opacity .4s;transition:opacity .4s;margin-bottom:3px;width:inherit;border-radius:3px;overflow:hidden;border-right:1px solid var(--wds-banner-notification-border-color)}.wds-banner-notification.wds-is-transparent{opacity:0}.wds-banner-notification__icon{-moz-box-align:center;align-items:center;color:#fff;display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center;width:40px;border-radius:3px 0 0 3px}.wds-alert .wds-banner-notification__icon{background-color:#bf0017}.wds-warning .wds-banner-notification__icon{background-color:#cf721c}.wds-success .wds-banner-notification__icon{background-color:#0c742f}.wds-message .wds-banner-notification__icon{background-color:#753369}.wds-banner-notification__text{-moz-box-flex:1;flex:1 1;font-size:14px;line-height:1.5;padding:11px 12px;border-top:1px solid var(--wds-banner-notification-border-color);border-bottom:1px solid var(--wds-banner-notification-border-color)}.wds-banner-notification__text a{color:var(--wds-banner-notification-link-color)}.wds-banner-notification__text a:hover{color:var(--wds-banner-notification-link-color--hover)}.wds-banner-notification__close{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;cursor:pointer;padding:14px;border-top:1px solid var(--wds-banner-notification-border-color);border-bottom:1px solid var(--wds-banner-notification-border-color);border-radius:0 3px 3px 0;line-height:0;color:var(--wds-banner-notification-close-icon);fill:currentColor;height:inherit;width:12px}.wds-banner-notification__icon-mark{fill:currentColor;height:18px;width:18px}.Layout_main__2Cy2L{padding:36px 0;-moz-box-flex:1;flex:1 1;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center;background-color:#f5f3f5;min-height:100vh}@media only screen and (max-width:767px){.Layout_main__2Cy2L{padding:0}}.BannerNotifications_bannernotifications__lKWEQ{position:fixed;width:500px;left:36px;bottom:36px}@media only screen and (max-width:767px){.BannerNotifications_bannernotifications__lKWEQ{position:fixed;width:100%;left:0;bottom:18px}}